@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,700;1,400&family=Roboto:wght@300;400;700;900&display=swap');
:root {
    --primary-color: #0517db;
    --main-color-title: #076aeb;
    --main-color-title-sub: #076aeb;
    --main-bg-ul: #1B2870;
    --main-bg-ul-active: #0d218e;
    --color-href: #333;
    --color-href-hover: #eb9a00;
    --color-link-sub: #fff;
    --fs-title-cate: 20px;
    --fs-title-page: 25px;
}

.clampline {
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.line2 {
    -webkit-line-clamp: 2;
}

.line3 {
    -webkit-line-clamp: 3;
}

.line4 {
    -webkit-line-clamp: 4;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #fa8a0a;
    text-decoration: none;
}

.list-items-category h6 a:hover {
    color: #fa8a0a;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: 1.5rem;
    position: relative;
}

.article-thumbnail {
    width: 100%;
    aspect-ratio: 3 / 2;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: block;
}

.ratio3-2 {
    aspect-ratio: 3 / 2.3 !important;
}

.ratio16-9 {
    aspect-ratio: 16 / 9 !important;
}

.ratio4-3 {
    aspect-ratio: 4 / 3 !important;
}

.article-thumbnail img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.article-thumbnail img:hover {
    transform: scale(1.1);
}
/*------OWL Owl Carousel items to equal height----*/
.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
/*------END Owl Carousel items to equal height----*/

.homepage {
    background: #f5f5f5;
}

.header-nav .logo {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    width: 120px;
}

header.header-nav {
    /* background: #0f324e; */
}

.text-justify {
    text-align: justify;
}

.navbar-collapse {
    padding: 20px;
}

.sticky-top .navbar-collapse {
    padding: 5px;
}

.header-nav .navbar-nav .nav-link {
    padding: 0px 20px;
}

.header-nav.sticky-top {
    background: #ffffff;
    box-shadow: 0px 0px 5px #0a264f;
    position: sticky !important;
}

.sticky-top .top-header {
    display: none;
}

.sticky-top img.logo {
    width: 85px;
    padding: 5px;
}

.header-nav.sticky-top .navbar-brand.logo img {
    width: 80px;
}

.desc-slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.desc-slider-content .desc {
    margin: 0 auto;
}

.desc-slider-content .desc h5,
.desc-slider-content .desc p {
    color: #fff;
}

.desc-slider-content .desc h5 {
    font-weight: 700;
    font-size: 35px;
}

footer.bt-footer {
    padding-top: 25px;
    color: #fff;
    border-top: 2px solid #48648d;
    background: linear-gradient(0deg, rgb(0 42 116 / 89%), rgb(1 0 6 / 83%)), url(../assets/images/bg-footer.jpg) center bottom / cover no-repeat;
}

.info-page h4 {
    display: flex;
    align-content: center;
    font-size: 35px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.info-page p {
    text-align: center;
    margin-top: 20px;
}

.info-page h4 img {
    display: block;
    width: 220px;
    margin-bottom: 12px;
    margin-right: 20px;
}

.list-social a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #f9f9f9;
    margin: 5px;
    border-radius: 5px;
}

.list-social i {
    font-size: 20px;
    color: #01236b;
}

.list-social a:hover {
    background: #01236b;
}

.list-social a:hover i {
    color: #fff;
}

.header-social.list-social a {
    height: 18px;
    width: 18px;
    background: transparent;
    margin: 5px 15px;
}

.header-social.list-social i {
    font-size: 14px;
}

.header-nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 110;
}

