:root {
	--text-bdh: #2e3192;
	--text-bdh-active: #1F2166;
}

body {
	color: var(--text-bdh);
}

a {
	color: var(--text-bdh);
	text-decoration: none;
}
a:hover {
	color: var(--text-bdh-active);
}


header .logo {
	/*background-image: url('../images/bee01.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 40px;*/
}
header .logo img {
	height: 80px;
}

.navMain .navbar-nav .nav-link {
	font-weight: bold;
	color: var(--text-bdh)!important;
}
.navMain .navbar-nav .nav-item:hover .nav-link {
	color: #a00!important;
}


/*mainSlide*/
.mainSlide {
	position: relative;
}
.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	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 .box {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	color: #fff;
	font-size: 1.5em;
	width: 50%;
	padding:50px;
}
.mainSlide .box h2 {
	font-size: 1.8rem;
}
.mainSlide .box h3 {
	font-size: 1.3rem;
}
.mainSlide .left {
	left: 0px;
}
.mainSlide .right {
	right: 0px;
}
.mainSlide .item {
	position: relative;
}

/*intro*/
.intro {
	background-image: url('../images/bg-intro.jpg?vs=1');
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.intro p {
	background-color: rgba(240, 240, 240, .55);
	font-size: 16px;
}

/*products*/
.products {
	background-image: url('../images/bg-p.png'), url('../images/bg-p2.png');
	background-repeat: no-repeat;
	background-position:left bottom, top right;
	background-size: 100px auto, 100px auto;
}
.products .mask {
	height: 230px;
	overflow: hidden;
}
.products .mask img {
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.products .mask img:hover {
	transform: scale(1.2);
}
.products h3 {
	font-size: 1.1em;
}
.products .col-sm-4:hover figure {
	box-shadow: 0 .25rem .55rem rgba(0,0,0,.075);
}

/*products*/
.pStyle {
	
}
.pStyle .mask {
	height: 200px;
	overflow: hidden;
}
.pStyle .mask img {
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.pStyle .mask img:hover {
	transform: scale(1.2);
}
.pStyle h3 {
	font-size: 1em;
}
.pStyle .col-sm-4:hover figure {
	box-shadow: 0 .25rem .55rem rgba(0,0,0,.075);
}

/*news*/
.news h3 {
	font-size: 1.1em;
}
.news .mask {
	height: 230px;
	overflow: hidden;
}
.news .mask img {
	height: 100%;
	object-fit: cover;
	transition: all 1.8s;
}
.news .mask img:hover {
	transform: scale(1.2);
}
.news .a-detail {
	display: inline-block;
	padding: 5px 10px;
	background-color: var(--bs-success);
	color: #fff;
	border-radius: 4px;
	font-size: 0.8em;
}
.news figure {
	border-bottom: 3px solid #fff;
	transition: border 0.5s;
}
.news figure:hover {
	border-bottom-color: var(--bs-success);
}

/*newsSlide*/
.newsSlide {
	position: relative;
}
.newsSlide .owl-nav button.owl-next, .newsSlide .owl-nav button.owl-prev {
	position: absolute;
	top: 36%;
	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;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 1.0);
}
.newsSlide .owl-nav button.owl-next:hover, .newsSlide .owl-nav button.owl-prev:hover {
	background-color: rgba(60,60,60,0.55);
}
.newsSlide .owl-nav button.owl-next {
	right: 15px;
}
.newsSlide .owl-nav button.owl-prev {
	left: 15px;
}






/*pSlide*/
.pSlide .item img {
	object-fit: cover;
	width:auto;
}
.pSlide .item {
	position: relative;
}
.pSlide .item .btnPlay {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	background-color: rgba(255, 0, 0, .75);
	color: #fff;
	font-size: 2em;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);

  	transition: background-color 0.3s;
}
.pSlide .item .btnPlay:hover {
	background-color: rgba(255, 100, 100, .75);
}

/*boxright*/
.boxright .b-title {
	font-size: 1.1em;
	border-left: 2px solid #D53402;
}
.boxright .media img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.boxright .nav-list {
	list-style: none;

}
.boxright .nav-list li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.boxright .nav-list li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.boxright .nav-list a {
	color: #333;
	transition: color 0.3s;
}
.boxright .nav-list a:hover {
	color: #666;
}

/*top-flag*/
.top-flag {
	position: absolute;
	right: 15px;
	top: -10px;
}

/*agency*/
.agency {
	background-image: url('../images/data/bg-reg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



footer {
	
	min-height: 100px;
}
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 {
	
	transition: color 0.3s;
}
footer ul li a:hover {
	color: #666;
}
footer .gImg img {
	height: 90px;
	object-fit: cover;
}
footer .gImg .mask {
	top: 0px;
	left: 0px;
	z-index: 990;
	opacity: 0;
	transition: opacity 0.3s;
}
footer .gImg:hover .mask {
	background-color: rgba(244,170,41,0.55);
	opacity: 1;
}
footer .gImg .icon-view {
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 999;
	font-size: 0em;
	transition: font-size 0.3s;
}
footer .gImg:hover .icon-view {
	font-size: 2em;
}


/*public*/
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/*img-loading*/
.img-loading {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
	top:0px;
	left: 0px;
	z-index: 9999;
}
.img-loading img {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	height: 50px;
}

/*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%;
		visibility: hidden;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 575px) {
	.top-flag {
		position: absolute;
		right: 80px;
		top: 10px;
	}

	.mainSlide .owl-nav button.owl-next, .mainSlide .owl-nav button.owl-prev {
		display: none;
	}
	.mainSlide .box {
		width: 100%;
		text-shadow: 1px 1px 2px rgb(80 80 80);
	}
	.mainSlide .box h2 {
		font-size: 1.1rem;
	}
	.mainSlide .box h3 {
		font-size: 0.9rem;
	}

	.intro h2 {
		font-size: 1.3em;
	}
	.intro .col-sm-6 {
		margin-bottom: 15px;
	}
	.intro .col-sm-6 .rounded {
		background-color: rgba(240, 240, 240, .85);
	}
}