@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
body {
  background: #ffffff;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
  }
.container {
  width: 1330px !important;
}
html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


h1,h2,h3, .btn {
  font-family:'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  letter-spacing: 0.8px;
  line-height: 28px;
  font-size:15px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.mg80 {
  margin-top: 80px;
}

#nano_header {
    min-height: 82px;
}

.navbar-default {
    background: rgba(255,255,255,0.5);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
    z-index: 999999;
}

.navbar {
    position: fixed;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    width: 100%;
}
.navbar-default .navbar-logo {
    padding: 5px 0;
    margin: 0;
}
.navbar-default .navbar-nav li a {
    color: #222;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
}
.navbar-default .navbar-nav a {
    display: block;
    padding: 0 17px;
    margin: 20px 5px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-phone a {
    padding-left: 45px !important;
    background: #e5aa34 !important;
    font-weight: bold !important;
    color: #fff !important;
}
.button-phone a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    bottom: 7px;
    background: url('../../../images/landing/nang-nguc-6-2019/nang-nguc-2.png');
    height: 26px;
    width: 25px;
}

#sns_footer_middle {
    position: relative;
    margin-top: 0px;
    z-index: 111;
    color: rgb(255, 255, 255) !important;
    background: url('../../../images/landing/nang-nguc-6-2019/chân-web-12.png');
    padding: 35px 0px 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.text-bg-nm {
  position: absolute;
  left: 50%;
  margin: 0 -55px;
  top: 40px;
}

#feature,
#video,
#team,
#gallery,
#contact {
  text-align: center;
}

