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: 5rem;
}

.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;
}
.article-item .article-description{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*Trang tin tuc*/

/*Block tin tuc trang chu (view_new_home)*/
.article-news-featured .inner-content {
    max-height: none;
    padding: 1.5rem;
}
.article-news-featured .service-title a {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-latest-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    padding-bottom: .8rem;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid var(--color-hightlight);
}
.news-latest-item {
    display: flex;
    gap: 12px;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid var(--grey);
}
.news-latest-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.news-latest-item .inner-image {
    flex: 0 0 88px;
    width: 88px;
    border-radius: .4rem;
    overflow: hidden;
}
.news-latest-item .inner-content {
    flex: 1;
    min-width: 0;
}
.news-latest-item .article-title {
    height: auto;
    font-size: 14px;
}
/*Block tin tuc trang chu (view_new_home)*/

/*Module hoat dong*/
.article-hoat-dong .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}
.article-hoat-dong .article-entry-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.article-hoat-dong .article-entry-info .article-category a {
    color: var(--color-hightlight) !important;
    text-transform: none;
    font-weight: 400;
}
.article-hoat-dong .article-entry-info .post-date {
    color: var(--color-text);
    font-weight: 400;
}
/*Module hoat dong*/

/*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%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 100;
  width: 40px;
}
#socials a {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1280px){
    .title-page{
        font-size: 18px !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) {
    
}
@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;
}




.title-section a {
    font-size: 2.5rem;
    color: var(--color-hightlight);
    font-weight: 800;
    text-transform: uppercase;
}

/*Trang QL van ban*/
.document-manager .article-item {
    margin-bottom: 2rem;
}
.document-manager .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.document-manager .article-item .article-title {
    -webkit-line-clamp: none;
    height: auto;
}
.is-mobile .document-manager .article-item .inner-image {
    margin-bottom: 1rem;
}
.btn-view-more {
    border: 1px solid var(--color-hightlight);
    background-color: var(--white);
    color: var(--color-hightlight);
    display: inline-block;
    padding: 8px 15px;
}

.is-mobile .btn-view-more {
    padding: 5px 10px;
}
/*Trang QL van ban*/


/*Trang dich vu*/
.section-service {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 3rem 0;
}
.section-service .slick-list {
    margin: 0 -5px;
}
.section-service .slick-slide {
    margin: 0 5px;
}

.article-service {
    overflow: hidden;
    transition: .5s;
    margin: 0 0%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    border-radius: .8rem;
}
.article-service img {
    transition: .5s;
}
.article-service .inner-content {
    position: absolute;
    padding: 1rem;
    bottom: 0px;
    transition: all 0.5s linear;
    background: -moz-linear-gradient(to top, var(--color-hightlight) 0%, transparent 100%);
    background: -webkit-linear-gradient(to top, var(--color-hightlight) 0%, transparent 100%);
    background: linear-gradient(to top, var(--color-hightlight) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    color: white;
    opacity: 1;
    max-height: 10.8rem;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.article-service .service-title a {
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.3;
    display: block;
}
.service-description {
    color: white;
    display: none;
}
.article-service:hover img {
    transform: scale(1.1);
}


.box-form-examination {
    background: white;
    padding: 2rem;
    border-radius: 2rem;
}

.box-form-examination .title-section {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--color-hightlight);
    line-height: 1.2;
}
.box-form-examination address {
    color: var(--color-hightlight);
}
.box-form-examination address i {
    width: 30px;
}
.box-form-examination .title-input, 
.service-detail .title-input {
    font-weight: 500;
    margin-bottom: .5rem;
}

.box-form-examination .form-control, 
.service-detail .form-control {
    border: 1px solid #B8B8B8;
}

.box-form-examination .form-control::placeholder, 
.service-detail .form-control::placeholder {
    color: #696969;
    opacity: 1;
}

.box-form-examination .form-control::-ms-input-placeholder, 
.service-detail .form-control::-ms-input-placeholder {
    color: #696969;
}

.title-form {
    font-size: 2rem;
    color: var(--color-hightlight);
    font-weight: 800;
    margin-bottom: 10px;
}

.btn-appointment {
    background: var(--color-hightlight);
    border-radius: .8rem;
    color: white;
    border: 1px solid;
    padding: .5rem 1rem;
    font-size: 1.2rem;
}

.btn-appointment:hover {
    background: white;
    color: var(--color-hightlight);
    border-color: var(--color-hightlight);
}

.is-mobile .box-form-examination {
    padding: 1rem;
    border-radius: 1rem;
}
/*Trang dich vu*/

/*Trang chi tiet dich vu*/
.service-detail .title-service {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-hightlight);
    margin-bottom: 1rem;
    line-height: 1.2;
}
.service-detail form {
    border: 1px solid #D6D6D6;
    padding: 1rem;
    border-radius: 1.2rem;
    box-shadow: 0px -5px 0px 0px var(--color-hightlight);
    margin-top: .5rem;
    background: white;
}

