/*
* UMT Style v1.0 (https://www.umt.edu.vn/)
* Copyright 2024
* Author: Chainity
* Page: CNTT Page
*/
@font-face {
    font-family: 'Unthrift';
    src: url('../fonts/SVN-Unthrift.OTF');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bladekill';
    src: url('../fonts/SVN-Bladekill.OTF');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Artful Beauty';
    src: url('../fonts/SVN-ArtfulBeauty.TTF');
    font-weight: 400;
    font-style: normal;
}
.font-unthrift {
    font-family: "Unthrift";
    font-weight: 400;
    font-style: normal;
}
.font-bladekill {
    font-family: "Bladekill";
    font-weight: 400;
    font-style: normal;
}
.font-artful-beauty {
    font-family: "Artful Beauty";
    font-weight: 400;
    font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
.font-bonheur-royale {
    font-family: "Bonheur Royale";
    font-weight: 400;
    font-style: normal;
} */


#TeacherBranding {
    background-color: #122766;
}
#TeacherBranding .teacher-branding-info {
    margin-top: 120px;
    color: white;
}
#TeacherBranding .teacher-branding-info h3 {
    color: white;
    font-weight: bold;
    text-align: left;
}
#TeacherBranding .teacher-branding-info h2 {
    color: white;
    font-size: 36px;
    text-align: left;
}
#TeacherBranding .teacher-branding-info h2 span {
    color: #ffba00;
    font-size: 32px;
}
#TeacherBranding .teacher-branding-info p {
    font-weight: lighter;
    font-style: italic;
    margin-bottom: 0.5rem;
}
#TeacherBranding .teacher-branding-info p.teacher-experience {
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 48px;
    line-height: 1;
    font-style: normal;
    background: -webkit-linear-gradient(#F9E8A9, #FEBD72, #F9E8A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#TeacherBranding .teacher-image img {
    width: 100%;
}

.bg-gray {
    background-color: #EDEDED;
}
.news-section .title {
    text-align: center;
}
.training-detail {
    padding: 50px 80px;
}
.news-section {
    padding-bottom: 60px;
}
.introduction-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #00235C 15.54%, #0141A7 124.44%);
    font-size: 28px;
    color: #fff;
}
.introduction-item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.introduction-detail {
    padding: 90px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: justify;
}
.training-detail ul {
    list-style-image: url('../images/list-icon.png');
}
.training-detail li {
    font-size: 18px;
    line-height: 35px;
}

.structure-section {
    padding-bottom: 60px;
}
.structure-item {
    margin-top: 30px;
    background-color: #F7F7F7;
}
.structure-item .year {
    text-align: center;
    /* font-size: 28px; */
    text-transform: uppercase;
    background-color: var(--umt-blue);
    color: #fff;
    font-weight: bold; /* 700;  */
    padding: 10px 0;
}
.structure-info {
    padding: 10px;
}

/* xl */
@media only screen and (max-width: 1200px) {
    #TeacherBranding .teacher-branding-info h3.title {
        font-size: 20px;
    }
    #TeacherBranding .teacher-branding-info h2.title {
        margin: 45px 0;
        padding: 0;
        font-size: 28px;
    }
    #TeacherBranding .teacher-branding-info h2.title span {
        font-size: 24px;
    }
    #TeacherBranding .teacher-branding-info p.teacher-experience {
        font-size: 40px;
        /* word-spacing: -3px; */
    }
}

/* lg */
@media only screen and (max-width: 992px) {
    #TeacherBranding .row {
        flex-direction: column-reverse;
    }
    #TeacherBranding .teacher-branding-info {
        margin: 0 auto 60px;
    }
    #TeacherBranding .teacher-branding-info h3.title {
        display: none;
    }
    #TeacherBranding .teacher-branding-info h2.title {
        margin: 30px 0;
    }
}

/* md */
@media only screen and (max-width: 768px) {
    .introduction-section {
        font-size: 18px;
    }
    .introduction-detail {
        padding: 60px 10px;
    }
    #TeacherBranding .teacher-branding-info p.teacher-experience {
        font-size: 32px;
    }
}

/* sm */
@media only screen and (max-width: 576px) {
    #TeacherBranding .teacher-branding-info {
        margin: 0 auto 30px;
    }
    #TeacherBranding .teacher-branding-info h2.title {
        margin: 15px 0;
        font-size: 20px;
    }
    #TeacherBranding .teacher-branding-info h2.title span {
        font-size: 18px;
    }
    #TeacherBranding .teacher-branding-info p.teacher-experience {
        font-size: 32px;
        word-spacing: -2px;
    }
    h2.title {
        padding: 0 45px;
    }
    .training-detail {
        padding: 40px 50px;
    }
}