@charset "UTF-8";

/* You can add global styles to this file, and also import other style files */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

/* ===========================================================

IMPORT GLOBAL

============================================================*/

/* accordion &  progressbar*/
.screen-reader-response {
  display: none;
}

.ring {
  --tw-ring-offset-shadow: none!important;
  --tw-ring-shadow: none!important;
  box-shadow: none!important;
}

.accordion .accordion-header {

  cursor: pointer;

  border: 1px solid #DDDDDD;

  padding-top: 12px;

  padding-bottom: 12px;

  padding-right: 20px;

  padding-left: 60px;

  position: relative;

  font-size: 13px;

  text-transform: uppercase;

  margin-top: 20px; }



.accordion .accordion-header:first-child {

  margin-top: 0; }



.accordion .accordion-content {

  border-top: 0;

  font-size: 13px;

  padding: 20px 20px;

  text-align: justify;

  overflow: auto; }



.accordion .accordion-header:after {

  color: #999999;

  cursor: pointer;

  content: "\f105";

  font-family: "FontAwesome";

  position: absolute;

  top: 0;

  left: 0;

  width: 60px;

  height: 100%;

  line-height: 50px;

  text-align: center;

  font-size: 18px;

  transition: all 0.4s ease-in-out 0s; }



.accordion .accordion-header.ui-accordion-header-active:after {

  content: "\f107"; }



.progressbar-container {

  background-color: #eeeeee;

  height: 40px;

  margin-bottom: 35px;

  position: relative;

  width: 100%; }



.progressbar-container .progressbar {

  overflow: hidden;

  position: absolute;

  z-index: 1;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

  background-color: #017cc0;

  height: 100%;

  width: 0; }



.progressbar-container .progressbar-title {

  color: #FFFFFF;

  font-weight: bold;

  line-height: 40px;

  padding-left: 15px;

  position: absolute;

  left: 0;

  top: 0; }



.progressbar-container .progressbar-back-text,

.progressbar-container .progressbar-front-text {

  display: none; }



/* Owl Carousel */

.owl-carousel .owl-stage {

  display: flex;

  box-sizing: border-box; }



.owl-carousel .owl-item {

  margin-left: 4px;

  margin-right: 4px; }



.owl-carousel .owl-item .intro-item {

  height: 100%; }



/*.owl-stage {*/

/*    display: -webkit-box;*/

/*    display: -moz-box;*/

/*    display: -ms-box;*/

/*    display: box;*/

/*}*/

.owl-dot span {

  cursor: pointer;

  background-color: #D0D1D2;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  display: inline-block;

  margin: 2px; }



.owl-dot.active span {

  background-color: #9E4A80; }



/* Carousel Bootstrap */

.carousel-indicators li {

  background-color: #D0D1D2;

  width: 12px;

  height: 12px;

  border: none; }



.carousel-indicators .active {

  background-color: #9E4A80; }



body {

  color: #444444;

  font-family: 'Open Sans', sans-serif;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.5; }



/* Commont */

*:focus {

  outline: none; }



a {

  color: inherit;

  text-decoration: none; }



a:hover,

a:focus {

  color: #017cc0;

  text-decoration: none; }



img {

  max-width: 100%;

  height: auto; }



h1, h2, h3, h4, h5, h6, p, q {

  margin-bottom: 15px;

  margin-top: 0;

  letter-spacing: 0.04em; }



h1, h2, h3, h4, h5, h6 {

  font-weight: 400;

  line-height: 1.2;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }



.bg-black {

  background-color: #000; }



/* Button */

.btn {

  transition: all 0.3s ease-in-out;

  font-family: "Montserrat", sans-serif;

  display: inline-block;

  padding: 16.5px 30px;

  line-height: 1.2;

  font-size: 13px;

  text-align: center;

  color: #FFFFFF;

  background-color: #222222; }



.btn-default {

  background-color: #603E5A; }



.btn-warning {

  background-color: #BD802B; }



.btn-round {

  border-radius: 30px; }



.btn-more {

  border: 1px solid #9D4A80;

  text-transform: uppercase;

  font-size: 16px;

  line-height: 1.2;

  padding: 5px 7px;

  display: inline-block; }



/**** Overrider ******/

.square-title {

  font-size: 16px;

  font-weight: 500;

  color: #FFFFFF;

  padding: 2px 5px;

  text-transform: uppercase;

  background-color: #9D4A80;

  display: inline-block; }



.region-title {

  font-weight: 600;

  font-size: 22px;

  text-transform: uppercase;

  color: #FFFFFF;

  letter-spacing: normal; }

  @media screen and (max-width: 767px) {

    .region-title {

      font-size: 14px; } }



.heading-line {

  max-width: 800px;

  margin: 0 auto;

  text-align: center;

  font-weight: 300;

  position: relative; }

  .heading-line:before {

    width: 100%;

    content: "";

    display: inline-block;

    vertical-align: middle;

    border-bottom: 1px solid;

    position: absolute;

    left: 0;

    top: 50%;

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    -o-transform: translate(0, -50%);

    transform: translate(0, -50%); }

  .heading-line.full-width {

    max-width: none; }



.heading-inner {

  position: relative;

  z-index: 1;

  display: inline-block;

  background-color: #FFFFFF;

  padding: 0 50px;

  color: #9D4A80;

  line-height: 1.2; }



.heading-inner h3 {

  font-weight: 700;

  margin-bottom: 0;

  font-size: 42px;

  text-transform: uppercase; }



.heading-inner p {

  font-size: 14px;

  margin-bottom: 0;

  text-transform: uppercase; }



.heading-line--basic {

  max-width: none; }

  .heading-line--basic h3 {

    font-size: 20px;

    color: #40243B; }



.color-grayyellow {

  color: #4e2706; }



.title-mess {

  background-color: #9D4A80;

  font-style: italic;

  color: #FFFFFF;

  font-size: 16px; }



.background-postition {

  background-image: url("../img/bg-intro.png");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat; }



.background-fixed {

  background-image: url("../img/bg-intro.png");

  background-attachment: fixed;

  background-position: 50% 0;

  background-repeat: repeat-x;

  background-size: cover;

  position: relative; }



.display-inline {

  display: inline-block; }



.potsition-relative {

  position: relative; }



.margin-left {

  margin-left: auto; }



.overflow-hidden {

  overflow: hidden; }



.form-element {

  margin-bottom: 20px; }



.input-control {

  padding: 10px 12px;

  border-radius: 4px;

  border: 1px solid #ccc; }



.modal-close {

  position: absolute;

  top: -18px;

  right: -24px;

  transition: all 0.5s ease 0s; }

  .modal-close:hover {

    transform: rotate(360deg); }



.square-action {

  font-size: 13px;

  background-color: #A15385;

  font-weight: 500;

  display: inline-block;

  padding: 4px 10px;

  color: #FFFFFF; }

  .square-action:hover a {

    color: #BD802B;

    cursor: pointer; }



.header__register {

  text-transform: uppercase;

  background-color: #BD802B; }

  .header__register:hover a {

    color: #A15385; }



a.button-scrollup {

  display: none;

  font-size: 16px;

  color: #FFFFFF;

  background: #BD802B;

  padding: 10px 12px;

  text-align: center;

  text-decoration: none;

  position: fixed;

  bottom: 20px;

  right: 20px;

  z-index: 9;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -ms-border-radius: 5px;

  border-radius: 5px; }



.page-banner--empty {

  padding-top: 80px; }



/*Modal Menu*/

.contact-register-modal .modal-dialog {

  width: 100%;

  max-width: 360px;

  margin: 80px auto; }



.contact-register-modal .modal-header {

  background-color: #d0a02a; }



.contact-register-modal .modal-header h4 {

  font-size: 14px;

  color: #FFFFFF;

  text-transform: uppercase;

  margin-top: 10px;

  margin-bottom: 0; }



.modal-form-register .input-control {

  width: 100%; }



.modal-form-register textarea {

  min-height: 100px; }



.modal-form-register .form-action {

  text-align: center; }



.modal-form-register .btn-round {

  background-color: #7a121c;

  color: #fff; }



/* ===========================================================

IMPORT PAGE

============================================================*/

/****************************************

Page Home

************************************** */

body {

  font-family: 'Roboto-Medium'; }



@media (min-width: 1200px) {

  .container {

    width: 1230px; } }

ol, ul {

  margin-top: 0;

  margin-bottom: 0px; }



li {

  list-style: none; }



#sline_header {

  background-image: url(../../images/homes/banner/bg-header.jpg);

  position: relative;

  background-size: 100%;

  z-index: 1; }

  #sline_header .header-top {

    position: relative;

    padding-bottom: 48px; }

    #sline_header .header-top .header-logo {

      text-align: left;

      margin: 40px 0 30px; }

    #sline_header .header-top .header-hotline {

      text-align: right; }

    #sline_header .header-top .header-menu {

      width: 100%;

      position: absolute;

      bottom: -42px;

      left: 0; }

      #sline_header .header-top .header-menu ul {

        display: flex;

        padding-left: 0px;

        margin: 0px; }

        #sline_header .header-top .header-menu ul li.level0 {

          flex-basis: calc(100% / 4);

          text-align: center;

          margin-right: 5px; }

          #sline_header .header-top .header-menu ul li.level0 a.menu-leve1 {

            width: 100%;

            font-size: 16px;

            padding: 15px 40px 11px;

            background-color: #fde29f;

            display: inline-block;

            color: #121329;

            line-height: 20px;

            min-width: 197px;

            -webkit-transition: ease all .5s;

            -moz-transition: ease all .5s;

            -o-transition: ease all .5s;

            transition: ease all .5s; }

            #sline_header .header-top .header-menu ul li.level0 a.menu-leve1:hover {

              background-color: #d1a12a; }

          #sline_header .header-top .header-menu ul li.level0 .menu-picture {

            display: none;

            position: absolute;

            left: 0;

            width: 100%;

            right: 0;

            top: 100%;

            margin-top: 0px;

            padding-top: 10px;

            padding-bottom: 10px;

            background: #fff;

            transition-duration: 200ms;

            transition-timing-function: ease-in;

            transition-property: opacity, margin-top, visibility;

            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);

            border-top: 2px solid #af7821;

            z-index: 99999; }

            #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu {

              padding: 20px; }

              #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 {

                width: 33.33%;

                background: transparent;

                text-align: left;

                float: left; }

                #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 a.mega-menu-level1-a {

                  background: transparent;

                  height: 30px;

                  color: #af7821;

                  font-family: inherit;

                  font-size: 16px;

                  text-transform: uppercase;

                  text-decoration: none;

                  font-weight: bold;

                  margin: 0px 0px 0px 0px;

                  padding: 0px 0px 0px 20px;

                  vertical-align: top;

                  display: block; }

                #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 .mega-sub-menu {

                  padding: 0px 20px 20px 20px;

                  display: inline-block;

                  width: 100%; }

                  #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 .mega-sub-menu .mega-menu-level2 {

                    display: inline-block;

                    width: 100%;

                    position: relative;

                    padding: 7px 0 7px 15px;

                    border-bottom: 1px dotted #af7821; }

                    #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 .mega-sub-menu .mega-menu-level2:before {

                      content: "";

                      display: block;

                      background: #af7821;

                      height: 6px;

                      width: 6px;

                      position: absolute;

                      top: 14px;

                      left: 0;

                      border-radius: 100%; }

                    #sline_header .header-top .header-menu ul li.level0 .menu-picture .mega-sub-menu .mega-menu-level1 .mega-sub-menu .mega-menu-level2 a {

                      color: #af7821;

                      font-weight: normal;

                      text-decoration: none;

                      background: rgba(0, 0, 0, 0);

                      font-size: 14px;

                      text-transform: none;

                      display: inline-block;

                      margin-bottom: 0px;

                      width: 100%; }

          #sline_header .header-top .header-menu ul li.level0:hover .menu-picture {

            display: block; }



