
/*==================================================
===| Global Css
===================================================*/


/* BOTTOM END */
/*==================================================
===| Video Wrapper Css
===================================================*/
.video__background {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.video__background:before {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    z-index: 3;
}

.video__background video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.video__background .banner__content {
    position: relative;
    z-index: 9;
}

.video__background .banner__content .banner__text {
    color: var(--lightColor);
    font-size: var(--fs-45);
    font-weight: var(--fw-6);
}

.video__background .full__video {
    position: absolute;
    right: 15%;
    bottom: 15%;
}

.video__background .full__video .my-video-links {
    position: relative;
    z-index: 6;
    justify-content: center;
    align-items: center;
    display: flex;
}

.video__background .full__video .my-video-links i {
    font-size: var(--fs-20);
    color: var(--lightColor);
    margin-right: 10px;
}

.video__background .full__video .fullscreen__video {
    font-size: var(--fs-20);
    font-weight: var(--fw-6);
    letter-spacing: -0.7px;
    color: var(--lightColor);
}

/*==================================================
===| Intro Wrapper Css
===================================================*/
.intro__wrapper {
    background: linear-gradient(rgb(151 26 30 / 30%), rgb(151 26 30)), url('../img/intro__bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.intro__wrapper .intro__content .sub__title,
.intro__wrapper .intro__content .main__title,
.intro__wrapper .intro__content .text__content {
    color: var(--lightColor);
}

.intro__wrapper .intro__content .sub__title {
    font-size: var(--fs-17);
    font-weight: var(--fw-5);
    letter-spacing: -0.7;
}

.intro__wrapper .intro__content .main__title {
    font-size: var(--fs-25);
    font-weight: var(--fw-7);
    letter-spacing: -0.7;
    margin: 20px 0;
}

.intro__wrapper .intro__content .text__content {
    font-size: var(--fs-17);
    font-weight: var(--fw-5);
    letter-spacing: -0.7;
}

/*==================================================
===| Map Text Css
===================================================*/
.map__text .map__content .text {
    font-size: var(--fs-17);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.map__text .map__content .text__italic {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--redColor);
    letter-spacing: -0.7px;
    font-style: italic;
}

.map__text .card__list .card__items img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}

.map__text .card__list .card__items .stretched-link:before {
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(151 26 30 / 20%), rgb(151 26 30));
    z-index: 5;
    transition: all 0.6s ease-in-out;
}

.map__text .card__list .card__items .stretched-link:hover:before {
    opacity: 1;
}

.map__text .card__list .card__items .card__text .card__title {
    position: relative;
    z-index: 6;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: var(--fs-30);
    color: var(--lightColor);
}

/*==================================================
===| About Wrapper Css
===================================================*/
.about__wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.about__wrapper:after {
    background: url('../img/dot__bg.png');
    position: absolute;
    content: "";
    z-index: 5;
    width: 20%;
}

.about__wrapper .about__box {
    max-width: 600px;
}

.about__wrapper .about__box .about__title {
    color: var(--lightColor);
    font-size: var(--fs-30);
    font-weight: var(--fw-6);
}

.about__wrapper .about__box .about__text {
    color: var(--lightColor);
    font-size: var(--fs-18);
    font-weight: var(--fw-5);
}

/*==================================================
===| Blog Css
===================================================*/
.blog__wrapper {
    padding: 0px 0;
}

.blog__wrapper .blog__box .blog__item img {
    transition: all 1.6s cubic-bezier(0.3, 0.1, 0.58, 1);
    width: 465px;
    height: 292px;
    object-fit: cover;
    border-radius: 7px;
}

.blog__wrapper .blog__box .blog__item:hover img {
    transform: scale(1.1);
}

.blog__wrapper .blog__box .blog__item {
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    /*padding: 25px;*/
}

.blog__contents {
    padding: 25px;
}
.rnimg {
    border: 4px solid #971a1e;
    border-radius:10px;
}

.blog__wrapper .blog__box .blog__item .blog__contents .title .blog__title {
    color: var(--blackColor);
    margin: 20px 0 0 50px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.7px;
    font-weight: var(--fw-6);
    font-size: var(--fs-18);
    transition: all 1s ease-in-out;
}

.blog__wrapper .blog__box .blog__item:hover .blog__contents .title .blog__title {
    color: var(--redColor);
}

.blog__wrapper .blog__box .blog__item .blog__contents .desc .blog__detail {
    color: var(--blackColor);
    display: inline-block;
    letter-spacing: -0.7px;
    font-weight: var(--fw-5);
    margin-top: 10px;
    font-size: var(--fs-15);
    transition: all 1s ease-in-out;
}

.blog__wrapper .blog__box .blog__item .blog__links {
    color: var(--redColor);
    display: inline-block;
    letter-spacing: -0.7px;
    font-weight: var(--fw-5);
    font-size: var(--fs-16);
}


.blog__wrapper .blog__box .blog__item .blog__contents .title .blog__title .line:before {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    width: 20px;
    height: 2px;
    border-radius: 15px;
    transition: width 1.4s;
    -webkit-transition: width 1.4s;
    -moz-transition: width 1.4s;
    content: "";
    background-color: var(--blackColor);
}

.blog__wrapper .blog__box .blog__item:hover .blog__contents .title .blog__title .line:before {
    width: 37px;
    background-color: var(--redColor);
}

.blog__detail .detail__box .detail__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__detail .detail__box .detail__info i {
    color: var(--redColor);
}

.blog__detail .detail__box .detail__info p {
    color: var(--blackColor);
    font-size: var(--fs-15);
}

.blog__detail .detail__box .detail__content p {
    font-size: var(--fs-17);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.blog__detail .list-group .list-group-item {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    transition: all .7s ease-in-out;
}

.blog__detail .list-group .list-group-item:hover {
    color: var(--redColor);
    background-color: transparent;
    border-color: var(--blackColor);
}

.blog__detail .list-group .list-group-item.active {
    color: var(--redColor);
    background-color: transparent;
    border-color: var(--blackColor);
}

.blog__detail .list-group .list-group-item.active .nav-link {
    color: var(--redColor) !important;
}

/*==================================================
===| News Wrapper Css
===================================================*/
.news__wrapper .news__item .news__date {
    padding: 20px;
    background-color: var(--redColor);
    display: inline-block;
    margin-right: 20px;
}

.news__wrapper .news__box {
    margin: 50px 0;
}

.news__wrapper .news__item .date__text {
    font-size: var(--fs-25);
    font-weight: var(--fw-6);
    color: var(--lightColor);
}

.news__wrapper .news__item .img img {
    width: 100%;
    object-fit: cover;
}

.news__wrapper .news__item .news__title .title {
    font-size: var(--fs-25);
    font-weight: var(--fw-6);
    color: var(--redColor);
}

.news__wrapper .news__item .news__title .news__subTitle {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
}

.news__wrapper .news__item .news__content .news__desc {
    color: var(--blackColor);
    display: inline-block;
    letter-spacing: -0.7px;
    font-weight: var(--fw-5);
    margin-top: 10px;
    font-size: var(--fs-15);
    transition: all 1s ease-in-out;
}

/*==================================================
===| Page Breadcrumb Css
===================================================*/
section.breadcrumb__nav {
    margin: 150px 0 30px;
}

.breadcrumb__nav .breadcrumb .breadcrumb-item a {
    color: var(--redColors);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
}

.breadcrumb__nav .breadcrumb .breadcrumb-item.active {
    color: var(--blackColor);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
    opacity: .7;
}

/*==================================================
===| About Page Css
===================================================*/
.about__wrapper.about__page:before {
    background: linear-gradient(rgb(151 26 30 / 30%), rgb(151 26 30));
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.about__wrapper.about__page .about__title {
    font-size: var(--fs-50);
}

.about__wrapper.page__wrapper2 {
    margin-top: 110px;
}

.about__wrapper.page__wrapper2 .breadcrumb .breadcrumb-item a {
    color: var(--lightColor);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
}

.about__wrapper.page__wrapper2 .breadcrumb {
    --bs-breadcrumb-divider-color: var(--lightColor) !important;
}

.about__wrapper.page__wrapper2 .breadcrumb .breadcrumb-item.active {
    color: var(--lightColor);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
    opacity: .8;
}

/*==================================================
===| About Page 2 Css
===================================================*/
.about__wrapper.about__page2 {
    height: 480px;
}

.about__wrapper.about__page2:after {
    background-image: none;
}

.about__wrapper.about__page2:before {
    background: linear-gradient(rgb(151 26 30 / 15%), rgb(151 26 30));
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.about__wrapper.about__page2 .about__title {
    font-size: var(--fs-50);
}

.about__wrapper.about__page2 .breadcrumb .breadcrumb-item a {
    color: var(--lightColor);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
}

.about__wrapper.about__page2 .breadcrumb {
    --bs-breadcrumb-divider-color: var(--lightColor) !important;
}

.about__wrapper.about__page2 .breadcrumb .breadcrumb-item.active {
    color: var(--lightColor);
    font-size: var(--fs-15);
    letter-spacing: -0.7px;
    opacity: .8;
}

/*==================================================
===| Archive List Css
===================================================*/
.archive__list .archive__box .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    line-height: 25px;
}

.archive__list .archive__box .desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    margin-bottom: 0;
    letter-spacing: -0.7px;
}

.archive__list .archive__item .archive__img img {
    width: 100%;
}

.archive__list .archive__item .archive__content {
    background-color: #971a1ec5;
    padding: 25px 10px;
    text-align: center;
    transition: all 1s ease-in-out;
}

.archive__list .archive__item:hover .archive__content {
    background-color: var(--redColor);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.archive__list .archive__item .archive__content .archive__title {
    color: var(--lightColor);
    letter-spacing: -0.7px;

}

/*==================================================
===| Tab List Category Css
===================================================*/
.tab__listCategory .nav .nav-item .nav-link {
    color: var(--blackColor);
    font-size: var(--fs-17);
    font-weight: var(--fw-6);
    padding: 20px 15px;
    border-bottom: 20px solid var(--redColor) !important;
}

.tab__listCategory .nav .nav-item .nav-link.active {
    background-color: var(--redColor);
    color: var(--lightColor);
}

.tab__listCategory .tab-content .tab-pane::before {
    content: "";
    position: absolute;
    
    z-index: -1;
}

.tab__listCategory .tab-content .tab__box .tab__boxTitle {
    width: 250px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--blackColor);
    margin-top: 60px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.tab__listCategory .tab__box .tab__boxTitle .title {
    color: var(--lightColor);
}

.tab__listCategory .swiper {
    margin-top: 100px;
    display: block;
}

.tab__listCategory .swiper .category__items .slider__box {
    padding: 10px 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: var(--blackColor);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.tab__listCategory .swiper .category__items .slider__box .slider__title {
    color: var(--lightColor);
}

.tab__listCategory .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--redColor) !important;
}

/*==================================================
===| Container Css
===================================================*/
.intro__solutions .solutions__box .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.intro__solutions .page__title .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
}

.intro__solutions .solutions__box .desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.intro__solutions .solutions__items .page__desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.intro__solutions .solutions__items .img .slider__box {
    width: 250px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--lightColor);
    background-color: var(--blackColor);
    margin-top: 60px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
}



