/*
	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);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.bn {
    margin-bottom: 0 !important;
}
body{
    position: relative;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
#logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
/*------------------------------------*\
    Home Page
\*------------------------------------*/
#secSlider{
    margin-bottom: 0 !important;
}
.secHead{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
.secHead h2{
    margin: 0;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-primary);
}
.secHead .sec-des{
    width: 60%;
    text-align: center;
}
#secWhy{
    background-color: #d6ece2;
    border-radius: 0 50px 0 50px;
    padding: 50px 70px;
}
#secWhy-list{
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.secWhy-item{
    padding-left: 3px;
    padding-right: 3px;
}
.secWhy-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 5px 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.secWhy-item.slick-current .secWhy-box{
    background: linear-gradient(90deg, #50b04a 0%, #325776 100%);
    color: #fff;
}
#secWhy-list .slick-arrow{
    background-color: transparent;
    font-size: 15px;
    width: 20px;
}
#secWhyPrev{
    left: -20px;
}
#secWhyNext{
    right: -20px;
}
.secWhy-text p{
    text-align: justify;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Sec - 2 */
.cateItms{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cateItms span{
    margin-top: 15px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: var(--color-primary);
}
/* Sec - 3 */
.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: justify;
}

/* Sec - 4 */
#sec4{
    background-color: #e7f9f1;
}
.csvcItm {
    padding: 0 15px
}
.csvcItm img{
    width: 100%;
    aspect-ratio: 570 / 360;
    border-radius: 0 30px;
}
#csvcButton{
    display: block;
    margin: 45px auto 0;
    max-width: 320px;
    height: 60px;
    border-radius: 15px;
    background-color: #00a651;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

/* Sec - 5 */
#doitac{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.doitac-itm{
    width: calc(100% / 5 - 15px);
    text-align: center;
}

/* Sec - 6 */
.hPst{
    background-color: #fff;
    padding: 8px
}
.hPst-img{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 553 / 364;
    overflow: hidden;
    border: 1px solid var(--color-primary);
}
.hPst-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hPst-text h4{
    margin: 12px 0;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.hPst-text p{
    text-align: justify;
    margin: 12px 0;
}
#hPst-wrap .slick-dots li button{
    border-color: #fff;
}
#hPst-wrap .slick-dots li.slick-active button{
    background-color: #fff;
}
/* Sec - 7 */
#sec7{
    background-color: #e7f9f1;
}
#sec7 .secHead{
    margin-bottom: 0;
}
.hapkItm{
    transform: scale(1);
    padding-top: 115px;
    padding-bottom: 115px;
    opacity: 0.5;
    transition: transform 600ms ease-in-out;
}
.hapkItm.slick-current{
    opacity: 1;
    transform: scale(1.5);
    position: relative;
    z-index: 2;
    
}
.hapkItm.slick-current img{
    box-shadow: 0 0 20px rgba(43, 70, 69, .44);
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
#footer{
    padding: 50px 0 10px;
    color: #fff;
}
#ftWrap > div:nth-child(2){
    padding-right: 0 !important;
}
#ftInfo li{
    margin-top: 20px;
    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 #1b8e54;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.33);
}
.ftFrm button{
    width: 75px;
    height: 40px;
    border-radius: 10px;
    border: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #c89d09;
    background: #ff3333;
    background: linear-gradient(to right, #9f7a09 0%, #fff36b 50%, #9f7a09 100%);
    background-size: 150% 100%;
    background-position: center;
}
.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: 40px;
}
.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{
    margin-top: 30px;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #fff;
}


