/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #111;
    background: #f7f8f9;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    color: #ab1e33;
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
    outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
     margin-top: 0 !important;
 }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #f00;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
    from {top: -50px}
    to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #111;
    outline: 0;
}
.qty.text {
    padding: 5px 10px;
    border: 1px solid #111;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.quantity__remove {
    border-right: 0;
    margin-right: -5px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quantity__add {
    border-left: 0;
    margin-left: -5px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
header#header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    background: #fff;
}

div#logo img {
    height: 80px;
}

nav#primary-menu {
    flex: 1;
}

nav#primary-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#primary-menu .sub-menu li a:hover, #primary-menu ul.menu>li> a:hover {
    color: #c90b0b;
}
section.home-content {
    padding: 50px 0;
}
.hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-content {
    width: 50%;
    padding-right: 30px;
}

.hero-image {
    width: 40%;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.hero-subtitle {
    color: #f00;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    color: #222;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 25px;
    line-height: 1.2;
}

.hero-description {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-description p {
    margin-bottom: 15px;
}

.cta-button {
    display: inline-block;
    background-color: #f00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #c40808;
    transform: translateY(-2px);
    color: #fff;
}

.cta-button i {
    margin-right: 10px;
}
.benefits-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.benefits-row:last-child {
    margin-bottom: 0;
}

.benefit-item {
    width: 48%;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Icon styles */
.benefit-icon {
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-icon img {
    width: 80px;
    height: auto;
}

/* Content styles */
.benefit-content {
    flex-grow: 1;
}

.benefit-title {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

.benefit-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #333;
    text-align: center;
}

.section-line {
    position: relative;
    height: 3px;
    width: 80px;
    margin: 0 auto 25px;
}

.section-line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f00, #b81717);
    border-radius: 3px;
}

.section-desc {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: #666;
}

section.home-content-3 {
    padding: 50px 0;
}
.highlight {
    color: #f00;
    position: relative;
}
.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #f00;
    margin: 15px auto;
}

.highlight:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #ff00005c;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.page-id-444 section#contact a.btn {
    color: #fff;
}
/* Service Box - Innovative Design */
.service-box {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: row; /* Desktop: Số ở bên trái, nội dung bên phải */
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(176,124,57,0.15);
}

/* Service Number */
.service-number {
    width: 80px;
    background-color: #f00;
    color: white;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-box:hover .service-number {
    width: 100px;
    font-size: 32px;
}

/* Service Content */
.service-content {
    padding: 30px;
    flex: 1;
}

.service-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.service-box:hover .service-image img {
    transform: scale(1.1);
}

.service-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #333;
    transition: color 0.3s ease;
}

.service-box:hover .service-content h3 {
    color: #f00;
}

.service-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    min-height: 72px;
}

.service-action {
    display: inline-block;
    color: #f00;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.service-action:after {
    content: '→';
    position: absolute;
    opacity: 0;
    right: -20px;
    top: 0;
    transition: all 0.3s ease;
}

.service-box:hover .service-action:after {
    opacity: 1;
    right: -25px;
}

.service-box:hover .service-action {
    padding-right: 10px;
}

/* CTA Section */
.service-cta {
    margin-top: 50px;
    text-align: center;
}

.main-cta-button {
    display: inline-block;
    background-color: #f00;
    color: white;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 10px 20px #ff00002b;
    transition: all 0.3s ease;
    border: 2px solid #f00;
}

.main-cta-button:hover {
    background-color: transparent;
    color: #b07c39;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(176,124,57,0.2);
}
.consulting-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.consulting-row:last-child {
    margin-bottom: 0;
}

.consulting-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(50% - 15px);
    border: 1px solid #eee;
}

.consulting-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(176, 124, 57, 0.2);
}

/* Icon styles */
.consulting-icon {
    margin: 30px auto 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(176, 124, 57, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(176, 124, 57, 0.3);
}

.consulting-icon img {
    width: 35px;
    height: 35px;
    filter: invert(48%) sepia(40%) saturate(553%) hue-rotate(356deg) brightness(84%) contrast(86%);
}

/* Content styles */
.consulting-content {
    padding: 0 30px 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.consulting-content h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.consulting-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px;
    min-height: 70px;
}

/* Features tags */
.consulting-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: auto;
}

.consulting-features span {
    background-color: #ff000012;
    border: 1px solid #f00;
    color: #f00;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
}

