
/* form tu van*/
.tu-van-section{
    background-image: url('../img/form-home-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom : 30px;
}

.form-dang-ky{
    text-align: center;
    background: #2b3990;
    padding-top: 20px;
    border-radius: 7px;
}
.tu-van-title{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.phu-huynh-container{
    position: relative;

}
.tu-van-png{
    position: absolute;
    margin-top: -350px;
    width: 500px;
}
.phu-huynh-bg{
    position: absolute;
    height: 100%;
    width: 2000px;
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 50.75%, #FFD7A6 102.71%);
    border-radius: 64px 0px 0px 64px;
}
.phu-huynh-bg2{
    position: absolute;
    height: 103%;
    width: 2000px;
    background: #0A1455;
    border-radius: 64px 0px 0px 64px;
    margin-left: 30px;
    margin-top: -10px;
}

.phu-huynh{
    z-index: 10;
    position: relative;
    padding: 30px 0px 30px 60px;
}

.phu-huynh-img{
    width: 70px !important;
    height: 70px;
    border-radius: 100px;
    margin-right: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.phu-huynh-text-cont{
    margin-top: 20px;
    height: 120px;
}
.phu-huynh-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    text-transform: capitalize;
    color: #091242;
}
.text-xanh{
    color: #091242;
}
.phu-huynh-text{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 151.52%;
    color: #0A1455;
}




















.news-bg{
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.news-bg-gradian{

    height: 70px;
    background-image: linear-gradient(#fff, #edf1f2);
}


.img-hover-zoom:hover{
    transition: transform .2s;
    transform: scale(1.1);
}

.my-breadcrumb{
    display: inline-flex;
    margin-top: 40px;
}

.my-breadcrumb li{
    margin-right: 10px;
    color: #8e8e8e;
}

.my-breadcrumb li a{
    color: #8e8e8e;

}

.my-breadcrumb li span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.page-title{
    text-align: justify;
}

.cms_page_title h1 {
    color: #2b3990;
    font-family: 'RobotoCondensed-Bold';
    font-size: 37px;
    font-weight: 600;
}
.news-content{
    text-align: justify;
}
.news-content p:has(img) {
    margin-bottom: 0;
}

.news-content img{
    max-width: 100%;
    height:auto;
    display: initial;
    margin-left:auto;
    margin-right:auto;
}
.news-content video{
    max-width: 100% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.news-content p,h1,h2,h3,h4,h5,h6{
    margin-bottom: 10px;
}

.news-content ul li{
    margin-bottom: 5px;
}

.news-content video{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-content iframe{
    max-width: 100%;
    aspect-ratio: 722/406;
    height: auto;
}
@media (max-width: 768px) {
    .news-content video{
        max-width: 100% !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }


    .cms_page_title h1 {
        font-size: 25px;
    }

    .news-content img{
        width: 100%;
    }
}





.news-title{
    margin-top: 5px;
    font-family: 'RobotoCondensed-Bold';
    color: #2b3990;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-title h5{
    font-size: 20px;
}
.news-description{
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.about-title{
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0A1455;
    margin-bottom: 40px;
}
.title-underline{

    content: "";
    display: block;
    height: 70px;
    background-image: url('../img/line-border.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
@media (max-width: 767px){
    .about-title{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .title-underline {
        height: 55px
    }
}

