@font-face {
	font-family: 'Manrope-Light';
	src: url('/fonts/Manrope-Light.eot');
	src: url('/fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Manrope-Light.woff2') format('woff2'),
	url('/fonts/Manrope-Light.woff') format('woff'),
	url('/fonts/Manrope-Light.ttf') format('truetype'),
	url('/fonts/Manrope-Light.svg#Manrope-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	/*font-display: swap;*/
}
@font-face {
	font-family: 'Manrope-Bold';
	src: url('/fonts/Manrope-Bold.eot');
	src: url('/fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Manrope-Bold.woff2') format('woff2'),
	url('/fonts/Manrope-Bold.woff') format('woff'),
	url('/fonts/Manrope-Bold.ttf') format('truetype'),
	url('/fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
	/*font-weight: 600;*/
	font-style: normal;
	/*font-display: swap;*/
}
@font-face {
	font-family: 'Manrope-SemiBold';
	src: url('/fonts/Manrope-SemiBold.eot');
	src: url('/fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/Manrope-SemiBold.woff2') format('woff2'),
	url('/fonts/Manrope-SemiBold.woff') format('woff'),
	url('/fonts/Manrope-SemiBold.ttf') format('truetype'),
	url('/fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
	/*font-weight: 800;*/
	font-style: normal;
	/*font-display: swap;*/
}
@font-face {
	font-family: 'HeadingNow-95Medium';
	src: url('/fonts/HeadingNow-95Medium.eot');
	src: url('/fonts/HeadingNow-95Medium.eot?#iefix') format('embedded-opentype'),
	url('/fonts/HeadingNow-95Medium.woff') format('woff'),
	url('/fonts/HeadingNow-95Medium.ttf') format('truetype');
	/*font-weight: 600;*/
	font-style: normal;
	/*font-display: swap;*/
}
@font-face {
	font-family: 'InterTight-SemiBold';
	src: url('/fonts/InterTight-SemiBold.eot');
	src: url('/fonts/InterTight-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/InterTight-SemiBold.ttf') format('truetype');
	/*font-weight: 600;*/
	font-style: normal;
	/*font-display: swap;*/
}
* {
	scrollbar-color: #1f518b #f4f2ef;
  scrollbar-width: thin;
}
*:focus, *:active {
	outline: none !important;
	outline-offset:0;
	box-shadow: none;
}
body, html {
    height:100%;
}
*::-webkit-scrollbar {
	width: 10px;
}
*::-webkit-scrollbar-thumb {
	background-color: #1f518b;
}
*::-webkit-scrollbar-track {
	background-color: #f4f2ef;
}

.ml-auto {
	margin-left: auto !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.text-scroll, a.btn-more, h1 {
	font-family: 'Manrope-SemiBold';
}
.name-video {
	font-family:'HeadingNow-95Medium';
}
/* Override the bootstrap defaults */

h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
.dropdown-menu {
	min-width: 100%;
}
.language .dropdown-menu {
	padding: 0;
	overflow: hidden;
}
.flex, .d-flex{
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.product-thumb .image img{
	width: 100%;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.red{
	color: #ED1C24;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* top */

/* tabs */
.nav-tabs {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 15px;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

li.active a {
	border-bottom: 1px solid #15A74C;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
}
.tab-pane{
	display: none;
}
.tab-pane.active{
	display: block;
}
/* logo */

#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
.call-manager, #btn-search{
	cursor: pointer;
}
/* search */
#close-search {
	position: absolute;
	right: 15px;
	top: 10px;
}
#close-search svg {
	fill: #000;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
.search-section.active {
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	top: 45px;
	height: 122px;
	display: flex;
	align-items: center;
	z-index: 9;
	transition: 1s;
	padding-left: 15px;
	padding-right: 15px;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 10;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	animation: slide-down .7s;
}

/*header {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 12px 12px 0px rgba(0, 0, 0, 0.09), 0px 27px 16px 0px rgba(0, 0, 0, 0.05), 0px 48px 19px 0px rgba(0, 0, 0, 0.01), 0px 76px 21px 0px rgba(0, 0, 0, 0.00);
}*/
#search {
	position: relative;
	margin: 0 auto;
	display: flex;
	margin-bottom: 10px;
	width: 100%;
	margin: 0 auto;
}
#search:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #AAA 0%, #FFF 100%);
	z-index: 9;
}
#search input {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	font-size: 14px;
	color: #1E1E1E;
	font-style: normal;
	line-height: 100%;
	letter-spacing: -0.28px;
}
.container-search{
	position: relative;
}
form#form-language ul.dropdown-menu button {
	color: #000 !important;
}
form#form-language ul.dropdown-menu button.language-select:hover {
	color: #fff !important;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 30px;
    border-top: 1px solid #ECECEC;
}
.container-footer, .content-link {
	display: flex;
}
.col-navigation {
	display: flex;
	justify-content: flex-start;
	margin-top: 60px;
	color: #636363;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
}
div#logo-footer {
	margin-top: 33px;
	width: 123px;
}
footer .about-text {
	padding-right: 145px;
	margin-top:25px;
	color: #636363;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}
.footer_social {
	margin-top: 13px;
}
.title-col {
	margin-bottom: 25px;
	color: #000;
	font-family: 'Manrope-Bold';
	line-height: 120%;
	text-transform: uppercase;
}
.content-link {
	min-width: 340px;
	justify-content: space-between;
}
.col-navigation a {
	color: #636363;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.col-navigation a:hover {
	color: #1f518b;
	text-decoration: underline;
}
.created a, .created a:hover{
	color: #000;
	font-size: 14px;
}
.created a span{
	font-family: 'Manrope-Bold';
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.created a:hover span{
	color: #1f518b;
}
.container-footer {
	margin-bottom: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	display: flex;
}
.breadcrumb > li a {
	color: #000;
}
.breadcrumb > li a svg {
	margin-right: 10px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
}
button.btn-link {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
button.btn-link.language-select:focus, button.btn-link.language-select:hover {
	background-color: #049cee;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.button-group-buy button {
	color: #222B45;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	align-items: center;
	padding: 0;
}
.button-group-buy button svg{
	margin-right: 6px;
}
.btn-none {
	border: none !important;
	background: none !important;
}
.section-wishlist .hover, .section-wishlist:hover .normal, .section-wishlist.add-wishlist .normal {
	display: none;
}
.section-wishlist:hover .hover, .section-wishlist .normal, .section-wishlist.add-wishlist .hover{
	display: block;
}
/* product */
.product-item {
	position: relative;
}
.item-product-image img {
	margin: 0 auto;
}
.section-wishlist {
	position: absolute;
	right: 6px;
	top: 6px;
}
.section-wishlist button, .section-wishlist > div {
	border-radius: 14px;
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-product-information h4 a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}
.item-product-information .price {
	color: #1A151B;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}
.stickers_image{
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
	padding: 0px;
}
.stickers_image.stickers_image_product {
	height: max-content;
}
.stickers_image li {
	margin-right: 10px;
	display: flex;
	height: max-content;
}
.stickers_image_product.stickers_image img {
	height: 25px;
}
.stickers_image.stickers_image_product {
	height: max-content;
}
.alert.alert-success {
	position: fixed;
	z-index: 9;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 350px;
	top: 40%;
	transform: translateY(-50%);
	padding: 20px;
	padding-top: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.alert.alert-success svg {
	width: 100%;
	margin-bottom: 10px;
}
.alert_buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}
.alert_buttons button {
	color: #344054;
	width: 100%;
	max-width: 170px;
	display: flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-color: transparent;
	border-radius: 8px;
}
.alert_buttons a {
	color: #fff !important;
	margin-left: 10px;
	width: 100%;
	max-width: 170px;
	display: flex;
	padding: 10px 15px;
	justify-content: center;
	align-items: center;
	border: 1px solid #ED1C24;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-color: #ED1C24;
	border-radius: 8px;
}
.alert-success {
	padding: 24px;
	border-radius: 12px;
	color: #101828;
	background-color: #fff;
	border-color: transparent;
	text-align: left;
	line-height: 2;
	box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.alert.alert-success a {
	color: #ED1C24;
}
/* product */
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
/*.list-article {
    display: flex;
    flex-wrap: wrap;
}*/
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
h3.title-section{
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 49px;
}
.title-carousel-top {
	font-family: HeadingNow-95Medium;
	font-weight: 500;
	color: #3C3C3C;;
	line-height: 100%;
	letter-spacing: -1px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.top-ext {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-caption-section .title-section{
	margin-bottom:30px;
}
/* blog */
section.last_article{
	margin-top:89px;
}
.top-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:35px;
}
.title-section {
	color: #3C3C3C;
	font-family: HeadingNow-95Medium;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
.link-news {
	display: flex;
	align-items: center;
	border-radius: 25px;
	border: 1px solid #828282;
	padding: 10px 30px;
	justify-content: center;
	color: #000;
	line-height: 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.link-news:hover {
	color: #fff;
	background-color: #828282;
}
.link-news:focus {
	color: #000;
	text-decoration: none;
}
.link-news svg {
	margin-left: 30px;
}
.link-news svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.link-news:hover svg path {
	fill: #fff;
}
.link_services a {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.link_services a:hover {
	text-decoration: underline;
}
.link_services a svg {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.link_services a:hover svg {
	margin-left: 20px;
}
.article-layout {
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 14px;
	border-radius: 20px;
	padding-bottom: 30px;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 3px 7px 0px rgba(212, 210, 210, 0.1), 0px 12px 12px 0px rgba(150, 150, 150, 0.09), 0px 28px 17px 0px rgba(150, 150, 150, 0.05), 0px 49px 20px 0px rgba(150, 150, 150, 0.01), 0px 77px 22px 0px rgba(150, 150, 150, 0.00);
}
.article-layout:hover {
	box-shadow: 0px 3px 7px 0px rgba(255, 255, 255, 0.5), 0px 0px 12px 0px rgba(150, 150, 150, 0.29), 0px 28px 17px 0px rgba(150, 150, 150, 0.05), 0px 49px 20px 0px rgba(150, 150, 150, 0), 0px 77px 22px 0px rgba(150, 150, 150, 0);
}
.article-layout img {
	transition: 1s;
}
.article-layout:hover img {
	transform: scale(1.1);
}
.about__carousel--arrows{
	display: flex;
}
.about__carousel--arrows .carousel-next{
	margin-left: 5px;
}
.product__carousel-prev svg circle,
.product__carousel-next svg circle,
.product__carousel-prev svg path,
.product__carousel-next svg path,
.carousel-prev svg circle,
.carousel-next svg circle,
.carousel-prev svg path,
.carousel-next svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__carousel-prev:hover svg circle,
.product__carousel-next:hover svg circle,
.carousel-prev:hover svg circle,
.carousel-next:hover svg circle {
  fill: #1f518b;
  stroke: #1f518b;
}
.product__carousel-prev:hover svg path,
.product__carousel-next:hover svg path,
.carousel-prev:hover svg path,
.carousel-next:hover svg path {
  stroke: #fff;
}
.product__carousel-prev.swiper-button-disabled,
.product__carousel-next.swiper-button-disabled,
.carousel-prev.swiper-button-disabled,
.carousel-next.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: auto;
}
.caption > a {
	display: inline-block;
	font-size: 24px;
	color: #595959;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 9px;
	margin-bottom: 8px;
	font-family: 'Manrope-SemiBold';
	line-height: 110%;
	min-height: 54px;
	overflow: hidden;
}
.caption > a:hover {
	text-decoration: underline;
}
.text-article {
	color: #636363;
	line-height: 20px;
}
.caption .description {
	display: flex;
	justify-content: space-between;
}
.caption .description span{
	width: 25px;
	margin-left: 15px;
}
.caption .description span a svg path {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.caption .description span a:hover svg path {
	fill: #1f518b;
}
/* blog */
@media (min-width: 1200px) {
	.title-section {
		font-size: 40px;
	}
	.arrow-blog {
		display: none;
	}
}
@media(max-width: 1199px){
	.title-carousel-top {
		font-size: 24px;
	}
	.title-section {
		font-size: 24px;
	}
	.top-section {margin-bottom: 32px}

}
@media(max-width: 1024px){
	.top-section {
		flex-wrap: wrap;
	}
	.title-section {
		width: 100%;
		margin-bottom: 23px;
	}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
	.title-carousel-top {
		font-size: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.section-list-project .swiper-pagination {
	bottom: -40px !important;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}
.swiper-pagination-bullet-active{
	background: #1E1E1E;
}
.swiper-wrapper{
	padding-bottom: 30px;
}
/* article */
.article-layout-item {
	padding: 20px 20px 30px 20px;
	border-radius: 20px;
	background: #FFF;
	margin-bottom: 20px;
	transition: 1s;
}
/*.list-article {
	display: flex;
	flex-wrap: wrap;
}*/
.article-layout-item:hover{
	transition: 1s;
	box-shadow: 0px 10px 80px -10px rgba(21, 21, 21, 0.20);
}
.article-layout-item img{
	transition: 1s;
}
.article-thumb .image {
	overflow: hidden;
}
.article-layout-item:hover img{
	transform: scale(1.1);
	transition: 1s;
}
.article-thumb .caption h4 {
	margin-top: 30px;
	color: #151515;
	font-family: 'Manrope-SemiBold';
	line-height: 120%;
	letter-spacing: 0.2px;
}
.image-director img {
	border-radius: 30px;
	overflow: hidden;
}
@media(min-width: 1400px){
	h1 {
		font-size: 48px;
	}
	.col-information{
		width: 485px;
		border-right: 1px solid #EFEFEF;
	}
	.col-navigation {
		width: calc(100% - 485px);
		margin-left: 62px;
	}
	footer .about-text {
		padding-right: 145px;
	}
	.contact-navigation {
		width: 340px;
		margin-right: 58px;
	}
	.article-thumb .caption h4 {
		font-size: 20px;
	}
	.article-thumb .caption p.description {
		margin-top: 30px;
		color: #151515;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0.14px;
	}
	.article-layout-item {
		width: 33.3%;
	}
}
@media (max-width: 1399px) {
	.col-information{
		width: 485px;
		border-right: 1px solid #EFEFEF;
	}
	.col-navigation {
		width: calc(100% - 485px);
		margin-left: 62px;
	}
	footer .about-text {
		padding-right: 145px;
	}
	.contact-navigation {
		width: 340px;
		margin-right: 58px;
	}
	.article-thumb .caption h4 {
		font-size: 18px;
	}
	h1 {
		font-size: 42px;
	}
}
@media (max-width: 1200px) {
	.col-information{
		width: 400px;
		border-right: 1px solid #EFEFEF;
	}
	.col-navigation {
		width: calc(100% - 400px);
		margin-left: 50px;
	}
	h1 {
		font-size: 36px;
	}
}
@media (max-width: 1024px) {
	.main-menu:before {
		content: "";
		position: absolute;
		left: -140px;
		top: -313px;
		width: 509px;
		height: 477px;
		border-radius: 100%;
		background: linear-gradient(90deg, #A1C4FD 0%, #C2E9FB 100%);
	}
	.content-menu {
        margin-top: 190px;
        margin-left: 45px;
        margin-right: 45px;
    }
	.title-mobile-menu {
		position: absolute;
		color: #FFF;
		font-family: HeadingNow-95Medium;
		font-size: 36px;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		text-transform: uppercase;
		left: 45px;
		top: 70px;
	}
	.close-mobile-menu {
		position: absolute;
		right: 50px;
		top: 80px;
		z-index: 9;
	}
    .content-menu .telephone a{
        color: #1E1E1E;
        text-align: right;
        font-size: 20px;
        font-style: normal;
        line-height: 100%; /* 20px */
        letter-spacing: -0.4px;
    }
    .content-menu .telephone {
        text-align: center;
        margin-top: 44px;
    }

}
@media (max-width: 992px) {
	h1 {
		font-size: 32px;
	}
	.col-information {
		width: 100%;
		border-right: 0;
	}
	.col-navigation{
		margin-left: 0;
	}
	.container-footer {
		flex-direction: column;
	}
	.article-layout-item {
		width: 50%;
	}

}
@media (max-width: 620px) {
	footer .about-text, .created{
		display: none;
	}
	.col-navigation {
		margin-top: 32px;
		width: 100%;
		flex-direction: column;
	}
	.contact-navigation{
		margin-bottom: 44px;
		width: 100%;
	}
	.title-col {
		margin-bottom: 25px;
	}
	.seti_wrapper span.seti-item {
		margin-right: 10px;
		margin-left: 10px;
	}
	div#logo-footer {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	section.last_article{
		margin-top:50px;
	}
	.article-layout-item {
		width: 100%;
	}
}

/* New Style: */
@media screen and (min-width: 1024px) and (max-width: 1400px) { 
	.language {
		margin-left: 20px;
	}
}
#content .row .col-sm-12 .content img,
#content .row .col-sm-12 .content div img,
#content .row .col-sm-12 .content div p img,
#content .row .col-sm-12 .content p img {
	max-width: 100%;
}
img.siteImage {
	width: 100% !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
	.navbar-nav {
		width: 100%;
		float: none;
	}
	body.loaded.lock > .top-page {
		height: 135px;
	}
}
@media (max-width: 1280px) {
	.content_text_image {
		flex-direction: column;
	}
}
.list-subcategories {
	margin-left: 20px;
	column-count: 2;
}
.list-subcategories li {
	display: flex;
}