/* Button styles */
.consulting-btn {
    display: inline-block;
    background-color: #f00;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    border: 1px solid #f00;
}

.consulting-btn:hover {
    background-color: transparent;
    color: #f00;
}


.consulting-header {
    text-align: center;
    margin-bottom: 60px;
}
/* Responsive */
@media screen and (max-width: 992px) {
    .hero-conten, .hero-image {
        width: 100%;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-title {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        padding: 50px 0;
    }
    .hero-content {
        width: 100%;
    }
    .hero-title {
        font-size: 30px;
    }
}
/* Responsive styles */
@media screen and (max-width: 992px) {
    .benefits-section {
        padding: 60px 0;
    }

    .benefit-item {
        padding: 0 10px;
    }

    .benefit-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .benefits-row {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .benefit-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .benefit-item:last-child {
        margin-bottom: 0;
    }

    .benefit-icon img {
        width: 80px;
    }

    .benefit-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .benefit-desc {
        font-size: 14px;
    }
}
/* Responsive Design */
@media (max-width: 992px) {
    .products-services-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .service-content {
        padding: 20px;
    }

    .service-content h3 {
        font-size: 20px;
    }

    .service-number {
        width: 60px;
        font-size: 24px;
    }

    .service-box:hover .service-number {
        width: 80px;
        font-size: 28px;
    }
}

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

/* Thay đổi layout trên mobile - số ở dưới */
.service-box {
    flex-direction: column; /* Mobile: Nội dung trên, số ở dưới */
}

.service-number {
    width: 100%;
    height: 40px;
    font-size: 20px;
}

.service-box:hover .service-number {
    width: 100%;
    height: 45px;
    font-size: 22px;
}

.service-content {
    padding: 20px 20px 0 20px;
}

.service-content p {
    font-size: 14px;
    min-height: 84px;
    margin-bottom: 15px;
}

.service-image {
    height: 130px;
}

.section-title {
    font-size: 30px;
}
}

@media (max-width: 576px) {
    .services-grid {
        gap: 15px;
    }

    .service-content {
        padding: 15px 15px 0 15px;
    }

    .service-number {
        height: 35px;
        font-size: 18px;
    }

    .service-box:hover .service-number {
        height: 40px;
        font-size: 20px;
    }

    .service-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service-content p {
        font-size: 12px;
        min-height: unset;
        margin-bottom: 15px;
    }

    .service-image {
        height: 220px;
        margin-bottom: 15px;
    }

    .service-action {
        font-size: 13px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .main-cta-button {
        padding: 12px 30px;
        font-size: 14px;
    }
}
/* Responsive styles - Luôn giữ 2 cột */
@media (max-width: 992px) {
    .consulting-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .consulting-content h3 {
        font-size: 20px;
    }

    .consulting-content {
        padding: 0 20px 25px;
    }

    .consulting-content p {
        min-height: 80px;
    }

    .consulting-row {
        gap: 20px;
    }

    .consulting-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }

    .section-desc {
        font-size: 16px;
    }

    .consulting-icon {
        margin: 25px auto 15px;
        width: 60px;
        height: 60px;
    }

    .consulting-icon img {
        width: 30px;
        height: 30px;
    }

    .consulting-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .consulting-content p {
        font-size: 14px;
        min-height: 90px;
        line-height: 1.5;
    }

    .consulting-content {
        padding: 0 15px 20px;
    }
}

@media (max-width: 576px) {
    .consulting-section {
        padding: 60px 0;
    }

    .consulting-row {
        gap: 15px;
    }

    .consulting-item {
        width: calc(50% - 7.5px);
    }

    .consulting-content h3 {
        font-size: 16px;
    }

    .consulting-content p {
        font-size: 12px;
        min-height: unset;
        margin-bottom: 15px;
    }

    .consulting-features span {
        font-size: 11px;
        padding: 3px 8px;
    }

    .consulting-btn {
        font-size: 13px;
        padding: 8px 16px;
    }

    .consulting-icon {
        width: 50px;
        height: 50px;
        margin: 20px auto 10px;
    }

    .consulting-icon img {
        width: 25px;
        height: 25px;
    }
}
.project-card {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%; /* Đảm bảo tất cả card có chiều cao bằng nhau */
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.project-image {
    height: 250px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Đảm bảo phần info mở rộng */
}

.project-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    text-transform: uppercase;
    height: 50px; /* Chiều cao cố định cho tiêu đề */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Equal height cho phần features */
.project-features.equal-height {
    flex-grow: 1;
    margin-bottom: 20px;
    min-height: 100px; /* Minimum height for features */
}

.project-feature {
    display: flex;
    margin-bottom: 12px;
    align-items: flex-start;
}

.check-mark {
    color: #b07c39;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    flex-shrink: 0;
    margin-top: 3px;
}

.feature-text {
    flex-grow: 1;
}

.feature-label {
    color: #555;
    font-weight: 500;
    margin-right: 5px;
}

.feature-value {
    color: #666;
}

.view-more-btn {
    display: block;
    background-color: #f00;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto; /* Push to bottom of flex container */
    transition: background-color 0.3s ease;
}

.view-more-btn:hover {
    background-color: #b40808;
    color: #fff;
}

.view-all-container {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-block;
    background-color: #f00;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.view-all-btn:hover {
    background-color: #b40808;
    color: #fff;
}

/* No projects message */
.no-projects {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 18px;
}
.blog-slide .slick-list {
    margin: 0 -15px;
}
.blog-slide .slick-slide {
    padding: 0 15px;
}
section.home-blogs {
    padding: 50px 0;
}

.blog-slide .slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 0;
    color: #f00;
    font-size: 20px;
    font-weight: 900;
}

.blog-slide .slick-next {
    left: unset;
    right: -20px;
}
.handbook-item {
    padding: 15px;
    height: auto;
}

.handbook-link {
    display: block;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.handbook-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.handbook-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Tỉ lệ 16:9 */
}

.handbook-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.handbook-link:hover .handbook-thumbnail img {
    transform: scale(1.05);
}

.handbook-content {
    padding: 20px;
}

.handbook-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.handbook-meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
}

