/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme customized by Kan Nguyễn
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.menu #menu-item-37 {
    position: relative;
}
.menu #menu-item-37:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/2025/10/home-alt.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    display: block !important;
    visibility: visible !important;
    transition: all 0.2s;
}
.menu #menu-item-37.current-menu-item:before, .menu #menu-item-37:hover:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/2025/11/home-alt-active-new.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    display: block !important;
    visibility: visible !important;
}
#header [data-row="middle"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.k-home-s1-heading-1-wrapper {
    position: relative;
}
.k-home-s1-heading-1-hight-light-text-wrapper span, .k-home-s1-heading-2-hight-light-text-wrapper span {
    position: relative;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    z-index: 2;
}
.k-home-s1-heading-1-hight-light-text-wrapper:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -2px;
    width: 342px;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/09/Rectangle-161124905.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.k-home-s1-heading-1-text-wrapper {
    margin-left: 48px;
}
.k-home-s1-heading-1-text-wrapper span, .k-home-s1-heading-2-text-wrapper span {
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
    text-transform: lowercase;
    z-index: 2;
    color: #fff;
    /* -webkit-text-stroke: 2px #000; */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'SVN Circular', sans-serif;
}
.k-home-s1-heading-1-wrapper, .k-home-s1-heading-2-wrapper {
    display: flex;
    align-items: center;
}
.k-home-s1-heading-2-text-wrapper {
    margin-left: -32px;
}
.k-home-s1-heading-2-hight-light-text-wrapper {
    position: relative;
    margin-left: 36px;
}
.k-home-s1-heading-2-hight-light-text-wrapper:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 0px;
    width: 485px;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/09/home-s1-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.k-home-s1-heading-1-wrapper {
    margin-bottom: 8px;
}
.k-home-s1-desc-wrapper {
    font-family: 'SVN Circular', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    width: 615px;
    margin-left: -30px;
    margin-bottom: 20px;
}
.k-home-s1-heading-wrapper {
    margin-bottom: 20px;
}
.k-home-s1-button-wrapper span {
    padding: 17px 24px;
    color: #2A8E24;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'SVN Circular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 56px;
    margin-left: -30px;
    border: 2px solid #2A8E24;
    transition: all 0.3s;
}
.k-home-s1-button-wrapper span:hover {
    background: #166534;
    color: #fff;
    border: 2px solid #fff;
}
.k-home-s1-button-wrapper svg path {
    transition: all 0.3s;
}
.k-home-s1-button-wrapper span:hover svg path {
    stroke: #fff;
}
.k-home-section-1 {
    position: relative;
}
.k-home-section-1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/uploads/2025/09/home-section-1-corner.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.k-home-s2-content-wrapper h5 {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-family: 'SVN Circular', sans-serif;
}
.k-home-s2-count {
    display: inline-block;
    width: 15px;
}

