* {
    font-family: 'Montserrat';
}

.px-60{
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1430px;
    }
    
    .img-bg-fixed {
        height: 70rem !important;
    }
}

.swiper-slider-main .swiper-slide img {
    width: 100%;
}

.main-menu .menu-section > ul > li > a{
    font-size: 14px;
}

.menu-section > ul > li:hover > a {
    color: black;
}

.header.show .menu-section .active {
    color: var(--color-highlight) !important; 
}

.header.show .main-menu .menu-section > ul > li:hover > a{
    color: var(--color-highlight)
}

.header-relative {
    position: relative !important;
}

.header.header-relative::before {
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.header.header-relative .main-menu .menu-section > ul > li > a{
    color: var(--black);
}

.header.header-relative .menu-section .active {
    color: var(--color-highlight) !important; 
}

.header.header-relative .main-menu .menu-section > ul > li:hover > a{
    color: var(--color-highlight)
}

.header.show .menu-section > ul > li > a {
    color: var(--black) !important;
}

.home .header-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.home .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all .5s;
}

.header.show::before {
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.header-mobile > .container > .row > div:nth-child(2){ 
    display: flex;
    gap: 15px;
    justify-content: end;
    
}

.banner-gioi-thieu img {
    width: 100%;
    object-fit: cover;
}

.banner-gioi-thieu .swiper-slide--description {
    font-size: 35px;
    margin-bottom: 2.5rem;
    color: white;
}

.banner-gioi-thieu .swiper-slide--wrap {
    left: 5%;
}

.main-menu ul.entry-menu a{
    padding: 8px 12px;
    width: 100%;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    height: auto;
}

.row-header > .row > div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}

.cus-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 3rem;
}

.search-icon-open {
    cursor: pointer;
}

#search-open i {
    font-size: 18px;
}

#box-search {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    z-index: 99;
}

#box-search {
    display: none;
    min-width: 280px;
}

#box-search.active {
    display: block;
}