.handbook-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.handbook-excerpt p {
    margin: 0;
}
.handbook-more {
    text-align: center;
    margin-top: 30px;
}

.btn-more {
    display: inline-block;
    padding: 10px 25px;
    background: #f00;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background: #f00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(66, 133, 244, 0.3);
    color: #fff;
}
.blog-slide .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.blog-slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.blog-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.blog-slide .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    color: #f00;
    opacity: 0.3;
}
.blog-slide .slick-dots li.slick-active button:before {
    opacity: 1;
}
footer#footer {
    background-color: #f0f0f0;
    padding: 40px 0 20px;
    position: relative;
}

.footer-logo img {
    height: 100px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-contact {
    width: 100%;
}

.footer-contact h2 {
    color: #f00;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 2px solid #f00;
    padding-bottom: 10px;
}

.footer-branches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branch {
    width: 32%;
    margin-bottom: 20px;
}

.branch h3 {
    color: #f00;
    font-size: 18px;
    margin-bottom: 10px;
}

.branch p {
    margin: 5px 0;
    color: #444;
}

.branch a {
    color: #f00;
    text-decoration: none;
    transition: color 0.3s;
}

.branch a:hover {
    color: #f00;
    text-decoration: underline;
}
div#archive-content {
    padding: 100px 0;
}
.post-card-link {
    display: block;
    color: #333333;
}

.post-card-thumbnail {
    position: relative;
    overflow: hidden;
}

.post-card-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.post-card-link:hover .post-card-thumbnail img {
    transform: scale(1.05);
}

.post-card-content {
    padding: 20px;
}
.post-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #333333;
    transition: all 0.3s ease;
}

.post-card-link:hover .post-card-title {
    color: #f00;
}

.post-card-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
}

.post-date {
    margin-right: 5px;
}

.in-category {
    font-style: italic;
}

.post-card-excerpt {
    margin-bottom: 15px;
    color: #666666;
    font-size: 15px;
}

.post-card-readmore {
    color: #ab1e33;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.read-more-link {
    position: relative;
    padding-right: 20px;
}
.read-more-link:after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.post-card-link:hover .read-more-link:after {
    right: -5px;
}
.post-card-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

h3.widget-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
}

h3.widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ab1e33;
}
.recent-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.recent-post-link {
    display: flex;
    align-items: flex-start;
    color: #333333;
}
.recent-post-thumbnail {
    flex: 0 0 80px;
    margin-right: 15px;
}
.recent-post-info {
    flex: 1;
}
.recent-post-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}


.recent-post-date {
    font-size: 12px;
    color: #666666;
}

.recent-post-link:hover {
    color: #f00;
}

