@media (min-width:768px) {
	.popup-contact .modal-lg {
		width: 500px;
	}
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
	.main-menu {
		display: block !important;
	}
	.main-menu ul li ul {
		min-width: 200px;
		padding: 0;
		position: absolute;
		left: -9999px;
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.8);
		white-space: nowrap;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		-webkit-transform: translate(0, 80px);
		transform: translate(0, 80px);
	}
	.main-menu ul li:hover > ul {
		left: auto;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.main-menu ul li ul li {
		float: none;
		position: relative;
	}
	.main-menu ul li ul li a {
		display: block;
		padding: 8px 15px;
		font-weight: normal;
		text-transform: inherit;
	}
	.main-menu ul li ul li a:hover {
		background: #f8951d;
	}
	.main-menu ul li ul li ul {
		border-top: none;
		top: 0;
		left: 100% !important;
		z-index: 50;
	}
	.popup-inquire-tour .modal-lg {
		width: 1140px;
	}
	.tour-style-box:hover .tour-style-inner {
		top: 0;
	}
	.tour-style-box:hover .tour-style-info {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.tour-style-box:hover .tour-style-title a {
		color: #f8951d;
	}
	.tour-style-box:hover .btn-view-tour {
		display: block;
	}
}
@media (max-width:1350px) {
	.slogan {
		display: none;
	}
}
@media (max-width:1199px) {
	.main-menu {
		width: 100%;
		display: none;
		margin: 0;
		padding: 5px 0;
		position: fixed;
		top: 102px;
		right: 0;
		left: 0;
		z-index: 200;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#header.fixed .main-menu {
		top: 70px;
	}
	.main-menu ul li {
		float: none;
	}
	.main-menu ul li a {
		display: block;
		padding: 7px 10px;
	}
	.main-menu > ul > li.li-parent > a {
		padding-right: 34px;
		background: none;
		position: relative;
	}
	.main-menu > ul > li.active > a, .main-menu > ul > li > a:hover {
		color: #f8951d;
		background-color: #496183;
	}
	.main-menu ul li ul {
		display: none;
		padding-left: 25px;
	}
	.view-menu {
		width: 40px;
		height: 35px;
		float: right;
		display: block;
		margin: 8px 0 0 10px;
		border: none;
		border-radius: 3px;
		background: #22344c;
		font-size: 20px;
		color: #fff;
		line-height: 30px;
		outline: none;
	}
	.main-menu ul li ul li a {
		padding: 3px 0;
		font-weight: normal;
		text-transform: inherit;
	}
	.main-menu ul li ul li ul {
		padding-left: 15px;
	}
	.view-sub-menu {
		width: 34px;
		height: 34px;
		display: block;
		font-size: 18px;
		text-align: center;
		line-height: 34px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.view-search {
		float: right;
		display: block;
		margin-top: 17px;
		border: none;
		background: no-repeat;
		font-size: 26px;
		color: #22344c;
		line-height: 0;
	}
	.search-box {
		width: 100%;
		display: none;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
	}
	.txt-search {
		width: 100%;
		height: 35px;
		padding-right: 35px;
		border-radius: 0;
	}
	.btn-search {
		width: 35px;
		height: 35px;
	}
	.header-top {
		padding: 3px 20px;
	}
	.drop_lang {
		top: 28px;
	}
	.header-center {
		padding: 10px 20px;
		-webkit-box-shadow: 0 2px 2px #ccc;
		box-shadow: 0 2px 2px #ccc;
	}
	.logo {
		margin: 0;
		padding: 0;
		border-right: 0;
	}
	.logo img {
		height: 50px;
	}
	.header-center .header-contact {
		display: none;
	}
	.header-create-trip {
		display: none;
	}
	.header-need-help {
		display: none;
	}
	.header-bottom {
		position: relative;
	}
	.newsletter-left {
		float: none;
	}
	.newsletter-right {
		float: none;
		margin-top: 10px;
	}
	.post-img .btn-view-detail {
		display: none !important;
	}
	.post-img .mark {
		display: none;
	}
	.post-info span:first-child {
		margin-right: 30px;
	}
	.sidebar-box {
		padding: 20px;
	}
	.review-left {
		width: 25%;
	}
	.review-right {
		width: 75%;
	}
	.header-search {
		bottom: 20px;
	}
	.banner-content {
		display: none;
	}
	.header-search-inner {
		margin-top: 0;
		padding: 20px;
	}
	.header-search .form-control {
		width: 250px;
	}
	.tour-single-price {
		float: none;
		text-align: left;
	}
	.btn-inquire-tour {
		display: none;
	}
	.tour-tab .review-left {
		width: 20%;
	}
	.tour-tab .review-right {
		width: 80%;
	}
	.owl-prev-slider {
		display: none;
	}
	.owl-next-slider {
		display: none;
	}
	.btn-lest-us {
		margin-left: 0;
	}
}
@media (max-width:991px) {
	.footer-box {
		width: 100% !important;
		margin-bottom: 20px;
		padding-top: 0;
	}
	.footer-bottom {
		text-align: center;
	}
	.copyright {
		float: none;
	}
	.powered {
		float: none;
	}
	.sidebar {
		margin-top: 20px;
	}
	.sidebar-contact {
		padding: 0;
		border-left: 0;
	}
	.form-box-title {
		font-size: 30px;
	}
	.visa-form-step2 .full_name {
		width: 325px;
	}
	.visa-form-step2 .gender {
		width: 325px;
		margin-right: 0;
	}
	.visa-form-step2 .date_of_birth {
		width: 215px;
	}
	.visa-form-step2 .nationality {
		width: 215px;
	}
	.visa-form-step2 .passport_number {
		width: 210px;
	}
	.header-search {
		margin-top: 20px;
		position: static;
	}
	.header-search .form-control {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 3px;
	}
	.btn-search-now {
		width: 100%;
		border-radius: 3px;
	}
	.tour-item:nth-child(3n+1) {
		clear: inherit;
	}
	.tour-item:nth-child(2n+1) {
		clear: both;
	}
	.home-box-why-us {
		margin-top: 20px;
	}
	.home-why-us-right {
		margin-top: 20px;
	}
	.tour-style-img-pc {
		display: none;
	}
	.tour-style-img-mobile {
		display: block;
	}
	.home-tour-style-item:nth-child(2n+1) {
		clear: both;
	}
	.home-tour-style-item:last-child {
		display: block;
	}
}
@media (max-width:767px) {
	.container {
		padding: 0 10px;
	}
	.row {
		margin: 0 -10px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding: 0 10px;
	}
	.contact-map iframe {
		height: auto;
		min-height: 300px;
	}
	.header-top {
		padding: 3px 10px;
	}
	.header-top-title {
		display: none;
	}
	.social {
		float: left;
		margin-right: 0;
	}
	.header-center {
		padding: 5px 10px;
	}
	.logo img, #header.fixed .logo img {
		height: 40px;
	}
	.view-menu {
		margin-top: 3px;
	}
	.view-search {
		margin-top: 11px;
	}
	.txt-search {
		padding-left: 10px;
	}
	.footer-top {
		padding-top: 20px;
	}
	.office-item {
		margin-bottom: 20px;
	}
	.office-item .office-title {
		margin-bottom: 10px;
	}
	.footer-title {
		margin-bottom: 10px;
	}
	.tripadvisor-img {
		margin-bottom: 10px;
	}
	.slider-partner {
		padding: 20px 30px;
	}
	.footer-bottom {
		padding: 10px 0;
	}
	.newsletter-box {
		padding: 20px 0;
	}
	.newsletter-form .txt-email {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#main-content {
		padding: 20px 0;
	}
	.page-title {
		font-size: 20px;
	}
	.page-content {
		margin-bottom: 20px;
	}
	.post-item {
		margin-bottom: 20px;
	}
	.post-title {
		height: 36px;
		font-size: 14px;
	}
	.widget-post li {
		margin-bottom: 20px;
	}
	.post-single-title {
		font-size: 20px;
	}
	.post-share {
		margin-top: 20px;
	}
	.post-tag {
		margin-top: 10px;
	}
	.similar-post {
		margin-top: 20px;
	}
	.similar-post-title {
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 20px;
	}
	.tag-title {
		margin-bottom: 10px;
	}
	.about-item {
		margin-bottom: 20px;
	}
	.about-title {
		font-size: 20px;
	}
	.team-item:nth-child(3n+1) {
		clear: inherit;
	}
	.team-item:nth-child(2n+1) {
		clear: both;
	}
	.team-box {
		padding: 10px;
	}
	.team-name {
		font-size: 14px;
	}
	.contact-map {
		margin-bottom: 20px;
	}
	.contact-title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.contact-excerpt {
		margin-bottom: 15px;
	}
	.faq-title a {
		padding: 15px 20px 15px 0;
		font-size: 14px;
	}
	.review-name {
		font-size: 14px;
	}
	.review-title {
		font-size: 16px;
	}
	.form-content {
		padding: 20px 0 !important;
	}
	.form-header {
		padding: 10px 20px;
	}
	.form-title {
		font-size: 20px;
	}
	.form-body {
		padding: 20px;
	}
	.form-item {
		padding: 0 20px 0 50px;
	}
	.form-item-num {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.form-item-title {
		padding-top: 5px;
		font-size: 16px;
	}
	.form-item {
		margin-bottom: 20px;
	}
	.trip-form .form-group, .trip-form .alert-group {
		margin-bottom: 15px;
	}
	.trip-form label {
		margin-bottom: 10px;
	}
	.accommodation-item {
		margin-bottom: 10px;
	}
	.trip-travel-style-item:not(:first-child) {
		margin-top: 10px;
	}
	.number-of-traveler-item:not(:last-child) {
		margin-bottom: 15px;
	}
	.form-box-title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.form-box-visa .form-header {
		padding: 10px 20px;
	}
	.visa-form-step1 .form-group, .visa-form-step1 .alert-group {
		margin-bottom: 15px;
		padding-left: 0;
	}
	.visa-form-step1 label {
		margin-bottom: 10px;
		position: static;
	}
	.processing-time-list {
		padding-top: 0;
	}
	.extra-service-list {
		padding-top: 0;
	}
	.form-visa-item-title {
		margin-bottom: 10px;
	}
	.visa-form-step2 .form-group, .visa-form-step2 .alert-group {
		margin-bottom: 15px;
	}
	.visa-applicant-group .form-control {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.form-visa-item:last-child {
		margin-top: 0;
		padding-top: 20px;
	}
	.visa-form-step2 .visa-btn-group {
		margin: 25px 0 10px 0;
	}
	.modal-header {
		padding: 10px 20px;
	}
	.popup-title {
		font-size: 20px;
	}
	.modal-header .close {
		margin-right: -15px;
	}
	.modal-body {
		padding: 20px;
	}
	.contact-info {
		margin-top: 20px;
	}
	.box-header {
		margin-bottom: 20px;
	}
	.box-title {
		margin-bottom: 10px;
		padding-bottom: 30px;
		font-size: 20px;
	}
	.tour-style-item {
		margin-bottom: 20px;
	}
	.tour-style-title {
		font-size: 16px;
	}
	.tour-item {
		margin-bottom: 20px;
	}
	.tour-title {
		padding: 8px 10px;
		font-size: 14px;
	}
	.tour-title a {
		height: 36px;
	}
	.tour-single-title {
		font-size: 20px;
	}
	.tour-bottom {
		padding: 20px 0;
	}
	.tour-slider {
		width: 100%;
		padding-right: 0;
	}
	.tour-thumnail {
		display: none;
	}
	.tour-slider .icon-sale {
		top: 10px;
		right: 10px;
	}
	.tour-bottom-top {
		margin-bottom: 20px;
	}
	.tab-header li {
		float: none;
	}
	.tour-tab .tab-header li a {
		padding: 10px;
	}
	.tour-tab .tab-header li a.active::after {
		right: 10px;
	}
	.tab-content-title {
		font-size: 20px;
	}
	.itinerary-item {
		margin-bottom: 20px;
		padding-left: 0;
	}
	.itinerary-day {
		width: 70px;
	}
	.itinerary-title {
		margin: 3px 0 20px 80px;
	}
	.tour-tab .review-left {
		width: 25%;
	}
	.tour-tab .review-right {
		width: 75%;
	}
	.tour-member {
		margin-top: 20px;
	}
	.tour-member-btn a {
		display: block;
		margin: auto;
	}
	.tour-member-btn .btn-member-inquire-tour {
		margin-top: 10px;
	}
	.similar-tour {
		margin-top: 30px;
	}
	.home-box {
		padding: 20px 0;
	}
	.home-why-us-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	.home-why-us-video {
		padding: 0;
	}
	.home-why-us-video::before {
		display: none;
	}
	.home-why-us-video iframe {
		height: 300px;
	}
	.home-box-travel-style {
		padding: 0;
	}
	.home-travel-style-banner {
		padding: 20px 0;
	}
	.home-tour-style-box {
		padding-bottom: 20px;
	}
	.slider-testimonial {
		padding: 0 50px;
	}
	.slider-testimonial-item .review-excerpt {
		max-height: 84px;
		font-size: 14px;
	}
	.lest-us {
		padding: 20px 0;
		text-align: center;
	}
	.lest-us-inner {
		padding-left: 0;
	}
	.lest-us-img {
		display: inline-block;
		margin-bottom: 10px;
		position: static;
	}
	.lest-us-excerpt {
		margin-bottom: 15px;
	}
	.btn-lest-us {
		margin: auto;
	}
	.main-menu {
		top: 82px;
	}
	#header.fixed .main-menu {
		top: 50px;
	}
}
@media (max-width:640px) {
	.form-group, .alert-group {
		margin-bottom: 15px;
	}
	.form-left {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.form-right {
		width: 100%;
		float: none;
		margin-top: 15px;
		padding-left: 0;
	}
	.contact-form .group-3 .col-3 {
		width: 100%;
		margin-top: 15px;
	}
	.contact-form .group-3 .col-3:first-child {
		margin-top: 0;
	}
	.review-left {
		width: 100% !important;
		padding: 0;
	}
	.review-right {
		width: 100% !important;
		margin-top: 10px;
		padding: 0;
		border-left: 0;
	}
	.trip-form .form-gender {
		width: 20%;
	}
	.trip-form .form-your-name {
		width: 80%;
	}
	.btn-back-step {
		width: 100%;
		margin-right: 0;
	}
	.btn-submit-visa {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.tour-destination-list li {
		margin: 0 3px 10px 3px;
	}
}
@media (max-width:480px) {
	.post-item {
		width: 100%;
	}
	.post-title {
		height: auto;
	}
	.post-excerpt {
		max-height: inherit;
	}
	.social a {
		margin-right: 10px;
	}
	.page-title {
		font-size: 16px;
	}
	.widget-title {
		font-size: 16px;
	}
	.header-hotline span {
		font-size: 14px;
	}
	.header-email span {
		font-size: 13px;
	}
	.post-single-title {
		font-size: 16px;
	}
	.similar-post-title {
		font-size: 16px;
	}
	.about-title {
		font-size: 16px;
	}
	.team-title {
		font-size: 16px;
	}
	.team-item {
		width: 100%;
	}
	.contact-title {
		font-size: 16px;
	}
	.contact-office-list .office-item .office-title {
		font-size: 16px;
	}
	.form-title {
		font-size: 16px;
	}
	.form-item {
		padding: 0;
	}
	.form-item-title {
		margin-bottom: 10px;
		margin-left: 40px;
		font-size: 14px;
	}
	.trip-form .send-message {
		width: 100%;
		margin-right: 0;
	}
	.trip-form .btn-reset {
		width: 100%;
		margin-top: 10px;
	}
	.trip-form .form-gender {
		width: 25%;
	}
	.trip-form .form-your-name {
		width: 75%;
	}
	.form-box-title {
		font-size: 18px;
	}
	.form-box-visa .form-title {
		font-size: 16px;
	}
	.btn-step {
		width: 100%;
	}
	.form-visa-item-title {
		font-size: 16px;
	}
	.popup-form .send-message {
		width: 100%;
	}
	.contact-info-title {
		font-size: 16px;
	}
	.box-title {
		font-size: 16px;
	}
	.tour-style-item {
		width: 100%;
	}
	.tour-style-title {
		font-size: 14px;
	}
	.tour-item {
		width: 100%;
	}
	.tour-single-title {
		font-size: 16px;
	}
	.tab-content-title {
		font-size: 16px;
	}
	.tab-content-item-title {
		font-size: 15px;
	}
	.tour-member-btn a {
		width: 100%;
	}
	.tour-member-phone {
		padding-right: 15px;
		font-size: 14px;
	}
	.tour-member-phone .fas {
		margin-right: 5px;
	}
	.home-why-us-title {
		font-size: 16px;
	}
	.home-why-us-video iframe {
		height: 250px;
	}
	.lest-us-img {
		width: 130px;
	}
	.lest-us-title {
		font-size: 16px;
	}
}
@media (max-width:320px) {
}
