

a {
	text-decoration: none;
	color: var(--bs-dark);
	transition: color 0.3s;
}
a:hover {
	color: var(--bs-gray-600);
}

header .logo {
	/*background-image: url('../images/bee01.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 40px;*/
}
header .logo img {
	height: 70px;
}
header.topHead {
	transition: all 0.3s;
}
header .logo {
	width: 30%;
}
header .topRight {
	width: 30%;
}

.navMain .navbar-nav .nav-link {
	font-weight: bold;
	color: var(--text-bdh)!important;
}
.navMain .navbar-nav .nav-link:hover {
	color: var(--text-bdh-active)!important;
}


/*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;
}

/*products*/
.products figure {
	transition: all 0.3s;
}
.products figure img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.products figure h3 {
	font-size: 13px;
}
.products figure small {
	font-size: 0.8em;
	margin-bottom: 5px;
	display: inline-block;
}
.products figure:hover {
	box-shadow: 0 .5rem 1rem rgba(50,50,50, .15);
}
.products .col-sm-2 {
	position: relative;
}
.products del {
	font-size: 0.8em;
}
.products .price {
	color: #f90000!important;
	font-size: 15px;
}

.products2 figure img {
	height: 220px;
	object-fit: cover;
	transition: all 0.3s;
}
.products2 figure a.mask {
	display: block;
	height: 220px;
	overflow: hidden;
}
.products2 figure:hover img {
	transform: scale(1.1);
}
.products2 figure a:hover {
	color: #f00;
	color: var(--bs-danger);
}
.products2 figure a {
	color: var(--bs-dark);
	transition: color 0.3s;
}
.products2 figure h3 {
	margin-bottom: 0px;
}

/*cGroup*/
.cGroup figure img {
	height: 250px;
	object-fit: cover;
	transition: all 0.3s;
}
.cGroup figure .mask {
	display: block;
	overflow: hidden;
}
.cGroup figure img:hover {
	transform: scale(1.1);
}

/*news*/
.news .navGroup a {
	color: var(--bs-muted);
	padding-top: 3px;
	padding-bottom: 3px;
	transition: color 0.3s;
}
.news .navGroup a:hover {
	color: var(--bs-primary);
}

.news .content .item {
	transition: box-shadow 0.3s;
}
.news .content .item:hover {
	box-shadow: 0 .5rem 1rem rgba(var(--bs-dark-rgb), .15);
}
.news .content .item .xct {
	transition: opacity 0.3s;
	opacity: .75;
	font-size: 12px;
}
.news .content .item .xct:hover {
	opacity: 1;
}
.news .content .mask img {
	height: 260px;
	object-fit: cover;
}
.news .content .item .mask {
	overflow: hidden;
}
.news .content .item .mask img {
	transition: all 0.5s;
}
.news .content .item .mask img:hover {
	transform: scale(1.1);
}

.news .content .list {
	overflow-y: auto;
	font-size: 13px;
}
.news .content .list .icon {
	margin-right: 10px;
}
.news .content .list .icon img {
	width: 120px;
	height: 100px;
	object-fit: cover;
}
.news .content .list .l-text a {
	color: var(--bs-muted);
}
.news .content .list .l-text a:hover {
	color: var(--bs-primary);
}
.news .content .cGroup span:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	border-top: 1px solid #fff;
}
.news .content .page-np .pItem {
	cursor: pointer;
	color: #ccc;
	transition: 0.3s;
}
.news .content .page-np .pItem:hover {
	color: var(--bs-primary);
}

/*partners*/
.partners {
	
}
.partners .fSlide img {
	height: 180px;
	object-fit: contain;
	border: 1px solid var(--bs-gray-300);
	padding: 3px;
}

/*agency*/
.agency {
	background-image: url('../images/data/bg-reg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}







footer {
	
}
footer .logo {
	height: 80px;
}
footer .icon {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	background-color: #fff;
	transition: color 0.3s;
}
footer .icon:hover {
	color: #666;
}
footer h3 {
	font-size: 1.2em;
}
footer ul {
	padding:0px;
	margin: 0px;
	list-style: none;
}
footer ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer ul li:before {
	content: "\bb";
	margin-right: 10px;
}
footer ul li a {
	color: var(--bs-dark);
	transition: color 0.3s;
}
footer ul li a:hover {
	color: var(--bs-gray-600);
}

/*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);
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
	.navMain .navbar-nav .nav-item:hover .dropdown-menu {
		visibility: visible;
		top:100%;
	}
	.navMain .navbar-nav .dropdown-menu {
		transition: top 0.3s;
		margin-top: 0px;
		display: block;
		top:130%;
		left: 50%;
		transform: translateX(-50%);
		visibility: hidden;
	}
	.navMain .navbar-nav .dropdown-menu .dropdown-item {
		padding-top: 10px!important;
		padding-bottom: 10px!important;
	}

	.news .navGroup li:not(:last-child) {
		border-right: 1px solid #ccc;
	}
}
@media (min-width: 992px) {
	.navMain .navbar-nav .nav-link {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (min-width: 1200px) {
	.navMain .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1400px) {
	.navMain .navbar-nav .nav-link {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 575px) {
	header .logo {
		width: 100%;
	}
	header .topRight {
		width: 100%;
	}

	.cGroup figure img {
		height: auto;
	}
}