/*==================================================
===| Product Wrapper Css
===================================================*/
.product__wrapper .product__box .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.product__wrapper .product__box .desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.product__wrapper .product__slider .swiper-slide .product__content .product__title {
    font-size: var(--fs-20);
    font-weight: var(--fw-7);
    color: var(--redColor);
    letter-spacing: -0.7px;
}

.product__wrapper .product__slider .swiper-slide .product__content .product__desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

/*==================================================
===| Last Product Css
===================================================*/
.last__product .last__productBox .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

/*==================================================
===| Contact Css
===================================================*/
.contact__wrapper form .form-control {
    border-color: #1c1c1c32;
}

.contact__wrapper form button {
    background-color: var(--redColor);
    padding: 20px 45px;
    color: var(--lightColor);
    border: 0;
}

.contact__wrapper .contact__box .contact__title .title {
    font-size: var(--fs-26);
    font-weight: var(--fw-6);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    line-height: 25px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact__wrapper .contact__box .contact__title .desc {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.contact__wrapper .contact__box .list-group .list-group-item a {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.contact__wrapper .contact__box .list-group .list-group-item a:hover {
    color: var(--redColor);
    color: #971a1ecf;
}

.contact__wrapper .contact__box .contact__social .nav .nav-link {
    color: var(--blackColor);
}

/*==================================================
===| Product Detail Css
===================================================*/
.product__detail .mySwiperW img {
    width: 130px;
    height: 110px;
    object-fit: cover;
}

.product__detail .product__box p {
    font-size: var(--fs-16);
    font-weight: var(--fw-5);
    color: var(--blackColor);
    letter-spacing: -0.7px;
}

.product__document .left__down strong,
.product__document .right__down strong {
    font-size: var(--fs-16);
    letter-spacing: -0.7px;
}

.product__document .left__down span,
.product__document .right__down span {
    font-size: var(--fs-14);
    font-style: italic;
    margin: 10px 0;
    letter-spacing: -0.7px;
}

.product__document .left__down a,
.product__document .right__down a {
    font-size: var(--fs-16);
    color: var(--redColor);
    letter-spacing: -0.7px;
}

.product__document .left__down i,
.product__document .right__down i {
    margin-right: 5px;
}

.product__document .left__down:hover a,
.product__document .right__down:hover a {
    font-size: var(--fs-16);
    color: var(--blackColor);
    transition: all 1s ease-in-out;
}

.product__listItem .swiper-button-next:after,
.product__listItem .swiper-button-prev:after {
    font-size: var(--fs-30) !important;
}

.product__listItem .swiper-button-next,
.product__listItem .swiper-button-prev {
    color: var(--redColor) !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--redColor) !important;
}

/*==================================================
===| Grid Product Css
===================================================*/
.grid__product .card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.grid__product .card .card-body .card-title {
    font-size: var(--fs-20) !important;
    color: var(--redColor);
    letter-spacing: -.9px;
}

.grid__product .card .card-body .card-text {
    font-size: var(--fs-15) !important;
    color: var(--blackColor);
    letter-spacing: -0.7px;
}



/*==================================================
===| Container Css
===================================================*/
/*==================================================
===| Container Css
===================================================*/
/*==================================================
===| Container Css
===================================================*/


/*==================================================
===| Footer Css
===================================================*/
.footer {
    margin: 100px 0 30px;
    border-top: 3px solid var(--redColor);
    padding-top: 80px;
}

.footer .footer__about .footer__adress .adress,
.footer .footer__about .footer__phone .phone,
.footer .footer__about .footer__phone a {
    color: var(--blackColor);
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    letter-spacing: -0.7px;
}

.footer .footer__social .title {
    color: var(--blackColor);
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    letter-spacing: -0.7px;
}

.footer .footer__social .nav i {
    color: var(--redColor);
    font-size: var(--fs-15);
}

.footer .footer__btn .page__btn {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    background-color: var(--redColor);
    color: var(--lightColor);
}

.footer .footer__btn .page__btn .line:before {
    justify-content: center;
    align-items: center;
    display: flex;
    right: calc(100% + -210px);
    background-color: var(--lightColor);
}

.footer .footer__links .left__links .nav-link {
    color: var(--redColor);
    font-size: var(--fs-15);
    font-weight: var(--fw-6);
    letter-spacing: -0.7px;
    transition: all 1s ease-in-out;
}

.footer .footer__links .left__links .nav-link:hover {
    color: var(--blackColor);
}

.footer .footer__links .right__links .nav-link {
    color: var(--blackColor);
    font-size: var(--fs-15);
    font-weight: var(--fw-6);
    letter-spacing: -0.7px;
    transition: all 1s ease-in-out;
}

.footer .footer__links .right__links .nav-link:hover {
    color: var(--redColor);
}

.footer .footer__copy .copy__text {
    font-size: var(--fs-13);
    color: var(--blackColor);
    letter-spacing: -0.7px;
    font-weight: var(--fw-5);
}

.footer.footer__two {
    margin: 100px 0 130px;
}

/*==================================================
===| Container Css
===================================================*/
@media (max-width: 767.98px) {
    .sidebar__menu .mobile__tab .tabss {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 90px;
        z-index: 15;
        background: linear-gradient(rgb(240 9 10 / 50%), rgb(183 19 20)) center right no-repeat;
    }

    .sidebar__menu .mobile__tab .tabss .tab {
        color: white;
        padding: 10px 25px;
        cursor: pointer;
    }

    .sidebar__menu .mobile__tab .contents {
        background-color: #303c48;
        color: white;
        width: 100vw;
        position: relative;
        z-index: 14;
    }

    .sidebar__menu .mobile__tab .contents .content {
        height: 100vh;
        display: none;
        overflow: auto;
        padding: 15px;
    }

    .sidebar__menu .mobile__tab .contents .content.active {
        display: block;
    }

    .sidebar__menu .mobile__tab.top {
        top: -450px;
    }

    .sidebar__menu .mobile__tab.top .tabs {
        bottom: -90px;
    }

    .sidebar__menu .mobile__tab.top.showing {
        top: 0;
        position: fixed;
        z-index: 15;
    }

    .sidebar__menu .mobile__tab .tabss .tab.active {
        background-color: var(--blackColor);
        color: var(--lightColor);
    }

    .video__background .full__video {
        position: absolute;
        right: 3%;
    }

    .video__background .banner__content .banner__text {
        font-size: var(--fs-25);
    }

    .map__text .card__list .card__items img {
        height: 130px;
        object-fit: cover;
        object-position: center;
    }

    .map__text .card__list .card__items .card__text {
        left: 10px !important;
    }

    .map__text .card__list .card__items .card__text .card__title {
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
        font-size: var(--fs-20);
    }

    .about__wrapper:after {
        display: none;
    }

    .about__wrapper .about__box {
        max-width: 440px;
        width:100%;
    }

    .about__wrapper {
        height: 650px;
    }

    .about__wrapper.about__page {
        height: 450px;
    }

    .about__wrapper.about__page2 {
        height: 480px;
    }

    .about__wrapper.about__page .about__title {
        font-size: var(--fs-30);
        line-height: 30px;
    }

    .blog__wrapper .blog__box .blog__item img {
        width: 100%;
        object-fit: cover;
    }

    .footer .footer__btn .d-grid {
        display: flex !important;
    }

    .footer .footer__btn .page__btn {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }

    .footer .footer__btn .page__btn .line:before {
        right: calc(100% + -80px);
    }

    .footer .footer__links .nav.text-end {
        text-align: unset !important;
    }

    .footer .footer__links .nav {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: inherit !important;
    }

    .footer .footer__social {
        justify-content: center;
        align-items: center;
    }

    .tab__listCategory .tab-content .tab__box .tab__boxTitle {
        left: 50% !important;
    }

    .tab__listCategory .nav .nav-item .nav-link {
        border: 0 !important;
        padding: 10px;
        font-size: var(--fs-16);
        font-weight: var(--fw-5);
    }

    .tab__listCategory .swiper {
        margin-top: 40px;
    }

    .tab__listCategory .tab-content .tab-pane::before {
        opacity: 0;
    }

    .about__wrapper.page__wrapper2 {
        margin-top: 77px;
    }
}

@media (min-width: 1199.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1150px !important;
    }

    .video__background .full__video {
        right: 9%;
    }

    .map__text .card__list {
        margin-top: 30px;
    }

    .about__wrapper {
        height: 95vh;
        width: 100%;
    }

    .about__wrapper.about__page {
        height: 60vh;
        width: 100%;
    }

    .about__wrapper.about__page2 {
        height: 480px;
    }

    .about__page.about__wrapper:after {
        height: 60vh;
    }

    .about__page2.about__wrapper:after {
        height: 480px;
    }

    .blog-slider__img {
        transform: translateX(-40px);
    }

    .footer .footer__btn .page__btn .line:before {
        right: calc(100% + -150px);
    }

    .tab__listCategory .tab-content .tab-pane::before {
        width: 300px;
        height: 250px;
        left: -15px;
    }
}



@media (min-width: 1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px !important;
    }

    .video__background .full__video {
        right: 10%;
        bottom: 15%;
    }

    .map__text .card__list {
        margin-top: 30px;
    }

    .about__wrapper {
        height: 80vh;
        width: 100%;
    }

    .about__wrapper.about__page {
        height: 40vh;
        width: 100%;
    }

    .about__wrapper.about__page2 {
        height: 480px;
    }

    .about__wrapper:after {
        height: 80vh;
    }

    .about__page.about__wrapper:after {
        height: 40vh;
    }

    .about__page2.about__wrapper:after {
        height: 480px;
    }

    .blog-slider__img {
        transform: translateX(-80px);
    }

    .footer .footer__btn .page__btn .line:before {
        right: calc(100% + -210px);
    }

    .tab__listCategory .tab-content .tab-pane::before {
        width: 300px;
        height: 450px;
        left: -20px;
        top: -20px;
    }
}

