/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #212121;
  transition: 0.3s all !important;
}
a:hover {
  color: #EC7700;
}

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

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  background: #fff;
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.3 !important;
  font-family: "Inter", serif;
  font-weight: 300;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline;
}
body svg {
  display: inline !important;
}
body h1 h2, body h3 h4, body h5 h6 {
  line-height: 1.3;
}
body .container {
  max-width: 1410px;
  width: 100%;
}
@media (max-width: 1600px) {
  body .container {
    max-width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  body .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  body .row {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  body .row > div {
    padding: 0 10px;
  }
}
body .show-pc {
  display: block;
}
@media (max-width: 767px) {
  body .show-pc {
    display: none;
  }
}
body .show-mb {
  display: none;
}
@media (max-width: 767px) {
  body .show-mb {
    display: block;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.box-breadcrumbs {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .box-breadcrumbs {
    font-size: 10px;
    padding: 12px 0;
  }
}
.box-breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-breadcrumbs ul li {
  position: relative;
  font-weight: 200;
}
.box-breadcrumbs ul li:after {
  content: "/";
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .box-breadcrumbs ul li:after {
    padding: 0 5px;
  }
}
.box-breadcrumbs ul li:last-child {
  font-weight: normal;
}
.box-breadcrumbs ul li:last-child:after {
  display: none;
}

.title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 24px;
  }
  .title br {
    display: none;
  }
}
.title h2 {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .title h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
}
.title h2:last-child {
  margin-bottom: 0;
}

.pagination-main {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pagination-main {
    margin-top: 24px;
  }
}
.pagination-main ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-main ul li {
  margin-right: 36px;
}
@media (max-width: 767px) {
  .pagination-main ul li {
    margin-right: 24px;
  }
}
.pagination-main ul li:last-child {
  margin-right: 0;
}
.pagination-main a {
  color: #626262;
}
.pagination-main a.active {
  font-weight: bold;
  color: #000000;
}

.content-header {
  position: relative;
}

.header-pc {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 1023px) {
  .header-pc {
    display: none;
  }
}
.header-pc ul {
  list-style: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.header-pc ul li {
  margin-right: 21px;
}
.header-pc ul li:hover a {
  color: #EC7700;
  border-bottom: 1px solid #EC7700;
}
.header-pc ul li:hover .sub-mega-menu {
  opacity: 1;
  pointer-events: unset;
}
.header-pc ul li:hover .mega-menu-service {
  opacity: 1;
  pointer-events: unset;
}
.header-pc ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
  height: 70px;
}
.header-pc ul li a:hover {
  border-bottom: 1px solid #EC7700;
}

.h-menu {
  display: flex;
  align-items: center;
}

.sub-mega-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 32px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  transition: 0.4s all !important;
  border-top: 1px solid #E1E1E1;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0px 2px 13px rgba(170, 170, 170, 0.3803921569);
}

.item-submenu {
  position: relative;
}
.item-submenu:hover {
  color: #EC7700;
}
.item-submenu a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 3;
  opacity: 0;
}
.item-submenu .avr {
  margin-bottom: 16px;
}
.item-submenu .avr img {
  border-radius: 10px;
}

.fter-top {
  padding: 30px 0;
  border-bottom: 1px solid #E2E2E2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .fter-top {
    display: none;
  }
}
.fter-top .txt a {
  font-weight: 500;
  border-bottom: 1px solid;
}

.book-calendar a {
  color: #EC7700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: normal;
}
.book-calendar a svg {
  margin-right: 8px;
  width: auto;
  height: 24px;
}

.menu-footer {
  padding: 30px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .menu-footer .logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .menu-footer .row > div {
    margin-bottom: 32px;
  }
  .menu-footer .row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .menu-footer .col-md-5 .desc-fter h3 {
    text-align: center;
  }
}

.desc-fter h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .desc-fter h3 {
    font-size: 15px;
    padding: 0 0 12px 0;
  }
}
.desc-fter ul {
  list-style: none;
}
.desc-fter ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desc-fter ul li span {
  flex: 0 0 100px;
}
.desc-fter ul li span:last-child {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  font-weight: 500;
  color: #EC7700;
}
.desc-fter ul li:last-child {
  margin-bottom: 0;
}

.item-fter {
  margin-bottom: 30px;
}
.item-fter:last-child {
  margin-bottom: 0;
}
.item-fter .h-fter {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .item-fter .h-fter {
    margin-bottom: 16px;
  }
}
.item-fter ul {
  list-style: none;
}
.item-fter .link-fter ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.item-fter .link-fter ul li svg {
  margin-right: 10px;
}
.item-fter .link-fter ul li:last-child {
  margin-bottom: 0;
}

.f-partner ul {
  display: flex;
  align-items: center;
}
.f-partner ul li {
  margin-right: 16px;
}
.f-partner ul li:last-child {
  margin-right: 0;
}

.social-fter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-fter ul {
  display: flex;
  align-items: center;
}
.social-fter ul li {
  margin-right: 8px;
}
.social-fter ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .social-fter ul li img {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  .social-fter .bct img {
    max-height: 45px;
  }
}

.copyright {
  padding: 14px 0;
  color: #fff;
  background: #EC7700;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

.h-sidebar {
  font-family: "Playfair Display";
  color: #EC7700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .h-sidebar {
    font-size: 24px;
  }
}
.h-sidebar .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button:after {
  display: none;
}
@media (max-width: 767px) {
  .swiper-button svg {
    width: auto;
    height: 24px;
  }
}

