/*== SECTION 1 - CONTENT ABOUT  ==*/
.about__content .about__content-img {
    width: 45%;
}
.about__content .about__content-text {
    width: 55%;
}
.about__content-img img {
    width: 100%;
}
/*== END SECTION 1 - CONTENT ABOUT  ==*/
/*== SECTION 2 - VIDEO  ==*/
.about__video .img img {
    object-fit: cover;
    border-radius: 15px;
}
.about__video-images{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 24px;
    column-gap: 24px;
}
.about__video-images img{
	border-radius:15px;
	aspect-ratio:16/9;
	object-fit:cover;
}
/*== END SECTION 2 - VIDEO  ==*/
/*== SECTION 3 - PARTNERS  ==*/
.about__partners .blurred-text {
    left: 50%;
    transform: translate(-50%,-50%);
}
.about__partners-wrapper .p-relative {
    background-color: #fff;
}
.about__partners-wrapper .p-relative::before {
    content: '';
    display: block;
    padding-bottom: 90%;
}
.about__partners-wrapper img {
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
/*== END SECTION 3 - PARTNERS  ==*/
/*== SECTION 4 - MESSAGE  ==*/
.about__message-text .blurred-text {
    top: calc(50% - 10px);
    width: 200%;
    -webkit-text-stroke: 1.5px #ffffff80;
}
.about__message-text .heading-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background-color: #fff;
}
.about__message-text .heading-group {
    margin-bottom: 35px;
}
.about__message-img img {
    width: 100%;
}
/*== END SECTION 4 - MESSAGE  ==*/
/*== SECTION 5 - GLANCE  ==*/
.about__glance {
    background-color: #F8F8F8;
}
.about__glance-img img {
    width: 100%;
    border-radius: 7px;
}
.about__glance-img .short {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    border-radius: 6px;
}
.about__glance-img .short p:last-child {
    margin-bottom: 0;
}
.about__glance-text .blurred-text {
    left: -30px;
}
.about__glance-text .icon {
    width: 40px;
    height: 40px;
}
.about__glance-text .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D1D1;
}
.about__glance-text .item:last-child {
    margin-bottom: 0;
}
.about__glance-text .content .title {
    font-size: 16px;
    text-transform: uppercase;
}
.about__glance-text .content {
    width: calc(100% - 40px);
}
.about__glance-text .content p:last-child {
    margin-bottom: 0;
}
/*== END SECTION 5 - GLANCE  ==*/
/*== SECTION 6 - LEADERSHIP  ==*/
.about__leadership-wrapper {
    margin-bottom: 50px;
    justify-content: flex-end;
}
.about__leadership-wrapper:last-child {
    margin-bottom: 0;
}
.about__leadership .blurred-text {
    left: 50%;
    transform: translate(-50%, -50%);
}
.about__leadership-avt {
    position: absolute;
    top: 50px;
    left: 0;
    width: 250px;
    height: auto;
    box-shadow: 0px 6px 10px 0px #00000040;
    background-color: #fff;
    z-index: 1;
    border-radius: 26px;
}
.about__leadership-avt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about__leadership-content {
    padding: 70px 60px 50px 100px;
    border: 1px solid #C5C5C5;
    border-radius: 21px;
    width: calc(100% - 200px);
	overflow: hidden;
}
.about__leadership-content .title {
    font-size: 28px;
}
.about__leadership-content .title, .about__leadership-content .job,
#infoLeader .title, #infoLeader .job {
    text-transform: uppercase;
    color: #1B1464;
}
.about__leadership-content .profile::after,
#infoLeader .profile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 5px;
    background-color: var(--cl-sub);
}
.about__leadership-content .introduce p,
body.safari .about__leadership-content .introduce p {
    display: contents;
}
.about__leadership-content .introduce,
body.safari .about__leadership-content .introduce {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;   
}
.about__leadership-content .btn-viewmore,
body.safari .about__leadership-content .btn-viewmore {
    margin-top: 20px;
}
#infoLeader .modal-dialog {
	max-width: 900px;
}
#infoLeader .content {
	display: none;
}
#infoLeader .content.active {
	display: block;
}
#infoLeader .title {
	font-size: 24px;
	font-weight: 700;
}
#infoLeader .modal-dialog {
	pointer-events: auto;
}
/*== END SECTION 6 - LEADERSHIP  ==*/
/*== SECTION 7 - VISION  ==*/
.about__vision .heading-group .blurred-text {
    left: 0;
}
.about__vision .heading-group {
    margin-bottom: 90px;
}
.about__vision-main {
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    border-bottom-left-radius: 0;
}
.about__vision-main .heading-group {
    margin-bottom: 30px;
}
.about__vision-main .heading-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 3px;
    background-color: var(--cl-sub);
}
body.lang-vi .about__vision-main .heading-group .blurred-text {
	font-size: 60px;
}
.about__vision-main .heading-group .blurred-text {
    top: calc(50% - 10px);
    left: -50px;
}
.about__vision-img {
    position: relative;
    z-index: 2;
}
.about__vision-main .img {
	height: 100%;
}
.about__vision-main img {
    width: 100%;
	height: 100%;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    object-fit: cover;
    /* transform: scale(1.1); */
}
.about__mission-main {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
}
.about__mission-main img {
    border-bottom-right-radius: 25px;
    object-fit: cover;
}
/*== END SECTION 7 - VISION  ==*/