.k-home-s2-together {
    font-size: 24px;
    font-weight: 600;
    color: #166534;
    background: linear-gradient(to right, #166534 0%, #32b32c 15%, #32b32c 25%, #166534 40%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-k-home 2.8s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@keyframes shine-k-home {
    0% {
        background-position: 100% center;
    }
    85% {
        background-position: -100% center;
    }
    100% {
        background-position: -100% center;
    }
}
.k-home-s3-heading-high-light-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 180px;
    height: 32px;
    background-image: url('https://mgc2.kanos.site/wp-content/uploads/2025/09/Rectangle-161124903.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.k-home-s3-heading-high-light-wrapper {
    font-family: 'SVN Circular', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 2;
    color: #fff;
    height: 36px;
    letter-spacing: 0.01em;
}
.k-home-s3-heading-high-light-wrapper span {
    position: absolute;
    left: 24px;
    top: 5px;
    z-index: 2;
}
.k-home-s3-heading-wrapper {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-family: 'SVN Circular', sans-serif;
    color: #000;
    margin-top: 16px;
    margin-bottom: 16px;
}
.k-home-s3-heading-wrapper span {
    font-size: 40px;
    font-weight: 700;
    color: #166534;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine-k-s3 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@keyframes shine-k-s3 {
    0% {
        background-position: 100% center;
    }
    85% {
        background-position: -100% center;
    }
    100% {
        background-position: -100% center;
    }
}
.k-home-s3-desc-wrapper {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 400;
}
.k-header-page-section {
    position: relative;
}
.k-header-page-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/uploads/2025/10/header-corner.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.k-gt-banner-heading .elementor-heading-title {
    position: relative;
    z-index: 2;
}
.k-gt-banner-heading:after {
    content: '';
    position: absolute;
    left: -38px;
    bottom: -9px;
    width: 339px;
    height: 68px;
    background-image: url('/wp-content/uploads/2025/10/gt-heading-bg.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.k-gt-banner-service-heading .elementor-heading-title {
    position: relative;
    z-index: 2;
}
.k-gt-banner-service-heading:after {
    content: '';
    position: absolute;
    left: -68px;
    bottom: -12px;
    width: 339px;
    height: 68px;
    background-image: url('/wp-content/uploads/2025/10/Rectangle-161124905-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.k-gt-s2-hl-heading-wrapper {
    position: relative;
    margin-bottom: 16px;
    height: 32px;
}
.k-gt-s2-hl-heading-wrapper h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'SVN Circular', sans-serif;
    color: #fff;
    position: absolute;
    left: 26px;
    bottom: 6px;
    z-index: 2;
}
.k-gt-s2-hl-heading-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 246px;
    height: 32px;
    background-image: url('/wp-content/uploads/2025/10/s2-bg-hl.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/* gts heading styles removed per request */

.k-gt-s2-main-heading-wrapper span {
    font-size: 42px;
    line-height: 46px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shine-k-home 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.k-gt-s2-main-heading-wrapper {
    font-size: 42px;
    line-height: 46px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #121212;
    margin-bottom: 16px;
}
.k-gt-s2-desc-wrapper {
    font-family: 'SVN-Circular', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #121212;
}
.k-gt-s2-conten-wrapper {
    font-family: 'SVN-Circular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}
.k-gt-s2-conten-wrapper p {
    margin-bottom: 16px;
}
.k-gt-s2-conten-wrapper p:last-child {
    margin-bottom: 0;
}
.k-gt-s2-section {
    position: relative;
}
.k-gt-s2-section:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 100%;
    height: 317px;
    background-image: url('/wp-content/uploads/2025/10/s2-bg-hl-logo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}

.k-gts-s2-hl-heading-wrapper {
    position: relative;
    margin-bottom: 12px;
    height: 32px;
    display: flex;
    justify-content: center;
}
.k-gts-s2-hl-heading-wrapper h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'SVN Circular', sans-serif;
    color: #fff;
    z-index: 2;
    position: relative;
}
.k-gts-s2-hl-heading-wrapper h6:after {
    content: '';
    position: absolute;
    left: -22px;
    bottom: 7px;
    width: 246px;
    height: 32px;
    background-image: url('/wp-content/uploads/2025/10/Rectangle-161124904.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.k-gts-s2-main-heading-wrapper span {
    font-size: 42px;
    line-height: 46px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    background: linear-gradient(to right, #166534 0%, #32b32c 12%, #32b32c 22%, #166534 38%);
    background-size: 200% auto;
    background-position: -100% center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shine-k-home 3.2s linear infinite;
    animation-fill-mode: forwards;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.k-gts-s2-main-heading-wrapper {
    font-size: 42px;
    line-height: 46px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #121212;
    margin-bottom: 16px;
    text-align: center;
    text-transform: capitalize;
}
.k-gts-s2-desc-wrapper {
    font-family: 'SVN-Circular', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #121212;
    text-align: center;
}
.k-gts-s2-conten-wrapper {
    font-family: 'SVN-Circular', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}
.k-gts-s2-conten-wrapper p {
    margin-bottom: 16px;
}
.k-gts-s2-conten-wrapper p:last-child {
    margin-bottom: 0;
}
.k-gts-s2-section {
    position: relative;
}
.k-gts-s2-section:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 100%;
    height: 317px;
    background-image: url('/wp-content/uploads/2025/10/s2-bg-hl-logo.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
}
.page-id-586 .k-gt-banner-service-heading:after, .page-id-902 .k-gt-banner-service-heading:after {
    left: -78px;
}

.k-single-post-side-bar-wrapper {
    position: relative;
}
.k-single-post-side-bar {
    position: sticky;
    top: 130px;
    align-self: flex-start;
}
.k-single-post-side-bar-wrapper svg {
    top: 25px !important;
}

.k-colo-table {
    max-width: 720px;
    border: 2px solid #2A8E24;
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(42, 142, 36, 0.2);
}

.k-colo-table__row {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px dashed #dcdcdc;
}

.k-colo-table__row:last-child {
    border-bottom: none;
}

.k-colo-table__left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    font-family: "SVN Circular", Sans-serif;
}

.k-colo-table__icon {
    font-size: 18px;
    color: #2A8E24;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-colo-table__center {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: "SVN Circular", Sans-serif;

}

.k-colo-table__right {
    text-align: right;
    font-weight: 700;
    color: #2A8E24;
    font-size: 18px;
}

.k-colo-table__right span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-left: 2px;
    font-family: "SVN Circular", Sans-serif;
}
.k-colo-table svg {
    width: 24px;
    height: 24px;
}