body {
	overflow:hidden;
}
.container{
	max-width: 1150px
}
ul{
	list-style: none;
	margin-bottom: 0
}

/*header-top*/
.headerTop{
	background: #004c63;
	padding:1px 0;
}
.headerTop a{
	color: #fff;
	text-decoration: none
}
.headerTop .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headerTop{}
.headerTop .infoLeft{
	display: flex;
}
.headerTop .infoLeft i{
	font-size: 16px;
	margin-right: 5px
}
.headerTop .infoLeft a{
	color: rgba(255,255,255,0.8);
	font-size: .8em;
	display: flex;
	align-items: center;
	transition: .3s;
	padding:0 10px
}
.headerTop .infoLeft a:first-child{
	padding-left: 0;
	letter-spacing: .02em;
	border-right: 1px solid rgba(255, 255, 255, 0.58)
}
.headerTop .infoLeft a:hover{
	color: #fff
}
.socialRight{
	text-align: right
}
.infoLeft a
{
	padding:0 7px;
	color:#004c63;
}
.socialRight ul{
	list-style: none;
	margin-bottom: 0;
	display: flex;
}
.socialRight ul li{
	display: inline-block;
	padding:0 1.5px;
}
.socialRight li a{
	width: 29px;
	height: 29px;
	border-radius: 100%;
	position: relative;
	display: block;
}
.socialRight li i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.socialRight li a.face{
	background: #3a589d
}
.socialRight li a.insta{
	background: #3b6994 
}
.socialRight li a.twiter{
	background: #2478ba 
}
.socialRight li a.youtube{
	background: #c33223 
}

