/*
Theme Name: Thiên Hà template
Text Domain: vienthammythienha.vn
Version: 1.0
Requires PHP: 8.0.0
Description: The interface is designed and developed by TrongDZ
Tags: Thiên hà medical beauty center
Author: TrongDZ
Author URI: https://vienthammythienha.vn/
Theme URI: https://vienthammythienha.vn/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  0. CSS Reset
/* -------------------------------------------------------------------------- */
/* Centered texts in each section
    * --------------------------------------- */
:root {
    --color-main: #ef3958;
    --color-text-menu: #234992;
    --swiper-navigation-size: 30px;
    --bg-section: #f0f6ff;
    --color-hover: rgba(36,73,146,0.3);
    --shadow-button: #ffd1d9;
    --color-text-sub: #8199ca;
    --color-main-opa: #eb315238
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

@font-face {
    font-family: Konde;
    src: url(./font/DFVN-Konde-Regular.otf)
}

html,body {
    font-family: 'Roboto';
    height: 100%
}

header.site-header {
    min-height: 165px
}

.control-lg::placeholder {
    color: #234992;
    opacity: 1
}

.control-lg::-ms-input-placeholder {
    color: #234992
}

.control-lg,.form-control,.form-select,.form-floating label {
    color: #234992
}

button.btn.btn-outline-secondary.border-left-0 {
    border-left: none!important;
    border: solid 1px #ccc;
    border-radius: 0 30px 30px 0;
    background: #fff url(./img/calendar.png) no-repeat center center;
    background-size: 30px auto
}

.identification {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 700
}

.identification .iden-item::before {
    content: "";
    display: inline-block;
    height: 8px;
    width: 25px;
    margin-right: 4px;
    background: #fff;
    margin-bottom: 2px;
    border-radius: 5px
}

.identification .iden-action::before {
    background: #ffea00
}

.identification .iden-dissible::before {
    background: #8199ca
}

button.btn.btn-outline-secondary.border-left-0 .gj-icon {
    display: none
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #ffea00;
    border-color: #f8f9fa
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: 1;
    background: #8199ca;
    color: #fff
}

div#res {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%
}

.chose {
    margin-bottom: 10px;
    width: 23.5%
}

.chose label.btn.btn-light {
    width: 100%;
    cursor: pointer
}

.gj-picker-bootstrap table tr td.today div {
    color: #000;
    font-weight: 700;
    background-color: #EEE;
    border-color: #ccc;
    border-radius: 4px
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
    border-radius: 4px
}

.gj-datepicker-bootstrap button[role=right-icon] .gj-icon,.gj-datepicker-bootstrap button[role=right-icon] .material-icons {
    position: absolute;
    font-size: 25px;
    top: .85rem;
    left: .15rem
}

.gj-datepicker-bootstrap button[role=right-icon] {
    width: 3.5rem
}

.modal-content-fix {
    background: var(--color-main);
    border-radius: 30px;
    border: solid 1px #fff
}

.datepicker td,.datepicker th {
    padding: 5px;
    font-size: 14px;
    border: solid 1px #ccc
}

.gj-picker-bootstrap div[role=navigator] div:first-child,.gj-picker-bootstrap div[role=navigator] div:last-child {
    max-width: 30px;
    display: flex;
    align-items: center
}

.gj-picker-bootstrap div[role=navigator] {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.form-label-fix {
    font-weight: 700;
    color: #fff
}

.control-lg {
    padding: .8rem 1rem
}

.modal-content-fix .modal-body {
    padding: 2rem 3rem
}

.dm-content {
    text-align: justify
}

.covanchuyenmon h5 {
    margin-bottom: 10px;
    color: var(--color-main)
}

.covanchuyenmon {
    margin-bottom: 35px;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(30px);
    padding: 10px;
    column-gap: 20px;
    align-items: center;
    border-radius: 20px;
    box-shadow: 3px 5px 10px #dbe4f4
}

.trongdz-form .form-floating>.form-control {
    height: calc(3rem + 2px);
    line-height: 1.25
}

.trongdz-form .form-floating>.form-select {
    height: calc(3.1rem + 2px);
    line-height: 1.25
}

.trongdz-form .form-floating>label {
    padding: .7rem 2rem
}

.trongdz-form .form-floating>.form-select {
    padding-top: 1.37rem
}

.trongdz-form .form-floating>label {
    top: 1px
}

.swiper-scrollbar-drag {
    background: #8199ca!important
}

.widget_media_image img {
    border-radius: 20px
}

ul.pagination {
    column-gap: 10px
}

li.page-item {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.page-link {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px
}

.active>.page-link,.page-link.active {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main)
}

.page-link:hover {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main)
}

.page-link {
    background: none;
    border-color: #234992;
    color: #234992
}

.page-item:first-child .page-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.page-item:last-child .page-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

h3.title-index {
    color: #ef3958;
    font-size: 3.4rem!important;
    margin-bottom: 20px !important;
}

p {
    margin-bottom: .5rem;
	line-height: 1.8
}

#page-topic,#single {
    padding-top: 35px;
    background: #f0f6ff;
    padding-bottom: 3em;
    border-bottom: solid 2px #8199ca66
}

ul#breadcrumb {
    margin-bottom: 30px
}

h4.cat-name {
    margin: 0;
    padding-bottom: 35px;
    border-bottom: solid 2px #e0e9f8;
    margin-bottom: 30px;
    color: var(--color-main);
    font-size: 3.1em!important;
    font-weight: 400
}

.entry-title {
    margin: 0;
    padding-bottom: 30px;
    border-bottom: solid 2px #e0e9f8;
    margin-bottom: 15px;
    color: var(--color-main);
    font-size: 2.3em;
    font-weight: 400
}

#page-topic img.primary-max {
    max-width: 100%;
    border-radius: 10px
}

#page-topic .post-title {
    margin: 30px 0 15px;
    font-size: 1.1em;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2
}

.post-excerpt {
    margin: 0;
    margin-bottom: 40px;
    display: -webkit-box;
    max-height: 3.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    color: #8199ca
}

.dm-content a {
    color: var(--color-main)
}

a {
    text-decoration: none;
    color: var(--color-text-menu);
    transition: all .3s ease 0
}

a:hover {
    color: var(--color-main);
    transition: all .3s ease 0
}

.mota-index {
    font-weight: 700;
    color: var(--color-text-menu);
    margin-bottom: 24px
}

.header-top {
    background: var(--color-main)
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu {
    min-width: 250px;
    width: auto
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link {
    white-space: nowrap
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    border-top: solid 1px #e0e9f8;
    color: var(--color-text-menu)
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
    border-radius: 0 0 10px 10px
}

#mega-menu-wrap-site-nav #mega-menu-site-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 4px 4px #00000024
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background: var(--color-main);
    color: #fff
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border-radius: 0 0 10px 10px
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    line-height: normal;
    height: auto;
    padding: 50px 12px;
    font-size: 1.1rem
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    border-radius: 0 0 6px 6px;
    background: #fff
}

#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:hover,#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:focus {
    text-shadow: 0 0 1px var(--color-text-menu)
}

