@font-face {
  font-family: "DB Heavent Cond";
  src:
    url("../fonts/DBHeavent-Cond.woff2") format("woff2"),
    url("../fonts/DBHeavent-Cond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DB Heavent Cond";
  src:
    url("../fonts/DBHeavent-BoldCond.woff2") format("woff2"),
    url("../fonts/DBHeavent-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.color-main {
  color: #3f3f3f;
}

.color-gray {
  color: #787777;
}

.color-title {
  color: #2a2a2a;
}

.color-ci {
  color: #344eaf !important;
}

.color-ci-2 {
  color: #c7ae86 !important;
}

.color-ci-brown {
  color: #dbb17e;
}

.color-red {
  color: #ce171f;
  fill: #ce171f;
}

.color-green {
  color: #5cc311;
  fill: #5cc311;
}

.color-gray {
  color: #787777;
}

.font-bold {
  font-weight: bold;
}

.cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cut-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cut-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

html,
body {
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-padding-top: 80px;
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 60px;
  }
}

a,
a:hover,
a:active,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
}

a {
  text-decoration: none !important;
  outline: none;
  transition: all 0.3s;
}

p {
  margin: 0 0 15px;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

body {
  font-family: "DB Heavent Cond";
  font-size: 28px;
  line-height: 1.1;
  overflow-x: hidden;
  color: #3f3f3f;
  height: 100%;
  background: #fbfdfe;
}

@media (max-width: 991.98px) {
  body {
    font-size: 25px;
  }
}

.small-text {
  font-size: 12px;
  color: #000;
}

button {
  background: none;
  border: 0;
}

button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

textarea {
  resize: none;
  padding-top: 15px !important;
}

select option {
  font-size: 14px;
  font-family: sans-serif;
}

.form-select,
.form-control {
  font-size: 1em;
}

.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .pad-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pad-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .pad-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container.container-1600 {
  width: 100%;
  max-width: 1650px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1620.98px) {
  .container.container-1600 {
    max-width: 1420px;
  }
}

.custom-control-input:checked~.custom-control-label::before {
  background: #2a2a2a;
  border-color: #2a2a2a;
}

.custom-control-label::before {
  box-shadow: none;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1300px;
  }
}

.main {
  overflow: hidden;
}

.menu-search {
  position: relative;
}

.menu-search .form-control {
  background-color: #e9e9e9;
  border-radius: 0;
  border: 0;
  padding-left: 50px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: left 20px center;
  height: 55px;
  padding-right: 50px;
}

.menu-search .lang-mobile {
  position: absolute;
  right: 10px;
  top: 15px;
}

.wsanimated-arrow {
  position: relative;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  padding: 19px 35px 19px 0;
  margin-right: 10px;
  margin-left: 30px;
}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  cursor: pointer;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
}

.wsanimated-arrow span:before {
  top: -12px;
  width: 35px;
}

.wsanimated-arrow span:after {
  bottom: -12px;
  width: 35px;
}

.wsanimated-arrow .menuopen {
  position: absolute;
  left: 0;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.wsanimated-arrow.arrow-hide {
  display: none;
}

.boxmenu {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  background-size: 100%;
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.boxmenu .logo-box {
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 991.98px) {
  .boxmenu .logo-box {
    width: 138px;
  }

  .boxmenu .logo-box img {
    width: 100%;
  }
}

.boxmenu .left-bg {
  background: url(../images/bg-box-menu.jpg) no-repeat left;
  width: 40%;
  background-size: cover;
  height: 100%;
}

@media (max-width: 991.98px) {
  .boxmenu .left-bg {
    display: none;
  }
}

.boxmenu .right-boxmenu {
  width: 60%;
  height: 100%;
  overflow-y: scroll;
  padding: 100px 100px 100px 50px;
  display: flex;
}

@media screen and (max-width: 1280px) {
  .boxmenu .right-boxmenu {
    padding: 0 25px 50px;
    width: 100%;
    height: calc(100% - 120px);
    margin-top: 100px;
    margin-bottom: 20px;
  }
}

.boxmenu .right-boxmenu .row {
  width: 100%;
}

.boxmenu .right-boxmenu .show-submenu {
  font-size: 30px;
  font-weight: bold;
  color: #344eaf;
  text-transform: uppercase;
}

.boxmenu .right-boxmenu .main-menu-mobile {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .boxmenu .right-boxmenu .main-menu-mobile {
    margin-bottom: 0 !important;
  }

  .boxmenu .right-boxmenu .main-menu-mobile>li {
    margin-bottom: 20px;
  }
}

.boxmenu .right-boxmenu .main-menu-mobile .sub-menu {
  padding-top: 20px;
}

.boxmenu .right-boxmenu .main-menu-mobile .sub-menu li {
  margin-bottom: 10px;
}

.boxmenu .right-boxmenu .main-menu-mobile .sub-menu li:last-child {
  margin-bottom: 0;
}

.boxmenu .right-boxmenu .main-menu-mobile .sub-menu li a:hover {
  color: #344eaf;
  padding-left: 20px;
}

.boxmenu .right-boxmenu .wrap-main-menu-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxmenu .top-close {
  cursor: pointer;
  color: #344eaf;
  position: absolute;
  right: 20px;
  top: 20px;
}

.boxmenu .top-close i {
  font-size: 30px;
}

.boxmenu.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .wrap-main-menu-mobile {
    transform: none;
    opacity: 1;
    transition: none;
    filter: none;
  }

  .wrap-main-menu-mobile.aos-init,
  .wrap-main-menu-mobile.aos-animate {
    transform: none;
    opacity: 1;
    filter: none;
  }
}

.main-menu-mobile.active {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.wrap-breadcrumb {
  position: relative;
  font-family: "DB Heavent Cond";
}

.wrap-breadcrumb::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #cacaca;
  opacity: 0.3;
}

.wrap-breadcrumb::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  background: #cacaca;
  opacity: 0.3;
}

.wrap-breadcrumb .container {
  display: flex;
  align-items: center;
  height: 36px;
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
}

@media (max-width: 1450px) {
  .wrap-breadcrumb .container {
    padding: 0 25px;
  }
}

.wrap-breadcrumb a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .wrap-breadcrumb a {
    font-size: 14px;
  }
}

