:focus {
    outline: none;
}

a {
    color: #000;
}

body {
    font-family: 'Noto Sans';
    font-weight: normal;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: initial;
    color: #000;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

p {
    margin: 0;
}

#wrapper {
    position: relative;
    min-height: 100%;
    width: 100%;
    z-index: 1;
    overflow: visible;
}

#wrapper-in {
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
}

#header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}


.clr {
    clear: both;
}

a:visited,
a:focus {
    outline: none;
}

.custom__width {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}

.w-480 {
    width: 510px;
}

.w-770 {
    width: 800px;
}

.w-900 {
    width: 930px;
}

.w-920 {
    width: 950px;
}

.w-970 {
    width: 1000px;
}

.wrap-content p {
    margin-bottom: 10px;
}

.wrap-content img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto !important;
}

.wrap-content table {
    width: 100% !important;
    margin-bottom: 15px;
    border-collapse: collapse !important;
    border-spacing: 0;
}

.wrap-content table th,
.wrap-content table td {
    padding: 10px;
    text-align: center;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .08);
    border-style: solid;
    vertical-align: middle;
}

.wrap-content table tr:nth-of-type(2n) {
    background: rgba(0, 0, 0, .02);
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.slide-banners {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 71px);
    z-index: 1;
}

.slide-banners .item {
    position: relative;
}

.slide-banners .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}

.slide-banners .item img {
    width: 100%;
    height: calc(100vh - 71px);
    object-fit: cover;
}

/* Pagination Dots */
.slide-banners .owl-dots {
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 5;
}

.slide-banners .owl-dots .owl-dot {
    width: 77px;
    height: 5px;
    background: rgba(255, 255, 255, 0.72);
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    border-radius: 3px;
    transition: background 0.3s;
}

.slide-banners .owl-dots .owl-dot.active {
    background: #c03428;
}

/* ===== Banner overlay content ===== */
.kv-banner-wrap {
    position: relative;
}

.kv-banner-content {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.kv-banner-content.kv-banner-content--visible {
    opacity: 1;
    transform: translateY(0);
}

.kv-banner-content__inner {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    pointer-events: auto;
}

.kv-banner-content__text-wrap {
    display: inline-block;
    max-width: 620px;
}

.kv-banner-content__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.kv-banner-content__desc {
    color: #fff;
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.kv-banner-content__desc,
.kv-banner-content__desc * {
    color: #fff !important;
}

.kv-banner-content__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c03428;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
}

.kv-banner-content__btn:hover {
    background: #a02820;
}

/* Banner custom nav */
.kv-banner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c03428;
    transition: background 0.2s;
    padding: 0;
}

.kv-banner-nav:hover {
    background: #fff;
}

#bannerPrev {
    left: 24px;
}

#bannerNext {
    right: 24px;
}

.font-raleway {
    font-family: 'Noto Sans';
}


/*========================header=================*/
.top-head {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.top-head .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 70px;
    padding-left: 24px;
    padding-right: 24px;
}

#logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 40px;
}

#logo img {
    max-height: 52px;
    width: auto;
    max-width: 200px;
}

#slogan {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 900;
    font-family: 'Raleway';
}

#slogan:before,
#slogan:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 19px;
}

#slogan:before {
    background: url("/images/mark-1.png") no-repeat;
    left: -30px;
    top: 0;
}

#slogan:after {
    background: url("/images/mark-2.png") no-repeat;
    right: -30px;
    bottom: 0;
}

.right-head {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    margin-left: 23px;
    margin-bottom: 6px;
}

.right-head .search-box {
    position: relative;
    margin-right: 0;
}

.right-head .search-box input[type="text"] {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.right-head .search-box input[type="submit"] {
    width: 24px;
    height: 24px;
    border: 0;
    position: relative;
    right: 0;
    margin: 0;
    background: url("/images/search.png") no-repeat center center / 15px auto;
    cursor: pointer;
}

.right-head .search-icon-btn {
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: url("/images/search.png") no-repeat center center / 15px auto;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.right-head .search-icon-btn:hover {
    opacity: 1;
}

.right-head .search-icon-btn.is-active {
    opacity: 1;
}

/* ===== Search Panel ===== */
.kv-search-panel {
    display: none;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 14px 0;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 199;
}

.kv-search-panel.is-open {
    display: block;
}

.kv-search-panel__form {
    position: relative;
}

.kv-search-panel__input {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 0;
    padding: 0 16px;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    outline: none;
    box-sizing: border-box;
    background: transparent;
}

.search-icon-btn.is-active {
    color: #c03428;
}

#header.search-open {
    box-shadow: none;
}

#header.search-open .top-head {
    border-bottom-color: transparent;
}

#kv-search-panel.is-open {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

@keyframes maskFadeIn {
    to {
        opacity: 1;
    }
}

.right-head .language-list {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-family: 'Noto Sans';
}

.right-head .language-list a {
    color: #ccc;
    font-weight: 600;
    padding: 2px 4px;
    transition: color 0.2s;
    font-family: 'Noto Sans';
}

.right-head .language-list a+a:before {
    content: "|";
    display: inline-block;
    margin-right: 5px;
    color: #c7c7c7;
}

.right-head .language-list a:hover,
.right-head .language-list a.lang-active {
    color: #c03428;
}

#header .menu-mo {
    margin-left: auto;
    line-height: 1;
}

#header .menu-mo span {
    color: #242424;
    line-height: 36px;
    padding-right: 0;
}

/**/
#menu {
    font-size: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: 1;
    margin: 0;
    padding: 0;
}

#menu>li {
    display: inline-flex;
    align-items: stretch;
    position: static;
}

#menu>li>a {
    display: block;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: none;
    line-height: 68px;
    font-family: 'Raleway';
    position: relative;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    letter-spacing: 0.02em;
}

#menu>li:hover>a,
#menu>li.active>a {
    color: #c03428;
    background: transparent;
    border-bottom-color: #c03428;
}

/*#menu > li:hover > a:after, #menu > li.active > a:after { position: absolute; content: ""; left: 12px; right: 12px; bottom: 0px; height: 2.5px; background: #be3428; border: 1px solid; } */

#menu>li.li-home>a img {
    display: none;
}

#menu>li>ul {
    display: none;
}

#menu>li.has-mega:hover>ul.mega-built {
    display: block;
}

#menu>li>ul.mega-built {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    background: #c03428;
    z-index: 999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
}

.mega-col1 {
    display: flex;
    align-items: flex-start;
    padding: 32px 36px 32px 0;
    width: 300px;
    flex-shrink: 0;
}

.mega-col1 span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Noto Sans';
    line-height: 1.2;
}