.title-temp {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .title-temp {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .txt-machine {
    padding: 0 40px;
  }
}
.txt-machine .name {
  font-size: 25px;
  font-weight: 600;
  color: #EC7700;
}
@media (max-width: 1600px) {
  .txt-machine .name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .txt-machine .name {
    font-size: 18px;
  }
}

.modal-member {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
  padding: 0 20px;
}
.modal-member.active {
  opacity: 1;
  pointer-events: unset;
}

.dialog-member {
  max-width: 980px;
  width: 100%;
  background: url("../images/bg-modal-member.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .dialog-member {
    padding: 20px;
    display: block;
    background: url("../images/b-doc-mb.png") no-repeat center;
    background-size: 100% 100%;
  }
}
.dialog-member .left {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767px) {
  .dialog-member .left {
    max-width: 100%;
    font-size: 12px;
  }
}
.dialog-member .right {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .dialog-member .right {
    max-width: 100%;
    padding: 0;
  }
}
.dialog-member .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 6px;
}
.dialog-member .swiper-pagination-bullets span {
  background: #8B8B8B;
  opacity: 1;
}
.dialog-member .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #EC7700;
}

.txt-modal-doctor .top-avar {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .txt-modal-doctor .top-avar {
    margin-bottom: 10px;
  }
  .txt-modal-doctor .top-avar img {
    max-height: 100px;
  }
}
.txt-modal-doctor .top-avar .name {
  color: #EC7700;
  margin-top: 12px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .txt-modal-doctor .top-avar .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .txt-modal-doctor .top-avar .name {
    font-size: 14px;
  }
}
.txt-modal-doctor ul {
  padding-left: 18px;
}
.txt-modal-doctor ul li {
  margin-bottom: 4px;
}
.txt-modal-doctor ul li:last-child {
  margin-bottom: 0;
}

.tab-top-modal {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tab-top-modal {
    margin-top: 12px;
  }
}
.tab-top-modal ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-top-modal a {
  display: flex;
  padding: 8px 16px;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border: 1px solid #FFD6AD;
  text-align: center;
}
@media (max-width: 767px) {
  .tab-top-modal a {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.tab-top-modal a.active {
  background: #FAF1E5;
}

.gallery-modal-client {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .gallery-modal-client {
    margin-top: 10px;
  }
}
.gallery-modal-client img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .gallery-modal-client img {
    max-height: 140px;
    object-fit: cover;
  }
}
.gallery-modal-client .name-client {
  margin-top: 16px;
}

.close-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
  }
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #3C3C3C;
  font-weight: 600;
  font-size: 10px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom {
    display: flex;
  }
}
.footer-bottom .icon-abs img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer-bottom .left, .footer-bottom .right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0 12px 10px 12px;
}
.footer-bottom ul li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.footer-bottom ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 3;
  opacity: 0;
}
.footer-bottom .icon {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.footer-bottom .icon svg {
  width: auto;
  max-height: 100%;
}
.footer-bottom .bot-cent {
  position: absolute;
  left: calc(50% - 25px);
  top: -38px;
}

.content-menu-mb {
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  display: none;
}
@media (max-width: 1023px) {
  .content-menu-mb {
    display: flex;
  }
}

.nav-menu-mb {
  background: #fff;
  padding: 80px 40px;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1001;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s all !important;
}
@media (max-width: 767px) {
  .nav-menu-mb {
    padding: 60px 20px 40px 20px;
    font-size: 14px;
  }
}
.nav-menu-mb.active {
  left: 0;
}
.nav-menu-mb ul {
  list-style: none;
}
.nav-menu-mb ul li {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nav-menu-mb ul li {
    margin-bottom: 36px;
  }
}
.nav-menu-mb ul li:last-child {
  margin-bottom: 0;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media (max-width: 767px) {
  .close-menu {
    top: 10px;
    right: 10px;
  }
  .close-menu svg {
    width: 18px;
    height: auto;
  }
}

.fix-menu-right {
  position: fixed;
  right: 20px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .fix-menu-right {
    display: none;
  }
}
.fix-menu-right ul {
  list-style: none;
  background: #EC7700;
  padding: 35px 8px;
  border-radius: 40px;
  margin-bottom: 10px;
}
.fix-menu-right ul li {
  margin-bottom: 20px;
}
.fix-menu-right ul li:last-child {
  margin-bottom: 0;
}
.fix-menu-right ul li a {
  display: block;
}
.fix-menu-right ul li a span {
  display: block;
  margin-top: 6px;
  color: #fff;
}
.fix-menu-right .hotline a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
}
.fix-menu-right .hotline a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #EC7700;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
  border-radius: 100%;
  animation: move-phone 6s infinite ease-in-out;
}
.fix-menu-right .hotline a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #EC7700;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.6);
  border-radius: 100%;
  animation: move-phone 4s infinite ease-in-out;
}
.fix-menu-right .hotline svg {
  position: relative;
}
.fix-menu-right .hotline svg circle:first-child {
  display: none;
}

@keyframes move-phone {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  30% {
    transform: scale(0.6);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1001;
  opacity: 0;
  transition: 0.3s all !important;
  pointer-events: none;
}
.modal-bg.active {
  opacity: 0.8;
  pointer-events: unset;
}

.modal-head-search {
  position: absolute;
  background: transparent;
  z-index: 1002;
  top: -70px;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all !important;
}
.modal-head-search.active {
  top: 0;
}
.modal-head-search .txt_field {
  width: 360px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #D2D2D2;
  background: #F0F0F0;
  border-radius: 50px;
  outline: none;
}
.modal-head-search button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  right: 12px;
}

main {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  main {
    padding-top: 0;
  }
}

.mega-menu-service {
  position: absolute;
  background: #fff;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: 0.3s all !important;
  box-shadow: 0px 2px 13px rgba(170, 170, 170, 0.3803921569);
  opacity: 0;
  pointer-events: none;
}
.mega-menu-service .content-menu-service {
  padding: 32px;
  background: #fff;
  display: flex;
}
.mega-menu-service .content-menu-service .avr {
  flex: 0 0 360px;
  max-width: 360px;
}
@media (max-width: 1600px) {
  .mega-menu-service .content-menu-service .avr {
    max-width: 300px;
    flex: 0 0 300px;
  }
}

