.stybtnAll .slick-arrow{
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    background-color: #ed1e30;
    border: 1px solid #ed1e30;
    font-size: 0;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.stybtnAll .slick-arrow:hover{
    color: #ed1e30;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.stybtnAll .slick-arrow::before{
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 38px;
    /* color: #fff; */
}
.stybtnAll .slick-next::before{
    content: "\f105";
}
.stybtnAll .slick-prev::before{
    content: "\f104";
}
/* box 1 */
.abouthome{
    padding: 45px 0 50px;
}
.abouthome .grabout{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -15px;
}
.abouthome .grabout > div{
    padding: 0 15px;
}
.abouthome .grabout .lcol{
    width: calc(100% - 500px);
}
.abouthome .grabout .rcol{
    width: 500px;
}
.abouthome .thumbab{
    text-align: center;
}

.abouthome .dscap{
    margin-bottom: 5px;
    color: #666666;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 300;
}
.abouthome .dstitle{
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.abouthome .dstitle::before{
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ed1e30;
    position: absolute;
    bottom: 0;
    left: 0;
}
.abouthome .dstitle h2, .abouthome .dstitle h3, .abouthome .dstitle{
    color: #ed1e30;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2px;
    font-weight: 900;
}
.abouthome .dstend{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

/* box 2 */
.infoabouttwo{
    padding-top: 60px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.infoabouttwo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}
.infoabouttwo .grtwo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.infoabouttwo .grtwo > div{
    padding: 0 50px;
    margin-bottom: 100px;
    width: 33.3333%;
}
.infoabouttwo .grtwo .nncol:nth-child(2), .infoabouttwo .grtwo .nncol:nth-child(5){
    padding-top: 140px;
}
.infoabouttwo .itemabouth{
    display: flex;
    margin: 0 -6px;
}
.infoabouttwo .itemabouth > div{
    padding: 0 6px;
}
.infoabouttwo .itemabouth .icol{
    width: 85px;
    min-height: 190px;
}
.infoabouttwo .itemabouth .tcol{
    width: calc(100% - 85px);
}
.infoabouttwo .itemabouth .icon{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.infoabouttwo .itemabouth .icon::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/cicle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    animation: xoayvong 10s linear 0s infinite;
    -webkit-animation: xoayvong 10s linear 0s infinite;
    -moz-animation: xoayvong 10s linear 0s infinite;
    -o-animation: xoayvong 10s linear 0s infinite;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.infoabouttwo .itemabouth .icon::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    width: 10px;
    height: 120px;
    background-image: url('../images/ciline.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.infoabouttwo .itemabouth .decs{
    color: #ffffff;
}
.infoabouttwo .itemabouth .ttitle{
    margin-bottom: 10px;
}
.infoabouttwo .itemabouth .ttitle, .infoabouttwo .itemabouth .ttitle h3{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}
.infoabouttwo .itemabouth .tcont{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}

/* infoAbout3 */
.infoaboutthree{
    position: relative;
    padding: 35px 0 70px;
    z-index: 1;
}
.infoaboutthree .ttaboutb{
    text-align: center;
    margin-bottom: 30px;
}
.infoaboutthree .ttaboutb .tcap{
    color:#222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
}
.lstaboutb{
    position: relative;
    padding: 20px 0;
}
.lstaboutb::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    width: 5px;
}
.lstaboutb .itemaboutb{
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 -85px;
    margin-bottom: 60px;
    position: relative;
}
.lstaboutb .itemaboutb::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-color: #c81828;
    border-radius: 100%;
}
.lstaboutb .itemaboutb:last-child{
    margin-bottom: 0;
}
.lstaboutb .itemaboutb > div{
    padding: 0 85px;
    width: 50%;
}
.lstaboutb .itemaboutb .icon{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100%;
    background-color: #f4f4f4;
}
.lstaboutb .itemaboutb .icon img{
    max-height: 60%;
    max-width: 60%;
}
.lstaboutb .itemaboutb  .decs{
    font-size: 18px;
    line-height: 27px;
    font-weight: 30;
}
.lstaboutb .itemaboutb:nth-child(even) .icol{
    order: 2;
}
.lstaboutb .itemaboutb:nth-child(odd) .icol .icon{
    margin-left: auto;
}
.lstaboutb .itemaboutb:nth-child(even) .decs{
    text-align: right;
}
/*  */
.itemaboutsm{
    display: flex;
    flex-wrap: wrap;
}
.itemaboutsm .coli{
    width: 65px;
}
.itemaboutsm .cold{
    width: calc(100% - 65px);
    padding-left: 20px;
}
.itemaboutsm .titletmsn{
    color: #ed1e30;
}
.itemaboutsm .titletmsn::before{
    left: 0;
}
/* infoAbout4 */
.infoaboutfor{
    padding: 50px 0;
    background-color: #f9f9f9;
}
.infoaboutfor .grfor{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.infoaboutfor .grfor > div{
    padding: 0 20px;
}
.infoaboutfor .grfor .lcol{
    width: 53%;
}
.infoaboutfor .grfor .rcol{
    width: 47%;
}
.infoaboutfor .dscap{
    color:#222222;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
}
.infoaboutfor .dstitle{
    margin-bottom: 15px;
}
.infoaboutfor .dstend{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
.infoaboutfor .dstend .qote{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 900;
}
.tendthree {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.thumbthree{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* box 5 */
.partnerhome{
    padding: 50px 0 70px;
}
.itempartner a{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.itempartner a:hover{
    border-color: #ed1e30;
}
@media all and (max-width: 1200px){
    /* box 1 */


    /* box 2 */
    .infoabouttwo .grtwo{
        margin: 0 -20px;
    }
    .infoabouttwo .grtwo > div{
        padding: 0 20px;
    }
    .menuTab ul li a{
        font-size: 16px;
        line-height: 24px;
    }

}

@media all and (max-width: 991px){
    /* box 1 */
    .abouthome{
        padding: 25px 0 45px;
    }
    .abouthome .grabout .lcol, .abouthome .grabout .rcol{
        width: 100%;
    }
    .abouthome .dscap{
        font-size: 24px;
        line-height: 36px;
    }
    .abouthome .dstend{
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .abouthome .thumbab{
        margin-bottom: 30px;
    }
    /*  */
    /* box 2 */
    .infoabouttwo{
        padding: 30px 0 10px;
    }
    .infoabouttwo .grtwo > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .infoabouttwo .grtwo .nncol:nth-child(2), .infoabouttwo .grtwo .nncol:nth-child(5){
        padding-top: 0;
    }
    .infoabouttwo .itemabouth .icol{
        min-height: auto;
    }
    .infoabouttwo .itemabouth .icon::after{
        display: none;
    }
    .infoabouttwo .itemabouth .ttitle, .infoabouttwo .itemabouth .ttitle h3{
        font-size: 24px;
        line-height: 36px;
    }
    .infoabouttwo .itemabouth .tcont{
        font-size: 16px;
        line-height: 24px;
    }
    /* box 3 */
    /* box 4 */
    .infoaboutfor{
        padding: 35px 0;
    }
    .infoaboutfor .dscap{
        font-size: 20px;
        line-height: 30px;
    }
    .infoaboutfor .dstend{
        font-size: 16px;
        line-height: 24px;
    }
    .infoaboutfor .dstend .qote{
        font-size: 16px;
        line-height: 24px;
    }
    /* box 4 */
}
@media all and (max-width: 767px){
    .infoaboutthree{
        padding: 25px 0 35px;
    }
    .aboutgripthree > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutgripthree > div:last-child{
        margin-bottom: 0;
    }
    /* box 3 */
    .lstaboutb{
        padding: 0;
    }
    .lstaboutb::before{
        display: none;
    }
    .infoaboutthree .ttaboutb .tcap{
        font-size: 20px;
        line-height: 30px;
    }
    .lstaboutb .itemaboutb{
        margin: 0 -12px;
        margin-bottom: 25px;
        align-items: flex-start;
        align-content: flex-start;
    }
    .lstaboutb .itemaboutb::before{
        display: none;
    }
    .lstaboutb .itemaboutb > div{
        padding: 0 12px;

    }
    .lstaboutb .itemaboutb .icol{
        width: 125px;
    }
    .lstaboutb .itemaboutb .tcol{
        width: calc(100% - 125px);
    }
    .lstaboutb .itemaboutb .icon{
        width: 100px;
        height: 100px;
    }
    .lstaboutb .itemaboutb .decs{
        font-size: 16px;
        line-height: 24px;
    }
    .lstaboutb .itemaboutb:nth-child(even) .icol{
        order: unset;
    }
    .lstaboutb .itemaboutb:nth-child(even) .decs{
        text-align: left;
    }
    /* box 3 */

    /* box 4 */
    .infoaboutfor .grfor .rcol{
        width: 100%;
    }
    .infoaboutfor .grfor .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    /* box 4 */

    /* box 5 */
    .partnerhome{
        padding: 30px 0 60px;
    }
    /* box 5 */
}