div#wide-nav {
        background-image: linear-gradient(to bottom, #0097b5, #ee1d23);
}
.sidebar-wrapper .col {
    padding: 0;
}
div#wide-nav .flex-col {
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav li>a {
    font-size: 12px;
    height: 48px;
    color: #fff;
    padding: 10px 5px;
}

ul.nav.header-nav.header-bottom-nav {
    justify-content: space-between;
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav>li {
    margin: 0;
}

ul.nav.header-nav.header-bottom-nav li>a i.icon-angle-down {
    display: none;
}

.topbar-right-address {
    width: 40%;
    text-align: center;
}

.topbar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.topbar-right-social ul {
    list-style: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.topbar-right-hotline a {
    font-weight: 600;
    font-size: 22px;
    color: #e62117;
}

.topbar-right-address {
    margin: 0 20px;
    padding: 0 20px;
    border-right: 1px dashed #6e6e6e;
    border-left: 1px dashed #6e6e6e;
}

.topbar-right-social ul li {
    margin: 0;
}

.topbar-right-social ul li img {
    height: 46px;
}

ul.nav.header-nav.header-bottom-nav li>ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid var(--primary-color);
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu {
    left: 0;
    top: 100%;
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid var(--primary-color);
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu li a {
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    position: relative;
    text-transform: initial;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    height: 40px;
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav>li.current-dropdown>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: var(--bg-gradien);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu li a:hover {
    color: #fff !important;
}


/*  */

ul.nav.header-nav.header-bottom-nav>li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.nav.header-nav.header-bottom-nav>li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav>li .sub-menu>li {
    position: relative;
}

ul.nav.header-nav.header-bottom-nav>li .sub-menu>li {
    width: 100%;
}

ul.nav.header-nav.header-bottom-nav>li .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

ul.nav.header-nav.header-bottom-nav li>ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

ul.nav.header-nav.header-bottom-nav .icon-angle-down:before {
    display: none;
}

ul.nav.header-nav.header-bottom-nav>li.has-dropdown>a>i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%231C1C1C"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}

div#masthead {
    border-bottom: 1px solid #F4F4F4;
}

ul.nav.header-nav.header-bottom-nav>li.sub_2row .sub-menu {
    display: flex;
    min-width: 520px;
    flex-flow: wrap;
}

ul.nav.header-nav.header-bottom-nav>li.sub_2row>.sub-menu>li {
    width: 50%;
}

ul.nav.header-nav.header-bottom-nav>li>.sub-menu li:hover>a,
ul.nav.header-nav.header-bottom-nav li:hover>a {
    background-color: #ff9400;
}


/* Header MB */

.header-main li.html.custom {
    display: block;
}

header#header form.searchform .search-field {
    height: 34px;
    padding: 0 16px 0 36px;
    border-radius: 6px;
    background: #F5F5F5;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: none;
    border: none;
}

header#header form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: -2px;
}

header#header form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: 10px;
    right: auto;
    position: absolute;
}

.mb_menu.rotate-mb span {
    background: none;
}

.mb_menu.rotate-mb span::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

.mb_menu.rotate-mb span::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}


/* Footer */

.absolute-footer {
    padding: 15px;
    border-top: 1px solid #d4d4d4;
}

.copyright-footer {
    font-size: 13px;
    line-height: 20px;
    color: #000;
}

.ss_footer {
    border-top: 1px solid #d4d4d4;
}

.ss_footer .logo_footer {
    width: 160px !important;
}

.ss_footer p.hotline {
    font-size: 15px;
    margin: 5px 0;
}

.ss_footer p.hotline a {
    font-weight: 700;
    font-size: 18px;
    color: #c75d5d;
}

.ss_footer a.button {
    padding: 6px 10px;
    color: #fff;
    box-shadow: 0 0 6px 1px #9e9e9e8a;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.footer_heading h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
    color: #595959;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer_heading h3:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #ff9400;
    width: 65px;
    bottom: 0;
    left: 0;
}

.ss_footer .col_info p {
    margin: 5px 0 !important;
    font-size: 13px;
}

.ss_footer .col_info p i {
    font-size: 16px;
}

