/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    padding: 40px 0 90px;
}
.tpaboutsma{
    margin-bottom: 120px;
}
.tpaboutsma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -65px;
}
.tpaboutsma .magrip > div{
    padding: 0 65px;
    width: 50%;
}
.tpaboutsma .dstitle{
    margin-bottom: 10px;
    color: #ec1d23;
}
.tpaboutsma .dstitle, .tpaboutsma .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsma .dscapts{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tpaboutsma .dsconts{
    font-size: 16px;
    line-height: 28px;
}
.tpaboutsma .thumb{
    position: relative;
    padding: 150px 150px 0 0;
}
.tpaboutsma .timgh{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 63.48%;
    width: 100%;
}
.tpaboutsma .timgh .hpadd{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.tpaboutsma .timgh .hpadd img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaboutsma .timgm .mpadd{
    display: block;
    padding-top: 83.723%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.tpaboutsma .timgm .mpadd img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpaboutsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -65px;
}
.tpaboutsmb .mbgrip > div{
    padding: 0 65px;
    width: 50%;
}
.tpaboutsmb .thumb{
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.tpaboutsmb .thumb img{
    width: 100%;
}
.tpaboutsmb .dstitle{
    margin-bottom: 10px;
    color: #ec1d23;
}
.tpaboutsmb .dstitle, .tpaboutsmb .dstitle h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpaboutsmb .dscapts{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tpaboutsmb .dsconts{
    font-size: 16px;
    line-height: 28px;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.itaboutshh:nth-child(odd){
    background-color: #692f22;
}
.itaboutshh:nth-child(even){
    background-color: #ec1d23;
}
.itaboutshh, .itaboutshh a{
    color: #fff;
}
.itaboutshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itaboutshh .hhgrip > div{
    width: 50%;
}
.itaboutshh:nth-child(even) .hhgrip .mcol{
    order: 2;
}
.itaboutshh .thumb img{
    width: 100%;
}
.itaboutshh .decss{
    max-width: 710px;
    padding: 30px 65px;
}
.itaboutshh:nth-child(even) .decss{
    margin-left: auto;
}
.itaboutshh .dstitle{
    margin-bottom: 10px;
}
.itaboutshh .dstitle, .itaboutshh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itaboutshh .dstitle span{
    display: block;
}
.itaboutshh .dsconts{
    font-size: 14px;
    line-height: 21px;
}
.itaboutshh .dstends{
    font-size: 16px;
    line-height: 28px;
}
.itaboutshh .dsviews{
    margin-top: 25px;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    position: relative;
    z-index: 1;
    padding: 85px 0 95px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.hpaboutsbb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    pointer-events: none;
    opacity: 0.8;
}
.hpaboutsbb, .hpaboutsbb a{
    color: #fff;
}
.slaboutsbb {
    position: relative;
}
.slaboutsbb::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}
.slaboutsbb .slick-arrow{
    top: -90px;
    transform: unset;
}
.slaboutsbb .slick-prev{
    right: 40px;
    left: unset;
}
.slaboutsbb .slick-next{
    right: 0;
}
.itaboutsbb{
    text-align: center;
}
.itaboutsbb .vnumbs{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 100%;
    background-color: #ec1d23;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}
.itaboutsbb .vnumbs img{
    max-width: 60%;
    max-height: 60%;
}
.itaboutsbb .vtitle{
    margin-bottom: 10px;
}
.itaboutsbb .vtitle, .itaboutsbb .vtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutsbb .vconts{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    text-align-last: center;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.hpaboutstt{
    padding: 50px 0 80px;
    background-color: #f5f5f5;
}
.slaboutstt .slick-arrow{
    top: -90px;
    transform: unset;
}
.slaboutstt .slick-prev{
    right: 40px;
    left: unset;
}
.slaboutstt .slick-next{
    right: 0;
}
.itaboutstt .thumb{
    margin-bottom: 35px;
}
.itaboutstt .thumb a{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itaboutstt .decss{
    text-align: center;
}
.itaboutstt .dstitle, .itaboutstt .dstitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
/* <=== hpaboutstt ===> */

/* <=== hpaboutsnn ===> */
.hpaboutsnn{
    padding: 50px 0 70px;
}
/* <=== hpaboutsnn ===> */
@media all and (max-width: 1350px){
    /* <=== hpaboutshh ===> */
    .itaboutshh .decss{
        padding: 30px 20px;
    }
    /* <=== hpaboutshh ===> */
}
@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsma .magrip{
        margin: 0 -30px;
    }
    .tpaboutsma .magrip > div{
        padding: 0 30px;
    }
    .tpaboutsmb .mbgrip{
        margin: 0 -30px;
    }
    .tpaboutsmb .mbgrip > div{
        padding: 0 30px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .itaboutshh .dstitle, .itaboutshh .dstitle h3{
        font-size: 18px;
        line-height: 28px;
    }
    /* <=== hpaboutshh ===> */
}
@media all and (min-width: 992px){
    .vntheader{
        position: absolute;
    }
}
@media all and (max-width: 991px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 25px 0 35px;
    }
    .tpaboutsma{
        margin-bottom: 30px;
    }
    .tpaboutsma .magrip{
        flex-direction: column-reverse;
    }
    .tpaboutsma .magrip > div{
        width: 100%;
    }
    .tpaboutsma .magrip .hcol{
        margin-bottom: 30px;
    }
    .tpaboutsma .dstitle, .tpaboutsma .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpaboutsma .dscapts{
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .tpaboutsma .dsconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .tpaboutsmb .mbgrip > div{
        width: 100%;
    }
    .tpaboutsmb .mbgrip .mcol{
        margin-bottom: 30px;
    }
    .tpaboutsmb .dstitle, .tpaboutsmb .dstitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .tpaboutsmb .dscapts{
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .tpaboutsmb .dsconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .itaboutshh .hhgrip > div{
        width: 100%;
        order: unset!important ;
    }
    .itaboutshh .decss{
        padding: 25px 20px 30px;
    }
    .itaboutshh .dstitle span{
        display: unset;
    }
    .itaboutshh .dstends{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding: 40px 0;
        background-attachment: unset;
    }
    .slaboutsbb::before{
        left: -20px;
        width: calc(100% + 40px);
        top: 28px;
    }
    .itaboutsbb .vnumbs{
        width: 55px;
        height: 55px;
        font-size: 30px;
        line-height: 40px;
    }
    .itaboutsbb .vtitle, .itaboutsbb .vtitle h3{
        font-size: 16px;
        line-height: 28px;
    }
    .itaboutsbb .vconts{
        font-size: 13px;
        line-height: 20px;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .hpaboutstt{
        padding: 25px 0 40px;
    }
    .itaboutstt .thumb{
        margin-bottom: 25px;
    }
    .itaboutstt .dstitle, .itaboutstt .dstitle h3{
        font-size: 15px;
        line-height: 28px;
    }
    .itaboutstt .thumb a{
        box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
    }
    .slaboutstt .slick-slide:not(.slick-active) .itaboutstt .thumb a{
        box-shadow: none;
        transition-delay: 0.5s;
    }
    .slaboutstt .slick-list{
        margin-right: -20px;
        padding-right: 10px;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsnn ===> */
    .hpaboutsnn{
        padding: 25px 0 30px;
    }
    /* <=== hpaboutsnn ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsma .thumb{
        padding: 80px 80px 0 0;
    }
    .tpaboutsma .timgm .mpadd, .tpaboutsma .timgh .hpadd, .tpaboutsmb .thumb{
        border-radius: 10px;
    }
    /* <=== hpaboutsmm ===> */
}