*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
:root{
	--primary-color:#000000;
	/*--second-color:#eb673a;*/
	--second-color:#cca967;
	--three-color:#011d36;
}
body{
	color:var(--primary-color);
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}

/*menu mobile*/
.menu__bar{
	display: none;
}
.menu__bar i{
	font-size: 23px;
	color: #000;
}
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	display: none;
	z-index: 10;
	transition: all .4s;
}
.menu__mobile{
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px 0 #00000080;
	transform: translateX(-100%);
	z-index: 20;
	transition: all ease-in-out .4s;
}
.menu__mobile.active{
	transform: translateX(0);
	transition: all ease-in-out .4s;
}
.close-menu{
	text-align: right;
	padding: 10px;
	margin-bottom: 10px;
}
.close-menu i{
	color: #666666d9;
}
.main__menu__mobile{
	margin: auto;
	margin-top: 30px;
}
.dropdown__menu__mobile li a{
	font-size: 15px;
	font-weight: 600;
	color: #666666d9;
}
.dropdown__menu__mobile li{
	padding: 7px 30px;
}
.dropdown__menu__mobile li:last-child{
	padding-bottom: 0;
}
.dropdown__menu__mobile li:first-child{
	margin-top: 10px;
}
.sub__menu__mobile{
	position: relative;
	padding: 15px 20px;
	border-top: 1px solid #ececec;
}
.sub__menu__mobile__submenu li{
	padding:0;
}
.sub__menu__mobile__submenu li a{
	padding:6px 10px;
	display:block;
}
.sub__menu__mobile p {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #666666d9;
}
.menu__title__mobile{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666666d9 !important;
	font-weight: 600;
}
.menu__title__mobile i{
	margin-left: 5px;
	color: #666666d9;
	transition: all .4s;
}
.show__dropdown{
	background-color: #0000000d;
}
.sub__menu__mobile.show__dropdown .dropdown__menu__mobile{
	display: block;
}
.sub__menu__mobile.rotate__icons i::before{
	content: "\f077";
	transition: all .4s;
}
/*end menu mobile*/

/*header*/