.mega-col2 {
    position: relative;
    padding: 32px;
    width: 400px;
    flex-shrink: 0;
    height: 100%;
    border-left: 1px solid #d44a3f;
    border-right: 1px solid #d44a3f;
}

.mega-col2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mega-col2 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-col2 ul li a {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0;
    font-family: 'Noto Sans';
    white-space: nowrap;
    transition: color 0.2s;
}

.mega-col2 ul li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.25s ease;
}

.mega-col2>ul>li.active>a,
.mega-col2>ul>li:hover>a {
    color: #fff;
    font-weight: 600;
}

.mega-col2>ul>li.active>a::after,
.mega-col2>ul>li:hover>a::after {
    width: 100%;
}

.mega-chevron {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-left: 12px;
}

.mega-col3 {
    position: absolute;
    top: 0;
    left: calc(100% - 30px);
    /* left: 100%; */
    width: 500px;
    min-width: 0;
    height: 100%;
    background: #d44a3f;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    padding: 32px;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.mega-col2>ul>li.has-sub:hover .mega-col3,
.mega-col2>ul>li.has-sub.active .mega-col3,
.mega-col2>ul>li.has-sub .mega-col3:hover {
    opacity: 1;
    visibility: visible;
}

.mega-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mega-sub ul li a {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 400;
    padding: 3px 0;
    font-family: 'Noto Sans';
    white-space: nowrap;
    transition: color 0.2s;
}

.mega-sub ul li a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.25s ease;
}

.mega-sub ul li a:hover {
    color: #fff;
}

.mega-sub ul li a:hover::after {
    width: 100%;
}

/**/
.kien-title {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #be3428;
    background: url("/images/title-icon.png") no-repeat left top;
    padding: 5px 0 0 50px;
    margin: 0 0 20px 0;
    font-family: 'Raleway';
}

.kien-title.title-underline {
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.home-about {
    padding: 70px 0;
}

ul.list-a {
    margin-top: 15px;
}

ul.list-a li {
    display: inline-block;
    vertical-align: top;
    background: #c03428;
}

ul.list-a li:nth-of-type(2n) {
    background: #08854a;
}

ul.list-a li a {
    color: #fff;
    display: block;
    padding: 5px 35px 5px 15px;
    background: url("/images/arr-double-1.png") no-repeat 95% center;
    font-style: italic;
    font-family: 'Raleway';
}

.home-about .image {
    position: relative;
}

.home-about .image:before {
    position: absolute;
    content: "";
    background: #08854a;
    width: 100%;
    height: 100%;
    left: 7px;
    top: 7px;
    z-index: 0;
}

.home-about .image img {
    width: 100%;
    position: relative;
    z-index: 1;
}

/**/
.home-service {
    padding: 45px 0;
    background: rgb(232, 232, 232);
    background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 71%, rgba(247, 247, 247, 1) 86%);
}

.slide-services {
    margin: 45px 0 20px;
}

.slide-services .item {
    text-align: center;
}

.slide-services.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto 15px;
}

.slide-services.owl-carousel .owl-item .item>a {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway';
}

.slide-services.owl-carousel .owl-item .desc {
    margin: 10px 0;
    line-height: 1.4;
}

.slide-services.owl-carousel .owl-item .read-more a {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    background: #d4d4d4;
    font-family: 'Raleway';
}

.slide-services .owl-nav .owl-prev,
.slide-services .owl-nav .owl-next,
.slide-jobs .owl-nav .owl-prev,
.slide-jobs .owl-nav .owl-next {
    position: absolute;
    top: 98px;
    margin: auto;
    width: 43px;
    height: 43px;
}

.slide-services .owl-nav .owl-prev,
.slide-jobs .owl-nav .owl-prev {
    left: 0;
}

.slide-services .owl-nav .owl-next,
.slide-jobs .owl-nav .owl-next {
    right: 0;
}

.slide-jobs .owl-nav .owl-prev,
.slide-jobs .owl-nav .owl-next {
    top: 0;
    bottom: 0;
}

/**/
.home-jobs {
    padding: 55px 0;
}

.kv-ind-v2 {
    padding: 55px 0 70px;
    background: #fff;
}

.kv-ind-v2__header {
    text-align: center;
    margin-bottom: 30px;
}

.kv-ind-v2__header-left {
    max-width: 760px;
    margin: 0 auto;
}

.kv-ind-v2 .kien-title {
    background: none;
    padding: 0;
    margin: 0 0 12px;
    font-family: 'Noto Sans';
    font-size: 48px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #111;
}

.kv-ind-v2__subtitle {
    color: #777;
    font-size: 16px;
    line-height: 1.8;
}

.kv-ind-v2__carousel {
    position: relative;
}

.kv-ind-v2__carousel .container {
    position: relative;
}

.slide-jobs {
    margin: 0;
    padding: 0;
}

.kv-ind-v2__item {
    display: block;
    text-align: center;
}

.kv-ind-v2__img-wrap {
    overflow: hidden;
    border-radius: 14px;
    background: #f3f3f3;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.kv-ind-v2__img-wrap img,
.slide-jobs.owl-carousel .owl-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.kv-ind-v2__title {
    margin: 16px 0 0;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Noto Sans';
}

.kv-ind-v2__title:before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin: 0 auto 14px;
    background: #08854a;
    border-radius: 2px;
}

#ind-prev,
#ind-next {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    top: 110px;
    transform: translateY(0);
}

#ind-prev {
    left: 8px;
}

#ind-next {
    right: 8px;
}

/**/
.home-news-update {
    padding: 55px 0;
    background: url("/images/news-line.png");
    position: relative;
}

.home-news-update .container .row {
    padding: 30px 0;
}

.home-news-update .item {
    font-size: 0;
    margin-bottom: 30px;
}

/* ---- News Section Component ---- */
.kv-news-section {
    padding: 64px 0 72px;
    background: #f8f8f8;
}

.kv-news-section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 16px;
}

.kv-news-section__title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.kv-news-tabs {
    display: flex;
    gap: 4px;
}

.kv-news-tab {
    padding: 10px 20px;
    border: none;
    background: transparent;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
}

.kv-news-tab::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c03428;
    transition: width 0.3s ease;
}

.kv-news-tab:hover {
    color: #333;
}

.kv-news-tab.active {
    color: #c03428;
    font-weight: 600;
}

.kv-news-tab.active::after {
    width: 100%;
}

.kv-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.kv-news-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: kvCardIn 0.4s ease both;
    display: flex;
    flex-direction: column;
}

@keyframes kvCardIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kv-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.kv-news-card--hidden {
    display: none !important;
}

.kv-news-card--show {
    display: flex;
    animation: kvCardIn 0.35s ease both;
}

