/*FullStack by Rocker.vn (since 2008)*/  
.home-banner{
    position: relative; 
    background-color: #f3f4f8
}
.home-banner-top{
    height: calc(100vh - 280px);
}
.home-banner-bottom{
    height: 120px;
    padding-right: 400px
}
.home-banner-img{
    position: absolute;
    right: 100px;
    top: 0;
    width: 679px;
}
.home-banner-img img{
    width: 100%;
    height: auto;
}

.home-banner .pri-text{ 
    text-align: left;
    padding: 100px 0
}
.home-banner .pri-text .pri-small-title{
    font-size: calc(100% + 2px);
}
.home-banner .pri-text .pri-large-title{ 
    font-size: calc(100% + 10px);
    font-weight: bold;
}
.home-banner .pri-text .pri-des{
    max-width: 500px; 
    padding-top: 15px
}
.home-banner .pri-text .pri-des p{
    margin-bottom: 10px
}
@media(max-width: 1350px){
    .home-banner-top{
        height: calc(100vh - 372px)
    }
    .home-banner-bottom{
        padding-right: 300px
    }
    .home-banner-img{
        width: 570px
    }
    .home-banner .pri-text{
        padding: 50px 0
    }
}
@media(max-width: 1250px){
    .home-banner-top{
        height: auto;
    }
    .home-banner-bottom{
        padding-right: 150px
    }
    .home-banner-img{
        width: 470px
    }
    .home-banner .pri-text{
        padding: 50px 0
    }
}
@media(max-width: 1090px){
    .home-banner-top{
        height: auto;
    }
    .home-banner-bottom{
        padding-right: 50px
    }
    .home-banner-img{
        width: 270px
    }
    .home-banner .pri-text{
        padding: 50px 0
    }
}
@media(max-width: 950px){
    .home-banner-top{
        height: auto;
    }
    .home-banner-bottom{
        padding-right: 0;
        height: auto;
    }
    .home-banner-img{
        display: none;
    }
    .home-banner .pri-text{
        padding: 50px 0;
        text-align: center;
    }
    .home-banner .pri-text .pri-large-title{
        font-size: calc(100% + 5px)
    }
}

/*ed home-banner*/
 .mn-rows_title5{
    position: relative;
    text-align: center;
    font-size: calc(100% + 5px);
    font-weight: normal; 
    font-size: calc(100% + 20px);
    text-transform: uppercase;
    max-width: 1000px;
    margin:auto; 
}
 
.mn-rows_title5::before {
  content: ' ';
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  background-repeat-y: no-repeat;
  background-image: url(../pri_img/heading-img.png);
}

.mn-rows_title5 .mn-rt-text{
    padding: 5px 20px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin: auto;
    font-weight: bold;
    color: #d4210a;
}
.line-tab-title{
    text-align: center;
    margin-bottom: 20px
}
.line-tab-title .pri-items{
    display: inline-block;
}
.line-tab-title .pri-items a{
    display: block;
    padding: 5px 10px;
    border-left: 1px solid
}
.line-tab-title .pri-items:first-child a{
    border-left: none
}
@media(max-width: 700px){
  .mn-rows_title5{
    font-size: calc(100% + 10px)
  } 
} 
@media(max-width: 900px){
    .mn-rows_title5.title-pro{
        text-align: left;
        background: #d4210a;
        padding: 10px 0px;
        margin-bottom: 10px;
        border-radius: 5px
    }
    .mn-rows_title5.title-pro::before{
        display: none;
    }
    .mn-rows_title5.title-pro .mn-rt-text{
        font-size: 20px;
        text-align: left;
        padding: 5px 0;
        display: inline-block;
        background: none;
        width: calc(100% - 115px);
        float: left;
        padding-left: 10px;
        line-height: 20px;
        color: #ffffff
    }
    .mn-rows_title5.title-pro .viewall{
        display: inline-block;
        font-size: 13px;
        width: 110px;
        float: right;
        padding-right: 10px;
        line-height: 20px;
        color: #ffffff;
        padding-top: 5px
    }
    .mn-rows_title5.title-pro .viewall i{
        line-height: 20px
    }
}
.home-box-promotions{ 
    background: #f3f4f8;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.home-box-promotions .mn-rows_title5 .mn-rt-text{
    background: #f2eeeb
}
.home-box-promotions::before{
    width: 400px;
    height: 400px;
    position: absolute;
    display: block;
    content: ' ';
    border:100px solid #ffffff;
    left: -250px;
    bottom: -250px;
    opacity: .4;
    border-radius: 100%
}
.home-box-promotions::after{
    width: 400px;
    height: 400px;
    position: absolute;
    display: block;
    content: ' ';
    border:100px solid #ffffff;
    right: -250px;
    top: -250px;
    opacity: .4;
    border-radius: 100%;
    z-index: 0
}
.home-box-promotions .pl-wrabauto{
    position: relative;
    z-index: 1
}
.home-box-promotions .products-items-main .items{
    width: calc(20% - 20px);
    margin:10px;
    float: left;
}

