* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    font-family: 'Inter', sans-serif;
}

/* html::-webkit-scrollbar {
  display: none;
} */

.container {
    max-width: 1655px !important;
}

html::-webkit-scrollbar-track {
    background: black;
}

html::-webkit-scrollbar {
    width: 7px;
}

html::-webkit-scrollbar-thumb {
    background: #CD2315;
}

p {
    margin: 0;
}

@media (max-width: 1024px) {
    .site-header {
        display: none !important;
    }

    .company-info {
        display: none !important;
    }

    .submit-btn {
        display: none;
    }
}

@media (max-width: 1400px) {

    .banner-left-text,
    .description {
        font-size: 15px !important;
        font-weight: 400 !important;
    }
}

/***** Start Header *****/
.site-header {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFEF3;
    border-bottom: 1px solid #E9E7D4;
    padding: 6px 0;
}

.site-header .site-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.select-menu {
    position: relative;
    width: 130px;
    cursor: pointer;
    flex-shrink: 0;
    /* padding-bottom: 5px; */
}

.select-menu .select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 540;
}

.select-btn span {
    font-size: 17px;
}

.select-menu .select-btn .langIcon,
.select-menu .select-btn i {
    font-size: 12px;
    color: #DDB205;
    transition: 0.3s;
}

.select-menu:hover .select-btn .langIcon,
.select-menu:hover .select-btn i {
    transform: rotate(-180deg);
}

.select-btn img {
    width: 24px;
    height: 20px;
    object-fit: cover;
}

.select-menu .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    background-color: white;
    list-style: none;
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid #E9E7D4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin-top: 10px;
    padding-left: initial;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.select-menu:hover .options {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.select-menu .options a {
    width: 100%;
    color: black;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.select-menu .options a img {
    width: 24px;
    height: 20px;
}

.options .option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    font-size: 14px;
    transition: 0.2s;
}

.options .option:hover {
    background-color: #fff2bd;
}

.options img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.header-link {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.header-links {
    display: flex;
    text-decoration: none;
    color: black;
    padding: 0 15px;
    font-size: 14px;
    border-right: 1px solid #E9E7D4;
    border-left: 1px solid #E9E7D4;
}

.header-item {
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.header-item span {
    font-size: 17px;
}

.header-item i {
    color: #DDB205;
    font-size: 20px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right__label {
    font-size: 14px;
    color: #081e3ad0;
    font-weight: 500;
    /* font-family: sans-serif; */
}

.social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    text-decoration: none;
    transition: 0.3s;
}

@media (max-width: 767px) {

    .header-left {
        display: flex;
        justify-content: flex-start;
    }

    .header-right {
        display: none;
    }
}

@media (max-width: 350px) {
    .header-item__text {
        font-size: 10px;
    }
}

/***** End Header *****/

/***** Header Bar Start *****/
.header-bar {
    width: 100%;
    background-color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bar__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-bar__logo img {
    height: 100%;
    max-height: 90px;
    max-width: 400px;
    object-fit: cover;

    /* width: 90px;
    object-fit: contain; */
}

.header-bar__logo-text {
    padding-left: 8px;
}

.header-bar__logo-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.header-bar__logo-text p {
    margin: 0;
    font-size: 8px;
    font-weight: 600;
    color: #555;
}

.company-info {
    /* width: 60%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    /* border: 1px solid red; */
}

.company-info .icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.company-info i {
    font-size: 18px;
    color: #081E3A;
}

.company-email svg {
    width: 25px;
    height: 25px;
}

.company-info .icon a:hover {
    color: #CD2315;
}

.company-email,
.company-phone {
    text-decoration: none;
    margin: 0;
    font-size: 17px;
    font-weight: 510;
    /* font-family: sans-serif; */
    color: #081E3A;
}

.submit-btn {
    background-color: #FFF;
    color: #CD2315;
    padding: 9px 14px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 550;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background-color: #dfdddd;
}

#exampleModalll .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#exampleModalll .modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #f1f1f1;
}

#exampleModalll .contact-logo h3 {
    font-weight: 550;
    color: #081E3A;
}

#exampleModalll .form-label {
    color: #132440;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

#exampleModalll .form-control,
#exampleModalll .form-select {
    border-radius: 12px;
    border: 2px solid #e0e4eb;
    padding: 14px 18px;
    font-size: 18px;
    font-weight: 450;
    color: #424242;
    transition: all 0.3s;
}

#exampleModalll .form-control:focus,
#exampleModalll .form-select:focus {
    border-color: #CD2315;
    box-shadow: 0 0 0 4px rgba(205, 35, 21, 0.1) !important;
    outline: none;
}

#exampleModalll .modal-footer {
    display: flex;
    justify-content: flex-start;
}

#exampleModalll .submit-btn {
    background-color: #CD2315;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

#exampleModalll .submit-btn:hover {
    background: #a81c12;
}

#exampleModalll .btn-close {
    background-size: 1.2rem;
}

#disabledSelect {
    width: 100%;
}

@media (max-width:991px) {
    .header-bar {
        display: none;
    }
}

/***** Header Bar End *****/

/***** Vacancy Start *****/

.vacancy-modal .modal-dialog {
    max-width: 750px;
    margin-top: 60px;
}

.vacancy-modal .modal-content {
    border-radius: 10px;
    border: none;
}

.vacancy-modal .modal-header {
    padding: 10px 15px;
}

.vacancy-modal .contact-logo {
    width: 200px;
    overflow: hidden;
}

.vacancy-modal .contact-logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vacancy-modal .submit-btn {
    background-color: #CD2315;
    color: white;
    transition: 0.3s;
}

.vacancy-modal .submit-btn:hover {
    background: #a81c12;
}

.vacancy-modal .form-control,
.vacancy-modal .form-select {
    border-radius: 10px;
    border: 2px solid #13244044;
    box-shadow: none !important;
}

.vacancy-modal .form-label {
    color: #132440;
    font-weight: 600;
    font-size: 13px;
    /* font-family: sans-serif; */
    margin: 0;
}

.vacancy-modal .btn-close:focus {
    box-shadow: none;
}

.submit-btn-vacancy {
    background-color: #CD2315;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.submit-btn-vacancy:hover {
    background: #a81c12;
}



/***** Vacancy End *****/

/***** Navbar Start *****/

.navbar {
    background-color: #CD2315;
    /* padding: 5px 0; */
}

.navbar .navbar-toggler {
    box-shadow: none;
}

.drop {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-family: sans-serif; */
}

.navbar-dropdown {
    position: relative;
}

.navbar-dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 5px; */
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 550;
    font-size: 17px;
    padding: 10px 15px;
    transition: 0.3s;
}

.navbar-dropdown-btn h6 {
    line-height: 1;
    font-weight: 200;
    font-size: 15px;
    margin: 0;
    /* border: 1px solid blue; */
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #FFFFFF;
}

