/**
 * 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: 220px;
    height: 56px;
    margin-left: -30px;
    border: 2px solid #2A8E24;
    transition: all 0.3s;
    text-transform: uppercase;
}

.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: 24px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-family: 'SVN Circular', sans-serif;
    color: #000;
    margin-top: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.k-home-s3-heading-wrapper span {
    font-size: 24px;
    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;
}

.page-id-586 .k-gt-s2-main-heading-wrapper span,
.page-id-586 .k-gt-s2-main-heading-wrapper {
    font-size: 32px;
    line-height: 46px;
    text-transform: uppercase;
}

.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: 40px;
    line-height: 52px;
    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: 40px;
    line-height: 52px;
    font-family: 'SVN Circular', sans-serif;
    font-weight: 500;
    color: #121212;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}

.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;
}

.k-server-manage-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
    font-family: 'SVN Circular', sans-serif;
}

.k-modern-pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Header Styling */
.k-modern-pricing-table thead tr {
    background: linear-gradient(135deg, #2A8E24 0%, #1e6b1a 100%);
}

.k-modern-pricing-table th {
    padding: 24px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.k-modern-pricing-table th:first-child {
    border-top-left-radius: 8px;
}

.k-modern-pricing-table th:last-child {
    border-right: none;
    border-top-right-radius: 8px;
}

.k-th-feature {
    text-align: left !important;
    padding-left: 30px !important;
}

.k-th-featured {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.k-th-featured::before {
    content: '⭐ Khuyến nghị';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #2A8E24;
    padding: 4px 20px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    min-width: 120px;
}

/* Body Rows */
.k-modern-pricing-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.k-modern-pricing-table tbody tr:last-child {
    border-bottom: none;
}

.k-modern-pricing-table td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}

.k-modern-pricing-table td:last-child {
    border-right: none;
}

.k-td-label {
    text-align: left !important;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    padding-left: 30px !important;
}

.k-td-featured {
    background: linear-gradient(135deg, rgba(42, 142, 36, 0.03) 0%, rgba(42, 142, 36, 0.01) 100%);
}

/* Price Row */
.k-price-row {
    background: linear-gradient(135deg, #f8fff8 0%, #ffffff 100%);
}

.k-price-row:hover {
    background: linear-gradient(135deg, #f0fef0 0%, #f8fff8 100%);
}

.k-td-price {
    padding: 28px 20px !important;
}

.k-amount {
    display: block;
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #2A8E24 0%, #1e6b1a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}

.k-unit {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Feature Icons */
.k-td-feature {
    padding: 16px 20px !important;
}

.k-check,
.k-cross {
    width: 32px;
    height: 32px;
    display: inline-block;
}



/* Action Row */
.k-action-row {
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.k-action-row td:first-child {
    border-bottom-left-radius: 8px;
}

.k-action-row td:last-child {
    border-bottom-right-radius: 8px;
}

.k-action-row:hover {
    background: #fafafa;
    transform: none !important;
}

.k-td-action {
    padding: 28px 20px !important;
}

.k-table-btn {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    color: #2A8E24;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.k-table-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.k-table-btn:hover::before {
    left: 100%;
}

.k-table-btn:hover {
    box-shadow: 0 6px 20px rgba(42, 142, 36, 0.2);
    border-color: #2A8E24;
}

.k-table-btn-featured {
    background: linear-gradient(135deg, #2A8E24 0%, #1e6b1a 100%);
    color: #fff;
    border-color: #2A8E24;
    box-shadow: 0 6px 20px rgba(42, 142, 36, 0.25);
}

.k-table-btn-featured:hover {
    background: linear-gradient(135deg, #1e6b1a 0%, #2A8E24 100%);
    box-shadow: 0 8px 30px rgba(42, 142, 36, 0.35);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .k-server-manage-table {
        overflow-x: scroll;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding: 20px 10px 0;
    }

    .k-server-manage-table::-webkit-scrollbar {
        height: 8px;
        display: block;
    }

    .k-server-manage-table::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .k-server-manage-table::-webkit-scrollbar-thumb {
        background: linear-gradient(270.34deg, #0B9E38 -25.32%, #004434 93.54%);
        border-radius: 4px;
    }

    .k-server-manage-table::-webkit-scrollbar-thumb:hover {
        background: #1e6b1a;
    }

    .k-server-manage-table {
        scrollbar-width: thin;
        scrollbar-color: #2A8E24 #f1f1f1;
    }

    .k-modern-pricing-table {
        font-size: 14px;
        min-width: 800px;
    }

    .k-modern-pricing-table th,
    .k-modern-pricing-table td {
        padding: 10px 8px;
    }

    .k-th-feature,
    .k-td-label {
        padding-left: 14px !important;
        width: 160px;
        min-width: 160px;
        max-width: 160px;
    }

    .k-th-plan,
    .k-modern-pricing-table td:not(.k-td-label) {
        width: 100px;
        min-width: 100px;
    }

    .k-amount {
        font-size: 24px;
    }

    .k-table-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .k-th-featured::before {
        font-size: 9px;
        padding: 3px 10px;
        top: -10px;
    }

    .k-td-feature {
        padding: 4px !important;
    }
}

.k-btn-register {
    display: inline-block;
    padding: 10px 30px;
    background-color: #8bc34a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'SVN Circular', sans-serif;
    border: 1px solid #8bc34a;
}

.k-btn-register:hover {
    background-color: #fff;
    color: #8bc34a;
}

.page-id-579 p,
.page-id-579 ul,
.page-id-767 p,
.page-id-767 ul,
.page-id-765 p,
.page-id-765 ul,
.page-id-577 p,
.page-id-577 ul {
    margin-bottom: 12px;
}

.k-ctab-price-label {
    font-size: 16px;
    margin-bottom: 4px;
}

.k-ctab-price-value {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}

.k-home-s3-heading-mobile {
    display: none;
}

.page-id-947 .k-gt-banner-service-heading::after {
    left: -38px;
    bottom: -14px;
    width: 370px;
    height: 81px;
}

.k-bottom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #000;
}

.k-bottom-footer-text {
    color: #000;
}

.k-bottom-footer-separator {
    color: #ccc;
}

.k-bottom-footer-link {
    text-decoration: none;
    color: #000;
}

.k-bottom-footer-link:hover {
    text-decoration: underline;
}
  

@media (max-width: 1025px) {
    .k-home-s1-wrapper {
        margin-left: 50px;
    }

    .k-home-s1-desc-wrapper {
        color: #fff;
    }

    .k-home-section-1::before {
        background-color: #000 !important;
    }

    .k-home-s3-heading-wrapper {
        font-size: 24px;
    }

    .k-home-s3-heading-wrapper span {
        font-size: 24px;
    }

    .k-home-s3-heading-high-light-wrapper span {
        font-size: 16px;
    }

    .k-home-s3-heading-high-light-wrapper:after {
        width: 165px;
        height: 28px;
        top: 2px;
        left: 1px;
    }

    .k-ctab-price-label {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .k-ctab-price-value {
        font-size: 24px;
        line-height: 1.2;
    }

    .k-gt-banner-heading::after {
        left: 50%;
        transform: translate(-50%, 0);
        width: 250px;
    }

    .k-gt-s2-main-heading-wrapper {
        font-size: 24px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .k-gt-s2-main-heading-wrapper span {
        font-size: 24px;
        line-height: 1.3;
        text-transform: uppercase;
    }

    .k-gt-s2-desc-wrapper {
        font-size: 20px;
        line-height: 1.3;
    }

    .k-gt-s2-main-heading-wrapper {
        text-align: center;
    }
    
    .k-gt-s2-hl-heading-wrapper h6 {
        left: 50%;
        transform: translateX(-50%);
    }

    .k-gt-s2-hl-heading-wrapper::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .page-id-947 .k-gt-banner-service-heading::after {
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        bottom: -18px;
    }

    .k-gts-s2-main-heading-wrapper {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1.2;
    }

    .k-gts-s2-main-heading-wrapper span {
        font-size: 24px;
        line-height: 1.2;
    }

    .k-gts-s2-desc-wrapper {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .k-header-page-section::after {
        width: 45px;
        height: 45px;
    }

    .page-id-947 .k-gt-banner-service-heading::after {
        width: 230px;
        height: 70px;
    }
    
    .page-id-586 .k-gt-s2-main-heading-wrapper span, .page-id-586 .k-gt-s2-main-heading-wrapper {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {

    .k-home-s1-heading-1-hight-light-text-wrapper span,
    .k-home-s1-heading-2-hight-light-text-wrapper span {
        font-size: 28px;
        line-height: 1;
    }

    .k-home-s1-heading-1-hight-light-text-wrapper::after {
        left: -30px;
        top: -5px;
        width: 205px;
        height: 113%;
    }

    .k-home-s1-heading-1-text-wrapper span,
    .k-home-s1-heading-2-text-wrapper span {
        font-size: 28px;
        line-height: 1;
    }

    .k-home-s1-heading-1-text-wrapper {
        margin-left: 24px;
    }

    .k-home-s1-heading-2-hight-light-text-wrapper {
        margin-left: 24px;
    }

    .k-home-s1-heading-2-hight-light-text-wrapper::after {
        left: -132px;
        top: -3px;
        width: 484px;
        height: 114%;
    }

    .k-home-s1-desc-wrapper {
        width: 100%;
        font-size: 16px;
        line-height: 1.3;
    }

    .k-home-s3-heading-pc {
        display: none;
    }

    .k-home-s3-heading-mobile {
        display: block;
    }

    .k-gt-s2-main-heading-wrapper {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .k-gt-s2-desc-wrapper {
        font-size: 18px;
    }

    .k-header-page-section::after {
        height: 45px;
        width: 45px;
    }

}