.top-header {
    padding-top: 17px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: linear-gradient(0deg, rgba(186, 209, 241, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.banner-slider {
    position: relative;
    overflow: hidden;
}

.banner-slider:before {
    left: 0;
    transform: skewY(4.5deg);
}

.banner-slider:before,
.banner-slider:after {
    position: absolute;
    bottom: -3vw;
    width: 50%;
    height: 8vw;
    background-color: #f5f5f5;
    z-index: 101;
    content: '';
}

.banner-slider:after {
    right: 0;
    transform: skewY(-4.5deg);
}

.banner-slider:before,
.banner-slider:after {
    position: absolute;
    bottom: -3vw;
    width: 50%;
    height: 8vw;
    background-color: #f5f5f5;
    z-index: 101;
    content: '';
}

.intro-aboutus {
    z-index: 102;
    position: relative;
}

.intro-aboutus .header-title {
    text-align: center;
}

.intro-aboutus .header-title h5 {
    font-weight: bold;
    color: #0d6efd;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
}

.services {
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(24 24 24 / 50%)), url(../assets/images/bg-servies.jpg) center center / cover no-repeat;
}

.list-services .item-title i {
    display: block;
    margin-bottom: 32px;
    margin-left: 40px;
    font-size: 70px;
    transition: all 0.3s;
    color: #be001c;
}

.section-title {
    text-align: center;
    padding: 25px 0px;
}

.section-title h5 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
    color: #0d6efd;
}

.services .section-title h5 {
    font-weight: bold;
    color: #ffc107;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.services .section-title p {
    color: #fff;
}

.owl-services {
    height: 410px;
    margin-top: 60px;
    margin-bottom: 25px;
}

.list-services .items {
    background: #00000085;
    border: 1px solid #4f4f4f;
    padding: 20px;
    color: #fff;
    position: relative;
}

.list-services .items p {
    line-height: 1.5rem;
}

.list-services .items::after {
    content: '';
    display: block;
    background-image: url(../assets/images/pattern7.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 39px;
    z-index: 11111;
    top: 25px;
    background-size: 100%;
    width: 75px;
    height: 45px;
}

.list-services .items h5 {
    font-weight: bold;
    font-size: 35px;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #ababab;
}

.list-services .item-title a i {
    color: #ababab;
}

.owl-services .owl-stage {
    display: inline-block;
    height: 100%;
}

.owl-services .owl-stage .owl-item {
    width: auto;
    height: 100%;
}

.home-products .section-title {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 0;
}

.home-products .section-title h3 {
    font-size: 22px;
    line-height: 1.64;
    margin: 0;
    letter-spacing: normal;
    text-align: left;
    color: var(--primary);
    margin-bottom: 6px;
}

.home-products .section-title h2 {
    text-align: left;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
    color: #0d6efd;
}

.card-car-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #222732;
    border-radius: 10px;
    visibility: visible;
    height: 100%;
}

.card-car-body {
    padding: 0 22px 19px;
}

.card-car__name {
    display: block;
    text-align: left;
    font-size: 17px;
    line-height: 21px;
    margin-top: 11px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.card-car__price {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 24px;
    margin-left: auto;
    color: #fff;
}

.card-car__separator {
    margin: 0 0 18px;
    background: #343b4a;
    height: 1px;
}

.card-car__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.card-car__info span {
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #99a1b2;
    margin-right: 20px;
    line-height: 28px;
}

section.home-news {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    background: #e9e9e9;
    padding: 20px 0px;
    background: linear-gradient(0deg, rgb(88 95 109 / 50%), rgb(63 114 213 / 50%)), url(../assets/images/bg-news.jpg) center center / cover no-repeat fixed;
}

.home-news .section-title h5 {
    line-height: 48px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
}

.home-news .section-title p {
    color: #fff;
}

.home-news .section-title {
    text-align: center;
    padding-bottom: 0px;
}

.grid-gallery img {
    width: 100%;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
}

.gallery__item .gallery-img-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.gallery__item:hover .gallery-content {
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: black;
    opacity: 0.0;
    position: absolute;
    width: 100%;
    height: 0;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.gallery-content i {
    color: #fff;
    font-size: 24px;
}

.gallery__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery__item--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
}

.gallery__item--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
}

.gallery__item--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
}

.vc_separator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ebebeb;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.vc_separator.text-uppercase h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #728193;
    letter-spacing: 1px;
    font-weight: 400;
}

.vc_separator.vc_separator_align_center h5 {
    padding: 0 0.8em;
}

.vc_separator h5 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    flex: 0 1 auto;
    color: #333;
}

.owl-nav button {
    cursor: pointer !important;
    position: absolute;
    top: 40% !important;
    border-radius: 50% !important;
    background: #fff !important;
    height: 45px;
    width: 45px;
    border: 1px solid #d2d2d3 !important;
}

.owl-next.disabled,
.owl-prev.disabled {
    background: #ffffff75 !important;
}

.owl-adv-bottom .owl-item.active {
    border: 1px solid #cdcdcd;
}

.owl-nav button span {
    font-size: 25px;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -15px;
}

.title-page-header .logo {
    width: 120px;
    padding: 10px;
}

.title-page-header h5 {
    margin: 0px;
}

.logo-flex img {
    width: 120px;
}

.logo-flex {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    text-align: center;
}

.btn-sv-more {
    position: absolute;
    right: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45px;
    height: 32px;
    width: 75px;
}

.btn-sv-more:hover {
    background-color: #ffffff8f;
    border-radius: 5%;
}

.btn-sv-more i {
    font-size: 20px !important;
    color: #fff;
    margin: 0 !important;
    font-weight: 800;
}

.bg-trans-slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b2e4cba;
    background: linear-gradient(0deg, rgba(2, 2, 105, 0.2637429971988795) 0%, rgba(2, 10, 111, 1) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 90%);
}