#feature h2 p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#feature h3 {
  text-align: center;
  padding: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#feature ul {
  padding: 0px;
  list-style: none;
}
#feature ul li {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding-left: 20px; 
  position: relative;
}
#feature ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #fee3b5; 
}
#feature .feature-uudai {
  padding: 10px 0 50px;
}
.section-title {
  padding-bottom: 20px;
  text-align:center;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#home img {
  max-width: 100%;
}
.home-dangky{
  position: absolute;
  bottom: 10%;
  left: 28%;
}
#home .btn {

}
#home .btn:hover,
#home .btn:focus {
}
.navbar-default {
    background: rgba(255,255,255,0.5);
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-logo {
  padding:10px 0;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #222;
    font-size: 19px;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #fff;
    background: #e5aa34;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}
@media (min-width: 768px){
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #fff;
    background: #e5aa34;
  }
  .navbar-default .navbar-nav a {
    display: block;
    padding: 0 20px;
    margin: 20px 10px;
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}


.text-center{
  text-align: center;
}

.table-wrapper{
  display: table;
}
.table-cell{
  display: table-cell;
}
.table-middle .table-cell{
  vertical-align: middle;
}
.table-half .table-cell{
  width: 50%;
}

.center-content {
    text-align: center;
}
.center-content h4 {
    font-size: inherit;
    color: #211f20;
    font-weight: 600;
}
.center-content p {
    font-size: inherit;
}

/* Page nang nguc */
.bg-2phan-content {
  display: inline-block;
  width: 100%;
  background: url('../../../images/landing/nang-mui-9-2019/nangmui5.jpg') no-repeat;
}

.sline-product-style .section-title h2 p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.sline-product-style-inner {
  background: url('../../../images/landing/nang-mui-9-2019/nangmui1.jpg') no-repeat;
  padding: 12% 10% 10% 48%;
  margin-bottom: 30px;
}
.sline-product-style-inner h2 {
  text-align: center;
}
.sline-product-style-inner h3 {
  text-align: center;
  margin-bottom: 30px;
}
.sline-product-style-inner p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background: #514421;
  border-radius: 8px;
  padding: 40px;
  margin-top: 30px;
}
.sline-product-style-item{
  margin-right: 10px;
  margin-left: 10px;
  height: 100%;
  padding: 30px 10px;
}
.table-cell:nth-child(1) .sline-product-style-item{
  background-color: #BEDBEA;
}
.table-cell:nth-child(2) .sline-product-style-item{
  background-color: #8BBDD6;
}
.table-cell:nth-child(3) .sline-product-style-item{
  background-color: #BEDBEA;
}
.sline-product-style-inner .table-cell{
  width: 33%;
}
.sline-product-style-item h3{
  background-color: #1D2E6B;
  padding: 3px 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
}
.list-arrow{
  list-style-image:url('../../../images/landing/nang-nguc-6-2019/allergan-04.png');
  font-size: 16px;
  color: #1D2E6B;
}

.sline-method-intro img.avata{
  border: 5px solid #fff;
  margin-top: 50px;
}
.sline-method-intro--descr{
  font-size: 30px;
  padding: 5px 20px;
  background-color: #fff;
  color: #BF8F30;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}
.sline-method-intro p{
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
  padding: 0px 20px;
  line-height: 22px;
}
.sline-method-intro i {
  color: #ffe79e;
  margin: 10px 0 10px;
  display: inline-block;
  padding-left: 10px;
}


.sline-price-intro{
  position: relative;
}
.sline-price-intro--title{
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sline-price-intro--title h2{
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.sline-price-intro--title p{
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
}

.sline-result-client{
  padding-top: 50px;
}

.sline-result-client--title{
  position: relative;
  width: 100%;
  text-align: center;
}
.sline-result-client--title h2{
  color: #b9752a;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sline-contact-wrapper{
  position: relative;
}
.sline-contact-form{
  position: absolute;
  top: 350px;
  left: 12%;
  width: 283px;
  height: 349px;
  background-image: url(../../../images/landing/nang-nguc-9-2019/dang-ky-nang-nguc-3.png);
}
.sline-contact-form h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  margin-top: 40px;
}

.sline-contact-form h2 span {
  font-size: 15px;
  color: #fff;
}

.footer-top{
  background-image: url(../../../images/landing/nang-nguc-9-2019/bg-footer.jpg);
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
}
.footer-logo{
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.footer-title{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-top: 67px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;  
  display: inline-block;
}
.footer-top li img{
  margin-right: 10px;
}

.footer-bottom{
  background-color: #816655;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.footer-bottom p{
  margin-bottom: 0;
  font-style: italic;
}


/*popup*/
.contact-register-modal .modal-header {
  background-color: #603E5A;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7-form-control-wrap {
  position: relative;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #398f14;
}
#registerModal .wpcf7-submit {
  background: #7a121c;
  font-size: 16px;
  padding: 8px 20px;
  border: none;
  margin-top: 5px;
}
/*@media (max-width: 767px) {*/
.contact-register-modal .modal-dialog{
    width: 100%;
    max-width: 360px;
    margin: -180px -165px;
    position: absolute;
    left: 50%;
    top: 50%;
}
  .contact-register-modal .modal-header {
    background-color: #d0a02a;
  }
  .contact-register-modal .modal-header h4 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .form-element {
    margin-bottom: 7px;
  }
  .modal-form-register .input-control {
    width: 100%;
  }
  .input-control {
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  .modal-form-register .form-action {
    text-align: center;
  }
  .modal-form-register .btn-round {
    background-color: #9E4A80;
    color: #fff;
  }
/*}*/

#registerModal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-style: normal;
  color: #000;
}
#registerModal ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-style: normal;
  color: #000;
}
#registerModal :-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-style: normal;
  color: #000;
}
#registerModal :-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-style: normal;
  color: #000;
}
div.wpcf7-response-output {
    display: none;
}
a.button-scrollup {
    bottom: 80px;
}
a.button-scrollup {
    display: none;
    font-size: 16px;
    color: #fff;
    background: #c8982a;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}


#purcharse form input, #purcharse form textarea {
  background: #997e6b;
  border: none;
  width: 186px;
  height: 40px;
  padding: 10px 12px;
  border-radius: 10px;
}
#purcharse form input:focus, #purcharse form textarea:focus {
  outline-offset: 0px;
  outline: none;
}
#purcharse ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 11px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}
#purcharse ::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}
#purcharse :-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}
#purcharse :-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}
#purcharse form .form-action input {
  background: url(../../../images/landing/nang-nguc-9-2019/dang-ky-nang-nguc-2.png);
  border: none;
  width: 210px;
  height: 38px;
  color: #fff;
  font-size: 0px;
  text-transform: uppercase;
  box-shadow: none;
  margin-top: 10px;
}

