/*
	Theme Name: DKCD Template
	Theme URI: http://phongkhamquocte193.vn
	Description: Giao diện website phongkhamquocte193.vn từ DKCD
	Version: 1.0.0
	Author: Aci
	Author URI: http://phongkhamquocte193.vn
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.allicon {
    background-image: url(img/icon.png?v1);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.bn {
    margin-bottom: 0 !important;
}
body{
    position: relative;
}

.secWrp:not(#secSlider){
    padding-top: 20px;
    padding-bottom: 15px;
}
.secWrp .line-bottom{
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #9cc;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
#header:not(.noFixed){
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    z-index: 2;
}
#header.noFixed{
}
#headerWrp{
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
}
#logo img{
    display: block;
    height: 40px;
    margin: auto;
}
/*------------------------------------*\
    Home Page
\*------------------------------------*/
#secSlider{
    margin-bottom: 0 !important;
}
#secSlider ul.slick-dots{
    bottom: 40px;
}
.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: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-primary);
}
.secHead .sec-des{
    text-align: justify;
    text-align-last: center;
}
#sec1{
    padding: 0 !important;
}
ul#homeCate{
    margin-top: -35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
ul#homeCate li{
    width: calc(50% - 5px);
}
.cateItms{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #eee;
    border: 1px solid #cccccc;
    padding-left: 7px;
    padding-right: 5px;
    height: 70px;
}
.cateItms:hover .cateItms-name{
    color: #fff;
}
.cateItms:hover img{
    filter: brightness(0) invert(1);
}
.cateItms-ic{
    width: 50px;
    text-align: center;
}
.cateItms-name{
    width: calc(100% - 50px);
    color: var(--color-primary);
    font-family: var(--font-heading);
    text-transform: uppercase;
    text-align: center;
}
#logoyte{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}

#homeDV{
    position: relative;
    flex-wrap: wrap;
}
#homeDV .col{
    flex: 50%;
}
.homeDV-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 15px 0
}
.homeDV-box b{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 7px;
    margin-top: 7px;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

#sec3{
    position: relative;
}
#sec3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 385px;
    background: var(--background-1);
}
#sec3 .ctn{
    position: relative;
    z-index: 1;
}
#uuthe-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.uuthe-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 5px);
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 2px 5px;
    height: 60px;
    text-align: center;
}
.uuthe-box.currentTab{
    color: #fff;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
}
.uuthe-box:nth-child(-n+3){
    margin-bottom: 10px;
}
.uutheTab-content:not(.activeTab) {
    display: none;
}
.uutheTab-content img.uutheTab-content-img{
    display: block;
    width: 80%;
    margin: auto
}
.uutheTab-content-title{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.uutheTab-content-title img{
    height: 26px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.uutheTab-content-text{
    color: #fff;
    text-align: justify;
}

.mtpk-items{
    padding: 10px;
}
.mtpk-items img{
    border: 2px solid #fff;
    box-shadow: 0 0 10px #ccc;
}

#sec5 .secHead, #sec5 .secHead h2{
    color: #fff;
}
#sec5 .sec-des{
    margin-bottom: 0;
}
#bsWrp{
    margin-top: 30px;
}
.bsItm{
    padding: 0 30px;
}
.bsBox{
    color: #fff;
}
.bsBox-img{
    width: 100%;
    aspect-ratio: 350 / 400;
    border-radius: 0 30px 0 30px;
    position: relative;
    overflow: hidden;
}
.bsBox-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bsBox-name{
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 20px;
    padding: 20px 0 10px;
}
.bsBox-des{
    text-align: center;
}
#bsWrp button.slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    top: 35%;
}


#thietbi{
    background-color: var(--background-1);
    padding: 15px 10px;
    border-radius: 20px;
}
.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-primary);
}
.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%;
}

