/*
	Theme Name: DKCD Template
	Theme URI: https://bacsingovietthanh.com
	Description: Giao diện website /bacsingovietthanh.com từ DKCD
	Version: 1.0.0
	Author: Aci
	Author URI: https:///bacsingovietthanh.com
	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
\*------------------------------------*/
#header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*------------------------------------*\
    Home Page
\*------------------------------------*/
#secSlider .item-bn {
    display: block;
    aspect-ratio: 480 / 750; /* mobile */
    overflow: hidden;
}
#secSlider.not-slick .item-bn{
    aspect-ratio: 480 / 240; /* mobile */
}
#secSlider .item-bn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.secHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
}

.secHead h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-primary);
}

.secDes {
    text-align: center;
    font-size: 14px;
}

.line {
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    margin-top: 15px;
    margin-bottom: 15px;
}

/* DANH MỤC */
#secCat-wrap {
    position: relative;
    z-index: 1;
    margin-top: -115px;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--border-color-1);
    box-shadow: 0 2px 35px rgba(134, 134, 134, .38);
}

#catList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.catBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(25% - 8px);
    height: 100%;
    border-radius: 15px;
    padding: 7px 5px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    background-color: var(--background-1);
    border: 1px solid #a7cfed;
}

.catBox img {
    display: block;
    margin-bottom: 7px;
    height: 42px;
}

.catBox:hover {
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 80%);
}

.catBox:hover img {
    filter: brightness(0) invert(1);
}

#sec2 {
    padding-top: 0 !important;
}

#hapk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    gap: 12px;
}

#hapk img {
    display: block;
    width: calc(50% - 6px);
}


/* DỊCH VỤ PK */
#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;
    color: #fff;
}

.homeDV-box i {
    height: 48px;
    background-position-y: 0;
}

#homeDV-icon-1 {
    width: 37px;
    background-position-x: -213px;
}

#homeDV-icon-2 {
    width: 47px;
    background-position-x: -257px;
}

#homeDV-icon-3 {
    width: 52px;
    background-position-x: -310px;
}

#homeDV-icon-4 {
    width: 37px;
    background-position-x: -367px;
}

.homeDV-box b {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
    color: #ffee33;
}


/* ƯU THẾ PHÒNG KHÁM */
#uuthe-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.uuthe-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 5px);
    background-color: var(--background-1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 2px 5px;
    height: 60px;
    text-align: center;
    border: 1px solid var(--border-color-1);
}

.uuthe-tab.currentTab {
    color: #fff;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
}

.uutheCntn-ct:not(.activeTab) {
    display: none;
}

.uutheCntn-ct img {
    display: block;
    margin-bottom: 10px;
}

.uutheCntn-ct-text {
    text-align: justify;
    font-weight: 500;
}


/* BÁC SĨ */
.bsBox-img {
    text-align: center;
}

.bsBox-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
}

.bsBox-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.bsBox-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 150px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-heading);
    border-radius: 20px;
    margin: 0 7px;
    border: 1px solid #fff
}

.bsBox-button a i {
    font-size: 16px;
    margin-right: 7px;
}

.bsBox-button a.bsBox-lc i {
    font-size: 18px;
}

.bsBox-button a.bsBox-lc {
    background-color: #fff;
    color: var(--color-primary);
}

.bsBox-button a.bsBox-link {
    background-color: transparent;
    color: #fff;
}

.bsBox-info {
    margin-top: 10px;
    color: #fff;
}

.bsBox-name {
    text-align: center;
    font-size: 20px;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.bsBox-name span {
    color: #ffff00;
}

.bsBox-ck {
    text-align: center;
    text-transform: uppercase;
}

.bsBox-inf {
    margin: 30px 0 8px
}

.bsBox-inf li {
    min-height: 30px;
    padding: 3px 0;
    display: flex;
    align-items: center;
}

.bsBox-inf li span {
    display: inline-block;
    width: 160px
}
.bsBox-inf li b{
    flex: 1;
    line-height: 1.4;
}

.bsBox-inf li span i {
    font-size: 18px;
    margin-right: 5px
}

.bsBox-inf li b i {
    color: #ffe400;
    margin-right: 3px;
}

.bsBox-des {
    text-align: justify;
}

#bsThumb {
    margin: 20px 0 0;
}

#bsThumb .slick-arrow {
    width: 25px;
    color: #ffe400;
}

#uuthePrev {
    left: 0px;
}

#uutheNext {
    right: 0px;
}

.bsThumb-item {
    padding: 16px 10px;
    max-width: 100px;
    text-align: center;
    margin: auto;
}

/* THIẾT BỊ */
#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 {
    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;
    margin-left: -7px;
    margin-right: -7px;
}

.thietbi-thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 102px;
    padding: 5px 0;
    margin: 0 7px;
    border-radius: 20px;
    background-color: var(--background-1);
    border: 1px solid transparent;
}

