.box-section-link {
    /* background-image: linear-gradient(90deg, #0097b1, #7dd857); */
    /* height: 100vh; */
    /* display: flex; */
    /* align-items: center; */
    /* overflow-y: auto; */
    /* background: #f3f3f3; */
    /* padding-top: 40px; */
    /* padding-bottom: 10px; */
}
header {
    background-image: linear-gradient(90deg, #0097b1, #7dd857);
}
.box-link .info-left .link {
    display: flex;
    align-items: center;
    margin-bottom: 121px;
    justify-content: center;
}

.box-link .info-left .link img {
    width: 40px;
    margin-right: 20px;
}

.box-link .info-left .link span {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #373d3b;
    font-weight: 500;
}


.info-right .item {
    border-radius: 20px;
    background: #caaacd;
    padding: 40px 10px;
    height: 100%;
    transition: 0.8s;
}

.info-right .item .icon img {
    height: 140px;
    object-fit: contain;
}

.info-right .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-right .item .name {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    transition: 0.5s;
}


.box-link .info-right>.row {
    /* margin-right: -10px; */
    /* margin-left: -10px; */
}

.box-link .info-right>.row>div {
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    margin-bottom: 30px;
}

.box-link .info-right>.row>div:nth-child(2) .item {
    background: #cb962e;
}

.box-link .info-right>.row>div:nth-child(3) .item {
    background: #384270;
}

.box-link .info-right>.row>div:nth-child(4) .item {
    background: #ef601e;
}

.box-link .info-right>.row>div:nth-child(5) .item {
    background: #89a3ba;
}

.box-link .info-right>.row>div:nth-child(6) .item {
    background: #bcad8c;
}

.box-link .info-right>.row>div:nth-child(5) .item .name {
    /* color: #000; */
}

.box-link .info-right>.row>div:nth-child(6) .item .name {
    /* color: #000; */
}

.box-link .info-left .inter-img img {
    max-width: 220px;
}

.box-link .info-left .inter-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-link .info-left {
    padding-top: 50px;
}

@media (max-width:1200px){
    .box-section-link {
        height: auto;
    }
    
    .box-link .info-left .link {
        margin-bottom: 15px;
    }
    
    .box-link .info-left {
        margin-bottom: 50px;
        padding-top: 30px;
    }
    
    .box-link .info-right>.row>div {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    
    .box-link .info-right>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .info-right .item {
        padding: 20px 10px;
    }
    
    .info-right .item .name {
        font-size: 16px;
        margin-top: 10px;
    }
    
    .info-right .item .icon img {
        max-width: 90px;
        height: 100px;
    }
    
    .box-link {
        padding-bottom: 20px;
    }
}

@media (min-width:1024px) and (max-width:1200px){
   .box-section-link {
        height: 100vh;
    } 
    .box-link .info-left .link span {
        font-size: 13px;
    }
    
    .box-link .info-left .inter-img img {
        max-width: 170px;
    }
}
.box-info-if {
    height: 100vh;
} 
.box-info-if iframe {
    width: 100%;
    height: 100%;
}

.box-tab-article-info .article-info-left {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.box-tab-article-info .article-info-left .article-item {
    margin-bottom: 0;
}

.box-tab-article-info .article-info-left .article-item .inner-content .article-title {
    margin-bottom: 10px !important;
}

.box-tab-article-info .article-info-left .article-item .inner-content  .post-date {
    margin-bottom: 5px;
}

.content-right-article .article-item {
    margin-bottom: 0;
}

.content-right-article .article-item .inner-content .title-article a {
    color: #000;
}

.content-right-article .article-item .inner-content .title-article {
    height: 63px;
    overflow: hidden;
    margin-bottom: 5px;
}

.content-right-article .article-item .inner-content  .post-date {
    margin-bottom: 10px !important;
}

.banner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-right {
    height: 100%;
}

.logo-section a {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

.logo-section {
    height: 60px;
    display: flex;
    align-items: center;
}

.box-section-home-01 {
    padding: 50px 0;
}

.box-video {
    background-image: linear-gradient(90deg, #0097b1, #7dd857);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
}

.box-video .title-section {
    color: #fff;
}

.box-video .inner-image {
    border-radius: 8px;
    margin-bottom: 10px;
}

.box-video .inner-content .article-title {
    color: #fff;
    font-size: 16px;
}

.content-bottom-article .article-item {
    display: flex;
    margin-bottom: 0;
}

.content-bottom-article .article-item .inner-image {
    flex: 0 0 115px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.content-bottom-article .article-item .inner-content .article-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.post-date span {
    display: inline-block;
    margin-right: 4px;
}

.box-section-article-03 {
    margin-top: 20px;
    margin-bottom: 30px;
}

footer {
    background: aliceblue;
    background-image: linear-gradient(90deg, #0097b1, #7dd857);
}

.entire-info-website address {
    text-align: center;
    color: #fff;
}

.box-header-mb>.container>.row {
    display: flex;
    align-items: center;
}


@media (max-width:1200px){
    .box-section-home-01>.container>.row>div:nth-child(2) {
        display: none;
    }
    
    .box-section-home-01>.container>.row>div:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    
    .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .box-video {
        padding: 15px;
        margin-bottom: 30px;
    }
    
    .box-section-article-03 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .box-section-home-01 {
        padding: 30px 0;
    }
}

@media (max-width:767px){
    .content-right-article>.row>div:nth-child(3) {
        display: none;
    }
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 15px;
}
.view-small .title {
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}
.view-small .info .article-item .inner-image {
    flex: 0 0 95px;
    max-width: 95px;
}
.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 10px;
}
.view-small .info .article-item .inner-content .article-title {
    line-height: 1.4;
    margin-bottom: 5px !important;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
}
.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:1200px){
    .title-section {
        font-size: 20px;
    }
    .content-right-article .article-item .inner-content .title-article {
        height: 60px;
    }
    .box-tab-article-info .article-info-left {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

}

.info-right .item:hover .name {
    color: #000;
}

.info-right .item:hover {
    opacity: 0.8;
}