.footer-top ul li.dv-footer {
  position: relative;
  list-style: none;
}
.footer-top ul li.dv-footer:before {
  background: url(../../../images/landing/nang-nguc-6-2019/ch%C3%A2n-web-11.png);
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  top: 3px;
  width: 15px;
  height: 14px;
}


.hutmo-testimonial{
  padding-top: 50px;
  padding-bottom: 50px;
}
.slick-slider-picture{
    margin-bottom:50px
}
.slick-slider-picture .slick-item{
    height:auto;
    padding:32px 0
}
.slick-slider-picture .slick-item img{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:1px 1px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:1px 1px 4px 0px rgba(0,0,0,0.6);
    -ms-box-shadow:1px 1px 4px 0px rgba(0,0,0,0.6);
    -o-box-shadow:1px 1px 4px 0px rgba(0,0,0,0.6);
    box-shadow:1px 1px 4px 0px rgba(0,0,0,0.6);
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.slick-slider-picture .slick-center img{
    -webkit-transform:scale(1.15, 1.15);
    -moz-transform:scale(1.15, 1.15);
    -ms-transform:scale(1.15, 1.15);
    -o-transform:scale(1.15, 1.15);
    transform:scale(1.15, 1.15)
}
.slick-slider-description{
    margin-bottom:30px
}
.slick-slider-description .slick-item{
    height:auto
}
.hutmo-price-top{
    padding:20px 0;
    background-color:#d0a02a
}
.hutmo-price-top .block-title{
    margin-bottom:0
}
.hutmo-price-inner{
    overflow:hidden;
    padding:0 45px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#dedede
}
.hutmo-price-info{
    padding:50px 0;
    border-bottom:1px solid #AEADA9
}
.hutmo-price-name{
    font-size:25px
}
.hutmo-price-new{
    color:#d0a02a;
    font-size:100px;
    font-weight:700;
    text-shadow:2px 2px #727272;
    line-height:1
}
.hutmo-price-new .small{
    font-size:45px
}
.hutmo-price-old{
    font-size:40px;
    font-weight:600
}

#hutmo .slick-item img:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
#hutmo .slick-item:focus {
  outline: -webkit-focus-ring-color auto 0px;
}


#hutmo .sline-price-intro .quytrinh-thammy h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

#hutmo .sline-price-intro .quytrinh-thammy h2 p {
  font-weight: bold;
  color: #6b4731;
  font-size: 20px;
}
.quytrinh-right {
  text-align: right;
}
.quytrinh-cacbuoc {
  display: inline-block;
  width: 100%;
  background: url(../../../images/landing/nang-nguc-9-2019/nang-nguc-gia-bao-nhieu-7.jpg);
  padding: 80px 50px;
  float: left;
}
.quytrinh-cacbuoc img {
  margin-bottom: 23px;
}
#banggia_nangnguc {
  position: relative;
  width: 100%;
}
#banggia_nangnguc img {
  max-width: 100%;
}
#banggia_nangnguc .bang-gia {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin: 0 -105px;
}
#uudiem_nangnguc {
  background: url(../../../images/landing/nang-nguc-9-2019/uu-diem-nang-nguc-2.jpg);
  padding-bottom: 95px;
}
#uudiem_nangnguc h2 {
  text-align: center;
  padding: 80px 0 70px;
}
#uudiem_nangnguc h2 p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
#uudiem_nangnguc .uudiem-sline {
  min-height: 230px;
  padding: 0 30px;
}
#uudiem_nangnguc .uudiem-sline h3 {
  height: 41px;
  width: 210px;
  background: url(../../../images/landing/nang-nguc-9-2019/uu-diem-nang-nguc-3.png);
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 0px;
  line-height: 41px;
  font-size: 16px;
}

#uudiem_nangnguc .uudiem-sline p {
  color: #fff;
  line-height: 20px;
  margin: 20px 0 40px;
}