.thietbi-thumb.slick-current {
    border-color: var(--border-color-1);
}

.thietbi-thumb img {
    width: unset !important;
    max-height: 90px;
}

/* ĐỐI TÁC */
#doitac {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.doitac-itm {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color-1);
    border-radius: 20px;
    overflow: hidden;
}


/* BÀI VIẾT TRANG CHỦ */
#sec9Line {
    background-color: #fff;
}

#catTabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.catTab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.catTab.current {
    background-color: #fff;
    color: var(--color-primary);
}


.pCat-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.pCat-content:not(.active) {
    display: none;
}

.hPst {
    background-color: #fff;
    padding: 6px;
    border-radius: 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 {
    margin-top: 8px;
    margin-bottom: 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);
    font-size: 14px;
    line-height: 22px;
}


/* PHẢN HỒI BỆNH NHÂN */
#sec10 {
    background: url(./img/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.phbnBox {
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
}

.phbnBox-text {
    text-align: justify;
}

.phbnBox-inf {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.phbnBox-inf img {
    width: 68px;
}

.phbnBox-name {
    flex: 1;
    padding-left: 10px;
    color: #999;
}

.phbnBox-name b {
    text-transform: uppercase;
    display: block;
}

.phbnBox-inf:after {
    content: '';
    display: block;
    width: 50px;
    height: 58px;
    background: url(./img/icon.png) 0 -112px no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

/* ĐẶT HẸN */
#dathen-wrap {
    display: grid;
    gap: 12px;
}

.dathen-box {
    background-color: var(--background-1);
    padding: 16px 16px 12px;
    border-radius: 15px;
    text-align: justify;
    border: 1px solid var(--border-color-1);
}

.dathen-box-title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-heading);
}

.dathen-box-title i {
    height: 28px;
    background-position-y: -114px;
    margin-right: 10px;
}

#dathen-ic-1 {
    width: 22px;
    background-position-x: -197px;
}

#dathen-ic-2 {
    width: 28px;
    background-position-x: -220px;
}

#dathen-ic-3 {
    width: 21px;
    background-position-x: -249px;
}

#dathen-ic-4 {
    width: 27px;
    background-position-x: -271px;
}

.dathen-box p {
    margin-top: 5px;
    margin-bottom: 2px;
}

#secFrm {
    border-radius: 20px;
    padding: 16px 16px 12px;
}

#secFrm-title {
    font-family: var(--font-heading);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

#secFrm input,
#secFrm textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#secFrm textarea {
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#secFrm button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 140px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 99px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

#secFrm button i {
    font-size: 20px;
    margin-right: 8px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
#footer {
    color: #fff;
}

#ft1 {
    border-bottom: 1px solid #fff;
}

#logo-m {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#ft2 {
    padding-top: 16px;
}

#ftInfo {
    margin: 0;
}

#ftInfo li {
    margin-bottom: 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;
}

.ftFrm input {
    flex: 1;
    background-color: transparent;
    padding: 0 15px;
}

.ft-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffff33;
    font-size: 14px;
}

#ftNav>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ftNav ul {
    margin-top: 5px;
}

.ftNav ul li a {
    display: block;
    position: relative;
    /* line-height: 36px; */
    padding-top: 5px;
    padding-bottom: 5px;
}

.ftNav ul li a::before {
    content: '\f105';
    font-family: var(--font-awesome);
    color: #ff3;
    margin-right: 7px;
}

#ft-giayphep {
    text-align: center;
    padding-top: 16px;
}

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

#copyright {
    padding: 12px 0;
    font-size: 14px;
}


/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
#breadcrumbs {
    padding: 16px 0px;
}

.breadcrumb_last {
    font-weight: 500;
    color: var(--color-primary);
}

.danh-muc-benh {
    background-color: var(--background-1);
}

#cateDetail {
    display: grid;
    grid-template-columns: min(35%, 140px) 1fr;
    align-items: start;
    gap: 10px;
    padding: 10px
}

#cateDetail-thumbnail {
    grid-column: 1;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 600 / 500;
}

#cateDetail-info {
    color: #fff;
    grid-column: 2;
}

#cateDetail-title {
    text-transform: uppercase;
    font-weight: 700;
}

#cateDetail-info p {
    margin-top: 5px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cateDetail-buttons {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#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: 40px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

#cateDetail-buttons a#cateDetail-tuvan {
    background-color: #fff;
    color: var(--color-primary);
}

#catPost {
    padding-top: 1rem;
}

#catPost .col-12 {
    padding-bottom: 16px;
}

.catePosts {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.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 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    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(90deg, var(--gradient-1) 0%, var(--gradient-2) 80%);
}





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

#postTitle {
    font-size: 22px;
    line-height: 36px;
    margin: 0px -10px;
    padding: 10px;
    background-color: var(--background-1);
}

