.home-slider{
    width: 100%;
    margin-top: 69px;
    overflow: hidden;
    margin-bottom: 90px;
}
.home-slider .swiper{
    overflow: hidden;
}
.home-swiper{
    margin-top: 10px;
}
/* .home-slider .swiper-button-lock{
    display: unset !important;
}*/
.home-slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: unset !important;
} 
.home-slider .swiper .swiper-button-prev, .home-slider .swiper .swiper-rtl .swiper-button-next{
    background: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.home-slider .swiper .swiper-button-next, .home-slider .swiper .swiper-rtl .swiper-button-prev{
    background: #FFF;
    width: 49px;
    height: 49px;
    border-radius: 25px;
}  
.home-slider .swiper-button-next:after, .home-slider .swiper-rtl .swiper-button-prev:after{
    content: "";
    background-image: url('../../img/icon/ico-chevron-right.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}
.home-slider .swiper-button-prev:after, .home-slider .swiper-rtl .swiper-button-next:after{
    content: "";
    background-image: url('../../img/icon/ico-chevron-left.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
}
.home-slider .swiper-button-next:hover:after, .home-slider .swiper-rtl .swiper-button-prev:hover:after{
    background-image: url('../../img/icon/ico-chevron-right-orange.svg');
}
.home-slider .swiper-button-prev:hover:after, .home-slider .swiper-rtl .swiper-button-next:hover:after{
    background-image: url('../../img/icon/ico-chevron-left-orange.svg');
}
.home-slider .swiper-button-next.swiper-button-disabled::after{
    background-image: url('../../img/icon/ico-chevron-right.svg') !important;
}

.home-slider .swiper-button-prev.swiper-button-disabled::after{
    background-image: url('../../img/icon/ico-chevron-left.svg') !important;
}
/* .home-slider .swiper .swiper-button-prev, .home-slider .swiper .swiper-rtl .swiper-button-next{
    
} */
.home-slide{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home-slide img{
    width: 100%;
    transition: all 300ms ease-in-out;
}

.home-slide-content{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 63.54%);
    padding: 74px 10px 40px;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.home-slider h2{
    font-size: 37px;
    line-height: 56px;
}


/* home about */
.home-about{
    margin-bottom: 85px;
}
.home-about .container{
    max-width: 950px !important;
    display: flex;
    align-items: flex-start;
}
.ha-left{
    width: 53%;
    padding-right: 60px;
}
.ha-left h2{
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #464646;
    margin-bottom: 20px;
}
.ha-left p{
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 42px;
}
.ha-right{
    width: 47%;
}
.ha-right img{
    width: 100%;
}
.home-news{
    margin-bottom: 95px;
}
.home-news h2{
    font-size: 35px !important;
    line-height: 46px !important;
}
.hn-wrap{
    display: flex;
    vertical-align: top;
    align-items: flex-start;
}
.hn-left{
    width: 50%;
}
.hn-left a:hover .hnl-title{
    color: #FF9900;
}
.hnl-img, .hnl-img img{
    width: 100%;
}
.hnl-contain{
    padding: 28px 17px;
    width: 100%;
}
.hnl-desc, .hn-news-desc{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #979797;
    display: flex;
    align-items: center;
}
.hn-news-desc{
    font-size: 14px !important;
}
.dot{
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0px 10px;
    background-color: #979797;
}
.hnl-title{
    font-weight: bold;
    font-size: 29px;
    line-height: 40px;
    color: #454545;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.hn-right{
    width: 50%;
    padding: 2% 0% 0% 3.5%;
}
.hnr-news{
    width: 100%;
}
/* .hnr-news:first-child .hn-news-title{
    color: #FF9900;
} */
.hnr-news:hover .hn-news-title{
    color: #FF9900;
}
.hnr-news:last-child .hnr-news-box{
    border-bottom: unset;
}
.hnr-news-box{
    width: 100%;
    border-bottom: 1px solid #454545;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.hn-news-title{
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #454545;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-cust{
    margin-bottom: 50px;
}
.home-cust .container:last-child{
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-box-flex-direction: row-reverse;
    -moz-box-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.hc-wrap{
    display: flex;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    transform: translateZ(0);
    position: relative;

    overflow: hidden;
    min-width: max-content;
    width: 100%;
    /* max-width:1150px; */

    animation: marquee 100s linear infinite;
    width: 100%;
}

@keyframes marquee{
    0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}
}

.hc-bg{
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 5%,hsla(0,0%,100%,0) 95%,#fff);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.hc-item{
    /* width: 50px; */
    /* height: 100%; */
    padding: 25px 15px;
}
.hc-item img{
    width: 100%;
    /* max-height: 70px; */
}
.cust-swiper .swiper-wrapper{
    align-items: center;
}

.home-forum{
    width: 100%;
    margin-bottom: 125px;
}
.hf-content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* display: grid; */
    /* grid-template-columns: 32% 32% 32%; */
    /* column-gap: 2%; */
    /* justify-items: flex-start; */
    /* align-content: space-between; */
    margin-top: 30px;
}
.forum-item{
    padding: 32px 30px 40px;
    margin: 10px 0px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #ECEFF1;
    box-sizing: border-box;
    /* transition: all 200ms ease-in-out; */
    cursor: default;
}
.forum-item:hover{
    padding: 20px 20px 40px;
    margin: 1px;
    border-radius: 5px;
    border: 10px solid #979797;
}
.fi-head{
    width: 100%;
    display: flex;
}
.fih-img{
    width: 54px;
    height: 54px;
    /* object-fit: cover; */
    border-radius: 27px;
    overflow: hidden;
    margin-right: 19px;
}
.fih-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fih-caption{
    width: calc(100% - 73px);
}
.fi-head h3{
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #464646;
    margin-bottom: 6px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.fih-subtitle{
    display: flex;
    align-items: center;
}
.fih-creator{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FF9900;
    margin-right: 5px;
}
.fih-time{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D;
}
.fih-body{
    padding: 13px 0px 0px;
    width: 100%;
    word-break: break-all;
}
.fih-body p{
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #454545;
    margin: 0px;
    margin-bottom: 30px;
    display: -webkit-box;
    /* height: 80px; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.react-user{
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #979797;
}
.react-user:last-child{
    padding-right: 0px;
}
.react-user img{
    margin-right: 5px;
}

.home-about .w-btn-out{
    font-family: 'Mulish';
    font-weight: 900;
}


@media only screen 
   and (min-width : 1601px) {
  
}
@media only screen 
   and (max-width : 1600px) {

}
@media only screen 
   and (max-width : 1400px) {
 
}
@media only screen 
   and (max-width : 1200px) {

}
@media only screen 
    and (min-width: 1000px){
    .home-slide:hover img{
        transform: scale(1.2);
    }
    /* .hf-content{
        grid-template-columns: 32% 32% 32%;
        column-gap: 2%;
    } */
    .forum-item:hover{ 
        padding: 32px 20px 40px !important;
    }
    .hn-news-desc,.hnl-desc{
        margin-bottom: 5px;
    }
}
@media only screen 
   and (max-width : 1000px) {
    .home-forum{
        margin-bottom: 72.5px;
    }
    .home-slider{
        margin-bottom: 50px;
    }
    .home-slider h2{
        font-size: 24px;
        line-height: 26px;
        width: 150px;
    }
    .home-slider{
        margin-top: 60px;
    }
    .home-slider .swiper{
        margin-top: 15px;
    }
    .home-slide-content{
        font-size: 15px;
        line-height: 17px;
        min-height: 100px;
        padding: 24px 15px 25px;
    }
    .ha-left{
        width: 100%;
        padding-right: 0px;
    }
    .ha-right{
        display: none;
    }
    .ha-left h2{
        font-size: 18px;
        line-height: 23px;
        width: 85%;
    }
    .ha-left img{
        width: 85%;
        margin-bottom: 18px;
    }
    .ha-left p{
        width: 95%;
        font-size: 15px;
        line-height: 24px;
    }
    .ha-left p{
        margin-bottom: 27px;
    }
    .home-about .w-btn-out{
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .home-about{
        margin-bottom: 30px;
    }
    .home-news h2{
        font-size: 24px !important;
        line-height: 46px !important;
    }
    .home-news .container{
        margin-bottom: 12px !important;
    }
    .hn-wrap{
        display: grid;
    }
    .hn-left{
        width: 100%;
    }
    .hn-right{
        width: 100%;
    }
    .hnl-contain{
        padding: 23px 0px;
    }
    .hnl-desc, .hn-news-desc{
        font-size: 16px;
        line-height: 23px;
    }
    .hnl-desc{
        margin-bottom: 5px;
    }
    .hnl-title{
        font-size: 20px;
        line-height: 26px;
    }
    .hn-right{
        padding: 0px;
    }
    .hn-news-desc{
        font-size: 12px !important;
        line-height: 24px;
    }
    .hn-news-title{
        font-size: 17px;
        line-height: 24px;
    }
    .hnr-news-box{
        border-bottom: 1px solid #454545;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    /* .hn-right a:first-child .hn-news-title{
        color: #FF9900;
    } */
    .home-news{
        margin-bottom: 30px;
    }
    .home-cust h2{
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        /* width: 180px; */
        margin-left: auto;
        margin-right: auto;
    }
    .home-cust{
        margin-bottom: 50px;
    }
    .home-forum .w-btn-link{
        display: none;
    }
    .home-forum .container{
        justify-content: center !important;
    }
    .home-forum h2{
        font-size: 24px;
        line-height: 26px;
    }
    .forum-item{
        padding: 25px 11px ;
        width: 100%;
    }
    .fi-head h3{
        font-size: 16px;
        line-height: 19px;
    }
    .fih-creator,.fih-time{
        font-size: 13px;
        line-height: 15px;
    }
    .fih-body p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
        display: -webkit-box;
        /* height: 80px; */
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .forum-item:hover{
        padding: 25px 11px 25px;
        border-radius: 0px;
        margin:10px 0px;
        border: 1px solid #ECEFF1;
    }
    /* .home-cust .swiper{
        overflow: unset !important;
    } */
    .hf-content{
        margin-top: 10px;
    }
    .swiper-slide-active .forum-item{
        padding: 20px 20px 30px;
        margin: 1px;
        border-radius: 5px;
        border: 10px solid #979797;
    }
    .hc-wrap{
        /* min-width: 500px; */
        animation: marquee 60s linear infinite;
    }
    .hc-item{
        padding: 15px 10px;
    }
    /* .hc-item img{
        max-height: 60px;
    } */
}
@media only screen 
   and (max-width : 768px) {
    .quote-contain p{
        width: 170px;
    }
   /* Styles here */
}