::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --primary-color2: #47b648;
    --color-red: #ed1b23;
    --color-yellow: #fff100;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 0px 25px !important;
    font-size: 15px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 99px !important;
}

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

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

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

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

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}


/*header*/
div#top-bar .header-text {
    color: #484848;
    font-weight: bold;
    font-size: 15px;
}

div#masthead input#s {
    box-shadow: unset !important;
    height: 40px !important;
    border-radius: 50px 0 0 50px !important;
}

div#masthead .ux-search-submit.submit-button {
    padding: 0px !important;
    border-radius: 0 50px 50px 0;
    height: 40px;
    width: 45px;
    line-height: 40px;
    text-align: center;
}

div#masthead .header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

div#masthead .hotline.action-link, .booking.action-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
}

div#masthead .header-right .sub-text {
    line-height: 1;
    font-size: 13px;
}

div#masthead .header-right .numberphone, .text-link {
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
}

div#masthead .header-right a .icon {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

div#masthead .header-right .hotline .icon {
    background: url(../images/icon-hotline.svg) no-repeat;
    background-size: contain;
}

div#masthead .header-right .booking .icon {
    background: url(../images/calender.svg) center center no-repeat;
    background-size: contain;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0 15px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.2);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 0px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    color: #333 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}


/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 39px;
    height: 39px;
    border: none;
    outline: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-radius: 50% !important;
    color: var(--primary-color)
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-next {
    right: -55px;
}

body .swiper-button-prev {
    left: -55px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

/**category**/
.category-description {
    font-weight: 300;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**home-title**/
.home-title h3 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
}

.color-white h3 {
    color: #fff;
}

/**abouts**/
.abouts h3 {
    color: var(--primary-color);
    /* color: #004793; */
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}

.abouts p {
    font-size: 17px;
    color: #333
}

/*service*/
.width-service {
    width: 100% !important;
    max-width: 100% !important;
}

.service-item {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.service-item .-service-thumbnail {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.service-item .service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.service-item .service-content {
    position: absolute;
    height: 50px;
    background: rgb(0 0 0 / 40%);
    width: 100%;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease-in-out;
}

.service-item .service-content .title a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.service-item:hover .service-content {
    transition: 0.3s ease-in-out;
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
}

.service-item:hover .service-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.05);
}

/**facility**/
.swiper-container {
    width: 100%;
    position: relative;
}

.facility-item {
    aspect-ratio: 1 / 1;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.facility-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/**coso**/
.sec-tt {
    background: linear-gradient(0deg, rgba(227, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/**counter**/
.home-counter {
    background: radial-gradient(circle, var(--primary-color) 0%, var(--primary-color2) 25%);
}

/**commit**/
.list-commit .box-image {
    margin-bottom: -100px;
    z-index: 1;
}

.list-commit .box-text {
    background: white;
    padding: 120px 10px 10px 10px;
    border-radius: 15px;
    border: solid 1px #DFE8F1;
}

.commit-content .name {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 50px;
}

/**counter**/
.row-counter .col-inner {
    height: 100%;
}

.box-counter {
    background: url(../images/bg-counter.png) center center no-repeat;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #91CFFF;
    height: 100%;
}

.box-counter .number {
    color: #FFBE1D;
    font-size: 55px;
    font-weight: bold;
}

.box-counter .text {
    color: #fff !important;
    font-size: 17px;
    line-height: 24px;
}

/**review**/
.box-customer {
    border: 1px solid #f9f9f9 !important;
    box-shadow: 0px 10px 24px 6px rgb(0 0 0 / 6%);
    padding: 10px;
}

.review-item {
    width: 100%;
    height: 500px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.review-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
}

.review-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item .review-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background-color: #ffffff1c;
    box-shadow: 0 0 2.5rem rgba(82, 95, 127, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.review-item .review-play:hover {
    background: var(--primary-color);
}

.review-item .review-play:hover a {
    color: #fff;
}

/**register**/
.form-control {
    border-radius: 10px !important;
    border: solid 1px var(--primary-color) !important;
    min-height: 45px !important;
    box-shadow: unset !important;
}

/**baochi**/
.news-papers-thumbnail .img-inner {
    border-radius: 15px;
}

.btn-appointment {
    padding: 0px 15px !important;
    border-radius: 40px !important;
    height: 45px !important;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    padding: 15px 0 0 0;
}

.post-item .post-content .title {
    margin-bottom: 5px;
}

.post-item .post-content .title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    height: 50px;
}

.post-item .post-content .post-desc {
    color: #777;
    font-size: 14px;
}

.post-item .post-content .title a:hover {
    color: var(--primary-color)
}

/**tab**/
.tab-btfw ul li a {
    white-space: normal;
    color: #555555;
    font-size: 16px;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-weight: normal;
}

.tab-btfw ul li a .icon {
    width: 34px;
    margin-right: 10px;
}

.tab-btfw ul li a .icon img {
    filter: grayscale(1);
}

.tab-btfw ul li.active a .icon img, .tab-btfw ul li a:hover .icon img {
    filter: unset;
}

.tab-btfw ul li.active a, .tab-btfw ul li a:hover {
    color: var(--primary-color);
    border-bottom: solid 2px var(--primary-color);
}

/**question**/
.question-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.question-item .question-thumbnail {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.question-item .question-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.question-item .question-content {
    padding: 15px 0 0 0;
}

.question-item .question-content .title {
    margin-bottom: 5px;
}

.question-item .question-content .title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    height: 50px;
}

.question-item .question-content .post-desc {
    color: #777;
    font-size: 14px;
}

.question-item .question-content .title a:hover {
    color: var(--primary-color)
}

/**footer**/
#footer {
    color: #fff;
    font-size: 15px;
}

#footer a.button.primary.button_footer {
    background: #fff;
    width: 200px;
    color: var(--primary-color);
    margin: 0 auto 30px;
    padding: 6px 15px;
    font-weight: 700;
    border-radius: 4px !important;
    font-size: 18px;
}

.pd-15 {
    padding-bottom: 15px !important;
}

#footer .footer-title {
    color: var(--color-yellow);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

#footer .address:not(:last-child) {
    margin: 0 0 10px 0;
}

#footer .address p {
    color: #fff;
    font-size: 15px;
}

#footer .address .icon-box-img {
    width: 15px !important;
}