#postBS {
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 350px;
    min-height: 120px;
    padding: 5px 10px;
    border: 1px solid var(--color-primary);
    margin: 1rem auto;
    border-radius: 10px;
}

#postBS-thumb {
    width: 100px;
}

#postBS-thumb img {
    border-radius: 0px;
}

#postBS-info {
    padding-left: 5px;
    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 5px 3px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 500;
    margin: 0 3px;
    border-radius: 5px;
    font-size: 14px;
    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;
}
.postDetail p,
.postDetail li {
    text-align: justify;
    line-height: 26px;
}

.postDetail h2 {
    padding: 10px;
    background: #266673;
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 80%);
    background-size: 150% 150%;
    background-position: center center;
}

.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:not(.postBS-doingubs) {
    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: var(--background-2);
    border: 2px dotted var(--border-color-1);
    border-radius: 10px;
    padding: 1px 20px 1px 75px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.postDetail blockquote::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 35px;
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -72px;
    background-size: 325px;
    position: absolute;
    top: calc(50% - 16px);
    left: 18px;
}
.youtube-responsive{
    max-width: 560px;
    margin: auto;
    aspect-ratio: 16 / 9;
}

.youtube-responsive iframe{
    width: 100%;
    height: 100%;
}
/* 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: 20px 10px;
    color: #fff;
    margin: 10px 0;
    border-radius: 15px;
    background: rgb(26, 141, 164);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    background-size: 150% 150%;
    background-position: center;
}

#testPost-head {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

#testPost-ct {
    color: #000;
    position: relative;
    background: linear-gradient(90deg, var(--background-1) 0%, #fff 100%);
    background-size: 150% 150%;
    border: 1px dashed var(--color-primary);
    padding: 25px 0;
    border-radius: 10px;
    padding: 8px 7px 0
}

.testPost-ch {
    padding-bottom: 15px
}

.testPost-tit {
    font-weight: 700
}

.testPost-ct {
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.testPost-ct br {
    display: none !important;
}

.testPost-ct label {
    width: 100%;
    margin: 3px 0;
    font-weight: 400;
    cursor: pointer
}

.testPost-ct input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 13px;
    width: 13px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 1px solid var(--color-primary);
    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,
#testPost-frm {
    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: 7px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 1px solid #2d89a0;
    margin: 0 5px;
    font-size: 16px;
    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,
#pstLuuy {
    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: var(--background-1);
}

#pstUudai a,
#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;
    cursor: pointer;
}

#pstUudai-note {
    text-align: center;
    font-size: 9px;
    padding-top: 4px;
}

#pstLuuy{
    padding: 1px 10px;
    text-align: justify;
    border-radius: 10px;
    background: var(--background-1);
}
#pstLuuy b{
    color: #f00;
}
#pstLuuy span, #pstLuuy a{
    font-weight: 700;
    color: var(--color-primary);
}

#pstTop {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 2px dotted var(--color-primary);
    border-radius: 20px;
}

#pstTop-img {
    width: 55px;
}

#pstTop-text {
    flex: 1;
    padding-left: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
}

#pstTop-text b {
    color: #ff3338;
}

/*  */
#postRealImages {
    display: block;
    margin: 0 -10px 10px;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

#postRealImages img {
    margin-bottom: 6px;
}

#postRealImages.sticky {
    position: fixed;
    width: 100%;
    max-width: 480px;
    z-index: 10;
    background: #fff;
}

#postRealImages span {
    --color-start: #333;
    --color-end: #ec212f;
    animation: color-swap 1400ms infinite;
}

/* Test cuối trang */
#postTest {
    max-width: 700px;
    margin: 1rem auto 0;
    border: 2px solid #208cbe;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

#postTest-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.postTest-head-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--font-heading);
    color: #fff;
    font-size: 15px;
    text-shadow:
        -1.5px -1.5px 0 #2074d0,
        1.5px -1.5px 0 #2074d0,
        -1.5px 1.5px 0 #2074d0,
        1.5px 1.5px 0 #2074d0,
        0 0 4px #716969;
}

.postTest-head-text span {
    font-size: 22px;
    color: #ffed26;
}

#postTest-title {
    padding: 10px 15px;
    font-family: var(--font-heading);
}

#postTest-a label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 5px 15px;
    font-weight: 500;
    line-height: 24px;
}

#postTest-a label:nth-child(odd) {
    background: linear-gradient(90deg, #fff3df 0%, #ffdea4 100%);
}

#postTest-a label input {
    appearance: none;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    margin-left: 10px;
}

#postTest-a label span {
    flex: 1;
}

#postTest-a label input:checked {
    background: var(--color-primary);
}

#postTest-form {
    margin-top: 12px;
    background-color: #ddeff4;
}

#postTest-form-text {
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: justify;
}

#postTest-form-text p {
    flex: 1;
    padding-left: 10px;
}

#postTest-form-contact {
    padding: 0 10px 10px
}

#postTest-form-contact .text2 {
    text-align: center;
}

