@font-face {
  font-family: 'Muli-Regular';
  src: url("../fonts/Muli-Regular/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Muli-Bold';
  src: url("../fonts/Muli-Bold/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Muli-Italic';
  src: url("../fonts/Muli-Italic/Muli-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Italic/Muli-Italic.woff") format("woff"), url("../fonts/Muli-Italic/Muli-Italic.ttf") format("truetype"), url("../fonts/Muli-Italic/Muli-Italic.svg#Muli-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ff-mulibold {
  font-family: "Muli-Bold", Arial;
}

.ff-montbold {
  font-family: "Montserrat", Arial;
  font-weight: 600;
}

.ff-italic {
  font-family: "Muli-Italic", Arial;
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-30 {
  font-size: 30px;
}

.fs-28 {
  font-size: 28px;
}

.cl-blue {
  color: #052443;
}

.cl-grey {
  color: #686868;
}

.cl-yellow {
  color: #FFE3BF;
}

.text-gold {
  background: #F8CC9B;
  background: -webkit-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: -moz-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: -o-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px rgba(240, 191, 10, 0.1);
}

.bg-blue {
  background: #052443;
  color: #5F93CD;
}

.bg-gray {
  background: #F7F7F7;
}

.bg-yellow {
  background: #FFF4EA;
}

.w15 {
  max-width: 15px;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .fs-30 {
    font-size: 20px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 16px;
  }
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 13px;
  word-break: break-word;
  font-family: "Muli-Regular", Arial;
  color: #686868;
}

body a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

body a:hover, body a:focus {
  text-decoration: none;
}

body .btn:hover, body .btn:focus, body .btn:active {
  box-shadow: none;
  outline: none;
}

body .btn.btn-gold {
  position: relative;
  background: #F6BF67;
  background: -webkit-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -moz-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -o-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  border: 0;
  border-radius: 5px;
  min-width: 120px;
}

body .btn.btn-gold:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  right: 1px;
  top: 1px;
  border-radius: 5px;
  background: #052443;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .btn.btn-gold span {
  position: relative;
  color: #FFE3BF;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .btn.btn-gold:hover:before {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

body .btn.btn-gold:hover span {
  color: #052443;
}

body .btn.btn-blue {
  position: relative;
  border-radius: 5px;
  min-width: 120px;
  border: 1px solid #052443;
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

body .btn.btn-blue:hover {
  background: #052443;
  color: #FFE3BF;
}

body .form-control {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #686868;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0;
  resize: none;
  font-size: 14px;
  overflow-x: hidden;
}

body .form-control::placeholder {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .form-control:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-color: #686868;
}

body .form-control:focus::placeholder {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}

body select.form-control {
  padding-right: 30px;
  background: url("../images/dropdown.png") no-repeat right center/15px auto;
}

body select.form-control:focus {
  background: url("../images/dropdown.png") no-repeat right center/15px auto;
}

body button:focus {
  box-shadow: none;
  outline: none;
}

body .slick-slider .slick-slide:focus {
  box-shadow: none;
  outline: none;
}

body img {
  max-width: 100%;
}

#menu_fixed {
  color: #5F93CD;
  padding: 0.5rem 0;
  background: #ffffff;
  animation: smoothScroll 1s forwards;
  -webkit-animation: smoothScroll 1s forwards;
  -moz-animation: smoothScroll 1s forwards;
  -o-animation: smoothScroll 1s forwards;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  display: none;
}

#menu_fixed.fixed {
  display: block;
}

#menu_fixed .logo_site {
  padding-right: 10px;
  display: block;
}

#menu_fixed .logo_site img {
  max-height: 70px;
}

#menu_fixed .topline {
  padding: 10px 0;
  margin-bottom: 10px;
  margin-top: -0.5rem;
  display: none;
}

#menu_fixed .topline p {
  margin-bottom: 0;
}

#menu_fixed .topline .social {
  margin-bottom: 0;
  text-align: right;
}

#menu_fixed .topline .social li {
  margin-right: 30px;
  margin-bottom: 0;
}

#menu_fixed .topline .social li a {
  font-size: 14px;
  color: #5F93CD;
}

#menu_fixed .topline .social li:last-child {
  margin-right: 0;
}

#menu_fixed .info_bottom {
  display: none;
}

#menu_fixed .topline {
  display: block;
}

#menu_fixed .logo_site {
  padding-right: 10px;
  display: block;
}

#menu_fixed .logo_site .onscroll {
  display: block;
}

#menu_fixed .logo_site .ontop {
  display: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

#menu_fixed .menu_site {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7D7D7;
}

#menu_fixed .menu_site>li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#menu_fixed .menu_site>li a {
  color: #686868;
  display: inline-block;
  padding: 10px 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
}

#menu_fixed .menu_site>li a:before {
  position: absolute;
  content: "";
  width: 0;
  opacity: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #052443;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_fixed .menu_site>li.active>a {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#menu_fixed .menu_site>li.active>a:before {
  width: 100%;
  opacity: 1;
}

#menu_fixed .menu_site>li:hover>a {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#menu_fixed .menu_site>li:hover>a:before {
  width: 100%;
  opacity: 1;
}

#menu_fixed .menu_site>li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#menu_fixed .menu_site>li>ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  top: -webkit-calc(100% + 30px);
  top: -moz-calc(100% + 30px);
  z-index: 999;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_fixed .menu_site>li>ul>li {
  padding: 15px 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#menu_fixed .menu_site>li>ul>li>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  display: block;
  font-size: 16px;
  padding: 10px 0 6px 15px;
}

#menu_fixed .user_info>li>ul>li>a {
  display: none;
}

#menu_fixed .user_info>li>ul>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#menu_fixed .user_info>li>ul>li ul li {
  max-width: 100%;
  text-align: left;
}

#menu_fixed .menu_site>li>ul>li ul {
  list-style: none;
  padding-left: 0;
}

#menu_fixed .menu_site>li>ul>li ul li {
  display: block;
}

#menu_fixed .menu_site>li>ul>li ul li a {
  color: #A5A5A5;
  font-size: 12px;
  padding: 10px 0 6px 15px;
  position: relative;
}

#menu_fixed .user_info li ul li a {
  text-align: left;
}

#menu_fixed .menu_site>li>ul>li ul li a:after {
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  content: "";
  background: #052443;
  left: -15px;
  top: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_fixed .menu_site>li>ul>li ul li a:hover {
  color: #052443;
}

#menu_fixed .menu_site>li>ul>li ul li a:hover:after {
  opacity: 1;
  width: 20px;
}

#menu_fixed .menu_site>li>ul>li ul li ul {
  display: none;
}

#menu_fixed .menu_site>li>ul>li ul li ul li {
  padding-left: 15px;
}

#menu_fixed .menu_site>li>ul>li ul li ul li a {
  padding: 0px 0 6px 15px;
}

#menu_fixed .menu_site>li>ul>li ul li ul li a:after {
  display: none;
}

#menu_fixed .user_info {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #D7D7D7;
}

#menu_fixed .user_info li {
  display: inline-block;
}

#menu_fixed .user_info li a {
  color: #686868;
  display: block;
  cursor: pointer;
  text-align: right;
  padding: 10px 0 6px;
}

#menu_fixed .search {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #D7D7D7;
  position: relative;
}

#menu_fixed .search a, #menu_fixed .search button {
  color: #686868;
  display: block;
  padding: 10px 10px 6px;
  border: 0;
  background: transparent;
  z-index: 11;
  position: relative;
}

#menu_fixed .search .form_search {
  position: absolute;
  bottom: 0;
  right: 0;
}

#menu_fixed .search .form_search .form-control {
  margin-bottom: 0;
  background: #052443;
  border: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
  border-radius: 6px;
  color: #ffffff;
  height: 34px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_fixed .search .form_search .form-control::placeholder {
  color: #ffffff;
}

#menu_fixed .search .form_search.showform .form-control {
  opacity: 1;
  visibility: visible;
  width: 200px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #menu_fixed .menu_site>li a {
    font-size: 9px;
  }
  #menu_fixed .user_info li a {
    font-size: 9px;
  }
  #menu_fixed .search a {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  #menu_fixed.fixed {
    display: none;
  }
}

.menu_mobile {
  display: none;
}

