.boxAb1{
    padding: 40px 0;
}
.boxAb1In{
    display: flex;
}
.boxAb1In .title{
    font-size: 36px;
    line-height: 54px;
    color: #c81828;
    text-transform: uppercase;
    font-weight: 800;
    width: 320px;
}
.boxAb1In .txt{
    width: calc(100% - 320px);
    font-size: 15px;
    line-height: 24px;
}
.boxAbInfo{
    position: relative;
    padding: 120px 0 130px 0;
    z-index: 1;
    color: #fff;
    margin-bottom: 50px;
}
.boxAbInfo::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/about/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.lstInfoAb .colRo{
    display: flex;
    margin-bottom: 60px;
}
.lstInfoAb .colRo:last-child{
    margin-bottom: 0;
}
.lstInfoAb .colRo .item{
    display: flex;
    width: 50%;
}
.lstInfoAb .colRo .itemL{
    width: 72px;
    margin-right: 20px;
    position: relative;
}
.lstInfoAb .colRo .itemR{
    width: calc(100% - 72px);
}
.lstInfoAb .colRo .itemR h3{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lstInfoAb .colRo .itemR .tend{
    max-width: 242px;
    font-size: 13px;
    line-height: 24px;
}
.lstInfoAb .colRo .itemL .num{
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    color: #c81828;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}
.lstInfoAb .colRo .itemL .imgIcon img{
    width: 100%;
}
.lstInfoAb .colRo.colRoL{
    margin-left: 250px;
}
.lstInfoAb .colRo.colRoR .item:nth-child(1){
    width: 40%;
}
.lstInfoAb .colRo.colRoR .item:nth-child(2){
    width: 60%;
}
/* begin partner */
.boxAbPn .title{
    font-size: 36px;
    line-height: 54px;
    font-weight: 800;
    color: #c81828;
    margin-bottom: 20px;
    margin-left: 70px;
}
.boxAbPnCt{
    background-color: #f1f1f1;
    padding: 60px 0 70px 0;
}
.listpartner .slick-list{
	margin: 0 -15px;
}
.listpartner .slick-slide {
	padding: 0 15px;
}
.listpartner .slick-arrow{
	border: 1px solid #b60303;
	border-radius: 0;
	width: 30px;
	height: 30px;
}
.listpartner .slick-arrow::before{
	color: #b60303;
	font-size: 20px;
}
.listpartner  .slick-prev{
	left: -50px;
}
.listpartner  .slick-next{
	right: -50px;
}
.listpartner .thumb a{
	display: block;
    position: relative;
    padding-bottom: 120px;
    height: 0;
    background-color: #fff;
}
.listpartner .thumb a::before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #b60303;
    border-bottom: solid 1px #b60303;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1
}
/*  */
.listpartner .thumb a:hover::before{
	left: 0;
    right: 0;
}
.listpartner .thumb a::after{
	content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #b60303;
    border-right: solid 1px #b60303;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.listpartner .thumb a:hover::after{
	top: 0;
    bottom: 0;
}
.listpartner .thumb a img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
	max-height: 90%;
	image-rendering: pixelated;
}
/* begin hitory */
.boxHistory{
    padding: 30px 0 50px 0;
}
.boxHistory .lstHitory .title{
    font-size: 36px;
    line-height: 54px;
    font-weight: 800;
    color: #c81828;
    margin-bottom: 60px;
}
.boxHistory .lstHitory .contentHistory{
    position: relative;
}
.boxHistory .lstHitory .contentHistory::before{
    content: '';
    position: absolute;
    top: -50px;
    width: 5px;
    background-color: #f8f8f8;
    border-radius: 5px;
    left: 267px;
    bottom: -120px;
}
.boxHistory .lstHitory .item{
    display: flex;
    margin-bottom: 70px;
}
.boxHistory .lstHitory .item .year{
    width: 270px;
    font-size: 48px;
    line-height: 50px;
    color: #c81828;
    font-family: 'Baloo Thambi';
    padding-left: 70px;
    position: relative;
}
.boxHistory .lstHitory .item .year::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('../images/about/iconls.jpg');
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.boxHistory .lstHitory .item .year::after{
    content: '';
    position: absolute;
    top: 17px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #c81828;
}
.boxHistory .lstHitory .item .txtInfo{
    width: calc(100% - 270px);
    padding-left: 70px;
    font-size: 15px;
}
/* end history */
/* begin slider ns */
.boxSliderNs{
    padding: 90px 0 40px 0;
}
.boxSliderNs .title{
    font-size: 36px;
    line-height: 54px;
    font-weight: 800;
    color: #c81828;
    margin-bottom: 40px;
    margin-left: 400px;
    position: relative;
    margin-bottom: -90px;
}
.boxSliderNs .sliderNs .item{
    display: flex;
}
.boxSliderNs .sliderNs .item .thumbCol{
    width: 40%;
    margin-right: 5px;
    position: relative;
    z-index: 2;
}
.boxSliderNs .sliderNs .item .thumbCol::before{
    content: '';
    position: absolute;
    top: 0;
    height: 274px;
    bottom: 0;
    width: 100%;
    background-color: #a01320;
    right: 0;
}
.boxSliderNs .sliderNs .item .thumbCol .thumb{
    width: 490px;
    position: relative;
    float: right;
    margin-top: -120px;
    z-index: 1;

}
.boxSliderNs .sliderNs .item .thumb a{
    display: block;
    max-width: 330px; 
    margin-left: 50px;
}
.boxSliderNs .sliderNs .item .thumb img{
    width: 100%;
}
.boxSliderNs .sliderNs .item .decs{
    width: 60%;
    background-color: #c81828;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 70px;
}
.boxSliderNs .sliderNs .item .decs .decsContent{
    max-width: 705px;
    position: relative;
    z-index: 2;
}
/* .boxSliderNs .sliderNs .item .decs::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1000px;
    background-color: #c81828;
    top: 0;
    right: -999px;
    bottom: 0;
    z-index: -1;
} */
.boxSliderNs .sliderNs .item .decs::after{
    content: '';
    position: absolute;
    top: -60px;
    right: -1000px;
    bottom: 0;
    left: -40px;
    z-index: 0;
    background-image: url('../images/about/bgcicle.png');
    opacity: 0.6;
    z-index: -1;
}
.boxSliderNs .sliderNs .item .decs a{
    color: #fff;
}
.boxSliderNs .sliderNs .decs h3{
    font-size: 30px;
    line-height: 45px;
    position: relative;
    text-transform: capitalize;
    padding-top: 10px;
}
.boxSliderNs .sliderNs .decs h3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #fff;
}
.boxSliderNs .sliderNs .decs .nameCd{
    font-weight: 300;
    text-transform: uppercase;
}
.boxSliderNs .sliderNs .decs .tend{
    margin: 30px 0 20px 0;
    padding: 50px 40px 40px 0;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
}
.boxSliderNs .sliderNs .decs .tend::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url('../images/about/icont.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.boxSliderNs .sliderNs .decs .tend::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url('../images/about/icons.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.boxSliderNs .sliderNs .colSl{
    overflow: hidden;
    padding-top: 120px;
}
.sliderNs .slick-arrow{
    top: 440px;
    overflow: initial;
}
.sliderNs .slick-arrow::before{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    background-position: center;
    opacity: 1;
    
}
.sliderNs .slick-next{
    left: 24%;
}
.sliderNs .slick-prev{
    left: calc(24% - 60px);
}
.sliderNs .slick-next::before{
    background-image: url('../images/about/next.png');
}
.sliderNs .slick-next:hover::before{
    background-image: url('../images/about/nexth.png');
}
.sliderNs .slick-prev::before{
    background-image: url('../images/about/prev.png');  
}
.sliderNs .slick-prev:hover::before{
    background-image: url('../images/about/prevh.png');  
}
/* end slider ns */
/* begin box Phuong cham */
.boxTopPc{
    background-color: #c82a39;
    background-image: url('../images/about/bg_box.png');
    background-position: center;
    padding: 50px 0 40px 0;
    color: #fff;
    margin-bottom: 40px;
}
.boxTopPc .contentBoxPc{
    border-left: 1px solid #fff;
    padding: 20px 0;
    padding-left: 60px;
    max-width: 660px;
    font-size: 15px;
}
.boxTopPc .contentBoxPc h3{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.boxMainPc .listBoxMain .item .img a{
    display: block;
    position: relative;
    padding-top: 65.56%;
    overflow: hidden;
    margin-bottom: 20px;
}
.boxMainPc .listBoxMain .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.boxMainPc .listBoxMain .item h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.boxMainPc .listBoxMain .item .tend{
    color: #666666;
    font-size: 15px;
    margin-bottom: 20px;
}
@media all and (max-width: 1200px){
    .boxSliderNs .sliderNs .item .thumbCol .thumb{
        width: 100%;
    }
    .boxSliderNs .sliderNs .item .thumb a{
        margin: 0 auto;
    }
}
@media all and (max-width: 991px){
    .listpartner .slick-prev{
		left: -10px
	}
	.listpartner .slick-next{
		right: -10px;
	}
	.listpartner .slick-list{
		margin: 0 -5px;
	}
	.listpartner .slick-slide {
		padding: 0 5px;
    }
    .boxAbPnCt{
        padding: 40px 0;
    }
    /* begin hitory */
    .boxHistory{
        padding: 30px 0 ;
    }

    /* end history */
    .boxAb1{
        padding: 30px 0;
    }
    .boxAb1In{
        display: block;
    }
    .boxAb1In .title, .boxAb1In .txt{
        width: 100%;
    }
    .boxAb1In .title{
        font-size: 30px;
        line-height: 45px;
    }
    .boxAbInfo{
        padding: 30px 0;
        margin-bottom: 0;
    }
    .lstInfoAb .colRo{
        display: block;
    }
    .lstInfoAb .colRo.colRoR .item:nth-child(1), .lstInfoAb .colRo.colRoR .item:nth-child(2), .lstInfoAb .colRo .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .lstInfoAb .colRo{
        margin-bottom: 20px;
    }
    .lstInfoAb .colRo.colRoL{
        margin-left: 0;
    }
    .lstInfoAb .colRo{
        /* padding: 20px 0 30px 0; */
    }
    .boxTopPc .contentBoxPc{
        padding: 10px 0 10px 20px;
    }
    .boxTopPc .contentBoxPc h3{
        font-size: 24px;
        line-height: 36px;
    }
    .boxMainPc .listBoxMain .item{
        margin-bottom: 30px;
    }
    .boxHistory .lstHitory .title{
        font-size: 28px;
        line-height: 43px;
        margin-bottom: 30px;
    }
    .boxHistory .lstHitory .contentHistory::before, .boxHistory .lstHitory .item .year::after{
        display: none;
    }
    .boxHistory .lstHitory .item{
        display: block;
        margin-bottom: 20px;
    }
    .boxHistory .lstHitory .item .year, .boxHistory .lstHitory .item .txtInfo{
        width: 100%;
        padding-left: 50px;
    }
    .boxHistory .lstHitory .item .year{
        font-size: 33px;
        line-height: 47px;
    }
    .boxHistory .lstHitory .item .year::before{
        left: 0;
    }
    .boxSliderNs .title{
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 43px;
        
    }
    .boxSliderNs{
        padding: 0;
    }
    .boxSliderNs .sliderNs .item{
        display: block;
    }
    .boxSliderNs .sliderNs .item .thumbCol, .boxSliderNs .sliderNs .item .decs{
        width: 100%;
    }
    .boxSliderNs .sliderNs .item .thumbCol .thumb{
        width: 100%;
        padding: 0 20px;
    }
    .boxSliderNs .sliderNs .item .thumb a{
        margin: auto;
    }
    .boxSliderNs .sliderNs .item .thumbCol{
        margin-bottom: 75px;
        display: table;
    }
    .sliderNs{
        margin-bottom: 80px;
    }
    .sliderNs .slick-arrow{
        top: initial;
        bottom: -90px;
    }
    .sliderNs .slick-prev{
        left: calc(50% - 60px);
    }
    .sliderNs .slick-next{
        left: 50%;
    }
    .boxSliderNs .sliderNs .item .decs{
        padding: 50px 20px;

    }

}