/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
#breadcrumbs{
    padding: 15px 0;
}
.breadcrumb_last{
    font-weight: 500;
    color: var(--color-primary);
}
.danh-muc-benh{
    background-color: #dcebe4;
}
#catPost .col-12{
    padding-bottom: 30px;
}
.catePosts{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
}
.catePosts-thumb {
    width: 100%;
    aspect-ratio: 600 / 400;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.catePosts-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.catePosts-name {
    height: 64px;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: none;
    background: var(--gradient-1);
    background: linear-gradient(315deg, var(--gradient-1) 0%, var(--gradient-2) 80%);
}





/*------------------------------------*\
    POST
\*------------------------------------*/

#postTitle{
    font-size: 22px;
    line-height: 36px;
    margin: 0px -10px;
    padding: 10px;
    background-color: #dcebe4;
}
.postDetail p, .postDetail li{
    text-align: justify;
    line-height: 26px;
}
.postDetail h2{
    padding: 10px;
    background: #266673;
    background: linear-gradient(240deg, #266673 0%, #31ad73 100%);
}
.postDetail h2, .postDetail h2 *{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.postDetail h3{
    position: relative;
    padding-left: 30px;
}
.postDetail h3::before{
    content: '';
    display: block;
    width: 19px;
    height: 21px;
    background-image: url(img/posts/postIC-h3.png);
    position: absolute;
    top: 4px;
    left: 0;
}
.postDetail h3, .postDetail h3 *{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: 700 !important;
}
.postDetail h4, .postDetail h4 *{
    font-weight: 700 !important;
}
.postDetail img{
    display: block;
    margin: auto;
    max-width: 100%;
}
.postDetail ul:not(.acit-toc-list):not(.slick-dots):not(.acit-toc-list ul){
    margin: 0.75em 0;
    padding-left: 20px;
}
.postDetail ul:not(.acit-toc-list):not(.slick-dots):not(.acit-toc-list ul) li{
    margin: 0.25em 0;
    position: relative;
}
.postDetail ul:not(.acit-toc-list):not(.slick-dots):not(.acit-toc-list ul) li::before{
    content: '\f178';
    font-family: var(--font-awesome);
    color: #333;
    position: absolute;
    left: -20px;
}
.postDetail blockquote{
    background: #dcebe4;
    border: 2px dotted var(--color-primary);
    border-radius: 10px;
    padding: 1px 20px 1px 75px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.postDetail blockquote::after{
    content: '';
    display: inline-block;
    width: 39px;
    height: 33px;
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -104px;
    position: absolute;
    top: calc(50% - 16px);
    left: 18px;
}

/* 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: rgb(26, 141, 164);
    background: linear-gradient(270deg, rgba(26, 141, 164, 1) 0%, rgba(29, 158, 133, 1) 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-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 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 #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: #0094ba
}
#testPost-bottom {
    text-align: center;
    padding-top: 15px
}
.testPost-frm input {
    width: 100%;
    border: 1px solid #2d89a0;
    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{
    display: block;
    width: 100%;
    max-width: 900px;
    margin: auto;
    aspect-ratio: 900 / 195;
    border-radius: 20px;
}
#pstUudai{
	padding: 1px 10px 15px;
	text-align: justify;
    border-radius: 10px;
    background: #dcebe4;
}
#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: 5px;
    width: 75%;
    height: 35px;
    display: flex;
    justify-content: flex-end;
}
#pstUudai-links a{
    display: inline-block;
    height: 35px;
}
#pstUudai-livechat{
    width: 40%;
}
#pstUudai-hotline{
   flex: 1;
}
#postSim{
    margin-bottom: 40px;
}
#postSim-title{
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: #dcebe4;
}
#postSim-lst{
    padding-top: 15px;
    margin-left: -7px;
    margin-right: -7px;
}
.postSim{
    margin: 0 7px;
    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: 500;
    font-size: 14px;
    line-height: 22px;
    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: #e8f3f5;
    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-color: #e8f3f5;
}
.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{
    border-radius: 20px;
    padding: 15px 70px;
    margin-top: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

#secFrm.secFrm-contact #secFrm-title{
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
#secFrm.secFrm-contact .d_contact > div {
    padding-left: 5px;
    padding-right: 5px;
}
#secFrm.secFrm-contact input{
    width: 100%;
    height: 45px;
    background: #fff;
    margin-bottom: 10px;
    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{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
#secFrm.secFrm-contact #secFrm-buttons em{
    color: #ffff00;
    font-size: 16px;
}
#secFrm.secFrm-contact #secFrm-buttons button{
    height: 40px;
    width: 140px;
    padding-bottom: 4px;
    position: relative;
    font-family: var(--font-heading);
    color: #473d26;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(26, 85, 71, 0.5);
    border: 1px solid #c89d09;
    background: #FFF36B;
    background: radial-gradient(circle, rgba(255, 243, 107, 1) 10%, rgba(159, 122, 9, 1) 100%);
}


/*------------------------------------*\
    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: 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: 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{
    font-size: 32px;
    color: #fff;
}

.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 #gtIntro-box1{
    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:hover{
    color: #fff;
}
.bsBox-link i {
    margin-left: 10px;
    font-size: 20px;
}

.page-bac-si{
    background-color: #dcebe4;
}

#bsHead{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 45px;
    margin-bottom: 30px;
}
.postBs-img img{
    width: 100%;
    border-radius: 0 30px;
}
.postBs-text{
    color: #fff;
    text-align: center;
    padding: 0 20px
}
.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: 20px 0;
    width: 100%;
    text-align: left;
}
.postBs-inf li {
    height: 30px
}
.postBs-inf li span {
    display: inline-block;
    width: 175px;
    border-right: 1px dashed #fff;
    margin-right: 20px;
}
.postBs-inf li span i {
    font-size: 18px;
    margin-right: 5px
}
.postBs-inf li b i{
    color: #ffe400;
    margin-right: 3px;
}
#bsDetail{
    background-color: #fff;
    padding: 10px 20px;
}
#bsDetail-btn{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
#bsDetail-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 7px);
    max-width: 200px;
    height: 45px;
    color: #fff;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.postBs-live{
    background: #ff3333;
    background: linear-gradient(240deg, #ff3333 0%, #fa5d2a 100%);
}
#bsDetail-btn a i{
    font-size: 20px;
    margin-right: 5px;
}


/*------------------------------------*\
    Page thiết bị
\*------------------------------------*/
.page-thiet-bi #gtIntro-box1{
    background-color: #dcebe4;
}
#pThietbi{
    padding-top: 0 !important;
}
.pThietbi-box{
    align-items: center;
    background-color: #dcebe4;
    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-primary);
}
.pThietbi-text{
    text-align: justify;
}
.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){
    .secWrp:not(#secSlider){
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #secSlider img{
        aspect-ratio: 1920 / 700 !important;
    }
	/*------------------------------------*\
        Header
    \*------------------------------------*/
    #navHeader{
        background: url(img/bg-1.jpg) center top repeat-y;
        background-size: 100%;
    }
    #hdNav-wrap{
        display: flex;
        align-items: center;
        height: 75px;
        position: relative;
    }
    #hdNav-r{
        display: flex;
        align-items: center;
    }
    #hdHotline{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 190px;
        background-color: #fff;
        border-radius: 10px;
        font-family: var(--font-heading);
        font-size: 26px;
        color: var(--color-primary);
        cursor: pointer;
    }
    #hdHotline i{
        font-size: 30px;
        margin-right: 7px;
        background: linear-gradient(90deg, #48ae49 0%, #138a58 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    #hdHotline span{
        background: linear-gradient(90deg, #48ae49 0%, #138a58 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        padding-bottom: 3px;
    } 
    #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: 55px;
        line-height: 55px;
        padding: 0 30px;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        color: #fff;
    }
    #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: #fff;
    }
    #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: 0 15px 25px 15px;
        background: #fff;
        z-index: 2;
        justify-content: space-between;
    }
    #mainMenu > li > ul.sub-menu > li{
        width: calc(25% - 15px);
    }
    #mainMenu > li > ul.sub-menu > li > a{
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d8a202;
        text-align: center;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(2) > a{
        color: #2ea4a6;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(3) > a{
        color: #427fca;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(4) > a{
        color: #fa6c7d;
    }
    
    #mainMenu > li > ul.sub-menu li ul.sub-menu{
        display: block;
        margin-top: 10px;
        background: #f9f2df;
        border-radius: 16px;
        padding: 10px 12px;
        height: calc(100% - 50px);
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(2) > ul.sub-menu{
        background: #d7f5f5;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(3) > ul.sub-menu{
        background: #e4eefb;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(4) > ul.sub-menu{
        background: #ffeef0;
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu a{
        display: block;
        position: relative;
        font-weight: 500;
        padding: 5px 0 3px 15px;
        color: #555;
        font-size: 15px;
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu a::before{
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: transparent;
        border: 1px solid #000;
        position: absolute;
        left: 0;
        top: 14px;
    }
    #mainMenu > li > ul.sub-menu li ul.sub-menu a:hover{
        color: #d8a202;   
    }
     #mainMenu > li > ul.sub-menu > li:nth-child(2) ul.sub-menu a:hover{
        color: #2ea4a6;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(3) ul.sub-menu a:hover{
        color: #427fca;
    }
    #mainMenu > li > ul.sub-menu > li:nth-child(4) ul.sub-menu a:hover{
        color: #fa6c7d;
    }

    /*------------------------------------*\
        Home
    \*------------------------------------*/
    #sec1 .secCtnt::after{
        content: '';
        display: table;
        clear: both;
    }
    #secWhy{
        padding-left: 125px;
        padding-right: 125px;
    }
    #secWhy-list{
        margin: 0;
        width: 330px;
        margin-right: 45px;
        float: left;
    }
    .secWhy-item{
        padding-bottom: 10px;
        cursor: pointer;
    }
    .secWhy-box{
        height: 50px;
        font-size: 16px;
        justify-content: flex-start;
    }
    .secWhy-item.current .secWhy-box, .secWhy-item:hover .secWhy-box{
        background: linear-gradient(90deg, #50b04a 0%, #325776 100%);
        color: #fff;
    }
    .secWhy-item.current .secWhy-box img,  .secWhy-item:hover .secWhy-box img{
        filter: brightness(0) invert(1);
    }
    .secWhy-icon{
        width: 50px;
        text-align: center;
    }

    .secWhyCt-item:not(.current){
        display: none;
    }


    /*------------------------------------*\
        Footer
    \*------------------------------------*/


    /*------------------------------------*\
        CATEGORY
    \*------------------------------------*/
    #breadcrumbs{
        padding-top: 30px;
    }

    /*------------------------------------*\
        POST
    \*------------------------------------*/
    .trang-bai-viet{
        background-color: #dcebe4;
    }
    .trang-bai-viet #breadcrumbs{
        padding-top: 30px;
    }
    #postCntn, #pstUudai, #postSim{
        background-color: #fff;
        border-radius: 20px;
        padding: 15px 30px
    }
    #postTitle{
        background-color: transparent;
        font-size: 30px;
        line-height: 38px;
    }
    .acit-toc-container{
        float: right;
        width: 50% !important;
        margin: 0 0 10px 15px;
        background: #dcebe4 !important;
        padding: 10px 0 !important;
        border: none !important;
    }
    .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;
        display: none !important; 
    }
    .acit-toc-container .acit-toc-toggle{
        display: none;
    }
    .acit-toc-container .acit-toc-list{
        list-style: none !important;
        padding: 0px 15px !important;
        max-height: 125px;
        overflow-y: scroll;
        counter-reset: toc-counter;
    }
    .acit-toc-container .acit-toc-list::-webkit-scrollbar {
        width: 6px;
    }
    .acit-toc-container .acit-toc-list::-webkit-scrollbar-track {
        background: #f1f1f1; 
        border-radius: 3px;
    }
    .acit-toc-container .acit-toc-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }
    .acit-toc-container .acit-toc-list::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }
    .acit-toc-container .acit-toc-list li {
        counter-increment: toc-counter;
        list-style: none;
        text-align: justify;
        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 a{
        color: #333 !important;
    }
    .acit-toc-container .acit-toc-list a:hover{
        text-decoration: none;
        color: var(--color-primary) !important;
    }
    .postDetail h2{
        border-radius: 10px;
        padding: 12px 15px;
    }
    .postDetail h2, .postDetail h2 *{
        font-size: 24px;
    }
    .postDetail h3, .postDetail h3 *{
        font-size: 20px;
    }
    .postDetail h4, .postDetail h4 *{
        font-size: 18px;
    }
    #postSim-title{
        font-size: 24px;
        background-color: unset;
        border-bottom: 1px solid #ccc;

    }
    /*------------------------------------*\
        BÁC SĨ
    \*------------------------------------*/
    .page-bac-si #breadcrumbs{
        padding-top: 0px;
        height: unset;
    }
    #bsCntn{
        margin-top: 50px;
    }
    
    /*------------------------------------*\
        SIDEBAR
    \*------------------------------------*/
    .sbCtntn{
        padding: 10px;
    }
    .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: #30ad73;
        background: linear-gradient(90deg, #30ad73 0%, #266573 100%);
    }
    .sbTit i{
        font-size: 20px;
        margin-right: 10px;
    }
    #sbTit-ic1{
        width: 23px;
        height: 25px;
        background-position: 0px -75px;
    }
    #sbTit-ic2{
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-position: -26px -75px;
    }

    #sbCate-list{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sbCate-item{
        margin-bottom: 10px;
        position: relative;
        border: 1px solid #cbdfd6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 45px;
        border-radius: 10px;
        text-transform: uppercase;
        flex-wrap: wrap;
    }
    .sbCate-item > a{
        font-weight: 700;
        flex: 1;
        padding-left: 15px;
    }
    .sbCate-dropIc{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        position: relative;
    }
    .sbCate-dropIc::after{
        content: '\f0dd';
        font-family: var(--font-awesome);
        color: #666;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    .sbCate-sublist{
        height: 0;
        width: 100%;
        transition: height 0.5s ease;
        overflow: hidden;
        will-change: height;
    }
    .sbCate-item.current .sbCate-sublist{
        height: unset;
        overflow: visible;
        transition: max-height 0.7s ease;
    }
    .sbCate-sublist a{
        display: block;
        line-height: 40px;
        padding: 0 15px 0 30px;
        font-size: 14px;
        position: relative;
    }
    .sbCate-sublist li:not(:last-child) a{
        border-bottom: 1px solid #cfe6db;
    }
    .sbCate-sublist a::before{
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #31ad73;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sbCate-sublist a:hover{
        color: var(--color-primary);
    }


    #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;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    #stickySidebar{
        top: 50px;
    }
    #sbFrm{
        padding: 12px 10px;
        margin-bottom: 30px;
    }
    #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: 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: 50px;
    }
    body.page .pageWrp {
        padding-top: 50px;
    }
    #customTOC{
        top: 50px;
    }
    #gt-intro{
        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-top: 30px;
        padding-bottom: 30px;
    }
    /*------------------------------------*\
        Header
    \*------------------------------------*/
    #logo{
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
    #logo img{
        height: 44px;
    }
    #btnMenuM{
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #75c5a1;
        font-size: 26px;
    }
    #btnMenuM,#sloganM{
        border: 1px solid #75c5a1;
        border-radius: 10px;
    }
    #sloganM{
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        padding: 5px;
        line-height: 16px;
        color: var(--color-primary);
    }
    #sloganM span{
        display: block;
        font-size: 14px;
    }

    /*------------------------------------*\
        HOME
    \*------------------------------------*/
    #secSlider:not(.v2) img{
        aspect-ratio: 480 / 760 !important;
    }
    .secHead h2{
        font-size: 26px;
    }
    #sec1{
        background: #d6ece2;
    }
    #secWhy{
        padding: 0;
    }
    #secWhy .secHead{
        align-items: center;
        text-align: center;
    }
    #csvcButton{
        width: 220px;
        height: 46px;
        line-height: 46px;
        border-radius: 10px;
        font-size: 16px;
    }

    .doitac-itm{
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }
    .doitac-itm img{
        border: 1px solid #187e4a;
        border-radius: 20px;
    }

    #bsWrp .slick-arrow{
        width: 40px;
        height: 40px;
        border-radius: 20px;
        left: 0;
    } 
    #bsWrp #bsNext{
        right: 0;
    }
    .bsItm{
        padding-left: 42px;
        padding-right: 42px;
    }
    
    .hapkItm{
        padding: 50px 20px;
    }
    .hapkItm.slick-current img {
        box-shadow: 0 0 10px rgba(43, 70, 69, .44);
    }
    #secFrm{
        padding: 20px;
        border-radius: 30px;
        color: #fff;
        margin-bottom: 20px;
    }
    #secFrm-title{
        font-size: 20px;
        text-transform: uppercase;
        font-family: var(--font-heading);
        text-align: center;
        margin-bottom: 20px;
    }
    #secFrm input{
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
        border-radius: 99px;
        text-align: center;
    }
    #secFrm-buttons{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #secFrm-buttons em{
        flex: 1;
        padding-right: 10px;
        font-size: 15px;
        line-height: 23px;
    }
    #secFrm-buttons button{
        width: 130px;
        height: 40px;
        font-family: var(--font-heading);
        color: #473d26;
        font-size: 18px;
        border-radius: 10px;
        border: 1px solid #c89d09;
        background: linear-gradient(90deg, #9f7a09 0% ,#fff36b 50%, #9f7a09 100%);
        background-size: 150% 100%;
        background-position: center center;
    }
    #secFrm-buttons button i{
        font-size: 20px;
    }
    
    /*------------------------------------*\
        Footer
    \*------------------------------------*/
    #logo-m{
        display: block;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    #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 #8affef;
    }
    .ft-title{
        font-size: 14px;
    }
    .ftNav ul li a{
        font-size: 15px;
        line-height: 35px;
    }
    #ft-giayphep{
        border-top: 1px solid #8affef;
        padding-top: 20px;
        margin-top: 0;
    }

    #copyright{
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 15px;
    }
    
    /*------------------------------------*\
        Posts
    \*------------------------------------*/


    /*------------------------------------*\
        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ĩ
    \*------------------------------------*/
    #bsDetail{
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }
    #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: #e8f3f5;
}

#secSlider .slick-dots{
    bottom: 5px;
}
#secSlider .slick-dots li button{
    background-color: #00a651;
    opacity: .4;
    border: 2px solid#fff;
}
#secSlider .slick-dots li.slick-active button{
    opacity: 1; 
    background-color: #00a651;
}
#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;
}