/*
	Theme Name: DKCD Template
	Theme URI: http://chuyengiachuatri.vn
	Description: Giao diện website chuyengiachuatri.vn từ DKCD
	Version: 1.0.0
	Author: Aci
	Author URI: http://chuyengiachuatri.vn
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.allicon {
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.bn {
    margin-bottom: 0 !important;
}
body{
    position: relative;
}
.bg1,.hoverbg1:hover{
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.bg2{
    background: #ff3333;
    background: linear-gradient(90deg, #ff3333 15%, #f67f23 100%);
}
/*------------------------------------*\
    Header
\*------------------------------------*/
#header{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 2;
}
#headerWrp{
    align-items: center;
    padding: 10px 0;
}
#logo img{
    width: 163px;
    aspect-ratio: 163 / 50;
}
#header.noFixed{
    position: relative;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
/*------------------------------------*\
    Home Page
\*------------------------------------*/
#secSlider{
    margin-bottom: 0 !important;
}
.homeCate-items:not(:last-child) {
    margin-bottom: 3px
}
.homeCate-tit {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}
.homeCate-tit i {
    margin-right: 20px;
    width: 34px;
    height: 34px;
    background-position-y: -57px
}
#homeCate-ic0 {
    background-position-x: 0;
}
#homeCate-ic1 {
    background-position-x: -35px;
}
#homeCate-ic2 {
    background-position-x: -70px;
}
#homeCate-ic3 {
    background-position-x: -105px;
}
.homeCate-child {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 105px;
    align-items: center;
    transition: all 200ms ease-in-out
}
.homeCate-items.current .homeCate-child {
    display: flex;
}
.homeCate-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-1);
    width: calc(50% - 2.5px);
    height: 50px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}
.homeCate-child a:not(:nth-last-child(-n+2)) {
    margin-bottom: 5px;
}
.homeCate-child a:hover {
    font-weight: 500;
    border: 1px solid var(--color-gradient-1);
}


.secHead{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.secHead h2{
    margin: 0;
    font-family: var(--font-heading);
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.secHead .sec-des{
    width: 60%;
    text-align: center;
}
#pk-gioithieu .secHead{
    justify-content: flex-start;
    position: relative;
    align-items: flex-start;
}
#pk-gioithieu .secHead h2{
    position: relative;
    margin-top: 0;
}
#pk-gioithieu .secHead h2::after{
    content: '';
    display: block;
    width: 160px;
    height: 5px;
    margin-top: 15px;
    background: var(--color-secondary);
}
#pk-gioithieu > .col1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pk-gioithieu-text p{
    line-height: 30px;
}
.pk-gioithieu-text{
    text-align: justify;
    padding-right: 60px;
}
.pk-gioithieu-btns{
    display: flex;
    align-items: center;
}
.pk-gioithieu-btns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 48px;
    border-radius: 10px;
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}
.pk-gioithieu-btns a i{
    margin-right: 10px;
    font-size: 20px;
}
#pkgt-ic-1{
    width: 21px;
    height: 20px;
    background-position: -57px 0px;
    margin-bottom: 3px;
}
.pk-gioithieu-img img{
    border-radius: 30px;
    width: 100%;
    aspect-ratio: 484 / 433;
}
#pk-hinhanh{
    margin-top: 30px;
}
#pk-hinhanh img{
    border-radius: 20px;
    width: 280px;
    height: 220px;
}

.line-bottom{
    border-bottom: 1px solid #fff;
}
#sec3 .secHead, #sec3 .secHead h2{
    color: #fff;
}
#bsWrp{
    margin-top: 30px;
}
.bsItm{
    padding: 15px;
}
.bsBox{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bsBox-img img{
    width: 100%;
    max-width: 264px;
    aspect-ratio: 264 / 436;
}
.bsBox-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 15px 35px;
    margin-top: -30px;
    line-height: 1.6;
}
.bsBox-name{
    font-family: var(--font-heading);
    font-size: 20px;
    text-transform: uppercase;
}
.bsBox-name span{
    color: var(--color-primary);
}
.bsBox-info p{
    margin: 10px 0;
}
.bsBox-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    font-weight: 500;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);;
    border-radius: 10px;
}
.bsBox-link:hover{
    color: #fff;
}
.bsBox-link i{
    margin-left: 10px;
    font-size: 20px;
}
#bsWrp .slick-dots li.slick-active button{
    background-color: #fff;
}
#sec4 .secHead{
    margin-bottom: 30px;
}
#lydo{
    align-items: center;
}
.lydo-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lydo-box{
    background: var(--background-1);
    border-radius: 15px;
    padding: 10px 15px;
    margin: 7px 0;
    text-align: justify;
}
.lydo-box b{
    display: block;
    color: var(--color-secondary);
}
.lydo-img{
    text-align: center;
}
.lydo-img img{
    width: 100%;
}

#thietbi{
    background-color: var(--background-1);
    padding: 30px;
    border-radius: 30px;
}
.thietbi-itm{
    display: flex !important;
    align-items: center;
}
.thietbi-itm-img{
    width: 100%;
    max-width: 437px;
    aspect-ratio: 437 / 375;
    position: relative;
    margin: auto;
}
.thietbi-itm-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thietbi-itm-text{
    padding-right: 50px;
    text-align: justify;
}
.thietbi-itm-name{
    font-family: var(--font-heading);
    font-size: 20px;
    text-transform: uppercase;
}
.thietbi-itm-name span{
    color: var(--color-secondary);
}
.thietbi-itm-text p{
    line-height: 26px;
}
.thietbi-itm-text li{
    padding: 5px 0 5px 20px;
    position: relative;
}
.thietbi-itm-text li::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #666;
    position: absolute;
    top: 13px;
    left: 0;
}
#thietbi-thumb{
    margin-top: 15px;
}
.thietbi-thumb{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 15px 0;
    margin: 0 7px;
    border-radius: 20px;
    background-color: var(--background-1);
    border: 1px solid transparent;
}
.thietbi-thumb.slick-current{
    border-color: var(--color-primary);
}
.thietbi-thumb img{
    width: unset !important;
    max-height: 100%;
}
#sec6{}
#sec6 .secHead h2{
    color: #fff;
}
#tabs{
    margin: 30px 0;
    display: flex;
    justify-content: center;
    list-style: none;
}
#tabs .tab{
    min-width: 105px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 3px 25px 0px;
    margin: 0 20px;
    line-height: 35px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
}
#tabs .tab.active, #tabs .tab:hover{
    border-color: #fff;
}
.tab-content:not(.active){
    display: none;
}
.hPst{
    background: #fff;
    border-radius: 10px;
    padding: 10px
}
.hPst-img{
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    border: 1px solid #adadad;
    border-radius: 10px;
}
.hPst-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hPst-text h4, .hPst-text p{
    margin: 12px 0;
    text-align: justify;
}
.hPst-name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-primary);
}
.hPst-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hPst-link{
    display: block;
    text-align: center;
    font-weight: 500;
}
.hPst-link i{
    margin-left: 3px;
    font-size: 20px;
}
.hPst:hover .hPst-link{
    color: var(--color-primary);
}

