:root {
    --red: #D90808;
    --gray: #4A4A4A;
    --gray2: #AAAAAA;
    --orange: #FF6C00;
    --green: #79D908;
    --blue: #08A1D9;
    --gray3: #F7F7F7;
}

.site-margin {
    max-width: 1640px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.btn-site {
    width: 112px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.btn-red {
    border: solid 1px var(--red);
    color: var(--red);
}

.btn-white {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.navbar {
    position: fixed;
    width: 100%;
    height: 150px;
    z-index: 3;
    padding: 0;
    top: 0;
    background: linear-gradient(to bottom, #000000 0%, #00000000 100%);
    transition: 0.5s ease-in-out;
}

.navbar-scroll {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    height: 100px;
}

.navbar .container-fluid {
    position: relative;
    height: 100%;
}

.navbar-brand {
    padding: 0;
}

.nav-header-menu li {
    margin-left: 60px;
    display: inline-flex;
    align-items: center;
}

.nav-header-menu li a {
    color: #ffffff;
    font-family: "Quicksand", serif;
    transition: 0.5s ease-in-out;
    font-weight: 500;
    font-size: 16px;
}

.nav-header-menu .active {
    font-weight: 700;
    color: var(--red);
}

.nav-link-scroll {
    color: var(--red) !important;
}

.nav-header-menu li a:hover {
    color: var(--red);
}

.logo {
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s ease-in-out;
}

.logo-scroll {
    height: 120px;
}

.header-navbar-button {
    display: none;
}

.lang-box {
    position: relative;
    height: 55px;
    width: 55px;
}

.lang {
    background: var(--red);
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 15px;
    border-radius: 55px;
}

.lang ul {
    padding: 0px;
    margin-top: 15px;
}

.lang ul li {
    margin-bottom: 5px;
}

.lang img {
    width: 25px;
}

.lang:hover {
    height: 100px;
    background: linear-gradient(var(--red) 0%, #00000000);
}

.list-lang ul li {
    margin-left: 0px !important;
}

.home-slider {
    position: relative;
}

.home-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #626262, transparent);
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.home-slider .owl-carousel .item {
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slider .slider-content {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    z-index: 3;
}

.custom-owl-nav-home {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
}

.home-slider .custom-owl-nav-home button {
    height: 45px;
    width: 45px;
    margin: 0 !important;
    border: solid 1px #ffffff;
    transition: 0.3s ease-in-out;
    border-radius: 18px;
}

.home-slider .custom-owl-nav-home #customPrevBtnhome {
    background-color: transparent !important;
    color: #ffffff !important;
}

.home-slider .custom-owl-nav-home #customNextBtnhome {
    background-color: transparent !important;
    color: #ffffff !important;
}

.home-slider .social-media {
    position: absolute;
    margin: 0 auto;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 1;
    display: grid;
    justify-content: end;
}

.home-slider .social-media a {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}

.banner-1 {
    background-image: url('../img/solidback1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.iconset {
    width: 340px;
}

.b-1-left {
    display: inline-flex;
    align-items: center;
}

.b-1-right {
    display: inline-flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.b-1-img-box {
    background-image: url('../img/home1-back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 30px;
    height: auto;
    width: fit-content;
}

.b-1-img {
    width: 100%;
    border-radius: 111px;
    box-shadow: 15px 0 40px -5px #767676;
}

.b-1-im-2 {
    position: absolute;
    width: 350px;
    left: 0;
    bottom: 10%;
}

.count-set {
    margin-top: 30px;
}

.count-set .col-md-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.circle-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;
    background-color: var(--red);

}

.inner-circle {
    width: 250px;
    height: 250px;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*.inner-circle-1 {
    background: linear-gradient(var(--red), var(--red)) padding-box padding-box, conic-gradient(from 0deg, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0)) border-box border-box;
}

.inner-circle-2 {
    background: linear-gradient(var(--orange), var(--orange)) padding-box padding-box, conic-gradient(from 0deg, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0)) border-box border-box;
}

.inner-circle-3 {
    background: linear-gradient(var(--green), var(--green)) padding-box padding-box, conic-gradient(from 0deg, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0)) border-box border-box;
}

.inner-circle-4 {
    background: linear-gradient(var(--blue), var(--blue)) padding-box padding-box, conic-gradient(from 0deg, #ffffff 65%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0)) border-box border-box;
}*/

.banner-2 {
    padding-top: 400px;
    padding-bottom: 400px;
    margin-top: -280px;
    overflow: hidden;
    background-image: url('../img/solidback2.svg'), url('../img/banner2back2.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: center center, center center;
}

.banner-2 .container-fluid {
    position: relative;
}

.b-2-top {
    z-index: 1;
    position: relative;
}

.b-2-img-1 {
    position: absolute;
    top: -40%;
    right: -20%;
    z-index: 0;
    display: block;
}

.b-2-img-2 {
    position: absolute;
    bottom: -20%;
    left: -10%;
    z-index: 0;
    display: block;

}

.b-2-img-3 {
    position: absolute;
    bottom: -50%;
    left: 15%;
    z-index: 0;
    display: block;
}

.b-2-img-solid {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    z-index: 0;
}

.b-2-right {
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

.b-2-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 525px;
    width: 100%;
    border-radius: 24px;
    display: inline-flex;
    justify-content: start;
    align-items: end;
    padding: 45px;
    position: relative;
    z-index: 1;
}

.b-2-box p {
    z-index: 1;
    position: relative;
}

.overlay-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 24px;
}

.b-3-t-left {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.b-3-t-left .btn-site {
    margin-left: 100px;
}

.banner-3 {}

.b-3-bottom {
    margin-top: 100px;
    height: 500px;
    background-image: url('../img/slide1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 36px;
    position: relative;

}

.b-3-b-left {
    z-index: 1;
    display: grid;
    justify-content: start;
    align-items: center;
    padding: 60px;
}

.b-3-b-right {
    z-index: 1;
    display: grid;
    justify-content: end;
    align-items: center;
    z-index: 1;
    text-align: right;
    padding: 60px;
}

.b-3-b-right .btn-site {
    margin-left: auto;
}

.b-3-b-center {
    position: relative;
    display: inline-flex;
    align-items: end;
    justify-content: center;
    z-index: 1;
}

.b-3-b-center img {
    height: 615px;
    position: absolute;
    bottom: 0;
}

.overlay-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.25turn, var(--orange), #ffffff00, var(--red));
    z-index: 0;
    border-radius: 36px;
}

.banner-4 {
    position: relative;
    background-image: url('../img/slide3.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    margin-top: 100px;
}

@supports (-webkit-touch-callout: none) {
    .banner-4 {
        background-attachment: scroll;
        position: relative;
    }
}

.setsolid {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-4 .row {
    height: 800px;
    margin-top: 100px;
}

.banner-4 .row .col-md-12 {
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.custom-shape-divider-top-1730901588 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1730901588 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1730901588 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1730901629 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730901629 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1730901629 .shape-fill {
    fill: #FFFFFF;
}

.banner-5 {
    margin-top: 50px;
}

.b-5-box {
    height: 500px;
    width: 100%;
    padding: 45px;
    border-radius: 24px;
    display: grid;
}

.b-5-box .btn-site {
    margin-top: auto;
}

.footer {
    margin-top: 50px;
    background-color: #F7F7F7;
    padding-top: 30px;
}

.f-t-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.f-t-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.f-t-right p {
    margin: 0;
}

.f-center {
    margin-top: 30px;
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--red);
}

.footer-social-media a {
    color: var(--red);
    font-size: 20px;
    margin-right: 15px;
}

.page-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--red);
    border-radius: 25px;
    font-size: 16px;
    width: 170px;
    height: 80px;
    cursor: pointer;
}

.whatsapp-box {
    width: 100%;
    height: 160px;
    background-color: #6BCE72;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    margin-top: 20px;
}

.whatsapp-box span {
    padding: 10px;
}

.whatsapp-box p {
    margin: 0;
    text-align: right;
}

.whatsapp-box i {
    font-size: 60px;
    color: #ffffff;
}

.f-bottom {
    margin-top: 30px;
}

.f-b-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.f-b-right {
    display: inline-flex;
    justify-content: end;
    align-items: end;
}

.page-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.page-banner .row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(to right, var(--red), transparent);
}

.page-banner .row img {
    margin-left: auto;
}

.banner-6 {
    margin-top: 30px;
}

.banner-7 {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.document-owl .item {
    border: solid 1px #cccccc;
}

.document-owl .item img {
    width: 100%;
}

.b-7-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-7-left img {
    z-index: 1;
}

.b-7-img-1 {
    position: absolute;
    left: -3%;
    bottom: 0;
    width: 178px;
    z-index: 0;
}

.b-7-img-2 {
    position: absolute;
    right: -5%;
    top: 0;
    width: 220px;
    z-index: 0;
}

.banner-8 {

    position: relative;
    margin-top: 100px;
}

.b-8-bottom {
    background-color: var(--red);
    border-radius: 20px;
    padding: 40px;
}

.mail-box {
    height: 180px;
    width: 100%;
    border: solid 1px #ffffff;
    padding: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border-radius: 20px;
    text-align: right;
}

.phone-box {
    height: 180px;
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    border-radius: 20px;
    text-align: right;
}

.b-8-right img {
    position: absolute;
    right: 100px;
    bottom: 0;
    height: 350px;
}

.products {
    margin-top: 50px;
}

.products-left {
    background-color: var(--gray3);
    padding: 20px 40px;
    height: min-content;
    border-radius: 20px;
}


.categories-menu {
    padding: 0;
}

.categories-menu li {
    margin-bottom: 20px;
    list-style-type: none;
}

.categories-menu li a {
    display: block;
    text-align: left;
    color: var(--red);
    font-weight: 700;
    padding: 5px 5px;
    transition: 0.3s ease-in-out;
    font-size: 24px;
}

.categories-menu li a:hover {
    padding-left: 10px;
}

.p-r-t-box {
    height: 50px;
    width: 100%;
    background-color: var(--gray3);
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 20px;
}

.p-r-list {
    padding-top: 30px;
}

.p-r-l-box {
    margin-bottom: 25px;
    height: 450px;
    background-color: var(--gray3);
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.p-r-l-box img {
    max-height: 200px;
    max-width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 200px;
    margin: 0 auto;
}

.p-r-l-box p {
    font-size: 24px;
    color: var(--red);
    font-weight: 700;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.p-r-l-box a {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-category-menu {
    display: none;
}

.productdetail {
    margin-top: 30px;
}

.p-d-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: solid 1px #cccccc;
    height: 530px;
}

.productdetail-img {
    height: 360px;
}

.p-d-right {
    padding-left: 80px;
}

.similar-products {
    margin-top: 50px;
}

.similar-products img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.media-1 {
    margin-top: 30px;
}

.media-1 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.media-2 {
    margin-top: 50px;
}

.media-2 .col-4 {
    margin-bottom: 25px;
}

.media-2 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.media-3 {
    margin-top: 50px;
}

.media-3 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contact {
    margin-top: 50px;
}

.contact-form input {
    background-color: transparent;
    border-radius: 0;
    color: var(--red);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: solid 1px var(--red);
    border-radius: 20px;
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    color: var(--red);
}

.contact-form input:focus {
    background-color: transparent;
}

.contact-form textarea {
    background-color: transparent;
    color: var(--red);
    outline: none;
    width: 100%;
    padding-left: 20px;
    border: solid 1px var(--red);
    border-radius: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
}

.contact-form textarea::placeholder {
    color: var(--red);
}

.contact-form textarea:focus {
    background-color: transparent;
}

.contact-form .btn-green {
    border: none;
    width: 120px;
    color: #ffffff;
    padding: 0;
}

.contact-right {
    padding-left: 50px;
}

.contact-right p i {
    margin-right: 20px;
}

.contact-right .t-red-24 {
    margin-top: 50px;
}

.google-map {
    margin-top: 50px;
}

.google-map iframe {
    height: 450px;
    width: 100% !important;
}

.news-detail {
    margin-top: 50px;
}

.news-detail img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.blog-page {
    margin-top: 50px;
}

.blog-page img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-page .col-md-3 {
    margin-bottom: 25px;
}

.blog-page .t-red-16 {
    margin: 20px 0px;
}

.sub-menu:hover .hover-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 0.3s ease-in-out;
}

.hover-menu {
    position: absolute;
    visibility: hidden;
    width: 250px;
    background-color: #ffffff;
    height: auto;
    top: 95px;
    padding: 1rem;
    opacity: 0;
    transition: 0.3s ease-in-out;
}


.hover-menu-scroll {
    background-color: #ffffff;
}

.hover-menu ul {
    padding-left: 0;
}

.hover-menu ul li {
    margin-bottom: 10px;
    margin-left: 0px;
}

.hover-menu-a {
    font-size: 16px;
    font-weight: 200;
    color: var(--gray) !important;
    margin-bottom: 16px;
    transition: 0.3s ease-in-out;
}

.hover-menu-a-scroll {
    color: var(--gray);
}

.banner-certificates {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-box {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.c-box img {
    object-fit: cover;
    width: 100%;
    transition: 0.4s;
}

.banner-quality-policies {
    margin-top: 50px;
}

.banner-quality-policies p {
    font-family: "Quicksand", serif !important;
}

.banner-quality-policies li {
    list-style-type: disc;
}