.section-search {
    width: 4rem;
    height: 4rem;
    background: var(--color-highlight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.section-search form {
    border-radius: 22px;
}

.section-search input {
    border-radius: 22px;
}

.section-search button {
    border-radius: 22px;
}

.cus-menu-trang-gioithieu .menu-section > ul > li > a {
    color: var(--black);
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 6rem;
}

.cus-menu-trang-gioithieu .menu-section > ul > li {
    margin-left: 3rem;
    margin-right: 3rem;
}


.cus-menu-trang-gioithieu .menu-section > ul > li > a::before{
    content: "";
    width: 0;
    height: 3px;
    background: var(--color-highlight);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20%;
    transition: width .3s ease-in-out;
}

.cus-menu-trang-gioithieu .menu-section > ul > li > a.active::before{
    width: 100%;
}

.cus-menu-trang-gioithieu .menu-section > ul > li:hover a::before{
    width: 100%;
}

.cus-menu-trang-gioithieu .menu-section > ul > li:hover a{
   color: var(--color-highlight);
}

.row-menu-trang-gthieu {
    margin: 6rem 0;
}

.row-menu-trang-gthieu {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}
@media (min-width: 992px) {
    .sec-post-timeline > .row > div:nth-child(1)
    {
        flex: 0 0 22%;
        max-width: 22%;
    }
    
    .sec-post-timeline > .row > div:nth-child(2)
    {
        flex: 0 0 78%;
        max-width: 78%;
    }
}


.sec-post-timeline .swiper-button-prev,
.sec-post-timeline .swiper-button-next {
    position: relative;
    left: 0;
    right: auto;
}

.sec-post-timeline .article-item {
    margin-top: 0 !important;
}

.sec-post-timeline .article-item{
    padding: 3rem;
    gap: 2rem;
    border-radius: 3rem;
    border: 1px solid var(--gray);
    height: 100%;
    transition: all .3s;
    margin-bottom: 1rem;
}

.sec-post-timeline .article-item .post-content{
    font-size: 14px;
}

.card-item-excerpt::-webkit-scrollbar-thumb {
  background-color: red;
  color: red;
  border-radius: 100px;
}

.home .cus-title-c2     {
    font-size: 24px !important;
    border-bottom: 1px solid !important;
    text-align: left;
}

.home .menu-section > ul > li > a {
    color: var(--black);
}

.sec-post-timeline .content-left .section-title {
    font-size: 40px;
}

.sec-post-timeline .content-left .detail-content {
    font-size: 16px;
}

.sec-post-timeline .swiper-button-prev, .sec-post-timeline .swiper-button-next {
    transform: none;
}

.card-item-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    transition: all .3s;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .sec-post-timeline .card-item-title {
        font-size: 2.8rem;
    }
}

.sec-post-timeline .card-item-title {
    font-size: 4rem;
    line-height: 1;
    color: var(--color-highlight-2);
    min-height: auto;
}

.card-item-title {
    font-size: 1.8rem;
    font-weight: 600;
    min-height: 4.6rem;
    margin: 0;
}


.card-item-excerpt.post-content ul {
    padding-left: 2rem;
}

.sec-post-timeline .article-item:hover {
    background: var(--color-highlight-2);
    border-color: var(--color-highlight-2);
}

.sec-post-timeline .article-item:hover .card-item-content > * {
    color: #fff;
}

.btn-table-pdf {
    color: var(--color-highlight);
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*line-height: 1;*/
    display: flex;
    align-items: center;
    gap: .4rem;
}

.info-company {
    margin-bottom: 1rem;
}

.info-company > .row {
    align-items: center;
}

.social-section .list-inline {
    margin: 0;
    display: flex;
    gap: 1rem;
}

.social-section .list-inline a {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    background: gray;
    border-radius: 100%;
    color: white;
}

.language-section .language-switch {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.language-section .language-switch img {
    width: 4rem;
}

.tool-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-name-company .name-vi span{
    color: var(--color-highlight);
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
}

.header-name-company .name-en{
    font-size: 14px;
    letter-spacing: 4.3px;
}

.btn-submit-search {
    height: 100%;
    padding: 0 1.5rem;
    border-radius: 0 10px 10px 0;
}

.head-section-search form {
    border-radius: 10px;
}

.head-section-search input {
    border-radius: 10px;
}

.item-has-btn {
    display: flex;
    flex-direction: column;
}

.item-has-btn .inner-content{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.item-has-btn  .btn-submit{
    width: max-content;
}

footer {
    background: url(https://cdn5120.cdn4s8.io.vn/media/template/water-droplets.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-copyright {
    font-size: 16px;
}

.title-footer {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-highlight);
}

.social-footer {
    display: flex;
    gap: 1rem;
}

.social-footer img {
    width: 4rem;
}

.bg-slogan {
    background: #9bdbfe;
    padding: 1rem 0;
}

.slogan {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-highlight);
    text-transform: uppercase;
}

.bg-wallper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.bg-wallper .tab-content {
    background: white;
    padding: 1.5rem;
    border-radius: 2rem;
}

.box-tabs-home .block-tab.nav .nav-item .nav-link.active,.box-tabs-home .block-tab.nav .nav-item .nav-link:hover {
    background: url(https://cdn5120.cdn4s8.io.vn/media/banner/vecteezy_pool-water-background_3136646.webp);
     color: white !important;
}

.box-tabs-home .block-tab.nav .nav-item .nav-link {
    border-radius: 1rem 1rem 0 0;
    color: var(--color-highlight);
}

.box-tabs-home .block-tab.nav .nav-item .nav-link:after {
    display: none;
}

.box-article-y {
    max-height: 43rem;
    overflow-y: auto;
}

.box-article-y .article-item-title a {
    font-size: 18px;
}

.article-item-title > a {
    color: var(--color-highlight);
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
}

.article-item-title:last-child > a {
    padding: 0;
    margin: 0;
    border: 0;
}

.swiper-partner-main .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
}

.box-tabs-home .block-tab {
    background: transparent;
    border-bottom: none;
}

.block-tab {
    background: var(--light);
    border-bottom: 2px solid var(--color-highlight)
}

 .tab-content {
    margin-top: 2rem;
}

.sec-small-cate .categories-section li {
    background: var(--light);
}

.per-page-section .dropdown-item.active {
    color: var(--color-highlight);
    background-color: var(--light);
    font-weight: 600;
}

.sec-sapxep-loc .dropdown-item.active {
    color: var(--color-highlight);
    background-color: var(--light);
    font-weight: 600;
}

.per-page-section .orderby-title {
    padding-right: 2.5rem;
    font-size: 14px;
}

.first-limit,
.selected-limit{
    background: white;
    padding: 1.2rem 2rem;
    border: 1px solid var(--gray-bold);
    font-size: 14px;
    font-weight: 600;
    margin-left: 1rem;
    cursor: pointer;
    color: var(--color-highlight);
}

.first-limit-year,
.selected-limit-year{
    background: white;
    padding: 1.2rem 2rem;
    border: 1px solid var(--gray-bold);
    font-size: 14px;
    font-weight: 600;
    margin-left: 1rem;
    cursor: pointer;
}

.per-page-section .dropdown i {
    transition: 0.3s ease-in-out;
    
}

.per-page-section .dropdown.show i {
    transform: rotate(180deg);
}

.box-item-pdf-line {
    border: 1px solid var(--gray-bold);
    padding: 1rem;
}

.dsbv-pdf-line .article-item {
    margin-bottom: 0rem; 
    border-bottom: 1px solid;
    padding: 1rem 0;
}

.dsbv-pdf-line .article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dsbv-pdf-line .article-title i {
    font-size: 22px;
}

.dsbv-pdf-line .article-title a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.banner-wrap img, .banner-wrap {
    height: 400px;
}

.sec-gtri-cot-loi .slide--tile {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}

.sec-gtri-cot-loi .slide--description {
    color: white;
    text-align: justify;
}

.item-giaithuong .inner-content {
    background: var(--light);
    padding: 3rem 3rem;
}

.item-giaithuong:hover .inner-content {
    background: var(--color-highlight);
}

.item-giaithuong .inner-content .article-title a{
    font-size: 16px;
    color: black;
}

.item-giaithuong:hover .inner-content .article-title a{
    color: white;
}

.item-giaithuong:hover .inner-content .article-description {
    color: white;
}

.btn-link-more {
    color: black;
    font-size: 14px;
}

.item-giaithuong:hover .card-link i {
    color: var(--white);
}

.item-giaithuong:hover .card-link a {
    color: var(--white);
}

.view-small .article-item {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.item-dsqhcd {
    position: relative;
}

.item-dsqhcd .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.5rem;
    background: #ffffffcc;
    text-align: center;
}

.item-dsqhcd .content a{
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.item-dsqhcd:hover .content a{
    color: var(--color-highlight);
}

.item-ttcophieu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.row-head-cll th{
    text-align: center;
    color: white;
}

.row-head-cll {
    background: var(--color-highlight);
}

.row-head-cll th:nth-child(1){
    text-align: left;
}

.row-head-cll th:nth-child(2){
    width: 155px
}

.row-head-cll th:nth-child(3){
    width: 160px
}

.row-head-cll th:nth-child(4){
    width: 115px
}

.dsbv-cll tr td div {
    text-align: center;
}

.dsbv-cll tr td .article-title {
    text-align: left;
}

.dsbv-cll td i {
    font-size: 25px;
}

.link_all_pdf i {
    color: var(--color-highlight);
}

.box-tamnhin-sumenh .swiper-slide--wrap{
    width: 80%;
}

.sec-search-sapxep {
    width: 27rem;
}

.sec-sapxep-loc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-gtri-cot-loi .banner-wrap{
    padding: 2rem 0;
}

.view-small .inner-content .product-title, .view-small .inner-content .article-title {
    margin-bottom: 0; 
    line-height: 1.5;
}

.slide-banner-home .swiper-slider-main .swiper-slide img {
    min-height: 0;
    height: 48vw;
    object-fit: cover;
}

.home-art .btn-submit {
    display: none;
}

.home-art .first-news-event .btn.btn-submit {
    display: inline-block;
}

.first-news-event {
    margin-bottom: 2rem;
}

.row-tamnhin-sumenh {
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .table-responsive.report-table {
        overflow: auto;
    }
    
    .report-table table th, .report-table table td {
        white-space: nowrap;
        height: 4.6rem;
        padding: .6rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .banner-gioi-thieu .swiper-slide--description {
        font-size: 18px;
    }
    
    .box-tabs-home .block-tab.nav .nav-item .nav-link {
        font-size: 14px;
    }

    .row-head-cll th:not(:first-child) {
        width: 12%;
    }
    
    .sec-sapxep-loc {
        display: block;
    }
    
    .banner-wrap img, .banner-wrap {
        height: 460px;
    }
}

@media (max-width: 992px) {
    .row-head-cll span {
        display: none;
    }
    
    .sec-sapxep-loc {
        display: block;
    }
    
    .sec-locnam {
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .banner-wrap {
        width: 100%;
        padding: 5rem 2rem 2rem ;
        min-height: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width: 1200px) {
    .banner-wrap {
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
}

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


.px-60{
    padding-left: 6rem;
    padding-right: 6rem;
}

@media (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1430px;
    }
}

@media (min-width: 768px) {
    .pl-md-75{
        padding-left: 7.5px !important;
    }
    
    .pr-md-75 {
        padding-right: 7.5px !important;
    }
    
    .distance-75 > .row > div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
}



.swiper-slider-main .swiper-slide img {
    width: 100%;
}

.menu-section > ul > li:hover > a {
    color: black;
}

.header.show .menu-section .active {
    color: var(--color-highlight) !important; 
}

.header.show .main-menu .menu-section > ul > li:hover > a{
    color: var(--color-highlight)
}


.header.header-relative::before {
    height: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.header.header-relative .menu-section .active {
    color: var(--color-highlight) !important; 
}

.header.header-relative .main-menu .menu-section > ul > li:hover > a{
    color: var(--color-highlight)
}

 .main-menu {
    display: flex;
    align-items: center;
}

@media (min-width: 1000px) {
    .menu-section > ul > li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (min-width: 577px) {
    .banner-gioi-thieu img {
        height: 400px;
    }
}

@media (max-width: 577px) {
    .banner-gioi-thieu img {
        height: 250px;
    }
}


.banner-gioi-thieu .swiper-slide--description {
    font-size: 35px;
    margin-bottom: 2.5rem;
    color: white;
}

.banner-gioi-thieu .swiper-slide--wrap {
    left: 5%;
}

.main-menu ul.entry-menu a{
    padding: 8px 12px;
    width: 100%;
    color: var(--black);
    font-weight: 600;
    font-size: 14px;
    height: auto;
}

.row-header > .row > div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}

.cus-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 3rem;
}

.cus-menu-trang-gioithieu .menu-section > ul > li > a {
    color: var(--black);
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 6rem;
    text-transform: none;
}

.cus-menu-trang-gioithieu .menu-section > ul > li {
    margin-left: 3rem;
    margin-right: 3rem;
}


.cus-menu-trang-gioithieu .menu-section > ul > li > a::before{
    content: "";
    width: 0;
    height: 3px;
    background: var(--color-highlight);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20%;
    transition: width .3s ease-in-out;
}

.cus-menu-trang-gioithieu .menu-section > ul > li > a.active::before{
    width: 100%;
}

.cus-menu-trang-gioithieu .menu-section > ul > li:hover a::before{
    width: 100%;
}

.cus-menu-trang-gioithieu .menu-section > ul > li:hover a{
   color: var(--color-highlight);
}

.row-menu-trang-gthieu {
    margin: 6rem 0;
}

.row-menu-trang-gthieu {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99;
}

.sec-post-timeline .swiper-button-prev,
.sec-post-timeline .swiper-button-next {
    position: relative;
    left: 0;
    right: auto;
}

.sec-post-timeline .article-item {
    margin-top: 0 !important;
}

.sec-post-timeline .article-item{
    padding: 3rem;
    gap: 2rem;
    border-radius: 3rem;
    border: 1px solid var(--gray-bold);
    height: 100%;
    transition: all .3s;
    margin-bottom: 1rem;
}

.sec-post-timeline .content-left .section-title {
    font-size: 40px;
}

.sec-post-timeline .content-left .detail-content {
    font-size: 14px;
}

.sec-post-timeline .swiper-button-prev, .sec-post-timeline .swiper-button-next {
    transform: none;
}

.card-item-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    transition: all .3s;
}


.sec-slide-award .swiper-button-prev, .sec-slide-award .swiper-button-next {
    transform: none;
}

.sec-slide-award .swiper-button-prev,
.sec-slide-award .swiper-button-next {
    position: relative;
    left: 0;
    right: auto;
}


.sec-slide-partner .swiper-slide {
    background: white;
}

.sec-slide-partner .swiper-slide img{
    padding: 2rem;
    object-fit: contain;
}

@media (max-width: 1280px) {
    .box-article-y .article-item-title a {
        font-size: 16.2px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .sec-post-timeline .card-item-title {
        font-size: 2.8rem;
    }
}

.sec-post-timeline .card-item-title {
    font-size: 4rem;
    line-height: 1;
    color: var(--color-highlight-2);
    min-height: auto;
}

.card-item-title {
    font-size: 1.8rem;
    font-weight: 600;
    min-height: 4.6rem;
    margin: 0;
}

.card-item-excerpt.post-content {
    max-height: 20rem;
    min-height: 20rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1rem;
}


.card-item-excerpt.post-content {
  max-height: 20rem;
  min-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1rem;
}

.card-item-excerpt.post-content::-webkit-scrollbar {
  width: 6px;
}

.card-item-excerpt.post-content::-webkit-scrollbar-track {
  background: transparent;
}

.card-item-excerpt.post-content::-webkit-scrollbar-thumb {
  background: #cdcdcd;
  border-radius: 10px;
}

.card-item-excerpt.post-content ul {
    padding-left: 2rem;
}


.sec-post-timeline .article-item:hover {
    background: var(--color-highlight-2);
    border-color: var(--color-highlight-2);
}

.sec-post-timeline .article-item:hover .card-item-content > * {
    color: #fff;
}

.sec-post-timeline .article-item:hover .card-item-excerpt::-webkit-scrollbar-thumb {
	background: #fff;
}

.sec-post-timeline .article-item .card-item-excerpt::-webkit-scrollbar-thumb {
	width: 6px;
	background: #cdcdcd;
}

.swiper-button-img {
    width: 30px;
}

.title-section-cus {
    border: none;
    text-align: center;
}

.btn-table-pdf {
    color: var(--color-highlight);
    font-weight: 600;
    /*text-transform: uppercase;*/
    /*line-height: 1;*/
    display: flex;
    align-items: center;
    gap: .4rem;
}

.info-company {
    margin-bottom: 1rem;
}

.info-company > .row {
    align-items: center;
}

.social-section .list-inline {
    margin: 0;
    display: flex;
    gap: 1rem;
}

.social-section .list-inline a {
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    background: gray;
    border-radius: 100%;
    color: white;
}

.language-section .language-switch {
    display: flex;
    list-style: none;
    gap: 1rem;
}

.language-section .language-switch img {
    width: 4rem;
}

.tool-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-name-company .name-vi span{
    color: var(--color-highlight);
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
}

.header-name-company .name-en{
    font-size: 14px;
    letter-spacing: 4.3px;
}

.btn-submit-search {
    height: 100%;
    padding: 0 1.5rem;
    border-radius: 0 10px 10px 0;
}

.head-section-search form {
    border-radius: 10px;
}

.head-section-search input {
    border-radius: 10px;
}

footer {
    background: url(https://cdn5120.cdn4s8.io.vn/media/template/water-droplets.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-slogan {
    background: #9bdbfe;
    padding: 0rem 0;
}

.slogan {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-highlight);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

.bg-wallper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.bg-wallper .tab-content {
    background: white;
    padding: 1.5rem;
    border-radius: 2rem;
}

.box-tabs-home .block-tab.nav .nav-item .nav-link.active,.box-tabs-home .block-tab.nav .nav-item .nav-link:hover {
    background: url(https://cdn5120.cdn4s8.io.vn/media/banner/vecteezy_pool-water-background_3136646.webp);
     color: white !important;
}

.box-tabs-home .block-tab.nav .nav-item .nav-link {
    border-radius: 1rem 1rem 0 0;
    color: var(--color-highlight);
}

.box-tabs-home .block-tab.nav .nav-item .nav-link:after {
    display: none;
}

.box-article-y {
    max-height: 43rem;
    overflow-y: auto;
}

.box-article-y .article-item-title a {
    font-size: 18px;
}

.article-item-title > a {
    color: var(--color-highlight);
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    font-weight: bold;
}

.article-item-title:last-child > a {
    padding: 0;
    margin: 0;
    border: 0;
}

.swiper-partner-main .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
}

.box-tabs-home .block-tab {
    background: transparent;
    border-bottom: none;
}

.block-tab {
    background: var(--light);
    border-bottom: 2px solid var(--color-highlight)
}

 .tab-content {
    margin-top: 2rem;
}

.sec-small-cate .categories-section li {
    background: var(--light);
}

.per-page-section .dropdown-item.active {
    color: var(--color-highlight);
    background-color: var(--light);
    font-weight: 600;
}

.sec-sapxep-loc .dropdown-item.active {
    color: var(--color-highlight);
    background-color: var(--light);
    font-weight: 600;
}

.per-page-section .orderby-title {
    padding-right: 2.5rem;
    font-size: 14px;
}

.first-limit,
.selected-limit{
    background: white;
    padding: 1.2rem 2rem;
    border: 1px solid var(--gray-bold);
    font-size: 14px;
    font-weight: 600;
    margin-left: 1rem;
    cursor: pointer;
    color: var(--color-highlight);
}

.first-limit-year,
.selected-limit-year{
    background: white;
    padding: 1.2rem 2rem;
    border: 1px solid var(--gray-bold);
    font-size: 14px;
    font-weight: 600;
    margin-left: 1rem;
    cursor: pointer;
}

.per-page-section .dropdown i {
    transition: 0.3s ease-in-out;
    
}

.per-page-section .dropdown.show i {
    transform: rotate(180deg);
}

.box-item-pdf-line {
    border: 1px solid var(--gray-bold);
    padding: 1rem;
}

.dsbv-pdf-line .article-item {
    margin-bottom: 0rem;
    border-bottom: 1px solid;
    padding: 1.5rem 0.5rem;
}

.dsbv-pdf-line .article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dsbv-pdf-line .article-title i {
    font-size: 22px;
}

.dsbv-pdf-line .article-title a {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.dsbv-pdf-line .article-item .post-date  {
    display: flex;
    justify-content: end;
}

.banner-wrap img, .banner-wrap {
    height: 480px;
}

.sec-gtri-cot-loi .slide--tile {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}

.sec-gtri-cot-loi .slide--description {
    color: white;
    text-align: justify;
    font-size: 16px;
}

.item-giaithuong .inner-content {
    background: var(--light);
    padding: 4rem 3rem;
    height: 255px;
}

.item-giaithuong:hover .inner-content {
    background: var(--color-highlight);
}

.item-giaithuong .inner-content .article-title a{
    font-size: 16px;
}

.item-giaithuong:hover .inner-content .article-title a{
    color: white;
}

.item-giaithuong:hover .inner-content .article-description {
    color: white;
}

.item-giaithuong .inner-content .article-title {
    margin-bottom: 4.5rem;
}

.item-giaithuong .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-ttcophieu {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.row-head-cll th{
    text-align: center;
    color: white;
}

.row-head-cll {
    background: var(--color-highlight);
}

.row-head-cll th:nth-child(1){
    text-align: left;
}

.row-head-cll th:nth-child(2){
    width: 155px
}

.row-head-cll th:nth-child(3){
    width: 160px
}

.row-head-cll th:nth-child(4){
    width: 115px
}

.dsbv-cll tr td div {
    text-align: center;
}

.dsbv-cll tr td .article-title {
    text-align: left;
}

.dsbv-cll td i {
    font-size: 25px;
}

.dsbv-cll .article-title {
    font-size: 16px;
}

.dsbv-cll .post-date {
    font-size: 16px;
}

.dsbv-cll .row-head-cll th{
    font-size: 16px;
}

.table th, .table td {
    vertical-align: middle;
}

.table td {
    padding: 1.5rem 1rem;
}

.link_all_pdf i {
    color: var(--color-highlight);
}

.box-tamnhin-sumenh .swiper-slide--wrap{
    width: 80%;
}

.sec-search-sapxep {
    width: 27rem;
}

.sec-sapxep-loc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-gtri-cot-loi .banner-wrap{
    padding: 10rem 0;
}

.home-art .btn-submit {
    display: none;
}

.home-art .first-news-event .btn.btn-submit {
    display: inline-block;
}

.sec-gtri-cot-loi .slide--tile-big {
    color: white;
    font-size: 24px;
}

.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 10px;
}

.brand-section .item img {
    padding: 10px;
    object-fit: contain;
}

.report-table > *  {
    font-size: 16px;
}

.report-table .table th {
    padding: 1.5rem 0.75rem;
    vertical-align: middle;
    background: var(--light);
}

.report-table .table td {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
}


.ds-hdqt .inner-content {
    display: flex;
    gap: 5rem;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 6rem;
}

.report-table .post-date {
    font-size: 12px;
}

.report-table .inner-content .entire-file a {
    font-size: 14px;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #bababa;
}

.ds-hdqt > .row {
    justify-content: center;
}

.box-section-2 {
    padding: 5px 15px 15px 15px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.title-section-5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #3C71BF;
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

.title-section-5::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #3C71BF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.small-section-2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #bdbdbd;
    padding-bottom: 0px;
}

.small-section-2 .article-title {
    font-size: 14px;
    font-weight: 500;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.box-section-2 .article-title a {
    color: black;
}

.box-section-2 .article-title a:hover{
    color: var(--color-highlight);
}
.small-section-2:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.small-section-1 {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.space-5 {
    margin-right: -5px;
    margin-left: -5px;
}

.featured-media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
    font-size: 80px;
    color: #ffffff;
}

.small-section-1 .article-title {
    font-size: 16px;
}

.article-entry-info {
    font-size: 15px;
}

.article-entry-info > span {
    margin-right: 6px;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.space-5>div {
    padding-right: 5px;
    padding-left: 5px;
}

.sec-main-post .view-small {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;

}

.article-entry-info .article-category a {
    font-weight: 700;
    line-height: 26px;
    /* text-transform: uppercase; */
}

.is-mobile .sec-main-post .view-small .article-description {
    display: none;
}

.is-mobile .logo-section img {
    max-height: 8rem;
}

.box-article-content {
    font-size: 14px;
}


@media (min-width: 768px) {
    .small-section-1 .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    
    .small-section-1 .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media (max-width: 767px) {
    .table-responsive.report-table {
        overflow: auto;
    }
    
    .report-table table th, .report-table table td {
        white-space: nowrap;
        height: 4.6rem;
        padding: .6rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .ds-hdqt .inner-content {
        display: flex;
        gap: 0rem;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0rem;
    }
    
    .article-entry-info > span {
        font-size: 12px;
    }
    
    .banner-gioi-thieu .swiper-slide--description {
        font-size: 18px;
    }
    
    .box-tabs-home .block-tab.nav .nav-item .nav-link {
        font-size: 14px;
    }

    .row-head-cll th:not(:first-child) {
        width: 12%;
    }
    
    .sec-sapxep-loc {
        display: block;
    }
    
    .banner-wrap img, .banner-wrap {
        height: 760px;
    }
    
    .sec-main-post .view-small .article-title a {
        font-size: 15px;
    }
    
    .img-bg-fixed .swiper-slide--tile {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .row-head-cll span {
        display: none;
    }
    
    .sec-sapxep-loc {
        display: block;
    }
    
    .sec-locnam {
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .banner-wrap {
        width: 100%;
        padding: 5rem 2rem 2rem;
        min-height: 70rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (min-width: 1200px) {
    .banner-wrap {
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    
    .sec-slide-partner .swiper-button-next {
         right: -50px; 
    }
    
    .sec-slide-partner .swiper-button-prev {
         left: -50px; 
    }
    .img-bg-fixed {
        height: 50rem;
    }
}

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

@media (min-width: 1700px) {
    .sec-thong-tin-co-phieu * {
        font-size: 18px;
    }
    
    /*.view-small * {*/
    /*    font-size: 18px;*/
    /*}*/
    
    .item-dsqhcd * {
        font-size: 25px !important;
    }
    
    .sec-post-timeline .article-item .post-content {
        font-size: 16px;
    }
    
    .sec-post-timeline .content-left .detail-content {
        font-size: 16px;
    }
    
    .item-giaithuong .inner-content .article-title a {
        font-size: 22px;
    }
    
    .item-giaithuong .article-description {
        font-size: 16px !important;
    }
    
    .btn-link-more {
        font-size: 16px;
    }
    
    .title-section-cus {
        font-size: 40px !important;
    }
    
    .ds-hdqt .article-title a {
        font-size: 38px !important;
    }
    
    .item-chucvu {
        font-size: 30px !important;
    }
    
    .item-namsinh, .item-exp {
        font-size: 16px !important;
    } 
    
    .block-tab.nav .nav-item .nav-link {
        font-size: 20px;
    }
    
    .report-table .table th {
        font-size: 16px !important;   
    }
    
    .item-name {
        font-size: 32px !important;
    }
    
    .box-article-content {
        font-size: 16px;
    }

    .article-detail .item-chucvu {
        font-size: 22px !important;
    }
    
    .item-giaithuong .inner-content {
        padding: 7rem;
        height: 420px;
    }
        
    .item-dsqhcd .content {
        padding: 4rem 1.5rem;
    }
}

.item-name {
    font-size: 20px;
    color: var(--color-highlight);
}


.item-giaithuong .article-description {
    font-size: 14px;
}

.ds-hdqt .article-title a {
    font-size: 24px;
}

.item-chucvu {
    font-size: 18px;
}

.item-namsinh, .item-exp {
    font-size: 14px;
}

.report-table .table th {
    font-size: 14px;   
}

@media (min-width: 1200px) and (max-width: 1700px) {
    .ds-hdqt .inner-content {
        padding-left: 6rem !important;
        gap: 2rem !important;
    }
}

.sec-dm-cll .categories .categories-section .has-child .ul-child {
    padding-left: 0rem !important;
    display: block;
}

.sec-dm-cll .categories-section a:hover {
    background: var(--white);
    color: var(--color-highlight);
}

.sec-dm-cll .categories-section a:hover span{
    border-bottom: 2px solid var(--color-highlight);
}

.sec-dm-cll .has-child .list-child  a.active {
    background: white;
    color: var(--color-highlight);
}

.sec-dm-cll > .categories > .categories-section{
    border: 1px solid var(--gray);
}

.sec-dm-cll .has-child .list-child  a.active span{
    border-bottom: 2px solid var(--color-highlight);
}

.dsbv-cll {
    margin-top: 2rem;
}

.sec-dsbv-small .article-item .article-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img-bg-fixed {
    width: 100%;
    padding: 4rem 5%;
    min-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.img-bg-fixed:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .65;
}

.cus-khachhang .inner-image{
    padding: 3rem;
    background: white;
    border: 1px solid var(--gray);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.cus-khachhang .inner-image img{
    object-fit: contain;
}

.row-home-banner {
    padding-top: 9rem;
}