.kv-news-card__img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.kv-news-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kv-news-card:hover .kv-news-card__img-wrap img {
    transform: scale(1.05);
}

.kv-news-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 3px;
    font-family: 'Noto Sans', sans-serif;
}

.kv-news-card__badge--news {
    background: #c03428;
    color: #fff;
}

.kv-news-card__badge--community {
    background: #2e7d5a;
    color: #fff;
}

.kv-news-card__badge--events {
    background: #1a5276;
    color: #fff;
}

.kv-article-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 3px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 10px;
}

.kv-news-card__meta {
    margin-bottom: 10px;
}

.kv-news-card__meta time {
    font-size: 12px;
    color: #aaa;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.02em;
}

.kv-news-card__body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kv-news-card__title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    height: calc(1.45em * 2);
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kv-news-card__title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.kv-news-card__title a:hover {
    color: #c03428;
}

.kv-news-card__excerpt {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0 0 16px 0;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.kv-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #c03428;
    text-decoration: none;
    transition: gap 0.2s;
}

.kv-news-card__more svg {
    width: 14px;
    height: 14px;
    transition: transform 0.2s;
}

.kv-news-card__more:hover {
    gap: 10px;
}

.kv-news-card__more:hover svg {
    transform: translateX(2px);
}

.kv-news-section__footer {
    text-align: center;
    margin-top: 40px;
}

.kv-news-section__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 1px solid #c03428;
    border-radius: 4px;
    color: #c03428;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
    transition: all 0.25s;
}

.kv-news-section__view-all svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}

.kv-news-section__view-all:hover {
    background: #c03428;
    color: #fff;
}

.kv-news-section__view-all:hover svg {
    transform: translateX(4px);
}

.home-news-update .item .image,
.home-news-update .item .content {
    display: inline-block;
    vertical-align: top;
}

.home-news-update .item .image {
    width: 300px;
}

.home-news-update .item .image img {
    border: 1px solid #5f5f5f;
    width: 100%;
}

.home-news-update .item .content {
    width: calc(100% - 300px);
    padding-left: 10px;
    font-size: 14px;
}

.home-news-update .item .content>a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    line-height: 1.2;
}

.home-news-update .item .content .desc {
    margin-bottom: 10px;
}

.home-news-update .item .content p.date {
    font-size: 16px;
    color: #8b8b8b;
}

.home-news-update .read-all a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 210px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #08854a;
    position: relative;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 9;
    font-family: 'Raleway';
}

.home-news-update .read-all a:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 16px;
    background: url("/images/arr-double-1.png") no-repeat center center;
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 32px;
}

/**/
.home-news {
    padding: 70px 0;
}

.home-news.news-cate {
    padding: 0;
}

.home-news .item {
    margin-bottom: 30px;
}

.home-news .item .image img {
    width: 100%;
}

.home-news .item .wrap {
    background: #ebebeb;
    height: 100%;
}

.home-news .item .content {
    padding: 15px;
}

.home-news .item .content>a {
    font-weight: bold;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    color: #3c3c3c;
}

.home-news .item .content .read-more {
    text-align: right;
}

.home-news .item .content .read-more a {
    font-weight: bold;
    font-family: 'Raleway';
}

/**/
.banner-image img {
    width: 100%;
}

.bread-brumb-style-1 {
    padding: 20px 0;
    color: #000;
    margin: 0 -5px;
    font-style: italic;
}

.bread-brumb-style-1 a,
.bread-brumb-style-1 span {
    color: #949494;
    padding: 0 5px;
}

.bread-brumb-style-1 span {
    color: #c03428;
}

/**/
.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.about-wrapper .about-aside {
    width: 230px;
}

.about-wrapper .about-aside ul.ul-about li a {
    display: block;
    color: #fff;
    padding: 10px 25px 10px 15px;
    position: relative;
    background: #08854a;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 16px;
    font-family: 'Raleway';
}

.about-wrapper .about-aside ul.ul-about li a:after {
    position: absolute;
    content: "";
    background: url("/images/arr-double-1.png");
    width: 14px;
    height: 16px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.about-wrapper .about-aside ul.ul-about li a:hover,
.about-wrapper .about-aside ul.ul-about li.active a {
    background: #c03428;
}

.about-wrapper .about-aside ul.ul-about li a:hover:after,
.about-wrapper .about-aside ul.ul-about li.active a:after {
    display: block;
}

.about-wrapper .about-main {
    width: calc(100% - 280px);
}

.history-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.history-tree .item {
    width: 50%;
    position: relative;
    border: 2px solid #f3cdcd;
    border-radius: 5px;
    padding: 20px 20px 20px 65px;
}

.history-tree .item:nth-child(2n+1) {
    align-self: flex-end;
}

.history-tree .item:nth-child(2n) {
    align-self: flex-start;
    padding: 20px 65px 20px 20px;
    border-color: #c3d6cd;
}

.history-tree .item {
    margin-bottom: 30px;
}

.history-tree .item .year {
    width: 89px;
    height: 89px;
    line-height: 89px;
    border-radius: 50%;
    display: block;
    background: #c03428;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Raleway';
}

.history-tree .item:nth-child(2n) .year {
    left: auto;
    right: -45px;
    background: #08854a;
}

.history-tree .item strong {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}

.history-tree .item .desc {
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
}

.image-responsive {
    max-width: 100%;
}

/**/
.main-news {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 30px;
}

.main-news .image,
.main-news .content {
    width: 50%;
}

.main-news .image img {
    width: auto;
    object-fit: cover;
}

.main-news .content {
    background: #08854a;
    color: #fff;
    font-size: 14px;
    padding: 25px;
}

.main-news .content>span {
    color: #fff36c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.main-news .content>a {
    color: #fff;
    font-size: 26px;
}

.main-news .content>p.date {
    color: #53d195;
    padding: 15px 0;
}

.main-news .content>.desc {
    margin-bottom: 15px;
}

.main-news .content>.read-more {
    text-align: right;
}

.main-news .content>.read-more a {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    background: #fff;
    color: #000;
}

.page-news>span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    color: #08854a;
}

.page-news>h1 {
    font-size: 30px;
    font-weight: bold;
}

.page-news>p.date {
    padding: 15px 0;
}

.more-news>p {
    font-size: 24px;
    font-weight: bold;
}

/**/
.form-contact {
    background: #eee url("/images/form-s.png") no-repeat 40px center;
    padding: 60px 170px 60px 350px;
    margin: 30px 0 90px;
    font-size: 16px;
    color: #686868;
}

.form-contact>p {
    margin-bottom: 15px;
}

.form-contact span {
    color: #c03428;
}

.form-contact .form-group label>span {
    margin-left: 3px;
}

.form-contact .form-control {
    width: 350px;
    max-width: 100%;
}