#sec7{
    background-color: var(--background-1);
}
#sec7 .secHead h2{
    color: var(--color-secondary);
    margin-bottom: 30px;
}

.videos{
    text-align: justify;
    font-size: 18px;
}
.video-noibat{
    max-width: 970px;
    margin: 0 auto 30px;
    text-align: center;
}
.videos-wrap{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    background: var(--background-1);
    border: 10px solid var(--color-gradient-1);
}
.videos-wrap::after{
    content: "\f167"; /* Font Awesome play icon */
    font-family: "Font Awesome 5 Brands"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Use the solid version of the icon */
    font-size: 62px; /* Adjust the size of the play button */
    color: rgba(219, 34, 34, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;  
    cursor: pointer;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.videos-wrap.hide-after::after {
    display: none;
}
.videos-wrap img,.videos-wrap iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
.video-buttons{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.video-buttons a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 70px;
    border-radius: 15px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.video-buttons a i{
    margin-right: 10px;
}
#video-ic-1{
    width: 36px;
    height: 37px;
    background-position: -106px 0;
}
#video-ic-2{
    width: 45px;
    height: 42px;
    background-position: -145px 0;
}

#doitac{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doitac-itm{
    width: calc(20% - 15px);
    background: #fff;
    border: 1px solid #239bb0;
    border-radius: 20px;
    overflow: hidden;
}
.doitac-itm img{
    width: 100%;
    aspect-ratio: 207 / 108;
}

#secFrm{
    border-radius: 20px;
    padding: 15px 20px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: var(--background-1);
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
#secFrm-title{
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 15px;
}
#secFrm input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
}
#secFrm-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#secFrm-buttons em{
    flex: 1;
    padding-right: 5px;
    font-size: 14px;
    color: #333;
}
#secFrm-buttons button{
    position: relative;
    width: 130px;
    height: 40px;
    font-family: var(--font-heading);
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}
#secFrm-buttons button i{
    font-size: 20px;
    margin-right: 5px;
}

 /*------------------------------------*\
    Footer
\*------------------------------------*/
#footer{
    padding: 50px 0 0;
    color: #fff;
}
#ftWrap > div:nth-child(2){
    padding-right: 0 !important;
}
#ftInfo li{
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}
#ftInfo li i{
    width: 40px;
    font-size: 20px;
    padding-top: 8px;
    text-align: right;
    padding-right: 10px;
}
#ftInfo li span{
    flex: 1;
    line-height: 26px;
}
#ftSocial{
    padding-top: 5px;
    position: relative;
}
#ftSocial-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#ftSocial-links a{
    flex: 1;
    height: 50px;
}
#ftFrm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.ftFrm-text{
    font-weight: bold;
    text-transform: uppercase;
}
.ftFrm{
    display: flex;
    width: 370px;
    height: 50px;
    padding: 5px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.33);
}
.ftFrm button{
    width: 75px;
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.ftFrm button i{
    font-size: 18px;
    margin-right: 2px;
}
.ftFrm input{
    flex: 1;
    background-color: transparent;
    padding: 0 15px;
}
.ft-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffff33;
}
#ftNav > div:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ftNav ul {
    margin-top: 5px;
}
.ftNav ul li a{
    position: relative;
    line-height: 36px;
}
.ftNav ul li a::before{
    content: '\f105';
    font-family: var(--font-awesome);
    color: #ffff33;
    margin-right: 7px;
}
#ft-giayphep{
    text-align: center;
}
#ft-giayphep img{
    display: block;
    margin: auto;
    max-width: 100%;

}
#copyright{
    background: #158987;
    margin-top: 30px;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}



/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
body.category, main.categories{
    background-color: var(--background-1);
}
#main{
    padding-bottom: 50px;
}
#cateTop{
    padding: 50px 0 30px;
}
#cateTitle{
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 30px;
    color: var(--color-secondary);
    font-weight: 400;
}
#cateChild{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
#cateChild li{
    width: calc(100% / 6 - 10px);
    padding-top: 10px;
    margin: 0 5px;
}
#cateChild li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    border: 1px solid var(--color-gradient-1);
}
#cateChild li.current a,#cateChild li:hover a{
    color: #fff;
    background: var(--background-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.catePosts{
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 30px;
}
#cateDetail{
    align-items: stretch;
    padding: 30px;
    color: #fff;
    background: var(--background-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.catePosts-thumb{
    width: 240px;
    aspect-ratio: 600 / 400;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}
#cateDetail-thumbnail{
    aspect-ratio: 600 / 550;
}
.catePosts-thumb img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cateDetail-thumbnail img{
    aspect-ratio: 600 / 550;
}
.catePosts-info{
    padding-left: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catePosts-info p{
    line-height: 26px;
}
#cateDetail-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.cateDetail-link{
    color: #ffe821;
    font-weight: 500;
}
#cateDetail-buttons{
    display: flex;
    align-items: center;
}
#cateDetail-buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    width: calc(50% - 7px);
    max-width: 210px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-right: 25px;
}
#cateDetail-datlich{
    background-color: #fff;
    color: var(--color-primary);
}
#cateDetail-buttons a i{
    margin-right: 10px;
}
#cateDetail-ic1{
    width: 22px;
    height: 22px;
    background-position: -81px -24px;
}
#cateDetail-ic2{
    width: 32px;
    height: 30px;
    background-position: -93px 0;
    background-size: 325px;
}

.catePosts-name{
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 12px;
}
.catePosts:hover .catePosts-name{
    color: var(--color-primary);
}
.catePosts-des{
    margin: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pagination a, .pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease;
}
.pagination .next,.pagination .prev{
    width: unset;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination a:hover, .pagination .current {
    color: #fff;
    border-color: var(--color-primary);
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}



/*------------------------------------*\
    POST
\*------------------------------------*/
#breadcrumbs{
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666;
    font-weight: 700;
}
#breadcrumbs span span:last-child a, .breadcrumb_last{
    color: var(--color-primary);
}
#postCntn{
    background-color: rgb(241 252 247 / 35%);
    border-radius: 20px;
    padding: 10px 30px;
}

#postTitle{
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0;
}
#postMeta {
    display: flex;
    align-items: center;
    background: #e8f3f5;
    padding: 7px 0;
    border-radius: 5px;
}
#postMeta > span {
    width: 30%;
    font-size: 14px;
    text-align: center;
    color: #666;
}
#postMeta > span.postMeta-author{
    width: 40%;
}
#postMeta > span i{
    margin-right: 5px;
}
#postMeta > span.postMeta-author i{
    transform: rotateZ(285deg);
}
#postMeta > span:not(:last-child) {
    border-right: 1px solid #fff;
}
#postRating {
    direction: ltr;
    unicode-bidi: bidi-override;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