.mega-link-service {
  flex: 0 0 calc(100% - 360px);
  max-width: calc(100% - 360px);
  padding-left: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 50px;
}
@media (max-width: 1600px) {
  .mega-link-service {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-left: 32px;
    grid-gap: 30px;
  }
}
.mega-link-service .item h3 a {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  height: auto;
  display: block;
  text-align: left;
  color: #000000 !important;
  border: 0 !important;
}
.mega-link-service .item ul {
  display: block;
}
.mega-link-service .item ul li {
  margin: 0 0 8px 0;
}
.mega-link-service .item ul li:last-child {
  margin: 0;
}
.mega-link-service .item ul li a {
  height: auto;
  display: block;
  text-align: left;
  color: #000000 !important;
  border: 0;
  text-transform: none;
  font-weight: normal;
}
.mega-link-service .item ul li a:hover {
  color: #F47B00 !important;
}

nav#menu {
  z-index: 1001;
  display: none;
}

nav#menu.mm-menu_opened {
  display: block;
}

.box-banner-cate {
  padding: 60px 0;
  position: relative;
  background: url("../images/bn-service.png") no-repeat center;
  background-size: cover;
}

.caption-banner .icon-top {
  margin-bottom: 24px;
}
.caption-banner .desc {
  font-size: 36px;
  font-weight: 200;
}
.caption-banner .desc h1 {
  text-transform: unset;
  font-size: 36px;
  font-weight: normal;
}

.list-service-bn .avarta {
  overflow: hidden;
  border-radius: 8px;
}

.list-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  .list-service {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .list-service {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.item-srv {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.item-srv:hover .info {
  background: linear-gradient(rgba(236, 119, 0, 0), #EC7700, #ec7700);
}
.item-srv .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EC7700;
  color: #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  .item-srv .info {
    padding: 12px;
  }
}
.item-srv .info h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .item-srv .info h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-srv .info h3 {
    font-size: 14px;
  }
}
.item-srv .info .desc-item-service {
  text-transform: none;
  text-align: left;
  margin-top: 10px;
  display: none;
  font-size: 15px;
}
@media (max-width: 767px) {
  .item-srv .info .desc-item-service {
    display: none !important;
  }
}
.item-srv a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}

.box-service-template {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .box-service-template {
    margin-bottom: 48px;
  }
}

.box-client {
  background: url("../images/bg-client.jpg") no-repeat center;
  background-size: cover;
}
.box-client .title {
  color: #fff;
}

.slide-machine {
  position: relative;
}
.slide-machine .avr-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-machine .info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 40.91%);
}
.item-machine .info .name {
  color: #EC7700;
  font-size: 25px;
  font-weight: 600;
}

.box-form-bottom {
  padding: 80px 0;
  background: url("../images/bg-form.jpg") no-repeat center;
  background-size: cover !important;
  background-position: top !important;
}
@media (max-width: 1023px) {
  .box-form-bottom {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-form-bottom {
    padding: 32px 0;
  }
}
@media (max-width: 1023px) {
  .box-form-bottom .row .col-md-5, .box-form-bottom .row .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .box-form-bottom .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .txt-form {
    text-align: center;
  }
}
.txt-form h4 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .txt-form h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .txt-form h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.txt-form ul {
  padding-left: 18px;
}
@media (max-width: 767px) {
  .txt-form ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
}
.txt-form ul li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .txt-form ul li {
    margin: 0;
    font-weight: 600;
    padding: 6px 4px;
    background: rgba(255, 129, 0, 0.2784313725);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
  }
}
.txt-form ul li:last-child {
  margin-bottom: 0;
}

.form-bottom {
  padding: 40px;
  background: #EC7700;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .form-bottom {
    padding: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .form-bottom {
    padding: 20px 14px;
  }
}
.form-bottom .row {
  margin: 0 -4px;
}
.form-bottom .row > div {
  padding: 4px;
}
.form-bottom .txt_field, .form-bottom select {
  width: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  padding: 0 16px;
  border: 0;
  outline: none;
  height: 50px;
}
@media (max-width: 1600px) {
  .form-bottom .txt_field, .form-bottom select {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-bottom .txt_field, .form-bottom select {
    font-size: 14px;
    height: 40px;
  }
}
.form-bottom .txt_field::placeholder, .form-bottom select::placeholder {
  color: #000000;
}
.form-bottom .btn_field {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #131313;
  margin-top: 20px;
  height: 50px;
  border: 0;
  padding: 0 38px;
  background: #fff;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .form-bottom .btn_field {
    background: #CACACA;
    height: 40px;
    margin-top: 10px;
  }
}

.item-client {
  filter: grayscale(1);
}
.item-client .info {
  font-weight: 600;
  margin-top: 12px;
}
@media (max-width: 1600px) {
  .item-client .info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .item-client .info {
    font-size: 10px;
  }
}
.item-client .info ul {
  list-style: none;
  display: flex;
  margin: 0 -10px;
}
.item-client .info ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  display: flex;
  align-items: flex-start;
}
.item-client .info ul li .icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .item-client .info ul li .icon {
    display: none;
  }
}
.item-client .info ul li label {
  margin: 0;
  display: block;
  font-weight: 300;
}
.item-client .info ul li .name {
  font-weight: bold;
}

.slide-client {
  position: relative;
  padding: 2.8% 60px;
}
@media (max-width: 767px) {
  .slide-client {
    padding: 20px 30px;
  }
}
.slide-client .abs-kh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-client .abs-kh img {
  max-height: 100%;
}
.slide-client .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.slide-client .swiper-slide.swiper-slide-active .info {
  display: block;
}
.slide-client .swiper-slide.swiper-slide-active .item-client {
  transform: scale(1);
  filter: grayscale(0);
}
.slide-client .swiper-slide.swiper-slide-next {
  opacity: 1;
}
.slide-client .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.slide-client .swiper-slide .swiper-slide-shadow-left, .slide-client .swiper-slide .swiper-slide-shadow-right {
  display: none;
}
.slide-client .info {
  display: none;
}
.slide-client .swiper-button {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .slide-client .swiper-button {
    margin-top: -20px;
  }
}