.form-contact .form-group input[type="submit"] {
    height: 41px;
    border: 0;
    padding: 7px 25px;
    background: #08854a;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}

/**/
ul.ul-job>li>a {
    display: block;
    color: #3c3c3c;
    padding: 10px 25px 10px 15px;
    position: relative;
    background: #efefef;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease;
}

ul.ul-job>li.active>a,
ul.ul-job>li>a:hover {
    background: #08854a;
    color: #fff;
}

ul.ul-job>li>a:before {
    position: absolute;
    content: "";
    background: url("/images/arr-side.png") no-repeat;
    width: 8px;
    height: 16px;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease;
}

ul.ul-job>li.active>a:before {
    background: url("/images/arr-side.png") no-repeat;
    filter: brightness(100);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.ul-job ul {
    display: none;
}

ul.ul-job li.active>ul {
    display: block;
}

ul.ul-job ul li a {
    display: block;
    color: #3c3c3c;
    padding: 10px 25px 10px 15px;
    position: relative;
    background: #efefef;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
    transition: all .3s ease;
}

ul.ul-job ul li.active a,
ul.ul-job ul li a:hover {
    color: #c03428;
}

ul.ul-job ul li a:after {
    position: absolute;
    content: "";
    background: url("/images/arr-double-2.png");
    width: 14px;
    height: 16px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

ul.ul-job ul li a:hover:after,
ul.ul-job ul li.active a:after {
    display: block;
}

/**/
.images-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}

.images-box .item {
    padding: 0 15px;
}

.images-box .item a {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 19px 9px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.images-box .item img {
    max-width: 90%;
    max-height: 90%;
}

/**/
/* ---- Footer Component ---- */
.kv-footer {
    background: #fff;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    position: relative;
    overflow: hidden;
}

.kv-footer__accent {
    height: 3px;
    background: linear-gradient(90deg, #c03428 0%, #c03428 40%, transparent 100%);
}

.kv-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr;
    gap: 48px;
    padding: 56px 0 48px;
}

.kv-footer__col--brand {
    padding-right: 24px;
}

.kv-footer__logo {
    margin-bottom: 20px;
}

.kv-footer__logo img {
    height: 48px;
    width: auto;
}

.kv-footer__company {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    color: #1a1a1a;
    line-height: 1.4;
}

.kv-footer__desc {
    font-size: 13px;
    line-height: 1.7;
    color: #888;
    margin: 0 0 16px;
}

.kv-footer__heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c03428;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.kv-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kv-footer__links a {
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 14px;
    padding: 5px 0;
    transition: color .2s;
    text-decoration: none;
}

.kv-footer__links a::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c03428;
    transition: width .25s ease;
}

.kv-footer__links a:hover {
    color: #c03428;
}

.kv-footer__links a:hover::after {
    width: 100%;
}

.kv-footer__social {
    margin-top: 20px;
}

.kv-footer__social-icons {
    display: flex;
    gap: 12px;
}

.kv-footer__social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    text-decoration: none;
}

.kv-footer__social-icons a:hover {
    background: #c03428;
    transform: translateY(-2px);
}

.kv-footer__social-icons svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #666;
}

.kv-footer__social-icons a:hover svg {
    stroke: #fff;
}

.kv-branches {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: 32px 0;
    background: #f9f9f9;
}

.kv-branches .kv-footer__heading {
    margin-bottom: 16px;
}

.kv-branches__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.kv-branch-tab {
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
}

.kv-branch-tab:hover {
    border-color: #c03428;
    color: #c03428;
}

.kv-branch-tab.active {
    background: #c03428;
    border-color: #c03428;
    color: #fff;
}

.kv-branches__content {
    min-height: 80px;
}

.kv-branch {
    display: none;
}

.kv-branch.active {
    display: block;
}

.kv-branch__name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.kv-branch__details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
}

.kv-branch__details li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.kv-branch__details svg {
    width: 15px;
    height: 15px;
    color: #c03428;
    flex-shrink: 0;
    margin-top: 2px;
}

.kv-branch__details a {
    color: #666;
    text-decoration: none;
    transition: color .2s;
}

.kv-branch__details a:hover {
    color: #c03428;
}

.kv-footer__bottom {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: 16px 0;
}

.kv-footer__bottom .container {
    display: flex;
    justify-content: center;
}

.kv-footer__bottom span {
    font-size: 12px;
    color: #aaa;
    letter-spacing: .02em;
}

/* ===== HISTORY PAGE — ARTICLE + TIMELINE ===== */
.kv-history-page {
    background: #f8f8f8;
    padding-bottom: 72px;
}

.art-hero {
    position: relative;
    width: 100%;
    height: 66vh;
    overflow: hidden;
    background: #1a1a1a;
}

.art-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity .6s ease;
}

.art-hero img.loaded {
    opacity: 1;
}

.art-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .4) 100%);
    pointer-events: none;
}

.art-content-wrap {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: -22vh auto 0;
    padding: 0 15px;
}

.art-content {
    background: #fff;
    border-radius: 10px;
    padding: 44px 48px 56px;
}

.art-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.art-breadcrumb a,
.art-breadcrumb span {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    text-decoration: none;
    transition: color .2s;
}

.art-breadcrumb a:hover {
    color: #c03428;
}

.art-breadcrumb svg {
    color: #ccc;
    flex-shrink: 0;
}

.art-content__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #c03428;
    line-height: 1.3;
    margin: 0 0 16px;
}

.art-content__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.art-content__meta time {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #999;
}

.art-content__body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.85;
}

.art-content__body p {
    margin-bottom: 18px;
}

.art-content__body img {
    width: 66.666%;
    height: auto;
    border-radius: 6px;
    margin: 20px auto;
    display: block;
}

.kv-section-heading {
    position: relative;
    margin: 26px 0 28px;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #111;
}

.kv-section-heading::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #c03428;
    margin: 12px 0 0;
}

.kv-timeline {
    position: relative;
    padding: 60px 0 40px;
}

.kv-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: var(--kv-tl-line-top, 0);
    height: var(--kv-tl-line-height, 0);
    width: 3px;
    background: linear-gradient(180deg, #c03428 0%, #08854a 50%, #c03428 100%);
    transform: translateX(-50%);
    border-radius: 3px;
}

.kv-tl-row {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
}

.kv-tl-row.kv-tl-visible {
    opacity: 1;
    transform: translateY(0);
}

.kv-tl-left,
.kv-tl-right {
    width: 50%;
    padding: 0 40px;
}

.kv-tl-row:nth-child(odd) .kv-tl-left,
.kv-tl-row:nth-child(even) .kv-tl-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.kv-tl-row:nth-child(odd) .kv-tl-right,
.kv-tl-row:nth-child(even) .kv-tl-right {
    display: flex;
    align-items: center;
}