.banner-service-detail {
    padding-top: 20%;
    margin-bottom: 1rem;
}

.left-module .title-section {
    text-align: left !important;
    text-transform: inherit;
    color: var(--color-hightlight);
    line-height: 1;
    font-size: 2rem;
}
.left-module .article-item .article-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.slick-next,
.slick-next:hover {
    right: 1rem !important;
    opacity: 1;
    filter: opacity(1);
}
.slick-prev,
.slick-prev:hover {
    left: 1rem !important;
    opacity: 1;
    filter: opacity(1);
}
.slider-thumb {
    margin-top: 10px;
}
.slider-thumb .slick-list {
    margin: 0 -5px;
}
.slider-thumb .slick-slide {
    margin: 0 5px;
}


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




.header-top {
    position: relative;
    padding: 30px 0 15px;
}

.header-top .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header-top img.banner-top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}

.header-main {
    background: #F5F6F7;
}

.header-top .content .btn-right a {
    display: inline-flex;
    height: 48px;
    background: var(--color-text-light);
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 8px;
    color: #fff;
    gap: 8px;
    font-weight: 500;
    transition: 1s;
    border: 1px solid var(--color-text-light);
}
.slider-section.slider-bg .item .content {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.slider-section.slider-bg .item .content .dsc {
    padding: 8px 12px;
    display: inline-flex;
    background: #DAF1FF;
    font-size: 16px;
    border-radius: 99px;
    color: var(--color-text-light);
    line-height: 1;
    height: 40px;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 500;
}

.slider-section.slider-bg .item .content .name {
    font-size: 64px;
    max-width: 800px;
    letter-spacing: -1.92px;
    font-weight: 700;
    font-family: "Brygada 1918", Arial, sans-serif;
    text-shadow: 0 0 20px #FFF;
    line-height: 1.2;
    color: var(--color-text-light);
}

 .header-top .content .btn-right a:hover {
    border: 1px solid #21AAD6;
    box-shadow: 0 4px 10px 0 #049BAB;
}

@media (min-width:1500px){
    .container {
        max-width: 1420px;
    }
}

.box-highlight-home{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow: 0 5px 28px 0 rgba(0, 23, 46, 0.10);
    margin-top: -50px;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.box-highlight-home .list{
    display:grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 8px;
}

.box-highlight-home .item{
    position:relative;
}

.box-highlight-home .item a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding: 8px;
    text-decoration:none;
    transition:.35s;
    background:#fff;
    border-radius: 8px;
}

.box-highlight-home .item:hover a{
    background: #E3F7FF;
}

.box-highlight-home .icon{
    width: 64px;
    height: 64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 16px;
}

.box-highlight-home .icon img{
    width: 64px;
    height: 64px;
    width:auto;
    height:auto;
    transition:.35s;
}

.box-highlight-home .name{
    font-size: 16px;
    line-height:1.45;
    color: #1E232D;
    font-weight:500;
    transition:.3s;
}
.title-section.title-section-02 {
    color: #1986FF;
}

.box-about-home .info-about .title-section {
    letter-spacing: -0.96px;
    margin-bottom: 0;
}

.section-home-02 {
    padding: 3rem 0 3rem;
    background: var(--light)
}

.box-about-home .info-about .title-section.title-section-02 {
    margin-bottom: 30px;
}

.box-about-home .info-about .dsc {
    font-size: 18px;
}

.box-about-home>.row {
    display: flex;
    align-items: center;
}

.box-about-home .img {
    padding-top: 51.25%;
}

.box-home-service {
    background-size: contain;
    padding: 60px 0;
    background-color: var(--bg-light);
    background-repeat: no-repeat;
    background-position: left;
}
.box-home-service .item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.box-home-service .item .content {
    padding: 24px;
}

.box-home-service .item .content .name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: 1.4;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-text);
}

