/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --primary: #264c9a;
    --secondary: #ed1c24;
    --light: #F4F4F4;
    --dark: #333333;
    --black: #000000;
    --white: #ffffff;
    --gray: #999999;
    --green: #198107;
    --red: #e61010;
    --text-black: #000000;
    --bg-accodion: #337BBE;
}

/* body, p {
    font-size: 14px;
} */

/* p:last-of-type{
	margin-bottom: 0;
} */

#logo img {
    max-height: 80px !important;
}

.sticky-jump .stuck #logo img {
    max-height: 70px !important;
}

.nav .nav-dropdown {
    padding: 0;
}

.header-main .header-nav-main .nav-dropdown-default a {
    margin: 0 !important;
    padding: 10px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

.header-nav-main .nav-dropdown-default a::before {
    content: '\f101';
    font-family: 'Font Awesome 6 Pro';
    padding-right: 8px;
    display: inline;
}

.footer-wrapper .back-to-top {
	background-color: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

.copyright p {
	margin-bottom: 0;
}

.content-home-about h3 {
	text-transform: uppercase;
	color: var(--primary);
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 12px;
}

.content-home-about p {
	font-size: 21px;
	line-height: 33px;
	font-weight: 500;
	margin-bottom: 20px;
}

.content-home-about ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.content-home-about ul li {
	margin: 0 !important;
	width: 25%;
}

.content-home-about ul li a {
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}

.title-about h2 {
	font-size: 100px;
	color: rgba(132, 132, 132, .2);
	line-height: 1;
	margin-bottom: 0;
}

.title-about h3 {
	color: var(--primary);
	font-size: 30px;
	line-height: 2;
}

.content-about h2 {
	/*color: var(--white);*/
	font-weight: 400;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 0;
}

.content-about h3 {
	color: var(--secondary);
	font-size: 20px;
	margin-bottom: 0;
}

.content-about h4 {
	font-weight: 400;
	font-size: 15px;
	/*color: var(--white);*/
	margin-bottom: 12px;
}

.content-about p {
	/*color: var(--white);*/
	line-height: 24px;
	margin-bottom: 0;
	text-align: justify;
}

.rw-about {
    border-radius: 10px;
    box-shadow: 0px 5px 16px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.box-service h3 {
	/*color: var(--white);*/
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid var(--secondary);
	box-shadow: 0px 15px 20px -20px rgba(255, 255, 255, 1.0);
	font-size: 39px;
	line-height: 1.6;
	margin-bottom: 12px;
	width: auto;
	padding: 0 100px;
}

.box-service p {
	font-size: 18px;
	line-height: 29px;
	/*color: var(--white);*/
}

.title-service {
	margin-bottom: 0;
}

.title-service b {
	/*background-color: var(--white);*/
	opacity: 1;
	height: 0.5px;
}

.item-service,
.product-list .product-small.box {
	box-shadow: 0px 5px 16px 3px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.item-service h4,
.product-list .title-wrapper .product-title {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.item-service h4 a,
.product-list .title-wrapper .product-title a {
	font-weight: 700;
	margin: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item-service p {
	color: var(--secondary);
	font-size: 19px;
	font-weight: 700;
}
.product-list .box-text-products {
    padding: 20px;
    text-align: center;
    background: var(--white);
}

.title-assess {
	margin-bottom: 48px;
}

.title-assess h2 {
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	background: var(--white);
	border-radius: 10px;
	width: auto;
	padding: 12px 50px;
	box-shadow: 15px 15px 23px -17px rgba(255, 255, 255, 1.0);
	margin-bottom: 0;
}

.col-assess .col-inner {
	height: 100%;
}

.box-assess {
	/*display: flex;
	flex-direction: column;*/
	overflow: hidden;
	height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.box-assess .box-image {
	width: 153px;
	height: 153px;
	border-radius: 100%;
	z-index: 1;
}

.box-assess .box-text {
	background: var(--white);
	border-radius: 10px;
	box-shadow: 15px 15px 20px -17px rgba(255, 255, 255, 1.0);
	opacity: 1;
	padding: 30px 12px 16px;
	margin-top: -25px;
	height: 100%;
}

.box-assess .box-text h3 {
	margin: 0;
	color: var(--primary);
	font-size: 17px;
	line-height: 27px;
}

.box-assess .box-text h5 {
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
}

.box-assess .box-text p {
	margin: 0;
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
}

.box-whychoose {
	border: 1px solid rgb(84, 84, 84);
	border-radius: 15px;
	padding: 16px;
}

.content-footer h3 {
	color: var(--white);
	font-size: 18px;
}

.box-whychoose h3 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 12px;
}

.box-whychoose p {
	font-size: 15px;
	line-height: 27px;
}

.absolute-footer {
	display: none;
}

.content-footer ul {
	list-style: none;
	margin-bottom: 0;
}

.content-footer li {
	margin-left: 0 !important;
	color: var(--white);
}

.box-product-cate .box-text h5 {
	/*color: var(--white);*/
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.nav-support span.widget-title {
	color: var(--white);
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.nav-support .is-divider {
	display: none;
}

.nav-support ul.menu>li+li {
	border: none;
}

.nav-support ul.menu a {
	color: var(--white);
}

.breadcrumbs a:hover,
.nav-support ul.menu a:hover {
	color: var(--secondary);
}

.shop-container .box-text-products .product-title {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.shop-container .box-text-products .product-title a {
	margin: 0;
	display: block;
	/*color: var(--white);*/
}

.shop-container .box-text-products .product-title a:hover {
	color: var(--secondary);
}

/*.product-info h1.product_title,
.product-info .product-short-description {
	color: var(--white);
}*/

.product-short-description p:not(:last-child) {
	margin-bottom: 6px;
}

.product-info .is-divider {
	display: none;
}

.product-page-price span {
	color: var(--red);
	text-transform: uppercase;
}

.product_meta>span {
	border-top: none;
	/*color: var(--white);*/
}

/*.product-footer .tabbed-content .product-tabs a {
	color: var(--white);
}*/

.product-footer .tabbed-content .product-tabs li.active a {
	color: var(--primary);
}

.price-wrapper span {
	display: block;
	color: var(--red);
	line-height: 24px;
	font-weight: 700;
}

.blog-archive .box-text h5 {
	margin: 0 0 8px;
	/*color: var(--white);*/
}

.blog-archive .box-text h5 a {
	margin: 0;
	display: block;
}

.blog-archive .box-text p {
	/*color: var(--white);*/
	font-size: 14px;
	line-height: 24px;
}

.blog-single .format-standard {
    background: var(--white);
    padding: 16px;
}

.offer-action {
    text-align: center;
    background: var(--primary) none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 15px auto 0;
    -webkit-transition: all .4s ease 0;
    transition: all .4s ease 0;
}

.offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    color: var(--white);
    font-size: 14px;
    width: 47%;
}

.offer-action a:hover {
	color: var(--white);
}

.offer-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: var(--secondary) none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all .4s ease 0;
    transition: all .4s ease 0;
}

.content-modal h3 {
	margin-bottom: 12px;
	color: var(--primary);
}

.content-modal p {
	font-size: 16px;
	font-weight: 500;
	color: var(--black);
}

.tuychonthue select {
    text-align: center;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 45px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.form-name, .form-diachinhan {
    display: flex;
}

.form-name p {
	display: inline-grid;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
}

.form-name p .icon {
	position: absolute;
    z-index: 100;
    font-size: 17px;
    top: 10%;
    left: 3%;
}

.wpcf7 .wpcf7-text {
	height: 39px;
    text-indent: 20px;
    font-weight: 600;
}

.wpcf7 .wpcf7-textarea {
	font-weight: 600;
}

.form-diachinhan .nhanxe {
    display: flex;
    background: var(--white);
    border: 1px solid #cbcbcb;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.nhanxe .diachinhan {
    float: left;
    width: 215px;
    line-height: 39px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.nhanxe span.wpcf7-form-control-wrap {
    width: 90%;
    float: right;
}

.nhanxe input {
    margin-bottom: 0;
    border: unset;
    border-left: 1px solid #cbcbcb;
    height: 39px;
    font-weight: 600;
}

.nhanxe input:focus {
	outline: none;
}

.nhanxe select {
	height: 39px;
    margin-bottom: 0;
    font-weight: 600;
}

.p-dat-phong {
	font-size: 16px;
	line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    padding-bottom: 5px !important;
    margin-bottom: 13px !important;
    position: relative;
    text-align: center;
}

.p-dat-phong:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    background: var(--primary);
    height: 2px;
}

.form-input input {
	font-weight: 600;
}

@media (min-width: 992px) {
	.rw-about .col-image {
		padding-left: 0;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.title-about h2 {
		font-size: 55px;
	}

	.rw-about {
		border: none;
		box-shadow: none;
	}

	.box-service h3,
	.title-assess h2 {
		font-size: 32px;
		padding-left: 24px;
		padding-right: 24px;
	}

	.logo-center .logo img {
		margin: 0;
	}

	#logo img {
		max-height: 65px !important;
	}

	.content-home-about ul {
	    row-gap: 12px;
	}

	.content-home-about ul li {
		width: 50%;
	}

	.content-home-about ul li a {
		font-size: 16px;
	}
}


/* custom new */
.text-home h2 {
    font-size: 40px;
    text-transform: uppercase;
	color: var(--primary);
}
.sec-ab .banner-bg.fill {
    border-radius: 10px;
	box-shadow: 0px 5px 16px 3px rgba(0, 0, 0, 0.05);
}
.sec-why .text-icon-box h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
}
.sec-why .text-icon-box h3:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--secondary);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.rw-why .col-inner {
	height: 100%;
}
.sec-why .icon-box {
    padding: 45px 30px 30px 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 16px 3px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.text-label {
    display: inline-block;
    width: auto;
    background: #15487e24;
    font-weight: 800;
    color: var(--primary-color);
    padding: 6px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
a.button.secondary.reveal-icon {
    letter-spacing: 3px;
	margin-top: 15px;
}
.slider-nav-circle .flickity-prev-next-button svg {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    box-shadow: 0px 5px 16px 3px rgba(0, 0, 0, 0.05);
    border: none;
    background-color: #fff;
    padding: 14px !important;
    border: none;
}
.slider-nav-circle .flickity-prev-next-button {
    opacity: 1;
    margin-top: 0 !important;
}

/* Page Sân bay */

.category-sidebar span.widget-title {
    display: block;
    padding: 12px 0;
    text-align: center;
    text-transform: unset;
    font-size: 16px;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.category-sidebar .is-divider {
    display: none;
}

.category-sidebar .block_widget {
    border: 1px solid var(--primary);
}

.side-box-content {
    padding: 10px;
}

.side-box-content td  {
    color: black;
    border: 1px solid var(--primary);
    border-bottom: none;
}

.side-box-content tr:last-child td {
    border-bottom: 1px solid var(--primary);
}

.side-box-content td:last-child {
    border-left: none;
}

.side-box-content td:first-child, 
.side-box-content th:first-child {
    padding-left: .5em;
}

.side-box-content td:last-child, 
.side-box-content th:last-child {
    padding-right: .5em;
}

.side-box-content td p {
    margin: 0;
}

.product-list-sidebar ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.category-sidebar .product-list-sidebar li {
    margin-left: 0;
}

.product-list-sidebar {
    border: 1px solid var(--primary);
}

.product-list-sidebar a {
    display: block;
    position: relative;
    font-size: 14px;
    color: black;
}

.product-list-sidebar a::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    padding-right: 8px;
    display: inline;
}

.product-list-sidebar a:hover {
    color: var(--primary);
}

/* Page Xe trọn gói */

.price-content p {
	margin-bottom: 12px;
}

.price-content ul {
	margin-bottom: 0;
	padding-left: 32px;
}

.price-content li {
	margin-left: 0 !important;
	margin-bottom: 8px;
}