@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}

header {
	float: left;
	width: 100%;
	padding: 17px 0;
	position: relative;
	z-index: 2;
}

header::before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
	height: 160px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.logo {
	float: left;
	width: 20%;
	position: relative;
	z-index: 2;
}

.logo img {
	height: 60px;
	object-fit: contain;
	width: 100%;
	object-position: left;
}

.topmenu {
	float: right;
	width: 80%;
	position: relative;
	z-index: 2;
}

.topmenu ul {
	float: right;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 130px);
	height: 60px;
	display: flex;
	margin-bottom: 0;
	line-height: 60px;
}

.topmenu ul li {
	float: left;
	position: relative;
}

.topmenu ul li.active::before {
	content: "";
	background: url(../img/icon/arrowactiveicon.svg);
	width: 16px;
	height: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: calc(50% - 8px);
}

.topmenu ul li a {
	font-weight: 500;
	color: #fff;
}

.hmslider {
	float: left;
	width: 100%;
	margin-top: -95px;
}

.hmslider img {
	height: 750px;
	width: 100%;
	float: left;
	object-fit: cover;
}

.hmslider .text {
	float: left;
	width: 100%;
	background: #1C1C1C;
	padding: 50px;
	color: #fff;
	max-width: 50%;
	position: absolute;
	bottom: -100px;
}

.slideritem .container {
	position: relative;
	height: 750px;
}

.hmslider .text::before {
	content: "";
	background-color: #990A3A;
	width: 10px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: 0;
}

.hmsliderSwiper .swiper-wrapper {
	padding-bottom: 100px !important;
}

.slideritem {
	float: left;
	width: 100%;
	height: 750px;
}

.hmslider .text h2 {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 45px;
}

.hmslider .text p {
	float: left;
	width: 100%;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 0.03em;

}

a.allbtns {
	float: left;
	background: #990A3A;
	padding: 15px 25px;
	color: #fff;
	font-weight: 500;
	transition: all 0.6s;
}

a.allbtns:hover {
	background: #c20443;
}

a.contactbtns {
	float: left;
	color: #990A3A;
	font-weight: 500;
	margin: 15px;
	margin-left: 25px;
	position: relative;
	transition: all 0.6s;
}

a.contactbtns:hover {
	color: #fff;
}

a.contactbtns:hover::after {
	filter: brightness(0) invert(1);
}

.hmsectioninfo .text a.contactbtns:hover {
	color: #990A3A;
}

.hmsectioninfo .text a.contactbtns:hover::after {
	filter: none;
}

a.contactbtns::after {
	content: "";
	background: url(../img/icon/pinkarrowicon.svg);
	width: 14px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -25px;
	top: 6px;
	transition: all 0.6s;
}

.hmsliderSwiper .swiper-button-next {
	top: auto !important;
	bottom: 15px !important;
	right: calc(50% - 140px) !important;
	display: block !important;
}

.hmsliderSwiper .swiper-button-prev {
	top: auto !important;
	bottom: 15px !important;
	left: calc(50% + 40px) !important;
	display: block !important;
}