.bg-slider-dv {

  /* height: 90px; */

  background-color: #edb952; }



/*slideshow*/

#sline_slideshow {

  position: relative;

  z-index: 0;

  overflow: hidden;

  max-height: 600px; }

  #sline_slideshow .sline-slideshows .item a img {

    width: 100%; }

  #sline_slideshow .navslider {

    z-index: 99;

    opacity: 0;

    visibility: hidden; }

    #sline_slideshow .navslider .next {

      z-index: 99;

      background: url(../../images/home/slideshow/preview.png) no-repeat 0 top;

      cursor: pointer;

      height: 104px;

      width: 59px;

      position: absolute;

      text-align: center;

      top: 50% !important;

      margin-top: -52px !important;

      -webkit-transition: all .25s ease 0s;

      transition: all .25s ease 0s; }

    #sline_slideshow .navslider .prev {

      z-index: 99;

      background: url(../../images/home/slideshow/next.png) no-repeat 0 top;

      cursor: pointer;

      height: 104px;

      width: 59px;

      position: absolute;

      text-align: center;

      top: 50% !important;

      margin-top: -52px !important;

      -webkit-transition: all .25s ease 0s;

      transition: all .25s ease 0s; }

  #sline_slideshow:hover .navslider {

    z-index: 99;

    opacity: 1;

    visibility: visible; }

  #sline_slideshow .owl-dots {

    text-align: center;

    position: absolute;

    bottom: 20px;

    left: 50%;

    z-index: 5; }

    #sline_slideshow .owl-dots .active span {

      background: #dec86e; }

    #sline_slideshow .owl-dots span {

      background: #fff; }



#sline_dichvu {

  background-image: url(../../images/homes/dichvu/nen.jpg);

  padding-top: 70px;

  background-size: 100%; }

  #sline_dichvu .position-relative {

    position: relative; }

    #sline_dichvu .position-relative h2.sline-title {

      text-align: center;

      font-weight: bold;

      font-size: 28px;

      color: #291112;

      font-family: 'Roboto-Regular'; }

      #sline_dichvu .position-relative h2.sline-title span {

        margin-left: 17px; }

    #sline_dichvu .position-relative ul {

      margin-top: 90px; }

      #sline_dichvu .position-relative ul li {

        width: 50%;

        float: left;

        text-align: center;

        margin-bottom: 40px; }

        #sline_dichvu .position-relative ul li a {

          text-transform: uppercase;

          color: #501e0e;

          font-size: 18px;

          margin-top: 10px;

          display: inline-block;

          line-height: 28px; }

    #sline_dichvu .position-relative .sline-images {

      position: absolute;

      right: -120px;

      bottom: 0; }



#sline_diachi {

  background-image: url(../../images/homes/sline/nen2.jpg);

  padding-top: 70px;

  background-size: 110%;

  padding-bottom: 20px; }

  #sline_diachi .position-relative {

    position: relative;

    text-align: center;

    padding: 0 10%; }

    #sline_diachi .position-relative h2.sline-title {

      font-weight: bold;

      font-size: 28px;

      color: #fff;

      font-family: 'Roboto-Regular';

      margin-bottom: 50px; }

      #sline_diachi .position-relative h2.sline-title span {

        margin-left: 17px; }

    #sline_diachi .position-relative .diachi-item {

      max-width: 360px;

      display: inline-block;

      margin-bottom: 10px; }

      #sline_diachi .position-relative .diachi-item a {

        color: #31191a;

        padding: 3px 15px 1px;

        background: #ffc427;

        margin: 8px 0;

        display: inline-block;

        font-family: 'Roboto-Black';

        font-size: 16px; }

      #sline_diachi .position-relative .diachi-item p {

        color: white;

        text-align: left;

        font-size: 16px;

        font-family: 'Roboto-Light';

        line-height: 22px; }



/*Ảnh khách hàng feedback*/

#ddt_feedback {

  position: relative;

  padding: 70px 0 60px;

  background-color: #dfcaaf; }

  #ddt_feedback .fb-1 h2 {

    color: #fff;

    font-weight: bold;

    margin: 0px 0 45px 0;

    padding: 0px;

    text-transform: uppercase;

    text-align: center; }

    #ddt_feedback .fb-1 h2 span {

      color: #291112;

      font-size: 28px;

      margin-left: 15px;

      font-family: 'Roboto-Regular'; }

  #ddt_feedback a {

    text-decoration: none;

    color: inherit; }

  #ddt_feedback ul {

    list-style-type: none;

    margin: 0;

    padding: 0; }

  #ddt_feedback .css-tab {

    text-align: center;

    position: relative;

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);

    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);

    background-color: #291112; }

  #ddt_feedback .css-tab--active {

    -webkit-transform: translateY(0);

    transform: translateY(0); }

  #ddt_feedback .css-tab__list {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: inline-block; }

  #ddt_feedback .css-tab__item {

    display: inline-block; }

    #ddt_feedback .css-tab__item a p {

      font-family: 'Roboto-Light';

      color: #fff;

      text-transform: uppercase;

      font-size: 18px;

      padding: 26px 31px 24px;

      display: block; }

      #ddt_feedback .css-tab__item a p.active {

        color: #ebbf69; }

      #ddt_feedback .css-tab__item a p:hover {

        color: #ebbf69; }

  #ddt_feedback .css-tab__label {

    color: #08506D;

    font-size: 16px;

    font-weight: bold;

    margin: 0px; }

  @media (max-width: 850px) {

    #ddt_feedback .css-tab__label {

      font-size: 14px; } }

  @media (max-width: 720px) {

    #ddt_feedback .css-tab__label {

      display: none; }

    #ddt_feedback .css-tab__thumb {

      height: 60px; }

    #ddt_feedback .css-tab__thumb:before {

      font-size: 24px;

      opacity: 0.7; } }

  #ddt_feedback .tab-content {

    height: 65vh;

    will-change: transform;

    -webkit-perspective: 400px;

    perspective: 400px;

    overflow: hidden;

    -webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);

    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);

    background: #cba558;

    position: relative;

    padding: 40px 100px; }

    #ddt_feedback .tab-content:before {

      content: "";

      display: inline-block; }

  #ddt_feedback .section {

    will-change: transform;

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

    height: 65vh;

    overflow: hidden;

    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;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    text-align: center;

    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);

    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);

    transform: scale(0); }

  #ddt_feedback .section--hidden {

    transform: scale(0); }

  #ddt_feedback .section--active {

    transform: scale(1);

    z-index: 2; }

  #ddt_feedback .section__wrapper {

    width: 100%;

    position: relative; }

  #ddt_feedback .section__title {

    margin: 0 0 25px 0;

    font-size: 48px;

    font-weight: normal;

    text-transform: uppercase;

    letter-spacing: 5px; }

  #ddt_feedback .section__title:before {

    content: '';

    position: absolute;

    top: 5rem;

    left: 45%;

    margin: auto;

    width: 10%;

    height: 2px;

    background: #fff; }

  @media (max-width: 720px) {

    #ddt_feedback .section__title {

      font-size: 28px; }

    #ddt_feedback .section__title:before {

      top: 3.25rem; } }

  #ddt_feedback .section p {

    margin: 0 0 25px 0;

    font-family: 'Georgia';

    font-size: 18px;

    color: #fff;

    opacity: 0.55; }

  @media (max-width: 720px) {

    #ddt_feedback .section p {

      font-size: 16px; } }

  #ddt_feedback .section p:last-child {

    margin-bottom: 0; }

  #ddt_feedback .color2 {

    background: #08506D; }

  #ddt_feedback .owl-dots {

    display: none; }



