@font-face {
    font-family: 'San Francisco Display Regular'; /* Name you will use in your CSS */
    src: url('../fonts/San-Francisco-Display-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}

@font-face {
    font-family: 'Trajan Pro 3 Regular'; /* Name you will use in your CSS */
    src: url('../fonts/Trajan-Pro-3-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Helps optimize font loading behavior */
}

.text-justify {
    text-align: justify !important;
}

body {
    font-family: 'San Francisco Display Regular';
}

.site-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
}

.font-title {
    font-family: 'Trajan Pro 3 Regular';
}

.color-1 {
    color: #604083;
}

.bars {
    display: none;
}

.nav {
    /*display: flex;*/
    /*align-items: center;*/
}


.nav a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    display: flex;
    align-items: center;
    font-size: 14px;
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav > ul > li > a {
    /*display: inline-block;*/
    padding: 10px;
    color: #111;
}

.nav .arrow {
    margin-left: 5px;
}

.nav > ul > li > a .arrow {
    transform: rotate(90deg);
    margin-left: 5px;
}

.nav .plus {
    display: none;
}

.nav > ul > li {
    border-bottom: 3px solid #fff;
    display: inline-block;
    -webkit-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

.nav > ul > li:hover {
    border-bottom: 3px solid #604083;
}

.nav > ul > li:hover > a {
    color: #604083;
}

.nav ul ul a {
    color: #604083;
    white-space: nowrap;
}

.nav ul ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: calc(100% + 3px);
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #d7d7d7;
    /*min-width: 250px;*/
}

.nav li.has-sub {
    position: relative;
}

.nav li.has-sub ul a {
    padding: 10px 30px;
}

.nav li.has-sub ul li:hover > a {
    background-color: #604083;
    color: #fff;
}

.nav ul ul li:first-child > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav ul ul li:last-child > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav li.has-sub:hover > ul {
    display: block;
}

.nav li.has-sub .has-sub ul {
    left: 100%;
    top: 0;
}

.logo img {
    max-height: 72px;
}

.hotline a {
    transition: all ease 0.5s;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 35px;
    background-image: linear-gradient(to left, #604083, #604083, #b582ec, #604083);
    background-size: 300%;
    background-position: 0 0;
    -webkit-appearance: none !important;
    text-decoration: none;
    color: #fff;
    /*border: 2px solid #b2b2b2;*/
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 2px #333;
}

.hotline a:hover {
    background-position: 100% 0;
    color: #fff;
    box-shadow: 0px 3px 4px #818181
}

#menu-icon {
    width: 34px;
    cursor: pointer;
}

#menu-icon:hover path {
    fill: #2C2C54;
}

#menu-icon path {
    fill: #604083;
    transition: fill 0.15s ease-out;
}

#menu-icon:hover #circle {
    stroke: #2C2C54;
}

#menu-icon #circle {
    stroke: #fff;
    opacity: 0;
    fill: none;
    stroke-width: 3px;
}

