button:focus, input:focus, textarea:focus{
	outline:none;
}
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-2);
	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: left;
}

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

.ct-right ul li {
	list-style: disc !important;
	margin-left: 17px;
}

.ct-left,
.ct-right p {
	font-size: 16px;
}

.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;
}

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

.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: var(--font-body-family);
}

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

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



.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; */
}

.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 var(--color-main);
}

.title-template-news>* {
	background: var(--color-main);
	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: 340px;
}

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

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

.maps h2 {
	font-size: 20px;
}

.ct-left,
.ct-right h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.maps iframe {
	width: 100%;
	margin-top: 10px;
	height: 200px;
}

.media-sitebar {
	padding-top: 20px;
	border-top: 0px solid #cdcdcd;
}

.media-sitebar ul {
	justify-content: center;
}

.media-sitebar ul {
	padding-bottom: 15px;
	display: flex;
	border-bottom: 1px solid #cdcdcd;
	padding-top: 15px;
	align-items: center;
	border-top: 1px solid #cdcdcd;
}

.media-sitebar ul li a {
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #ed1c23ff;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	fill: #fff;
}

.media-sitebar ul .facebook a {
	background: #0866ff;
	margin-left: 10px;
}

.media-sitebar ul .zalo a {
	background: #0866ff;
}

.media-sitebar ul .instagram a {
	background: #fff;
}

.media-sitebar ul .tweet a {
	background: #009ded;
}

.media-sitebar ul .pinterest a {
	background: #e70024;
}

.media-sitebar ul .whatsapp a {
	background: #0dc144;
}
.heading-common--border{
	border-bottom: 2px solid #e3e3e3;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.heading-common__ttl{
	font-size: 30px;
	font-weight: 400;
	font-family: "Prata", serif;
}
.block-news h1 {
	font-size: 30px;
	margin-bottom: 15px;
	font-family: "Prata", serif;
}
.box_images {
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	.ct-left {
		margin-left: 17px;
	}
}

@media(max-width:990px) {
	.ct-left.ct-right form {
		width: 100%;
	}

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

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