#sline_thươnghieu {

  padding: 70px 0 100px;

 /*  VIDEO PLAYER CONTAINER

############################### */

  /*  VIDEOS PLAYLIST 

  ############################### */ }

  #sline_thươnghieu h2.sline-title {

    text-align: center;

    font-weight: bold;

    font-size: 28px;

    color: #291112;

    font-family: 'Roboto-Regular';

    margin-bottom: 40px; }

    #sline_thươnghieu h2.sline-title span {

      margin-left: 17px; }

  #sline_thươnghieu .bg-youtube {

    background-color: #f2efec;

    padding: 50px; }

  #sline_thươnghieu .title {

    width: 100%;

    max-width: 854px;

    margin: 0 auto; }

  #sline_thươnghieu .caption {

    width: 100%;

    max-width: 854px;

    margin: 0 auto;

    padding: 20px 0; }

  #sline_thươnghieu .vid-main-wrapper {

    width: 100%;

    min-width: 440px;

    margin: 0 auto; }

  #sline_thươnghieu .vid-container {

    position: relative;

    height: 0;

    width: 53%;

    float: left; }

  #sline_thươnghieu .vid-container iframe,

  #sline_thươnghieu .vid-container object,

  #sline_thươnghieu .vid-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    min-height: 360px; }

  #sline_thươnghieu .vid-list-container {

    width: 47%;

    height: 405px;

    overflow: hidden;

    float: right;

    padding-left: 35px; }

  #sline_thươnghieu .vid-list-container:hover, #sline_thươnghieu .vid-list-container:focus {

    overflow-y: auto; }

  #sline_thươnghieu ol#vid-list {

    margin: 0;

    padding: 0;

    background: #f2efec; }

  #sline_thươnghieu ol#vid-list li {

    list-style: none;

    margin-bottom: 20px; }

  #sline_thươnghieu ol#vid-list li a {

    text-decoration: none;

    background-color: #f2efec;

    height: 122px;

    display: block;

    padding: 0px; }

  #sline_thươnghieu ol#vid-list li a:hover .desc {

    color: #755052; }

  #sline_thươnghieu .vid-thumb {

    float: left;

    margin-right: 20px; }

  #sline_thươnghieu .active-vid {

    background: #3A3A3A; }

  #sline_thươnghieu #vid-list .desc {

    color: #362021;

    font-size: 16px;

    font-family: 'Roboto-Regular';

    -webkit-transition: 0.3s ease;

    -moz-transition: 0.3s ease;

    -o-transition: 0.3s ease;

    transition: 0.3s ease; }

  @media (max-width: 624px) {

    #sline_thươnghieu body {

      margin: 15px; }

    #sline_thươnghieu .caption {

      margin-top: 40px; }

    #sline_thươnghieu .vid-list-container {

      padding-bottom: 20px; } }



#sline_khachhang {

  background-image: url(../../images/homes/khachhang/nen3.jpg);

  padding: 70px 0;

  background-size: 105%; }

  #sline_khachhang h2.sline-title {

    text-align: left;

    font-weight: bold;

    font-size: 24px;

    color: #291112;

    font-family: 'Roboto-Regular';

    margin-bottom: 60px; }

    #sline_khachhang h2.sline-title span {

      margin-left: 17px; }

  #sline_khachhang #myCarousel .carousel-inner .item-left {

    text-align: center; }

  #sline_khachhang #myCarousel .carousel-inner .item-right h3 {

    text-align: right;

    font-family: 'Roboto-MediumItalic';

    font-size: 14px; }

  #sline_khachhang #myCarousel .carousel-inner .item-right p {

    font-size: 15px;

    font-family: 'Roboto-Regular';

    color: #291112; }

  #sline_khachhang #myCarousel .fl-right-pill {

    margin-top: 6px;

    position: relative; }

    #sline_khachhang #myCarousel .fl-right-pill .navslider {

      z-index: 99; }

      #sline_khachhang #myCarousel .fl-right-pill .navslider .next {

        z-index: 99;

        background: url(../../images/homes/khachhang/gfnjksdhjkgfjkhsjhkd.png) no-repeat 0 top;

        cursor: pointer;

        height: 32px;

        width: 14px;

        position: absolute;

        text-align: center;

        top: 50% !important;

        margin-top: -16px !important;

        -webkit-transition: all .25s ease 0s;

        transition: all .25s ease 0s;

        left: 30px; }

      #sline_khachhang #myCarousel .fl-right-pill .navslider .prev {

        z-index: 99;

        background: url(../../images/homes/khachhang/djkjksglhjkdfgjklsjkldf.png) no-repeat 0 top;

        cursor: pointer;

        height: 32px;

        width: 14px;

        position: absolute;

        text-align: center;

        top: 50% !important;

        margin-top: -16px !important;

        -webkit-transition: all .25s ease 0s;

        transition: all .25s ease 0s;

        right: 30px; }

    #sline_khachhang #myCarousel .fl-right-pill ul {

      background: #b88d38;

      padding: 10px 70px; }

      #sline_khachhang #myCarousel .fl-right-pill ul li a {

        padding: 0px;

        background-color: transparent; }

  #sline_khachhang .khachhang-right .bg-giaidap {

    overflow-y: scroll;

    height: 710px; }

  #sline_khachhang .khachhang-right ul {

    background-color: #b88d38;

    padding: 30px 35px 55px; }

    #sline_khachhang .khachhang-right ul li {

      background-color: #f6e3b7;

      margin-bottom: 11px;

      padding: 5px 80px 5px 5px;

      border-radius: 60px;

      display: inline-block;

      position: relative; }

      #sline_khachhang .khachhang-right ul li:hover {

        background-color: #d4b879; }

      #sline_khachhang .khachhang-right ul li .kh-img {

        float: left;

        width: 30%; }

      #sline_khachhang .khachhang-right ul li a {

        font-family: 'Roboto-Medium';

        font-size: 16px;

        color: #371f1d;

        float: left;

        width: 70%;

        margin-top: 34px; }

        #sline_khachhang .khachhang-right ul li a:hover {

          color: #593b05; }

      #sline_khachhang .khachhang-right ul li .style-xemthem {

        position: absolute;

        bottom: 15px;

        right: 60px;

        display: inline-block;

        width: auto;

        background: #7a121c;

        color: #fff;

        padding: 2px 15px;

        border-radius: 15px;

        font-size: 12px;

        font-family: 'Roboto-Regular'; }



#sline_dangky {

  background-image: url(../../images/homes/dangky/nen3.jpg);

  padding: 30px 0 30px;

  background-size: cover; }

  #sline_dangky h2.sline-title {

    text-align: left;

    font-weight: bold;

    font-size: 24px;

    color: #291112;

    font-family: 'Roboto-Regular';

    margin-bottom: 30px; }

    #sline_dangky h2.sline-title span {

      margin-left: 17px; }

  #sline_dangky .wpcf7 form {

    width: 315px;

    display: inline-block;

    background-image: url(../../images/homes/dangky/RoundedRectangle1.png);

    padding: 25px 0 8px;

    text-align: center; }

    #sline_dangky .wpcf7 form .sline-input input {

      height: 42px;

      width: 273px;

      border-radius: 6px;

      border: none;

      margin-bottom: 8px;

      padding-left: 15px; }

    #sline_dangky .wpcf7 form .sline-input textarea {

      height: 114px;

      width: 273px;

      color: #291112;

      font-size: 16px;

      font-family: 'Roboto-MediumItalic';

      padding-left: 15px;

      padding-top: 10px;

      border-radius: 6px; }

    #sline_dangky .wpcf7 form .sline-input ::-webkit-input-placeholder {

      /* Chrome/Opera/Safari */

      color: #291112;

      font-size: 16px;

      font-family: 'Roboto-MediumItalic'; }

    #sline_dangky .wpcf7 form .sline-input ::-moz-placeholder {

      /* Firefox 19+ */

      color: #291112;

      font-size: 16px;

      font-family: 'Roboto-MediumItalic'; }

    #sline_dangky .wpcf7 form .sline-input :-ms-input-placeholder {

      /* IE 10+ */

      color: #291112;

      font-size: 16px;

      font-family: 'Roboto-MediumItalic'; }

    #sline_dangky .wpcf7 form .sline-input :-moz-placeholder {

      /* Firefox 18- */

      color: #291112;

      font-size: 16px;

      font-family: 'Roboto-MediumItalic'; }

    #sline_dangky .wpcf7 form .sline-input1 {

      margin-top: 15px; }

      #sline_dangky .wpcf7 form .sline-input1 input {

        height: 43px;

        width: 274px;

        background-image: url(../../images/homes/dangky/dk.png);

        padding: 0px;

        margin: 0px;

        border: none;

        color: #ffc34b;

        font-family: 'Roboto-Medium';

        font-size: 18px;

        background-color: transparent; }

  #sline_dangky .dk-img {

    position: relative;

    bottom: -33px; }



#sns_footer_middle {

  background-image: url(../../images/homes/dangky/nen4.png);

  padding-top: 60px;

  padding-bottom: 30px;
  margin-top: 80px;

  background-size: 110%; }

  #sns_footer_middle .footer-logo-ct {

    margin-bottom: 40px; }

  #sns_footer_middle ul {

    padding: 0px; }

    #sns_footer_middle ul li {

      color: #fff;

      font-family: 'Roboto-Regular';

      font-size: 14px; }

      #sns_footer_middle ul li a {

        color: #fff; }

  #sns_footer_middle .footer-logo-ct1 {

    margin-bottom: 10px; }

  #sns_footer_middle .widget-footer {

    margin-bottom: 30px; }

  #sns_footer_middle .contact-chantrang {

    position: relative; }

    #sns_footer_middle .contact-chantrang .social {

      position: absolute;

      bottom: 0px;

      right: 0;

      text-align: right; }

      #sns_footer_middle .contact-chantrang .social ul {

        display: inline-block;

        text-align: right; }

        #sns_footer_middle .contact-chantrang .social ul li {

          float: right;

          margin-left: 30px; }

          #sns_footer_middle .contact-chantrang .social ul li a {

            display: inline-block; }

      #sns_footer_middle .contact-chantrang .social p {

        display: block;

        color: #fff;

        font-family: 'Roboto-Regular';

        font-style: italic;

        font-size: 16px;

        margin: 25px 0 0 0; }



