.boxhome {
    margin-bottom: 40px;
}
/* <=== vnt-banner-home ===> */
.vnt-banner-home {
    position: relative;
}
.vnt-banner-home::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 201px;
    background: url("../images/banner_bg.png") center bottom no-repeat;
    z-index: 10;
}
.vnt-banner-home .slick-arrow{
    color: #fff;
}
.vnt-banner-home .slick-prev{
    left: 30px;
}
.vnt-banner-home .slick-next{
    right: 30px;
}
.vnt-banner-home .slick-dots{
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    height: 10px;
    z-index: 99;
}
.vnt-banner-home .slick-dots li{
    margin: 0;
    padding-right: 98px;
    position: relative;
    height: 10px;
}
.vnt-banner-home .slick-dots li:last-child{
    padding-right: 0;
}
.vnt-banner-home .slick-dots li::before{
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 7.5px;
    left: 10px;
}
.vnt-banner-home .slick-dots li::after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 7.5px;
    left: 10px;
}
.vnt-banner-home.veffect .slick-dots li.slick-active::after{
    width: calc(100% - 10px);
    -webkit-transition: all 5.5s linear;
    -moz-transition: all 5.5s linear;
    -o-transition: all 5.5s linear;
    transition: all 5.5s linear;
}
.vnt-banner-home .slick-dots li:last-child::before, .vnt-banner-home .slick-dots li:last-child::after{
    display: none;
}
.vnt-banner-home .slick-dots li button{
    background-color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    font-size: 0;
    opacity: 0.5;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 1);
}
.vnt-banner-home .slick-dots li.slick-active button{
    opacity: 1;
}
.vnt-banner-home .slick-dots li button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.2;
    transform: scale(1);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vnt-banner-home .slick-dots li.slick-active button::before{
    transform: scale(5);
}
.vnt-banner-home .i-banner{
    position: relative;
    height: 600px ;
}
 
.vnt-banner-home .i-banner a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.vnt-banner-home .i-banner a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}

@-webkit-keyframes immortalkenburns{
    0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
    100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
    0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
    100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
    0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
    100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
    0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
    100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
    0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
    100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.vnt-banner-home .item .i-banner img{
    display: none!important;
}
.vnt-banner-home .item video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.vnt-banner-home .item .i-caption {
    position: absolute;
    bottom: 100px;
    left: 50px; 
    z-index: 1;
}

.vnt-banner-home .cap-title {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
.vnt-banner-home .cap-desc{
    font-size: 25px;
    line-height: 35px;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
    color: #fff;
    text-transform: uppercase;
}

.vnt-banner-home .item .i-caption > div{
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.vnt-banner-home .slick-current .i-caption > div{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.vnt-banner-home .slick-current .cap-title{
    transition-delay: 0.3s;
}
.vnt-banner-home .slick-current  .cap-desc{
    transition-delay: 0.5s;
}


/* <=== About ===> */
.vnt-about {
    padding: 70px 0 30px; 
}

.vnt-about__content {
    padding: 0 100px;
}

.vnt-about__title {
    text-align: center;
    margin-bottom: 20px;

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;

}
.vnt-about__title .i-title1 {    
    color: var(--web-color); 
}
.vnt-about__title .i-title2 {
   
}
.vnt-about__desc {
    text-align: center;
}
.vnt-about__desc .i-content {
    font-size: 16px;
    line-height: 25px;
}
.vnt-about__desc .i-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
}
.vnt-about__desc .i-desc {}
.vnt-about__desc .i-link {
    margin-top: 15px;
}
.vnt-about__desc .i-link a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    background-color:var(--web-color); 
    color: #fff;
    border: 1px solid var(--web-color); 

    font-weight: bold;
}
.vnt-about__desc .i-link a:hover {
    background: #fff;
    color: var(--web-color); 
}

.vnt-about__img {
    text-align: center;
}
.vnt-about__img .i-img {
    overflow: hidden;
}
.vnt-about__img  img {
    width: 100%;
}


/* <=== company ===> */
.vnt-company {
    padding: 50px 0;
}

.vnt-company .row > div {
    border-right: 1px solid #e9e9e9;
}
.vnt-company .row > div:last-child {
    border-right: none;
}

.vnt-company__item {
    text-align: center;
}

.vnt-company__item .i-img {
    margin-bottom: 30px;
}
.vnt-company__item .i-img img {

}
.vnt-company__item .i-number {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.vnt-company__item .i-number .counter-up {

}
.vnt-company__item .i-number sup {
    margin-left: 5px;
    font-size: 20px;
    top: -20px;
}
.vnt-company__item .i-text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
}








/* <=== activity ===> */
.vnt-activity {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.vnt-activity__nav {
    display: grid;
    grid-template-rows: auto auto ;
}

.ac-nav-item {
    padding: 30px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
.ac-nav-item:last-child {
    border-bottom: none;
}
.ac-nav-item .i-nav-wrap {
    padding-left: calc((100vw - 1170px) / 2);
    height: 100%;
}
.ac-nav-item .i-title{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
}
.ac-nav-item .i-desc{
    font-size: 15px;
    padding-right: 50px;
    color: #666666;
}

.ac-nav-item.active {
    background: var(--web-color);
    color: #ffffff;
}
.ac-nav-item.active  .i-desc {
    color: #ffffff;
}



.vnt-activity__content {

}



.vnt-activity__item {

}
.vnt-activity__item .ac-title {
    padding: 15px;
    position: relative;

    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    background: var(--web-color);
    color: #ffffff;
}
.vnt-activity__item .ac-title:last-child {
    border-bottom: none;
}
.vnt-activity__item .ac-title .i-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
}
.vnt-activity__item .ac-title .i-title::after  {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    position: absolute;
    right:0;
    top: 50%;
    transform: translate(-50%, -50%);

}

.vnt-activity__item .ac-title.collapsed  .i-title::after{
    content: "\f107";
}
.vnt-activity__item .ac-title.collapsed .i-desc {

}
.vnt-activity__item .ac-title.collapsed {
    background: #f6f6f6;
    color: #333333;
}




.vnt-activity__item .ac-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vnt-activity__item .ac-img img {
    width: 100%;
    opacity: 0;

}
.vnt-activity__item .ac-company {
    padding: 30px 15px;
}
.vnt-activity__item .list-company {

}
.vnt-activity__item .item{
    padding: 0 15px;
}
.vnt-activity__item .i-company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;


}
.vnt-activity__item .i-company .i-img {
    margin-bottom: 15px;

}
.vnt-activity__item .i-company .i-img a {
    display: block;
    height: 60px;
}
.vnt-activity__item .i-company .i-img a img {
    max-height: 100%;
}
.vnt-activity__item .i-company .i-name {

}





.list-company .slick-arrow{
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 100;
    color: #999999;
}

.list-company .slick-arrow::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 45px;
}

.list-company .slick-prev{
    left: -15px;
}
.list-company .slick-next{
    right: -15px;
}

.list-company .slick-prev::before{
    content: '\f053';
}
.list-company .slick-next::before{
    content: '\f054';
}








/*Bidding*/
.slide_bidding{
    position: relative;
    margin: 0 -10px;
}
.slide_bidding:after{
    display: block;
    content: '';
    clear: both;
}
.slide_bidding .item{
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}


.slide_bidding .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.slide_bidding .slick-arrow:hover{
    color: var(--web-color);
}
.slide_bidding .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
}
.slide_bidding .slick-prev{
    left: -30px;
}
.slide_bidding .slick-next{
    right: -30px;
}
.slide_bidding .slick-prev:after{
    content: '\f104';
}
.slide_bidding .slick-next:after{
    content: '\f105';
}


