@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;400;600;700;800&family=Oswald:wght@200;400;500;600;700&family=Work+Sans:wght@400;700;800;900&display=swap');
/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");*/
@import url('variables.css');
@import url('media.css');
/*
    font-family: 'Karla', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Work Sans', sans-serif;
*/
/* BASE */
::selection {
    background-color: #181a1b;
    color: #fff;
}

/*::placeholder {
    color: #BCBCBC;
}*/


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5b5b5b;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5b5b5b;
    :: -ms-input-placeholder
}


*,
*::before,
*::after {
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    scroll-behavior: smooth;
    /*overflow-x: hidden;*/
    height: 100%;
}

    html.js-hidden-layout {
        overflow-y: hidden;
    }
   

body {
    margin: 0;
    font-size: 20px;
    line-height: 1.6667;
    background-color: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Karla', sans-serif;
    text-align: justify;
    overflow-x:hidden;
}


body.hidescroll {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

h1, h2, h3,
h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: inherit;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

button, input {
    box-shadow: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

[type="button"], [role="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn {
    padding: 8px 36px;
    border-radius: 8px;
    transition: .15s background-color ease, .15s color ease, .15s transform ease, .15s border-color ease;
    will-change: background-color, color, transform, border-color;
}

.btn-xs {
    padding: 6px 12px
}

.btn-sm {
    padding: 6px 16px !important
}

.btn-main {
    font-weight: 600;
}

.btn-white {
    background-color: var(--light-100)
}

    .btn-white:hover {
        background-color: var(--light-200)
    }

.btn-blue {
    background-color: var(--primary);
    color: #fff;
}

    .btn-blue:hover {
        background-color: var(--primary-darker);
        color: #fff;
    }

    .btn-blue.btn-bordered {
        background: transparent;
        border: 1px solid var(--primary);
        color: var(--primary);
    }

        .btn-blue.btn-bordered:hover {
            background-color: var(--primary);
            color: #fff;
        }

ul, ol, li {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

p {
    margin: 0
}

textarea {
    resize: none;
}

img[data-image-type="icon"] {
    width: 100%;
    height: auto;
    cursor: pointer
}

img[data-layout-type="cover-w"] {
    width: 100%;
    height: auto
}

img[data-layout-type="cover-h"] {
    width: auto;
    height: 100%
}

img[data-layout-type="cover-f"] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

img[data-layout-type="contain-w"] {
    width: 100%;
    object-fit: contain
}

img[data-layout-type="contain-h"] {
    height: 100%;
    object-fit: contain
}

img[data-layout-type="contain-f"] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.p10 {
    padding: 10px;
}

.glightbox-open {
    height: auto !important;
}

/* FLEX */
.flex-wrapper {
    display: flex;
    flex: 1
}

.fw-row {
    flex-direction: row
}

.fw-column {
    flex-direction: column
}

.fw-j-sb {
    justify-content: space-between
}

.fw-j-center {
    justify-content: center
}

.fw-j-end {
    justify-content: flex-end;
}

.fw-a-center {
    align-items: center
}

.fw-a-end {
    align-items: flex-end
}

/* END BASE*/

.container-fluid {
    padding: 0;
}

a.button-black-rounded {
    background: black;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    transition: .2s;
    cursor: pointer;
    transition: .2s;
}

    a.button-black-rounded:hover {
        background: #113565;
        color: #fff;
        transition: .2s;
    }




header.desktop {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.2s;
}

header.showbg {
    background: #FFF;
    box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.75);
    transition: 0.2s;
}

/* MOBILE MENU */
.mobile-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: .75s transform cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(0, -100%, 0);
    overflow: hidden;
    z-index: 99;
}

    .mobile-drawer.visible {
        transform: translate3d(0, 0, 0);
    }

    .mobile-drawer .mobile-drawer-main {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 1.56vw;
        display: flex;
        flex: 1;
        flex-direction: column;
        background-color: #113565;
        padding: 1.5rem;
        overflow-y: auto;
        transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
        transition-delay: .05s;
        transform: translate3d(0, -100%, 0);
    }

    .mobile-drawer.visible .mobile-drawer-main {
        transform: translate3d(0, 0, 0);
    }

        .mobile-drawer.visible .mobile-drawer-main .drawer-header {
            padding-bottom: 1.5rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid rgba(244, 234, 239, .15);
        }

    .mobile-drawer .mobile-drawer-main .drawer-header .drawer-title {
        font-size: 1.625rem;
        font-weight: 500;
        color: var(--white-secondary);
    }

    .mobile-drawer .mobile-drawer-main .drawer-header .btn-mobile-drawer-close {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: #ffffff;
        font-size: 1.625rem;
        color: #222222;
        transition: .15s background-color ease, .15s color ease;
        margin-right: 10px;
    }

        .mobile-drawer .mobile-drawer-main .drawer-header .btn-mobile-drawer-close:hover {
            /* color: #F44336; */
        }

    .mobile-drawer .mobile-drawer-main .drawer-body .mobile-nav {
        display: flex;
        flex: 1;
        flex-direction: column;
        width: 100%;
    }

   

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route {
        padding: 1rem .625rem;
        border-bottom: 1px solid rgba(244, 234, 239, .09);
        color: var(--white-secondary);
        background-color: transparent;
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes li.diller a {
        color: #FFF;
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route.active {
        background-color: var(--primary-dark);
        color: var(--white-secondary);
        font-weight: 500;
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .collapse-route a {
        font-size: 14px
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route a .collapse-arrow {
        transition: .15s transform ease;
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route a[aria-expanded="true"] .collapse-arrow {
        transform: rotate(180deg);
    }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route .collapse-menu {
        margin-top: 1rem;
        background: #143e77;
    }

        .mobile-drawer .mobile-drawer-main .drawer-body .routes .route .collapse-menu .collapse-menu {
            margin-top: 1rem;
            background-color: #7e7e7e;
        }

    .mobile-drawer .mobile-drawer-main .drawer-body .routes .route .collapse .route:last-child {
        border-bottom: 0;
    }



    .mobile-drawer .mobile-drawer-main .drawer-body li.diller {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        margin: 30px 0;
        border-bottom: 1px solid #757575;
        padding-bottom: 20px;
    }

        .mobile-drawer .mobile-drawer-main .drawer-body li.diller img {
            height: 45px;
        }

    .mobile-drawer .mobile-drawer-main .drawer-body .mobile-search {
        position: relative;
        display: flex;
        width: 100%;
        margin-bottom: 1rem;
    }

        .mobile-drawer .mobile-drawer-main .drawer-body .mobile-search .mobile-search-input {
            display: flex;
            padding: .875rem 4rem .875rem 1rem;
            width: 100%;
            background-color: rgb(255 255 255 / 80%);
            color: #222;
        }

        .mobile-drawer .mobile-drawer-main .drawer-body .mobile-search .mobile-search-submit {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 60px;
            background-color: rgb(53 53 53 / 81%);
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 21px;
        }

header.desktop .mobile-ui {
    display: none;
}

    header.desktop .mobile-ui .btn-mobile-drawer-open {
        height: 44px;
        width: 49px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        border-radius: 3px;
        background: #FFF;
        color: #000;
        font-size: 19px;
    }

        header.desktop .mobile-ui .btn-mobile-drawer-open button i {
            font-size: 26px;
        }

    header.showbg .header-wrapper .menu-wrapper .menu ul li a {
        padding: 10px 20px;
        color: #222 !important;
    }

        header.showbg .header-wrapper .menu-wrapper .menu ul li a:hover {
            color: #FFF !important;
        }

    header.showbg .header-wrapper .logo img {
        height: 40px;
    }

    header.showbg .header-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 15px 50px;
    }

header.desktop .header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    align-items: center;
}

    header.desktop .header-wrapper .logo img {
        height: 45px;
    }

    header.desktop .header-wrapper .menu-wrapper {
        display: flex;
    }

        header.desktop .header-wrapper .menu-wrapper .menu ul {
            display: flex;
            justify-content: space-around;
        }

            header.desktop .header-wrapper .menu-wrapper .menu ul li a {
                padding: 10px 20px;
                color: #FFF;
                transition: .3s;
            }

                header.desktop .header-wrapper .menu-wrapper .menu ul li a:hover {
                    padding: 10px 20px;
                    color: #FFF;
                    background-color: var(--primary);
                    transition: .3s;
                }

.banner-container ul.breadcrumb {
    position: absolute;
    bottom: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.banner-container .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.glide {
    width: 100% !important;
    overflow: hidden !important;
}

.hero-slider {
    width: 100%;
    /* height: calc(100vh - 300px); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    padding: 0 5%;
}


@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

    .hero-slider .slide-inner img {
        position: absolute;
        width: 100%;
        height: auto;
    }
    .hero-slider .slide-inner video {
        position: absolute;
        width: 100%;
        height: auto;
    }

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    aspect-ratio: 2.3;
    transition: all .4s ease;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        /* padding-top: 95px; */
        /* width: 100%; */
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 100%;
}

    .hero-style .slide-title h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.5;
        color: #ffffff;
        /* margin: 0 0 50px; */
        text-transform: capitalize;
        transition: all .4s ease;
        text-shadow: 0px 1px 11px #000000;
        font-family: 'Oswald',sans-serif;
    }


.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

    .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
        background-color: var(--primary);
        color: #fff;
    }

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.hero-slider .slide-inner .overlay {
    background: #1818189c;
    position: absolute;
    height: 100%;
    width: 100%;
}

.page-home section.banner {
    /*margin-top: -100px;*/
   
}

.page-home section.news {
    padding-top: 100px;
}

.page-home section.corporate {
    padding: 80px 0;
}

    .page-home section.corporate .wrapper {
        display: flex;
        position: relative;
        align-items: center;
    }

        .page-home section.corporate .wrapper .image {
            /* width: 50%; */
            height: 100%;
        }

            .page-home section.corporate .wrapper .image img {
                /* width: 100%; */
                height: 100%;
                object-fit: cover;
            }

        .page-home section.corporate .wrapper .text-wrapper {
            width: 75%;
            background: #FFF;
            position: absolute;
            right: 0;
            padding: 50px;
            /* margin-left: -100px; */
        }



            .page-home section.corporate .wrapper .text-wrapper .title {
                color: #113565;
                font-size: 34px;
                text-transform: uppercase;
                font-weight: 600;
                line-height: 1;
            }

            .page-home section.corporate .wrapper .text-wrapper .sub-title {
                color: #333;
                font-size: 20px;
                padding-bottom: 10px;
            }

            .page-home section.corporate .wrapper .text-wrapper .bracket {
                width: 75px;
                border: 2px solid #113565;
                margin-bottom: 30px;
            }

            .page-home section.corporate .wrapper .text-wrapper .text {
                line-height: 2.2;
            }
.page-home section.logo-slider{
  /* height: 400px; */
  display: flex;
  align-items: center;
  /* background: #f9f9f9; */
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.page-home section.products {
    padding-bottom: 80px;
    /* background: #f9f9f9; */
    padding-top: 50px;
}

.page-home section.products h2 {
    text-align: center;
    font-size: 40px;
    padding: 30px;
}

    .page-home section.products ul {
        display: flex;
        gap: 20px;
    }

        .page-home section.products ul li {
            display: inline-flex;
            width: calc((100% - 40px) / 3);
            height: 600px;
        }

            .page-home section.products ul li a {
                width: 100%;
                height: 100%;
                position:relative;
            }
.page-home section.products ul li a:hover img {
                scale:1.2;
    transition:.3s;
            }

            .page-home section.products ul li .image {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                overflow:hidden;
                border-radius: 10px;
            }

                .page-home section.products ul li .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                     transition:.3s;
                }

                .page-home section.products ul li .image .overlay {
                    width: 100%;
                    height: 100%;
                    background: #0a0a0a73;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-radius: 10px;
                }
.page-home section.products ul li .image .text {
    height: 100%;
    display: inline-flex;
    position: absolute;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 24px;
    color: #FFF;
    font-weight: 900;
}

.page-product-categories section.product-categories {
    padding: 50px 0;
}

    .page-product-categories section.product-categories h1 {
        padding-bottom: 50px;
    }

    .page-product-categories section.product-categories ul {
        display: flex;
        gap: 20px;
    }

        .page-product-categories section.product-categories ul li {
            display: inline-flex;
            width: calc((100% - 40px) / 3);
            height: 600px;
        }

            .page-product-categories section.product-categories ul li a {
                width: 100%;
                height: 100%;
                position: relative;
            }

                .page-product-categories section.product-categories ul li a:hover img {
                    scale: 1.2;
                    transition: .3s;
                }

            .page-product-categories section.product-categories ul li .image {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                overflow: hidden;
                border-radius: 10px;
            }

                .page-product-categories section.product-categories ul li .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transition: .3s;
                }

                .page-product-categories section.product-categories ul li .image .overlay {
                    width: 100%;
                    height: 100%;
                    background: #0a0a0a73;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-radius: 10px;
                }

                .page-product-categories section.product-categories ul li .image .text {
                    height: 100%;
                    display: inline-flex;
                    position: absolute;
                    align-items: center;
                    width: 100%;
                    justify-content: center;
                    font-size: 24px;
                    color: #FFF;
                    font-weight: 900;
                }

.page-products section.product-info {
   /* padding-bottom: 50px; */
}

.page-products section.product-info .text {
     padding-bottom: 50px;
}

.page-products .product-info h1 {
    padding: 50px 0;
}


.page-products .product-info .categories {
    margin-bottom: 30px;
}

    .page-products .product-info .categories ul {
        padding-top: 100px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .page-products .product-info .categories ul li a {
            padding: 20px 40px;
            border: 1px solid #113565;
            font-size: 22px;
            transition: 0.3s;
            margin: 15px;
            border-radius: 5px;
            display: inline-block;
        }

            .page-products .product-info .categories ul li a:hover {
                background: #113565;
                color: #FFF;
                transition: 0.3s;
            }

            .page-products .product-info .categories ul li a.active {
                background: #113565;
                color: #FFF;
                transition: 0.3s;
            }




.page-products section.product-list .wrapper {
    display: flex;
    gap: 100px;
    flex-direction: row;
    padding-bottom: 50px;
    height: 500px;
}

.page-products section.product-list .wrapper:nth-child(even) {
    display: flex;
    gap: 100px;
    flex-direction: row-reverse;
}

    .page-products section.product-list .wrapper .image {
        width: 50%;
        height: 100%;
    }

        .page-products section.product-list .wrapper .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .page-products section.product-list .wrapper .text-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 0;
    }

        .page-products section.product-list .wrapper .text-container .title {
            font-size: 26px;
            font-weight: 600;
            padding-bottom: 20px;
        }
.page-products section.product-list .wrapper .text-container .text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

        .page-products section.product-list .wrapper .text-container .link a {
            padding: 5px 15px;
            border: 1px solid #113565;
            font-size: 16px;
            transition:0.3s;
        }

.page-products section.product-list .wrapper .text-container .link a:hover {
            padding: 5px 15px;
            background: #113565;
    color:#FFF;
            font-size: 16px;
    transition:0.3s;
        }

.page-products section.product-list .flex-wrapper {
    display:flex;
    gap:30px;
    flex-wrap: wrap;
}

.page-products section.product-list .flex-wrapper .wrapper-horizontal {
    width: calc((100% - 60px) / 3)
}

    .page-products section.product-list .flex-wrapper .wrapper-horizontal .image {
        width: 100%;
    }

        .page-products section.product-list .flex-wrapper .wrapper-horizontal .image img {
            width: 100%;
            /* height: 400px; */
            object-fit: cover;
            aspect-ratio: 1;
        }

    .page-products section.product-list .flex-wrapper .wrapper-horizontal .text-container {
        width: 100%;
        text-align: center;
        font-size: 24px;
        padding: 20px;
    }

.page-product-detail .product-info h1{
    padding: 50px 0;
}

.page-product-detail .product-info .wrapper {
    display: flex;
    gap: 100px;
    width: 100%;
    align-content: center;
    align-items: center;
}

    .page-product-detail .product-info .wrapper .image {
        width: 50%;
        height: 450px;
    }

        .page-product-detail .product-info .wrapper .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .page-product-detail .product-info .wrapper .text-container {
        width: 50%;
    }

        .page-product-detail .product-info .wrapper .text-container .text-wrapper .text {
            font-size: 24px;
        }

.page-product-detail .product-info .detail {
    padding: 80px 0 0px;
}
    .page-product-detail .product-info .detail h3 {
        color: #113565;
        font-weight: 600;
        padding: 20px 0;
    }

    .page-product-detail .product-info .detail ul {
        padding-left: 50px;
    }
        .page-product-detail .product-info .detail ul li {
            list-style-type: disc;
        }

.page-product-detail .product-info .usage-areas
{
    padding-bottom:80px;
}
.page-product-detail .product-info .usage-areas h3 {
    color: #113565;
    font-weight: 600;
    padding: 20px 0;
}
.page-product-detail .product-info .usage-areas ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .page-product-detail .product-info .usage-areas ul li {
        width: calc((100% - 20px) /2);
        padding: 20px;
        border: 1px solid #005cb940;
        display: inline-flex;
        align-items: center;
        font-size: 18px;
    }

.page-product-detail .product-info .cement-advantages {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* margin-top: 20px; */
}

    .page-product-detail .product-info .cement-advantages .item {
        display: flex;
        gap: 30px;
        width: 100%;
        background: #001c88;
        color: #FFF;
        padding: 30px;
        align-items: center;
    }

        .page-product-detail .product-info .cement-advantages .item .image {
            width: 10%;
        }

            .page-product-detail .product-info .cement-advantages .item .image img {
                width: 100%;
            }

        .page-product-detail .product-info .cement-advantages .item .text {
            width: 90%;
        }


.page-product-detail section.product-list .flex-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

    .page-product-detail section.product-list .flex-wrapper .wrapper-horizontal {
        width: calc((100% - 60px) / 3)
    }

        .page-product-detail section.product-list .flex-wrapper .wrapper-horizontal .image {
            width: 100%;
        }

            .page-product-detail section.product-list .flex-wrapper .wrapper-horizontal .image img {
                width: 100%;
                aspect-ratio: 1;
                object-fit: cover;
            }

        .page-product-detail section.product-list .flex-wrapper .wrapper-horizontal .text-container {
            width: 100%;
            text-align: center;
            font-size: 24px;
            padding: 20px;
        }



.page-faq section.content {
    padding: 50px 0;
}

    .page-faq section.content .categories {
        margin-bottom:30px;
    }

    .page-faq section.content .categories ul {
        padding: 50px;
        display: flex;
        justify-content: center;
    }

        .page-faq section.content .categories ul li a {
            padding: 20px 40px;
            border: 1px solid #113565;
            font-size: 22px;
            transition: 0.3s;
            margin: 15px;
            border-radius: 5px;
        }

            .page-faq section.content .categories ul li a:hover {
                background: #113565;
                color: #FFF;
                transition: 0.3s;
            }

            .page-faq section.content .categories ul li a.active {
                background: #113565;
                color: #FFF;
                transition: 0.3s;
            }

    .page-faq section.content .parent-container {
    }

    .page-faq section.content ul.faq {
        list-style: none;
        padding-left: 40px;
        padding-right: 20px;
    }

        .page-faq section.content ul.faq li {
            border-bottom: 1px solid #999999;
            margin-bottom: 15px;
        }

            .page-faq section.content ul.faq li a {
                color: #113565;
                font-weight: 700;
            }

            .page-faq section.content ul.faq li ol {
                padding-left: 20px;
            }

                .page-faq section.content ul.faq li ol li {
                    list-style-type: decimal;
                    border-bottom: 0 !important;
                    padding-left: 20px;
                }

            .page-faq section.content ul.faq li.active .answer {
                max-height: 4000px !important;
                padding-bottom: 25px;
                transition: max-height 0.5s ease, padding-bottom 0.5s ease;
                background: #f7f7f7;
                padding: 20px 40px;
                border-radius: 20px;
                margin-bottom: 20px;
                visibility: visible;
                opacity: 1;
            }

            .page-faq section.content .faq li.active .question {
                transition: color 0.5s ease;
            }

        .page-faq section.content .faq .answer {
            max-height: 0;
            overflow: hidden;
            transition: 0.5s ease, padding-bottom 0.5s ease;
            background: #f7f7f7;
            padding: 0px 40px;
            border-radius: 20px;
            /* margin-bottom: 20px; */
            visibility: hidden;
            opacity: 0;
        }

        .page-faq section.content .faq .plus-minus-toggle {
            cursor: pointer;
            height: 21px;
            position: absolute;
            width: 21px;
            left: -40px;
            top: 45%;
            z-index: 2;
        }

            .page-faq section.content .faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
                background: #000;
                content: '';
                height: 5px;
                left: 0;
                position: absolute;
                top: 0;
                width: 21px;
                transition: transform 500ms ease;
            }

            .page-faq section.content .faq .plus-minus-toggle:after {
                transform-origin: center;
            }

            .page-faq section.content .faq .plus-minus-toggle.collapsed:after {
                transform: rotate(90deg);
            }

            .page-faq section.content .faq .plus-minus-toggle.collapsed:before {
                transform: rotate(180deg);
            }

        .page-faq section.content .faq .question {
            font-size: 21px;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            padding: 20px 0;
            transition: color 0.5s ease;
        }


.page-contact section.corporate  .text-wrapper {
    width: 100%;
    background: #FFF;
    padding: 50px;
}

    .page-contact section.corporate  .text-wrapper .title {
        color: #113565;
        font-size: 34px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1;
    }

    .page-contact section.corporate  .text-wrapper .sub-title {
        color: #333;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .page-contact section.corporate  .text-wrapper .bracket {
        width: 75px;
        border: 2px solid #113565;
        margin-bottom: 30px;
    }


.page-contact path.az {
    fill: #005CB9;
}

.page-contact path.ca {
    fill: #005CB9;
}
.page-contact path.nj {
    fill: #005CB9;
}
.page-contact path.tx {
    fill: #005CB9;
}

.page-contact path.fl {
    fill: #005CB9;
}

.page-contact path.pa {
    fill: #005CB9;
}

.page-contact section.contact {
    padding: 50px 0;
}

    .page-contact section.contact h1 {
        padding-bottom: 30px;
    }

    .page-contact section.contact .contact-info .title {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 24px;
        color: #113565;
    }

    .page-contact section.contact .contact-info .phone {
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
    }
        .page-contact section.contact .contact-info .phone i {
            margin-right: 12px;
        }

    .page-contact section.contact .contact-info div{
        margin-bottom:17px;
    }

    .page-contact section.contact .wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding-top: 20px;
        text-align: left;
    }