.single {

  margin-top: 90px; }



.right-bar-style1 {

  margin-top: 90px; }



@media only screen and (min-width: 1200px) and (max-width: 1801px) {

  #sline_header .header-top .header-logo {

    margin: 20px 0 20px; }

    #sline_header .header-top .header-logo a img {

      width: 180px; }



  #sline_header .header-top .header-hotline a img {

    width: 180px;

    position: relative;

    bottom: 20px; }



  #sline_header .header-top .header-menu {

    bottom: -22px; }



  .bg-slider-dv {

    height: 50px; }



  #ddt_feedback .section, #ddt_feedback .tab-content {

    height: 80vh; }



  #sline_dichvu .position-relative ul {

    margin-top: 50px; }

  #sline_dichvu .position-relative .sline-images {

    right: 0;

    z-index: 0; }

    #sline_dichvu .position-relative .sline-images img {

      width: 90%; }

  #sline_dichvu .position-relative .style-1366 {

    z-index: 1; }



  #sline_thươnghieu {

    padding: 50px 0 60px; }



  #sns_footer_middle {

    background-size: 160%; }



  #sline_khachhang {

    background-size: 155%; } }

#khuyen_mai_4 {

  position: relative; }

  #khuyen_mai_4 a {

    position: absolute;

    left: 50%;

    bottom: 50px;

    margin: 0px -53px; }



#khuyen_mai_5 {

  position: relative;

  display: inline-block;

  width: 100%; }

  #khuyen_mai_5 a {

    position: absolute;

    left: 37%;

    bottom: 50px;

    margin: 0px -53px; }



#khuyen_mai_6 {

  position: relative;

  display: inline-block;

  width: 100%; }

  #khuyen_mai_6 a {

    position: absolute;

    left: 76%;

    bottom: 16%;

    margin: 0px -53px; }



#khuyen_mai_7 {

  position: relative;

  display: inline-block;

  width: 100%; }

  #khuyen_mai_7 a {

    position: absolute;

    left: 61%;

    bottom: 15px;

    margin: 0px -53px; }



@media only screen and (min-width: 1200px) and (max-width: 1801px) {

  #khuyen_mai_4 {

    position: relative; }

    #khuyen_mai_4 a {

      position: absolute;

      left: 50%;

      bottom: 30px;

      margin: 0px -53px; }



  #khuyen_mai_5 {

    position: relative;

    display: inline-block;

    width: 100%; }

    #khuyen_mai_5 a {

      position: absolute;

      left: 37%;

      bottom: 30px;

      margin: 0px -53px; }



  #khuyen_mai_6 {

    position: relative;

    display: inline-block;

    width: 100%; }

    #khuyen_mai_6 a {

      position: absolute;

      left: 76%;

      bottom: 10%;

      margin: 0px -53px; }



  #khuyen_mai_7 {

    position: relative;

    display: inline-block;

    width: 100%; }

    #khuyen_mai_7 a {

      position: absolute;

      left: 61%;

      bottom: 10px;

      margin: 0px -53px; } }

/*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; }



.sline-global__descirption {

  padding-top: 30px; }



.sline-global__descirption-top {

  background: url("../img/tragop-sline/1.png") no-repeat center/100%;

  padding: 25px; }



.sline-global__descirption-top--inner {

  text-align: center;

  margin: -10px 0;

  font-style: italic;

  font-weight: 600;

  color: #4e2706; }

  .sline-global__descirption-top--inner span {

    font-size: 18px;

    color: #FFFFFF; }



.sline-global__descirption-info {

  background-image: url("../img/tragop-sline/2.png");

  padding-top: 170px;

  padding-bottom: 140px;

  font-size: 16px; }

  .sline-global__descirption-info span {

    color: #4e2706;

    font-weight: 600; }



.sline-global__reason {

  padding-top: 20px;

  padding-bottom: 40px; }



.sline-global__reason-inner {

  padding-top: 90px; }

  .sline-global__reason-inner .region-title {

    margin-bottom: 40px;

    color: #4e2706; }

  .sline-global__reason-inner p {

    font-size: 16px;

    margin-bottom: 22px; }

    .sline-global__reason-inner p span {

      color: #BD802B;

      font-weight: 600; }



.sline-global__client .region-title {

  margin-bottom: 40px;

  color: #4e2706; }



.sline-global__client-item h4 {

  margin-top: 20px;

  text-align: center;

  font-size: 16px;

  color: #4e2706;

  font-weight: 600;

  font-style: italic; }



.sline-global__advantage {

  margin-top: 40px; }

  .sline-global__advantage .region-title {

    font-size: 20px;

    margin-bottom: 40px;

    color: #4e2706; }

  .sline-global__advantage ul li {

    color: #4e2706;

    margin-bottom: 15px;

    position: relative;

    padding-left: 40px; }

    .sline-global__advantage ul li i {

      font-size: 20px;

      margin-right: 20px;

      position: absolute;

      left: 0;

      top: 0; }



.sline-global__advantage-inner {

  padding-top: 70px; }



.sline-global__advantage-note {

  padding: 10px 15px;

  background-color: #d0a02a;

  font-size: 14px;

  color: #FFFFFF;

  text-align: center;

  font-weight: 600;

  font-style: italic;

  line-height: 1.4;

  margin-top: 20px; }



.sline-global__result-make {

  background-image: url("../img/tragop-sline/3.png");

  padding-top: 60px;

  padding-bottom: 60px; }

  .sline-global__result-make .region-title {

    margin-bottom: 40px;

    color: #4e2706; }



.sline-global__result-make--inner {

  padding-left: 40px;

  padding-right: 40px; }



.sline-global__result-make-item {

  width: 50%;

  display: inline-block;

  padding: 40px;

  vertical-align: top; }

  .sline-global__result-make-item img {

    max-width: 50px;

    margin-bottom: 20px; }

  .sline-global__result-make-item:first-child {

    margin-right: -20px;

    background-color: #d0a02a;

    z-index: 1;

    position: relative; }

  .sline-global__result-make-item:last-child {

    margin-left: -20px;

    background-color: #4e2706;

    margin-top: 40px;

    padding-left: 80px; }

  .sline-global__result-make-item p {

    color: #FFFFFF; }



.sline-global__round-make .region-title {

  text-align: center;

  color: #4e2706;

  margin-top: 60px;

  margin-bottom: 50px; }



.sline-global__round-item .cell-content {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

  height: 262px;

  width: 262px;

  padding: 20px;

  background-color: #dec86e;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

  -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); }

.sline-global__round-item h4 {

  color: #4e2706;

  font-size: 14px;

  font-style: italic;

  margin-bottom: 10px;

  font-weight: 600; }

.sline-global__round-item p {

  font-size: 15px;

  margin-bottom: 0;

  line-height: 1; }



.sline-global__round-left .sline-global__round-item:nth-child(1), .sline-global__round-left .sline-global__round-item:nth-child(3) {

  margin-left: 40px;

  margin-right: -40px; }

.sline-global__round-left .sline-global__round-item:nth-child(2) {

  margin-right: 50px;

  margin-left: -50px; }



.sline-global__round-right .sline-global__round-item:nth-child(1), .sline-global__round-right .sline-global__round-item:nth-child(3) {

  margin-left: -40px;

  margin-right: 40px; }

.sline-global__round-right .sline-global__round-item:nth-child(2) {

  margin-left: 50px;

  margin-right: -50px; }



.sline-global__contact-info {

  background-image: url("../img/tragop-sline/4.png");

  padding-top: 60px;

  padding-bottom: 60px;

  font-size: 18px;

  font-weight: 600;

  color: #FFFFFF;

  font-style: italic; }



.sline-global__testimonial {

  padding-top: 80px;

  padding-bottom: 80px; }

  .sline-global__testimonial .region-title {

    text-align: center;

    color: #4e2706;

    margin-top: 30px;

    margin-bottom: 30px; }



.sline-global__testimonial-info p {

  color: #BD802B;

  font-size: 16px; }

  .sline-global__testimonial-info p span {

    font-weight: 600; }

.sline-global__testimonial-info h4 {

  font-size: 22px;

  color: #4e2706;

  font-weight: 600; }



.visao-nanochip-er {

  background-image: url(../../images/post/nangnguc-nanochiper-hot-nhat-hien-nay/Group11.png);

  text-align: left;

  padding: 20px 40px 30px;

  margin-top: 30px;

  position: relative;

  display: inline-block; }

  .visao-nanochip-er .nanochip-bg h3 {

    font-size: 32px;

    text-transform: uppercase;

    color: #d1a12a;

    font-family: 'Roboto-Bold'; }

  .visao-nanochip-er .nanochip-bg i {

    color: #fff;

    font-size: 16px; }

  .visao-nanochip-er .nanochip-bg p {

    font-family: 'Roboto-Italic';

    color: #d1a12a;

    font-size: 16px;

    margin-top: 20px; }



.visao-nanochip-er1 {

  margin-top: 50px;

  position: relative;

  margin-bottom: 50px; }

  .visao-nanochip-er1 h3 {

    text-align: center;

    font-family: 'Roboto-Medium';

    font-weight: bold;

    text-transform: uppercase;

    color: #000; }

  .visao-nanochip-er1 .border-er1 {

    padding: 50px;

    border: 1px dashed #333;

    border-radius: 4px; }

    .visao-nanochip-er1 .border-er1 .ex-left {

      width: 55%; }

      .visao-nanochip-er1 .border-er1 .ex-left p {

        font-size: 16px;

        color: #000; }

        .visao-nanochip-er1 .border-er1 .ex-left p i {

          font-size: 16px;

          color: #7b5129; }

      .visao-nanochip-er1 .border-er1 .ex-left strong {

        color: #7b5129;

        font-size: 16px;

        margin-bottom: 10px;

        display: inline-block; }

      .visao-nanochip-er1 .border-er1 .ex-left img {

        margin-bottom: 10px; }

    .visao-nanochip-er1 .border-er1 .tuanh {

      position: absolute;

      bottom: 0;

      right: 50px; }

    .visao-nanochip-er1 .border-er1 .vaser-lipo-hoidap {

      bottom: 15%;

      right: 70px; }



.visao-nanochip-er2 {

  background-image: url(../../images/post/nangnguc-nanochiper-hot-nhat-hien-nay/nen.png);

  display: inline-block;

  padding: 70px 50px; }

  .visao-nanochip-er2 .uudiem-title {

    margin-bottom: 30px; }

    .visao-nanochip-er2 .uudiem-title h3 {

      text-align: center;

      font-family: 'Roboto-Medium';

      font-weight: bold;

      text-transform: uppercase;

      color: #fff;

      font-size: 18px; }

    .visao-nanochip-er2 .uudiem-title p {

      padding: 0 15%;

      margin-top: 20px; }

      .visao-nanochip-er2 .uudiem-title p i {

        color: #d1a12a !important;

        display: inline-block;

        border-bottom: 2px solid #fff;

        padding-bottom: 20px; }

  .visao-nanochip-er2 p {

    color: #fff !important;

    font-size: 16px;

    display: inline-block; }

  .visao-nanochip-er2 span {

    color: #d1a12a;

    font-size: 16px;

    margin-top: 30px;

    display: inline-block; }



.visao-nanochip-er3 {

  background-color: #b88d38;

  display: inline-block;

  padding: 25px 50px;

  position: relative; }

  .visao-nanochip-er3 .ykien-lefft {

    width: 30%;

    float: left; }

  .visao-nanochip-er3 .ykien-right {

    width: 70%;

    float: left;

    padding: 5% 0 5% 5%; }

    .visao-nanochip-er3 .ykien-right strong {

      color: #3a1d1e;

      font-size: 16px;

      margin-bottom: 20px;

      display: inline-block; }

    .visao-nanochip-er3 .ykien-right p {

      font-size: 16px; }

      .visao-nanochip-er3 .ykien-right p i {

        font-size: 16px; }

    .visao-nanochip-er3 .ykien-right img {

      position: absolute;

      bottom: 20px;

      right: 50px; }



.vaser-lipo-hoidap2 {

  background-image: url(../../images/post/nangnguc-nanochiper-hot-nhat-hien-nay/nen2.png); }

  .vaser-lipo-hoidap2 p i {

    color: #b88d38; }



.thunhonumvu-dauti h3 {

  text-align: center;

  font-family: 'Roboto-Medium';

  font-weight: bold;

  text-transform: uppercase;

  color: #000;

  margin-bottom: 0px; }



/*ỨNG DỤNG CỦA CÔNG NGHỆ EDGE ONE TRONG LĨNH VỰC THẨM MỸ*/