.kv-tl-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #c03428;
    z-index: 2;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 0 0 5px rgba(192, 52, 40, .12);
}

.kv-tl-row:nth-child(even) .kv-tl-dot {
    border-color: #08854a;
    box-shadow: 0 0 0 5px rgba(8, 133, 74, .12);
}

.kv-tl-row:hover .kv-tl-dot {
    transform: translate(-50%, -50%) scale(1.4);
    background: #c03428;
    border-color: #c03428;
}

.kv-tl-row:nth-child(even):hover .kv-tl-dot {
    background: #08854a;
    border-color: #08854a;
}

.kv-tl-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 44px;
    border-radius: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #c03428, #e04a3e);
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(192, 52, 40, .25);
    transition: transform .3s ease, box-shadow .3s ease;
}

.kv-tl-row:nth-child(even) .kv-tl-year {
    background: linear-gradient(135deg, #08854a, #0da65e);
    box-shadow: 0 4px 16px rgba(8, 133, 74, .25);
}

.kv-tl-row:hover .kv-tl-year {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .2);
}

.kv-tl-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    margin: 16px 0;
}

.kv-tl-card::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-bottom: none;
    transform: translateY(-50%) rotate(-45deg);
}

.kv-tl-row:nth-child(odd) .kv-tl-card::before {
    left: -9px;
}

.kv-tl-row:nth-child(even) .kv-tl-card::before {
    right: -9px;
    transform: translateY(-50%) rotate(135deg);
}

.kv-tl-card:hover {
    border-color: #e8e8e8;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
}

.kv-tl-card__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #c03428;
    margin: 0 0 8px;
    line-height: 1.5;
}

.kv-tl-row:nth-child(even) .kv-tl-card__title {
    color: #08854a;
}

.kv-tl-card__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin: 0;
}

.kv-tl-end {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 8px;
}

.kv-tl-end__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c03428, #2E3486);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 4px 20px rgba(192, 52, 40, .3);
    animation: kv-tl-pulse 2.5s ease-in-out infinite;
}

@keyframes kv-tl-pulse {

    0%,
    100% {
        box-shadow: 0 4px 20px rgba(192, 52, 40, .3);
    }

    50% {
        box-shadow: 0 4px 32px rgba(192, 52, 40, .5);
    }
}

.kv-tl-end__label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kv-article-nav-wrap {
    background: #f8f8f8;
    max-width: 1140px;
    margin: 24px auto 0;
    padding: 0 15px;
}

.kv-article-nav-wrap__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kv-article-nav__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    text-decoration: none !important;
    transition: box-shadow .2s;
}

.kv-article-nav__item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
}

.kv-article-nav__item--right {
    text-align: right;
}

.kv-article-nav__label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #888;
    font-weight: 500;
    line-height: 1;
}

.kv-article-nav__item--right .kv-article-nav__label {
    justify-content: flex-end;
}

.kv-article-nav__label svg {
    flex-shrink: 0;
    stroke: #c03428;
}

.kv-article-nav__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0;
    transition: color .2s;
}

.kv-article-nav__item:hover .kv-article-nav__title {
    color: #c03428;
}

.kv-article-nav__placeholder {
    background: transparent;
    border-color: transparent;
    pointer-events: none;
}

/* ================================================================= */
/* VISION & MISSION — inside article detail layout                   */
/* ================================================================= */
.vm-block {
    padding: 36px 0;
    text-align: center;
}

.vm-block__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    justify-content: center;
}

.vm-block__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.vm-block__icon--green {
    background: rgba(8, 133, 74, 0.08);
    color: #08854a;
}

.vm-block__icon--red {
    background: rgba(192, 52, 40, 0.08);
    color: #c03428;
}

.vm-block__label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Noto Sans', sans-serif;
}

.vm-block__label--green {
    color: #08854a;
}

.vm-block__label--red {
    color: #c03428;
}

.vm-block__title {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: #1a1a2e !important;
    margin: 0 auto 16px !important;
    padding: 0 !important;
    border: none !important;
    max-width: 640px;
}

.vm-block__title em {
    font-style: italic;
    color: #444;
}

.vm-block__desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0 auto;
    max-width: 600px;
}

.vm-block__desc strong {
    color: #1a1a2e;
    font-weight: 600;
}

.vm-hl--green {
    color: #08854a;
}

.vm-hl--red {
    color: #c03428;
}

.vm-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
}

.vm-divider span {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
}

.vm-divider i {
    color: #ccc;
    font-size: 8px;
}

.vm-pillars-inline {
    padding-top: 36px;
}

.vm-pillars-inline h2 {
    text-align: center;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #1a1a2e !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    border: none !important;
}

.vm-pillars-inline__sub {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 0 0 36px 0;
}

.vm-pillars-inline__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vm-pill {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .04);
    transition: transform .25s ease, box-shadow .25s ease;
}

.vm-pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .07);
}

.vm-pill__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
    transition: transform .3s ease;
}

.vm-pill:hover .vm-pill__icon {
    transform: scale(1.1);
}

.vm-pill__icon--green {
    background: rgba(8, 133, 74, 0.08);
    color: #08854a;
}

.vm-pill__icon--red {
    background: rgba(192, 52, 40, 0.08);
    color: #c03428;
}

.vm-pill h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    border: none !important;
}

.vm-pill p {
    font-size: 13px;
    line-height: 1.7;
    color: #777;
    margin: 0;
}

/* ================================================================= */
/* CORE VALUES — inside article detail layout                        */
/* ================================================================= */
.kv-core-values {
    padding: 0 0 16px;
}

.kv-cv-block {
    padding: 48px 0 52px;
}

.kv-cv-block+.kv-cv-block {
    border-top: 1px solid #e8e8e8;
}

.kv-cv-block__header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
}

.kv-cv-emblem {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.5px;
    flex-shrink: 0;
    position: relative;
}

.kv-cv-emblem--red {
    border: 2.5px solid #c03428;
    color: #c03428;
    background: #fff8f7;
    box-shadow: 0 0 0 7px rgba(192, 52, 40, 0.07);
}

.kv-cv-emblem--green {
    border: 2.5px solid #2d7a4f;
    color: #2d7a4f;
    background: #f3faf6;
    box-shadow: 0 0 0 7px rgba(45, 122, 79, 0.07);
}

.kv-cv-block__meta {
    flex: 1;
}

.kv-cv-block__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.3;
}

.kv-cv-block__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.65;
    margin: 0;
}

.kv-cv-cards {
    display: grid;
    gap: 14px;
}

.kv-cv-cards--4 {
    grid-template-columns: repeat(4, 1fr);
}