.hmsliderSwiper .swiper-button-prev::after {
	content: "";
	background: url(../img/icon/leftarrowicon.svg);
	width: 95px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.hmsliderSwiper .swiper-button-next::after {
	content: "";
	background: url(../img/icon/rightarrowicon.svg);
	width: 95px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.hmsectioninfo {
	float: left;
	width: 100%;
	position: relative;
}

.hmsectioninfo .img {
	float: left;
	width: 100%;
	height: 550px;
	position: relative;
}

.hmsectioninfo .img::after {
	content: "";
	background-color: #990A3A;
	background-size: 55px;
	background-position: 18px 90%;
	background-repeat: no-repeat;
	width: 170px;
	height: 237px;
	position: absolute;
	right: -90px;
	bottom: -50px;
}

.hmsectioninfo .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hmsectioninfo .text {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-right: 15px;
	max-width: 550px;
}

.hmsectioninfo .text span {
	color: #990A3A;
	font-size: 18px;
	font-weight: 300;
	float: left;
	width: 100%;
	margin-bottom: 7px;
}

.hmsectioninfo .text h3 {
	color: #1C1C1C;
	font-weight: 600;
	font-size: 34px;
	float: left;
	width: 100%;
}

.hmsectioninfo .text p {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #1E1E1E;
	margin-bottom: 30px;
}

.hmproductsection {
	float: left;
	width: 100%;
	padding: 40px 0;
	margin-top: 40px;
}

.hmproductsection h2 {
	float: left;
	margin-bottom: 35px;
	color: #990A3A;
	font-weight: 600;
	font-size: 26px;
}

.hmproductrSwiper {
	float: left;
	width: 100%;
}

.productitem {
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #EEEEEE;
}

.productitem .img {
	float: left;
	width: 100%;
	height: 280px;
	border-bottom: 1px solid #EEEEEE;
}

.productitem .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.productitem .textm {
	float: left;
	width: 100%;
	padding: 20px 20px;
}

.productitem .textm .cat {
	float: left;
	width: 100%;
	color: #990A3A;
	font-weight: 300;
	font-size: 14px;
}

.productitem .textm h4 {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.hmproductrSwiper .swiper-wrapper {
	padding-bottom: 90px;
}

.hmproductrSwiper .swiper-button-next {
	top: auto;
	bottom: 0px;
	right: calc(50% - 45px);
	display: block;
}

.hmproductrSwiper .swiper-button-prev {
	top: auto;
	bottom: 0px;
	left: calc(50% - 75px);
	display: block;
}

.hmproductrSwiper .swiper-button-prev::after {
	content: "";
	background: url(../img/icon/leftarrowicon.svg);
	width: 95px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.hmproductrSwiper .swiper-button-next::after {
	content: "";
	background: url(../img/icon/rightarrowicon.svg);
	width: 95px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.bannersection {
	float: left;
	width: 100%;
	position: relative;
	height: 800px;
	margin-top: 60px;
	margin-bottom: 350px;
}

.bannersection::before {
	content: "";
	background: url(../img/dane-deaner-_-KLkj7on_c-unsplash.jpg);
	width: 90%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-position: center;
	left: 5%;
	top: 250px;
}

.bannersection .textleft {
	float: left;
	background: #1C1C1C;
	color: #fff;
	padding: 50px;
	max-width: calc(50% - 90px);
	position: relative;
	height: 100%;
	min-height: 320px;
}

.bannersection .textleft span {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 22px;
}

.bannersection .textleft h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 35px;
	line-height: 49px;
	font-weight: 600;
}

.bannersection .textleft::before {
	content: "";
	background-color: #990A3A;
	width: 10px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: 0;
}

.bannersection .textright {
	float: left;
	background: #990A3A;
	color: #fff;
	padding: 50px;
	max-width: calc(50% - 90px);
	position: relative;
	margin-left: 45px;
	height: 100%;
	min-height: 320px;
}

.bannersection .textright span {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 22px;
}

.bannersection .textright h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 35px;
	line-height: 49px;
	font-weight: 600;
}

.bannersection .textright::before {
	content: "";
	background-color: #1C1C1C;
	width: 10px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: 0;
}

.bannersection h6 {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 600;
}

.bannersection::after {
	content: "";
	background-color: #990A3A;
	background-size: 55px;
	background-position: 18px 90%;
	background-repeat: no-repeat;
	width: 170px;
	height: 237px;
	position: absolute;
	right: 0px;
	bottom: -310px;
}

.newslistsection {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.newslistsection h2 {
	float: left;
	color: #990A3A;
	font-weight: 600;
	font-size: 23px;
}

.newslistsection .contactbtns {
	float: right;
	margin: 0;
	margin-right: 25px;
}

.newslistsection .contactbtns:hover {
	color: #990A3A;
}

.newslistsection .contactbtns:hover::after {
	filter: none;
}

.newslistsection .area {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.newsitem {
	float: left;
	width: 100%;
}

.newsitem .contactbtns:hover {
	color: #5c0422;
}

.newsitem .contactbtns:hover::after {
	filter: none;
}

.newsitem img {
	float: left;
	width: 100%;
	height: 290px;
	object-fit: cover;
	margin-bottom: 13px;
}

.newsitem h3 {
	float: left;
	width: 100%;
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

.newsitem p {
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-weight: 300;
	margin-bottom: 12px;
}

.newsitem .contactbtns {
	float: left;
	margin-right: auto;
	margin-left: 0;
}

.newslistsection .col-md-4 {
	padding: 0px 15px;
}

.hmcontactsection {
	float: left;
	width: 100%;
	padding: 50px 0;
}

.hmcontactsection .area {
	float: left;
	width: 100%;
	background: #EEEEEE;
}

.hmcontactsection .map {
	float: left;
	width: 100%;
	height: 450px;
}

.hmcontactsection .map iframe {
	width: 100%;
	height: 100%;
}

.hmcontactsection .text {
	float: left;
	width: 100%;
	height: 100%;
	padding: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.hmcontactsection .text h3 {
	float: left;
	width: 100%;
	color: #990A3A;
	font-weight: 600;
	font-size: 24px;
}

.hmcontactsection .text p {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: rgba(24, 24, 24, 0.8);
	margin-bottom: 25px;
}

.hmcontactsection .text .item {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.hmcontactsection .text .item label {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #990A3A;
	margin-bottom: 4px;
}

.hmcontactsection .text .item span {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1E1E1E;
	max-width: 350px;
}

footer {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #1C1C1C;
	margin-top: 20px;
	color: #ffffffd2;
	padding-top: 90px;
}

.footerlogo {
	float: left;
	width: 100%;
	height: 65px;
	margin-bottom: 30px;
}

.footerlogo img {
	width: 100%;
	object-fit: contain;
	object-position: left;
	height: 100%;
}

.footerdesc {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
}

.footersocial {
	float: left;
	width: 100%;
}

.footersocial li {
	float: left;
	margin-right: 15px;
}

.instagramicon {
	background: url(../img/icon/instagramicon.svg);
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.facebookicon {
	background: url(../img/icon/facebookicon.svg);
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.twittericon {
	background: url(../img/icon/twittericon.svg);
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.youtubeicon {
	background: url(../img/icon/youtubeicon.svg);
	width: 19px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.footermenu {
	float: left;
	width: 100%;
	padding-left: 40px;
}

.footermitem {
	float: left;
	width: 100%;
}

.footermitem label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.footermitem ul {
	float: left;
	width: 100%;
}

.footermitem ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.footermitem ul li a {
	color: #ffffffd2;
	font-weight: 300;
}

.footermitem.tworows ul li {
	width: 50%;
}

.footerbt {
	float: left;
	width: 100%;
	border-top: 1px solid #ffffff33;
	;
	padding-top: 50px;
	margin-top: 80px;
}

.footerbt span {
	float: left;
	max-width: 480px;
	font-size: 14px;
	font-weight: 300;
}

.footerbt img {
	float: right;
	width: auto;
	height: 43px;
	object-fit: contain;
}

.pagecontent {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 120px;
	margin-bottom: 50px;
}

.pagecontent::before {
	content: "";
	background: #111111;
	position: absolute;
	width: 100%;
	top: -95px;
	left: 0;
	height: 345px;
}

.pagehead {
	float: left;
	width: 100%;
	position: relative;
}

.pagehead h1 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}

.pagecontent .pagehead::after {
	content: "";
	background-color: #990A3A;
	background-size: 55px;
	background-position: 18px 90%;
	background-repeat: no-repeat;
	width: 170px;
	height: 237px;
	position: absolute;
	right: 0px;
	bottom: -60px;
}

.pagehead ul li {
	float: left;
	position: relative;
	margin-right: 12px;
}

.pagehead ul li::after {
	content: ">";
	color: rgba(255, 255, 255, 0.452);
	margin-left: 8px;
	margin-top: 3px;
}

.pagehead ul li:nth-last-child(1)::after {
	display: none;
}

.pagehead ul li a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.referenceslist {
	float: left;
	width: 100%;
	padding: 40px 0;
	margin-top: 80px;
}

.referenceslist .item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.referenceslist .item .img {
	float: left;
	width: 100%;
	padding: 15px 50px;
	border: 1px solid #EEEEEE;
	text-align: center;
}

.referenceslist .item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.referenceslist .item h5 {
	float: left;
	width: 100%;
	text-align: center;
	color: #1C1C1C;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 10px;
}

.contactform {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #EEEEEE;
	padding: 40px;
	margin-top: -50px;
}

.contactform h4 {
	float: left;
	width: 100%;
	color: #990A3A;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 35px;
	margin-top: 5px;
}

.contactform input {
	float: left;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 15px 20px;
}

.contactform input:focus {
	outline: 0;
	box-shadow: none;
}

.contactform input::placeholder {
	color: #1818189d;
	font-weight: 400;
}

.contactform textarea {
	float: left;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 15px 20px;
	min-height: 160px;
}

.contactform .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.contactform label {
	float: left;
	color: #1E1E1E;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 6px;
}

.contactform button {
	float: left;
	position: relative;
	background: #990A3A;
	font-weight: 500;
	color: #fff;
	padding: 18px 30px;
	padding-right: 70px;
	border: 0;
	transition: all 0.6s;
}

.contactform button:hover {
	background: #5c0422;
}

.contactform button::after {
	content: "";
	background: url(../img/icon/btnarrow.svg);
	width: 15px;
	height: 15px;
	background-size: contain;
	position: absolute;
	right: 25px;
	top: 22px;
	background-repeat: no-repeat;
}

.parsley-errors-list {
	float: right;
	width: 100%;
	color: #990A3A;
	font-size: 14px;
	font-weight: 300;
	margin-top: 7px;
	margin-bottom: 0;
}

.parsley-error {
	border: 1px solid #990A3A !important;
}

.contactform .reg {
	float: right;
	font-weight: 300;
	font-size: 13px;
	margin-top: 7px;
	color: #990A3A;
}

.parsley-type {
	float: left;
	text-align: left;
}

.contactarea {
	float: left;
	width: 100%;
	position: relative;
	margin-top: -90px;
}

.contactarea .map {
	float: left;
	width: 100%;
	height: 540px;
}

.contactarea .map iframe {
	width: 100%;
	height: 100%;
}

.contactarea .text {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.contactarea .text h4 {
	float: left;
	width: 100%;
	color: #990A3A;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 40px;
}

.contactarea .text .item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.contactarea .text .item .icon {
	float: left;
	width: 60px;
	height: 60px;
	background: #EEEEEE;
	text-align: center;
	line-height: 60px;
}

.contactarea .text .item .info {
	float: left;
	width: calc(100% - 60px);
	padding-left: 18px;
	min-height: 60px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.contactarea .text .item .info label {
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-weight: 300;
	font-size: 14px;
	margin-top: -5px;
}

.contactarea .text .item .info span {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #1E1E1E;
	max-width: 370px;
}

.newspage {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.newspage .col-md-4 {
	margin-bottom: 20px;
}

.pagination {
	float: left;
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.pagination ul {
	margin-bottom: 0;
}

.pagination ul li {
	float: left;
	margin: 0px 7px;
}

.pagination ul li a {
	color: #1E1E1E;
	font-weight: 600;
}

.pagination ul li.active a {
	color: #990A3A;
	border-bottom: 2px solid #990A3A;
}

.pagination ul li.prev a {
	color: #1e1e1e7c;
	font-weight: bold;
	margin-right: 12px;
}

.pagination ul li.next a {
	color: #1e1e1e7c;
	font-weight: bold;
	margin-left: 12px;
}

.productpage {
	float: left;
	width: 100%;
	padding: 50px 0;
	margin-top: 80px;
}

.sidebar {
	float: left;
	width: 100%;
	height: 100%;
	border-right: 1px solid #EEEEEE;
}

.sidebar h5 {
	float: left;
	width: 100%;
	color: #990A3A;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
}

.sidebar ul li {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}
.sidebar ul li.sub-category {
	padding-left: 20px;
	display: none;
}

.sidebar ul li a {
	color: #1E1E1E;
	font-weight: 500;
	font-size: 15px;
}
.sidebar ul li.sub-category a {
	font-weight: 300;
}

.sidebar ul li.active a {
	color: #990A3A;
}

.sidebar ul li.active::before {
	background: url(../img/icon/liactivebefore.svg);
	background-repeat: no-repeat;
}

.productpagelist {
	float: left;
	width: 100%;
}

.productpagelist .col-md-4 {
	margin-bottom: 25px;
}

.productpagelist .pagination {
	float: left;
	width: auto;
	margin-top: 15px;
}

.pagecondetail {
	float: left;
	width: 100%;
}

.pagecondetail .cover {
	float: left;
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
}

.pagecondetail .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pagecondetail p {
	float: left;
	width: 100%;
	color: #1E1E1E;
	margin-bottom: 30px;
}

.pagegalery {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagegalery a {
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	padding: 0px 8px;
}

.pagegalery a::before {
	content: "";
	background: linear-gradient(0deg, rgba(153, 10, 58, 0.5), rgba(153, 10, 58, 0.5)), url(.jpg);
	border-radius: 10px;
	position: absolute;
	left: 8px;
	top: 0;
	width: calc(100% - 16px);
	height: 100%;
	opacity: 0;
	transition: all 0.6s;
}

.pagegalery a::after {
	content: "";
	background: url(../img/icon/galeryicon.svg);
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(50% - 25px);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	opacity: 0;
	transition: all 0.6s;
}

.pagegalery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.pagegalery a:hover::before {
	opacity: 1;
}

.pagegalery a:hover::after {
	opacity: 1;
}

.newsdetailpage {
	float: left;
	width: 100%;
	margin-top: -80px;
	position: relative;
}

.newsdetailpage .cover {
	float: left;
	width: 100%;
	height: 550px;
	margin-bottom: 50px;
}

.newsdetailpage .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsdetailpage .sidebar {
	border-right: 0;
	border-left: 1px solid #EEEEEE;
	padding-left: 20px;
}
.newsdetailpage .sidebar ul li {
	padding-left: 20px;
}
.newsdetailpage .sidebar ul li a {
	font-weight: 600;
	font-size: 16px;
}
.newsdetailpage .sidebar ul li::before {
	content: "";
    background: url(../img/icon/libeficon.svg);
    width: 11px;
    height: 11px;
    background-size: contain;
    position: absolute;
    left: 13px;
    top: 6px;
    background-repeat: no-repeat;
}

.lastnews {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.lastnews .item {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.lastnews .item img {
	float: left;
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
}

.lastnews .item h6 {
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}

.newsdetailpage .sidebar ul li::before {
	left: 0;
}

.newsdetailtext {
	float: left;
	width: 100%;
}

.newsdetailtext .hsbread {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.newsdetailtext .hsbread ul li {
	float: left;
	margin-right: 25px;
	position: relative;
}

.newsdetailtext .hsbread ul li::after {
	content: ">";
	color: #1e1e1ea2;
	font-size: 17px;
	font-weight: 500;
	position: absolute;
	right: -18px;
}

.newsdetailtext .hsbread ul li:nth-last-child(1)::after {
	display: none;
}

.newsdetailtext .hsbread ul {
	float: left;
	margin-bottom: 0;
}

.newsdetailtext .hsbread ul li a {
	color: #1E1E1E;
	font-weight: 300;
	font-size: 15px;
}

.newsdetailtext .hsbread .date {
	float: right;
	color: #1E1E1E;
	font-weight: 300;
	font-size: 15px;
}

.newsdetailtext h1 {
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 26px;
	line-height: 39px;

	color: #000000;
	margin-bottom: 15px;
}

.newsdetailtext p {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.03em;
}
.contactsocial{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.contactsocial ul li{
	float: left;
	margin-right: 19px;
}
.contactsocial ul li a{
	float: left;
	width: 60px;
	height: 60px;
	background: #EEEEEE;
	text-align: center;
	line-height: 60px;
	transition: all 0.6s;
}
.contactsocial ul li a:hover{
	background: #c4c4c4;
}
.productdetail{
	float: left;
	width: 100%;
	position: relative;
}
.productgaleryswiper2 {
	height: 580px;
	width: 100%;
	margin-bottom: 10px;
}

.productgalery {
	float: left;
	width: 100%;
	margin-top: -80px;
	position: relative;
	padding-right: 15px;
}
.productgalery::before{
	content: "";
	background: #990A3A;
	width: 10px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 99;
}

.productgaleryswiper{
	width: calc(100% - 100px);
}

.productgaleryswiper .swiper-slide {
	width: 25%;
	height: 70px;
}

.productgaleryswiper .swiper-slide-thumb-active{
	border:  4px solid #990A3A;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.productgalery .swiper-button-nextpr{
	background: url(../img/icon/prorighticon.svg);
	background-size: contain;
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	right: 14px;
	bottom: 25px;
}
.productgalery .swiper-button-prevpr{
	background: url(../img/icon/prolefticon.svg);
	background-size: contain;
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
	left: 3px;
	bottom: 25px;
}
.productgalery .swiper-button-disabled{
	opacity: 0.5;
}
.productinfo{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.productinfo .title{
	float: left;
	width: 100%;
	margin-bottom: 55px;
}
.productinfo .title h2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}
.productinfo .title ul li{
	float: left;
	position: relative;
	margin-right: 25px;
}
.productinfo .title ul li a{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.productinfo .title li::after{
	content: ">";
	position: absolute;
	color: rgba(255, 255, 255, 0.705);
	right: -17px;
}
.productinfo .title li:nth-last-child(1)::after{
	display: none;
}
.productinfo .areatext{
	float: left;
	width: 100%;
}
.productinfo .code{
	float: left;
	border: 1px solid #EEEEEE;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.productinfo p{
	float: left;
	width: 100%;
	font-weight: 300;
}
.producttable{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.producttable h4{
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.producttable table{
	float: left;
	width: 100%;
	border: 1px solid #DFDCDC;
	border-collapse: collapse;
}
.producttable td{
	padding: 11px;
	border: 1px solid #DFDCDC;
	border-collapse: collapse;
}
.producttable th{
	background: #eee;
	padding: 10px;
	border: 1px solid #DFDCDC;
	border-collapse: collapse;
}
.producttable tr:nth-child(2n) td{
	background: #EEEEEE;
}
.productbtnlist{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.productbtnlist .teklifbtn{
	float: left;
	background: #990A3A;
	padding: 15px 30px;
	border: 0;
	color: #fff;
	font-weight: 500;
	transition: all 0.6s;
	border: 1px solid #990A3A;
}
.productbtnlist .teklifbtn:hover{
	background: #6e0226;
}
.productbtnlist .catalogbtn{
	float: left;
	background: transparent;
	padding: 15px 25px;
	border: 0;
	color: #990A3A;
	border: 1px solid #990A3A;
	font-weight: 500;
	margin-left: 20px;
	padding-right: 60px;
	position: relative;
}
.productbtnlist .catalogbtn::after{
	content: "";
	background: url(../img/icon/downloadicon.svg);
	width: 15px;
	height: 15px;
	background-size: contain;
	position: absolute;
	right: 25px;
	top: 22px;
}
#teklifModal .modal-dialog{
	max-width: 700px;
	border-radius: 0;
}
#teklifModal .modal-content{
	border-radius: 0;
}
#teklifModal .productcover{
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
#teklifModal .productcover .img{
	float: left;
	width: 110px;
	height: 100px;
}
#teklifModal .productcover .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#teklifModal .productcover .text{
	float: left;
	width: calc(100% - 110px);
	padding-left: 20px;
}
#teklifModal .productcover .text h3{
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
#teklifModal .productcover .text .code{
	font-size: 14px;
}
.teklifform{
	float: left;
	width: 100%;
}
.teklifform .form-group{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.teklifform .form-group label{
	float: left;
	width: 100%;
	color: #1E1E1E;
	font-weight: 600;
	margin-bottom: 5px;
}
.teklifform .form-group input{
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 15px;
}
.teklifform .form-group input:focus{
	outline: 0;
	box-shadow: none;
}
.teklifform .form-group textarea{
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 15px;
	min-height: 130px;
}
.teklifform button{
	float: left;
	color: #fff;
	background: #990A3A;
	padding: 15px 30px;
	border: 0;
}
#teklifModal .modal-body{
	padding: 25px;
}
#teklifModal .modal-title{
	color: #990A3A;
	font-weight: 600;
	font-size: 21px;
}
#teklifModal .modal-header{
	border-bottom: 1px solid #eee;
}
.hmproductsection .contactbtns{
	float: right;
	margin-top: 2px;
}
.hmproductsection .contactbtns:hover{
	color: #990A3A;
}
.hmproductsection .contactbtns:hover::after{
	filter: none;
}
.mobikmenubtn{
	float: right;
	color: #fff;
	position: relative;
	font-size: 33px;
	margin-right: 10px;
	margin-top: 2px;
	display: none;
}
.offcanvas-end{
	width: 75%;
}
.mobilmenulist{
	float: left;
	width: 100%;
}
.mobilmenulist ul {
	float: left;
	width: 100%;
	padding: 15px;
}
.mobilmenulist ul li{
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.mobilmenulist ul li.active a{
	color: #990A3A;
}
.mobilmenulist ul li a{
	color: #000;
	font-weight: 500;
}



/*Resp*/

@media (max-width: 850px) {
	.topmenu{
		display: none;
	}
	.hmslider .text{
		width: 100%;
		max-width: 100%;
		position: relative;
		bottom: 70px;
		padding: 60px 25px;
		padding-bottom: 25px;
	}
	.hmsectioninfo .img::after{
		right: 0;
	}
	.hmsectioninfo .img{
		height: 350px;
	}
	.hmslider .text h2{
		font-size: 24px;
	}
	.bannersection h6{
		font-size: 22px;
	}
	.bannersection .textleft{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		min-height: auto;
		padding-bottom: 25px;
	}
	.bannersection .textleft h4{
		font-size: 25px;
		line-height: 30px;
	}
	.bannersection .textright{
		min-height: auto;
		max-width: 100%;
		margin-left: 0;
		padding-bottom: 25px;
	}
	.bannersection .textright h4{
		font-size: 25px;
		line-height: 30px;
	}
	.newslistsection h2{
		font-size: 20px;
	}
	.newslistsection .col-md-4{
		margin-bottom: 25px;
	}
	.hmcontactsection .text{
		padding: 40px 25px;
	}
	.hmcontactsection .text p{
		font-size:  16px;
		line-height: 20px;
	}
	.hmcontactsection .map{
		height: 350px;
	}
	footer{
		padding: 40px 10px;
	}
	.footerdesc{
		font-size: 14px;
	}
	.footerlogo{
		height: 60px;
	}
	.footermenu{
		padding-left: 0;
		margin-top: 40px;
	}
	.footermenu .row{
		flex-flow: column-reverse;
	}
	.footerbt img{
		width: 100%;
		object-position: center;
		margin-top: 15px;
	}
	.footerbt span{
		text-align: center;
		width: 100%;
	}
	.hmproductsection h2{
		font-size: 20px;
	}
	.hmproductsection{
		margin-top: 90px;
	}
	a.contactbtns{
		margin-left: 10px;
		font-size: 15px;
	}
	a.allbtns{
		font-size: 15px;
		padding: 15px 20px;
	}
	.hmsectioninfo .text{
		margin-bottom: 50px;
	}
	.hmsectioninfo .text h3{
		font-size: 26px;
	}
	.slideritem .container{
		height: auto;
	}
	.slideritem{
		height: auto;
	}
	.hmsliderSwiper .swiper-wrapper{
		padding-bottom: 20px!important;
	}
	.logo{
		width: 50%;
	}
	.mobikmenubtn{
		display: block;
	}
	.hmslider .text::before{
		left: 25px;
	}
	.contactarea{
		margin-top: -120px;
	}
	.contactarea .map{
		height: 500px;
		margin-top: 120px;
	}
	.contactarea .text{
		padding: 50px 10px;
	}
	.contactarea .text h4{
		font-size: 25px;
	}
	.contactsocial ul li a{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.contactsocial{
		margin-bottom: 50px;
	}
	.contactform h4{
		font-size: 22px;
	}
	.contactform{
		padding: 40px 25px;
	}
	.pagecontent .pagehead::after{
		display: none;
	}
	.pagehead{
		padding: 0px 10px;
		position: relative;
		z-index: 2;
	}
	.pagehead h1{
		font-size: 21px;
	}
	.pagecontent{
		padding-top: 0;
	}
	.pagecontent::before{
		height: 220px;
	}
	.newspage{
		margin-top: 70px;
	}
	.pagination ul li.next a{
		font-size: 15px;
	}
	.pagination ul li.prev a{
		font-size: 15px;
	}
	.newsdetailpage{
		margin-top: 0px;
	}
	.newsdetailpage .cover{
		height: 300px;
	}
	.newsdetailtext h1{
		font-size: 19px;
		line-height: 25px;
	}
	.newsdetailtext .hsbread ul li a{
		font-size: 14px;
	}
	.newsdetailtext .hsbread .date{
		font-size: 14px;
	}
	.newsdetailtext p{
		font-size: 15px;
	}
	.newsdetailpage .sidebar {
		border-left: 0;
		padding: 0px 7px;
	}
	.pagehead ul li a{
		font-size: 13px;
	}
	.productpage{
		margin-top: 10px;
	}
	.productpage .row{
		flex-flow: column-reverse;
	}
	.pagecondetail .cover{
		height: 300px;
	}
	.pagecondetail p{
		padding: 0px 5px;
	}
	.productdetail{
		margin-top: 90px;
	}
	.productgaleryswiper2{
		height: 350px;
	}
	.productgaleryswiper .swiper-slide{
		height: 50px;
	}
	.productgaleryswiper{
		width: calc(100% - 80px);
	}
	.productgalery .swiper-button-nextpr,.productgalery .swiper-button-prevpr{
		bottom: 16px;
		width: 25px;
	}
	.productinfo .title h2{
		color: #000;
		font-size: 22px;
	}
	.productinfo .title ul li a{
		color: #000;
	}
	.productinfo .title li::after{
		color: #000;
	}
	.productinfo{
		padding: 0px 10px;
	}
	.productinfo .title{
		margin-bottom: 30px;
	}
	.productinfo .code{
		font-size: 15px;
	}
	.productbtnlist .teklifbtn{
		font-size: 15px;
		padding: 15px 15px;
	}
	.productbtnlist .catalogbtn{
		font-size: 15px;
		padding: 15px 15px;
		padding-right: 35px;
		margin-left: 10px;
	}
	.productbtnlist .catalogbtn::after{
		right: 12px;
		top: 20px;
	}
	#teklifModal .productcover .text h3{
		font-size: 15px;
	}
	#teklifModal .productcover .text .code{
		font-size: 13px;
	}
	.hmproductsection .contactbtns{
		margin-right: 30px;
	}
	.productpage .sidebar{
		margin-top: 50px;
		padding: 0px 15px;
	}
	.productpage .sidebar ul li{
		padding-left: 28px;
	}
	.productpage .sidebar ul li.drop a{
		padding-left: 5px;
	}
	.bannersection::after{
		display: none;
	}
	.hmsectioninfo .img::after{
		display: none;
	}

	
}

.text-link {
	color: #1E1E1E;
}
.parent-category-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.parent-category-container img {
	height: 14px;
	padding-right: 40px;
}