/*menu*/
.hearMain {
	position: relative;
	/* padding: 22.5px 0; */
	transition: .4s;
	z-index: 1000;
	padding: 5px;
}
.infoLeft {
	text-align: right;
	padding: 15px;
	color:blue;
}
.hearMain>div{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.hearMain .logo{

}
.hearMain .logo img {
	height: 90px;
	max-width:200px;
	object-fit: contain;
}
@media(max-width:576px){
	.hearMain .logo img{
		height:auto;
		max-width:70px;
	}
}
.hearMain .menu ul.wrapMenu{
	display: flex;
}
.hearMain .menu ul.wrapMenu li{
	position: relative;
}
.hearMain .menu ul.wrapMenu li a{
	position: relative;
	font-weight: 700;
	color: #004c63;
	font-size:14px;
	text-transform: uppercase;
	padding:0 15px;
	text-decoration: none;
	transition: .3s;
	letter-spacing: .02em;
	line-height: 2;
	display: inline-block;
}

.hearMain .menu ul.wrapMenu li::before{
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 0;
	height: 0;
	bottom: 3px;
	border-style: solid;
	border-width: 0 4px 4px;
	border-color: transparent transparent #f6a890 transparent;
	opacity: 1;
}
.hearMain .menu ul.wrapMenu li::after{
	content: "";
	width: 60%;
	height: 3px;
	background: #f6a890;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
}
.hearMain .menu ul.wrapMenu li::before,
.hearMain .menu ul.wrapMenu li::after{
	display: none
}
.hearMain .menu ul.wrapMenu li:hover:before,
.hearMain .menu ul.wrapMenu li.active:before,
.hearMain .menu ul.wrapMenu li:hover:after,
.hearMain .menu ul.wrapMenu li.active:after{
	display: block
}
.hearMain .menu ul.wrapMenu li.active a,
.hearMain .menu ul.wrapMenu>li:hover a{
	color: #004c63
}
.hearMain .menu ul.wrapChild li a{
	color: #fff!important
}
.hearMain .menu ul.wrapMenu li a.active-color{
	color : #f1c40f !important;
}
.hearMain .menu ul.wrapMenu li i{
	font-size: 16px;
}
.hearMain .menu ul.wrapMenu li i.fa-angle-down{
	opacity: .6;
}
.hearMain .menu ul.wrapMenu li .search_Icon{
	display: flex;
	width: 30px;
	height: 30px;
	background: #004c63;
	color: #fff;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}
.hearMain .menu ul.wrapMenu li.searchHear:hover:before, 
.hearMain .menu ul.wrapMenu li.searchHear.active:before, 
.hearMain .menu ul.wrapMenu li.searchHear:hover:after, 
.hearMain .menu ul.wrapMenu li.searchHear.active:after {
	display: none;
}
#header .modal{
	padding:0 15px;
}
#header .modal.show .modal-dialog{
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin:0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .modal.show .modal-content{
	max-width: 600px;
	background: transparent;
	border:none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header .modal.show .modal-content input{
	width: 100%;
	padding:10px 25px;
	border:none;
	border-radius: 35px;
	background-color: rgba(255,255,255,0.2) !important;
	border-color: rgba(255,255,255,0.09);
	color: #fff;
	line-height: 45px;
	font-size: 30px;
	margin: 0;
	/* padding-right: 70px*/
}
#header .modal.show .modal-content input::placeholder{
	color: #fff
}
#header .modal.show .modal-content button{
	position: absolute;
	margin: 0;
	right: 0;
	font-size: 25px;
	color: #fff;
	top: 0;
	line-height: 100%;
	min-height: auto;
	bottom: 0;
	background: #004c63;
	border-radius: 0 45px 45px 0;
	font-weight: 400;
}
.hearMain .menu ul.wrapChild{
	position: absolute;
	margin: 0;
	z-index: 1;
	width: 240px;
	box-shadow: 0px 0px 10px 0px #ccc;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}
.hearMain .menu li:hover ul.wrapChild{
	opacity: 1;
	visibility: visible;
}
.hearMain .menu ul.wrapChild li{
	color: #FFF;
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #ccc;
	font-size: 14px;
	background: #004c63
}
.hearMain .menu ul.wrapChild li a{
	text-transform: unset;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}
.hearMain .menu ul.wrapChild li:hover{
	background: #d8b02a
}
.hearMain .menu ul.wrapChild li:hover a{
	color: #fff
}
.hearMain .menu ul.wrapChild li a:before,
.hearMain .menu ul.wrapChild li a:after{
	display: none!important
}
.hearMain.showMenu{
	position: relative;
	top: 0;
	z-index: 99999999999;
	width: 100%;
	background: #fff;
	padding: 15px 0;
	transition: .4s;
	box-shadow: 0 3px 6px #0000001a;
}
.hearMain.showMenu{}
.tabControl{
	display: none
}
.tabControl ul{
	display: flex;
}
.tabControl ul li{}
.hearMain .menu ul.wrapMenu li.viewMobile{
	display: none
} 
#header .formsearchMain{
	display: none;
	border-top: 2px solid #d8b02a;
	background-color: #004c63;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}
#header .formsearchMain form div{
	width: 100%;
	max-width: 90%;
	margin:auto;
	display: flex;
	position: relative;
	padding:4px 0;
}
#header .formsearchMain form input{
	margin:0;
	border-radius: 100px;
	height: 37px;
}
#header .formsearchMain form button{
	height: 37px;
	position: absolute;
	top: 4px;
	right:0;
	margin:0;
}
.menu__dropdown{
	position: absolute;
	right: 100%;
	top: 0;
	width: 240px;
	box-shadow: 0px 0px 10px 0px #ccc;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	transition: .3s;
	z-index: 1;
}
.hearMain .menu ul.wrapChild li.sub__menu-child:hover .menu__dropdown{
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
/**/


.tourTop{
	padding-top: 10px;
	/*margin-bottom: 40px*/
}
.tourTop {}
.title_tour{
	text-align: center;
	margin-bottom: 20px
}
.title_tour h2 {
	background: #004c63;
	/* background: url(../img/index/border.png) no-repeat center bottom; */
	/* padding-bottom: 26px; */
	color: #FFF;
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px;
}
.title_tour h2.no_bg{
	background: none;
}
/**/
.wrapperColItem{
	background: #fff;
	transition: .3s;
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.wrapperColItem .img{
	position: relative;
}
.wrapperColItem .img .wrapImg{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	right:0;
	text-align: center;
}
.wrapperColItem .wrapImg h2{
	font-size:22px;
	color: #fff;
	margin-bottom: 0
}
.wrapperColItem:hover{
	transform: translateY(-6px);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
}
.wrapperColItem .sale{
	position: absolute;
	top: 0;
	left: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	min-width: 70px;
	/*background: #d8b02a;*/
	background: #f15a29;
	text-align: center;
	padding: 8px 0;
	padding-bottom: 4px
}
.wrapperColItem .sale:before,
.wrapperColItem .sale:after{
	content: "";
	position: absolute;
	bottom: -7px;
	width: 0;
	height: 0;
	border-bottom: 7px solid #f15a29;
	transform: rotate(-180deg);
}
.wrapperColItem .sale:before{
	border-left: 35px solid transparent;
	left: 0;

}
.wrapperColItem .sale:after{
	border-right: 35px solid transparent;
	right: 0
}
.wrapperColItem .img img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 6 / 4;
}
.padding-bottom{
	padding-bottom: 30px;
}
.contentItem{
	padding: 5px 5px;

	border-top: 1px solid #e2e2e2;
}
li.thongtinkhuyenmai {
	height: 44px;
}
.contentItem h3 a{
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	min-height: 40px;
	text-decoration: none;
	transition: .3s
}
.contentItem.contentNew h3 a{
	color: #004c63;
	margin-top: 5px;
	/*margin-bottom:-25px;*/
	font-size:18px;
	text-transform: capitalize;
}
.contentItem h3 a:hover{
	color: #004c63
}
.contentItem.contentNew .price-wrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:6px 4px;
}
.price-wrap .price-item span{
	color:red;
	font-weight: 700;
	font-size: 15px;
	padding-left: 5px;
}
.contentNew .price-wrap .spriceOld{
	color: #ccc;
	font-size:16px;
	text-decoration: line-through;
}
.contentNew .price-wrap .spriceNew{
	color: red;
	font-size:14px;
	font-weight: 700;
}
.contentNew .price-wrap .dong{
	display: inline-block;
	margin-top: -4px;
	position: absolute;
} 
.contentNew .price-wrap .spriceNew .dong{
	font-size:17px;
	margin-left: 1px;
}
.contentNew .price-wrap .day{
	padding-left: 7px;
	font-size:13px;
}
.contentItem p{
	padding:0 15px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc
}
.price-wrap ul{
	display: block;
	padding:0;
	margin:0;
}
/*best_tour*/