header{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: #0000001a 0px 4px 12px;
	background-color: #fff;
	z-index: 10;
	transition: all .2s;
}
header.active{
	top: 0;
	border-bottom: none;
	background-color: rgba(0, 0, 0, .7);
	transition: all .2s;
}
.header{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.logo{
	display: flex;
	align-items: center;
}
.logo img{
	width: auto;
	height: 90px;
	object-fit: cover;
	display: block;
}
.menu{
	height: 100%;
}
.nav__bar{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 0;
}
.sub__menu{
	padding: 0 10px;
	position: relative;
}
.sub__menu__submenu{
	background:#fff;
	position:absolute;
	top:100%;
	left:0;
	width:max-content;
	height:auto;
	min-width:200px;
	z-index:10;
	box-shadow:0px 2px 5px 0px rgba(0,0,0,0.14) , 0px 1px 10px 0px rgba(0,0,0,0.12) , 0px 2px 4px -1px rgba(0,0,0,0.2) ;
	opacity: 0;
	visibility: hidden;
	transform:translateY(30px);
	transition:all .4s ease-in-out;
}
.sub__menu__submenu::before{
	content: "";
	position: absolute;
	left: 40px;
	top: -7px;
	border-top: 17px solid transparent;
	border-left: 17px solid #fff;
	transform: rotate(-135deg);
	filter: drop-shadow(rgba(0, 0, 0, 0.0980392) 2px 2px 1px);
	background-color: #fff;
}
.sub__menu__submenu li{
	padding:0;
}
.sub__menu__submenu li a{
	display:block;
	color: var(--primary-color);
	padding:6px 10px;
	transition:all .3s ease;
}
.sub__menu__submenu li a:hover{
	text-decoration:none;
	color:#fff;
	background:var(--second-color);
	transition:all .3s ease;
}
.sub__menu:hover .sub__menu__submenu{
	opacity: 1;
	visibility: visible;
	transform:translateY(0px);
	transition:all .4s ease-in-out;
}
.sub__menu__title{
	height: 100%;
	font-size: 16px;
	color: var(--primary-color) !important;
	font-weight: 600;
	display: block;
	text-decoration: none !important;
	white-space:nowrap;
	padding:20px 0;
}
.sub__menu__title i{
	margin-left: 3px;
}

header.other .sub__menu__title{
	color: var(--primary-color)!important;
	text-transform: uppercase;
}
header.other .icon-search i{
	color: var(--primary-color);
}
.sub__menu__title__child{
	position: relative;
}
.dropdown__menu__child{
	display: none;
}
.sub__menu__title__child:hover .dropdown__menu__child{
	display: block;
}
.dropdown__menu__child{
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
}
.dropdown__menu{
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	transform: scaleY(0);
	opacity: 0;
	padding: 7px 0;
	box-shadow: 0 1px 7px 0 rgba(171,179,194,.4);
	transform-origin: top center;
	border-radius: 5px;
	z-index: 3;
	transition: all linear 0.2s;
}
.sub__menu:hover .dropdown__menu{
	opacity: 1;
	transform: scaleY(1);
	transition: all linear 0.2s;
}
.dropdown__menu li{
	padding: 0 30px;
}
.dropdown__menu li:not(:last-child) a{
	border-bottom: 1px solid #e5e5e5;
}
.dropdown__menu li a{
	font-size: 14px;
	color: #e39a34;
	font-weight: 500;
	padding: 8px 0;
	display: block;
	transition: all .3s;
}
.dropdown__menu li:hover a{
	color: #2a879e;
	text-decoration: none;
}
.form-search{
	position: relative;
}
.form-search input{
	width: 100%;
	font-size: 14px;
	background-color: #00000008;
	border: 1px solid #00000017;
	border-radius: 99px;
	padding: 5px 15px;
	padding-right: 40px;
	outline: none;
}
.form-search button{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	color: #000;
	border: none;
	outline: none !important;
	cursor: pointer;
}
/*end header*/

/*banner*/
.banner{
	position: relative;
}
/*.banner::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #00000052;
z-index: 2;
}*/
.banner .list__banner .btn-dk{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	background: var(--second-color);
	text-transform: uppercase;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
	border-radius: 40px;
	color: #fff !important;
	font-weight: 700;
	padding: 15px 35px;
	text-decoration: none !important;
	margin-top: 30px;
	z-index:10;
	cursor: pointer;
}
.banner__content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
	z-index: 5;
}
.banner__content h2{
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}
.banner__content p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 50px;
}
.banner__content a{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	background: var(--second-color);
	text-transform: uppercase;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
	border-radius: 40px;
	color: #fff !important;
	font-weight: 700;
	padding: 15px 35px;
	text-decoration: none !important;
	margin-top: 5px;
}
.banner__content a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: center center;
	width: 0;
	border-radius: 40px;
	height: 100%;
	background-color: #0000000a;
	transition: all .4s;
}
.banner__content a:hover::before{
	width: 100%;
	transition: all .4s;
}
.video{
	position: relative;
	height: 700px;
}
video{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.video::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 2;
}
.video iframe{
	width: 100%;
	height: auto;
	height: 100%;
	object-fit: cover;
	/* pointer-events: none; */
	display: block;
}
.list__banner img{
	width: 100%;
	height: 700px;
	filter: brightness(0.6);
	object-fit: cover;
	display: block;
}

.slide__banner .owl-dots{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.slide__banner .owl-dots .owl-dot.active span{
	background-color: var(--second-color) !important; 
}
.owl-theme .owl-dots .owl-dot{
	outline: none !important;
}
/*end banner*/
.title__intro h2{
	position: relative;
	font-size: 27px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.title__intro h2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background-color: #333333;
}
/*home*/
.st__about{
	/*background-image: url(/files/images/image/bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color:#fff;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.st__about::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: #0000008a;*/
	z-index: -1;
}
.about__bg{
	position: relative;
}
.play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background-color: #d42d2d;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}
.play:hover{
	background-color: #fff;
	border: 1px solid #72675c;
}
.play:hover i{
	color: #72675c;
}
.play i{
	font-size: 25px;
	color: #fff;
}
.about__bg img{
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	display: block;
}
.st__about__content h2{
	position: relative;
	font-size: 27px;
	color: var(--primary-color);
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.st__about__content h2::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: var(--primary-color);
}
.st__about__content .desc{
	font-size: 16px;
	color: var(--primary-color);
	line-height: 25px;
	margin-bottom: 0;
}
.st__about__content .desc *{
	color: var(--primary-color) !important;
}
.st__about__content a{
	position: relative;
	display: inline-block;
	padding: 17px 48px 18px;
	font-size: 12px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	overflow:hidden;
}
.st__about__content a::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--second-color);
	z-index: -1;
	transition: all .3s;
}
.st__about__content a:hover{
	color: #fff;
	border-color:var(--second-color);
	text-decoration: none;
	transition: all .3s;
}
.st__about__content a:hover::before{
	width: 100%;
	left:0;
	transition: all .3s;
}