/*== SECTION 8 - CORE VALUE  ==*/
.about__value-top .heading-title {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}
.about__value-top .blurred-text {
    top: calc(50% - (15px / 2));
}
.about__value-top .heading-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: var(--cl-sub);
}
.about__value-top .desc {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.about__value-list, .about__whychoose-list {
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.about__value-list .item, .about__whychoose-list .item {
    padding: 25px 30px 20px 15px;
    background-color: #EEEEEE;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}
.about__value-list .icon img {

    height: 45px;

}

.about__value-list .first_letter {

    position: absolute;

    top: 0;

    right: -15px;

    font-size: 180px;

    font-weight: 900;

    width: 180px;

    height: 110px;

    text-align: right;

    font-family: "SVN-Gotham", sans-serif;

}

.about__value-list .title {

    margin-top: 12px;

    margin-bottom: 10px;

    font-size: 16px;

    text-transform: uppercase;

}

/*== END SECTION 8 - CORE VALUE  ==*/

/*== SECTION 9 - WHY CHOOSE  ==*/
.about__whychoose-top .desc {
    max-width: 90%;
}
.about__whychoose-list .item {
    background-color: #E7F8FF;
    border-radius: 10px;
}
.about__whychoose-list .title {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
}
.about__whychoose-list .icon {
	height: 65px;
}
/*== END SECTION 9 - WHY CHOOSE  ==*/
@media (max-width:1440px){
	.about__video-images{
        max-width:1400px;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 24px;
        column-gap: 24px;
    }
}
@media (max-width: 1025px){
	.page-template-template-aboutus main {
        overflow-x: hidden;
    }
}
@media (max-width: 990px){
	.about__value-list .first_letter{
		font-size:100px;
	}
}


@media (max-width: 769px){
    .about__content .about__content-img {
        width: 100%;
        padding-left: 12px;
    }
    .about__content-img .short {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about__content .about__content-text {
        width: 100%;
        padding-top: 60px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__message-text .blurred-text {
        width: 100%;
    }
    .about__message-text {
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__message-img, .about__glance-img {
        padding-left: 12px;
    }
    .about__glance-img .short {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about__leadership-wrapper {
        flex-wrap: wrap;
    }
    .about__leadership-wrapper {
        border: 1px solid #C5C5C5;
        border-radius: 20px;
    }
    .about__leadership-avt {
        width: 100%;
        position: relative;
        height: 450px;
        padding-top: 15px;
        border-radius: 0;
        box-shadow: none;
        border-radius: 20px;
		margin-bottom:24px;
    }
    .about__leadership-content {
        width: 100%;
        padding: 40px;
        border: none;
    }
	#infoLeader .modal-dialog {
		max-width: 95%;
	}
    .about__glance-text {
        padding-top: 80px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__glance-text .blurred-text {
        left: 0;
    }
    .about__vision {
        padding-top: 60px;
    }
    .about__vision-main {

        margin-top: 30px;

        margin-left: 0;

        width: 100%;

        border-bottom-left-radius: 25px;

        border-bottom-right-radius: 25px;

    }

    .about__vision .heading-group {

        margin-bottom: 40px;

    }

    .about__vision-main .heading-group {

        margin-bottom: 20px;

    }

    .about__vision-main .col-xl-5 {

        padding: 40px 20px 20px 20px;

    }

    .about__vision-main .heading-group .blurred-text {

        left: 0;

    }

    .about__vision-img, .about__mission-main .col-xl-7 {

        padding-left: 0;

    }

    .about__vision-main img {
        transform: scale(1.0);
        border-bottom-right-radius: 25px;
        border-top-left-radius: 25px;
    }

    .about__mission-main {

        flex-direction: column-reverse;

    }

    .about__mission-main img {

        border-bottom-left-radius: 25px;

    }

    .about__value-list, .about__whychoose-list {

        grid-template-columns: repeat(1, 1fr);

    }

    .about__value-list .first_letter {

        font-size: 120px;

    }

    .about__value-list .item, .about__whychoose-list .item {

        padding: 25px 20px 20px;

    }

    .about__whychoose-top .desc {

        max-width: 100%;

    }

}



@media (max-width: 641px){
    .about__value-list .item, .about__whychoose-list .item {
        padding: 25px 15px 20px;
    }
    .about__leadership-wrapper {
        margin-bottom: 30px;
    }
    .about__leadership-content {
        padding: 30px 15px;
    }
    .about__leadership-content .title {
        font-size: 24px;
    }
	#infoLeader .title {
		font-size: 22px;
	}
	.about__leadership-content .introduce,
    body.safari .about__leadership-content .introduce {
		-webkit-line-clamp: 5;  
	}
	#infoLeader .modal-dialog {
		margin: 15px;
		width: 92%;
	}
    .about__message-img {
        padding-right: 12px;
    }
}

@media (max-width: 575px){

    .about__content {

        margin-top: 0;

    }

    .about__content-text .heading-title {

        font-size: 24px;

    }

    .about__vision .heading-group .blurred-text {

        .blurred-text {

            font-size: 32px;

        }

    }

}