#postTest-form-contact .text2 b {
    color: #348ae4;
}

#postTest-form-contact .text2 b+b {
    color: #fe3a32;
}

#postTest-form-contact input {
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: 1px solid #c4d7dd;
    border-radius: 23px;
    text-align: center;
    margin-bottom: 10px;
}

#postTest-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#postTest-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 7px);
    max-width: 200px;
    height: 40px;
    border-radius: 20px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

#postTest-lc {
    animation: step-background-change 1400ms steps(1) infinite;
}

#postTest-send {
    animation: step-background-change-2 1400ms steps(1) infinite;
}













/* Css bài viết liên quan */
#postSim {
    padding-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
}

#postSim-title {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    border-bottom: none;
    font-weight: 700;
    text-align: center;
    color: #fff;
    /* background-color: var(--background-1); */
}

#postSim-lst {
    padding: 15px 10px 0px;
}

.postSim {
    display: flex;
    padding: 7px 0;
}

.postSim-thumb {
    display: block;
    width: 120px;
    aspect-ratio: 600 / 400;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

.postSim-thumb img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.postSim-name {
    flex: 1;
    padding-left: 10px;
    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: 20px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.working-hours-box {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.working-hours-box b,
.contact-box span {
    color: #666666;
    font-size: 20px;
    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: 10px;
}

#contact-info {
    background-color: var(--background-1);
}

.contact-box {
    background-color: #fff;
}

#contact-maps {
    position: relative;
    overflow: hidden;
}

#contact-maps img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

#contact-maps-list {
    position: relative;
    z-index: 1;
    width: calc(100% + 20px);
    max-width: 470px;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 450px;
    padding: 20px;
}

#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 20px;
    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: 14px;
    line-height: 20px;
}

#secFrm.secFrm-contact #secFrm-buttons button {
    height: 40px;
    width: 140px;
    padding-bottom: 4px;
    position: relative;
    font-family: var(--font-heading);
    color: #473d26;
    font-size: 15px;
    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%);
    background-size: 150% 150%;
    background-position: center center;
}

#secFrm.secFrm-contact #secFrm-buttons button i {
    font-size: 18px;
}

/*------------------------------------*\
    Page Giới thiệu
\*------------------------------------*/
#gtIntro-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--background-1);
    border-radius: 30px;
    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;
}

.page-gioi-thieu p {
    text-align: justify;
    line-height: 30px;
}

#gtIntro-box2 {
    margin-top: 50px;
    align-items: center;
}

.gt-img {
    border-radius: 30px;
}

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

.gtUudiem-icon i {
    font-size: 32px;
    color: #fff;
}

.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 #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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    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;
}

.lstBsBox-img {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 421 / 423;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.lstBsBox-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lstBsBox-info {
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.lstBsBox-name {
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-size: 20px;
    padding: 20px 0 10px;
}
.lstBsBox-des {
    text-align: center;
}
.lstBsBox-des ul{
    margin: 0;
}
.lstBsBox-des ul li{
   padding: 5px 0; 
}
.lstBsBox-des ul li:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.lstBsBox-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    font-weight: 500;
    margin: auto auto 0;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}

.lstBsBox-link i {
    margin-left: 10px;
    font-size: 20px;
}

.lstBsBox-link:hover {
    color: #fff;
}

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

#bsHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    margin: auto;
    padding: 15px 10px;
    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 {
    color: #fff;
    font-size: 15px;
}
.postBs-name {
    font-family: var(--font-heading);
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
}
.postBs-ck {
    margin-bottom: 12px;
}
.postBs-mota ul{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 18px;
    list-style: disc;
}
.postBs-mota ul li{
    padding: 3px 0;
}
.postBs-inf {
    margin: 15px 0
}
.postBs-inf li {
    display: flex;
    align-items: center;
    padding: 2px 0;
    line-height: unset;
}
.postBs-inf li span {
    display: inline-block;
    width: 155px
}
.postBs-inf li span i {
    font-size: 18px;
    margin-right: 5px
}
.postBs-inf li b{
    flex: 1;
}
.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;
}

#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;
    font-size: 14px;
    background-size: 150% 150%;
    background-position: center center;
}

.postBs-book {
    animation: step-background-change 1400ms steps(1) infinite;
}

.postBs-live {
    animation: step-background-change-2 1400ms steps(1) infinite;
}

#bsDetail-btn a i {
    font-size: 18px;
    margin-right: 5px;
}

/*------------------------------------*\
    Page thiết bị
\*------------------------------------*/
#pThietbi {
    padding-top: 0 !important;
}