.page-contact section.contact .wrapper .left, .page-contact section.contact .wrapper .right{
    width: 50%;
}
 .page-contact section.contact .wrapper input[type=text], .page-contact section.contact .wrapper textarea {
        background: #f7f7f7;
        padding: 10px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        border-left: 1px solid #113565;
    }

.page-contact section.contact .submit input[type=text] {
        background: #f7f7f7;
        padding: 10px;
        width: 100%;
        margin-bottom: 0px;
        font-size: 18px;
        border-left: 1px solid #113565;
    }




.page-contact section.contact .wrapper textarea{height: 122px;}

        .page-contact section.contact .wrapper .contact-info {
            width: 100%;
            text-align: center;
        }

        .page-contact section.contact .wrapper .contact-us {
            width: 50%;
        }

            .page-contact section.contact .wrapper .contact-us h2 {
                font-size: 26px;
            }

    .page-contact section.contact img.guvkod {
        height: 50px;
    }

    .page-contact section.contact .submit {
        /* text-align: right; */
        /* padding-bottom: 30px; */
        display: flex;
    }

.page-contact section.contact .submit input[type=submit] {
    padding: 7px 33px;
    border: 1px solid #113565;
    font-size: 18px;
    transition:.3s;
    margin-left: auto;
}

.page-contact section.contact .submit input[type=submit]:hover {
    background: #113565;
    color:#FFF;
    transition:.3s;
}

