.gripTabVideo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.gripTabVideo .leftTab{
    width: calc(100% - 110px);
}
.gripTabVideo .rightVideo{
    width: 110px;
    text-align: right;
}
.videoPopAL a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-weight: bold;
}
.videoPopAL a .icon{
    display: block;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #da2028;
    color: #ffffff;
    text-align: center;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.videoPopAL a .icon::before{
    border: 10px solid rgba(0, 0, 0, 0.4);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /* border: 2px solid transparent; */
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    50% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .0
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    50% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .0
    }
} 
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    50% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .0
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    50% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .0
    }
}
.videoPopAL a .icon i{
    font-size: 10px;
    position: absolute;
    left: 13px;
    top: 10px;
}

/* boxAboutOne */
.boxAboutOne{
    padding: 50px 0 60px;
}
.boxAboutOne .gripOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.boxAboutOne .gripOne > div{
    padding: 0 40px;
}
.boxAboutOne .gripOne .thumb{
    width: 380px;
}
.boxAboutOne .gripOne .thumb img{
    width: 100%;
}
.boxAboutOne .gripOne .decs{
    width: calc(100% - 380px);
}
.boxAboutOne .titleOne{
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #da2028;
}
.boxAboutOne .titleOne h1{
    font-size:40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #da2028;
}
.boxAboutOne .captionOne{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: bold;
}
.boxAboutOne .tendOne{
    font-size: 16px;
    line-height: 24px;
}
/* boxAboutOne */


