@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("aos.css");
@import url("fancybox.css");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "League Spartan", sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

body {
    background-color: rgb(24, 24, 22);
}

.slider5 .mainSwiper img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

.slider5 .mainSwiper h2 {
    color: rgb(255, 255, 255);
    font-size: 100px;
    font-weight: 700;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1;
    transition: 0.3s 0.5s;
    opacity: 0;
    transform: translateY(15px);
}

.slider5 .mainSwiper p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
    width: 500px;
    max-width: 100%;
    line-height: 1.2;
    transition: 0.3s 1s;
    opacity: 0;
    transform: translateY(15px);
}

.slider5 .mainSwiper .swiper-slide-active h2,
.slider5 .mainSwiper .swiper-slide-active p {
    opacity: 1;
    transform: translateY(0px);
}

.btn_component1 {
    height: 55px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(24, 24, 22);
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid transparent;
    gap: 9px;
    pointer-events: all;
}

.btn_component1:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.slider5 .mainSwiper .swiper-slide {
    position: relative;
}

.slider5 .mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.2;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px;
    pointer-events: none;
}

.slider5 .mainSwiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.slider5 .mainSwiper .swiper-slide .container>div {}

.slider5 .mainSwiper {
    position: relative;
    overflow: hidden;
}

.slider5 .mainSwiper>.container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 3;
    align-items: center;
}

.slider5 .mainSwiper>.container>div:first-child {
    display: flex;
    gap: 11px;
}

.slider5 .mainSwiper>.container button {
    pointer-events: all;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.slider5 #mainPagination {
    width: auto;
}

.slider5 #mainPagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
}

.slider5 #mainPagination .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.header15 .current_time {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.header15 .top_right {
    display: flex;
    justify-content: flex-end;
    height: 48px;
    align-items: center;
}

.header15 .top_right>span {
    margin-right: 24px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}

.header15 .top_right ul {
    display: flex;
    gap: 12px;
}

.header15 .top_right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
}

.header15 .top_right ul li a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.header15.header_menu {
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 15px 30px;
}

.header15 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header15 .the_logo1 img {
    height: 60px;
}

.header15 .hm_inner {
    display: flex;
}

.header15.header_menu .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header15 .hm_inner ul {
    gap: 18px;
}

@media (min-width: 1201px) {

    .ia_content .btn_component1:hover,
    .page_header.section_padding a:hover {
        background-color: transparent;
        color: rgb(255, 255, 255);
    }

    .header15 .hm_inner>ul>li>ul {
        pointer-events: none;
    }

    .header15 .hm_inner>ul>li:hover>ul {
        pointer-events: all;
    }

    .header15 .hm_inner>ul>li:hover>a {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .header15 .src_overlay.active input {
        padding-left: 45px;
    }

    .header15 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header15 .src_button.active img:last-child {
        display: block;
    }

    .header15 .src_button.active img:first-child {
        display: none;
    }

    .header15 .sub-menu li {
        position: relative;
    }

    .header15 .sub-menu li ul {
        left: 100%;
        top: 0px;
    }

    .header15 .sub-menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    .header15 .hm_inner>ul>li ul li {
        position: relative;
    }

    .header15 .hm_inner>ul>li ul li ul {
        position: absolute;
        left: 100%;
        top: 0px;
    }

    .header15 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header15 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(210, 234, 245);
        color: rgb(28, 63, 92);
    }

    .header15 .hm_inner>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner>ul>li:hover>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header15 .hm_inner>ul>li {
        position: relative;
    }

    .header15 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header15 .hm_inner>ul>li:hover a {}

    .header15 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header15 .src_button.active {
        margin-right: -30px;
    }
}

.header15 .hm_inner>ul>li>a {
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
    letter-spacing: 1px;
}

.header15 .hm_inner ul li.active>a {
    text-decoration: line-through;
    font-weight: 700;
}

.header15 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header15 .has-submenu+i {
    display: none;
}

.header15 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 5px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(26, 63, 92);
}

.header15 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 8px;
    font-size: 13px;
    white-space: nowrap;
}