.page-contact .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* margin-top: 50px; */
    width: 60%;
}

.page-contact .warehouses {
    margin: 50px 0 50px;
    text-align: center;
    width: 100%;
}
.page-contact .warehouses h2 {
padding:30px 0;
}

.page-contact .warehouses .title{
    font-size:21px;
}

.page-policies section.content {
    padding: 100px 0;
}

    .page-policies section.content h1 {
        padding-bottom: 40px;
    }

.page-products section.banner, .page-product-categories section.banner, .page-product-detail section.banner, .page-faq section.banner, .page-contact section.banner, .page-policies section.banner, .page-hr section.banner, .page-hr-detail section.banner {
    /* padding-bottom: 30px; */
}

.page-products .banner-container, .page-product-categories .banner-container, .page-product-detail .banner-container, .page-faq .banner-container, .page-contact .banner-container, .page-surface-finishing-guide .banner-container, .page-policies .banner-container, .page-hr .banner-container, .page-hr-detail .banner-container {
    position: relative;
    height: 240px;
}

    .page-products .banner-container img, .page-product-categories .banner-container img, .page-product-detail .banner-container img, .page-faq .banner-container img, .page-contact .banner-container img, .page-surface-finishing-guide .banner-container img, .page-policies .banner-container img, .page-hr .banner-container img, .page-hr-detail .banner-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-products .banner-container .overlay, .page-product-categories .banner-container .overlay, .page-product-detail .banner-container .overlay, .page-faq .banner-container .overlay, .page-contact .banner-container .overlay, .page-surface-finishing-guide .banner-container .overlay, .page-policies .banner-container .overlay, .page-hr .banner-container .overlay, .page-hr-detail .banner-container .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1c1c1c59;
    }
    .page-surface-finishing-guide .banner-container h1 {
        position: absolute;
        bottom: 50px;
        text-align: center;
        width: 100%;
        color: #FFF;
        font-weight: 600;
    }
    .page-surface-finishing-guide .banner-container h2 {
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
        color: #FFF;
        font-weight: 600;
    }
    .page-products .banner-container h2, .page-product-categories .banner-container h2, .page-product-detail .banner-container h2, .page-faq .banner-container h2, .page-contact .banner-container h2, .page-policies .banner-container h2, .page-hr .banner-container h2, .page-hr-detail .banner-container h2 {
        position: absolute;
        bottom: 50px;
        text-align: center;
        width: 100%;
        color: #FFF;
        font-weight: 600;
        text-transform: uppercase;
    }

