/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
@import url('https://fonts.googleapis.com/css?family=Niramit:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

@font-face {
	font-family: 'ElegantIcons';
	src:url('./fonts/ElegantIcons.eot');
	src:url('./fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('./fonts/ElegantIcons.woff') format('woff'),
		url('./fonts/ElegantIcons.ttf') format('truetype'),
		url('./fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body , h1, h2, h3, h4, h5, h6{
	font-family: Times New Roman !important;
	/*font-family: 'Niramit', sans-serif !important;*/
}
body p {
    margin: 0;
    font: 400 16px/28px "Times New Roman", sans-serif;
}

a {    
    text-decoration: none;
    outline: none;
    transition: all 300ms linear 0s;
}
a:active, a:hover {
    outline: 0;
	text-decoration:none;
}
.p-r-0{
	padding-right: 0 !important;
}

.fl-module-uabb-heading h3.uabb-heading span.uabb-heading-text{
	font-weight: bold	;
}

.uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited{
	font-weight: 700;
	letter-spacing:1px;
	text-transform: uppercase;
}

h1.uabb-infobox-title {
	font-family: 'Times New Roman', sans-serif !important;
	font-weight:600;
}
h1.uabb-infobox-title {
	
}

.bx-wrapper .bx-loading{
	background: transparent !important;
	 z-index: -1 !important;
}
.fl-post-carousel-post{
	visibility: initial !important;
}


/*menu*/
.fl-page-nav .navbar-nav li > a {
	font-family: 'Times New Roman', sans-serif !important;
}
.fl-page-nav ul.sub-menu {
    border-top: 0px;
    background-color:#fff;
    padding: 0 !important;
    margin-top: 9px;
    width: 280px;
}
.fl-page-nav ul.sub-menu .sub-menu{
    margin-top: 13px;
}
.fl-page-nav ul.sub-menu li a{
	margin: 0;

}

p.menu-item-description{
	display: none;
}

/*breadcrum*/

.banner-container .content-page-title .title {
	font: 600 62px/75px "Times New Roman", sans-serif;
	color: #fff;
}
.page-title {
	background-color: #fff;   
    box-shadow: 0px 48px 62px 0px rgba(236, 234, 234, 0.35);
	height:auto;
	height: 240px !important;
	    background-size: cover !important;
	    background-repeat:  no-repeat;
}
.banner-container .content-page-title .title {
	font: 600 62px/75px "Times New Roman", sans-serif;
    color: #fff;
}
/* intro*/
#intro-right {
	position: relative;
}
.rimg-intro{
	position:absolute;
	bottom:0;
	right:0;
}
.popup-video img {
    position: relative;
    bottom: -20px;
    float: right;
    margin-right: 100px;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.btn-border .uabb-creative-button-wrap a{
	border: 1px solid #f2e3ff !important;
}
/*service*/
#col-service > .fl-col-content , #col-about > .fl-col-content  {
	box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
	position: relative;
    z-index: 1;
	border-radius: 10px;
}
.item-service .uabb-infobox-title {
	font-weight: 600;
}
.item-service .infobox-icon-above-title .uabb-icon , .item-about .infobox-icon-above-title .uabb-icon {
	position: relative;
}
.item-service .infobox-icon-above-title .uabb-icon i , .item-about .infobox-icon-above-title .uabb-icon i {
	box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
}
.item-service .infobox-icon-above-title .uabb-icon:after  {
    content: "";
    position: absolute;
    box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
    background: #eaddff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    z-index: -1;
    left: -24px;
    bottom: -20px;
    -webkit-animation: moveRound 20s linear 2s infinite alternate;
    animation: moveRound 20s linear 2s infinite alternate;
}
ul.fantasy_list {
    padding-top: 25px;
}
ul.fantasy_list li {
    font: 400 18px/35px "Times New Roman", sans-serif;
    color: #282331;
    padding-left: 35px;
    position: relative;
}
ul.fantasy_list li:before {
    content: "\f055";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 18px/35px FontAwesome;
    color: rgba(143, 73, 249, 0.8);
}
/* service*/
#sec3 > .fl-row-content-wrap {
	background: url(images/countrap-bg-1.png) no-repeat top left, url(images/countrap-bg-2.png) no-repeat top right content-box;
}
.item-cc .uabb-number .uabb-number-text{
	border-radius: 50%;
    box-shadow: 0px 22px 30px 5px rgba(195, 165, 250, 0.35);
    width: 215px;
    height: 215px;
    text-align: center;
    margin: 0 auto 30px;
    padding-top: 60px;
    background: #fff;
}
.item-cc .uabb-number-before-text , .item-cc .uabb-number .uabb-number-string , .item-cs .uabb-number-after-text , .item-cs .uabb-number .uabb-number-string  {
	font-weight:700;
}
.item-cc .uabb-number {
	font-size:30px !important;
}
.item-cc .uabb-number .uabb-number-string .uabb-number-int {
	font-size: 55px !important;
	line-height: 55px !important;
}
.item-cs > .fl-module-content {
	margin-top:0;
}
.item-cs .uabb-number-after-text , .item-cs .uabb-number .uabb-number-string {
	clear:none;
	display: inline-block;
	padding: 0 3px;
    margin: 0;
}
/* about */
#sec4 , #sec4 > .fl-row-content-wrap{
	position: relative;
}
#sec4:before{
	content: "";
    position: absolute;
    left: -20px;
    top: 380px;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    background: #f2f3ff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: 1;
}
#sec4:after{
	content: "";
    position: absolute;
    left: 70px;
    top: 310px;
    height: 79px;
    width: 79px;
    border-radius: 50%;
    background: #f2eaff;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    z-index: 1;
}

#col-about > .fl-col-content  {
	box-shadow:none;
}

.item-about .uabb-infobox-title-prefix {
	font-weight:500;
}
.item-about .uabb-infobox-title{
	font-weight:700;
}
.item-about .infobox-icon-above-title .uabb-icon:after {
    content: "";
    position: absolute;
    box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
    background: #f1e9ff;
    border-radius: 50%;
    height: 78px;
    width: 78px;
    z-index: -1;
    left: -20px;
    top: -10px;
    -webkit-animation: moveRound 20s linear 2s infinite alternate;
    animation: moveRound 20s linear 2s infinite alternate;
}
/* list-testimonial */
.list-testimonial {
	position: relative;
}
.list-testimonial:before{
	content: "\f10d";
    position: absolute;
    left: -200px;
    top: 0;
    color: #faf7ff;
    font-size: 205px;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
}
.list-testimonial .uabb-imgicon-wrap .uabb-image-content img {
	border: 6px solid #e5e6fa;
    box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}
.list-testimonial .uabb-slider-next, .list-testimonial .uabb-slider-prev {
	top:100%;
	color: #00bdc9;
    line-height: 68px;
    width: 84px;
    display: inline-block;
    background: #00bdc9;
    position: relative;
	text-align: right;
}
.list-testimonial .uabb-slider-prev {
	left: 40%;
	background: #fff;
	color: #00bdc9;
	padding-right:15px;
}
.list-testimonial .uabb-slider-prev:hover {
	background: #00bdc9;
	color: #fff;
}
.list-testimonial .uabb-slider-next{
	left:40%;
	padding-left:15px;
	text-align:left;
	right: auto;
}
.list-testimonial .uabb-slider-next:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 30px 68px 0;
    border-color: transparent #fff transparent transparent;
}
.list-testimonial .uabb-slider-prev:after {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 68px 30px 0 0;
    border-color: #fff transparent transparent transparent;
}
.list-testimonial .uabb-slider-next .bx-next i, .list-testimonial .uabb-slider-prev .bx-prev i{
	border:0px;
	position: relative;
	top:10px;
}
.list-testimonial .uabb-testimonials-wrap .uabb-slider-prev .fa, .list-testimonial .uabb-testimonials-wrap .uabb-slider-next .fa {
	font-size: 36px;
    font-weight: 300;
	color:#fff;
}
.list-testimonial .uabb-testimonials-wrap .uabb-slider-prev .fa {
	color: #00bdc9;
	right:10px;
}
.list-testimonial .uabb-testimonials-wrap .uabb-slider-prev:hover .fa {
	color:#fff;
}
.list-testimonial .uabb-slider-prev .fa:before{
	content: "\f177";
	
} 
.list-testimonial .uabb-slider-next .fa:before {
	content: "\f178";
}
/* gallery */
.heading-right .uabb-infobox {
	border: 3px solid #fbf8ff;
    background: #fdfcff;
    padding: 32px;
    text-align: center;
    max-width: 303px;
    float: right;
    margin-top: 60px;
}
.heading-right .uabb-infobox-title-prefix {
	font-weight: 700;
	font-size:82px !important;
	line-height:82px !important;
}
.heading-right .uabb-infobox-title-prefix small , .heading-right .uabb-infobox-title-prefix span{
	font-size:30px !important;
	line-height:30px !important;
	color: #00bdc9;
}
.heading-right .uabb-infobox-title-prefix span {
    color: #ff7c7c;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: 15px;
    left: 5px;
}
.heading-right .uabb-infobox-title {
	border-bottom: 1px solid #b188fb;
}
.uabb-tab-acc-content > .fl-builder-module-template {
	max-width:100%;
}
.uabb-tabs > nav ul li.uabb-tab-current a, .uabb-tabs > nav ul li a:hover {
	box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.uabb-photo-gallery-content , .uabb-photo-gallery img {
	border-radius:10px;
}
/* blog */
#sec9 {
	overflow: hidden;
}
.homenews .uabb-blog-posts , .homenews .uabb-blog-posts .uabb-post-wrapper {
	position:relative;
}
.homenews .uabb-blog-posts:after , .homenews .uabb-blog-posts .uabb-post-wrapper:after {
	content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid #eaeaea;
}
.homenews .uabb-blog-posts .uabb-post-wrapper:hover:after {
	border-color: #00bdc9;
	left: 0px;
    right: 0px;
}
.homenews .uabb-blog-posts .uabb-post-wrapper:after {
	left: 0px;
    right: 0px;
    bottom: -30px;
    border-bottom: 1px solid #eaeaea;
    z-index: 1;
    transition: all 300ms linear 0s;
}
.uabb-post-wrapper .uabb-post-thumbnail {
	overflow: hidden;
	position: relative;
}
.uabb-post-wrapper .uabb-post-thumbnail img {
	transition: all 300ms linear 0s;
}
.uabb-blog-posts .uabb-blog-post-inner-wrap:hover .uabb-post-thumbnail img {
	    transform: scale3D(1.2, 1.2, 2);
}
.homenews .uabb-next-date-meta .uabb-posted-on {
	top: 20px;
    left: 20px;
    box-shadow: 0px 30px 50px 0px rgba(173, 157, 251, 0.35);
    min-width: 87px;
	min-height:86px;
    border-radius: 10px;
    text-align: center;
    font: 700 20px/30px "Times New Roman", sans-serif;
    color: #00bdc9;
    padding: 13px 0;
    background: #fff;
}
.homenews .uabb-post-wrapper:nth-child(3n+1) .uabb-posted-on {
	left:20px;
}
.uabb-posted-on .uabb-date-day {
	font: 700 20px/30px "Times New Roman", sans-serif;
	line-height:36px;
}
.uabb-posted-on .uabb-date-month{
	font-weight: 400;
    font-size: 18px;
	line-height:30px;
}
.uabb-posted-on .uabb-date-year {
	display:none;
}
.homenews .uabb-post-wrapper .uabb-blog-post-content {
	box-shadow: 0px 0px 68px 0px rgba(218, 221, 254, 0.35);
}
/* callaction */
#sec10 {
	position: relative;
    z-index: 33;
}
#sec10 > .fl-row-content-wrap {
	background: url(images/contact-bg-1.jpg) no-repeat left top, url(images/contact-bg-2.jpg) no-repeat right top;
	background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(204, 204, 204, 0.35);
    
}
/*contact*/
#contact-1 {
	position: relative;
}
#contact-1:before  {
	content: "";
    position: absolute;
    left: 100px;
    bottom: 200px;
    background: url(images/contact-bg-3.png) no-repeat;
    height: 290px;
    width: 390px;
}
#contact-1 .fl-heading-text {
	font-weight:700;
}
.text-center {text-align: center;}
.block-contact {
	background: #fff;
    box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
    padding: 60px 35px 30px 35px;
    margin-bottom: 15px;
}
.block-contact .row {
	margin:0 -15px;
}
.block-contact .ct-row {
	position: relative;
	margin-bottom: 30px;
	float:left;
}
.block-contact .wpcf7-form-control-wrap {
	width: 100%;
}
.block-contact .ct-center {
	text-align: center;
}
.block-contact .wpcf7-form-control{
	font-size: 16px;
    display: block;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
    border: 1px solid #e6f1ff;
    box-shadow: none;
    height: 60px;
    font-weight: 300;
    padding: 0 25px;
	text-align: left;
	border-radius: 0;
	color: rgba(40, 35, 49, 0.702);
	position: relative;
}
.block-contact .wpcf7-form-control:focus , .block-contact .wpcf7-form-control:visited, 
.block-contact .wpcf7-form-control:active, .block-contact .wpcf7-form-control:hover{
    background-color: transparent !important;
	background: transparent !important;
}
.block-contact .wpcf7-textarea {
	height:190px;
}
.block-form .block-contact .wpcf7-submit {
	width: auto;
	padding:12px 5em;
}
.ajax-loader{
	display: none !important;
}
.block-contact .wpcf7-submit {
	width: 180px;
    min-height: 50px;
	display: inline-block;
    font-size: 20px !important;
    color: #fff !important;
    border: 1px solid #00bdc9;
    background-color: #00bdc9;
	background:#00bdc9;
	text-align: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}