.header15 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    display: none;
}

.header15 .src_button img {
    height: 24px;
}

.header15 .src_button img:last-child {
    display: none;
}

.header15 .menu_trigger {
    display: none;
}

.header15 .src_overlay {
    width: 240px;
    margin-left: 40px;
    position: relative;
}

.header15 .src_overlay.active {
    width: 260px;
}

.header15 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 34px;
    padding-left: 34px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
}

.header15 .src_overlay input:focus {
    border-color: rgb(194, 133, 204);
}

.header15 .src_overlay button {
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 2;
    width: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.header15 .src_overlay button img {
    width: 18px;
}

.header15.header_menu .row>div.active .the_logo1,
.header15.header_menu .row>div.active .hm_inner>button {
    visibility: hidden;
}

.header15 .src_overlay button img:last-child {
    display: none;
}

.header15 .header_src>button {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgb(210, 235, 245);
}

.header15 .ct_overlay ul {
    display: flex;
    gap: 20px;
}

.header15 .ct_overlay ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    height: 48px;
}

.header15 .ct_overlay ul li svg {
    height: 14px;
}

.header15 .header_btns {
    display: flex;
    gap: 10px;
}

.header15 .header_btns li a {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background-color: transparent;
    color: rgb(26, 63, 92);
    height: 42px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    white-space: nowrap;
    border: 1px solid rgb(26, 63, 92);
}

.header15 .header_btns li a:hover {
    background-color: rgb(26, 63, 92);
    color: rgb(255, 255, 255);
}

.header15 .header_btns li a.pureLink {
    background-color: transparent;
    color: rgb(69, 163, 204);
}

.header15 .header_btns li a.pureLink:hover {
    background-color: rgb(245, 245, 245);
}

.header15 .header_src {
    position: relative;
}

.header15 .src_input {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    display: none;
}

.header15 .src_input button {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(146, 146, 146);
    background-color: rgb(255, 255, 255);
}

.header15 .src_input.active {
    display: block;
}

.header15 .src_input input {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(234, 234, 234);
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    width: 100%;
    padding-left: 40px;
}

.header15 .src_input svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (min-width: 1400px) {
    .slider5 .mainSwiper>.container {
        max-width: 1400px;
        width: 1400px;
    }
}

.top_right>a {
    color: rgb(255, 255, 255);
    margin-right: 15px;
    font-weight: 600;
}

.section_padding {
    padding: 80px 0px;
}

.text_component p {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 1200px;
    max-width: 100%;
    margin: 0px auto;
    font-size: 32px;
    line-height: 1.2;
    padding: 0px 30px;
}

.content-inner {
    width: 100%;
    color: rgb(255, 255, 255);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 550px;
    display: inline-block;
}

.content-inner>* {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (min-width: 1201px) {
    .content-inner:hover .content-front {
        transform: rotateY(-180deg);
    }

    .content-inner:hover .content-back {
        transform: rotateY(0deg);
    }
}

@media (min-width: 993px) {
    .cards-wrap .col-lg-4:nth-child(3n+2) {
        transition-delay: 0.5s !important;
    }

    .cards-wrap .col-lg-4:nth-child(3n+3) {
        transition-delay: 0.7s !important;
    }
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 34px 0px;
    display: flex;
}

.content-front {
    background: rgb(39, 37, 53);
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.content-inner .content-back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: rgb(0, 0, 0);
    border-radius: 10px;
    padding-bottom: 0px;
    align-items: center;
}

.content-back .cf-inner::before {
    content: "";
    position: absolute;
    inset: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 0px 60px 80px;
    border-radius: 4px;
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content-inner .cf-inner .fs-wrapper {}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.dec-icon {
    position: relative;
    display: inline-table;
    width: 80px;
    height: 80px;
}

.dec-icon::before,
.dec-icon::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.dec-icon::before {
    left: -15px;
    top: 12px;
}

.dec-icon::after {
    right: -15px;
    bottom: 12px;
}

.dec-icon i {
    z-index: 3;
}

.content-back .dec-icon {
    top: -20px;
}

.content-inner .cf-inner .inner p {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 2.6em;
    font-weight: 500;
    padding-bottom: 10px;
}

.content-inner .cf-inner .inner h2::after {
    content: "";
    position: absolute;
    top: -20px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 1px;
}

.content-inner .content-front h4 {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 4px;
}

.content-inner .cf-inner .inner h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}

.single-slider-wrap img {
    width: 100%;
    height: auto;
}

.content-inner .content-front .section-separator::before,
.content-inner .content-front .section-separator::after {
    background: rgba(255, 255, 255, 0.3);
}

.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat;
    background-origin: content-box;
}