.ss_footer .col_info i.fas.fa-directions {
    color: #004cff;
}

.pad_none {
    padding-bottom: 0 !important;
}

span.widget-title {
    background: var(--primary-color);
    color: #fff;
    padding: 0 10px;
    text-transform: inherit !important;
    font-weight: 600 !important;
    display: flex;
    line-height: 30px !important;
    border-radius: 2px;
    font-size: 14px !important;
    margin-bottom: 4px;
}

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

.widget form.searchform {
    margin-bottom: 10px;
}

.widget form.searchform .search-field {
    height: 30px;
    border: 1px solid var(--primary-color);
    box-shadow: none;
    font-size: 14px;
}

.widget form.searchform button.ux-search-submit {
    margin-left: 3px;
    height: 28px;
    font-size: 12px;
    width: 44px;
    background-color: var(--primary-color);
    border-radius: 2px !important;
}

.widget_search {
    margin-bottom: 15px;
}

section.ss_archive.section {
    padding: 20px 0;
}

nav.rank-math-breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #cbd2d9;
    padding: 10px;
    border-radius: 5px;
    background: #f8f8f8;
    line-height: 18px;
}

nav.rank-math-breadcrumb p {
    margin: 0;
}

h1.archive_title {
    font-size: 23px;
    border-bottom: 1px solid #ccc;
    line-height: 36px;
    margin-bottom: 20px;
}

.list-posts .post_item .box-image {
    min-width: 240px;
}

.list-posts .post_item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.list-posts .post_item .box .box-text {
    padding: 0 0 0 15px;
    vertical-align: top;
}

.list-posts .post_item .box .box-text h4 {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 18px;
}

.list-posts .post_item .box .box-text p {
    font-size: 14px;
    text-align: justify;
}

.left-info {
    overflow: hidden;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
}

h1.single_title {
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 135%;
    font-size: 25.6px!important;
    color: #000;
}

.left-info .item-meta {
    font-size: 15px;
}

.single_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.single_follow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
}

.single_follow a img {
    width: 35px;
    height: 35px;
}

.single_bottom .kksr-icon {
    width: 14px !important;
    height: 14px !important;
}

.kksr-legend {
    font-size: 14px !important;
}

a.goi-tongdai {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.contain_post_info {
    display: flex;
    margin-top: 20px;
    gap: 4px;
}

.contain_post_info>div {
    flex: 1;
}

.contain_post_info>.mb-show {
    display: none;
}

.contain_post_info a {
    padding: 5px;
}

.comment_here {
    background: #ff9400;
}

.contain_post_info a span {
    color: #fff!important;
    padding: 10px 0;
    padding-left: 50px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff!important;
    font-size: 14px!important;
}

.comment_here span {
    background: url(/wp-content/uploads/2024/01/dauhoi.png) no-repeat 0;
    background-size: 36px;
    background-position: left center;
}

.unit_cost {
    background: #1e88e5;
}

.booking_appointment {
    background: #4caf50;
}

.unit_cost span {
    background-image: url(/wp-content/uploads/2024/01/abc.png);
}

.booking_appointment span {
    background-image: url(/wp-content/uploads/2024/01/xyz.png);
}

.contain_post_info a span {
    background-size: 36px;
    background-position: left center;
    background-repeat: no-repeat;
}

.post_related_title {
    margin: 15px 0;
    font-weight: bold;
    color: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_related_title:after {
    flex: 1;
    height: 2px;
    content: "";
    background-color: #ff9400;
}


/* Page contyact */

.page_contact .page_title h1 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
    background: #f4f2f2;
    border-left: 4px solid #000;
    border-radius: 0 30px 30px 0;
    display: inline-block;
    width: auto;
}

.page_contact .col_info p {
    margin: 5px 0 !important;
}

.page_contact .col_form:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50px;
    width: 18px;
    height: 45px;
    background: url(/wp-content/uploads/2024/01/ar2.png) no-repeat -19px;
    z-index: 1;
}

.form_group {
    display: flex;
    gap: 5px;
}