.box-home-service .item .content .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-text);
}

.box-home-service .content .info-left, .box-home-service .content .info-right {
    height: 100%;
}

.box-home-service .content .info-left .item {
    background: #1986FF;
}

.box-home-service .content .info-left .item .inter-img .img {
    padding-top: 43.25%;
}

.box-home-service .content .item .inter-img .img {
    padding-top: 90.25%;
}

.box-home-service .content .info-left .item .content .name, .box-home-service .content .info-left .item .content .description {
    color: #fff;
}
.box-home-hd .article-item {
    background: #F5F6F7;
    border-radius: 8px;
    overflow: hidden;
}

.box-home-hd .article-item .inner-content {
    padding: 24px;
}

.box-home-hd .article-item .inner-content .article-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.box-home-hd .article-item .inner-content .article-entry-info {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-home-hd .article-item .inner-content .article-entry-info span.post-date {
    margin-right: 0;
    color: #64748B;
    font-weight: 500;
}

.box-home-hd .article-item .inner-content .article-entry-info .article-category a {
    color: #1986FF;
    font-weight: 400;
}

.box-home-hd .article-item .inner-content .article-entry-info .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box-home-hd .article-item .inner-content .article-entry-info .categories .article-category {
    margin-right: 0;
}

.section-home-04 {
    padding: 60px 0;
}

.section-home-05 {
    padding: 60px 0;
    background: #F5F6F7;
}
.box-news-home .info-left {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
}

.box-news-home .info-left .article-item .inner-image {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 59.4%;
}

.box-news-home .info-left .article-item .inner-content .article-entry-info {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.box-news-home .info-left .article-item .inner-content .article-entry-info .categories {
    display: flex;
    gap: 10px;
}

.box-news-home .info-left .article-item .inner-content .article-entry-info .categories .article-category {
    margin-right: 0;
    display: inline-flex;
}

.box-news-home .info-left .article-item .inner-content .article-entry-info .post-date {
    display: inline-block;
    margin-right: 0;
}

.box-news-home .info-left .article-item .inner-content .article-entry-info .categories .article-category a {
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    color: #1986FF;
    font-size: 14px;
}

.box-news-home .info-left .article-item .inner-content .service-title {
    font-size: 18px;
}

.box-news-home .news-latest-right {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
}

.box-news-home .news-latest-right .title {
    font-size: 20px;
    margin-bottom: 16px;
}

.box-news-home .news-latest-right .news-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box-news-home .news-latest-right .news-list .news-latest-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.box-news-home .news-latest-right .news-list .news-latest-item .inner-image {
    flex: 0 0 126px;
    width: 126px;
    border-radius: 8px;
}

.box-news-home .news-latest-right .news-list .news-latest-item .article-entry-info .categories {
    display: inline-flex;
    align-items: center;
}

.box-news-home .news-latest-right .news-list .news-latest-item .article-entry-info .categories span.article-category a {
    display: inline-flex;
    line-height: normal;
    color: #1986FF;
}

.box-news-home .news-latest-right .news-list .news-latest-item span.post-date {
    font-weight: 500;
    color: #64748B;
}

.box-news-home .news-latest-right .news-list .news-latest-item .article-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 1.5;
}

/*Block video trang chu (view_video_home)*/
.box-video-home .icon-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
}
/*Block video trang chu (view_video_home)*/