.block-contact .wpcf7-submit:hover {
	border: 1px solid #00bdc9 !important;
    background-color: #00bdc9 !important;
	background:#00bdc9 !important;
	color: #fff !important;
	box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}
.block-contact .wpcf7-validation-errors {
	display: none !important;
}
.block-contact button:active, .block-contact button:focus, .block-contact input[type=button]:active, 
.block-contact input[type=button]:focus, .block-contact input[type=submit]:active, .block-contact input[type=submit]:focus {
	background-color:#00bdc9;
	background:#00bdc9 !important;
	color:#fff !important;
	border:1px solid #00bdc9;
}
.block-contact .wpcf7-not-valid-tip {
	color:#f00 !important;
	text-align: left !important;
}
#col-ct1 {
	box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 0.35);
}
.contact-info .uabb-info-list-title , .ct-support .uabb-infobox-title {
	font-weight:700;
}
.ct-support > .fl-module-content {
	box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 0.35);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
	padding: 55px 40px;
    margin-bottom: 40px;
}
.ct-social .uabb-social-share-link .uabb-icon-wrap .uabb-icon i{
	background: #f6f0ff;
}
.ct-social .uabb-social-share-link .uabb-icon-wrap .uabb-icon:hover i{
	color: #fff;
    background: #00bdc9;
    box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}
/*phan trang*/
.pagination {
	border-radius: 0;
	margin:0;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span 
, .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span{
	border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
	font: 400 18px/36px "Times New Roman", sans-serif;
    color: #333;
    border-radius: 50%;
    display: block;
	width:36px;
	height:36px;
	line-height:36px;
	padding:0 !important;
    text-align: center;
	border:0;
	background:transparent;
	margin:0 3px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus , .pagination>li>span.current {
	background: #00bdbb;
    color: #fff;
	border-radius: 3px;
}
.cat-navigation{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.pagination .text-np {
	display: none;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li.current-menu-item > a {
	color: #00bdbb !important;
}
/* related post */
#related_posts {
	padding-top: 20px;
    border-top: solid 0px #efefef;
}
#related_posts h3{
	font: 700 22px/1 "Times New Roman", sans-serif;
    color: #282331;
    padding-bottom: 10px;
}
#related_posts ul {
	list-style: none outside none;
	padding:0;
	margin:10px 0 0 0;
}
#related_posts ul li{
	margin: 6px 0;
}
#related_posts ul li a{
	color: #000;
	font: 500 18px/1 "Times New Roman", sans-serif;
}
#related_posts ul li a:hover{
	color:#00bdc9 ;
	text-decoration:none;
}
#related_posts ul li a:before {
    margin-bottom: 1px;
    content: " ";
    width: 0;
    margin-right: 10px;
    display: inline-block;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #414141;
    border-bottom: 4px solid transparent;
}
#related_posts ul li .relatedthumb{ 
	display: none;
}
#related_posts ul li h5{
	display: inline-block;
}
body:not(.single-tour-item) .fl-comments {
	display: none;
}
/*blog*/
.fl-archive > .row , .fl-page-content .container > .row{
	margin:0;
}

.nd .fl-post-content span{
	font-size:17px;
	font-weight:700;
	color:#c4161c;
}
.fl-post-header {
    margin-bottom: 10px;
}
.fl-post-thumb{
	text-align:center;
	
}

/*gallery*/
.gallery-item {
	margin:5px 0;
}
.gallery-item img {
	border:0px !important
}
.fl-post-meta, .fl-post-meta a {
	color:#666;
}
.fl-post-meta a span{
	color:#4d4d4d
}
.fl-post-title {
    margin-top: 0;
	font: 700 38px/50px "Times New Roman", sans-serif;
    color: #282331;
}
.fl-post-title a:hover , .uabb-post-wrapper .uabb-post-heading a:hover{
	outline:0;
	color:#00bdc9 !important;
}
.fl-post-content li,
/*.fl-post-content span,*/
.fl-post-content p{
	font: 400 18px "Times New Roman", sans-serif;
    color: #000;
    line-height: 1.4;
}
a.fl-post-more-link {
	margin-top:20px;
}
.fl-post-thumb img {
	width: 100%;
	
}
body.archive article.fl-post.post  .fl-post-thumb img {
	
	height: 330px !important;
    object-fit: cover;
    object-position: 50%;
}
.fl-post-meta-bottom {
	border-top: 0px solid #e6e6e6;
}
.uabb-blog-posts-description {
	padding-top:5px;
}
/*gallery*/
.gallery-item {
	margin:5px 0;
}
.gallery-item img {
	border:0px !important
}
/* sidebar */
.fl-sidebar-right .fl-widget {
    margin-bottom: 55px;
    padding: 0px;
	float: left;
    width: 100%;
}
.fl-sidebar-right .widget_search {
	background-color: white;
    box-shadow: 0px 26px 36px 0px rgba(225, 210, 248, 0.35);
    border-radius: 20px;
}
.widget_search input[type=text].fl-search-input {
	box-shadow: none;
    border: 0;
    font: 400 18px/55px "Times New Roman", sans-serif;
    color: #9e9e9e;
    border-radius: 20px;
    padding: 0 30px;
    height: auto;
}
.fl-sidebar .fl-widget .fl-widget-title , #related_posts h3 {
	color: #fc7419;
    font-size: 22px;
    margin: 3px 0 15px 0;
    border-bottom: 1px solid;
}

.fl-widget ul {
    list-style: none;
    padding: 0;
	margin:0;
}
.fl-sidebar-right .fl-widget ul li.cat-item {
	float:left;
	width:100%;
	display:inline-block;
    padding:0;
    margin: 0 ;
    border-bottom: 0px solid rgba(0,0,0,.12);
}
.fl-sidebar-right .fl-widget ul li.cat-item a {
    font: 400 15px/48px "Times New Roman", sans-serif;
    color: #656565;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-left: 33px;
}
.fl-sidebar-right .fl-widget ul li.cat-item a:hover, .fl-sidebar-right .fl-widget ul li.cat-item a:focus {
    color: #00bdc9;
}
.fl-sidebar-right .fl-widget ul li.cat-item a:before {
    content: "";
    font: normal normal normal 18px/48px FontAwesome;
    color: #e6d5ff;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 300ms linear 0s;
}
.fl-sidebar-right .fl-widget ul li.cat-item a:hover:before {
    left: 15px;
    color: #00bdc9;
}
.fl-sidebar-right .fl-widget ul li:last-child {
    border-bottom: none;
	margin-bottom:0;
	padding-bottom:0;
}
.fl-sidebar-right .fl-widget ul li.current-cat a {
    color: #00bdc9;
}
.fl-widget ul.children {
	padding:6px 12px;
}
.fl-widget.widget_recent_entries ul li {
	margin-bottom: 8px;
	display: block;
	float: left;
	width: 100%;

}
.fl-widget.widget_recent_entries ul li img{
	display: none;
}
.fl-sidebar-right .fl-widget ul li a.thumb {
	float:left;
	width:30%;
	margin: 0 15px 15px 0;
	display:none;
}
.fl-sidebar-right .fl-widget ul li a.post-title {
	width:100%;
	display:inline;
	float:left;
	color: #282331;
    font: 600 18px/1 "Times New Roman", sans-serif;
	padding-bottom:10px;
}
.fl-sidebar-right .fl-widget ul li a.post-title:hover {
	color: #00bdc9;
	text-decoration:none;
}
div.zalo-chat-widget{
	bottom: 61px !important;
	right: 15px !important;
}

/*footer*/
.fl-page-footer-wrap {
    display: block;
    overflow: hidden;
    background: #808285;
    padding: 35px 0 0 0;
    position: relative;
}
/*.fl-page-footer-wrap .shap {
    position: absolute;
    top: 150px;
    left: 40px;
    animation: moveShap 20s linear 2s infinite alternate;
}*/
/*.fl-page-footer-wrap .round_shap {
    position: absolute;
    top: 85px;
    right: 230px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
    background-image: -webkit-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
    background-image: -ms-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
    box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
    width: 57px;
    height: 57px;
    animation: moveShap2 20s linear 2s infinite alternate;
}*/
.fl-page-footer-widgets {
	border:  none !important	;
}

.fl-page-footer-widgets .fl-widget {
	margin-bottom: 10px;
	display: block;
	float: left;
}
.tiktok img{
	width: 20px;
}
.footer_social li.tiktok a:hover{
	    background: #fff;
	    color: #00bdbb;

}

}
.fl-page-footer-widgets .fl-widget ul{
	display: block;
	float: left;
}
.fl-page-footer-widgets .fl-widget ul li{
	margin: 5px 0;
}
.fl-page-footer-widgets .fl-widget-title {
	font: 700 20px/1 "Times New Roman", sans-serif;
	padding-bottom: 0px;
	line-height: 1.3;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}


.fl-page-footer-widgets span.post-date{
	color:  rgb(247 247 247 / 70%);
	font-size: 12px;
	display: block;

}
.f-address {
    font: 400 16px/28px "Times New Roman", sans-serif;
    color: rgba(57, 67, 111, 0.702);
    padding-top: 45px;
	float:left;
	width:100%;
}
.f-address a.phone{
	font-size: 20px;
	color: #00bdc9;
}
.fl-widget ul li , .f-item{
    display: block;
    margin-bottom: 12px;
}
ul.footer_social {
    padding-top: 0px;
	float:left;
	width:100%;
}
.fl-widget ul.footer_social>li {
    display: inline-block;
	padding-right: 10px;
    padding-bottom: 6px;
    margin-bottom: 0;
}
.footer_social li a {
    width: 46px;
    line-height: 46px;
    display: inline-block;
    color: #bc90ff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}
.footer_social li a:hover {
	background: #00bdbb;
    color: #fff;
}
.footer_social li a i{
     color: #00bdbb;
}
.footer_social a:hover i {
	 color: #fff;
}
.fl-widget.apps .fl-widget-title,
.fl-widget.qrcode .fl-widget-title{
	margin-bottom: 10px;
}
.fl-widget.qrcode a img.alignnone{
	margin: 0;
}
.fl-widget.apps a img.alignnone{
	width: 145px;
	margin: 5px;
}
.fl-widget.apps a:last-child img.alignnone{
	width: 174px;
}
.fl-widget.apps a img.alignnone.bct{
	width: 182px;
	margin-top: 12px;
}
.fl-widget.apps p{
	text-align: center;
}
.fl-widget.about p{
	line-height: 1.3;
	    margin: 5px 0;
	    display: block;
	    float: left;
	    font-size: 15px;
}
footer .fl-widget.widget_recent_entries ul li h5{
	font-size: 15px;
	margin: 0;
}
footer .fl-widget.widget_recent_entries ul li{
	margin: 0 0 15px 0;
}
.fl-widget.about img.alignnone{
	margin: 0;	
}
.fl-page-footer{
	background: #000;
}
#menu-footer li a h5{
	font-size: 15px;
}