h4.recent-post-title p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
div#single-content {
    padding: 100px 0;
}

h1.single-heading {
    font-size: 32px;
    margin-bottom: 15px;
    color: #333333;
}

.single-meta {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.related-post {
    margin-bottom: 20px;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    height: 100%;
}
.related-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.related-post-link {
    display: block;
    color: #333333;
}

.related-post-thumbnail {
    position: relative;
    overflow: hidden;
}

.related-post-thumbnail img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-post:hover .related-post-thumbnail img {
    transform: scale(1.05);
}

.related-post-title {
    padding: 15px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4;
    transition: all .3s;
}

.related-post:hover .related-post-title {
    color: #f00;
}
.contact-intro {
    color: #666;
    margin-bottom: 20px;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: #f00;
    mask-size: cover;
}
.phone-icon {
    mask-image: url('images/phone.svg');
}
.email-icon {
    mask-image: url('images/email.svg');
}

.project-thumbnail {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.1);
}

.project-card:hover .project-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.project-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 220px);
}

.project-meta {
    margin-bottom: 15px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    color: #f00;
    font-weight: 500;
}

.meta-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: #f00;
    mask-image: url('images/dd.svg');
    mask-size: cover;
}
.project-features,
.project-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}
.read-more {
    color: #f00;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: auto;
    position: relative;
    padding-right: 20px;
    align-self: flex-start;
}

.read-more:after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.project-card:hover .read-more:after {
    right: -5px;
}
.brc-congtrinh {
    position: relative;
    height: 450px;
    color: white;
    overflow: hidden;
    margin-bottom: 50px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    z-index: 2;
}

.brc-congtrinh h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.brc-congtrinh .meta-item {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    width: max-content;
    color: #fff;
}

.brc-congtrinh .meta-icon {
    background-color: #fff;
}
.brc-congtrinh .container {
    position: relative;
    z-index: 99;
}
.related-projects {
    margin-top: 40px;
}

.related-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
    transition: all .3s;
    height: 100%;
}

.related-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.related-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.related-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

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

.related-item:hover .related-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.related-content {
    padding: 20px;
    background-color: white;
}

.related-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #333;
}

.related-meta {
    display: flex;
    align-items: center;
}

.related-stops {
    display: inline-block;
    color: #f00;
    font-size: 14px;
    font-weight: 500;
}
section.home-project {
    padding: 50px 0;
}
.about-section {
    padding: 100px 0;
    background-color: #fff;
    color: #555;
    line-height: 1.6;
}
.about-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.about-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #f00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-title {
    font-size: 36px;
    font-weight: 700;
    color: #f00;
    margin: 0 0 25px;
    line-height: 1.2;
}

.about-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.separator-line {
    width: 60px;
    height: 2px;
    background-color: #f00;
}

.separator-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f00;
    margin: 0 15px;
    position: relative;
}

.separator-icon:before,
.separator-icon:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f00;
    top: 50%;
    transform: translateY(-50%);
}

.separator-icon:before {
    left: -15px;
}

.separator-icon:after {
    right: -15px;
}