/*end-best_tour*/
.price-wrap ul li {
	padding-left: 30px;
	padding-right: 15px;
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #000;
	text-align: left;
	list-style-type: none;
	margin: 0;
	/* height: 22px;*/
	overflow: hidden;

}

.contentItem li:before {
	font-family: "Font Awesome 5 Pro";
	color: #f58505;
	font-size: 14px;
	position: absolute;
	left: 11px;
	top: 4px;
}
.thoigian:before
{
	content: "\f017";
	color:#E7B656;
}
.thoigiankhuyenmai:before {
	content: url(/files/files/demnguoc.png)
}
.ma:before, .makhuyenmai:before
{
	content: url(/files/files/ma.png);
}
.thongtinkhuyenmai:before
{
	content: url(/files/files/thongtin.png)
}

.phuongtien:before {
	content:  url(/files/files/phuongtien.png)
}
.khoihanh:before {
	content: url(/files/files/khoihanh.png)
}
.diemkhoihanh:before {
	content: url(/files/files/diemkhoihanh.png)
}
.diemden:before {
	content: url(/files/files/diemden.png);

}
li.diemden {
	height: 44px!important;
}
.contentItem .contact-price>div.textBold{
	font-weight:700;
	font-size: 15px;
	padding-left: 5px;
	color: red;
}
.contentItem .contact-price>div.textBold span{
	color: #f00
}
.contentItem .contact-price{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	padding:0 5px;
}
.contentItem .contact-price a, .book-item a {
	background: #f15a29;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	padding:8px 15px;
}
/**/
.home2 {
	position: relative;
	padding-bottom: 0 !important;
	padding-top: 60px !important;
	@* clip-path: polygon(0 0,calc(0% - 30px) 0,31% calc(0% + 30px),calc(100% + 30px) 0,100% 0,100% 100%,0 100%);*@
		}