.fs-wrapper {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.content-inner .cf-inner .fs-wrapper {
    border-radius: 4px;
}

.content-back .cf-inner {
    align-items: center;
    padding-bottom: 0px;
}

.content-front .btn_component1 {
    pointer-events: none;
}

.index_about {
    display: flex;
    overflow: hidden;
}

.index_about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ia_img {
    width: 50%;
}

.ia_texts {
    width: 70%;
}

.ia_content {
    padding: 50px 0px;
    position: relative;
}

.ia_content::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 100%;
    width: 120px;
    background-color: rgb(24, 24, 22);
}

.ia_content div {
    width: 440px;
    max-width: 100%;
}

.ia_content h3 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 30px;
}

.ia_content h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.ia_content p {
    color: rgb(255, 255, 255);
}

.ia_content .btn_component1 {
    background-color: rgb(255, 255, 255);
    color: rgb(24, 24, 22);
    margin-top: 30px;
}

.ia_full {
    border-top: 1px solid rgb(217, 217, 217);
    padding: 40px 30px 40px 60px;
}

.ia_full h3 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px;
}

.ia_full p {
    color: rgb(255, 255, 255);
}

.main-footer {
    padding: 100px 0px 0px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    max-width: 200px;
}

.footer-links {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding-right: 20px;
    margin-right: 20px;
}

