@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap";
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
html {
    font-size: 16px;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000;
}
.main-color {
    color: #f40808 !important;
}
.color1 {
    color: #000 !important;
}
.color2 {
    color: #5b5b5b !important;
}
.main-color-bg {
    background-color: #f40808 !important;
}
.color-1-bg {
    background-color: #000 !important;
}
.color-2-bg {
    background-color: #5b5b5b !important;
}
.color-3-bg {
    background-color: #2d4e7f !important;
}
.color-4-bg {
    background-color: #2b3f6a !important;
}
.color-5-bg {
    background-color: #f5f5f5 !important;
}
.text-effect .splitting .char,
.aos-animate .splitting .char {
    -webkit-animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
@-webkit-keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
@keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
::-webkit-scrollbar {
    background-color: #f2f4ec;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}
.site-margin {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .site-margin {
        margin-bottom: 50px;
    }
}
.site-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}
.site-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 16.25rem;
    height: 3.125rem;
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}
.site-button:hover {
    background-color: #f81e1e;
    color: #fff;
}
header {
    background-color: #fff;
}
header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .logo img {
    height: 85px;
}
header .navbar .navbar-toggler {
    color: #000;
}
@media (max-width: 767px) {
    header .navbar .navbar-toggler {
        margin-left: auto;
    }
}
header .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar .navbar-collapse ul .dropdown:hover > .dropdown-menu .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0);
}
header .navbar .navbar-collapse ul > li:hover a::before {
    right: 0;
}
header .navbar .navbar-collapse ul > li a {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 1.1rem;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    height: 105px;
}
header .navbar .navbar-collapse ul > li a + ul {
    border-radius: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
    width: 230px;
}
header .navbar .navbar-collapse ul > li a + ul li {
    width: 100%;
}
header .navbar .navbar-collapse ul > li a + ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar .navbar-collapse ul > li a + ul li a {
    color: #fff;
    height: auto;
    padding: 12px 15px !important;
    display: block;
    font-size: 14px;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    white-space: normal;
}
header .navbar .navbar-collapse ul > li a + ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 25px !important;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .header-right .language .dropdown-toggle {
    padding: 5px 10px;
}
header .header-right .language .dropdown-menu {
    min-width: auto;
    width: 100%;
    border-radius: 0;
    background-color: #f0f0f0;
    border: 0!important;
}
header .header-right .language .dropdown-menu .dropdown-toggle {
    padding: 5px;
}
header .header-right .language .dropdown-menu .dropdown-item {
    padding: 0;
    text-align: center;
    font-size: 14px;
}
header .header-right .language .dropdown-menu .dropdown-item:focus {
    background: none;
    color: #000;
}
header .header-right .search-button {
    cursor: pointer;
}
header .header-right .search-button i {
    line-height: 1;
    color: #000;
    font-size: 1.2rem;
}
.search-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.search-full.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.search-full #close-btn {
    position: fixed;
    display: block;
    right: 20px;
    top: 22px;
    cursor: pointer;
}
.search-full #close-btn i {
    font-size: 28px;
}
.search-full #search-form {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
@media (max-width: 767px) {
    .search-full #search-form {
        width: 90%;
    }
}
.search-full #search-form #search-text {
    width: 100%;
    height: 3.75rem;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 1.375rem;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.search-full #search-form #search-text::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form [type="submit"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 10px;
    background: none;
    color: #fff;
    padding: 0;
    border: 0;
}
.search-full #search-form [type="submit"] i {
    font-size: 1.375rem;
}
.slider {
    height: calc(100vh - 78px);
    position: relative;
}
.slider .swiper .swiper-wrapper .swiper-slide {
    height: calc(100vh - 78px);
}
.slider .swiper .swiper-wrapper .swiper-slide img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider .swiper .swiper-wrapper .swiper-slide .text {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.slider .swiper .swiper-wrapper .swiper-slide .text .title {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.slider .swiper .swiper-wrapper .swiper-slide .text .desc p {
    font-size: 18px;
    font-weight: 300;
}
.slider .swiper .swiper-wrapper .swiper-slide .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    height: 50px;
    width: 150px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider .swiper .swiper-wrapper .swiper-slide .text a:hover {
    background-color: #fff;
    color: #000;
}
.slider .swiper .swiper-wrapper .swiper-slide-active .splitting .char {
    -webkit-animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
.section-1 .left .top {
    height: 130px;
    background-color: #000;
    padding: 20px 30px;
}
.section-1 .left .top p {
    font-size: 22px;
    color: #fff;
}
.section-1 .left .bottom {
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}
.section-1 .left .bottom p {
    font-size: 26px;
    text-align: center;
}
.section-1 .right img {
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-1 .right .text {
    height: 130px;
    background-color: #f40808;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.section-2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.section-2 .title {
    font-size: 1.6rem;
    color: #000;
    font-weight: 300;
}
.section-2 .title strong {
    font-weight: bold;
}
.section-2 .desc p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
}
.section-2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    font-size: 1rem;
    color: #fff;
    height: 50px;
    width: 250px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
}
.section-2 a:hover {
    color: #fff;
}
.section-3 .swiper-slide .item img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .section-3 .swiper-slide .item img {
        height: 220px;
    }
}
.section-3 .swiper-slide .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Poppins", sans-serif;
    padding: 40px;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.section-3 .swiper-slide .item .text span {
    display: block;
    font-size: 14px;
}
.section-3 .swiper-slide .item .text strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.section-3 .swiper-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-3 .swiper-button div {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.section-4 a img {
    width: 100%;
    aspect-ratio: 1;
}
.section-4 a .date {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.section-4 a .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.section-4 a .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.section-4 a .desc p {
    font-size: 14px;
    color: #000;
}
.section-4 a button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    color: #000;
}
.section-4 a button:hover {
    text-decoration: underline;
}
.section-5 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}
.section-5 .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}
.section-5 .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 35px;
}
.section-6 {
    position: relative;
    height: 600px;
}
.section-6::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.section-6 img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-6 .container {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
}
.section-6 .container .text {
    height: 360px;
    width: 550px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    margin-left: auto;
}
.section-6 .container .text .title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.section-6 .container .text .desc p {
    font-size: 20px;
    font-weight: 300;
    color: #4e5d65;
}
.section-6 .container .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #f40808;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    height: 50px;
    width: 150px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.section-6 .container .text a:hover {
    background-color: #000;
    color: #fff;
}
.section-7 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 490px;
}
.section-7 .text {
    font-family: "Poppins", sans-serif;
}
.section-7 .text .title {
    font-size: 2.5rem;
    font-weight: 300;
}
.section-7 .text .desc p {
    font-size: 1.25rem;
    line-height: 2.375rem;
}
.section-8 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}
.section-8 .text {
    font-family: "Poppins", sans-serif;
}
.section-8 .text .title {
    font-size: 2.5rem;
    font-weight: 300;
}
.section-8 .text .desc p {
    font-size: 1.25rem;
    line-height: 2.375rem;
}
.section-9 {
    background-color: #000;
}
.section-9 .block-title {
    color: #fff;
    letter-spacing: 0.15625em;
    font-size: 1.3rem;
}
.section-9 .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}
.section-9 .nav-tabs li {
    width: 50%;
}
.section-9 .nav-tabs li button {
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.16667em;
    font-size: 1.2rem;
    line-height: 1.66667;
    background: none !important;
    border: 0;
    border-bottom: 1px solid #8c8c97;
    color: #8c8c97;
    padding: 5px;
}
.section-9 .nav-tabs li button.active {
    border-color: #fff;
    color: #fff;
}
.section-9 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-9 .text .left,
.section-9 .text .right {
    width: 45%;
}
.section-9 .text .big-title {
    letter-spacing: 0.15625em;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.section-9 .text address {
    letter-spacing: 0.03571em;
    font-size: 0.9rem;
    color: #fff;
}
.section-9 .text ul {
    list-style: none;
    margin-bottom: 15px;
}
.section-9 .text ul li {
    letter-spacing: 0.03571em;
    font-size: 0.9rem;
    color: #fff;
}
.section-9 .text ul li:first-child {
    color: #8c8c97;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.section-9 .text ul li a {
    color: #fff;
}
.section-10 .left-img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: right;
    object-position: right;
}
.section-10 .left-text {
    font-family: "Poppins", sans-serif;
}
.section-10 .left-text i.bi {
    font-size: 64px;
    color: #000;
    line-height: 1;
}
.section-10 .left-text .title {
    font-weight: 300;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.section-10 .left-text span {
    display: block;
    font-size: 1.3rem;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
.section-10 .left-text p {
    margin: 0 0 25px;
    font-size: 1.1rem;
    line-height: 30px;
    font-weight: 400;
    color: #828282;
}
.section-10 .right-top .left,
.section-10 .right-top .right {
    height: 250px;
}
.section-10 .right-top .left {
    position: relative;
}
.section-10 .right-top .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-10 .right-top .left .text {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.section-10 .right-top .left .text span {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.section-10 .right-top .left .text .title {
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: -0.5px;
    color: #fff;
}
.section-10 .right-top .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-10 .right-bottom .left,
.section-10 .right-bottom .right {
    height: 350px;
}
.section-10 .right-bottom .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-10 .right-bottom .right {
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.section-10 .right-bottom .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-10 .right-bottom .right .text {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.section-10 .right-bottom .right .text span {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.section-10 .right-bottom .right .text .title {
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: -0.5px;
    color: #000;
}
.section-11 {
    position: relative;
}
.section-11 img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 85vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-11 .text {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}
.section-11 .text .title {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.section-11 .text .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-11 .text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    height: 50px;
    width: 150px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.section-11 .text a:hover {
    background-color: #fff;
    color: #000;
}
.start {
    position: relative;
    z-index: 1;
}
.start:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: 2;
    inset: 0;
}
.start img {
    position: relative;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 21.25rem;
}
.start h1 {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    text-align: center;
}
.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li + li::before {
    font-size: 10px;
    content: var(--bs-breadcrumb-divider, "/");
}
.product-detail div:after {
    color: #000;
    font-size: 34px;
}
.product-detail iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.product-detail .text strong {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
    display: none;
}
.product-detail .text h2 {
    font-size: 2rem;
    color: #000;
    font-weight: 300;
}
.product-detail .text .desc {
    margin-bottom: 1.875rem;
}
.product-detail .text .desc p {
    font-size: 1.125rem;
    font-weight: 300;
    color: #000;
}
.product-detail .text .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    font-size: 1rem;
    color: #fff;
    height: 50px;
    width: 250px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}
.product-detail .text .btn:hover {
    color: #fff;
}
.product-detail .text a {
    color: #000;
    font-weight: 500;
}
.product-detail .text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    gap: 20px;
}
.product-detail .text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6.25rem;
    height: 2.8125rem;
    border: 1px solid #707070;
    font-size: 1.125rem;
}
.product-detail-table .title {
    font-size: 1.5rem;
}
.product-detail-table .desc p {
    font-size: 1rem;
}
.product-detail-table .desc p a {
    color: #f40808;
    font-weight: 500;
}
.product-detail-table .table-title {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
}
form input,
form textarea {
    width: 100%;
    padding: 1rem 0.9375rem;
    border: 1px solid #dedede;
}
form textarea {
    height: 150px;
}
form button {
    padding: 12px 40px !important;
}
.contact address {
    background-color: #f7f7f7;
    padding: 70px 50px;
    height: 100%;
}
.contact address ul {
    list-style: none;
}
.contact address ul li:not(:last-child) {
    margin-bottom: 20px;
}
.contact address ul li,
.contact address ul li strong,
.contact address ul li a,
.contact address ul li span {
    color: #333;
    font-size: 1rem;
}
.section-2-1 {
    text-align: center;
}
.section-2-1 .title {
    font-size: 2.2rem;
    font-weight: 300;
}
.section-2-1 .title strong {
    font-weight: bold;
}
.section-2-1 .desc p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
}
.section-7-1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 490px;
}
@media (min-width: 768px) {
    .section-7-1 .text {
        padding: 0 30px;
    }
}
.section-7-1 .text .title {
    font-size: 2.2rem;
    font-weight: 300;
}
.section-7-1 .text .desc p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
}
.section-8-1 img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}
.section-8-1 .text .title {
    font-size: 2.2rem;
    font-weight: 300;
}
.section-8-1 .text .desc p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000;
}
.news-page .item {
    display: block;
}
.news-page .item:hover .text .title {
    color: #f40808;
}
.news-page .item .text {
    background-color: #fff;
    padding: 20px 0 0;
}
.news-page .item .text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-page .item .text .desc {
    margin-bottom: 30px;
}
.news-page .item .text .desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}
.news-page .item .text .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background-color: #f40808;
    color: #fff;
    font-size: 16px;
}
.gallery img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1;
}
.gallery-2 img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1.3;
}
footer {
    background-color: #f5f5f5;
}
footer .band {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 100px;
    background-color: #000;
    color: #fff;
}
footer .band strong {
    font-size: 26px;
    font-weight: 600;
}
footer .band span {
    font-size: 15px;
}
footer form {
    position: relative;
    margin-bottom: 1.875rem;
}
footer form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0);
    height: 2.5rem;
}
footer form input::-webkit-input-placeholder {
    color: #000;
}
footer form input::-moz-placeholder {
    color: #000;
}
footer form input:-ms-input-placeholder {
    color: #000;
}
footer form input::-ms-input-placeholder {
    color: #000;
}
footer form input::placeholder {
    color: #000;
}
footer form button {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1rem;
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
}
@media (max-width: 767px) {
    footer .footer-logo {
        text-align: center;
    }
    footer .footer-logo img {
        height: 90px;
    }
}
footer .footer-title {
    margin-bottom: 1.25rem;
    font-size: 16px;
}
footer .footer-title-newsletter {
    font-size: 20px;
}
footer ul {
    list-style: none;
}
footer a,
footer p {
    font-size: 1rem;
    margin: 0;
    display: block;
    margin-bottom: 10px;
    color: #000;
}
footer a[href]:hover,
footer p[href]:hover {
    color: #000;
    text-decoration: underline;
}
footer .copy {
    font-size: 0.875rem;
    color: #000;
}
footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
}
@media (max-width: 767px) {
    footer .social {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
footer .social a {
    font-size: 14px;
    color: #000;
}
#back-to-top {
    display: none;
    position: fixed;
    z-index: 61;
    bottom: 1.875rem;
    right: 1.875rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #f40808;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
#back-to-top i {
    background: none;
    line-height: 1;
    font-size: 1.5625rem;
    color: #fff;
}
#back-to-top:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 110%;
    top: -30%;
    left: -30%;
    width: 110%;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    opacity: 0;
    background: #000;
}
#back-to-top:hover:after {
    top: -5%;
    left: -5%;
    opacity: 1;
}
@media (max-width: 1399px) {
    html {
        font-size: 15px;
    }
}
@media all and (min-width: 1200px) {
    .nav-item .dropdown-menu {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    html {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        border: none !important;
        overflow: auto;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    header .navbar {
        position: static;
    }
    header .navbar .navbar-collapse {
        background-color: #f40808;
        position: absolute;
        z-index: 9999;
        left: 0px;
        right: 0px;
        top: 85px;
        padding: 15px;
        height: calc(100vh - 85px);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        overflow: auto;
    }
    header .navbar .navbar-collapse ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    header .navbar .navbar-collapse ul > li a {
        height: 30px;
        font-size: 18px;
        color: #fff;
    }
    header .navbar .navbar-collapse ul > li a + ul {
        background-color: #f40808;
        width: 100%;
    }
    header .navbar .navbar-collapse ul > li a + ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    header .navbar .navbar-collapse ul > li a + ul li a {
        color: #fff;
        font-size: 18px;
    }
}