.product__document .mobile__footer .accordion-item button {
    background-color: var(--redColor)!important;
    font-weight: var(--fw-6);
}
.product__document .mobile__footer .accordion-item .accordion-button:after {
    background-image: url(../img/svg/down-svg.svg) !important;
}
.product__document .accordion-item:before {
    content: none!important;
    background-color: transparent;
}
.product__document .mobile__footer .left__down span,
.product__document .mobile__footer .right__down span {
    font-size: var(--fs-14);
    font-style: italic;
    margin: 10px 0;
    letter-spacing: -0.7px;
}

.product__document .mobile__footer .left__down a,
.product__document .mobile__footer .right__down a {
    font-size: var(--fs-16);
    color: var(--redColor);
    letter-spacing: -0.7px;
}

.product__document .mobile__footer .left__down i,
.product__document .mobile__footer .right__down i {
    margin-right: 5px;
}

.product__document .mobile__footer .left__down:hover a,
.product__document .mobile__footer .right__down:hover a {
    font-size: var(--fs-16);
    color: var(--blackColor);
    transition: all 1s ease-in-out;
}
.product__document .mobile__footer .accordion-item {
    padding: 0;
}

.back__to-top {
	margin-bottom: 100px;
	width: 50px;
	height: 50px;
	background-color: var(--blackColor)!important;
}



.accordion-item {
    margin: 1rem 0;
    padding: 25px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}
.accordion-item .accordion-button p {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: var(--fs-75);
    opacity: 0.1;
    color: var(--lightColor);
}
.accordion-item .accordion-button span {
    font-size: var(--fs-35);
    margin-left: 13px;
    color: var(--lightColor);
    font-weight: var(--fw-6);
}
.accordion-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.62);
}

.accordion-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    color: var(--lightColor);
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item .accordion-body {
    padding: 1rem;
    line-height: 1.5rem;
    color: var(--lightColor);
    position: relative;
    z-index: 2;
    margin: 25px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #cecece, transparent) 1;
}

.accordion-button::after {
    background-image: url(../img/down_white.svg)!important;
}