/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

/* SVN Poppins */
@font-face {
    font-family: 'SVN Poppins';
    src: url('../fonts/SVN-Poppins-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'SVN Poppins';
    src: url('../fonts/SVN-Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'SVN Poppins';
    src: url('../fonts/SVN-Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'SVN Poppins';
    src: url('../fonts/SVN-Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'SVN Poppins';
    src: url('../fonts/SVN-Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* BeautiqueDisplay */
@font-face {
    font-family: 'BeautiqueDisplay';
    src: url('../fonts/BeautiqueDisplay-Bold.otf') format('opentype');
    font-weight: 700;
}

/* BeautiqueDisplay */
@font-face {
    font-family: 'MTD Hillstown Clean';
    src: url('../fonts/MTD-Hillstown-Clean.otf') format('opentype');
    font-weight: 700;
}

.bg-linear-blue {
    background: linear-gradient(to right, #04859E, #014758) !important;
    color: #fff;
    border: none;
    transition: all .3s;
}

.bg-linear-blue:hover {
    background: linear-gradient(to right, #00788f, #00252e) !important;
}

img {
    max-width: 100%;
}

.ml-auto {
    margin-left: auto !important;
}

/* HOME PAGE */
/* .real-story */
.real-story {
    background: url('../images/bg-real-story.png');
    background-size: cover;
    background-position: center;
    padding: 72px 0;
    clear: both;
}

.real-story .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.real-story .box-info-content {
    padding-right: 20px;
}

.real-story h3 {
    margin-bottom: 12px;
}

.real-story h3>img {
    width: 80%;
}

.real-story h2 {
    position: relative;
    height: 139px;
}

.real-story h2>span {
    font-family: 'MTD Hillstown Clean', sans-serif;
    font-size: 90px;
    display: inline-block;
    position: absolute;
}

.real-story h2>span:first-child {
    width: 126px;
    right: 100px;
    bottom: 25px;
    background: -webkit-linear-gradient(135deg, #7B4397, #DC2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.real-story h2>span:last-child {
    right: 0;
    width: 115px;
    bottom: -15px;
    background: -webkit-linear-gradient(310deg, #7B4397, #DC2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.real-story p {
    text-align: justify;
    margin-top: 10px;
}

.real-story .list-hot-news figure {
    width: 100%;
    aspect-ratio: 16/10;
    background: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.real-story .list-hot-news h4 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.real-story .list-hot-news img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .home-counter */
.home-counter {
    text-align: center;
    padding: 72px 0;
    font-family: 'BeautiqueDisplay', sans-serif;
}

.home-counter .item-counter {
    border-right: 1px solid #dcdcdc;
}

.home-counter .item-counter:last-child {
    border-right: none;
}

.home-counter .item-counter h4 {
    font-size: 36px;
    letter-spacing: 2px;
    color: #AA3465;
}

.home-counter .item-counter h3 {
    font-size: 18px;
    color: #005F71;
}

/* .home-sactre */
.home-sactre {
    padding-bottom: 50px;
}

.home-sactre .box-info-content {
    padding-top: 45px;
}

.home-sactre .box-info-content img {
    max-width: 45%;
}

.home-sactre .box-info-content h2 {
    font-family: 'MTD Hillstown Clean', sans-serif;
    font-size: 75px;
    background: -webkit-linear-gradient(310deg, #7B4397, #DC2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 35%;
}

/* .vision-mission */
.vision-mission {
    background: url('../images/bg-vision-mission.png');
    background-size: cover;
    background-position: center;
    padding: 72px 0;
    clear: both;
    color: #494949;
}

.vision-mission img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.vision-mission .row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.vision-mission h2 {
    font-size: 32px;
    font-family: 'BeautiqueDisplay', sans-serif;
    color: #005F71;
    margin-bottom: 30px;
    padding-left: 30px;
}

.vision-mission p,
.vision-mission ul>li>div {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding: 0 30px;
}

.vision-mission ul {
    padding-left: 0;
}

.vision-mission ul>li {
    margin-bottom: 20px;
}

.vision-mission ul>li>h3 {
    font-size: 18px;
    color: #005F71;
    margin-bottom: 5px;
    padding-left: 30px;
}

.vision-mission strong {
    color: #005F71;
}

/* .home-feedback */
.home-feedback {
    padding: 72px 0;
}

.home-feedback h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    color: #005F71;
}

.home-feedback .slick-slide {
    margin: 0 10px;
}

.home-feedback .slick-list {
    margin: 0 -10px;
}

/* footer-info-connect */
.footer-info-connect {
    padding: 20px 0;
    background-image: linear-gradient(to right, #8bdaed, #83d3e5, #61B8C5, #009098);
}

.footer-info-connect,
.footer-info-connect a {
    color: #fff;
}

.footer-info-connect>.wraper.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-info-connect>.wraper.container .box-item-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-info-connect>.wraper.container .box-item-info:first-child {
    margin-right: 150px;
}

.footer-info-connect .icon-svg>img {
    filter: brightness(0) invert(1);
}

.footer-info-connect>.wraper.container .box-item-info .info-text>span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.footer-info-connect>.wraper.container .box-item-info .info-text>span:last-child {
    font-size: 24px;
    font-weight: 700;
}

.footer-info-connect .social-list {
    display: flex;
    align-items: center;
    gap: 35px;
}

footer .box-copyright {
    background-color: #48839a;
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
}

footer .box-copyright>.wraper.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .box-copyright a {
    color: #fff;
}

/* footer-main */
.footer-main {
    background: url('../images/bg-footer-main.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0 30px;
}

.footer-main strong {
    font-weight: 600;
}

.footer-main a {
    color: #333;
}

.footer-main h2.logo-footer {
    margin-bottom: 35px;
}

.footer-main ul.footer-company-info {
    padding: 0;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-main ul.footer-company-info li {

    margin-bottom: 5px;
}

.footer-main figure {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.footer-main img.img-bct {
    max-height: 75px;
    display: inline-block;
}

/* branch-item */
.footer-main .footer-slogan {
    color: #AA3465;
    font-family: 'BeautiqueDisplay', sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.footer-main .branch-item {
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-main .branch-item h4 {
    font-weight: 400;
    margin-bottom: 5px;
    color: #AA3465;
    font-family: 'BeautiqueDisplay', sans-serif;
}

.footer-main .branch-item ul.branch-info {
    padding: 0;
    font-size: 13px;
}

.footer-main .branch-item ul.branch-info li {
    margin-bottom: 3px;
}

.footer-main .branch-item ul.branch-info li a {
    font-weight: 500;
}

.footer-main .branch-item ul.branch-info li em.fa {
    margin-right: 6px;
}

/* footer-block */
.footer-block h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #026276;
}

.footer-block .treeview {
    list-style: circle;
    padding-left: 20px;
}

.footer-block .treeview li {
    background: none;
    padding: 0;
    padding-left: 5px;
}

.footer-block .treeview li a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
}

.box-text-bonus-info {
    margin-top: 20px;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f5f6f7;
    line-height: 20px;
    display: inline-block;
}

.list-banners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.list-banners .item-banner {
    margin-bottom: 30px;
    padding-right: 30px;
}

.list-banners .item-banner>img {
    width: 100%;
}

/* bttop */
.bttop {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: -100px;
    line-height: 38px;
    cursor: pointer;
    transition: .5s;
    z-index: 99;
}

.bttop a {
    color: #fff;
}

.bttop:hover {
    color: #fff;
    background: linear-gradient(180deg, #C48429 -5.21%, #EEA845 100%);
}

.bttop.active {
    bottom: 30px;
}


#button-contact-vr {
    position: fixed;
    bottom: 75px;
    z-index: 999;
    right: 5px;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.phone-bar a {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 50px 7px 15px;
    border-radius: 100px;
    white-space: nowrap;
    background: #f44336;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#mess-vr .phone-vr-circle-fill,
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#mess-vr .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}

#mess-vr .phone-vr .phone-vr-img-circle img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

/* ƯU ĐÃI / DỊCH VỤ */
h2.section-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
    color: #005F71;
}

h3.section-subtitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    color: #005F71;
}

.fav-services {
    background: url('../images/bg-uudai-section-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

.fav-services .item-service-img {
    margin-bottom: 30px;
    padding: 20px;
}

.fav-services .item-service-img img {
    width: 100%;
}

.bigsale-services {
    background: url('../images/bg-uudai-section-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

.bigsale-services .item-service-img {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.bigsale-services .item-service-img img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.section-content>.row {
    display: flex;
    flex-wrap: wrap;
}

.top-face-services {
    background: url('../images/bg-uudai-section-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

.top-face-services h3 {
    color: red;
}

.hr-service {
    margin-top: 72px;
}

/* .real-results */
.real-results {
    background: url('../images/bg-uudai-section-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

.box-btn-contact-now {
    text-align: center;
    margin-top: 30px;
}

.box-btn-contact-now>a {
    padding: 15px 30px;
    color: #fff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 16px #245682;
    transition: .3s all;
}

/* .mire-heart */
.mire-heart {
    padding: 0;
}

.mire-heart .row {
    display: flex;
    align-items: center;
}

.mire-heart img {
    width: 100%;
}

.mire-heart h3>img {
    width: 60%;
}

.mire-heart h2 {
    font-size: 32px;
    color: #005F71;
    margin-top: 35px;
}

.mire-galery-services {
    background: url('../images/bg-uudai-section-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0 50px;
}

.mire-galery-services .item-img-spa {
    margin: 0;
    position: relative;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
}

.mire-galery-services .item-img-spa span {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(to right, #7B4397, #DC2430) !important;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

#popupDangKyTuVan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 10;
    display: none;
}

#popupDangKyTuVan .popup-content {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/bg-popup.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 20px;
    width: 450px;
    border-radius: 12px;
    overflow: hidden;
    max-width: 95%;
}

#popupDangKyTuVan .popup-content p {
    font-size: 14px;
}

#popupDangKyTuVan .popup-content .form-data .input-group {
    margin-bottom: 15px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    transition: all .3s;
}

#popupDangKyTuVan .popup-content .form-data .input-group:focus-within {
    border-color: #005f71;
}

#popupDangKyTuVan .popup-content .form-data .input-group .input-group-addon:first-child,
#popupDangKyTuVan .popup-content .form-data .input-group .form-control {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}

#popupDangKyTuVan .popup-content .form-data .input-group .form-control {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 10px 12px 10px 5px;
    height: 46px;
    color: #005f71;
    font-weight: 500;
}

#popupDangKyTuVan .popup-content .form-data .input-group .input-group-addon:first-child {
    width: 50px;
    padding: 8px 12px;
}

#popupDangKyTuVan .popup-content .form-data .input-group .input-group-addon:first-child>img {
    width: 30px;
    height: 30px;
}

#popupDangKyTuVan .popup-content #btnClosePopup {
    background: #fff5f5;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    color: #c9053f;
    border-radius: 10px;
    transition: all .3s;
}

#popupDangKyTuVan .popup-content #btnClosePopup:hover {
    background: #c9053f;
    color: #fff5f5;
}

#btnSubmitPopup {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    text-transform: unset !important;
    border-radius: 5px !important;
    background: linear-gradient(to right, #04859E, #014758);
    border-style: none;
    color: #fff;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-evenly;
}

#btnSubmitPopup:hover {
    background: #014758;
}

#btnSubmitPopup span {
    position: absolute;
    display: block;
}

#btnSubmitPopup span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #fff);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

#btnSubmitPopup span:nth-child(2) {
    height: 70px;
    width: 3px;
    top: -70px;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}

#btnSubmitPopup span:nth-child(3) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #fff);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}

#btnSubmitPopup span:nth-child(4) {
    height: 70px;
    width: 3px;
    bottom: -70px;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #fff);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}

#page-bodyhtml img {
    width: 100%;
}

@keyframes span1 {
    0% {
        left: -200px
    }

    100% {
        left: 200px
    }
}

@keyframes span2 {
    0% {
        top: -70px
    }

    100% {
        top: 70px
    }
}

@keyframes span3 {
    0% {
        right: -200px
    }

    100% {
        right: 200px
    }
}

@keyframes span4 {
    0% {
        bottom: -70px
    }

    100% {
        bottom: 70px
    }
}

#popupDangKyTuVan .popup-content .form-content h3 {
    text-align: center;
    font-size: 24px;
    color: #026276;
    margin-bottom: 15px;
}

.block_groups.list-none.list-items li.clearfix a {
    font-size: 14px;
}

h1.title.margin-bottom-lg {
    margin-top: 20px;
    font-size: 32px;
}

#photo-main .album-image img,
#album-gallery .panel-default img {
    border-radius: 10px;
    margin: 0;
    width: 100%;
}

.detail-news-img {
    width: 60%;
}

.btn-open-popup-consulting>a {
    color: red !important;
}

@media screen and (max-width: 768px) {
    .detail-news-img {
        width: 100%;
    }

    .footer-info-connect>.wraper.container {
        flex-wrap: wrap;
    }

    .row.list-hot-news>div>a {
        display: block;
        margin-bottom: 30px;
    }

    .home-sactre .box-info-content h2 {
        padding-left: 0;
    }

    .vision-mission h2 {
        margin-bottom: 10px;
    }

    .vision-mission img {
        margin-bottom: 30px;
    }

    #home-feedback-slider .slick-prev,
    #home-feedback-slider .slick-next {
        display: none !important;
    }

    .headerSearch {
        width: 100%;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .mire-galery-services .item-img-spa {
        margin-bottom: 15px;
    }

    .footer-info-connect>.wraper.container .box-item-info {
        width: 50%;
        margin: 0 !important;
        gap: 10px;
    }

    .footer-info-connect>.wraper.container .box-item-info .info-text>span {
        display: block;
        font-size: 12px;
        font-weight: 400;
    }

    .footer-info-connect>.wraper.container .box-item-info .info-text>span:last-child {
        font-size: 18px;
        font-weight: 700;
    }

    .footer-info-connect>.wraper.container .box-item-info:last-child {
        width: 100%;
        margin-top: 20px !important;
        justify-content: center;
    }

    .footer-info-connect .social-list {
        padding: 0;
    }

    #slider-hinh-anh-thuc-te .slick-prev,
    #slider-hinh-anh-thuc-te .slick-next {
        display: none !important;
    }
}