/*!
Theme Name: Travel Theme
Theme URI: https://Chuongnv.com
Author: Chuongnv
Author URI: https://Chuongnv.com
Description: power by Chuongnv.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.bookingForm.loading {
	position: relative;
}
.bookingForm.loading::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.6);
}
.bookingForm.loading::after {
	content: '\f110';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	z-index: 2;
	font-family: FontAweSome;
	font-size: 18px;
	-webkit-animation: loading 1s linear infinite;
	-moz-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite;
}
@-moz-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.question-form .btn-submit {
    position: relative;
}
#modal_success svg {
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0 auto 15px;
	display: block;
}
#modal_success .btn-close {
	font-weight: 700;
	border: 1px solid #cfcfcf;
	opacity: 1;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	background-color: #fff;
	z-index: 2;
	line-height: 30px;
	text-align: center;
	padding: 0;
	border-radius: 30px;
}
#modal_success .modal-dialog {
	width: 400px;
}
#modal_success svg.animate path {
    animation: dash 0.75s linear both;
    animation-delay: 0.5s;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 210;
    }
    75% {
        stroke-dashoffset: -220;
    }
    100% {
        stroke-dashoffset: -205;
    }
}
.iti.iti--allow-dropdown {
	color: #4d4c4c;
}
.bookingForm {
	position: relative;
}
.top-page {
    height: 60vh;
}
.banner-hero__video {
	width: 100%;
}
.top-page {
	background-color: #243327;
}
body.error404 .page-header {
	background: #243327;
}
.error-404 {
	text-align: center;
}
.error-404 .btn-home {
	background: #20647b;
	color: #fff;
	margin: 20px 0 50px;
}
.bookingForm__btn {
	margin-top: .5rem;
}
.bookingForm {
	top: 115px;
}
.header-menu .navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu > a {
	line-height: 45px;
	padding: 0px 20px;
	color: #242424;
	font-family: Poppins,sans-serif;
	font-size: 14px;
}
.header-menu .navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu > a:hover {
	background: #41afac;
    color: #fff;
}
@media (max-width: 575px) {
	.singleSec__infos .box-info__number {
		height: 30px;
	}
	.team__item .info {
		font-size: 12px;
	}
	.singleSec__infos .box-info {
		flex-wrap: wrap;
	}
	.singleSec__infos .box-info__content {
		width: 100%;
		border-top: 1px solid #485833;
		background: #f9f9f9;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.singleSec__infos .box-info__table .tbl-info th {
		width: auto;
	}
	.singleSec__infos .box-info__table {
		width: auto;
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.singleSec__infos .box-info__title {
		margin-bottom: 15px;
	}
	.header-menu .navbar.navbar-default .navbar-nav li.dropdown .dropdown-menu > a {
		font-size: 13px;
		padding-left: 15px;
		line-height: 32px;
		border-left: 1px dashed #bdbdbd;
	}
	.header-menu .navbar.navbar-default .navbar-nav li.menu-item-has-children::after {
		content: "\f078";
		position: absolute;
		right: 0;
		top: 10px;
		font-family: FontAwesome;
	}
	.singleSec__infos .box-info__table .tbl-info tr {
		display: flex;
		flex-wrap: wrap;
	}
	.singleSec__infos .box-info__table .tbl-info th {
		padding-top: 0;
		padding-bottom: 0;
	}
	.singleSec__infos .box-info__table .tbl-info td {
		margin-left: 15px;
		margin-bottom: 10px;
		padding-top: 0;
	}
}