.newsletter {
	margin-top:45px;
	float:left;
	width:100%;
	position: relative;
    background-color: white;
    box-shadow: 0px 0px 56px 0px rgba(216, 216, 216, 0.35);
    padding: 0;
}
.newsletter .wpcf7-email {
    font: 400 16px/48px "Times New Roman", sans-serif;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 9px 20px;
    border: 0;
    width: 100%;
    color: #9a9a9a;
	height:56px;
	background:#fff;
}
.newsletter .ct-button {
	position:relative;
}
.newsletter i{
	position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    line-height: 56px;
    z-index: 3;
    color: #c7a2fe;
    font-size: 20px;
    background: #fff;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    display: block;
    cursor: pointer;
    transition: all 300ms linear 0s;
	width:48px;
}
.newsletter i:hover , .newsletter .ct-button:hover i{
	background: #00bdc9;
    color: #fff;
}
.newsletter .wpcf7-submit {
	opacity:0;
	z-index:5;
	line-height:56px;
	width:48px;
	padding:0;
	right:-15px;
	top:0;
	position:relative;
}

.newsletter div.wpcf7 .ajax-loader , .newsletter div.wpcf7-validation-errors {
	display:none !important;
}
#sec-download {
	position: relative;
	max-width:1170px;
}
#sec-download:after {
    content: "";
    position: absolute;
    bottom: 35px;
    background: url(images/footer-border.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    z-index: 1;
}
.btn-download .uabb-creative-button-wrap a {
	z-index:5;
	text-transform: capitalize !important;
}
#fl-to-top {
	background-color: #21bfae;
	border-radius: 50%;
	bottom: 140px !important;
	right: 110px !important;
}
#fl-to-top:hover {
	background-color:#ce8506
}
.fl-archive .fl-post {
	border-bottom: 0px solid #e3e3e3;
	padding-bottom: 35px;
	margin-bottom:35px;
}
.fl-post-thumb {
	margin-bottom:30px;
}
/*zalo chat*/
.chat-wrapper{
	top: 15% !important;
	height: 74% !important;
}
@media (min-width: 1440px) {
	.fl-page-nav-right .fl-page-header-container {
		/*width: 100%;*/
		/*max-width:100%;*/
		/*padding: 75px 200px 0 200px !important;*/
	}
	.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container {
		/*padding: 5px 200px !important;*/
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.mypage-alo-phone{
		right: 0;
	}
	.whatapp,
	div.zalo-chat-widget {
    	right: 20px !important;
	}
	#fl-to-top{
		right: 23px !important;
	}
	.container {
		max-width: 1170px;
	}
	.fl-node-5cdbd3d6d66a0 {
		width: 0;
		display: none !important;
	}
	#col-intro1 , #intro-right{
		width:100%;
	}
	#col-intro1 {
		max-width:800px;
		z-index:10;
	}
	#sec2 > .fl-row-content-wrap, #sec4 > .fl-row-content-wrap , #sec5 > .fl-row-content-wrap , #sec6 > .fl-row-content-wrap {
		padding-left:20px;
		padding-right:20px;
		z-index:5;
	}
	.item-about {
		z-index:10;
		position: relative;
	}
	.fl-page-footer-wrap {
		padding-left:20px;
		padding-right:20px;
	}
}
@media (min-width: 1100px) {
	.fl-page-header .fl-full-width .container{
		max-width: 100% !important;
		width: 100 !important;
	}
}
@media (min-width:992px) {
	.fl-page-nav-right .fl-page-header-row .fl-page-header-logo-col {
		width:20%;
	}
	.fl-page-nav-right .fl-page-header-row .fl-page-nav-col{
		width:80%;
	}
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom:0;
	}
	.fl-page-nav .navbar-nav > li > a {
		font-size:15px;
		line-height:50px;
		padding:0 !important;
		margin:0 7px !important;
		position: relative;
		display: block;
		z-index: 1;
		text-transform: uppercase;
		font-weight: 500;
		font-weight: bold
	}
	.fl-page-nav .navbar-nav > li > a:after {
		content: "" !important;
		position: absolute;
		left: 0;
		width: 0%;
		/*background: url(images/menu-shap.png) no-repeat;*/
		height: 13px;
		bottom: 0;
		border: 0;
		margin: 0;
		transition: all 300ms linear 0s;
	}
	.fl-page-nav ul.sub-menu li a{
		font-size: 16px !important
	}
	.fl-page-nav .navbar-nav > li > a:hover:after {
		width:100%;
	}
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a:after, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a:after,
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a:after {
		width:100%;
	}
	.fl-page-nav-right .fl-page-nav-wrap nav.navbar{
		display: flex;
		align-items: center;
		justify-content: end;
	}
	.fl-page-nav ul.sub-menu li a {
		font-size:18px;
		border-bottom:1px solid #cdcdcd
	}
	.fl-page-nav ul.sub-menu li:last-child a {
		border-bottom:0;
	}
	
	.fl-page-nav-right.fl-page-header-fixed, .home .fl-page-header-fixed {
		position: fixed;
		background-color:#fff !important;
	}
	
	.fl-page-nav-right.fl-page-nav-toggle-visible-always .fl-page-header-container, .fl-page-nav-right.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-container, .fl-page-nav-right .fl-page-header-container , 
	.content-page-title{
		padding-left:20px;
		padding-right:20px;
	}

	.fl-page-footer-widgets-container.container{
		padding-bottom: 30px;
		padding-top: 0
	}
	
	/* caltoaction */
	h4.uabb-cta-title {
		font-weight:700;
		font-family:"Times New Roman";
		max-width:500px;
		padding-bottom:30px !important;
	}
	#sec10 > .fl-row-content-wrap { 
		margin-bottom:-115px;
	}
	.fl-page-footer-text {
		padding-top:40px;
	}
	.fl-page-footer-container{
		padding: 15px 0
	}
	.fl-page-footer , .fl-page-footer-api a {
		border:0;
		font-size:18px !important;
		color: #fff !important;
		font-size: 14px !important;
	}
	.fl-content, .fl-sidebar {
		border:0px;
	}
	.fl-sidebar-right {
		padding-left:15px;
		padding-right:15px;
	}
	#col-ct1 {
		padding-bottom:30px;
	}
	.contact-info {
		padding-left:80px;
		padding-right:50px;
	}
	#col-ct2 {
		padding-left:40px;
	}
	
}

._right_s ._search_btn {
	font-weight: bold;
}
/* ressponsive */