.banner-home-tv img {
    height: 25.5vw;
    width: 100%;
    object-fit: cover;
}
.section-home-07 {
    background: #F5F6F7;
    padding: 60px 0;
}

.section-home-07>.container>.row>div {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
}

.section-home-07>.container>.row>div>div:nth-child(1) {
    grid-column: 1 / -1;
}

.section-home-07 .title-section {
    margin-bottom: 10px;
}

.box-small-home {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
}

.box-small-home .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.box-small-home .top .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.box-small-home .top .link a {
    color: var(--color-text-light);
    font-weight: 500;
    font-size: 16px;
}

.list-small-article {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.list-small-article .article-item {
    display: flex;
    gap: 16px;
}

.list-small-article .article-item .inner-image {
    flex: 0 0 142px;
    max-width: 142px;
}

.list-small-article .article-item .inner-content {
    flex: 1 1;
}

.list-small-article .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 68.5%;
}

.list-small-article .article-item .inner-content .article-title {
    font-size: 16px;
    margin-bottom: 8px !important;
}

.list-small-article .article-item .inner-content .post-date {
    font-size: 14px;
}

.list-small-article .article-item.article-item-02 .inner-content .post-date {
    color: var(--color-text-light);
    margin-bottom: 5px;
}

.list-small-article .article-item.article-item-02 {
    padding-bottom: 8px;
    border-bottom: 1px solid #E5ECF0;
    margin-bottom: 8px;
}

.list-small-article .article-item.article-item-02 .inner-image {
    flex: 0 0 64px;
    max-width: 64px;
}

.list-small-article .article-item.article-item-02 .inner-image .img {
    padding-top: 100%;
}
.box-article-small-02 .list-small-article {
    gap: 0;
}

.list-small-article .article-item.article-item-02 .article-title {
    margin-bottom: 0 !important;
    -webkit-line-clamp: 1;
}

.list-small-article .article-item.article-item-02:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.section-home-07 {
    background-image: url('../../assets/media/banner_service1.png');
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}


.box-video-home .info-left .article-item .inner-image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}
.box-video-home .info-left .article-item  .inner-content  .service-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.54px;
}

.section-home-08 {
    padding: 60px 0;
}

