/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: WP
Template: flatsome
Version: 3.20.1
*/

.header-top,
.header-main {
    border-bottom: 0.5px solid #fff;
}

.header-top-left {
    float: left;
    color: white;
}

.header-top-left .exchange-current {
    float: left;
    margin-right: 10px;
    position: relative;
}

.header-top-left .exchange-current:after {
    content: "/";
    margin-left: 10px;
}

.header-top-left span.exchange-current span.icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    background-position: -4px -28px;
}

span.icon {
    background: url(https://ktech2.k-tech-services.com/project703/wp-content/uploads/2026/04/icon.png) 0px 0px no-repeat transparent;
}

.header-top-left span.hotline span.icon {
    float: left;
    width: 20px;
    height: 20px;
    background-position: -4px -3px;
    margin-right: 7px;
}

.header-main ul li a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
}

.header-main .menu-item-home a {
    font-size: 0;
}


.header-main .nav .nav-dropdown {
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    border-radius: 3px 3px 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border: none;
}

.header-main .nav-dropdown.nav-dropdown-bold>li>a:hover {
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
    color: #fff !important;
}

.header-main .nav .nav-dropdown .menu-item {
    float: left;
    width: 100%;
}

.header-main .nav-dropdown>li>a {
    color: #fff;
    font-size: 15px;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none !important;
}

.header-main .nav-dropdown {
    transform-origin: top;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.6s ease,
        opacity 0.5s ease;
}

.header-main .nav-dropdown.show-on-hover,
.header-main li:hover>.nav-dropdown {
    transform: perspective(600px) rotateX(0deg);
}

.header .tooltip {
    color: #fff !important;
}

/* Breadcum */

.breadcrumb-bar {
    padding: 8px 0;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #888;
    margin-bottom: 0;
}

.breadcrumb-list li:not(:last-child)::after {
    content: '›';
    color: #ccc;
}

.breadcrumb-list li a {
    color: #555;
    text-decoration: none;
}

