
.wrapper_all{
    margin-bottom: 100px;
}

.student_container {
    max-width: 1410px;
    margin: auto;
}
.success-message {
    background-color: #37bfb7;
    padding: 8px 32px;
}

#successMessage2 {
    margin: 0px 40px 15px 40px;
}
.success-message .message-container {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}
.form-of-page{
    padding-bottom: 20px;
}
.form-of-modal{
    padding-bottom: 100px;
}
.success-message .message-content{
    text-align: center;
    color: #fff !important;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
}

.success-message .close-button {
    cursor: pointer;
    font-size: 20px !important;
    font-weight: bold;
    color: #fff !important;
}

.student_container .nav-tabs .nav-link.active {
    background-color: #233e87 !important;
    color: white !important;
}

.student_container .nav-tabs .nav-link:hover{
    border: none;
}

.student_container .svg_image{
    position: absolute;
    top:96px;
    left: 0;
    z-index: -1;
}

/* Menu */

.menu_study {
    position: relative;
    z-index: 1;
    /* top:-62.5px; */
    margin-top: -63px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.menu_study-list {
    border-radius: 10px;

}

.menu_study-list .nav-item {
    border-radius: 10px;
    flex:1;
}

.menu_study-list .nav-link {
    width: 100%;
    height: 100%;
    padding: 50px 0 50px 0;
    text-align: center;
    color: #1B1B1B;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    transition: ease-in .3s;
}

.menu_study-list .nav-link:hover{
    background-color: #233e87 !important;
    color: white !important;
}

.menu_study .nav-link:focus-visible{
    box-shadow: unset;
}
/* Body thong bao */

.study_content {
    margin-top: 100px;
    padding: 0 120px 0 120px;
}
.study_content p {
    color: #565C65;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin: 0;
}
.study_content .study_content-summary h1 {
    position: relative;
    color: #233e87;
    margin-bottom: 51px;
}

.study_content .study_content-summary p {
    color: #565C65;
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

.study_content .study_content-summary h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -25px;
    width: 90px;
    height: 6px;
    background-color: #37bfb7;
}

.study_content .study_content-info {
    margin-top: 50px;
}

.study_content .study_content-info .study_content-info-title {
    margin-bottom: 30px;
}

.study_content .study_content-info .study_content-info-title .title-1 {
    margin-bottom: 6px;
    color: #37bfb7;
    font-size: 32px;
    font-family: "Roboto",sans-serif;
}

.study_content .study_content-info .study_content-info-title .title-2 {
    color:  #565C65;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 700;
}

 table li {
    color: #565C65;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.study_content h3 {
    margin-bottom: 9px;
    color: #233e87;
    font-size: 22px;
}

/* .study_content .study_content-info-details-items {
    margin-bottom: 50px;
} */

/* Table */

 table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px !important;
   
}

 table td{
    color: #1B1B1B;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: 700;
}

 td,
th {
    padding: 6px 26px 6px 26px;
    border: none;
}

/* .study_content-info-details li p {
    color: #565C65;
    font-family: "SVN-Avo", sans-serif !important;
    font-size: 15px;
    line-height: 24px;
} */

table td:first-child{
    color: #565C65;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
}
table tr:first-child td{
    color: #1B1B1B;
    text-align: center;
}

table td:first-child {
    text-align: center;
}

table tr:nth-child(odd) {
    background-color: #F5F5F5;;
}

table tr:nth-child(even) {
    background-color: #fff;;
}


/* .study_content-info-details .table_detail{
    margin: 0;
    padding:0 26px 0 26px;
    list-style-type: disc;
}

.study_content-info-details .custom-list {
    padding: 0;
    list-style-type: none; 
}

.study_content-info-details .custom-list>li {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    counter-increment: custom-counter; 
}

.study_content-info-details .custom-list>li:first-child {
    margin-top: 0px;
    counter-increment: custom-counter; 
}

.study_content-info-details .custom-list>li::before {
    content: counter(custom-counter, lower-alpha) " - "; 
}

.study_content-info-details .custom-list>li::before {
    font-weight: bold; 
} */

/* Phan content gan footer */

.study_content-all{
    gap: 50px;
}

.study_content-all p, .study_content-all li {
    color: #1B1B1B;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    margin: 0;
}