.advantage{
	/*background-image: url('../images/bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 10px 0;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
.advantage::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0000008a;
	z-index: -1;
}
.main__adv{
	max-width: 1000px;
	margin: auto;
}
.advantage .main__adv{
	max-width:100%;
}
.advantage h2{
	font-size: 27px;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.list__advantage{
	text-align: center;
	margin-bottom: 30px;
}
.list__advantage i{
	font-size: 22px;
	color: #fff;
}
.list__advantage h3{
	font-size: 18px;
	color: var(--second-color);
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0;
}
.list__advantage p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 0;
}
.advantage a{
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 8px;
	/*background-image: linear-gradient(#f7aa4e, #f59e33);*/
	background:var(--second-color);
}
.advantage a:hover{
	color: #fff;
	text-decoration: none;
}
.st__cate h2{
	position: relative;
	font-size: 27px;
	color: var(--primary-color);
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.st__cate h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	background-color: var(--primary-color);
}
.st__cate .pd-12,
.prj .pd-12{
	padding: 0 6px;
}
.st__list__cate{
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
}
/* .st__list__cate::before{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #00000099;
transform: perspective(300px) rotateY(-45deg);

transform-origin: left center 0;
z-index: 3;
} */
.st__cate__img{
	display: block;
}
.st__cate__img img{
	width: 100%;
	height: auto;
	filter: brightness(0.8);
	object-fit: cover;
	transition: all .5s;
}
.st__cate .st__cate__img img{
	max-height: 220px;
}
.st__cate__img img:hover{
	transform: scale(1.1);
	transition: all .5s;
}
.st__list__cate p{
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	width: 100%;
	font-weight: 600;
	margin-bottom: 0;
}
.prj{
	/*background-image: url('../images/bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
.prj::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: #000000a1; */
	z-index: -1;
}
.deploy{
	background-color: #fff;
}
.prj h2,
.deploy h2{
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.deploy h2{
	color: #333333;
	margin: 40px 0;
}
.small__img,
.deploy .st__list__cate{
	margin-bottom: 0px;
}
.deploy .st__cate__img img{
	aspect-ratio: 1/0.5;
	height: 100%;
}
.deploy .small, .deploy .big{
	padding: 1px;
}

.big__img,
.st__cate__img{
	height: 100%;
}
.deploy .w-100{
	width: 100%;
	margin: 0;
}
.w-100:nth-child(2n){
	flex-direction: row-reverse;
}
.post__img{
	position: relative;
}
/*.post__img::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('/files/images/bg-img.png');
background-size: 100% 100%;
}*/
.post__img img{
	width: 100%;
	height: auto;
	height: 160px;
	max-height: 350px;
	object-fit: cover;
	margin: auto;
	border-radius:50%;
}
.list__post{
	position: relative;
}
.title__post{
	display: block;
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 600;
} 
.title__post:hover{
	color:var(--second-color);
	text-decoration: none;
}
.post__des{
	background-color: #fff;
	transition: all .6s;
	padding: 10px 0;
}

.post__des span{
	font-size: 14px;
	color: #878787;
	font-weight: 400;
	display: inline-block;
	margin: 10px 0;
}
.post__des p{
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 25px;
}
.view__post a{
	display: inline-block;
	font-size: 12px;
	color: var(--second-color);
	font-weight: 600;
	font-style: italic;
}
.post__name{
	margin-top: 20px;
}
.post__name h3{
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	padding: 21px 10px;
	text-transform: uppercase;
}
.post__name h3::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 25px;
	height: 5px;
	background-color: #cbcbcb;
}
.btn-view-post{
	margin-top: 60px;
}
.btn-view-post a{
	position: relative;
	display: inline-block;
	padding: 18px 54px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #343434;
	overflow: hidden;
	z-index: 1;
}
.btn-view-post a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2a879e;
	transform: rotate(45deg) scale(1);
	transform-origin: center center;
	opacity: 0;
	z-index: -1;
	transition: all .4s;
}
.btn-view-post a:hover{
	color: #fff;
	border-color: #2a879e;
	text-decoration: none;
}
.btn-view-post a:hover::before{
	transform: rotate(45deg) scale(5);
	opacity: 1;
	transition: all .4s;
}
.slide__post .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__post .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__post .owl-nav i{
	font-size: 43px;
	-webkit-text-stroke: 3px;
	color:var(--second-color)!important;
}
.partner{
	/*background-image: url('../images/bg.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 5px 0;
	z-index: 1;
}
.partner::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffab;
	z-index: -1;
}
.list__partner .list__partner-image{
	margin-bottom:15px;
}
.list__partner img{
	width: auto !important;
	height: 100px;
	object-fit: cover;
	margin: auto;
}
.list__partner .list__partner-content{
	text-align:center;
}
.slide__partner .owl-nav{
	margin-top: 0 !important;
}
.slide__partner .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__partner .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__partner .owl-nav i{
	font-size: 43px;
	-webkit-text-stroke: 3px;
	color: #000 !important;
}

.contact__us{
	position: fixed;
	left: 20px;
	bottom: 40px;
	width: 400px;
	background-color: var(--primary-color);
	border-radius: 3px;
	padding: 10px 20px;
	z-index: 20;
	box-shadow:0px 4px 11px -2px #ffffff;
}
.close__elm{
	float: right;
	cursor: pointer;
	color: #fff;
}
.form-contact-us h4{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	line-height: 33px;
	text-transform: uppercase;
}
.form-contact-us h3{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	line-height: 33px;
	text-transform: uppercase;
}
.btn-send button{
	padding: 6px 15px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--second-color);
	border: none;
	outline: none !important;
	cursor: pointer;
}

/*end home*/

/*news*/
.path{
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.path ul{
	margin-bottom: 0;
}
.path ul li{
	display: inline;
	position: relative;
	margin-right: 30px;
}
.path ul li:not(:last-child)::before{
	content: "\f054";
	position: absolute;
	right: -20px;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 9px;
	font-family: 'fontawesome';
	color: var(--primary-color);
	-webkit-text-stroke: 1px;
}
.path ul li a{
	display: inline;
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 700;
}
.news{
	background-color: #fff;
}
.news h2,
.relate__news h2{
	position: relative;
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.news h2::before,
.relate__news h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background-color: var(--primary-color);
}
.list__news{
	margin-bottom: 30px;
}
.news__img{
	position: relative;
}
.view-news{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.view-news i{
	color: #fff;
	transform: rotate(360deg) scale(0);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: var(--second-color);
	transition: all .4s;
}
.news__img:hover .view-news i{
	transform: rotate(0) scale(1);
	transition: all .4s;
}
.view-news::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 0;
	border: 1px solid var(--second-color);
	border-radius: 50%;
	top: 0;
	transform: scale(1);
	transition: all 0.3s;
}
.news__img:hover .view-news::before{
	opacity: 1;
}

.view-news:hover i{
	background-color: transparent;
	transition: all .3s;
}
.news__img .view-news:hover::before{
	transform: scale(1.3);
	opacity: 0;
	transition: all .3s;
}
.news__img img{
	width: 100%;
	height: auto;
	height: 230px;
	object-fit: cover;
	display: block;
}
.news__img:hover img{
	filter: brightness(0.5);
	transition: all .3s;
}
.news__des{
	position: relative;
	padding: 25px 0;
	margin-bottom: 20px;
}
.news__des a{
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 15px;
	min-height: 44px;
	display: inline-block;
}
.news__des a:hover{
	color: var(--second-color);
	text-decoration: none;
}
.news__des p{
	position: relative;
	font-size: 16px;
	color: var(--primary-color);
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
.news__des::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background-color: #000;
}
.relate__news{
	background-color: #eeeeee;
}
.relate__news .news__des::before{
	display: none;
}
.relate__news .news__des{
	background-color: #fff;
	padding: 15px;
}
.date__post{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.date__post span{
	font-size: 14px;
	color: #000;
}
.date__post p{
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
}
.news__content{
	background-color: #fff;
	padding: 30px 50px;
}
.news__content h3{
	font-size: 24px;
	color: var(--primary-color);
	font-weight: 400;
	margin-bottom: 16px;
}
.news__content ul{
	display: flex;
	gap: 15px;
}
.news__content ul li{
	font-size: 14px;
	color: var(--primary-color);
}
.news__content img{
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	display: block;
	margin: 15px auto;
}
.news__content p{
	font-size: 14px;
	color: var(--primary-color);
	line-height: 23px;
}
/*end news*/

/*contact*/
.contact h2{
	position: relative;
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.contact h2::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background-color: var(--primary-color);
}
.contact__map iframe{
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}
.map iframe{
	width: 280px;
}
.contact__location h4{
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 400;
	margin-bottom: 15px;
}
.contact__location ul li{
	font-size: 14px;
	color: var(--primary-color);
	margin-bottom: 8px;
}
.follow__us{
	display: flex;
	gap: 30px;
}
.follow__us li a i{
	font-size: 14px;
	color: var(--primary-color);
}
.form-contact label{
	font-size: 14px;
	color: var(--primary-color);
}

.btn-contact{
	text-align: right;
}
.btn-contact button{
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	font-size: 12px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background-color: #fff;
	outline: none !important;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
}
.btn-contact button::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--second-color);
	z-index: -1;
	transition: all .3s;
}
.btn-contact button:hover{
	color: #fff;
	border-color: var(--second-color);
}
.btn-contact button:hover::before{
	width: 100%;
	transition: all .3s;
}
/*end contact*/

/*product*/
.product h4{
	position: relative;
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product h4::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: var(--primary-color);
}
/* .sub__sidebar{
margin-bottom: 8px;
} */
.sidebar a{
	display: inline-block;
	font-size: 14px;
	color: var(--primary-color);
	padding: 4px 0;
}
.sidebar a i{
	font-size: 11px;
	color: var(--primary-color);
}
.sidebar a:hover{
	color: var(--second-color);
	text-decoration: none;
}
.sub__sidebar,
.sub__sidebar__child{
	position: relative;
}
.icons,
.icons__child{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.sidebar__dropdown,
.sidebar__child{
	/*display: none;*/
	padding-left: 20px;
}
.sub__sidebar .icons i,
.sub__sidebar__child .icons__child i{
	font-size: 14px;
	/* -webkit-text-stroke: 2px; */
	color: var(--primary-color);
}
.sub__sidebar.rotate__icons .icons i::before,
.sub__sidebar__child.rotate__icons .icons__child i::before{
	content: "\f077";
}
.sidebar .sidebar__dropdown{
	padding-left: 0;
	background: var(--second-color);
}
.sidebar .sidebar__dropdown .sub__sidebar__child{
	border-bottom:1px solid var(--second-color);
}
.sidebar .sidebar__dropdown .sub__sidebar__child > a{
	color:#fff;
}
.sidebar .sidebar__dropdown .sub__sidebar__child .icons__child,
.sidebar .sub__sidebar .icons{
	position: absolute;
	/*right: 7px;
	top: 10px;*/
	top:0;
	right:0;
	cursor: pointer;
	font-size: 10px;
	color: #fff;
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .sidebar__dropdown .sub__sidebar__child .icons__child i,
.sidebar .sub__sidebar .icons i
{
	color:inherit;	
}
.sidebar .sidebar__child{
	padding-left: 0;
	background: #d3d3d3;
}
.sidebar .sub__sidebar__child  .sidebar__child{
	display:none;
}
.sidebar .sub__sidebar__child.active  .sidebar__child{
	display:block;
}
.sidebar .sidebar__dropdown .sidebar__child a{
	color:#000;
}
.sidebar .title__sidebar{
	display:block;
	padding:8px 10px;
	color:#fff;
	border-bottom:1px solid #fff;
	background:var(--second-color);
}
.sidebar .title__sidebar:hover{
	color:#fff;
}
.sidebar .title__sidebar i{
	color:#fff;
}
.sidebar .sidebar__child li{
	border-bottom:1px solid var(--three-color);
}
.sidebar .sidebar__dropdown a{
	display:block;
	padding:8px 10px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.product .heading__text::before{
	left: 50%;
	transform: translateX(-50%);
}
.video__sidebar iframe{
	width: 100%;
	object-fit: cover;
	display: block;
}

.product__img img{
	width: 100%;
	height: 150px;
	object-fit: contain;
	display: block;
}
.list__product{
	margin-bottom: 30px;
}
.product__des{
	padding: 20px 0;
}
.product__des a{
	display: block;
	font-size: 14px;
	color: var(--primary-color);
	margin-bottom: 6px;
}
.product__des a:hover{
	color: var(--second-color);
	text-decoration: none;
}
.product__des .price-cta{
	color:var(--second-color);
}
.product__image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.product__info h2{
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}
.product__info .product__info__price{
	font-size: 32px;
	color: var(--second-color);
	font-weight: 600;
	margin-bottom: 20px;
}
.product__info h3{
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}
.product__info ul li,
.product__info i{
	font-size: 14px;
	color: #000;
}
.product__info ul li span{
	color: #72675c;
}
.tab-content{
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.tab-content.current{
	height: auto;
	opacity: 1;
	visibility: visible;
}
.tabs{
	display: flex;
	flex-wrap: wrap;
}
.list__tabs{
	padding: 8px 40px;
	font-size: 18px;
	color: #818181;
	cursor: pointer;
}
.list__tabs.current{
	background-color: var(--second-color);
	color: #fff;
}
.tabs__des p{
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
.product .other__product h4::before{
	left: 50%;
	transform: translateX(-50%);
}
.slide__product .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__product .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: transparent !important;
	outline: none !important;
}
.slide__product .owl-nav i {
	font-size: 43px;
	-webkit-text-stroke: 3px;
	color: #000 !important;
}
/*end product*/

/*about*/
.about__content h4{
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 600;
	text-transform: uppercase;
}
.about__content .about__content__desc{
	font-size: 14px;
	color: var(--primary-color);
	line-height: 23px;
}
.about__content p{
	font-size: 14px;
	color: var(--primary-color);
	line-height: 23px;
}
.about__content img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin: auto;
}
/*end about*/

.fixed-contact{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
}
.fixed-contact ul li{
	margin-top: 30px;
}
.fixed-contact ul li a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #2196F3;
	text-decoration: none !important;
	animation: ringRing 1s infinite ease-in-out
}
.fixed-contact ul li a::before{
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 50%;
	border: 2px solid transparent;
	transform-origin: 50% 50%;
	box-shadow: 0 0 0 0 #2196F3;
	background-color: #2196f3b3;
	animation: zoom 1.3s infinite;
	transition: all .5s;
	z-index: -1;
}
.fixed-contact ul li:nth-child(1) a{
	background-color: #3a5c99; 
}
.fixed-contact ul li:nth-child(1) a::before{
	box-shadow: 0 0 0 0 #3a5c99;
	background-color: #3a5c9987; 
}
.fixed-contact ul li:nth-child(2) a{
	background-color: #67b734; 
}
.fixed-contact ul li:nth-child(2) a::before{
	box-shadow: 0 0 0 0 #67b734;
	background-color: #67b73487; 
}

.fixed-contact ul li:nth-child(3) a{
	background-color: #42a1f3; 
}
.fixed-contact ul li:nth-child(3) a::before{
	box-shadow: 0 0 0 0 #42a1f3;
	background-color: #42a1f387; 
}
.fixed-contact ul li:nth-child(4) a{
	background-color: #ff0000; 
}
.fixed-contact ul li:nth-child(4) a::before{
	box-shadow: 0 0 0 0 #ff0000;
	background-color: #ff000087; 
}
.fixed-contact ul li:nth-child(5) a{
	background-color: #000000; 
}
.fixed-contact ul li:nth-child(5) a::before{
	box-shadow: 0 0 0 0 #ffffff;
	background-color: #00000087; 
}
.fixed-contact ul li i{
	font-size: 20px;
	color: #fff;
}
.fixed-contact ul img{
	width: 27px;
	height: auto;
	object-fit: cover;
}
@keyframes ringRing {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes zoom {
	0% {
		transform: scale(.9);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent;
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent;
	}
}
.pagination{
	gap: 10px;
	justify-content: center;
}
.pagination li a{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: var(--primary-color);
}
.pagination-item.active a,
.pagination li a:hover{
	background-color: var(--second-color);
	border-color: var(--second-color);
	color: #fff;
	text-decoration: none;
}
.pagination-item.active a i,
.pagination li a:hover i{
	color:#fff;	
}
/*footer*/
footer{
	background-color:#000000;
	padding:50px 0 0;
}
.footer__logo img{
	width: auto;
	height: 100px;
	object-fit: cover;
}
.footer__logo h4{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.footer__logo ul li{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.footer__logo ul li i{
	color: var(--second-color);
}
.footer__logo p{
	color: #fff;
	font-style: italic;
	margin-bottom: 6px;
}
/*.footer__links{
margin-top: 100px;
}*/
.footer__links h4{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer__links ul li{
	margin-bottom: 15px;
}
.footer__links ul li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footer__links ul li a:hover{
	color: var(--second-color);
	text-decoration: none;
}
@media(max-width:991.98px){
	.footer__page{
		margin-top: 20px;
	}
}
.footer__page iframe{
	width: 100%;
}
.follow{
	display: flex;
	align-items: center;
	gap: 20px;
}
.follow p{
	font-size: 16px;
	color:#fff;
	font-weight: 600;
	margin-bottom: 0;
}
.social{
	display: flex;
	gap: 5px;
	margin: 20px 0;
}
.social li{
	border-radius: 50%;
}
.social li a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.social li:nth-child(1){
	background-color: #3a599c;
}
.social li:nth-child(2){
	background-color: #2777bc;
}
.social li:nth-child(3){
	background-color: #cb2121;
}
.social li a i{
	color: #fff;
}
.map iframe{
	width: 280px;
	height: auto;
	object-fit: cover;
	display: block;
}
.copyright{
	padding: 10px 0;
	background-color: #0b0b0b;
	margin-top: 20px;
}
.copyright p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
/*end footer*/

@media only screen and (max-width: 1200px){
	.menu__bar,
	.menu__mobile .search{
		display: block;
	}
	.sub__menu, .search{
		display: none;
	}
	.search{
		padding: 0 20px;
	}
	.form-search input{
		border-color: #00000017;
	}

	/*home*/
	.video{
		height: 220px;
	}
	.about__bg{
		padding-right: 0;
		margin-bottom: 30px;
	}
	.play{
		left: 50%;
	}
	/*end home*/
}

@media only screen and (max-width: 767.98px){
	.video,
	.list__banner img{
		height: 220px;
	}
	.owl-theme .owl-nav{
		display: none;
	}

	/*home*/
	.banner__content h2{
		font-size: 25px;
	}
	.banner__content p{
		margin-bottom: 0;
	}
	.banner__content a{
		font-size: 14px;
		padding: 10px 20px;
	}
	.advantage h2{
		font-size: 30px;
		line-height: 40px;
	}
	.st__about__content h2,
	.st__cate h2,
	.prj h2{
		font-size: 24px;
	}
	.prj::before{
		background-color: #000000a1;
	}

	.contact__us{
		width: 380px;
		left: 50%;
		transform: translateX(-50%);
	}
	.product__info h2{
		font-size: 25px;
	}
	.tabs{
		margin-top: 30px;
	}
	.list__tabs{
		width: 100%;
		border: 1px solid #ddd;
	}
	.post__des p{
		display: none;
	}

	.footer__links{
		margin-top: 30px;
	}
	/*end home*/

	.news__content{
		padding: 20px 15px;
	}
	.form-contact .row{
		margin-left: 0;
		margin-right: 0;
	}
	.news__des a{
		min-height: unset;
	}
}
.header-search .header-search-popup{
	width:35px;
	height:35px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	transition:all .3s ease;
	border:0;
}
.header-right > div{
	display:inline-block;
}
.header-right .cart-item{
	margin:0 11px;
}
.header-right .cart-item .cart-link i{
	display:inline-block;
	color:#000;
	position:relative;
	line-height:1.2;
}
.header-right .cart-item .cart-link i:after{
	content: attr(data-icon-label);
    position: absolute;
    font-style: normal;
    font-family: Arial,Sans-serif !important;
    top: -10px;
    right: -10px;
    font-weight: bolder;
    background-color: #d26e4b;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    opacity: .9;
    line-height: 17px;
    letter-spacing: -0.5px;
    height: 17px;
    min-width: 17px;
    border-radius: 99px;
    color: #fff;
    text-align: center;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.header-search .header-search-popup:hover{
	background:#f69524;
	color:#fff;
	transition:all .3s ease;
}
.popup-form-search{
	display:none;
}
.popup-form-search.opened{
	display:block;
}
.popup-form-search-inner{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 40px;
	background: var(--second-color);
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-search form {
	position: relative;
	width: 100%;
	vertical-align: middle;
	padding: 0;
}
.header-search form input {
	min-width: 220px;
	display: inline-block;
	border-radius: 15px;
	height: 45px;
	padding-left: 15px;
	padding-right: 40px;
	font-size: 14px;
	outline: none;
	position: relative;
	transition: 0.3s linear;
	border: 1px solid #ccc;
}
.header-search form button {
	height: 45px;
	padding-right: 10px;
	color: #000;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 15px;
	outline: none;
	transition: 0.3s all;
	font-size: 16px;
	background: transparent;
}
@media (max-width: 991.98px) {
	.header-search {
		display: none;
	}
}
.header .menu ul li .languages a{
	margin:0 5px;
}

.button,
input[type=button] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.quantity {
    opacity: 1;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}

.quantity input {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.quantity input[type=number] {
    max-width: 2.5em;
    width: 2.5em;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em;
    border: 1px solid #ddd;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.quantity .button.minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.quantity .button.plus {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.quantity .minus,
.quantity .plus {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.is-form,
input[type=button].is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: 400;
}

.single_add_to_cart_button {
    background: var(--second-color);
    color: #fff;
}


/* cart css */

.cart-table,
table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}

.cart-table th,
.cart-sidebar th {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-table th:first-child,
.cart-table td:first-child,
.cart-sidebar th:first-child,
.cart-sidebar td:first-child {
    padding-left: 0;
}

.cart-table th,
.cart-sidebar th,
.cart-table td,
.cart-sidebar td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
}

.cart-table td {
    color: #666;
}

.cart-table td.product-remove {
    width: 20px;
    padding: 0;
}

a.remove,
a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}

td.product-thumbnail {
    min-width: 60px;
    max-width: 90px;
    width: 90px;
}

td.product-thumbnail img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

td.product-name {
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media(min-width:560px) {
    .show-for-small {
        display: none !important;
    }
}

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}

.cart-table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-table .thead th {
    border-width: 3px;
}

.cart-table th:last-child {
    border-right: 0;
}

.cart-table thead tr th:last-of-type,
.cart-table tr td:last-of-type {
    text-align: right;
}

.cart-table .actions {
    border: 0;
    padding: 15px 0 10px;
}

.cart_totals .button {
    min-width: 100%;
    margin-right: 0;
    display: block;
    background: var(--second-color);
}

@media (max-width: 549px) {
    .cart-table .product-subtotal {
        display: none;
    }
    .cart-table .product-price {
        display: none;
    }
}

.button.is-outline {
    border: 2px solid var(--second-color);
}

.is-outline.primary {
    color: var(--second-color);
}

.customer_details .info-box {
    padding-top: 15px;
    border-top: 2px solid #ddd;
}

form.checkout h3 {
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}

form.checkout input:hover,
form.checkout textarea:hover,
form.checkout select:hover {
    -webkit-box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}

.checkout-sidebar {
    padding: 15px 30px 30px;
    border: 2px solid var(--second-color);
}
.checkout-sidebar .checkout-payment .payment_method{
	margin-bottom:1.5rem;
}
.checkout-sidebar .checkout-payment .payment_method-item label{
	font-weight:bold;
}
.place_order button {
    background-color: var(--second-color);
    color: #fff;
}