.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-links ul li {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.footer-links ul li:last-child {
    margin-bottom: 0px;
}

.footer-links ul li a {
    color: inherit;
    transition: 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-links h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.footer-links p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.footer-links p a {
    color: inherit;
    transition: 0.4s ease-in-out;
}

.footer-contact-item {
    margin-bottom: 30px;
}

.footer-contact-item:last-child {
    margin-bottom: 0px;
}

.footer-links.footer-newsletter-form {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.footer-newsletter-form .form-group {
    display: flex;
    margin-top: 30px;
}

.footer-newsletter-form .form-group div {
    flex: 1 1 0%;
    display: flex;
    margin-right: 5px;
}

.footer-newsletter-form .form-group input:first-child {
    border-right: none;
    border-radius: 30px 0px 0px 30px;
    width: 50%;
}

.footer-newsletter-form .form-group input:nth-child(2) {
    border-radius: 0px 30px 30px 0px;
    width: 50%;
}

.footer-newsletter-form .form-group .form-control {
    width: calc(100% - 50px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: rgb(255, 255, 255);
    background: transparent;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: 2px 0px 0px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: var(--white-color);
}

.footer-newsletter-form .form-group .newsletter-btn {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(24, 24, 22);
}

.footer-newsletter-form .form-group .newsletter-btn:hover {
    background: transparent;
    color: rgb(255, 255, 255);
}

.footer-newsletter-form .form-group .newsletter-btn i {
    font-size: 22px;
    margin-right: 2px;
    transition: 0.4s ease-in-out;
}

.footer-newsletter-form .policy-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.footer-newsletter-form .policy-checkbox .form-label {
    color: rgb(255, 255, 255);
    margin: 0px;
    line-height: normal;
}

.footer-newsletter-form .policy-checkbox .form-label a {
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s ease-in-out;
}

.footer-newsletter-form .policy-checkbox .form-label a:hover {
    color: var(--white-color);
}

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 60px;
    padding: 60px 0px;
}

.footer-copyright-text p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.footer-social-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-social-links ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.footer-social-links ul li a:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.footer-social-links ul li a i {
    font-size: 18px;
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

.footer-social-links ul li a:hover i {
    color: rgb(24, 24, 22);
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

.the_preloader {
    background-color: rgb(24, 24, 22);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0px;
    z-index: 9999;
}

.the_preloader img {
    width: 300px;
}

.the_preloader div {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.the_preloader span {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
}

.loader {
    height: 4.8px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    width: 500px;
    margin: 0px auto;
    max-width: 90%;
}

.loader::after {
    content: "";
    width: 96px;
    height: 4.8px;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    animation: 0.6s ease-in-out 0s infinite alternate none running hitZak;
}

@keyframes hitZak {
    0% {
        left: 0px;
        transform: translateX(-1%);
    }

    100% {
        left: 100%;
        transform: translateX(-99%);
    }
}

.the_preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s;
}

.page_header {
    padding-top: 154px;
    text-align: center;
}

.page_header h1,
.page_header h2 {
    font-size: 50px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 0px 0px 15px;
}

.page_header ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_header ul li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}

.page_header ul li {
    position: relative;
}

.page_header ul li+li {
    margin-left: 20px;
}

.page_header ul li+li::before {
    content: ".";
    position: absolute;
    left: -12px;
    top: -2px;
    color: rgb(255, 255, 255);
    font-weight: 900;
}

.page_header p {
    margin-top: 50px;
    font-size: 50px;
    color: rgb(255, 255, 255);
    line-height: 1;
}

.page_header p strong {
    display: block;
}

.page_header span {
    color: rgb(255, 255, 255);
    margin-top: 24px;
    display: block;
    font-size: 18px;
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 1em 0px 0.5em;
    line-height: 1.3;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0px;
    border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border: none;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

.content-detail> :first-child {
    margin-top: 0px;
}

.content-detail> :last-child {
    margin-bottom: 0px;
}

.aboutus_sec img {
    width: 100%;
}

.aboutus_sec * {
    color: rgb(255, 255, 255);
}

.aboutus_sec .row {
    align-items: center;
    row-gap: 30px;
}

.aboutus_sec .row div:nth-child(2) {
    padding-left: 30px;
}

.aboutus_sec .container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.aboutus_sec .container .row:nth-child(2n+2) {
    text-align: right;
}

.cf-inner span:not(.btn_component1) {
    color: rgb(255, 255, 255);
    font-size: 1.75rem;
}

.contact_sec iframe {
    width: calc(100% + 200px);
    height: 700px;
    filter: grayscale(1);
    float: right;
    opacity: 0.8;
}

.contact_p {
    display: flex;
    align-items: center;
}

.contact_p .cp_left {
    padding-right: 30px;
}

.contact_p .cp_left h3 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin: 0px 0px 20px;
}

.contact_p .cp_left h4 {
    color: rgb(255, 255, 255);
}

.contact_p .cp_left p,
.contact_p .cp_left p a {
    color: rgb(255, 255, 255);
}

.contact_p>div {
    width: 50%;
}

.contact_x8 {
    background-color: rgb(255, 255, 255);
    padding: 30px;
    position: relative;
    z-index: 2;
}

.contact_x8 h3 {
    font-size: 35px;
    line-height: 1;
    margin: 0px 0px 15px;
}

.contact_x8 p {
    line-height: 1.2;
    margin-bottom: 15px;
}

.contact_x8 input {
    width: 100%;
    padding: 0px 0px 0px 15px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 30px;
    height: 40px;
    margin-bottom: 15px;
}

.contact_x8 input::placeholder {
    color: rgb(0, 0, 0);
}

.contact_x8 button {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 4px;
    padding-top: 4px;
}

.detail_page .slider5 .mainSwiper img {
    height: 600px;
}

.detail_page .slider5 button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 28px;
}

.detail_page .slider5 button.wf_prev {
    left: 15px;
}

.detail_page .slider5 button.wf_next {
    right: 15px;
}

.detail_page * {
    color: rgb(255, 255, 255);
}

.detail_page .row {
    align-items: center;
}

.detail_page .row>div.col-lg-6:last-child {
    padding-left: 30px;
}

.detail_page #mainPagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    justify-content: center;
    width: 100%;
}

.detail_page .slider5 .mainSwiper .swiper-slide::before {
    display: none;
}

.prd_item {
    width: 100%;
}

.prd_item>a {
    display: flex;
    position: relative;
}

.prd_item>a em {
    position: absolute;
    inset: 0px;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s;
}

.prd_item>a em::before,
.prd_item>a em::after,
.prd_item>a::before,
.prd_item>a::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    top: 15px;
    z-index: 2;
    transition: 0.3s;
    opacity: 0;
}

.prd_item>a em::before {
    left: 15px;
    border-width: 1px 0px 0px 1px;
    transform: translateX(-15px) translateY(-15px);
}

.prd_item>a em::after {
    right: 15px;
    border-width: 1px 1px 0px 0px;
    transform: translateX(15px) translateY(-15px);
}

.prd_item>a::before {
    top: auto;
    left: 15px;
    bottom: 15px;
    border-width: 0px 0px 1px 1px;
    transform: translateX(-15px) translateY(15px);
}

.prd_item>a::after {
    right: 15px;
    top: auto;
    bottom: 15px;
    border-width: 0px 1px 1px 0px;
    transform: translateX(15px) translateY(15px);
}

.prd_item>span {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 15px 0px 0px;
    display: block;
    line-height: 1.2;
}

.prd_item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.prd_item:hover a::before,
.prd_item:hover a::after,
.prd_item:hover a em::before,
.prd_item:hover a em::after {
    opacity: 1;
    transform: none;
}

.prd_item:hover a em {
    opacity: 1;
}

#detail_second .row,
#detail_third .row {
    row-gap: 30px;
    align-items: flex-start;
}