#footer .address .icon-box-text {
    padding-left: 10px !important;
}

#footer .address img {
    filter: brightness(0) invert(1) !important;
}

#footer .is-divider {
    opacity: 1 !important;
    margin: 0 0 20px 0 !important;
    border-top: 1px dashed #fff;
}

#footer .img-filter {
    filter: brightness(0) invert(1) !important;
}

#footer .title-color {
    color: #fff;
}

#footer .menu-footer .ux-menu-link.flex.menu-item a {
    padding: 0 !important;
    min-height: unset !important;
    position: relative;
    padding-left: 10px !important;
}

#footer .menu-footer .ux-menu-link.flex.menu-item {
    margin: 0 0 10px 0 !important;
}

#footer .menu-footer .ux-menu-link.flex.menu-item a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

#footer .menu-footer .ux-menu-link.flex.menu-item a:hover {
    color: var(--color-yellow)
}

#footer .social ul li {
    list-style: none;
    margin: 0 0 10px 0 !important;
}

#footer .social ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}

#footer .social ul li i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin-right: 10px;
}

#footer .social ul li a:hover {
    color: var(--color-yellow);
}

#footer .btn-hotline:before {
    content: "Hotline";
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    background: var(--primary-color);
    padding: 0 5px;
    color: #fff;
}

#footer .btn-hotline {
    font-weight: 700;
    border: 2px solid var(--color-yellow);
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 20px;
    color: var(--color-yellow);
    position: relative;
    width: max-content;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

#footer .btn-hotline i {
    margin-right: 10px;
}

.absolute-footer {
    display: none;
}

/**category**/
section.category-entry {
    padding: 40px 0;
}

.cat_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
    color: var(--primary-color);
    text-transform: uppercase;
}

/**breadcrumbs**/
.breadcrumbs {
    margin-bottom: 10px !important;
    border-bottom: 1px dashed rgba(51, 51, 51, .45);
    border-radius: 0;
    font-size: 14px;
    padding-bottom: 10px !important;
    font-weight: normal;
}

.breadcrumbs p {
    margin: 0;
}

.breadcrumbs span, .breadcrumbs a {
    color: #333 !important;
}

/**post list**/
.post-list {
    display: flex;
    flex-flow: wrap;
    transition: 0.3s ease-in-out;
}

.post-list:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdbdb;
}

.post-list .post-thumbnail {
    width: 290px;
    height: 175px;
    border-radius: 8px;
}

.post-list .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.post-list .post-content {
    width: calc(100% - 290px);
    padding-left: 10px;
}

.post-list .post-content .title {
    margin-bottom: 10px;
}

.post-list .post-content .title a {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
}

.post-list .post-content .post-desc {
    color: hsla(0, 0%, 68%, .95);
    font-size: 15px;
    line-height: 22px;
}