@media (max-width: 767px) {
  .menu_mobile {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #052443;
    height: 100vh;
    padding: 15px;
    width: 70%;
    overflow-y: auto;
    padding-bottom: 3rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu_mobile.showmenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .menu_mobile .menu_site {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
  }
  .menu_mobile .menu_site>li {
    margin-bottom: 10px;
    position: relative;
  }
  .menu_mobile .menu_site>li a {
    color: #5F93CD;
    font-size: 16px;
  }
  .menu_mobile .menu_site>li>ul {
    display: none;
  }
  .menu_mobile .menu_site>li:hover>a, .menu_mobile .menu_site>li.active>a {
    color: #FFE3BF;
  }
  .menu_mobile .menu_site>li.has-child:before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F93CD;
  }
  .menu_mobile .menu_site>li.has-child.showmenu:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu_mobile .menu_site>li.has-child>ul {
    list-style: none;
    padding-left: 0;
  }
  .menu_mobile .menu_site>li.has-child>ul>li {
    position: relative;
    margin-top: 15px;
  }
  .menu_mobile .menu_site>li.has-child>ul>li>a {
    color: #FFE3BF;
    /* display: none;*/
  }
  .menu_mobile .menu_site>li.has-child>ul>li>ul {
    list-style: none;
    padding-left: 15px;
  }
  .menu_mobile .menu_site>li.has-child>ul>li>ul li {
    margin-top: 15px;
    position: relative;
  }
  .menu_mobile .menu_site>li.has-child>ul>li>ul li.has-child:before {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #5F93CD;
  }
  .menu_mobile .menu_site>li.has-child>ul>li>ul li.has-child.showmenu:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu_mobile .menu_site>li.has-child>ul>li>ul li>ul {
    display: none;
    list-style: none;
    padding-left: 15px;
  }
  .menu_mobile .info_site {
    color: #5F93CD;
  }
  .menu_mobile .info_site strong {
    font-family: "Montserrat", Arial;
    font-weight: 800
  }
  .menu_mobile .info_site ul li {
    margin-bottom: 5px;
  }
  .menu_mobile .info_site ul li p {
    margin-bottom: 15px;
  }
  .menu_mobile .info_site ul li a {
    color: #5F93CD;
  }
  .menu_mobile .info_site .btn {
    margin-top: 5px;
  }
  .menu_mobile .info_site .social {
    margin-bottom: 0;
  }
  .menu_mobile .info_site .social li {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .menu_mobile .info_site .social li a {
    font-size: 20px;
  }
  .menu_mobile .info_site .social li:last-child {
    margin-right: 0;
  }
}

.menu_mobile .info_site .social li.has-child ul {
  display: none;
}

.menu_mobile .info_site .social li img {
  width: 30px;
}

.menu_mobile .info_site .social.language-select .multiLang-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 5px;
  background-color: #5F93CD;
}

.menu_mobile .info_site .social.language-select .multiLang-list.active {
  display: block;
}

.menu_mobile .info_site .social.language-select .multiLang-list li {
  margin: 0;
  margin-bottom: 5px;
  color: #FFE3BF;
  font-size: 12px;
}

.menu_mobile .info_site .social.language-select .multiLang-list li a {
  font-size: 12px;
}

.overlay_menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
}

.overlay_menu.showmenu {
  display: block;
}

#header_site {
  position: relative;
  padding: 1.5rem 0;
  color: #5F93CD;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#header_site:not(.bg-blue) {
  padding-top: 0;
}

#header_site:not(.bg-blue) .topline {
  padding: 10px 0;
  margin-bottom: 10px;
}

#header_site:not(.bg-blue) .topline p {
  margin-bottom: 0;
}

#header_site:not(.bg-blue) .topline .social {
  margin-bottom: 0;
  text-align: right;
}

#header_site:not(.bg-blue) .topline .social li {
  margin-right: 30px;
  margin-bottom: 0;
}

#header_site:not(.bg-blue) .topline .social li a {
  font-size: 14px;
  color: #5F93CD;
}

#header_site:not(.bg-blue) .topline .social li:last-child {
  margin-right: 0;
}

#header_site:not(.bg-blue) .menu_site {
  border-bottom: 1px solid #D8D8D8;
}

#header_site:not(.bg-blue) .menu_site>li a {
  color: #686868;
}

#header_site:not(.bg-blue) .menu_site>li a:before {
  background: #052443;
}

#header_site:not(.bg-blue) .menu_site>li:hover>a, #header_site:not(.bg-blue) .menu_site>li.active>a {
  color: #052443;
}

#header_site:not(.bg-blue) .menu_site>li:hover>a {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#header_site:not(.bg-blue) .menu_site>li:hover>a:before {
  width: 100%;
  opacity: 1;
}

#header_site:not(.bg-blue) .menu_site>li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#header_site:not(.bg-blue) .menu_site>li>ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  top: -webkit-calc(100% + 30px);
  top: -moz-calc(100% + 30px);
  z-index: 999;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li {
  padding: 15px 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  display: block;
  font-size: 16px;
  padding: 10px 0 6px 15px;
}

#header_site:not(.bg-blue) .user_info>li>ul>li>a {
  display: none;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul {
  list-style: none;
  padding-left: 0;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li {
  padding: 0;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li a {
  color: #A5A5A5;
  font-size: 12px;
  padding: 10px 0 6px 15px;
  position: relative;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li a:after {
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  content: "";
  background: #052443;
  left: -15px;
  top: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li a:hover {
  color: #052443;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li a:hover:after {
  opacity: 1;
  width: 20px;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li ul {
  display: none;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li ul li {
  padding-left: 15px;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li ul li a {
  padding: 0px 0 6px 15px;
}

#header_site:not(.bg-blue) .menu_site>li>ul>li ul li ul li a:after {
  display: none;
}

#header_site:not(.bg-blue) .user_info {
  border-bottom: 1px solid #D8D8D8;
}

#header_site:not(.bg-blue) .user_info li a {
  color: #2D64A2;
}

#header_site:not(.bg-blue) .search {
  border-bottom: 1px solid #D8D8D8;
}

#header_site:not(.bg-blue) .search a {
  color: #2D64A2;
}

#header_site .logo_site {
  padding-right: 10px;
  display: block;
}

#header_site .logo_site img {
  max-height: 70px;
}

#header_site .menu_site {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5F93CD;
}

#header_site .menu_site>li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#header_site .menu_site>li a {
  color: #5F93CD;
  display: inline-block;
  padding: 10px 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
}

#header_site .menu_site>li a:before {
  position: absolute;
  content: "";
  width: 0;
  opacity: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #FFE3BF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_site .menu_site>li.active>a {
  color: #FFE3BF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#header_site .menu_site>li.active>a:before {
  width: 100%;
  opacity: 1;
}

#header_site .menu_site>li:hover>a {
  color: #FFE3BF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#header_site .menu_site>li:hover>a:before {
  width: 100%;
  opacity: 1;
}

#header_site .menu_site>li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

#header_site .menu_site>li>ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  top: -webkit-calc(100% + 30px);
  top: -moz-calc(100% + 30px);
  z-index: 999;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.2s ease-in;
}

#header_site .menu_site>li>ul>li {
  padding: 15px 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#header_site .user_info>li>ul>li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100% !important;
  text-align: left;
  max-width: 100% !important;
  margin: 0;
}

#header_site .menu_site>li>ul>li>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  display: block;
  font-size: 16px;
  padding: 10px 0 6px 15px;
}

#header_site .user_info>li>ul>li>a {
  display: none;
}

#header_site .user_info>li>ul>li ul li {
  max-width: 100%;
  width: 100%;
  text-align: left;
}

#header_site .menu_site>li>ul>li ul {
  list-style: none;
  padding-left: 0;
}

#header_site .menu_site>li>ul>li ul li {
  padding: 0;
}

#header_site .menu_site>li>ul>li ul li a {
  color: #A5A5A5;
  font-size: 12px;
  padding: 10px 0 6px 15px;
  position: relative;
}

#header_site .menu_site>li>ul>li ul li a:after {
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  content: "";
  background: #052443;
  left: -15px;
  top: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_site .menu_site>li>ul>li ul li a:hover {
  color: #052443;
}

#header_site .menu_site>li>ul>li ul li a:hover:after {
  opacity: 1;
  width: 20px;
}

#header_site .menu_site>li>ul>li ul li ul {
  display: none;
}

#header_site .menu_site>li>ul>li ul li ul li {
  padding-left: 15px;
}

#header_site .menu_site>li>ul>li ul li ul li a {
  padding: 0px 0 6px 15px;
}

#header_site .menu_site>li>ul>li ul li ul li a:after {
  display: none;
}

#header_site .user_info {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #5F93CD;
}

#header_site .user_info li {
  display: inline-block;
  text-align: right;
}

#header_site .user_info li a {
  color: #5F93CD;
  display: block;
  cursor: pointer;
  padding: 10px 0 6px;
}

#header_site .user_info li a img {
  height: 12px;
  cursor: pointer;
}

#header_site .search {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #5F93CD;
  position: relative;
}

#header_site .search a, #header_site .search button {
  color: #5F93CD;
  display: block;
  padding: 10px 10px 6px;
  border: 0;
  background: transparent;
  z-index: 11;
  position: relative;
}

#header_site .search .form_search {
  position: absolute;
  bottom: 0;
  right: 0;
}

#header_site .search .form_search .form-control {
  margin-bottom: 0;
  background: #ffffff;
  border: 0;
  width: 0;
  padding: 0 15px;
  border-radius: 6px;
  color: #052443;
  height: 34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header_site .search .form_search .form-control::placeholder {
  color: #052443;
}

#header_site .search .form_search.showform .form-control {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

#header_site .info_site strong {
  font-family: "Montserrat", Arial;
  font-weight: 800;
}

#header_site .info_site ul li {
  margin-bottom: 5px;
}

#header_site .info_site ul li p {
  margin-bottom: 15px;
}

#header_site .info_site ul li a {
  color: #5F93CD;
}

#header_site .info_site .btn {
  margin-top: 5px;
}

#header_site .info_site .social {
  margin-bottom: 0;
}

#header_site .info_site .social li {
  margin-right: 30px;
  margin-bottom: 0;
}

#header_site .info_site .social li a {
  font-size: 20px;
}