.slider-fix .swiper-slide {
}

.slider-fix .swiper-button-next,.slider-fix .swiper-button-prev {
    color: var(--color-main);
    opacity: 0!important;
    transition: all .3s ease 0
}

.swiper-pagination-bullet-active {
    background: var(--color-main,var(--swiper-theme-color))
}

.slider-fix:hover .swiper-button-next,.slider-fix:hover .swiper-button-prev {
    opacity: 1!important;
    transition: all .3s ease 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 5%
}

.bg-home {
    background: url(./img/bg.png) no-repeat center bottom;
    background-size: cover
}

.about {
    height: 100%;
    padding: 23px 20px 0 4em
}

.play-video {
    position: relative
}

.play-video img.thumb {
    width: 100%;
    box-shadow: 0 15px 50px #2349924a;
    border-radius: 30px
}

a.play {
    position: absolute;
    display: block;
    width: 367px;
    height: 367px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer
}

.about p {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--color-text-menu);
    margin-bottom: 0
}

.about h4 {
    color: var(--color-text-menu);
    font-size: 38px;
    font-weight: 700;
    padding-top: .3em;
    line-height: 115%
}

.textwidget {
    color: var(--color-text-menu);
    margin-top: 1.7em
}

.textwidget ul {
    padding-top: 0
}

.textwidget ul li {
    position: relative;
    list-style: none;
    margin-top: 20px;
    color: var(--color-text-menu)
}

.textwidget ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ef3958;
    position: absolute;
    left: -30px;
    top: -2px
}

ul.swiper-wrapper {
    margin: 0;
    padding: 0
}

.phauthuat {
    list-style: none;
    width: 27%;
    padding-bottom: 20px;
    max-width: 420px;
    margin-bottom: 50px
}

.widget-swiper {
    position: relative
}

.phauthuat img {
    border-radius: 33px;
    width: 100%
}

.tag-catergory {
    width: 80%;
    background: #fff;
    border: solid 2px #fff;
    min-height: 80px;
    z-index: 999;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 6px 12px #23499217;
    flex-direction: column;
    bottom: -32px;
    left: 50%;
    transform: translate(-50%,0);
    transition: all .3s
}

.tag-catergory:hover {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
    transition: all .3s
}

.tag-catergory h3 {
    font-size: 1.3em;
    color: var(--color-text-menu);
    padding: 0;
    margin-bottom: 0;
    transition: all .3s;
    display: flex;
    align-items: center
}

.tag-catergory h3 i {
    font-size: 14px;
    font-weight: 700;
    transition: all .3s;
    margin-left: 10px
}

.tag-catergory:hover h3 i {
    transform: rotate(90deg);
    transition: all .3s
}

.tag-catergory > ul {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    list-style: none
}

.tag-catergory.sub-menu:hover h3 {
    padding: 30px 0 10px;
    transition: all .3s
}

.tag-catergory:hover ul {
    opacity: 1;
    height: auto;
    transition: all .5s
}

.tag-catergory ul li:last-child {
    padding-bottom: 30px
}

.dichvu img {
    transition: all .3s ease 0
}

.thumb-dichvu {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px
}

.bg-thumb {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 27px
}

.phauthuat.swiper-slide-active .bg-thumb,.phauthuat.swiper-slide-next .bg-thumb,.ditconme .bg-thumb {
    z-index: -1
}

.truocsau {
    display: flex;
    align-items: center;
    height: 47px;
    justify-content: space-around;
    font-weight: 700;
    color: var(--color-text-menu)
}

.thongtin {
    text-align: center;
    padding: 15px;
    color: var(--color-text-menu);
    transition: all .3s ease 0
}

.khachhang li.swiper-slide .thongtin h4 {
    font-size: 19px;
    margin-bottom: 0
}

.khachhang li.swiper-slide-active .thongtin h4 {
    font-size: 28px;
    transition: all .3s ease 0
}

.bg-khachhang {
    border: solid 2px #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 30px;
    backdrop-filter: blur(20px)
}

.khachhang li.swiper-slide {
    list-style: none
}

.sidebar-right {
    padding-left: 30px
}

.widget_boxdangky .form-bg {
    padding: 30px;
    border-radius: 20px
}

.widget_boxdangky .form-bg > div {
    max-width: 100%;
    text-align: center
}

.sidebar-right-widget {
    margin-bottom: 40px
}

.sidebar-right-widget:last-child {
    margin-bottom: 0
}

.sidebar-right-widget p.tieudefix {
    color: var(--color-main);
    font-size: 2.1em;
    font-weight: 400;
    margin-bottom: 38px;
    padding: 0
}

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

.widget_news li {
    display: flex;
    column-gap: 20px;
    margin-bottom: 30px
}

.widget_news li:last-child {
    margin-bottom: 0
}

.thumbnail {
    border-radius: 10px;
    background: #fff;
    text-align: center
}

.thumbnail img {
    border-radius: 10px
}

.widget_news p.post-title-mini {
    font-size: 1em;
    max-height: 2.8rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 700
}

@media (min-width: 1380px) {
    .khachhang li.swiper-slide-active {
        margin-left:-106px
    }

    .khachhang .swiper-slide-next {
        margin-left: -106px
    }
}

@media (min-width: 992px) {
    .pl-0 {
        padding-right:0!important
    }

    .pr-0 {
        padding-left: 0!important
    }

    .khachhang li.swiper-slide {
        height: 400px;
        overflow: hidden;
        display: flex;
        transition: all .3s ease 0;
        border-radius: 30px
    }

    .khachhang li.swiper-slide-active {
        z-index: 999;
        position: relative;
        height: 500px!important;
        width: 586px!important;
        margin-left: -79px;
        transition: all .3s ease 0
    }

    .khachhang li.swiper-slide-active img {
        height: 355px!important
    }

    .khachhang .swiper-slide-prev {
        justify-content: flex-start
    }

    .khachhang .swiper-slide-next {
        justify-content: flex-end;
        margin-right: 0;
        margin-left: -88px
    }

    .khachhang {
        align-items: center;
        min-height: 600px
    }
}

ul.csvc {
    list-style: none
}

.SwiperThumb {
    height: 550px;
    box-sizing: border-box;
    padding: 10px 0 10px 20px
}

.SwiperThumb .swiper-slide .thumb-chuyengia {
    width: 100%;
    height: 100%;
    border: solid 2px #fff;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to top right,#fff,70%,#cee1ff);
    border-radius: 22px;
    color: var(--color-text-menu);
    max-height: 153px;
    box-shadow: 0 13px 13px #23499217
}

.SwiperThumb .swiper-slide-thumb-active .thumb-chuyengia {
    background-image: linear-gradient(to top right,#ea3151,80%,#ff516f);
    color: #fff;
    box-shadow: 0 13px 13px #23499217
}

.img-thumb-cg {
    overflow: hidden;
    z-index: 1;
    margin: 5px 15px 0 30px;
    width: 110px;
    height: 145px;
    min-width: 110px
}

.SwiperThumb .swiper-slide .thumb-chuyengia img {
    display: block;
    object-fit: cover;
    padding: 0
}

.SwiperThumb .swiper-slide {
    padding-right: 5px
}

.swiper-pagination-progressbar {
    background: #000
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #8199ca
}

.thumb-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px
}

