/*FullStack by Rocker.vn (since 2008)*/ 
 
.home-banner{
    background: #021c3d;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100vh; 
    overflow: hidden; 
    min-height: 65vh
}
 
.home-banner img.h-blur{
	position: relative; 
	width: 100%;
	height: auto;
}
.home-banner img.h-ps{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
	right:0;
}

.home-banner .home-box-text{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 300px;
}

.home-banner .home-box-text img{
    width: 90%;
    max-width: 600px;
    height: auto;
}

.home-banner .home-box-text .h-title{
    color: #ffcc33;
    font-size: 50px;
    font-weight: bold; 
}

.home-banner .home-box-text .h-txt{
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
	margin-top: 11px;
}
@media(max-width: 900px){
    .home-banner .home-box-text{
        top: 0;
        bottom: 0;
        margin: auto;
        height: 150px;
    }
    .home-banner .home-box-text .h-title{
        font-size: 32px
    }

    .home-banner .home-box-text .h-txt{
        font-size: 22px
    }
}
@media(max-width: 500px){
 
    .home-banner .home-box-text .h-title{
        font-size: 25px
    } 
    .home-banner .home-box-text .h-txt{
        font-size: 18px
    }
}
 
/*bg .home-box-about*/
.home-box-about{  
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    text-align: justify;
}

.home-box-about .ptext-des{  
    max-width: 900px
}
.home-box-about .ptext-des p{
    font-size: calc(100% + 5px);
    line-height: calc(100% + 8px);
    margin-bottom: 10px
} 