#hPst .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{
    border-bottom: 1px solid var(--color-primary);
}
.doitac-row{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.doitac-itm{
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.doitac-itm img{
    width: 100%;
}

#secFrm{
    border-radius: 20px;
    padding: 15px 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}
#secFrm-title{
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
#secFrm input, #secFrm textarea{
    width: 100%;
    height: 40px;
    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;
}
#secFrm-buttons button{
    position: relative;
    width: 130px;
    height: 40px;
    font-family: var(--font-heading);
    color: #473d26;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #d2b04c;
    background: #c5952b;
    background: linear-gradient(90deg, #c5952b 0%, #fef59a 50%, #c5952b 100%);
}
#secFrm-buttons button i{
    font-size: 20px;
    margin-right: 5px;
}

 /*------------------------------------*\
    Footer
\*------------------------------------*/
#footer{
    padding: 20px 0 0;
    color: #fff;
    background: var(--gradient-1);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    /* background-size: 150% 150%; */
    background-position: center center;
}
#logo-m{
    display: block;
    padding-bottom: 15px;
    text-align: center;
}
#ftInfo li{
    margin-top: 15px;
    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;
}
#ftInfo li span a{
    text-decoration: none !important;
}
.ftLine{
    width: 100%;
    border-bottom: 1px solid #fff;
    margin: 0 0 15px;
}
.ft-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ffff33;
    font-size: 14px;
}
.ftNav ul {
    margin-top: 0px;
}
.ftNav ul li a{
    position: relative;
    line-height: 20px;
    padding: 7px 0;
    display: block;
}
.ftNav ul li a::before{
    content: '\f105';
    font-family: var(--font-awesome);
    color: #ff3;
    margin-right: 7px;
}

#ft-giayphep{
    text-align: center;
}
#ft-giayphep img{
    display: block;
    margin: auto;
    max-width: 100%;

}
#copyright{
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

/*------------------------------------*\
    Page Giới thiệu
\*------------------------------------*/
.page-gioi-thieu p{
    text-align: justify;
    line-height: 30px;
}
#gtIntro-box1{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--background-1);
    border-radius: 30px;
    /* padding: 30px 85px; */
    padding: 20px 10px;
    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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    color: var(--color-primary);
    font-family: 'Aristote', sans-serif;
}
.gtIntro-slogan span:last-child{
    align-self: flex-end;
}
.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: var(--background-1);
}
#gt-uudiem .secHead, #gt-giatri .secHead{
    margin-bottom: 15px;
}
#gtUudiem-wrap > div:not(:nth-last-child(-n+2)){
    padding-bottom: 20px;
}
.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;
    background: rgb(26,141,164);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
}
.gtUudiem-icon i{
    font-size: 32px;
    color: #fff;
}
.gtPk-box:not(:last-child()){
    margin-bottom: 50px;
}

.gtGiatri-box{
    background: #fff;
    border-radius: 10px;
    padding: 0 10px 1px;
    height: 100%;
}
.gtGiatri-head{
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 15px;
    color: var(--color-primary);
}
.gtGiatri-head span{
    flex: 1;
    text-align: center;
    text-transform: uppercase;
}
.gtGiatri-number{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    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: var(--background-1);
}
.page-bac-si #gtIntro-box1{
    background-color: #fff;
    margin-bottom: 0;
}
#bsLst-wrap{
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
#lstBs-wrap > div {
    padding-bottom: 30px;
}
.lstBsBox{
    color: #333;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}
.lstBsBox .bsBox-info{
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.bsBox-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    font-weight: 500;
    margin: 10px auto 0;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}
.bsBox-link i {
    margin-left: 10px;
    font-size: 20px;
}

.page-bac-si #breadcrumbs{
    height: unset;
}


#bsHead{
    display: flex;
    align-items: center;
    max-width: 750px;
    margin: auto;
    padding: 25px 40px;
    border-radius: 20px;
    position: relative;
    background: rgb(26,141,164);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    
}
#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: 30px;
    padding: 10px 20px;

}
#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;
}
.postBs-book{
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    /* background-size: 150% 150%; */
    background-position: center center;
}
.postBs-live{
    background: linear-gradient(90deg, #f67f23 0%, #ff3333 100%);
    /* background-size: 150% 150%; */
    background-position: center center;
}
#bsDetail-btn a i{
    font-size: 20px;
    margin-right: 5px;
}