.thumb-excerpt {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3
}

.thumb-info {
    padding-right: 10px
}

.chuyengia {
    border: solid 2px #fff;
    display: flex;
    border-radius: 30px;
    align-items: center;
    padding-left: 10px;
    box-shadow: 0 13px 13px #2349920f;
    margin-bottom: 30px;
    margin-right: 5px;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(20px)
}

.chuyengia-info {
    padding: 0 10px;
    color: var(--color-text-menu)
}

.chuyengia-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700
}

.chuyengia-excerpt ul li {
    position: relative;
    list-style: none;
    margin-bottom: 7px
}

.chuyengia-excerpt ul li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ef3958;
    position: absolute;
    left: -30px;
    top: -2px
}

.widget_abount {
    padding: 127px 0 50px
}

.widget_dichvunoibat {
    padding: 83px 0 50px
}

.swiper-dichvunoibat .swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-chiengia .swiper-pagination-bullets.swiper-pagination-horizontal,.thanhtuu .swiper-pagination-bullets.swiper-pagination-horizontal,.widget_doinguchuyengia .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none
}

.widget_khachhang {
    padding: 68px 0 50px
}

.widget_cosovatchat {
    background: url(./img/bg-maymoc.jpg) no-repeat center top;
    background-size: contain;
    padding-top: 4.3em;
    padding-bottom: 3.7em
}

.widget_thanhtuu {
    background: url(./img/thanhtuu-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 6.4em;
    padding-bottom: 12em
}

.widget_celeb {
    background: url(./img/celeb-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 4.3em
}

.bg-home {
    background: url(./img/bg.jpg) no-repeat center top;
    background-size: cover
}

section#about {
    background: url(./img/bg-about.jpg) repeat-y center top;
    background-size: cover
}

section#gallery {
    background: url(./img/bg-dichvu.jpg) repeat-y center top;
    background-size: cover;
    padding-bottom: 6em
}

section#dm-maideoxong {
    background: url(./img/bg-dichvu.jpg) repeat-y center top;
    background-size: cover;
    padding-bottom: 6em
}

section#dangky {
    background: url(./img/bg_form.jpg) repeat-y center top;
    background-size: cover;
    padding: 4em 0
}

section#fouder {
    background: url(./img/bg-fouder.jpg) repeat-y center top;
    background-size: cover
}

.widget_celeb .widget-swiper {
    margin-top: 1em
}

.widget_datlich {
    padding-top: 9.3em;
    padding-bottom: 4em
}

.widget_baochi {
    padding-top: 4em
}

.widget_baochi .widget-swiper {
    padding-top: 1em
}

.widget_news_index_tab {
    padding-top: 8.2em
}

.widget_dichvunoibat .mota-index {
    margin-bottom: 50px
}

.widget_khachhang .mota-index {
    margin-bottom: 5px
}

.widget_doinguchuyengia {
    padding-bottom: 8.5rem;
    padding-top: 4.5em
}

.widget_doinguchuyengia h3.title-index {
    max-width: 40% !important;
    margin: 0 auto !important;
}

.widget_doinguchuyengia .mota-index {
    margin-top: 25px;
    padding-bottom: 3.8rem
}

.widget_cosovatchat .widget-header {
    max-width: 65%;
    margin: 0 auto
}

.widget_cosovatchat h3.title-index {
    margin-bottom: 24px
}

.widget_cosovatchat .khung-csvc {
    margin-top: 0
}

.widget_thanhtuu .bg-thanhtuu {
    margin-right: 3.3em
}

.widget_thanhtuu .mota-index {
    margin-bottom: 5em
}

.widget_doinguchuyengia .swiper-button-next,.widget_doinguchuyengia .swiper-button-prev {
    top: 45%
}

.baochi img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .3s
}

.baochi img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    transition: all .3s
}

.khung-csvc {
    padding: 20px;
    border: solid 2px #fff;
    background: rgba(255,255,255,0.4);
    border-radius: 30px;
    backdrop-filter: blur(40px);
    box-shadow: 0 13px 13px #2349920f
}

.khung-csvc h4 {
    color: var(--color-text-menu);
    font-size: 30px;
    padding: 33px 0 30px
}

.khung-csvc strong {
    padding: 20px 0 30px;
    color: var(--color-text-menu);
    display: block
}

.thanhtuu strong {
    padding: 15px 20%;
    color: var(--color-text-menu);
    display: block
}

.thanhtuu img {
    width: 100%
}

.thanhtuu .swiper-slide {
    border-radius: 20px
}

.bangcap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 476px;
    overflow-y: auto
}

.bg-thanhtuu {
    padding: 30px 10px 30px 20px;
    border: solid 2px #fff;
    background: rgba(255,255,255,0.4);
    border-radius: 30px;
    backdrop-filter: blur(40px);
    box-shadow: 0 13px 13px #2349920f
}

.bangcap::-webkit-scrollbar {
    width: 5px
}

.bangcap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.bangcap::-webkit-scrollbar-thumb {
    background: #8199ca;
    border-radius: 10px;
    cursor: pointer
}

.bangcap::-webkit-scrollbar-thumb:hover {
    background: var(--color-main)
}

.celeb li {
    list-style: none
}

.khung-csvc {
    padding: 10px 20px 0
}

.ykien {
    font-style: italic;
    color: var(--color-text-menu);
    position: relative;
    width: 120%;
    font-size: 18px;
    padding-top: 10px
}

.thongtinceleb strong {
    font-size: 30px
}

.thongtinceleb .nghenghiep {
    color: var(--color-text-menu)
}

.ykien:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(./img/nhay.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
    position: absolute;
    top: -5px
}

.ykien span {
    padding-left: 50px
}

.pagination-celeb {
    bottom: -10%!important
}

.star {
    margin-top: 15px;
    color: var(--color-main)
}

ul.tonghop-news-cat li {
    list-style: none;
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px
}

ul.tonghop-news-cat {
    margin: 0;
    padding: 0;
    margin-top: 2.5em
}

ul.tonghop-news-cat li > div {
    padding-top: 17px
}

.tonghop-news-cat p.post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    font-size: 19px
}

.tonghop-news-cat .desc {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    color: var(--color-text-sub)
}

.post-title a {
    font-weight: 700;
    text-decoration: none
}

.widget_news_index_tab h4 {
    font-size: 45px!important;
    color: var(--color-main);
    margin-bottom: 30px
}

.form-bg {
    background: var(--color-main);
    height: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    border-radius: 0 30px 30px 0;
    flex-direction: column;
    justify-content: center
}

.form-bg > div {
    max-width: 50%;
    text-align: center
}

.swiper-button-next,.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 69px;
    background: var(--color-hover);
    transition: all .3s ease 0
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    background: var(--color-main);
    transition: all .3s ease 0
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.widget .swiper-button-next {
    right: -2%
}

