/*
Theme Name: Flastsome Child
Theme URI: https://example.com/
Description: Child theme for the Flatsome theme
Author: Your Name
Author URI: https://example.com/
Template: flatsome
Version: 1.0.0
*/
.load-more-chuyen-di {
	display: block;
	margin: 0 auto;
}
.sub-menu > li > a {
	color: black !important;
}
.sub-menu > li:hover > a {
	color: #ffb300 !important;
}

.top-header-right, .top-header-right1 {
  display: flex;
  align-items: center;
  }
  .top-header-right .btn-phone{
  padding: 5px 10px;
  color: #fff;
  background-color: #ffb300;
  transition: 0.4s ease-in;
  border: 1px solid #ffb300;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: unset;
  }
  .top-header-right .btn-phone:first-child {
    margin-right: 20px;
  }
  .top-header-right .btn-phone:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  }

@media screen and (max-width: 992px) {
	.top-header-right .btn-phone {
		font-size: 14px;
	}
	.top-header-right .btn-phone:first-child {
		margin-right: 10px !important;
	}
}

.top-header-right1 .btn-phone1{
  padding: 5px 10px;
  color: #00aff1;
  background-color: white;
  transition: 0.4s ease-in;
  border: 1px solid #fff;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: unset;
  }
  .top-header-right1 .btn-phone1:first-child {
    margin-right: 20px;
  }
  .top-header-right1 .btn-phone1:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  }

@media screen and (max-width: 992px) {
	.top-header-right1 .btn-phone1 {
		font-size: 14px;
	}
	.top-header-right1 .btn-phone1:first-child {
		margin-right: 10px !important;
	}
}

.nd a:hover {
  color: #ffb300 !important;
}