.about-intro {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

/* Timeline */
.timeline {
    position: relative;
    margin: 0 auto 80px;
}

.timeline:before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #eee;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    margin-bottom: 80px;
    position: relative;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-badge {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    background-color: #f00;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #f00;
}

.timeline-panel {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.timeline-content {
    flex: 1;
    padding: 30px 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all .3s;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
    font-size: 24px;
    font-weight: 700;
    color: #f00;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 10px;
}

.timeline-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.timeline-image {
    flex: 0 0 calc(50% - 60px);
    margin: 0 30px;
}

.timeline-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.timeline-image img:hover {
    transform: scale(1.03);
}

.timeline-panel:not(.reverse) .timeline-image {
    order: 2;
}

.timeline-panel.reverse .timeline-content {
    order: 2;
}

/* Stats */
.about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    text-align: center;
}

.stat-item {
    background-color: #f9f9f9;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color: #f00;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.years-icon {
    mask-image: url('images/sv1.svg');
}

.projects-icon {
    mask-image: url('images/sv2.svg');
}

.clients-icon {
    mask-image: url('images/sv3.svg');
}

.staff-icon {
    mask-image: url('images/sv4.svg');
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f00;
}

.stat-text {
    font-size: 16px;
    color: #333;
}

/* Vision */
.about-vision {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.vision-content {
    flex: 1;
    padding: 60px;
}

.vision-title {
    font-size: 32px;
    font-weight: 700;
    color: #f00;
    margin-top: 0;
    margin-bottom: 20px;
}

.vision-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.8;
}

.vision-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

.btn-primary {
    background-color: #f00;
    color: #fff;
    border: 2px solid #f00;
}

.btn-primary:hover {
    background-color: #111;
    border-color: #111;
}

.btn-outline {
    background-color: transparent;
    color: #f00;
    border: 2px solid #f00;
}

.btn-outline:hover {
    background-color: #f00;
    color: #fff;
}

.vision-image {
    flex: 1;
    height: 500px;
    overflow: hidden;
}

.vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.vision-image img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1199px) {
    .about-title {
        font-size: 36px;
    }

    .vision-content {
        padding: 40px;
    }

    .vision-image {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding: 80px 0;
    }

    .about-title {
        font-size: 32px;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-vision {
        flex-direction: column;
    }

    .vision-content {
        width: 100%;
        order: 2;
    }

    .vision-image {
        width: 100%;
        order: 1;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 60px 0;
    }

    .about-header {
        margin-bottom: 60px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-intro {
        font-size: 16px;
    }

    .timeline:before {
        left: 40px;
    }

    .timeline-badge {
        left: 40px;
        margin-left: 0;
    }

    .timeline-panel {
        flex-direction: column !important;
    }

    .timeline-content,
    .timeline-panel.reverse .timeline-content {
        order: 2;
        width: 100%;
        margin-left: 80px;
    }

    .timeline-image,
    .timeline-panel:not(.reverse) .timeline-image,
    .timeline-panel.reverse .timeline-image {
        order: 1;
        margin: 0 0 20px 80px;
        width: calc(100% - 80px);
    }

    .vision-buttons {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding: 50px 0;
    }

    .about-header {
        margin-bottom: 40px;
    }

    .about-title {
        font-size: 24px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .timeline-content {
        padding: 20px;
        margin-left: 60px;
    }

    .timeline-image {
        margin-left: 60px;
        width: calc(100% - 60px);
    }

    .timeline:before {
        left: 30px;
    }

    .timeline-badge {
        width: 60px;
        height: 60px;
        left: 30px;
        font-size: 12px;
    }

    .vision-content {
        padding: 30px;
    }
}
.contact-header {
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://thangmaythudo.com/wp-content/uploads/2025/03/1967fd61-6e11-4c84-9ac4-6eab1d32a931.png) center / cover no-repeat;
    color: #fff;
    text-align: center;
}
.contact-section {
    padding: 80px 0;
    background-color: #fff;
}
.section-description {
    text-align: center;
    max-width: 700px;
    margin: 30px auto 50px;
    color: #666666;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.contact-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s;
    position: relative;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #f00;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-subtitle {
    font-size: 14px;
    opacity: 0.9;
}

.card-body {
    padding: 30px;
}

.contact-info-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(194, 124, 3, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon i {
    color: #f00;
    font-size: 18px;
}

.contact-text {
    flex-grow: 1;
}

.contact-label {
    font-size: 14px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 5px;
    display: block;
}

.contact-value {
    color: #333333;
    font-size: 16px;
    word-break: break-word;
}

.contact-value a {
    color: #333333;
    text-decoration: none;
}

.contact-value a:hover {
    color: #f00;
}

section.form-section .wpcf7-text,section.form-section .wpcf7-textarea {
    border-radius: 0;
    margin-bottom: 15px;
}

section.form-section .wpcf7-textarea {
    height: 200px;
}

section.form-section .wpcf7-submit {
    background-color: #c27c03;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

section.cta-section {
    padding: 60px 0;
    background: #f00;
    color: #ffffff;
    text-align: center;
}

a.cta-phone {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
}
.cta-phone i {
    margin-right: 15px;
    font-size: 28px;
}
.hero-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
    url('images/6f1d22d8-5a15-422e-b650-bcefe9fc7166.png') center/cover no-repeat fixed;
    color: #ffffff;
    text-align: center;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 20px;
}

.page-id-442 .hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.page-id-442 .hero-description {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
    color: #fff;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all .3s;
}

.btn-primary {
    background-color: #f00;
    color: #ffffff;
    border: 2px solid #f00;
}

.btn-primary:hover {
    background-color: transparent;
    color: #ffffff;
}

.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-outline:hover {
    background-color: #ffffff;
    color: #f00;
}

/* About Service Section */
.about-service {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-description {
    font-size: 18px;
    color: #666666;
    margin-bottom: 50px;
    max-width: 800px;
}

.experience-badge {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.badge-number {
    font-size: 72px;
    font-weight: 800;
    color: #f00;
    line-height: 1;
    margin-right: 20px;
}

.badge-text {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
}

.service-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.feature-item {
    display: flex;
}

.feature-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 20px;
    background-color: rgba(194, 124, 3, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #f00;
    font-size: 28px;
}

.feature-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 10px;
}

.feature-content p {
    color: #666666;
    font-size: 16px;
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background-color: #FEF9F0;
}

.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-step {
    text-align: center;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all .3s;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #f00;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 65px;
    right: -15px;
    width: 30px;
    height: 2px;
    background-color: #f00;
    z-index: 1;
}

.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: rgba(194, 124, 3, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    color: #f00;
    font-size: 32px;
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 15px;
}

.step-description {
    font-size: 14px;
    color: #666666;
}

/* Team Section */
.team-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.team-header {
    text-align: center;
    margin-bottom: 60px;
}

.team-header .section-description {
    margin-left: auto;
    margin-right: auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-member {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.member-image {
    height: 250px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member:hover .member-image img {
    transform: scale(1.1);
}

.member-info {
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
}

.member-name {
    font-size: 18px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 5px;
}

.member-position {
    font-size: 14px;
    color: #f00;
    margin-bottom: 15px;
    font-weight: 600;
}

.member-description {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

/* Commitment Section */
.commitment-section {
    padding: 80px 0;
    background-color: #FEF9F0;
}

.commitment-header {
    text-align: center;
    margin-bottom: 60px;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.commitment-item {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s;
    border-bottom: 3px solid #f00;
}

.commitment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.commitment-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(194, 124, 3, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.commitment-icon i {
    color: #f00;
    font-size: 28px;
}

.commitment-title {
    font-size: 20px;
    font-weight: 700;
    color: #603D00;
    margin-bottom: 15px;
}

.commitment-description {
    font-size: 15px;
    color: #666666;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f00 0%, #603D00 100%);
    color: #ffffff;
    text-align: center;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    opacity: 0.9;
}

.cta-contacts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-icon i {
    color: #f00;
    font-size: 18px;
}

.contact-info {
    text-align: left;
}

.page-id-442 .contact-label {
    font-size: 12px;
    opacity: 0.8;
    display: block;
    line-height: 1.2;
    color: #fff;
}

.page-id-442 .contact-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.page-id-442 .contact-value a {
    color: #ffffff;
    text-decoration: none;
}

/* Footer */
.footer {
    padding: 40px 0;
    background-color: #603D00;
    color: #ffffff;
    text-align: center;
}

.footer-text {
    opacity: 0.8;
    font-size: 14px;
}

/* Media Queries */
@media (max-width: 1199px) {
    .team-grid,
    .process-steps {
        grid-template-columns: repeat(3, 1fr);
    }

    .process-step:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .service-features,
    .commitment-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 32px;
    }

    .badge-number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description,
    .section-description {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .team-grid,
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-step:nth-child(2)::after {
        display: none;
    }

    .badge-number {
        font-size: 50px;
    }

    .section-title {
        font-size: 28px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 28px;
    }

    .team-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .process-step::after {
        display: none !important;
    }

    .badge-number {
        font-size: 40px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon i {
        font-size: 22px;
    }

    .experience-badge {
        flex-direction: column;
        text-align: center;
    }

    .badge-number {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-item {
        width: 100%;
        justify-content: center;
    }
}

.banner {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/b8bcdb0a-1173-42be-ac09-f632d23560a9.png') center/cover no-repeat;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.banner h1 {
    font-size: 36px;
    margin-bottom: 15px;
    color: white;
}

.banner p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #f00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #603D00;
    transform: translateY(-3px);
}

/* Intro Section */
.intro {
    padding: 60px 0;
    background-color: #ffffff;
}

.section-title {
    font-size: 28px;
    color: #603D00;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

/* Services Grid */
.services {
    padding: 60px 0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-img {
    height: 200px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-img img {
    transform: scale(1.05);
}

.service-content {
    padding: 25px;
}

.service-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #603D00;
    display: flex;
    align-items: center;
}

.service-title i {
    color: #f00;
    margin-right: 10px;
    font-size: 24px;
}

.service-desc {
    color: #666666;
    margin-bottom: 15px;
}

.features {
    list-style: none;
}

.features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
}

.features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #f00;
    font-weight: bold;
}

/* Contact Section */
.contact {
    padding: 60px 0;
    background: linear-gradient(135deg, #f00, #603D00);
    color: #ffffff;
    text-align: center;
}

.contact h2 {
    margin-bottom: 20px;
}

.contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 4px;
}

.contact-item i {
    margin-right: 10px;
    font-size: 20px;
}

.contact-item a {
    color: #ffffff;
    text-decoration: none;
}
/* Responsive */
@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .banner h1 {
        font-size: 28px;
    }

    .banner p {
        font-size: 16px;
    }

    .contact-info {
        flex-direction: column;
    }

    .contact-item {
        width: 100%;
    }
}
.sc-product-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.sc-thumb img {
    width: 100%;
    height: 260px !important;
    object-fit: cover !important;
    transition: all .3s !important;
}
.sc-product-item:hover .sc-thumb img{
    transform: scale(1.1);
}
.sc-content {
    padding: 16px;
    text-align: center;
}

.sc-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sc-excerpt {
    font-size: 14px;
    color: #666;
}


.sc-thumb {
    overflow: hidden;
}
@media(max-width: 991px) {
    div#logo {
        flex: 1;
    }

    div#logo img {
        height: 60px;
    }
    section.home-content {
    padding: 20px 0;
}

section.home-content-3 {
    padding: 20px 0;
}

.section-header {
    margin: 0;
}

.service-content {
    padding: 0;
}

.service-cta {
    margin-top: 20px;
}

.consulting-header {
    margin-bottom: 20px;
}

.consulting-features {
    font-size: 14px;
    margin: 0;
}

section.home-project {
    padding: 20px 0;
}

.view-all-container {
    margin-top: 0;
}

section.home-blogs {
    padding: 20px 0;
}
.timeline {
    margin-bottom: 0;
}

.stat-item {
    padding: 10px;
}

.about-stats {
    gap: 0;
    margin-bottom: 20px;
}
.page-id-442 .hero-title {
    font-size: 24px;
}

.page-id-442 .hero-description {
    font-size: 16px;
}

.about-service {
    padding: 30px 0;
}

.process-section {
    padding: 20px 0;
}

.process-step {
    padding: 10px;
}

.team-section {
    padding: 20px 0;
}

.commitment-section {
    padding: 20px 0;
}

section.service-types-section {
    padding: 20px 0 !important;
}

section.service-types-section .container>div {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 !important;
}

section.service-types-section .section-title {
    margin-bottom: 0 !important;
}

section.testimonial-section {
    padding: 20px 0 !important;
}

section.testimonial-section .container>div {
    grid-template-columns: repeat(1, 1fr) !important;
}
.intro {
    padding: 20px 0;
}

.services {
    padding: 20px 0;
}

.service-content {
    padding: 10px;
}
.contact-section {
    padding: 20px 0;
}

.contact-grid {
    grid-template-columns: repeat(1, 1fr);
}
div#archive-content {
    padding: 20px 0;
}
div#single-content {
    padding: 20px 0;
}

h1.single-heading {
    font-size: 21px;
}
.brc-congtrinh h2 {
    font-size: 24px;
}

}
div#popmake-663 {
    border: 0;
}

div#popmake-663 h3 {
    text-align: center;
    font-size: 21px;
    color: #f00;
}

div#popmake-663 p {font-weight: 400;text-align: center;}

div#popmake-663 label {
    display: block;
    text-align: left;
}

div#popmake-663 .wpcf7-text {
    margin-bottom: 15px;
}

div#popmake-663 .required {
    color: #f00;
}

div#popmake-663 .wpcf7-spinner {
    display: block;
}

div#popmake-663 .wpcf7-submit {
    background: #f00;
    border: 0;
    font-weight: 700;
    padding: 10px 20px;
}
.section-badge {
    background-color: rgba(176, 124, 57, 0.1);
    color: #f00;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.category-list li a {
    color: #333;
    text-decoration: none;
}

.category-list li a:hover {
    color: #c80000;
}

/* TAGS */
.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    background: #f3f3f3;
    padding: 6px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border-radius: 2px;
}

.tag-item:hover {
    background: #c80000;
    color: #fff;
}
.widget:not(:last-child) {
    margin-bottom: 30px;
}