.widget .swiper-button-prev {
    left: -2%
}

.swiper-button-next.button-out {
    right: -6%
}

.swiper-button-prev.button-out {
    left: -6%
}

.border-radius-30 {
    border-radius: 30px
}

.btn-main {
    background-image: linear-gradient(#eb3152,#ff516f);
    border: none;
    padding: 10px 32px;
    border-radius: 30px;
    box-shadow: 0 8px 16px -5px var(--shadow-button)
}

.btn-form {
    background-image: linear-gradient(#ffa4b4,#ff5270);
    border: none;
    padding: 10px 30px;
    border-radius: 30px
}

footer#footer-top {
    background: #f0f6ff;
    padding: 50px 0;
    color: #234992
}

#homeVideo button.btn.btn-default {
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: #fff
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 1;
    z-index: 99999;
    border-radius: 100%;
    background: none;
    -webkit-transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    transition: all .5s ease 0;
    border-color: var(--color-text-menu);
    display: none;
    color: var(--color-main)
}

.show {
    display: block!important
}

.trongdz-form {
    width: 100%
}

.trongdz-form label,.trongdz-form .form-control,.trongdz-form .form-select {
    padding-left: 30px
}

#footer-top h4 {
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 14px
}

.infomore ul li {
    list-style: none;
    margin-bottom: 20px
}

.infomore ul {
    margin: 0;
    padding: 0
}

.infomore .info-cs {
    padding: 0 20px
}

.tieudefix {
    font-weight: 700
}

ul#menu-lien-ket {
    margin: 0;
    padding-left: 15px
}

#menu-lien-ket li {
    margin-bottom: 10px
}

#menu-lien-ket a {
    color: #234992;
    font-weight: 400
}

#menu-lien-ket a:hover {
    color: var(--color-main)
}

.stick {
    background: #fff;
    position: fixed;
    animation: stuckMoveDown .6s;
    border-bottom: .5px solid #E9E9E9;
    border-top: none!important;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all .3s ease 0
}

.stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
    padding-top: 25px;
    padding-bottom: 25px
}

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

.stick .trongdz-header {
}

.sticknone {
    position: relative;
    width: 100%;
    border-bottom: .5px solid #E9E9E9;
    background: #fff;
    transition: all .3s ease 0
}

@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-300px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

.bg-khachhang img {
    height: 280px
}

.chuyengia div.anh-chuyengia {
    padding-top: 50px
}

.widget_celeb .khung-csvc strong {
    padding: 20px 0 0
}

.dangky-img {
    width: 100%;
    border-radius: 40px 0 0 40px
}

.widget_doinguchuyengia .swiper-scrollbar.swiper-scrollbar-vertical,.widget_doinguchuyengia .swiper-vertical>.swiper-scrollbar {
    right: auto;
    left: 0;
    top: 1%;
    opacity: 1!important;
    background: #c8d2e8
}

.infomore .info-cs {
    padding: 0;
    padding-left: 1.5em
}

.cls-1 {
    fill: #fff
}

ul.share-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
    height: 38px
}

.share-icon li {
    width: 30px;
    height: 30px
}

.header-top form#searchform {
    margin-left: 10px;
    max-height: 32px
}

input#search-text {
    background: none;
    color: #fff;
    border-radius: 30px 0 0 30px;
    border: solid 1px #fff;
    border-right: none;
    max-height: 32px;
    font-size: 13px
}

button#search-submit {
    background: none;
    border: solid 1px #fff;
    border-radius: 0 30px 30px 0;
    border-left: none;
    color: #fff;
    max-height: 32px;
    z-index: 1
}

input#search-text::placeholder {
    color: #fff;
    opacity: 1
}

input#search-text::-ms-input-placeholder {
    color: #fff
}

#mega-menu-wrap-site-nav,#mega-menu-wrap-site-nav #mega-menu-site-nav {
    position: initial
}

#masthead .container {
    position: relative
}

#about .entry-content h4 {
    text-transform: uppercase;
    letter-spacing: 10px;
    color: var(--color-text-menu);
    font-size: 20px;
    margin-bottom: 1rem
}

#about .entry-content h3 {
    font-size: 3rem!important;
    color: var(--color-main);
    line-height: 130%
}

#about .entry-content h5 {
    padding-top: 2rem;
    font-size: 30px;
    color: var(--color-text-menu);
    line-height: 150%;
    font-weight: 700
}

#about .entry-content,#fouder .entry-content {
    color: var(--color-text-menu)
}

#about blockquote {
    width: 60%;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(40px);
    margin: 3rem auto;
    max-width: 950px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: solid 2px #fff;
    position: relative
}

#about blockquote:before,#fouder blockquote:before {
    content: '';
    position: absolute;
    width: 69px;
    height: 49px;
    left: 30px;
    top: 20px;
    background: url(./img/nhaya.png) no-repeat center center;
    background-size: 100%
}

#about blockquote:after,#fouder blockquote:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 48px;
    right: 15px;
    bottom: 20px;
    background: url(./img/nhayb.png) no-repeat center center;
    background-size: 100%
}

#about .module-content ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    margin-top: 3rem
}

#about .module-content ul li {
    list-style: none;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(40px);
    border: solid 2px #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    padding-left: 30%
}

#about .module-content ul li strong {
    font-size: 25px;
    margin-left: 0;
    margin-right: auto
}

#about .module-content ul li:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background-size: 100%;
    top: 50%;
    left: 15%;
    transform: translate(-50%,-50%)
}

#about .module-content ul li:nth-child(1):before {
    background: url(./img/think-big.png) no-repeat center center
}

#about .module-content ul li:nth-child(2):before {
    background: url(./img/hand-shake.png) no-repeat center center
}

#about .module-content ul li:nth-child(3):before {
    background: url(./img/iconic.png) no-repeat center center
}

#about .module-content ul li:nth-child(4):before {
    background: url(./img/heart.png) no-repeat center center
}

.swiper-slide-shortcode {
    width: auto;
    height: 280px
}

img.width-img {
    height: 100%;
    width: auto!important;
    border-radius: 20px
}

.box-swiper {
    padding: 30px 20px;
    background: rgba(255,255,255,0.4) url(./img/t.png) repeat-x left top;
    backdrop-filter: blur(40px);
    background-size: auto 27px;
    position: relative;
    box-shadow: 0 0 20px #2349921f
}

.box-swiper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: url(./img/t.png) repeat-x left top;
    background-size: auto 27px
}

.swiper-shortcode {
    margin: 4rem 0
}

#fouder h3 {
    font-family: 'Konde';
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 2.6rem!important;
    line-height: 130%;
    margin: 3rem 0
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px
}

.swiper-pagination-bullet-active {
    width: 18px!important;
    height: 18px!important;
    background: #fff;
    transition: all .2s ease 0
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    transition: all .2s ease 0
}

.swiper-pagination-fix {
    bottom: -3%!important
}

.khachhang li {
    box-shadow: 0 6px 12px #23499217
}

