* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.novacolor {
    color: #F37435;
}

.educolor {
    color: #70B54B;
}
.novaeducolor{
    color: #1C274C;
}
.about__first {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.94%, rgba(255, 0, 122, 0.07) 35.37%, rgba(255, 255, 255, 0.00) 76.38%, rgba(255, 107, 0, 0.07) 102.87%);
}

.about__first__iconText {
    background: url('../images/about1.png');
    background-size: cover;
    height: 80px;
    width: 400px;
    color: #000;
    font-size: 14px;
}

.about__end__ab h1 {
    color: #70B54B;
    font-size: 90px;
    opacity: 0.1;
}

.about__end__abnova {
    color: #FF5E12;
}

.about__first__content {
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    height: max-content;
}

.about__first .about__first__iframe iframe {
    border-radius: 25px;
    width: 100%;
    height: 300px;
}

.about__first__content p {
    margin-bottom: 6px;
}

.about__second__items {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.about__second__imgText {
    height: 80px;
    text-align: center;
}

.about__third {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.94%, rgba(255, 0, 122, 0.07) 28.97%, rgba(255, 107, 0, 0.07) 76.38%, rgba(255, 255, 255, 0.00) 97.78%);
}

.about__third__items {
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.about__third__items button {
    outline: none;
}

.about__third__banner {
    height: 159px;
    border-radius: 15px;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
}

.about__third__banner1 {
    height: 159px;
    border-radius: 15px;
    background: var(--xanh100, linear-gradient(0deg, #01BA77 25.04%, #01BA77 25.04%, #2BCC86 68.63%, #9AFAAD 100.04%));

}

.about__third__text {
    height: 220px;
    overflow: hidden;
}

.about__fifth__img {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__fifth__img img{
    width: 35%;
}

.about_select_itemImg div:nth-child(3) img {
    width: 70%;
}

.about_select_itemImg div:nth-child(4) img {
    width: 55%;
}

.about_select_itemImg div:nth-child(5) img {
    width: 45%;
}

.about_select_itemImg div:nth-child(6) img {
    width: 40%;
}

.about_select_itemImg div:nth-child(9) {
    display: none;
}



.about__end {
    background: linear-gradient(180deg, rgba(255, 107, 0, 0.10) 0%, rgba(255, 255, 255, 0.00) 50.83%, rgba(255, 0, 122, 0.05) 100%);
}

.about__end__text {
    position: relative;
}

.about__end__ab {
    position: absolute;
    top: 35%;
    z-index: 0;
}

.about__end__scroll {
    text-align: center;
    padding: 20px 0;
}

.about__end__scroll svg {
    height: 50px;
}

.about__end_gap {
    row-gap: 20px;
}

.about_slider_img{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.about_slider_img_img img{
    width: 80%;
}
.tab-content{
    overflow: hidden;
}
.about_slider_img p{
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_slider_img_img{
    height: 150px;
}

.about__end__btn {
    height: 65px;
    border-radius: 10px;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.nav-tabs .nav-link.active {
    color: #fff;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.nav-tabs .nav-link {
    border-radius: 10px;
    background: #FFF;
    color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}
.cacthuong{
    color: #1C274C;
}
#videoCont,
.videorounded{
    border-radius: 20px;
}
.carousel__item {
    color: #ff8a56;
    font-size: 40px;
    font-weight: bold;
}

.carousel-indicators {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content-dung {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
}

.tab-content>.active {
    display: flex;
}

.carousel-item.active {
    display: flex;
}

.carousel-item-next {
    display: flex;
}

.carousel-item-prev {
    display: flex;
}

.carousel-inner_about {
    height: 250px;
}

.close {
    position: absolute;
    top: 50px;
    right: 25%;
    font-size: 50px;
    color: #ff8a56;
    cursor: pointer;
}

.breadcrumbs ul {
    list-style-type: none;
}

.breadcrumbs a {
    color: #000;
}

/* start tin tuc */

.news__first {
    background: linear-gradient(0deg, rgba(255, 107, 0, 0.07) 1.94%, rgba(255, 255, 255, 0.00) 51.67%, rgba(255, 107, 0, 0.07) 102.87%);
}

.news__first__row {
    row-gap: 25px;
    width:100%;
}

.news__first__items {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.news__first__items .btn__new {
    background-color: #fff;
    float: right;
    outline: none;
}

.news__pagination .pagination {
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
}

.news__details {
    background: linear-gradient(0deg, rgba(255, 107, 0, 0.03) 1.94%, rgba(255, 255, 255, 0.00) 51.67%, rgba(255, 107, 0, 0.03) 102.87%);
    padding-top: 30px;
    padding-bottom: 50px;
}

.summary_news {
    font-weight: bold;
    padding-bottom: 20px;
}

.news__details__col8 {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.news__details__col8 a,
.news__details__col8 p,
.news__details__col8 span{
    display: inline-block; 
    max-width: 100%; 
    overflow: hidden;
    font-family: inherit !important;
}
.news__details__col8 .detail-content {
    text-align: justify;
}
.news__details__col8 img {
     width: 100% !important;
     height: 100% !important;
}
.newslatest__img{
   display: flex;
   justify-content: center;
   align-items: center;
}
.news__first__titlehover{
    transition: all 0.5s ease;
}
a.news__first__titlehover:hover{
    color: #F37435 !important;
}
.btn__news__a button{
    padding: 8px; 
    transition: all 0.4s ease;
}
.btn__news__a button:hover{
    background-color:  #F37435 !important;
    padding: 8px;
    color: #fff;
    border-radius: 8px;
}
.newslatest__img img{
    width: 100%;
}
.news_foryou__text,
.newslatest__text{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    color: #000;
}
.news__foryou__items{
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding:8px;
    border-radius: 10px;
}
.news__foryou__img{
    height: 100px;
}
.news__foryou__img img{
    width: 100%;
    height: 100%;
}
.news_foryou__text{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslatest__items{
    height: 120px;
}
.news__details__col8 iframe,table{
    width: 100%;
}
.page-link {
    border-radius: 10px;
    border: 1px solid var(--camGradient, #FCA51A);
    background: #FFF;
    color: #ff8a56;
    margin: 0 5px;
    padding: 10px 15px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background: none;
    border: none;
    color: #ff8a56;
    font-size: 50px;
    margin-bottom: 6px;
}

.page-item.active .page-link {
    border-radius: 10px;
    padding: 12px 18px;
    border: none;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
}

.news__first__textContent {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
}
.newslatest{
    padding-bottom: 3px;
    width: max-content;
    border-bottom: 3px solid #F37435;
    float: right;
    margin-bottom: 20px;
}
.interestedNews{
    padding-bottom: 3px;
    width: max-content;
    border-bottom: 3px solid #F37435;
}
.time_news{
    font-size: 13px;
    margin-top: 5px;
    transition: all 0.3s ease;
    text-transform:capitalize;
}
.time_news:hover{
    color: #F37435;
}
.news__first__textContent strong {
    color: #000;
    font-weight: 400;
}

.news__first__title {
    /* height: 60px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news__first__img {
    height: 220px;
}

.news__first__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news__first__title h2 {
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news__first__items .btn__new span {
    color: #1C274C;
    font-weight: bold;
}
.profile__first__text__parent,
.profile__first__text{
    transition: all 0.4s ease;
}
.profile__first__text__parent:hover,
.profile__first__text:hover{
    color: #F37435;
}

/* end tin tuc */
.profile__first__gap,
.video_row_gap{
    row-gap: 25px;
}
.profile__first {
    background: linear-gradient(0deg, rgba(255, 0, 122, 0.07) 1.94%, rgba(255, 255, 255, 0.00) 51.67%, rgba(255, 107, 0, 0.07) 102.87%);
}
.news__first h1,
.profile__first h1{
    color: #1C274C;
}
.profile__first__items {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: auto;
    padding: 8px;
    gap: 10px;
}
.profile__first__text__parent{
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    overflow: hidden;
}
.profile__first__img {
    height: 150px;
}

.profile__first__img img {
    width: 100%;
}
.profile__first__text1 {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.video__first__text{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.profile__first__text {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
  }
  
 .breadcrumbs ul li {
    display: inline-block;
    margin-right: 10px; 
  }
/* contact */

.contact__first {
    background: var(--xanh, linear-gradient(180deg, #1F294B 0%, #002191 100%));
}

.contact__first__map iframe {
    border-radius: 15px;
}

.contact__first__form input {
    border: none;
    outline: none;
    height: 50px;
    border-radius: 10px;
    padding: 5px 20px;
}

.contact__first__form select {
    border: none;
    outline: none;
    height: 50px;
    border-radius: 10px;
    padding: 5px 20px;
}

.contact__first__form textarea {
    border: none;
    outline: none;
    border-radius: 10px;
}

.form__submit input {
    border-radius: 10px;
    background: linear-gradient(180deg, #FCA51A 0%, #FF580E 31.13%, #FF580E 73.16%);
    color: #fff;
    padding: 5px 30px;
    font-weight: bold;
}

#err-content,
#err-name,
#err-topic,
#err-phone,
#err-email {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.about__scroll-animation-all-wrapper {
    position: relative;
    padding: 30px 0;
    overflow-x: hidden;
}

.about__scroll-animation-all-wrapper::before,
.about__scroll-animation-all-wrapper::after {
    position: absolute;
    height: 100%;
    width: 300px;
    background: linear-gradient(90deg, #fff 100px, rgba(255, 255, 255, 0));
    z-index: 2;
    content: "";
}

.about__animation__img {
    /* width: 100%;
    height: 100%; */
}

.rbt-categori-list {
    margin-bottom: 0px;
}

.rbt-categori-list a img:nth-child(even) {
    margin-bottom: 50px;
}


/* .about__animation__img img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
} */

.box {
    height: max-content;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-left: 40px;
    margin-right: 40px;
}
.box a img{
    width: 150px !important;
}
.rbt-categori-list .box:nth-child(even) {
    margin-top: 60px;
    background: #fff;
}

.rbt-categori-list .box img {
   width: 100px !important;
}
.about__scroll-animation-all-wrapper::before {
    top: 0;
    left: 0;
}

.about__scroll-animation-all-wrapper::after {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.btn__about__third {
    background: none;
}

.scroll-animation-wrapper::before {
    top: 0;
    left: 0;
}

/* Styles for .scroll-animation */
.scroll-animation {
    display: flex;
    width: calc((420px * 16) + (30px * 16));
    position: relative;
}

.scroll-animation.scroll-left-right {
    animation: scrollLeft 80s linear infinite;
    animation-fill-mode: forwards;
}

.scroll-animation.scroll-right-left {
    -webkit-animation: scroll 80s linear infinite;
    -moz-animation: scroll 80s linear infinite;
    animation: scroll 80s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.rbt-categori-list a {
    text-decoration: none;
}

.rbt-categori-list a i {
    margin-right: 50px;
}
/* .pagination li.page-item:nth-child(n+5):nth-child(-n+11) {
    display: none;
} */
.share__icon__news i{
    font-size: 20px;
}
.copied {
    position: absolute;
    right: 0px;
    opacity: 0 ;
    margin-bottom:60px
  }
  .copied2 {
    position: absolute;
    right: 0px;
    opacity: 0 ;
    margin-bottom:60px
  }
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scrollLeft {
    0% {
        transform: translateX(calc(-250px * 7));
    }

    100% {
        transform: translateX(0);
    }
}
.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
    padding-bottom: 25px;
  }
  .hanhtrinh{
    color: #1C274C;
    font-size: 40px;
  }
  .hanhtrinh span{
    color: rgba(28, 39, 76, 0.68);
  }
.has-children .dropdown{
    z-index: 999;
}

.about__second__imgItems{
    height:180px;
}
.about__second__items {
    transition: transform 0.3s; 
}

.about__second__items:hover {
    transform: scale(1.1); 
}

.box{
    transition: transform 0.3s; 
}

.box:hover {
    transform: scale(1.2); 
}

.btn__about__third{
    transition: all 0.5s ease;
    padding: 8px;
    color: #000;
}
.btn__about__third:hover{
    background-color: #F37435;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
}

.click-btn {
    display: flex;
    height: 159px;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.35s;
  }
      .btn-style508 {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: var(--xanh100, linear-gradient(0deg, #01BA77 25.04%, #01BA77 25.04%, #2BCC86 68.63%, #9AFAAD 100.04%));
  }
  .btn-style508::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transform: translate(-100%, 0) rotate(50deg);
    transform-origin: top left;
    transition: all 0.35s;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
    z-index: -1;
    content: "";
  }
  .btn-style508:hover {
      color: #fff;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
  }
  .btn-style508:hover::before {
    transform: translate(0, 0);
  }


  .btn-style509 {
    position: relative;
    color: #fff;
    overflow: hidden;
    background: var(--camGradient, linear-gradient(180deg, rgba(252, 165, 26, 0.70) 0%, rgba(255, 88, 14, 0.70) 31.13%, rgba(255, 88, 14, 0.70) 73.16%));
  }
  .btn-style509::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transform: translate(-100%, 0) rotate(50deg);
    transform-origin: top left;
    transition: all 0.35s;
    background: var(--xanh100, linear-gradient(0deg, #01BA77 25.04%, #01BA77 25.04%, #2BCC86 68.63%, #9AFAAD 100.04%));
    z-index: -1;
    content: "";
  }
  .btn-style509:hover {
      color: #fff;
      background: var(--xanh100, linear-gradient(0deg, #01BA77 25.04%, #01BA77 25.04%, #2BCC86 68.63%, #9AFAAD 100.04%));
  }
  .btn-style509:hover::before {
    transform: translate(0, 0);
  }
  .about__first,
  .about__second,
  .about__third,
  .about__fourth,
  .about__fifth,
  .about__end,
  .slider__btn__contaner{
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .carousel-control-prev-custom,
  .carousel-control-next-custom{
       margin: 0 !important;
       right: 0 !important;
  }
  
  .succes__active{
    transition: right 0.4s, opacity 0.4s;
  overflow: hidden;
  }
  .error__active{
    display: none;
  opacity: 0;
  right: -100%; 
  transition: right 0.4s, opacity 0.4s;
  overflow: hidden;
  }

  .contact__first__form{
    overflow: hidden;
  }

  .alert-dismissible-custom{
    padding-right: 0 !important;
    margin: 0;
  }

  .alert-dismissible-custom span{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .alert-dismissible-custom button{
    outline: none;
    padding: 15px !important;
  }

  .news__details__time{
    text-transform:capitalize;
  }
@media (max-width: 600px) {

    .about__scroll-animation-all-wrapper::before,
    .about__scroll-animation-all-wrapper::after {
        position: absolute;
        height: 100%;
        width: 100px;
        background: linear-gradient(90deg, #fff 0px, rgba(255, 255, 255, 0));
        z-index: 2;
        content: "";
    }

    .detail-content input{
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }

    .pagination li.page-item:nth-child(n+5):nth-child(-n+11) {
    display: none;
}
    .about__second__imgItems{
        height: auto;
    }
    .about__second__imgText{
        height: auto;
        padding: 10px;
    }
    .about__first__content {
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .about__end__ab h1 {
        font-size: 70px;
    }

    .about__third__banner1,
    .about__third__banner {
        height: 120px;
    }

    .about__third__text {
        height: 180px;
        padding: 20px;
    }

    .btn__about__third {
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .about__third__items {
        margin-bottom: 30px;
    }

    .box {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    .box img {
        width: 65%;
    }

    .about__fifth__img {
        margin: 5px;
    }
    .about__end_gap .nav-item{
          margin: 5px;
    }

    .profile__first__img {
        height: auto;
    }

    .profile__first__text__parent {
        height: 90px;
    }

    .news__foryou__img{
        height: auto;
    }

    

    .news__foryou{
        padding: 10px;
        row-gap: 20px;
    }
    .news_foryou__text{
       height: auto;
       text-align: center;
       padding: 20px 0;
    }
    .pagination li.page-item:nth-last-child(2) {
        display: none;
    }

    .newslatest{
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 3px;
        float: left;
    }
    .about_slider_img_img{
        height: 230px;
    }
    .about_slider_img p {
        height: 60px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .about_slider_img{
        box-shadow: none;
    }

    .tab-content>.active{
        display: block;
    }
    .carousel-control-prev-custom,
  .carousel-control-next-custom{
      display: none;
  }

}

/* endcontact */