#hinhanh_khachhang {
  padding-top: 70px;
}
#hinhanh_khachhang h2 {
  text-align: center;
  margin-bottom: 30px;
}
#hinhanh_khachhang h2 p {
  color: #6b4731;
  font-weight: bold;
  font-size: 20px;
}
#hinhanh_khachhang  .hinhanh-nguc {
  background: #cbb9af;
  width: 100%;
  display: inline-block;
  padding: 40px 0;
}
#hinhanh_khachhang  .hinhanh-nguc .khach-hang-sline {
  display: inline-block;
  width: 50%;
  float: left;
}
#hinhanh_khachhang  .hinhanh-nguc .khach-hang-sline ul {
  padding: 0px;
  list-style: none;
}
#hinhanh_khachhang  .hinhanh-nguc .khach-hang-sline ul li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
#hinhanh_khachhang  .hinhanh-nguc .khach-hang-sline .hinhanh-dangky {
  text-align: center;
}
#purcharse {
  margin-top: 50px;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider {
  display: inline-block;
  width: 50%;
  float: left;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider .padd-slider {
  background: url(../../../images/landing/nang-mui-9-2019/hinh-anh-nang-mui-8.png);
  height: 688px;
  width: 536px;
  margin-left: 50px;
  position: relative;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider .item-khachhang {
  text-align: center;
  margin: 60px 0 30px;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider .item-khachhang img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider .item-khachhang p {
  color: #fff;
  text-align: left;
  padding: 0 70px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 50px;
}
#hinhanh_khachhang  .hinhanh-nguc .khachhang-slider .item-khachhang span {
  float: right;
  color: #fff;
  margin-right: 80px;
  margin-top: 10px;
  font-size: 16px;
}

#hinhanh_khachhang .hinhanh-nguc .khachhang-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -60px;
    right: 80px;
    z-index: 5;
}
#hinhanh_khachhang .hinhanh-nguc .khachhang-slider .owl-dots span {
    cursor: pointer;
    background-color: #D0D1D2;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
}
#hinhanh_khachhang .hinhanh-nguc .khachhang-slider .owl-dots span {
    background: #fff;
}
#hinhanh_khachhang .hinhanh-nguc .khachhang-slider .owl-dots .active span {
    background: #dec86e;
}
#hinhanh_khachhang .hinhanh-nguc .hinhanh-dangky {
  text-align: center;
  margin-top: 15px;
}


/*Banner trượt từ dưới lên*/
.banner-kmbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background-image: url(../../../images/landing/nang-nguc-9-2019/edge/4.png);
}

#bottombarLeft {
  bottom: -420px;
  float: right;
  position: fixed;
  z-index: 99999999;
  left: 1%!important;
}

.bb_closeM a {
  background-color: #C8982A;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  display: block;
  float: right;
  margin: 0;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
  top: 25px;
  z-index: 99999999;
  right: 4px;
}
#bottombarLeft .style-text a {
  background-color: #C8982A;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0;
  padding: 14px 10px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: 80px;
}
#bottombarLeft .bottombarL {
  position: relative;
}

#bottombarLeft .bottombarL .edgeone-nangnguc {
  position: absolute;
  top: 225px;
  left: 0;
}
#bottombarLeft .bottombarL .edgeone-nangnguc ul li  {
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
#bottombarLeft .bottombarL .edgeone-nangnguc ul li:hover > a {
  background: transparent;
}
#bottombarLeft .bottombarL .edgeone-nangnguc ul li a {
  padding: 0px;
}

@media (min-width: 1371px) and (max-width: 1700px) {
  #purcharse .style-10-macbook-tau {
    width: 100%;
  }
  #purcharse .sline-contact-form {
    position: absolute;
    top: 270px;
    left: 16%;
    width: 283px;
    height: 349px;
    background-image: url(../../../images/landing/nang-nguc-9-2019/dang-ky-nang-nguc-3.png);
  }
}


/* style landing chuyen gioi tuan anh */
.block2-ta {
  padding-top: 55px;
}
.block2-ta .wrap-text{
  position: relative;
}

.block2-ta .text {
  bottom: 25%;
  position: absolute;
  width: 430px;
  left: 7%;
  color: #000;
}
.block3-ta{
  position: relative;
}

.block3-ta .text {
  bottom: 18%;
  position: absolute;
  width: 430px;
  right: 23%;
  color: #fff;
}