.post-list .post-content .title a:hover {
    color: var(--primary-color)
}

/**widget**/
.widget {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 25px;
}

.widget-title {
    color: var(--primary-color);
    padding: 0;
    padding-bottom: 6px;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.widget-title:after {
    content: "";
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--primary-color)
}

.widget-category-child ul li {
    list-style: none !important;
    margin: 0px !important;
}

.widget-category-child ul li a {
    display: block;
    background: #ededed;
    padding: 10px !important;
    border-top: 1px solid #ddd;
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0s;
    display: block;
    width: 100%;
}

.widget-post-list {
    width: 100%;
    display: inline-block;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}


.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 80px;
    height: 60px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.is-divider.small {
    display: none;
}

/**register**/
.input_rs {
    box-shadow: unset !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
    font-size: 14px;
    margin: 0 !important;
    height: 40px !important;
}

.input_rs::placeholder {
    font-size: 14px;
}

.form-tv h4 {
    font-size: 14px;
}

.textarea_rs {
    box-shadow: unset !important;
    border-radius: 5px !important;
    border: 1px solid #ced4da !important;
    font-size: 14px;
    min-height: 80px;
    margin: 0 !important;
}

.form-tv span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
}

.form-tv span.wpcf7-list-item {
    width: 50%;
    margin: 0 !important;
}

.form-tv span.wpcf7-list-item label {
    display: flex;
    align-items: start;
    font-weight: normal;
    font-size: 14px;
}

.form-tv input[type="checkbox"] {
    margin-bottom: 0;
}

.form-tv .form-group:not(:last-child) {
    margin-bottom: 15px !important;
}

.button_rs {
    width: 100%;
    border-radius: 5px !important;
    margin: 0 !important;
    font-size: 14px !important;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

/**single**/
header#header-single h1 {
    font-weight: 700;
    font-size: 30px;
    color: var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}

.single-post-meta {
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
}

header#header-single .single-post-meta .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

header#header-single .single-post-meta .author-info .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

header#header-single .single-post-meta .author-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

header#header-single .single-post-meta .review-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
}