.congnghe-edge0 {

  background-image: url(../../images/post/congnge-edgeone-vaungdung-trongthammy/1.png);

  padding: 85px 30px; }



.s-content .congnghe-edge {

  margin-top: 50px; }

  .s-content .congnghe-edge p {

    font-size: 16px;

    line-height: 20px; }

    .s-content .congnghe-edge p strong {

      color: #7a5128;

      font-size: 16px;

      font-weight: bold;

      margin: 15px 0;

      display: inline-block; }

  .s-content .congnghe-edge .cn-left img {

    margin-top: 30px; }



.congnghe-edge1 {

  background-image: url(../../images/post/congnge-edgeone-vaungdung-trongthammy/3.png);

  display: inline-block;

  padding: 80px 40px; }

  .congnghe-edge1 .edge1-lefft {

    width: 60%; }

    .congnghe-edge1 .edge1-lefft h2 {

      line-height: 20px;

      margin-bottom: 0px; }

      .congnghe-edge1 .edge1-lefft h2 span {

        color: #291112;

        font-size: 20px;

        font-weight: bold;

        line-height: 20px; }

    .congnghe-edge1 .edge1-lefft p {

      font-size: 16px; }

      .congnghe-edge1 .edge1-lefft p.style-color1 {

        color: #7a5128;

        font-size: 16px;

        font-weight: bold;

        margin-bottom: 25px;

        margin-top: 65px; }



.s-content .congnghe-edge2 {

  position: relative;

  width: 70%;

  left: 15%;

  margin-top: 50px;

  margin-bottom: 50px; }

  .s-content .congnghe-edge2 h2 {

    text-align: center;

    margin-bottom: 30px; }

    .s-content .congnghe-edge2 h2 span {

      color: #291112;

      font-size: 20px;

      font-weight: bold;

      line-height: 20px;

      text-transform: uppercase; }

  .s-content .congnghe-edge2 img {

    margin: 30px 0; }

  .s-content .congnghe-edge2 p {

    font-size: 16px; }



/*Se khít cô bé công nghệ EDGE ONE*/

.sekhitcobe00 {

  padding: 30px 40px 20px; }

  .sekhitcobe00 .nanochip-bg i {

    font-size: 15px; }



