@charset "utf-8";
/* CSS Document */
/* Default Class < */
html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0px;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background-color: #FFF;
}
.dropdown-toggle:after { content: none }
.dropdown-menu {
	background-color: inherit !important;
	background: inherit !important;
	border: none;
	padding: 0;
	margin-top: 30px;
	width: auto;
	z-index: 99;
}
.non-bg {
	background-color: inherit !important;
}
.non-bg-image {
	background-image: inherit !important;
}
@media only screen and (max-width: 1280px) {
	.dropdown-menu {
		min-width: 500px;
	}
}
@media only screen and (max-width: 1150px) {
	.dropdown-menu {
		min-width: 450px;
	}
}
@media only screen and (max-width: 1000px) {
	.dropdown-menu {
		min-width: 400px;
	}
}
@media only screen and (max-width: 900px) {
	.dropdown-menu {
		min-width: 300px;
	}
}
.dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: .25rem 20px;
}
.reset-submenu-p {
	padding-left: 10px !important;
}
.dropdown-menu  .dropdown-item:focus, .dropdown-menu  .dropdown-item:hover {
    color: #007bff;
    text-decoration: none;
    background-color: inherit !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.menu-container {
	width: 62%;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(243,243,243);
	background: -moz-linear-gradient(0deg, rgba(243,243,243,0) 0%, rgba(10,35,66,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(243,243,243,0) 0%, rgba(10,35,66,1) 100%);
	background: linear-gradient(0deg, rgba(243,243,243,0) 0%, rgba(10,35,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#0a2342",GradientType=1);
	animation: fadein 1s;
    -moz-animation: fadein 1s; 
    -webkit-animation: fadein 1s; 
    -o-animation: fadein 1s; 
}
@media (min-width: 992px){
	.custom-center {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 385px;
	}
	.img-custom {
		height: 500px;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:30px; 
		margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:80%;
		top:-30px;
	}
	.dropdown-menu > li:hover > .submenu{
		display: block;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
}
@media only screen and (max-width: 1750px) {
	.menu-container {
		width: 62%;
	}
}
@media only screen and (max-width: 1500px) {
	.menu-container {
		width: 65%;
	}
}
@media only screen and (max-width: 1200px) {
	.menu-container {
		width: 70%;
	}
}
@media only screen and (max-width: 900px) {
	.menu-container {
		width: 75%;
	}
}
@media only screen and (max-width: 767px) {
	.menu-container {
		display: none;
	}
}
.d-none-overlay {
	display: none !important;
}
.dropdown-menu .menu-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #FFF;
}
.dropdown-menu .menu-sub li {
	color: #FFF;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.dropdown-menu .menu-sub li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-menu .menu-sub li a:hover, .dropdown-menu .menu-sub li a:hover {
	color: #007bff;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.menu-sub-h {
	list-style: none;
	margin: 0px;
	padding: 0;
	color: #FFF;
	margin-left: -20px;
	padding-left: 0;
	margin-bottom: 10px;
}
.menu-sub-h li {
	float: left;
}
.menu-sub-h li:after {
	position: absolute;
	content: "/";
	margin-left: 12px;
}
.menu-sub-h li:last-child:after {
	content: "";
}
.menu-sub-h li:last-child a {
	padding-left: 20px !important;
}
.menu-sub-h li:first-child:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f0da";
	margin-left: 10px;
}
.menu-sub-h li:first-child:before {
    content: "";
}
.menu-sub-h li:last-child {
	float: inherit;
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		z-index: 99;
	}
	.dropdown-menu .menu-sub {
		list-style: none;
		margin: 0;
		padding: 0;
		color: #FFF;
	}
	.dropdown-menu .menu-sub li {
		color: #555;
		font-size: 14px;
		margin-left: 15px;
		margin-bottom: 5px;
	}
	.dropdown-menu .menu-sub li a {
		color: #009fe3;
		text-decoration: none;
		font-size: 14px;
		margin-left: 15px;
	}
	.dropdown-menu .menu-sub li a:hover, .dropdown-menu .menu-sub li a:hover {
		color: #009fe3;
		text-decoration: none;
		font-size: 14px;
	}
	.menu-sub-h {
		list-style: none;
		margin: 0px;
		padding: 0;
		color: #FFF;
		margin-left: -20px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.menu-sub-h li {
		float: inherit;
		padding-left: 15px;
	}
	.menu-sub-h li:after {
		position: absolute;
		content: "";
		margin-left: 12px;
	}
	.menu-sub-h li:last-child:after {
		content: "";
	}
	.menu-sub-h li:last-child a {
		padding-left: 0 !important;
	}
	.menu-sub-h li:first-child:after {
	    content: "";
	}
	.menu-sub-h li:first-child:before {
	    content: "";
	}
	.menu-sub-h li:last-child {
		float: inherit;
	}
}
@media only screen and (max-width: 991px) {
	.dropdown-menu .dropdown-item {
    	font-size: 14px;
    	padding: .25rem 10px;
	}
}
/*-------*/
.reset-padding-home {
	padding-left: 10%;
	padding-right: 10%;
}
.reset-home {
	padding: 50px 75px 150px 75px;
}
.table-striped {
	border-collapse: separate;
    border-spacing: 2px;
}
.table-striped thead th {
    vertical-align: bottom;
    border-bottom: none;
    border-top: none;
	background-color: #99c3d0;
	color: #FFF;
}
.table-striped thead th:first-child {
    border-radius: 10px 0 0 0;
}
.table-striped thead th:last-child {
    border-radius: 0 10px 0 0;
}
.table-striped td {
    vertical-align: bottom;
    border-bottom: none;
    border-top: none;
	text-align: center;
}
.table-striped th {
    vertical-align: bottom;
    border-bottom: none;
    border-top: none;
}
.table-striped td span, .table-striped th span {
	height: 15px;
  	width: 15px;
  	background-color: #99c3d0;
  	border-radius: 50%;
  	display: inline-block;
}
.table-custom td:nth-child(1){
  	background-color: #c7e3e9;
	vertical-align: middle !important;
}
.table-custom .custom-tr th{
  	background-color: #c7e3e9;
	color: #000;
}
.table-custom .custom-tr th:first-child{
  	border-radius: 0;
}
.table-custom .custom-tr th:last-child{
  	border-radius: 0;
}
.table-custom2 td:nth-child(1){
  	vertical-align: middle !important;
}
.table-custom2 .custom-tr th{
  	background-color: #c7e3e9;
	color: #000;
}
.table-custom2 .custom-tr th:first-child{
  	border-radius: 0;
}
.table-custom2 .custom-tr th:last-child{
  	border-radius: 0;
}
.table-info-content {
	font-size: 14px;
	color:#4A4A4A;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.table-striped .reset-first  {
	border-right: solid 5px #CCC;
	background-color: #FFF;
	vertical-align:middle;
	text-align: center;
	width: 50px;
	white-space: nowrap;
	padding: 0;
}
.table-striped .reset-first span {
  	transform: rotate(270deg);
	background-color: inherit !important;
	color: #00abe9;
}
@media only screen and (max-width: 767px) {
	.reset-home {
		padding: 0 0;
	}
	.reset-home:after {
		border-right: none !important;
	}
	.reset-padding-home {
		padding-left: 0;
		padding-right: 0;
	}
}
.loading-body{
	overflow: hidden;
}
.loading {
	background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
  	border: 8px solid #f3f3f3;
	border-top: 8px solid #E3171F;
  	border-bottom: 8px solid #09AD64;
  	border-radius: 50%;
  	width: 75px;
  	height: 75px;
  	animation: spin 1s linear infinite;
}
@keyframes spin {
  	0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
}
.error-class {
    color:#E3171F;
	padding-top: 5px;
	margin-bottom: 0px !important;
}
.form-error-class {
    color:red;
	padding-top: 5px;
	margin-bottom: 0px !important;
}
.form-valid-class {
    color:green;
	padding-top: 5px;
}
.logo {
    width: 300px;
    height: auto;
}
.reset-navbar {
	position: absolute;
	padding-top: 5rem;
}
.navbar-nav li {
	padding-right: 10px;
    padding-left: 10px;
}
.navbar-nav li a {
	color: #FFF;
	font-size: 16px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar-nav li a:hover {
	color: #009fe3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar-nav li a[aria-expanded="true"]{
	font-weight: 700;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dropdown-item:hover {
	font-weight: 700;
}
.navbar-nav li:focus {
	border: 0;
}
.navbar-nav li a:focus {
	color: #009fe3;
	border: 0;
}
.navbar-nav .nav-link {
	padding: 3px 0;
	margin-top: 5px;
}
.navbar-nav .navbar-contact {
	padding: 2px 20px !important;
	border: solid 2px #FFFFFF;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.navbar .navbar-toggler {
	color: #FFFFFF;
	padding: 0;
}
@media only screen and (max-width: 1199px) {
	.logo {
    	width: 200px;
    	height: auto;
	}
	.navbar-nav .navbar-contact {
    	padding: 2px 10px !important;
    	border: solid 2px #FFFFFF;
    	-webkit-border-radius: 25px;
    	-moz-border-radius: 25px;
    	border-radius: 25px;
	}
}
@media only screen and (max-width: 991px) {
	.logo {
    	width: 75px;
	}
	.navbar-nav .navbar-contact {
    	padding: 2px 0px !important;
		border: none;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
	}
	.navbar-nav li {
    	padding-right: 0px;
    	padding-left: 0px; 
	}
	.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: 1px;
    	padding-left: 1px;
	}
}
@media only screen and (max-width: 767px) {
	#navbar.container {
		padding-right: 0 !important;
    	padding-left: 0 !important; 
    	margin-right: 0 !important;
    	margin-left: 0 !important;
	}
    .navbar-nav .navbar-contact {
		padding: 3px 0 !important;
		border: none;
		-webkit-border-radius: inherit;
    	-moz-border-radius: inherit;
    	border-radius: inherit;
	}
	.logo {
    	width: 200px;
    	height: auto;
	}
	.reset-navbar {
		position: absolute;
		padding-top: 2rem;
	}
	.navbar {
		padding: 2rem 2rem;
	}
	.navbar-nav {
		background-color: #FFF;
		-webkit-border-radius: 10px 10px 10px 10px;
    	-moz-border-radius: 10px 10px 10px 10px;
    	border-radius: 10px 10px 10px 10px;
		padding: 10px;
		-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	}
	.navbar-nav li a {
		color: #009fe3;
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.logo {
    	width: 200px;
    	height: auto;
	}
	.container {
		max-width: 900px;
	}
	.navbar-nav li {
		padding-right: 5px;
    	padding-left: 5px;
	}
	.logo {
		width: 150px;
	}
	.navbar-nav li a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 1199px) {
	.navbar-nav li {
		padding-right: 5px;
    	padding-left: 5px;
	}
}
.scroll-down {
  	position: absolute;
	width: 22px;
	height: 47px;
	bottom: 100px;
	color: #FFF;
	left: 50%;
	transform: translate(-50%, -50%);
}
.esenPlastikMainSlider {
	position: relative;
	z-index: -1;
	height: 100vh;
	width: 100%;
  	min-height: 500px;
}
.esenPlastikMainSlider .carousel-control-prev{
	position: absolute;
	z-index: 3 !important;
}
.esenPlastikMainSlider .carousel-control-next{
	position: absolute !important;
	z-index: 3 !important;
}
.bg {
	position: relative;
	z-index: -1;
	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
	height: 100vh;
  	min-height: 500px;
}
.bg-1 {
  	background-image:url("../../upload/bg-1.jpg");
}
.bg-2 {
  	background-image:url("../../upload/bg-2.jpg");
}
.bg-3 {
  	background-image:url("../../upload/bg-3.jpg");
}
.bg-4 {
  	background-image:url("../../upload/bg-4.jpg");
}
.bg-5 {
  	background-image:url("../../upload/bg-5.jpg");
}
.bg-6 {
  	background-image:url("../../upload/bg-6.jpg");
}
.bg-7 {
  	background-image:url("../../upload/bg-7.jpg");
}
.esenPlastikMainSliderControl {
	position: absolute;
	top: -125px;
	left: 50px;
}
.main-slider-arrow-top {
	opacity: 1;
	width: 10%;
}
.main-slider-arrow-top i {
	color: #FFF;
	font-size: 30px;
}
.main-slider-arrow-top:hover i {
	color: #009fe3;
}
.bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.reset-padding {
	padding-left: 10%;
	padding-right: 10%;
}
.custom-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-info-container h2 {
	font-size: 30px;
	font-weight: 300;
	color: #2d5394;
}
.home-info-container h2 b {
	font-weight: 700;
}
.background-image-resize {
	background-size: 75% !important;
}
.home-info-container {
	position: relative;
	margin-top: -200px;
	background: #FFF;
	width: 100%;
	border-top: solid 60px #e8e6e6;
	background-image: url("../img/home-world-map.png");
	background-repeat: no-repeat;
	background-position: center 50px;
}
.bg-map {
	padding-top: 150px;
	padding-bottom: 50px;
	background-image: url("../img/home-world-map.png");
	background-repeat: no-repeat;
	background-position: center 50px;
}
.style-text-blue {
	color: #2d5394;
	padding: 75px 50px;
}
.about-info {
	color: #5b5b5b;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	font-weight: 300;
	padding: 100px 50px;
}
.home-info-container:before {
  	content : "";
  	position: absolute;
  	height: 140px;
	left: 0;
	top: 0;
  	border-left: solid 60px #e8e6e6;
}
.home-info-container:after {
  	content : "";
  	position: absolute;
	right: 0;
	top: 0;
  	height: 140px;  
  	border-right: solid 60px #e8e6e6;
}
.home-info-container .footer-item .content {
	min-height: 125px;
}

.home-info-container .content h1 {
	color: #004899;
	font-size: 25px;
}
.home-info-container .content p {
	color: #004899;
	font-size: 16px;
}
.home-info-container .content-ik {
	padding: 20px 100px 10px 100px;
}
.home-info-container .content-ik h1 {
	color: #004899;
	font-size: 36px;
}
.home-info-container .content-ik p {
	color: #004899;
	font-size: 16px;
}
.reset-top-margin {
	margin-top: 200px;
}
.bg-logo {
	background:url("../img/bg-logo.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.h1-size {
	padding-left: 10%;
}
.h1-size h1 {
	font-size: 86px !important;
}
.padding-main-slider {
	margin-left: 10%;
	margin-right: 10%;
}
.main-slider-arrow {
	opacity: 1;
	width: 10%;
}
.main-slider-arrow i {
	color: #2d5394;
	font-size: 30px;
}
.main-slider-arrow:hover i {
	color: #009fe3;
}
.footer-slider-arrow {
	opacity: 1;
}
.footer-slider-arrow i {
	color: #00aeef;
	font-size: 20px;
}
.footer-slider-arrow:hover i {
	color: #2d5394;
}
.reset-main-slider {
	width: 75%;
	margin-left: 10%;
}
.custom-hr-header {
	width: 65%;
	position: absolute;
	margin-top: 35px;
	margin-left: 40px;
}
.custom-hr {
	width: 100%;
}
.custom-hr-left {
	width: 70%;
	height: 3px;
	background-color: #2d5394;
}
.custom-hr-right {
	width: 30%;
	height: 3px;
	background-color: #009fe3;
}
.custom-hr-inverse-left {
	width: 30%;
	height: 3px;
	background-color: #009fe3;
}
.custom-hr-inverse-right {
	width: 70%;
	height: 3px;
	background-color: #2d5394;
}
.reset-main-margin {
	margin-top: 100px;
	padding: 0 5%;
}
.add-border {
	height: 15px;
	width: 100%;
	background-color: #00aeef;
}
@media only screen and (max-width: 767px) {
	.bg-map {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.style-text-blue {
		color: #2d5394;
		padding: 25px 15px;
	}
	.about-info {
		color: #5b5b5b;
		font-size: 24px;
		text-align: center;
		line-height: 30px;
		font-weight: 300;
		padding: 50px 15px 0 15px;
	}
	.h1-size {
		padding-left: 15px;
	}
	.h1-size h1 {
		font-size: 46px !important;
	}
	.custom-hr-header {
		display: none !important;
	}
	.dropdown-menu {
		margin-top: 0;
	}
	.home-info-container {
		position: relative;
		margin-top: -100px;
		background: #FFF;
		width: 100%;
		border-top: solid 20px #e8e6e6;
		z-index: 1;
	}
	.home-info-container:before {
  		display: none;
}
	.home-info-container:after {
  		display: none;
	}
	.padding-main-slider {
    	margin-left: 0;
    	margin-right: 0;
	}
	.home-info-container .content {
		padding: 20px 20px 20px 20px;
	}
	.home-info-container .content h1 {
		color: #004899;
		font-size: 20px;
	}
	.custom-center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.home-info-container h2 {
		font-size: 16px;
		font-weight: 300;
		color: #2d5394;
	}
	.reset-top-margin {
		margin-top: 20px;
	}
	.bg-logo {
		background:none;
		background-repeat: no-repeat;
		background-position: center;
	}
	.reset-main-margin {
		margin-top: 50px;
		padding: 0 !important;
		margin-right: inherit !important;
		margin-left: inherit !important;
	}
	.reset-m-row {
		margin-right: inherit !important;
		margin-left: inherit !important;
	}
	.esenPlastikMainSliderControl {
		position: absolute;
    	top: -75px;
    	left: 50px;
	}
}
@media only screen and (min-width: 1366px) {
	.custom-center {
		min-height: 13vw;
	}
	.reset-main-slider {
    	width: 90%;
    	margin-left: 5%;
	}
	.padding-main-slider {
		margin-left: 5%;
    	margin-right: 5%;
	}
	.reset-main-margin {
    	padding: 0 0;
	}
}
@media only screen and (min-width: 1367px) {
	.reset-main-slider {
		width: 75%;
		margin-left: 10%;
	}
	.padding-main-slider {
		margin-left: 10%;
    	margin-right: 10%;
	}
	.reset-main-margin {
    	padding: 0 5%;
	}
}
.bg-grey {
	background-color: #dadada;
	height: 200px;
}
.bg-grey-nh {
	background-color: #f3f3f3;
}
.reset-container {
	margin-left: 0 !important;
    margin-right: 0 !important;
	padding-right: 0 !important;
	width: 100%;
	padding-left: 20%;
	max-width: inherit !important;
}
.right-img {
	position: relative;
	-webkit-border-radius: 0 0 0 75px;
    -moz-border-radius: 0 0 0 75px;
    border-radius: 0 0 0 75px;
	border-top: solid 8px #009fe3;
	margin-top: -8px;
}
.img-overlay {
	position: absolute;
	top: 100%;
	margin-top: -65px;
	right: 0;
	width: 300px;
	height: auto;
}
.slider {
	padding: 10px 50px;
	border-left: solid 10px #2d5394;
	height: 200px;
	width: 100%;
	position: relative;
}
.slider-content {
	height: 170px;
	overflow: hidden;
}
.slider-content-int {
	height: 170px;
	display: table;
}
.slider:before {
  	content : "";
  	position: absolute;
  	height: 30px;
	width: 30px;
	left: -10px;
	top: -10px;
  	border-top: solid 10px #2d5394;
}
.slider:after {
  	content : "";
  	position: absolute;
	width: 30px;
	left: -10px;
	bottom: -10px;
  	height: 30px;  
  	border-bottom: solid 10px #2d5394;
}
.slider h3 {
	color: #004899;
	font-size: 24px;
	display: table-cell;
	vertical-align:middle;
}
.slider-navigation {
	position: relative;
	top: 10px;
	text-align: right;
	color: #989898;
}
.slider-navigation .prev {
	top: 5px;
	position: relative;
}
.slider-navigation .next {
	top: 5px;
	position: relative;
}
.slider-navigation a {
	text-decoration: none;
	color: #989898;
}
.slider-navigation a:hover {
	text-decoration: none;
	color: #2d5394;
}
.slider-navigation i {
	font-size: 24px;
}
.slider-navigation span {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.mt-5-mobile{
		margin-top: 3rem!important;
	}
	.custom-center {
		min-height: 165px;
	}
	.reset-container {
		margin-left: auto;
    	margin-right: auto;
		width: 100%;
		padding-left: 10% !important;
		padding-right: 10% !important;
		max-width: inherit !important;
	}
	.right-img {
		margin-top: 15px;
		margin-bottom: 30px;
		-webkit-border-radius: 0 0 0 0;
    	-moz-border-radius: 0 0 0 0;
    	border-radius: 0 0 0 0;
	}
	.slider {
		margin-top: 30px;
	}
	.slider h3 {
		color: #004899;
		font-size: 16px;
		display: table-cell;
		vertical-align: middle;
	}
	.img-overlay {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.img-overlay {
		position: absolute;
		top: 100%;
		margin-top: -33px;
		right: 0;
		width: 200px;
		height: auto;
	}
}
@media only screen and (max-width: 1199px) {
	.img-overlay {
		position: absolute;
		top: 100%;
		margin-top: -33px;
		right: 0;
		width: 150px;
		height: auto;
	}
}
.color-blue {
	color: #2d5394;
}
.content-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-list li {
	margin: 3px 0;
}
.content-list li.active {
	font-weight: 700;
	color: #00aeef;
}
.content-list li::before {
  	content: "\2022";
  	color: #009fe3;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
  	margin-left: 0;
}
.title {
	margin-top: 25px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 30px;
}
.title a {
	color: #777878;
	text-decoration: none;
}
.title a:hover {
	color: #2d5394;
	text-decoration: none;
}
.title-v2 {
	margin-top: 25px;
	text-align: left;
	font-size: 24px;
	margin-bottom: 30px;
}
.title-v2 a {
	color: #00aeef;
	text-decoration: none;
	font-weight: 300;
}
.title-v2 a:hover {
	color: #2d5394;
	text-decoration: none;
}
.border-image {
	border-left: solid 10px #009fe3;
	position: relative;
}
.border-image:before {
  	content : "";
  	position: absolute;
  	height: 30px;
	width: 30px;
	left: -10px;
	top: -10px;
  	border-top: solid 10px #009fe3;
}
.border-image:after {
  	content : "";
  	position: absolute;
	width: 30px;
	left: -10px;
	bottom: -10px;
  	height: 30px;  
  	border-bottom: solid 10px #009fe3;
}
.bg-footer {
	position: relative;
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.25);
}
.footer-item-container-reset {
	position: relative;
	border-top: solid 60px #d7d7d7;
	margin-top: 100px;
	margin-bottom: 60px
}
.footer-item-container {
	padding: 100px 160px 20px 160px;
}
.footer-hr-container {
	padding: 0 100px 0 100px;
}
.add-border-footer {
	height: 7px;
	width: 100%;
	background-color: #00aeef;
	margin-top: 100px;
}
.all-content a {
	font-weight: 700;
	color: #2d5394 !important;
}
.all-content a:hover {
	color: #00aeef !important;
}
.footer-item {
	padding-right: 30px;
}
.footer-item .title {
	color: #009fe3;
	font-size: 16px;
	margin: 20px 0 10px 0;
	padding: 0px;
	min-height: 40px;
}
.footer-item .content {
	color: #616161;
	font-size: 14px;
	min-height: 100px;
}
.footer-item hr {
	border-bottom: solid 1px #009fe3;
}
.footer-item a {
	color: #616161;
	text-decoration: none;
}
.footer-item a:hover {
	color: #2d5394;
	text-decoration: none;
}
.footer-item .main-title {
	border-left: solid 3px #009fe3;
	position: relative;
	padding-left: 15px;
	color: #009fe3;
	font-size: 22px;
}
.footer-item .main-title:before {
  	content : "";
  	position: absolute;
  	height: 10px;
	width: 10px;
	left: -3px;
	top: -3px;
  	border-top: solid 3px #009fe3;
}
.footer-item .main-title:after {
  	content : "";
  	position: absolute;
	width: 10px;
	left: -3px;
	bottom: -3px;
  	height: 10px;  
  	border-bottom: solid 3px #009fe3;
}
.center-ul {
	text-align: center;
}
.footer-logo {
	display: inline-block;
	list-style: none;
    margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 25px;
	padding-left: 0;
}
.footer-logo li {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}
.bg-footer-menu {
	background-color: #f3f3f3;
	background-image: url("../img/bg-logo-footer.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer-menu-title {
	font-weight: 700;
	font-size: 14px;
	color: #484848;
	margin-bottom: 20px;
}
.footer-sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-sub-menu li a {
	text-decoration: none;
	color: #484848;
}
.footer-sub-menu li a:hover {
	text-decoration: none;
	color: #2d5394;
}
.footer-sub-menu-container {
	padding: 0 160px 20px 160px;
}
.footer-contact {
	text-align: right;
}
.footer-contact img {
	margin-bottom: 30px;
}
.footer-contact p {
	padding: 0;
	margin: 0;
}
.copyright-container {
	padding: 20px 160px 20px 160px;
	color: #605f5f;
}
.copyright-bg {
	position: relative;
	background-color: #d7d7d7;
}
.copyright-container a {
	text-decoration: none;
	color: #605f5f;
}
.copyright-container a:hover {
	text-decoration: none;
	color: #2d5394;
}
@media only screen and (max-width: 1199px) {
	.footer-item-container {
    	padding: 101px 100px 20px 100px !important;
	}
}
@media only screen and (min-width: 1366px) {
	.footer-item-container {
		padding: 100px 60px 20px 60px;
	}
	.footer-hr-container {
		padding: 0 0 0 0;
	}
	.footer-sub-menu-container {
		padding: 0 60px 20px 60px;
	}
	.copyright-container {
		padding: 20px 60px 20px 60px;
		color: #605f5f;
	}
}
@media only screen and (min-width: 1367px) {
	.footer-item-container {
		padding: 100px 160px 20px 160px;
	}
	.footer-hr-container {
		padding: 0 100px 0 100px;
	}
	.footer-sub-menu-container {
		padding: 0 160px 20px 160px;
	}
	.copyright-container {
		padding: 20px 160px 20px 160px;
		color: #605f5f;
	}
}
@media only screen and (max-width: 767px) {
	.bg-footer {
		margin-top: 0;
	}
	.footer-item-container {
		position: relative;
		padding: 50px 0px 0px 0px;
		margin-top: 0px
	}
	.footer-item-container-reset {
		border-top: solid 20px #d7d7d7;
		margin-top: 50px;
		margin-bottom: 20px
	}
	.footer-item-container:before {
	  	border-left: solid 20px #d7d7d7;
	}
	.footer-item-container:after {
	  	border-right: solid 20px #d7d7d7;
	}
	.footer-item {
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.footer-logo {
		margin-left: 7%;
	}
	.copyright-container {
		padding: 20px 10px 20px 10px;
	}
	.footer-sub-menu-container {
		padding: 50px 10% 20px 10%;
	}
	.footer-contact {
		text-align: center;
	}
	.bg-footer-menu {
		background-position: center bottom;
	}
	.bg-footer-menu {
		background-image: url("../img/bg-logo-footer-xs.png");
	}
}
.ik-padding {
	padding: 5% 7% 0 7%;
}
.ik-image {
	position: relative;
	margin-top: -50px;
}
.form-padding {
	padding-right: 30%;
}
.form-control {
	background-color: #f3f3f3;
	border: solid 1px #cac9c9;
	border-radius: 0;
}
.forms {
	color: #004899;
	padding-left: 20px;
	font-weight: 700;
}
.input-icon {
    position: absolute;
    right: 30px;
    top: 40px;
	color: #004899;
	border: solid 1px #004899;
	padding: 2px 3px;
	border-radius: 75px;
	width: 20px;
	height: 20px;
}

.reset-file-input::-webkit-file-upload-button {
  	visibility: hidden;
}
.reset-file-input::before {
  	display: inline-block;
  	background: none;
  	border: none;
  	border-radius: 0;
  	padding: 0;
  	outline: none;
  	white-space: nowrap;
  	-webkit-user-select: none;
  	cursor: pointer;
}
/* Custom checkbox < */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f3f3f3;
	border: solid 1px #cac9c9;
}
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #004899;
    border: solid 1px #004899;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-submit {
	background-color: #009fe3;
	color: #FFF;
	font-weight: 700;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 0;
}
.btn-submit:hover {
	background-color: #004899;
}
.reset-bottom-margin {
	margin-bottom: 100px;
}
/* Custom checkbox > */
@media only screen and (max-width: 767px) {
	.ik-image {
		position: relative;
		margin-top: 0px;
	}
	
	.form-padding {
		padding-right: 0;
	}
	.home-info-container .content-ik {
		padding: 20px 20px 20px 20px;
	}
	.home-info-container .content-ik h1 {
		color: #004899;
		font-size: 20px;
	}
	.reset-xs {
		padding: 0;
		margin: 0;
	}
}
.color-text {
	color: #2d5394;
}
.color-text-v2 {
	color: #00aeef;
	font-weight: 300;
}
.color-text-v2 b {
	font-weight: 900;
}
.slider-home {
	padding: 25px 0px 0 0px;
	border-left: solid 25px #2d5394;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #3683aa;
}
.reset-bg {
	background-color: #f3f3f3;
	padding: 25px 0px 22px 50px;
	height: calc(100% - 25px);
}
.slider-home-content {
	overflow: hidden;
}
.slider-home-content-int {
	display: table;
	width: 100%;
}
.slider-home:before {
  	content : "";
  	position: absolute;
  	height: 30px;
	width: 80px;
	left: -25px;
	top: 0px;
  	border-top: solid 25px #2d5394;
}
.slider-home:after {
  	content : "";
  	position: absolute;
	width: 80px;
	left: -25px;
	bottom: 0px;
  	height: 30px;  
  	border-bottom: solid 25px #2d5394;
}
.slider-home h3 {
	color: #004899;
	font-size: 40px;
	font-weight: 300;
}
.slider-home a {
	color: #009fe3;
	text-decoration: none;
}
.slider-home a:hover {
	color: #2d5394;
	text-decoration: none;
}
.slider-home-navigation {
	position: relative;
	top: -29px;
	padding-left: 10px;
	text-align: left;
	color: #FFF;
}
.slider-home-navigation .prev {
	top: 4px;
	position: relative;
}
.slider-home-navigation .next {
	top: 4px;
	position: relative;
}
.slider-home-navigation a {
	text-decoration: none;
	color: #FFF;
}
.slider-home-navigation a:hover {
	text-decoration: none;
	color: #009fe3;
}
.slider-home-navigation i {
	font-size: 24px;
}
.slider-home-navigation span {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.home-item-container {
	padding: 100px 160px 20px 160px;
}
.link a {
	color: #009fe3;
	text-decoration: none;
	font-weight: 700;
}
.link a:hover {
	color: #2d5394;
	text-decoration: none;
}
.mb-100 {
	padding-bottom: 100px;
}
.product-title {
	border-left: solid 5px #004899;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #004899;
	font-size: 24px;
}
.product-title:before {
  	content : "";
  	position: absolute;
  	height: 10px;
	width: 20px;
	left: -5px;
	top: -5px;
  	border-top: solid 5px #004899;
}
.product-title:after {
  	content : "";
  	position: absolute;
	width: 20px;
	left: -5px;
	bottom: -5px;
  	height: 20px;  
  	border-bottom: solid 5px #004899;
}
.main-title-sub {
	margin-top: 50px;
	padding-left: 25px;
	color: #585857 !important;
	font-size: 14px !important;
}
.product-color {
	color: #585857 !important;
}
.home-info-container .content-product {
    padding: 50px 175px 100px 175px;
}
.reset-container-product {
	margin-left: 0 !important;
    margin-right: 0 !important;
	padding-right: 0 !important;
	width: 100%;
	padding-left: 10%;
	max-width: inherit !important;
}
.product-spec {
	padding:50px 10px 100px 175px;
}
.reset-font-size {
	font-size: 20px !important;
}
.content-int {
    padding: 50px 175px 100px 175px;
}
.content-title {
	border-left: solid 5px #004899;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #004899;
	font-size: 24px;
}
.content-title:before {
  	content : "";
  	position: absolute;
  	height: 10px;
	width: 20px;
	left: -5px;
	top: -5px;
  	border-top: solid 5px #004899;
}
.content-title:after {
  	content : "";
  	position: absolute;
	width: 20px;
	left: -5px;
	bottom: -5px;
  	height: 20px;  
  	border-bottom: solid 5px #004899;
}
.content-title-v2 {
	border-left: solid 5px #009fe3;
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #004899;
	font-size: 24px;
}
.content-title-v2:before {
  	content : "";
  	position: absolute;
  	height: 10px;
	width: 20px;
	left: -5px;
	top: -5px;
  	border-top: solid 5px #009fe3;
}
.content-title-v2:after {
  	content : "";
  	position: absolute;
	width: 20px;
	left: -5px;
	bottom: -5px;
  	height: 20px;  
  	border-bottom: solid 5px #009fe3;
}
@media only screen and (max-width: 767px) {
	.content-int {
    	padding: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-info-container .content-product {
	    padding: 20px 20px 20px 0px;
	}
	.reset-container-product {
		margin-left: 0 !important;
	    margin-right: 0 !important;
		padding-right: 0 !important;
		width: 100%;
		padding-left: 5%;
		max-width: inherit !important;
	}
	.product-spec {
		padding:0 0 0 0;
	}
	.main-title-sub {
		margin-top: 30px;
	}
	.home-item-container {
    	padding: 50px 20px 0 20px;
	}
	.content-title {
		margin: 20px 40px 20px 40px;
		font-size: 16px;
	}
	.content-title-v2 {
		margin: 20px 40px 20px 40px;
		font-size: 16px;
	}
}
.carousel-thumbnails .carousel-indicators{
	position: inherit;
	bottom: inherit;
	right: inherit;
	left:inherit;
	margin-top: 15px;
}
.carousel-thumbnails .carousel-indicators li{
	width: 100px;
	height: auto;
}
.carousel-thumbnails .carousel-indicators li img{
	opacity: 0.5;
}
.carousel-thumbnails .carousel-indicators .active img{
	opacity: 1;
}
.custom-breadcrumb {
	position: absolute;
	top: -40px;
	right: 60px;
}
.custom-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding:0;
	color: #008bd0;
}
.custom-breadcrumb ul li {
	float: left;
}
.custom-breadcrumb ul li a {
	text-decoration: none;
}
.custom-breadcrumb ul li a:hover {
	text-decoration: none;
}
.custom-breadcrumb ul li:after {
	content: "/";
	padding: 10px;
}
.custom-breadcrumb ul li:last-child:after {
	content: "";
}
.contact .list-group-item {
	line-height: 30px;
}
.contact span {
	font-size: 16px;
}
.contact .reset-width {
	font-size: 14px;
	min-width: 80px;
}
.contact .active {
	background-color: #F5F1EE !important;
	color: #000;
	border:1px solid rgba(0,0,0,.125);
	font-weight: 700;
}
.contact-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #009fe3;
	font-size: 16px;
	line-height:30px;
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.list-group-item table {
		width: 100%;
	}
	.list-group-item table tr {
		width: 100%;
	}
	.list-group-item table tr td {
		display:block;
		text-align: center;
		width: 100%;
	}
	.contact-icon  {
		text-align: center;
		width: 100%;
	}
}
.bg-blue {
	background-color: #00aeef;
	color: #FFF;
	font-size: 20px;
	padding-left: 10%;
	font-weight: 300;
	padding-right: 10%;
}
.custom-margin {
	margin: 100px 0;
}
.sub-content-title {
	border-left: solid 3px #009fe3;
	position: relative;
	padding-left: 15px;
	color: #009fe3;
	font-size: 18px;
	margin-bottom:25px;
	min-height: 60px;
	display: table;
}
.sub-content-title span {
	display: table-cell;
	vertical-align: middle;
}
.sub-content-title:before {
  	content : "";
  	position: absolute;
  	height: 10px;
	width: 10px;
	left: -3px;
	top: -3px;
  	border-top: solid 3px #009fe3;
}
.sub-content-title:after {
  	content : "";
  	position: absolute;
	width: 10px;
	left: -3px;
	bottom: -3px;
  	height: 10px;  
  	border-bottom: solid 3px #009fe3;
}
.sub-content p {
	color: #616161;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 75px;
}
.sub-content hr {
	border-bottom: solid 1px #009fe3;
	margin-top: 0;
}
.sub-content a {
	color: #616161;
	text-decoration: none;
}
.sub-content a:hover {
	color: #2d5394;
	text-decoration: none;
}
.reference-image {
	width: 100px;
	height: 100px;
}
.reset-height {
	min-height: inherit !important;
	margin-bottom: 10px;
}
.reset-date {
	min-height: inherit !important;
	margin-bottom: 10px;
}
.reset-date:before {
    font-size: 12px;
    color: #484848;
    position: relative;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f073";
    padding-right: 5px;
}

/* Fade Effect < */
.right-img {
    animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s; 
}
.slide-img {
	animation: fadein 2s;
    -moz-animation: fadein 2s; 
    -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s; 
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Fade Effect > */
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px;
    margin-top: 30px;
    background: #009fe3;
	border-radius: 10px;
	max-width: 750px;
	margin: 30px auto;
	animation: fadein 1s;
    -moz-animation: fadein 1s; 
    -webkit-animation: fadein 1s; 
    -o-animation: fadein 1s; 
}
.search-form-wrapper input {
    border-radius: 4px 0 0 4px !important;
}
.search-form-wrapper.open {
    display: block;
}
.btn-search {
	background: #2d5394;
	color: #FFF;
	border: solid 1px #2d5394;
}
@media only screen and (max-width: 767px) {
	.search-form-wrapper {
    	margin: 50px 30px;
	}
}
.title-search {
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	font-size: 14;
	margin-bottom: 15px;
	color: #555;
	text-decoration: none;
	margin-left: 20px;
}
.title-search a {
	color: #555;
	text-decoration: none;
}
.title-search a:hover {
	color: #009fe3;
	text-decoration: none;
}
.title-search:before {
	position: relative;
	left: -20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f111";
	color: #009fe3;	
}
.navbar-collapse {
	z-index: 999 !important;
}
.scrollTopBtn{
	font-size: 24px;
	color: #FFF;
	background-color: #2d5394;
	text-align: center;
	padding: 6px;
	width: 40px;
	height: 40px;
	line-height: 24px;
	position: fixed;
	bottom: 50px;
	right:30px;
	cursor: pointer;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	opacity: 0.9;
	z-index: 99999 !important;
}
@media only screen and (max-width: 767px) {
	.scrollTopBtn{
		font-size: 18px;
		width: 30px;
		height: 30px;
		line-height: 18px;
		bottom: 20px;
		right:20px;
		z-index: 99999 !important;
	}
}
.navbar-scroll {
	position: fixed !important;
	top: 0;
	background-color: #2d5394;
	background: #2d5394 !important;
	z-index: 9999;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	animation: fadein 1s;
    -moz-animation: fadein 1s; 
    -webkit-animation: fadein 1s; 
    -o-animation: fadein 1s; 
}
.navbar-scroll .reset-navbar {
	padding-top: 1rem;
	position: inherit !important;
}
@media only screen and (max-width: 767px) {
	.navbar-scroll .navbar {
    	padding: 10px 15px 10px 15px;
	}
	.navbar {
    	padding: 10px 30px 10px 0px;
	}
	.custom-margin {
		margin: 50px 0;
	}
}
.reset-navbar {
	position: fixed!important;
	z-index: 999 !important;
}
.ekko-lightbox {
	z-index: 9999 !important;
}
.ekko-lightbox-nav-overlay a {
	color: #2d5394;
}
.language-bar {
	position: absolute;
	right: 10px;
	top: 20px;
	list-style: none;
}
.language-bar li {
	float: left;
	margin-left: 15px;
}
.navbar-scroll .language-bar {
	display: none;
}

@media only screen and (max-width: 767px) {
	.language-bar {
		position: absolute;
		right: 40px;
		top: 18px;
		list-style: none;
	}
	.language-bar li {
		margin-left: 5px;
	}
	.language-bar li img {
		width: 25px;
		height: 25px;
	}
	.pl-custom {
		padding-left: 0;
	}
	.pr-custom {
		padding-right: 0;
	}
	.reset-bg {
		padding: 25px 25px 22px 25px;
	}
	.add-border-footer {
    	margin-top: 15px;
	}
	.footer-hr-container {
		padding: 0 0 0 0;
	}
	.footer-logo {
		padding-top: 0px;
	}
}
.footer-logo-v2 {
	position: absolute;
	width: calc(50% - 75px);
	bottom: 75px;
	left: 0;
	background-color: #d7d7d7;
	z-index: 1;
	padding-left: calc(10% + 160px);
	padding-top: 25px;
	padding-bottom: 5px;
	border-top: solid 5px #FFF;
}
.footer-logo-v2 img {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.footer-logo-v2 {
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #d7d7d7;
	z-index: 1;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 0;
	border-top: none;
}
.footer-logo-v2 img {
	width: 100%;
	}
}
.product-info h1 {
	color: #0054a6;
	font-size: 32px;
	font-weight: 900;
}
.product-info h2 {
	font-size: 32px;
	font-weight: 300;
	color: #0054a6;
}
.product-info p {
	color: #0054a6;
}
.reset-int {
	font-size: 25px !important;
}
.reset-int b {
	font-weight: 900 !important;
}
.reset-home-n-padding {
	padding-left: 10%;
	padding-right: 10%;
}
.reset-home-m-padding {
	padding: 0 75px 0 75px;
}
.reset-home-o-padding {
	padding-left:5%;
	padding-right: 5%;
}
@media only screen and (max-width: 767px) {
	.reset-home-n-padding {
		padding-left: 0%;
		padding-right: 0%;
	}
	.reset-home-m-padding {
		padding: 0 0 0 0;
	}
	.reset-home-o-padding {
		padding-left:0%;
		padding-right: 0%;
	}
}
@media only screen and (max-width: 991px) {
	.slider-home h3 {
    	font-size: 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.reset-home-n-padding {
		padding-left: 0%;
		padding-right: 0%;
	}
	.reset-padding-home {
    	padding-left: 18px;
    	padding-right: 0px;
    	margin-bottom: 0px;
	}
	
}
@media only screen and (max-width: 1366px) {
	.reset-home-o-padding {
		padding-left:0%;
		padding-right: 0%;
	}
	.reset-main-margin {
    	padding: 0 0;
	}
}

.language-bar {
	z-index: 1000;
}
.center-block{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.maxh-125{
	min-height: 125px;
}

.max-lines {
	display: block;/* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1.8em;
}

img.center {
    display: block;
    margin: 0 auto;
}

.height-32{
	height: 32px;
	width: auto;
}
.height-96{
	height: 96px;
	width: auto;
}
.height-164{
	height: 164px;
	width: auto;
}

