
/*** 

====================================================================
Two Col Fluid articles
====================================================================

***/
.limit-3-lines {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.item-article > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center; 
}

.item-article:nth-child(even) > div {
	flex-direction: row-reverse;
}
.two-col-fluid {
	position: relative;
	background: #f9f9f9;
	overflow: hidden;
}

.two-col-fluid .image-column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}

.two-col-fluid .image-column .hidden-image {
	display: none;
}

.two-col-fluid .image-column .hidden-image img {
	display: block;
	width: 100%;
}

.two-col-fluid .left-column {
	position: relative;
	float: left;
}

.two-col-fluid .left-column .inner-box {
	position: relative;
	z-index: 1;
	padding: 90px 60px 90px 95px;
}

.two-col-fluid .left-column .inner-box h2 {
	position: relative;
	color: #263e5b;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.two-col-fluid .left-column .inner-box .text {
	position: relative;
}

.two-col-fluid .left-column .inner-box .text p {
	position: relative;
	color: #828c95;
	font-size: 18px;
	margin-bottom: 30px;
}

.two-col-fluid .left-column .inner-box .text p:last-child {
	margin-bottom: 0px;
}

.two-col-fluid.right-image .image-column {
	left: 0px;
}

.two-col-fluid.right-image .left-column {
	float: right;
}

.two-col-fluid.right-image .left-column .inner-box {
	position: relative;
	padding: 90px 75px 90px 95px;
}

/*datalist tour*/
.blog .product-img {
	background: #fff;
	padding: 10px;
	position: relative;
	bottom: 0;
	width: auto;
	left: 0;
	overflow: hidden;
	text-align: center;
	margin-top: -50px;
	box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
}

.blog .owldemo .thumbnail {
	/*background-color: transparent;*/
	padding: 0px;
	border-radius: 0px;
}

.blog .thumbnail .caption a h4 {
	color: #263e5b;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #263e5b;
	display: table;
	margin: 0 auto;
}
.blog .thumbnail .caption {
	padding: 0px 15px;
}
.latest {
	padding: 20px 0px;
}
.blog{
	padding:30px 0px;
}
.blog .col {
	padding-bottom: 30px;
}
.col .product-img .price-title {
	text-transform: uppercase;
	color: #263e5b;
}
.col .product-img .price-sell {
	padding: 10px 0px;
}
.post{
	padding:30px 0px 30px;
}
/*slider owl index articles*/


#tour-detail .owl-nav [class*='owl-'] {
	position: absolute;
	display: inline-block;
	top: 0;
	margin: 0px;
	margin-top: -5%;
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	background-color: #b1915c;
	border: none;
	border-radius: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

#tour-detail .owl-nav [class*='owl-']:hover {
	background: #fff;
	color: #b1915c;
}

#tour-detail .owl-nav .owl-prev {
	right: 6.5%;
}

#tour-detail .owl-nav .owl-next {
	right: 1.2%;
}

@media screen and (max-width: 1100px) {
	#tour-detail .owl-nav [class*='owl-'] {
		margin-top: -8% !important;
	} #tour-detail .owl-nav .owl-prev {
		right: 9.5% !important;
	}

	#tour-detail .owl-nav .owl-next {
		right: 2% !important;
	}
}

@media screen and (max-width: 700px) {
	#tour-detail.owl-theme .owl-nav {
		display: none;
	}
}
/* Css server article */

.private {
	padding: 25px 20px 0 45px;
}

.private h2 {
	font-weight: 600;
	color: var(--primary-color);
	margin: 0 auto 30px;
	font-size: 30px;
	//line-height: 24px;
}
.private h2 a{
	color: inherit;
}
.private h2 a:hover{
	text-decoration: none;
}
.private div.des-article {
	//color: #5d400c;
	//font-size: 16px;
	line-height: 20px;
	padding-bottom: 30px;
}

.item-article {
	background-color: rgba(255, 255, 255, 0.08);
	margin: 20px 0px 20px 0px;
	width: 100%;
	/*float: left;*/
}

.img-article img {
	max-height: 320px;
	width: 100%;
}
.col-md-6.img-article {
	padding: 0px;
}
a.btn-booking {
	padding: 10px 30px;
	font-size: 15px;
	color: #6C6C6C;
	border: 1px solid #8a8a8a;
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.btn-booking:hover {
	text-decoration: none;
	color: #8f724c;
}

.logo-trip {
	max-width: 760px;
	margin: 0px auto;
}

@media (max-width: 768px) and (min-width: 561px) {
	.private {
		padding: 10px 10px 30px 10px;
		margin-top: 10px;
		text-align: center;
	}
}

@media (max-width: 560px) {
	.private {
		padding: 10px 10px 30px 10px;
		margin-top: 20px;
		text-align: center;
	}
}
.des-article a {
	color: var(--primary-color);
	font-weight: 500;
}
.des-article a:hover, 
.des-article a:focus {
	color: var(--second-color);
	text-decoration: none;
	outline: none;
}
.center-block {
	text-align: center;
	color: var(--primary-color);
}