.slide_bidding .slick-dots{
    text-align: center;
}
.slide_bidding .slick-dots{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}
.slide_bidding .slick-dots li{
    margin: 0 5px;
}
.slide_bidding .slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.slide_bidding .slick-dots li.slick-active button {
    background-color: var(--web-color);
    border-color:  var(--web-color);
    opacity: 1;
}
.slide_bidding .slick-dots li:hover button{
    background-color: var(--web-color);
    border-color:  var(--web-color);
}






.vnt-slide-pro {
    position: relative;
    margin: 0 -10px;
}
.vnt-slide-pro:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-slide-pro .item{
    float: left;
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom:20px;
}


.vnt-slide-pro .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    font-size: 0;
    border: none;
    width: 30px;
    height: 30px;
    color: #999999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.vnt-slide-pro .slick-arrow:hover{
    color: var(--web-color);
}
.vnt-slide-pro .slick-arrow:after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 30px;
}
.vnt-slide-pro .slick-prev{
    left: -30px;
}
.vnt-slide-pro .slick-next{
    right: -30px;
}
.vnt-slide-pro .slick-prev:after{
    content: '\f104';
}
.vnt-slide-pro .slick-next:after{
    content: '\f105';
}


.vnt-slide-pro .slick-dots{
    text-align: center;
}
.vnt-slide-pro .slick-dots{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}
.vnt-slide-pro .slick-dots li{
    margin: 0 5px;
}
.vnt-slide-pro .slick-dots li button{
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.vnt-slide-pro .slick-dots li.slick-active button {
    background-color: var(--web-color);
    border-color:  var(--web-color);
    opacity: 1;
}
.vnt-slide-pro .slick-dots li:hover button{
    background-color: var(--web-color);
    border-color:  var(--web-color);
}









.list_bidding{
    margin: 0 -10px;
}
.list_bidding .item{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
.list_bidding .item:nth-child(4n+1){
    clear: left;
}



.view-all {
    position: absolute;
    right: 0;
    top: 10px;
}
.view-all a {
    display: block;        
    color: var(--web-color);    
    text-transform: none;
}
.view-all a:hover { 
    color:  var(--web-color1);
}

.view-all a span {

}



@media screen and (min-width: 992px) {
    .vnt-activity__item .ac-content {
        display: none;
    }

    .vnt-activity__item.active .ac-content {
        display: block !important;
    }

    .vnt-activity__item .ac-img {
        min-height: 360px;
    }
}




@media all and (max-width: 991px){


    /* <=== bannerhome ===> */
    .vnt-banner-home .slick-dots{
        bottom: 25px;
    }
    .vnt-banner-home .i-banner{
        height: 0;
        padding-top: 52.165%;
    }
    .vnt-banner-home .slick-dots li{
        padding-right: 38px;
    }
    .vnt-banner-home .item .i-caption{
        bottom: 45px;
        left: 20px;
    }
    .vnt-banner-home .cap-title{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .vnt-banner-home .cap-desc{
        font-size: 14px;
        line-height: 22px;
    }
    .vnt-banner-home .i-banner a::before{
        height: 70%;
    }


    .vnt-about__content {
        padding: 0;
    }





}

@media all and (max-width: 767px){


    /* <=== About ===> */

    .vnt-about__title .i-title2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 35px;
        line-height: 40px;
    }
    .vnt-about__desc {
        margin-top: 15px;
    }
    .vnt-about__desc .i-content {
        font-size: 14px;
        line-height: 24px;
    }
    .vnt-about__desc .i-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .vnt-about__desc .i-link a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .vnt-about__img {
        margin-top: 15px;
    }


    .vnt-activity__item .item {
        max-width: 160px;
    }








}