.review .kk-star-ratings .kksr-legend {
    margin: 0 !important;
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.single-post-meta .comment-count, .single-post-meta .update-time {
    margin-left: 5px;
    font-size: 13px;
    color: #888;
}

.single-post-meta-bottom a.social {
    position: relative;
    display: inline-block;
    margin: .333rem .25rem;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    transition: color .333s;
}

.single-post-meta a.social.social-twitter, .single-post-meta a.social[href^="https://twitter"] {
    background-color: #00aced;
}

.single-post-meta a.social.social-facebook, .single-post-meta a.social[href^="https://www.facebook"] {
    background-color: #3b5998;
}

.single-post-meta a.social.social-linkedin, .single-post-meta a.social[href^="https://www.linkedin"] {
    background-color: #007bb6;
}

.single-post-meta a.social.social-pintrest, .single-post-meta a.social[href^="https://pinterest"] {
    background-color: #cb2027;
}

.related-post, .comment {
    margin-top: 30px;
}

.related-post .related-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.single-post-meta span {
    margin-left: 5px;
    font-size: 13px;
    color: #888;
}

/**bao-hanh**/
.btfw_baohanh_rang_form {
    margin: 0 0 10px 0;
}

.btfw_bhrang_col_full {
    width: 100%;
}

.btfw_baohanh_rang_form_box {
    background: #028b453d;
    border-radius: 5px;
    padding: 9px;
}

.btfw_baohanh_rang_form_box {
    position: relative;
    margin: 0 0 20px;
}

.btfw_baohanh_rang_form_box form.form_btfw_baohanh_rang {
    margin: 0;
}

.form_btfw_baohanh_rang_field {
    align-items: flex-start;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.btfw_baohanh_rang_form_box input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
    font-size: 15px;
    margin-bottom: 0;
    background: var(--primary-color2);
    color: #fff;
}

.btfw_baohanh_rang_form_box input::placeholder {
    color: #fff;
}

.btfw_baohanh_rang_form_box button.btfw_masp_submit {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #00aff2;
    color: #fff;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 44px;
    position: absolute;
    top: 3px;
    right: 4px;
    height: 44px;
    width: 120px;
    background: var(--primary-color);
}

.btfw_baohanh_rang_loading {
    display: none;
}

.btfw_loading .btfw_baohanh_rang_loading {
    display: block;
}

.baohanh_canvas img, .baohanh_matsau img {
    width: 100% !important;
}

.hidden_img {
    display: none;
}

.btfw_baohanh_rang_wrap, .btfw_baohanh_rang_wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.baohanh_canvas canvas {
    width: 100%;
    height: auto;
}

.btfw_loading .btfw_baohanh_rang_loading {
    display: block;
}

.btfw_bhrang_table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.btfw_bhrang_table:not(.active) {
    display: none;
}

.btfw_baohanh_rang_result .btfw_bhrang_table:last-child {
    margin-bottom: 0;
}

.btfw_bhrang_row {
    border-bottom: 1px solid #ddd;
    display: table-row;
}

.btfw_bhrang_col,
.btfw_bhrang_table tr td {
    padding: 8px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border: 0;
    border-bottom: 5px solid #edecec;
    background: #f3f3f3;
    font-size: 100%;
}

.btfw_bhrang_label,
.btfw_bhrang_table tr td:nth-child(1) {
    width: 160px;
}

.btfw_bhrang_table tr td:nth-child(2) {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
}

.btfw_baohanh_rang_form {
    margin: 0 0 10px 0;
}

.btfw_bhrang_col_full {
    width: 100%;
}

.btfw_bhrang_table tfoot tr td:nth-child(1) {
    font-weight: 400;
}

.baohanh_tab_title {
    color: red;
    font-weight: 700;
    padding: 10px 35px 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid #cccccc;
    position: relative;
}

.baohanh_tab_content_box {
    display: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.baohanh_tab_content:nth-child(1) .baohanh_tab_content_box {
    display: block;
}

.baohanh_tab_content {
    background: #f1f1f1;
    margin-bottom: 10px;
}

.baohanh_tab_title:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    transition: all .3s linear;
}

.active .baohanh_tab_title:after {
    transform: rotate(227deg);
    margin-top: -2px;
}

.btfw_baohanh_rang_form_box form.form_btfw_baohanh_rang {
    margin: 0;
}

.hidden_img {
    display: none;
}

.baohanh_canvas canvas {
    width: 100%;
    height: auto;
}

.baohanh_btn_wrap {
    text-align: center;
}

button.baohanh_btn.baohanh_btn_viewmore {
    margin: 0 0 12px 0 !important;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
    min-height: inherit !important;
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
    height: 33px;
}

.vi_tri_tren span, .vị_tri_duoi span {
    min-width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    background: #ffcfb6;
    display: block;
    color: #111 !important;
    margin-right: 5px;
    float: left;
    margin-bottom: 4px;
    padding: 0 8px;
}

.vi_tri_tren, .vị_tri_duoi {
    display: flex;
    clear: both;
}

@media (min-width: 600px) {
    table.btfw_bhrang_table {
        display: block;
        width: 100%;
    }

    table.btfw_bhrang_table tbody, table.btfw_bhrang_table tbody td, table.btfw_bhrang_table tbody tr {
        display: block;
    }

    .btfw_bhrang_label, .btfw_bhrang_table tr td:nth-child(1) {
        width: 180px;
        font-size: 15px;
        color: #000;
    }

    .btfw_bhrang_table tr td:nth-child(2) {
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: auto !important;
        flex: 1;
    }

    table.btfw_bhrang_table tbody tr {
        width: 50%;
        float: left;
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        background: #f3f3f3;
        border-bottom: 5px solid #edecec;
    }

    table.btfw_bhrang_table:after {
        content: "";
        clear: both;
        display: table;
    }

    table.btfw_bhrang_table tbody tr:nth-child(2n+1) {
        clear: both;
    }

    .btfw_bhrang_col, .btfw_bhrang_table tr td {
        border-bottom: 0;
    }
}

@media (max-width: 549px) {
    .baohanh_tab_content_box {
        padding: 0;
        background: #fff;
    }

    .baohanh_tab_title {
        padding: 5px 35px 5px 10px;
    }

    .form_btfw_baohanh_rang_field {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btfw_baohanh_rang_form_box input {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-negative: unset;
        -ms-flex-preferred-size: unset !important;
        margin: 0 0 10px 0;
    }

    .btfw_baohanh_rang_result {
        padding: 10px;
    }
}

.button_for_search {
    font-weight: 700;
    padding: 2px 20px !important;
    margin-top: 5px;
}

/*Đặt lịch*/
.home-title {
    position: relative;
}

.home-title h3:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: -5px;
    left: 45%;
    height: 2px;
    background: var(--primary-color);
}
.required {
    color: red;
    font-weight: 400;
    font-size: 12px;
}
p.note-form-dlh {
    font-size: 14px;
}