.pThietbi-box {
    align-items: center;
    background-color: var(--background-1);
    border-radius: 16px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px;
}

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

    .secHead {
        margin-bottom: 25px;
    }

    /*------------------------------------*\
        Header
    \*------------------------------------*/
    #navHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
    }

    #hdNav-wrap {
        position: relative;
        margin-right: auto;
        padding-left: 30px;
    }

    #navHeader-r {
        display: flex;
        align-items: center;
    }

    #hdLivechat-btn {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 40px;
        width: 150px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
        font-family: var(--font-heading);
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 30px;
    }

    #hdLivechat-btn i {
        width: 25px;
        height: 25px;
        background-position: -103px -165px;
    }

    #hdSearch-btn {
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

    #mainMenu {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    #mainMenu>li {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    #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 16px;
        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% - 70px);
        height: 4px;
        position: absolute;
        bottom: 6px;
        left: 35px;
        background: #fff;
    }

    #mainMenu>li:hover>.sub-menu {
        display: block;
    }

    #mainMenu .sub-menu {
        display: none;
    }

    #mainMenu>li>.sub-menu {
        width: 185px;
        position: absolute;
        top: calc(100% - 15px);
        left: 50%;
        transform: translate(-50%, 12px);
        z-index: 2;
        border: 2px solid var(--color-primary);
        background: var(--color-primary);
        border-radius: 15px;
    }

    #mainMenu>li>.sub-menu::before {
        content: "";
        display: block;
        position: absolute;
        top: -15px;
        left: calc(50% - 13px);
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 15px solid var(--color-primary);
    }

    #mainMenu>li>ul.sub-menu>li {
        width: 100%;
    }

    #mainMenu>li>ul.sub-menu>li>a {
        display: block;
        text-align: center;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgb(255, 255, 255);
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 500;
    }

    #mainMenu>li>ul.sub-menu>li>a:hover {
        color: rgb(5, 71, 132);
        background: rgb(255, 255, 255);
    }

    #mainMenu>li>ul.sub-menu>li:first-child>a {
        border-radius: 15px 15px 0px 0px;
    }

    #mainMenu>li>ul.sub-menu>li:last-child>a {
        border-bottom: none;
        border-radius: 0px 0px 15px 15px;
    }

    /* FORM SILDER */
    #secSlider {
        position: relative;
    }
    #secSlider .item-bn{
        aspect-ratio: 1920 / 870;
    }
    #secSlider .item-bn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #secSlider.not-slick .item-bn{
        aspect-ratio: 1920 / 600; /* mobile */
    }

    #secSlider .ctn {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .secSlider-frm {
        position: absolute;
        top: 50%;
        right: 0px;
        width: 400px;
        border-radius: 40px;
        padding: 16px 20px;
        background: linear-gradient(90deg, rgba(35, 112, 215, .54) 0%, rgba(83, 184, 255, .54) 100%);
        background-size: 150% 150%;
        background-position: center center;
        transform: translate(60px, -50%);
        border: 2px solid #fff;
        box-shadow: 0 2px 15px rgba(28, 66, 111, .60);
    }

    .secSlider-frm-title {
        font-size: 24px;
        text-transform: uppercase;
        font-family: var(--font-heading);
        margin-bottom: 20px;
        text-align: center;
        color: #fff;
    }

    .secSlider-frm input,
    .secSlider-frm textarea,
    .secSlider-frm button {
        width: 100%;
        height: 50px;
        margin-bottom: 8px;
        border-radius: 25px;
        padding: 0 15px;
    }

    .secSlider-frm textarea {
        height: 115px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 20px;
    }

    .secSlider-frm button {
        background-color: #ffee33;
        font-size: 18px;
        font-family: var(--font-heading);
        color: #333;
        cursor: pointer;
    }

    .secSlider-frm button i {
        font-size: 20px;
        margin-right: 10px;
    }

    /*------------------------------------*\
        Home
    \*------------------------------------*/
    .secHead h2 {
        font-size: 36px;
    }

    #secCat-wrap {
        margin-top: -178px;
        padding: 10px 35px 20px;
    }

    .secDes {
        width: 70%;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .catBox {
        width: calc(100% / 8 - 14px);
        height: 130px;
        font-size: 16px;
        line-height: 24px;
    }

    .catBox:hover {
        color: #fff;
    }

    .catBox img {
        height: 54px;
    }

    #hapk {
        gap: 0;
        margin-top: 30px;
    }

    #hapk img {
        width: calc(25% - 15px);
    }

    #homeDV .col {
        flex: 25%;
        position: relative;
    }

    #homeDV .col:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 120px;
        background: linear-gradient(45deg, transparent, #ffffff, transparent);
    }

    .homeDV-box i {
        height: 57px;
    }

    #homeDV-icon-1 {
        width: 42px;
        background-position-x: 0px;
    }

    #homeDV-icon-2 {
        width: 54px;
        background-position-x: -48px;
    }

    #homeDV-icon-3 {
        width: 58px;
        background-position-x: -106px;
    }

    #homeDV-icon-4 {
        width: 42px;
        background-position-x: -165px;
    }

    .homeDV-box b {
        margin-bottom: 10px;
        margin-top: 12px;
        font-size: 36px;
    }

    .uuthe-tab {
        width: 100%;
        height: 60px;
        margin-bottom: 12px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        padding-left: 60px;
    }

    .uuthe-box-ic {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 60px;
        background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 80%);
        background-size: 150% 150%;
        background-position: center center;
    }

    .uuthe-box-ic i {
        height: 31px;
        background-position-y: -58px;
    }

    #uutheTab-ic-1 {
        width: 26px;
        background-position-x: 0;
    }

    #uutheTab-ic-2 {
        width: 22px;
        background-position-x: -28px;
    }

    #uutheTab-ic-3 {
        width: 33px;
        background-position-x: -52px;
    }

    #uutheTab-ic-4 {
        width: 28px;
        background-position-x: -87px;
    }

    #uutheTab-ic-5 {
        width: 32px;
        background-position-x: -116px;
    }

    #uutheTab-ic-6 {
        width: 12px;
        background-position-x: -150px;
    }

    .uuthe-tab.currentTab .uuthe-box-ic {
        background: transparent;
    }

    .uuthe-tab span {
        font-size: 16px;
        text-transform: uppercase;
    }

    .bsBox-img img {
        width: 380px;
        max-width: unset;
    }

    .bsBox-button a {
        height: 40px;
        width: 180px;
        font-size: 16px;
    }

    .bsBox-name,
    .bsBox-ck {
        text-align: left;
    }

    .bsBox-inf {
        width: calc(100% - 270px);
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .bsBox-inf li {
        min-height: 36px;
    }

    #bsThumb {
        margin-top: -115px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .bsThumb-item {
        max-width: 110px;
        padding: 0;
        margin: auto;
        cursor: pointer;
    }

    #bsThumb .slick-arrow {
        text-align: center;
    }

    #uuthePrev {
        left: 0px;
    }

    #uutheNext {
        right: 0px;
    }

    #sec5 .secCntn {
        position: relative;
    }

    #bsForm {
        width: 270px;
        border-radius: 24px;
        padding: 10px;
        position: absolute;
        top: 12px;
        right: 0;
        z-index: 1;
        background-color: var(--background-1);
    }

    #bsForm-title {
        text-transform: uppercase;
        color: var(--color-primary);
        text-align: center;
        margin-bottom: 12px;
    }

    #bsForm input,
    #bsForm button {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        margin-bottom: 8px;
        text-align: center;
    }

    #bsForm button {
        color: #fff;
        text-transform: uppercase;
    }

    #bsForm button i {
        font-size: 20px;
        margin-right: 10px;
    }

    #bsForm-note {
        display: block;
        text-align: center;
        color: #ff3333;
        font-size: 14px;
    }

    .thietbi-thumb {
        height: 180px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .thietbi-thumb img {
        max-height: 150px;
    }

    #doitac {
        gap: 15px;
        grid-template-columns: repeat(6, 1fr);
    }

    #catTabs {
        margin-top: 30px;
        margin-bottom: 20px;
        grid-template-columns: repeat(8, 1fr);
    }

    .catTab {
        cursor: pointer;
        border: none;
    }

    .catTab.current {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

    .pCat-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .phbnBox {
        margin-left: 10px;
        margin-right: 10px;
    }

    #dathen-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .dathen-box {
        min-height: calc(340px / 2);
    }

    .dathen-box-title {
        font-size: 18px;
    }




    /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
    #ftFrm {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }

    .ftFrm-text {
        text-transform: uppercase;
    }

    .ftFrm {
        display: flex;
        width: 370px;
        height: 50px;
        padding: 5px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid var(--color-primary);
        box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.33);
    }

    .ftFrm button {
        width: 75px;
        height: 40px;
        border-radius: 10px;
        border: none;
        color: #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;
    }

    #ftSocial {
        position: relative;
    }

    #ftSocial-links {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100%;
        max-width: 280px;
        transform: translateX(-50%);
    }

    #ftSocial-links a {
        height: 36px;
    }

    .ft-title {
        font-size: 16px;
    }

    .ftNav ul li a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    /* 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;
    }

    /*------------------------------------*\
        CATEGORY
    \*------------------------------------*/
    #cateDetail {
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
        border-radius: 15px;
        grid-template-columns: min(35%, 240px) 1fr;
        gap: 20px;
    }

    #cateDetail-thumbnail {
        border-radius: 15px;
    }

    #cateDetail-title {
        font-size: 24px;
    }

    #cateDetail-info p {
        margin-top: 16px;
        margin-bottom: 14px;
        line-height: 28x;
    }

    #cateDetail-buttons {
        justify-content: space-evenly;
    }

    #cateDetail-buttons a {
        height: 50px;
        font-size: 16px;
    }

    #cateDetail-buttons a i {
        height: 25px;
        background-position-y: -57px;
        margin-right: 10px;
    }

    #cateDetail-ic1 {
        width: 25px;
        background-position-x: -172px;
    }

    #cateDetail-ic2 {
        width: 29px;
        background-position-x: -203px;
    }

    .catePosts {
        display: grid;
        grid-template-columns: min(35%, 240px) 1fr;
        column-gap: 20px;
        padding: 20px 30px;
    }

    .catePosts-name {
        margin-top: 0;
        font-size: 24px;
        line-height: 32px;
    }


    /*------------------------------------*\
        SIDEBAR
    \*------------------------------------*/
    .sbBox {
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }

    .sbTit {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        text-transform: uppercase;
        border-radius: 20px 20px 0 0;
        color: #fff;
        font-size: 18px;
        font-family: var(--font-heading);
    }

    .sbTit i {
        font-size: 20px;
        margin-right: 10px;
        padding-top: 3px;
    }

    #sbTit-ic1 {
        width: 25px;
        height: 25px;
        background-position: -172px -57px;
    }

    #sbTit-ic2 {
        width: 25px;
        height: 25px;
        background-position: -131px -165px;
    }

    #sbCate-lst {
        margin-bottom: 5px;
        margin-top: 10px;
        padding: 0 15px
    }

    #sbCate-lst li {
        padding: 6px 0;
    }

    #sbCate-lst li:not(:last-child) {
        border-bottom: 1px solid var(--background-1);
    }

    #sbCate-lst li a {
        font-size: 18px;
        position: relative;
        padding-left: 20px;
    }

    #sbCate-lst li a::before {
        content: '';
        font-family: unset;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: #0c5792;
        position: absolute;
        top: calc(50% - 4px);
    }

    #sbCate-lst li a:hover {
        color: var(--color-primary);
    }

    #sbPostWrp {
        padding: 10px 15px 0;
    }

    .sbPost {
        padding-bottom: 25px;
    }

    .sbPost-thumb {
        display: block;
        margin-bottom: 5px;
        aspect-ratio: 600 / 400;
        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 {
        text-align: center;
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #stickySidebar {
        top: 50px;
    }

    #sbFrm {
        margin-bottom: 30px;
    }

    #sbFrm-cntn {
        padding-left: 15px;
        padding-right: 15px;
        padding-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;
    }

    /*------------------------------------*\
        POST
    \*------------------------------------*/
    body.single #sidebarL,
    body.single #sidebarR {
        margin-top: 50px;
    }

    body.page .pageWrp {
        padding-top: 50px;
    }

    #customTOC {
        top: 50px;
    }

    #pstTop {
        padding: 15px 20px;
    }

    .trang-bai-viet {
        background-color: var(--background-1);
    }

    #postCntn,
    #pstUudai {
        background-color: #fff;
        border-radius: 20px;
        padding: 15px 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }

    #postTitle {
        background-color: transparent;
        font-size: 30px;
        line-height: 38px;
        color: var(--color-primary);
    }

    #postBS {
        float: right;
        margin: 0 0 10px 15px;
    }

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

    /* TOC */
    .acit-toc-container {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }

    .acit-toc-container .acit-toc-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        color: #fff !important;
        font-size: 16px;
        text-transform: uppercase;
        background: var(--gradient-1);
        background: linear-gradient(90deg, var(--gradient-1) 15%, 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;
        line-height: 20px;
    }

    .acit-toc-container .acit-toc-list li::before {
        content: counter(toc-counter) ". ";
        font-weight: 500;
        font-size: 14px;
    }

    .acit-toc-container .acit-toc-list {
        counter-reset: toc-counter;
    }

    .acit-toc-container .acit-toc-list a {
        color: #333 !important;
        font-size: 15px;
        line-height: 20px;
    }

    .acit-toc-container .acit-toc-list a:hover {
        text-decoration: none;
        color: var(--color-primary) !important;
    }

    #pstUudai-note {
        font-size: 14px;
    }
    #pstLuuy{
        background-color: #fff;
        border-radius: 20px;
        padding: 1px 30px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
        text-align: justify;
    }

    #postSim {
        box-shadow: none;
    }

    #postSim-title {
        font-size: 24px;
        background: unset;
        border-bottom: 1px solid #ccc;
        color: var(--color-primary);
        text-transform: uppercase;
    }

    #postSim-lst {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .postSim {
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 15px;
    }

    .postSim-thumb {
        width: 160px;
    }

    .postSim-name {
        padding-left: 15px;
        line-height: 28px;
    }

    /* Test trong bài viết */
    #testPost {
        padding: 30px;
    }

    .testPost-head {
        font-size: 28px;
    }

    .testPost-ct label {
        width: calc(50% - 5px);
    }

    /* Test trong cuối trang */
    .postTest-head-text {
        font-size: 16px;
        padding-left: 12px;
    }

    .postTest-head-text span {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    #postTest-ctnt {
        padding-left: 30px;
        padding-right: 30px;
    }

    #postTest-title {
        font-size: 18px;
        text-align: center;
    }

    #postTest-a label:nth-child(odd) {
        border-radius: 5px;
    }

    #postTest-form {
        display: flex;
        align-items: stretch;
    }

    #postTest-form>div {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #postTest-form-text {
        flex-direction: column;
        padding-top: 20px !important;
        padding-bottom: 15px !important;
    }

    #postTest-form-text p {
        margin: 7px;
    }

    #postTest-form-text p b {
        color: #ffed26;
    }

    #postTest-btn {
        flex-direction: column;
        align-items: center;
    }

    #postTest-btn a.postTest-button {
        width: 250px;
        max-width: unset;
        font-size: 16px;
    }

    #postTest-btn a.postTest-button img {
        margin-right: 10px;
    }

    #postTest-send {
        margin-top: 10px;
    }








    #gt-intro {
        margin-top: -100px;
        position: relative;
        z-index: 1;
    }

    #gtIntro-box1 {
        padding-left: 100px;
        padding-right: 100px;
    }

    #gtIntro-box1 #pageTitle,
    .page-gioi-thieu .secHead h2 {
        font-size: 30px;
    }

    .gtIntro-slogan {
        flex-direction: row;
        justify-content: center;
        font-size: 24px;
    }

    .gtPk-box {
        margin-bottom: 30px;
    }

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

    #gtGiatri-wrap>.clg-4:not(:nth-last-child(-n+3)) {
        margin-bottom: 30px;
    }

    .gtGiatri-head {
        font-size: 18px;
    }

    .gtGiatri-number {
        width: 64px;
        height: 64px;
        font-size: 36px;
    }



    #bsHead {
        padding: 25px 40px;
        flex-direction: row;
        justify-content: center;
    }

    .postBs-text {
        padding-left: 30px;
        color: #fff;
    }

    .postBs-name{
        margin-top: 0;
    }

    #bsDetail {
        padding: 15px 25px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
    }

    #bsCntn #bsDetail-btn {
        padding-bottom: 30px;
        margin: 0 !important;
    }





    .pThietbi-box:nth-child(even) {
        flex-direction: row-reverse;

    }

    #secFrm.secFrm-contact {
        padding-left: 70px;
        padding-right: 70px;
    }

    #secFrm.secFrm-contact #secFrm-buttons button {
        margin-right: 0;
    }

    /* Bằng cấp */
    #bkWrap{
        margin-top: 30px;
        margin-bottom: 65px;
    }
    #bkLst{
        margin-left: -10px;
        margin-right: -10px;
    }
    .bkItem{
        padding: 0 10px
    }


}


