@font-face {
    font-family: 'Merriweather';
    src: url('../../fonts/Merriweather/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Italic';
    src: url('../../fonts/Merriweather/Merriweather-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Banner homepage */
.home-banner {
    width: 100%;
    position: relative;
}

ul {
    list-style-type: none;
}

.lightSlider-home-banner li {
    width: 100%;
    /* height: 670px; */
    position: relative !important;
}

.lightSlider-home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* aspect-ratio: 1 / 0.4652777777777778; */
    aspect-ratio: 1 / 0.35;
}

.lightSlider-home-banner .btn-banner-redirect i {
    color: #ffffff;
    font-size: 14px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.lightSlider-home-banner .btn-banner-redirect {
    border: 1px solid #ffffff;
    padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
}

.home-banner .lSAction a.lSPrev {
    background-image: url(../../images/web/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFFFFF29;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 62px;
    height: 62px;
}

.home-banner .lSAction a.lSNext {
    background-image: url(../../images/web/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #FFFFFF29;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 62px;
    height: 62px;
}

.home-banner .banner-pager {
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) !important;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 300;
}

.home-banner .banner-pager p {
    margin-bottom: 0;
}

.home-banner .progress-banner {
    width: 182px;
    display: flex;
    padding: 0 11px;
    cursor: pointer;
}

.home-banner .progress-banner .banner-item {
    padding: 11px 0;
}

.home-banner .progress-banner .banner-item span {
    height: 2px;
    /* border-radius: 40px; */
    background: #D9D9D94D;
    display: block;
}

.home-banner .progress-banner .banner-item:first-child span {
    border-radius: 40px 0 0 40px;
}

.home-banner .progress-banner .banner-item:last-child span {
    border-radius: 0 40px 40px 0;
}

.home-banner .home-banner-desktop {
    display: block;
}

.home-banner .home-banner-mobile {
    display: none;
}

.home-banner .progress-banner .banner-item.active span {
    margin-left: -1px;
    background: #D9D9D9;
}

.home-category .lSAction a {
    display: none;
}

.home-category .lSAction a.lSPrev {
    background-image: url(../../images/web/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    /* height: 18px; */
}

.home-category .lSAction a.lSNext {
    background-image: url(../../images/web/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    /* height: 18px; */
}

.home-category .lSAction a::before {
    background: rgba(2, 0, 2, 0);
}

.home-category {
    margin: 0;
    /* height: 153px; */
    width: 100%;
    position: relative;
}

.home-category .sub-category {
    display: block;
    /* min-height: 113px; */
    height: 113px;
    max-width: 100%;
    padding: 0;
    /* aspect-ratio: 1 / 0.318; */
}

.home-category .sub-category img.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-category a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 0, 2, 0.8);
}

/* .home-category a:not(.lSPrev,.lSNext):hover::before {
    background: rgba(5, 96, 253, 0.8);
} */

.home-category a:not(.lSPrev,.lSNext):hover::before {
    background: rgba(5, 96, 253, 0.8);

}

.home-category a.cate-active::before {
    background: rgba(5, 96, 253, 0.8);
}

.home-category .overlay-text {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-category .overlay-text img.icon {
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.home-category .overlay-text img.icon-graduation {
    width: 50px;
}

.home-category .overlay-text .text p {
    margin-bottom: 0;
}

.home-category .overlay-text .more {
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.home-category .more {
    cursor: pointer;
}
.img-more {
    margin-left: 0.5rem;
    width: 12px;
    height: 12px;
}

/* About CSP */
.about-CSP {
    margin: 20px 0 0 0;
}

.about-CSP .name-school {
    color: #0560FD;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-CSP .title {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.about-CSP hr {
    border-bottom: 1px solid #0560FD;
    margin: 0;
    width: 120px;
}

.about-CSP-content {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #626262;
    /* max-height: 168px;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.about-CSP-content-note {
    font-family: 'Merriweather Italic';
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    /* max-height: 120px; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
}

.about-CSP-content-main {
    margin: 10px 0;
}

.about-CSP a {
    padding: 15px 20px;
    border: 1px solid #0560FD;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}

.about-CSP a:hover, .about-CSP a:hover i {
    background-color: #0560FD;
    color: #ffffff;
}

.about-CSP i {
    color: #000000;
    font-size: 14px;
    margin-left: 10px;
    transform: rotate(-45deg);
}

.about-CSP-media {
    padding-left: 72px;
}

.video-introduce {
    cursor: pointer;
}

.video-introduce:hover .icon-play img {
    transition: 0.5s ease;
    scale: 1.2;
}

.about-CSP-media div {
    max-height: 400px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.about-CSP-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-CSP-media .image1 {
   position: absolute;
   top: 0;
   left: 0;
   height: 87.8%;
   width: 47.8%;
}

.about-CSP-media .image2 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    height: 87.8%;
    width: 47.8%;
}

.about-CSP-media .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

#videoIntroduceModal.modal.show {
    background: rgba(24, 24, 27, .9);
    /* animation: fadeIn 0.5s; */
}

#videoIntroduceModal.modal {
    /* animation: fadeIn 1s; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#videoIntroduceModal.modal.show .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#videoIntroduceModal.modal.show .modal-header {
    position: absolute;
    top: -60px;
    right: -15px;
    border: none;
}

#videoIntroduceModal.modal.show .modal-header {
    position: absolute;
    top: -60px;
    right: -15px;
    border: none;
}

#videoIntroduceModal.modal.show .modal-header .close {
    color: #ffffff;
    font-size: 48px;
    opacity: 1;
}

#videoIntroduceModal.modal.show .modal-header .close:hover,
#videoIntroduceModal.modal.show .modal-header .close:focus {
    outline: none;
}

#iframeIntroduce {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.5;
}

.title-animation-container {
    margin: 60px -86px;
}

.faces-of-csp .title,
.news-container .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.61px;
    letter-spacing: -0.01em;
    margin-bottom: 52px;
    text-align: center;
    text-transform: capitalize;
}

.faces-of-csp {
    margin: 80px -86px 0 -86px;
    padding: 80px 0;
    background: linear-gradient(0deg, #F6F6F6, #F6F6F6);
}

.faces-of-csp .card {
    border: none;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.faces-of-csp .card  img {
    /* height: 400px;
    object-fit: cover;
    width: auto; */
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1.16959;
}

.faces-of-csp .card .card-title {
    margin: 1.5rem 0 0 0;
    font-size: 20px;
    font-weight: 700;
    /* height: 24px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 24.42px;
}

.faces-of-csp .card .card-text {
    margin: 0.5rem 0 0 0;
    font-size: 14px;
    color: #A8A8A8;
    /* height: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 16.7px;
}

.faces-of-csp .card .card-text-achievement {
    margin: 1rem 0 0 0;
    font-size: 16px;
    color: #626262;
    line-height: 19px;
    /* height: 22px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-partner {
    background-image: url('../../images/web/home/partner-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #ffffff;
    padding: 80px 0;
    margin: 0 -86px;
}

.info-partner {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 115.5px;
}

.list-partner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.61px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.list-partner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58.61px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}

.btn-become-out-partner {
    padding: 15px 20px;
    border: 1px solid #ffffff;
    font-size: 12px;
    line-height: 13.8px;
    color: #ffffff;
    text-transform: uppercase;
    text-wrap: nowrap;
    display: block;
    font-family: Helvetica;
    width: fit-content;
}

.btn-become-out-partner:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.list-partner-icon {
    padding: 0 115.5px 0 131.5px;
}

.list-partner-icon .card-partner {
    /* border-right: 1px solid #0560FD; */
    /* border-left: 1px solid #0560FD; */
}

.list-partner-icon img {
    width: 100%;
    /* height: 235px; */
    object-fit: fill;
    /* outline: 1px solid #ffffff; */
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
}

.card-partner {
    display: inline-block;
    height: 100%;
}

#lightSlider-impressions li {
    position: relative !important;
}

.impressions-school {
    margin-top: 100px;
    position: relative;
}

/* .impressions-school .lSSlideOuter.vertical {
    padding-right: 68px !important;
}

.impressions-school .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    top: auto;
    bottom: 0px;
    transform: none !important;
    overflow-y: auto;
    height: 55% !important;
    width: 56px !important;
}

.impressions-school .lSSlideOuter .lSPager.lSGallery li {
    width: 46px !important;
    height: 50px !important;
} */



.impressions-school .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    top: auto;
    bottom: 0px;
    transform: none !important;
    overflow-y: auto;
    height: 70% !important;
}

.impressions-school .lSSlideOuter.vertical .lSGallery::-webkit-scrollbar {
    width: 10px;
}

.impressions-school .lSSlideOuter .lSPager.lSGallery li:not(.active) {
    opacity: 0.5 !important;
}

.col-4-5 {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.impressions-school .lSSlideOuter.vertical .lSGallery::-webkit-scrollbar-track  {
    background: #f1f1f1;
}

.impressions-school .lSSlideOuter.vertical .lSGallery::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

.impressions-school .lSSlideOuter.vertical .lSGallery::-webkit-scrollbar-thumb:hover  {
    background: #555;
}

.impressions-school .lSPager {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
}

.impressions-school .overlay-title {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 58.61px;
    letter-spacing: -0.01em;
    z-index: 110;
    text-align: right;
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 0 8px 32px 0;
}

.impressions-school .overlay-title p {
    margin-bottom: 0;
}

.impressions-school .overlay-main-content {
    position: absolute;
    top: 55px;
    left: 29.16%;
    font-size: 28px;
    font-style: italic;
    line-height: 46px;
    max-width: 35%;
    /* max-height: 138px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-color: rgba(255, 255, 255, 0.2); */
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.impressions-school .overlay-post-content {
    max-width: 55%;
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 41.6%;
    font-size: 14px;
    line-height: 28px;
}

.impressions-school .overlay-post-content .content-wrapper {
    background-color: #F4F7FF;
    padding: 1.5rem;
}

.impressions-school .overlay-post-content .post-content {
    line-height: 28px;
    /* max-height: 112px; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000CC;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.impressions-school .overlay-post-content i.quote {
    color: #0560FD;
    font-size: 14px;
    display: block;
}

.impressions-school .overlay-post-content i.quote.fa-quote-right {
    text-align: end;
}

.author-info-note {
    margin-top: 1.5rem;
}

.author-info-note .author-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 4px;
    /* max-height: 56px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author-info-note .author-note {
    font-size: 14px;
    line-height: 28px;
    color: #00000099;
    margin-bottom: 0;
    /* max-height: 56px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.goToPrevSlide,
.goToNextSlide {
    padding: 15px 20px;
    border: 1px solid #0000001A;
    background: transparent;
    margin-right: 32px 12px 0 0;
}

.goToPrevSlide:focus,
.goToNextSlide:focus {
    outline: none;
}

.goToPrevSlide:hover,
.goToNextSlide:hover {
    border-color: #000000;
    color: #000000;
}

.goToPrevSlide,
.goToNextSlide {
    color: #A2A2A2;
    font-size: 14px;

}

#lightSlider-impressions li {
    width: 431px;
    height: 560px;
    overflow: hidden;
}

#lightSlider-impressions img {
    /* max-width: 431px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}

/* news component */
.news-container {
    margin-bottom: 80px;
}

.news-container .news_content .news_left {
    padding: 0;
}

.news-container .news_content .news_left_cover {
    color: #ffffff;
    position: relative;
    height: 100%;
}

.news-container .news_content .news_left_cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.719;
}

.news-container .news_content .news_left_content {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 2rem;
}

.news-container .news_content .time {
    position: absolute;
    top: 0;
    left: 48px;
    background-image: url("/images/tintuc/rectangle8.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 107px;
    text-align: center;
}

.news-container .news_content .date {
    font-family: Helvetica;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50.6px;
    text-transform: uppercase;
    margin-top: 3px;
}

.news-container .news_content .month {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
}

.news-container .news_content .news_left_content_category {
    padding: 10px 20px;
    border-radius: 40px;
    border: 1px solid #FFFFFF29;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 16px;
    line-height: 16.1px;
    font-family: Helvetica;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.news-container .news_content .news_left_content_category:hover {
    background-color: #0560FD;
}

.other-news-cate:hover {
    color: #0560FD !important;
}

.news-container .news_content .news_left_content_category p, .news_left_content_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.news-container .news_content .news_left_content_title {
    font-family: Merriweather;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.68px;
    /* margin-bottom: 16px; */
    /* max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.news-container .news_content .news_left_content_title:hover {
    color: #0560fd;
}

.news-container .news_content .content_local {
    margin-right: 28px;
}

.news-container .news_content .news_left_content_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-container .news_content .news_left_content_bottom i {
    margin-right: 8px;
}

.news-container .news_content .news_right {
    box-shadow: 0px 4px 54px 0px #00000021;
    /* height: 560px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 32px 30px 28px 30px;
}

.news-container .news_content .news_right .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.news-container .news_content .news_right .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0 19px 0;
}

a.news-link {
    text-decoration: none;
    color: #ffffff;
}

.news-container .news_content .news_right .item .item_left img {
    width: 100%;
    /* height: 105px; */
    object-fit: cover;
    aspect-ratio: 1 / 0.660377358490566;
}

.news-container .news_content .news_right .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    border: none !important;
}

.news-container .news_content .news_right .item_right {
    margin-left: 22px;
}

.news-container .news_content .news_right .item_right .tag {
    color: #A8A8A8;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    /* height: 28px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-container .news_content .news_right .item_right .des {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* height: 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-height: 56px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-container .news_content .news_right .item_right .des:hover {
    color: #0560FD;
}

.news_more {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.news_more a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #0560FD;
    text-transform: uppercase;
    margin-right: 0.5rem;
    letter-spacing: 0.1em;
}

.news_more a:hover {
    color: #000000;
}

.news_more a i {
    margin-left: 0.5rem;
}

.content-impression-mobile {
    display: none;
}

.content-impression-mobile .impression-main-content {
    margin-top: 2rem;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #000000;
    display: none;
}

.content-impression-mobile .impression-post-content {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 28px;
    color: #000000CC;

}

.content-impression-mobile .impression-post-content .content-wrapper {
    padding: 1.5rem;
    background: #F4F7FF;
}

.content-impression-mobile .impression-post-content i.quote {
    display: block;
    font-size: 14px;
    color: #0560FD;
    line-height: 28px;
}

.content-impression-mobile .impression-post-content i.quote.fa-quote-right {
    text-align: end;
}

.author-info-note-mobile .author-name {
    margin: 24px 0 4px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
}

.author-info-note-mobile .author-note {
    font-size: 14px;
    line-height: 28px;
    color: #00000099;
}

.action-slider {
    margin-top: 2rem;
}

.impressions-school .lSSlideOuter.vertical .lSGallery {
    /* margin-top: 150px; */
    /* height: 410px !important; */
}

.lSSlideOuter .lSPager.lSGallery a {
    text-align: right;
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightSlider-partners {
    height: 100% !important;
}

.partner-avatar {
    padding: 0.25rem;
}

a.partner-link, a.partner-link:hover {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.banner-homepage {
    background: linear-gradient(90deg, rgba(11, 19, 8, 0) 55.24%, rgba(11, 19, 8, 0.59) 66.43%, rgba(11, 19, 8, 0.893169) 75.15%, rgba(11, 19, 8, 0.947967) 83.83%, rgba(11, 19, 8, 0.95752) 84.22%, rgba(11, 19, 8, 0.99) 89.53%, #0B1308 100%);
}

.half-visible {
    transform: translateX(-50%);
}

.info-partner-group-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 44px;
}

@media screen and (max-width: 1199px) {
    .impressions-school .overlay-main-content {
        /* left: 250px; */
        max-width: 25%;
    }

    .impressions-school .overlay-post-content {
        /* left: 450px; */
    }
}

@media screen and (max-width: 991px) {
    .impressions-school .lSSlideOuter.vertical {
        padding-right: 0 !important;
    }

    .impressions-school .lSSlideWrapper {
        width: 85% !important;
    }

    .impressions-school .lSGallery {
        width: 15% !important;
    }

    .news-container {
        margin-bottom: 60px;
    }

    .impressions-school {
        margin-top: 60px;
    }

    .impressions-school .overlay-title {
        position: relative;
        text-align: center;
        font-size: 32px;
        padding: 0 0 32px 0;
        line-height: 39px;
    }

    .impressions-school .overlay-main-content,
    .impressions-school .overlay-post-content {
        display: none;
    }

    #lightSlider-impressions img {
        max-width: 100%;
    }

    .impressions-school ul.lSPager.lSGallery li {
        padding-left: 0.5rem;
    }

    .content-impression-mobile {
        display: block;
    }

    .impressions-school .lSSlideOuter.vertical .lSGallery {
        height: 100% !important;
    }
}

@media screen and (max-width: 769px) {
    .lookup .overlay-text {
        left: 11%;
    }

    .lookup .option {
        display: flex;
    }

    .lookup .option .img-more {
        margin-left: 2px;
    }

    .lookup .option .more:first-child {
        margin-right: 12px;
    }

    .half-visible {
        transform: translateX(0);
    }

    .col-md-4, .col-md-8 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    .info-partner-group-description {
        margin-bottom: 2rem;
    }

    .partner-avatar {
        min-height: 100px;
        aspect-ratio: 1 / 1;
        height: 100%;
        width: 100%;
        padding: 0.25rem !important;
        text-align: center;
    }

    .news-container .news_content .time {
        width: 70px;
        height: 87px;
    }

    .news-container .news_content .date {
        margin-top: 11px;
        line-height: 35px;
        font-size: 31px;
    }

    .news-container .news_content .month {
        line-height: 15px;
        font-size: 13px;
    }

    .about-CSP-media {
        margin-top: 3rem;
        padding-left: 0;
    }

    .list-partner-icon {
        margin-top: 44px;
        padding-left: 15px;
    }

    .news-container {
        margin-bottom: 60px;
    }

    .about-CSP .name-school {
        font-size: 14px;
    }

    .about-CSP .title {
        font-size: 2rem;
    }

    .about-CSP-content {
        margin-top: 16px;
    }

    .news-container .title {
        font-size: 32px;
        margin-bottom: 2rem;
    }

    .faces-of-csp .title,
    .news-container .title,
    .list-partner .title {
        font-size: 32px;
    }

    .news-container .news_content .news_left_content_title {
        font-size: 20px;
        line-height: 25px;
    }

    .news-container .news_content .time,
    .news-container .news_content .news_left_content {
        left: 20px;
    }

    .news-container .news_content .news_right {
        padding: 32px 0 0 0;
        box-shadow: none;
    }

    .news-container .news_content .news_right .item_right .tag {
        font-size: 12px;
    }

    .news-container .news_content .news_right .item_right .des {
        font-size: 16px;
        line-height: 24px;
    }

    .content-impression-mobile .impression-post-content {
        line-height: 26px;
    }

    .faces-of-csp {
        margin: 0;
        padding: 60px 0;
        background: #ffffff !important;
    }

    .faces-of-csp .title {
        margin-bottom: 2rem;
        line-height: 39px;
    }

    .list-partner {
        margin: 0 -20px;
        padding: 40px 0;
    }

    .info-partner {
        padding-left: 20px;
    }

    .list-partner-icon {
        padding-right: 20px;
    }

    .lightSlider-home-banner li {
        height: 597px;
    }

    .home-category .lSAction a {
        display: block;
    }

    .news-container .news_content .news_left_cover img {
        min-height: 342px;
    }

    .title-animation-container {
        margin-top: 40px !important;
    }

    .news_more {
        margin-top: 1.5rem;
    }

    .list-partner-icon img {
        height: 100%;
        width: auto;
    }

    .faces-of-csp .card .card-title {
        margin: 1rem 0 0 0;
    }

    .faces-of-csp .card .card-text-achievement {
        margin: 0.75rem 0 0 0 ;
    }
}

@media screen and (max-width: 576px) {
    .home-banner .home-banner-desktop {
        display: none;
    }

    .home-banner .home-banner-mobile {
        display: block;
    }

    .list-partner-icon .card-partner {
        /* border-right: 1px solid #0560FD;
        border-left: 1px solid #0560FD; */
    }

    .impressions-school .lSGallery {
        width: 20% !important;
    }

    .impressions-school .lSSlideWrapper {
        width: 80% !important;
    }

    .lightSlider-home-banner li {
        height: 497px;
    }

    .partner-avatar {
        padding: 10px 24px;
    }

    .faces-of-csp .title span {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .impressions-school .lSGallery {
        width: 25% !important;
    }

    .impressions-school .lSSlideWrapper {
        width: 75% !important;
    }
}