@media (max-width: 1400px) {
    .widget_cosovatchat {
        background-size:cover
    }

    .about {
        padding: 0 20px 0 2em
    }

    .about h4 {
        font-size: 30px
    }

    .textwidget ul li {
        margin-top: 7px
    }

    .widget_doinguchuyengia h3.title-index {
        max-width: 50% !important;
    }

    .widget_cosovatchat .widget-header {
        max-width: 75%
    }

    .bangcap {
        padding-right: 10px
    }

    .bangcap img {
        width: 100%
    }

    .form-bg > div {
        max-width: 70%
    }

    .form-bg {
        padding: 0 18px
    }

    .khung-csvc img.celeb {
        height: 200px
    }

    .thongtinceleb strong {
        font-size: 18px
    }

    .khung-csvc strong {
        padding: 10px 0 5px
    }

    .thongtinceleb .nghenghiep {
        margin-bottom: 0
    }

    .ykien {
        font-size: 15px;
        padding-top: 0
    }

    .star {
        margin-top: 5px;
        font-size: 12px
    }

    .ykien:before {
        width: 30px;
        height: 30px;
        top: -5px
    }

    .ykien span {
        padding-left: 40px
    }

    .baochi img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0)
    }

    .celeb .khung-csvc {
        min-height: 216px
    }

    .bg-thanhtuu {
        padding: 20px
    }

    .phauthuat {
        width: 30%
    }

    .bangcap {
        height: 460px
    }

    .bangcap img {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    .widget_thanhtuu {
        padding-bottom: 5em
    }

    .thanhtuu strong {
        padding: 15px 10%
    }

    .widget_news .thumbnail {
        width: 222px
    }

    .thumbnail img.primary-max {
        width: 100%
    }

    .tonghop-news-cat .desc {
        max-height: 3.2rem;
        -webkit-line-clamp: 2
    }

    .swiper-button-prev.button-out {
        left: -1%
    }

    .swiper-button-next.button-out {
        right: -1%
    }

    .khachhang .swiper-slide-next {
        margin-left: -114px
    }

    .khachhang li.swiper-slide-active {
        margin-left: -114px
    }

    .khung-csvc img.celeb {
        height: 270px
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        line-height: normal;
        height: auto;
        padding: 50px 7px;
        font-size: 1rem
    }
}

@media (max-width: 1200px) {
    #mega-menu-wrap-site-nav #mega-menu-site-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        margin-top:2px
    }

    .form-bg {
        padding: 10px
    }

    .form-bg .mb-3 {
        margin-bottom: .7rem!important
    }

    .form-bg .mb-4 {
        margin-bottom: .7rem!important
    }

    .form-bg .mb-5 {
        margin-bottom: .5rem!important
    }

    .form-bg > div {
        max-width: 100%
    }

    .infomore .info-cs {
        padding-left: 0
    }

    .widget_cosovatchat .widget-header {
        max-width: 100%
    }

    .widget_doinguchuyengia h3.title-index {
        max-width: 60% !important;
        !i;!;!o;!o,;!o;!;}

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        padding: 30px 3px;
        font-size: .9rem
    }

    header.site-header {
        min-height: 123px
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        line-height: 40px;
        font-size: 14px
    }

    .phauthuat {
        width: 28.3%
    }

    h3.title-index {
        font-size: 2.4rem !important;
    }

    .bangcap {
        height: 380px
    }

    .widget_news_index_tab h4 {
        font-size: 35px
    }
}

figcaption {
    color: #234992;
    padding: 12px;
    background: #e5eeff;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
    font-size: 1em
}

.dm-content figcaption {
    background: none
}

.dm-content figure {
    width: 100%!important;
    margin: 1em auto
}

.dm-content img {
    border-radius: 20px
}

.dm-content iframe {
    display: block;
    margin: 2em auto;
    border-radius: 20px
}

.cungdanhmuc li {
    list-style: none;
    padding: 0;
    margin: 0
}

.content-cungloai {
    background: var(--color-main);
    color: #fff;
    border-radius: 0 0 20px 20px;
    font-weight: 700;
    padding: 10px 10px 20px
}

.content-cungloai p {
    line-height: 140%;
    display: -webkit-box;
    max-height: 3.5rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2
}

.content-cungloai a {
    color: #fff
}

.icocal {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    border: solid 2px #8199ca;
    font-size: 1.3em;
    color: #8199ca
}

.sharesocal {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 0
}

.footer-nav-silebar {
    padding-left: 26%
}

.rmp-rating-widget .rmp-icon--full-highlight {
    color: #f9bc00
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 1.3rem
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container p {
    margin: 0!important;
    font-size: 13px
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0!important
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin: 0!important
}

.breadcrumb-about {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%
}

#fouder blockquote {
    position: absolute;
    max-width: 50%;
    display: block;
    left: 50%;
    top: -11%;
    transform: translate(-50%,-11%)
}

#fouder blockquote:before {
    left: -5%;
    top: -10px
}

#fouder blockquote:after {
    right: -10%;
    bottom: 30px
}

#fouder {
    position: relative
}

#fouder blockquote h3 {
    margin: 0
}

#fouder blockquote h4 {
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--color-main);
    font-size: 20px;
    margin-top: .5rem
}

#fouder .entry-content {
    font-family: 'Roboto';
    font-weight: 400;
    text-align: justify;
    line-height: 30px
}

#fouder {
    padding-bottom: 3em;
    border-bottom: solid 2px #8199ca66
}

div#breadcrumb-fix {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0
}

#breadcrumb-fix ul#breadcrumb {
    margin: 0;
    padding: 5% 0 0;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color-text-menu);
    letter-spacing: 3px
}

.breadcrumb-about {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%
}

#about {
    padding-bottom: 3em;
    border-bottom: solid 2px #8199ca66
}

#about .entry-content {
    font-family: 'Roboto';
    text-align: justify;
    line-height: 30px
}

div#breadcrumb-fix {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0
}

#breadcrumb-fix ul#breadcrumb {
    margin: 0;
    padding: 5% 0 0;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color-text-menu);
    letter-spacing: 3px
}

.dichvu .entry-title {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 3em!important;
    font-weight: 500
}

#gallery {
    color: #234992;
    line-height: 180%;
    background: url(../img/bg-about.jpg) repeat-y center top;
    background-size: cover
}

#gallery .mota-index {
    font-size: 1.2em
}

#gallery .chuyengia-excerpt {
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px
}

#gallery .thumb-excerpt {
    line-height: 23px;
    font-size: 14px
}

ul.uudiem {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px
}

.uudiem li {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between;
    min-height: 214px;
    padding: 20px 30px;
    width: 100%;
    max-width: 100%;
    border: solid 2px #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 30px;
    backdrop-filter: blur(20px)
}

.uudiem img {
    border-radius: 120px;
    border: solid 2px #fff
}

.uudiem li.dm-sole {
    margin-left: 50%
}

#gallery .khachhang li.swiper-slide-active {
    height: 610px!important
}

#gallery .khachhang li.swiper-slide {
    height: 480px
}

#gallery .thongtin {
    line-height: 160%
}

#gallery .khachhang li.swiper-slide .thongtin p {
    display: -webkit-box;
    max-height: 4.7rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3
}

