.slider_section {
    margin-top: 0;
    padding: 0;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
}
.slider_section .sliderSwiper {
    position: relative;
    cursor: grab;
    width: 100%;
}
.slider_section .swiper-slide {
    width: 100%;
    line-height: 0;
}
.slider_section .swiper-slide a {
    display: block;
    width: 100%;
    line-height: 0;
}
.slider_section .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.slider_section .sliderSwiper:hover .button_navigation {
    visibility: visible;
}
.slider_section .sliderSwiper .button_navigation {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 11;
    color: #333;
    top: 50%;
    background-color: #2F2F8B;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 20px;
    transform: translateY(-50%);
    opacity: 0.7;
    cursor: pointer;
    visibility: hidden;
}

.slider_section .sliderSwiper .button_navigation:hover {
    opacity: 1;
}
.slider_section .sliderSwiper .slider-next {
    right: 30px;
}
.slider_section .sliderSwiper .slider-prev {
    left: 30px;
}
.slider_section .slider-pagination {
    position: absolute;
    bottom: 0px !important;
    width: auto !important;
    z-index: 11;
    left: 50% !important;
    transform: translateX(-50%);
}
.slider_section .slider-pagination .swiper-pagination-bullet {
    padding: 8px;
    background-color: #FFF;
    border: 2px solid #254484;
}
.slider_section .slider-pagination .swiper-pagination-bullet-active {
    background-color: #254484;
}
.slider_section .item .content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider_section .item .content .container{
    height: 100%;
}
.slider_section .item .content .box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    width: 40%;
}
.slider_section .item .content .box h2{
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    text-shadow: 1px 1px #2E8FCE;
}
.slider_section .item .content .box h3{
    margin: 10px 0 25px;
    font-weight: 700;
    text-shadow: 0.5px 0.5px #2E8FCE;
}
.slider_section .item .content .box .btn_viewmore{
    background-color: #FCB813;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    cursor: pointer;
    border-radius: 30px;
    display: table;
    width: 150px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}
.slider_section .item .content .box .btn_viewmore:hover{
    background-color: #DA332D;
    color: #FFF;
}
.slide-left {
    width: 90%;
    padding-left: 3%;
}
.slide-left h2{
    color: #254484;
    font-weight: 600;
    font-size: 40px;
}
.slide-left .des{
    padding: 1rem 0;
}
.slide-left a{
    background-color: #254484;
    border: 1px solid #254484;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin: 1rem 0 0;
    padding: .75rem 1.5rem;
    text-decoration: none;
}
.slide-left a:hover{
    color: #FFF;
    background-color: #183060;
}
.slide-right {
    width: 90%;
}
/* home content */
/* product home */
.product_list {
    padding: 2rem 0 0;
}
.product_list h2{
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #254484;
}
.product_list h2 a{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: none;
}
.product_list h2 a:hover{
    color: #254484;
}
.product_list .item {
    margin-top: 10px;
    background-color: #FFF;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgb(var(--sel-blue-20));
}
/* .product_list .item:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(138 138 145 / 80%);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
    box-shadow: 0px 5px 10px 0px rgb(138 138 145 / 80%);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
} */
.product_list .item img {
    width: 100%;
    height: auto;
}
.product_list .item .info {
    padding: 10px;
}
.product_list .item .info a{
    color: #000;
}
.product_list .item .info a:hover{
    color: #2F2F8B;
}
.product_list .item .info .code_pro{
    text-align: center;
    font-size: 18px;
}
.product_list .item .info h3{
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    text-align: center;
    min-height: 40px;
}
.product_new .swiper-slide {
    padding-bottom: 10px;
}
/* news home */
.news_home {
    padding: 3rem 0;
}
.news_home h2{
    font-size: 25px;
    margin: 0px 0px;
    font-weight: 700;
    color: #254484;
}
.news_home .item {
    background-color: #FFF;
    border-radius: 15px;
    padding: 5px;
}
.news_home .blog__image-wrap {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid rgb(var(--sel-blue-20));
    border-radius: 6px;
    overflow: hidden;
}
.news_home .item .blog__img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-position-y: top;
    -webkit-mask-position-x: right;
    /* border-radius: 15px; */
    -webkit-mask-size: 100%;
    mask-size: 100%;
    overflow: hidden;
    position: relative;
}
.news_home .blog__image-wrap a {
    box-shadow: none;
    text-decoration: none;
}
.news_home .blog__image-wrap img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.news_home .item .blog__img img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_home .item .blog__content {
    padding: 0px 5px;
}
.news_home .item .blog__img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_home .item h3{
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
}
.news_home .item a{
    color: #333;
}
.news_home .item a:hover{
    color: #2F2F8B;
}
.news_home .view_more {
    display: table;
    margin: 1rem auto 0;
    text-decoration: underline;
    color: #2F2F8B;
}

