p.text_empty{
    color:#fff;
}
section.section + section.section{
    margin-bottom:5rem;
}
.pagination{
        margin: 0;
    padding: 0;
    justify-content: center;
    margin-top:2rem;
}
.pagination li:not(:last-child){
    margin-right:0.5rem;
}
.pagination li span,
.pagination li a{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    display:inline-block;
    background:#fff;
    color:#000;
    border-radius:50%;
}
.pagination li.active a,
.pagination li.active span{
    background-color:var(--mainColor);
    color:#fff;
}
@media (max-width:1500px){
    section.section + section.section{
        margin-bottom:3rem;
    }
}
.section-fullheight{
    display:flex;
    align-items:center;
}
.height-100vh{
    min-height:100vh;
}
.section .section__title{
    margin-bottom:1rem;
}
.section .section__title h2{
    color:#fff;
    font-size:100px;
    line-height:106px;
    margin:0;
    font-weight:bold;
  font-family: "Anton SC", sans-serif;
        letter-spacing: 5px;
}
@media (max-width:1500px){
    .section .section__title h2{
        font-size:64px;
        line-height:70px;
    }
}
@media (max-width:991px){
    .section .section__title h2{
        font-size:48px;
        line-height:54px;
    }
    .section-fullheight.height-100vh{
        min-height:40vh;
    }
}
@media (max-width:767px){
    .section .section__title h2{
        font-size:32px;
        line-height:38px;
    }
}
.section .section__description{
    color: #fff;
}
.section .section__background{
    margin-top:2rem;
}
.section.section_about .section__description{
    max-width: 80%;
    margin-left: auto;
    text-align: justify;
      font-size: 22px;
    line-height: 28px;
}
@media (min-width:992px){

}
@media (min-width: 1200px) and (max-width: 1599px) {
    .section .section__background {
        margin-left:-50px;
        margin-right:-50px;
    }
}
@media (min-width:1600px){
    .section .section__background{
        margin-left:-100px;
        margin-right:-100px;
    }
}
@media (max-width:1199px){
     .section .section__background {
        margin-left:-15px;
        margin-right:-15px;
    }
}
@media (max-width:991px){
    .section.section_about .section__description{
        max-width:100%;
    }
    .section.section_about .section__description{
        font-size:18px;
        line-height:24px;
    }
}
@media (max-width:575px){
    .section.section_about .section__title h2 {
    font-size: 48px;
    line-height: 54px;
}
}

.section_history{
    display:flex;
    align-items:center;
}
.section_history .container{
    margin-bottom:120px;
}

.section.section_history .section__title h2{
    font-family: "Oswald", sans-serif;
        text-transform: uppercase;
    text-align: center;
}
.section_history ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    margin-top:200px;
    position: relative;
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.section_history__item {
    flex: 1;
    text-align: center;
    padding-left:1.5rem;
    color: white;
    position: relative;
    height:82px;
    display:flex;
    justify-content:right
}
.section_history__item:nth-child(1) {
    background-color: #3d040b;
}

.section_history__item:nth-child(2) {
    background-color: #590913;
}

.section_history__item:nth-child(3) {
    background-color: #8f1423;
}

.section_history__item:nth-child(4) {
    background-color: #b23040;
}

.section_history__item:nth-child(5) {
    background-color: #e16171;
}

.section_history__item:nth-child(6) {
    background-color: #e87d8a;
}

.section_history__item:nth-child(7) {
    background-color: #f4b2ba;
}

.section_history__item:nth-child(8) {
    background-color: #d5afaa;
}

.section_history__item span{
    font-size:28px;
    line-height:34px;
    font-weight:bold;
    font-family: "Oswald", sans-serif;
    padding:1.5rem 0;
    position:relative;
    display:block;
}
.section_history__item span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px; 
    z-index: 1;
}
.section_history__item:nth-child(1) span:after {
    border-color: transparent transparent transparent #3d040b;
}
.section_history__item:nth-child(2) span:after {
    border-color: transparent transparent transparent #590913;
}
.section_history__item:nth-child(3) span:after {
    border-color: transparent transparent transparent #8f1423;
}
.section_history__item:nth-child(4) span:after {
    border-color: transparent transparent transparent #b23040;
}
.section_history__item:nth-child(5) span:after {
    border-color: transparent transparent transparent #e16171;
}
.section_history__item:nth-child(6) span:after {
    border-color: transparent transparent transparent #e87d8a;
}
.section_history__item:nth-child(7) span:after {
    border-color: transparent transparent transparent #f4b2ba;
}
.section_history__item:nth-child(8) span:after {
    border-color: transparent transparent transparent #d5afaa;
}
/* Đường nét đứt */
.section_history__item::before {
    content: '';
    position: absolute;
    right:28px;
    width: 2px; /* Độ rộng của đường */
    height: 50px; /* Chiều dài của đường nối */
    top:-50px;
    background: repeating-radial-gradient(
        circle,
        white 0,
        white 1px,
        transparent 1px,
        transparent 4px
    ); /* Hiệu ứng chấm tròn nhỏ */
}