.page-product-detail section.product-info .text-container .btn-offer {
    background: black;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 500;
    border-radius: 20px;
    transition: .2s;
    cursor: pointer;
    transition: .2s;
}
    .page-product-detail section.product-info .text-container .btn-offer:hover {
        background: #113565;
        color: #fff;
        transition: .2s;
    }

.offer-wrapper {
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #FFF;
    right: -30%;
    z-index: 100;
    transform: translateX(100%);
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0.1s;
    padding: 50px;
    overflow-y: auto;
}

    .offer-wrapper .form-item label {
        font-weight: 500;
    }

    .offer-wrapper .form-check-custom {
        display: flex;
        align-items: center;
    }

        .offer-wrapper .form-check-custom input {
            width: 40px !important;
            margin-right: 20px;
        }

        .offer-wrapper .form-check-custom label {
            font-weight: 300 !important;
        }

    .offer-wrapper::-webkit-scrollbar {
        width: 20px;
    }

    .offer-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .offer-wrapper::-webkit-scrollbar-thumb {
        background-color: #c7c7c7;
        border-radius: 20px;
        border: 8px solid transparent;
        background-clip: content-box;
    }

        .offer-wrapper::-webkit-scrollbar-thumb:hover {
            background-color: #5e5e5e;
        }




    .offer-wrapper.active {
        transform: translateX(-100%);
        transition: all 1.5s cubic-bezier(.19,1,.22,1) 0.1s;
    }