/* Thẻ bài viết */
.post-item .col-inner {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.post-item .col-inner:hover {
  transform: translateY(-4px);
}

/* Ảnh đại diện bài viết */
.box-image .image-cover {
  border-bottom: 1px solid #eee;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

/* Tiêu đề bài viết */
.post-title.is-large {
  font-size: 20px;
  font-weight: 700;
  color: #00aeff;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 16px;
  padding: 0 12px;
  min-height: 50px; /* đảm bảo đồng đều */
}

/* Hover link tiêu đề */
.post-title.is-large a {
  color: #00aeff;
  text-decoration: none;
 display: -webkit-box;
  -webkit-line-clamp: 2;     /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-title.is-large a:hover {
  text-decoration: underline;
}

/* Mô tả ngắn bài viết */
.from_the_blog_excerpt {
  font-size: 14px;
  color: #555;
/*   padding: 0 12px 16px 12px; */
  margin: 0;
  line-height: 1.5;
}

/* Ẩn divider nếu không cần */
.box-text .is-divider {
  display: none;
}

/* Bo góc cho badge ngày đăng */
.badge.post-date {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px 6px;
}

.custom-info-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  scrollbar-width: none; /* Firefox */
}
.custom-info-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.custom-info-box {
  flex: 0 0 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  padding: 20px;
  scroll-snap-align: start;
  text-align: center;
}

.custom-info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ffb300;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-info-title {
  color: #ffb300;
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-info-text {
  color: #000;
  margin: 0;
}

.custom-image-wrapper {
  max-width: 400px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border: 6px solid #ffb300;
  border-radius: 50% 50% 40% 60% / 60% 40% 60% 50%;
  padding: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.loai-xe-grid {
	display: flex;
	gap: 15px;
	align-items: center;
}
.loai-xe-grid .item-post{
	margin-right: 15px;
	background-color: #FFF;
	border-radius: 20px;
	padding: 0px 0px 19px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	border: 1px solid #dde1de;
	transition: 0.4s ease-in;
}

.slick-track {
	padding-bottom: 10px;
}

.slick-dots li button:before{
	color: var(--fs-color-primary) !important;
	font-size: 10px !important;
}

.slick-prev:before, .slick-next:before {
	z-index:2;
	font-size: 40px !important;
	color: #00aff1 !important;
}

.slick-prev{
	left: -45px;
}

.loai-xe-grid .item-post .image,.loai-xe-grid .item-post .image img {
	border-radius: 15px;
}

.loai-xe-grid .item-post .image {
	margin-bottom: 15px;
	height: 200px;
	position: relative;
	display: block;
}

.loai-xe-grid .item-post .image .contact-btn{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	background: #ffb300;
	border-radius: 15px 0 15px 0;
	padding: 5px 20px;
	font-weight: 700;
	transition: 0.3s ease-in;
}

.loai-xe-grid .item-post .image .contact-btn:hover {
	background-color: white;
	color: #00aff1;
	transition: 0.3s ease-in;
}

.loai-xe-grid .item-post .image img {
	width: 100%;
	height: 100%;
}

.loai-xe-grid .item-post .post-content {
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #dde1de;
	padding-bottom: 15px !important;
}

.loai-xe-grid .item-post .post-content a {
	font-size: 20px;
	color: #00aff1;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.3s ease-in;
}

.loai-xe-grid .item-post .post-content a:hover {
	color: var(--fs-color-secondary);
	transition: 0.3s ease-in;
}

.loai-xe-grid .item-post:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	transition: 0.4s ease-in;
}

.loai-xe-grid .item-post .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px;
}

.loai-xe-grid .item-post .info p, .loai-xe-grid .item-post .info a {
	width: 33%;
}

.loai-xe-grid .item-post .info p {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.loai-xe-grid .item-post .info p img {
	width: 14px;
	height: 14px;
	margin-right: 3px;
}

.loai-xe-grid .item-post .info p span {
	font-size: 14px;
}


.loai-xe-grid .item-post .info a {
	padding: 5px 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	background-color: #00aff1 ;
	border-radius: 12px;
	border: 1px solid #dde1de;
	display: flex;
	justify-content: center;
	font-weight: 700;
	transition: 0.3s ease-in;
}

.loai-xe-grid .item-post .info a:hover {
	color: #FFF;
	transition: 0.3s ease-in;
}



.slick-dot{
	margin-top: 50px !important;
}
.section-table-price table {
	border: 2px solid #000;
	color: #000;
	margin-bottom: 0;
	border-radius: 20px;
	border-collapse: unset !important;
}
.section-table-price table tbody tr td {
	border-left: 2px solid #000 !important;
	border-bottom: 2px solid #000 !important;
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.section-table-price table tbody tr td:first-child{
	border-left: unset !important;
}
.section-table-price table tbody tr:first-child td:first-child {
		border-radius: 20px  0 0 0;
}
.section-table-price table tbody tr:first-child td:last-child {
		border-radius: 0 20px 0 0;
}
.section-table-price table tbody tr:first-child td {
	background-color: #00aff1;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
}
.section-table-price table tbody tr:last-child td{
	border-bottom: unset !important;
}
@media screen and (max-width: 780px) {
	.line-bottom h2 {
		font-size: 20px;
	}
	
	.button-about {
		margin-bottom: 0 !important;
	}
	
	.section .col {
		padding-bottom: 20px !important;
	}
	.custom-row-bt-top .col {
		padding-bottom: 0 !important;
	}
	.section-about .col-left{
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.section-about .col-right{
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	#chuyen-di-container .col {
		width: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.item-chuyen-di .title img {
		display: none;
	}
	
	.item-chuyen-di .title span {
		font-size: 13px;
	}
}
@media screen and (max-width: 600px) {
	.section-why-chose .custom-why {
		width: max-content;
        flex-basis: max-content;
        max-width: max-content;
	}
	
	.section-feedback .slider .item_feedback .pic_feedback img {
		width: 100px;
		height: 100px;
	}
	.section-feedback .slider .item_feedback .info_feedback {
		padding: 23px 30px 20px 70px;
	}
	
	.button-desktop {
		display: none;
	}
	
	.slider-wrapper .flickity-prev-next-button {
		display: block !important;
	}
	.slide_banner_single .slide_item {
		height: 300px;
	}
	.thong-so .top-header-contact {
		display: flex;
		justify-content: center;
	}
	
	.section-trip #chuyen-di-container .col:nth-child(even){
		padding-left: 5px;
	}
	.section-trip #chuyen-di-container .col:nth-child(odd) {
		padding-right: 5px;
	}
	.section-trip .item-chuyen-di {
		padding: 0 0 10px 0;
	}
	.section-trip .item-chuyen-di .title span {
		font-size: 14px;
	}
	
	.section-trip .item-chuyen-di .thumbnail img,.section-trip .item-chuyen-di .thumbnail {
		border-radius: 20px 20px 0 0;
	}
	
	.section-trip .button-about {
		font-size: 14px;
	}
	
	.section-trip .price {
		font-size: 16px;
	}
} 

@media screen and (max-width: 525px) {
	.section-service .col-inner .box-image {
		border-radius: 20px;
	}
	
	.line-bottom h2 {
		font-size: 17px;
	}
	
	.section-feedback .slider .item_feedback {
		padding: 10px 0 0 25px;
	}
	.section-feedback .slider .item_feedback .pic_feedback img {
		width: 70px;
		height: 70px;
	}
	.mb-2 img {
		margin-left: 35x;
	}
}
@media screen and (max-width: 480px) {
	.section-trip .price {
		font-size: 13px;
	}
	.icon-box-left .icon-box-img+.icon-box-text {
		padding-left: 5px;
	}
	.section-trip .item-chuyen-di .title span {
		font-size: 12px;
	}
}

.section-why-chose .custom-why .col-inner {
	padding: 25px 20px;
	text-align: center;
	position: relative;
	background-color: #FFF;
	border-radius: 15px;
	margin-bottom: 25px;
	overflow: hidden;
	z-index: 1;
	background: #FFF;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
	transition: all .5s ease-in-out;
}

.section-why-chose .custom-why .col-inner:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
	transition: all .5s ease-in-out;
}

.section-why-chose .custom-why .col-inner .img-inner.dark {
	width: 100px;
	height: 100px;
	line-height: 85px;
	border-radius: 50px;
	margin: 0 auto 20px auto;
	border: 5px solid black;
	background: #ffb300;
	transition: all .5s ease-in-out;
}
.section-why-chose .custom-why .col-inner .img-inner.dark img {
	width: 55px;
	height: 55px;
}

.section-why-chose .custom-why .col-inner:hover .img-inner.dark {
	transform: rotateY(360deg);
	transition: all .5s ease-in-out;
}

.section-why-chose .custom-why .col-inner:hover {
	transform: translateY(-10px);
	transition: all .5s ease-in-out;
}

.section-why-chose .custom-why .col-inner .why-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.section-why-chose .custom-why .col-inner .why-content {
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	.section-why-chose .custom-why {
		width: max-content;
        flex-basis: max-content;
        max-width: max-content;
	}
	
	.section-feedback .slider .item_feedback .pic_feedback img {
		width: 100px;
		height: 100px;
	}
	.section-feedback .slider .item_feedback .info_feedback {
		padding: 23px 30px 20px 70px;
	}
	
	.button-desktop {
		display: none;
	}
	
	.slider-wrapper .flickity-prev-next-button {
		display: block !important;
	}
	.slide_banner_single .slide_item {
		height: 300px;
	}
	.thong-so .top-header-contact {
		display: flex;
		justify-content: center;
	}
	
	.section-trip #chuyen-di-container .col:nth-child(even){
		padding-left: 5px;
	}
	.section-trip #chuyen-di-container .col:nth-child(odd) {
		padding-right: 5px;
	}
	.section-trip .item-chuyen-di {
		padding: 0 0 10px 0;
	}
	.section-trip .item-chuyen-di .title span {
		font-size: 14px;
	}
	
	.section-trip .item-chuyen-di .thumbnail img,.section-trip .item-chuyen-di .thumbnail {
		border-radius: 20px 20px 0 0;
	}
	
	.section-trip .button-about {
		font-size: 14px;
	}
	
	.section-trip .price {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.header-nav-main>li>a {
		font-size: 11px;
	}
	
	.section-why-chose .custom-why .col-inner .why-title {
		font-size: 15px;
	}
	
	.section-why-chose .custom-why .col-inner .why-content {
		font-size: 13px;
	}
	
	.section-news .slider .col-inner .box-text .post-title a {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.section-contact .custom-col .text h2 {
		font-size: 24px;
	}
	.section-news .slider .col-inner .box-text .author, .section-news .slider .col-inner a.button {
		width: 45%;
	}
	
	.section-news .slider .col-inner a.button {
		margin-top: 0 !important;
		padding: 2px 14px;
		font-size: 10px;
	}
	
	.section-news .slider .col-inner .box-text {
		padding: 20px;
	}
	
	.section-why-chose .scroll-row {
		 overflow-x: auto;
		white-space: nowrap;
		flex-flow: unset;
	}
	
	.section-feedback:before {
		display: none;
	}
	.section-feedback:after {
		display: none;
	}
	
	.section-about .col-left{
		width: 60%;
		flex-basis: 60%;
		max-width: 60%;
	}
	
	.section-about .col-right{
		width: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}
	.section-table-price table tbody tr:first-child td,
	.section-table-price table tbody tr td{
		font-size: 14px;
	}
}

.section-contact-page form {
	padding: 20px;
	border-radius:20px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.custom-form-book form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.custom-form-book form p{
	flex-basis: 23%;
	max-width: 23%;
	width: 23%;
}
.custom-form-book form{
	padding: 30px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.custom-form-book form p input, .custom-form-book form p select,.section-contact-page form  p select,.section-contact-page form p input{
	font-size: 14px;
	border-radius: 5px;
	background-color: #FFF;
	padding: 10px;
	color: #000;
	height: 50px;
	box-shadow: unset;
	transition: 0.2s ease-in;
}

.custom-form-book form p label,.section-contact-page form p label {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}

.custom-form-book form .wpcf7-submit, .section-contact-page form .wpcf7-submit{
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	line-height: 1.5;
	height: 50px;
	border-radius: 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow:  0 0 40px 5px rgb(0 0 0 / 5%);
	border: none;
}

.custom-form-book form .wpcf7-submit:hover:before,.section-contact-page form .wpcf7-submit:hover:before {
	transform: translateY(-50%) translateX(-50%) scale(1);
}

br {
	display: none;
}

.custom-form-book form .wpcf7-submit i, .section-contact-page form .wpcf7-submit i{
	margin-left: 5px;
}

.custom-form-book form .wpcf7-submit:before,.section-contact-page form .wpcf7-submit:before {
	content: "";
	width: 300px;
	height: 300px;
	background: #fed100;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: -1;
}
.section-contact-page form .wpcf7-submit {
	width: max-content;
}

.section-contact-page form p:nth-child(9) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-form-book form p:hover input, .custom-form-book form p:hover select,.section-contact-page form p:hover input, .section-contact-page form p:hover select {
	border-color: #303030;
	transition: 0.2s ease-in;
}
.wpcf7-spinner {
	display: none;
}

.section-contact-page .row-contact-page {
	align-items: center;
}

.section-contact-page .row-contact-page .img-inner.dark {
	position: relative;
}

.section-contact-page .row-contact-page .img-inner.dark img {
	width: 100%;
	padding: 15px;
	border-radius: 40px 50% 50% 50%;
}

.section-contact-page .row-contact-page .img-inner.dark:before {
	content: "";
	position: absolute;
	border: 6px solid #fed100;
	border-radius: 25px 50% 50% 50%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
}

.from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