#postRating .star {
    color: #ccc;
    transition: color 0.2s;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0;
}
#postRating .star.full, #postRating .star.selected.full {
    color: gold;
}
#postRating .star.half::before {
    content: '★';
    color: gold;
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}
.postDetail{
    padding-top: 10px;
}
/* #postThumbnail{
    float: right;
    max-width: 280px;
    margin-left: 1em;
    margin-top: 1em;
}
#postThumbnail img{
    width: 100%;
    border-radius: 20px;
} */
#postBS{
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 350px;
    min-height: 120px;
    padding: 5px 10px;
    border: 1px solid var(--color-primary);
    margin: 1rem auto;
    border-radius: 10px;
}
#postBS-thumb{
    width: 100px;
}
#postBS-thumb img{
    border-radius: 10px;
}
#postBS-info{
    padding-left: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 25px;
}
#postBS-title{
    color: var(--color-primary);
    font-family: var(--font-heading);
    text-align: center;
}
#postBS-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#postBS-btn a{
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 500;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}
#postBS-btn a#postBS-lc{
    color: #fff;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.postDetail p, .postDetail li{
    text-align: justify;
    line-height: 26px;
}
.postDetail h2{
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.postDetail h2, .postDetail h2 *{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.postDetail h3{
    position: relative;
    padding-left: 30px;
}
.postDetail h3::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(img/pstIC-h3.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.postDetail h3, .postDetail h3 *{
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.postDetail h4, .postDetail h4{
    font-weight: 700;
}
.postDetail img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.postDetail ul{
    margin: 0.75em 0;
    list-style: disc;
    padding-left: 20px;
}
.postDetail ul li{
    margin: 0.25em 0;
}
.postDetail blockquote{
    background-color: var(--background-1);
    padding: 10px 30px;
    border-radius: 10px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #d7d7d7;
}
.postDetail blockquote::before, .postDetail blockquote::after{
    content: '';
    display: block;
    width: 10px;
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.postDetail blockquote::before{
    left: 0;
    border-radius: 0 5px 5px 0;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
.postDetail blockquote::after{
    right: 0;
    border-radius: 5px 0 0 5px;
    background: var(--color-gradient-1);
    background: linear-gradient(270deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}

/* Post test */
#testPost {
    padding: 30px;
    color: #fff;
    margin: 10px 0;
    border-radius: 15px;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
#testPost-head {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
#testPost-ct {
    color: #000;
    position: relative;
    background-color: var(--background-1);
    /* background-image: linear-gradient(140deg,#cbf0f1 0%,#d6fbfc 50%,#eeffff 75%);
    border: 1px dashed #2b81da; */
    padding: 25px 0;
    border-radius: 25px;
    padding: 15px 20px 0
}
.testPost-ch {
    padding-bottom: 15px
}
.testPost-tit {
    font-weight: 700
}
.testPost-ct {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.testPost-ct br{
    display: none;
}
.testPost-ct label {
    width: calc(50% - 7px);
    margin: 3px 0;
    font-weight: 400;
    cursor: pointer
}
.testPost-ct input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 13px;
    width: 13px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 1px solid var(--color-primary);
    /* border: 1px solid #0094ba; */
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 8;
    border-radius: 50%;
    margin-right: 10px
}
.testPost-ct input:checked {
    background: var(--color-gradient-1)
}
#testPost-bottom {
    text-align: center;
    padding-top: 15px
}
.testPost-frm input {
    width: 100%;
    /* border: 1px solid #2d89a0; */
    border: 1px solid var(--color-primary);
    padding: 13px 10px;
    max-width: 500px;
    border-radius: 10px;
    margin: 10px 0;
    height: 45px;
    text-align: center
}
.testPost-gbt {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}
.testPost-gbt a {
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 1px solid #2d89a0;
    margin: 0 5px;
    font-size: 18px;
    font-family: var(--font-heading);
}
#testPost-send,#testPost-live.active {
    color: #473d26;
    border: 1px solid #c5952b;
    background: #c5952b;
    background: linear-gradient(90deg, #c5952b 0%, #fef59a 50%, #c5952b 100%);
}
#testPost-live,#testPost-send.active {
	color: #fff;
    border: 1px solid #cb0008;
    background: #cb0008;
    background: linear-gradient(90deg, #cb0008 0%, #ff5156 50%, #cb0008 100%);
}

#postBot,#postSim,#pstUudai{
    margin: 1em 0;
}
.postBot-doingubs{
    width: 100%;
    border-radius: 20px;
}
#pstUudai{
	padding: 10px 30px;
	text-align: justify;
    border-radius: 20px;
    background-color: rgb(241 252 247 / 35%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
}
#pstUudai a, #pstUudai b, #pstUudai strong{
	color: #f00;
}
#pstUudai a{
	font-weight: 700;
}
#pstUudai p, #pstUudai li{
    line-height: 1.6;
}
#pstUudai ul{
    list-style: disc;
    padding-left: 20px;
}
#pstUudai ul li{
    margin: 0.25em 0;
}
#pstUudai-banner{
    position: relative;
    display: inline-block;
}
#pstUudai-links{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    height: 50px;
}
#pstUudai-links a{
    margin-right: 10px;
    display: inline-block;
    height: 50px;
}
#pstUudai-livechat{
    width: 125px;
}
#pstUudai-hotline{
    width: 300px;
}

#postSim{
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
#postSim-title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
#postSim-lst{
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.postSim{
    margin: 0 15px;
    display: flex;
    flex-direction: column;
}
.postSim-thumb{
    display: block;
    margin-bottom: 10px;
    aspect-ratio: 242 / 162;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #999;
}
.postSim-thumb img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.postSim-name {
    font-weight: 700;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



/*------------------------------------*\
    Page Liên hệ
\*------------------------------------*/
.secWrp-contact{
    padding-top: 30px;
    padding-bottom: 30px;
}
.working-hours-box,.contact-box{
    background-color: var(--background-1);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.working-hours-box b, .contact-box span{
    color: #666666;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-heading);
}
.working-hours-box span{
    margin-bottom: 10px;
    font-weight: 400;
}
.contact-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.contact-icon i{
    background-position-y: -207px;
}
#contactIC-1{
    width: 51px;
    height: 55px;
    background-position-x: -1px;
}
#contactIC-2{
    width: 63px;
    height: 65px;
    background-position-x: -55px;
}
#contactIC-3{
    width: 40px;
    height: 40px;
    background-position-x: -120px;
}
#contactIC-4{
    width: 57px;
    height: 48px;
    background-position-x: -162px;
}
#contactIC-5{
    width: 54px;
    height: 47px;
    background-position-x: -221px;
}

#contact-info{
    background-color: var(--background-1);
}
.contact-box{
    background-color: #fff;
}
#contact-maps{
    position: relative;
    overflow: hidden;
}
#contact-maps img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
#contact-maps-list{
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    max-width: 470px;
    min-height: 450px;
}
#contact-maps-list li{
    position: relative;
    padding: 7px 0 7px 30px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px dashed #f5f0e2;
}
#contact-maps-list li:last-child{
    border-bottom: none;
}
#contact-maps-list li::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    top: calc(50% - 4px);
    left: 10px;
}


#contact-form-wrap{
    flex-direction: column;
    align-items: center;
}
.contact-form-text{
    font-size: 18px;
    line-height: 30px;
}

#secFrm.secFrm-contact{
    padding-left: 70px;
    padding-right: 70px;
}
#secFrm.secFrm-contact #secFrm-title{
    font-size: 24px;
}
#secFrm.secFrm-contact .d_contact > div {
    padding-left: 5px;
    padding-right: 5px;
}
#secFrm.secFrm-contact input{
    border-radius: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
