#banner-content {}

.slogan-intro {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.15em;
    background: #F05B72;
    border-radius: 28px;
    color: #FFFFFF;
    margin-top: -70px;
    position: relative;
    z-index: 10;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-intro-top{
    width: 41.83%;
    margin: 0 auto;
    padding: 100px 0px;
    text-align: center;
}
.box-intro-top h2{
    margin-bottom: 10px;
    color: #F05B72;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}
.box-intro-top p{
    color: #333333;
}
#main-content-aboutus{
    background: url('../image/background/bg-content-main_intro.png') no-repeat;
    background-size: cover;
    padding-bottom: 107px;
}
.list-image-in-gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    max-width: 82%;
    margin: 0 auto;
    padding: 75px 0px 30px;
    display: none;
}
.owl-list-about-us{
    width: calc(100% - 70px);
}
/* custome owl */
.owl-list-about-us .owl-item.active:nth-child(1){
    width: 25%!important;
    /* margin-right: -74px; */
    align-items: center;
    display: flex;
    height: 100%;
    height: 371px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
}

.owl-list-about-us .owl-item.active:nth-child(1) img{

border-radius: 30px 0px 0px 30px;
}

.owl-list-about-us .owl-item.active:nth-child(2){
    width: 50%!important;
    max-width: 50%;
    height: 370px;
    overflow: hidden;
    border-radius: 30px;
}

.owl-list-about-us .owl-item.active:nth-child(2) img{

width: 100%;

object-fit: cover;
}

.owl-list-about-us .owl-item.active:nth-child(3){
    width: 25%!important;
    /* margin-left: -74px; */
    align-items: center;
    display: flex;
    height: 100%;
    height: 371px;
    border-radius: 0px 30px 30px 0px;
}

.owl-list-about-us .owl-item.active:nth-child(3) img{

border-radius: 0px 30px 30px 0px;
}

.logo_perspective .rightNav {bottom: calc(50% - 76px);right: 0px!important;left: auto!important;background: url('../image/icons/icon-next.png') no-repeat right center!important;width: 35px;height: 76px;text-align: right;}
.logo_perspective .leftNav {bottom: calc(50% - 76px);left: 0px!important;right: auto!important;background: url('../image/icons/icon-prev.png') no-repeat left center!important;width: 35px;height: 76px;transform: none!important;}
.box-congtrinh img{
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}
.logo_perspective .contentHolderUnit{
    border:none!important;
    border-radius: 15px;
    overflow: hidden;
}
.logo_perspective{
    max-width: 100%!important;
}
.contentHolder{
    width: 100%!important;
}
#carouselParent_14235{
    margin: 0 auto!important;
}

/* popup intro */
/* popup intro */
#popupIntro .modal-dialog{
    min-width: 45%!important;
    background: url('../image/background/bg_popup.png') no-repeat bottom center,transparent;
}
#popupIntro .btn-intro a{
    margin: 20px auto!important;
}
#content-popup-intro{
    background: url('../image/background/bg_popup.png') no-repeat bottom center,transparent;
    padding-bottom: 36px;
}
#popupIntro .modal-footer{
    display: none;
}
#popupIntro .modal-header{
    border:none!important
}
#popupIntro .modal-body{
    padding: 10px 0px 0px!important;
    background: transparent;
}
#popupIntro .close span{
    font-size: 25px;
    color:blue;
}
.slogan-popup-intro{
    font-family: Nunito;
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    width: 80%;
    margin: 0px auto 10px;
}
.title-popup-intro{
    background: #6DCFF6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    padding: 20px 0px;
    margin: 50px 0px;
}
.title-popup-intro h2{
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
    text-align: center;
}
.box-account-dedicate{
    padding: 0 20px;
}
.box-account-dedicate .title-box-account{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 30px;
}
.item-account{

background: #FFFFFF;

box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

border-radius: 6px;

width: 31.5%;

padding: 17px 11px;

text-align: center;

color: #516CB3;

font-size: 14px;
}
.item-account h2{
    color: #516CB3;
    font-weight: 700;
    font-size: 14px;
}
.name-account{

margin: 6px 0px 0px;

font-size: 14px;
}
.number-account{
    font-size: 14px;
}
.box-account-dedicate-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
@media (max-width: 991px){
    #main-content-aboutus{
        background: none;
        padding-bottom: 40px;
    }
    .box-intro-top{
        width: 70%;
    }
    .box-intro-top {
        padding: 60px 0px;
    }
    .box-intro-top{
        padding: 65px 0px 40px;
    }
    .slogan-intro{
        height: 90px;
        margin-top: -45px;
        font-size: 30px;
        line-height: 40px;
    }
    .box-ready-to-dedicate h3{
        font-size: 28px;
    }

}
@media (max-width: 767px){
    .box-account-dedicate-inner{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .item-account{
        width: 100%;
        max-width: 300px;
        margin: 0px auto 20px;
    }
    .title-popup-intro h2{
        font-size: 29px;
        line-height: 32px;
    }
    .title-popup-intro{
        margin: 30px 0px;
    }
    .slogan-popup-intro{
        font-size: 16px;
        width: 94%;
    }
    .title-project h2{
        font-size: 30px!important;
        line-height: 40px;
    }
    .name-project a{
        font-size: 15px;
        line-height:20px
    }
    .name-project{
        padding: 17px 0px;
    }
    .box-ready-to-dedicate{
        width: 88%!important;
        padding: 30px 0px!important;
    }
    .box-ready-to-dedicate h3{
        font-size: 28px!important;
    }
    .box-ready-to-dedicate .btn-intro a{
        min-width: 190px!important;
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .box-ready-to-dedicate h3{
        font-size: 22px!important;
        margin-bottom: 16px!important;
    }
    .box-ready-to-dedicate{
        width: 100%!important;
    }
    .box-intro-top{
        width: 100%!important;
    }
}