#gallery .khachhang li.swiper-slide-active p {
    max-height: 8rem!important;
    -webkit-line-clamp: 5!important
}

#gallery .khachhang li.swiper-slide .thongtin h4 {
    margin-bottom: 10px
}

#gallery .khachhang .swiper-slide-next {
    margin-left: -105px
}

#gallery .khachhang .swiper-slide-prev {
    margin-left: 8px
}

#gallery .shortcode_khachhang .swiper-pointer-events {
    padding-bottom: 30px;
    min-height: 640px!important
}

@media (max-width: 1280px) {
    #breadcrumb-fix ul#breadcrumb {
        padding:3% 11.5% 0
    }
}

@media (max-width: 1280px) {
    #fouder blockquote {
        top:-8%;
        transform: translate(-50%,-8%)
    }

    #fouder h3 {
        font-size: 2rem
    }

    #fouder blockquote h4 {
        font-size: 16px;
        margin-top: .3rem
    }

    #fouder blockquote:after {
        right: -10%;
        bottom: 0
    }

    #breadcrumb-fix ul#breadcrumb {
        padding: 3% 11.5% 0
    }
}

div#tienich {
    display: none
}

.khung-congnghe {
    border: solid 1px #fff;
    width: 88%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.6)
}

.khung-congnghe-fix {
    backdrop-filter: blur(20px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 20px 20px 0!important
}

.khung-congnghe .col-congnghe:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    position: relative;
    margin: 0 20px 0 0
}