.kv-cv-cards--5 {
    grid-template-columns: repeat(5, 1fr);
}

.kv-cv-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 18px 24px;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.kv-cv-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.kv-cv-card__letter {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: 800;
    flex-shrink: 0;
}

.kv-cv-card--red .kv-cv-card__letter {
    background: #fdf1f0;
    color: #c03428;
}

.kv-cv-card--green .kv-cv-card__letter {
    background: #f0faf4;
    color: #2d7a4f;
}

.kv-cv-card__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.kv-cv-card__en {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.4;
}

.kv-cv-card--red .kv-cv-card__en {
    color: #c03428;
}

.kv-cv-card--green .kv-cv-card__en {
    color: #2d7a4f;
}

.kv-cv-card__vi {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

/* ===== DISTRIBUTION MAP ===== */
.kv-dist {
    margin-top: 8px;
}

.kv-dist__tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.kv-dist__tab {
    padding: 9px 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font: 600 13px/1 'Noto Sans', sans-serif;
    color: #555;
    cursor: pointer;
    transition: all 0.18s ease;
    outline: none;
}

.kv-dist__tab:hover {
    border-color: #c03428;
    color: #c03428;
}

.kv-dist__tab.active {
    background: #c03428;
    border-color: #c03428;
    color: #fff;
}

.kv-dist__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    height: 498px;
}

.kv-dist__map-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    height: 498px;
}

.kv-dist__map-inner .kv-dist__map-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0;
}

.kv-dist__map-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transform-origin: center center;
}

.kv-dist__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kv-dpin {
    cursor: pointer;
}

.kv-dpin__ring {
    animation: kv-ping 1.8s ease-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

.kv-dpin__dot {
    transition: r 0.15s ease;
}

.kv-dpin:hover .kv-dpin__dot,
.kv-dpin.active .kv-dpin__dot {
    filter: brightness(1.15);
}

.kv-dpin.active .kv-dpin__ring {
    animation: kv-ping 1.8s ease-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes kv-ping {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(2.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.kv-dist-fade {
    opacity: 0.25;
}

.kv-dtip {
    --tip-bg: rgba(20, 20, 20, 0.88);
    position: absolute;
    background: var(--tip-bg);
    color: #fff;
    padding: 6px 11px;
    border-radius: 6px;
    font: 600 11.5px/1.3 'Noto Sans', sans-serif;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    z-index: 20;
    transform: translate(-50%, -100%);
}

.kv-dtip.show {
    opacity: 1;
}

.kv-dtip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: none;
    border-top-color: var(--tip-bg);
}

.kv-dist__panel {
    display: flex;
    flex-direction: column;
    height: 498px;
    gap: 0;
}

.kv-dist__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-bottom: 14px;
}

.kv-dist__stat {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px 6px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.18s ease;
}

.kv-dist__stat:hover {
    border-color: #c03428;
}

.kv-dist__stat.active {
    border-color: #c03428;
    background: #fdf5f5;
}

.kv-dist__stat-n {
    display: block;
    font: 700 18px/1 'Noto Sans', sans-serif;
}

.kv-dist__stat-l {
    display: block;
    font: 400 10px/1.3 'Noto Sans', sans-serif;
    color: #999;
    margin-top: 4px;
}

.kv-dist__cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    padding-right: 3px;
    flex: 1;
    min-height: 0;
}

.kv-dist__cards::-webkit-scrollbar {
    width: 3px;
}

.kv-dist__cards::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

.kv-dist__cards::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.kv-dloc {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 13px 14px;
    display: flex;
    gap: 11px;
    align-items: flex-start;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, opacity 0.2s;
}

.kv-dloc:hover {
    border-color: #c8c8c8;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

.kv-dloc.active {
    border-color: #c03428 !important;
    box-shadow: 0 4px 18px rgba(192, 52, 40, 0.13);
}

.kv-dloc.fade {
    opacity: 0.3;
    pointer-events: none;
}

.kv-dloc__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 3px;
}

.kv-dloc__body {
    flex: 1;
    min-width: 0;
}

.kv-dloc__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 5px;
}

.kv-dloc__name {
    font: 600 12.5px/1.4 'Noto Sans', sans-serif;
    color: #1a1a1a;
}

.kv-dloc__badge {
    font: 600 9.5px/1 'Noto Sans', sans-serif;
    padding: 3px 7px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 1px;
}

.kv-dloc__addr {
    font: 400 11.5px/1.5 'Noto Sans', sans-serif;
    color: #999;
}

.kv-dloc__phone {
    font: 500 11.5px/1.4 'Noto Sans', sans-serif;
    color: #c03428;
    margin-top: 3px;
}

.kv-col-hq {
    background: #c03428;
}

.kv-col-branch {
    background: #e04a3e;
}

.kv-col-rep {
    background: #f59e0b;
}

.kv-col-wh {
    background: #8b9ab0;
}

.kv-badge-hq {
    background: #fdf1f0;
    color: #c03428;
}

.kv-badge-branch {
    background: #fdf1f0;
    color: #c03428;
}

.kv-badge-rep {
    background: #fffbeb;
    color: #d97706;
}

.kv-badge-wh {
    background: #f1f5f9;
    color: #64748b;
}

.kv-dist__legend {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 14px;
    padding: 11px 16px;
    background: #f8f8f8;
    border-radius: 8px;
}

.kv-dist__leg {
    display: flex;
    align-items: center;
    gap: 6px;
    font: 500 11.5px/1 'Noto Sans', sans-serif;
    color: #666;
}

.kv-dist__leg-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ================================================================= */
/* NEWS PAGE HEADER — image background + chips                       */
/* ================================================================= */
.nph-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.nph-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.nph-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(45, 12, 10, 0.82) 0%, rgba(60, 18, 15, 0.50) 25%, rgba(80, 22, 18, 0.18) 70%, transparent 100%);
}

.nph-hero__content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 48px 0 36px;
}

.nph-main-content {
    background: #f8f8f8;
    padding-top: 52px;
    padding-bottom: 52px;
}

.nph-hero__breadcrumb {
    margin-bottom: 14px;
    font-size: 13px;
    font-style: italic;
}

.nph-hero__breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color .2s;
}

.nph-hero__breadcrumb a:hover {
    color: #c03428;
}

.nph-hero__breadcrumb i {
    color: #aaa;
    margin: 0 6px;
    font-size: 11px;
}

.nph-hero__breadcrumb span {
    color: #888;
}

.nph-hero__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.nph-hero__subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    margin: 0 0 28px;
    max-width: 600px;
    min-width: 0;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    word-break: keep-all;
    overflow-wrap: break-word;
}

.nph-hero--search .nph-hero__breadcrumb a {
    color: rgba(255, 255, 255, .88);
}

