@import url('../../../fonts/font.css');

@font-face {
    font-family: 'Inter-Medium';
    src: url(../../../fonts/Inter/static/Inter-Medium.ttf) format('truetype');
    src: url(../../../fonts/Inter/static/Inter-Medium.woff2) format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'UTM-Bebas';
    src: url(../../../fonts/UTM-Bebas.ttf) format('truetype');
    src: url(../../../fonts/UTM-Bebas.woff2) format('woff2');
    font-display: swap;
}


.img-beauty {
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.video {
    position: relative;
}

.video img {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px !important;
    height: 50px !important;
}

.banner .owl-dots {
    text-align: center;
}

.banner .owl-dots span {
    width: 32px;
    height: 8px;
    border-radius: 8px;
    background: #00285A;
    margin: 0 2px;
}

.banner .owl-dots.active span {
    background: #00285a;
}

p {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    font-family: "Roboto-Regular";
}

.cursor-pointer {
    cursor: pointer;
}

h2.title {
    font-size: 40px;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    text-align: center;
}

.view-details {
    width: max-content;
    color: #00285A;
    padding: 5px 10px;
    border: 1px solid #00285A;
    border-radius: 30px;
}

.owl-carousel .owl-nav {
    display: block;
    position: unset;
}
.owl-nav button i{
    color: #00285A;
    font-size: 2rem;
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel:not(.banner-list) .owl-nav button.owl-prev {
    left: -2rem;
}

.owl-carousel:not(.banner-list) .owl-nav button.owl-next {
    right: -2rem;
}
.owl-carousel.banner-list .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel.banner-list .owl-nav button i{
    color: #fff;
}
.play-video {
    position: absolute;
    width: 44px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#section-2, #section-5, #section-8 {
    background: url('../images/home/bg.webp') no-repeat center center;
    background-size: cover;
}

#section-2 .content {
    flex-basis: 30%;
    justify-content: center;
    align-items: start;
    font-size: 29px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    padding: 1.5rem 0;
    padding-left: 9%;
    border: 1px solid #fff;
    background-color: #255ea360;
}

#section-2 .content p {
    color: #fff;
    margin-bottom: 5px;
}

#section-3 .box-contents {
    border-bottom: 1px solid #00285A;
}

#section-3 .content {
    border-top: 1px solid #00285A;
    transition: all 0.3 ease-in-out;
    padding: 1rem 0;
    cursor: pointer;
}

#section-3 .content .content-head {
    font-size: 20px;
    color: #00285a;
    font-family: "UTM-Avo";
}

#section-3 .content .content-head .number {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 2px solid #00285a;
}

#section-3 .content .text {
    height: 0;
    width: 0;
    display: none;
}

#section-3 .content.active .text {
    display: block;
    height: auto;
    width: 70%;
    margin-left: 6rem;
    margin-top: 1rem;
}

#section-3 .box-images img:not(.active) {
    display: none;
}

#section-4 .item .title {
    font-size: 30px;
    color: #00285a;
    line-height: 1.2;
    font-family: "UTM-Avo";
    margin: 1rem 0;
}

#section-5 .item {
    background-color: #fff;
    padding: 1.5rem;
    height: 100%;
}

#section-5 .item .name {
    font-size: 30px;
    color: #00285a;
    font-family: "UTM-Avo";
}

#section-5 .avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #00285a;
    position: relative;
    overflow: hidden;
    background-image: url('../images/home/hoang-phuong.webp');
    background-size: cover;
    background-position: center;
}

#section-5 .item p {
    color: #00285A;
    margin-top: 1rem;
}
#section-5 .humans-slide .owl-stage{
    display: flex;
    align-items: stretch;
}
#section-6 {
    background-color: #edf0f4;
}
#section-6 .cultrures-slide .owl-stage{
    display: flex;
    align-items: stretch;
}
#section-6 .item{
    background-color: #fff;
    height: 100%;
}
#section-6 .item .number {
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    font-family: "UTM-AvoBold";
    text-align: center;
    background: url('../images/home/bg-number.png') no-repeat center center;
    background-size: contain;
    padding: 1rem;
    width: max-content;
    margin: -2rem auto 0;
}

#section-6 .item .title {
    font-size: 25px;
    line-height: 1.3;
    color: #00285a;
    font-weight: bold;
    font-family: "SVN-AvoBold";
    text-align: center;
}
#section-6 .item img{
    position: relative;
    z-index: 1;
    min-height: 18rem;
}
#section-6 .item .text{
    position: relative;
    z-index: 2;
    padding: 0 1rem 1rem;
}
#section-7 .image{
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1024px) {
    #section-2 .content{
        flex-basis: 28%;
    }
    #section-6 .item .title{
        font-size: 20px;
    }
    #section-7 .image{
        flex-basis: 28%;
    }
    #section-6 .item img{
        min-height: 13rem;
    }
}
@media screen and (max-width:991px) {
    #section-2 .content {
        flex-basis: 30%;
    }
}
@media screen and (max-width:767px) {
    #section-2 .content {
        flex-basis: 25%;
    }
    h2.title{
        font-size: 30px;
    }
}
@media screen and (max-width:575px) {
    #section-5 .avatar{
        width: 7rem;
        height: 6.5rem;
    }
    .owl-carousel:not(.banner-list) .owl-nav button.owl-prev {
        left: 0;
    }
    
    .owl-carousel:not(.banner-list) .owl-nav button.owl-next {
        right: 0;
    }
    .owl-nav button i{
        font-size: 1rem;
    }
    h2.title {
        font-size: 26px;
    }
    #section-2 .content {
        flex-basis: 45%;
        padding: 1.5rem 0.5rem;
    }
    #section-2 .content p{
        text-align: center;
        line-height: 1.2;
    }
    #section-5 .item .name{
        font-size: 20px;
    }
}

@media screen and (max-whidth: 350px) {
    #section-3 .content .content-head{
        font-size: 17px;
    }
    #section-3 .box-contents{
        padding-right: 5px;
    }
}