.page_contact .col_form .wpcf7-form-control {
    font-size: 13px;
    padding: 7px 7px 7px 10px;
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

.page_contact .col_form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    margin-bottom: 10px;
}

.page_contact .col_form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
    padding: 7px 7px 7px 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.wpcf7-spinner {
    display: none;
}


/* Home */

.box-blog-post h5.post-title a {
    font-size: 18px;
    line-height: 28px;
}

.box-blog-post h5.post-title {
    margin-bottom: 14px;
}

.box-blog-post .is-divider {
    display: none;
}

p.from_the_blog_excerpt {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.home_title h3 {
    background: var(--primary-color);
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    color: #fff;
}

.home_title h3 a {
    color: #fff;
    display: inline-flex;
    padding: 2px 13px;
    line-height: 36px;
    font-size: 18px;
    border-bottom: 2px solid #0097b5;
}

.home_title:hover h3 a {
    text-decoration: underline;
}

.bch-left.col.post-item .col-inner {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e2e2e3;
}

.bch-left.post-item h3 {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin: 0;
    margin-bottom: 5px;
    padding: 0 0 7px;
}

.bch-left.post-item .thumb-container {
    float: left;
    margin: 0 10px 0 0;
    width: 140px;
}

.bch-left.post-item .item-description {
    font-size: 14px;
}

.bch-left.post-item .item-description p {
    margin: 0 !important;
}

.bch_item.post-item a {
    display: flex;
    background: url(/wp-content/uploads/2024/01/bg_dot_gray_3x3.gif) no-repeat left 15px;
    padding: 5px 0 5px 14px;
    font-size: 14px;
    line-height: 22px;
}

.blog_sub-feature .col.post-item {
    padding-bottom: 0;
}

.lastest_home .item-news .col-inner {
    margin-bottom: 6px;
    border-bottom: 1px dotted #e2e2e3;
}

.lastest_home .item-news h3 {
    min-height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 18px;
    line-height: 1.4;
}

.lastest_home .item-news .thumb-container {
    background: #f4f4f4;
    float: left;
    margin-right: 10px;
    width: 35%;
    height: 125px;
}

.lastest_home .item-news .thumb-container img {
    height: 100%;
    object-fit: cover;
}

.lastest_home .item-news .item-description {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.lastest_home .item-news .relates {
    margin-top: 5px;
    line-height: 22px;
    min-height: 63px;
}

.lastest_home .item-news .relates a {
    color: #666;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
}

li.ve-trang-chu a:hover i {
    background: #4caf50;
}

li.ve-trang-chu a:hover small {
    color: #4caf50;
}

li.dat-cau-hoi a:hover i {
    background: #ff9400;
}

li.dat-cau-hoi a:hover small {
    color: #ff9400;
}

li.dat-lich-hen a:hover i {
    background: #2196f3;
}

li.dat-lich-hen a:hover small {
    color: #2196f3;
}

li.chi-duong a:hover i {
    background: #683e24;
}

li.chi-duong a:hover small {
    color: #683e24;
}

li.tin-lien-quan a:hover i {
    background: #f44336;
}

li.tin-lien-quan a:hover small {
    color: #f44336;
}

.sidebar-ad {
    position: fixed;
    top: 50%;
    right: calc((100% - 1200px) / 2 + 1200px);
    transform: translateY(-50%);
}

.ss_archive .container {
    position: relative;
}

.sidebar-ad ul {
    list-style: none;
    margin: 0;
}

.sidebar-ad ul li a {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sidebar-ad ul li a i {
    height: 48px;
    width: 48px;
    background: #595959;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.sidebar-ad ul li a small {
    padding-top: 5px;
    width: max-content;
    font-size: 14px;
}

@keyframes calleffect {
    0% {
        -webkit-box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent;
        box-shadow: 0 0 8px 6px transparent, 0 0 0 0 transparent, 0 0 0 0 transparent
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px red, 0 0 12px 10px transparent, 0 0 12px 14px red;
        box-shadow: 0 0 8px 6px red, 0 0 12px 10px transparent, 0 0 12px 14px red
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px transparent, 0 0 0 40px transparent, 0 0 0 40px transparent;
        box-shadow: 0 0 8px 6px transparent, 0 0 0 40px transparent, 0 0 0 40px transparent
    }
}

small.hotline-ads {
    font-weight: 600;
    font-size: 20px !important;
    color: #ff0303;
    opacity: 1!important;
}

.sidebar-ad ul li.tin-lien-quan a i {
    animation: calleffect 3s infinite linear;
    background-color: #bb0404;
    opacity: .7;
}


/* Menu mb */

div#menu_bar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
}

.body_noscroll {
    height: 100%;
}

ul#header-menu {
    list-style: none;
}

div#menu_bar ul#header-menu>li {
    border: none;
    position: relative;
    margin: 0;
}