/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
body.category, main.categories{
    background: var(--background-1);
}
#mainCntn{
    padding-top: 15px;
    padding-bottom: 30px;
}
#cateTitle{
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 22px;
    color: var(--color-primary);
    font-weight: 400;
}
.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: rgb(26,141,164);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--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%);
}
.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: 26px;
    height: 27px;
    background-position: -116px 0;
}
#cateDetail-ic2{
    width: 26px;
    height: 24px;
    background-position: -116px -30px;
}

.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;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#cateDetail-info p{

}
.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: #1a8da4;
    background: rgb(26,141,164);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
}



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

#postTitle{
    font-size: 30px;
    line-height: 38px;
    margin: 10px 0;
    color: var(--color-primary);
}
/* #postMeta {
    display: flex;
    align-items: center;
    background: var(--background-1);
    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: 400px;
    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: 0px;
}
#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: 7px;
}
#postBS-btn a{
    display: inline-block;
    padding: 2px 10px 3px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 500;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 15px;
    font-family: var(--font-heading);
}
#postBS-btn a#postBS-lc{
    color: #fff;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    /* background-size: 150% 150%; */
    background-position: center center;
    border: none;
}

.postDetail p, .postDetail li{
    text-align: justify;
    line-height: 26px;
}
.postDetail h2{
    padding: 10px 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    /* background-size: 150% 150%; */
    background-position: center center;
}
.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-primary);
    font-weight: 700 !important;
}
.postDetail h4, .postDetail h4{
    font-size: 16px;
    font-weight: 700 !important;
}
.postDetail img{
    display: block;
    margin: auto;
    max-width: 100%;
    aspect-ratio: auto;
}
.postDetail ul{
    margin: 0.75em 0;
    list-style: disc;
    padding-left: 20px;
}
.postDetail ul li{
    margin: 0.25em 0;
}
.postDetail blockquote{
    background: var(--background-1);
    padding: 1px 30px;
    border-radius: 10px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.postDetail blockquote::before, .postDetail blockquote::after{
    content: '';
    display: block;
    width: 10px;
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
}
.postDetail blockquote::before{
    left: 0;
    border-radius: 0 5px 5px 0;
}
.postDetail blockquote::after{
    right: 0;
    border-radius: 5px 0 0 5px;
}
/* CSS slider tự động trong post */
.auto-slider-posts .slick-dots{
    bottom: -45px;
}
.auto-slider-posts .slick-dots li{
    margin-left: 2px !important;
    margin-right: 2px !important;
}

/* Post test */
#testPost {
    padding: 30px;
    color: #fff;
    margin: 10px 0;
    border-radius: 15px;
    background: var(--gradient-1);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
}
#testPost-head {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
#testPost-ct {
    color: #000;
    position: relative;
    background: var(--background-1);
    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 label {
    width: calc(50% - 7px);
    margin: 3px 0;
    font-weight: 400;
    cursor: pointer
}
.testPost-ct br{
    display: none;
}
.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);
    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-primary)
}
#testPost-bottom {
    text-align: center;
    padding-top: 15px
}
.testPost-frm input {
    width: 100%;
    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 var(--color-primary);
    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{
    text-align: center;
}
.postBot-doingubs{
    border-radius: 20px;
}
#pstUudai{
	padding: 10px 30px;
	text-align: justify;
    border-radius: 20px;
    background: var(--background-1);
    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;
}

#pstTop{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: var(--background-1);
    border: 2px dotted var(--color-primary);
    border-radius: 20px;
}
#pstTop-img{
    width: 80px;
}
#pstTop-text{
    flex: 1;
    padding-left: 20px;
    text-align: justify;
}
#pstTop-text b{
    color: #ff3338;
}

#postSim{
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
}
#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: 600 / 400;
    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;
    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: 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-info{
    background: 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;
    padding: 30px 35px;
}
#contact-maps-list li{
    position: relative;
    padding: 7px 0 7px 20px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px dashed #99cccc;
}
#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: 0px;
}

#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;
    height: unset;
}
#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;
    text-align: left;
}
#secFrm.secFrm-contact #secFrm-button{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#secFrm.secFrm-contact #secFrm-button em{
    color: #ffff00;
    font-size: 16px;
}
#secFrm.secFrm-contact #secFrm-button button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 140px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}





