.offer-wrapper-white-bg {
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    overflow: hidden;
    transform: translateX(100%);
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0.1s;
}

    .offer-wrapper-white-bg.active {
        transform: translateX(0);
        transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
    }

.offer-wrapper .title {
    font-size: 28px;
    font-weight: 500;
}

.offer-wrapper .btn-offer-close {
    right: 50px;
    position: absolute;
    top: 50px;
    font-size: 28px;
    cursor: pointer;
}

.offer-wrapper .form {
    margin-top: 50px
}

.offer-wrapper .form-item {
    margin-top: 20px
}

    .offer-wrapper .form-item input {
        border: 1px solid #585858;
        display: block;
        width: 100%;
        padding: 5px 10px;
        margin-top: 10px;
        background: #fff;
    }

    .offer-wrapper .form-item textarea {
        border: 1px solid #585858;
        display: block;
        width: 100%;
        padding: 5px 10px;
        margin-top: 10px;
        background: #fff;
    }

.offer-wrapper .btn-offer-submit {
    color: #ffffff;
    background: black;
    padding: 5px 10px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.2s;
    font-size: 20px
}

    .offer-wrapper .btn-offer-submit:hover {
        color: #ffffff;
        background: #3c3c3c;
        transition: 0.2s;
    }


.page-surface-finishing-guide .title {
    padding: 30px 0;
    font-size: 32px;
}

