body {
    font-family: 'Mulish', sans-serif;
}
h1,h2,h3 {
	font-weight: 800;
}
.main-tt h2 {
	color: var(--primary-color);
	margin: 0;
}
.no-bottom {
	padding-bottom: 0 !important;
}
.no-bottom-text p {
	margin: 0;
}
@media(max-width:549px) {
	.no-pd-mb {
		padding-bottom: 0 !important;
	}
}


/* home */
.h-sec1 h2 {
	color: var(--primary-color);
}
.h-sec1 h3{
	color: var(--fs-color-secondary);
}
.h-sec2 .button {
	margin: 0;
}
.price-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.price-table-scroll > table {
    width: 100% !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    margin: 0 !important;
}

.price-table-scroll > table td {
    border: 1px solid #e5e5e5 !important;
    padding: 8px 10px !important;
    text-align: center !important;
    vertical-align: middle !important;
    background: #fff;
}

.price-table-scroll > table tr:first-child td,
.price-table-scroll > table tr:nth-child(2) td {
    color: #00a551 !important;
    font-weight: 700 !important;
    height: auto !important;
    padding: 10px 12px !important;
}

.price-table-scroll > table tr:nth-child(n+3) td {
    height: 75px !important;
    font-size: 14px !important;
    color: #394150 !important;
}

.price-table-scroll > table tr:nth-child(n+3) td:first-child {
    text-align: left !important;
    font-size: 16px !important;
    color: #252d3a !important;
}

/* Cột hành trình rộng hơn */
.price-table-scroll > table td:first-child {
    text-wrap: wrap;
}

.h-sec4 .grid-sv {
	display: grid;
	grid-template-columns: repeat(5,1fr);
}
@media (max-width: 849px) {
    .price-table-scroll > table {
        width: 1200px !important;
    }
	.h-sec4 .grid-sv {
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width: 849px) {
	.h-sec4 .grid-sv {
		grid-template-columns: repeat(2,1fr);
	}
}


.h-sec4 .grid-sv .button {
	margin: 0;
	padding: 10px 15px 8px;
}
.h-sec4 .grid-sv > *:nth-child(1) .button {
    background-color: #c91d22;
}

.h-sec4 .grid-sv > *:nth-child(2) .button {
    background-color: #1700b8;
}

.h-sec4 .grid-sv > *:nth-child(3) .button {
    background-color: #7d00b5;
}

.h-sec4 .grid-sv > *:nth-child(4) .button {
    background-color: #00a95c;
}

.h-sec4 .grid-sv > *:nth-child(5) .button {
    background-color: #b56800;
}
.h-sec5 .tes-ct .icon-box {
	width: fit-content;
}
.h-sec5 .tes-ct .icon-box h4 {
	margin-bottom: 0;
}
.h-sec5 .tes-ct .icon-box img {
	padding: 0;
}
.h-sec5 .tes-ct .icon-box .icon-box-img {
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.h-sec5 .tes-ct > .col > .col-inner {
	display: flex;
	flex-direction: column;
	align-items:center;
}


/* breadcrumbs */
.bc-sec .row > .col {
		padding-bottom: 0 !important;
}
/* Container chính */
.bc-sec {
    position: relative; /* Bắt buộc phải có để chứa lớp ::before */
    padding: 60px 0;
    background: var(--primary-color);
}

.bc-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none;
}

.bc-sec .row {
    position: relative;
    z-index: 2;
}

.bc-sec .page-title,
.bc-sec .rank-math-breadcrumb {
    color: #ffffff; 
}
.bc-sec .rank-math-breadcrumb {
	margin-bottom: 10px;
}
.bc-sec * {
		text-align:center;
		color: #fff !important;
}
.bc-sec h1 {
		font-size: clamp(1.3rem,4vw,2rem);
		margin-bottom: 5px;
}
.bc-sec p {
		margin: 0;
}


/* single post */
.single-post .entry-header {
	display: none;
}
.single-post .entry-content {
	padding-top: 0;
}

/* footer */
.footer-sec h3{
    margin:0 0 15px;
	text-transform: uppercase;
}

.footer-sec ul{
    margin:0;
    padding:0;
    list-style:none;
	display: flex;
	flex-direction: column;
	gap: .6rem;
}

.footer-sec ul li{
    margin: 0 !important;
}


/* form */
/* RESET CF7 / FLATSOME */
.booking-form,
.booking-form * {
    box-sizing: border-box;
}

.booking-form p {
    margin: 0 !important;
}

.booking-form br {
    display: none;
}

.booking-form .booking-field {
    margin-bottom: 12px;
}

.booking-form label {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #263142;
}

.booking-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* INPUT + SELECT */
.booking-form input[type="text"],
.booking-form input[type="tel"],
.booking-form input[type="date"],
.booking-form select {
    display: block;
    width: 100% !important;
    height: 43px !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 1px solid #8e98a5 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #263142;
    line-height: 43px;
}

.booking-form input::placeholder {
    color: #a1a7b0;
    opacity: 1;
}

/* GIỜ + NGÀY */
.booking-form .booking-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
}

.booking-form .booking-row .booking-field {
    min-width: 0;
}

.booking-form .booking-row input {
    min-width: 0 !important;
}

/* SELECT */
.booking-form select {
    padding-right: 35px !important;
    cursor: pointer;
}

/* BUTTON */
.booking-form .booking-submit {
    margin-top: 10px;
}

.booking-form input[type="submit"] {
    display: block;
    width: 100% !important;
    height: 43px !important;
    min-height: 43px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #c52227 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 43px !important;
    text-align: center;
    text-transform: none !important;
}

.booking-form input[type="submit"]:hover {
    background: #a9191e !important;
}

/* CF7 */
.booking-form .wpcf7-spinner {
    display: none !important;
}

.booking-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
}

.booking-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
}

/* MOBILE */
@media (max-width: 480px) {
    .booking-form .booking-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}