.breadcrumb-list li a:hover {
    color: var(--primary-color, #333);
}

.breadcrumb-list li.current {
    color: var(--primary-color);
    font-weight: 500;
}

/* Search */
.sec-banner .searchform-wrapper .flex-row {
    border-radius: 38px;
    overflow: hidden;
    background: white;
}

.sec-banner .live-search-results {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    background: white;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #333;
}

.sec-banner .ux-search-submit {
    border-radius: 38px !important;
}

.sec-banner .searchform-wrapper:not(.form-flat) .submit-button {
    border-bottom-left-radius: 38px !important;
    border-top-left-radius: 38px !important;
    width: 68px;
    outline: none;
    border: none;
    box-shadow: none;
}

.sec-banner input[type=search] {
    outline: none;
    border: none;
    box-shadow: none;
}

/* Quy trình */

.sec-quytrinh .quytrinh-item {
    border: 1px solid #d5d5d5;
    background: white;
    border-radius: 3px;
    margin-right: 17px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.sec-quytrinh .featured-box p {
    font-size: 13px;
    text-transform: uppercase;
}

.sec-quytrinh p {
    margin-bottom: 0 !important;
}

/* sec-servie */

.sec-service .service-item:hover .col-inner {
    background-color: var(--primary-color) !important;
    color: #fff;
}

/* sec-price */

.sec-price h3 {
    color: var(--primary-color);
    text-transform: uppercase;
}

.sec-price .price-box-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.sec-price .price-box-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 45%;
}

/* box số */
.price-box-list {
    counter-reset: price-counter;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.pricing_menu_link {
    width: 50%;
}

.pricing_menu_link .ux-menu-link__link {
    display: flex !important;
    align-items: center !important;
    position: relative;
    padding: 0 0 0 45px !important;
    margin-bottom: 15px;
    min-height: 30px;
    text-decoration: none;
}


.pricing_menu_link .ux-menu-link__link::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #a4b3c4;
    top: -4px;
    left: -4px;
    z-index: -2 !important;
}

.pricing_menu_link .ux-menu-link__link::before {
    counter-increment: price-counter;
    content: counter(price-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    border-radius: 2px;
}


/* Cam kết */
.cam-ket-section {
    position: relative;
}

.cam-ket-section .khao-sat-sec {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 100%;
    z-index: 1;
    margin: auto;
    transform: translateX(-50%);
}

.cam-ket-section .camket-bg .banner-bg .bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cam-ket-section .khao-sat-sec p {
    margin-bottom: 0;
}

.cam-ket-section .khao-sat-sec .chat-luong-item .col-inner {
    width: 100%;
    height: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
}

.cam-ket-section .khao-sat-sec .chat-luong-item {
    padding-bottom: 0 !important;
}

.cam-ket-section .khao-sat-sec .chat-luong-item h3 {
    margin-bottom: 0;
}

.cam-ket-content {
    position: relative;
}

.cam-ket-section .col-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cam-ket-section .col-right {
    margin-left: auto;
}

.cam-ket-section .col-right ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
}

.cam-ket-section .col-right li {
    width: 45%;
}

.cam-ket-section .camket-list {
    margin-left: auto;
}

.cam-ket-section p {
    margin-bottom: 0;
}

.cam-ket-section .section-content {
    position: static !important;
}

/* Contact */

.sec-contact .contact-form {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: var(--primary-color);
    padding: 20px;
    margin-top: 15px;
    color: white;
    border-radius: 10px;
    font-size: 13px;
}

.sec-contact .contact-form em b {
    color: var(--fs-color-secondary);
}

.sec-contact .contact-form .wpcf7-submit {
    background-color: var(--fs-color-secondary);
    border: none;
    padding: 6px;
    color: white;
    border-radius: 18px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 0;
    margin: 0;
}

.sec-contact .contact-form .wpcf7-spinner {
    display: none;
}

.sec-contact .contact-form p {
    margin-bottom: 0;
}

.sec-contact .contact-form .wpcf7-form {
    margin: 0;
}

/* Blog Layout */
.empty-posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 60px 20px;
    color: #bbb;
}

.empty-posts svg {
    opacity: 0.4;
}

.empty-posts p {
    font-size: 15px;
    color: #999;
    margin: 0;
}

.sec-posts .title-post {
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: var(--primary-color);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
}

.sec-posts .section-title-normal {
    border: none;
    margin: 0;
}

.sec-posts .section-title-main {
    border: none;
    margin: 0;
    padding: 0;
}

.sec-posts .post-item .col-inner {
    margin-left: 0px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
}

.sec-posts .post-item .box-image {
    box-shadow: 1px 8px 15px #ccc;
    padding: 4px;
}

.sec-posts .post-title {
    font-weight: bold;
    font-size: 18px;
}

.sec-posts .blog-post-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sec-posts .box-blog-post .blog-post-inner .button {
    background: var(--primary-color);
    color: #fff;
    margin-left: auto;
    border: 1px solid var(--primary-color);
}

.sec-posts .box-blog-post .blog-post-inner .button:hover {
    background: var(--fs-color-secondary);
    border: 1px solid var(--fs-color-secondary);
}

.sec-posts .post-item .is-divider {
    display: none;
}

.blog-single .article-inner {
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 15px 0 #bbb;
}

.blog-single .article-inner .entry-title {
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: var(--primary-color);
    padding: 10px;
    color: white;
    box-sizing: border-box;
    margin-top: 5px;
    line-height: 32px;
    text-transform: uppercase;
}

.blog-single .entry-divider {
    display: none;
}

.blog-single .comments-area {
    display: none;
}

.service-related-posts {
    border-radius: 2px;
    overflow: hidden;
}