.section_history__item::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    right:24px;
    top:-60px;
}

/* Đường nét đứt cho xen kẽ */
.section_history__item:nth-child(odd)::before {
    
}

.section_history__item:nth-child(even)::before {
        top: auto;
    bottom: -50px;
}

/*cham tron*/
.section_history__item:nth-child(even)::after {
        bottom: -60px;
    top: auto;
}
.section_history__item p {
    margin:0;
        font-size: 13px;
    font-style: italic;
    max-width:140px;
}
.section_history__item p{
        position: absolute;
    left: 0;
    right: -82px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}
.section_history__item:nth-child(odd) p{
   top: -120px;
}
.section_history__item:nth-child(even) p{
   bottom: -140px;
}
.section_history__item:nth-child(2) p,
.section_history__item:nth-child(8) p{
    bottom: -120px;
}

@media (max-width:991px){
    .section_history__item{
        height:50px;
    }
    .section_history__item span{
        padding:12px 0;
        font-size:20px; 
        line-height:26px;
    }
    .section_history__item span:after {
        right: -25px;
        border-width: 25px 0 25px 25px;
    }
    .section_history__item p{
        right:0;
        font-size:12px;
    }
    .section_history__item::after{
        top:-35px;
    }
    .section_history__item::before{
            height: 30px;
    top: -30px;
    }
    .section_history__item:nth-child(even)::before{
        bottom:-30px;
    }
    .section_history__item:nth-child(even)::after{
        bottom:-35px;
    }
}
@media (max-width:767px){
    .section_history .container{
        margin-bottom:0;
    }
    .section_history__item{
        height:auto;
        padding:0.5rem;
    }
    .section_history ul{
            display: block;
    margin-top: 0;
    }
    .section_history__item p{
            position: relative;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0 !important;
    max-width:100%;
    margin:0;
    margin-left:1rem;
    font-size:16px;
    line-height:22px;
    text-align:left;
    }
    .section_history__item::before,
    .section_history__item::after{
        display:none;
    }
    .section_history__item{
        display:block;
    }
    .section_history__item > div{
        display:flex;
        align-items:center;
        min-height:40px;
    }
    .section_history__item span{
        padding:0;
        font-size:22px;
        line-height:28px;
    }
    .section_history__item span:after{
        display:none;
    }
}
.section_mission_vision .row{
    align-items:center;
}
.section_mission_vision p{
    margin:0;
    color:#fff;
}
.mission_vision__item h2{
    margin-top:0;
    color:#fff;
    font-size:42px;
    line-height:48px;
    font-weight:bold;
}
.mission_vision__item-mission .mission_vision__item-image{
 margin-top:2rem   
}
.mission_vision__item-vision .mission_vision__item-image{
 margin-bottom:2rem   
}
@media (max-width:991px){
    .mission_vision__item h2{
        font-size:32px;
        line-height:38px;
    }
}
@media (max-width:767px){
    .mission_vision__item-vision{
        margin-top:2rem;
    }
    .mission_vision__item-vision .mission_vision__item-image{
        order:2;
        margin-bottom:0;
        margin-top:2rem;
    }
}