.page-surface-finishing-guide .step-1 {
    display: flex;
    gap: 50px;
}

    .page-surface-finishing-guide .step-1 .left, .page-surface-finishing-guide .step-1 .right {
        width: calc((100% - 50px) / 2);
    }

        .page-surface-finishing-guide .step-1 .left .title {
            display: flex;
            gap: 30px;
            align-items: center;
        }

            .page-surface-finishing-guide .step-1 .left .title h3 {
                font-size: 50px;
                color: #f36421;
            }

            .page-surface-finishing-guide .step-1 .left .title h4 {
                font-size: 24px;
                font-weight: 700;
                line-height: 1.2;
            }

        .page-surface-finishing-guide .step-1 .left ul {
            list-style: none;
        }

            .page-surface-finishing-guide .step-1 .left ul li:before {
                content: '\2713';
                color: #f36421;
                font-weight: 900;
                font-size:30px;
            }

    .page-surface-finishing-guide .step-1 .right .image {
        width: 100%;
        text-align:center;
    font-size: 24px;
    font-weight: 300;

    }
        .page-surface-finishing-guide .step-1 .right .image img {
            width: 100%;
        }

.page-surface-finishing-guide .step-2 {
    display: flex;
    gap: 50px;
    padding:100px 0;
}
.page-surface-finishing-guide .step-2 .left, .page-surface-finishing-guide .step-2 .right {
    width: calc((100% - 50px) / 2);
}

    .page-surface-finishing-guide .step-2 .left .title {
        display: flex;
        gap: 30px;
        align-items: center;
    }