.top-member h1, .top-member h2, .top-member h3, .top-member h4, .top-member h5 {
  color: #EC7700;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Playfair Display";
}
@media (max-width: 1600px) {
  .top-member h1, .top-member h2, .top-member h3, .top-member h4, .top-member h5 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .top-member h1, .top-member h2, .top-member h3, .top-member h4, .top-member h5 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .top-member h1 br, .top-member h2 br, .top-member h3 br, .top-member h4 br, .top-member h5 br {
    display: none;
  }
}

.list-doctor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .list-doctor {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

.item-doctor {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  position: relative;
}
.item-doctor .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 20px 20px 20px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #FFD6AD 100%);
  font-weight: 200;
}
@media (max-width: 1023px) {
  .item-doctor .info {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .item-doctor .info {
    font-size: 12px;
    padding: 10px;
  }
}
.item-doctor .info .name {
  color: #EC7700;
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .item-doctor .info .name {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-doctor .info .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-doctor .info .name {
    font-size: 13px;
    font-weight: 600;
  }
}

.head-client {
  margin-bottom: 48px;
}
@media (max-width: 1600px) {
  .head-client {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .head-client {
    margin-bottom: 24px;
    text-align: center;
  }
}
.head-client h2 {
  color: #EC7700;
  font-size: 44px;
  font-weight: bold;
  font-family: "Playfair Display";
}
@media (max-width: 1600px) {
  .head-client h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .head-client h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.head-client ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
  margin: 0 -8px;
}
@media (max-width: 1023px) {
  .head-client ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .head-client ul {
    padding-left: 0;
  }
}
.head-client ul li {
  padding: 0 8px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1023px) {
  .head-client ul li {
    flex: 0 0 auto;
    max-width: max-content;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .head-client ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.head-client ul li a {
  display: flex;
  align-items: center;
  background: #FFE7CF;
  border-radius: 10px;
  height: 43px;
  padding: 0 20px;
  position: relative;
  font-weight: 500;
  color: #3C3C3C;
}
.head-client ul li a svg {
  position: absolute;
  top: calc(50% - 15px);
  right: 12px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .head-client ul li a svg {
    opacity: 0;
  }
}
.head-client ul li a.active, .head-client ul li a:hover {
  color: #000000;
  background: url("../images/bg-tab-client.png") no-repeat center;
  background-size: cover;
}
.head-client ul li a.active svg, .head-client ul li a:hover svg {
  opacity: 1;
}
.head-client .row {
  align-items: flex-end;
}

.box-preview-client {
  position: relative;
  background: #E9E9E9;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .box-preview-client {
    padding: 32px 0;
  }
}
.box-preview-client:before {
  content: "";
  width: 100%;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .box-preview-client:before {
    display: none;
  }
}
.box-preview-client .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .box-preview-client .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .box-preview-client .col-md-6:last-child {
    display: none;
  }
}

.slide-preview-client {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .slide-preview-client {
    padding: 0;
  }
}
.slide-preview-client .swiper-button {
  margin-top: -26%;
}
@media (max-width: 1023px) {
  .slide-preview-client .swiper-button {
    margin-top: -20%;
  }
}
@media (max-width: 767px) {
  .slide-preview-client .swiper-button {
    margin-top: -38%;
    transform: scale(0.8);
  }
  .slide-preview-client .swiper-button.machine-prev {
    left: -10px;
  }
  .slide-preview-client .swiper-button.machine-next {
    right: -10px;
  }
}

.item-preview-client .top {
  margin-bottom: 12px;
}
.item-preview-client .top .avr {
  position: relative;
  padding: 24px 12px 40px 12px;
  background: url("../images/bg-preview.png") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .item-preview-client .top .avr {
    padding: 20px;
  }
}
.item-preview-client .info {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.568627451);
  padding: 40px;
}
@media (max-width: 1023px) {
  .item-preview-client .info {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .item-preview-client .info {
    padding: 20px;
  }
}
.item-preview-client .info ul {
  list-style: none;
}
.item-preview-client .info ul li {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .item-preview-client .info ul li {
    margin-bottom: 10px;
  }
}
.item-preview-client .info ul li:last-child {
  margin-bottom: 0;
}
.item-preview-client .info ul li > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.item-preview-client .info ul li .name {
  font-weight: bold;
  color: #EC7700;
}

.box-list-client {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .box-list-client {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-list-client {
    padding: 32px 0;
  }
}

.list-client {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1023px) {
  .list-client {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .list-client {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.list-client .item {
  background: #E9E9E9;
  overflow: hidden;
  border-radius: 10px;
}
.list-client .item .avarta {
  padding: 8px;
}
@media (max-width: 767px) {
  .list-client .item .avarta {
    padding: 4px;
  }
}
.list-client .item .info {
  padding: 0 12px 12px 12px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .list-client .item .info {
    padding: 4px;
    font-size: 12px;
  }
}
.list-client .item .info .name {
  font-size: 18px;
  font-weight: bold;
  color: #EC7700;
}
@media (max-width: 767px) {
  .list-client .item .info .name {
    font-size: 14px;
  }
}

.list-coso {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
@media (max-width: 1200px) {
  .list-coso {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .list-coso {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 6px;
  }
}

.item-coso .avarta {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-coso .avarta {
    margin-bottom: 10px;
  }
}
.item-coso .info {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-coso .info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-coso .info {
    font-size: 14px;
  }
}

.place-contact {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .content-contact .col-md-6:first-child {
    display: none;
  }
}

.tab-place-content {
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: calc(100% - 73px);
  overflow: hidden;
  padding: 40px 20px;
  background: #E8E8E8;
}
@media (max-width: 767px) {
  .tab-place-content {
    position: relative;
    top: 0;
    height: 350px;
    padding: 0;
  }
}
.tab-place-content:after {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #B6B6B6;
  position: absolute;
  top: 40px;
  right: 23px;
}
@media (max-width: 767px) {
  .tab-place-content:after {
    right: 4px;
  }
}

.tab-place {
  display: none;
  background: #E8E8E8;
  padding: 40px 16px;
  height: 100%;
  overflow: auto;
  position: relative;
}
@media (max-width: 767px) {
  .tab-place {
    padding: 20px 4px 20px 16px;
  }
}
.tab-place::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.tab-place::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.tab-place::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #B6B6B6;
}
.tab-place.active {
  display: block;
}

.tab-place-top {
  font-weight: bold;
}
.tab-place-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-place-top ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.tab-place-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E8E8E8;
  padding: 24px;
}
@media (max-width: 767px) {
  .tab-place-top a {
    padding: 12px;
  }
}
.tab-place-top a.active {
  background: #E8E8E8;
}

.item-place {
  margin-bottom: 40px;
}
.item-place:last-child {
  margin-bottom: 0;
}
.item-place .name-place {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-place .name-place:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .item-place .name-place:after {
    width: 91%;
  }
}
.item-place .name-place span {
  position: relative;
  background: #E8E8E8;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  z-index: 2;
  font-weight: 600;
  max-width: 80%;
}
@media (max-width: 767px) {
  .item-place .name-place span {
    padding-right: 10px;
  }
}
.item-place .name-place a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  z-index: 2;
  font-size: 16px;
  text-indent: -9999px;
  position: relative;
  width: 20px;
  padding-left: 30px;
  background: url("../images/icon-maps.png") #E8E8E8 no-repeat center;
}
@media (max-width: 767px) {
  .item-place .name-place a {
    font-size: 10px;
    font-weight: 600;
    padding-left: 10px;
    text-indent: -9999px;
    position: relative;
    width: 20px;
  }
}
.item-place ul {
  list-style: none;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .item-place ul {
    margin-top: 10px;
    padding: 0 10px;
    justify-content: center;
  }
}
.item-place ul li {
  margin-right: 10px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .item-place ul li {
    margin-bottom: 8px;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-place ul li:first-child {
    font-weight: bold;
  }
}
.item-place ul li:last-child {
  margin: 0;
}
.item-place ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #FFFFFF;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .item-place ul li a {
    display: flex;
    justify-content: center;
    padding: 6px;
    width: 100%;
  }
}

.item-numb {
  font-weight: 500;
}
.item-numb .top-numb {
  font-family: "K2D", serif;
  color: #EC7700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 1600px) {
  .item-numb .top-numb {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .item-numb .top-numb {
    font-size: 68px;
  }
}
.item-numb .top-numb span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .item-numb .top-numb span {
    font-size: 28px;
  }
}
.item-numb .top-numb .icon {
  transition: 0.3s all !important;
  filter: grayscale(1);
}
.item-numb .top-numb:hover .icon {
  filter: grayscale(0);
}

.box-about-template {
  padding: 10px 0 32px 0;
}

.numb-hot {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .numb-hot .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 24px;
  }
}

.item-icon-srv {
  position: relative;
  height: 100%;
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: url("../images/icon-bg-srv.png") no-repeat center;
  background-size: 100% 100%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-icon-srv {
    min-height: 100px;
    padding: 10px 10px;
    font-size: 12px;
  }
}
.item-icon-srv .numb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  opacity: 0.08;
  font-family: "K2D", serif;
  font-size: 100px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .item-icon-srv .numb {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .item-icon-srv .numb {
    font-size: 60px;
  }
}

.box-service-hot {
  margin-bottom: 54px;
}
@media (max-width: 1023px) {
  .box-service-hot {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .box-service-hot .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
}

.video-tech {
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .video-tech {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .video-tech {
    margin-bottom: 24px;
  }
}
.video-tech .icon-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-tech .top {
  font-weight: normal;
}
.item-tech .top .name-tech {
  color: #EC7700;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .item-tech .top .name-tech {
    font-size: 20px;
  }
}
.item-tech .avr {
  padding: 24px 0 40px 0;
}
@media (max-width: 767px) {
  .item-tech .avr {
    padding: 20px 0;
  }
  .item-tech .avr img {
    max-height: 190px;
  }
}
.item-tech .desc {
  max-width: 564px;
  margin: 0 auto;
}

.content-tech {
  padding: 54px 0;
  background: url("../images/bg-app.jpg") no-repeat center;
  background-size: cover;
  margin: 24px 0 48px 0;
  background-position: right;
}
@media (max-width: 1023px) {
  .content-tech {
    margin: 24px 0 48px 0;
  }
}
@media (max-width: 767px) {
  .content-tech {
    padding: 20px 0;
  }
}
.content-tech .slide-tech {
  padding-right: 15%;
}
@media (max-width: 1023px) {
  .content-tech .slide-tech {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .content-tech .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.box-feedback .avr img {
  max-height: 650px;
}
@media (max-width: 1023px) {
  .box-feedback .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .box-feedback .col-md-6:last-child {
    display: none;
  }
}

.t-fb {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .t-fb {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .t-fb br {
    display: none;
  }
}

.content-avr-fb {
  background: rgba(0, 0, 0, 0.1294117647);
  padding: 20px 36px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1023px) {
  .content-avr-fb {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .content-avr-fb {
    padding: 20px 0;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}
.content-avr-fb .swiper-button {
  margin-top: -68px;
}
@media (max-width: 767px) {
  .content-avr-fb .swiper-button {
    margin-top: -48px;
  }
}

.item-feedback-avr {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .item-feedback-avr {
    padding: 0 26px;
  }
}
.item-feedback-avr .avr {
  margin-bottom: 15px;
}
.item-feedback-avr .bot-fb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 767px) {
  .item-feedback-avr .bot-fb {
    font-size: 12px;
  }
}
.item-feedback-avr .bot-fb .name span {
  color: #EC7700;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.item-feedback-avr .play-video {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.item-feedback-avr .play-video svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .item-feedback-avr .play-video svg {
    width: 20px;
    height: auto;
  }
}

.box-video-progress {
  padding: 56px 0;
  background: url("../images/bg-quytrinh.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .box-video-progress {
    padding: 48px 0;
  }
}
.box-video-progress .avr-video {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.box-video-progress .avr-video .icon-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-video-progress .avr-video video {
  width: 100%;
  height: auto;
}

.box-doctor {
  padding: 50px 0;
  background: url("../images/bg-bs.png") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .box-doctor {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .box-doctor .avr-mb {
    display: flex !important;
    justify-content: center;
    margin-bottom: -80px;
  }
  .box-doctor .avr-mb img {
    width: auto;
    max-height: 250px;
  }
  .box-doctor .avr-mb .list-avr-doctor {
    display: block;
  }
}

@media (max-width: 767px) {
  .list-avr-doctor {
    display: none;
  }
}

.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 16px;
}
.swiper-pagination-bullets span {
  background: #8B8B8B;
  opacity: 1;
}
.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #EC7700;
}

.item-info-doctor {
  position: relative;
  display: flex;
  padding: 40px;
  background: url("../images/b-doc.png") no-repeat center;
  background-size: 100% 100% !important;
  width: 100%;
}
@media (max-width: 767px) {
  .item-info-doctor {
    padding: 20px;
    display: block;
    background: url("../images/b-doc-mb.png") no-repeat center;
  }
}
.item-info-doctor .txt-doctor {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .item-info-doctor .txt-doctor {
    padding: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.item-info-doctor .slide-right-avr {
  flex: 0 0 35%;
  max-width: 35%;
}
@media (max-width: 767px) {
  .item-info-doctor .slide-right-avr {
    padding: 0;
    max-width: 100%;
  }
}

.txt-doctor .name {
  color: #EC7700;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .txt-doctor .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .txt-doctor .name {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.txt-doctor ul {
  padding-left: 18px;
}
.txt-doctor ul li {
  margin-bottom: 8px;
}
.txt-doctor ul li:last-child {
  margin-bottom: 0;
}

.slide-right-avr img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .slide-right-avr img {
    max-height: 180px;
    object-fit: cover;
  }
}

.title-doctor {
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .title-doctor {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title-doctor {
    text-align: center;
    font-size: 20px;
  }
  .title-doctor .link-doctor, .title-doctor br {
    display: none;
  }
}

.desc-doctor {
  padding: 20px 0;
}

.slide-doctor-bot {
  max-width: 320px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .slide-doctor-bot {
    max-width: 100%;
    padding: 0 40px;
    margin-top: 20px;
  }
}
.slide-doctor-bot .swiper-slide img {
  filter: grayscale(1);
  border: 1px solid transparent;
  border-radius: 100%;
  object-fit: cover;
}
.slide-doctor-bot .swiper-slide.swiper-slide-active img {
  filter: grayscale(0);
  border: 1px solid #EC7700;
}
.slide-doctor-bot .avr {
  position: relative;
  padding-top: 100%;
}
.slide-doctor-bot .avr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.slide-archiv img {
  border-radius: 10px;
}

.item-arch-blog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.item-arch-blog .top {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .item-arch-blog .top {
    margin-bottom: 20px;
  }
}
.item-arch-blog .top .t-blog {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .item-arch-blog .top .t-blog {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .item-arch-blog .top .t-blog {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-arch-blog.arch-blog {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    background: #D9D9D9;
    padding: 20px;
  }
}

.box-blog-main {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .box-blog-main {
    padding: 32px 0;
  }
}
@media (max-width: 1023px) {
  .box-blog-main .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .box-blog-main .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.item-blog-arch {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-blog-arch {
    display: block;
    margin-bottom: 32px;
  }
}
.item-blog-arch:last-child {
  margin-bottom: 0;
}
.item-blog-arch .avarta {
  flex: 0 0 281px;
  max-width: 281px;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .item-blog-arch .avarta {
    max-width: 100%;
    margin: 0;
  }
}
.item-blog-arch .avarta img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .item-blog-arch .avarta img {
    border-radius: 10px 10px 0 0;
  }
}
.item-blog-arch .info {
  flex: 0 0 calc(100% - 281px);
  max-width: calc(100% - 281px);
}
@media (max-width: 767px) {
  .item-blog-arch .info {
    max-width: 100%;
  }
}
.item-blog-arch .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .item-blog-arch .top {
    background: #F5F5F5;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .item-blog-arch .top svg {
    width: 22px;
    height: auto;
  }
}
.item-blog-arch h3 a {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .item-blog-arch h3 a {
    font-size: 16px;
  }
}

.list-srv-home {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .list-srv-home {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.list-srv-home_1 .swiper-button {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.item-srv-home {
  overflow: hidden;
  border-radius: 10px;
}
.item-srv-home .info {
  background: #EC7700;
  padding: 10px;
}
.item-srv-home h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
}

.box-machine {
  position: relative;
}
.box-machine:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8392156863), #fff);
  z-index: 2;
}

.slide-machine-top {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: -36px;
}
@media (max-width: 767px) {
  .slide-machine-top {
    top: 0;
  }
}
.slide-machine-top .swiper-slide-shadow-left, .slide-machine-top .swiper-slide-shadow-right {
  display: none;
}
.slide-machine-top .swiper-slide-active .icon-circle {
  opacity: 1;
  animation: zoomcta 2s infinite ease-in-out;
}

.machine-bottom {
  position: relative;
  z-index: 2;
  max-width: 770px;
  margin: 0 auto;
}

.item-machine {
  position: relative;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .icon-circle img {
    width: 40px;
    height: auto;
  }
}

.box-khach {
  background: url("../images/bg-khachhang.png") no-repeat center;
  background-size: cover;
}
.box-khach .title {
  color: #fff;
}
@media (max-width: 1023px) {
  .box-khach .col-md-6, .box-khach .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .box-bn-service .container {
    padding: 0;
  }
}

@keyframes zoomcta {
  from {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(0.95);
  }
}
.modal-machine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal-machine {
    padding: 0 20px;
  }
}
.modal-machine.active {
  opacity: 1;
  pointer-events: unset;
}
.modal-machine .bg-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}
.modal-machine .dialog-machine {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
  background: url("../images/modal-machine.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .modal-machine .dialog-machine {
    padding: 32px 20px;
  }
}
.modal-machine .dialog-machine .name-machine {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .modal-machine .dialog-machine .name-machine {
    font-size: 28px;
  }
}
.modal-machine .dialog-machine .desc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.modal-machine .dialog-machine .desc ul li {
  padding: 12px 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

.khach-cate ul {
  list-style: none;
}
@media (max-width: 1023px) {
  .khach-cate ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.khach-cate ul li {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .khach-cate ul li {
    margin: 0;
    padding: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.khach-cate ul li:last-child {
  margin-bottom: 0;
}
.khach-cate a {
  display: flex;
  align-items: center;
  background: #fff;
  font-weight: 500;
  padding: 12px 24px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 767px) {
  .khach-cate a {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 5px;
  }
}
.khach-cate a svg {
  opacity: 0;
  width: auto;
  height: 32px;
}
@media (max-width: 767px) {
  .khach-cate a svg {
    width: 20px;
    height: auto;
  }
}
.khach-cate a:hover, .khach-cate a.active {
  background: url("../images/hover-cate.png") no-repeat center;
  background-size: cover;
}
.khach-cate a:hover svg, .khach-cate a.active svg {
  opacity: 1;
}

.khach-center {
  padding: 40px;
  background: url("../images/b-khach.png") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .khach-center {
    padding: 20px;
  }
}
.khach-center .item-client {
  filter: grayscale(0);
}

.khach2 {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  border-radius: 12px;
  position: relative;
  height: 450px;
}
@media (max-width: 1023px) {
  .khach2 {
    display: none;
  }
}
.khach2 .avarta {
  padding: 5px 0;
}
.khach2 .swiper-container {
  height: 400px !important;
  overflow: hidden;
}
.khach2 .swiper-wrapper {
  height: 100%;
}
.khach2 .swiper-wrapper .swiper-slide {
  filter: grayscale(1);
  overflow: hidden;
}
.khach2 .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}
.khach2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  filter: grayscale(0);
}
.khach2 .swiper-wrapper .khach-vertical {
  height: 100%;
}

.content-tab-modal {
  position: relative;
  width: 100%;
}
.content-tab-modal .tab-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.content-tab-modal .tab-modal.active {
  opacity: 1;
  pointer-events: unset;
  position: relative;
}

.tabcontent-slide-khach {
  position: relative;
}
.tabcontent-slide-khach .item-tabcontent-khach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.tabcontent-slide-khach .item-tabcontent-khach.active {
  position: relative;
  opacity: 1;
  pointer-events: unset;
}
.tabcontent-slide-khach .arr-slide-swip .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: calc(50% - 16px);
}
.tabcontent-slide-khach .arr-slide-swip .swiper-button:first-child {
  left: 0;
}
.tabcontent-slide-khach .arr-slide-swip .swiper-button:last-child {
  right: 0;
}

@media (max-width: 1023px) {
  .content-khach .col-md-4 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .content-khach .col-md-9, .content-khach .col-md-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .list-srv-home_1 .swiper-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .list-srv-home_1 .swiper-wrapper {
    display: block;
  }
  .list-srv-home_1 .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
    display: none;
  }
  .list-srv-home_1 .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 0;
  }
}

.load-more-srv {
  display: block !important;
  margin-top: 20px;
}
.load-more-srv span {
  display: block;
  margin-top: 4px;
}

.single-top-story h1 {
  font-family: "Playfair Display";
  font-size: 44px;
  font-weight: 500;
  color: #EC7700;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .single-top-story h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-top-story h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .txt-single {
    font-weight: normal;
  }
}
.txt-single p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .txt-single p {
    margin-bottom: 12px;
  }
}
.txt-single p:last-child {
  margin-bottom: 0;
}
.txt-single ul {
  margin-bottom: 24px;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .txt-single ul {
    margin-bottom: 12px;
  }
}
.txt-single ul li {
  margin-bottom: 8px;
}
.txt-single ul li:last-child {
  margin-bottom: 0;
}

.list-sale-hot {
  padding: 16px;
  background: #F4F4F4;
}

.item-sale {
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E2E2E2;
}
.item-sale:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.item-sale .avarta {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.item-sale h3 a {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .item-sale h3 a {
    font-size: 16px;
  }
}

.other-story {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .other-story {
    padding: 32px 0;
  }
}

.title-other {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .title-other {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title-other {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.list-story {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.item-blog .avarta {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding-top: 76.3636363636%;
  margin-bottom: 10px;
}
.item-blog .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.item-blog h3 a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1600px) {
  .item-blog h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-blog h3 a {
    font-size: 14px;
  }
}

.blog-big {
  overflow: hidden;
  border-radius: 10px;
  background: #FFF2E5;
  padding: 24px;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-big {
    margin-bottom: 20px;
    display: block;
    padding: 16px;
  }
}
.blog-big .avarta {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .blog-big .avarta {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 12px;
  }
}
.blog-big .info {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-big .info {
    max-width: 100%;
  }
}
.blog-big h3 a {
  display: block;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .blog-big h3 a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-big h3 a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .blog-big .icon-arrow {
    display: none;
  }
}

.list-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .list-blog {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 10px;
  }
}

.wraper-blog {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .wraper-blog {
    padding-bottom: 40px;
  }
}

.title-blog-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.title-blog-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ABABAB;
  position: absolute;
  top: 50%;
  left: 0;
}
.title-blog-wrap span {
  font-weight: 600;
  font-size: 25px;
  display: inline-flex;
  background: #fff;
  position: relative;
  padding-right: 24px;
  z-index: 2;
}
@media (max-width: 1600px) {
  .title-blog-wrap span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .title-blog-wrap span {
    font-size: 14px;
  }
}
.title-blog-wrap .link-blog {
  font-size: 14px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 20px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .title-blog-wrap .link-blog {
    font-size: 12px;
  }
}
.title-blog-wrap .link-blog a {
  display: flex;
  align-items: center;
}
.title-blog-wrap .link-blog a svg {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .title-blog-wrap .link-blog a svg {
    height: auto;
    width: 16px;
  }
}

@media (max-width: 1023px) {
  .box-story-content .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1023px) {
  .box-story-content .col-md-3 {
    display: none;
  }

  .list-blog-small {
    display: none;
  }
  .swiper-blog {
        background: #fff2e5;
  }
}

.box-giaithuong {
  padding: 0 0 60px 0;
}
@media (max-width: 767px) {
  .box-giaithuong {
    padding: 0 0 32px 0;
  }
}

.list-giaithuong {
  position: relative;
  padding: 40px 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .list-giaithuong {
    margin-top: 24px;
  }
}
.list-giaithuong:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #E1E1E1;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .list-giaithuong:after {
    left: 10px;
  }
}
.list-giaithuong:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background: url("../images/arrow-top.png") no-repeat center;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 767px) {
  .list-giaithuong:before {
    left: 0;
  }
}

.item-giaithuong {
  margin-top: -80px;
  position: relative;
}
@media (max-width: 767px) {
  .item-giaithuong {
    margin-top: 16px;
    padding-left: 32px;
  }
}
.item-giaithuong:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: calc(50% - 15px);
  background: url("../images/dots.png") no-repeat center;
  background-size: contain;
  z-index: 3;
}
@media (max-width: 767px) {
  .item-giaithuong:after {
    width: 20px;
    height: 20px;
    left: 0;
    top: 10px;
  }
}
.item-giaithuong:first-child {
  margin-top: 0;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .item-giaithuong:first-child {
    margin-bottom: 0;
  }
}
.item-giaithuong:first-child .col-md-6:first-child {
  order: 1 !important;
}
.item-giaithuong:first-child .col-md-6:first-child .year {
  opacity: 0;
}
.item-giaithuong:first-child .col-md-6:last-child {
  order: 2 !important;
  text-align: left !important;
}
.item-giaithuong .year {
  font-size: 44px;
  font-family: "Playfair Display";
  color: #EC7700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .item-giaithuong .year {
    font-size: 25px;
  }
}
.item-giaithuong .row {
  margin: 0 -50px;
}
@media (max-width: 767px) {
  .item-giaithuong .row {
    margin: 0 -10px;
  }
}
.item-giaithuong .row > div {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .item-giaithuong .row > div {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .item-giaithuong .row > div:empty, .item-giaithuong .row > div:first-child {
    display: none;
  }
}
.item-giaithuong .desc {
  padding: 0 0 24px 0;
}
@media (max-width: 767px) {
  .item-giaithuong .desc {
    padding: 0 0 12px 0;
  }
}
.item-giaithuong:nth-child(2n+1) .col-md-6:first-child {
  order: 2;
}
.item-giaithuong:nth-child(2n+1) .col-md-6:last-child {
  order: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .item-giaithuong:nth-child(2n+1) .col-md-6:last-child {
    text-align: left;
  }
}

.title-hethong {
  font-family: "Playfair Display";
  font-size: 44px;
}
@media (max-width: 767px) {
  .title-hethong {
    font-size: 18px;
    padding-top: 10px;
  }
}

.box-sumenh .title-sumenh {
  color: #EC7700;
  margin-bottom: 48px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .box-sumenh .title-sumenh {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .box-sumenh .title-sumenh br {
    display: none;
  }
}
@media (max-width: 767px) {
  .box-sumenh .col-md-4 {
    margin-bottom: 20px;
  }
  .box-sumenh .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.box-about-tech .title-texh-about {
  font-size: 44px;
  font-family: "Playfair Display";
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .box-about-tech .title-texh-about {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .box-about-tech .title-texh-about br {
    display: none;
  }
}
.box-about-tech .desc-tech-about {
  position: relative;
  z-index: 2;
  max-width: 1034px;
  margin: 0 auto -40px auto;
}
@media (max-width: 767px) {
  .box-about-tech .desc-tech-about {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .bg-khach {
    margin-bottom: -32px;
  }
}

.box-404 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .box-404 {
    padding: 32px 0;
  }
}

.content-404 .avarta {
  margin-bottom: 26px;
}

.form-search-err {
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.form-search-err .txt_field {
  width: 100%;
  height: 50px;
  background: #F0F0F0;
  border-radius: 50px;
  border: 1px solid #D2D2D2;
  outline: none;
  padding: 0 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-search-err .txt_field {
    height: 40px;
  }
}
.form-search-err button {
  cursor: pointer;
  padding: 0;
  border: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  top: 0;
  right: 18px;
  height: 100%;
  outline: none;
}

.box-search-template {
  padding: 80px 0;
}

.result-search {
  margin-bottom: 60px;
  padding: 24px 60px;
  border-radius: 80px;
  background: #D9D9D9;
}
.result-search strong {
  font-weight: bold;
}

.list-result-search .col-md-6 {
  margin-bottom: 30px;
}

.item-blog-result {
  display: flex;
  margin: 0 -15px;
}
.item-blog-result > div {
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.item-blog-result .avarta img {
  border-radius: 16px;
}
.item-blog-result .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: normal;
  font-size: 16px;
}
.item-blog-result .info h3 a {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.item-blog-result .bot a {
  display: inline-flex;
  align-items: center;
}
.item-blog-result .bot a svg {
  margin-left: 10px;
}

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