:root {
	--color1: #127369;
	--color2: #8AA6A3;
	--color3: #10403B;
	--color4: #4C5958;
	--color5: #BFBFBF;
}

body {

}

a {
	text-decoration: none;
	transition: color;
	color: var(--bs-dark);
}
a:hover {
	color: var(--color3);
}

/*top-header*/
header {
	transition: all 0.3s;
}
.top-header {
	background-color: var(--color1);
	color: #fff;
	border-bottom: 5px solid var(--color2);
	font-size: 0.9em;
}
.top-header ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-header ul li {
	display: inline-block;
}
.top-header ul li a {
	color: #fff;
}
.top-header .left a {
	background-color: var(--color4);
	display: inline-block;
	transition: background-color 0.3s;
}
.top-header .left a:hover {
	background-color: var(--color2);
}
.top-header .right li {
	padding-left: 20px;
	display: inline-block;
}
.top-header .right li {
	position: relative;
}
.top-header .right li:not(:last-child):after {
	content: "";
	position: absolute;
	border-right: 1px solid #fff;
	height: 15px;
	right: -12px;
	transform: translateY(-50%);
	top: 50%;
}

/*navMain*/
.navMain .nav-item .nav-link {
	font-weight: bold;
}
.navMain .nav-main > a:after {
	border: none;
}
.navMain .nav-main .dropdown-menu {

}
.navMain .nav-main .dropdown-menu .dropdown-item {
	padding-top: 6px;
	padding-bottom: 6px;
}
.navMain .nav-main .dropdown-menu li {
	
}
.navMain .nav-main .dropdown-menu li span.row {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 0.8rem;
}
.navMain .nav-main .dropdown-menu li a {
	transition: all 0.3s;
	position: relative;
}

.navMain .nav-main .dropdown-menu li .dd-lv3 a {
	display: inline-block;
	padding:0.5rem 1rem;
	width: 100%;
}
.navMain .nav-main .dropdown-menu li .dd-lv3 a:hover {
	background-color: var(--bs-gray-200);
}

/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 46%;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	border:1px solid #fff;
	color: var(--bs-dark);
	background-color: rgba(255,255,255,0.55);
	outline: none;
}
.mainSlide .owl-nav button.owl-next:hover, .mainSlide .owl-nav button.owl-prev:hover {
	background-color: rgba(60,60,60,0.55);
}
.mainSlide .owl-nav button.owl-next {
	right: 15px;
}
.mainSlide .owl-nav button.owl-prev {
	left: 15px;
}
.mainSlide .item {
	position: relative;
}

/*m-menu*/
.m-menu figure figcaption {
	background-color: rgba(0, 0, 0, .35);
	transition: background-color 0.3s;
}
.m-menu figure figcaption a {
	color: #fff;
}
.m-menu figure figcaption a h3 {
	font-size: 15px;
}
.m-menu figure figcaption:hover {
	background-color: rgba(0, 0, 0, .75);
}

/*hot-pro*/
.hot-pro figure {
	border: 1px solid #eee;
	box-shadow: 0 .125rem .25rem rgba(0,0,0, .075);
	transition: box-shadow 0.3s;
}
.hot-pro figure:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0, .15);
}
.hot-pro figure img {
	
}

/*products*/
.products h2 {
	border-bottom: 5px solid var(--color2);
}
.products figure {
	border: 1px solid #eee;
	margin-bottom: 0px;
	transition: border 0.3s;
}
.products figure:hover {
	border: 1px solid var(--color2);
}
.products .ads img {
	object-fit: cover;
}
.products .ads p {
	margin-bottom: 0px;
}
.products .menu {
	overflow-y: auto;
}
.products .menu a {
	background-color: #fff;
	color: var(--bs-dark);
	transition: color 0.3s;
}
.products .menu a:hover {
	color: var(--color2);
}
.products .menu li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
/* width */
.products .menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.products .menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.products .menu::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.products .menu::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*video*/
.video .btnPlay {
	font-size: 4rem;

}
.video .btnPlay:hover span {
	font-size: 4.5rem;
}
.video .btnPlay span {
	cursor: pointer;
	opacity: 0.75;
	transition: opacity 0.3s, font-size 0.1s;
}
.video .btnPlay span:hover {
	opacity: 0.9;
}





footer {
	min-height: 200px;
}

/*f-menu*/
.f-menu {
	background-color: var(--bs-gray-200);
}
.f-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.f-menu ul li {
	display: inline-block;
}
.f-menu ul li a {
	font-size: 0.7rem;
	color: var(--bs-gray-600);
}


/*public*/
.bg-color1 {
	background-color: var(--color1);
}
.bg-color2 {
	background-color: var(--color2);
}
.bg-color2:hover {
	background-color: var(--color4);
}
.bg-color3 {
	background-color: var(--color3);
}

/*go-top*/
.go-top {
	border:1px solid #ccc;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(150,150,150,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	top: 50%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(120,120,120,0.55);
}

.icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	background-color: #fff;
	transition: color 0.3s;
}
.icon:hover {
	color: #666;
}


@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.navMain .nav-main .dropdown-menu {
		
	}
	.navMain .nav-main:hover .dropdown-menu {
		display: block!important;
	}
	.navMain .nav-main .dropdown-menu li .dd-lv3 {
		z-index: 9999;
		right: -300px;
		top: -2px;
		width: 300px;
		position: absolute;
		display: none;
		overflow-y: auto;
		min-height: 300px;
	}
	.navMain .nav-main .dropdown-menu li:hover .dd-lv3 {
		display: block;
	}

	.navMain .nav-hori .nav-item:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
	.navMain .nav-hori .dropdown-menu {
		transition: all 0.3s;
		display: block;
		visibility: hidden;
		opacity: 0;
		top: 110%;
	}
	.navMain .nav-hori .dropdown-menu:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid white;
		position: absolute;
		top: -6px;
		left: 50px;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 575px) {
	.navMain .nav-main .dropdown-menu li .dd-lv3 {
		
		width: 100%;
	}
	.navMain .nav-main .dropdown-menu li .dd-lv3 a {
		padding-left: 1.5rem;
	}
}