.khung-congnghe .col-congnghe {
    grid-column: 3 / 3;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .khung-congnghe {
        width:100%;
        padding: 10px
    }

    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
        white-space: nowrap
    }

    .sharesocal {
        column-gap: 5px
    }

    #btn-back-to-top {
        bottom: 120px
    }

    .modal-content-fix .modal-body {
        padding: 1rem
    }

    figcaption {
        font-weight: 400;
        font-size: .8em
    }

    #about {
        padding-top: 0
    }

    #breadcrumb-fix ul#breadcrumb {
        padding: 2% 0 0;
        font-size: 10px
    }

    #fouder blockquote {
        top: -2%;
        transform: translate(-50%,-8%)
    }

    #fouder blockquote {
        min-width: 100%;
        left: 50%;
        top: -1.5%;
        transform: translate(-50%,-2%)
    }

    #fouder blockquote:before {
        left: 22px;
        top: -6px
    }

    #fouder blockquote:before,#fouder blockquote:after {
        width: 30px;
        height: 30px
    }

    #fouder blockquote:after {
        right: 15px;
        bottom: 5px
    }

    #fouder h3 {
        font-size: 1.2rem
    }

    #fouder blockquote h4 {
        font-size: 12px;
        margin-top: .3rem
    }

    #fouder .entry-content {
        padding-top: 6em
    }

    .footer-nav-silebar {
        padding-left: 0
    }

    .infomore .info-cs {
        padding-left: 0
    }

    .widget_datlich {
        padding-top: 0;
        padding-bottom: 1em
    }

    .widget_baochi {
        padding-top: 0
    }

    ul.tonghop-news-cat li > div {
        padding-top: 0
    }

    .tonghop-news-cat p.post-title {
        font-size: 16px
    }

    .widget_news_index_tab {
        padding-top: 4em
    }

    .widget_thanhtuu .bg-thanhtuu {
        margin-right: 0
    }

    .widget_thanhtuu .mota-index {
        margin-bottom: 2em
    }

    .widget_thanhtuu {
        padding-top: 1.4em;
        padding-bottom: 5em
    }

    .widget_cosovatchat {
        background-size: cover
    }

    .widget_cosovatchat .widget-header {
        max-width: 100%;
        margin: 0 auto
    }

    .widget_abount {
        padding: 80px 0 0
    }

    .widget_khachhang {
        padding: 0 0 50px
    }

    .widget_doinguchuyengia h3.title-index {
        max-width: 100%;
        margin: 0 auto
    }

    .widget_doinguchuyengia {
        padding-top: 1.5em
    }

    .widget_khachhang .mota-index {
        margin-bottom: 2.5em
    }

    .widget_doinguchuyengia .mota-index {
        margin-top: 25px;
        padding-bottom: 1rem
    }

    .about h4 {
        font-size: 30px
    }

    .about {
        height: 100%;
        padding: 0 15px
    }

    .sticknone {
        height: 65px;
        display: flex;
        align-items: center
    }

    .btn-hotline {
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border-radius: 100%;
        background-image: linear-gradient(#eb3152,#ff516f);
        border: none
    }

    header.site-header {
        min-height: 65px
    }

    .trongdz-header {
        padding: 0
    }

    .stick .trongdz-header {
        padding: 0;
        height: 65px
    }

    section {
        padding: 50px 0
    }

    .phauthuat {
        max-width: 350px;
        width: 350px!important
    }

    .swiper-button-next {
        right: 5px;
        left: auto
    }

    .swiper-button-prev {
        left: 5px;
        right: auto
    }

    .swiper-dichvunoibat .swiper-wrapper {
        --bs-gutter-x: 1.5rem;
        margin-left: 0
    }

    .widget .swiper-button-next {
        right: 10px
    }

    .swiper-button-prev.button-out {
        left: 10px
    }

    .swiper-button-next:after,.swiper-button-prev:after {
        font-size: 10px
    }

    .swiper-button-next,.swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 40px
    }

    .bg-khachhang img {
        height: auto;
        width: 100%
    }

    .thongtin p {
        margin-bottom: 0
    }

    .khachhang li.swiper-slide-active .thongtin h4 {
        font-size: 19px
    }

    h3.title-index {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }

    .chuyengia {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        margin-right: 0
    }

    .chuyengia img {
        max-width: 220px
    }

    .chuyengia-title {
        font-size: 25px
    }

    .chuyengia div.anh-chuyengia {
        padding-top: 5px;
        margin-bottom: 20px
    }

    .chuyengia-info {
        max-height: 240px;
        padding-top: 0!important;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        margin: 0 5px 30px 0
    }

    .chuyengia-info::-webkit-scrollbar {
        width: 5px
    }

    .chuyengia-info::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px
    }

    .chuyengia-info::-webkit-scrollbar-thumb {
        background: #8199ca;
        border-radius: 10px;
        cursor: pointer
    }

    .chuyengia-info::-webkit-scrollbar-thumb:hover {
        background: var(--color-main)
    }

    .widget_doinguchuyengia {
        padding-bottom: 5em
    }

    .widget .swiper-button-prev {
        left: 10px
    }

    .khung-csvc h4 {
        font-size: 19px
    }

    .khung-csvc strong {
        padding: 15px 0 20px
    }

    .widget_cosovatchat .khung-csvc {
        margin: 0 2%;
        width: 96%;
        padding: 10px 15px 20px
    }

    .widget_celeb .khung-csvc {
        flex-direction: column
    }

    .khung-csvc img.celeb {
        height: auto;
        width: 80%;
        display: block;
        margin: 0 auto
    }

    .thongtinceleb strong {
        font-size: 26px
    }

    .thongtinceleb .nghenghiep {
        margin-bottom: 15px;
        margin-top: -5px
    }

    .maideoxong {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px
    }

    .ykien {
        width: 100%;
        font-size: 18px;
        padding-bottom: 10px;
        min-height: 145px
    }

    .khung-csvc img.celeb {
        height: auto!important;
        width: 80%;
        display: block;
        margin: 0 auto
    }

    .thongtinceleb strong {
        font-size: 22px;
        padding: 0!important
    }

    .thumbnail {
        width: 170px
    }

    .temp .thumbnail {
        width: 100%
    }

    .dangky-img {
        width: 100%;
        border-radius: 30px 30px 0 0
    }

    .form-bg {
        padding: 40px;
        border-radius: 0 0 30px 30px
    }

    #block-logo img {
        width: 70%!important;
        padding-bottom: 30px!important;
        display: block;
        margin: 0 auto
    }

    .sidebar-right {
        padding-left: 0;
        position: relative!important;
        width: 100%!important;
        margin-top: 2em
    }

    .widget_baochi .swiper {
        width: 100%;
        height: 216px;
        margin-left: auto;
        margin-right: auto
    }

    .widget_baochi .swiper-slide {
        height: calc((100% - 30px) / 2)!important;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #c8c8c8
    }

    #about .entry-content h4 {
        letter-spacing: 6px;
        font-size: 16px
    }

    #about .entry-content h3 {
        font-size: 2rem
    }

    #about .entry-content h5 {
        font-size: 19px
    }

    #about blockquote {
        width: 100%;
        margin: 2rem auto
    }

    #about blockquote:before {
        width: 41px;
        height: 30px
    }

    #about blockquote:after {
        width: 44px;
        height: 31px
    }

    #about .module-content ul {
        padding: 0;
        grid-template-columns: auto
    }

    #about .module-content ul li {
        border-radius: 20px;
        padding: 30px 20px;
        padding-left: 30%;
        line-height: 22px
    }

    #about .module-content ul li:before {
        width: 70px;
        height: 70px;
        background-size: 100%!important;
        top: 50%;
        left: 15%;
        transform: translate(-50%,-50%)
    }

    #about .module-content ul li strong {
        margin-left: 0;
        margin-right: auto
    }

    #fouder h3 {
        font-size: 1.5rem
    }

    #page-topic,#single {
        padding-top: 15px
    }

    ul#breadcrumb {
        margin-bottom: 10px
    }

    h4.cat-name {
        padding-bottom: 15px;
        margin-bottom: 20px;
        font-size: 2.5em
    }

    .dm-content {
        text-align: justify
    }

    .dm-content iframe {
        border-radius: 10px;
        width: 100%;
        height: auto;
        min-height: 230px
    }

    .dm-content figure {
        width: 100%!important
    }

    .cungdanhmuc img {
        width: 100%
    }

    .entry-title {
        font-size: 1.7em
    }

    footer#footer-top {
        font-size: 14px;
        padding: 50px 0 100px
    }

    .info-cs br {
        display: none
    }

    a.play {
        width: 150px;
        height: 150px
    }

    .play img {
        width: 100%
    }

    .khachhang li.swiper-slide-active {
        margin-left: 0
    }

    .khachhang .swiper-slide-next {
        margin-left: 0
    }

    .swiper-pagination-fix {
        bottom: -10%!important
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        padding: 15px 10px;
        font-size: 1rem
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        border-radius: 0;
        box-shadow: none;
        background: #e6ebf4
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        line-height: inherit;
        font-size: 1rem;
        background: none;
        padding-left: 40px;
        padding-bottom: 5px
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child {
        padding-bottom: 20px
    }

    #mega-menu-wrap-site-nav .mega-menu-toggle {
        z-index: 2
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item {
        border-bottom: solid 1px #dde4f1
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item:last-child {
        border-bottom: none;
        padding-left: 15px
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav[data-effect-mobile^="slide_"] li.mega-menu-item a.mega-menu-link.mega-menu-logo {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .mega-menu-link-fix-for-mobile {
        display: inline-block!important;
        background-image: linear-gradient(#eb3152,#ff516f)!important;
        border: none!important;
        padding: 10px 25px!important;
        border-radius: 30px!important;
        box-shadow: 0 8px 16px -5px var(--shadow-button)!important;
        color: #fff!important;
        margin: 0 10px!important
    }

    li#mega-menu-item-399 {
        border: none!important;
        margin-top: 30px!important
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px
    }

    .stick #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 25px
    }

    div#tienich {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 85px;
        background: #fff;
        z-index: 1;
        box-shadow: 0 -3px 15px 3px #104eaf5c;
        padding-top: 5px
    }

    #sticky-menu > ul {
        height: 100px
    }

    #mega-menu-wrap-sticky-menu-mobile #mega-menu-sticky-menu-mobile {
        text-align: center;
        padding: 0
    }

    #mega-menu-wrap-sticky-menu-mobile #mega-menu-sticky-menu-mobile li#mega-menu-item-404.mega-icon-top > a.mega-menu-link:before {
        width: 100%;
        min-width: 90px;
        background-position-x: center;
        margin-top: -50%;
        box-shadow: -1px -3px 15px 4px #104eaf5c;
        border-radius: 90px;
        animation: phone-trin 2s linear infinite
    }

    #mega-menu-wrap-sticky-menu-mobile #mega-menu-sticky-menu-mobile li#mega-menu-item-404.mega-icon-top > a.mega-menu-link:after {
        content: "";
        display: block;
        margin: 0 0 6px;
        text-align: center;
        width: 90px;
        min-width: 90px;
        top: -58%;
        border-radius: 90px;
        animation: ripple-wave-book 3s linear infinite;
        animation-play-state: running;
        z-index: 1;
        position: absolute;
        height: 90px
    }

    #mega-menu-wrap-sticky-menu-mobile #mega-menu-sticky-menu-mobile li#mega-menu-item-404.mega-icon-top > a.mega-menu-link span.mega-title-below {
        background-image: linear-gradient(#eb3152,#ff516f);
        padding: 5px 23px;
        border-radius: 20px;
        color: #fff;
        position: relative;
        z-index: 3
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        background: none;
        color: var(--color-main)
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
        background: none
    }

    #mega-menu-wrap-site-nav .mega-menu-toggle.mega-menu-open:after {
        opacity: 1;