#secFrm.secFrm-contact textarea{
    width: 100%;
    border-radius: 5px;
    height: 100px;
    padding: 5px 10px;
}
#secFrm.secFrm-contact #secFrm-buttons em{
    color: #333;
    font-size: 16px;
}
#secFrm.secFrm-contact #secFrm-buttons button{
    height: 40px;
    width: 140px;
}


/*------------------------------------*\
    Page Giới thiệu
\*------------------------------------*/
.page-gioi-thieu p{
    text-align: justify;
    line-height: 30px;
}
.page-gioi-thieu .secHead h2{
    font-size: 30px;
}
#gtIntro-box1{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--background-1);
    border-radius: 30px;
    padding: 30px 100px;
    text-align: justify;
    text-align-last: center;
}
#pageTitle{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-heading);
    color: var(--color-primary);
    text-transform: uppercase;
    margin: 0;
}
.gtIntro-slogan{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--color-primary);
    font-family: 'Aristote', sans-serif;
}
.gtPk-box:not(:last-child) {
    margin-bottom: 35px;
}
.gt-img{
    border-radius: 30px;
}
#gtIntro-box2{
    margin-top: 50px;
    align-items: center;
}
#gt-uudiem,#gt-giatri{
    background-color: var(--background-1);
}
#gt-uudiem .secHead, #gt-giatri .secHead{
    margin-bottom: 30px;
}
.gtUudiem-box{
    height: 180px;
    background: #fff;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px 0;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(102, 102, 102, 0.2);
}
.gtUudiem-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin-bottom: 10px;
}
.gtUudiem-icon i{
    background-position-y: -273px;
}
#gtUudiem-ic1{
    width: 29px;
    height: 35px;
    background-position-x: 0;
}
#gtUudiem-ic2{
    width: 26px;
    height: 36px;
    background-position-x: -31px;
}
#gtUudiem-ic3{
    width: 32px;
    height: 37px;
    background-position-x: -59px;
}
#gtUudiem-ic4{
    width: 13px;
    height: 33px;
    background-position-x: -95px;
}
#gtUudiem-ic5{
    width: 32px;
    height: 32px;
    background-position-x: -110px;
}
#gtUudiem-ic6{
    width: 40px;
    height:33px;
    background-position-x: -144px;
}

.gtPk-box:not(:last-child()){
    margin-bottom: 50px;
}

#gtGiatri-wrap > div:not(:nth-last-child(-n+3)){
    padding-bottom: 30px;
}

.gtGiatri-box{
    background: #fff;
    border-radius: 20px;
    padding: 0 30px 1px;
    height: 100%;
    
}
.gtGiatri-head{
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--color-primary);
}
.gtGiatri-head span{
    flex: 1;
    text-align: center;
    text-transform: uppercase;
}
.gtGiatri-number{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
    background-color: #36b1e3;
    position: relative;
}
.gtGiatri-number::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 10px solid #fff;
}
.gtGiatri-number.bgc-2{
    background-color: #64d0da;
}
.gtGiatri-number.bgc-3{
    background-color: #94bb10;
}
.gtGiatri-number.bgc-4{
    background-color: #f8bb4c;
}
.gtGiatri-number.bgc-5{
    background-color: #fb8f2b;
}
.gtGiatri-number.bgc-6{
    background-color: #e24855;
}
.gtGiatri-box p{
    font-size: 16px;
    line-height: 26px;
    text-align-last: center;
}

/*------------------------------------*\
    Page bác sĩ
\*------------------------------------*/
.page-bac-si{
    background-color: var(--background-1);
}
.page-bac-si #gtIntro-box1{
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0 2px 5px rgb(203 159 98 / 20%);
}
#bsLst-wrap{
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
#lstBs-wrap > div {
    padding-bottom: 30px;
}
.lstBsBox{
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    height: 100%;
    box-shadow: 0 2px 5px rgb(203 159 98 / 20%);
}
.lstBsBox .bsBox-img img{
    border-radius: 50%;
    width: 220px;
    aspect-ratio: 1 / 1;
}
.lstBsBox .bsBox-info{
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.page-bac-si #breadcrumbs{
    padding-top: 30px;
    height: unset;
}
.sbLeft-bsBox{
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sbLeft-bsBox.current{
    background: rgb(26,141,164);
    background: linear-gradient(240deg, rgba(26,141,164,1) 0%, rgba(29,158,133,1) 100%);
}
.sbLeft-bsBox-img{
    width: 100px;
    aspect-ratio: 1 / 1;
    position: relative;
}
.sbLeft-bsBox-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sbLeft-bsBox-info{
    flex: 1;
    padding-left: 20px;
    color: #666;
    line-height: 1.6;
}
.sbLeft-bsBox-info span{
    display: block;
}
.sbLeft-bsBox-name{
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-heading);
    color: var(--color-primary);
}
.sbLeft-bsBox.current .sbLeft-bsBox-info *{
    color: #fff;
}

#bsHead{
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: auto;
    padding: 25px 40px;
    border-radius: 20px;
    position: relative;
}
#bsHead:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(img/bs-info-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
#bsHead > div{
    position: relative;
    z-index: 1;
}
.postBs-img{
    width: 220px;
    aspect-ratio: 1 / 1;
    position: relative;
}
.postBs-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.postBs-text{
    flex: 1;
    padding-left: 30px;
    color: #fff;
}
.postBs-name{
    font-family: var(--font-heading);
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
}
.postBs-ck{
    margin-bottom: 20px;
}
.postBs-inf {
    margin: 30px 0
}
.postBs-inf li {
    height: 30px
}
.postBs-inf li span {
    display: inline-block;
    width: 160px
}
.postBs-inf li span i {
    font-size: 18px;
    margin-right: 5px
}
.postBs-inf li b i{
    color: #ffe400;
    margin-right: 3px;
}
.postBs-inf{
    margin-bottom: 0;
}
#bsDetail{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgb(203 159 98 / 20%);
}
#bsDetail-btn{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
#bsDetail-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 7px);
    max-width: 200px;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}
#bsDetail-btn a i{
    font-size: 20px;
    margin-right: 5px;
}


/*------------------------------------*\
    Page thiết bị
\*------------------------------------*/
#pThietbi{
    padding-top: 0 !important;
}
.pThietbi-box{
    align-items: center;
    background-color: var(--background-1);
    border-radius: 30px;
    padding: 30px 70px;
    margin-bottom: 30px;
}   
.pThietbi-box:nth-child(odd){
    background-color: #fafafa;
}
.pThietbi-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pThietbi-img img{
    max-width: 100%;
    max-height: 100%;
}
.pThietbi-name{
    font-family: var(--font-heading);
    font-size: 20px;
    text-transform: uppercase;
}
.pThietbi-name span{
    color: var(--color-secondary);
}
.pThietbi-text p{
    line-height: 26px;
}
.pThietbi-text li{
    padding: 5px 0 5px 20px;
    position: relative;
}
.pThietbi-text li::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #666;
    position: absolute;
    top: 13px;
    left: 0;
}