.home2 .wrap_backHome{
	background: url(../img/index/bg-camnhan.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.home2 .section-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #004c63;
}
.home2 .sectionContent{
	position: relative;
	padding-bottom:30px;
}
.sectionContent .titlehome{
	margin-bottom: 1.5em;
}
.sectionContent .titlehome h2{
	font-size:20px;
	font-weight:700;
	border-bottom: 2px solid #ececec;
	border-color: rgba(255,255,255,0.2);
	padding-bottom: 8px
}
.sectionContent .titlehome span {
	margin-right: 15px;
	padding-bottom: 7.5px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	margin-bottom: -2px;
	color: #fff
}
.sectionContent .img img{
	width: 100%;
	object-fit: cover
}
.slideCamnha .img_cn img{
	width: 100%;
	object-fit: cover;
}
.slideCamnha .content{
	text-align: center;
}
.slideCamnha .content h3 a{
	font-size:16px;
	color: #fff;
	text-align: center;
	font-weight:600;
	text-decoration: none
}
.slideCamnha .owl-theme .owl-dots{
	display: none
}
.slideCamnha .owl-carousel .owl-nav button span{
	display: none
}
.slideCamnha .owl-carousel .owl-nav button{
	position: absolute;
	top: 50%;
	margin: 0;
	width: 35px;
	height: 35px;
	background: transparent;
	border: 2px solid #000;
	border-radius: 100%;
	overflow: hidden;
	min-height: 35px;
	transform: translateX(-50%);visibility: hidden;opacity: 0;
}
.slideCamnha .owl-carousel .owl-nav button:before{
	font-family: "Font Awesome 5 Pro";
	color: #000;
	font-size: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 1
}
.slideCamnha .owl-carousel .owl-nav button.owl-prev:before{
	content: "\f104";
}
.slideCamnha .owl-carousel .owl-nav button.owl-next:before{
	content: "\f105";
}
.slideCamnha .owl-carousel .owl-nav button.owl-prev{
	left: 0;
	margin-left: 20px;
}
.slideCamnha .owl-carousel .owl-nav button.owl-next{
	right: 0;
	margin-right: -16px;
}
.slideCamnha .owl-theme .owl-nav [class*=owl-]:hover {
	background: #02ad5e;
	color: #fff
}
.slideCamnha .owl-carousel .owl-nav button:hover{
	border-color: #02ad5e
}
.slideCamnha .owl-carousel .owl-nav button:hover:before{
	color: #fff
}
.slideCamnha .owl-carousel:hover .owl-nav button{
	visibility: visible;
	opacity: 1;
}

/*custom*/
.custom{
	background: #e4e4e4;
	margin-top: 0px !important;
	padding: 30px 0;
	margin-bottom: 60px;
}
.custom .img_left{
	height: 100%;
	display: flex;
	align-items: center;
}
.custom .img_left img{
	width: 100%;
}
.custom .content_custom{}
.custom .content_custom h2{
	color: #004c63;
	font-size: 22px;
	text-transform: uppercase;
	margin:0;
	margin-bottom: 5px
}
.custom .content_custom p{
	margin-bottom: 15px;
	font-size:15px;
}
.custom .content_custom .viewMore{}
.custom .content_custom .viewMore a{
	display: inline-block;
	background: #004c63;
	padding:8px 15px;
	color: #fff;
	text-decoration: none;
	margin-top: 0
}
/*blogEven*/
.blogEven{}
.wrapItemBlog{
	padding:8px 0;
	border-bottom: 1px dashed #ccc;
}
.wrapItemBlog a{
	display: flex;
	text-decoration: none;color: #000
}
.wrapItemBlog .img_left{
	width: 20%;
}
.wrapItemBlog .img_left img{
	width: 100%;
	min-height: 83px;
	object-fit: cover;
}
.wrapItemBlog .content_right{
	width: 80%;
	padding-left: 15px
}
.wrapItemBlog .content_right h4{
	font-size:17px;
	font-weight: 600;
	color: #000;
	transition: .3s
}
.wrapItemBlog .content_right h4:hover{
	color: #004c63
}
.wrapItemBlog .content_right p{
	font-size: 14px;
	margin-bottom: 0
}
.blogEven .content_bottom{
	padding:40px 0 10px;
}
.blogEven .content_bottom p{
	color: #004c63;
	font-weight: 700;
	font-size: 18px
}

/*footer*/
footer .wrapperFooter{
	background: #004c63;
	padding: 6px 0;
}
footer .wrapperFooter .border-topp{
	width: 100%;
	height: 6px;
	background: #fff;
	margin-bottom: 5px;
}
footer .wrapperFooter .footerMain{
	padding:20px 0;
	color: #fff
}
footer .wrapperFooter .footerMain .logo_footer img{
	width: auto;
	height: 47px;
	margin-bottom: 20px;
	object-fit:cover;
}
footer .wrapperFooter .footerMain h4{
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight:bold;
	border-bottom: 1px dashed #fff
}
footer .wrapperFooter .footerMain p{
	margin-bottom: 7px
}
footer .wrapperFooter .footerMain i{
	font-size:14px;
}
footer .wrapperFooter .footerMain a{
	color: #fff;
	text-decoration: none
		margin-left:5px;
}
footer .wrapperFooter .footerMain{}
.wrapperFooter .support{}
.wrapperFooter .support li{
	margin-bottom: 5px
}
.wrapperFooter .support li a{
	position: relative;
}
.wrapperFooter .support li i{
	padding-right: 5px
}
.wrapperFooter ul img{
	width: 80%;
	max-width: 100%;
	object-fit: cover;
	margin-right: 20px
}
/*social*/
.iconSocial{
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 1000;
}
.iconSocial ul {
	display: block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}
.iconSocial ul li {
	display: block;
	width: 45px;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
}
.iconSocial ul li a {
	text-decoration: none;
	display: block;
}
.iconSocial ul li svg ,
.iconSocial ul li i {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 36px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	border: 2px solid #fff;
}
.iconSocial .icon-envelop{
	font-family: 'fl-icons' !important;
	font-display: block;
	speak: none !important;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	position: relative;
	line-height: 1.2;
	background: #004c63
}
.iconSocial .icon-envelop:before{
	content: "\e003";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
}
.iconSocial ul li.li1 svg{
	fill: #70b81e 
}
.iconSocial ul li.li2 svg{
	fill: #0885e8f0  
}

.iconSocial ul li.li3 svg{
	fill: #168efb   
}
.iconSocial ul li span {
	display: inline-block;
	padding: 0;
	background-color: #ff6a00;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	height: 40px;
	line-height: 36px;
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	background-color: #ff6a00;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	font-weight: 400;
	white-space: nowrap;
	opacity: 0;
}
@media only screen and (min-width: 960px){
	.iconSocial ul li:hover span {
		width: 215px;
		padding-left: 30px;
		padding-right: 10px;
		opacity: 1;
	}
}
.scroll-top {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 20px;
	opacity: 0;
	z-index: 10; 
}
.scroll-top a.text-center {
	float: right;
	position: fixed;
	bottom: 35px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: transparent;
	border:2px solid #000; 
}
.scroll-top a.text-center .fa-angle-up{
	position: absolute;
	width: auto;
	height: auto;
	font-size: 25px;
	color: #000;
	z-index: 16;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.visible-top {
	float: right;
	opacity: 1; 
}
.title_page{
	background: #f0f0f0;
	margin-bottom: 20px;
	line-height: 40px
}
.title_page ul{
	display: flex;
	align-items: center;
}
.title_page ul li{
	display: inline-block;
	padding-right: 7px
}
.title_page ul li a{
	color: #000;
}
.title_page ul li span{
	color: #004c63
}
.title_page ul li i{
	font-size:25px;
	height: 100%;
	display: block;
}
.listTour{
	padding: 30px 0
}
.follow
{
	display:flex;

}
.follow
{
	padding:4px 15px;
}
.col-max .img_left
{
	width:100%;
}
.col-max .wrapItemBlog a {
	display: grid;
}
.col-max .content_right h4
{
	font-size:20px;'
	text-transform: uppercase;
}
.col-max .wrapItemBlog .content_right
{
	width:100%;
	padding:5px 0;	

}

.grid-whyus {
	display: flex;
}

p.num-whyus {
	width: 30px;
	height: 30px;
	text-align: center;
	margin: auto;
	background: #004c63;
	color: #FFF;
	border-radius: 50%;
	padding: 3px;
	margin-top: 11px;
}

.con-whyus:hover p.num-whyus {
	background-color: #ebaf0b;
}

.col-whyus {
	position: relative;
	flex: 1;
}

.col-whyus:before {
	content: "";
	height: 1px;
	position: absolute;
	background: #000;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 30%;
	z-index: -1;
}

.whyus-right::before {
	left: -50%;
}

.whyus-left::before {
	left: 50%;
}

.con-whyus {
	text-align: center;
}

.stick
{
	display:none;
}
.stick .bookTour {
	background: #d8b02a;
	padding: 5px 23px;
	color: #fff !important;
	border: 1px solid #fff;
	border-style: dashed;
	outline: 3px solid #d8b02a;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	line-height: initial;
	text-align: center;
	text-decoration: none;
	margin: 7px 0;
}
.sticl.sticky h1
{
	font-size: 16px;
}
.stick h1 {
	font-size: 16px;
}
.stick.sticky {
	display: block;
	position: fixed;
	top: 125px;
	z-index: 10000;
	border-radius: 0 0 0.5em 0.5em;
	right: 0;
	background: #FFF;
	padding: 15px;
	max-width: 225px;
	font-size:12px!important;
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, .3);
}

.stick .bookTour span
{
	text-transform: capitalize;
}
@media(max-width:1024px)
{
	.stick.sticky 
	{
		display:none;
	}
}
@media(max-width:768px)
{
	.col-whyus:before {
		bottom: 38%;
	}
}
@media(max-width:414px) {
	.col-whyus:before {
		bottom: 45%;
	}
	.menu.sfdf .infoLeft
	{
		display:none
	}
}

.comment {
	padding-top: 50px;
	background: #FFF;
	background-size: 100% 100%;
}

.comment h2 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

#oval {
	width: 170px;
	height: 170px;
	object-fit: cover;
	border: 1px solid #fff;
	border-radius: 50%;
	font-family: LatoLatin-Bold;
	text-align: center;
	background-size: cover;
	margin: auto;
}