#header_site .info_site .social li:last-child {
  margin-right: 0;
}

#header_site .cart_icon {
  position: relative;
}

#header_site .cart_icon .quantity {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0px;
  white-space: nowrap;
  right: 0px;
  line-height: 15px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #052443;
  font-weight: bold;
  font-size: 10px;
}

#menu_fixed .cart_icon {
  position: relative;
}

#menu_fixed .cart_icon .quantity {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0px;
  right: 0px;
  line-height: 15px;
  text-align: center;
  background-color: white;
  white-space: nowrap;
  border-radius: 50%;
  border: 1px solid #052443;
  font-weight: bold;
  font-size: 10px;
  z-index: 99;
}

.btn-facebook {
  background: #3e91ff;
  border: 1px solid #3e91ff;
  color: #fff !important;
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 6px;
  cursor: pointer;
}

.btn-facebook:hover {
  color: #fff;
  opacity: 0.8;
}

.btn-facebook img {
  position: relative;
  top: -1px;
  left: -1px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #header_site .menu_site>li a {
    font-size: 13px;
  }
  #header_site .user_info li a {
    font-size: 13px;
  }
  #header_site .search a {
    font-size: 9px;
  }
  #header_site .info_site {
    font-size: 10px;
  }
  #header_site .info_site .btn.btn-gold {
    font-size: 10px;
    min-width: 100px;
  }
  #header_site .info_site .social li a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #header_site {
    padding: 0.5rem 0;
  }
  #header_site .topline, #header_site .menu_site, #header_site .user_info, #header_site .search, #header_site .info_bottom {
    display: none;
  }
  #header_site:not(.bg-blue) {
    padding-top: 0.5rem;
    background: #FFF4EA;
  }
  #header_site:not(.bg-blue) .hamburger.is-active .hamburger-inner, #header_site:not(.bg-blue) .hamburger.is-active .hamburger-inner::before, #header_site:not(.bg-blue) .hamburger.is-active .hamburger-inner::after {
    background-color: #052443;
  }
  #header_site:not(.bg-blue) .hamburger-inner, #header_site:not(.bg-blue) .hamburger-inner::before, #header_site:not(.bg-blue) .hamburger-inner::after {
    background-color: #052443;
  }
  #header_site .logo_site {
    padding-right: 10px;
    display: block;
  }
  #header_site .logo_site img {
    max-height: 50px;
  }
  #header_site .showmenu {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.banner_site {
  margin-bottom: 0 !important;
}

.banner_site .prev-slider {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_site .slick-slide img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.prev-slider span {
  background: url(../images/prev.png) no-repeat center;
  width: 20px;
  height: 30px;
  line-height: 35px;
  position: relative;
  background-size: contain;
  top: 1px;
}

.next-slider span {
  background: url(../images/next.png) no-repeat center;
  width: 20px;
  height: 30px;
  line-height: 35px;
  position: relative;
  background-size: contain;
  top: 1px;
}

.banner_site .prev-slider img {
  max-width: 20px;
}

.banner_site .prev-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}

.banner_site .prev-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.banner_site .next-slider {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_site .next-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}

.banner_site .next-slider img {
  max-width: 20px;
}

.banner_site .next-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.banner_site .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner_site .slick-dots li {
  width: 10px;
  height: 10px;
}

.banner_site .slick-dots li button {
  width: 10px;
  height: 10px;
}

