/********** GLOBAL **********/
@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.eot');
	src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri.woff2') format('woff2'),  url('fonts/Calibri.woff') format('woff'),  url('fonts/Calibri.ttf') format('truetype'),  url('fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Calibribold';
	src: url('fonts/Calibri-Bold.eot');
	src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Calibri-Bold.woff2') format('woff2'),  url('fonts/Calibri-Bold.woff') format('woff'),  url('fonts/Calibri-Bold.ttf') format('truetype'),  url('fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
body {
	color: #000000;
	font-size: 16px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Calibri';
}
iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.full {
	width: 100%;
	float: left;
}
a {
	text-decoration: none !important;
	color: #1e64c3;
}
strong {
	font-family: 'Calibribold';
}
.btn {
	cursor: pointer;
}
.btn-lg {
}
.form-control {
	font-size: 14px;
	box-shadow: none !important;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
@media (min-width: 1200px) {
.container {
	max-width: 1380px;
}
}
/********** GLOBAL **********/

/********** HEADER **********/
header {
	width: 100%;
	float: left;
	background: #000000;
	color: #ffffff;
}
.top_logo {
	width: 100%;
	float: left;
	background: rgb(225,224,224);
	background: -moz-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 68%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225,224,224,1)), color-stop(29%, rgba(255,255,255,1)), color-stop(68%, rgba(255,255,255,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 68%, rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 68%, rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,224,224,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 68%, rgba(224,224,224,1) 100%);
	background: linear-gradient(to bottom, rgba(225,224,224,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 68%, rgba(224,224,224,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e0e0', endColorstr='#e0e0e0', GradientType=0 );
	border-top: 4px #0099d8 solid;
}
.top_logo .input-group {
	width: 400px;
	float: right;
}
.social-info {
	float: right;
	font-size: 20px;
	margin-left: 17px;
	color: #1e64c3;
}
.navbar {
	padding: 0 1rem !important;
	background: rgb(35,153,240);
	background: -moz-linear-gradient(top, rgba(35,153,240,1) 50%, rgba(9,84,181,1) 50%, rgba(9,84,181,1) 50%);
	background: -webkit-linear-gradient(top, rgba(35,153,240,1) 50%, rgba(9,84,181,1) 50%, rgba(9,84,181,1) 50%);
	background: linear-gradient(to bottom, rgba(35,153,240,1) 50%, rgba(9,84,181,1) 50%, rgba(9,84,181,1) 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2399f0', endColorstr='#0954b5', GradientType=0 );
	border-bottom: 1px #fff solid;
}
.navbar .nav-link {
	text-transform: uppercase;
	color: #ffffff !important;
	padding: 15px 14px !important;
	font-size: 18px;
	margin: 0 20px;
	background: url(../images/navline.png) no-repeat right center;
	margin: 0 0 0 0;
}
.navbar .nav-item:last-child .nav-link {
	background-image: none;
}
.navbar .nav-link:hover, .navbar .nav-item.active .nav-link {
	color: #000066 !important;
	background: #dae9f6;
	box-shadow: #036 0px 0px 10px inset;
}
.navbar-toggler {
	padding: 4px 5px;
	border-radius: 0;
	float: right !important;
}
.navbar .nav-item ul {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 200px;
    background-color: #2399f0;
	display:none;
}
.navbar .nav-item:hover ul {
    display:block;
}
.navbar .nav-item ul li {
    padding: 7px 10px;
    border-bottom: 1px #0954b5 dashed;
}
.navbar .nav-item ul li:hover {
	background: #dae9f6;
	box-shadow: #036 0px 0px 10px inset;
}
.navbar .nav-item ul li a {
	color:#ffffff !important;
	font-size: 18px;
}
.navbar .nav-item ul li:hover a {
	color:#000066 !important;
}
/********** HEADER **********/

/********** BANNER **********/
.banner {
	width: 100%;
	float: left;
	position: relative;
}
.banner .carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	float: left;
	display: table;
}
.banner h1 {
	font-size: 50px;
	font-family: 'Calibribold';
	color: #ff0000;
}
.banner .carousel-indicators {
	bottom: 70px;
}
/********** BANNER **********/

/********** BODY **********/
.body {
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
.body h2 {
	font-size: 27px;
	font-family: 'Calibribold';
}
.blog {
	width: 100%;
	float: left;
	background: rgb(233,233,233);
	background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(242,242,242,1) 76%, rgba(231,231,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(76%, rgba(242,242,242,1)), color-stop(100%, rgba(231,231,232,1)));
	background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(242,242,242,1) 76%, rgba(231,231,232,1) 100%);
	background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(242,242,242,1) 76%, rgba(231,231,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(242,242,242,1) 76%, rgba(231,231,232,1) 100%);
	background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(242,242,242,1) 76%, rgba(231,231,232,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e7e7e8', GradientType=0 );
	padding: 25px 15px;
	border-radius: 10px;
	margin-top: -110px;
	box-shadow: #b5c9cd 1px 4px 5px;
}
.blog_part {
	width: 100%;
	float: left;
	/*height: 167px;*/
	background-color: #ffffff;
	border: #7d7d7d 8px solid;
	border-radius: 4px;
	position: relative;
	margin: 15px 0;
	overflow:hidden;
}
/*.blog_part:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bluetriangle.png) no-repeat;
	background-size: 100%;
	width: 217px;
	height: 152px;
}*/
.blog_pic {
	width: 100%;
	float: left;
	/*height: 100%;
	display: table;*/
}
.blog_cap {
	width: 100%;
	float: left;
	position: absolute;
	right: 15px;
	bottom: 0;
	height: 100%;
	display: table;
	text-align: right;
	z-index: 9;
	color: #00b5ff;
	font-size: 20px;
}
.blog_cap h3 {
	font-size: 27px;
	text-shadow: #021346 3px 5px 5px;
	font-family: 'Calibribold';
}
.body_wrap {
	width: 100%;
	float: left;
	background: #f1efef;
	border-radius: 10px;
	border: #b9baba 1px solid;
	padding: 20px;
}
.pro_category {
	width: 100%;
	float: left;
}
.pro_category h2 {
	color: #FFF;
	background: #2086f5;
	background: -moz-linear-gradient(top, #2086f5 0%, #0651b1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2086f5), color-stop(100%, #0651b1));
	background: -webkit-linear-gradient(top, #2086f5 0%, #0651b1 100%);
	background: -o-linear-gradient(top, #2086f5 0%, #0651b1 100%);
	background: -ms-linear-gradient(top, #2086f5 0%, #0651b1 100%);
	background: linear-gradient(to bottom, #2086f5 0%, #0651b1 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2086f5', endColorstr='#0651b1', GradientType=0 );
	border-radius: 10px 10px 0 0;
	padding: 10px 10px;
	margin: 0;
}
.pro_category ul li {
	font-size: 18px;
}
.product_part {
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
	min-height: 305px;
}
.product_pic {
	width: 100%;
	float: left;
	background: #fff;
	border: #c2c2c2 1px solid;
	position: relative;
	min-height: 204px;
	padding-top: 20px;
}
.product_pic img {
	height: 150px;
	width: auto;
}
.shadow {
	width: 100%;
	float: left;
	margin-top: -38px;
}
.product_part h3 {
	color: #126cb8;
	font-size: 20px;
}
.dy-btn {
    position: relative;
    display: inline-block;
    background: rgb(138,165,211);
    background: -moz-linear-gradient(top, rgba(138,165,211,1) 0%, rgba(38,68,125,1) 100%);
    background: -webkit-linear-gradient(top, rgba(138,165,211,1) 0%,rgba(38,68,125,1) 100%);
    background: linear-gradient(to bottom, rgba(138,165,211,1) 0%,rgba(38,68,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aa5d3', endColorstr='#26447d',GradientType=0 );
    color: #fff !important;
    font-size: 20px;
    padding: 15px 12px 8px 72px;
    border-radius: 5px;
    border: 2px #213e7a solid;
    min-height: 72px;
    line-height: 24px;
    width: 100%;
    max-width: 295px;
}
.dy-btn span {
	position:absolute;
	left:12px;
	top:8px;
}
.press_part {
	width: 100%;
	float: left;
	padding:12px;
	box-shadow: #999 0 0 10px;
    padding: 8px 10px;
    background: #FFF;
    border: #0076fa 3px solid;
    min-height: 230px;
    border-radius: 5px;
	margin:15px 0;
	font-size:18px;
}
.press-pro {
	border: 3px #ccc solid;
    width: 100%;
    max-width: 170px;
}
.pro-text {
    min-height: 120px;
}
/********** BODY **********/

/********** FOOTER **********/
footer {
	width: 100%;
	float: left;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	padding: 60px 0 0 0;
	width: 100%;
	float: left;
	background: url(../images/ftrbg.png) no-repeat center top;
	background-size: cover;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #0099d8;
}
.footermenu {
	width: 100%;
	float: left;
	background: #3c3b3b;
	background: -moz-linear-gradient(top, #3c3b3b 38%, #0c0c0c 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #3c3b3b), color-stop(99%, #0c0c0c));
	background: -webkit-linear-gradient(top, #3c3b3b 38%, #0c0c0c 99%);
	background: -o-linear-gradient(top, #3c3b3b 38%, #0c0c0c 99%);
	background: -ms-linear-gradient(top, #3c3b3b 38%, #0c0c0c 99%);
	background: linear-gradient(to bottom, #3c3b3b 38%, #0c0c0c 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3b3b', endColorstr='#0c0c0c', GradientType=0 );
	padding: 25px 0;
	border-top: #0099d8 3px solid;
}
.footer_link a {
	padding: 0 7px;
}
.footer_link a + a {
	border-left: #fff 1px solid;
}
.deal {
	font-family: 'Calibribold';
}
.deal p {
	margin:0;
}
/********** FOOTER **********/

/********** MEDIA **********/
@media (max-width: 1199px) {
.navbar .nav-link {
	padding: 15px 9px !important;
	font-size: 16px;
}
.logo {
	max-width: 400px;
	width: 100%;
	height: auto;
}
}
@media (max-width: 991px) {
.top_logo .float-left {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.top_logo .float-right {
	width: 100%;
	text-align: center;
}
.social-info {
	width: 100%;
	margin: 10px 0;
}
.top_logo .input-group {
	width: 400px;
	float: none;
	margin: 0 auto;
}
.navbar-nav {
	padding: 15px 0 0 0;
	border-top: 1px #efecec dashed;
	margin: 15px 0;
}
.navbar {
	padding: 6px 1rem !important;
}
.navbar .nav-link {
	padding: 8px 15px !important;
	background-image: none;
}
.navbar-toggler {
	background: #3ba8fc;
	border: 2px #3ba8fc solid !important;
	outline: none !important;
}
.navbar-toggler-icon {
	width: 1.1em;
	height: 1.1em;
}
.navbar .nav-item ul {
    position: relative;
    margin: 5px 0 5px 6%;
    width: 94%;
    display: block;
}
.banner .carousel-caption {
	height: 100%;
	position: relative;
	padding: 40px 0 60px 0;
	background: #d4d1d1;
}
.banner .carousel-indicators {
	bottom: 10px;
}
.blog {
	margin-top: 0;
}
}
@media (max-width: 767px) {
.banner h1 {
	font-size: 30px;
}
.shadow {
	margin-top: -70px;
}
.footer_link a {
	padding: 0;
	width: 100%;
	float: left;
	border: none !important;
}
}
@media (max-width: 575px) {
.blog_part {
	height: auto;
	text-align: center;
}
.blog_pic {
	height: auto;
	/*padding: 20px 0;*/
}
.blog_part:after {
	display: none;
}
.blog_cap h3 {
    font-size: 18px;
}
/*.blog_cap {
	position: relative;
	right: 0;
	height: auto;
	background: #04267f;
	text-align: center;
	padding: 10px 0;
}*/
.new-m {
	display:inline-block !important;
}
}
@media (max-width: 520px) {
.top_logo .input-group {
	width: 100%;
}
.product_pic {
	margin-bottom: 15px;
}
.shadow {
	display: none;
}
}
/********** MEDIA **********/