#oval img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.ct-cm {
	padding: 20px 20px;
	border-radius: 20px;
	text-align: left;
}

.comment button.owl-prev {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(160, 158, 158, 0.466);
	font-size: 30px;
}

.comment button.owl-next {
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.comment i.fas.fa-arrow-circle-left,
.comment .fas.fa-arrow-circle-right {
	font-size: 30px;
	color: rgba(160, 158, 158, 0.466);
}

.person .our-team .pic {
	border-top: 5px solid #f15a29;
	border-bottom: 5px solid #f15a29;
	border-radius: 50% 50% 50% 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.person .our-team .team-content {
	display: flex;
	padding: 20px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.person .our-team .pic img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	transition: all 0.5s ease 0s;
}

.person .our-team .title {
	font-size: 18px;
	font-weight: 700;
	color: #010b5c;
	margin: 0 0 5px 0;
	text-align: left;
}

.person .our-team .post {
	display: block;
	font-size: 15px;
	color: #878484;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.person .our-team .social {
	list-style: none;
	padding: 0;
	margin: 0;
}

.person .our-team .social li {
	display: inline-block;
}

.person .our-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	border: 1px solid #f15a29;
	background: #fff;
	font-size: 17px;
	color: #f15a29;
	text-align: center;
	transition: all 0.5s ease 0s;
}

.person .our-team:hover .pic {
	border-top-color: #010b5c;
	border-bottom-color: #010b5c;
	border-radius: 50% 0;
}

.person .our-team:hover .social li a {
	background: #010b5c;
	color: #fff;
}

.partenaires h2,
.comment h2,
.person h2,
.whyus h2 {
	padding-top: 3px;

	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	color: #0161af;
}

.htron1 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: auto;
}