.banner_site .slick-dots li button:before {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner_site .slick-dots li:hover button, .banner_site .slick-dots li.slick-active button {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .banner_site .prev-slider {
    left: 15px;
  }
  .banner_site .next-slider {
    right: 15px;
  }
}

.svgStroke {
  fill: red;
  font-size: 15px;
  stroke: white;
  margin: 0 0 0 auto;
  stroke-width: 10px;
  stroke-linejoin: round;
}

.svgshadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

.svgText {
  font-size: 15px;
  fill: red;
  margin: 0 0 0 auto;
  stroke-linejoin: round;
}

.services_primary .content_service {
  padding: 5rem 0;
  border-top: 1px solid #D8D8D8;
  background: url("../images/bgservice.png") no-repeat top 15px center/98% auto;
}

.services_primary .content_service .item_service {
  text-align: center;
  padding: 5rem 2rem;
  background: #ffffff;
  border-radius: 70px;
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services_primary .content_service .item_service figure {
  margin-bottom: 30px;
}

.services_primary .content_service .item_service figure img {
  max-width: 50%;
  margin: 0 auto;
  max-height: 100px;
}

.services_primary .content_service .item_service h4 {
  font-size: 16px;
  line-height: 22px;
  height: 34px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  overflow: hidden;
}

.services_primary .content_service .item_service:hover {
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  transform: translateY(-2rem);
  box-shadow: 0 8px 15px 7px #FFF4EA;
}

.services_primary .content_service .slider_service {
  margin: 0 -1rem;
}

.services_primary .content_service .slider_service .item {
  margin-top: 40px;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .services_primary .content_service {
    padding: 1rem 0;
  }
  .services_primary .content_service .item_service {
    border-radius: 30px;
  }
}

.beauty_product {
  position: relative;
}

.beauty_product:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFF4EA;
}

.beauty_product .table {
  margin-bottom: 0;
}

.beauty_product .table tr td {
  border-color: #D7D7D7;
}

.beauty_product .table tr td:first-child {
  width: 0;
}

@media (min-width: 768px) {
  .beauty_product .table tr td:first-child {
    width: calc((100vw - 720px) / 2);
    width: -webkit-calc((100vw - 720px) / 2);
    width: -moz-calc((100vw - 720px) / 2);
  }
}

@media (min-width: 992px) {
  .beauty_product .table tr td:first-child {
    width: calc((100vw - 960px) / 2);
    width: -webkit-calc((100vw - 960px) / 2);
    width: -moz-calc((100vw - 960px) / 2);
  }
}

@media (min-width: 1200px) {
  .beauty_product .table tr td:first-child {
    width: calc((100vw - 1140px) / 2);
    width: -webkit-calc((100vw - 1140px) / 2);
    width: -moz-calc((100vw - 1140px) / 2);
  }
}

.beauty_product .nav_product li a {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
}

.beauty_product .nav_product li a:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.beauty_product .nav_product li span {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
}

.beauty_product .nav_product li span:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.beauty_product .slide_product .slick-slide {
  margin: 0 15px;
  box-sizing: border-box;
}

.beauty_product .slide_product .item {
  /* margin: 0 15px; */
  background: #ffffff;
  padding: 0px 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 240px;
  border: 1px solid #D7D7D7;
  max-width: 300px;
  position: relative;
}

.beauty_product .slide_product .item:before {
  position: absolute;
  content: "";
  overflow: hidden;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 1px solid #D7D7D7;
  border-radius: 240px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.beauty_product .slide_product .item figure {
  position: relative;
}

.beauty_product .slide_product .item figure:after {
  content: "";
  display: block;
  padding-bottom: 69%;
}

.beauty_product .slide_product .item figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slick-slide {
  height: inherit !important;
}

.slick-track {
  display: flex !important;
}

.beauty_product .slide_product .item figure img {
  max-height: 200px;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrap_product {
  overflow: hidden;
  padding: 60px 0;
  width: calc(100% - 20px);
  width: 100%;
  height: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  position: relative;
  top: 10px;
  border-radius: 240px;
}

.beauty_product .slide_product .item figure .add_to_cart {
  position: absolute;
  right: 30px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.beauty_product .slide_product .item figure .add_to_cart a {
  color: #052443;
  font-size: 16px;
}

.beauty_product .slide_product .item figure .white_list {
  position: absolute;
  left: 20px;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.beauty_product .slide_product .item figure .white_list a {
  color: #052443;
  font-size: 16px;
}

.beauty_product .slide_product .item h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #D7D7D7;
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.beauty_product .slide_product .item .product_cate {
  color: #A5A5A5;
  padding: 0 15px;
  margin-bottom: 10px;
}

.beauty_product .slide_product .item p {
  color: #A5A5A5;
  padding: 0 15px;
}

.beauty_product .slide_product .item .price {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.beauty_product .slide_product .item:hover, .beauty_product .slide_product .item:focus {
  box-shadow: none;
  outline: none;
}

.beauty_product .slide_product .item:hover:before, .beauty_product .slide_product .item:focus:before {
  opacity: 1;
}

.beauty_product .slide_product .item:hover figure img, .beauty_product .slide_product .item:focus figure img {
  opacity: 1;
}

.beauty_product .slide_product .item:hover figure .add_to_cart, .beauty_product .slide_product .item:focus figure .add_to_cart {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.beauty_product .slide_product .item:hover figure .white_list, .beauty_product .slide_product .item:focus figure .white_list {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}

@media (max-width: 767px) {
  .beauty_product:before {
    width: 100%;
  }
  .beauty_product .slide_product .item figure img {
    opacity: 1;
  }
  .beauty_product .slide_product .item figure .add_to_cart {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .beauty_product .slide_product .item figure .white_list {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.about_us {
  position: relative;
}

.about_us:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url("../images/bg-about.png") no-repeat left bottom 20%/auto 75%;
}

.about_us .video_intro {
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.about_us .video_intro .play_video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  display: -ms-flexbox;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  justify-content: center;
  align-items: center;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
}

.about_us .video_intro img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about_us:before {
    display: none;
  }
}

.our_story {
  background: #052443 url("../images/bgstory.png") no-repeat center center/cover;
}

.our_customer .item_customer {
  padding: 15px;
  border-radius: 29px;
  opacity: 0.65;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our_customer .item_customer .icon_play {
  display: flex;
  display: -ms-flexbox;
  width: 40px;
  height: 40px;
  border: 1px solid #686868;
  justify-content: center;
  align-items: center;
  color: #686868;
  border-radius: 50%;
  font-size: 20px;
}

.our_customer .item_customer .icon_play i {
  margin-left: 3px;
}

.our_customer .item_customer h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.our_customer .item_customer p {
  margin-bottom: 0;
}

.our_customer .item_customer .quote_customer {
  position: relative;
}

.our_customer .item_customer .quote_customer:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 0;
  left: -10px;
  background: url("../images/quote.png") no-repeat center center/contain;
}

.our_customer .item_customer:hover {
  background: #ffffff;
  box-shadow: 0 8px 15px 7px #FFE9D9;
  opacity: 1;
}

.our_customer .item_customer:hover .icon_play {
  background: #FFE3BF;
  border: 1px solid #FFE3BF;
  color: #ffffff;
}

.our_customer a {
  color: #052443;
}

@media (max-width: 767px) {
  .our_customer .quote_customer {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
}

.breadcrumb_site {
  border-bottom: 1px solid #D8D8D8;
}

.breadcrumb_site ul li {
  position: relative;
  color: #686868;
  padding-right: 20px;
}

.breadcrumb_site ul li:before {
  position: absolute;
  width: 10px;
  height: 1px;
  background: #686868;
  content: "";
  top: 10px;
  right: 0;
}

.breadcrumb_site ul li:last-child {
  padding-right: 0;
}

.breadcrumb_site ul li:last-child:before {
  display: none;
}

.breadcrumb_site ul li a {
  color: #686868;
}

@media (max-width: 767px) {
  .breadcrumb_site {
    margin-top: 30px;
  }
}

.section1_service {
  background: url("../images/bgservice.png") no-repeat top 15px center/98% auto;
}

.section1_service .video_intro {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.section1_service .video_intro a {
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #C1C1C1;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
}

@media (max-width: 767px) {
  .section1_service .video_intro a {
    left: 50%;
  }
}

.section2_service {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  color: #052443;
  font-family: "Muli-Bold", Arial;
}

.section3_service {
  position: relative;
}

.section3_service:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: #052443;
}

@media (max-width: 767px) {
  .section3_service:before {
    display: none;
  }
  .svgStroke, .svgText {
    font-size: 35px;
  }
}

#circle text {
  font-size: 12px;
  text-transform: uppercase;
  fill: #F6BF67;
  letter-spacing: 2px;
  text-align: justify;
}

#circle svg {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}

.section4_service {
  position: relative;
}

.section4_service:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  background: #F7F7F7;
}

.section4_service .slide_procedure .item {
  padding: 30px;
  width: 350px;
  position: relative;
}

.section4_service .slide_procedure .item .num {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  width: 70px;
  height: 70px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  -webkit-text-stroke: 1px #052443;
}

.section4_service .slide_procedure .item .meta_info {
  padding-left: 40px;
}

.section4_service .slide_procedure .item .meta_info .title_slide {
  position: relative;
}

.section4_service .slide_procedure .item .meta_info .title_slide:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  background: url("../images/star2.png") repeat-x left center/15px auto;
  left: -40px;
  top: 2px;
}

.section4_service .slide_procedure .item .meta_info .title_slide a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  font-size: 16px;
  margin-top: 30px;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .section4_service .slide_procedure {
    width: calc(100% + (100vw - 1110px) / 2);
    width: -webkit-calc(100% + (100vw - 1110px) / 2);
    width: -moz-calc(100% + (100vw - 1110px) / 2);
  }
}

.section4_service .nav_slide {
  position: absolute;
  left: 30%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section4_service .nav_slide .next_procedure {
  display: flex;
  display: -ms-flexbox;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #C1C1C1;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
}

.section4_service .nav_slide .next_procedure img {
  max-width: 30px;
}

@media (max-width: 767px) {
  .section4_service:before {
    display: none;
  }
  .section4_service .nav_slide {
    bottom: unset;
    position: relative;
    left: 50%;
  }
  .section4_service .nav_slide .next_procedure {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

.section5_service .item_effectiveness {
  text-align: center;
  padding: 0 30px;
}

.section5_service .item_effectiveness figure {
  text-align: center;
  margin-bottom: 30px;
}

.section5_service .item_effectiveness figure img {
  max-height: 80px;
}

.section6_service {
  position: relative;
}

.section6_service:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #FFF4EA url("../images/qa-img.jpg") no-repeat center center/100% 100%;
  top: 0;
  left: 0;
}

.section6_service .qa_item a[data-toggle="collapse"] {
  font-family: "Muli-Bold", Arial;
  color: #052443;
  padding: 20px 0;
  display: block;
  border-top: 1px solid #D8D8D8;
  opacity: 0.3;
  position: relative;
}

.section6_service .qa_item a[data-toggle="collapse"]:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section6_service .qa_item a[data-toggle="collapse"][aria-expanded="true"] {
  opacity: 1;
}

.section6_service .qa_item a[data-toggle="collapse"][aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .section6_service:before {
    display: none;
  }
}

.section1_sv {
  background: url("../images/bgservice.png") repeat center center/800px auto;
}

.section2_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section2_sv .content_box p:last-child {
  margin-bottom: 0;
}

.section3_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section3_sv .item_box figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.section3_sv .item_box figure img {
  width: 183px;
  height: 183px;
  object-fit: cover;
}

.section3_sv .item_box h4 {
  height: 2.4rem;
  overflow: hidden;
  font-size: 15px;
  font-family: "Muli-Bold", Arial;
  color: #052443;
  min-height: 30px;
  margin-bottom: 1.5rem;
}

.section4_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section4_sv .item_box {
  margin-bottom: 2rem;
}

.section4_sv .item_box .icon_box {
  max-width: 160px;
}

.section4_sv .item_box h4 {
  font-size: 15px;
  font-family: "Muli-Bold", Arial;
  color: #052443;
}

.section5_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section5_sv .slider_sv .prev-slider {
  position: absolute;
  bottom: 102%;
  width: 25px;
  right: 50px;
  cursor: pointer;
}

.section5_sv .slider_sv .next-slider {
  position: absolute;
  bottom: 102%;
  width: 25px;
  right: 0;
  cursor: pointer;
}

.section6_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section6_sv .slider_sv .prev-slider {
  position: absolute;
  bottom: 102%;
  width: 25px;
  right: 50px;
  cursor: pointer;
}

.section6_sv .slider_sv .next-slider {
  position: absolute;
  bottom: 102%;
  width: 25px;
  right: 0;
  cursor: pointer;
}

.section7_sv {
  border-bottom: 1px solid #D8D8D8;
}

.section7_sv .accordion .item_faq .card-header {
  background: #ffffff;
  padding: 0;
  font-family: "Muli-Bold", Arial;
  color: #052443;
}

.section7_sv .accordion .item_faq .card-header a {
  padding: .75rem 1.25rem .75rem 0;
  display: block;
  cursor: pointer;
  position: relative;
}

.section7_sv .accordion .item_faq .card-header a:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  top: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section7_sv .accordion .item_faq .card-header a[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section7_sv .accordion .item_faq .card-body {
  padding: 1.25rem 0;
}

.section8_sv {
  background: #052443;
}

.section8_sv ul {
  padding-left: 0;
}

.section8_sv ul li {
  list-style: none;
  margin-bottom: 5px;
}

.section8_sv ul li a {
  color: #5F93CD;
}

.section8_sv h4 {
  font-size: 14px;
  font-family: "Muli-Bold", Arial;
}

.section8_sv h4 a {
  background: #F8CC9B;
  background: -webkit-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: -moz-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: -o-linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  background: linear-gradient(left top, #F8CC9B 0%, #F6BF67 30%, #FCE2BF 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px rgba(240, 191, 10, 0.1);
}

.section8_sv .service_img img {
  width: 100%;
  max-height: 590px;
  object-fit: cover;
}

.article {
  overflow-y: hidden;
}

.read-more, .read-less {
  cursor: pointer;
  display: block;
  line-height: 50px;
}

@media (min-width: 1200px) {
  .section8_sv .service_img {
    width: calc(100% + (100vw - 1110px) / 2);
    width: -webkit-calc(100% + (100vw - 1110px) / 2);
    width: -moz-calc(100% + (100vw - 1110px) / 2);
  }
}

.section8_sv .stamp {
  max-width: 200px;
  margin: 0 auto;
  animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
}

.banner_about .about_bottom {
  position: relative;
}

.banner_about .about_bottom .stamp {
  position: absolute;
  top: 20%;
  width: 150px;
  z-index: 1;
  left: 10%;
  animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
}

.banner_about .about_bottom #circle svg {
  top: 20%;
  width: 300px;
  z-index: 1;
  left: 35px;
}

.section2_about .title-text {
  word-break: break-word;
}

@media (min-width: 1200px) {
  .banner_about .img_about {
    width: calc(100% + (100vw - 1110px) / 2);
    width: -webkit-calc(100% + (100vw - 1110px) / 2);
    width: -moz-calc(100% + (100vw - 1110px) / 2);
  }
}

@media (max-width: 767px) {
  .banner_about {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .section2_about .img_mision {
    width: calc(100% + (100vw - 1110px) / 2);
    width: -webkit-calc(100% + (100vw - 1110px) / 2);
    width: -moz-calc(100% + (100vw - 1110px) / 2);
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .section2_about .title-text {
    font-size: 27px;
  }
}

.section3_about {
  position: relative;
  background: url("../images/bgservice.png") no-repeat top center/100% auto;
}

.section3_about .bg_certificate {
  width: 70%;
}

.section3_about .bg_certificate img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.section3_about .img_certificate {
  position: absolute;
  left: 70%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
}

@media (max-width: 767px) {
  .section3_about .bg_certificate {
    width: 100%;
  }
  .section3_about .img_certificate {
    left: 50%;
    position: static;
    margin: 10px auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.section4_about .team_box {
  position: relative;
}

.section4_about .team_box .bg_img {
  position: absolute;
  width: 100%;
  max-height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section4_about .team_box .slider_staff {
  margin: 0 -30px;
}

.section4_about .team_box .slider_staff .item {
  margin: 30px;
  position: relative;
}

.section4_about .team_box .slider_staff .item .meta_info {
  position: absolute;
  top: 15%;
  right: 15px;
  font-size: 11px;
}

.section4_about .team_box .slider_staff .item img {
  position: relative;
}

.section4_about .team_box .slider_staff .item:before {
  position: absolute;
  content: "";
  width: 95%;
  height: 90%;
  background: #ffffff;
  bottom: 0;
  right: 0;
  border: 1px solid #DDDDDD;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section4_about .team_box .staff_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  display: -ms-flexbox;
}

.section4_about .team_box .staff_nav .prev-slider {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section4_about .team_box .staff_nav .prev-slider:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.section4_about .team_box .staff_nav .next-slider {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section4_about .team_box .staff_nav .next-slider:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .section4_about .team_box .bg_img {
    top: unset;
    bottom: 0;
  }
  .section4_about .team_box .slider_staff .item img {
    width: 150px;
  }
}

.section5_about .value_item .icon {
  margin-bottom: 15px;
  padding-right: 30px;
}

.section5_about .value_item .icon img {
  height: 100px;
}

.section6_about .partner_nav {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
}

.section6_about .partner_nav .prev-slider {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section6_about .partner_nav .prev-slider:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.section6_about .partner_nav .next-slider {
  width: 30px;
  height: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section6_about .partner_nav .next-slider:hover {
  background: #052443;
  color: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.section6_about .slider_partner .item {
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  margin: 20px 0;
}

.section6_about .slider_partner .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -15px;
  top: -15px;
  border: 1px solid #D8D8D8;
  z-index: 1;
  opacity: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section6_about .slider_partner .item .logo_partner {
  position: relative;
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #D8D8D8;
  height: 160px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.section6_about .slider_partner .item .logo_partner img {
  max-height: 80px;
  max-width: 150px;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section6_about .slider_partner .item .content_partner {
  padding: 30px;
  background: #FFF4EA;
  color: #A5A5A5;
  font-size: 11px;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section6_about .slider_partner .item .content_partner div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.section6_about .slider_partner .item .link_partner {
  padding: 15px 30px;
}

.section6_about .slider_partner .item .link_partner a {
  color: #A5A5A5;
}

.section6_about .slider_partner .item.slick-center:before {
  width: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: -moz-calc(100% + 30px);
  height: calc(100% + 30px);
  height: -webkit-calc(100% + 30px);
  height: -moz-calc(100% + 30px);
  opacity: 1;
}

.section6_about .slider_partner .item.slick-center .logo_partner img {
  filter: grayscale(0);
  opacity: 1;
}

.section6_about .slider_partner .item.slick-center .content_partner {
  background: #ffffff;
}

.product_page .list_cate_product {
  list-style: decimal;
  padding-left: 15px;
  border-top: 3px solid #052443;
}

.product_page .list_cate_product>li {
  border-bottom: 1px solid #D8D8D8;
  padding: 30px 0;
  position: relative;
}

.product_page .list_cate_product>li a {
  font-family: "Muli-Bold", Arial;
  color: #686868;
}

.product_page .list_cate_product>li ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.product_page .list_cate_product>li ul>li {
  margin-top: 10px;
  position: relative;
}

.product_page .list_cate_product>li ul>li.has-child {
  cursor: pointer;
}

.product_page .list_cate_product>li ul>li.has-child:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  right: 0;
  width: 15px;
  height: 15px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_page .list_cate_product>li ul>li.togglemenu.has-child:before, .product_page .list_cate_product>li ul>li.active.has-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product_page .list_cate_product>li ul>li.active>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
}

.product_page .list_cate_product>li ul>li.active>ul {
  display: block;
}

.product_page .list_cate_product>li ul ul {
  display: none;
}

.product_page .list_cate_product>li.active>a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
}

.product_page .list_cate_product>li.active>ul {
  display: block;
}

.slider_banner_product .slick-slide img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.product_page .slider_banner_product .prev-slider {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_page .slider_banner_product .prev-slider img {
  max-width: 20px;
}

.product_page .slider_banner_product .prev-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}

.product_page .slider_banner_product .prev-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.product_page .slider_banner_product .next-slider {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_page .slider_banner_product .next-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}

.product_page .slider_banner_product .next-slider img {
  max-width: 20px;
}

.product_page .slider_banner_product .next-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.product_page .filter_product {
  border-bottom: 1px solid #D8D8D8;
}

.product_page .filter_product .form-control {
  border-bottom: 0;
  min-width: 200px;
  margin-bottom: 0;
}

.product_page .filter_content {
  padding: 30px 0;
}

.product_page .filter_content .item_product {
  width: 254px;
  background: #ffffff;
  padding: 0px 10px;
  margin: auto;
  text-align: center;
  border-radius: 240px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 30px;
}

.product_page .filter_content .item_product:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 1px solid #D7D7D7;
  border-radius: 240px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_page .filter_content .item_product figure {
  position: relative;
}

.product_page .filter_content .item_product figure:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.product_page .filter_content .item_product figure img {
  max-height: 200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_page .filter_content .item_product figure .add_to_cart {
  position: absolute;
  right: 30px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_page .filter_content .item_product figure .add_to_cart a {
  color: #052443;
  font-size: 16px;
}

.product_page .filter_content .item_product figure .white_list {
  position: absolute;
  left: 20px;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_page .filter_content .item_product figure .white_list a {
  color: #052443;
  font-size: 16px;
}

.product_page .filter_content .item_product h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.product_page .filter_content .item_product .product_cate {
  color: #A5A5A5;
  padding: 0 15px;
}

.product_page .filter_content .item_product p {
  color: #A5A5A5;
  padding: 0 15px;
}

.product_page .filter_content .item_product .price {
  color: #052443;
  font-family: "Muli-Bold", Arial;
  font-size: 15px;
  margin-bottom: 10px;
}

.product_page .filter_content .item_product:hover, .product_page .filter_content .item_product:focus {
  outline: none;
  border: 1px solid #D7D7D7;
  box-shadow: 0 41px 33px 0 rgba(125, 125, 125, 0.05), 0 22px 18px 0 rgba(119, 119, 119, 0.04), 0 12px 10px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.product_page .filter_content .item_product:hover:before, .product_page .filter_content .item_product:focus:before {
  opacity: 1;
}

.product_page .filter_content .item_product:hover figure img, .product_page .filter_content .item_product:focus figure img {
  opacity: 1;
}

.product_page .filter_content .item_product:hover figure .add_to_cart, .product_page .filter_content .item_product:focus figure .add_to_cart {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.product_page .filter_content .item_product:hover figure .white_list, .product_page .filter_content .item_product:focus figure .white_list {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}

@media (max-width: 767px) {
  .slider_banner_product .slick-slide img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .product_page .list_cate_product>li {
    padding: 10px 0;
  }
  .product_page .slider_banner_product {
    margin-top: 3rem;
  }
  .product_page .filter_product .form-control {
    min-width: unset;
    max-width: 100px;
  }
  .product_page .filter_content .item_product {
    border: 1px solid #D7D7D7;
    box-shadow: 0 41px 33px 0 rgba(125, 125, 125, 0.05), 0 22px 18px 0 rgba(119, 119, 119, 0.04), 0 12px 10px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  }
  .product_page .filter_content .item_product:before {
    opacity: 1;
  }
  .product_page .filter_content .item_product figure .add_to_cart {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product_page .filter_content .item_product figure .white_list {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}

.review_page {
  position: relative;
}

.review_page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #F7F7F7 url("../images/bgreview.png") repeat left top/30% auto;
}

.review_page .box_toggle {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 -8px 19px 3px rgba(244, 244, 244, 0.5), 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.review_page .box_toggle .card {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.review_page .box_toggle .card:focus {
  box-shadow: none;
}

.review_page .box_toggle .card .card-header {
  background: #052443;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #686868;
  margin-bottom: 0;
}

.review_page .box_toggle .card .card-header a {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

.review_page .box_toggle .card .card-header a span {
  padding: 15px 30px;
  flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  max-width: 60%;
}

.review_page .box_toggle .card .card-header a span.name {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.review_page .box_toggle .card .card-header a span:first-child {
  flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  max-width: 30%;
  border-right: 1px solid #686868;
}

.review_page .box_toggle .card .card-header a span:last-child {
  flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  max-width: 10%;
  text-align: center;
  color: #052443;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #052443;
  background: #F6BF67;
  background: -webkit-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -moz-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -o-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
}

.review_page .box_toggle .card .card-header a span:last-child i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.review_page .box_toggle .card .card-header a[aria-expanded="true"] {
  margin-bottom: -1px;
}

.review_page .box_toggle .card .card-header a[aria-expanded="true"] span:last-child i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.review_page .box_toggle .card .card-body .quote_text {
  font-size: 20px;
  font-family: "Muli-Bold", Arial;
  padding: 0 30px 0 50px;
  position: relative;
}

.review_page .box_toggle .card .card-body .quote_text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/quote2.png") no-repeat center center/contain;
  left: 0;
}

.review_page .box_toggle .card .card-body .customer_info {
  padding: 0 30px 0 50px;
}

.review_page .box_toggle .card .card-body .customer_info .name {
  font-size: 20px;
  font-family: "Muli-Bold", Arial;
  text-transform: uppercase;
  position: relative;
}

.review_page .box_toggle .card .card-body .customer_info .name:before {
  position: absolute;
  content: "";
  width: calc(40px + 1.25rem);
  width: -webkit-calc(40px + 1.25rem);
  width: -moz-calc(40px + 1.25rem);
  height: 1px;
  background: #052443;
  left: calc(-50px - 1.25rem);
  left: -webkit-calc(-50px - 1.25rem);
  left: -moz-calc(-50px - 1.25rem);
  top: 15px;
}

.review_page .box_toggle .card .card-body .customer_info .working {
  font-size: 18px;
  color: #686868;
}

.review_page .box_toggle .card .card-body .customer_info .img_customer {
  width: 200px;
  border: 1px solid #E2E2E2;
}

.review_page .box_toggle .card .card-body .customer_info .img_customer img {
  width: 198px;
  height: 204px;
  padding-top: 10px;
  padding-left: 10px;
  filter: grayscale(100%);
  opacity: 0.7;
  object-fit: cover;
}

.review_page .box_toggle .card .card-body p {
  color: #686868;
}

.review_page .box_toggle .card .card-body .video_intro {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.review_page .box_toggle .card .card-body .video_intro a {
  display: flex;
  display: -ms-flexbox;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid #C1C1C1;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #052443;
}

.review_page .box_toggle .card .card-body .video_intro img {
  width: 100%;
  max-height: 342px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .review_page {
    margin-top: 2rem;
  }
  .review_page .box_toggle .card .card-header a {
    display: block;
  }
  .review_page .box_toggle .card .card-header a span {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .review_page .box_toggle .card .card-header a span:first-child {
    width: 100%;
    max-width: 100%;
    padding: 15px 30px 0;
  }
  .review_page .box_toggle .card .card-header a span:last-child {
    width: 100%;
    max-width: 100%;
  }
  .review_page .box_toggle .card .card-body .video_intro {
    margin: 30px 0;
  }
  .review_page .box_toggle .card .card-body .video_intro a {
    left: 50%;
  }
  .review_page .box_toggle .card .card-body .customer_info .working {
    font-size: 13px;
  }
  .review_page .box_toggle .card .card-body .customer_info .img_customer {
    width: 150px;
  }
  .review_page .box_toggle .card .card-body .quote_text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.contact_page .form_contact {
  background: #F7F7F7;
  position: relative;
}

.contact_page .form_contact input::-webkit-outer-spin-button, .contact_page .form_contact input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact_page .form_contact input[type=number] {
  -moz-appearance: textfield;
}

.contact_page .form_contact:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 50%;
  background: url("../images/bgcontact1.png") no-repeat left center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact_page .form_contact:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 50%;
  background: url("../images/bgcontact2.png") no-repeat right bottom 30px/contain;
  bottom: 0;
  right: 0;
}

.contact_page .form_contact ul.social {
  margin-bottom: 0;
}

.contact_page .form_contact ul.social li {
  margin-right: 10px;
  margin-bottom: 0;
}

.contact_page .form_contact ul.social li a {
  font-size: 20px;
  color: #052443;
}

.contact_page .form_contact ul.social li:last-child {
  margin-right: 0;
}

.contact_page .location_spa {
  position: relative;
  background: #F7F7F7;
  padding-top: 3rem;
}

.contact_page .location_spa .title_location {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact_page .location_spa .title_location .bg-white {
  box-shadow: 0 40px 80px 0 rgba(4, 4, 4, 0.04), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.contact_page .location_spa .title_location .brand_name {
  background: #052443;
  font-size: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FFE3BF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
}

.contact_page .location_spa .title_location .brand_name span {
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.contact_page .location_spa .title_location .brand_phone, .contact_page .location_spa .title_location .brand_address {
  display: flex;
  display: -ms-flexbox;
  padding: 10px 15px;
}

.contact_page .location_spa .title_location .brand_phone strong, .contact_page .location_spa .title_location .brand_address strong {
  color: #052443;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.contact_page .location_spa .title_location .brand_phone span, .contact_page .location_spa .title_location .brand_address span {
  display: inline-block;
}

.contact_page .location_spa .title_location .map_contact {
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.contact_page .location_spa .title_location .slider1_prev, .contact_page .location_spa .title_location .slider2_prev, .contact_page .location_spa .title_location .slider1_next, .contact_page .location_spa .title_location .slider2_next, .contact_page .location_spa .title_location .arrow_nav {
  padding: 10px 15px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.contact_page .location_spa .title_location .slider1_prev:before, .contact_page .location_spa .title_location .slider2_prev:before, .contact_page .location_spa .title_location .slider1_next:before, .contact_page .location_spa .title_location .slider2_next:before, .contact_page .location_spa .title_location .arrow_nav:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #052443;
  left: 0;
  top: 0;
}

.contact_page .location_spa .title_location .slider1_prev img, .contact_page .location_spa .title_location .slider2_prev img, .contact_page .location_spa .title_location .slider1_next img, .contact_page .location_spa .title_location .slider2_next img, .contact_page .location_spa .title_location .arrow_nav img {
  max-width: 30px;
}

.arrow_nav {
  cursor: pointer;
}

.contact_page .location_spa .slider_location {
  margin-bottom: 0;
}

.contact_page .location_spa .slider_location img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
}

.contact_page .location_spa .slider_location .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact_page .location_spa .slider_location .slick-dots li {
  width: 10px;
  height: 10px;
}

.contact_page .location_spa .slider_location .slick-dots li button {
  width: 10px;
  height: 10px;
}

.contact_page .location_spa .slider_location .slick-dots li button:before {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact_page .location_spa .slider_location .slick-dots li:hover button, .contact_page .location_spa .slider_location .slick-dots li.slick-active button {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.contact_page .more_info {
  margin-top: 5rem;
}

.contact_page .more_info .box_section {
  position: relative;
}

.contact_page .more_info .box_section h3 {
  padding-left: 50px;
  position: relative;
}

.contact_page .more_info .box_section h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 15px;
  background: url("../images/star2.png") repeat-x left center/15px auto;
  left: 0;
  top: 2px;
}

.contact_page .more_info .box_section .bg_img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
}

.contact_page .more_info .box_section .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_page .more_info .box_section:nth-child(even) .bg_img {
  left: 0;
}

@media (max-width: 767px) {
  .banner_site .slick-slide img {
    height: 130px;
  }
  .contact_page .location_spa {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
  .contact_page .location_spa .title_location {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 2rem;
  }
  .contact_page .more_info .box_section .bg_img {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.news_page {
  background: #F7F7F7;
}

.news_page .bg-blue {
  background: #052443 url("../images/bgnews.png") no-repeat bottom center/100% auto;
}

.news_page .bg-blue .title_page {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  pointer-events: none;
}

.news_page .post_nav {
  position: absolute;
  right: 0;
  top: 0;
}

.news_page .post_nav .prev_slider {
  cursor: pointer;
}

.news_page .post_nav .prev_slider img {
  max-width: 30px;
}

.news_page .post_nav .next_slider {
  margin-bottom: 30px;
  cursor: pointer;
}

.news_page .post_nav .next_slider img {
  max-width: 30px;
}

.news_page .post_featured {
  width: 80%;
}

.news_page .post_featured .item {
  position: relative;
  padding: 30px;
  color: #052443;
}

.news_page .post_featured .item img {
  padding-left: 3rem;
  width: 100%;
  max-height: 400px;
  height: auto;
  object-fit: cover;
}

.news_page .post_featured .item:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background: #FFE3BF;
  left: 0;
  top: 0;
  z-index: -1;
}

.news_page .post_featured .item .meta_post {
  margin-top: 2rem;
  padding-right: 40%;
  position: relative;
}

.news_page .post_featured .item .meta_post .btn-gold {
  position: absolute;
  top: 0;
  right: 0;
}

.news_page .post_featured .item .post_date {
  position: absolute;
  background: #ffffff;
  top: 15px;
  left: 30px;
  padding: 5px 20px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.news_page .post_featured .item .post_date .date {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.news_page .cate_filter {
  background: url("../images/bg_contentpost.png") no-repeat right center/auto 100%;
}

.news_page .cate_filter .list_cate {
  list-style: none;
}

.news_page .cate_filter .list_cate li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.news_page .cate_filter .list_cate li a {
  cursor: pointer;
  color: #052443;
}

.news_page .cate_filter .list_cate li:before {
  position: absolute;
  content: "";
  border: 1px solid #052443;
  width: 12px;
  height: 12px;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page .cate_filter .list_cate li:hover:before, .news_page .cate_filter .list_cate li.active:before {
  background: #FFE3BF;
  border-color: #FFE3BF;
}

.news_page .filter_list .item_post {
  /* height: 242px; */
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_page .filter_list .item_post:first-child {
  border-top: 1px solid #D8D8D8;
}

.news_page .filter_list .item_post:hover {
  background: #FFFFFF;
  box-shadow: 0 -8px 19px 3px rgba(244, 244, 244, 0.5), 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.news_page .filter_list .item_post h4 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
  font-size: 18px;
}

.news_page .filter_list .item_post .date_post, .news_page .filter_list .item_post .address_post {
  margin-top: 1rem;
}

.news_page .filter_list .item_post .date_post strong, .news_page .filter_list .item_post .address_post strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
}

.news_page .filter_list .item_post .container, .news_page .filter_list .item_post .container .row, .news_page .filter_list .item_post .container .row .thumbnail_container {
  height: 100%;
}

/* .news_page .filter_list .thumbnail_post img {
    width: 660px;
    height: 304px;
    object-fit: contain;
  } */

.news_page .filter_list .thumbnail_post {
  text-align: center;
}

.news_page .filter_list .thumbnail_post img {
  max-height: 215px;
}

.news_page .page_nav .page-item.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  color: #A1A1A1;
}

@media (max-width: 1200px) and (min-width: 767px) {
  .banner_site .slick-slide img {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .news_page .filter_list .thumbnail_post {
    height: 100%;
    width: calc(100% + (100vw - 1110px) / 2);
    width: -webkit-calc(100% + (100vw - 1110px) / 2);
    width: -moz-calc(100% + (100vw - 1110px) / 2);
  }
}

@media (max-width: 767px) {
  .news_page .bg-blue .title_page {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  .news_page .post_nav {
    top: unset;
    bottom: 30px;
    right: 30px;
  }
  .news_page .post_featured {
    width: 100%;
  }
  .news_page .post_featured .item:before {
    width: 80%;
  }
  .news_page .post_featured .item .meta_post {
    padding-right: 20%;
  }
  .news_page .post_featured .item .meta_post .btn-gold {
    position: relative;
  }
}

.single_content .post_related {
  list-style: none;
  padding-top: 15px;
  border-left: 1px solid #D8D8D8;
  padding-left: 0;
}

.single_content .post_related li {
  min-width: 150px;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single_content .post_related li .cate_name {
  margin-bottom: 30px;
}

.single_content .post_related li h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

.single_content .post_related li h3 a {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.single_content .post_related li:hover {
  background: #FFF5EA;
  box-shadow: 0 -8px 19px 3px rgba(244, 244, 244, 0.5), 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.single_content .content_post {
  height: 100%;
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.single_content .content_post:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -30px;
  top: 0;
  background: #D8D8D8;
}

.single_content .content_post .cate_name {
  margin-bottom: 30px;
}

.single_content .content_post h1 {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single_content .content_post .detail_info strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
}

.single_content .content_post .detail_info a {
  color: #CFCFCF;
}

.single_content .content_post .content_inner img {
  max-width: 100%;
  margin-bottom: 30px;
}

.product_thumb .slick-track {
  display: block !important;
}

.product_thumb .slick-slide {
  height: auto !important;
}

.product_detail .product_thumb .item {
  text-align: center;
  margin: 5px;
  border: 1px solid #D8D8D8;
  /* height : 75px;  */
}

.product_detail .product_thumb .item img {
  max-height: 70px;
  margin: 0 auto;
}

.product_detail .product_large .item {
  max-height: 330px;
  height: 100%;
  margin: 5px;
  border: 1px solid #D8D8D8;
}

.product_detail .product_large .item img {
  max-height: 315px;
  margin: 0 auto;
}

.product_detail .product_large .item img:hover {
  cursor: zoom-in;
}

.product_detail .menu_tab {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.product_detail .nav-tabs {
  border-bottom: 0;
}

.product_detail .nav-tabs .nav-link {
  border: 0;
  text-transform: uppercase;
  color: #A5A5A5;
}

.product_detail .nav-tabs .nav-link:hover, .product_detail .nav-tabs .nav-link.active {
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #052443;
}

.product_detail .info_detail h1 {
  font-weight: 100;
  margin-top: 2rem;
}

.product_detail .info_detail h1+p {
  font-size: 16px;
}

.product_detail .info_detail .price {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 2rem;
}

.product_detail .info_detail .border-tb {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.product_detail .info_detail .border-tb .form-control {
  border: none;
  text-align: center;
  max-width: 30px;
}

.product_detail .info_detail .border-tb .bd-lr {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

.product_detail .box_related h3 {
  padding: 3rem 0;
  background: url("../images/bg_title.png") repeat-x center center/contain;
}

.product_detail .product_related .item_product {
  width: 248px;
  height: 490px;
  background: #ffffff;
  padding: 0px 10px;
  text-align: center;
  border-radius: 240px;
  border: 1px solid transparent;
  position: relative;
  /* margin    : 30px 15px;  */
}

.product_detail .product_related .slick-slide {
  margin: 25px 10px;
  padding: 30px 0 !important;
}

.product_detail .product_related .item_product:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 1px solid #D7D7D7;
  border-radius: 240px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_detail .product_related .item_product figure {
  position: relative;
}

.product_detail .product_related .item_product figure:after {
  content: "";
  display: block;
  padding-bottom: 69%;
}

.product_detail .product_related .item_product figure img {
  max-height: 200px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_detail .product_related .item_product figure .add_to_cart {
  position: absolute;
  right: 30px;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_detail .product_related .item_product figure .add_to_cart a {
  color: #052443;
  font-size: 16px;
}

.product_detail .product_related .item_product figure .white_list {
  position: absolute;
  left: 20px;
  bottom: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_detail .product_related .item_product figure .white_list a {
  color: #052443;
  font-size: 16px;
}

/* .product_detail .product_related .slick-track{
          width: 100%!important;
        } */

.product_detail .product_related .item_product h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px 15px;
  margin-bottom: 15px;
}

.product_detail .product_related .item_product .product_cate {
  color: #A5A5A5;
  padding: 0 15px;
}

.product_detail .product_related .item_product p {
  color: #A5A5A5;
  padding: 0 15px;
}

.product_detail .product_related .item_product .price {
  color: #052443;
  font-family: "Muli-Bold", Arial;
  font-size: 15px;
  margin-bottom: 10px;
}

.product_detail .product_related .item_product:hover, .product_detail .product_related .item_product:focus {
  outline: none;
  border: 1px solid #D7D7D7;
  box-shadow: 0 41px 33px 0 rgba(125, 125, 125, 0.05), 0 22px 18px 0 rgba(119, 119, 119, 0.04), 0 12px 10px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
}

.product_detail .product_related .item_product:hover:before, .product_detail .product_related .item_product:focus:before {
  opacity: 1;
}

.product_detail .product_related .item_product:hover figure img, .product_detail .product_related .item_product:focus figure img {
  opacity: 1;
}

.product_detail .product_related .item_product:hover figure .add_to_cart, .product_detail .product_related .item_product:focus figure .add_to_cart {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.product_detail .product_related .item_product:hover figure .white_list, .product_detail .product_related .item_product:focus figure .white_list {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}

.product_detail .product_related .prev-slider {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_detail .product_related .prev-slider img {
  max-width: 20px;
}

.product_detail .product_related .prev-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #052443;
}

.product_detail .product_related .prev-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.product_detail .product_related .next-slider {
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 111;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product_detail .product_related .next-slider:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.5;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #052443;
}

.product_detail .product_related .next-slider img {
  max-width: 20px;
}

.product_detail .product_related .next-slider:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

@media (max-width: 767px) {
  .product_detail .nav-tabs .nav-link {
    font-size: 13px;
  }
  .product_detail .product_related .item_product {
    border: 1px solid #D7D7D7;
    box-shadow: 0 41px 33px 0 rgba(125, 125, 125, 0.05), 0 22px 18px 0 rgba(119, 119, 119, 0.04), 0 12px 10px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  }
  .product_detail .product_related .item_product:before {
    opacity: 1;
  }
  .product_detail .product_related .item_product figure .add_to_cart {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .product_detail .product_related .item_product figure .white_list {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .product_detail .product_related .prev-slider {
    left: 0;
  }
  .product_detail .product_related .next-slider {
    right: 0;
  }
}

.product_cart .cart_info {
  margin-top: 3rem;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.product_cart .cart_info table {
  margin-bottom: 0;
}

.product_cart .cart_info table tr td {
  vertical-align: middle;
  border: 1px solid #D8D8D8;
}

.product_cart .cart_info table tr td img {
  max-height: 100px;
  width: 50px;
}

.product_cart .cart_info table tr td h3 {
  color: #052443;
  font-size: 16px;
  font-family: "Muli-Bold", Arial;
  text-transform: uppercase;
}

.product_cart .cart_info table tr td .form-control {
  border: none;
  text-align: center;
  max-width: 30px;
}

.product_cart .cart_info table tr td .price_total {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.product_cart .cart_info table tr td .price_single {
  margin-right: 30px;
}

.product_cart .cart_info table tr td .price_single+a {
  color: #052443;
  text-decoration: underline;
}

.product_cart .cart_info table tr td .input-group {
  justify-content: center;
}

.product_cart .cart_info table tr td:nth-child(3) {
  width: auto;
}

.product_cart .cart_info table tr td:first-child {
  text-align: center;
  min-width: 100px;
}

.product_cart .cart_info table tr td:last-child {
  text-align: right;
}

.product_cart .box_total {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 -8px 19px 3px rgba(244, 244, 244, 0.5), 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 15px;
}

.product_cart .box_total table tr td .price_total {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.product_cart .box_total table tr td:last-child {
  text-align: right;
}

.product_checkout .form-control {
  border-color: #D8D8D8;
}

.product_checkout textarea.form-control {
  border: 1px solid #D8D8D8;
  padding: 0.5rem;
}

.product_checkout .goback {
  max-width: 80px;
}

.product_checkout .cart_info {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0 -8px 19px 3px rgba(244, 244, 244, 0.5), 0 40px 80px 0 rgba(101, 101, 101, 0.07), 0 41px 33px 0 rgba(144, 144, 144, 0.05), 0 22px 18px 0 rgba(0, 0, 0, 0.04), 0 12px 10px 0 rgba(140, 140, 140, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.03), 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 15px;
}

.product_checkout .cart_info table {
  margin-bottom: 0;
}

.product_checkout .cart_info table tr {
  border-bottom: 1px solid #D8D8D8;
}

.product_checkout .cart_info table tr td {
  vertical-align: middle;
}

.product_checkout .cart_info table tr td img {
  max-height: 100px;
  width: 50px;
}

.product_checkout .cart_info table tr td h3 {
  color: #052443;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.product_checkout .cart_info table tr td .form-control {
  border: none;
  text-align: center;
  max-width: 30px;
}

.product_checkout .cart_info table tr td .price_total {
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.product_checkout .cart_info table tr td .price_single {
  margin-right: 30px;
}

.product_checkout .cart_info table tr td .price_single+a {
  color: #052443;
  text-decoration: underline;
}

.product_checkout .cart_info table tr td .input-group {
  justify-content: center;
}

.product_checkout .cart_info table tr td:first-child {
  text-align: center;
  min-width: 100px;
}

.product_checkout .cart_info table tr td:last-child {
  text-align: right;
}

.product_checkout .cart_info .coupons_code {
  background: #ffffff;
  padding: 0.15rem;
  margin-bottom: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.product_checkout .cart_info .coupons_code .form-control {
  padding-left: 1rem;
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  height: 2rem;
  margin: 0;
}

.product_checkout .cart_info .coupons_code .btn {
  height: calc(2rem + 2px);
  margin-bottom: 0;
  border-radius: 5px;
  background: #F7F7F7;
  color: #052443;
  font-family: "Muli-Bold", Arial;
  font-size: 14px;
}

.product_checkout .cart_info .coupons_code .btn img {
  max-height: 20px;
}

.contact_us {
  display: none;
}

#footer_site {
  color: #686868;
  padding-bottom: 2rem;
}

#footer_site #goTop {
  margin: 1rem auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #686868;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: #F7F7F7;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
}

#footer_site ul {
  padding-left: 0;
}

#footer_site ul li {
  list-style: none;
  margin-bottom: 5px;
}

#footer_site ul li a {
  color: #686868;
}

#footer_site ul.social {
  margin-bottom: 0;
}

#footer_site ul.social li {
  margin-right: 10px;
  margin-bottom: 0;
}

#footer_site ul.social li a {
  font-size: 20px;
  color: #052443;
}

#footer_site ul.social li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #footer_site h3 {
    margin-top: 15px;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #FFE3BF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #FFE3BF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bookingnow .modal-body {
  padding: 0;
  font-size: 11px;
}

#bookingnow .modal-body .title_booking {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
}

#bookingnow .modal-body .title_booking .icon {
  position: absolute;
  left: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F6BF67;
  background: -webkit-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -moz-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -o-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #052443;
  font-size: 16px;
}

#bookingnow .modal-body .title_booking .close {
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bookingnow .modal-body p {
  margin-bottom: 0;
  color: #A1A1A1;
}

#bookingnow .modal-body .form_booking .bg-gray .title_text {
  text-transform: uppercase;
  font-weight: 100;
  color: #A1A1A1;
  margin-bottom: 0;
}

#bookingnow .modal-body .form_booking .bg-gray .form-control {
  height: 30px;
  font-size: 12px;
}

#bookingnow .modal-body .form_booking .bg-gray textarea.form-control {
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  height: 60px;
  margin-top: 15px;
}

#bookingnow .modal-body .bg-blue p {
  color: #ffffff;
}

#bookingnow .modal-body .bg-blue .form-control {
  height: 30px;
  font-size: 12px;
}

#bookingnow .modal-body .bg-blue select.form-control {
  background: #ffffff url("../images/dropdown.png") no-repeat right 10px center/10px auto;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 20px;
}

#bookingnow .modal-body .bg-blue .date_area {
  background: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

#call_to_action {
  position: fixed;
  bottom: 80px;
  right: 10px;
}

#call_to_action ul {
  list-style: none;
  padding-left: 0;
}

#call_to_action ul li {
  margin-bottom: 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

#call_to_action ul li .vertical {
  writing-mode: vertical-lr;
  white-space: nowrap;
  padding: 20px 10px;
  background: #F8CC9B;
  background: -webkit-linear-gradient(to bottom, #F8CC9B, #F6BF67);
  background: -moz-linear-gradient(to bottom, #F8CC9B, #F6BF67);
  background: -o-linear-gradient(to bottom, #F8CC9B, #F6BF67);
  background: linear-gradient(to bottom, #F8CC9B, #F6BF67);
  color: #052443;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
}

#call_to_action ul li img {
  max-width: 42px;
}

.slide_product .slick-track .item {
  width: 300px;
}

.slide_product .slick-track .item .title_container {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

.slide_product .slick-track .item h4 {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: none;
}

.product_related .item_product h4, .filter_content .item_product h4, .slide_product .slick-track .item h4 {
  line-height: 1.2rem;
  height: 2.4rem;
  box-sizing: border-box;
  overflow: hidden;
}

.product_related .item_product .product_cate, .filter_content .item_product .product_cate, .slide_product .slick-track .item .product_cate {
  line-height: 1.2rem;
  height: 2.4rem;
  box-sizing: content-box;
  overflow: hidden;
}

.page_nav .page-item:first-child .page-link, .page_nav .page-item:last-child .page-link {
  border-radius: 0;
}

.page_nav .page-item .page-link {
  margin: 0 2px;
  border-color: #052443;
  color: #052443;
}

.page_nav .page-item .page-link:hover, .page_nav .page-item .page-link:focus {
  box-shadow: none;
  background: #052443;
  color: #FFE3BF;
  border-color: #052443;
}

.page_nav .page-item.active .page-link {
  box-shadow: none;
  background: #052443;
  color: #FFE3BF;
  border-color: #052443;
}

.after-checkout {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-checkout .dialog {
  width: 600px;
  height: 200px;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #B7E4FA;
}

.after-checkout .dialog h3 {
  text-align: center;
  margin-bottom: 30px;
}

.after-checkout .dialog button {
  height: 2rem;
  background-color: white;
  border-radius: 5px;
  border: none;
}

.after-checkout .dialog button a {
  color: #686868;
}

/*# sourceMappingURL=main.css.map */

.redIcon {
  color: red;
}

.beauty_product .table tr td:nth-child(2) {
  white-space: nowrap;
}

/* calendar dat lich */

.appointment-time-box {
  z-index: 99999;
}

.xdsoft_yearselect {
  width: 50px;
}

#bookingsuccess .modal-content {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}

#bookingsuccess .modal-body {
  padding: 0;
  color: #052443;
  background: #F7F7F7;
}

#bookingsuccess .modal-body strong {
  font-family: "Muli-Bold", Arial;
}

#bookingsuccess .modal-body .title_booking {
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
  background: #ffffff;
  font-size: 11px;
}

#bookingsuccess .modal-body .title_booking .icon {
  position: absolute;
  left: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F6BF67;
  background: -webkit-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -moz-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: -o-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  background: linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #052443;
  font-size: 16px;
}

#bookingsuccess .modal-body .title_booking .close {
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bookingsuccess .modal-body p {
  margin-bottom: 0;
}

/* #demo_poupsuccess {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 11; }
  #demo_poupsuccess a {
    background: #F6BF67;
    background: -webkit-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
    background: -moz-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
    background: -o-linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
    background: linear-gradient(left top, #F6BF67 0%, #F8CC9B 50%);
    color: #ffffff;
    padding: .25rem .5rem;
    border-radius: 5px; } */

#demo_poupsuccess {
  display: none;
}

/* end calendar dat lich */