.navbar-dropdown:hover .navbar-dropdown-btn {
    color: #d8d8d8;
}

.navbar-dropdown-btn i {
    font-size: 12px;
    transition: transform 0.3s;
}

.navbar-dropdown:hover .navbar-dropdown-btn i {
    transform: rotate(-180deg);
}

.navbar-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.8s ease;
}

.navbar-dropdown-menu hr {
    margin: 0;
    border: none;
    height: 1px;
    background-color: #a1a1a385;
    opacity: 0.50;
}

.navbar-dropdown:hover .navbar-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar-dropdown-menu li a {
    display: block;
    text-decoration: none;
    color: #011024;
    font-size: 16px;
    font-weight: 550;
    transition: 0.25s;
}

.navbar-dropdown-menu li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #011024;
    font-size: 16px;
    font-weight: 550;
    padding: 10px 14px;
    transition: 0.25s;
}

.navbar-dropdown-menu li a:hover {
    color: #cd2315;
    padding-left: 24px;
}

.navbar-dropdown-menu li a:hover::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #cd2315;
    border-radius: 1px;
}

.drop .navbar-link a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
}

.drop .navbar-link a:hover {
    color: #d8d8d8;
}

.full-nav {
    background-color: transparent;
    border: none;
}

#exampleModall .modal-header .full-nav-logo {
    width: 120px;
    overflow: hidden;
}

#exampleModall .modal-header .full-nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#exampleModall .modal-content {
    background-color: #062c65;
}

#exampleModall .full-menu h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    /* padding-bottom: 2px; */
    margin: 0;
    /* margin-bottom: 5px; */
    /* border-bottom: 1px solid #FFFFFF; */
    /* font-family: sans-serif; */
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#exampleModall .full-menu-text {
    padding-left: 0;
    margin-left: 0;
}

#exampleModall .full-menu-text li {
    list-style: none;
    /* padding-left: 0; */
    padding: 0;
    font-size: 17px;
    line-height: 1.6;
}

#exampleModall .full-menu-text li a {
    text-decoration: none;
    /* font-size: 16px; */
    /* font-family: sans-serif; */
    color: #99afd0;
    transition: all 0.2s ease;
}

#exampleModall .full-menu-text li a:hover {
    color: #FFFFFF;
}

#exampleModall .modal-header {
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#exampleModall .modal-content hr {
    color: #FFFFFF;
    margin: 0;
}

#exampleModall .modal-content .modal-footer {
    border: none;
    height: 60px;
}

#exampleModall .modal-content hr {
    margin: 0;
    color: #FFFFFF;
}

#exampleModall .full-menu-text li i {
    font-size: 14px;
}

.full-window-addres {
    padding: 8px 0;
}

.full-window-addres li {
    line-height: 1.5 !important;
}

#exampleModall .btn-close {
    box-shadow: none;
    font-size: 10px;
    /* color: #FFFFFF; */
    background-color: #FFFFFF;
}

.modal-body .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.full-window-icon {
    margin-top: auto;
}

#exampleModall .full-window-icon {
    width: 370px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#exampleModall .full-window-icon p {
    color: #FFFFFF;
    font-size: 15px;
    /* font-family: sans-serif; */
}

#exampleModall .full-window-icons {
    width: 235px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#exampleModall .full-window-icon .full-icon {
    align-items: center;
    background: #134287;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 5px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding: 8px 10px;
    text-align: center;
}

#exampleModall .full-window-icons a {
    border-radius: 10px;
    transition: 0.1s;
}

#exampleModall .full-window-icons a:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.422);
}

#exampleModall .full-window-icon .full-icon i {
    color: #FFFFFF;
    font-size: 17px;
}

.search {
    background-color: transparent;
    border: none;
}

#staticBackdrop2 .modal-content {
    padding: 0 20px;
}

#staticBackdrop2 .search-input:focus {
    box-shadow: none;
    border-color: #CD2315;
}

#staticBackdrop2 .modal-footer {
    padding: 10px 0;
    border-top: none;
}

#staticBackdrop2 .search-btn {
    margin: 0;
    text-align: center;
    padding: 4px 8px;
    background-color: #CD2315;
    color: white;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    /* font-family: sans-serif; */
    transition: 0.3s;
}

#staticBackdrop2 .search-btn:hover {
    background-color: #B51F12;
}

#staticBackdrop2 .modal-body {
    padding: 10px 0 5px 0;
}

#staticBackdrop2 .modal-body p {
    color: #081E3A;
    font-weight: 550;
    font-size: 18px;
    /* font-family: sans-serif; */
}

#staticBackdrop2 .btn-close {
    font-size: 12px;
}

#staticBackdrop2 .btn-close:focus {
    box-shadow: none;
}

/***** Mini Desctop Navabar ****/

.offcanvas-body a {
    text-decoration: none;
}

.mini-search-btn {
    background-color: #FFFFFF;
    color: #CD2315;
    border-color: #CD2315;
}

.mini-search-btn:focus {
    background-color: #FFFFFF;
    color: #CD2315;
    border-color: #CD2315;
    box-shadow: 0 0 0 0.25rem rgba(205, 35, 21, 0.25);
}

.mini-search-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(205, 35, 21, 0.25);
    border-color: #CD2315;
}

.mini-menyu-dropdown-btn {
    /* width: 100%; */
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid red; */
    /* border-bottom: 1px solid #cd2315; */
}

.mini-menyu-dropdown-btn h6 {
    font-size: 16px;
    color: #0b1d3a;
}

.navbar-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    /* border: 1px solid blue; */
}

.navbar-nav li a {
    color: #011024;
    /* font-family: sans-serif; */
}

.navbar-nav.open {
    max-height: 500px;
}

.mini-menyu-dropdown-btn i {
    color: #CD2315;
    transition: transform 0.3s ease;
}

.mini-menyu-dropdown-btn.rotate i {
    transform: rotate(90deg);
}

.nav-item .nav-link:focus {
    background-color: #cd2315;
    color: #fff;
}

.nav-item .nav-link {
    padding-left: 5px;
}

.navbar-nav hr {
    margin: 1px 0;
    border: none;
    height: 1px;
    background-color: #DDE0E4;
    opacity: 1;
}

.offcanvas-header .mini-menu-logo {
    width: 90px;
    overflow: hidden;
}

.mini-menu-logo img {
    width: 100%;
    object-fit: cover;
}

#mobileMenu>hr {
    width: 90%;
    margin: 0 auto;
    border-color: #ccc;
    opacity: 0.5;
}

.mini-nav-icons {
    /* width: 100%; */
    /* gap: 10px; */
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    /* border: 1px solid red; */
}

.mini-nav-icon {
    /* width: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    /* border: 1px solid blue; */
    border-radius: 5px;
}

.mini-nav-icon i {
    font-size: 18px;
}

.mini-nav-icon a {
    text-decoration: none;
    color: #FFFFFF;
}

