/* style Document */

/* ---------------------------------------------------------
1. reset
2. Home
3. About
4. our products
5. information center
6. downloads
7. picture gallery
8. contact us
9. media query
---------------------------------------------------------*/

/* ---------------------------------------------------------
1. reset
---------------------------------------------------------*/

html {
	font-size: 100%;
	min-height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Open Sans", sans-serif;
	line-height: 22px;
	color: #414042;
	background: white;
	font-weight: 400;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0px 0px 5px 0px;
	margin: 0rem 0rem 0.3125rem 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0px 0px 10px 0px;
	margin: 0rem 0rem 0.625rem 0rem;
	font-weight: normal;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

a {
	color: #4a4a4a;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ce181e;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ---------------------------------------------------------
header
---------------------------------------------------------*/

.header__top,
.header__bottom {
	font-size: 14px;
	font-size: 0.875rem;
}

.top__info li,
.lang__block li {
	display: inline-block;
	vertical-align: top;
}

.header__top,
.header__bottom {
	padding-left: 15px;
	padding-right: 15px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.header__top {
	background: #ce181e;
	padding-top: 6px;
	padding-bottom: 6px;
}

.header__top .container-fluid {
	padding: 0;
}

.header__bottom {
	background: transparent !important;
}

.top__info {
	color: white;
	font-weight: 300;
}

.top__info li .fa {
	margin-right: 6px;
}

.top__info li + li {
	margin-left: 12px;
}

.top__info li a {
	color: white;
	font-weight: 300;
}

.top__info li a:hover {
	color: #ce181e;
}

.lang__block {
	color: white;
	font-weight: 300;
	text-align: right;
}

.lang__block li .fa {
	margin-right: 6px;
}

.lang__block li + li {
	margin-left: 12px;
}

.lang__block address {
	margin: 0;
}

.lang__block .custom-select {
	height: 24px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
	border: transparent;
	font-size: 13px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: white;
	background-color: transparent;
}

.lang__block .custom-select option {
	background: #ce181e;
}

/* ---------------------------------------------------------
navigation
---------------------------------------------------------*/

.navbar {
	background: transparent !important;
	padding: 0;
}

.navbar-nav .nav-link {
	color: #ce181e;
}

.navbar-nav .nav-link:hover {
	opacity: 0.7;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(206, 24, 30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-nav .dropdown-menu {
	margin: 27px 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	min-width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-nav .dropdown-mega .dropdown-menu {
	margin: -2px 0 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown > .nav-link,
.navbar-nav .dropup > .nav-link {
	outline: none !important;
}

.navbar-nav .dropdown .dropdown-item,
.navbar-nav .dropup .dropdown-item {
	display: inline-block;
	vertical-align: top;
	color: black;
	border-top: 1px solid #f3f3f3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropup .dropdown-item:hover {
	background: transparent;
	color: #ce181e;
}

.navbar-nav .dropdown .dropdown-item:first-child,
.navbar-nav .dropup .dropdown-item:first-child {
	border-top: none;
}

.navbar-nav .dropdown.dropdown-mega,
.navbar-nav .dropup.dropdown-mega {
	position: static;
}

.navbar-nav .dropdown-menu {
	-webkit-transition: max-height 0.65s ease;
	transition: max-height 0.65s ease;
}

.megamenu__column__holder {
	overflow: hidden;
	padding: 15px 20px;
}

.megamenu__column__holder .megamenu__column__1-4 {
	width: 100%;
	float: left;
	line-height: 20px;
	padding: 0 2%;
	border-left: 1px solid #f3f3f3;
	height: 100%;
}

.megamenu__column__holder .megamenu__column__1-4 ul {
	height: 100%;
}

.megamenu__column__holder .megamenu__column__1-4:first-child {
	border-left: none;
}

.megamenu__column__holder .megamenu__column__1-4 li {
	padding-bottom: 10px;
}

.megamenu__column__holder .megamenu__column__1-4 li + li {
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
}

.megamenu__column__holder .ico__holder {
	display: inline-block;
	vertical-align: top;
	width: 20px;
}

.megamenu__column__holder .dropdown-item {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 25px);
	color: black;
	border: none !important;
	padding: 3px 0 3px 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.megamenu__column__holder .dropdown-item:hover {
	background: transparent;
	color: #ce181e;
	padding: 3px 0 3px 10px;
}

/* ---------------------------------------------------------
hero banner
---------------------------------------------------------*/

.carousel__hero__item {
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
}

.carousel__hero__item:focus {
	outline: none;
}

.carousel__hero__item .text__holder {
	height: calc(100vh - 146px);
	max-width: 520px;
	color: white;
}

.carousel__hero__item h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 20px;
}

.carousel__hero__item h1 span {
	font-weight: 300;
}

.carousel__hero__item .btn__holder {
	padding-top: 30px;
}

.carousel__hero:hover .slick-arrow {
	opacity: 1;
}

.slick-arrow {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	margin-left: 30px;
	background: none;
	border: none;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 1;
}

.slick-arrow:focus {
	outline: none;
}

.slick-next {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: 30px;
}

.slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 60px;
	padding-bottom: 10px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.slick-dots li button {
	margin: 0;
	padding: 0;
	border: 2px solid white;
	background: transparent;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.slick-dots li.slick-active button {
	background: white;
}

.activate {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
	filter: alpha(opacity=100);
}

.animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
	filter: alpha(opacity=0);
}

/* ---------------------------------------------------------
footer
---------------------------------------------------------*/

.footer__top {
	padding: 40px 0 0;
	background: #303030;
	color: white;
}

.footer__top a {
	color: rgba(255, 255, 255, 0.8);
}

.footer__bottom {
	background: #262626;
	color: white;
	line-height: 22px;
	padding: 8px 0;
}

.footer__bottom a {
	color: rgba(255, 255, 255, 0.8);
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	color: black;
	font-weight: 400;
	margin: 0 0 20px;
}

.foo-list {
	line-height: 22px;
}

.foo-list h3 {
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

.foo-list ul {
	margin-bottom: 40px;
}

.foo-list ul li {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 0 6px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
}

.foo-list ul li.phone a {
	display: block;
}

.foo-list ul a {
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.foo-list ul a .fa {
	margin-right: 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.foo-list ul a:hover {
	color: white;
}

.foo-list ul a:hover .fa {
	margin-right: 14px;
}

.foo-list ul address {
	margin: 0;
	font-weight: 300;
}

.foo-list ul address strong {
	color: rgba(255, 255, 255, 0.8);
}

.foo-list ul address a {
	display: block;
	font-weight: 400;
}

.foo-list-contact ul li + li {
	padding-left: 30px;
	position: relative;
}

.foo-list-contact ul li .fa {
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px 0 0;
}

.foo-list-contact .social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 0 0;
}

.foo-list-contact .social-networks li a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #a9a9a9;
	display: block;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #303030;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.foo-list-contact .social-networks li a:hover {
	background: white;
}

.foo-list-contact .social-networks li a:hover .fa {
	margin: 0;
}

.foo-list-contact .social-networks li .fa {
	position: static;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.copyright,
.site-by {
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
}

.copyright p,
.site-by p {
	margin: 0;
}

.site-by a {
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.site-by a:hover {
	color: rgba(255, 255, 255, 0.8);
}

/* ---------------------------------------------------------
1. homepage
---------------------------------------------------------*/

main {
	min-height: 33vh;
}

.section {
	padding: 40px 0;
}

.section__banner {
	padding: 0;
}

.section__whowe .text__holder {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

.section__whowe .btn__holder {
	padding-top: 30px;
}

.section__products {
	background: #f2f2f2;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 34px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
}

h2 strong {
	font-weight: 700;
	color: #ce181e;
}

.product__card {
	background: white;
	padding: 30px 20px;
	min-height: 360px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.03);
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.03);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.product__card:hover {
	background: #ce181e;
}

.product__card:hover .product__image {
	-webkit-transform: scale(0.9) translateY(-10px);
	transform: scale(0.9) translateY(-10px);
}

.product__card:hover .product__image .img-nohover {
	display: none;
}

.product__card:hover .product__image .img-hover {
	display: inline-block;
}

.product__card:hover .product__desc {
	-webkit-transform: translateY(-22%);
	transform: translateY(-22%);
}

.product__card:hover .product__desc .name {
	color: white;
}

.product__card:hover .product__desc p {
	color: white;
	opacity: 1;
}

.product__card__holder {
	margin-bottom: 30px;
}

.product__image {
	text-align: center;
	margin: 0 0 60px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.product__image .img-hover {
	display: none;
}

.product__desc {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
	-webkit-transform: translateY(calc(100% - 70px));
	transform: translateY(calc(100% - 70px));
}

.product__desc .name {
	color: #ce181e;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	display: block;
	margin: 0 0 10px;
}

.product__desc p {
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.card__news {
	margin-bottom: 30px;
}

.card__news__image {
	position: relative;
	overflow: hidden;
}

.card__news__image .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ce181e;
	color: white;
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
	padding: 8px 12px;
}

.card__news__image .date > span {
	display: block;
	font-weight: 700;
}

.card__news__image img {
	width: 100%;
}

.card__news__desc {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22px;
}

.card__news__desc strong {
	font-size: 16px;
	font-size: 1rem;
	display: block;
	padding: 10px 0;
}

.card__news__desc strong a:hover {
	color: #ce181e;
}

.card__news__desc .btn__holder {
	padding-top: 15px;
}

.section__banner__inner .image__holder {
	background-size: cover !important;
}

.section__banner__inner .image__holder > .container {
	height: 270px;
}

.section__banner__inner .image__holder .text-holder {
	height: 270px;
	text-align: center;
	position: relative;
}

.section__banner__inner .image__holder .text-holder h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	margin: 0 0 20px;
	background: rgba(255, 255, 255, 0.7);
	color: #ce181e;
	padding: 10px 25px;
	border-radius: 3px;
}

.sidebar__holder {
	background: whitesmoke;
	margin: 0 0 40px;
	padding: 25px 30px;
	border-radius: 3px;
	border-bottom: 2px solid #ce181e;
}

.sidebar__holder h3 {
	color: #ce181e;
}

.sidebar__holder ul {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
}

.sidebar__holder ul li {
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}

.sidebar__holder ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
}

.sidebar__holder ul li:last-child {
	border-bottom: none;
}

.sidebar__left {
	padding-right: 15px;
}

.sidebar__left h2 {
	text-align: left;
}

.sidebar__left .text-holder + .text-holder {
	padding-top: 50px;
}

.sidebar__left .text-holder h3 {
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #ce181e;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
}

.sidebar__left .text-holder img {
	float: left;
	margin: 0 15px 14px 0;
	width: 100%;
}

.sidebar__left .text-holder p {
	margin-bottom: 25px;
}

.sidebar__left .text-holder-right img {
	float: right;
	margin: 0 0 14px 15px;
	width: 100%;
}

.sidebar__left strong {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 12px;
	color: black;
}

.sidebar__left ul {
	float: left;
	width: 100%;
	line-height: 20px;
}

.sidebar__left ul li {
	margin: 0 0 7px;
}

.sidebar__right {
	padding-right: 15px;
}

.member__card {
	text-align: center;
	padding: 20px 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.member__card:hover {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}

.member__card:hover .member__image {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
	border: 2px solid #ce181e;
}

.member__card:hover .member__desc {
	-webkit-box-shadow: 1px 1px 12px rgba(195, 195, 195, 0.3), -1px -1px 12px rgba(195, 195, 195, 0.3);
	box-shadow: 1px 1px 12px rgba(195, 195, 195, 0.3), -1px -1px 12px rgba(195, 195, 195, 0.3);
}

.member__card__list {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 40px;
}

.member__image {
	margin: 0 auto 10px;
	max-width: 126px;
	width: 128px;
	height: 128px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: -60px;
	border: 2px solid #eaeaea;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	position: relative;
}

.member__name {
	display: block;
	line-height: 20px;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}

.member__name a:focus {
	outline: none;
}

.member__post {
	display: block;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	font-size: 14px;
}

.member__desc {
	background: whitesmoke;
	padding: 85px 0 20px;
	border-radius: 3px;
	border-bottom: 2px solid #ce181e;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.member__desc .text-holder {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 15px 20px 0;
	line-height: 24px;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	border: none;
	padding-bottom: 0;
}

.modal-header .close {
	color: #ce181e;
}

.modal-body .member__card__list {
	padding: 0;
	margin: 0;
}

.modal-body .member__card {
	padding: 0;
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}

.modal-body .member__card:hover .member__desc {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-body .member__card .member__image {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
	border: 2px solid #ce181e;
}

/* ---------------------------------------------------------
8. contact us
---------------------------------------------------------*/

.breadcrumb__holder {
	background: #f7f7f7;
	padding: 12px 0;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
}

.breadcrumb-item {
	color: #9c9c9c;
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumb-item.active {
	color: black;
}

.contact__info__holder {
	overflow: hidden;
	margin: 0 0 60px;
}

.contact__info__list {
	width: 100%;
	float: left;
	background: #f9f9f9;
	padding: 25px 20px;
	min-height: 150px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
}

.contact__info__list + .contact__info__list {
	margin-top: 30px;
}

.contact__info__list .icon__holder {
	font-size: 44px;
	text-align: center;
	margin: 0 0 15px;
	line-height: 45px;
	color: #a9a9a9;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.contact__info__list address {
	margin-bottom: 0;
}

.contact__info__list ul li span {
	margin-right: 6px;
}

.contact__info__list:hover .icon__holder {
	color: #ce181e;
}

.contact__form__holder .image-holder img {
	width: 100%;
}

.form__contact {
	padding-top: 30px;
}

.form__contact .form-group {
	margin-bottom: 25px;
}

.form__contact .form-control {
	height: 46px;
	border-radius: 0;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 3px;
}

.form__contact .form-control.placeholder {
	color: #333;
}

.form__contact .form-control:-moz-placeholder {
	color: #333;
}

.form__contact .form-control::-moz-placeholder {
	color: #333;
}

.form__contact .form-control::-webkit-input-placeholder {
	color: #333;
}

.form__contact .form-control:-ms-input-placeholder {
	color: #333;
}

.form__contact .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #333;
}

.form__contact textarea.form-control {
	height: auto;
}

.form__contact .btn__holder {
	text-align: right;
}

.contact__map {
	height: 600px;
	background: #dbdbdb;
}

.branch__map__holder h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.branch__info__holder {
	background: #f7f7f7;
}

.branch__info__cover .row:nth-child(odd) .branch__info__list {
	background: white;
}

.branch__info__cover .row:nth-child(odd) .branch__info__list:nth-child(even) {
	background: #f4f4f4;
}

.branch__info__cover .row:nth-child(even) .branch__info__list {
	background: #f4f4f4;
}

.branch__info__cover .row:nth-child(even) .branch__info__list:nth-child(even) {
	background: white;
}

.branch__info__list {
	background: white;
	text-align: center;
	padding: 30px 25px;
	font-size: 14px;
	font-size: 0.875rem;
	border-radius: 3px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.branch__info__list:hover {
	-webkit-transform: translatey(-12px);
	transform: translatey(-12px);
	position: relative;
	-webkit-box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 28px 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.branch__info__list strong {
	color: #ce181e;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
}

.branch__info__list address {
	margin-bottom: 0;
}

.branch__info__list ul span {
	font-weight: 700;
	margin-right: 6px;
}

.branch__info__list ul a {
	color: #ce181e;
}

.branch__info__list ul a:hover {
	color: #414042;
}

/* ---------------------------------------------------------
button style
---------------------------------------------------------*/

.btn {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn__main {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	min-width: 140px;
	background: transparent;
	border: 1px solid #ce181e;
	color: #ce181e;
}

.btn__main:hover {
	background: #ce181e;
	color: white;
	border: 1px solid #ce181e;
}

.btn__white {
	background: transparent;
	color: white;
	border: 1px solid white;
}

.btn__white:hover {
	background: white;
	color: #ce181e;
	border: 1px solid white;
}

.btn__more {
	border-radius: 0;
}

.btn__more:hover {
	color: #ce181e;
}

.btn__more i {
	margin-left: 6px;
}

@media only screen and (min-width: 576px) {

.megamenu__column__holder .megamenu__column__1-4 {
	width: 50%;
}

}

@media only screen and (min-width: 768px) {

.top__info li + li {
	margin-left: 20px;
}

.lang__block li + li {
	margin-left: 20px;
}

.footer__top {
	padding: 90px 0 45px;
}

.site-by {
	text-align: right;
}

.section {
	padding: 60px 0;
}

.section__banner {
	padding: 0;
}

h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 46px;
	margin: 0 0 40px;
}

.section__banner__inner .image__holder > .container {
	height: 300px;
}

.section__banner__inner .image__holder .text-holder {
	height: 300px;
}

.sidebar__left {
	padding-right: 50px;
}

.sidebar__left .text-holder img {
	margin: 0 25px 14px 0;
	width: auto;
}

.sidebar__left .text-holder-right img {
	margin: 0 0 14px 25px;
	width: auto;
}

.sidebar__right {
	padding-right: 30px;
}

.contact__info__list {
	width: calc(33.33% - 20px);
}

.contact__info__list + .contact__info__list {
	margin-left: 30px;
	margin-top: 0;
}

}

@media only screen and (min-width: 992px) {

body {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
}

.header__top,
.header__bottom {
	padding-left: 60px;
	padding-right: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	border-radius: 0;
}

.navbar-nav .dropdown-menu {
	max-height: 300px;
}

.megamenu__column__holder {
	padding: 25px 40px;
}

.megamenu__column__holder .megamenu__column__1-4 {
	width: 25%;
}

.carousel__hero__item h1 {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 66px;
	margin: 0 0 35px;
}

.card__news {
	margin-bottom: 0;
}

.section__banner__inner .image__holder > .container {
	height: 398px;
}

.section__banner__inner .image__holder .text-holder {
	height: 398px;
}

.form__contact {
	padding-top: 0;
}

}

@media only screen and (min-width: 1600px) {

.navbar-nav .dropdown-menu {
	font-size: 13px;
	font-size: 0.8125rem;
}

.megamenu__column__holder .megamenu__column__1-4 {
	padding: 0 2.8%;
}

.product__card:hover .product__desc {
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
}

.product__desc {
	padding-left: 20px;
	padding-right: 20px;
}

.section__board > .container,
.section__management > .container {
	max-width: 1140px;
	width: 100%;
}

}

@media only screen and (max-width: 991px) {

.product__card {
	background: #ce181e;
}

.product__image .img-nohover {
	display: none;
}

.product__image .img-hover {
	display: inline-block;
}

.product__desc {
	-webkit-transform: translateY(-22%);
	transform: translateY(-22%);
}

.product__desc .name {
	color: white;
}

.product__desc p {
	color: white;
	opacity: 1;
}

}

@media only screen and (max-width: 767px) {

.top__info {
	font-size: 13px;
	font-size: 0.8125rem;
}

.lang__block {
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: left;
}

.navbar-brand {
	max-width: 90px;
}

.slick-arrow {
	display: none !important;
}

}


/*# sourceMappingURL=style.css.map */