.s-content .uudiem-sekhitcobe {

  background-image: url(../../images/post/hongnhuhoa/1234.png);

  padding: 50px; }

  .s-content .uudiem-sekhitcobe h2 span {

    font-size: 20px;

    font-weight: bold;

    color: #ffc85c;

    text-transform: uppercase; }

  .s-content .uudiem-sekhitcobe p {

    color: #fff; }

    .s-content .uudiem-sekhitcobe p i {

      color: #fff; }



.postdoncam {

  margin-top: 100px; }

  .postdoncam .heading-line {

    max-width: 100%; }

    .postdoncam .heading-line .heading-inner {

      z-index: 0; }

      .postdoncam .heading-line .heading-inner .title {

        font-weight: 700;

        margin-bottom: 0;

        font-size: 22px;

        text-transform: uppercase;

        color: #40243b; }

  .postdoncam .doncam-description {

    padding-top: 30px; }

    .postdoncam .doncam-description .descirption-detail--top {

      padding: 20px;

      background-color: #d1a12a; }

    .postdoncam .doncam-description .descirption-detail-info {

      background-image: url(../../images/post/don-cam/1111-dk.png);

      padding-top: 120px;

      padding-bottom: 150px;

      background-color: #d7d5e3;

      padding: 80px 10px;

      color: #4e2706;

      font-size: 15px;

      background-size: cover;

      background-position: center;

      background-repeat: no-repeat; }

  .postdoncam .doncam-detail {

    padding-top: 50px; }

    .postdoncam .doncam-detail .region-title {

      font-weight: 600;

      font-size: 22px;

      text-transform: uppercase;

      color: #40243B;

      letter-spacing: normal; }

    .postdoncam .doncam-detail .table-cell {

      width: 50%;

      float: left; }

    .postdoncam .doncam-detail .table-wrapper {

      display: table;

      width: 100%; }

      .postdoncam .doncam-detail .table-wrapper .doncam-detail-info {

        padding-bottom: 50px; }

      .postdoncam .doncam-detail .table-wrapper .pb-20 {

        padding-bottom: 20px; }

        .postdoncam .doncam-detail .table-wrapper .pb-20 li {

          margin-bottom: 12px; }

          .postdoncam .doncam-detail .table-wrapper .pb-20 li img {

            margin-right: 15px; }

          .postdoncam .doncam-detail .table-wrapper .pb-20 li span {

            color: #896336 !important; }

  .postdoncam .doncam-method {

    padding-top: 140px;

    padding-bottom: 140px;

    background-image: url(../../images/post/don-cam/2222-dk.png); }

    .postdoncam .doncam-method .color-white {

      color: #fff !important; }

  .postdoncam .doncam-stepwork {

    padding-top: 70px;

    padding-bottom: 40px; }

    .postdoncam .doncam-stepwork .region-title {

      font-weight: 600;

      font-size: 22px;

      text-transform: uppercase;

      color: #40243B;

      letter-spacing: normal;

      margin-bottom: 40px; }

    .postdoncam .doncam-stepwork .table-wrapper {

      display: table;

      width: 100%; }

      .postdoncam .doncam-stepwork .table-wrapper .table-cell {

        width: 33%;

        vertical-align: bottom;

        float: left; }

        .postdoncam .doncam-stepwork .table-wrapper .table-cell .info-box {

          margin-bottom: 15px;

          min-height: 250px;

          background-color: #DADADA;

          padding: 20px; }

          .postdoncam .doncam-stepwork .table-wrapper .table-cell .info-box h3 {

            font-size: 15px;

            color: #A15385;

            font-weight: 600;

            font-style: italic; }

          .postdoncam .doncam-stepwork .table-wrapper .table-cell .info-box p {

            color: #896336;

            font-size: 15px;

            font-family: 'Roboto-Regular'; }

  .postdoncam .doncam-characteristics {

    padding-top: 70px;

    padding-bottom: 50px;

    background-image: url(../../images/post/don-cam/3333-dk.png);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat; }

    .postdoncam .doncam-characteristics .region-title {

      font-weight: 600;

      font-size: 22px;

      text-transform: uppercase;

      color: #40243B;

      letter-spacing: normal; }

    .postdoncam .doncam-characteristics .intro-info h3 {

      color: #9D4A80;

      font-size: 16px;

      font-weight: 600;

      margin-bottom: 10px; }

    .postdoncam .doncam-characteristics .intro-info p {

      text-align: justify;

      color: #4e2706;

      font-size: 14px; }

    .postdoncam .doncam-characteristics .intro-info .color-basic {

      color: #BD802B !important; }

    .postdoncam .doncam-characteristics .info-note {

      background-color: #d1a12a;

      padding: 40px 80px;

      color: #fff; }

  .postdoncam .info-note--violet {

    background-color: #d1a12a;

    color: #FFFFFF;

    padding: 40px 80px; }

    .postdoncam .info-note--violet .info-note--inner {

      color: #FFFFFF; }

      .postdoncam .info-note--violet .info-note--inner p {

        text-align: center;

        color: inherit;

        margin-bottom: 0; }

  .postdoncam .testimonial-style--one {

    padding-top: 80px;

    padding-bottom: 80px; }

    .postdoncam .testimonial-style--one .testimonial-style--one-info {

      text-align: center;

      margin: 0 auto; }

      .postdoncam .testimonial-style--one .testimonial-style--one-info .region-title {

        font-weight: 600;

        font-size: 22px;

        text-transform: uppercase;

        color: #40243B;

        letter-spacing: normal;

        padding-top: 30px;

        margin-bottom: 30px; }

      .postdoncam .testimonial-style--one .testimonial-style--one-info p {

        color: #896336;

        font-size: 16px;

        font-style: italic;

        text-align: left;

        font-family: 'Roboto-Regular'; }

      .postdoncam .testimonial-style--one .testimonial-style--one-info h4 {

        text-align: left;

        font-size: 22px;

        color: #3f243b;

        font-weight: 600; }



/*Cơ sở vật chất mới*/

#sline_cosovatchat {

  padding-top: 100px;

  position: relative; }

  #sline_cosovatchat .sline-coso {

    padding-bottom: 200px; }

    #sline_cosovatchat .sline-coso h2 {

      text-align: center;

      position: relative;

      background: transparent; }

      #sline_cosovatchat .sline-coso h2:before {

        position: absolute;

        content: "";

        display: inline-block;

        width: 100%;

        height: 1px;

        left: 0;

        top: 22px;

        background: #000;

        z-index: -1; }

      #sline_cosovatchat .sline-coso h2 span {

        font-size: 24px;

        font-weight: bold;

        color: #000;

        padding: 0 20px;

        z-index: 1;

        background: #fff; }

    #sline_cosovatchat .sline-coso .text-cs {

      width: 988px;

      background-color: rgba(43, 19, 0, 0.5);

      color: #fff;

      position: absolute;

      left: 50%;

      margin: 0 -489px;

      top: 220px; }

      #sline_cosovatchat .sline-coso .text-cs ul li {

        width: 50%;

        float: left;

        padding: 30px; }

        #sline_cosovatchat .sline-coso .text-cs ul li p {

          font-family: 'Roboto-Light';

          font-size: 16px; }

    #sline_cosovatchat .sline-coso .bg-img-bottom {

      position: absolute;

      margin: -140px -600px;

      left: 50%; }

  #sline_cosovatchat .hethong-coso {

    position: relative; }

    #sline_cosovatchat .hethong-coso h2 {

      text-align: center;

      position: relative;

      background: transparent; }

      #sline_cosovatchat .hethong-coso h2 span {

        font-size: 24px;

        font-weight: bold;

        color: #000;

        padding: 0 20px;

        z-index: 1;

        background: #fff; }

    #sline_cosovatchat .hethong-coso ul {

      width: 988px;

      background-color: rgba(43, 19, 0, 0.5);

      color: #fff;

      position: absolute;

      left: 50%;

      margin: 0 -489px;

      top: 120px;

      padding: 0px; }

      #sline_cosovatchat .hethong-coso ul li {

        width: 50%;

        float: left;

        padding: 30px; }

        #sline_cosovatchat .hethong-coso ul li p {

          font-family: 'Roboto-Light';

          font-size: 16px; }

  #sline_cosovatchat .cong-nghehiendai {

    margin-top: 40px;

    margin-bottom: 50px; }

    #sline_cosovatchat .cong-nghehiendai h2 {

      text-align: center;

      position: relative;

      background: transparent; }

      #sline_cosovatchat .cong-nghehiendai h2 span {

        font-size: 24px;

        font-weight: bold;

        color: #000;

        padding: 0 20px;

        z-index: 1;

        background: #fff; }

    #sline_cosovatchat .cong-nghehiendai .text-congnghe p {

      position: relative;

      width: 60%;

      left: 20%;

      font-size: 16px;

      font-family: 'Roboto-Regular'; }

    #sline_cosovatchat .cong-nghehiendai .maymoc ul {

      background: #d6dddd;

      display: inline-block;

      padding: 65px 65px 40px 65px; }

      #sline_cosovatchat .cong-nghehiendai .maymoc ul li {

        width: 33.33%;

        float: left;

        text-align: center; }

        #sline_cosovatchat .cong-nghehiendai .maymoc ul li h3 {

          font-size: 16px;

          font-family: 'Roboto-Regular';

          color: #000;

          text-transform: uppercase;

          font-weight: bold;

          margin-left: 10px;

          margin-top: 40px;

          margin-bottom: 25px; }

        #sline_cosovatchat .cong-nghehiendai .maymoc ul li p {

          text-align: left;

          padding: 0 10px;

          font-family: 'Roboto-Regular';

          font-size: 16px;

          color: #000; }

  #sline_cosovatchat .end-coso .end-cosob {

    background: #d6dddd;

    padding: 50px 20%; }

    #sline_cosovatchat .end-coso .end-cosob h2 {

      text-align: center;

      position: relative;

      background: transparent; }

      #sline_cosovatchat .end-coso .end-cosob h2 span {

        font-size: 24px;

        font-weight: bold;

        color: #000;

        padding: 0 20px;

        z-index: 1;

        text-transform: uppercase; }

    #sline_cosovatchat .end-coso .end-cosob .text-congnghe p {

      font-family: 'Roboto-Regular';

      font-size: 16px; }



/*Đội ngũ bác sĩ mới*/

.s-content .doingu-t2 {

  margin-top: 50px;

  padding: 0 15%; }

  .s-content .doingu-t2 p {

    font-family: 'Roboto-Regular';

    font-size: 16px;

    line-height: 28px;

    margin-bottom: 30px; }

    .s-content .doingu-t2 p i {

      font-size: 16px; }

  .s-content .doingu-t2 h2 {

    text-align: center;

    position: relative;

    background: transparent;

    margin-top: 50px; }

    .s-content .doingu-t2 h2 span {

      font-size: 24px;

      font-weight: bold;

      color: #000;

      padding: 0 20px;

      z-index: 1;

      text-transform: uppercase; }