.nph-hero--search .nph-hero__breadcrumb a:hover {
    color: #fff;
}

.nph-hero--search .nph-hero__breadcrumb i {
    color: rgba(255, 255, 255, .45);
}

.nph-hero--search .nph-hero__breadcrumb span {
    color: rgba(255, 255, 255, .75);
}

.nph-search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 640px;
    margin-top: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2);
    border-radius: 6px;
    overflow: hidden;
}

.nph-search-form input[type="text"] {
    flex: 1;
    min-width: 180px;
    height: 48px;
    padding: 0 16px;
    border: none;
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    color: #333;
    outline: none;
    border-radius: 0;
}

.nph-search-form input[type="text"]::placeholder {
    color: #999;
}

.nph-search-form button[type="submit"] {
    flex-shrink: 0;
    height: 48px;
    padding: 0 22px;
    border: none;
    background: #c03428;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.nph-search-form button[type="submit"]:hover {
    background: #a62b22;
}

.nph-search--toolbar-meta {
    max-width: none;
}

.nph-search--toolbar-meta #nph-result-count {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    color: #666;
}

.nph-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nph-chip {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 30px;
    border: 1.5px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .75);
    cursor: pointer;
    transition: all .2s ease;
    letter-spacing: 0.3px;
    backdrop-filter: blur(4px);
}

.nph-chip:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.nph-chip--active {
    background: #c03428;
    border-color: #c03428;
    color: #fff;
    box-shadow: 0 2px 12px rgba(192, 52, 40, .35);
}

.nph-chip--active:hover {
    background: #d43d30;
    border-color: #d43d30;
}

.nph-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nph-search {
    position: relative;
    flex: 1;
    max-width: 400px;
}

.nph-search i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.nph-search input {
    width: 100%;
    padding: 11px 16px 11px 40px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

.nph-search input::placeholder {
    color: #aaa;
}

.nph-search input:focus {
    border-color: #c03428;
    box-shadow: 0 0 0 3px rgba(192, 52, 40, .08);
}

.nph-sort {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.nph-sort label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin: 0;
    white-space: nowrap;
}

.nph-sort select {
    padding: 10px 36px 10px 14px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color .2s;
}

.nph-sort select:focus {
    border-color: #c03428;
}

.nph-result-count {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.nph-news-list .item {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .nph-hero {
        min-height: 280px;
    }

    .nph-hero__title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .nph-hero {
        min-height: 240px;
    }

    .nph-hero__title {
        font-size: 26px;
        letter-spacing: 0.5px;
    }

    .nph-hero__subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .nph-hero__content {
        padding: 36px 0 28px;
    }

    .nph-chip {
        padding: 7px 16px;
        font-size: 12px;
    }

    .nph-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .nph-search {
        max-width: 100%;
    }

    .nph-sort {
        justify-content: flex-end;
    }
}

/* ================================================================= */
/* CONTACT PAGE — map background + form panel                        */
/* ================================================================= */
.kv-contact-page {
    padding-bottom: 0;
}

.kv-contact-bg {
    position: relative;
    height: calc(100vh - 70px);
    overflow: hidden;
}

.kv-contact-bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.kv-contact {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 50%;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 36px 10% 36px 36px;
}

.kv-contact__form-wrap {
    background: #fff;
    padding: 72px 36px;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 4px solid #c03428;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.kv-contact__form-header {
    margin-bottom: 52px;
}

.kv-contact__title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.2;
}

.kv-contact__title span {
    color: #c03428;
}

.kv-contact__desc {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

.kv-contact__form {
    flex: 1;
}

.kv-contact__fields {
    flex: 1;
}

.kv-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 0;
}

.kv-contact__field {
    margin-bottom: 28px;
}

.kv-contact__field label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.kv-contact__req {
    color: #c03428;
    font-weight: 700;
}

.kv-contact__input {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #333;
    background: #f8f8f8;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.kv-contact__input:focus {
    border-color: #c03428;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(192, 52, 40, .08);
}

.kv-contact__input::placeholder {
    color: #bbb;
    font-weight: 400;
}

.kv-contact__textarea {
    resize: vertical;
    min-height: 120px;
}

.kv-contact__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 16px;
}

.kv-contact__note {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0;
}

.kv-contact__submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #c03428;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    white-space: nowrap;
}

.kv-contact__submit:hover {
    background: #a02a20;
    transform: translateY(-1px);
}

.kv-contact__submit:active {
    transform: translateY(0);
}

.kv-contact__submit svg {
    transition: transform 0.2s ease;
}

.kv-contact__submit:hover svg {
    transform: translateX(3px);
}

.kv-contact__alert {
    margin-bottom: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.kv-contact__field .field-validation-error,
.kv-contact__field .field-validation-error span {
    color: #c03428 !important;
    font-size: 12px;
    font-style: italic;
    margin-top: 4px;
    display: block;
}

#footer {
    background: url("/images/footer.png") no-repeat;
    background-size: cover;
    padding: 55px 0 155px;
    color: #fff;
    font-family: 'Raleway';
}

#footer a {
    color: #fff;
}

#footer .ft-info>h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.4;
    padding-left: 90px;
    font-weight: bold;
}

#footer .ft-info>ul {
    position: relative;
    padding-left: 120px;
}

#footer .ft-info>ul:before {
    position: absolute;
    content: "";
    background: url("/images/kien.png") no-repeat;
    width: 113px;
    height: 234px;
    top: 0;
    left: 0;
}

#footer .ft-info>ul>li {
    padding: 3px 0 3px 40px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 1.6;
}

#footer .ft-info>ul>li.ft-local {
    background-image: url("/images/ft-local.png");
}

#footer .ft-info>ul>li.ft-phone {
    background-image: url("/images/ft-phone.png");
}

#footer .ft-info>ul>li.ft-fax {
    background-image: url("/images/ft-fax.png");
}

#footer .ft-info>ul>li.ft-mail {
    background-image: url("/images/ft-mail.png");
}

#footer .ft-info>ul>li.ft-web {
    background-image: url("/images/ft-web.png");
}

#footer .ft-info>ul>li.ft-link {
    background-image: url("/images/ft-link.png");
}

#footer .copyright {
    margin-top: 15px;
    line-height: 1.7;
}

/*===========pager=======*/
.pager {
    vertical-align: top;
    margin: 0;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin-top: 15px;
}

.pager.pager-dotted {
    border-top: 1px dotted #8d8d8d;
}