div#menu_bar ul#header-menu>li:not(:last-child) {
    border-bottom: 1px solid var(--primary-color);
}

div#menu_bar ul#header-menu>li>a {
    display: block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
}

div#menu_bar ul#header-menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px;
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0;
}

div#menu_bar ul.sub-menu li a {
    color: var(--primary-color);
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative;
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: var(--primary-color);
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
}

div#menu_bar ul#header-menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: var(--primary-color);
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
}

div#menu_bar i.icon-angle-down {
    display: none;
}

div#menu_bar {
    height: 450px;
    overflow-y: scroll !important;
}

div#menu_bar ul#header-menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px;
}

div#menu_bar ul#header-menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

div#menu_bar ul#header-menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block !important;
    padding-left: 15px !important;
}

div#menu_bar ul#header-menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
}

.has-dropdown .icon-angle-down {
    font-weight: bold !important;
    opacity: 1;
    top: -2px;
}

ul#header-menu {
    margin: 0;
    padding: 20px;
}

div#menu_bar {
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19) !important;
}

html.js.active {
    overflow: hidden;
}

div#menu_bar.scroll-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
}

.chaty-widget {
    position: fixed;
    left: auto;
    bottom: 85px;
    right: 35px;
    z-index: 999999;
    width: 54px;
    height: 54px;
}

.chaty-widget .chaty_list img,
.chaty-widget .chaty_list svg {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.chaty-widget .chaty_list a {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    box-shadow: 0 3px 6px rgb(0 0 0/10%);
}

.chaty-widget .chaty_list .chaty-channel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 0;
}

.chaty-widget .chaty_list.active .chaty-channel {
    opacity: 1;
}

.chaty_list {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 54px;
    width: 54px;
}