/*         background: red; */
		background: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(4px) contrast(60%);
        backdrop-filter: blur(4px) contrast(60%)
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%
    }

    .swiper-button-next,.swiper-button-prev,.swiper-pagination {
        z-index: 1
    }

    .widget_doinguchuyengia .swiper-button-next,.widget_doinguchuyengia .swiper-button-prev {
        top: 28%
    }

    .tag-catergory {
        width: 80%
    }

    .tag-catergory > ul {
        width: 82%
    }

    .tag-catergory:hover {
        background: red
    }

    .phauthuat.swiper-slide-next .bg-thumb {
        z-index: 1
    }

    .slider-fix .swiper-horizontal>.swiper-pagination-bullets,.slider-fix .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: .5%
    }

    .slider-fix .swiper-pagination-bullet-active {
        width: 17px!important;
        height: 17px!important
    }

    .widget_dichvunoibat {
        padding: 83px 0 80px
    }

    .swiper-dichvunoibat .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -8%;
        display: flex
    }

    .widget-chiengia .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -3%;
        display: flex
    }

    .thanhtuu .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -15%;
        display: flex
    }

    .widget-swiper.thanhtuu {
        margin-bottom: 5em
    }

    .bangcap {
        grid-gap: 10px
    }

    .star {
        font-size: 15px
    }

    #footer-top p.text-center {
        text-align: left!important
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        content: '\f347'
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: '\f343'
    }

    #mega-menu-wrap-site-nav:has(.mega-menu-open) #mega-menu-site-nav[data-effect-mobile^="slide_"] + button.mega-close:before {
        width: 70px;
        height: 70px
    }
}

@keyframes phone-trin {
    from {
        transform: rotate3d(0,0,1,0deg)
    }

    20%,32%,44%,56%,68% {
        transform: rotate3d(0,0,1,0deg)
    }

    23%,35%,47%,59%,71% {
        transform: rotate3d(0,0,1,15deg)
    }

    26%,38%,50%,62%,74% {
        transform: rotate3d(0,0,1,0deg)
    }

    29%,41%,53%,65%,77% {
        transform: rotate3d(0,0,1,-15deg)
    }

    80% {
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes ripple-wave-book {
    0% {
        box-shadow: 0 0 var(--color-main-opa),0 0 0 2px var(--color-main-opa),0 0 0 12px var(--color-main-opa);
        opacity: 1
    }

    50% {
        box-shadow: 0 0 0 7px var(--color-main-opa),0 0 0 15px var(--color-main-opa),0 0 0 20px var(--color-main-opa);
        opacity: 1
    }

    85% {
        opacity: 0
    }

    100% {
        box-shadow: 0 0 var(--color-main-opa),0 0 0 2px var(--color-main-opa),0 0 0 12px var(--color-main-opa);
        opacity: 1
    }
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
    margin-right: 0;
    width: 32px
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 0
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    height: 5px
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    margin-left: -5px
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 0
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 12px
}

#mega-menu-wrap-site-nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 24px
}

.chinhcl {
    margin-bottom: 24px
}

table tr:nth-child(1) {
    background: #ef3958;
    color: #fff;
    text-align: center
}

table tr:nth-child(1) td {
    color: #fff
}

table {
	width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-spacing: 0
}

table td {
    border: 1px solid #ef3958;
    padding: 6px
}
.pum-theme-3894 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
	color: white !important;
	font-size: 30px !important;
	top: 15px !important;
	right: 15px !important;
}

/* Customer reviews archive */
.reviews-archive {
    background: #fff;
    color: #234992
}

.reviews-hero {
    background: linear-gradient(135deg,#fff 0%,#fff4f6 54%,#f0f6ff 100%);
    padding: 42px 0 28px;
    border-bottom: 1px solid #f5c9d2
}

.reviews-hero h1 {
    color: var(--color-main);
    font-family: Konde,'Roboto',sans-serif;
    font-size: 52px;
    line-height: 1;
    margin: 16px 0 0;
    text-transform: uppercase
}

.reviews-breadcrumb {
    color: #234992
}

.reviews-toolbar {
    padding: 28px 0 10px;
    background: #fff
}

.reviews-search {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    max-width: 760px;
    margin-bottom: 20px
}

.reviews-search input {
    border: 1px solid #f1a3b1;
    border-radius: 6px;
    min-height: 48px;
    padding: 0 16px;
    color: #234992;
    outline: none
}

.reviews-search input:focus {
    border-color: var(--color-main);
    box-shadow: 0 0 0 3px var(--color-main-opa)
}

.reviews-search button {
    border: 0;
    border-radius: 6px;
    min-height: 48px;
    padding: 0 20px;
    background: var(--color-main);
    color: #fff;
    font-weight: 700
}

.reviews-filter,.reviews-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px
}

.reviews-filter a,.reviews-tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid #ffd1d9;
    border-radius: 6px;
    padding: 0 16px;
    color: #234992;
    background: #fff;
    font-weight: 600
}

.reviews-tags a {
    min-height: 32px;
    padding: 0 12px;
    font-size: 14px;
    color: #667ca8
}

.reviews-filter a:hover,.reviews-filter a.active,.reviews-tags a:hover,.reviews-tags a.active {
    color: #fff;
    background: var(--color-main);
    border-color: var(--color-main)
}

.reviews-listing {
    padding: 20px 0 64px
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px
}

.review-card {
    border: 1px solid #f4d5db;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 26px rgba(35,73,146,.08)
}

.review-card h2 {
    min-height: 68px;
    margin: 0;
    padding: 16px 16px 12px;
    color: #234992;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3
}

.review-before-after {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1px;
    background: #f4d5db
}

.review-image-trigger {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: #fff;
    cursor: zoom-in;
    overflow: hidden;
    aspect-ratio: 4/5
}

.review-image-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease
}

.review-image-trigger:hover img {
    transform: scale(1.04)
}

.review-image-trigger span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 6px;
    padding: 5px 10px;
    background: rgba(239,57,88,.92);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase
}

.reviews-pagination {
    margin-top: 32px
}

.reviews-empty {
    border: 1px solid #f4d5db;
    border-radius: 8px;
    padding: 28px;
    text-align: center;
    background: #fff8fa;
    color: #234992
}

.review-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.review-lightbox.is-open {
    display: flex
}

.review-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17,31,58,.76);
    backdrop-filter: blur(4px)
}

.review-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1080px,100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 24px 80px rgba(0,0,0,.28)
}

.review-lightbox__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: var(--color-main);
    color: #fff;
    font-size: 20px
}

.review-lightbox h2 {
    max-width: calc(100% - 58px);
    margin: 0 0 18px;
    color: #234992;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3
}

.review-lightbox__images {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px
}

.review-lightbox figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5
}

.review-lightbox figure span {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    border-radius: 6px;
    padding: 6px 12px;
    background: rgba(35,73,146,.92);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase
}

.review-lightbox figure img {
    display: block;
    width: 100%;
    max-height: 68vh;
    object-fit: contain;
    background: #fff
}

.review-lightbox__description {
    margin: 18px 0 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.7
}

body.review-lightbox-open {
    overflow: hidden
}

@media (max-width: 991px) {
    .reviews-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .reviews-hero h1 {
        font-size: 42px
    }
}

@media (max-width: 575px) {
    .reviews-search {
        grid-template-columns: 1fr
    }

    .reviews-grid,.review-lightbox__images {
        grid-template-columns: 1fr
    }

    .review-card h2 {
        min-height: 0;
        font-size: 18px
    }

    .review-lightbox {
        padding: 12px
    }

    .review-lightbox__dialog {
        max-height: calc(100vh - 24px);
        padding: 18px
    }

    .review-lightbox h2 {
        font-size: 20px
    }
}