.sticky-top .navbar-light .navbar-nav .nav-link.active,
.sticky-top .navbar-light .navbar-nav .nav-link {
    color: #031868;
}

.owl-adv-bottom .owl-nav button {
    top: 15% !important;
}

.bt-footer h5:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #c00113;
    margin-top: 5px;
}

.info-bottom-contact label {
    font-weight: bold;
}

.info-bottom-contact p {
    margin-bottom: 2px;
}

.info-bottom-contact p i {
    font-weight: bold;
    color: #c00113;
    margin-right: 10px;
}

.copyright {
    background-color: #01236bcf;
    border-top: 1px solid #f9f9f93b;
}

.page-subcontent {
    background-color: #f9f9f9;
}

.page-subcontent .header-nav {
    position: relative;
}

.page-subcontent .header-nav {
    position: relative;
    background: #002b62;
}

.header-nav .header-contact a,
.header-nav .head-top-right a i {
    color: #fff;
}

.navbar-light button i,
.navbar-light .navbar-nav a,
.navbar-light .navbar-nav a.active {
    color: #fff;
}

.content-product {
    position: relative;
}


/*-----------SUB PAGE---------------*/

section.body-page {
    margin: 10px 0px;
}

.descript_product_short h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.list_desc_specifications {
    background: #d0d1d3;
    padding: 10px;
}

.list_desc_specifications h5 {
    font-weight: bold;
    margin-top: 0.5rem;
}

.list_desc_specifications table td {
    padding: 10px;
}

.price-details {
    font-weight: 800;
    color: #db2d2e;
    margin: 10px 0px;
    font-size: 25px;
    margin-bottom: 0px;
}

.price-details-note {
    color: #8f8d8d;
    font-style: italic;
}

#motachitiet {
    padding: 10px;
}

#motachitiet h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    margin-top: 20px;
    padding-bottom: 5px;
}

.main-content {
    background: #fff;
}

.related_details {
    margin: 15px 0px;
}

.related_details .line_bt_title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
}

.related_details .line_bt_title:before {
    content: '';
    display: inline-block;
    border-left: 4px solid #f6933e;
    height: 20px;
    width: 2px;
    margin-right: 8px;
}

.descript_product_short {
    position: relative;
    height: 100%;
}

.list_desc_specifications {
    background: #d0d1d3;
    padding: 10px;
    position: sticky;
    top: 10%;
}

.grid-content .right-content {
    height: 100%;
}


/*-----------END SUB PAGE---------------*/

.owl-services .items img {
    width: 80px;
    padding: 5px;
}

.md_product>.container>.row>.col-md-3 {
    display: none;
}

.md_product>.container>.row>.col-md-9 {
    width: 100%;
}

.subpage_view_contentpage {
    background-color: #fff;
    padding: 10px;
}

.title-widget h4 {
    font-size: var(--fs-title-cate);
    font-weight: 800;
    text-align: left;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-title-cat);
}

.title-widget h4 a {
    font-size: var(--fs-title-cate);
    color: var(--color-title-cat);
}

.title-section h4 {
    color: var(--color-title-cat);
    text-align: center;
    font-weight: 800;
    margin: 20px 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-section h4 a {
    font-size: var(--fs-title-cate);
    color: var(--color-title-cat);
}

#googleMap_Address {
    width: 100%;
    height: 350px;
}

.contact-header p {
    width: 33.3%;
    background: #f2f2f2;
    margin: 0px 5px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #d4d9e9;
}

.contact-header {
    display: flex;
    margin-bottom: 20px;
}

.contact-header p a {
    color: #333;
}

.contact-header p i {
    font-size: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 8px;
    color: #6483a5;
}

.info-map .name_title {
    font-weight: bold;
    font-size: 22px;
}

.info-map p {
    margin: 2px 0px;
}

.inp-search {
    width: 0px;
    transition: 0.5s ease-in-out;
    opacity: 0;
    position: relative;
    margin-left: -20px;
    z-index: -1;
}

.inp-search.active {
    z-index: 1;
    width: 150px;
    height: auto;
    opacity: 0.9;
    margin-left: 10px;
}

.back-to-top.active {
    top: 97%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #074bbf;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffc518;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.back-to-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.header-social.list-social a:hover {
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 2px;
}

.right-content-mobile {
    display: none;
}

.ui-description p.fw-bold:before {
    display: inline;
    width: 100%;
    content: '\f00c';
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
}

.news_contents img {
    width: 100%;
}


.list_files_body {
    padding: 10px;
    margin-top: 20px;
    background: #d0d1d3;
}

.intro-content-right img {
    width: 100%;
}