.study_content-all h3{
    color: #1B1B1B;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.study_content-all-profile{
    flex: 1;
    max-width: 560px;
    padding: 48px 27px 59px 18px;
    border-radius: 10px;
    background: linear-gradient(262deg, #DAFFF8 9.68%, #FFFADF 53.92%, #FFE6B6 93.15%);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.study_content-all-profile h3{
    font-size: 22px;
    margin-bottom: 41px;
}

.study_content-all-profile ol li{
    color: #1B1B1B;
   
}
.study_content-all-contact{
    flex:1;
    padding: 17px 0 23px 0;
}

.study_content-all-contact h3{
    font-size: 17px;
    margin-bottom: 20px;
}

.study_content-all-contact .address a, .address li{
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.study_content-all-contact .address{
    /* margin: 0; */
    padding-left: 26px !important;
    margin-bottom: 25px;

}
.study_content-all-contact .social_media_list{
    margin-left: 7px;

}
.study_content-all-contact .social_media_list p {
    color:#1B1B1B;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.study_content-all-contact .social_media{
    font-size: 17px; 
    font-weight: 700; 
    color: #1B1B1B; 
    list-style-type: none; 
    gap:10px;
    margin-left: 15px;
}

.study_content-all-contact .social_media li img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}

.study_content-all-contact .contact-btn{
    display: flex;  
    gap: 5px;
    align-items: center;
    margin-top: 37px;
    padding: 14px 19px 15px 19px;
    background: #233E87;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
}

/* Wrapper news and rate */
.list-news{
    padding-top: 120px;
    padding-bottom: 120px;
}

.wrapper_news_rate{
    /* max-width: 1410px; */
}

.wrapper_news_rate h4 {
    color: #37bfb7;
    font-family: "SVN-Avo", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.2px;
    margin-bottom: 10px;
}

.wrapper_news_rate-sub-title h1 {
    color: #233E87;
    font-family: "Roboto", sans-serif;
    font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700 ;
}

/* Wrapper news */
.list-news .sub-btn {
    display: none;
}

.wrapper_news {
    /* margin: auto; */
    
}

.wrapper_news-title .show_more, .list-news .show_more_sub {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    font-weight: 700;
    background: #233e87;
    padding: 14px 54.15px 15px 54.15px;
}

.wrapper_news-title .show_more:hover, .list-news .show_more_sub:hover{
    color: #FFF;
    background: var(--ICO1);
}

.wrapper_news-content {
    /* max-width: 1410px; */
    margin-top: 40px;
    gap: 15px;
    align-items: center;
}

.wrapper_news-content-items {
    padding: 30px;
    border-radius: 10px;
    background: #f5f5f5;
}

.wrapper_news-items-title h2 {
    color: #1b1b1b;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-top: 29px;
    transition: all 0.3s ease;
}
.wrapper_news-items-title h2:hover{
    color: #233E87;
}
.wrapper_news-items-after {
    gap: 30px;
    margin-top: 30px;
}

.wrapper_news-items-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #565c65;
    font-family: "SVN-Avo", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.wrapper_news-items-info .calendarmonth{
    font-size: 16px;
}

.wrapper_news-image {
    margin-top: 15px;
}

.wrapper_news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Wrapper rate */

.list-rate{
    background: #F5F5F5;
    padding: 120px 0 180px 0;
}

.wrapper_rate{
    margin: auto;

}

.wrapper_rate-title{
    margin-bottom: 41px;
}

.wrapper_rate-content-items{
    position: relative;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.study_content-info-details-table{
    margin-top: 20px;
}
.wrapper_rate-content .slick-slide:nth-child(odd) .wrapper_rate-content-items::after{
    position: absolute;
    content: '';
    height: 120px;
    width: 120px;
    background-color: #7284b2;
    border-radius: 999px;
    left: -23px;
    top: -20px;
    z-index: 0;
}

.wrapper_rate-content .slick-slide:nth-child(even) .wrapper_rate-content-items::after{
    position: absolute;
    content: '';
    height: 120px;
    width: 120px;
    background-color: #7fd6d1;
    border-radius: 999px;
    left: -23px;
    top: -20px;
    z-index: 0;
}

.wrapper_rate-items-comment {
    gap: 25px;
}

.wrapper_rate-items-comment .avatar, .wrapper_rate-items-comment .avatar img{
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover ;
}

/* .wrapper_rate-items-comment{
    position: relative;
}

.wrapper_rate-items-comment::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -30px;
    background: rgba(35, 62, 135, 0.20);
} */

.wrapper_rate-items-comment .text-truncate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
    white-space: wrap;
  }

.wrapper_rate-items-comment .comment{
    margin: 0;
    color: #565C65;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    max-height: 147px;
    line-height: 24px; 
    width: calc(100% - 125px);
}

.wrapper_rate-items-rates {
    margin-top: 25px;
}

.wrapper_rate-items-rates-name h3{
    color:  #1B1B1B;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.wrapper_rate-items-rates-name .student_job-city{
    color:  #37BFB7;
    font-family: "SVN-Avo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    min-height: 48px;
}

/* Slick slider */

.wrapper_news_rate .slick-slide {
    margin: 0 15px; 
}


.wrapper_news_rate .slick-list {
    margin: 0 -15px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper_news_rate .slick-prev,
.wrapper_news_rate .slick-next {
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: #233e87;
    color: white;
    border-radius: 50%;
}

.wrapper_news_rate .slick-prev::before,
.wrapper_news_rate .slick-next::before{
    content: "";
}

.wrapper_news-content .slick-prev {
    left: -45px !important;
    transform: translateY(-50%);
}

.wrapper_news_rate .slick-next {
    right: -45px !important;
    transform: translateY(-50%);
}

.wrapper_news_rate .slick-next:hover{
    background: var(--ICO1);
    color: #fff;
}

.wrapper_news_rate .slick-prev:hover{
    background: var(--ICO1);
    color: #fff;
}

.wrapper_news_rate .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -60px;
}

.wrapper_news_rate .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #233e87;
}