.about-section .content {
    background: linear-gradient(to right, #bfc8d5, #c6d9d1);
    padding: 1em;
    /*padding-top: 15em;*/
}


.link.style-1 {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.link.style-1:hover {
    color: #604083;
}

.banner-tham-my-wrap {
    background: url("/images/Banner-tham-my.avif") no-repeat top center;
    background-size: cover;
}

.banner-tham-my {
    padding: 10em 2em;
}

.banner-spa-wrap {
    background: url("/images/Banner-Home.avif") no-repeat top center;
    background-size: cover;
}

.banner-spa {
    padding: 10em 2em;
}


.banner-1 .inner {
    background: url("/images/Frame-239120.avif") no-repeat center;
    background-size: cover;
    color: #fff;
    border-radius: 15px;
}

.banner-1 .text {
    font-size: 22px;
}

.banner-1 .people {
    display: flex;
}

.khtb .card-footer {
    background: #604083;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}


.hover14 figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.news {
}

.news .title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.footer-99382 {
    padding: 7rem 0 1rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #eee;
    position: relative;
    font-family: "Poppins", sans-serif;
    background: #231039;
    background: linear-gradient(154deg, rgba(35, 16, 57, 1) 0%, rgb(72 0 153) 100%);
}

/*.footer-99382:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.7);*/
/*}*/

.footer-99382 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.footer-99382 .footer-site-logo {
    font-size: 1.5rem;
    color: #fff;
}

.footer-99382 .nav-links li {
    margin-bottom: 10px;
}

.footer-99382 .nav-links li a {
    color: #999999;
}

.footer-99382 .nav-links li a:hover {
    color: #fff;
}

.footer-99382 .btn.btn-tertiary {
    background-color: #e42c64;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
}

.footer-99382 .social ul {
    margin: 0;
    padding: 0;
}

.footer-99382 .social li {
    display: inline-block;
}

.footer-99382 .social li a {
    color: #fff;
    padding: 7px;
}

.footer-99382 .social li a:hover {
    color: #fff;
}

.footer-99382 .copyright {
    /*border-top: 1px solid #595959;*/
}

.footer-99382 .footer-title {
    font-size: 20px;
}


/*.breadcrumb li{}*/
.breadcrumb a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #E91E63;
}

/*.breadcrumb li:after{*/
/*    content: "/";*/
/*    display: inline-block;*/
/*    margin: 0 5px;*/
/*    color: #aaa;*/
/*}*/
/*.breadcrumb li:last-child:after{*/
/*    content: "";*/
/*}*/


.relate-post .title a {
    color: #222;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.relate-post .detail-btn a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    background: #9E9E9E;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 32px;

    -webkit-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

.relate-post .detail-btn a:hover {
    background-color: #724e99;
}


.relate-post .title a:hover {
    color: #604083;
}

.post-list {
}

.post-list .title a {
    text-decoration: none;
    color: #222;
    font-size: 20px;
    font-weight: bold;
}


.pbmit-title-bar-wrapper {
    background: url(/images/Frame-239090-scaled.webp) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 5em 0;
}

.pbmit-title-bar-wrapper h1 {
    font-size: 30px;
}


.bottom-service {
    background: url(/images/Frame-239157-scaled.webp) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3em 0;
}


.bg-gioi-thieu {
    background-size: cover;
    padding: 6em 0;
}

.loi-ich .item {
    margin-bottom: 2em;
}

.loi-ich .item .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.loi-ich .item .text {
    text-align: justify;
}

.quy-trinh ul {
    list-style-type: none;
    margin: 0;
}

.quy-trinh .item {
    margin-bottom: 2em;
}

.quy-trinh .item .title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #604083;
}

.quy-trinh .item .text {
    text-align: justify;
}

.quy-trinh .image img {
    border-radius: 10px;
    width: 100%;
}


.hakh .item {
    margin-bottom: 2em;
}

.hakh .item .name {
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
}

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

.dat-lich {
    display: flex;
    margin-bottom: 3em;
}

.dat-lich .bg {
    flex: 1;
    background: url("/images/bg-dat-lich.jpg") no-repeat;
    background-size: cover;
    border-radius: 14px;
}

.dat-lich .form {
    width: 30%;
    padding: 0 1em;
}

.dat-lich .form > form {
    box-shadow: 0 0 10px #c9c9c9;
    border-radius: 10px;
    height: 100%;
    padding: 1em;
    background-color: #614184;
    color: #fff;
}

.dat-lich .title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 10px;
    color: #ffe500;
}

.dat-lich .btn-send {
    background-color: #FFC107;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 37px;
    text-decoration: none;
    color: #000000;
    border: none;
    -webkit-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 200ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
}
.dat-lich .btn-send.sending{
    background-image: url(/img/loading.gif);
    background-position: top 2px right 3px;
    background-size: 40px;
    background-repeat: no-repeat;
    padding-right: 56px;
}
.dat-lich .btn-send:disabled{
    background-color: #999;
}

.dat-lich .btn-send:hover {
    background-color: #ff0057;
    color: #fff;
}

.dat-lich .hotline {
    color: #FFEB3B;
}


.dat-lich .date .inner{
    position: relative;
}
.dat-lich .date .inner:before{
    content: '';
    width: 39px;
    height: 39px;
    position: absolute;
    background: url("/images/calendar3x_99156.webp") no-repeat;
    background-size: 100%;
    background-position: center right;
    right: 0;
    top: 0;
}
.dat-lich .form .messages p{
    margin: 0;
    background: rgb(255 17 0 / 60%);
    margin-top: 2px;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px;
}
.dat-lich .form .messages{
}

.dat-lich .form .book-result .fail{
    color: #ffffff;
    background-color: #E91E63;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.dat-lich .form .book-result .success{
    background-color: #4CAF50;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
}

/*.dat-lich .form .book-result.success{*/
/*    color: #ffffff;*/
/*    background-color: #E91E63;*/
/*    padding: 5px 10px;*/
/*    border-radius: 4px;*/
/*}*/

.about .ccth .text > div {
    padding: 3em 1em;
}

.about .ccth .bg {
    background: url("/images/Rectangle-3.webp") no-repeat;
    background-size: cover;
    height: 100%;
}

.list-1 .title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
    color: #604083;
}

.vertical-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.medal{
    display: flex;
}

.medal .item {
    width: 20%;
    text-align: center;
    padding: 5px;
}
.medal .item >div{

    background-color: #604083;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.medal .item .text {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
    color: #fff;
    font-size: 14px;
}

.chung-nhan .item{
    text-align: center;
}
.chung-nhan .item .text{
    text-transform: uppercase;
    margin-top: 2em;
    font-weight: bold;
}

.about-footer .item{
    min-height: 314px;
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    position: relative;
}
.about-footer .item:before{
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #00000000 0, #000 100%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.about-footer .item.csvc{
    background: url("/images/Frame-239155.webp") no-repeat;
    background-size: cover;
}
.about-footer .item.cckh{
    background: url("/images/Frame-239207.webp") no-repeat;
    background-size: cover;
}
.about-footer .item .text{
    position: relative;
}
.about-footer .item .text a{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px;
}

.about-footer .item .text a:hover{
    color: #E91E63;
}


.section-3 .box-1{
    background: url("/images/csvc-4.webp") no-repeat;
    background-size: cover;
}

.section-3 .box-2{
    background: url("/images/Frame-239144.webp") no-repeat;
    background-size: cover;
    color: #fff;
}
.section-3 .box-2>div{
    padding: 9em 1em
}
.section-3 .box-3{
    background: url("/images/csvc-5.webp") no-repeat;
    background-size: cover;
}


.contact .item{
    background: url("/images/Frame-239142.webp") no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 1em;
}
.contact .item:last-child{
    margin-bottom: 0;
}

.contact .item .title{
    font-weight: bold;
    margin: 5px 0;
    font-size: 20px;
    color: #604083;
}

.contact .bg{
    background: url("/images/Rectangle-4-1.webp") no-repeat;
    background-size: cover;
}