.section_carousel .section_carousel__list{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.section.section_carousel .section__title h2{
    font-size:60px;
    line-height:66px;
        font-family: "Oswald", sans-serif;
}
.section.section_carousel .section__content{
    margin-top:3rem;
}
.section_carousel__item{
    text-align:center;
    background:#fff;
    padding:10px;
}
.section_carousel__item > a{
    display:block;
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.section_carousel__item a img{
    max-height:100px;
}

@media (max-width:1500px){
    .section.section_carousel .section__title h2{
                font-size: 64px;
        line-height: 70px;
    }
}
@media (max-width:991px){
    .section.section_carousel .section__title h2{
                font-size: 48px;
        line-height: 54px;
    }
}
@media (max-width:767px){
    .section.section_carousel .section__title h2{
                font-size: 32px;
        line-height: 38px;
    }
    .section_carousel__item > a{
        height:70px;
    }
    .section_carousel__item a img{
    max-height:70px;
}
}
@media (max-width:575px){
    .section_carousel .section_carousel__list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.section_map{
    position:relative;
}
.section_map:after{
        content: "";
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, var(--mainColor) 0%, rgba(40, 63, 121, 0) 100%);
}
.section_map .section__title{
      position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: right;
    z-index: 1;
}
.section.section_map .section__title h2{
    font-family: "Oswald", sans-serif;
    text-transform:uppercase;
}
@media (min-width:1500px){
    .section.section_map .section__title h2{
        font-size:60px;
        line-height:66px;
    }
}
.section_map__image{
    position:relative;
    z-index:1;
        margin-bottom: 0;
    padding-bottom: 5rem;
}

.category__item-parent{
    position:relative;
}
.category__item-parent h2{
        margin: 0;
        font-weight:bold;
    font-size: 80px;
    line-height: 86px;
    color: #fff;
    text-align:center;
        font-family: "Oswald", sans-serif;
        position:relative;
        z-index: 1;
        text-transform:uppercase;
}
@media (min-width:1500px){
    .category__item-parent h2{
    font-size: 80px;
    line-height: 86px;
    }
    .category__item-grid .category__item-parent h2{
        max-width:55%;
    }
}
@media (min-width:1700px){
    .category__item-grid .category__item-parent h2{
         max-width:50%;
    }
}
@media (max-width:1500px){
    .category__item-parent h2{
        font-size:64px;
        line-height:70px;
    }
    .category__item-grid .category__item-parent h2{
         max-width:55%;
    }
}
@media (max-width:1199px){
    .category__item-grid .category__item-parent h2{
        max-width:65%;
    }
}
@media (max-width:991px){
    .category__item-parent h2{
        font-size:48px;
        line-height:54px;
    }
    .category__item-grid .category__item-parent h2{
         max-width:100%;
    }
}
@media (max-width:767px){
    .category__item-parent h2{
        font-size:32px;
        line-height:38px;
    }
}
/*.category__item-parent:after{*/
/*          content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00000030;*/
/*}*/
.line-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Khoảng cách giữa chữ và đường gạch */
    position: relative; /* Để các pseudo-element căn chỉnh */
}

.line-text {
    position: relative; /* Để giữ vị trí nội dung */
    z-index: 1; /* Nội dung chữ nằm trên đường gạch */
}

.line-wrapper::before,
.line-wrapper::after {
    content: ""; /* Tạo đường gạch */
    flex: 1; /* Đường gạch sẽ chiếm không gian còn lại */
    height: 3px; /* Độ dày của đường gạch */
    background-color: white; /* Màu đường gạch */
}

.line-wrapper-left:after,
.line-wrapper-right:before{
    background-color:transparent;
}

.line-wrapper::before {
    margin-right: 10px; /* Khoảng cách từ đường gạch đến chữ */
}

.line-wrapper::after {
    margin-left: 10px; /* Khoảng cách từ chữ đến đường gạch */
}

@media (max-width:991px){
    .line-wrapper::before {
        display:none !important;
}

.line-wrapper::after {
    display:none !important;
}
}
.category__item-child{
 padding:4rem 0;   
}
.category__item-child-list{
    overflow:hidden;
}
.category__item-child h2{
    font-size:42px;
    line-height:48px;
    color:#fff;
    margin-top:0;
    font-weight:bold;
    margin-bottom:2rem;
}
.category__item-child-item h3{
        font-size: 18px;
        line-height:24px;
    font-style: italic;
    font-weight: normal;
    margin-top:2rem;
}
@media (max-width:991px){
    .category__item-child-list .owl-nav{
        display:none;
    }
}
@media (max-width:767px){
    .category__item-child h2{
        font-size:32px;
    line-height:38px;
    }
}
@media (max-width:575px){
    .category__item-child h2{
        font-size:24px;
    line-height:30px;
    }
}
.category__item-slider .category__item-child-item{
    text-align:center;
}
.category__item-slider .category__item-child-item h3{
        margin: 0;
    margin-top: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    display:inline-block;
}
.category__item-slider .category__item-child-item h3{
    position:relative;
}
.category__item-slider .category__item-child-item h3:before,
.category__item-slider .category__item-child-item h3:after{
   content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.category__item-slider .category__item-child-item h3:before{
    left: -116px;
}
.category__item-slider .category__item-child-item h3:after{
    right: -116px;
}
.category__item-slider .category__item-slider-owldots{
    display: flex;
    justify-content: center;
    z-index: 10;
    align-items: center;  
        width: 50%;
    margin: 0 auto;
    margin-top:2rem;
}
.category__item-slider .category__item-slider-owldots .owl-dots{
    margin:0 3rem;
}

.category__item-slider .category__item-slider-owldots button.owl-prev,
.category__item-slider .category__item-slider-owldots button.owl-next{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.category__item-slider .category__item-slider-owldots button svg{
    color:#fff;
}
    
.category__item-child-item h3 a,
.category__item-child-item p{
    color: #fff;   
}
.category__item-child-item p {
    margin:0;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height:70px;
}
.btn-default{
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--mainColor);
    font-style: italic;
    padding: 0.5rem 2rem;
    border-radius: 0;   
    margin-top:2rem;
    display:inline-block;
}
.category__item-grid{
    margin-bottom:-3rem;
}
.category__item-grid .category__item-child-item{
 margin-bottom: 3rem;   
}
@media (max-width:991px){
    .category__item-child-item p{
        font-size:14px;
        min-height:60px;
    }
    .category__item-child-item h3{
        margin-top:1rem;
        min-height:48px;
    }
    .btn-default{
        margin-top:1rem;
    }
    .category__item-grid .category__item-child-item{
        margin-bottom:2rem;
    }
    .btn-default{
        padding:0.5rem 1rem;
    }
    .category__item-slider .category__item-child-item h3:before, .category__item-slider .category__item-child-item h3:after{
        display:none;
    }
    .category__item-slider .category__item-slider-owldots{
        width:100%
    }
    .category__item-slider .category__item-slider-owldots{
        margin-top:1rem;
    }
}
@media (max-width:991px){
    .category__item-slider .category__item-child-item h3{
        font-size:18px;
        line-height:24px;
    }
}
@media (max-width:575px){
    .category__item-child-item h3{
        font-size:16px;
        line-height:22px;
    }
    .btn-default{
        font-size:12px;
    }
}

/*product block*/
.product__grid{
    margin-bottom:-2rem;
}
.product__item{
    margin-bottom:2rem;
}
.product__item{
        font-family: "Raleway", sans-serif;
}
.product__item .product__item-image img{
    width:100%;
}
.product__item a,
.product__item-des{
    color:#daf1fc;
}
.product__item-des ul{
    list-style:none;
    padding:0;
    margin:0;
}
.product__item-text{
    text-align:center;
}
.product__item-text h3{
    font-size:18px;
    line-height:24px;
    font-weight:bold;
}
.product__item-text h3 a{
 text-decoration: underline;   
}
.product__item-des{
    font-size:14px;
}
h1.title-head,
h2.title-head
{
        color: #fff;
    
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:2rem;
    font-family: "Oswald", sans-serif;
}
@media (min-width:1500px){
    h1.title-head,
h2.title-head
{
        font-size: 80px;
    line-height: 86px;
    }
}
@media (max-width:1500px){
   h1.title-head,
h2.title-head
{
        font-size:64px;
        line-height:70px;
    }
}
@media (max-width:991px){
   h1.title-head,
h2.title-head
{
        font-size:48px;
        line-height:54px;
    }
}
@media (max-width:767px){
   h1.title-head,
h2.title-head
{
        font-size:32px;
        line-height:38px;
    }
}
h1.title-head-1{
            font-size:28px;
            line-height:34px;
                text-transform: uppercase;
                font-family: "Oswald", sans-serif;
        }
.news__grid{
    margin-bottom:-2rem;
}
.news__grid .news__item{
    margin-bottom:2rem;
}
.news__grid .news__item img{
    width:100%;
    height:400px;
    object-fit:cover;
}
@media (max-width:1500px){
    .news__grid .news__item img{
    height:300px;
}
}
@media (max-width:1199px){
    .news__grid .news__item img{
    height:250px;
}
}
@media (max-width:991px){
    .news__grid .news__item img{
    height:220px;
}
}
@media (max-width:575px){
    .news__grid .news__item img{
    height:150px;
}
}
.news__item .news__item-text{
    text-align:center;
     font-family: "Oswald", sans-serif;
     margin-top:1rem;
}
.news__item .news__item-text h3{
        font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    min-height:48px;
}
.news__item .news__item-text h3 a{
    color:#fff;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news__item .news__item-text p{
    margin:0;
    color:#fff;
    min-height:46px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news__item .news__item-text span{
        color: #fff;
        font-weight:bold;
}
@media (max-width:991px){
    .news__item .news__item-text h3{
        font-size:16px;
        line-height:22px;
    }
    .news__item .news__item-text p{
        font-size:14px;
                line-height: 20px;
                min-height:40px;
    }
    .news__item .news__item-text span{
        font-size:14px;
    }
}
.footer{
    text-align:center;
    padding:1rem 0;
    background:#fff;
}
.footer .footer__copyright{
    margin:0;
}
.social ul{
      display: flex;
    align-items: center;
    justify-content:center;
}
.social ul li a svg{
    height:40px;
    width:40px;
}
.social ul li.tiktok a svg,
.social ul li.shopee a svg{
    height:35px;
    width:35px;
}