@media screen and (min-width: 992px){
    /*------------------------------------*\
        Header
    \*------------------------------------*/
    #header.noFixed{
        padding-bottom: 30px;
    }
    #slogan{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 35px;
    }
    #slogan-text{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        height: 50px;
        padding: 0 25px;
        border-radius: 10px;
        font-family: var(--font-heading);
        color: #ff3232;
        text-transform: uppercase;
    }
    #hotline{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #hdIcon-1{
        width: 54px;
        height: 53px;
        background-position: 0 0;
        margin-right: 10px;
    }
    #hotline-text{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 14px;
    }
    #hotline-text .line{
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin: 5px 0;
    }
    #hotline-text span:first-child{
        font-size: 20px;
    }

    .secWrp:not(#secSlider){
        padding: 50px 0;
    }
	/*------------------------------------*\
        Main Menu
    \*------------------------------------*/
    #navHeader{
        background: #ffffff;
        border-radius: 10px;
        padding: 0px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
        position: relative;
    }
    #mainMenu{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }
    #mainMenu > li{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mainMenu > li:not(:first-child) > a > i, #mainMenu > li:first-child > a > span{
        display: none;
    }
    #mainMenu > li > a{
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 28px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
    }
    #mainMenu > li:first-child > a{
        font-size: 18px;
    }
    #mainMenu > li:hover > a::after{
        content: '';
        display: block;
        width: calc(100% - 56px);
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 28px;
        background: var(--color-primary);
    }
    #mainMenu > li:hover > .sub-menu{
        display: flex;
    }
    #mainMenu .sub-menu{
        display: none;
    }
    #mainMenu > li > .sub-menu{
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        border-top: 1px solid var(--color-primary);
        border-bottom: 3px solid var(--color-primary);
        background: #fff;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        z-index: 2;
    }
    #mainMenu > li > ul.sub-menu > li{
        width: 25%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #mainMenu > li > ul.sub-menu > li > a{
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 2px solid var(--color-gradient-1);
        color: var(--color-gradient-1);
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu{
        display: block;
        margin-top: 10px;
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu a{
        display: block;
        position: relative;
        font-weight: 500;
        padding: 5px 0 3px 15px;
        border-bottom: 1px dashed #666;
        color: #555;
        font-size: 15px;
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu a::before{
        content: '\f0da';
        display: block;
        font-family: var(--font-awesome);
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 5px;
    }
    #navHeader-dathen{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 40px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 8px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid var(--color-primary);
        margin-left: 15px;
    }
    #hdIcon-2{
        width: 21px;
        height: 20px;
        background-position: -57px 0px;
        margin-right: 7px;
    }
    /*------------------------------------*\
        Footer
    \*------------------------------------*/

    


    /*------------------------------------*\
        Home
    \*------------------------------------*/
    #homeCate-ct {
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 20px 15px;
        height: 100%;
        text-align: justify;
        line-height: 1.7
    }
    .homeCate-ct {
        display: none
    }
    .homeCate-ct.current {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .homeCate-title {
        margin: 0px;
        font-size: 24px
    }
    #frmH {
        border-radius: 10px;
        background: #eee
    }
    #frmH-head {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase;
        color: #fff
    }
    #frmH-ic {
        width: 21px;
        height: 20px;
        background-position: -57px 0px;
        margin-right: 5px
    }
    #frmH-cntn {
        padding: 20px 10px 10px
    }
    #frmH-cntn input,#frmH-cntn textarea {
        width: 100%;
        height: 40px;
        background: #fff;
        border-radius: 7px;
        margin-bottom: 10px;
        padding: 0 10px;
        outline: none
    }
    #frmH-cntn textarea {
        height: 112px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none
    }
    #frmH-cntn button {
        display: block;
        margin: 0 auto 15px;
        width: 175px;
        height: 40px;
        border-radius: 10px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 500;
    }
    #frmH-cntn i {
        font-size: 20px;
        margin-right: 10px
    }

    #sbFrm {
        position: -webkit-sticky;
        position: sticky;
        top: 170px;
        background-color: var(--background-1);
    }
    
    .lydo-col:first-child{
        padding-right: 0;
    }
    .lydo-col:last-child{
        padding-left: 0;
    }

    /* POPUP CTA PC */
    #pCTA{
        position: fixed;
        top: 50%;
        right: -100%;
        transform: translateY(-50%);
        transition: right 500ms;
    }
    #pCTA.active{
        right: 15px;
    }
    #pCTA-buttons{
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .pCTA-btn{
        flex: 1;
    }
    
    /*------------------------------------*\
        POST
    \*------------------------------------*/
    #postCntn{
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }
    #postBS{
        float: right;
        margin: 20px 0 0 15px;
    }
    /*------------------------------------*\
        SIDEBAR
    \*------------------------------------*/
    .sbBox{
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }
    .sbTit{
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        border-radius: 20px 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-family: var(--font-heading);
    }
    #sbTit-ic1{
        margin-right: 10px;
        width: 21px;
        height: 20px;
        background-position: -57px 0px;
    }
    #sbTit-ic2{
        margin-right: 10px;
        width: 21px;
        height: 20px;
        background-position: -57px -22px;
    }
    #sbPostWrp{
        padding: 10px 10px 0;
    }
    .sbPost{
        padding-bottom: 25px;
    }
    .sbPost-thumb{
        display: block;
        margin-bottom: 10px;
        aspect-ratio: 242 / 162;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #999
    }
    .sbPost-thumb img{
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .sbPost-name{
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #sbBsWrp{
        padding: 12px 10px 10px;
    }
    .sbBs{
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .sbBs-thumb img{
        border-radius: 50%;
    }
    .sbBs-info{
        text-align: center;
        padding-top: 10px;
    }
    .sbBs-name{
        text-transform: uppercase;
        font-family: var(--font-heading);
    }
    .sbBs-name span{
        color: var(--color-primary);
        display: block;
    }
    .sbBs-link{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 150px;
        height: 40px;
        font-weight: 500;
        border-radius: 10px;
        margin: 0 auto;
        color: #fff;
    }
    .sbBs-link i{
        font-size: 20px;
        margin-left: 10px;
    }
    #sbBsWrp .slick-dots{
        position: static;
    }
    #stickySidebar{
        top: 50px;
    }
    #sbFrm{
        padding: 12px 10px;
    }
    #sbFrm-title{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-transform: uppercase;
        font-family: var(--font-heading);
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    #sbFrm-cntn input, #sbFrm-cntn textarea{
        width: 100%;
        height: 40px;
        border-radius: 5px;
        padding: 0 15px;
        margin-bottom: 10px;
        border: none;
        background: #fff;
    }
    #sbFrm-cntn textarea{
        height: 110px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #sbFrm-cntn button {
        display: block;;
        position: relative;
        width: 130px;
        height: 40px;
        margin: auto;
        font-family: var(--font-heading);
        color: #473d26;
        font-size: 18px;
        cursor: pointer;
        border-radius: 10px;
        border: 1px solid #d2b04c;
        background: #c5952b;
        background: linear-gradient(90deg, #c5952b 0%, #fef59a 50%, #c5952b 100%);
    }
    #sbFrm-cntn button i {
        font-size: 20px;
        margin-right: 5px;
    }

    body.single #sidebarL,body.single #sidebarR{
        margin-top: 50px;
    }
    body.page .pageWrp {
        padding-top: 50px;
    }
    #customTOC{
        top: 50px;
    }
    .acit-toc-container{
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }
    .acit-toc-container .acit-toc-title{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        color: #fff !important;
        font-size: 16px;
        text-transform: uppercase;
        background: var(--color-gradient-1);
        background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
    }
    .acit-toc-container .acit-toc-toggle{
        display: none;
    }
    .acit-toc-container .acit-toc-list{
        list-style: none !important;
        padding: 10px;
    }
    .acit-toc-container .acit-toc-list li {
        counter-increment: toc-counter;
        list-style: none;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 20px;
    }
    .acit-toc-container .acit-toc-list li::before {
        content: counter(toc-counter) ". ";
        font-weight: 500;
        font-size: 14px;
    }
    .acit-toc-container .acit-toc-list {
        counter-reset: toc-counter;
    }
    .acit-toc-container .acit-toc-list a{
        color: #333 !important;
        font-size: 15px;
        line-height: 20px;
    }
    .acit-toc-container .acit-toc-list a:hover{
        text-decoration: none;
        color: var(--color-primary) !important;
    }
    #gt-intro{
        margin-top: -100px;
        position: relative;
        z-index: 1;
    }
    .gtPk-box:first-child,#gtDangky-box{
        align-items: center;
    }
    .gtPk-box:nth-child(odd),#gtDangky-box{
        flex-direction: row-reverse;
    }
    .gtPk-box .secHead{
        margin-bottom: 10px;
        align-items: flex-start;
    }
    
    .pThietbi-box:nth-child(even){
        flex-direction: row-reverse;

    }





}