/*------------------------------------*\
    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;
    margin-left: 0;
    margin-right: 0;
}   
.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-primary);
}
.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
    \*------------------------------------*/
    #headerWrp{
        height: 100px;
        position: relative;
    }
    #logo img{
        height: 53px;
        margin-left: 0;
    }
    #headerRight{
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: static;
    }
    #navHeader{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #mainMenu{
        flex: 1;
        display: flex;
        margin: 0;
        padding: 0;
    }
    #mainMenu > li{
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    #mainMenu > li > a{
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        color: #fff;
        z-index: 1;
    }
    #mainMenu > li:hover > a{
        color: var(--color-primary);
    }
    #mainMenu > li:hover > a::after{
        content: '';
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: rgba(255,255,255);
        border: 1px solid #fff;
        border-radius: 7px;
        z-index: -1;
    }
    #mainMenu > li:first-child > a{
        font-size: 18px;
    }
    #mainMenu > li:hover > .sub-menu{
        display: flex;
    }
    #mainMenu .sub-menu{
        display: none;
    }
    #mainMenu > li > .sub-menu{
        width: 250px;
        position: absolute;
        top: 100%;
        left: 50%;
        flex-direction: column;
        transform: translateX(-50%);
        padding: 5px 15px;
        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 > a{
        display: block;
        line-height: 35px;
        font-size: 16px;
        color: #333;
    }
    #mainMenu > li > ul.sub-menu > li:not(:last-child) > a {
        border-bottom: 1px solid #666;
    }
    #mainMenu > li > ul.sub-menu > li > a:hover{
        color: var(--color-primary);
    }
    #headerSearch-button{
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }
    #headerSearch-button i{
        color: #fff;
        font-size: 18px;
    }
    #hd-hotline-pc{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        height: 50px;
        font-size: 24px;
        border-radius: 10px;
        color: #fff;
        font-family: var(--font-heading);
        border: 1px solid #fff;
        cursor: pointer;
    }
    #hd-hotline-pc i {
        padding-top: 4px;
        margin-right: 10px;
    }
    /* Search */
    #srchPC{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background: rgba(0, 0, 0, .5);
    }
    .srchPC-form{
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .srchPC-form input{
        width: 100%;
        height: 50px;
        background: #fff;
        border-radius: 10px;
        padding: 0 15px
    }
    .srchPC-form button{
        width: 70px;
        height: 44px;
        border-radius: 7px;
        position: absolute;
        top: 3px;
        right: 3px;
        background-size: 150% 150%;
        background-position: center center;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
    #srchPC-cls{
        position: absolute;
        top: -55px;
        left: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ff3636;
        font-size: 20px;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
    }
    /*------------------------------------*\
        Home
    \*------------------------------------*/
    .secHead h2{
        font-size: 36px;
    }
    .sec-des{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .secWrp:not(#secSlider) {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    #secSlider ul.slick-dots{
        bottom: 60px;
    }
    ul#homeCate{
        margin-top: -58px;
    }
    ul#homeCate li{
        width: calc(25% - 15px);
    }
    .cateItms{
        height: 116px;
        font-size: 20px;
    }
    .cateItms-name{
        width: auto;
        padding-left: 20px;
    }
    .cateItms:hover{
        color: #fff;
    }

    #homeDV{
        margin-top: 35px;
        margin-bottom: 10px;
    }
    #homeDV .col{
        flex: 25%;
    }
    #homeDV .col:not(:last-child):after{
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #999;
        background: linear-gradient(45deg, transparent, #999, transparent);
    }

    #sec3::before{
        width: 50%;
        height: 100%;
    }
    .uuthe-box{
        width: 180px;
        height: 142px;
        border-radius: 12px;
        font-size: 16px;
        padding: 5px 15px;
        cursor: pointer;
    }
    .uuthe-box img{
        margin-bottom: 12px;
    }
    .uuthe-box:hover{
        color: #fff;
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    }
    .uuthe-box:hover img, .uuthe-box.currentTab img{
        filter: brightness(0) invert(1);
    }
    #uutheButton{
        display: flex;
        justify-content: center;
    }
    #uutheButton a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 50px;
        border-radius: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #fff;
        margin: 0 15px;
        background-color: #fff;
    }
    #uutheButton-hotline{
        border: 1px solid #ff3333;
    }
    #uutheButton-livechat{
        border: 1px solid var(--color-primary);
    }
    #uutheButton-hotline i, #uutheButton-hotline b{
        background: linear-gradient(90deg, #f67f23 0%, #ff3333 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    #uutheButton-livechat b{
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    #uutheButton a i{
        font-size: 28px;
        padding-top: 2px;
    }
    #uutheButton b{
        margin-left: 10px;
    }
    #uutheButton-ic1{
        width: 34px;
        height: 31px;
        background-position: -43px 0;
    }
    .uutheTab-content img.uutheTab-content-img{
        width: 100%;
    }
    #sec3 .secHead h2{
        padding-left: 150px;
        color: #fff;
    }
    .uutheTab-content-title{
        font-size: 24px;
    }
    .uutheTab-content-title img{
        height: 30px;
    }
    
    #doitac{
        margin-top: 25px;
    }
    .doitac-row{
        margin-bottom: 20px;
    }
    .doitac-itm{
        width: calc(100% / 6 - 15px);
        background: #fff;
        border: 1px solid #239bb0;
        border-radius: 20px;
        overflow: hidden;
    }
    .doitac-itm img{
        width: 100%;
        aspect-ratio: 216 / 106;
    }
    
    #dathen-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dathen-box{
        width: calc(50% - 5px);
        height: 180px;
        background-color: var(--background-1);
        border-radius: 10px;
        padding: 15px 25px;
        line-height: 26px;
        text-align: justify;
    }
    .dathen-box:not(:nth-last-child(-n+2)) {
        margin-bottom: 10px;
    }
    .dathen-box-title{
        display: flex;
        align-items: center;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--color-primary);
    }
    .dathen-box-title img{
        margin-right: 10px;
    }

    #secFrm{
        margin: 0;
        height: 370px;
    }
    #secFrm-ic1{
        width: 33px;
        height: 34px;
        background-position: -44px -34px;
        margin-right: 10px;
    }
    #secFrm textarea, #secFrm input{
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    #secFrm input{
        height: 45px;
    }
    #secFrm textarea{
        height: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #secFrm button{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 35px;
        margin: auto;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 20px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        cursor: pointer;
    }
    #secFrm button i{
        font-size: 20px;
        margin-right: 5px;
    }

    /* FOOTER */
    #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: 25px;
    }
    .ftFrm button{
        width: 75px;
        height: 40px;
        border-radius: 20px;
        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{
        font-size: 16px;
    }
    .ftNav ul li a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #copyright{
        background-color: rgba(0, 0, 0, .1);
    }
    

    /* page giới thiệu */
    #gtIntro-box1{
        border-radius: 30px;
        padding: 30px 100px;
    }
    #pageTitle{
        font-size: 30px;
    }
    .gtIntro-slogan{
        flex-direction: row;
        justify-content: center;
        font-size: 24px;
    }
    #gt-uudiem .secHead, #gt-giatri .secHead{
        margin-bottom: 25px;
    }
    .gtGiatri-box{
       padding-left: 30px;
       padding-right: 30px;
    }
    .gtGiatri-head{
        font-size: 18px;
    }
    .gtGiatri-number{
        width: 64px;
        height: 64px;
    }
    #gtGiatri-wrap > div:not(:nth-last-child(-n+3)) {
        padding-bottom: 30px;
    }













    /* POPUP CTA PC */
    #pCTA{
        position: fixed;
        top: 50%;
        right: -100%;
        transform: translateY(-50%);
        transition: right 500ms;
        z-index: 1;
    }
    #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;
    }
    /*------------------------------------*\
        CATEGORY
    \*------------------------------------*/
    #cateTitle{
        text-align: left;
        font-size: 30px;
    }
    /*------------------------------------*\
        POST
    \*------------------------------------*/
    #postCntn, #bsDetail{
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }
    #postBS{
        float: right;
        margin: 0 0 10px 15px;
    }
    #postBS-btn a{
        padding-left: 7px;
        padding-right: 7px;
        font-size: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
    /*------------------------------------*\
        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);
        background: rgb(26,141,164);
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    }
    #sbTit-ic1{
        margin-right: 10px;
        width: 20px;
        height: 22px;
        background-position: -116px -58px;
    }
    #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;
        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;
        background: rgb(26,141,164);
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    }
    .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;
    }
    #sbTit-ic2{
        width: 20px;
        height: 20px;
        background-position: -116px -84px;
        margin-right: 10px;
    }
    #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: 45px;
        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: 40px;
    }
    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: rgb(26,141,164);
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--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;
    }
    .acit-toc-container .acit-toc-list li::before {
        content: counter(toc-counter) ". ";
        font-weight: bold;
    }
    .acit-toc-container .acit-toc-list {
        counter-reset: toc-counter;
    }
    .acit-toc-container .acit-toc-list a{
        color: #333 !important;
    }
    .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){
    .hd-btn-m{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 10px;
        font-size: 24px;
        flex: unset;
    }
    .hd-btn-m i{
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    #hd-menu-m{
        font-size: 30px;
    }

    #homeCate > li:nth-child(-n+2){
        margin-bottom: 10px;
    }
    
    #homeDV::before, #homeDV::after{
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        /* background-color: #e4e4e4; */
    }
    #homeDV::before{
        width: 1px;
        height: 90%;
        transform: translateY(-50%);
        background: linear-gradient(45deg, transparent, #c9c9c9, transparent)
    }
    #homeDV::after{
        height: 1px;
        width: 90%;
        transform: translateX(-50%);
        background: linear-gradient(45deg, transparent, #c9c9c9, transparent)
    }

    .uuthe-box img{
        display: none;
    }

    .doitac-itm:not(:nth-last-child(-n+2)){
        margin-bottom: 10px;
    }

    .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-left: 5px;
        margin-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 95px;
    }

    #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;
    }


    /* Page giới thiệu */
    #gtIntro-box2 .secHead, #gt-phongkham .secHead, #gt-dangky .secHead{
        margin-top: 20px;
    }
    #gtGiatri-wrap > div:not(:nth-last-child(-n+2)){
        padding-bottom: 20px;
    }

    .pThietbi-text{
        padding-top: 15px;
    }
    .pThietbi-name{
        text-align: center;
    }










    /*------------------------------------*\
        CATEGORY
    \*------------------------------------*/
    .catePosts{
        flex-direction: column;
        padding: 15px;
    }
    #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 > *{
        width: 100%;
    }
    .catePosts-info{
        padding-left: 0;
        padding-top: 15px;
        text-align: justify;
    }
    #cateDetail-info{
        padding-left: 10px;
        padding-top: 0;
    }
    #cateDetail-title{
        font-size: 18px;
    }
    #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, #1b919c, #1a8da3 20%);
    }
    .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;
    }
    #postCntn{
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 0 1px;
        border-radius: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
    }
    #postTitle,#postMeta{
        background-color:var(--background-1);
    }
    #postTitle{
        padding: 10px;
        margin: 0;
        font-size: 22px;
        line-height: 30px;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    /* #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: 7px 10px;
    }
    .postDetail h2, .postDetail h2 *{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 26px;
    }
    #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%;
    }

    #pstTop{
        padding-left: 10px;
        padding-right: 10px;
    }
    #pstTop-img{
        width: 55px;
    }
    #pstTop-text{
        padding-left: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    #postSim{
        padding: 0 0 15px;
    }
    #postSim-title{
        background-color: #dbecf9;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        font-size: 20px;
        border-bottom: none;
    }
    #postSim-lst{
        margin-left: 0px;
        margin-right: 0px;
    }
    .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 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 bác sĩ
    \*------------------------------------*/
    #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;
        margin-bottom: 0;
    }
    #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;
    }
    
}

/* Xử lý ảnh thật */
.blurredImages-wrap {
    display: inline-block;
    position: relative;
}
.blurredImages-pattern{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	color: #fff;
}
.blurredImages-text{
	text-align: center;
    font-size: 18px;
}
.blurredImages-button{
	display: block;
    margin-top: 15px;
    padding: 7px 20px;
    border-radius: 5px;
    background: #148265;
    cursor: pointer;
}

.pagebg{
    background: var(--background-1);
}

#secSlider .slick-dots{
    bottom: -5px;
}
#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;
}