.htron1 img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.partenaires .tenng {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.partenaires .nd_part p {
	margin-bottom: 5px;
}

.img-whyus {
	width: 150px;
	height: 150px;
	margin: auto;
}

.img-whyus img {
	width: 100%;
	height: 100%;
}

.grid-whyus {
	display: flex;
	/* align-content: space-between; */
	/* justify-content: center; */
	justify-content: space-evenly;
}

p.num-whyus {
	width: 30px;
	height: 30px;
	text-align: center;
	margin: auto;
	background: #000;
	color: #FFF;
	border-radius: 50%;
	padding: 3px;
	margin-top: 11px;
}
.whyus .comment h2
{
	margin:0;
}
.whyus .comment 
{
	padding-top:10px;
}
.whyus .comment .owl-dots
{
	display:none;
}
.comment .owl-carousel .owl-stage-outer 
{
	padding:0;
}
.whyus h2
{
	padding-top:15px;
}
span.colorRed {
	color: red;
	font-weight:600;
}
.content {
	text-align: justify;
}
@media(min-width:768px)
{
	.mobile
	{
		display:none;}
}
@media(max-width:425px)
{
	.grid-whyus {
		display: block;
		/* align-content: space-between; */
		/* justify-content: center; */
		justify-content: space-evenly;
	}
	.col-whyus:before {
		background: #fff;
	}
	.sliderMain #dtc-search {
		width: 100%!important;
		position: absolute;
		left: 50%;
		bottom: 30px;
		z-index: 111;
		transform: translate(-50%);
	}
}
.sliderMain {
	position: relative;
}
.sliderMain #dtc-search {
	width: 75%!important;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 111;
	transform: translate(-50%);
}
.contentGioithieu
.dtc-flex {
	display: block!important;
}
.contentGioithieu .dtc-container.dtc-mob {
	width: 100%!important;
}
.contentGioithieu #dtc-box-wraper {
	width: 100%!important;
	display: flex;
}
.contentGioithieu #dtc-base-cart {
	margin-bottom: 0px;
	display: none;
}
.contentGioithieu #dtc-base-fare,.contentGioithieu #dtc-search {
	margin:10px
}