.mini-nav-icon:nth-child(1) {
    background-color: #E4405F;
}

.mini-nav-icon:nth-child(2) {
    background-color: #26A5E4;
}

.mini-nav-icon:nth-child(3) {
    background-color: #1877F2;
}

.mini-nav-icon:nth-child(4) {
    background-color: #FF0000;
}

.mini-nav-icon:nth-child(5) {
    background-color: #000000;
}

.navbar-toggler {
    background-color: #FFFFFF;
}

#staticBackdrop2 .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#staticBackdrop3 .modal-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#staticBackdrop3 .btn-close {
    font-size: 12px;
}

#staticBackdrop3 .btn-close:focus {
    box-shadow: none;
}


#staticBackdrop3 .modal-content {
    padding: 0 20px;
}

#staticBackdrop3 .search-input:focus {
    box-shadow: none;
    border-color: #CD2315;
}

#staticBackdrop3 .modal-footer {
    padding: 8px 0;
    border-top: none;
}

#staticBackdrop3 .search-btn {
    text-align: center;
    padding: 5px 8px;
    background-color: #CD2315;
    color: white;
    border-radius: 5px;
    border: none;
    /* font-family: sans-serif; */
    transition: 0.3s;
    margin: 0;
}

#staticBackdrop3 .search-btn:hover {
    background-color: #B51F12;
}

#staticBackdrop3 .modal-body {
    padding: 10px 0 5px 0;
    color: #081E3A;
    /* font-family: sans-serif; */
}

@media (max-width: 991px) {
    .nav-logo {
        width: 90px;
        overflow: hidden;
    }

    .nav-logo img {
        width: 100%;
        object-fit: cover;
    }

    .search {
        margin-right: 20px;
    }

    .navbar {
        padding: 10px 0;
        background-color: #FFFFFF;
    }

    .navbar-toggler {
        border: none;
        /* color: #CD2315 !important; */
    }

    .navbar-toggler i {
        color: #CD2315;
        font-size: 25px;
    }

    .search i {
        color: #CD2315;
    }

}

/***** Navbar End *****/

/***** Banner Start *****/

.banner .banner-image {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    /* height: 80vh; */
    background-image: url(/assets/site/images/33oAwgtdzBnisDAlAW24yZKYdzS96t5o.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.banner .banner-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00111DCC, transparent);
    z-index: 1;
}

.banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.card {
    position: absolute;
    width: 190px;
    height: 170px;
    top: 30px;
    right: 0;
    border-radius: 12px;
    overflow: hidden;
    border: none;
    z-index: 2;
}

.banner-inner .card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #00111DCC, transparent);
}

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

.overlay-btn {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    background-color: #FFFFFF;
    color: #081E3A;
    border: none;
    padding: 8px 8px;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.5s;
    z-index: 1;
}

.overlay-btn:hover {
    background-color: #e9e9e9;
    color: #081E3A;
}

.banner-text {
    position: relative;
    color: #FFFFFF;
}

.banner-text h2 {
    padding-top: 20px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 37px;
}

.banner-text a {
    text-decoration: none;
    color: #FFF;
}

.banner-text span {
    font-size: 18px;
    color: #cacaca;
}

.banner-news {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(5px);
}

.banner-news p {
    font-size: 16px;
}

.big-title,
.big-date {
    position: relative;
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.big-slide-out {
    opacity: 0;
    transform: translateX(-60px);
}

.big-slide-in {
    opacity: 0;
    transform: translateX(40px);
}

.big-slide-in-active {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width: 1044px) {
    .banner-text {
        top: 450px !important;
    }
}

@media (max-width:768px) {
    .banner-text h2 {
        font-size: 18px !important;
    }
}

@media (min-width:991px) {
    .banner-text {
        top: 150px;
    }

    .card {
        width: 150px;
        height: 140px;
    }
}

@media (max-width:991px) {
    .banner-text {
        top: 180px;
    }

    .card {
        width: 130px;
        height: 120px;
    }

    .overlay-btn {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 4px;
        font-size: 14px;
    }

    .banner-text h2 {
        font-size: 25px;
    }
}

/***** Banner End *****/

/***** Banner bottom Start *****/

.banner-bottom {
    background-color: #FAEAB1;
    padding: 12px 0;
}

.banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left {
    display: flex;
    align-items: center;
    /* gap: 20px; */
}

.banner-left-icon {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    /* gap: 10px; */
}

.banner-left-icon span {
    font-size: 30px;
    cursor: pointer;
}

.banner-left-icon h5 {
    margin: 0;
    font-size: 18px;
    color: #081e3a;
    font-weight: 600;
    padding: 0 10px;
}

#banner-carousel {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    position: relative;
}

.slide-out-left {
    transform: translateX(40px);
    opacity: 0;
}

.slide-in-right {
    transform: translateX(-10px);
    opacity: 0;
}

.slide-in-right-active {
    transform: translateX(0);
    opacity: 1;
}

.banner-left-text {
    display: flex;
    align-items: center;
    gap: 15px;
    /* border-left: 1px solid rgba(0, 0, 0, 0.2); */
    padding-left: 10px;
}

.banner-left-text .date {
    background: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 500;
    color: #081E3A;
    margin: 0;
}

.banner-left-text .description {
    margin: 0;
    color: #081e3a;
    font-size: 20px;
    font-weight: 500;
}

.banner-right {
    display: flex;
    gap: 10px;
}

