ul.breadcrumb {
	padding: 5px 0px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 15px;
	color: #555;
}

ul.breadcrumb li+li:before {
	padding: 8px 3px 8px 3px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #555;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

ul.breadcrumb li a:hover {
	color: var(--color-main);
	text-decoration: underline;
}

.brackham-commont {
	background: #eee;
	position: relative;
}

.item-banner-pages img {
	width: 100%;
}

.contact-temp-body {
	background-color: white;
	padding: 20px 0px 20px 0px;
	border-radius: 10px;
}

.left-bot {
	/* text-align: center; */
}

.ct-left,
.ct-right {
	margin-top: 15px;
	margin-bottom: 15px !important;
	color: #393939;
	font-size: 14px;
}

.ct-right h1 {
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 10px;

}

.ct-left.ct-right form {
	width: 100%;
	margin: 0 auto;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

.box-input-form {
	display: flex;
	gap: 0px 20px;
}

.service-slider-blog .splide__track {
	margin-top: 0;
}

.ct-left form input {
	font-size: 14px;
	color: #0d0d0d;
	width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
}

.ct-left form textarea {
	font-size: 14px;
	color: #717173;
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 10px 15px;
	font-family: 'Roboto';
	margin-bottom: 10px;
	outline: 0;
}

.ct-left form button {
	font-size: 14px;
	color: #fff;
	background: var(--color-main);
	border: 1px solid var(--color-main);
	height: 40px;
	width: 172px;
	border-radius: 3px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.ct-left form button:hover {
	background: white;
	color: var(--color-main);
}

.desc_address {
	padding-right: 50px;
	font-size: 16px;
}

.desc_address ul li {
	list-style: disc !important;
	margin-left: 20px;

}

.supplier {
	background: #FFF;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDD;
	padding: 15px;
	margin-top: 15px;
}

.supplier .image {
	position: relative;
	overflow: hidden;
}

.supplier .image:hover img {
	transform: scale(1.2);
	transition: 0.5s ease;
}

.supplier h3 {
	text-align: center;
	color: #5f7aec;
	font-size: 15px;
}

.supplier h3 a {
	color: #333;
}

.title-template-news {
	margin: 10px 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	color: #fff;
	padding: 0;
	border-bottom: solid 2px #836b2d;
}

.title-template-news>* {
	background: linear-gradient(90deg, rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%);
	padding: 8px 20px;
	display: inline-block;
	color: white;
	border-radius: 10px 10px 0px 0px;
}

.list-news {
	padding-top: 5px;
}

.box_images img {
	width: 100%;
	height: 280px;
}

.box_images h3 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}

.block-news {
	background: #fff;
	padding: 20px 0 30px 0;
}

.maps iframe {
	width: 100%;
}

.content-tour-detail ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.c-btn-01 {
	display: inline-flex;
	padding: 8px 28px;
	border-radius: 35px;
	line-height: 1.4;
	background: var(--color-main);
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	min-width: 150px;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: linear-gradient(90deg, rgba(37, 36, 79, 1) 0%, rgba(44, 41, 107, 1) 50%, rgba(57, 57, 128, 1) 100%);
	margin-top: 10px;
}

.c-btn-01::before {
	content: "";
	width: 0;
	height: 100%;
	/* background: linear-gradient(45deg, var(--color-main2), var(--color-main)); */
	background: var(--color-main2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease;
}

.c-btn-01:hover {

	color: white;
	transform: translateY(-2px);
}

.c-btn-01:hover::before {
	width: 100%;
}

.news-item {
	position: relative;
	padding-left: 0px;
	background: white;
}

.news-item:hover .news-item__img-child img {
	transform: scale(1.2)
}

.news-item__img {
	position: relative;
	/* margin-bottom: 10px */
}

.news-item__img-child {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}

.news-item__img-child:before {
	content: "";
	padding-top: 65%;
	display: block
}

.news-item__img-child img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 3s ease 0s
}

.news-item__area {
	width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

.news-item__area span {
	font-weight: 700;
	position: relative;
	padding-top: 3px
}

.news-item__area span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: currentColor;
	top: 1px;
	left: 50%;
	transform: translate(-50%);
	position: absolute
}

.news-item__cate {
	position: absolute;
	left: -30px;
	top: 0;
	writing-mode: vertical-lr;
	text-align: center;
	background: #fff;
	width: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	box-shadow: 0 .15rem .35rem #00000013;
	color: #2860aa;
	text-transform: uppercase
}

.news-item__cate span {
	transform: rotate(180deg);
	display: inline-block
}

.news-item__ttl {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.news-item__ct {
	background: white;
	padding: 10px;
	box-shadow: 0 0 3px #0000001f;
	border-radius: 0 0 6px 6px;
}

.news-item__desc {
	overflow: hidden;
	-webkit-line-clamp: 3;
	/* number of lines to show */
	color: #595959;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
	min-height: 63px;
	height: 63px;
}

.news-item__ttl a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 17px;
	-webkit-box-orient: vertical;
}

.news-item__redmore .icon {
	display: inline-block;
	transform: translateY(5px);
}

.news-item__redmore .icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.news-item__redmore .icon svg path,
.news-item__redmore .icon svg line {
	stroke: currentColor;
}

/* slide */
.js-slider.slick-slider {
	margin-bottom: 0;
}

.js-slider .slick-list {
	margin: 0 -10px;
	padding: 5px 0;
}

.js-slider__item {
	margin: 0 10px;
	height: auto;
}

.common-arrow:hover .slick-arrow {
	opacity: 1;
}

.common-arrow .slick-arrow {
	background: var(--color-main) !important;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.common-arrow .slick-prev {
	left: 0;
}

.common-arrow .slick-arrow svg {
	width: 20px;
	height: 20px;
	fill: white;
}

.disable-event {
	pointer-events: none;
}

.section-contact .maps iframe {
	height: 147px;
}

@media(max-width:990px) {
	.section-contact .maps {
		line-height: 0;
	}

	.supplier {
		margin-bottom: 7px;
		margin-top: 6px;
	}

	section.blogs table tr td {
		width: 100% !important;
		display: block !important;
	}

	.ct-left.ct-right form {
		width: 100%;
	}

	.desc_address {
		padding-right: 0px;
		font-size: 16px;
	}

	.contact-temp-body {
		padding: unset;
	}
}