.wrap-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.wrap-breadcrumb,
.wrap-breadcrumb .container,
.wrap-breadcrumb nav {
  min-width: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-item {
  flex: 0 0 auto;
  max-width: none;
}

.breadcrumb-item.active {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-item+.breadcrumb-item::before {
  flex-shrink: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.header {
  z-index: 99;
  width: 100%;
  top: 0;
  position: absolute;
  color: #fff;
  font-weight: 400;
  font-family: "DB Heavent Cond", sans-serif;
}

@media screen and (max-width: 1280px) {
  .header {
    transition: all 0.3s ease 0s;
  }
}

.header.active,
.header.header-page {
  background-color: #fff;
  color: #3f3f3f;
}

.header.active .logo,
.header.header-page .logo {
  filter: brightness(1) invert(0);
}

.header.active .header-right .header-book,
.header.header-page .header-right .header-book {
  background-color: #344eaf;
  color: #fff;
  box-shadow: none;
}

.header.active .header-right .btn-search,
.header.header-page .header-right .btn-search {
  filter: brightness(1) invert(0);
}

.header.active .main-menu>li a:hover,
.header.header-page .main-menu>li a:hover {
  color: #344eaf;
}

.header.active .main-menu>li .submenu,
.header.header-page .main-menu>li .submenu {
  background-color: #fff;
}

.header.active .main-menu>li .submenu a,
.header.header-page .main-menu>li .submenu a {
  color: #3f3f3f;
}

.header.active .main-menu>li .submenu a:hover,
.header.header-page .main-menu>li .submenu a:hover {
  color: #344eaf;
}

.header.active .header-search,
.header.header-page .header-search {
  background-color: #fff;
}

.header.active .header-search .form-control,
.header.header-page .header-search .form-control {
  background-color: #2a2a2a;
}

.header.active .wrap-breadcrumb a,
.header.active .wrap-breadcrumb .breadcrumb-item.active,
.header.active .breadcrumb-item+.breadcrumb-item::before,
.header.header-page .wrap-breadcrumb a,
.header.header-page .wrap-breadcrumb .breadcrumb-item.active,
.header.header-page .breadcrumb-item+.breadcrumb-item::before {
  color: #3f3f3f;
}

.header.active .wsanimated-arrow span,
.header.active .wsanimated-arrow span:before,
.header.active .wsanimated-arrow span:after,
.header.header-page .wsanimated-arrow span,
.header.header-page .wsanimated-arrow span:before,
.header.header-page .wsanimated-arrow span:after {
  background-color: #344eaf;
}

.header.header-page {
  position: relative;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1280px) {
  .header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}

.header>.container {
  z-index: 2;
  display: flex;
  align-items: center;
  height: 83px;
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
  transition: all 0.3s ease 0s;
  position: relative;
}

@media (max-width: 1450px) {
  .header>.container {
    padding: 0 25px;
  }
}

.header .logo {
  display: block;
  position: relative;
  filter: brightness(0) invert(1);
}

.header .main-menu {
  display: flex;
  margin-bottom: 0;
  height: 100%;
  margin-left: 65px;
}

@media (max-width: 1621px) {
  .header .main-menu {
    margin-left: 30px;
  }
}

@media (max-width: 1450px) {
  .header .main-menu {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .header .main-menu {
    display: none;
  }
}

.header .main-menu>li {
  display: flex;
  align-items: center;
  margin-right: 45px;
  position: relative;
}

@media (max-width: 1621px) {
  .header .main-menu>li {
    margin-right: 30px;
  }
}

@media (max-width: 1450px) {
  .header .main-menu>li {
    margin-right: 15px;
  }
}

@media (max-width: 1320px) {
  .header .main-menu>li {
    margin-right: 10px;
  }
}

.header .main-menu>li:last-child {
  margin-right: 0;
}

.header .main-menu>li>a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.header .main-menu>li>a.active {
  color: #344eaf;
}

.header .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 24px;
}

.header .header-right .header-book {
  position: relative;
  min-width: 170px;
  padding: 0 15px;
  height: 42px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 14px;
  text-transform: uppercase;
  inset: 0;
}

@media screen and (max-width: 1280px) {
  .header .header-right .header-book {
    display: none;
  }
}

.header .header-right .btn-search {
  padding: 15px;
  cursor: pointer;
  margin-right: 20px;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 1280px) {
  .header .header-right .btn-search {
    margin-right: 0;
  }
}

.header .header-right .button-lang {
  cursor: pointer;
}

.header .header-right .button-lang.active {
  font-weight: bold;
}

.header .header-right .btn-lang {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .header .header-right .btn-lang {
    margin-left: 0;
  }
}

.header .header-right .sub-lang {
  position: absolute;
  width: 200px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  top: 60px;
  right: -20px;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}

.header .header-right .sub-lang.active {
  opacity: 1;
  visibility: visible;
}

.header .header-right .sub-lang a {
  color: #3f3f3f;
}

.header .header-right .sub-lang a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #344eaf;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
}

.header .header-search {
  position: absolute;
  height: 83px;
  top: 83px;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.header .header-search.active {
  visibility: visible;
  opacity: 1;
}

.header .header-search form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header .header-search .form-group {
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.header .header-search .form-control {
  padding: 0 15px;
  height: 42px;
  border-radius: 14px;
  border: 0;
  box-shadow:
    0 5px 5px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 #fff,
    inset -1px -1px 0 rgba(255, 255, 255, 0.5);
  background: rgba(233, 233, 233, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  font-size: 22px;
}

.header .header-search .form-control:focus {
  box-shadow:
    0 5px 5px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 0 #fff !important;
}

.header .header-search .form-control::placeholder {
  color: #fff;
}

.header .header-search .btn-search-header {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-menu-action {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  z-index: 99;
}

@media screen and (max-width: 1280px) {
  .wrap-menu-action {
    display: none;
  }
}

.wrap-menu-action.is-scroll {
  transform: translateY(0);
}

.wrap-menu-action .header {
  background-color: #fff;
  color: #3f3f3f;
  position: relative;
}

.wrap-menu-action .header .logo {
  filter: brightness(1) invert(0);
}

.wrap-menu-action .header .header-right .header-book {
  background-color: #344eaf;
  color: #fff;
}

.wrap-menu-action .header .header-right .btn-search {
  filter: brightness(1) invert(0);
}

.wrap-menu-action .header .header-search {
  background-color: #fff;
}

.wrap-menu-action .header .header-search .form-control {
  background-color: #2a2a2a;
}

.sticky-wrapper {
  z-index: 9;
  position: relative;
}

ol {
  list-style: decimal;
  margin-left: 20px;
}

.btn-menu-mobile {
  padding: 0 20px;
  margin-top: 40px;
}

.btn-menu-mobile a {
  width: 100%;
  color: #fff;
  display: flex;
  margin-top: 5px;
  height: 50px;
  font-size: 16px;
}

.footer {
  position: relative;
  background: #344eaf;
  z-index: 0;
  color: #fff;
  overflow: hidden;
  font-family: "DB Heavent Cond";
  font-size: 24px;
  font-weight: 400;
}

.footer .title-footer {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer .footer-first {
  padding-bottom: 50px;
  padding-top: 100px;
}

@media screen and (max-width: 1280px) {
  .footer .footer-first {
    padding-top: 50px;
  }
}

.footer .footer-first .container {
  display: flex;
}

@media screen and (max-width: 1280px) {
  .footer .footer-first .container {
    display: block;
  }
}

.footer .footer-first .logo-footer {
  flex: 0 0 35%;
}

@media (max-width: 1621px) {
  .footer .footer-first .logo-footer {
    flex: 0 0 30%;
  }
}

@media screen and (max-width: 1280px) {
  .footer .footer-first .logo-footer {
    display: none;
  }
}

.footer .footer-first .footer-site {
  display: flex;
  flex: 0 0 30%;
}

.footer .footer-first .footer-site .footer-site-01,
.footer .footer-first .footer-site .footer-site-02 {
  flex: 0 0 50%;
}

.footer .footer-first .footer-site .footer-site-01 li,
.footer .footer-first .footer-site .footer-site-02 li {
  margin-bottom: 5px;
}

.footer .footer-first .footer-site .footer-site-01 li a:hover,
.footer .footer-first .footer-site .footer-site-02 li a:hover {
  padding-left: 10px;
}

.footer .footer-first .footer-address {
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .footer .footer-first .footer-address {
    display: block;
    margin-top: 50px;
  }
}

.footer .footer-first .footer-address .f-address-inner {
  flex: 0 0 50%;
  padding-right: 50px;
}

@media screen and (max-width: 1280px) {
  .footer .footer-first .footer-address .f-address-inner {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.footer .footer-first .footer-address .footer-site-03 {
  flex: 0 0 50%;
}

.footer .footer-first .footer-address .footer-site-03 a:hover {
  padding-left: 10px;
}

.footer .footer-end {
  background-color: #3048a2;
}

.footer-end {
  padding: 40px 0;
}

.footer-end .btn-footer {
  border-radius: 14px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.footer-end .container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1280px) {
  .footer-end .container {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .footer-end .footer-subscribe {
    margin-bottom: 30px;
  }
}

.footer-end .footer-subscribe .lab {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-end .footer-subscribe .form-group {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.footer-end .footer-subscribe .form-group .form-control {
  background-color: #fff;
  border: 0;
  height: 40px;
  border-radius: 14px;
  padding-left: 20px;
  padding-right: 50px;
  transition: all 0.3s ease 0s;
}

.footer-end .footer-subscribe .form-group .form-control:focus {
  background-color: #fff;
}

.footer-end .footer-subscribe .form-group .form-control::placeholder {
  color: #666666;
  opacity: 1;
}

.footer-end .footer-right {
  flex: 0 0 auto;
  flex-shrink: 0;
  margin-left: auto;
}

.footer-end .fr-link {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .footer-end .fr-link {
    display: block;
  }
}

.footer-end .fr-link .f-social {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-right: 20px;
}

.footer-end .fr-link .f-social a {
  display: flex;
  height: 23px;
  align-items: center;
  justify-content: center;
}

.footer-end .fr-link .fr-action {
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .footer-end .fr-link .fr-action {
    margin-top: 30px;
  }
}

.footer-end .fr-link .fr-action a {
  margin: 0 5px;
}

.form-inquiry {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.form-inquiry .contact-infor {
  font-weight: bold;
  color: #c7ae86;
  text-transform: uppercase;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
  font-size: 20px;
}

.form-inquiry .form-row {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .form-inquiry .form-row {
    margin-bottom: 8px;
  }
}

.form-inquiry .form-group>.form-control,
.form-inquiry #phone {
  border-radius: 0;
  height: 50px;
  font-size: 16px;
}

.form-inquiry textarea {
  height: auto !important;
}

.form-inquiry .line-form {
  background-color: #6293a4;
  height: 1px;
  width: 100%;
  margin: 85px 0;
}

@media (max-width: 767.98px) {
  .form-inquiry .line-form {
    margin: 40px 0;
  }
}

.form-inquiry .dropdown-menu {
  border-radius: 0;
  z-index: 2;
}

.form-inquiry .dropdown-item.active,
.form-inquiry .dropdown-item:active {
  background-color: #009087;
}

.form-inquiry .bs-searchbox .form-control {
  border-radius: 0;
  border-color: #ccc !important;
}

.form-inquiry aside {
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .form-inquiry aside {
    margin-top: 40px;
  }
}

.form-inquiry .bootstrap-select .dropdown-item {
  white-space: normal;
}

.form-inquiry .dropdown-toggle::after {
  display: none;
}

.bootstrap-select>.dropdown-toggle {
  box-shadow: none;
  background-color: #fff;
  height: 50px;
  border-radius: 0;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
  font-family: "DB Heavent Cond", sans-serif;
  color: #3f3f3f;
}

.daterangepicker {
  background: #fff;
  border: 0;
  color: #000;
  z-index: 9;
  border-radius: 0;
}

.daterangepicker td.off {
  background: none;
}

.daterangepicker:after {
  display: none !important;
}

.daterangepicker .drp-calendar {
  max-width: 290px;
}

.daterangepicker .drp-calendar.left {
  padding: 12px 0 12px 12px;
}

.daterangepicker .drp-calendar.right {
  padding: 12px;
}

.calendar-table {
  transition: all 0.3s ease 0s;
  background: none !important;
  border: 0 !important;
}

.calendar-table thead tr:first-child th {
  border: 0 !important;
  font-size: 17px;
  font-weight: 300;
  font-family: "DB Heavent Cond", sans-serif !important;
  text-transform: uppercase;
  color: #000;
}

.calendar-table td,
.calendar-table th {
  width: 39px !important;
  height: 39px !important;
  font-family: "DB Heavent Cond", sans-serif;
  transition: all 0.3s ease 0s;
  border: 0 !important;
  color: #000 !important;
  font-size: 22px !important;
}

.calendar-table td {
  font-family: "DB Heavent Cond", sans-serif;
  border-radius: 0 !important;
}

.calendar-table td.active {
  background-color: #344eaf;
  border-radius: 0 !important;
  color: #fff !important;
}

.calendar-table td.active:hover {
  background-color: #344eaf;
}

.calendar-table td.in-range {
  background-color: #344eaf;
  color: #000;
}

.calendar-table td.disabled {
  text-decoration: none;
  cursor: auto;
  user-select: none;
  opacity: 0.4;
}

.calendar-table td.off.ends:not(.disabled) {
  visibility: hidden;
}

.calendar-table .next span,
.calendar-table .prev span {
  padding: 5px;
  color: #000 !important;
  border-color: #000 !important;
}

.calendar-table .next span:hover,
.calendar-table .prev span:hover {
  border-color: #344eaf;
}

.daterangepicker th.available {
  color: #344eaf;
}

.daterangepicker th.available:hover {
  background: none;
}

.daterangepicker th.available.prev span,
.daterangepicker th.available.next span {
  border: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.daterangepicker th.available.prev span:after,
.daterangepicker th.available.next span:after {
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #344eaf;
}

.daterangepicker th.available.prev span:after {
  content: "\F12F";
}

.daterangepicker th.available.next span:after {
  content: "\F138";
}

.daterangepicker::before {
  display: none;
}

.monthselect,
.yearselect {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 22px;
}

.datepicker {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.iti {
  width: 100%;
}

.valid-icon,
.error-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  display: none;
}

.valid-icon {
  color: #28a745;
}

.error-icon {
  color: #dc3545;
}

.input-wrap {
  position: relative;
}

.iti__search-input {
  height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.iti__search-icon {
  display: none;
}

.iti__country,
.iti .iti__selected-dial-code {
  font-size: 16px;
}

body.body-preload {
  overflow: hidden;
}

[data-aos] {
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 40px, 0);
  filter: blur(4px);
  opacity: 0;
}

[data-aos="fade-down"] {
  transform: translate3d(0, -40px, 0);
  filter: blur(4px);
  opacity: 0;
}

[data-aos="fade-left"] {
  transform: translate3d(40px, 0, 0);
  filter: blur(4px);
  opacity: 0;
}

[data-aos="fade-right"] {
  transform: translate3d(-40px, 0, 0);
  filter: blur(4px);
  opacity: 0;
}

[data-aos].aos-animate {
  transform: translate3d(0, 0, 0) !important;
  filter: blur(0) !important;
  opacity: 1 !important;
}

h1,
h2 {
  line-height: 1.4;
}

html.open-menu {
  overflow: hidden;
}

.img-hover {
  overflow: hidden;
  transition: all 0.6s ease;
  display: block;
}

.img-hover img {
  transition: all 0.6s ease;
}

.img-hover:hover img {
  transform: scale(1.1);
}

.bg-gray {
  background-color: #f4f4f4;
}

.swiper-container {
  position: relative;
}

.img-effect {
  position: relative;
  overflow: hidden;
}

.img-effect::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #fbfdfe;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.img-effect.aos-animate::before {
  transform: translateX(100%);
}

.img-effect>img {
  transition: transform 2.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.img-effect.aos-animate img {
  transform: scale(1);
}

.img-effect.right::before {
  transform: translateX(0);
}

.img-effect.right.aos-animate::before {
  transform: translateX(-100%);
}

.tab-detail {
  display: none;
}

.slide-arrow .swiper-button-prev,
.slide-arrow .swiper-button-next {
  position: static;
  top: auto;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: 0;
}

.slide-arrow .swiper-button-prev:after,
.slide-arrow .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
}

.slide-arrow .swiper-button-prev.swiper-button-disabled,
.slide-arrow .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.slide-arrow .swiper-button-prev {
  margin-right: 15px;
}

.slide-arrow .wrap-arrow {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  margin-top: 20px;
}

.main-pd {
  padding-top: 100px;
}

@media screen and (max-width: 1280px) {
  .main-pd {
    padding-top: 80px;
  }
}

.order-list {
  list-style: disc;
  margin-left: 20px;
  list-style-position: outside;
}

.order-list ul {
  margin-left: 5px;
  margin-top: 5px;
}

.order-list ul li {
  position: relative;
  padding-left: 15px;
}

.order-list ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.order-list.order-list-color-ci li::marker {
  color: #344eaf;
}

@media screen and (max-width: 1280px) {
  .main-page {
    padding-top: 83px;
  }
}

.main-banner {
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.img-title {
  margin-bottom: 30px;
}

.wrap-slideHero {
  position: relative;
}

.slideHero {
  position: relative;
}

.slideHero .swiper-pagination {
  bottom: 2%;
  padding: 5px 0;
  z-index: 2;
}

.slideHero .img-slide-main {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slideHero .img-slide-main.position-bottom {
  object-position: center bottom;
}

.slideHero .img-slide-main.position-top {
  object-position: center top;
}

.slideHero .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: calc(100dvh - 90px);
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-slide {
    min-height: 70dvh;
  }
}

@media (max-width: 767.98px) {
  .slideHero .swiper-slide {
    min-height: 60dvh;
  }
}

@media (max-width: 575.98px) {
  .slideHero .swiper-slide {
    min-height: 40dvh;
  }
}

.slideHero .swiper-slide .hero-video {
  display: block;
  margin: 0 auto;
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center calc(50% - 30px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .slideHero .swiper-slide .hero-video {
    object-position: center;
  }
}

.slideHero .swiper-slide.has-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 3;
}

.slideHero .swiper-button-prev,
.slideHero .swiper-button-next {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  z-index: 9;
  opacity: 1;
}

.slideHero .swiper-button-prev:after,
.slideHero .swiper-button-next:after {
  font-size: 22px;
}

@media (max-width: 991.98px) {

  .slideHero .swiper-button-prev,
  .slideHero .swiper-button-next {
    bottom: 20px;
  }
}

.slideHero.slideLanding-page {
  padding-top: 0;
  position: relative;
}

.slideHero.slideLanding-page .swiper-slide {
  min-height: calc(70vh);
}

@media (max-width: 767.98px) {
  .slideHero.slideLanding-page .swiper-slide {
    min-height: 60dvh;
  }
}

@media (max-width: 575.98px) {
  .slideHero.slideLanding-page .swiper-slide {
    min-height: 40dvh;
  }
}

.slideHero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  transition: all 0.3s ease;
}

.slideHero .swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  transform: scale(1.3);
}

video::-webkit-media-controls {
  display: none !important;
}

.font-top-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 767.98px) {
  .font-top-title {
    font-size: 25px;
  }
}

.readmore {
  margin-top: 30px;
}

.readmore a u {
  color: #344eaf;
}

.hero-home {
  min-height: 100dvh;
  width: 100%;
  position: relative;
}

.hero-home::before {
  content: "";
  background-color: #000;
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-home .cover-home {
  position: absolute;
  z-index: 3;
  color: #fff;
  width: 100%;
  max-width: 600px;
  align-items: flex-start;
  left: calc((100vw - 1420px) / 2 + 20px);
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1420px) {
  .hero-home .cover-home {
    left: 0;
    padding: 0 20px;
  }
}

.hero-home .cover-home.cover-page {
  max-width: 1000px;
  padding-right: 20px;
}

.hero-home .cover-home.page-has-text {
  max-width: 1000px;
  padding-right: 20px;
}

.hero-home.hero-page {
  min-height: 550px;
}

@media screen and (max-width: 1280px) {
  .hero-home.hero-page {
    margin-top: 83px;
  }
}

@media (max-width: 767.98px) {
  .hero-home.hero-page {
    min-height: 350px;
  }
}

.hero-home.hero-auto {
  min-height: 0;
}

.hero-home.hero-auto:before {
  display: none;
}

.hero-home .hero-home-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero-home .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  object-position: center center;
  z-index: 0;
}

.size-20 {
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .size-20 {
    font-size: 17px;
  }
}

.size-30 {
  font-size: 30px;
  line-height: 0.9;
}

@media (max-width: 767.98px) {
  .size-30 {
    font-size: 25px;
  }
}

.size-50 {
  font-size: 50px;
  line-height: 0.9;
}

@media (max-width: 1199.98px) {
  .size-50 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .size-50 {
    font-size: 35px;
  }
}

.font-title {
  font-size: 100px;
  font-weight: bold;
  line-height: 0.7;
  margin-bottom: 40px;
}

@media (max-width: 1621px) {
  .font-title {
    font-size: 80px;
  }
}

@media (max-width: 991.98px) {
  .font-title {
    font-size: 60px;
  }
}

@media (max-width: 575.98px) {
  .font-title {
    font-size: 50px;
  }
}

.font-title-20 {
  font-family: "DB Heavent Cond", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.font-title-sub {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
  .font-title-sub {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .font-title-sub {
    font-size: 35px;
  }
}

.button-prev-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background-color: #e8f1f7;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}

.button-prev-next i {
  font-size: 23px;
  color: #344eaf;
}

.button-prev-next.hide-nav {
  background-color: #f6f6f6;
  cursor: none;
}

.button-prev-next.hide-nav i {
  color: #ccc;
}

.button-prev-next.is-disabled {
  background-color: #f6f6f6;
  cursor: none;
}

.button-prev-next.is-disabled i {
  color: #ccc;
}

.swiper-notification {
  display: none !important;
}

.btn-detail {
  position: relative;
  border-radius: 14px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  border: 0;
}

.btn-detail.btn-main {
  background-color: #344eaf;
}

.btn-detail.btn-main:hover {
  color: #fff;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1400 {
  max-width: 1420px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-glass {
  box-shadow:
    0 5px 5px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 #fff,
    inset -1px -1px 0 rgba(255, 255, 255, 0.5);
  background: rgba(233, 233, 233, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
}

.btn-glass:hover {
  box-shadow:
    0 5px 5px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.5),
    inset -1px -1px 0 #fff;
}

.icon-dark {
  filter: brightness(0) invert(0);
}

.g-custom-contact {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 50px;
}

@media (max-width: 1320px) {
  .g-custom-contact {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
}

@media (max-width: 991.98px) {
  .g-custom-contact .col-form-contact {
    padding-left: 0;
    padding-right: 0;
  }
}

.col-form-contact .form-contact {
  padding: 0 0 0 50px;
}

@media (max-width: 1199.98px) {
  .col-form-contact .form-contact {
    padding: 50px 25px;
  }
}

@media (max-width: 991.98px) {
  .col-form-contact .form-contact {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
}

.col-form-contact .btn-main {
  padding: 0 40px;
}

.form-contact label {
  margin-bottom: 10px;
}

.form-contact input.form-control {
  border-radius: 14px;
  border: 0;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ecf4f9;
}

.form-contact input.form-control::placeholder {
  color: #a7a7a7;
}

.form-contact select.form-control {
  border-radius: 14px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ecf4f9;
  background-size: 18px 13.5px;
  background-position: right 20px center;
}

.form-contact textarea.form-control {
  border-radius: 0;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 14px;
  background-color: #ecf4f9;
}

.form-contact textarea.form-control::placeholder {
  color: #a7a7a7;
}

.form-contact .form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-contact .form-check-input {
  width: 20px;
  height: 20px;
}

.form-contact .form-check-label {
  margin-left: 10px;
}

.form-contact .form-check-input:checked {
  background-color: #344eaf;
  border-color: #344eaf;
}

.help-block {
  position: absolute;
  bottom: -25px;
}

.help-block ul {
  margin-bottom: 0;
  color: red;
  font-size: 0.8em;
}

.text-white ul.list-unstyled li {
  margin-bottom: 0;
  color: white;
  font-size: 0.8em;
}

.form-group .form-contact {
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  .form-group .form-contact {
    padding-bottom: 50px;
  }
}

.pad-100 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pad-100.pt-80 {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .pad-100.pt-80 {
    padding-top: 70px;
  }
}

.pad-100.pt-50 {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .pad-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.pd-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pd-100.pt-80 {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .pd-100.pt-80 {
    padding-top: 50px;
  }
}

.pd-100.pt-50 {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .pd-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.modal-main {
  width: 100%;
  padding: 40px;
}

@media (max-width: 991.98px) {
  .modal-main {
    padding: 30px 25px;
  }
}

.modal-main .modal-content {
  border-radius: 0;
  position: relative;
}

.modal-main .modal-content .close {
  position: absolute;
  font-size: 25px;
  padding: 10px;
  right: -40px;
  top: -20px;
}

@media (max-width: 1199.98px) {
  .modal-main .modal-content .close {
    right: 0px;
    top: -50px;
  }
}

.modal-main .modal-content h2 {
  font-family: "DB Heavent Cond", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .modal-main .modal-content h2 {
    font-size: 20px;
  }
}

.modal-main.modal-download {
  max-width: 990px;
}

.modal-main.modal-download .modal-content {
  padding: 40px;
}

@media (max-width: 991.98px) {
  .modal-main.modal-download .modal-content {
    padding: 40px 25px;
  }
}

.modal-main.modal-slide {
  max-width: 740px;
}

.modal-main.modal-slide .modal-content {
  padding: 10px;
}

.swiper.gallery-thumbslide {
  margin-top: 10px;
}

.swiper.gallery-thumbslide .swiper-slide {
  opacity: 0.7;
}

.swiper.gallery-thumbslide .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.container-event {
  padding-top: 30px;
}

.custom-select {
  display: inline-flex;
  word-wrap: normal;
}

.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.has-swiper {
  position: relative;
}

.has-swiper .swiper-pagination {
  position: static;
  margin-top: 15px;
}

.has-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 999px;
  background-color: #d9d9d9;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.has-swiper .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #344eaf;
}

@media (max-width: 991.98px) {
  .has-swiper .swiper-pagination-bullet-active {
    width: 80px;
  }
}

.has-swiper .custom-prev-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background-color: #e8f1f7;
  border-radius: 100%;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .has-swiper .custom-prev-next {
    width: 35px;
    height: 35px;
    opacity: 0.5;
  }
}

.has-swiper .custom-prev-next i {
  font-size: 23px;
  color: #344eaf;
}

.has-swiper .custom-prev-next.is-disabled {
  background-color: #f6f6f6;
  cursor: none;
}

.has-swiper .custom-prev-next.is-disabled i {
  color: #ccc;
}

.has-swiper.custom-absolute .container {
  position: relative;
}

.has-swiper.custom-absolute .custom-prev-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.has-swiper.custom-absolute .custom-next {
  right: -3%;
}

@media (max-width: 1700px) {
  .has-swiper.custom-absolute .custom-next {
    right: 0;
  }
}

.has-swiper.custom-absolute .custom-prev {
  left: -3%;
}

@media (max-width: 1700px) {
  .has-swiper.custom-absolute .custom-prev {
    left: 0;
  }
}

.size-20 {
  font-size: 19px;
}

.news-list .inner {
  padding: 15px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.has-list li {
  display: flex;
}

.has-list li:before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background-color: #3f3f3f;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 100%;
  top: 12px;
}

.slide-3-list {
  padding-top: 50px;
}

.section-lr {
  display: flex;
}

@media (max-width: 767.98px) {
  .section-lr {
    display: block;
  }
}

.section-lr.swap .section-left {
  order: 1;
}

.section-lr.swap .section-right {
  order: 2;
}

.section-lr .section-left {
  width: 55%;
  padding-right: 40px;
}

@media (max-width: 991.98px) {
  .section-lr .section-left {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-lr .section-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.section-lr .section-right {
  width: 45%;
  padding: 50px 0 50px 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .section-lr .section-right {
    padding: 50px 20px 40px;
  }
}

@media (max-width: 767.98px) {
  .section-lr .section-right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.section-lr .section-right h2 {
  text-transform: uppercase;
  margin-bottom: 25%;
}

@media (max-width: 767.98px) {
  .section-lr .section-right h2 {
    margin-bottom: 30px;
  }
}

.section-lr .section-right h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.box-blur {
  background: rgba(255, 255, 255, 0.05);
  background-clip: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  overflow: hidden;
}

.btn-detail.btn-trans-b {
  background: rgba(255, 255, 255, 0.05);
  background-clip: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-clip: padding-box;
  color: #fff;
  border: 1px solid #fff;
}

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex-title .view-more:hover {
  color: #344eaf;
}

.view-more {
  color: #344eaf;
  text-transform: uppercase;
  font-size: 22px;
}

.view-more.f-normal {
  font-size: 24px;
}

.wrapper-home-slide-box {
  display: flex;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box {
    display: block;
  }
}

.wrapper-home-slide-box.swap .right-content {
  order: -1;
  flex: 0 0 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box.swap .right-content {
    padding: 0 20px;
  }
}

@media (max-width: 991.98px) {
  .wrapper-home-slide-box.swap .right-content {
    margin-top: 20px;
  }
}

.wrapper-home-slide-box.swap .left-pic {
  flex: 0 0 50%;
  padding-right: 0;
}

.wrapper-home-slide-box .left-pic {
  flex: 0 0 60%;
  padding-right: 2.5%;
  order: 0;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box .left-pic {
    padding-right: 0;
  }
}

.wrapper-home-slide-box .left-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.wrapper-home-slide-box .right-content {
  flex: 0 0 40%;
  padding-left: 2.5%;
  padding-right: 4%;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  order: 2;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box .right-content {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.wrapper-home-slide-box .right-content h2 {
  margin-bottom: 30px;
}

.wrapper-home-slide-box .right-content .cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  min-height: calc(1.1em * 3);
}

.wrapper-home-slide-box .right-content .detail-bottom {
  margin-top: auto;
  padding-top: 20px;
}

.wrapper-home-slide-box .right-content .detail-bottom a {
  color: #344eaf;
  text-transform: uppercase;
  font-size: 24px;
}

.wrapper-home-slide-box .right-content .detail-bottom .wrapper-pic {
  display: flex;
  margin: 40px -10px 0;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box .right-content .detail-bottom .wrapper-pic {
    max-width: 500px;
    margin: 40px -5px 0;
  }
}

.wrapper-home-slide-box .right-content .detail-bottom .wrapper-pic .innner {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 1199.98px) {
  .wrapper-home-slide-box .right-content .detail-bottom .wrapper-pic .innner {
    padding: 0 5px;
  }
}

.wrapper-home-slide-box .right-content .detail-bottom .wrapper-pic .innner img {
  width: 100%;
}

.wrapper-home-slide-box.soonvijai .left-pic {
  flex: 0 0 50%;
  padding-right: 0;
}

.wrapper-home-slide-box.soonvijai .right-content {
  flex: 0 0 50%;
  background-color: #e8f1f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 7%;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.wrapper-button-prev-next {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.wrapper-button-prev-next .button-prev-next {
  cursor: pointer;
}

.is-award .awward-left {
  padding: 0 50px;
}

@media (max-width: 991.98px) {
  .is-award .awward-left {
    padding: 0 20px;
  }
}

.is-award .awward-left .cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  min-height: calc(1.1em * 3);
}

.is-award .awward-left .font-title {
  margin-bottom: 30px;
}

.is-award .swiper {
  padding: 30px 0;
}

.award-box {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.award-box img {
  display: block;
  width: 100%;
}

.award-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background-image: var(--img);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: scaleY(-1);
  opacity: 0.3;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

.container-consult {
  padding-left: calc((100vw - 1650px) / 2 + 20px);
  width: 100vw;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 1621px) {
  .container-consult {
    padding-left: 25px;
  }
}

.container-consult .slide-consult {
  overflow: visible;
}

.container-consult .slide-consult .swiper-slide {
  width: 408px;
}

@media (max-width: 1450px) {
  .container-consult .slide-consult .swiper-slide {
    width: 350px;
  }
}

@media (max-width: 575.98px) {
  .container-consult .slide-consult .swiper-slide {
    width: 300px;
  }
}

.container-consult .slide-consult.slide-relate .swiper-slide {
  width: 450px;
}

@media (max-width: 1450px) {
  .container-consult .slide-consult.slide-relate .swiper-slide {
    width: 350px;
  }
}

@media (max-width: 575.98px) {
  .container-consult .slide-consult.slide-relate .swiper-slide {
    width: 300px;
  }
}

.box-consult {
  position: relative;
  display: block;
}

.box-consult::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #194f90;
  opacity: 0.4;
  transition: all 0.3s ease 0s;
}

.box-consult .img-inner {
  position: relative;
  z-index: 1;
}

.box-consult .inner-bc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 3;
  color: #fff;
}

.box-consult .inner-bc h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 0.8;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .box-consult .inner-bc h3 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .box-consult .inner-bc h3 {
    font-size: 35px;
  }
}

.box-consult .inner-bc .view-detail {
  padding-top: 10px;
  text-decoration: underline;
  font-size: 24px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (max-width: 1199.98px) {
  .box-consult .inner-bc .view-detail {
    max-height: 37px;
  }
}

.box-consult:hover::before {
  opacity: 0.7;
}

.box-consult:hover .inner-bc .view-detail {
  max-height: 37px;
}

.bg-ab-01 {
  background-image: url(../images/bg-ab-01.jpg);
  background-size: cover;
  position: relative;
}

.bg-ab-01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #fbfdfe 0%, transparent 100%);
  z-index: 0;
}

.bg-ab-01>div {
  position: relative;
  z-index: 1;
}

.parallax-section {
  position: relative;
}

.parallax-section:before {
  background-color: #000;
  opacity: 0.4;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
}

.parallax-section.personalized-home {
  height: calc(95dvh - 80px);
}

@media (max-width: 767.98px) {
  .parallax-section.personalized-home {
    height: 450px;
  }
}

.parallax-section.personalized-home:before {
  background-color: #194f90;
  opacity: 0.5;
}

.parallax-section.personalized-home.no-before::before {
  display: none;
}

.parallax-section.methodology {
  height: 600px;
}

@media (max-width: 767.98px) {
  .parallax-section.methodology {
    height: 450px;
  }
}

.parallax-section.methodology:before {
  background-color: #000;
  opacity: 0.3;
}

.parallax-section .parallax-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.parallax-section .parallax-img,
.parallax-section video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  z-index: 1;
  object-position: center center;
}

.parallax-section .parallax-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.parallax-section .parallax-content.text-start {
  width: 100%;
  max-width: 1000px;
  align-items: flex-start;
  left: calc((100vw - 1420px) / 2 + 20px);
}

@media (max-width: 1420px) {
  .parallax-section .parallax-content.text-start {
    left: 0;
    padding: 0 20px;
  }
}

.video-pd {
  height: calc(95dvh - 80px);
}

@media (max-width: 767.98px) {
  .video-pd {
    height: 450px;
  }
}

.welcome-about {
  background: #b6cfde;
  background: linear-gradient(90deg, #b6cfde 0%, #edf8ff 50%, #b6cfde 100%);
  position: relative;
}

.welcome-about::before,
.welcome-about:after {
  width: 20%;
  height: 50%;
  content: "";
  background-repeat: no-repeat;
  opacity: 0.15;
  top: 0;
  position: absolute;
  z-index: 2;
}

.welcome-about:before {
  background-image: url(../images/about-left.png);
  left: 0;
  animation: bgFlicker 8s infinite ease-in-out;
}

.welcome-about:after {
  background-image: url(../images/right-about.png);
  right: -100px;
  animation: bgFlickerB 13s infinite ease-in-out;
  animation-delay: -4s;
}

.welcome-about .pic {
  position: relative;
  z-index: 3;
}

.welcome-about .container {
  position: relative;
  z-index: 4;
}

@keyframes bgFlicker {
  0% {
    opacity: 0.5;
  }

  12% {
    opacity: 0.8;
  }

  25% {
    opacity: 1;
  }

  38% {
    opacity: 0.6;
  }

  52% {
    opacity: 0.3;
  }

  67% {
    opacity: 0.7;
  }

  81% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bgFlickerB {
  0% {
    opacity: 0.2;
  }

  15% {
    opacity: 0.6;
  }

  28% {
    opacity: 0.4;
  }

  40% {
    opacity: 0.9;
  }

  55% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.8;
  }

  85% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.7;
  }
}

.story-about .story-about-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
}

@media (max-width: 1320px) {
  .story-about .story-about-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .story-about .story-about-detail {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
  }
}

.container-dinosaurs {
  padding-left: calc((100vw - 1650px) / 2 + 20px);
  width: 100vw;
  position: relative;
}

.container-dinosaurs.swap {
  padding-left: 0;
}

@media (max-width: 1621px) {
  .container-dinosaurs {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .container-dinosaurs {
    padding-left: 0;
  }
}

.dinosaurs-about.swap .ds-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px;
}

.dinosaurs-about.swap .ds-right {
  padding-right: 80px;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .dinosaurs-about.swap .ds-right {
    padding-right: 0;
  }
}

.dinosaurs-about .ds-left {
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .dinosaurs-about .ds-left {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.dinosaurs-about .ds-right {
  padding-left: 50px;
}

@media (max-width: 991.98px) {
  .dinosaurs-about .ds-right.sp-right {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .dinosaurs-about .ds-right {
    padding-left: 0;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-prev-next {
  display: flex;
  gap: 10px;
}

.bg-ab {
  background-color: #e8f1f7;
}

.bg-ab-02 {
  background-image: url(../images/bg-ab-01.jpg);
  background-size: cover;
  position: relative;
}

.bg-ab-02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #e8f1f7 0%, transparent 100%);
  z-index: 0;
}

.bg-ab-02 .container {
  position: relative;
  z-index: 1;
}

.tab-about {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .tab-about {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.tab-about button {
  color: #344eaf;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-size: 50px;
  line-height: 0.9;
}

@media (max-width: 991.98px) {
  .tab-about button {
    font-size: 30px;
  }
}

.tab-about button.active {
  font-weight: bold;
}

.tab-inner-about {
  position: relative;
}

.tab-inner-about .active-menu {
  text-transform: uppercase;
  color: #344eaf;
  position: absolute;
  right: 0;
  text-decoration: underline !important;
  top: -85px;
}

@media (max-width: 991.98px) {
  .tab-inner-about .active-menu {
    position: static;
    top: auto;
    margin-top: 30px;
    display: inline-flex;
  }
}

@media (max-width: 991.98px) {
  .tab-inner-about img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
}

.tab-inner-about .img-effect::before {
  background-color: #e8f1f7;
}

.filter-specialist .form-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .filter-specialist .form-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}

.filter-specialist .form-contact .lab {
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .filter-specialist .form-contact .lab {
    width: 100%;
  }
}

.filter-specialist .form-contact .form-group {
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 991.98px) {
  .filter-specialist .form-contact .form-group {
    width: 100%;
  }
}

.filter-specialist .wrap-btn {
  padding-left: 20px;
}

@media (max-width: 991.98px) {
  .filter-specialist .wrap-btn {
    padding-left: 0;
  }
}

.specialist-list {
  margin-top: 30px;
  margin-bottom: -45px;
}

.specialist-list li {
  margin-bottom: 45px;
}

.box-doctor {
  text-align: center;
  background-color: #fff;
  border: 1px solid #adadad;
  padding: 30px 30px 70px;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}

@media (max-width: 767.98px) {
  .box-doctor {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.box-doctor:hover {
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
  background-color: #e8f1f7;
}

.box-doctor:hover .btn-profile {
  opacity: 1;
  bottom: 0;
  bottom: 20px;
}

.box-doctor .img-dox-doctor {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.box-doctor .img-dox-doctor img {
  border-radius: 100%;
  max-width: 196px;
}

@media (max-width: 767.98px) {
  .box-doctor .img-dox-doctor img {
    width: 150px;
  }
}

.box-doctor .title-doc {
  font-size: 30px;
  color: #344eaf;
  text-transform: uppercase;
  color: #344eaf;
  line-height: 0.8;
  font-weight: bold;
  margin-bottom: 0;
}

.box-doctor .position-01 {
  font-size: 22px;
}

.box-doctor .position-02 {
  font-size: 22px;
  min-height: calc(1.1em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-doctor .num {
  font-size: 30px;
  font-weight: bold;
  color: #646464;
  line-height: 1;
}

.box-doctor .btn-profile {
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding-top: 5px;
  opacity: 0;
  position: relative;
  bottom: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease 0s;
}

.box-doctor .btn-profile:hover {
  color: #344eaf;
}

@media (max-width: 991.98px) {
  .box-doctor .btn-profile {
    opacity: 1;
    bottom: 20px;
  }
}

.bg-page {
  background-color: #f5f7f8;
}

.title-specialist {
  background-color: #fbfdfe;
}

.inner-title {
  padding-bottom: 50px;
}

.bg-ci {
  background-image: url(../images/bg-ci.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.back-page {
  color: #344eaf;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 30px;
  align-items: center;
}

.back-page:hover {
  color: #344eaf;
  padding-left: 10px;
}

.back-page i {
  font-size: 23px;
}

.title-up {
  color: #344eaf;
  font-weight: bold;
  text-transform: uppercase;
}

.doctor-top {
  display: flex;
  gap: 20px;
}

@media (max-width: 991.98px) {
  .doctor-top {
    flex-direction: column;
    max-width: 500px;
    gap: 0;
    margin: auto;
  }
}

.doctor-top .docter-pic {
  flex: 1;
}

@media (max-width: 991.98px) {
  .doctor-top .docter-pic img {
    width: 100%;
  }
}

.doctor-top .doctor-right {
  background-color: #e8f1f7;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .doctor-top .doctor-right {
    padding: 30px;
  }
}

.doctor-top .doctor-right h1 {
  color: #344eaf;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.doctor-top .doctor-right h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #344eaf;
}

.doctor-top .doctor-right .detail-02 {
  margin-top: auto;
}

.doctor-detail h2 {
  margin-bottom: 20px;
}

.doctor-detail ul {
  list-style: disc;
  padding-left: 20px;
}

.doctor-detail ul li::marker {
  font-size: 0.7em;
}

.wrap-schedule {
  display: flex;
  flex-wrap: wrap;
}

.wrap-schedule .day {
  flex: 0 0 180px;
}

.col-swap {
  margin-bottom: 50px;
}

.col-swap:last-child {
  margin-bottom: 0;
}

.col-swap-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 7%;
}

.bg-health {
  background-image: url(../images/bg-health.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hl-promotion .hl-promotion-detail .inner {
  height: 100%;
  background-color: #ecf4f9;
  padding: 80px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .hl-promotion .hl-promotion-detail .inner {
    padding: 80px 25px 25px;
  }
}

.hl-promotion .hl-promotion-detail .inner h2 {
  margin-bottom: 30px;
}

.hl-promotion .hl-promotion-detail .tag {
  font-size: 25px;
  color: #344eaf;
  background-color: #c1e0f5;
  border-radius: 999px;
  padding: 5px 20px;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
}

.tag-promotion {
  position: absolute;
  padding: 10px 10px;
  background-color: #344eaf;
  color: #fff;
  text-transform: uppercase;
  left: 0;
  top: 15px;
  font-size: 22px;
  z-index: 2;
  width: fit-content;
}

.promotion-list {
  margin-bottom: -45px;
}

.promotion-list li {
  margin-bottom: 45px;
}

.box-promotion {
  position: relative;
  display: block;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
}

.box-promotion .detail-inner {
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

.box-promotion .detail-inner h2 {
  font-size: 30px;
  line-height: 0.9;
  color: #344eaf;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(0.9em * 2);
}

.box-promotion .detail-inner p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  min-height: calc(1.1em * 2);
}

.box-promotion:hover .detail-inner {
  background-color: #e8f1f7;
}

.wrap-tab-main {
  background-color: #fff;
}

.wrap-tab-main a {
  display: flex;
  height: 70px;
  padding-left: 25px;
  padding-right: 25px;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: #acb0bf;
  text-transform: uppercase;
  font-size: 30px;
}

.wrap-tab-main a:hover {
  color: #344eaf;
}

.wrap-tab-main a.active {
  color: #344eaf;
}

.wrap-tab-main a.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #344eaf;
  bottom: 0;
  left: 0;
}

.wrap-tab-main button {
  display: flex;
  height: 70px;
  padding-left: 25px;
  padding-right: 25px;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: #acb0bf;
  text-transform: uppercase;
  font-size: 30px;
}

.wrap-tab-main button:hover {
  color: #344eaf;
}

.wrap-tab-main button.active {
  color: #344eaf;
}

.wrap-tab-main button.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #344eaf;
  bottom: 0;
  left: 0;
}

.box-libraly {
  display: block;
}

.box-libraly .detail-inner {
  padding: 15px 10px;
  text-transform: uppercase;
}

.box-libraly .detail-inner h2 {
  margin-bottom: 0;
}

.swiper-tab-main .swiper-slide {
  width: auto;
}

.box-cs {
  display: block;
  position: relative;
}

.box-cs img {
  position: relative;
  z-index: 0;
}

.box-cs:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s ease 0s;
  background: linear-gradient(to top,
      #162149 0%,
      rgba(52, 78, 175, 0.1) 80%,
      rgba(52, 78, 175, 0) 100%);
}

.box-cs .detail-inner {
  position: absolute;
  left: 5%;
  bottom: 20px;
  color: #fff;
  z-index: 3;
  padding-right: 5%;
}

.box-cs .detail-inner p {
  margin-bottom: 0;
}

.box-cs .detail-inner .font-up {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.8;
}

.box-cs .detail-inner .view-detail {
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  padding-top: 10px;
}

.box-cs:hover:before {
  background: none;
  background-color: #344eaf;
  opacity: 0.7;
}

.box-cs:hover .detail-inner .view-detail {
  max-height: 0px;
  max-height: 37px;
}

.welcome-clinic-detail {
  padding-right: calc((100vw - 1650px) / 2 + 20px);
  width: 100vw;
  position: relative;
}

@media (max-width: 1621px) {
  .welcome-clinic-detail {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bg-l-blue {
  background-color: #e8f1f7;
}

.bg-l-blue .button-prev-next {
  background-color: #cae0ef;
}

.is-sp .swiper-slide {
  width: 345px;
}

@media (max-width: 767.98px) {
  .is-sp .swiper-slide {
    width: 300px;
  }
}

.box-question {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
  .box-question {
    padding: 50px 25px;
  }
}

.bq-right {
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.bg-clinic-detail {
  background-image: url(../images/bg-clinic-detail.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.main-clinic-detail {
  position: relative;
}

@media screen and (max-width: 1280px) {
  .main-clinic-detail {
    padding-top: 80px;
  }
}

.main-clinic-detail section {
  position: relative;
  z-index: 1;
}

.is-sv .swiper-slide {
  width: 550px;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .is-sv .swiper-slide {
    width: 400px;
  }
}

@media (max-width: 991.98px) {
  .is-sv .swiper-slide {
    width: 300px;
  }
}

.box-service {
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
}

.flex-beetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-sv {
  background-color: #f5f7f8;
}

.tab-global {
  display: flex;
}

@media (max-width: 991.98px) {
  .tab-global {
    display: block;
  }
}

.tab-global .left-content {
  flex: 0 0 50%;
  background-color: #e8f1f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 7%;
  width: 50%;
}

@media (max-width: 991.98px) {
  .tab-global .left-content {
    width: 100%;
  }
}

.tab-global .left-content h2 {
  margin-bottom: 50px;
  color: #344eaf !important;
}

.tab-global .left-content .tab-g-inner li {
  margin-bottom: 15px;
}

.tab-global .left-content .tab-g-inner li .show-content {
  display: none;
  padding-top: 10px;
}

.tab-global .right-content {
  flex: 0 0 50%;
  width: 50%;
}

@media (max-width: 991.98px) {
  .tab-global .right-content {
    width: 100%;
  }
}

.swiper-maquee .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.swiper-maquee .swiper-slide {
  width: 410px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .swiper-maquee .swiper-slide {
    width: 250px;
  }
}

@media (max-width: 575.98px) {
  .swiper-maquee .swiper-slide {
    width: 150px;
  }
}

.swiper-maquee .swiper-slide a {
  display: block;
  position: relative;
}

.swiper-maquee .swiper-slide a:before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: #194f90;
  opacity: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.swiper-maquee .swiper-slide a img {
  position: relative;
  z-index: 0;
}

.swiper-maquee .swiper-slide a:hover:before {
  opacity: 0.5;
}

.box-service-list {
  background-color: #e8f1f7;
  padding: 25px;
  border-radius: 5px;
  height: 100%;
}

.box-service-list p {
  margin-bottom: 0;
}

.flex-a-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wellness-stay {
  background-image: url(../images/bg-stay.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #efefef;
}

.nav-wellness {
  margin: 50px 0 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 20px;
}

@media (max-width: 991.98px) {
  .nav-wellness {
    gap: 20px;
  }
}

.nav-wellness button {
  color: #949494;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.nav-wellness button.active {
  color: #344eaf;
}

.left-right-full .content {
  padding: 0 7%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.video-stay {
  display: block;
  position: relative;
}

.video-stay:after {
  content: "\F4F3";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
}

.option-stay-detail {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.option-stay-detail .header-book {
  position: relative;
  min-width: 170px;
  padding: 0 15px;
  height: 50px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-transform: uppercase;
  background-color: #344eaf;
}

.option-stay-detail-sm {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 1rem;
}

.option-stay-detail-sm .header-book-sm {
  position: relative;
  min-width: 120px;
  padding: 0 15px;
  height: 40px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #344eaf;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .option-stay-detail .header-book {
    min-width: 120px;
  }
}

.option-stay-detail .price {
  width: 100%;
}

.share {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecf4f9;
}

.program-detail .tab-main {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .program-detail .tab-main {
    display: block;
  }
}

.program-detail .tab-main button {
  padding: 10px 25px;
  text-transform: uppercase;
  color: #acb0bf;
  font-weight: bold;
  display: block;
  text-align: center;
}

@media (max-width: 767.98px) {
  .program-detail .tab-main button {
    width: 100%;
  }
}

.program-detail .tab-main button.active {
  border-bottom: 2px solid #344eaf;
  color: #344eaf;
}

.program-detail .tab-stage-main {
  background-color: #e8f1f7;
  padding: 50px;
}

@media (max-width: 991.98px) {
  .program-detail .tab-stage-main {
    padding: 20px;
  }
}

.container-awward {
  padding-left: calc((100vw - 1650px) / 2 + 20px);
  width: 100vw;
  padding-right: 0;
  position: relative;
}

@media (max-width: 1621px) {
  .container-awward {
    padding-left: 25px;
  }
}

.is-award-page .swiper {
  padding-bottom: 100px;
  padding-top: 100px;
}

.is-award-page .swiper-slide {
  width: 300px;
  padding: 0 10px;
  opacity: 0.4;
  transition: all 0.3s ease 0s;
}

.is-award-page .swiper-slide img {
  max-width: 180px;
  width: 100%;
}

.is-award-page .swiper-slide-active {
  position: relative;
  margin-top: -50px;
  opacity: 1;
}

.is-award-page .swiper-slide-active img {
  max-width: 100%;
}

.is-award-page .awward-left {
  padding-right: 25px;
}

.filter-library {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.left-right-full .content.contact-us {
  padding-top: 100px;
}

.bw-box {
  display: flex;
  background-color: #fff;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .bw-box {
    display: block;
  }
}

.bw-box .header-book {
  position: relative;
  min-width: 170px;
  padding: 0 15px;
  height: 40px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-transform: uppercase;
  background-color: #344eaf;
}

.bw-box .bw-content {
  flex: 1;
  padding: 0 30px;
}

@media (max-width: 991.98px) {
  .bw-box .bw-content {
    padding: 25px;
  }
}

.bw-box .bw-get {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 20px 50px 20px 20px;
}

@media (max-width: 1320px) {
  .bw-box .bw-get {
    flex-direction: column;
    gap: 15px;
    width: 20%;
    flex: none;
  }
}

@media (max-width: 991.98px) {
  .bw-box .bw-get {
    padding: 20px;
    width: 100%;
  }
}

.bw-box .bw-get .link {
  display: flex;
  gap: 5px;
  margin-right: 20px;
}

.bw-box .bw-get .icon-link {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #344eaf;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bw-box .bw-get .icon-link:hover {
  background-color: #344eaf;
}

.bw-box .bw-get .icon-link:hover img {
  filter: brightness(0) invert(1);
}

.sp-detail {
  padding-top: 50px;
  padding-bottom: 0;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .sp-detail {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}

.contact-list li {
  margin-bottom: 40px;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.box-expected {
  padding: 30px;
  background: #d9e6ee;
  height: 100%;
}

@media (max-width: 575.98px) {
  .box-expected {
    padding: 25px;
  }
}

.box-expected h3 {
  margin-bottom: 25px;
}

.box-expected p {
  margin-bottom: 0;
}

.slide-expected {
  margin-top: 40px;
}

.slide-expected .swiper-slide {
  height: auto;
}

@media (max-width: 575.98px) {
  .slide-expected .swiper-slide {
    width: 300px;
  }
}

.table-pricing {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .table-pricing {
    display: flex;
  }

  .table-pricing .row-tp {
    flex: 1;
  }

  .table-pricing .row-tp .col-tp {
    flex: 0 0 100px;
  }
}

.table-pricing .row-tp {
  display: flex;
  background-color: #d9e6ee;
}

@media (max-width: 767.98px) {
  .table-pricing .row-tp {
    flex-direction: column;
  }
}

.table-pricing .row-tp.white {
  background-color: #fbfdfe;
}

.table-pricing .row-tp.white .col-tp.col-title {
  background-color: #f0f6f9;
}

.table-pricing .row-tp .col-tp {
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #344eaf;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .table-pricing .row-tp .col-tp {
    flex: 0 1 auto;
    height: 80px;
  }
}

.table-pricing .row-tp .col-tp.col-title {
  font-weight: normal;
  background-color: #d0e0e9;
}

.container-faq-pd {
  padding-left: calc((100vw - 1650px) / 2 + 20px);
}

@media (max-width: 1621px) {
  .container-faq-pd {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .container-faq-pd {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion-show {
  display: none;
}

.accordion-faq {
  margin-top: 30px;
}

.accordion-faq li {
  border-bottom: 1px solid #9eb3c0;
}

.accordion-faq .accordian-button {
  display: flex;
  align-items: center;
  padding: 23px 35px 23px 20px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

@media (max-width: 991.98px) {
  .accordion-faq .accordian-button {
    padding-left: 0;
  }
}

.accordion-faq .accordian-button i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.accordion-faq .accordion-show {
  padding: 15px 20px 25px;
}

.box-before-after {
  background-color: #d9e6ee;
  padding: 50px;
}

@media (max-width: 991.98px) {
  .box-before-after {
    padding: 20px;
  }
}

.slide-specialist {
  margin-top: 30px;
}

.box-doctor-pd {
  background: #fff;
  padding: 40px 30px;
}

.box-doctor-pd .img-dox-doctor {
  display: flex;
  justify-content: center;
}

.box-doctor-pd .img-dox-doctor img {
  border-radius: 100%;
  width: 100%;
}

.container-participants {
  padding-left: calc((100vw - 1650px) / 2 + 20px);
}

@media (max-width: 1621px) {
  .container-participants {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .container-participants {
    padding-left: 20px;
  }
}

.container-participants .wrap-counter {
  font-weight: bold;
  font-size: 200px;
  line-height: 0.7;
  margin-bottom: 5px;
  color: #344eaf;
}

.slide-participants .swiper-slide {
  width: 450px;
  padding: 10px;
}

@media (max-width: 767.98px) {
  .slide-participants .swiper-slide {
    width: 350px;
  }
}

.slide-participants .img-rd {
  width: 100%;
  border-radius: 100%;
}

.slide-participants .box-pt {
  background-color: #fff;
  border-radius: 22px;
  padding: 40px 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .slide-participants .box-pt {
    padding: 40px 20px;
  }
}

.promotion-list-bar li {
  margin-bottom: 10px;
}

.promotion-list-bar li:last-child {
  margin-bottom: 0;
}

.promotion-bar-box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.promotion-bar-box [class*="col-"] {
  display: flex;
  align-items: center;
}

.promotion-bar-box .box-left {
  background-color: #f8fbfd;
  padding: 30px 30px 30px 150px;
  position: relative;
  width: 100%;
}

@media (max-width: 767.98px) {
  .promotion-bar-box .box-left {
    padding-top: 100px;
    padding-left: 30px;
  }
}

.promotion-bar-box .box-right {
  text-align: center;
  background-color: #c8e0f0;
  color: #344eaf;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.promotion-bar-box .tag-02 {
  border-radius: 10px;
  background: #c8e0f0;
  display: inline-flex;
  padding: 10px 15px;
  margin-top: 5px;
}

.share-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.share-preview-modal.is-open {
  display: block;
}

.share-preview-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.share-preview-modal__panel {
  position: relative;
  max-width: 520px;
  margin: 8vh auto 0;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 1;
}

.share-preview-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: rgba(52, 78, 175, 0.24);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #344eaf;
  font-weight: bolder;
}

.share-preview-modal__image-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
  overflow: hidden;
}

.share-preview-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.share-preview-modal__content {
  padding: 20px;
}

.share-preview-modal__url {
  margin: 0;
  color: #0e5cb8;
  font-size: 20px;
  word-break: break-all;
}

.share-preview-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.share-action {
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.share-action:hover {
  background: #f7f9fc;
}

.share-copy-status {
  margin-top: 10px;
  min-height: 20px;
  font-size: 16px;
  color: #888;
}

@media (max-width: 600px) {
  .share-preview-modal__panel {
    margin: 4vh 14px 0;
  }

  .share-preview-modal__content {
    padding: 16px;
  }
}

.max-w-300 {
  max-width: 300px;
  height: auto;
}

.max-w-100 {
  max-height: 100px;
  width: auto;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: 150px;
}

.floating-btn .chat-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 12px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.floating-btn .chat-btn2 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 12px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
}

.floating-btn .chat-btn2[title="LINE"] i {
  color: #00c300;
}

.floating-btn .chat-btn2[title="Facebook Messenger"] i {
  color: #0084ff;
}

.floating-btn .chat-btn2[title="WhatsApp"] i {
  color: #25d366;
}

.floating-btn .chat-btn2[title="Appointment"] i {
  color: #0084ff;
}

.floating-btn .chat-btn i {
  font-size: 28px;
}

.floating-btn .chat-option {
  display: block;
}

.floating-btn .btn-custom-blue {
  background-color: #194F90;
  color: white;
}

.floating-btn .btn-custom-blue:hover {
  background-color: #153f72;
  color: white;
}

.floating-btn .btn-custom-socail {
  background-color: white;
}

.floating-btn .btn-custom-socail:hover {
  background-color: #153f72;
  color: white;
}

.floating-btn .btn-custom-gray {
  background-color: #d9e1e5;
}

.ecosystem {
  position: relative;
  padding: 100px 0;
  color: #fff
}

.ecosystem .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
  object-position: center center;
  z-index: 0
}

.ecosystem .container {
  position: relative;
  z-index: 3
}

.ecosystem::before {
  background: #308ACA;
  opacity: 0.5;
  opacity: .4;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2
}

.ecosystem .header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px
}

.ecosystem .header-title h2 {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  margin-bottom: 0
}

.ecosystem .header-title .logo {
  width: 100%;
  max-width: 280px
}

.box-eco {
  padding: 25px;
  background: rgba(21, 97, 168, 0.4);
  height: 100%
}

.box-eco .logo-box-eco {
  margin-bottom: 15px
}

.box-eco .text-b {
  height: 28px;
  margin-top: 20px;
  color: #fff
}

.box-eco .list-eco {
  margin-bottom: 0
}

.box-eco .list-eco li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff
}

.box-eco .list-eco li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.box-eco .branch {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

.box-eco .branch div {
  display: block;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.1)
}

.partner-logo a {
  display: inline-block;
}

.partner-logo a img {
  opacity: 0.35;
  filter: grayscale(100%);
  transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}

.partner-logo a:hover img,
.partner-logo a.active img {
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-2px);
}

  .container-participants .participant-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0.25rem;
  }

  .container-participants .participant-desc.is-expanded {
    display: block;
    line-clamp: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .container-participants .participant-desc-toggle {
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.4;
    cursor: pointer;
    color: #344eaf;
  }

  .container-participants .participant-desc-toggle[hidden] {
    display: none;
  }

  .container-participants .slide-participants .swiper-wrapper {
    align-items: stretch;
    height: auto !important;
  }

  .container-participants .slide-participants .swiper-slide {
    height: auto;
  }
  
  .container-participants .col-8{
    min-height: 127px;
  }
/*# sourceMappingURL=style.css.map */