.page-surface-finishing-guide .step-2 .left .title h3 {
    font-size: 50px;
    color: #f36421;
}

.page-surface-finishing-guide .step-2 .left .title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.page-surface-finishing-guide .step-2 .left ul {
    list-style: none;
}

    .page-surface-finishing-guide .step-2 .left ul li:before {
        content: '\2713';
        color: #f36421;
        font-weight: 900;
        font-size: 30px;
    }

.page-surface-finishing-guide .step-2 .right .image {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

    .page-surface-finishing-guide .step-2 .right .image img {
        width: 100%;
    }


    .page-surface-finishing-guide .step-3 .title {
        display: flex;
        gap: 30px;
        align-items: center;
    }

        .page-surface-finishing-guide .step-3 .title h3 {
            font-size: 50px;
            color: #f36421;
        }

        .page-surface-finishing-guide .step-3 .title h4 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
        }

.page-surface-finishing-guide .step-3 .wrapper {
    display: flex;
    gap: 50px;
    padding:30px 0;
}
.page-surface-finishing-guide .step-3 .left, .page-surface-finishing-guide .step-3 .right {
    width: calc((100% - 50px) / 2);
}

.page-surface-finishing-guide .step-3 .wrapper ul {
    list-style: none;
}

    .page-surface-finishing-guide .step-3 .wrapper ul li:before {
        content: '\2713';
        color: #f36421;
        font-weight: 900;
        font-size: 30px;
    }


.page-surface-finishing-guide .step-3 .wrapper .image {
    width: calc((100% - 50px) / 2);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}


    .page-surface-finishing-guide .step-3 .wrapper .image img {
        width: 100%;
    }


.page-surface-finishing-guide .step-4 {
    padding: 100px 0;
}

.page-surface-finishing-guide .step-4 .title {
    display: flex;
    gap: 30px;
    align-items: center;
}

.page-surface-finishing-guide .step-4 .title h3 {
    font-size: 50px;
    color: #f36421;
}

.page-surface-finishing-guide .step-4 .title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
    .page-surface-finishing-guide .step-4 .text  {
       padding:0 0 30px 0;
    }
    .page-surface-finishing-guide .step-4 .image-full {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        padding-bottom:30px;
    }
    .page-surface-finishing-guide .step-4 .image-full img {
       width:100%;
    }

.page-surface-finishing-guide .step-4 .wrapper {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}

.page-surface-finishing-guide .step-4 .wrapper .left, .page-surface-finishing-guide .step-4 .wrapper .right {
    width: calc((100% - 50px) / 2);
}

.page-surface-finishing-guide .step-4 .wrapper ul {
    list-style: none;
}

    .page-surface-finishing-guide .step-4 .wrapper ul li:before {
        content: '\2713';
        color: #f36421;
        font-weight: 900;
        font-size: 30px;
    }

    .page-surface-finishing-guide .step-4 .wrapper .right .image {
        text-align: center;
        font-size: 24px;
        font-weight: 300;
    }
    .page-surface-finishing-guide .step-4 .wrapper .right .image img {
        width:100%;
    }

    .page-surface-finishing-guide .step-5 .title {
        display: flex;
        gap: 30px;
        align-items: center;
    }

        .page-surface-finishing-guide .step-5 .title h3 {
            font-size: 50px;
            color: #f36421;
        }

        .page-surface-finishing-guide .step-5 .title h4 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
        }