@media screen and (max-width: 991.98px) {
    section:not(#secSlider) {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*------------------------------------*\
        Header
    \*------------------------------------*/
    .hdBtn {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
    }

    .hdBtn i {
        font-size: 24px;
        line-height: 40px;
        background: linear-gradient(90deg, var(--gradient-2) 0%, var(--gradient-1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    #hdHotline-menuM i {
        font-size: 30px;
    }

    /*------------------------------------*\
        HOME
    \*------------------------------------*/
    #homeDV::before,
    #homeDV::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    #homeDV::before {
        width: 1px;
        height: 90%;
        transform: translateY(-50%);
        background: linear-gradient(45deg, transparent, #ffffff, transparent)
    }

    #homeDV::after {
        height: 1px;
        width: 90%;
        transform: translateX(-50%);
        background: linear-gradient(45deg, transparent, #ffffff, transparent)
    }

    .uuthe-tab:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    #secFrm.frmHome {
        margin-top: 2rem;
    }

    #secFrm:not(.frmHome) {
        margin-bottom: 2rem;
    }

    .bsThumb.slick-current .bsThumb-item img {
        transform: scale(1.3);
    }

    /*------------------------------------*\
        FOOTER
    \*------------------------------------*/
    #logo-m {
        text-align: center;
    }

    #ftInfo {
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    #ft-giayphep {
        border-top: 1px solid #fff;
    }

    /*------------------------------------*\
        Page Liên hệ
    \*------------------------------------*/
    #gtIntro-box2 .secHead,
    #gt-phongkham .secHead,
    #gt-dangky .secHead {
        margin-top: 20px;
    }

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


    /*------------------------------------*\
        Page BÁC SĨ
    \*------------------------------------*/
    #bsName,
    .postBs-ck {
        text-align: center;
    }

    /*------------------------------------*\
        Page THIẾT BỊ
    \*------------------------------------*/
    .pThietbi-text {
        padding-top: 15px;
    }

    /* Bằng cấp */
    #bkWrap{
        padding-bottom: 30px;
    }
    #BkPrev{
        left: 0;
    }
    #BkNext{
        left: unset;
        right: 0;
    } 


}


















/* 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: #2b6ab1;
    opacity: .4;
    border: 2px solid#fff;
}

#secSlider .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #2b6ab1;
}

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