a{
    text-decoration: none !important;
    color: var(--black);
}
.bg-lightblue{
    background-color: var(--lightblue);
}
.bg-black{
    background-color: var(--black);
}

.pb-7{
    padding-bottom: 7px;
}
.mb-7{
    margin-bottom: 7px;
}

.bg-highlight {
    background-color: var(--color-hightlight);
}

.px-05 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.logo-section img{
    max-height: 75px;
}

.fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--white);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.socials li img{
    /*filter: grayscale(1);*/
}

.title-section span{
    color: var(--white);
    display: inline-block;
    padding: 3px 20px;
    background-image: var(--gradient);
    border-radius: 3px;
}

.align-row-center > .container > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}


/*Hotline*/
.phone-top {
    display: flex;
    align-items: center;
    background-color: var(--color-hightlight);
    border-radius: 5px !important;
    color: var(--white);
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}
.phone-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 50px;
    background-color: var(--white);
    z-index: 1;
    transform: skew(-25deg);
}
/*Hotline*/


/*Module dich vu trang chu*/
.mt--100px {
    margin-top: -100px;
}
.list-service > .item-service:first-child{
    background-color: #0d4a99;
}
.list-service > .item-service:nth-child(2){
    background-color: #0f53ab;
}
.list-service > .item-service:nth-child(3){
    background-color: #1059b7;
}
.list-service > .item-service:last-child{
    background-color: #1a66c9;
}

.list-service > .item-service img{
    filter: brightness(0) invert(1);
}


/*Module dich vu trang chu*/

/*Module danh muc san pham - trang chu*/
.list-cate-home > div:first-child .inner-content{
    background-color: #0d4a99;
}
.list-cate-home > div:nth-child(2) .inner-content{
    background-color: #0f53ab;
}
.list-cate-home > div:nth-child(3) .inner-content{
    background-color: #1059b7;
}
.list-cate-home > div:last-child .inner-content{
    background-color: #1a66c9;
}

/*Module danh muc san pham - trang chu*/

/*Module doi ngu chuyen gia*/
.article-doctor .inner-content{
    position: relative;
}
.article-doctor .inner-content:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3000px;
    height: 100%;
    z-index: -1;
    background-color: var(--color-main);
    transform: translateX(-50%);
    padding: 35px 0;
}
#slider_thumbs {
    position: relative;
    z-index: 1;
    /*transform: translateY(115px);*/
}
#slider_thumbs .slick-arrow {
    opacity: 1;
    filter: opacity(1);
}
#slider_main .slick-list{
    overflow: visible;
    margin-top:  -115px;
}
.btn-read-more{
    border: 1px solid var(--white);
    color: var(--white);
    background-color: transparent;
}
/*Module doi ngu chuyen gia*/

/*Module đăng ký nhận tin*/
.register-form .btn-submit{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 1;
}

.box-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    background-color: var(--color-main);
    float: left;
}
.phone-call {
    min-width: 280px;
}
.phone-call .phone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 40px;
    background-color: var(--white);
    float: left;
}
.font-weight-500{
    font-weight: 500;
}
/*Module đăng ký nhận tin*/

/*Module popup form dang ky dat lich*/
.modal-dialog {
    max-width: 650px;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #fff;
}

.btn-modal > a {
    position: fixed;
    top: 50%;
    right: -48px;
    z-index: 10;
    background-color: var(--red);
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    transform: translateY(-50%) rotate(-90deg);
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
}
/*Module popup form dang ky dat lich*/

/*Trang tin tuc*/
.article-item .article-title{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    height: 48px;
}
.article-item .article-description{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*Trang tin tuc*/

/*Module danh sach hoi dap*/
.bg-cyan{
    background-color: var(--cyan);
}
.bg-grey{
    background-color: var(--grey);
}
.number {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #183661;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
}
/*Module danh sach hoi dap*/

/*Trang tra cuu ket qua kham benh*/
[info-patient] {
    columns: 2;
}
.box-conclude .nav-link{
    border: 1px solid #dee2e6;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    font-weight: 500;
}
.box-conclude .nav-link.active {
    background-color: var(--color-hightlight);
    color: var(--white);
}

/*Lien ket website*/
.item_lk {
    margin: 0 10px !important;
}
.item_lk > img {
    aspect-ratio: 240/70;
    object-fit: cover;
}

@media (max-width: 576px) {
    [info-patient] {
        columns: unset;
    }
}
/*Trang tra cuu ket qua kham benh*/

#socials {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 100;
  width: 40px;
}
#socials a {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
}
#socials a.phone {
  padding: 5px;
  border-radius: 50%;
  background-color: #f34532;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
#socials a.phone img {
  padding: 5px;
}
@media (min-width: 1280px){
    .fs-md-22{
        font-size: 22px !important;
    }
    
}

@media (min-width: 1024px) and (max-width: 1280px){
    .fs-pc-18{
        font-size: 18px !important;
    }
    .fs-pc-12{
        font-size: 12px !important;
    }
}

@media (min-width: 1024px){
    .menu-section > ul {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
    
    #slider_main .slick-list{
        margin-top: 0;
        background-color: var(--color-main);
    }
    .article-doctor .inner-content:before{
        opacity: 0;
    }
}
@media (max-width:767px) {
    .article-detail img{
         width: 100% !important;
        height: auto !important;
    }
}
@media (min-width: 577px) and (max-width: 768px){
    .list-service .item-service{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media (max-width: 576px){
    footer .container > .row > div{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    
    
}

.btn-link-kham span {
    display: inline-block;
    background: var(--color-main);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid var(--color-main);
}

.btn-link-kham {
    text-align: center;
}

.btn-link-kham span:hover {
    color: var(--color-main);
    background: #fff;
}
.thanks-you .logo-section img {
    height: 75px;
}