/* CSS Sheet */
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: "K2D", sans-serif;
    color: #222222;
    margin: 0;
    padding: 0;
    background-color: #f7f9fb;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Layout utilities */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.col {
    padding: 0 10px;
    box-sizing: border-box;
}
.col.large-12 { width: 100%; }
.col.large-6, .col.medium-6 { width: 50%; }
.col.large-4, .col.medium-4 { width: 33.333%; }
.col.large-3, .col.medium-3 { width: 25%; }
.col.large-8 { width: 66.666%; }
.col.large-4 { width: 33.333%; }

@media (max-width: 768px) {
    .col.medium-6, .col.medium-4, .col.medium-3 { width: 100%; }
    .col.small-6 { width: 50%; }
    .col.small-7 { width: 58.333%; }
    .col.small-5 { width: 41.666%; }
    .col.small-12 { width: 100%; }
}

.text-center { text-align: center; }
.relative { position: relative; }
.absolute { position: absolute; }
.fill { top: 0; right: 0; bottom: 0; left: 0; }

/* Header */
#header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}
div#top-bar {
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    min-height: 30px;
    display: flex;
    align-items: center;
}
div#top-bar li.html.custom.html_topbar_right {
    font-size: 18px;
}
div#top-bar li.html.custom.html_topbar_right a {
    color: #e4ff00;
}
div#top-bar a.hotline-top i {
    padding-right: 6px;
}
.header-main {
    height: 76px;
    display: flex;
    align-items: center;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#logo img {
    max-height: 76px;
    width: auto;
}
.header-nav {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.header-nav li a {
    color: #4fc243;
    font-size: 15px;
    font-weight: 700;
    padding: 0 15px;
}

/* Section Hero */
.section-hero {
    background-image: url(https://datxenhanhlientinh.com/wp-content/uploads/2022/05/slider-81090.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
}
#section_465337666 {
    background-image: url(https://datxenhanhlientinh.com/wp-content/uploads/2022/04/3373.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    position: relative;
}
.section-bg-overlay {
    background-color: rgba(0, 0, 0, 0.552);
}

/* Form Dat Xe */
.formdatxe {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
}
.formdatxe h4 {
    text-align: center;
    color: #61c73f;
    margin-top: 0;
    margin-bottom: 15px;
}
.formdatxe input.wpcf7-form-control.wpcf7-text, .formdatxe select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 38px;
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
}
.formdatxe i {
    position: absolute;
    bottom: 24px;
    left: 23px;
    z-index: 9;
    font-size: 14px;
    top: 11px;
}
i.fas.fa-street-view, i.fas.fa-phone-square-alt {
    color: #56c441;
}
i.fas.fa-user, i.fas.fa-map-marker-alt {
    color: red;
}
i.fas.fa-car, i.fas.fa-calendar-alt {
    color: #0a5ec7;
}
.formdatxe input.wpcf7-submit {
    padding: 0 20px;
    text-transform: inherit;
    height: 36px;
    line-height: 36px;
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    color: #fff;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
.formdatxe .btn-datxe {
    text-align: center;
}
.col-daochieu {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.btn-click {
    text-align: center;
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    color: #fff;
    border-radius: 20px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

/* Marquee Slider */
.box_marquee_slider {
    padding: 10px;
    background: #fff;
    font-size: 17px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    height: 130px;
    margin-top: 20px;
    text-align: left;
}
ul.box_datxe {
    position: relative;
    animation: marquee 15s linear infinite;
}
.box_datxe > li {
    list-style: none;
    border-bottom: 1px dashed #737373;
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
}
.box_datxe li span, .box_datxe li b {
    color: #5bc641;
}
@keyframes marquee {
    0%   { top: 4em; }
    100% { top: -11em; }
}

/* Services section */
.section {
    padding: 30px 0;
}
.title-dichvu h2 {
    text-align: center;
    color: #5bc641;
    font-size: 32px;
    margin-bottom: 25px;
}
.box-dichvu {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 6px;
    background: #fff;
    padding-bottom: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-dichvu:hover {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 8px 0px, rgb(60 64 67 / 15%) 0px 0px 5px 1px;
}
.box-dichvu .icon-box-img img {
    width: 100%;
    height: auto;
}
.box-dichvu p {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 0 0;
}

/* Pricing Gia */
.dichvu-gia > .col-inner {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.dichvu-gia > .col-inner h4 {
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    text-align: center;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
    color: #ffff;
    font-size: 18px;
}
.dichvu-gia > .col-inner ul {
    padding: 20px;
}
.dichvu-gia > .col-inner ul li {
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Tour Section */
.title-tour h3 {
    font-size: 22px;
    color: #000;
}
.title-tour p {
    color: #000;
    margin-top: -15px;
    margin-bottom: 25px;
}
.box-tour {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.box-tour .icon-box-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.box-tour h4 {
    text-align: center;
    color: #12a8e1;
    font-size: 18px;
    margin: 10px 0;
}
.box-tour p {
    color: #000;
    margin-bottom: 0;
    padding: 0 8px 0 12px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.box-tour p strong {
    color: red;
}
.box-tour .icon-box-text {
    height: 180px;
    overflow-y: auto;
}

/* Doixe Section */
.col.col-doixe {
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

/* Banner Grid */
.banner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.banner-grid .grid-col {
    flex: 1;
    min-width: 300px;
}

/* Khach Hang Section */
.title-khachhang h2 {
    color: #5bc641;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-shadow: rgb(0 0 0) 1px 1px 1px;
}
.title-khachhang .ladi-paragraph {
    max-width: 800px;
    margin: 15px auto 30px auto;
    font-size: 15px;
    line-height: 24px;
}

/* Footer */
.footer-widgets.footer-1 {
    background-color: #292929;
    color: #fff;
    padding: 40px 0;
}
.ct-foo p, .ct-foo ul li {
    font-size: 15px;
    line-height: 25px;
    color: #ccc;
}
.ct-foo h4 {
    border-bottom: 1px solid #555;
    padding-bottom: 8px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.ct-foo h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 2px solid #ff8a00;
    width: 30%;
}
.absolute-footer {
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    padding: 15px 0;
    color: #fff;
}
.copyright-footer a {
    color: #fff;
    text-decoration: underline;
}