.post-sidebar .widget-area {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.service-related-posts__title {
    margin: 0;
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    width: fit-content;
}

.service-related-posts__list {
    position: relative;
    z-index: 10;
    padding: 10px 12px 12px;
    background: #fff;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

.service-related-posts__list ul {
    list-style: none;
    margin: 0;
}

.service-related-posts__item+.service-related-posts__item {
    margin-top: 10px;
}

.service-related-posts__link {
    position: relative;
    display: block;
    padding-left: 14px;
    color: #1f1f1f;
    line-height: 1.5;
}

.service-related-posts__link:hover {
    color: var(--primary-color);
}

.service-related-posts__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--primary-color);
}

.blog-single table

/* Chính sách && FAQ */
.faq-title {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-list .accordion-item .accordion-title {
    border-top: none;
    border-bottom: 1px solid #f9f9f9;
}

.faq-list .accordion-item .toggle {
    right: 0;
    left: auto;
}

.faq-list .accordion-item .accordion-title {
    padding: .6em 2.3em .6em .6em;
}

.faq-list .accordion-item .accordion-inner {
    padding: 1em 2.3em 1em 1em;
    background-color: #f9f9f9;
}

.ft-desc p {
    margin-bottom: 0;
}

/* Bảng giá */
.blog-single .pricing h2 {
    color: var(--primary-color);
}

table {
    width: 100% !important;
    margin: 20px 0;
    background-color: #fff;
    border-collapse: collapse;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
}

table th {
    background: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    border: 1px solid var(--primary-color);
}

td {
    padding: 10px !important;
    font-size: 15px;
    border-right: 1px dotted gainsboro;
}

/* Tra cước */
.check-pricing-title {
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    background: var(--primary-color);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    line-height: 32px;
    text-transform: uppercase;
}

.check-pricing-title * {
    margin-bottom: 0;
}

.check-pricing-table {
    margin-top: 20px;
    background: var(--primary-color);
    padding: 20px;
    margin-bottom: 20px;
    font-family: arial;
    border-radius: 4px;
}

.check-pricing-table p {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: white;
    margin-top: 0px;
    padding: 5px 0;
}

.check-pricing-table table {
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}

.check-pricing-table table th {
    background: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    border: 1px solid #fff;
}

.check-pricing-table thead {
    background: transparent;
}

.check-pricing-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.check-pricing-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.check-pricing-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.check-pricing-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Footer */

.sec-footer .title-ft {
    position: relative;
}

.sec-footer .title-ft::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #ffa800;
    position: absolute;
    top: 28px;
}

.sec-footer .menu-list .ux-menu-link__link {
    min-height: 0;
}

.sec-footer .menu-list .ux-menu-link__text {
    font-size: 16px;
    font-weight: 600;
}

.sec-footer .ft-map iframe {
    height: 200px;
}

.absolute-footer {
    border-top: 1px solid #fff;
}

.page-title {
    text-transform: uppercase;
    color: var(--primary-color);
    color: 23px;
}

.page-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width:1024px) {
    .header {
        z-index: 1046;
        position: relative;
    }

    .mfp-content {
        background-color: rgba(0, 0, 0, 0.8);
        padding-top: 70px;
    }

    .cam-ket-section .col-right li {
        width: 42%;
    }
}

@media (max-width: 768px) {
    .sec-price .price-box-list ul li {
        width: 100%;
    }

    .cam-ket-section .col-right li {
        width: 42%;
    }

    .cam-ket-section .khao-sat-sec {
        position: relative;
        bottom: 0;
    }

    .cam-ket-section .khao-sat-sec .chat-luong-item {
        padding: 10px !important;
    }

    .header-main ul li a {
        padding: 0;
    }

    .camket-top-left .text {
        text-align: center;
    }

    .cam-ket-content .col-right {
        padding: 0;
    }

    .ux-menu-link {
        flex-direction: column;
        width: 100%;
        align-items: start;
        text-align: left;
    }

    .sec-quytrinh .col {
        padding: 0 15px 15px;
    }
}

.header-address,
.header-address strong {
    color: #fff !important;
    font-size: 13px;
}