@media (min-width: 992px) {
	.fl-page-header-container {
		width: 100%;
	}
}
@media (max-width: 1024px) { 

	div.zalo-chat-widget {
    	right: 12px !important;
	}
	.container {
		overflow: hidden;
	}
	.banner-container{
		overflow: inherit;
	}
	.fl-page-footer-widgets-container , .fl-page-footer-container {
		padding-left:20px !important;
		padding-right: 20px !important;
	}
	.fl-full-width .container {
		padding-left: 20px;
		padding-right: 20px; 
	}
	#m-hidden {
		display:none;
	}
	#sec2 > .fl-row-content-wrap , #sec5 > .fl-row-content-wrap , #sec6 > .fl-row-content-wrap {
		padding:40px 0px;
	}
	.fl-page-footer-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-title {
		padding: 295px 0 200px;
		min-height: 150px;
	}
	.b-left .uabb-infobox-title , .b-left .uabb-infobox-text{
		margin-bottom:40px !important;
	}
	#sec4:after {
		display:none;
	}
	#service-heading {
		width:100%;
	}
	#col-service {
		width: 50%;
	}
	#col-service > .fl-col-content {
		margin-left:20px;
		margin-right:20px;
		padding:20px 0;
	}
	#service-heading .uabb-infobox-title{
		margin-bottom: 20px;
		font-size: 42px;
		line-height: 52px;
	}
	#service-heading .uabb-infobox-title {
		margin-top:20px;
	}
	#heading-testimonial .uabb-infobox-title , .item-about .uabb-infobox-title {
		margin-bottom:20px;
		margin-top:20px;
	}
	#block-testimonial {
		width:100%;
	}
	.fl-node-5cdc5a9e6b835 {
		width: 60%;
	}
	.fl-node-5cdc5a9e6b8c1 {
		width: 40%;
	}
	#sec10 > .fl-row-content-wrap {
		margin-bottom: 0;
	}
}
@media (max-width: 1024px) and (min-width: 991px){
	#col-intro1 {
		width:100%;
		max-width:660px;
		z-index:10;
	}

}
@media (max-width: 991px) {
	._item_s label{
		display: none !important;
	}
	.nice-select {
	    height: 34px !important;
	    line-height: 32px !important;
	}
	._right_s ._search_btn {
	    height: 42px !important;
	}

	.s-popupvideo .b-left .uabb-infobox .uabb-infobox-title-wrap h3.uabb-infobox-title:before {
		font-size: 50px !important;
		top: -20px !important;
	}
	
	.fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container, .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.fl-page-nav-right .fl-page-header-logo {
		padding-left:0;
	}
	/*.fl-page-header-primary .fl-logo-img {
		height:30px !important;
	}*/
	.fl-page-nav-right .fl-page-header-container {
		padding-top: 20px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle , 
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:hover, 
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle:focus {
		top: 25px !important;
		background-color:#00bdc9;
		border:1px solid #00bdc9;
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle i{
		font-size: 16px;
		color:#fff;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav {
		
	}
	.fl-page-nav ul.sub-menu {
		margin:0 15px;
	}
	.fl-page-nav .navbar-nav li > a {
		padding: 10px 10px !important;
		font-size:15px;
		font-weight: bold
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li,
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li {
	    border-color: transparent;
	}

	
	.fl-page-footer-container {
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
	}
	.fl-page-footer-text {
		padding-bottom: 10px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.fl-row-full-height .fl-row-content-wrap {
		min-height: auto;
	}
	.fl-page-footer {
		border-top:0px;
	}
	#sec1  > .fl-row-content-wrap {
		padding-top:150px !important;
	}
	#sec1 .uabb-infobox-title {
		font-size:42px;
		line-height:50px;
	}
	.footer_social li a {
		width: 45px;
		line-height: 45px;
	}
	#sec9 > .fl-row-content-wrap {
		padding-left:20px;
		padding-right:20px;
	}
	.homenews .uabb-post-wrapper .uabb-blog-post-content {
		padding:20px;
	}
	.fl-page-footer-wrap {
		padding-top:40px;
	}
	.page-title {
		padding: 150px 0 150px;
		min-height: 350px;
		background-position: bottom right !important;
	}
	.banner-container .content-page-title .title {
		font-size:40px;
		line-height:50px;
	}
	.fl-builder-content .fl-node-5cdc2e5b8c673 .uabb-infobox-text {
		margin-bottom:20px;
	}
	.fl-page-footer-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 767px) { 
	.fl-col-small {
		max-width: 100%;
	}
	.fl-row[data-node] .fl-row-content-wrap {
		padding-top:10px !important;
		padding-bottom:10px !important
	}
	.fl-page-footer-api {
		text-align: center;
		padding-bottom:10px;
	}
	.hn-left .uabb-post-wrapper .uabb-blog-post-content{
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.fl-archive > .row, .fl-page-content .container > .row {
		margin:0;
	}
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li.current-menu-item > a {
	    color: #fff !important;
	}
	a.fl-post-more-link {
		margin-top: 10px;
	}
	.fl-archive .fl-post {
		padding-bottom:30px;
		margin-bottom:30px;
	}
	.banner-container .content-page-title .title {
		font-size:42px;
		line-height:52px;
	}
	.hdevvn-content-single-tour-item .fl-content-archive-tour #content .col-md-4.item,
	.hdevvn-content-single-tour-item .fl-content-archive-tour > .col-md-12{
		padding:  0;
	}
	#related_posts {
		padding-top: 15px; 
	}
	.fl-widget {
		margin-bottom: 20px;
		float: left;
		width: 100%;
	}
	#col-ct1 {
		box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 0.35);
		margin-left: 20px;
		margin-right: 20px;
	}
	#service-heading > .fl-col-content{
		margin-bottom:20px;
	}
	#service-heading .uabb-infobox-title , .fl-builder-content .fl-node-5cdc5aa73c4cb .uabb-infobox-title, .fl-builder-content .fl-node-5cdc5aa73c4cb .uabb-infobox-title a {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 46px;
	}
	
	#col-service {
		margin-bottom:40px;
	}
	.rimg-intro {
		display: none;
	}
	.popup-video {
		position:absolute;
		bottom:-20px;
	}
	#sec-download:after {
		display: none;
	}
	.fl-node-5ce11022c23e2 , .fl-node-5ce11022c2422 {
		width:50% !important;
		clear: none;
		float:left;
	}
	.f-address {
		padding-top:20px;
	}
	ul.footer_social {
		padding-top: 0;
	}
	.fl-page-footer-widgets .fl-widget-title {
		padding-bottom:0px;
	}
	.newsletter {
		margin-top:20px;
	}
	.fl-widget ul.footer_social>li  {
		margin-bottom:0;
		padding-bottom:0;
	}
	.f-item:last-child{
		margin-bottom:0;
	}
	.fl-page-footer-widgets img{
		margin-bottom:0;
		padding-bottom:0;
	}
	.heading-right .uabb-infobox {
		margin:0 auto;
	}
	.uabb-tabs > nav ul li a {
		font-size:18px !important;
	}
	h1.fl-post-title {
		font-size:24px;
		line-height:34px;
	}
	h2.fl-post-title {
		font-size:18px;
		line-height:28px;
	}
	#related_posts ul li a {
		font-size:16px;
	}
}
@media (max-width: 480px) { 
	#sec1 > .fl-row-content-wrap {
		padding-top: 50px !important;
	}
	h1.uabb-infobox-title , h2.uabb-infobox-title , h3.uabb-infobox-title , h1.uabb-infobox-title , h2.uabb-infobox-title {
		font-size:25px !important;
		line-height:35px !important
	}
	.b-left .uabb-infobox-text {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.b-left .uabb-creative-button-wrap a{
		width: 170px !important;
		min-height: 60px;
	}
	.uabb-post-wrapper .uabb-post-heading a , .uabb-post-wrapper .uabb-post-heading {
		font-size:18px !important;
		line-height:28px !important;
	}
	.hn-right .uabb-thumbnail-position-left .uabb-post-thumbnail , .hn-right .uabb-post-wrapper .uabb-blog-post-content {
		width: 100%;
	}
	.news-left .uabb-post-wrapper .uabb-blog-post-content {
		padding-bottom: 0 !important;
	}
	.news-right .uabb-post-wrapper .uabb-blog-post-content {
		padding:15px;
	}
	.uabb-blog-posts .uabb-post-wrapper {
		margin-bottom:0px !important;
	}
	.uabb-post-wrapper .uabb-blog-post-content {
		text-align: center;
		padding-bottom:30px !important;
		padding-top:15px !important;
	}
	.uabb-blog-post-content .uabb-button-wrap, .uabb-blog-post-content .uabb-read-more-text {
		padding-top: 10px;
	}
	#col-service .uabb-infobox-title {
		margin-bottom:15px !important;
	}
	#maps > .fl-row-content-wrap {
		padding-bottom:0px !important;
	}
	h1.fl-heading , h2.fl-heading {
		font-size:24px !important;
		line-height:34px !important;
	}
	.hn-slide .uabb-post-wrapper .uabb-blog-post-content:before {
		border:0;
	}
	.m-heading > .fl-module-content{
		margin-top:0;
	}
	.popup-video {
		position: absolute;
		bottom: 0;
		width: auto;
		right: 0;
	}
	.popup-video img {
		margin-right:0;
		width:170px !important;
	}
	.list-testimonial .uabb-testimonials-wrap.compact{
		padding:0;
	}
	.list-testimonial .uabb-testimonial-author-description{
		padding-bottom:20px !important;
		font-size:18px !important;
		line-height:28px !important;
	}
	.list-testimonial .uabb-slider-next, .list-testimonial .uabb-slider-prev {
		line-height: 50px;
		width: 60px; 
	}
	.list-testimonial .uabb-slider-next:after {
		border-width: 0 25px 50px 0;
	}
	.list-testimonial .uabb-slider-prev:after {
		border-width: 50px 25px 0 0;
	}
	.list-testimonial .uabb-testimonials-wrap .uabb-slider-prev .fa, .list-testimonial .uabb-testimonials-wrap .uabb-slider-next .fa {
		font-size: 26px;
	}
	.list-testimonial .uabb-slider-prev {
		left: 35%;
		padding-right:5px;
	}
	.list-testimonial .uabb-slider-next {
		left: 35%;
		padding-right:5px;
	}
	.heading-right > .fl-module-content {
		margin-top:0;
	}
	.heading-right .uabb-infobox-title-prefix {
		font-weight: 700;
		font-size: 52px !important;
		line-height: 62px !important;
	}
	.heading-right h2.uabb-infobox-title, .heading-right h2.uabb-infobox-title a {
		font-size: 20px !important;
		line-height: 30px !important;
		margin-top:5px !important;
	}
	.page-title {
		padding: 80px 0 80px;
		min-height: 50px;
		background-position:center !important;
	}
	.banner-container .content-page-title .title {
		font-size: 22px;
		line-height: 32px;
	}
	#sec4:before {
		display:none;
	}
	#sec-download .uabb-creative-button-wrap a{
		font-size:16px !important;
		margin:5px 0;
		width:250px;
	}
	.btn-download > .fl-module-content {
		margin:0 !important;
	}
	.ct-social .uabb-social-share-link-wrap{
		margin:0 10px 15px 10px !important;
	}
	.ct-social .uabb-social-share-link .uabb-icon-wrap .uabb-icon i , .ct-social .uabb-social-share-link .uabb-icon-wrap .uabb-icon i:before {
		font-size: 20px;
		line-height: 40px;
		height: 40px;
		width: 40px;
	}
}
/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}
/* Move frame*/
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}



.fl-module-uabb-image-carousel .slick-prev.slick-arrow{
	left: 30px !important;
}
.fl-module-uabb-image-carousel .slick-next.slick-arrow{
	right: 30px !important;
}
.fl-module-uabb-image-carousel .slick-prev.slick-arrow i,
.fl-module-uabb-image-carousel .slick-next.slick-arrow i{
	background: #00bdbb !important;
	    color: #fff !important;
}

/*
 * sec-uudai
 */