.video-list-right {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.video-list-right article.article-item {
    display: flex;
    gap: 16px;
}

.video-list-right article.article-item .inner-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.video-list-right article.article-item .inner-image .img {
    padding-top: 75%;
    border-radius: 8px;
    overflow: hidden;
}

.video-list-right article.article-item .inner-content {
    flex: 1 1;
}
.section-home-09 {
    padding: 60px 0;
    background: #F5F6F7;
}

.box-bac-si .item .img {
    padding-top: 150%;
}

.box-bac-si .item .inter-item {
    border-radius: 8px;
    overflow: hidden;
    background: var(--color-text-light);
}

.box-bac-si .item .inter-item .name a {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.box-bac-si .item .inter-item .content {
    background: var(--color-text-light);
    padding: 16px 10px;
    text-align: center;
}

.box-bac-si .item .inter-item .name {
    margin-bottom: 10px;
}

.box-bac-si .item .inter-item .content .description {
    color: #fff;
    font-size: 14px;
}

.box-bac-si .item {
    margin: 0 10px;
}

.slider-section-bac-si .slick-list {
    margin: 0 -10px;
}
.section-home-10 {
    padding: 60px 0;
}

.box-section-dt .slider-section .inter-img {
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.box-section-dt .slider-section .inter-img .img {
    padding-top: 128px;
}

.box-section-dt .slider-section  .name {
    text-align: center;
    color: #000;
    font-size: 16px;
}
.box-section-footer-01 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.menu-footer>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: #fff;
    font-size: 16px;
}

.box-section-footer-01>.container>.row {
    margin-right: -55px;
    margin-left: -55px;
}

.box-section-footer-01>.container>.row>div {
    padding-right: 55px;
    padding-left: 55px;
}
.box-section-footer-01 .col-md-6:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 30px;
    align-content: start;
}

.box-section-footer-01 .col-md-6:last-child > div {
    min-width: 0;
}

.box-section-footer-01 .col-md-6:last-child > div:last-child {
    grid-column: 1 / -1;
}

.footer-map .map iframe {
    height: 158px;
    border-radius: 8px;
    overflow: hidden;
}

.menu-footer {
    margin-bottom: 15px;
}
.box-video-home .icon-play-video img {
    width: 100px !important;
    height: 100px !important;
    position: initial;
    object-fit: contain !IMPORTANT;
}

.video-list-right article.article-item .inner-image span.icon-play-video img {
    width: 56px !important;
    height: 56px !important;
}
.header-main>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#socials a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.article-entry-info .article-category:nth-child(n+2) {
    display: none !important;
}
@media (max-width:1200px){
    .section-home-02, .box-home-service, .section-home-10 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-home-04 ,.section-home-05, .section-home-07, .section-home-08, .section-home-09{
        padding: 40px 0;
    }
    

}

@media(max-width:991px){
    .section-home-07>.container>.row>div {
        grid-template-columns: auto;
    }
    .box-highlight-home .list{
        grid-template-columns:repeat(4,1fr);
        gap: 0;
    }

    .box-highlight-home .item:nth-child(4n){
        border-right:0;
    }

    .box-highlight-home .item{
        border-bottom:1px solid #ececec;
    }
    .box-home-hd .content>.row {
        gap: 15px;
    }
    .box-home-service .content>.row {
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    
    .box-home-service .content .info-right>.row {
        gap: 15px;
    }
}


@media(max-width:767px){
    
    .box-highlight-home .list{
        grid-template-columns:repeat(2,1fr);
    }

    .box-highlight-home .item{
        border-right:1px solid #ececec;
        border-bottom:1px solid #ececec;
    }

    .box-highlight-home .item:nth-child(even){
        border-right:0;
    }

    .box-highlight-home .item a{
        height:95px;
        padding:15px 10px;
    }

    .box-highlight-home .icon{
        width:36px;
        height:36px;
        margin-bottom:8px;
    }

    .box-highlight-home .icon img{
        max-width:32px;
        max-height:32px;
    }

    .box-highlight-home .name{
        font-size:12px;
    }
    .box-highlight-home {
        margin-top: 30px;
    }
    
    .slider-section .item img {
        height: 220px;
        object-position: right center;
    }
    
    .slider-section.slider-bg .item .content .name {
        font-size: 30px;
    }
    
    .slider-section.slider-bg .item .content {
        top: 50%;
    }
}

.banner--left {
    position: absolute;
    left: 0;
    z-index: 1;
    margin-left: -150px;
}

.banner--right {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-right: -150px;
}

.banner img {
    width: 150px
}

.section.news {
    padding: 3rem 0;
}

.section.news .title-section {
    font-size: 20px;
    text-align: left !important;
    border-bottom: 1px solid var(--color-main);
    padding: 0.25rem 0;
    margin-bottom: 1rem;
}

.box-bac-si .slick-track {
    display: flex;
}

.box-bac-si .slick-slide {
    height: auto;
    display: flex;
}

.box-bac-si .slick-slide > div {
    width: 100%;
}

.section__actions a {
    background: var(--color-main);
    color: #fff;
    padding: 0.5rem 1rem;
}