@media(min-width: 1150px){
    .home-box-promotions .products-items-main .items:nth-child(5n+1){
        clear:left;
    }
}
@media(max-width: 1150px) and (min-width: 900px){
    .home-box-promotions .products-items-main .items{
        width: calc(25% - 20px)
    }
    .home-box-promotions .products-items-main .items:nth-child(4n+1){
        clear:left;
    }
}
@media(max-width: 900px){
    .home-box-promotions .products-items-main .items{
        width: calc(50% - 20px)
    }
    .home-box-promotions .products-items-main .items:nth-child(2n+1){
        clear:left;
    }
}
.home-box-products .products-items-main .items{
    width: calc(25% - 10px);
    margin: 5px;
    float: left;
}


@media(min-width: 900px){
     
    .home-box-products .products-items-main .items:nth-child(4n+1){
        clear:left;
    }
}

@media(max-width: 900px){
    .home-box-products .products-items-main .items{
        width: calc(50% - 4px);
        margin: 2px;
    }
    .home-box-products .products-items-main .items:nth-child(2n+1){
        clear:left;
    }
}
.home-viewmore{ 
    position: relative;
    display: block;
    width: 220px; 
    padding-left: 23px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 20px auto;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    font-size: calc(100% + 5px);
    font-family: Arial;
    z-index: 1;
    letter-spacing: 2px; 
}
.home-viewmore::before{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f309";
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    font-size: 23px;
    color: #ed2635;
}
.home-viewmore::after{
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f30c";
    position: absolute;
    height: 20px;
    line-height: 20px;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    font-size: 23px;
    color: #cecece;
}

.home-box-products{
    margin: 40px auto;
    padding: 40px 0; 
} 
@media(max-width: 900px){
    .home-box-products{
        margin: 10px auto;
        padding: 10px 0
    }
}
.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%);
}
 /*bg mn-list_table-4*/ 
  .mn-list_table-4{
    margin-top: 10px;
    padding-top: 10px; 
    padding-bottom: 10px;
    margin-bottom: 10px
  }
  .mn-list_table-4 .mn-lt-items{
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
    min-height: 80px;  
    padding: 20px 5px;
  }
  .mn-list_table-4 .mn-lt-items::after{
    content: ' ';
    display: block;
    clear: both;
  }
  .mn-list_table-4 .mn-lt-items i{
    display: block;
    font-size: 40px;
    text-align: center;
    width: 70px;
    float: left;
  }
  .mn-list_table-4 .mn-lt-items .mn-lt-textt{
    text-align: left; 
    width: calc(100% - 70px);
    float: right;
  }
  .mn-list_table-4 .mn-lt-items .mn-lt-textt .i-h{
    font-weight: bold;
  }
  .mn-list_table-4 .mn-lt-items .mn-lt-textt .i-p{

  }
   .mn-list_table-4 .mn-lt-items .mn-lt-textt .i-p a{
    font-weight: bold;
        color: #d4210a;
   }
  @media(max-width: 800px){
    .mn-list_table-4 .mn-lt-items{
      width: calc(100% - 10px)
    }
     
  } 
  /*ed mn-list_table-4*/
  .home-box-news{
    margin:100px 0;
  }
.home-box-news .articles-items-main .items{
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    position: relative;
}

@media(max-width: 800px){
    .home-box-news .articles-items-main .items{
        width: calc(50% - 20px); 
    }
    .home-box-news .articles-items-main .items:nth-child(3){
        clear:left;
    }
}