.fixed_item {
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 10;
    padding: 0 30px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
}

.fixed_item.visible1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.fixed_item ul {
    background-color: rgb(44 44 44);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    border-radius: 50px;
    padding: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffffff26;
}

.fixed_item ul li button {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 4px;
}

.fixed_item ul li button.active {
    background-color: #fff;
    color: #2c2c2c;
}

.tab_pane1 {
    display: none;
}

section.tab_pane1.active {
    display: block;
}

.fixed_item .container {
    padding: 0;
    position: relative;
}

.fixed_item .container h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #fff;
    margin: 0;
    z-index: 2;
    font-size: 24px;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_header.section_padding {
    padding: 0;
}

.page_header.section_padding span {
    width: 600px;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 100%;
}

.page_header.section_padding a {
    margin-top: 30px;
    background-color: #fff;
    color: rgb(24, 24, 22);
}

.index_video {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
}

.index_video::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, .7);
}

.index_video>div {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    left: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.index_video div>i {
    font-size: 100px;
    color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}

.index_video>div>span {
    font-size: 36px;
    font-weight: 800;
    width: 100%;
    letter-spacing: 1px;
}

.video-play-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    z-index: 2;
    font-size: 36px;
    margin-left: 4px;
    color: #000;
}

.video-play-button:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.index_video>div>span span {
    font-size: 60%;
    font-weight: 400;
    display: block;
    letter-spacing: 0;
}

.news_section42.index_news {
    overflow: hidden;
}

.news_section42 .block_title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.news_section42 .block_title h2 {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 30px;
    font-size: 38px;
}

.news_section42 .block_title h2 i {
    width: 2px;
    height: 100%;
    background-color: #3d3d3d;
}

.news_section42 .block_title h2 a,
.news_section42 .event_item>div>div:nth-child(2) a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    position: relative;
    gap: 8px;
}

.news_section42 .block_title h2 a::before,
.news_section42 .event_item>div>div:nth-child(2) a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
    transition: all .3s;
}


.news_section42 .block_title ul {
    display: flex;
}

.news_section42 .block_title ul li button {
    color: #fff;
    font-size: 32px;
    padding: 0 15px;
}

.news_section42 .block_title ul li:nth-child(2) button {
    border-left: 1px solid #3d3d3d;
}