.page-surface-finishing-guide .step-5  ul {
    padding: 30px 0;
    list-style: none;
}

    .page-surface-finishing-guide .step-5 ul li:before {
        content: '\2713';
        color: #f36421;
        font-weight: 900;
        font-size: 30px;
    }

.page-surface-finishing-guide .step-5 .wrapper {
    display: flex;
    gap: 50px;
    padding: 30px 0;
}

.page-surface-finishing-guide .step-5 .image {
    width: calc((100% - 50px) / 2);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.page-surface-finishing-guide .step-5 .image img {
    width: 100%;
}


.page-hr .hr-wrapper {
    padding-top: 50px;
}

    .page-hr .hr-wrapper ul.hr-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 20px;
    }

        .page-hr .hr-wrapper ul.hr-list li {
            border: 1px solid #e2e2e2;
            padding: 20px;
            width: calc(33.33% - 20px);
            display: flex;
            flex-direction: column;
            transition: .5s;
            /* margin: 10px; */
        }

            .page-hr .hr-wrapper ul.hr-list li .text {
                flex: 1;
                font-size: .8em;
            }

            .page-hr .hr-wrapper ul.hr-list li:hover {
                box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 25%);
            }

            .page-hr .hr-wrapper ul.hr-list li:nth-child(3n+3) {
                margin-right: 0;
            }

            .page-hr .hr-wrapper ul.hr-list li .date {
                margin-top: 10px;
                text-align: right;
            }

            .page-hr .hr-wrapper ul.hr-list li .title {
                font-size: 20px;
                font-weight: 600;
                margin: 10px 0;
                Color: var(--dark-blue);
                font-weight: 700;
            }

            .page-hr .hr-wrapper ul.hr-list li .image {
                width: 100%;
                height: 300px;
            }

                .page-hr .hr-wrapper ul.hr-list li .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .page-hr .hr-wrapper ul.hr-list li .btn-detail {
                background: #000;
                color: #fff;
                padding: 7px 20px;
                display: inline-block;
                text-align: center;
                border-radius: 10px;
                cursor: pointer;
                /* width: inherit; */
                margin: 30px auto 0;
                font-size: .8em;
            }

                .page-hr .hr-wrapper ul.hr-list li .btn-detail:hover {
                    background: #113565;
                    color: #fff;
                }

.page-hr-detail section.hr-detail {
    padding: 50px 0;
}

    .page-hr-detail section.hr-detail .container {
        display: flex;
        gap: 100px;
    }

        .page-hr-detail section.hr-detail .container .left {
            width: 50%;
            position: sticky;
            align-self: flex-start;
            top: 100px;
            overflow-y: auto;
        }

            .page-hr-detail section.hr-detail .container .left h1 {
                font-size: 36px;
                font-weight: 600;
                line-height: 3;
            }


    .page-hr-detail section.hr-detail .right {
        width: 50%;
        background: #E1E6E9;
        padding: 50px
    }

        .page-hr-detail section.hr-detail .right .wrapper div .invalid-feedback {
            font-size: 14px;
            margin-top: 0;
            color: #c10000;
        }

        .page-hr-detail section.hr-detail .right .wrapper div {
            margin-bottom: 10px;
        }

        .page-hr-detail section.hr-detail .right .title {
            font-family: 'Oswald', sans-serif;
            font-size: 30px;
            font-weight: 400;
            padding-bottom: 20px
        }

        .page-hr-detail section.hr-detail .right input[type=text], .page-hr-detail section.hr-detail .right textarea {
            background: #fff;
            width: 100%;
            /* margin-bottom: 10px; */
            padding: 7px 20px;
            font-size: 16px;
        }

        .page-hr-detail section.hr-detail .right .but {
            background: black;
            color: #FFF;
            padding: 5px 20px;
        }
            .page-hr-detail section.hr-detail .right .but:hover {
                background: #113565;
                color: #FFF;
                padding: 5px 20px;
            }

        .page-hr-detail section.hr-detail .right .form-check-custom {
            display: flex;
            /* padding:20px 0; */
        }

            .page-hr-detail section.hr-detail .right .form-check-custom label {
                font-size: 15px;
                /* display: inline; */
                margin-left: 12px;
                line-height: 1.5;
            }

footer {
    border-top: 1px solid #d1d1d1;
    padding-top: 30px;
    font-size: 18px;
    margin-top: 50px;
    text-align: left;
}

footer .about-us {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer .about-us img {
    max-width: 250px;
}


    footer .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px;
        gap: 30px;
    }

        footer .wrapper .contact .title, .menu1 .title, .menu2 .title {
            font-weight: 600;
            text-transform: uppercase;
        }

        footer .wrapper .contact .phone {
            font-size: 22px;
            font-weight: 600;
            text-transform: uppercase;
        }

 footer .wrapper .contact .phone i {
            margin-right:12px;
        }

    footer .bottom {
        background: #eee;
        padding: 10px;
        font-size: 16px;
    }

        footer .bottom .container {
            display: flex;
            justify-content: space-between;
        }

            footer .bottom .container .lizbon {
                height: 13px;
                display: inline-block;
            }