.categories-items-services{

}
@media(max-width: 800px){
    .home-box-about{
        padding-top: 30px
    }
    .home-box-about .ptext-des p{
        font-size: calc(100% + 2px);
        line-height: calc(100% + 5px);
    } 
}
.categories-items-services .pri-items{
    position: relative;
    width: calc(25% - 20px);
    float: left;
    margin: 10px; 
    padding: 20px;
    background-color: #f3f4f7;
    border-radius: 10px;
    text-align: center;
    border:1px solid #f3f4f7;
}
@media(min-width: 1034px){
    .categories-items-services .pri-items:hover{
        background: #3393e01a;
        border-color: #1d93e029
    }
}
@media(max-width: 800px){
    .categories-items-services .pri-items:nth-child(1),
    .categories-items-services .pri-items:nth-child(4){
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .categories-items-services .pri-items:nth-child(2){
        width: calc(50% - 5px);
        margin-left: 0;
        margin-right: 5px
    }
    .categories-items-services .pri-items:nth-child(3){
        width: calc(50% - 5px);
        margin-left: 5px;
        margin-right: 0
    }
}
.categories-items-services .pri-items .img{
    display: block; 
    width: 70px;
    height: 70px; 
    top:0;
    bottom: 0;
    margin:auto;
}
.categories-items-services .pri-items .img img{
    width: 100%;
    height: auto
}
.categories-items-services .pri-items .pri-titles-smalls{
    margin-top: 20px; 
}
.categories-items-services .pri-items .pri-titles{
    font-size: 17px; 
    text-transform: uppercase; 
    font-weight: bold;
}
/*ed .home-box-about*/

.home-services{
    background: #f3f4f7;
    padding:50px 0;
}
.home-services .services-items-main .items{
    width: calc(25% - 20px);
    margin: 10px;
    box-shadow: -1px 3px 5px #ccc;
}
.home-services .services-items-main .items .text {
    min-height: 60px;
    padding: 0 5px
}
.home-services .services-items-main .items .img{ 
    position: relative;
}
.home-services .services-items-main .items .img::before{
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fa9d00;
    mix-blend-mode: overlay;
    opacity: 0.2;
}
.home-services .services-items-main .items .img img{
   
}
@media(min-width: 1000px){
  .home-services .services-items-main .items:nth-child(4n+1){
        clear: left;
    }  
}

@media(max-width: 1000px) and (min-width: 600px){
    .home-services .services-items-main .items{
        width: calc(33.3% - 10px);
        margin:5px;
    }
    .home-services .services-items-main .items:nth-child(6){
        clear: left;
    }
    .home-services .services-items-main .items:nth-child(1),
    .home-services .services-items-main .items:nth-child(2){
        width: calc(50% - 10px)
    }
}

@media(max-width: 600px){
    .home-services .services-items-main .items{
        width: calc(50% - 10px);
        margin:5px;
        font-size: calc(100% - 3px)
    }
    .home-services .services-items-main .items:nth-child(2n+1){
        clear: left;
    }
}



/*bg home-number*/
.home-number{
    padding: 50px 0
}
.home-number .img-number{
    max-width: 700px;
    height: auto;
    display: block;
    margin: auto;
    width: 95%;
}
.mn-listimg-1{
    margin-top: 30px;
}
.mn-listimg-1 .mn-lt-items{
    width: calc(25% - 10px);
    margin: 5px; 
    float: left;
    border: 1px solid #f3f4f7;
    border-radius: 10px;
    padding: 10px;
    min-height: 230px;
}
.mn-listimg-1 .mn-lt-items .mn-lt-img{
    text-align: center;
}
.mn-listimg-1 .mn-lt-items .mn-lt-img img{
    width: 100%;
    height: auto;
    max-width: 115px;
    margin:auto;
}
.mn-listimg-1 .mn-lt-items .mn-lt-text{

}
.mn-listimg-1 .mn-lt-items .mn-lt-titles{
    font-weight: bold;
    font-size: calc(100% + 5px);
    text-align: center;
}
.mn-listimg-1 .mn-lt-items .mn-lt-des{
    text-align: center;
    margin-top: 10px
}
@media(max-width: 900px){
    .mn-listimg-1 .mn-lt-items{
        width: calc(50% - 10px); 
    }
    .mn-listimg-1 .mn-lt-items .mn-lt-titles{
        font-size: 100%
    }
}
@media(max-width: 600px){
    .mn-listimg-1 .mn-lt-items{
        min-height: 280px
    }
    .mn-listimg-1 .mn-lt-items:nth-child(3){
        clear: left;
    }
}
@media(max-width: 500px){
    .mn-listimg-1 .mn-lt-items{
        min-height: 240px
    }
   .mn-listimg-1 .mn-lt-items .mn-lt-text{
        font-size: 14px
    }
}
/*ed home-number*/
/*bg home-projects*/
.home-projects {
    position: relative;
    z-index: 0;
    padding: 50px 0;
    background-color: #f3f4f7
}
.home-projects .pdes{
    text-align: center;
    margin-bottom: 20px
} 
@media(max-width: 900px){
    .home-projects .pdes{
        display: none;
    }
}
.home-projects .projects-items-main .items{
    width: calc(20% - 10px);
    margin:5px; 
    float: left;
} 





.home-projects .projects-items-main .items:nth-child(6){
    clear: left;
} 
.wrab-verticle{
    overflow-y: auto
}
.wrab-verticle::-webkit-scrollbar { width: 2px; height: 2px; } 
.wrab-verticle::-webkit-scrollbar-thumb { background: #b9b9b9; border-radius: 5px; } 
.wrab-verticle::-webkit-scrollbar-track { background: rgba(255, 255, 255, 1); }
.home-projects .projects-items-main.pl-wrabauto{
    min-width: 1100px
}


.home-projects .projects-items-main .items .text {
    min-height: 80px
}
  
/*ed home-projects*/
.home-box-news{
    padding: 50px 0
}
.home-box-news .articles-items-main{
    min-width: 1100px
}
.home-box-news .articles-items-main .items{
    width: calc(25% - 10px);
    float: left;
    margin:5px;
}
.home-list-sub{
    text-align: center;
    padding-bottom: 20px;
    margin-top: 10px
}
.home-list-sub a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f3f4f7;
    border-radius: 100px;
    margin: 0 5px;
}
@media(min-width: 1024px){
    .home-list-sub a:hover{
        color: #ffffff
    }
}
.r-tnext,.r-tprev{
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    outline: none;
    border: 1px solid #fff;
    background: none;
    box-shadow: 0px 0px 2px #444; 
    padding: 0;
    cursor: pointer;
}
.r-tnext span,.r-tprev span{
    background: none;
    border:none;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 40px; 
    width: 40px;
    border-radius: 100%;
}
.r-tnext{
    right: -50px;
    left: unset;
}
@media(min-width: 1024px){
    .r-tnext:hover span,.r-tprev:hover span{
        background: #ffffff
    }
}
.home-trade-list{
    margin-top: 50px
}
.home-trade-list img{
    filter: grayscale(100%);
}
.home-trade-list img:hover{
    filter: grayscale(0%);
}