.banner-right button {
    background: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.banner-right button:hover {
    background-color: #eaeaea;
}

.banner-right button i {
    font-size: 12px;
}

@media (max-width:768px) {
    .banner-inner {
        display: block;
    }

    .banner-left {
        display: block;
    }

    .banner-left-icon {
        border: none;
    }

    .banner-left-text {
        padding-left: 0;
    }

}

/***** Banner Bottom End *****/

/***** News Start *****/
.news-section {
    background-color: #F5F7Fa;
    padding: 50px 0 150px 0;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-header h3 {
    padding: 5px 0;
    font-size: 28px;
    font-weight: 550;
    color: #081E3A;
}

.news-header .prod {
    padding: 5px 0;
    font-size: 31px;
    font-weight: 700;
    color: #081E3A;
}

.news-header a {
    color: #CD2315;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    transition: 0.3s;
}

.news-icon {
    /* width: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-icon i {
    font-size: 20px;
    padding-top: 5px;
    color: #CD2315;
}

.news-icon a {
    color: #CD2315;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.news-card {
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-body {
    padding: 15px;
}

.news-body hr {
    margin: 20px 0;
    border: none;
    height: 1px;
    background-color: #DDE0E4;
    opacity: 0.50;
}

.news-cards>* a {
    text-decoration: none;
}

.news-body p {
    font-size: 20px;
    font-weight: 600;
    color: #0b1d3a;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 55px;
    text-decoration: none;

    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.news-meta span {
    color: #C8321E;
    font-size: 16px;
    font-weight: 450;
}

.news-meta i {
    margin-right: 5px;
}

@media (max-width:768px) {
    .news-section {
        padding: 50px 0 50px 0;
    }

    .news-header h3 {
        font-size: 18px;
    }

    .news-icon {
        width: 90px;
    }

    .news-icon a {
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    .news-header h3 {
        font-size: 14px;
        /* font-weight: 500; */
    }

    .news-icon a {
        font-size: 12px;
    }
}

/***** News End *****/

/***** Regional-map Start *****/

.regional-map {
    position: relative;
    width: 100%;
    padding-bottom: 200px;
    background-color: #F5F7Fa;
}

.regional-map h3 {
    font-size: 25px;
    color: #081E3A;
    padding: 20px 0 5px 0;
}

.regional-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.regional-checked {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 2px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-select {
    width: 250px;
}

.radio_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio_group label {
    max-width: 100%;
    min-height: 100%;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 0;
    /* font-family: sans-serif; */
    font-size: 13px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.radio_group input:checked+.radio_label {
    background-color: #FAEAB1;
    color: #091420;
    border: none;
}

.select-region {
    width: 240px;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
    color: #7C848E;
}

.select-region:focus {
    box-shadow: none;
    border-color: #FFFFFF;
    /* border: none; */
}

.radio_group input {
    display: none;
}

.regional-card {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #081E3A;
}

.branch-icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.address-label {
    font-size: 14px;
    color: #6D737C;
    margin: 0 0 2px 0;
}

.address-value {
    font-size: 15px;
    font-weight: 500;
    color: #011024;
    margin: 0 0 10px 0;
}

.map {
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.map iframe {
    width: 100%;
}

.map-container {
    width: 100%;
    /* height: 440px; */
    margin-top: 20px;
    overflow: hidden;
}

@media (max-width: 1044px) {
    .regional-map .regional-select {
        display: block;
        width: 200px;
    }

    .regional-checked {
        width: 310px;
    }

    .radio_group label {
        padding: 5px 10px;
        font-size: 10px;
    }

    .select-region {
        width: 180px;
        padding: 2px 2px 2px 10px;
        margin-top: 10px;
    }

    .map-container svg {
        width: 600px;
        height: 400px;
    }

}

@media (max-width:991px) {
    .card-header h6 {
        font-size: 15px;
    }

    .branch-icon img {
        width: 50px;
        height: 50px;
    }

    .email-p {
        font-size: 14px;
    }

    .map-container svg {
        width: 450px;
        height: 300px;
    }

}

@media (max-width:768px) {
    .map-container svg {
        width: 450px;
        height: 300px;
        /* border: 1px solid red; */
    }

    .regional-card {
        margin-top: 20px;
    }

    .regional-map {
        padding-bottom: 50px;
    }
}

/***** Regional-map End *****/

/***** publications Start *****/

.publications {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
    z-index: 1000;
}

.publications-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.publications-icon {
    /* width: 130px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.publications-icon i {
    font-size: 15px;
    padding-top: 2px;
    color: #CD2315;
}

.publications-icon a {
    color: #CD2315;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}

.publications-title h3 {
    font-weight: 600;
    font-size: 25px;
    color: #081E3A;
}

.publications_card {
    width: 100%;
    padding: 12px;
    background-color: #FFFFFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: flex;
    gap: 5px;
    /* justify-content: space-between; */
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.publications_card img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 10px;
}

.publications_texts {
    display: flex;
    gap: 50px;
    /* justify-content: space-between; */
    align-items: center;
}

.publications_texts small {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #C8321E;
}

.publications_texts b {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #7C848E;
}

.publications_card_text {
    padding-left: 10px;
}

.publications_card_text h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #081E3A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width:768px) {
    .publications {
        position: static;
        left: auto;
        transform: none;
        z-index: auto;
        background-color: #F5F7Fa;
        padding-bottom: 50px;
    }
}

/***** publications End *****/

/***** Product Start *****/

.product {
    position: relative;
    width: 100%;
    padding: 140px 0 70px 0;
    background-color: #E7EAF0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .row>* a {
    text-decoration: none;
}

.product-card {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    cursor: pointer;
    height: 100%;
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background-color: #f8f8f8;
    /* padding: 10px; */
    border-radius: 10px 10px 0 0;
}

.product h3 {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 7px;
    color: #081E3A;
}

.product-text {
    width: 100%;
    padding: 10px 12px 8px 12px;
}

.product-text .product-hr {
    margin: 8px 0;
    border: none;
    height: 2px;
    background-color: #DDE0E4;
    opacity: 0.50;
}

.product-text h6 {
    font-size: 17px;
    font-weight: 600;
    color: #011024;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-text b {
    font-size: 16px;
    font-weight: 550;
    color: #C8321E;
}

@media (max-width:768px) {
    .product {
        padding: 30px 0 30px 0;
    }

    .product .row>* {
        padding: 10px 0;
    }
}

/***** Product End *****/

/***** Gallery Start *****/

.gallery-svg {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: #CD2315;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-gallery {
    position: relative;
    width: 100%;
    padding-bottom: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E7EAF0;
}

.photo-gallery-header .row>* {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.photo-gallery-header .row>* a {
    text-decoration: none;
}

.photo-gallery-left {
    /* width: 70%; */
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.photo-gallery-right {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.photo-gallery-right h4 {
    font-weight: 600;
    font-size: 30px;
    color: #081E3A;
}

.photo-gallery-left h4 {
    font-weight: 700;
    font-size: 30px;
    color: #081E3A;
}

.photo-gallery-icon {
    /* width: 40px; */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photo-gallery-icon a {
    color: #CD2315;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.photo-gallery-icon i {
    color: #CD2315;
    font-size: 15px;
    padding-top: 4px;
}

.photo-gallery-card {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.photo-gallery-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #081E3A, transparent);
}

.photo-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.photo-gallery-card:hover img {
    transform: scale(1.2);
}

.photo-gallery-card .photo-gallery-text {
    position: absolute;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.photo-gallery-card .photo-gallery-text span {
    font-size: 35px;
}

.photo-gallery-card .photo-gallery-text h6 {
    font-size: 20px;
    font-weight: 600;
    z-index: 1111;
}

@media (max-width: 768px) {
    .photo-gallery-card {
        margin-bottom: 20px;
    }

    /* @media (max-width: 991px) {
    .col-lg-9>.row>.col-lg-4:nth-of-type(4) {
      margin-top: 30px !important;
    }
  } */
}

/***** Photo-Gallery End *****/

/***** Useful *****/

@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.col-lg-2-4 {
    /* flex: 0 0 auto; */
    width: 10%;
}

.useful-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.useful-card img {
    max-width: 100%;
    height: auto;
}

.useful {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
    z-index: 1000;
    display: flex;
}

.useful-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.useful-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.useful-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.useful-text hr {
    margin: 15px 0;
    border: none;
    height: 2px;
    background-color: #a3a3a3c8;
    opacity: 0.50;
    margin-top: auto;
}

.useful-text h5 {
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    color: #011024;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.useful-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.useful-icon {
    display: flex;
    align-items: center;
}

.useful-icon b {
    font-size: 16px;
    font-weight: 500;
    color: #C8321E;
    padding-left: 5px;
}

.useful-icon i {
    font-size: 15px;
}

.useful h3 {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 7px;
    color: #081E3A;
}

.corausel {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.corausel-inner {
    display: flex;
    animation: scroll 25s linear infinite;
    width: max-content;
    gap: 20px;
}

.useful-items {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0;
}

.useful-items .col-lg-2 {
    flex: 0 0 auto;
    width: 220px;
}

.useful-items>* a {
    text-decoration: none;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/***** Useful End *****/

/* .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(19,36,64,0.8));
  z-index: 1;
} */

/***** Footer Start *****/

.footer {
    position: relative;
    width: 100%;
    background-image: url('/assets/site/images/33oAwgtdzBnisDAlAW24yZKYdzS96t5o.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #d8d8d8;
    font-size: 13px;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(19, 36, 64, 0.884) 0%, rgba(19, 36, 64, 0.884) 100%);
    z-index: 1;
}

.footer-zindex {
    position: relative;
    z-index: 2;
    padding-top: 200px;
}

.footer-address .footer-p {
    color: #d8d8d8;
    padding-bottom: 2px;
    /* font-size: 16px; */
    font-weight: 500;
}

.footer-address {
    font-size: 17px;
}

.footer-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
}

.footer-icon a {
    text-decoration: none;
    color: white;
}

.footer-logo .logo-image {
    /* background-image: url('/assets/site/images/logo/logo-footer.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 280px;
    height: 100px;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 18px;
    padding: 0 0 8px 0;
}

.footer-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    /* padding-bottom: 20px; */
    padding: 5px 0 20px 0;
}

.footer-icons a {
    text-decoration: none;
}

.footer-links p {
    font-size: 17px;
    font-weight: 500;
}

.footer-icons a svg {
    width: 20px;
    height: 20px;
}

.footer-icon i {
    font-size: 20px;
    color: red !important;
}

.footer-iframe iframe {
    width: 100%;
    border: none;
    border-radius: 5px;
}

.footer-zindex .first-hr {
    border: none;
    height: 1px;
    background-color: #dde0e468;
    opacity: 0.50;
}

.footer-zindex .two-hr {
    border: none;
    height: 1px;
    background-color: #dde0e468;
    opacity: 0.50;
}

.footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.footer-bottom p {
    font-size: 16px;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-right a:hover {
    color: #de2626;
}

.footer-right p {
    font-size: 18px;
}

@media (max-width:550px) {
    .footer-bottom {
        display: block;
    }

    .footer-right {
        padding-top: 10px;
    }
}

/***** Footer End *****/

/* Sub Banner Start */

.sub-banner {
    width: 100%;
    height: 180px;
    background-image: url(/assets/site/images/image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-banner h2 {
    color: #081E3A;
    margin-top: 10px;
    font-size: 31px;
}

.sub-banner-nav {
    /* width: 240px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #081E3A;
    /* font-family: sans-serif; */
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    background-color: #081E3A1A;
}

.sub-banner-nav b {
    /* padding-left: 5px; */
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.sub-banner-nav a+p::before,
.sub-banner-nav p+b::before {
    content: "/";
    margin: 0 8px;
    color: #081E3A;
    opacity: 0.6;
}

.sub-banner-nav a {
    text-decoration: none;
}

.sub-banner-nav a i {
    color: #081E3A;
    font-size: 13px;
}

.sub-banner-nav p {
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

@media (max-width: 575px) {
    .sub-banner h2 {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .sub-banner-nav {
        display: block;
    }
}

/**** Sub Banner Nav ****/

/***** About Start *****/

.about-bottom {
    padding: 50px 0 220px;
    background-color: #F5F7Fa;
}

.about-img {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 15px;
    /* background-image: url(/assets/site/images/33oAwgtdzBnisDAlAW24yZKYdzS96t5o.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.about-card {
    width: 550px;
    min-height: 450px;
    background: #132440;
    color: white;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.about-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.about-icons {
    width: 20px;
    height: 20px;
    background-color: #FCF2A1;
    border: 4px solid #948D4E;
    border-radius: 50px;
}

.about-card p {
    font-size: 20px;
    line-height: 1.6;
    /* font-family: sans-serif; */
}

/***** Sidebar Menu *****/

.sidebar-menu {
    width: 100%;
    border: none;
    border-radius: 10px;
}

.sidebar-menu-header {
    width: 100%;
    padding: 15px;
    background: #CD2315;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.sidebar-menu-header p {
    color: #FCF2A1;
    font-size: 20px;
    font-weight: 550;
    text-decoration: none;
}

.sidebar-menu-list {
    padding-left: initial;
    padding: 15px 25px 10px 25px;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.sidebar-menu-list hr {
    margin: 0;
}

.sidebar-menu-list li {
    list-style: none;
    padding: 12px 0;
}

.sidebar-menu-list li a {
    position: relative;
    text-decoration: none;
    color: #011024;
    font-size: 18px;
    font-weight: 550;
    transition: all 0.3s ease;
}

.sidebar-menu-list li a:hover {
    color: #CD2315;
    padding-left: 15px;
}

.sidebar-menu-list li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #CD2315;
    border-radius: 1px;
}

.sidebar-menu-list li .active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background-color: #CD2315;
    border-radius: 1px;
}

.sidebar-menu-list li .active {
    padding-left: 15px;
    color: #CD2315;
}

/***** Sidebar Menu End *****/

@media (max-width: 768px) {
    .about-card {
        width: 350px;
        height: 220px;
    }

    .about-card p {
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

@media (max-width: 568px) {
    .about-card {
        width: 300px;
        height: 200px;
    }

    .about-card p {
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
}

@media (max-width: 380px) {
    .about-card {
        width: 100%;
        height: 150px;
        left: 0;
        bottom: 0;
    }

    .about-card p {
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .sub-banner h2 {
        font-size: 18px;
    }
}

/***** About End *****/

/***** Leadership Start *****/

.leadership {
    width: 100%;
    /* height: 100vh; */
    padding-top: 50px;
    padding-bottom: 220px;
    background-color: #F5F7Fa;
}

.leadership-card {
    display: flex;
    /* align-items: center; */
    /* border: 1px solid red; */
    padding: 15px 0 15px 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
}

.leadership-image {
    width: 250px;
    /* height: 200px; */
    overflow: hidden;
    border-radius: 10px;
}

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

.leadership-name h3 {
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #081E3A;
    font-size: 21px;
    font-weight: 550;
    margin: 0;
}

.leadership-name small {
    /* font-family: sans-serif; */
    color: #6D737C;
}

.leadership-text {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /* border: 1px solid red; */
    min-height: 200px;
}

.leadership-mail {
    /* font-family: sans-serif; */
    color: #6D737C;
    font-size: 15px;
}

.leadership-icon {
    display: flex;
    align-items: center;
}

.leadership-icon i {
    font-size: 15px;
}

.leadership-icon p {
    padding-left: 5px;
    color: #011024;
    /* font-family: sans-serif; */
    font-size: 14px;
    font-weight: 500;
}

.leadership-btn {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #CD2315;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.leadership-btn:hover {
    background-color: #B51F12;
}

.leadership-cards {
    display: flex;
    /* justify-content: space-between; */
    /* border: 1px solid red; */
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
}

.leadership-images {
    width: 150px;
    height: 150px;
    overflow: hidden;
    /* border: 1px solid red;  */
    border-radius: 8px;
    /* background-color: #E7EAF0; */
}

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

.leadership-info {
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    margin-left: 10px;
}

.leadership-full-name h4 {
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #081E3A;
    font-size: 15px;
    font-weight: 550;
    margin: 0;
}

.leadership-full-name small {
    /* font-family: sans-serif; */
    color: #6D737C;
}

.leadership-icons {
    display: flex;
    align-items: center;
}

.leadership-icons p {
    padding-left: 5px;
}

.leadership-phone {
    margin-top: auto;
}

@media (max-width: 991px) {
    .leadership-text .row>* {
        margin-top: 10px;
    }
}

@media (max-width: 440px) {
    .leadership-card {
        display: block;
    }

    .leadership-text {
        margin-top: 20px;
    }

    .leadership-image {
        width: 100%;
    }

    .leadership-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 15px;
    }
}

/***** Leadership End *****/

/***** Production Start *****/

.production {
    padding: 50px 0 220px 0;
    background-color: #F5F7Fa;
}

.production-div {
    display: inline-block;
    text-align: center;
    padding: 4px;
    background-color: #DBDFE7;
    border-radius: 8px;
    margin-bottom: 10px;
}

.production-btn {
    border: none;
    border-radius: 8px;
    /* font-family: Arial, Helvetica, sans-serif; */
    padding: 5px 12px;
    color: #6B7889;
    font-weight: 550;
    background-color: transparent;
    /* background-color: #FFFFFF; */
    transition: all 0.3s ease;
}

.production-btn:hover {
    background-color: #f2f2f2d8;
}

.production-text {
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.production-text p {
    font-size: 14px;
    color: #011024;
    font-weight: 500;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.production-text ul li {
    font-size: 14px;
    color: #011024;
    font-weight: 500;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.production-text h3 {
    /* font-size: 14px; */
    font-size: 18px;
    color: #011024;
    font-weight: 550;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.production-div button.active {
    color: #081e3a;
    background-color: #FFFFFF;
}

.hide {
    display: none;
}

.show {
    display: block;
}

@media (max-width: 991px) {
    .production-div {
        padding: 4px 0;
    }
}

/***** Production End *****/

/***** Investment Start *****/

.investment {
    padding: 50px 0 220px 0;
    background-color: #F5F7Fa;
}

.investment-card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 100%;
    min-height: auto;
    background-color: #FFFFFF;
    /* border: 1px solid red; */
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 14px;
    transition: all 0.2s ease;
}

.investment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.21);
}

.investment-card h5 {
    color: #011024;
    font-size: 15px;
    font-weight: 550;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.investment-card span {
    font-size: 15px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.investment-card a {
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #6B7889;
    font-size: 14px;
}

.investment-bottom {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.investment-bottom a {
    margin: 0;
    color: #C8321E;
    text-decoration: none;
}

.investment-bottom a:hover {
    text-decoration: underline;
}

.investment-bottom i {
    font-size: 10px;
    color: #DDB205;
}

.row>.col-lg-4:nth-child(1) .investment-card,
.row>.col-lg-4:nth-child(2) .investment-card,
.row>.col-lg-4:nth-child(3) .investment-card {
    min-height: 130px;
}

.row>.col-lg-4:nth-child(4) .investment-card,
.row>.col-lg-4:nth-child(5) .investment-card,
.row>.col-lg-4:nth-child(6) .investment-card {
    height: 200px;
}

.row>.col-lg-4:nth-child(7) .investment-bottom a {
    padding-left: 5px;
}

/***** Investment End *****/

/***** Regulatory Start *****/

.regulatory {
    padding: 50px 0 250px 0;
    background-color: #F5F7Fa;
}

.regulatory-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 12px;
    display: flex;
    align-items: center;
}

.regulatory-card a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #081E3A;
}

.regulatory-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    /* border: 1px solid red; */
    border-radius: 8px;
    background-color: #FBF7DC;
}

.regulatory-icon span {
    font-size: 22px;
}

.regulatory-info h6 {
    color: #011024;
    /* font-family: sans-serif; */
    font-weight: 550;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.regulatory-info {
    padding-left: 10px;
}

.regulatory-text {
    display: flex;
    /* justify-content: space-between; */
    /* gap: 20px; */
    align-items: center;
    margin-top: 5px;
    /* border: 1px solid red; */
}

.regulatory-text p {
    color: #004E9E;
    /* font-family: Arial, Helvetica, sans-serif; */
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    -webkit-text-stroke: 0.3px currentColor;
}

.regulatory-text b {
    position: relative;
    color: #757d8e;
    font-size: 14px;
    font-weight: 500;
    margin: 0 18px;
    text-transform: uppercase;
}

.regulatory-text b::before,
.regulatory-text b::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 50%;
    transform: translateY(-50%);
}

.regulatory-text b::before {
    left: -12px;
}

.regulatory-text b::after {
    right: -12px;
}

.regulatory-text .regional-download {
    color: #C8321E;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    -webkit-text-stroke: 0.1px currentColor;
    text-decoration: none;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.regulatory-text i {
    font-size: 14px;
}

.regional-download-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    /* border: 1px solid red; */
}

/***** Regulatory End *****/

/***** Analytics Start *****/

.analytics {
    padding: 50px 0 220px 0;
    background-color: #F5F7Fa;
}

.analytics-card {
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 12px;
}

.analytics-card h3 {
    color: #081E3A;
    font-size: 25px;
    font-weight: 550;
    /* font-family: sans-serif; */
    line-height: 1.4;
}

.analytics-card p {
    color: #011024;
    font-weight: normal;
    font-size: 14px;
    -webkit-text-stroke: 0.1px currentColor;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.analytics-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.analytics-image img {
    width: 100%;
    object-fit: cover;
}

/***** Analytics End *****/

/***** Gallery Start *****/

.gallery {
    padding: 50px 0 250px 0;
    background-color: #F5F7Fa;
}

.gallery-buttons {
    display: inline-flex;
    padding: 3px;
    gap: 5px;
    background-color: #DBDFE7;
    border-radius: 8px;
}

.gallery-buttons .gallery-btn {
    padding: 7px 12px;
    border-radius: 7px;
    text-align: center;
    color: #6B7889;
    border: none;
    background-color: transparent;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    font-size: 15px;
    transition: all 0.3s ease;
}

.gallery-buttons .gallery-btn:hover {
    background-color: #f2f2f2d8;
}

.gallery-buttons .gallery-btn.active {
    background-color: #FFFFFF;
    color: #011024;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.gallery-card {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    /* cursor: pointer; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gallery-image {
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0 0;
    /* height: 180px; */
    /* border: 1px solid red; */
    overflow: hidden;
}

.gallery-image .ratio {
    height: 200px;
}

.gallery-image:hover img {
    transform: scale(1.2);
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #C8321E;
    border-radius: 8px;
}

.gallery-text {
    padding: 10px 10px 0 10px;
}

.gallery-text p {
    color: #011024;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-weight: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* -webkit-text-stroke: 0.2px currentColor; */
    text-shadow: 0 0 0.5px currentColor;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-text hr {
    margin: 5px 0;
    border: none;
    height: 1.5px;
    background-color: #DDE0E4;
    opacity: 0.50;
}

.gallery-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 190px;
    padding: 0 10px 10px 10px;
}

.gallery-bottom-icon {
    display: flex;
    align-items: center;
    /* border: 1px solid blue; */
    gap: 8px;
}

.gallery-bottom-icon p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* -webkit-text-stroke: 0.2px currentColor; */
    text-shadow: 0 0 0.5px currentColor;
}

.gallery-bottom-icon i {
    font-size: 14px;
}

.gallery-icon span {
    font-size: 35px;
}

.tab-pane .row>* a {
    text-decoration: none;
}

/***** Gallery End *****/

/***** Product-catalog *****/

.product-catalog {
    background-color: #F5F7Fa;
    padding: 50px 0 250px 0;
}

.product-catalog .row>* a {
    text-decoration: none;
}

.product-catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* min-height: 230px; */
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* cursor: pointer; */
    transition: all 0.3s ease;
}

.product-catalog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-catalog-image {
    width: 100%;
    height: 150px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.product-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-catalog-text {
    padding: 8px;
    height: 50px;
    overflow: hidden;
}

.product-catalog-text p {
    color: #011024;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    text-shadow: 0 0 0.5px currentColor;
}

.product-catalog-bottom {
    padding: 10px;
    margin-top: auto;
}

.product-catalog-bottom p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 13px;
    -webkit-text-stroke: 0.2px currentColor;
    /* text-shadow: 0 0 0.5px currentColor; */
}

.product-catalog-bottom hr {
    margin: 4px 0;
    border: none;
    height: 1.5px;
    background-color: #DDE0E4;
    opacity: 0.50;
}

.product-view-section {
    padding: 100px 0 180px 0;
    background-color: #F5F7Fa;
}

.product-cards {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    /* Yengil soya */
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.img-fluid {
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
}

.product-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.price-with-vat {
    font-size: 20px;
    font-weight: 600;
    color: #CD2315;
    margin-bottom: 5px;
}

.price-without-vat {
    font-size: 18px;
    font-weight: 500;
    color: #CD2315;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .product-title {
        text-align: center;
        margin-top: 10px;
    }

    .price-wrapper {
        text-align: center;
    }
}


/***** Product-catalog End *****/

/***** Vacancies Start *****/

.vacancies {
    padding: 50px 0 270px 0;
    background-color: #F5F7Fa;
}

.vacancies-row>* a {
    text-decoration: none;
}

.vacancies-card {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* border: 1px solid red; */
    padding: 15px;
    transition: all 0.3s ease;
}

.vacancies-card:hover {
    box-shadow: 0 0 10px rgba(205, 36, 21, 0.242);
}

.vacancies-card hr {
    margin: 12px 0;
    border: none;
    height: 1.5px;
    background-color: #E2E8F2;
    opacity: 0.50;
}

.vacancies-header h5 {
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #081E3A;
    font-weight: normal;
    text-shadow: 0 0 1px currentColor;
    font-size: 17px;
}

.vacancies-icon {
    display: flex;
    /* border: 1px solid red; */
    gap: 5px;
    padding: 2px 0;
}

.vacancies-icon svg {
    width: 17px;
    height: 17px;
    /* margin-top: 2px; */
}

.vacancies-icon span {
    color: #757D8E;
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 0.5px currentColor;
}

.vacancies-icon p {
    color: #081E3A;
    font-weight: normal;
    text-shadow: 0 0 0.5px currentColor;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.vacancies-bottom {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.vacancies-bottom-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    /* border: 1px solid blue; */
}

.vacancies-bottom-left a {
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 0 1px currentColor;
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    text-decoration: none;
}

.vacancies-bottom-left i {
    font-size: 9px;
    margin-top: 3px;
}

.vacancies-bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    /* border: 1px solid red; */
    gap: 20px;
}

.vacancies-bottom-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.vacancies-bottom-data i {
    font-size: 15px;
}

.vacancies-bottom-data p {
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 0 0.7px currentColor;
    /* font-family: Arial, Helvetica, sans-serif; */
    color: #C8321E;
}

/***** Vacancies End *****/

/***** Vacancies-show Start *****/

.vacancies-show {
    padding: 50px 0 250px 0;
    background-color: #F5F7Fa;
}

.vacancies-sub {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #081E3A1A;
    color: #081E3A;
    gap: 10px;
}

.vacancies-sub b {
    /* padding-left: 5px; */
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 0.7px currentColor;
}

.vacancies-sub a {
    text-decoration: none;
}

.vacancies-sub a i {
    color: #081E3A;
    font-size: 13px;
}

.vacancies-sub p {
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.vacancies-sub p,
.vacancies-sub b {
    position: relative;
    padding-left: 15px;
}

.vacancies-sub p::before,
.vacancies-sub b::before {
    content: "/";
    position: absolute;
    left: 0;
    color: #081E3A;
    opacity: 0.6;
}

.vacancies-show-card {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* margin-top: 15px; */
}

.vacancies-show-header h4 {
    color: #081E3A;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 1px currentColor;
    font-size: 20px;
}

.vacancies-show-header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacancies-show-icon {
    display: flex;
    /* border: 1px solid red; */
    gap: 5px;
    padding: 2px 0;
}

.vacancies-show-icon svg {
    width: 17px;
    height: 17px;
    /* margin-top: 2px; */
}

.vacancies-show-icon span {
    color: #757D8E;
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 0.5px currentColor;
}

.vacancies-show-icon p {
    color: #081E3A;
    font-weight: normal;
    text-shadow: 0 0 0.5px currentColor;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.vacancies-show-card hr {
    margin: 12px 0;
    border: none;
    height: 1.5px;
    background-color: #E2E8F2;
    opacity: 0.50;
}

.vacancies-show-card2 {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.vacancies-show-card2 h5 {
    color: #081E3A;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 1px currentColor;
    font-size: 17px;
    margin: 0;
}

.vacancies-show-card2 p {
    color: #393F48;
    line-height: 1.4;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 13px;
    font-weight: normal;
    -webkit-text-stroke: 0.1px currentColor;
    padding: 3px 0 15px 0;
}

.vacancies-show-btn {
    padding: 8px 12px;
    border: none;
    background-color: #CD2315;
    color: #FFFFFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.vacancies-show-btn:hover {
    background-color: #B51F12;
}

@media (max-width: 768px) {
    .vacancies-show-header-bottom {
        display: block;
    }
}

@media (max-width: 385px) {
    .vacancies-sub {
        display: block;
    }
}

/***** Vacancies-show End *****/

/***** Documentation Start *****/

.documentation {
    padding: 50px 0 250px 0;
    background-color: #F5F7Fa;
}

/***** Documentation End *****/

/***** World-News Start *****/

.world-news {
    padding: 50px 0 270px 0;
    background-color: #F5F7Fa;
}

/***** World-News End *****/

/***** News-show Start *****/

.news-show {
    background-color: #F5F7Fa;
    padding: 50px 0 220px 0;
}

.news-show-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #081E3A;
    /* font-family: sans-serif; */
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    background-color: #081E3A1A;
}

.news-show-header a {
    text-decoration: none;
}

.news-show-header a i {
    color: #081E3A;
    font-size: 13px;
}

.news-show-header p {
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.news-show-header b {
    font-size: 12px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
}

.news-show-header p,
.news-show-header b {
    position: relative;
    padding-left: 15px;
}

.news-show-header p::before,
.news-show-header b::before {
    content: '/';
    position: absolute;
    left: 0;
    color: #081E3A;
    opacity: 0.6;
}

.news-show-card {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 12px;
}

.news-show-card h3 {
    color: #081E3A;
    font-size: 25px;
    font-weight: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
    -webkit-text-stroke: 0.7px currentColor;
    line-height: 1.4;
}

.news-show-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-show-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    /* border: 1px solid red; */
}

.news-show-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.news-show-data i {
    font-size: 14px;
}

.news-show-data p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.news-show-eye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.news-show-eye i {
    font-size: 14px;
}

.news-show-eye p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.news-show-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.news-show-right svg {
    width: 15px;
    height: 15px;
}

.news-show-right a {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 13px;
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    text-decoration: none;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.news-show-image {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0;
}

.news-show-image img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: initial;
}

.news-show-bottom p {
    color: #081E3A;
    /* font-family: Arial, Helvetica, sans-serif; */
    line-height: 1.2;
    font-size: 14px;
    padding-bottom: 20px;
}

.news-show-bottom p:nth-child(9) {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .news-show-header {
        display: block;
        text-align: initial;
    }
}

/***** News-show End *****/

/***** Gallery-show Start *****/

.gallery-show {
    background-color: #F5F7Fa;
    padding: 50px 0 230px 0;
}

.gallery-show-header {
    display: inline-flex;
    /* justify-content: space-between; */
    align-items: center;
    color: #081E3A;
    /* font-family: sans-serif; */
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    background-color: #081E3A1A;
}

.gallery-show-header a {
    text-decoration: none;
}

.gallery-show-header a i {
    color: #081E3A;
    font-size: 13px;
}

.gallery-show-header p {
    font-size: 13px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.gallery-show-header b {
    font-size: 14px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    text-shadow: 0 0 0.3px currentColor;
    color: #081E3A;
}

.gallery-show-header p,
.gallery-show-header b {
    position: relative;
    padding-left: 20px;
}

.gallery-show-header p::before,
.gallery-show-header b::before {
    content: '/';
    position: absolute;
    left: 0;
    color: #081E3A;
    opacity: 0.6;
    padding-left: 10px;
}

.gallery-show-card {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 12px;
}

.gallery-show-card h3 {
    color: #081E3A;
    font-size: 25px;
    font-weight: normal;
    /* font-family: Arial, Helvetica, sans-serif; */
    -webkit-text-stroke: 0.7px currentColor;
    line-height: 1.4;
}

.gallery-show-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-show-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.gallery-show-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.gallery-show-data i {
    font-size: 14px;
}

.gallery-show-data p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.gallery-show-eye {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.gallery-show-eye i {
    font-size: 14px;
}

.gallery-show-eye p {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
}

.gallery-show-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.gallery-show-right svg {
    width: 15px;
    height: 15px;
}

.gallery-show-right a {
    color: #C8321E;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 13px;
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    text-decoration: none;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.gallery-show-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.gallery-show-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.gallery-show-image img:hover {
    transform: scale(1.2);
}

#gallery-modal .modal-img {
    width: 100%;
}

#gallery-modal .btn-close {
    box-shadow: none;
}

/***** Gallery-show End *****/

/***** Contact Start ******/

.contact {
    background-color: #F5F7Fa;
    padding: 50px 0 220px 0;
}

.contact-card {
    width: 100%;
    min-height: 180px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 15px;
}

.contact-icon span {
    font-size: 40px;
}

.contact-text p {
    color: #6B7889;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    padding: 8px 0 4px 0;
}

.contact-text a {
    color: #011024;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 15px;
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    line-height: 1.2;
    text-decoration: none;
}

.contact-text span {
    color: #011024;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 15px;
    font-weight: normal;
    -webkit-text-stroke: 0.2px currentColor;
    line-height: 1.2;
}

.contact-social {
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
    /* justify-content: space-between; */
    gap: 5px;
    align-items: center;
}

.contact-social a {
    text-decoration: none;
}

.contact-networks {
    padding: 9px 9px 4px 9px;
    background-color: #F3F4F6;
    border-radius: 8px;
}

.contact-networks svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
}

.contact-form {
    padding: 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-form h4 {
    color: #081E3A;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    -webkit-text-stroke: 0.5px currentColor;
    font-size: 22px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 9px 0;
    padding-left: 8px;
    border-radius: 10px;
    border: 1px solid #dbdbdb8d;
    background-color: #F3F4F6;
    outline: none;
    font-size: 15px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #B6BEC9
}

.form-group input:focus,
.form-group textarea:focus {
    border: 1px solid #dbdbdb8d;
    box-shadow: none;
    background-color: #F3F4F6;
}

.contact-form textarea {
    height: 80px;
    resize: none;
}

.form-group label {
    margin-bottom: 2px;
    display: block;
    color: #081E3A;
    font-weight: normal;
    -webkit-text-stroke: 0.1px currentColor;
    font-size: 14px;
}

.contact-btn {
    background: #CD2315;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #b31f12;
}

.contact-gps {
    width: 100%;
    height: 100%;
    padding: 15px;
    /* border: 1px solid red; */
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-gps iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

/***** Contact End ******/