.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content{
	position: relative;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-left-right-wrap a.uabb-infobox-module-link{
	z-index: 99;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-title-wrap,
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 15px;

	opacity: 0;
	-webkit-transform: translate3d(0,30px,0);
	-moz-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
	-webkit-transition: all .3s cubic-bezier(.29,.22,.11,1.33);
	-moz-transition: all .3s cubic-bezier(.29,.22,.11,1.33);
	transition: all .3s cubic-bezier(.29,.22,.11,1.33);
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-title-wrap{
	padding-top: 0;
	padding-bottom: 10px;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap{
	margin-top: 58px;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content,
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box:hover .uabb-infobox.infobox-has-photo .uabb-infobox-content{
	position: relative;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-title{
	color: #fff;
	line-height: 1.3;
	font-size: 20px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
	height: 52px;

}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap .uabb-text-editor{
	color: #fff;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap .uabb-text-editor p{
	padding-bottom: 5px;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap .uabb-text-editor strong{
	color: #00bdbb;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    z-index: 1;
    background-color: rgba(54,54,54,.85);
    -webkit-transition: opacity .25s cubic-bezier(.45,.05,.55,.95);
    -moz-transition: opacity .25s cubic-bezier(.45,.05,.55,.95);
    transition: opacity .25s cubic-bezier(.45,.05,.55,.95);
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box:hover .uabb-infobox.infobox-has-photo .uabb-infobox-content:before{
	opacity: 1;
}

.sec-uudai1 .fl-row-content-wrap .fl-module-info-box:hover .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-title-wrap{
	opacity: 1;
	z-index: 1;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box:hover .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-text-wrap{
	opacity: 1;
	padding-top: 0px;
	z-index: 9;
	text-align: justify;
	/*top: -12px;*/
	/*line-height: 1.3;*/
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-imgicon-wrap .uabb-image {
	overflow: hidden;
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-imgicon-wrap .uabb-image .uabb-image-content img{
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateZ(0) scale(1);
	-moz-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}
.sec-uudai1 .fl-row-content-wrap .fl-module-info-box:hover .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-imgicon-wrap .uabb-image .uabb-image-content img{
	-webkit-transform: translateZ(0) scale(1.03);
	-moz-transform: translateZ(0) scale(1.03);
	transform: translateZ(0) scale(1.03);
}

/*
 * sec-diemdenantoan
 */

.sec-diemdenantoan .fl-content-slider{
	background: #fff;
	padding: 40px 40px 35px 40px;
}
.sec-diemdenantoan .fl-content-slider .fl-slide-title{
	color: #fc7419;
	text-transform: uppercase;
	    font-size: 20px;
	    margin: 15px 0 5px 0 !important;
}
.sec-diemdenantoan .fl-content-slider .fl-slide-text p{
	color: #000;
	line-height: 1.45;
	text-align: justify;
	font-size: 17px;
}

.sec-diemdenantoan .fl-content-slider .fl-content-slider-navigation .fl-content-slider-svg-container{
	background: #00bdbb;
	border-radius: 50%;
	margin-top: 30px;
	box-shadow: 1px 1px 1px #3e8f8e;
}
.sec-diemdenantoan .fl-content-slider .fl-content-slider-navigation svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
}
.sec-diemdenantoan .fl-content-slider .fl-content-slider-navigation path {
    fill: #fff;
}

/*
 * sec-dangkykenhyoutube
 */

.sec-dangkykenhyoutube .uabb-cta-text .uabb-cta-title{
	padding-bottom: 0;
	color: #000;
}



/**
 * General - Breadcrumb
 */
.page-title .banner-container .content-page-title .title{
	font-size: 24px;
	font-weight: normal;
}

/**
 * Single Tour Item
 */
.hdevvn-content-single-tour-item{
	display: block;
	float: left;
	width: 100%;
}
.hdevvn-content-single-tour-item .fl-content{
	margin: 15px 0 35px 0;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 30px;
	margin-right: 8px;
	text-align: center;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a:focus,
.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a:hover{
	background: transparent;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	

}
.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a i{
	font-size: 18px;
	margin-bottom: 5px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .col-md-12{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title h1.header-name{
	font-size: 20px !important;
    width: 72%;
    float: left;
    color: #f48e00;
    margin: 20px 0 15px 0;
    line-height: 1.2;
    padding: 10px;
    background: #00bdbb;
    color: #fff !important;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .tour-item-price-holder{
	float: left;
	padding-top: 6px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .tour-item-price-holder .tours-item-price{
	color: #00bdbb;
	font-weight: bold;
	font-size: 22px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .tour-item-price-holder .tours-item-price-prommotion{
	text-decoration: line-through;
    color: #666;
    font-size: 15px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .tour-item-price-holder .tour-item-price-text{
	position: relative;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-title .tour-item-price-holder .tour-item-price-text:before{
	content: '/';
	margin: 0 2px 0 0;
}


.hdevvn-content-single-tour-item .fl-content .tour-item-gallery h3.gallery-title{
	color: #fff !important;
	    font-weight: 600;
	    background: #00bdbb;
	    padding: 5px 10px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-gallery .photo-grid{
	display: block;
	float: left;
	margin: 0 -8px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-gallery .photo-grid .col-photo{
    width: 33.333%;
    float: left;
    padding: 8px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-gallery .photo-grid .col-photo img{
	height: 220px;
	object-fit: cover;
	object-position: 50%;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-plan .title-tour-plan{
	color: #fff !important;
	    font-weight: 600;
	    background: #00bdbb;
	    padding: 5px 10px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-head{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	padding: 15px 20px;
	line-height: 26px;
	background-color: #f4f4f4;
	clear: both;
	box-sizing: border-box;
	border-bottom: 1px solid #d7d7d7;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-head .tours-single-info-item{
	float: left;
	margin-right: 40px;
	font-size: 15px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-head .tours-single-info-item .tour-duration-holder{
	text-transform: uppercase;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-main{
	background-color: #f4f4f4;
	padding: 10px 20px;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-main .tour-main-info-holder{
	padding: 0;
	list-style: none;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-main .tour-main-info-holder li {
	padding: 6px 0;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-main .tour-main-info-holder li .col6.info {
    color: #363636;
    font-family: Poppins,sans-serif;
    font-size: 15px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-head .tours-single-info-item .tour-info-icon{
	margin-right: 5px;
}

.hdevvn-content-single-tour-item .fl-content .tour-item-short-info-main .tour-main-info-holder li .col6 {
    width: 40%;
    float: left;
}
.hdevvn-content-single-tour-item .fl-content .tour-item-short-info{
	margin-top: 30px;
	margin-bottom: 10px;
}

.location-title,
.include-title,
.review-title{
	color: #fff !important;
	    font-weight: 600;
	    background: #00bdbb;
	    padding: 5px 10px;
}


.tour-itinerary {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.itinerary-box:first-child {
    border: 0;
}

.itinerary-box {
    /*background-color: #fff;*/
    padding: 15px 0;
    border-top: 1px solid #d9dee2;
    margin-left: 30px;
	margin-bottom: 10px;
    position: relative;
}

.itinerary-box:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #d8d8d8;
    width: 0;
    height: 100%;
    left: -19.5px;
    top: 32px;
}

.itinerary-box:after {
    width: 22px;
    height: 22px;
    background: #21bfae;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -30px;
    top: 17px;
}
.itinerary-day-number{
	    display: inline-block;
    position: absolute;
    left: -22px;
    z-index: 9;
    color: #fff;
    top: 19px;
    font-weight: bold;
    font-size: 14px;
}

.itinerary-box:last-child:before {
    content: none;
}

.itinerary-title {
    cursor: pointer;
    position: relative;
}

.itinerary-title .iti-day-title {
    padding: 0;
    font-size: 16px;
}
.itinerary-title .iti-day-title:hover{
	color: #21bfae;
}

.det-arrow {
    float: right;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    font-size: 22px;
}

.itinerary-content {
    line-height: 22px;
    padding: 10px 0;
}

.itinerary-box.active:after {
    width: 22px;
    height: 22px;
    /*background: #fff;*/
    border: 2px solid #21bfae;
    
    left: -30px;
        top: 17px;
    position: absolute;
}

.itinerary-box.active .iti-day-title {
    color: #21bfae;
}

.itinerary-box.active .det-arrow {
    transform: rotate(180deg);
    transition: .5s ease-in-out;
}


.hdevvn-content-single-tour-item .fl-sidebar{
	margin: 0px 0 35px 0;	
}


.register-tour{
	background: #ededed;
	padding: 15px;
}
.register-tour .col-item input{
	background: #fff;
	height: 42px;
	border-radius: 0;
	border: none;
}
.register-tour .col-item textarea{
	background: #fff;
	border-radius: 0;
	border: none;
}
.register-tour .col-item.note-text p{
	font-size: 13px;
    line-height: 1.3;
    margin: 15px 0 0 0;
    text-align: justify;
}
.btn-add-tour-to-cart,
.register-tour .btn-register{
	width: 100%;
	height: 42px;
	background: #00bdbb;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 0;
}
.register-tour .btn-register:hover{
	background: #f48e00;
	border-color: #f48e00;
	color: #fff;
}

.btn-add-tour-to-cart{
	margin-bottom: 20px;
	background: #00bdbb;
	border-color:#00bdbb;
}
.btn-add-tour-to-cart:hover{
	color: #fff;
	background: #17abf7;
	border-color: #17abf7;
}




.bpv-collapse {
    position: relative;
}

.bpv-collapse .ex {
    font-size: 14px;
    position: absolute;
    top: 30%;
    right: 15px;
    color: #fff;
}
.expand_all{
	text-transform: capitalize;
}











.affix-top.tour-tab-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.affix-top.tour-tab-detail .nav-details {
    width: 1315px;
    margin: 0 auto;
}

.affix-top.tour-tab-detail .tab-details {
    border-bottom: 0;
}

.affix-top.tour-tab-detail.tour-tab-detail .nav-details li a:focus,
.affix-top.tour-tab-detail.tour-tab-detail .nav-details li a.active {
    color: #21bfae;
    border-bottom: 3px solid #21bfae !important;
    margin-bottom: -1px;
}
.affix-top.tour-tab-detail .tab-details .price-block {
    display: block;
}

.tour-tab-detail .nav-details li a.active {
    color: #21bfae;
    border-bottom: 3px solid #21bfae !important;
    margin-bottom: -1px;
}

.affix-top.tour-tab-detail {
    margin-top: 0;
}

.tagcloud a{
	font-size: 16px !important;
	display: block;
	margin: 4px 0;
}


/*
 * Archive Tour
*/
.fl-content-archive-tour{
}
.filter-bar{}
#ordering{
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	background: #f4f4f4;
	margin-bottom: 40px;
}
#ordering .search-ordering-item{
	-webkit-flex: 15%;
	-ms-flex: 15%;
	text-align: center;
	padding: 18px 0;
	-webkit-box-flex: 1;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #d7d7d7;
	flex-direction: column;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    color: #666;
    text-transform: initial;
}
#ordering .search-ordering-item:last-child{
	border: none;
}
#ordering .search-ordering-item:hover,
#ordering .search-ordering-item.active{
	color: #00bdbb;
}
#ordering .search-ordering-item i{
	margin-bottom: 5px;
	font-size: 18px;
}

.fl-content-archive-tour .tour-item .tour-item-image{
	position: relative;
	min-height:210px;
}
.fl-content-archive-tour .tour-item .tour-item-image img{
	height: 210px;
	object-fit: cover;
	object-position: 50% 0;
}
.fl-content-archive-tour .tour-item .tours-item-label{
	position: absolute;
	top: -7px;
	left: 50%;
	color: #fff;
	background: #00bdbb;
	padding: 10px 5px;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	border-radius: 3px;
	    z-index: 9;
}
.fl-content-archive-tour .tour-item .tour-item-image .tour-item-price-holder{
	position: absolute;
	left: 12px;
	bottom: 12px;
	color: #00bdbb;
	background: #fff;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 16px;
}
.fl-content-archive-tour .tour-item .tour-item-image .tour-item-price-holder .tours-item-price-prommotion {
    text-decoration: line-through;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.fl-content-archive-tour .tour-item .tour-item-content{
	border: 1px solid #ebebeb;
}
.fl-content-archive-tour .tour-item .tour-item-content .tours-item-content-top{
	padding: 12px 8px;
}
.fl-content-archive-tour .tour-item .tour-item-content .tour-title{
	margin: 0;
	font-size: 15px;
	color: #fc7419;
	font-weight: bold;
	text-transform: uppercase;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fl-content-archive-tour .tour-item .tour-item-content .tour-title a{
	color: #fc7419;
}
.fl-content-archive-tour .tour-item .tour-item-content .tour-item-excerpt p{
	line-height: 1.3;
	margin: 8px 0;
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
.fl-content-archive-tour .tour-item .tour-item-content .tour-item-excerpt {
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.fl-content-archive-tour .tour-item .tour-item-content .tours-item-content-bottom{
	background: #00bdbb;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 10px 8px;
	font-size: 14px;
	height: 41px;
}
.fl-content-archive-tour .tour-item .tour-item-content .tours-item-content-bottom i{
	margin-right: 5px;
}
.fl-content-archive-tour .tour-item{
	margin: 10px 0 35px 0;
}

.sidebar-archive-tour .widget {
	margin-bottom: 35px;
}
.sidebar-archive-tour .widget:last-child{
	margin-bottom: 0;
}
.sidebar-archive-tour .widget .widget-title{
	color: #fc7419;
	font-size: 20px;
	margin: 5px 0 15px 0;
	border-bottom: 1px solid;
}
.sidebar-archive-tour .widget.search_tour_widget{
	background: #f4f4f4;
	padding: 15px;
	display: block;
	float: left;
}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form{
	background: #fff;
	margin: 7px 0;
	display: block;
	float: left;
	width: 100%;
	position: relative;

}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form span.fa{
	position: absolute;
	top: 15px;
	left: 10px;
	color: #999;
	font-size: 15px;
}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form select{
	width: 100%;
	border: none;
	padding-left: 30px;
	height: 46px;
	color: #666;
}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form input{
	width: 100%;
	border: none;
	padding-left: 30px;
	height: 46px;
	color: #666;
	background: transparent;
	font-size: 16px;
	font-family: "Times New Roman", sans-serif;
	font-weight: 400;
}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form input::-webkit-input-placeholder { /* Edge */
  font-size: 16px;
  	font-family: "Times New Roman", sans-serif;
  	font-weight: 400;
  	color: #666;
}
.sidebar-archive-tour .widget.search_tour_widget form.advance-search-form .option-search-form input.filter-btn{
	padding: 4px 0 0 0;
	background: #00bdbb;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 16px;
	border-radius: 0;
}
textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
.sidebar-archive-tour .widget.search_tour_widget .tour-category-wrap .widget-title{margin-top: 15px;    width: 100%; display: inline-block;}
.sidebar-archive-tour .widget.search_tour_widget .tour-category-wrap ul{
	padding: 0;
	list-style: none;
}
.sidebar-archive-tour .widget.search_tour_widget .tour-category-wrap ul ul{
	padding-left: 30px;	
}
.sidebar-archive-tour .widget.search_tour_widget .tour-category-wrap ul li label{
	font-weight: normal;
	margin: 5px 0;
}
.sidebar-archive-tour .widget.search_tour_widget .tour-category-wrap ul li.active label{
	font-weight: bold;;
}
.tour-category-wrap ul li.active label:before {
    content: '\4e';
    color: #fff;
    background-color: #00bdbb;
}
.tour-category-wrap ul li label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    font-family: ElegantIcons;
    font-size: 13px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    box-sizing: border-box;
}


/*
 * Archive Blog
*/
.fl-archive .fl-post{
	width: 48%;
	float: left;
	margin: 10px 1%;
	border: 1px solid #e3e3e3;
	padding: 0 0 15px 0;
}
.fl-archive .fl-post .fl-post-thumb{
	margin-bottom: 15px;
}
.fl-archive .fl-post .fl-post-header .fl-post-title{
	line-height: 0;
	margin-bottom: 2px;
}
.fl-archive .fl-post .fl-post-header .fl-post-title a{
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.fl-archive .fl-post .fl-post-header,
.fl-archive .fl-post .fl-post-content{
	padding: 0 15px;
}
.fl-archive .fl-post .fl-post-header .fl-post-title a.post-edit-link{display: none;}
.fl-archive .fl-post .fl-post-header .fl-post-meta{
	color: #666;
}
.fl-archive .fl-post .fl-post-content p{
	line-height: 1.3;
	color: #000;
	font-size: 16px;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.fl-archive .fl-post .fl-post-content .fl-post-more-link{
	margin: 10px 0 0 0;
	background: #00bdc9;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1.3;
}
body.single-post .fl-content-left,
body.archive.category .fl-content-left{
	padding-right: 15px;
}

.fl-sidebar-right .fl-widget.widget_recent_entries ul li a img{
	width: 78px;
	float: left;
	margin-right: 10px;
	display: block;
}
.fl-sidebar-right .fl-widget.widget_recent_entries ul li a h5{
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
	
}
.fl-sidebar-right .fl-widget.widget_recent_entries ul li a h5.hasThumb{
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fl-sidebar-right .fl-widget.widget_recent_entries ul li .post-date{
	color: #666;
	font-size: 13px;
}
.fl-sidebar-right .fl-widget.widget_recent_entries ul li {
    margin-bottom: 15px;
}

#related_posts{
	display: block;
	float: left;
	width: 100%;
}
.mkdf-comment-form{
	display: block;
	float: left;
	width: 100%;
}

#reply-title{
	font-size: 20px;
	color: #fc742e;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#respond form #comment{
	height: 160px;
}
#respond form input{
	margin: 8px 0;
}

.block-dangkynhantin .uabb-infobox .uabb-infobox-title-prefix{}
.block-dangkynhantin .uabb-infobox .uabb-infobox-title{}
.block-dangkynhantin .uabb-infobox .wpcf7-form {
	position: relative;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form input{
	height: 48px;
	background: transparent;
	border-radius: 0;
	position: relative;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form input.wpcf7-submit{
	position: absolute;
	right: 0;
	top: 0;
	width: 132px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #00bdbb;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	font-size: 16px;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form input.wpcf7-submit:hover{
	color: #000;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form .ajax-loader{
	display: none !important;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form .wpcf7-validation-errors{
	margin: 0 !important;
	border: none !important;
	font-size: 14px  !important;
	color: red !important;
	padding: 0 !important;
}
.block-dangkynhantin .uabb-infobox .wpcf7-form .wpcf7-not-valid-tip{
	position: absolute;
	right: 150px;
	top: 5px;
	transform: translate(10px, 10px);
	font-size: 13px;
	color: red;
}

.s-popupvideo .b-left .uabb-infobox{
	position: relative;
}
.s-popupvideo .b-left .uabb-infobox .uabb-module-content{
	margin: 0;
}
.s-popupvideo .b-left .uabb-infobox .uabb-module-content .uabb-image-content{
	position: relative;
}
.s-popupvideo .b-left .uabb-infobox .uabb-module-content .uabb-image-content:before{
	content: '';
	background: #0000005c;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.s-popupvideo .b-left .uabb-infobox:hover .uabb-module-content .uabb-image-content:before{
	background: #0000008a;
}
.s-popupvideo .b-left .uabb-infobox .uabb-infobox-title-wrap{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 100%
}
.s-popupvideo .b-left .uabb-infobox .uabb-infobox-title-wrap h3.uabb-infobox-title{
	padding-top: 25px
}
.s-popupvideo .b-left .uabb-infobox .uabb-infobox-title-wrap h3.uabb-infobox-title:before{
    content: "\e04e";
    font-family: 'ElegantIcons';
    display: block;
    font-size: 76px;
    position: relative;
    top: -45px;
}
.s-popupvideo .b-right > .fl-module-content{
	background: #fff;
	padding: 40px 30px;
}
.s-popupvideo .b-right .fl-module-content .fl-testimonial p{
	line-height: 1.6;
}
.s-popupvideo .b-right .fl-module-content .fl-testimonial p strong{
	color: #fc7419;
}


.tour-carousel{
	border: none !important;
	padding-top: 20px;
	background: transparent !important;
}
.tour-carousel .fl-post-carousel-text{
	background: #fff;
}
.tour-carousel .fl-post-carousel-image{
	position: relative;
}
.tour-carousel .fl-post-carousel-image .tours-item-label{
	position: absolute;
	top: -17px;
	left: 50%;
	color: #fff;
	background: #00bdbb;
	padding: 10px;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	border-radius: 3px;
}
.tour-carousel .fl-post-carousel-image .tour-item-price-holder {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: #00bdbb;
    background: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
}
.tour-carousel .fl-post-carousel-image .tour-item-price-holder .tours-item-price-prommotion {
    text-decoration: line-through;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}
.tour-carousel .fl-post-carousel-text {
	padding: 0;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-top .tour-item-title h2.fl-post-carousel-title{
	line-height: 1.4;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-top .tour-item-title a{
    margin: 0;
    font-size: 16px;
    color: #fc7419;
    font-weight: bold;
    text-transform: uppercase;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-top {
	padding: 12px 15px;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-top .tour-item-excerpt{
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-top .tour-item-excerpt p {
    line-height: 1.3;
    margin: 8px 0;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-size: 16px;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-bottom {
    background: #00bdbb;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 14px;
    height: 42px;
}
.tour-carousel .fl-post-carousel-text .tours-item-content-bottom i {
    margin-right: 5px;
}


.uabb-modal-video .uabb-content iframe{
	width: 100% !important;
	height: 420px !important;
}

a.carousel-prev,
a.carousel-next{
	opacity: 1;
}
.fl-post-carousel-navigation svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    box-shadow: 1px 1px 1px #3e8f8e;
    background: #4cd0cf;
    border-radius: 50%;
    padding: 8px;
}
.fl-post-carousel-navigation:hover svg {
	background: #00bdbb;
}

/* Mini Cart */
/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
/*
 .custom-mini-cart{
	margin-left: 22px;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'FontAwesome';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 26px;
    color: #fff;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
	top: 18px;
   	right: -2px;
   	transform: translateY(-105%) translateX(25%);
	font-weight: normal;
	font-size: 8px;
	line-height: 16px;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	text-align: center;
	color: #fff !important;
	background: #000;
	border-radius: 50%;
	padding: 0px;
}

.woopack-mini-cart{
	position: relative;
	float: right;
}
.woopack-cart-items {
	min-width: 340px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    box-shadow: 0 10px 10px 3px rgba(10,10,10,.28);
    border-radius: 3px;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
    position: relative;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #efefef;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item a{
	padding: 0;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
   color: #ff0000!important;
   font-size: 17px;
   width: 18px;
   height: 18px;
   top: 10px;
   right: -6px;
   line-height: 20px;
   text-align: center;
   padding-left: 1px;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item a.remove.remove_from_cart_button:hover{
	color: #fff !important;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    position: absolute;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item .variation{
	padding: 0;
	display: flex;
	justify-content: flex-end;
	border: none;
}
.woopack-cart-items ul li.woocommerce-mini-cart-item .variation dd,
.woopack-cart-items ul li.woocommerce-mini-cart-item .variation dt{
	margin: 0;
	padding: 0;

}
.woopack-cart-items ul.cart_list li a{
	color: #000;
	margin-bottom: 2px;
}
.woopack-cart-items .woocommerce-mini-cart__total.total {
    padding-top: 15px;
    padding-bottom: 15px;
}
.woopack-cart-items .woocommerce-mini-cart__total.total {
    color: #0a0a0a;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.woopack-cart-items .woocommerce-mini-cart__total.total .amount {
    float: right;
}
.woopack-cart-items .woocommerce-mini-cart__buttons{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
}
.woopack-cart-items .woocommerce-mini-cart__buttons a.button{
	width: 120px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.5px;
    border-color: #000;
}
.woopack-cart-items .woocommerce-mini-cart__buttons a.checkout{
	background-color: #00bdbb;
    color: #fff;
    border-color: #00bdbb;
}
.woopack-cart-items .woocommerce-mini-cart__buttons a.button:hover{
	color: #fff;
	background-color: #000;
}
.woopack-cart-items .woocommerce-mini-cart__buttons a.checkout:hover{
	background-color: transparent;
	color: #00bdbb;
}
.woopack-cart-items{
	position: absolute;
    border: 1px solid #ddd;
    margin-top: 3px;
    background-color: #fff;
    z-index: 999999;
    right: -3px;
    opacity: 0;
   visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woopack-cart-items.show-mini-cart{
	opacity: 1;
    visibility: initial;
}
*\
/* END MINI CART*/


.wc-proceed-to-checkout .checkout-button{
	background: #00bdbb !important;
	border-color: #00bdbb !important;
	padding: 10px !important;
	text-transform: uppercase;
	font-size: 18px !important;
}

.checkout.woocommerce-checkout h3{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 15px 0 !important;
}
.checkout.woocommerce-checkout .woocommerce-additional-fields h3{
	margin: 10px 0 0 0 !important;
}
.checkout.woocommerce-checkout label{
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}
.checkout.woocommerce-checkout textarea{
	background: transparent !important;
	height: 100px !important;
}
.checkout.woocommerce-checkout .col-1 input,
.checkout.woocommerce-checkout .col-1 span.select2-selection.select2-selection--single,
.checkout.woocommerce-checkout .col-1 span.select2-selection__rendered{
	background: transparent !important;
    height: 40px !important;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 5px !important;
}
.checkout.woocommerce-checkout p.form-row#billing_phone_field,
.checkout.woocommerce-checkout p.form-row#billing_email_field,
.checkout.woocommerce-checkout p.form-row#billing_state_field,
.checkout.woocommerce-checkout p.form-row#billing_city_field{
	width: 50%;
	float: left;
	clear: initial;
}
.woocommerce form .form-row {
    margin: 0 0 2px !important;
}
.woocommerce button.button.alt{
	background-color: #00bdbb;
    color: #fff;
    border-color: #00bdbb;
    text-transform: uppercase;
    padding: 8px 26px;
}
.woocommerce ul.order_details {
    margin: 0 0 15px  !important
}
.woocommerce ul.order_details li{
	margin-right: 0 !important;
}
.woocommerce .order_details li, .woocommerce-page .order_details li{
	padding: 12px !important;
}


/**
  * FORM SEARCH HOME
  */

.hdevvn-advance-search-form-wrap {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hdevvn-advance-search-form-wrap .hdevvn-fields-search {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

._left_s {
    width: 1%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
}

._right_s {
	font-family: Times New Roman !important;
    width: 222px;
}

._left_s ._item_s {
    border-right: 1px solid #dfdfdf;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 4px 10px 0px 10px;
}

/*._left_s ._item_s:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 298px;
    flex: 1 1 298px;
    max-width: 298px;
    width: 100%;
}
*/
._item_s label {
    font-weight: normal;
    font-size: 12px;
    color: #7c7c7c;
    margin-bottom: 4px;
    margin-top: 4px;
    display: block;
}

._item_s input {
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    padding-left: 0;
    color: #333;
    font-weight: 400;
    background: transparent;
}

._item_s select {
    width: 100%;
    border: none;
    font-size: 20px;
    padding: 4px 0;
}

._item_s select:focus {
    box-shadow: none;
    border: none;
}

._right_s ._search_btn {
	background-color: DodgerBlue;
    width: 100%;
    height: 72px;
    border: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}
._right_s ._search_btn:hover{
	color: #00bdbb;
	background: #17151a ;
}
._right_s ._search_btn.active,
._right_s ._search_btn:focus,
._right_s ._search_btn:hover {
    border: none;
}

.colorText,
span.selectwrap {
    color: #999;
    font-weight: 400;
}

.advance-search-not-home .hdevvn-advance-search-form-wrap ._left_s ._item_s {
    padding: 2px 10px 2px 10px;
}

.advance-search-not-home .hdevvn-advance-search-form-wrap {
    width: 100%;
    max-width: 100%
}

.advance-search-not-home .hdevvn-advance-search-form-wrap ._item_s {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfdfdf;
}

.advance-search-not-home .hdevvn-advance-search-form-wrap ._item_s label {
    padding: 0 10px;
    font-size: 15px;
}

.advance-search-not-home .hdevvn-advance-search-form-wrap ._item_s select {
    color: #000;
    padding: 5px;
}

.advance-search-not-home .hdevvn-advance-search-form-wrap ._item_s select option {
    margin: 40px;
    background: #f1f1f1;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    padding: 5px 0;
    font-size: 15px;
}

.fl-submenu-indicator .fl-page-nav ul.sub-menu li.menu-item-has-children > a:after{
	width: auto;
	    right: 15px;
	    position: absolute;
	    float: none;
}

/*
 * Responsive
*/
@media screen and (max-width: 1444px) {
	.fl-full-width .container{
		width: 100% !important;
		max-width: 100%  !important;
	}
}
@media screen and (max-width: 1200px) {
	header.fl-page-header .fl-page-header-wrap .fl-page-header-container.container{
	    margin: 0 !important;
	    width: 100% !important;
	    max-width: 100% !important;
	}
	
	.fl-page-nav-search{
		display: none
	}
}
@media screen and (max-width: 1024px) {
	.fl-page-nav-right .fl-page-header-row{
		display: flex !important;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
	}
	.fl-page-nav-right .fl-page-header-row .fl-page-nav-col {
    	width: 100%;
    	text-align: left;
    	float: left;
    	padding-left: 0;
    	padding-right: 0
	}
	.fl-page-nav-right .fl-page-nav-wrap nav.navbar {
	    display: flex;
	    align-items: center;
	    justify-content: start !important;
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo{
		margin: 0
	}

	.dichvu-uu--dai>.fl-module-content{
		margin-top: 28px;
	    margin-bottom: 20px;
	}

	.fl-post-carousel-navigation .carousel-next {
	    right: -12px !important;
	    margin-top: -65px !important;
	}
	.fl-post-carousel-navigation .carousel-prev {
	    left: -12px !important;
	    margin-top: -65px !important;
	}
	.fl-content-slider-navigation a{
		opacity: 1
	}
	#ordering {
	    flex-wrap: initial;
	}

	.affix-top.tour-tab-detail{
		top: auto;
		bottom: 0;
		
	}
	.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a{font-size: 11px !important; line-height: 1.2;}
	#fl-to-top {
		    right: 18px !important;
		bottom:  265px !important
	}
	div.zalo-chat-widget {
	    bottom: 155px !important;
	}
	.mypage-alo-phone {

	    bottom: 45px !important;
	}

	.fl-sidebar-right li.widget h2.widgettitle{
		margin-top: 40px !important;
		text-transform: capitalize !important
	} 
	.btn-add-tour-to-cart, .register-tour .btn-register{
		font-size: 12px
	}

	.fl-full-width .container {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.custom-mini-cart{
	    position: absolute;
	    right: 20px;
	    top: 16px;
	}
	.fl-page-nav-right .fl-page-header-container{
		padding-top: 0
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-header-logo {
	    text-align: center;

	    padding: 0 !important;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle{
		top: 17px !important;
		    
	    left: 15px;
	    right: auto;
	    border-radius: 2px;
	}

	div.fl-row.s-banner > div.fl-row-content-wrap {
	    padding-bottom: 0 !important;
	}
	

	.sec-uudai1 .uabb-image .uabb-image-content img{
		width: 400px;
		max-width: 100%;
	}
	.fl-page-nav ul.sub-menu .sub-menu {
		margin-top: 0;
	}

	.sec-diemdenantoan .fl-content-slider {
	    background: #fff;
	    padding: 0;
	}
	.sec-diemdenantoan .fl-content-slider .fl-slide .fl-slide-content{
		background-color: transparent;
		padding: 0 30px 30px 30px !important
	}
	.sec-diemdenantoan .fl-content-slider{
	/*.sec-diemdenantoan .fl-content-slider .fl-slide {*/
	    /*width: 380px !important;*/
	    margin: 0 !important;
	}
	.sec-diemdenantoan .fl-content-slider .fl-slide{
		width: 460px !important
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-title{
	    font-size: 18px !important;
	    line-height: 28px !important;
	}

	.fl-module-post-carousel .fl-post-carousel {
	    padding: 0 ;
	}
	.fl-post-carousel-navigation .carousel-prev {
	    left: -10px;
	}
	.fl-post-carousel-navigation .carousel-next {
	    right: -10px;
	}

	.fl-content-slider-navigation .slider-prev {
	    left: -15px;
	}
	.fl-content-slider-navigation .slider-next {
	    right: -15px;
	}


	.sec-dangkykenhyoutube .uabb-cta-text .uabb-cta-title{
		font-size: 16px
	}
	._item_s input,
	.nice-select span.current {
    	font-size: 16px;
	}
	.nice-select{
		padding: 0
	}

	.page-title{
		height: 6rem !important;
	    min-height: 6rem !important;
	    padding: 40px 0 40px !important;
	}
	.p-r-0{
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.page-title .banner-container .content-page-title .title {
	    font-size: 18px;
	    line-height: 1.4
	}

	#ordering .search-ordering-item {
    	-webkit-flex: 100%;
    	border-bottom: 1px solid #d7d7d7;
    	text-align: left;
    	padding: 6px 12px;
    	flex-direction: row;
	    align-items: center;
	    justify-content: flex-start;
	    color: #333;
	    font-weight: normal;
	    border-left: 1px solid #d7d7d7;
	}
	#ordering .search-ordering-item:first-child{
    	border-top: 1px solid #d7d7d7;
    }
	#ordering .search-ordering-item:last-child{
    	border-bottom: 1px solid #d7d7d7;
    	border-right: 1px solid #d7d7d7;
    }
	#ordering .search-ordering-item i {
	    margin-bottom: 0;
	    font-size: 14px;
	    margin-right: 8px;
	    width: 20px;
	}

	.hdevvn-content-single-tour-item .fl-content .tour-item-title h1.header-name{
		display: none
	}
	.mkdf-tour-reviews-criteria-holder {
	    width: 33.333% !important;
	}

	.row.tour-item-tabs > .col-md-12{
		padding: 0;
	    width: 100vw;
	    margin-left: -5px;
	}
	.nav-tabs>li {
	    width: 20%;
	}
	.hdevvn-content-single-tour-item .fl-content .tour-item-tabs .tour-tab-detail ul.tab-details li a{
		font-size: 13px;
		padding: 4px;
		margin-right: 5px;
	}
	.affix-top.tour-tab-detail .nav-details{
		width: 100% !important
	}
	.tour-item-title{
		margin-top: 10px
	}
	.fl-archive .fl-post {
	    width: 48%;
	}
	.fl-archive .fl-post {
	    width: 48%;
	}
}
@media (max-width: 991px) {

	/*.fl-archive .fl-post{
		width: 98.5%;
	}*/
	body.archive article.fl-post.post .fl-post-thumb img {
		height: 245px !important;
		object-fit: cover;
		object-position: 50%;
	}
	.fl-content-archive-tour .tour-item .tour-item-image img {
		height: 252px !important;
		object-fit: cover;
		object-position: 50%;
	}
	.post-type-archive-tour-item #content .nd .col-md-4.item{
		width: 50%;
		float: left
	}

	.fl-content-archive-tour .col-md-4.item{
		width: 50%;
		float: left
	}

	.fl-page-footer-api.api-chili a{
		color: #fff !important
	}
}
@media screen and (max-width: 768px) {
	.hdevvn-content-single-tour-item .fl-content .tour-item-gallery .photo-grid .col-photo img{
		height: 100px;
	}
	._right_s {
	    width: 130px;
	}
	.fl-page-header-primary .fl-logo-img {
	    height: auto !important;
	    max-width: 250px;
	}
	.fl-page-nav-right .fl-page-nav-wrap nav.navbar{
		display: block;
		width: 100%
	}
	.sec-uudai .fl-col-small{
		max-width: 100%;
	}
	.sec-diemdenantoan .fl-content-slider .fl-slide {
	    width: 350px !important;
	}

	.s-popupvideo .fl-row-content-wrap .fl-col-group .fl-col{
	 min-width: 100%
	}
	.fl-content-archive-tour .tour-item .tour-item-image img{
		width: 100%
	}
	.cat-navigation{
		margin-bottom: 30px
	}
	

	/*/Search tour responsive*/
	.hdevvn-advance-search-form-wrap .hdevvn-fields-search{
		flex-direction: column;
	}
	._left_s{
		flex-direction: column;	
		width: 100%;
	}
	._left_s ._item_s{
		max-width: 100%;
		border-bottom: 1px solid #dfdfdf;
	}
	._right_s{
		width: 100%
	}
	._right_s ._search_btn{
		height: 48px
	}
	#ordering {
	    flex-wrap: wrap;
	}

	.hdevvn-content-single-tour-item .fl-sidebar{
		display: block;
		margin: 15px 0;
	}

	.sec-diemdenantoan .fl-content-slider .fl-slide {
	    width: 385px !important;
	}



}
@media screen and (max-width: 568px) {
	.fl-archive .fl-post {
	    width: 100%;
	}
	
	body.archive article.fl-post.post .fl-post-thumb img {
	    height: 380px !important;
	}
}
@media screen and (max-width: 447px) {
	body.archive article.fl-post.post .fl-post-thumb img {
	    height: 280px !important;
	}

	.fl-content-archive-tour .col-md-4.item{
		width: 100%;
		float: left
	}

	.post-type-archive-tour-item #content .nd .col-md-4.item{
		width: 100%;
		float: left
	}
}


img.wpml-ls-flag{
position: relative;
    top: -2px;
}
.woopack-cart-items,
p.woocommerce-mini-cart__empty-message{display: none;}

.fl-post-meta.fl-post-meta-bottom{display: none;}
body.search .fl-post .fl-post-thumb img{
	height: 352px !important;
}

.page-title .banner-container .content-page-title .title{display: none;}
body.search-no-results .fl-post{
	width: 100%;
	float: left;
	    border: none;
    padding: 0;
    margin: 30px 0 0 0;
}


body.search-no-results .fl-post .fl-post-content{
	    margin-top: 50px;
}

.showlog .red{
	color: red;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 15px;
    border: 1px solid;
    background: #fff;
}
.showlog .green{
	color: green;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 15px;
    border: 1px solid;
    background: #fff;
}


#gallery-1 .gallery-item{
	padding: 0 8px;
}
#gallery-1 .gallery-item img{
	height: 350px;
	object-fit: cover;
    object-position: 50%;
    width: 100%;
}
@media screen and (max-width: 568px) {
	#gallery-1 .gallery-item img{
		height: 120px;
		object-fit: cover;
	    object-position: 50%;
	}
	.fl-row[data-node] .fl-row-content-wrap{
		padding-top: 0 !important;
	}
}

.fl-page .fl-page-header{
	background: #00bdbb;
    z-index: 999999;
    border-bottom: 1px solid #00bdbb;
}
#submit_comment{
	width: 160px !important;
}

.fl-post-carousel-image .fl-photo  a{
	display: block !important;
}


@media screen and (max-width: 991px) {
	.fl-page .fl-page-header{
		position: fixed;
		width: 100%
	}
	body>.fl-page,
	body.home .fl-page-content{
		margin-top: 65px
	}
}
.fl-sidebar-right li.widget h2.widgettitle{
	text-transform: capitalize !important;
}


/*body.page-template-tpl-paymentsuccess .fl-page .fl-page-content,*/
body.page-template-tpl-dopayment .fl-page .fl-page-content,
body.page-template-tpl-bookingsuccess .fl-page .fl-page-content{
	display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-top: 60px;
    margin: 0 0 60px 0;
}
body.page-template-tpl-paymentsuccess .fl-page-footer-wrap,
body.page-template-tpl-dopayment .fl-page-footer-wrap,
body.page-template-tpl-bookingsuccess .fl-page-footer-wrap{
	display: block !important;
	width: 100% !important;
}

body.page-template-tpl-bookingsuccess .fl-page .fl-page-content{
	padding-top: 0px;
	margin: 0;
}

body.page-template-tpl-paymentsuccess .fl-page .fl-page-content,
body.page-template-tpl-ve-xe-khach .fl-page .fl-page-content{
	padding-top: 30px;
	margin: 0 0 30px 0;
	width: 100%;
}




.fl-page-nav-search form{
	position: fixed;
	transform: translate(-50%, 50%);
	    left: 50% !important;
	    top:  32% !important;
	   right: auto !important;
	   background: transparent;
	   box-shadow: none;
	   border: none;
	   width: 580px;
	   max-width: 580px;
	   -webkit-animation: expand 1s;
	   height: 0px;
}

.fl-page-nav-search form .fl-search-input{
	font-size: 23px;
	    height: 62px;
	    max-width: 580px;
	    width: 580px;
	    font-weight: bold;
	    padding-left: 15px;

	    background: transparent !important;
	    border: none;
	    border-bottom: 2px solid #fafafa;
	    border-radius: 0;
	    padding-left: 0 !important;
	    color: #fff !important;
}
.fl-page-nav-search form .fl-search-input::-webkit-input-placeholder { /* Edge */
  color: #fafafa;
  font-weight: bold;
}

.fl-page-nav-search form .icon_search{
	background: url(./images/search.png) no-repeat;
    background-size: 26px;
    background-position: 50%;
    font-size: 0;
    position: absolute;
    top: 20px;
    height: 62px;
    width: 62px;
    right: -35px;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fl-page-nav-search form .icon_search:hover{

}

.fl-page-nav-search.open .bg{
	position: fixed;
	    width: 100%;
	    height: 100%;
	    background: #000000b8;
	    left: 0;
	    top: 0;
	    z-index: 9;
	
}

.fl-page-nav-search.open form{

}


/*@-webkit-keyframes search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}*/
@keyframes search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
/*@-webkit-keyframes search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}*/
@keyframes search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}

@keyframes expand{
    0%{height:200px}
    100%{height:0}
}
@-webkit-keyframes expand{
    0%{height:200px}
    100%{height:0}
}



.mkdf-comments ul.mkdf-comment-list{
	list-style: none;
	padding: 0;
}
.mkdf-comments ul.mkdf-comment-list li{
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 0;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment{
	position: relative;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-image {
    display: block;
    width: 77px;
    float: left;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-image img{
	border-radius: 50%;
}

.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-text {
    padding-left: 90px;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-text {
    padding: 0 0 0 106px;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-text .mkdf-comment-name{
	margin: 0 0 2px 0;
	    font-size: 16px;
}

.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-text .mkdf-comment-date{
	margin-bottom: 0px;
	font-size: 13px;
}
.mkdf-comments ul.mkdf-comment-list li .mkdf-comment .mkdf-comment-text  .mkdf-text-holder p {
    margin: 9px 0;
    font-size: 16px;
    line-height: 1.4;
}
#respond form input#submit_comment{
	background-color: #00bdbb;
	border: 2px solid #00bdbb;
	text-transform: capitalize !important;
	font-size: 16px;
}
#respond form input#submit_comment:hover{
	color: #fff;
}

#submit_comment{
	text-transform: capitalize !important;
}
.tour-item .tour-item-image,
.fl-post-carousel-image .fl-photo{
	overflow: hidden;
}
.tour-item .tour-item-image img,
.fl-post-carousel-image .fl-photo .fl-photo-content img{
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateZ(0) scale(1);
	-moz-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}
.tour-item .tour-item-image:hover img,
.fl-post-carousel-image .fl-photo:hover .fl-photo-content img{
	-webkit-transform: translateZ(0) scale(1.05);
	-moz-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}


.uabb-image-carousel-item{
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}
.return-to-shop{
	display: none !important;
}


.block-faqs .block-faqs-left .uabb-adv-accordion .uabb-adv-accordion-button,
.block-faqs .block-faqs-left .uabb-adv-accordion .uabb-adv-accordion-content{
	padding-left: 0;
	padding-right: 0;
}

.block-faqs .block-faqs-right .uabb-infobox{
	background-color: #f9f9f9;
	padding: 20px 20px 10px 20px;
}
.block-faqs .block-faqs-right .uabb-infobox .uabb-infobox-title-wrap{
	text-align: center;
}
.block-faqs .block-faqs-right .uabb-infobox .uabb-infobox-title-wrap h3.uabb-infobox-title{
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 input{
	background: #fff;
	height: 42px;
	border: none;
	border-radius: 0;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 textarea{
	background: #fff;
	height: 120px;
	border: none;
	border-radius: 0;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 input.wpcf7-submit{
	width: 100%;
	background-color: rgba(0, 149, 225, 1);
	height: 52px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 div.wpcf7-validation-errors, .block-faqs .block-faqs-right .uabb-infobox .wpcf7 div.wpcf7-acceptance-missing {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    color: #d50202 !important;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 .ajax-loader{
	display: none !important;
}
.block-faqs .block-faqs-right .uabb-infobox .wpcf7 .wpcf7-not-valid-tip{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: -10px;
	color: #d50202 !important;
}



@media screen and (max-width: 991px) {

	.block-faqs .block-faqs-left .uabb-adv-accordion .uabb-adv-accordion-button,
	.block-faqs .block-faqs-left .uabb-adv-accordion .uabb-adv-accordion-content{
		padding-left: 15px;
		padding-right: 15px;
	}

	.sec-uudai .fl-row-content-wrap .fl-module-info-box .uabb-infobox.infobox-has-photo .uabb-infobox-content .uabb-infobox-title{

		font-size: 20px !important;
		    line-height: 26px !important;
	}
}

.fl-page-footer-widgets .fl-widget ul{
	display: block;
	float: left;
}
.fl-page-footer-widgets .fl-widget ul li{
	margin: 5px 0;
}


/* Form Kích cầu du lịch */
div[id*='wpcf7-f36140'] .wpcf7-form,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form{
	max-width: 400px;
	background: #fafafa;
	padding: 45px 25px 25px 25px;
	margin: 30px auto;
	position: relative;
	box-shadow: 0 0px 15px #0000002e;
	border-radius: 3px;
}
div[id*='wpcf7-f36140'] .wpcf7-form h3,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form h3{
	margin: 0;
	background: #00bdbb;
	color: #fff;
	display: inline-block;
	padding: 2px 15px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 25px;
}
div[id*='wpcf7-f36140'] .wpcf7-form h3:after,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form h3:after{
	top: 3px;
    left: -6px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #00bdbb;
    border-width: 7px;
    transform: rotate(135deg);
    border-bottom-color: #00bdbb;
}
div[id*='wpcf7-f36140'] .wpcf7-form p,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form p{
	line-height: 1;
}
div[id*='wpcf7-f36140'] .wpcf7-form input,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form input{
	background: #fff;
	height: 38px;
}
div[id*='wpcf7-f36140'] .wpcf7-form .wpcf7-submit,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form .wpcf7-submit{
	background: #00bdbb;
	border: 1px solid #00bdbb;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
	font-size: 16px;
	height: 42px;
}
div[id*='wpcf7-f36140'] .wpcf7-form .ajax-loader,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form .ajax-loader{
	display: none !important;
}
div[id*='wpcf7-f36140'] .wpcf7-form .wpcf7-not-valid-tip,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-form .wpcf7-not-valid-tip{
    font-size: 12px !important;
    top: 5px !important;
    position: relative;
    top: 3px;
}
div[id*='wpcf7-f36140'] .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-response-output.wpcf7-validation-errors{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 12px !important;
	color: #ff0000 !important;
}
div[id*='wpcf7-f36140'] .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7#wpcf7-f36140-p21163-o2 .wpcf7-response-output.wpcf7-mail-sent-ok{
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 12px !important;
	color: #398f14 !important;
}
.add-cf7-form-category{
	margin: 40px 0 -30px 0;
}
@media screen and (max-width: 768px) {
	.add-cf7-form-category{
		margin: 15px;
	}


	.page-section.tour_overview.mt-30 table{
		width: 100%	!important;
	}
	.page-section.tour_overview.mt-30 table tr{
		width: auto !important;
	}
	.page-section.tour_overview.mt-30 table td,
	.page-section.tour_overview.mt-30 table td p,
	.page-section.tour_overview.mt-30 table td span{
		padding: 1px;
		font-size: 10px;
		width: auto !important;
	}
}


.tour_include table{
	width: 100% !important;
}
.tour_include table tr td{
	padding: 5px 0px !important; 
	text-align: center;
	    font-size: 13px;
}

body.home .fl-post-grid-image img{
    height: 280px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: 50%;
}
body.home .fl-post-grid-text .fl-post-grid-content{
	height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.single  .fl-post-content  p a{
	color: #00bdbb;
}




.v2style.fl-post-carousel-text {
	position: relative;
}
.v2style.fl-post-carousel-text .tours-item-content-top{
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}
.v2style.fl-post-carousel-text .product-item-grid__discount {
    display: block;
    align-items: center;
    background: #eb1d26;
    border-radius: 0px 32px 32px 0px;
    padding: 4px 8px 4px 4px;
    position: absolute;
    left: 0px;
    bottom:auto !important;
    top: -13px;
    text-transform: uppercase;
}
.v2style.fl-post-carousel-text .product-item-grid__discount img {
    height: 14px !important;
    width: auto;
    margin-right: 2px;
    width: auto !important;
    float: left;
    margin-top: 3px;
}
.v2style.fl-post-carousel-text .product-item-grid__discount span {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}
.v2style.fl-post-carousel-text  .tour-item-price-holder .tours-item-price-prommotion{
	color: #656565;
	text-decoration: line-through;
	margin-right:3px;
}
.v2style.fl-post-carousel-text  .tour-code,
.v2style.fl-post-carousel-text  .tour-ngaykhoihanh,
.v2style.fl-post-carousel-text  .tour-duration{
	color: #656565;
	font-size: 14px;
	margin: 1px 0;
	line-height: 1.4;
}

.v2style.fl-post-carousel-text  .tours-item-content-bottom{
	background: transparent;
	padding-top: 0;
		height: auto;
}
.product-item-grid__score {
    font-size: 14px;
    color: #8ac43f;
}
.product-item-grid__score {
    font-size: 14px;
    color: #8ac43f;
}
.product-item-grid__rating-number {
    font-size: 14px;
    color: #656565;
    margin-left: 6px;
}
.product-item-grid__remaining {
    display: inline-flex;
    align-items: center;
}
.product-item-grid__remaining-label {
    font-size: 14px;
    font-weight: 700;
    color:#25282b;
    margin-right: 4px;
}
.product-item-grid__remaining-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-width: 24px;
    border-radius: 6px;
    background: #eb1d26;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.product-item-grid__score span:first-child {
    background: #8ac43f;
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px;
}
.product-item-grid__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}

.v2style.fl-post-carousel-text .tour-item-price-holder{
	    font-size: 16px;
	    font-weight: bold;
        color: #00bdbb;
        margin: 2px 0 8px 0;
}

.fl-post-carousel-image.v2style .tour-item-price-holder{display: none;}
.tours-related-in-post .item .type-tour-item.v2style .tour-code,
.tours-related-in-post .item .type-tour-item.v2style .tour-ngaykhoihanh,
.tours-related-in-post .item .type-tour-item.v2style .tour-duration,
.tours-related-in-post .item .type-tour-item.v2style .tours-item-content-bottom{font-size: 15px;}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu li>a:hover, 
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav ul.sub-menu  li>a:focus{
	color:#00bdbb !important;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse{
    border: none !important;
}
img.wpml-ls-flag{top: 1px !important;}

ul.menu li.wpml-ls-item a span{display: none}


.whatapp{
	bottom: 135px !important;
	right: 17px !important;
}
@media screen and (max-width: 768px) {
	ul.menu li.wpml-ls-item a span{
		display: inline-block;    position: relative;
    	top: -2px;
	}
	div.zalo-chat-widget {
    	bottom: 140px !important;
    	z-index: 999999999  !important;
	}
	.whatapp{
		bottom: 200px !important;
		z-index: 999999999  !important;
	}
	#fl-to-top,
	.mypage-alo-phone{
		z-index: 999999999  !important;
	}
	.mypage-alo-ph-circle {
    	width: 80px;
    	height: 80px;
    	top: 18px;
	    left: 18px;
	}
	.fl-post-content div.wp-caption,
	.fl-post-content img{
		width:  100% !important;
	}
	
}



.fl-sidebar-right.is-affixed li.widget h2.widgettitle,
.fl-sidebar-right.is-affixed li.widget .textwidget{
    left: 15px;
    position: relative;
}

.fl-sidebar-right.is-affixed .fl-widget.widget_recent_entries{
	top: 65px !important;
	margin-top: 15px !important;
}
.fl-sidebar-right.is-affixed .fl-widget.widget_recent_entries .fl-widget-title,
.fl-sidebar-right.is-affixed .fl-widget.widget_recent_entries ul{
    left: 15px;
    position: relative;
}
.add-cf7-form-category{
	display: none;
}

