/* Reset và Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    text-size-adjust: 100%;
    color: #485560;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    background: #efefef;
    font-size: 0.75em;
    line-height: 1em;
    min-width: 960px;
}

body {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    letter-spacing: 0.05rem;
}

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

a {
    color: #19365d;
    text-decoration: none;
}

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

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Header Styles */
.header-bootom {
    position: relative;
}

#top-toolbar {
    height: 112px;
    background: #152767;
    position: relative;
    margin-bottom: 15px;
}

.sec-wrapper {
    width: 1170px;
    margin: 0 auto;
}

.sec-wrapper.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.bbd-top-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 202px;
    height: 42px;
    display: block;
}

.bbd-top-logo img {
    width: 100%;
    height: auto;
}

#top-toolbar nav {
    position: absolute;
    top: 10px;
    right: 15px;
}

.toolbar-tools {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.toolbar-tools li {
    float: left;
}

.btn-cta {
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
    border: 1px solid #485560;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 5px;
}

.btn-cta:hover {
    background: linear-gradient(#456998 0%, #19365d 100%);
    border-color: #19365d;
}

.btn-cta.cta-group {
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sales-label {
    display: inline;
}

.language-switcher .btn-cta {
    padding: 5px;
    min-width: auto;
    text-align: center;
    border: none;
    background: transparent;
}

.language-switcher .flag-icon {
    width: auto;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 0;
}

.language-switcher .btn-cta.active {
    background: transparent;
    border: none;
    opacity: 1;
}

.language-switcher .btn-cta.active .flag-icon {
    opacity: 1;
}

.language-switcher .btn-cta:not(.active) {
    opacity: 0.7;
    background: transparent;
    border: none;
}

.language-switcher .btn-cta:not(.active):hover {
    opacity: 1;
    background: transparent;
    border: none;
}

.sales-button-top {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .sales-label {
        display: none;
    }

    .sales-button-top {
        display: unset;
        margin-bottom: 5px;
    }

}


.language-chooser {
    float: left;
    list-style: none;
    margin: 8px 8px 0;
    padding: 0;
}

.language-chooser li {
    float: left;
    margin-right: 8px;
}

.language-chooser li a {
    padding: 2px 3px;
    color: #5a646c;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

.language-chooser li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 18px;
    height: 12px;
}

.language-chooser li.active a {
    color: #3e4751;
    background: linear-gradient(#dce5e4 25%, #a5afb7 100%);
    border-radius: 3px;
}

.qtranxs_widget_end {
    clear: both;
}

/* Main Menu */
#main-menu {
    width: 100%;
}

#main-menu .sec-wrapper {
    /*
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    */
}

ul.main-menu {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: #68747c 0 2px 18px 0;
    z-index: 2;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(#455073 1%, #344377 6%, #142663 68%);
    list-style: none;
}

ul.main-menu .menu-item {
    flex: 1;
    position: relative;
}

ul.main-menu .menu-item>a {
    position: relative;
    line-height: 1;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 9px 17px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    background: linear-gradient(#455073 1%, #344377 6%, #142663 68%);
    white-space: nowrap;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    height: 100%;
	line-height: 2;
}

ul.main-menu .menu-item>a:hover {
    color: #fff;
    background: linear-gradient(#456998 0%, #19365d 9%);
}

ul.main-menu .menu-item>a.active {
    color: #19365d;
    background: linear-gradient(#fff 0%, #dce5e4 6%, #fff 43%);
    font-size: 13px;
    padding: 17px 24px;
    border-right: none;
}

ul.main-menu .menu-item:first-child>a {
    border-radius: 0;
}

ul.main-menu .menu-item:last-child>a {
    border-right: none;
}

ul.main-menu .menu-item>a .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -1px;
}

ul.main-menu .menu-item>a .icon.aerospace {
    background-image: url('https://cokhinhatnam.vn/wp-content/themes/cokhinhatnam/assets/images/icon-services.png');
}

ul.main-menu .menu-item>a .icon.transportation {
    background-image: url('https://cokhinhatnam.vn/wp-content/themes/cokhinhatnam/assets/images/icon-products.png');
}

ul.main-menu .menu-item.main-sec>a {
    padding-left: 33px;
}

ul.main-menu .menu-item>a .active-pointer {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

ul.main-menu .menu-item>a.active .active-pointer {
    display: block;
}

/* Dropdown Menu Styles */
ul.main-menu .menu-item.has-dropdown {
    position: relative;
}

ul.main-menu .menu-item.has-dropdown>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

ul.main-menu .menu-item .dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

ul.main-menu .menu-item.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg);
}

ul.main-menu .menu-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: linear-gradient(180deg, #19365d 0%, #142663 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
    list-style: none;
}

ul.main-menu .menu-item .dropdown-menu.langmenu{
	top: 100%;
    right: 0;
    min-width: 100%;
}

ul.main-menu .menu-item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.main-menu .menu-item .dropdown-menu li {
    display: block;
    flex: none;
}

ul.main-menu .menu-item .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    border-right: none;
    background: transparent;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    height: auto;
}

ul.main-menu .menu-item .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #f59632;
    padding-left: 25px;
    color: #f59632;
}

ul.main-menu .menu-item .dropdown-menu.langmenu li a{
	
	
}

ul.main-menu .menu-item .dropdown-menu.langmenu li a:hover {
    
}



/* Banner */
.enhance {
    width: 100%;
}

.sec-wrapper.no-padding {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.banners-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-img {
    display: block;
    width: 100%;
    position: relative;
}

.banner-img {
    display: block;
    width: 100%;
    position: relative;
}

.banner-img img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    object-fit: cover;
}

.enhance {
    position: relative;
}

.sec-wrapper.no-padding {
    padding: 0;
}

/* Main Content */
.main-content {
    line-height: 1.5rem;
    position: relative;
}

.title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.title h2 {
    font-size: 2.08333rem;
    color: #19365d;
    margin: 0.83em 0;
}

/* Services Layout */
.services-layout {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.services-item {
    width: calc((100% - 40px) / 3);
    margin-left: 10px;
    box-shadow: -1px 2px 14px -4px rgb(0 0 0 / 28%);
    transition: 0.5s;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #fff;
}

.services-item:nth-child(5n+1) {
    /* margin-left: 0; */
}

.services-item:hover {
    transform: scale(1.05);
}

.services-item-icon {
    display: inline-block;
    margin-bottom: 10px;
}

.services-item h3 {
    font-weight: 700;
    margin: 20px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #19365d;
}

.services-item>ul {
    text-align: left;
    padding-left: 20px;
    margin: 15px 0;
}

.services-item>ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.button {
    background: #152767;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
}

.button:hover {
    background: #3d7fb4;
    transform: scale(1.03);
    text-decoration: none;
    color: #fff;
}

/* Section Product */
.section-product {
    margin: 30px 0;
}

/* Why Us Section */
.section-whyus {
    margin-top: 30px;
}

.why-us {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.why-us-item {
    width: calc(33.3333% - 20px);
    margin-left: 15px;
    box-shadow: rgba(0, 0, 0, 0.28) -1px 2px 14px -4px;
    transition: 0.5s;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.why-us-item:hover {
    transform: scale(1.05);
}

.why-us-icon {
    display: inline-block;
    margin-bottom: 10px;
}

.why-us-item p {
    color: #333;
    margin: 0;
    line-height: 1.5;
}

/* CTA Banner */
.ctabanner {
    background: #16266a;
    padding: 10px;
    margin: 30px 0 0;
}

.ctabanner-wrapper {
    outline: #9db7cb solid 2px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ctabanner h2 {
    letter-spacing: 1px;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.greenunderline {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #7a9a01;
}

.my-button {
    background: #f59632;
    display: inline-block;
    padding: 10px 30px;
    color: #19365d;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.my-button:hover {
    background: #e0851f;
    color: #19365d;
    text-decoration: none;
}

/* Footer */
footer {
    background: #222;
    margin-top: 20px;
}

.footer {
    background-color: #16266a;
    padding: 30px 0;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    padding-top: 16px;
}

.contact-us {
    margin: 0 30px 0 0;
    width: 330px;
}

.bottom-logo img {
    max-width: 200px;
    height: auto;
}

.site-map {
    width: 780px;
    margin: 0;
    padding: 0;
}

.groups-row {
    display: flex;
    align-items: flex-start;
}

.link-group {
    width: calc(50% - 18px);
    font-size: 14px;
    color: #fff;
    margin-right: 18px;
}

.link-group ul {
    padding: 0;
    list-style: none;
}

.link-group ul li {
    padding: 0.5em 0;
}

.link-group ul li p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 7px;
}

.link-group strong {
    color: #fff;
}

.footer-inner.services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px solid rgba(203, 213, 214, 0.2);
}

.footer-inner.services a {
    display: inline-block;
    margin: 5px;
    border-left: 1px solid #fff;
    padding-left: 5px;
    color: #e4fd88;
    font-size: 13px;
}

.footer-inner.services a:first-child {
    border-left: 0;
    padding-left: 0;
}

.bottom-nav {
    border-top: 1px solid rgba(203, 213, 214, 0.2);
    padding: 1.25em 0;
}

.bottom-nav>div {
    color: #fff;
    margin: 0 auto;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    float: left;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
}

.bottom-nav ul {
    margin: 0 2.5em;
    padding: 0;
    list-style: none;
}

.bottom-nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.bottom-nav ul li+li {
    border-left: 1px solid #fff;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

.bottom-nav ul li a {
    color: #fff;
    font-size: 13px;
}

/* Owl Carousel */
.owl-carousel {
    display: block;
    position: relative;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    display: flex;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-carousel .owl-nav button {
    position: absolute;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 3px;
    transition: background 0.3s;
}

.owl-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.6);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.sec-wrapper {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.page_banner {
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-render {
    position: relative;
    z-index: 1;
}

.banner-render h1 {
    color: #fff;
    text-align: center;
    font-size: 2.08333rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.page_banner .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.sidebar {
    float: left;
    width: 350px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 0 30px;
}


.sidebar-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.sidebar-menu-item {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: -1px 2px 14px -4px rgb(0 0 0 / 28%);
    font-size: 14px;
}

.sidebar-menu-item .button {
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    color: #316792;
}

.sidebar-menu-item:nth-child(odd) {
    margin-left: 0;
}

.content li {
    color: #333;
}

.widget-title::after {
    bottom: -16px;
    content: "";
    height: 3px;
    width: 73px;
    position: absolute;
    left: 0;
}

.widget-title {
    position: relative;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 700;
}

.widget-title::after {
    background-color: #3498db;
}

.sidebar .widget {
    padding-right: 30px;
}

.sidebar .widget .center img {
    max-width: 260px;
}

.sidebar .widget+.widget {
    margin-top: 40px;
}

.sidebar {
    display: inline-block;
    width: 30%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 0 30px;
}

.widget {
    padding: 0 0 1em;
}

.contact-info {
    list-style: none;
    padding: 0;
    line-height: 1.42857em;
}

.contact-info li {
    border-radius: 4px;
    padding: 7px 12px 7px 44px;
    position: relative;
    background-color: #f7f7f7;
    margin-top: 5px;
}

.contact-info li:before {
    border-right: 1px solid #e1e2e2;
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 31px;
}

.contact-info i {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    color: #316792;
}

.with-sidebar {
    display: inline-block;
    width: 70%;
}

.sidebar-menu-item .button img {
    margin-bottom: 5px;
}


.main-content {
    line-height: 1.5rem;
    position: relative;
    padding-top: 55px;
}


.links_block_wrapper+h1,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0;
}

.title {
    text-align: center;
    font-weight: 700;
}

.list-news-thumb {
    width: 50%;
}

.list-news .release-link {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sec-news .title {
    text-align: left;
    position: relative;
}

.sec-news .title::after {
    background-color: #fab702;
    bottom: -16px;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
    width: 73px;
}

.list-news {
    display: flex;
}

.list-news-item {
    display: inline-flex;
    align-items: center;
    flex: 1;
}

.release-link {
    flex: 1;
    padding: 0 10px;
}

.block-services .sec-news {}




.service-content h2 {
    font-size: 24px;
    margin-bottom: 40px;
    position: relative;
    color: #316792;
}

.service-content h2::after {
    background-color: #316792;
}

.service-content h2::after,
.widget-title::after {
    bottom: -16px;
    content: "";
    height: 3px;
    width: 73px;
    position: absolute;
    left: 0;
}

.block-services {
    position: relative;
    padding-top: 25px
}

.page-news .sidebar {
    float: right;
}

.page-news .sidebar .widget {
    padding-left: 30px;
    padding-right: 0;
}


.news-cat .sidebar-menu-item:nth-child(odd) {
    margin-left: 0;
}

.news-cat .content li {
    color: #333;
}

.news-cat .sidebar-menu-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    box-shadow: -1px 2px 14px -4px rgb(0 0 0 / 28%);
    font-size: 14px;
}

.page-news .content_block {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.product-pagination .pagination li.active a,
.product-pagination .pagination li.active span {
    color: #ffffff;
    background-color: #16266a;
}

.about-menu {
    margin-top: 20px;
}




.about-page h1 {
    color: #142663;
    font-size: 2.5em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #142663;
    text-align: center;
}

.about-page h2 {
    color: #142663;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}

.about-page h3 {
    color: #19365d;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-page p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
}

.about-page strong {
    color: #142663;
    font-weight: 600;
}

.about-page ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.about-page li {
    margin-bottom: 10px;
}

.about-page .contact-info {
    background-color: #f9f9f9;
    padding: 25px;
    border-left: 4px solid #142663;
    margin-top: 30px;
    border-radius: 5px;
}

.about-page .contact-info p {
    margin-bottom: 10px;
}

.about-page .footer-note {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .about-page h1 {
        font-size: 2em;
    }

    .about-page h2 {
        font-size: 1.5em;
    }

    .about-page h3 {
        font-size: 1.3em;
    }


}

.desktop {
    display: block;
}

.mobile {
    display: none;
}


/* Responsive */
@media only screen and (max-width: 767px) {
    html {
        min-width: 100%;
    }

    .block-services .sec-news {
        width: 100%;
        order: -1;
    }

    .sec-news .title {
        margin-bottom: 40px;
        text-align: left;
    }

    .main-content.with-sidebar {
        order: 2;
    }

    .banners-wrapper,
    .box-flex-col,
    .fn-banner-holder,
    .sidebar,
    .with-sidebar {
        width: 100% !important;
    }


    .sidebar {
        width: 100% !important;
    }

    .sidebar .widget {
        padding-right: 0;
    }

    .sidebar .widget+.widget {
        margin-top: 20px;
    }

    .sec-wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .bbd-top-logo {
        position: relative;
        display: inline-block;
        top: auto;
        left: 0;
        padding-bottom: 20px;
    }

    #top-toolbar {
        height: auto;
        padding: 10px 0;
        margin-bottom: 0;
    }

    #top-toolbar nav {
        position: relative;
        float: none;
        top: auto;
        right: auto;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .services-item {
        width: calc(50% - 1.5rem);
    }

    .why-us-item {
        width: calc(50% - 17.5px);
    }

    .footer-inner {
        flex-direction: column;
    }

    .site-map {
        width: 100%;
    }

    .link-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #main-menu {
        position: relative;
        background: transparent;
        z-index: 9999;
        background-color: #152767;
    }

    ul.main-menu {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
    }

    ul.main-menu .menu-item>a {
        width: 100%;
        text-align: left;
        padding: 15px;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .products-slider .product-category-item {
        max-width: 100% !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .page-news .sidebar .widget {
        padding-left: 0;
        padding-right: 0;
    }

    .main-content {
        padding-top: 20px;
    }

    .my-button {
        margin-top: 15px;
    }

    .menu {
        right: 0;
        top: 0;
        z-index: 100;
        width: 60px;
        height: 60px;
        box-shadow: 0 0 0 10px #fff, 0 0 0 10px #fff;
        border-radius: 50%;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
        cursor: pointer;
        position: absolute;
        transition: 0.5s ease-in-out;
    }

    .menu,
    .menu .hamburger {
        -webkit-transition: 0.5s ease-in-out;
        position: absolute;
        transition: 0.5s ease-in-out;
    }

    .menu .hamburger {
        top: 35px;
        right: 15px;
        width: 30px;
        height: 2px;
        background: #ffffff;
        display: block;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .menu .hamburger:after,
    .menu .hamburger:before {
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }

    .menu .hamburger:before {
        top: -10px;
    }

    .menu .hamburger:after {
        bottom: -10px;
    }

    .opened-menu .nav-mobi {
        display: block;
    }

    #main-content {
        padding-top: 15px;
    }

    ul.main-menu .menu-item:first-child>a {
        border-radius: 0;
    }
}

.subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    font-size: 1.1em;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #f9f9f9;
    aspect-ratio: 4/3;
}

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

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(20, 38, 99, 0.7) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: #fff;
    font-size: 32px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 38, 99, 0.9);
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .image-title {
    transform: translateY(0);
}

.footer-note {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-style: italic;
}

/* Responsive */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }

    h1 {
        font-size: 2em;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nav-mobi {
        display: none;
    }

    .owl-carousel .owl-nav {
        top: 40%;
    }


}


.section-title-elegant {
    text-align: center;
    margin: 0px 0 30px;
    padding: 0 20px;
}

.title-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.title-accent {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #142663);
    display: block;
    flex-shrink: 0;
}

.title-wrapper .title-accent:last-child {
    background: linear-gradient(90deg, #142663, transparent);
}

.title-text {
    font-size: 1.8em;
    font-weight: 600;
    color: #142663;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
}

.content_block h2,
.content_block h3,
.content_block h4,
.content_block h5,
.content_block h6 {
    margin-bottom: 8px;
}


.related-news-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #e5e5e5;
}

.related-news-title {
    font-size: 24px;
    font-weight: 600;
    color: #142663;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.related-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.related-news-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-news-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.related-news-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.related-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.related-news-item:hover .related-news-thumb img {
    transform: scale(1.1);
}

.related-news-thumb .news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 38, 99, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.related-news-item:hover .related-news-thumb .news-overlay {
    opacity: 1;
}

.related-news-thumb .read-more-btn {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-news-thumb .read-more-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.related-news-item:hover .related-news-thumb .read-more-btn i {
    transform: translateX(5px);
}

.related-news-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.related-news-item-title {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.related-news-item-title a {
    color: #142663;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-news-item-title a:hover {
    color: #1e3a8a;
}

.related-news-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content_block p {
    padding-bottom: 8px;
}

@media (max-width: 1024px) {
    .related-news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .related-news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .related-news-title {
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    ul.main-menu .menu-item.has-dropdown>a {
        justify-content: flex-start;
    }

    .section-title-elegant {
        margin: 40px 0 35px;
    }

    .title-wrapper {
        gap: 15px;
    }

    .title-accent {
        width: 30px;
    }

    .title-text {
        font-size: 2em;
        letter-spacing: 1px;
    }

    .title-text::after {
        width: 50px;
        height: 2px;
    }

    .banner-render h1 {
        font-size: 1.2rem;
    }

    .btn-cta {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .title-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .title-accent {
        width: 40px;
        height: 1.5px;
    }

    .title-text {
        font-size: 1.7em;
    }

    .title-text::after {
        width: 40px;
    }
}


.text-uppercase {
    text-transform: uppercase;
}

.title-border-left {
    border-left: 5px solid #152767;
    padding-left: 10px;
}

.cke_editable .gallery-overlay{
	display: none;
}