.wrapper_news_rate .slick-dots li{
    margin: 0 12.5px;
}

.wrapper_news_rate .slick-dots li, .wrapper_news_rate .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.wrapper_news_rate .slick-dots li button:before {
    background-color: #233E87;
    font-size: 0px;
    border-radius: 50%;
   
}

.wrapper_rate-items-rates-star .rating > span {
    display: inline-block;
    position: relative;
    font-size: 24px; 
    width: 24px;
    height: 24px;
    margin-right: -4px;
    color: #FFC700;
}

.logo-name-school img{
    max-width: 100% !important;
}

.home-intro .col-left-intro{
    /* padding: 0px 20px; */
    padding-right: 30px;
}

.home-intro .col-right-intro{
    padding-left: 30px;
}

.list-icon-trietly{
    justify-content: space-evenly;
    align-items: stretch;
}

.icon-trietly{
    flex: 1;
    display: block;
    text-align: center;
    /* width: 120px;
    max-height: 116px; */
}

.slick_list_duhoc-outer .wrapper_content{
    display: grid;
    justify-items: stretch;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    padding: 0 15px;
}

.slick_list_duhoc-outer .info{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0;
    /* justify-self: center */
}
.title-new1{
    min-height: 155px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .menu_study{
        margin-top: -43px;
    }

    .menu_study-list .nav-link{
        padding: 30px 0 30px 0 ;
    }

    .study_content .study_content-all{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: justify;
    }

    .study_content .btn_wrapper{
        justify-content: center;
        align-content: center;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .menu_study{
        margin-top: -43px;
        flex-wrap: wrap;
        flex:none;
        box-shadow: unset;
    }

    .menu_study-list .nav-link{
        padding: 30px 0 30px 0 ;
    }

    .menu_study-list .nav-item {
        border-radius: 10px;
        flex: unset;
        width: 100%;
        margin-bottom: 10px;
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .study_content .study_content-all{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: justify;
    }

    .study_content .btn_wrapper{
        display: flex;
        justify-content: center;
        align-content: center;
    }

}


@media only screen and (max-width: 768px) {
    .col-left-intro{
        justify-content: center;
    }

    .col-right-intro{
        margin-top: 60px;
    }

    .menu_study{
        margin-top: -33px;
        flex: none;
        flex-wrap: wrap;
        box-shadow: unset;
    }

    .wrapper_news-content-items {
        padding: 15px;
    }
/* 
    .wrapper_news-items-after {
        gap: 30px;
    } */

    .menu_study-list .nav-link{
        padding: 20px 0 20px 0 ;
    }

    .menu_study-list .nav-item {
        border-radius: 10px;
        flex: unset;
        width: 100%;
        margin-bottom: 10px;
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .study_content .study_content-all{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: justify;
    }

    .study_content .btn_wrapper{
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .student_container .study_content{
        padding: 0 !important;
    }

    .study_content .study_content-all-contact{
        max-width: 560px;
        margin: auto;
        /* word-break: break-all; */
    }

    .wrapper_news .show_more{
        display: none;
    }

    .list-news .sub-btn{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 350px) {
    .slick_list_duhoc-outer .wrapper_content {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}