@media screen and (max-width: 991.98px){
	section:not(#secSlider) {
        padding: 30px 0;
    }
    #logo img{
        width: 136px;
    }
    #hdRight-m{
        margin-left: -10px;
        display: flex;
        align-items: center;
    }
    /* .hdSearch{
        width: calc(100% - 40px);
        max-width: 180px;
        padding-right: 10px;
        text-align: center;
        position: relative;
    }
    .hdSearch input{
        width: 100%;
        height: 36px;
        background-color: #fff;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 10px;
        color: #666;
    }
    .hdSearch button{
        width: 30px;
        height: 36px;
        background-color: transparent;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        color: #666;
        font-size: 18px;
    } */
     #slogan-mobi {
        background-color: #fff;
        padding: 0px 12px;
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
        text-transform: uppercase;
        font-family: var(--font-heading);
        color: #fc1b2a;
        margin: auto;
    }
    #slogan-mobi span{
        background: linear-gradient(to right, #f67f23 0%, #ff2222 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }
    #btnMenu{
        width: 40px;
        height: 36px;
        background: #fff;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 24px;
        margin-left: auto;
    }
    /* #logo-yte{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 15px;
    } */
    .secHead h2{
        font-size: 26px;
    }
    .secHead .sec-des{
        width: 100%;
    }
    .homeCate-items {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-bottom: 7px !important; 
    }
    .homeCate-tit{
        width: 100px;
        height: unset;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
        text-transform: none;
        text-align: center;
        font-size: 14px;
    }
    .homeCate-items:first-child .homeCate-tit{
        padding-left: 10px;
        padding-right: 10px;
    }
    .homeCate-tit i{
        margin-bottom: 7px;
        margin-right: 0;
    }
    .homeCate-child{
        display: flex !important;
        flex: 1;
        padding: 0 0 0 7px!important;
    }
    .homeCate-child a{
        text-transform: capitalize;
        padding: 3px 5px;
        text-align: center;
        line-height: 18px;
        border-radius: 5px;
    }



    #sec2{
        padding-top: 0 !important;
    }
    #pk-hinhanh > div:nth-child(-n+2){
        padding-bottom: 20px;
    }
    #pk-hinhanh img{
        border-radius: 10px;
        width: 217px;
        height: unset;
        aspect-ratio: 217px / 171px;
    }
    .lydo-img{
        padding-bottom: 15px;
    }
    #lydo .order1m{
        order: -1;
    }
    .lydo-col:first-child .lydo-box:nth-of-type(odd),
    .lydo-col:last-child .lydo-box:nth-of-type(even){
        padding-left: 60px;
    }
    .lydo-col:first-child .lydo-box:nth-child(even),
    .lydo-col:last-child .lydo-box:nth-child(odd){
        padding-right: 60px;
    }
    .lydo-box{
        position: relative;
    }
    .lydo-box:before{
        content: '';
        background-image: url(img/icon.png);
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        background-position-y: -152px;
        position: absolute;
        top: calc(50% - 25px);
        z-index: 1;
    }
    .lydo-col:first-child .lydo-box:nth-child(odd)::before,
    .lydo-col:last-child .lydo-box:nth-child(even)::before {
        left: 0px;
    }

    .lydo-col:first-child .lydo-box:nth-child(even)::before,
    .lydo-col:last-child .lydo-box:nth-child(odd)::before {
        right: 0px;
    }
    .lydo-col:first-child .lydo-box:nth-of-type(1)::before{
        background-position-x: 0;
    }
    .lydo-col:first-child .lydo-box:nth-of-type(2)::before{
        background-position-x: -52px;
    }
    .lydo-col:first-child .lydo-box:nth-of-type(3)::before{
        background-position-x: -104px;
    }
    .lydo-col:last-child .lydo-box:nth-of-type(1)::before{
        background-position-x: -156px;
    }
    .lydo-col:last-child .lydo-box:nth-of-type(2)::before{
        background-position-x: -208px;
    }
    .lydo-col:last-child .lydo-box:nth-of-type(3)::before{
        background-position-x: -260px;
    }
    .bsBox-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    #thietbi{
        border-radius: 20px;
        padding: 20px 10px
    }
    .thietbi-itm{
        display: block !important;
    }
    .thietbi-itm-text{
        padding-right: 0;
    }
    .thietbi-itm-text p, .thietbi-itm-text ul{
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .thietbi-itm-text li{
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .thietbi-thumb{
        margin: 5px;
        height: 95px;
        border-radius: 10px;
    }
    #tabs{
        flex-wrap: wrap;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    #tabs .tab{
        margin-left: 3px;
        margin-right: 3px;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 14px;
        border-radius: 6px;
        text-transform: capitalize;
        border: 1px solid #fff;
        margin-bottom: 7px;
        width: calc(50% - 7px);
    }
    #tabs .tab.active{
        background: #fff;
        color: var(--color-primary);
    }
    .tab-content > div:not(:last-child){
        padding-bottom: 20px;
    }
    .hPst{
        padding-bottom: 1px;
    }
    .hPst-link{
        display: none !important;
    }
    .videos-wrap{
        border-radius: 10px;
    }
    .videos-wrap::after{
        font-size: 42px;
    }
    .video-buttons{
        justify-content: space-between
    }
    .video-buttons a{
        width: calc(50% - 7px);
        margin-left: 0;
        margin-right: 0;
        font-size: 14px;
        height: 42px;
        border-radius: 10px;
    }
    .video-buttons a i{
        background-size: 380px;
    }
    #video-ic-1 {
        width: 28px;
        height: 28px;
        background-position: -80px 0;
    }
    #video-ic-2 {
        width: 36px;
        height: 32px;
        background-position: -109px 0;
    }
    .doitac-itm{
        width: calc(50% - 7px);
    }
    .doitac-itm:not(:nth-last-child(-n+2)){
        margin-bottom: 15px;
    }
    /*------------------------------------*\
        Footer
    \*------------------------------------*/
    #footer{
        padding-top: 0;
    }
    #ftLogo-m{
        text-align: center;
        transform: translateY(-47px);
        padding-bottom: 20px;
        border-bottom: 1px solid var(--background-1);
    }
    #ftWrap{
        margin-top: -30px;
    }
    #ftInfo{
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    #ftInfo li i{
        width: 30px;
    }
    #ftSocial{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--background-1);
    }
    .ft-title{
        font-size: 14px;
    }
    .ftNav ul li a{
        font-size: 15px;
    }
    #ft-giayphep{
        border-top: 1px solid var(--background-1);
        padding-top: 20px;
        margin-top: 0;
    }
    #copyright{
        margin-top: 0;
        padding-bottom: 50px;
    }

    /*------------------------------------*\
        Category
    \*------------------------------------*/
    #cateTop{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #cateChild li{
        width: calc(50% - 10px);
    }
    .cateChild-slide li{
        padding: 0 3px
    }
    .cateChild-slide .slick-arrow{
        padding: 0;
        font-size: 25px;
    }
    .catePosts{
        flex-direction: column;
        padding: 15px;
    }
    .catePosts > *{
        width: 100%;
    }
    #cateDetail{
        margin-left: -10px;
        margin-right: -10px;
        border-radius: 0;
        padding: 12px 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #cateDetail-thumbnail{
        width: 35%;
        max-width: 140px;
    }
    .catePosts-info{
        padding-left: 0;
        padding-top: 15px;
        text-align: justify;
    }
    #cateDetail-info{
        padding-left: 10px;
        padding-top: 0;
    }
    #cateDetail-title{
        font-size: 20px;
    }
    #cateDetail-info p{
        margin-top: 5px;
        margin-bottom: 0;
        height: 96px;
        overflow: hidden;
        position: relative;
        line-height: 24px;
        font-size: 15px;
    }
    .cateDetail-link{
        white-space: nowrap;
        z-index: 1;
        padding-left: 2px;
        padding-right: 5px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(to right, #1c998e, #1d9e86 100%);
    }
    .cateDetail-link:before {
        content: '.. ';
        color: #fff;
        padding-right: 3px;
    }
    #cateDetail-buttons{
        justify-content: space-between;
        margin-top: 10px;
    }
    #cateDetail-buttons a{
        margin-right: 0;
        font-size: 14px;
        height: 40px;
    }
    #cateDetail-buttons a i {
        margin-right: 5px;
    }
    .catePosts-name{
        font-size: 18px;
        margin-bottom: 0.5em;
    }
    /*------------------------------------*\
        Posts
    \*------------------------------------*/
    body.single,main.pagebg{
        background-color: #fff;
    }
    #mainWrp{
        padding-bottom: 60px;
    }
    #postCntn{
        margin-left: -10px;
        margin-right: -10px;
        padding: 0;
    }
    #postTitle,#postMeta{
        background-color: var(--background-1);
    }
    #postTitle{
        padding: 10px;
        margin: 0;
        font-size: 22px;
        line-height: 30px;
        text-align: justify;
        border-bottom: 1px solid #fff;
    }
    #postMeta{
        padding: 0;
    }
    #postMeta span{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #postMeta span.postMeta-author{
        width: 60%;
    }
    #postMeta span.postMeta-rate{
        width: 40%;
    }
    #postDetail{
        padding: 0 10px
    }
    .postDetail h2{
        padding-left: 10px;
        padding-right: 10px;
    }
    .postDetail h2, .postDetail h2 *{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 26px;
    }
    .postDetail blockquote{
        padding-left: 20px;
        padding-right: 20px;
    }
    #pstUudai{
        padding: 2px 10px 15px;
        border-radius: 10px;
    }
    #pstUudai-links{
        height: 40px;
    }
    #pstUudai-links a{
        margin-right: 5px;
        height: 40px;
    }
    #pstUudai-livechat {
        width: 24%;
    }
    #pstUudai-hotline {
        width: 50%;
    }

    #postSim{
        padding: 0;
    }
    #postSim-title{
        background-color: var(--background-1);
        padding: 10px;
        border-radius: 10px;
        font-size: 20px;
        border-bottom: none;
    }
    #postSim-lst{
        margin-left: -10px;
        margin-right: -10px;
    }
    .postSim{
        margin-left: 10px;
        margin-right: 10px;
    }

    #secFrm.secFrm-single{
        margin-top: 50px !important;
        margin-bottom: 40px;
    }
    /* css bài test biên tập tự chèn */
    #testPost{
        padding: 20px 10px;
    }
    #testPost-head{
        font-size: 22px;
    }
    .testPost-ct label{
        width: 100%;
    }
    .testPost-gbt a{
        padding: 7px 12px;
        font-size: 16px;
    }

    /*------------------------------------*\
        Page thiết bị
    \*------------------------------------*/
    .pThietbi-text{
        padding-top: 15px;
    }
    /*------------------------------------*\
        Page Liên hệ
    \*------------------------------------*/
    .working-hours-box{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .working-hours-box, .contact-box{
        margin-bottom: 20px;
    }
    .working-hours-box, .contact-box{
        padding: 20px 15px;
    }
    .working-hours-box b, .contact-box span{
        font-size: 20px;
    }
    .contact-icon{
        margin-bottom: 10px;
    }
    #contact-maps-list{
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
        padding: 20px;
    }
    #contact-maps-list li{
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.6;
    }
    #contact-maps img{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    #secFrm.secFrm-contact{
        padding-left: 20px;
        padding-right: 20px;
    }
    #secFrm.secFrm-contact #secFrm-title{
        font-size: 18px;
    }

    /*------------------------------------*\
        Page Giới thiệu
    \*------------------------------------*/
    .page-gioi-thieu .secHead h2{
        font-size: 26px;
        margin-top: 12px;
    }
    .page-gioi-thieu p{
        line-height: 26px;
    }
    #gtIntro-box1{
        padding: 20px 10px;
    }
    #pageTitle{
        font-size: 16px;
    }
    .gtIntro-slogan{
        width: 100%;
        flex-direction: column;
        font-size: 20px;
        align-items: flex-start;
    }
    .gtIntro-slogan span:last-child{
        align-self: flex-end;
    }
    #gtUudiem-wrap > div:not(:nth-last-child(-n+2)){
        padding-bottom: 20px;
    }
    .gtPk-box:not(:last-child){
        margin-bottom: 25px;
    }

    #gtGiatri-wrap > div:not(:nth-last-child(-n+2)) {
        padding-bottom: 15px;
    }
    .gtGiatri-box{
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .gtGiatri-head{
        font-size: 15px;
    }
    .gtGiatri-number{
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

    /*------------------------------------*\
        Page bác sĩ
    \*------------------------------------*/
    .sbLeft-bsBox,.sbLeft-bsBox.current{
        background: transparent !important;
    }
    .sbLeft-bsBox{
        margin-bottom: 0;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 25px;
        position: relative;
    }
    .sbLeft-bsBox-img{
        width: 100%;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .sbLeft-bsBox.slick-current .sbLeft-bsBox-img{
        border-color: #1c9694;
       
    }
    .sbLeft-bsBox.slick-current:after{
        content: '\f0dd';
        font-family: var(--font-awesome);
        font-size: 30px;
        font-weight: 700;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    #sbLeft-wrap{
        margin-left: 7px;
        margin-right: 7px;
    }
    #sbLeft-wrap .slick-arrow{
        left: -7px;
        width: 15px;
        border-radius: 7px;
        font-size: 16px;
        padding: 0;
        margin-bottom: 15px;
        transform: translateY(-80%);
    }
    #sbLeft-wrap #sliderNext{
        right: -7px;
    }
    #bsHead{
        flex-direction: column;
        padding: 20px 15px;
    }
    .postBs-text{
        padding-left: 0;
    }
    #bsName,.postBs-ck{
        text-align: center;
    }
    #bsDetail{
        padding-left: 10px;
        padding-right: 10px;
    }
    #bsDetail-btn{
        justify-content: space-between;
    }
    #bsDetail-btn a{
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
    }
    #pThietbi{
        padding-top: 0 !important;
    }
    .pThietbi-box{
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0px;
    }
    /* Menu */
    #menuM {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        /* left: 0; */
        width: 90vw;
        max-width: 350px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        overflow-y: overlay;
        transition: all 1.2s
    }
    #menuM.in {
        right: 0
    }
    #menuM-head {
        position: relative
    }
    #menuM-head img {
        width: 100%
    }
    #menuM-search {
        padding: 7px 20px;
    }
    form.menuMSrch {
        width: 100%;
        height: 36px;
        border: 1px solid #c1c1c1;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menuMSrch button {
        background-color: transparent;
        font-size: 18px;
        height: 34px;
        width: 40px;
        color: #333;
    }
    .menuMSrch input {
        width: calc(100% - 40px);
        height: 34px;
        background-color: transparent;
        padding-left: 10px;
    }
    #menuM-footer {
        padding: 10px 0;
        text-align: center;
    }
    #menuM-cls {
        width: 60px;
        height: 90px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    #menuM-lst{
        position: relative;
        margin-top: 2px;
    }
    #menuM-lst .sub-menu{
        display: none;
    }
    #menuM-lst > li{
        width: 162px;
        height: 55px;
        margin-bottom: 2px;
        margin-right: auto;
    }
    #menuM-lst > li > a{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px 15px 10px 5px;
        border-radius: 0 7px 7px 0;
        background-color: var(--background-1);
    }
    #menuM-lst > li > a#menuM-btn-dat-hen{
        color: #fff;
        background: var(--color-gradient-1);
        background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
    }
    #menuM-lst > li > a#menuM-btn-dat-hen i{
        color: #fff;
    }
    #menuM-lst > li > a > i{
        color: var(--color-primary);
        width: 34px;
        text-align: center;
        margin-right: 5px;
    }
    #menuM-lst > li > a > i.mMenu-ic{
        margin-right: 10px;
        width: 30px;
        height: 30px;
        background-color: var(--color-primary);
        -webkit-mask-image: url(./img/icon.png);
        mask-image: url(./img/icon.png);
        mask-size: 440px;
    }
    #mMenu-ic1{
        mask-position: 0 -48px;
    }
    #mMenu-ic2{
        mask-position: -32px -48px;
    }
    #mMenu-ic3{
        mask-position: -64px -48px;
    }
    #mMenu-ic4{
        mask-position: -97px -48px;
    }
    #menuM-lst > li > a > span{
        flex: 1;
        line-height: 22px;
    }
    #menuM-lst > li.current > a::before{
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        border: 3px solid #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
        border-radius: 12px;
        background: var(--color-gradient-1);
        background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
    }
    #menuM-lst > li.current > a::after{
        content: '\f0da';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        font-family: var(--font-awesome);
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(55%, -50%);
    }
    #menuM-lst > li.current > a{
        color: #fff;
        background: var(--color-gradient-1);
        background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
    }
    #menuM-lst > li.current > a > i{
        color: #fff;
    }
    #menuM-lst > li.current > a > i.mMenu-ic{
        background-color: #fff;
    }
    #menuM-lst > li.current > ul.sub-menu{
        display: block;
    }
    #menuM-lst > li > ul.sub-menu{
        display: none;
        width: calc(100% - 182px);
        height: 100%;
        position: absolute;
        top: 2px;
        right: 0;
        margin-left: 4px;
        margin-right: 5px;
    }
    #menuM-lst > li > ul.sub-menu > li{
        margin-bottom: 2px;
    }
    #menuM-lst > li > ul.sub-menu > li > a{
        width: 100%;
        min-height: 40px;
        display: flex;
        align-items: center;
        font-size: 14px;
        position: relative;
        padding: 5px 15px 5px 12px;
        color: #333;
        border-bottom: 1px dashed #d1d1d1;
    }
    #menuM-lst > li > ul.sub-menu > li.active > a::after {
        content: '\f0dd';
        padding-bottom: 7px;
    }
    #menuM-lst > li > ul.sub-menu > li.active > ul{
        display: block;
        transition: all 500ms ease;
    }
    #menuM-lst > li > ul.sub-menu > li.active > ul > li a{
        display: block;
        padding: 7px 0 7px 15px;
        position: relative;
        text-transform: uppercase;
        font-size: 12px;
    }
    #menuM-lst > li > ul.sub-menu > li > ul > li a::before{
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 13px;
        background: #666;
    }
    #menuM-lst > li > ul.sub-menu > li.active > ul > li:not(:last-child) a{
        border-bottom: 1px solid #efefef;
    }
    #menuM-ovl{
        display: none;
        z-index: 2;
    }
    
}


.pagebg{
    background-color: var(--background-1);
}
#secSlider .slick-dots{
    bottom: 3px;
}
#secSlider .slick-dots li button{
    background-color: #fff;
    opacity: .7;
}
#secSlider .slick-dots li.slick-active button{
    opacity: 1; 
    background-color: #fff;
}
#secSlider .slick-arrow{
    height: 30px;
    border-radius: 15px;
    background-color: rgb(255,255,255,0.7);
    line-height: 30px;
    left: 3px;
}
#secSlider #sliderNext.slick-arrow{
    right: 3px;
}


/* CSS slider tự động trong post */
.auto-slider-posts .slick-dots{
    bottom: -40px;
}
.auto-slider-posts .slick-dots li{
  padding: 0 !important;
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.auto-slider-posts .slick-dots li button{
  font-size: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  text-indent: -999999px;
  background-color: #6dd5e9;
  border-radius: 50%;
}
.auto-slider-posts .slick-dots li.slick-active button{
  background-color: var(--color-primary);
}