/* boxAboutTwo */
.boxAboutTwo{
    background-color: #1f4286;
}
.boxAboutTwo .gripTwo{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.boxAboutTwo .gripTwo > div{
    width: 50%;
}
.boxAboutTwo .thumbTwo img{
    width: 100%;
}
.boxAboutTwo .leftTxt{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.boxAboutTwo .infoTnSm{
    max-width: 590px;
    width: 100%;
    color: #ffffff;
    padding: 30px 0;
    padding-right: 40px;
}
.boxAboutTwo .infoTnSm .itemTnSm{
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
.boxAboutTwo .infoTnSm .itemTnSm:last-child{
    margin-bottom: 0px;
}
.boxAboutTwo .infoTnSm .itemTnSm .icon{
    position: absolute;
    left: 0;
    top: 8px;
    color: #fad106;
    font-size: 20px;
    line-height: 30px;
}
.boxAboutTwo .itemTnSm .conTnSm h3{
    color: #fad106;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.boxAboutTwo .itemTnSm .conTnSm p{
    font-size: 16px;
    line-height: 24px;
}
/* boxAboutTwo */


/* boxAboutThree */
.boxAboutThree{
    padding: 50px 0;
}
.infoGiaTri .titleBigPa{
    text-align: center;
    margin-bottom: 20px;
}
.infoGiaTri .titleBigPa h2{
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
}
.infoGiaTri .lsGiaTri{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
}
.infoGiaTri .lsGiaTri .itemGia{
    padding: 0 20px;
    width: 33.3333%;
    text-align: center;
}
.infoGiaTri .itemGia h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 10px;
}
.infoGiaTri .itemGia p{
    font-size: 16px;
    line-height: 24px;
}
/* boxAboutThree */



/* boxAboutFor */
.infoRoad .titleRoad{
    padding: 18px 10px;
    text-align: center;
    background: rgb(31,66,134);
    /* background: linear-gradient(90deg, rgba(31,66,134,1) 0%, rgba(218,32,40,1) 100%); */
}
.infoRoad .titleRoad h2{
    color: #ffffff;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    
}
.infoRoad .gripRoad{
    display: flex;
    flex-wrap: wrap; 
}
.infoRoad .gripRoad > div{
    width: 50%;
}
.infoRoad .thumbRoad img{
    width: 100%;
}
.infoRoad .gripRoad .colL{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.infoRoad .decsRoad{
    max-width: 590px;
    width: 100%;
    padding: 30px 40px 80px 0px;
    position: relative;
}
.infoRoad .decsRoad .itemRoadNav{
    position: static;
}
.infoRoad .decsRoad .styBtn .slick-arrow{
    bottom: 20px;
    top: inherit;
    transform: inherit;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-size: 15px;
}
.infoRoad .decsRoad .styBtn .slick-prev{
    left: 0;
}
.infoRoad .decsRoad .styBtn .slick-next{
    right: inherit;
    left: 60px;
}
.infoRoad .itemRoadFor .itemY{
    color: #bbbbbb;
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}
.infoRoad .itemRoadFor .itemY::before{
    content: '';
    height: 0px;
    width: 2px;
    background-color: #da2028;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.infoRoad .itemRoadFor .itemY.slick-current{
    color: #da2028;
}
.infoRoad .itemRoadFor .itemY.slick-current::before{
    height: 20px;
}
.infoRoad .itemRoadNav .itemT h3{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #1f4286;
    margin-bottom: 10px;
}
.infoRoad .itemRoadNav .itemT .tend{
    font-size: 15px;
    line-height: 23px;
}
/* boxAboutFor */
/* boxAboutFive */
.boxAboutFive{
    background-color: #dff3fc;
    padding: 50px 0;
}
.aboutBonus .titleBonus{
    margin-bottom: 10px;
}
.aboutBonus .titleBonus h2{
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.aboutBonus .captionBonus{
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aboutBonus .itemBonus{

}
.aboutBonus .itemBonus .thumb{
    margin-bottom: 10px;
}
.aboutBonus .itemBonus .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 65.56%;
    background-color: #ffffff;
}
.aboutBonus .itemBonus .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    max-height: 80%;
}
.aboutBonus .itemBonus .decs{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
/* boxAboutFive */

/* nhan su page 2 */
.layHdNoiB{
    background-color: #dff3fc;
    padding-top: 40px;
}
.layHdNoiB .gripHdNoiB{
    display: flex;
    flex-wrap: wrap;   
    align-items: center;
    align-content: center;
}
.layHdNoiB .gripHdNoiB .thumb{
    width: 530px;
}
.layHdNoiB .gripHdNoiB .thumb img{
    width: 100%;
    mix-blend-mode: darken;
}
.layHdNoiB .gripHdNoiB .decs{
    width: calc((100% + 50px) - 530px);
    position: relative;
    margin-left: -50px;
}
.layHdNoiB .gripHdNoiB .titelNoi{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #da2028;
}
.layHdNoiB .gripHdNoiB .titelNoi h3{
    font-size: 30px;
    line-height: 45px;   
}
.layHdNoiB .gripHdNoiB .titelNoi .cap{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    color: #da2028;
}
.layHdNoiB .gripHdNoiB .contentNoi{
    font-size: 16px;
    line-height: 24px;
}
/* nhan su page 2 */
/* lstHdCampa */
.lstHdCampa{
    padding: 60px 0;
}
.lstItemHdCam .itemHdCam{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
} 
.lstItemHdCam .itemHdCam .thumb{
    width: 370px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 65px;
}
.lstItemHdCam .itemHdCam .decs{
    width: calc(100% - 370px);
    padding-left: 25px;
}
.itemHdCam .decs .titelNoi{

}
.itemHdCam .decs .titelNoi{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #da2028;
}
.itemHdCam .decs .titelNoi h3{
    font-size: 22px;
    line-height: 34px;
}
.itemHdCam .decs .titelNoi .cap{
    color: #da2028;
}
.itemHdCam .decs .contentNoi{
    font-size: 15px;
    line-height: 23px;
}
.lstItemHdCam .itemHdCam:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contentMbNoi {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
}
.contentMbNoi .contentNoi{
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contentMbNoi.active .contentNoi{

}
.contentMbNoi .showMore a{
    font-size: 15px;
    line-height: 23px;
}
.contentMbNoi .showMore a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.contentMbNoi .showMore a span::before{
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contentMbNoi .showAa{
    display: inline-block;
}
.contentMbNoi .hideAa{
    display: none;
}
.contentMbNoi.active .showAa{
    display: none;
}
.contentMbNoi.active .hideAa{
    display: inline-block;
}
/* lstHdCampa */
@media all and (max-width: 1200px){
    .boxAboutTwo .infoTnSm{
        padding: 20px 15px;
    }
    .infoRoad .decsRoad{
        padding: 20px 15px 80px 15px;
    }
    .infoRoad .decsRoad .styBtn .slick-prev{
        left: 15px;
    }
    .boxAboutOne .gripOne{
        margin: 0 -20px;
    }
    .boxAboutOne .gripOne > div{
        padding: 0 20px;
    }
    .sliderBonus.styBtn .slick-prev{
        left: 0px;
    }
    .sliderBonus.styBtn .slick-next{
        right: 0;
    }
    .aboutBonus .sliderBonus{
        padding: 0 20px;
    }
    .sliderBonus.styBtn .slick-arrow{
        top: 38%;
        width: 40px;
        height: 40px;
    }
}
@media all and (max-width: 991px){
    .boxAboutOne .gripOne{
        margin: 0 -15px;
    }
    .boxAboutOne .gripOne > div{
        padding: 0 15px;
    }
    .boxAboutOne .titleOne h1{
        font-size: 30px;
        line-height: 45px;
    }
    .boxAboutTwo .itemTnSm .conTnSm h3{
        font-size: 19px;
        line-height: 29px;
    }
    .boxAboutTwo .itemTnSm .conTnSm p, .infoGiaTri .itemGia p, .aboutBonus .captionBonus, .aboutBonus .itemBonus .decs{
        font-size: 15px;
        line-height: 23px;
    }
    .boxAboutThree{
        padding: 30px 0;
    }
    .infoGiaTri .titleBigPa h2{
        font-size: 25px;
        line-height: 37px;
    }
    .infoGiaTri .itemGia h3{
        font-size: 24px;
        line-height: 36px;
    }
    .infoRoad .titleRoad h2{
        font-size: 25px;
        line-height: 37px;
    }
    .boxAboutFive{
        padding: 50px 0 40px;
    }
    .aboutBonus .titleBonus h2{
        font-size: 25px;
        line-height: 37px;   
    }
    .infoRoad .gripRoad > div{
        width: 100%;
    }
    .infoRoad .gripRoad .colL, .boxAboutTwo .leftTxt{
        justify-content: center;
    }
    .infoRoad .decsRoad{
        padding: 30px 15px 80px 15px;
    }
    .infoGiaTri .lsGiaTri .itemGia{
        width: 50%;
        margin-bottom: 20px;
    }
    .infoGiaTri .lsGiaTri .itemGia:last-child{
        margin-bottom: 0;
    }
    .boxAboutTwo .gripTwo > div{
        width: 100%;
    }
    .boxAboutTwo .infoTnSm{
        padding: 30px 15px;
    }
    /* nhan su page 2 */
    .layHdNoiB{
        padding: 25px 0 35px;
    }
    .layHdNoiB .gripHdNoiB .thumb{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .layHdNoiB .gripHdNoiB .decs{
        width: 100%;
        margin-left: 0;
    }
    .layHdNoiB .gripHdNoiB .titelNoi h3{
        font-size: 25px;
        line-height: 37px; 
    }
    .layHdNoiB .gripHdNoiB .contentNoi{
        font-size: 15px;
        line-height: 23px;
    }
    /* nhan su page 2 */
    .lstHdCampa{
        padding: 30px 0;
    }

}
@media all and (max-width: 767px){
    .boxAboutOne .gripOne .thumb{
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .boxAboutOne .gripOne .decs{
        width: 100%;
    }
    .infoGiaTri .lsGiaTri .itemGia{
        width: 100%;
    }
    /*  */

    .infoRoad .decsRoad .styBtn .slick-prev{
        left: 15px;
    }
    .lstItemHdCam .itemHdCam{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .lstItemHdCam .itemHdCam .decs{
        width: 60%;
        padding-left: 12px;
    }
    .lstItemHdCam .itemHdCam .thumb{
        width: 40%;
        margin-top: 0;
    }
    .itemHdCam .decs .titelNoi h3{
        font-size: 18px;
        line-height: 27px;
    }
    .itemHdCam .decs .titelNoi .cap{
        font-size: 13px;
        line-height: 21px;
    }
    /* nhan su page 2 */
    /* nhan su page 2 */
}