.pager.pagersroll {
    background-color: #fff;
    -webkit-box-shadow: 3px 0 5px #ddd;
    -moz-box-shadow: 3px 0 5px #ddd;
    box-shadow: 3px 0 5px #ddd;
    padding: 7px 0 5px !important;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.pager a,
.pager span span {
    color: #323232;
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    height: 31px;
    line-height: 31px;
    padding: 0 5px;
    min-width: 31px;
}

.pager a:hover,
.pager a.current {
    background-color: #de0024;
    color: #fff;
    text-decoration: none;
}

.pager .first,
.pager .last,
.pager .prev,
.pager .next {
    padding: 0;
    width: 28px;
}

.pager .first:hover,
.pager .last:hover,
.pager .prev:hover,
.pager .next:hover {
    color: #323232;
    background: none;
}

.pager .first,
.pager .last {
    font-size: 12px;
}

.pager .prev,
.pager .next {
    font-size: 16px;
}

.pager .prev,
.pager .next,
.pager .last {
    color: #323232;
}

/*=========== scroll to top ==========*/
.scroll-to-top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #004f93;
    z-index: 999;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 3px -2px 7px #ccc;
}

.scroll-to-top i {
    font-size: 30px;
    color: #fff;
    line-height: 17px;
    line-height: 44px;
}

/*============= menu (*style css cho menu*) ==================*/

/*========================menu mobile (*style css toggle menu(nút nhấp hiện menu)*) ==========================*/
.menu-mo {
    color: #000;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 12px;
    line-height: 40px;
}

.menu-mo span {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 40px;
    padding-right: 5px;
}

.menu-mo:hover,
.menu-mo:visited,
.menu-mo:focus {
    color: #fff;
    text-decoration: none;
}

/*========= (*style menu mobile*) ==========*/
.mobile-panel {
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 240px;
    /*z-index: 9999; */
    opacity: 0;
    filter: alpha(opacity=0);
}

.mobile-panel .menu-in {
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mask-panel,
#mask-left,
#mask-right

/* mask khi click ra ngoài menu thì đóng menu */
    {
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.mobile-panel p {
    padding: 0;
    margin: 0;
}

/** nút close ở menu **/
.close-menu {
    background-color: #009ed6;
    top: 0;
    position: absolute;
    overflow: hidden;
    height: 30px;
    width: 30px;
    z-index: 10;
}

.close-menu a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    height: 100%;
    width: 100%;
}

.close-menu a:hover {
    text-decoration: none;
}

#menumobile .close-menu {
    right: -30px;
}

#mobileRight .close-menu {
    left: -30px;
}

.mobile-panel .menu-mobile {
    position: relative;
    padding: 15px;
    z-index: 1;
}

.overflow {
    overflow: hidden;
}

/*===========================*/
/*================ transition menu =================*/
.panel-reveal {
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Chrome, Safari, Opera */
    transform: none;
}

.panel-reveal .mobile-panel {
    -ms-transform: none;
    /* IE 9 */
    -webkit-transform: none;
    /* Chrome, Safari, Opera */
    transform: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /*IE8+*/
    filter: alpha(opacity=0);
    /* IE7 and lower */
    z-index: -1;
}

.panel-reveal .mobilep-left {
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Firefox 3.5 - 3.6 */
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    /*left: -100%; */
}

.panel-reveal .mobilep-right {
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15) inset;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*================== translate3d đẩy menu ra ========================*/
.panel-reveal .open-in {
    z-index: 1;
}

.panel-reveal .mobilep-right {
    left: auto;
    right: 0;
}

.panel-reveal #wrapper-in {
    -ms-transition: transform 300ms ease 0s;
    /* IE 9 */
    -webkit-transition: transform 300ms ease 0s;
    /* Chrome, Safari, Opera */
    transition: transform 300ms ease 0s;
}

.mobile-active-left #wrapper-in {
    -ms-transform: translate3d(240px, 0px, 0px);
    /* IE 9 */
    -webkit-transform: translate3d(240px, 0px, 0px);
    /* Chrome, Safari, Opera */
    transform: translate3d(240px, 0px, 0px);
}

.mobile-active-left .mask-panel {
    left: 240px;
}

.mobile-active-right #wrapper-in {
    -ms-transform: translate3d(-240px, 0px, 0px);
    /* IE 9 */
    -webkit-transform: translate3d(-240px, 0px, 0px);
    /* Chrome, Safari, Opera */
    transform: translate3d(-240px, 0px, 0px);
}

.mobile-active-right .mask-panel {
    left: auto;
    right: 240px;
}

/*====================================*/
.menu-mobile .title {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
}

/*================= style menu lúc responsive ===================*/
.menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-nav>li {
    padding-top: 1px;
}

.menu-nav>li>a {
    background-color: #c03428;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 7px 25px 7px 10px;
    text-transform: uppercase;
    position: relative;
}

.menu-nav .iconar {
    display: block;
    font-size: 22px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    width: 30px;
    opacity: 0.8;
}

.menu-nav a:hover {
    text-decoration: none;
}

.menu-nav>li>a:hover,
.menu-nav>li:hover>a,
.menu-nav>li.active>a {
    background-color: #de0004;
}

.menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-nav>li>ul {
    background-color: #fff;
}

.menu-nav ul li {
    padding-top: 1px;
}

.menu-nav ul a {
    background-color: #636363;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px;
    position: relative;
    text-transform: capitalize;
}

.menu-nav ul a {
    padding-left: 20px;
}

.menu-nav ul ul a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
}

.menu-nav ul ul ul a .iconl {
    display: none;
}

.menu-nav ul .iconl {
    display: block;
    height: 20px;
    line-height: 18px;
    left: 10px;
    top: 6px;
    position: absolute;
    width: 14px;
}

.menu-nav ul ul .iconl {
    left: 20px;
}

.menu-nav ul li>a:hover,
.menu-nav ul li:hover>a,
.menu-nav ul li.active>a {
    color: #fef738;
}

.menu-mobile .title {
    font-size: 16px;
}

#menuProduct>li>a {
    font-size: 15px;
}

#menuProduct ul li a {
    padding-left: 20px;
}

/*=================*/
.menu-mobile .logo {
    background-color: #fff;
    float: none;
    /*margin: 0 auto 15px; */
    padding: 0;
    /*width: 180px; */
    width: 210px;
    padding-left: 0;
}

/***/
.field-validation-error span,
.field-validation-error {
    color: red !important;
    font-size: 12px;
    font-style: italic;
}

.loading_div {
    position: fixed !important;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: url("/images/ajax-loader.gif") rgba(0, 0, 0, 0.4) center no-repeat;
}

/**/
.menu-mobile .search-box {
    position: relative;
}

.menu-mobile .search-box input[type="text"] {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px 25px 5px 10px;
}

.menu-mobile .search-box input[type="submit"] {
    width: 16px;
    height: 17px;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    background: url("/images/search.png") no-repeat center center;
}