/* begin infoNumberHome */
.infoNumberHome{
    padding: 110px 0 130px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.infoNumberHome::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/bginfo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
    -webkit-animation: zoomImg 30s linear infinite;
    -o-animation: zoomImg 30s linear infinite;
    animation: zoomImg 30s linear infinite;
    pointer-events: none;
}
@keyframes zoomImg {
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    100%{
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.infoNumberHome::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}
.infoNumberHome .sliderInfo .slick-list{
    margin: 0 -15px;
}
.infoNumberHome .sliderInfo .slick-slide {
    padding: 0 15px;
}
.infoNumberHome .sliderInfo .item .icon{
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.infoNumberHome .sliderInfo .item .icon img{
    width: 100%;
}
.infoNumberHome .sliderInfo{
    user-select: auto;
}
.infoNumberHome .sliderInfo .item .countInfo{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    -webkit-animation: flashs 10s infinite ease-in-out;
    -moz-animation: flashs 10s infinite ease-in-out;
    -ms-animation: flashs 10s infinite ease-in-out;
    -o-animation: flashs 10s infinite ease-in-out;
    animation: flashs 10s infinite ease-in-out;
}
@-webkit-keyframes flashs {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.9
    }
}

@keyframes flashs {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.9
    }
}
.infoNumberHome .sliderInfo .item .countInfo .txt{
    position: relative;
    display: inline-block;
}
.infoNumberHome .sliderInfo .item .countInfo .txt span{
    font-size: 16px;
    margin-top: -10px;
    position: absolute;
    top: 0px;
    right: -10px;
}
.infoNumberHome .sliderInfo .item .tend{
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}
/* end infoNumberHome */
/* begin about Home*/
.aboutHome{
    padding-top: 50px;
    position: relative;
}
/* .aboutHome::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/main/bgab.png');
	background-repeat: repeat;
	background-position: center bottom;
} */
.aboutHome .vntAbout{

}
.aboutHome .vntAbout .col{
    width: 100%;
}
.aboutHome .vntAbout .decs{
    /* padding-right: 60px; */
    margin-bottom: 40px;
}
.aboutHome .vntAbout .decs .caption{
    font-size: 12px;
    display: inline-block;
    background-color: #312f90;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 2px 10px;
    letter-spacing: 1.1px;
}
.aboutHome .vntAbout .decs .title{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ee1c26;
    font-weight: bold;
}
.aboutHome .vntAbout .decs .decs_m{
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
}
.aboutHome .vntAbout .videoInfo a{
    display: block;
    position: relative;
}
.aboutHome .vntAbout .videoInfo a img{
    width: 100%;
}
@-moz-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}
.aboutHome .vntAbout .videoInfo a .txt{
    background-color: #312f90;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 25px 20px 25px 100px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 80px;
    width: 100%;
    text-transform: uppercase;
}
.aboutHome .vntAbout .videoInfo a .txt::before{
    content: '\f04b';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
/* end about Home*/
@media all and (max-width: 991px){
    /* begin infoNumberHome Home*/
    .infoNumberHome{
        padding: 30px 0 60px 0;
    }
    /* end infoNumberHome Home*/
    /* begin about Home*/
    .aboutHome{
        padding-top: 40px;
    }
    .aboutHome .vntAbout{
        display: block;
    }
    .aboutHome .vntAbout .col{
        width: 100%;
    }
    .aboutHome .vntAbout .col:nth-child(1){
        margin-bottom: 40px;
    }
    .aboutHome .vntAbout .decs{
        padding-right: 0;
    }
    .aboutHome .vntAbout .decs .title{
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .aboutHome::before{
        display: none;
    }
    .aboutHome .vntAbout .videoInfo a .txt{
        font-size: 14px;
        line-height: 25px;
        display: flex;
        align-items: center;
        align-content: center;
        min-height: 80px;
        padding: 15px 20px 15px 70px;
    }
    .aboutHome .vntAbout .videoInfo a .txt::before{
        left: 10px;
        font-size: 16px;
    }
    /* end about Home*/
}