.s-content .doingu-t3 .maymoc ul {

  display: inline-block; }

  .s-content .doingu-t3 .maymoc ul li {

    width: 33.33%;

    float: left;

    text-align: center;

    padding: 0 10px; }

    .s-content .doingu-t3 .maymoc ul li h3 {

      font-size: 16px;

      font-family: 'Roboto-Regular';

      color: #7a5128;

      font-weight: bold;

      margin-left: 10px;

      margin-top: 40px;

      margin-bottom: 25px; }

    .s-content .doingu-t3 .maymoc ul li p {

      text-align: left;

      font-family: 'Roboto-Regular';

      font-size: 16px;

      color: #000; }

.s-content .doingu-t4 {

  background-image: url(../../images/post/doingu-bacsi/5.png);

  padding: 7% 15%;

  margin-bottom: 50px; }

  .s-content .doingu-t4 p {

    color: #fff;

    line-height: 28px;

    margin-bottom: 20px; }



/*Quy trình thẩm mỹ mới*/

.s-content .quytrinh-t2 {

  margin: 60px 0;

  position: relative;

  width: 70%;

  left: 15%; }

  .s-content .quytrinh-t2 p {

    font-size: 16px;

    line-height: 25px; }

    .s-content .quytrinh-t2 p i {

      font-size: 16px; }

  .s-content .quytrinh-t2 h2 {

    text-align: left;

    line-height: 20px;

    margin-top: 50px; }

    .s-content .quytrinh-t2 h2 span {

      font-size: 16px;

      font-weight: bold;

      color: #7a5128;

      z-index: 1;

      text-transform: uppercase; }

.s-content .quytrinh-t3 {

  position: relative; }

  .s-content .quytrinh-t3 .quytrinh {

    width: 872px;

    height: 263px;

    margin-bottom: 20px; }

    .s-content .quytrinh-t3 .quytrinh strong {

      font-size: 16px;

      font-weight: bold;

      color: #7a5128;

      z-index: 1;

      margin-bottom: 20px;

      display: inline-block; }

    .s-content .quytrinh-t3 .quytrinh p {

      font-size: 16px;

      line-height: 25px; }

  .s-content .quytrinh-t3 .style1 {

    background-image: url(../../images/post/quytrinhthammy/1.png);

    padding: 8% 3% 0 45%; }

  .s-content .quytrinh-t3 .style2 {

    background-image: url(../../images/post/quytrinhthammy/2.png);

    padding: 3% 45% 0 3%; }

  .s-content .quytrinh-t3 .style3 {

    background-image: url(../../images/post/quytrinhthammy/3.png);

    padding: 4% 3% 0 45%; }

  .s-content .quytrinh-t3 .style4 {

    background-image: url(../../images/post/quytrinhthammy/4.png);

    padding: 3% 45% 0 3%; }

  .s-content .quytrinh-t3 .style5 {

    background-image: url(../../images/post/quytrinhthammy/5.png);

    padding: 7% 3% 0 48%; }

.s-content .quytrinh-t4 {

  position: relative;

  width: 80%;

  left: 10%;

  margin: 50px 0; }

  .s-content .quytrinh-t4 p {

    font-size: 16px;

    line-height: 25px; }



/*Cấy mỡ tạo hình cơ thể lấy chỗ thừa bù chỗ thiếu*/

.caymotaohinhcothe h2 {

  line-height: 20px;

  margin-top: 40px;

  text-align: center;

  position: relative;

  padding-bottom: 10px; }

  .caymotaohinhcothe h2:before {

    content: "";

    display: inline-block;

    background: #000;

    width: 80%;

    height: 1px;

    left: 10%;

    position: absolute;

    bottom: 0; }

  .caymotaohinhcothe h2 span {

    font-size: 20px;

    font-weight: bold;

    color: #7a5128;

    z-index: 1;

    text-transform: uppercase; }

.caymotaohinhcothe .caymo-taohinh1 ul {

  display: inline-block;

  margin-top: 30px;

  background-image: url(../../images/post/caymo-taohinh-cothe/8.png);

  padding: 28px 80px; }

  .caymotaohinhcothe .caymo-taohinh1 ul li {

    width: 50%;

    float: left;

    padding: 0 8%; }

    .caymotaohinhcothe .caymo-taohinh1 ul li span {

      color: #f4dbbc;

      background-color: rgba(215, 204, 191, 0.6);

      height: 45px;

      border-radius: 4px;

      display: inline-block;

      text-transform: uppercase;

      text-align: center;

      font-weight: bold;

      font-size: 14px;

      min-width: 240px;

      margin-bottom: 10px;

      min-height: 45px;

      line-height: 45px; }

      .caymotaohinhcothe .caymo-taohinh1 ul li span.style1 {

        line-height: 15px;

        padding: 9px 0; }

    .caymotaohinhcothe .caymo-taohinh1 ul li p {

      font-size: 16px;

      color: #ffe8a2; }

.caymotaohinhcothe .caymo-taohinh2 {

  display: inline-block;

  width: 100%;

  margin-bottom: 60px; }

  .caymotaohinhcothe .caymo-taohinh2 h2 {

    margin-bottom: 60px; }

  .caymotaohinhcothe .caymo-taohinh2 p {

    font-size: 16px;

    line-height: 30px;

    margin-top: 80px; }

.caymotaohinhcothe .caymo-taohinh3 h2 {

  margin-bottom: 60px; }

.caymotaohinhcothe .caymo-taohinh3 ul {

  padding: 0px;

  margin: 0px;

  display: inline-block; }

  .caymotaohinhcothe .caymo-taohinh3 ul li {

    width: 50%;

    float: left;

    padding-left: 100px;

    position: relative; }

    .caymotaohinhcothe .caymo-taohinh3 ul li p {

      font-size: 16px; }

    .caymotaohinhcothe .caymo-taohinh3 ul li span {

      display: inline-block;

      height: 40px;

      width: 40px;

      font-size: 18px;

      color: #a49889;

      background: #291112;

      position: absolute;

      left: 40px;

      top: 0;

      text-align: center;

      line-height: 40px;

      border-radius: 100%; }

.caymotaohinhcothe .caymo-taohinh4 {

  background: #d8d1c8;

  display: inline-block;

  position: relative; }

  .caymotaohinhcothe .caymo-taohinh4 h2 {

    margin-bottom: 60px; }

  .caymotaohinhcothe .caymo-taohinh4 ul {

    padding: 0px;

    margin: 0px;

    display: inline-block; }

    .caymotaohinhcothe .caymo-taohinh4 ul li {

      width: 50%;

      float: left;

      position: relative;

      padding: 0 55px; }

      .caymotaohinhcothe .caymo-taohinh4 ul li img {

        margin-bottom: 30px; }

      .caymotaohinhcothe .caymo-taohinh4 ul li p {

        font-size: 16px; }



/*Công nghệ thẩm mỹ*/

.congnghe_tm h2 {

  color: #875c20;

  font-size: 20px;

  width: 90%;

  left: 5%;

  position: relative;

  text-align: right;

  font-weight: bold;

  padding-bottom: 5px;

  padding-right: 10px;

  border-bottom: 1px solid #333;

  display: inline-block;

  margin-top: 40px; }

  .congnghe_tm h2 span {

    font-size: 25px;

    color: #b88d38;

    background: #291112;

    font-style: italic;

    border-radius: 100%;

    padding: 7px;

    position: absolute;

    bottom: -20px;

    right: -45px; }



.congnghetm1 .style-imgcn-left {

  width: 40%;

  float: left; }

.congnghetm1 .style-imgcn-right {

  width: 60%;

  float: left;

  padding-top: 80px;

  padding-left: 50px; }

  .congnghetm1 .style-imgcn-right p i {

    font-size: 16px;

    line-height: 28px; }



.s-content.congnghe_tm .congnghetm2 {

  position: relative;

  padding: 16%;

  width: 100%;

  display: inline-block;

  background-image: url(../../images/post/congnghethammy/4.png);

  margin-bottom: 50px;

  margin-top: 80px; }

  .s-content.congnghe_tm .congnghetm2 p {

    font-size: 16px;

    color: #fff; }



/*Kinh nghiệm nâng ngực*/

.kinhnghiem_nangnguc .kn-nangnguc1 {

  padding: 9% 40% 9% 10%;

  background-image: url(../../images/post/kinhnghiemnangnguc/1.png); }

.kinhnghiem_nangnguc h2 {

  color: #875c20;

  font-size: 20px;

  width: 80%;

  left: 10%;

  position: relative;

  text-align: center;

  font-weight: bold;

  padding-bottom: 5px;

  padding-right: 10px;

  border-bottom: 1px solid #333;

  display: inline-block;

  margin-top: 40px;

  text-transform: uppercase; }

  .kinhnghiem_nangnguc h2 span {

    font-size: 25px;

    color: #b88d38;

    background: #291112;

    font-style: italic;

    border-radius: 100%;

    padding: 7px;

    position: absolute;

    bottom: -20px;

    left: -45px; }

.kinhnghiem_nangnguc .kn-nangnguc2 .kn-nangnguc-small {

  position: relative;

  width: 60%;

  left: 20%;

  margin-top: 40px; }

  .kinhnghiem_nangnguc .kn-nangnguc2 .kn-nangnguc-small img {

    margin-bottom: 30px; }

  .kinhnghiem_nangnguc .kn-nangnguc2 .kn-nangnguc-small p {

    font-size: 16px; }

.kinhnghiem_nangnguc .kn-nangnguc3 {

  background: #d8d1c8;

  margin-top: 50px;

  margin-bottom: 50px; }

  .kinhnghiem_nangnguc .kn-nangnguc3 ul {

    padding: 0px;

    margin: 50px 0 0 0;

    display: inline-block; }

    .kinhnghiem_nangnguc .kn-nangnguc3 ul li {

      width: 50%;

      float: left;

      position: relative;

      padding: 0 55px; }

      .kinhnghiem_nangnguc .kn-nangnguc3 ul li img {

        margin-bottom: 30px; }

      .kinhnghiem_nangnguc .kn-nangnguc3 ul li p {

        font-size: 16px; }

      .kinhnghiem_nangnguc .kn-nangnguc3 ul li i {

        font-size: 16px; }



/*Cắt mí ngủ*/

.catmi_ngu .caimi_ngu01 {

  padding: 8% 45% 7% 12%;

  background-image: url(../../images/post/catmingu/7.png); }

  .catmi_ngu .caimi_ngu01 p {

    line-height: 25px;

    font-size: 16px;

    color: #fff; }

.catmi_ngu .caimi_ngu02 {

  margin-top: 50px;

  display: inline-block;

  position: relative;

  width: 100%; }

  .catmi_ngu .caimi_ngu02 h2 {

    font-size: 20px;

    color: #875c20;

    text-transform: uppercase;

    font-weight: bold; }

  .catmi_ngu .caimi_ngu02 h3 {

    font-size: 20px;

    color: #875c20;

    text-transform: uppercase;

    font-weight: bold; }

  .catmi_ngu .caimi_ngu02 p {

    font-size: 16px;

    line-height: 25px; }

  .catmi_ngu .caimi_ngu02 .cmngu-left {

    width: 50%;

    float: left;

    padding: 0 50px; }

  .catmi_ngu .caimi_ngu02 .cmngu-right {

    width: 50%;

    float: left;

    padding: 0 50px; }

  .catmi_ngu .caimi_ngu02 ul {

    padding: 0px; }

    .catmi_ngu .caimi_ngu02 ul li {

      position: relative;

      padding-left: 20px;

      font-size: 16px; }

      .catmi_ngu .caimi_ngu02 ul li:before {

        display: inline-block;

        position: absolute;

        left: 0;

        top: 5px;

        height: 8px;

        width: 8px;

        background: #875c20;

        border-radius: 100%;

        content: ""; }

.catmi_ngu .kn-nangnguc3 {

  background: #dedddb;

  margin-top: 50px;

  margin-bottom: 50px;

  display: inline-block; }

  .catmi_ngu .kn-nangnguc3 h2 {

    font-size: 20px;

    color: #875c20;

    text-transform: uppercase;

    font-weight: bold;

    text-align: center;

    margin-top: 40px;

    padding-bottom: 5px;

    border-bottom: 1px solid #333;

    width: 80%;

    left: 10%;

    position: relative; }

  .catmi_ngu .kn-nangnguc3 ul {

    padding: 0px;

    margin: 50px 0 0 0;

    display: inline-block; }

    .catmi_ngu .kn-nangnguc3 ul li {

      width: 50%;

      float: left;

      position: relative;

      padding: 0 55px; }

      .catmi_ngu .kn-nangnguc3 ul li img {

        margin-bottom: 30px; }

      .catmi_ngu .kn-nangnguc3 ul li p {

        font-size: 16px; }

      .catmi_ngu .kn-nangnguc3 ul li i {

        font-size: 16px; }

.catmi_ngu .caimi_ngu04 {

  position: relative;

  display: inline-block;

  background-image: url(../../images/post/catmingu/8.png);

  width: 100%;

  padding: 13% 10% 14% 50%; }

  .catmi_ngu .caimi_ngu04 h2 {

    font-size: 20px;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold; }

  .catmi_ngu .caimi_ngu04 p {

    color: #fff;

    font-size: 16px;

    margin-bottom: 0px;

    line-height: 25px;

    font-family: 'Roboto-Light'; }



/*Các cấp độ sa trễ và phương pháp thực hiện nâng ngực sa trễ*/

.satresausinh {

  /*Nâng ngực chảy xệ sau sinh*/ }

  .satresausinh .caccapdosatre {

    padding: 10% 20%;

    background-image: url(../../images/post/caccapdo-satre/b7.png); }

    .satresausinh .caccapdosatre p {

      color: #fff;

      margin-bottom: 0px; }

  .satresausinh .caccapdosatre p {

    color: #fff; }

  .satresausinh .caccapdosatre1 {

    position: relative;

    width: 80%;

    left: 10%;

    margin-bottom: 50px;

    display: inline-block; }

    .satresausinh .caccapdosatre1 h3 {

      color: #7a5128;

      font-size: 16px;

      font-weight: bold;

      margin-top: 50px; }

    .satresausinh .caccapdosatre1 p {

      font-size: 16px;

      line-height: 28px; }

  .satresausinh .caccapdosatre2 .capdo-satre {

    min-height: 302px;

    margin-bottom: 30px;

    padding: 20px; }

    .satresausinh .caccapdosatre2 .capdo-satre.satre1 {

      background: #dfe6eb; }

    .satresausinh .caccapdosatre2 .capdo-satre.satre2 {

      background: #cad9e3; }

    .satresausinh .caccapdosatre2 .capdo-satre .satre-left {

      width: 35%;

      float: left; }

    .satresausinh .caccapdosatre2 .capdo-satre .satre-right {

      width: 65%;

      float: left;

      padding-top: 50px; }

      .satresausinh .caccapdosatre2 .capdo-satre .satre-right h3 {

        color: #7a5128;

        font-size: 20px;

        font-weight: bold;

        text-transform: uppercase; }

      .satresausinh .caccapdosatre2 .capdo-satre .satre-right p {

        font-size: 16px;

        line-height: 25px; }

  .satresausinh .caccapdosatre3 {

    background: #cad9e3;

    padding: 50px;

    display: inline-block;

    width: 100%;

    text-align: center; }

    .satresausinh .caccapdosatre3 h2 {

      color: #7a5128;

      font-size: 20px;

      font-weight: bold;

      text-transform: uppercase;

      text-align: center; }

    .satresausinh .caccapdosatre3 ul {

      padding: 0px;

      width: 340px; }

      .satresausinh .caccapdosatre3 ul li p {

        font-size: 16px;

        line-height: 28px;

        text-align: left; }

      .satresausinh .caccapdosatre3 ul li img {

        margin-bottom: 15px;

        margin-top: 30px; }

    .satresausinh .caccapdosatre3 .satre-qtleft {

      width: 50%;

      float: left; }

    .satresausinh .caccapdosatre3 .satre-qtright {

      width: 50%;

      float: left; }

  .satresausinh .caccapdosatre4 {

    margin-top: 50px;

    margin-bottom: 50px;

    display: inline-block; }

    .satresausinh .caccapdosatre4 .satre-uudieml {

      width: 50%;

      float: left; }

      .satresausinh .caccapdosatre4 .satre-uudieml h2 {

        color: #7a5128;

        font-size: 18px;

        font-weight: bold;

        text-align: left; }

      .satresausinh .caccapdosatre4 .satre-uudieml p {

        font-size: 16px;

        line-height: 28px; }

  .satresausinh .nang-nguc-chayxe01 {

    padding: 50px 0;

    display: inline-block;

    width: 100%; }

    .satresausinh .nang-nguc-chayxe01 .chayxe01-left {

      float: left;

      width: 30%;

      text-align: center; }

      .satresausinh .nang-nguc-chayxe01 .chayxe01-left img {

        display: inline-block; }

    .satresausinh .nang-nguc-chayxe01 .chayxe01-right {

      float: left;

      width: 70%;

      padding-top: 10px; }

      .satresausinh .nang-nguc-chayxe01 .chayxe01-right h3 {

        font-size: 16px;

        color: #7a5128;

        font-weight: bold; }

      .satresausinh .nang-nguc-chayxe01 .chayxe01-right p {

        font-size: 16px;

        line-height: 28px; }



/*độn cằm soft form có biến chứng gì không*/

.s-content .doncam-v2 {

  position: relative;

  width: 70%;

  left: 15%;

  margin: 50px 0 30px; }

  .s-content .doncam-v2 p {

    font-size: 16px;

    line-height: 28px;

    font-family: 'Roboto-Regular'; }

    .s-content .doncam-v2 p i {

      font-size: 16px;

      line-height: 28px;

      font-family: 'Roboto-Regular'; }

  .s-content .doncam-v2 h2 {

    color: #7a5128;

    font-size: 20px;

    font-family: 'Roboto-Regular';

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 20px; }

.s-content .doncam-v3 {

  background: #d8cfc2;

  display: inline-block;

  padding: 50px; }

  .s-content .doncam-v3 .doncamv3-50 {

    float: left;

    width: 50%; }

    .s-content .doncam-v3 .doncamv3-50 h3 {

      color: #7a5128;

      font-size: 20px;

      font-family: 'Roboto-Regular';

      font-weight: bold;

      margin-top: 30px; }

    .s-content .doncam-v3 .doncamv3-50 p {

      font-size: 16px;

      line-height: 25px;

      font-family: 'Roboto-Regular'; }

.s-content .doncam-v4 {

  display: inline-block;

  width: 100%; }

  .s-content .doncam-v4 h2 {

    color: #7a5128;

    font-size: 20px;

    font-family: 'Roboto-Regular';

    font-weight: bold;

    margin-top: 30px; }

  .s-content .doncam-v4 .doncamv4-33 {

    float: left;

    width: 33.33%;

    padding-right: 30px; }

    .s-content .doncam-v4 .doncamv4-33 img {

      margin-bottom: 30px; }

    .s-content .doncam-v4 .doncamv4-33 p {

      font-size: 16px;

      line-height: 28px;

      font-family: 'Roboto-Regular'; }

.s-content .doncam-v5 {

  float: left;

  width: 60%;

  position: relative;

  left: 20%;

  margin: 50px 0; }

  .s-content .doncam-v5 p i {

    font-size: 16px;

    line-height: 28px;

    font-family: 'Roboto-Regular'; }

.s-content .doncam-v6 img {

  margin-bottom: 10px;

  margin-top: 30px; }

.s-content .doncam-v6 p {

  font-size: 16px;

  line-height: 28px;

  font-family: 'Roboto-Regular'; }

.s-content .doncam-v7 {

  position: relative;

  padding: 14%;

  background-image: url(../../images/post/phauthuat-doncam/2.png); }

  .s-content .doncam-v7 p {

    font-size: 16px;

    line-height: 28px;

    font-family: 'Roboto-Regular';

    color: #fff; }

    .s-content .doncam-v7 p i {

      font-size: 16px;

      line-height: 28px;

      font-family: 'Roboto-Regular';

      color: #fff; }



/* ===========================================================

IMPORT VIDEO HINHANH

============================================================*/

#video_hinhanh_menu .hinhanh-truocsau {

  text-align: center;

  padding-top: 40px;

  margin-bottom: 50px; }

  #video_hinhanh_menu .hinhanh-truocsau .bg-hatruocsasau {

    background: #e6e6e6;

    padding: 50px 0;

    display: inline-block;

    width: 100%; }

#video_hinhanh_menu .owl-dots {

  text-align: center;

  margin-top: 10px; }

#video_hinhanh_menu .styla-bodeertitel {

  text-align: center;

  position: relative; }

  #video_hinhanh_menu .styla-bodeertitel:before {

    content: "";

    display: inline-block;

    width: 100%;

    height: 1px;

    background: #eee;

    position: absolute;

    left: 0;

    top: 30px;

    z-index: -1; }

  #video_hinhanh_menu .styla-bodeertitel a {

    display: inline-block;

    background: #fff;

    padding: 0 60px;

    z-index: 999; }

#video_hinhanh_menu .video-camnghi {

  position: relative; }

  #video_hinhanh_menu .video-camnghi .camnghi-slider1 {

    position: relative;

    display: inline-block; }

    #video_hinhanh_menu .video-camnghi .camnghi-slider1 p {

      position: absolute;

      bottom: 14px;

      font-size: 12px;

      padding: 0px 40px;

      left: -6px;

      line-height: 22px; }

#video_hinhanh_menu .hinhanh-feedback {

  margin-top: 30px; }

  #video_hinhanh_menu .hinhanh-feedback .next-preview-mobile {

    background: #7acacc;

    padding: 50px 70px 35px;

    position: relative; }

    #video_hinhanh_menu .hinhanh-feedback .next-preview-mobile .sliderfeedback img {

      border: 4px solid #fff; }

#video_hinhanh_menu .navslider .prev {

  z-index: 99;

  background: url(../../images/home/congnghe/slider11.png) no-repeat 0 top;

  cursor: pointer;

  height: 30px;

  width: 30px;

  position: absolute;

  text-align: center;

  top: 50%;

  margin: 15px;

  -webkit-transition: all .25s ease 0s;

  transition: all .25s ease 0s; }

#video_hinhanh_menu .navslider .next {

  z-index: 99;

  background: url(../../images/home/congnghe/slider12.png) no-repeat 0 top;

  cursor: pointer;

  height: 30px;

  width: 30px;

  position: absolute;

  text-align: center;

  top: 50%;

  margin: 15px;

  -webkit-transition: all .25s ease 0s;

  transition: all .25s ease 0s; }