.chaty-widget .chaty-i-trigger {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.chaty-widget .chaty-i-trigger span.chaty-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.chaty-i-trigger.show {
    transform: rotate(180deg);
}

.chaty-widget * {
    transition: .5s;
}

.chaty-i-trigger.show span.chaty-svg {
    opacity: 1;
    transform: rotate(180deg);
}

.chaty_list.active .chaty-channel.phone {
    -webkit-transform: translateY(-310px);
    transform: translateY(-310px);
}

.chaty_list.active .chaty-channel.zalo {
    -webkit-transform: translateY(-248px);
    transform: translateY(-248px);
}

.chaty_list.active .chaty-channel.faq {
    -webkit-transform: translateY(-186px);
    transform: translateY(-186px);
}

.chaty_list.active .chaty-channel.mes {
    -webkit-transform: translateY(-124px);
    transform: translateY(-124px);
}

.chaty_list.active .chaty-channel.map {
    -webkit-transform: translateY(-62px);
    transform: translateY(-62px);
}

.chaty_list .chaty-channel.map a {
    background-color: rgb(39, 59, 122);
}

.chaty_list .chaty-channel.faq a {
    background-color: rgb(120 180 67);
}
.service_item .icon-box {
    padding: 20px 10px;
    background-color: #0097b5;
    border-radius: 10px;
    aspect-ratio: 16/11;
    margin-bottom: 10px;
}

.service_item .icon-box h4 {
    margin: 0;
}

.service_item .ux-menu a {
    font-size: 14px;
}
nav.rank-math-breadcrumb a {
    color: var(--primary-color);
}
span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.recent-blog-posts .badge.post-date {
    border-radius: 3px;
    overflow: hidden;
}

.recent-blog-posts a {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    margin: 0;
}

.widget_categories li.cat-item a {
    font-size: 14px;
}
/* Pc      --------------------------------------------- */

@media(min-width: 1023px) {
    .blog_topstory .box-blog-post h5.post-title a {
        font-size: 20px;
    }
}

@media (width: 1024px) {}

@media (max-width: 1024px) {}

@media (min-width: 990px) and (max-width: 1100px) {}


/*************** ------------------------PC và Tablet  --------------------------  ***************/

@media (min-width: 740px) {
    .meto_hp {
        display: none;
    }
}


/*************** ------------------------Tablet  --------------------------  ***************/

@media (min-width: 740px) and (max-width: 1023px) {
    .none_tablet {
        display: none !important;
    }
}

@media (max-width:990px) {}


/*************** ------------------------Mobile và Tablet --------------------------  ***************/

@media (max-width: 1023px) {
    .sidebar-ad {
        display: none;
    }
    .header-main li.html.custom {
        display: block !important;
    }
    .mb_menu span,
    .mb_menu span:after,
    .mb_menu span:before {
        display: block;
        width: 24px;
        height: 2px;
        background-color: var(--primary-color);
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .mb_menu span:after,
    .mb_menu span:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
    }
    .mb_menu span {
        position: relative;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .mb_menu span:after {
        top: 7px;
    }
    .mb_menu span:before {
        bottom: 7px;
    }
    li.html.custom.html_topbar_right a {
        background: #c31610;
        border-radius: 40px;
        width: 40px;
        height: 40px;
        animation-name: tada;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    li.html.custom.html_topbar_right a svg {
        transform: translateY(-2px);
    }
    @keyframes tada {
        from {
            transform: rotate(-20deg)
        }
        to {
            transform: rotate(20deg)
        }
    }
    div#wide-nav {
        min-height: 38px !important;
    }
    li.header-search-form.search-form {
        padding: 2px 0;
    }
    .item-description {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
	div#masthead {
		background: #0097b5;
	}
}


/*************** ------------------------ Mobile   --------------------------  ***************/

@media screen and (max-width: 549px) {
    .list-posts .post_item .box .box-text {
        padding: 20px 0 0;
    }
    .list-posts .post_item .box .box-text h4 {
        margin-bottom: 10px;
    }
    .list-posts .post_item .box .box-text p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }
    .single_bottom {
        flex-flow: column;
        align-items: start;
        gap: 5px;
    }
    .contain_post_info {
        margin-top: 10px;
        flex-flow: column;
    }
    .contain_post_info>div.mb-hide {
        display: none;
    }
    .contain_post_info>.mb-show {
        display: block;
    }
    .call_now.mb-show {
        background: red;
    }
    .call_now.mb-show span {
        background-image: url(/wp-content/uploads/2024/01/phone-contact.png);
    }
    .form_group {
        flex-flow: column;
    }
    .bch_item.post-item a {
        display: flex;
        background: url(/wp-content/uploads/2024/01/bg_dot_gray_3x3.gif) no-repeat left 15px;
        padding: 5px 0 5px 14px;
        font-size: 14px;
        line-height: 22px;
    }
    .blog_topstory .col.post-item,
    .blog_sub-feature .col.post-item {
        padding-bottom: 0 !important;
    }
    .blog_sub-feature .col.post-item>.col-inner {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 1px #e2e2e3;
    }
    .home .widget_search {
        display: none;
    }
    .meto_hp {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        box-shadow: 0 -4px 8px rgb(29 36 62 / 20%);
        background-color: #fff;
        z-index: 999999;
    }
    footer#footer {
        margin-bottom: 40px;
    }
    .meto_hp a {
        flex: 1;
        padding: 3px;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .meto_hp a span {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 13px;
        max-height: 26px;
        text-align: center;
        font-weight: 700;
        padding: 5px 0;
    }
    .meto_hp a:first-child {
        border-right: 2px solid #ccc;
    }
    .chaty-widget {
        right: 10px;
        bottom: 62px;
    }
	.service_item .icon-box{
        aspect-ratio: initial;
    }
	#logo img {
        max-height: 65px !important;
    }
}