.news_section42 .event_item {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.news_section42 .event_item img {
    width: 100%;
    border-radius: 4px;
    transition: all 1s;
    height: 370px;
    object-fit: cover;
}

.news_section42 .event_item>a {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.news_section42 .event_item>a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 0, 0, .5);
    transition: all .3s;
    opacity: 0;
}

.news_section42 .event_item>a::after {
    content: "\f16d";
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
}

.news_section42 .event_item:hover>a::before,
.news_section42 .event_item:hover>a::after {
    opacity: 1;
}

.news_section42 .event_item>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news_section42 .event_item>div h3 {
    font-size: 18px;
    margin: 0;
}

.news_section42 .event_item>div h3 a {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.news_section42 .event_item>div span {
    font-size: 14px;
    display: block;
    color: #1e1e1e;
    opacity: .6;
    font-weight: 600;
    line-height: 1.6;
    margin: 5px 0;
}

.news_section42 .event_item>div>div:nth-child(1) {
    padding-right: 15px;
    width: 100%;
}

.news_section42 .event_item>div>div:nth-child(2) a {
    background-color: transparent;
    border-color: #1e1e1e;
    color: #1e1e1e;
}

@media (min-width: 1201px) {

    .news_section42 .block_title h2 a:hover::before,
    .news_section42 .event_item:hover>div>div:nth-child(2) a::before {
        width: calc(100% + 50px);
    }

    .news_section42 .block_title h2 a:hover::after,
    .news_section42 .event_item:hover>div>div:nth-child(2) a::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.brandslist {
    overflow: hidden;
}

.aboutus_section98 .counter_title.title_center {
    text-align: center;
    justify-content: center;
}

.title_center h2 {
    text-transform: capitalize;
    position: relative;
}

.title_center h2::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #EBB565;
    width: 100px;
}

.aboutus_section99 {
    padding: 120px 0;
}

.aboutus_section99 img {
    width: 100%;
    border-radius: 16px;
}

.aboutus_section99 .row {
    align-items: center;
    row-gap: 60px;
}

.aboutus_section99 .ia_texts {
    padding-left: 25px;
}

.aboutus_section99 .section_title2 h2 {
    font-size: 32px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

.aboutus_section99 .section_title2 h2 span {
    display: block;
    font-weight: 400;
    font-size: 70%;
}

.aboutus_section99 .section_title2 p {
    font-size: 16px;
    color: #fff;
}

.aboutus_section99 .ia_texts a {
    margin-top: 15px;
}

.aboutus_section99 .ia_texts a {
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    position: relative;
    height: 40px;
    background: #EBB565;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    gap: 10px;
}

@media(min-width:1201px) {
    .aboutus_section99 .ia_texts a:hover::before {
        width: calc(100% + 50px);
    }

    .aboutus_section99 .ia_texts a:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    .inline_arrow_hover i {
        position: relative;
    }

    .inline_arrow_hover i::before {
        transition: all .5s;
        pointer-events: none;
        display: inline-block;
    }

    .inline_arrow_hover i::after {
        content: "\f061";
        font-family: 'Font Awesome 6 Pro';
        transform: translateX(-100%) translateY(-50%);
        transition: all .5s;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .inline_arrow_hover:hover i::before {
        transform: translateX(100%);
        opacity: 0;
    }

    .inline_arrow_hover:hover i::after {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
}

.aboutus_section99+.aboutus_section99 {
    padding-top: 0;
}

.aboutus_section99+.aboutus_section99:nth-child(2n+2) .row {
    flex-direction: row-reverse;
}

.aboutus_section99+.aboutus_section99:nth-child(2n+2) .ia_texts {
    padding-right: 60px;
    padding-left: 15px;
    text-align: right;
    margin-left: auto;
}

.aboutus_section98 {
    padding: 0 0 80px;
}

.domre_item {
    position: relative;
}

.domre_item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    bottom: -30px;
    width: 100%;
    background-color: #0d0d0d;
    border-radius: 16px;
    z-index: -1;
}


/* responsive */

@media (max-width: 1400px) {
    .contact_sec iframe {
        width: calc(100% + 160px);
    }
}

@media (max-width: 1200px) {
    .domre_item::before {
        left: -15px;
        top: -15px;
        bottom: -15px;
    }

    .contact_sec iframe {
        width: calc(100% + 150px);
    }

    .ia_full h3 {
        font-size: 36px;
    }

    .btn_component1 {
        height: 42px;
        padding: 0px 24px;
        font-size: 16px;
    }

    .content-inner .cf-inner {
        padding: 0px 30px 30px;
    }

    .content-inner .cf-inner .inner {
        perspective: none;
        transform: none;
    }

    .content-back .cf-inner {
        align-items: flex-start;
    }

    .content-back .cf-inner::before {
        display: none;
    }

    .content-inner {
        height: 450px;
    }

    .header15 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header15 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header15 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header15 .h_menu>ul>li>a.has-submenu::after,
    .header15 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .header15 .has-submenu.active::after {
        content: "" !important;
        font-size: 18px;
    }

    .header15.header_menu .row>div {
        gap: 15px;
    }

    .header15 .middle_menu {
        margin-left: auto;
    }

    .header15 .src_overlay button img:last-child {
        display: block;
    }

    .header15 .src_overlay button img:first-child {
        display: none;
    }

    .header15 .the_logo1 img {}

    .header15 .src_overlay button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
    }

    .header15 .src_overlay button img {
        height: 20px;
    }

    .header15 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header15 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header15 .src_overlay input {
        padding-left: 15px;
    }

    .header15 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header15 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header15 .menu_trigger {
        display: block;
    }

    .header15.header_menu .row {
        position: relative;
    }

    .header15 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(0, 0, 0);
        margin-top: 15px;
        display: none;
    }

    .header15 .hm_inner ul li {
        width: 100%;
    }

    .header15 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
    }

    .header15 .hm_inner ul li+li a {
        border-top: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header15 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header15 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
    }

    .slider5 .hm_inner {
        justify-content: flex-end;
    }

    .slider5 .has-submenu.active::after {
        content: "" !important;
    }

    .slider5 .h_menu>ul>li>a.has-submenu::after,
    .slider5 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .slider5 .mainSwiper h2 {
        font-size: 64px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .news_section42 .block_title ul {
        display: none;
    }

    .news_section42 .block_title h2 {
        width: 100%;
        justify-content: space-between;
    }

    .news_section42 .block_title h2>i {
        display: none;
    }

    .fixed_item .container h3 {
        display: none;
    }

    .slider5 #mainPagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .detail_page .slider5 button {
        display: none;
    }

    .detail_page .row {
        row-gap: 30px;
    }

    .detail_page .row>div.col-lg-6:last-child {
        padding-left: 15px;
    }

    .contact_sec iframe {
        width: 100%;
        margin-top: 40px;
    }

    .page_header p {
        font-size: 36px;
    }

    .aboutus_sec .row div:nth-child(2) {
        padding-left: 30px;
    }

    .aboutus_sec .row div:nth-child(2) {
        padding-left: 15px;
    }

    .aboutus_sec .container .row:nth-child(2n+2) {
        flex-direction: column-reverse;
        text-align: left;
    }

    .ia_content::before {
        width: 80px;
    }

    .bg {
        overflow: hidden;
    }

    .bg::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        background: linear-gradient(rgb(0, 0, 0) 0%, rgba(39, 110, 246, 0) 100%);
        opacity: 0.5;
    }

    .content-inner .content-back {
        transform: none;
        width: 100%;
        height: auto;
        top: 30px;
        transform-style: unset;
        box-shadow: none;
        background: transparent;
        align-items: flex-start;
    }

    .header15.header_menu .container,
    .header15.header_top .container {
        max-width: 100%;
        padding: 0px 30px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper>.container button {
        display: none;
    }

    .slider5 .mainSwiper .swiper-slide .container>div {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .ia_texts {
        width: 100%;
    }

    .aboutus_section99 .ia_texts {
        padding-left: 0;
    }

    .aboutus_section99 {
        padding: 40px 0;
    }

    .aboutus_section99+.aboutus_section99:nth-child(2n+2) .ia_texts {
        padding-right: 0;
    }

    .aboutus_section99 .section_title2 h2 {
        font-size: 24px;
    }

    .news_section42 .event_item>div h3 a {
        font-size: 18px;
    }

    .news_section42 .block_title h2 {
        font-size: 28px;
    }

    .news_section42 .block_title ul li button {
        font-size: 24px;
    }

    .news_section42 .event_item img {
        height: 270px;
    }

    .news_section42 .event_item>a::after {
        font-size: 40px;
    }

    .index_video>div>span {
        font-size: 28px;
        padding: 0 15px;
    }

    .index_video {
        height: 400px;
    }

    .video-play-button:before,
    .video-play-button:after {
        width: 70px;
        height: 70px;
    }

    .video-play-button i {
        font-size: 26px;
    }

    .index_video>div {
        gap: 20px;
    }

    .fixed_item ul li {
        flex: 1;
    }

    .fixed_item ul {
        gap: 10px;
    }

    .fixed_item ul li button {
        width: 100%;
        padding: 4px 10px 0 10px;
        white-space: nowrap;
        font-size: 15px;
        height: 36px;
    }

    .contact_p {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .contact_sec iframe {
        height: 450px;
    }

    .contact_p>div {
        width: 100%;
    }

    .footer-logo img {
        max-width: none;
        height: 50px;
        width: auto;
    }

    .page_header p {
        font-size: 24px;
    }

    .page_header span {
        font-size: 16px;
        line-height: 1.4;
    }

    .page_header h1,
    .page_header h2 {
        font-size: 36px;
    }

    .page_header {
        padding-top: 100px;
    }

    .main-footer .row>div:nth-child(2),
    .main-footer .row>div:nth-child(3) {
        margin: 30px 0px;
    }

    .main-footer {
        padding-top: 60px;
    }

    .footer-links {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px;
    }

    .index_about {
        flex-wrap: wrap;
    }

    .index_about>div {
        width: 100%;
    }

    .index_about img {
        height: auto;
        min-height: 400px;
        object-fit: cover;
    }

    .ia_content,
    .ia_full {
        padding: 30px;
    }

    .ia_full h3 {
        font-size: 28px;
    }

    .content-inner {
        height: 350px;
    }

    .container {
        padding: 0px 30px;
    }

    .text_component p {
        font-size: 18px;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .header15 .src_input svg {
        left: 0px;
    }

    .header15 .src_input input {
        padding-left: 25px;
    }

    .header15 .hiddenMobile {
        display: none;
    }

    .header15 .v_hidden {
        display: none !important;
    }

    .header15 .top_right {
        position: relative;
    }

    .header15 .header_src {
        position: static;
    }

    .header15.header_menu .container,
    .header15.header_top .container {
        padding: 0px 15px;
    }

    .header15 .src_input {
        right: auto;
        left: 0px;
        width: 100%;
    }

    .header15 .header_src {
        margin-right: auto;
    }

    .header15 .header_src>button {
        border-right: none;
    }

    .header15 .src_overlay button,
    .header15 .src_overlay input {
        height: 30px;
    }

    .header15 .src_button {
        font-size: 24px;
    }

    .header15 .ct_overlay {
        display: none;
    }

    .header15 .the_logo1 img {
        height: 40px;
    }

    .header15 .hm_inner ul {
        left: 15px;
        right: 15px;
        padding: 15px;
    }

    .slider5 .top_bar .container,
    .slider5 .header_1 .container {
        padding: 0px 15px;
    }

    .slider5 #mainPagination {
        bottom: 15px;
    }

    .slider5 .mainSwiper h2 {
        font-size: 36px;
    }

    .slider5 .mainSwiper p {
        font-size: 16px;
        margin-top: 15px;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        padding: 0px 30px;
    }

    .btn_component1 {
        font-size: 16px;
        height: 45px;
        padding: 0px 20px;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        margin-top: -25px;
    }
}