.block4-ta {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 35px;
}
.block4-ta .text {
  width: 675px;
  margin: auto;
  text-align: justify;
  padding-top: 40px;
}
#block5-ta {
  background: #280038;
  padding-top: 50px;
}
#block5-ta .uudiem-sline p {
  color: #b95dde;
  background: #3e0854;
  width: max-content;
  padding: 0px 10px;
  border-radius: 5px;
  margin: auto;
  margin-top: 20px;
}
#block5-ta .box-text {
  color: #fff;
}
#block5-ta .box-text p{
  width: 600px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-video {
  background: #e5dae9;
  width: 1300px;
  margin: auto;
  padding: 70px 30px;
  padding-top: 75px;
  border-radius: 20px;
}
.bg-video .text {
  color: #3d1f4a;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.block6-ta {
  position: relative;
}
.block6-ta .text {
  bottom: 27%;
  position: absolute;
  width: 430px;
  left: 23%;
  color: #fff;
}
.landingtuananh .navbar-default .navbar-nav a {
  box-shadow: none;
  background: none;
}
.landingtuananh .navbar-default .navbar-nav > li > a:hover {
  background: none;
}
.landingtuananh .navbar-header {
  text-align: center;
  width: 100%;
  margin-top: -30px;
  margin-left: 10px
  /* background: url('../../../images/home/pcta/menu/bg-header.jpg'); */
  /* background-repeat: no-repeat; */
}
.landingtuananh .navbar-right {
  width: 1330px;
  margin: auto;
  float: unset!important;
}

.landingtuananh .navbar-default .navbar-nav li a {
  color: #fff;
  border-right: 1px solid #fff;
  border-radius: unset;
  /* margin: 8px 15px; */
}
.landingtuananh .navbar-right li:nth-child(4) a{
  border-right: none;
}
.landingtuananh .navbar-right li:nth-child(5) a {
  margin: 0px;
  border-right: none;
  position: relative;
}
.landingtuananh .navbar-right li:nth-child(6) a{
  padding: 0px 0px;
  border-right: none;
  margin-left: 145px;
}
.landingtuananh .navbar-right li:nth-child(7) a{
  padding: 0px 0px;
  border-right: none;
}
.landingtuananh .container-header {
  background: url("../../../images/home/pcta/menu/header.png");
  background-repeat: no-repeat;
  width: 100%!important;
  display: inline-block;
  z-index: -1;
  height: 142px;
  background-size: 100%;
}
.landingtuananh .navbar-default .navbar-nav > .active > a, .landingtuananh .navbar-default .navbar-nav > .active > a:hover, .landingtuananh .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
.landingtuananh .navbar-default {
  background: none;
}
.landingtuananh .navbar-collapse {
  margin-top: 43px;
    margin-left: -60px;
}
.landingtuananh #home {
  margin-top: -38px;
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .landingtuananh .container-header {
    height: 118px;
  }
  .landingtuananh .navbar-default .navbar-nav li a {
      margin: 6px 15px;
  }
  .landingtuananh .navbar-default .navbar-nav li a img {
    position: relative !important;
    left: -65px !important;
    top: 0px !important;
    width: 80% !important;
  }
  #hutmo .block3-ta img {
    width: 100%;
  }
  .block6-ta .text {
    left: 27%;
  }
  .block3-ta .text {
    bottom: 10%;
    position: absolute;
    width: 430px;
    right: 20%;
    color: #fff;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .landingtuananh .container-header {
    height: 100px;
  }
  .landingtuananh .navbar-default .navbar-nav li a {
      margin: 6px 15px;
  }
  .landingtuananh .navbar-default .navbar-nav li a img {
    position: relative !important;
    left: -65px !important;
    top: 0px !important;
    width: 80% !important;
  }
  #hutmo .block3-ta img {
    width: 100%;
  }
  .landingtuananh .navbar-collapse {
    margin-top: 32px;
    margin-left: -60px;
  }
  .block3-ta .text {
    bottom: 8%;
    position: absolute;
    width: 430px;
    right: 23%;
    color: #fff;
  }
  #purcharse .block6-ta img {
    width: 100%;
  }
  .block6-ta .text {
    bottom: 16%;
    position: absolute;
    width: 430px;
    left: 22%;
    color: #fff;
  }
}