/* ============ about section ============ */
.section {
    padding: 64px 0;
}
.section-label {
    color: #0054a6;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 10px;
}
.about-heading {
    font-size: 1.65rem;
    color: #1a2b3c;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.4;
}
.about-text {
    color: #6b7c93;
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.85;
}
.intro-module__item:nth-child(even) {
    background: #f7f9fc;
}
.intro-module__item:nth-child(odd) {
    background: #fff;
}
.intro-module__item .btn-primary {
    background: #0054a6;
    border-color: #0054a6;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    box-shadow: 0 2px 8px rgba(0, 84, 166, 0.2);
    transition: all 0.3s ease;
}
.intro-module__item .btn-primary:hover {
    background: #003d7a;
    border-color: #003d7a;
    color: #fff;
}
.about-image-wrap {
    position: relative;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 40, 80, 0.08);
    overflow: hidden;
}
.about-image-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
}
/* ============ categories section ============ */
.categories-section {
    padding: 56px 0;
    background-color: #f7f9fc;
}
.cate-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.cate-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #0054a6;
    margin: 12px auto 0;
    border-radius: 2px;
}
.cate-row {
    margin-left: -10px;
    margin-right: -10px;
}
.cate-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.cate-col {
    margin-bottom: 20px;
}
.category-card {
    display: block;
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 16px rgba(0,40,80,0.08);
    text-decoration: none;
}
.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 61, 122, 0.08) 0%,
        rgba(0, 84, 166, 0.35) 50%,
        rgba(0, 61, 122, 0.9) 100%);
    transition: all 0.3s ease;
    z-index: 1;
}
.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,40,80,0.18);
}
.category-card:hover::before {
    background: linear-gradient(180deg,
        rgba(0, 61, 122, 0.12) 0%,
        rgba(0, 84, 166, 0.45) 50%,
        rgba(0, 61, 122, 0.95) 100%);
}
.category-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 20px;
    z-index: 2;
    text-align: center;
}
.category-card-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}
.category-card-link {
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.category-card-link i {
    font-size: 11px;
    margin-left: 4px;
}
.category-card:hover .category-card-link {
    opacity: 1;
    transform: translateY(0);
}

/* tablet */
@media screen and (max-width: 1199.98px) {
  .slider_section .sliderSwiper .slider-next {
    right: 16px;
  }
  .slider_section .sliderSwiper .slider-prev {
    left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .slider_section .sliderSwiper .button_navigation {
    visibility: visible;
    width: 32px;
    height: 32px;
    font-size: 16px;
    opacity: 0.85;
  }
}
@media screen and (max-width: 992px) {
  .category-card {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .section {
    padding: 52px 0;
  }
  .about-heading {
    font-size: 1.45rem;
  }
  .cate-section-title {
    font-size: 1rem;
  }
}
/* mobile */
@media screen and (max-width: 767.98px) {
  .slider_section .sliderSwiper .button_navigation {
    display: none;
  }
  .slider_section .slider-pagination .swiper-pagination-bullet {
    padding: 6px;
  }
  .intro-module__item .row > [class*="col-"] {
    text-align: left;
  }
}
@media screen and (max-width: 668px) {
    .section {
        padding: 40px 0;
    }
    .about-heading {
        font-size: 1.3rem;
    }
    .categories-section {
        padding: 2.5rem 0;
    }
    .category-card {
        height: 260px;
    }
    .category-card-link {
        opacity: 1;
        transform: translateY(0);
    }
    .category-card-title {
        font-size: 1rem;
    }
}
@media screen and (max-width: 612px) {
    .main-menu-eight__logo img {
        height: 48px;
    }
    .about-heading {
        font-size: 1.2rem;
    }
}