.hero-carousel .owl-wrapper,
.hero-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	z-index: 999;
	z-index-backface-visibility: hidden;
}

.hero-carousel .owl-dots {
	display: none !important;
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0;
	text-align: center;
}

.hero-carousel .owl-dots .owl-dot {
	display: inline-block;
}

.hero-carousel .owl-dots .owl-dot span {
	border-radius: 50%;
	height: 15px;
	width: 15px;
	background: white;
	transition: all 250ms ease;
	display: block;
	margin: 0 5px;
	position: relative;
}

.hero-carousel .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
	background: black;
}

body,
html {
	height: 100%;
}

body {
	background: white;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	line-height: 1.6;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	cursor: inherit;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ver-middle {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p {
	margin: 0;
}

p + p {
	margin-top: 15px;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

blockquote:before,
blockquote:after {
	content: "";
}

section {
	padding: 60px 0 0;
}

.section-hero {
	padding: 0;
}

.section-header-title {
	margin: 0;
}

.section-header-title + .content-controller {
	display: inline-block;
}

.section-header-title + .content-controller,
.section-header-title + .section-header-text {
	margin-top: 10px;
}

.section-header b {
	font-weight: 900;
}

.section-header-text {
	max-width: 550px;
	margin-left: 0;
}

.section-header + .section-content {
	margin-top: 45px;
}

.section-para {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 175px;
}

.section-para .section-header-title,
.section-para .section-header-text {
	color: white;
}

.section-para .section-header-title {
	font-weight: bold;
}

.section-para .section-header-text {
	margin-left: auto;
	margin-right: auto;
}

.section-para-images {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-para-content {
	position: relative;
}

.images-1 {
	background-image: url("../images/section/1.jpg");
}

.onpage-thumbnail {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 175px;
}

.onpage-thumbnail-images {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
	background-position: 20% 20%;
	background-size: cover;
	background-repeat: no-repeat;
}

.onpage-thumbnail-content {
	position: relative;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.onpage-article {
	padding: 75px 0 45px;
}

.title-page-post {
	font-weight: bold;
	font-size: 60px;
	margin: 0;
	color: #dc385b;
	line-height: 1.2;
}

.title-page-post + .title-page-post-extra {
	margin-top: 15px;
}

.title-page-post-extra {
	color: white;
}

.images-thumbnail-1 {
	background-image: url("../images/section/2.jpg");
}

.images-thumbnail-2 {
	background-image: url("../images/section/1.jpg");
}

.images-thumbnail-3 {
	background-image: url("../images/section/3.jpg");
}

article {
	margin-bottom: 30px;
}

article h3 {
	font-size: 24px;
}

.article-box {
	position: relative;
	margin-bottom: 45px;
	border: 5px solid #eef1f8;
	padding: 15px;
}

.article-thumbnail {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

.article-thumbnail img {
	width: 100%;
}

.site-header-top {
	padding: 15px 0;
	box-shadow: 0 -1px 8px 2px rgba(0, 0, 0, 0.2);
}

.site-header-middle {
	text-align: center;
	padding: 45px 0;
}

.site-header-bottom {
	text-align: center;
	padding-bottom: 30px;
}

.site-header-logo {
	position: relative;
	display: inline-block;
}

.site-header-social-media {
	float: right;
	margin-top: 20px;
}

.site-header-social-media ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.site-header-social-media ul li {
	display: inline-block;
	margin-left: 5px;
}

.site-header-social-media ul li a {
	color: #333333;
	font-size: 12px;
}

.site-header-social-media ul li a:hover,
.site-header-social-media ul li a:focus {
	color: #fd3824;
}

.top-toggle-nav {
	float: left;
}

.top-search-form {
	float: right;
}

.menu-toggle {
	position: relative;
	transition: opacity .3s ease, transform .3s ease;
	cursor: pointer;
	top: 5px;
}

.menu-toggle:hover,
.menu-toggle:focus {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=70);
	zoom: 1;
}

.site-header-popup {
	position: fixed;
	width: 0;
	height: 100%;
	overflow-y: auto;
	text-align: center;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 20px;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.95);
	margin: auto;
	overflow: hidden;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
}

.site-header-popup-container {
	height: 100%;
	width: 100%;
	display: table;
}

.site-header-popup-tb-cell {
	display: table-cell;
}

.site-header-popup-close {
	position: fixed;
	bottom: 40px;
	right: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	z-index: 1;
	width: 40px;
	height: 30px;
	opacity: 1;
	transition: all .3s ease;
}

.site-header-popup-close:hover:before,
.site-header-popup-close:hover:after,
.site-header-popup-close:focus:before,
.site-header-popup-close:focus:after {
	background: #fd3824;
}

.site-header-popup-close:before,
.site-header-popup-close:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 41px;
	background: #191919;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all .3s ease;
}

.site-header-popup-close:before {
	transform: rotate(-45deg);
}

.site-header-popup-close:after {
	transform: rotate(45deg);
}

.popup-active .site-header-popup {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.popup-social a {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 5px;
}

.popup-social a:hover,
.popup-social a:focus {
	color: #fd3824;
}

.popup-social a:hover span,
.popup-social a:focus span {
	background-color: #fd3824;
}

.popup-social a span {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #191919;
	color: white;
	text-align: center;
	transition: all .3s ease;
	margin-right: 5px;
	display: inline-block;
}

.popup-social a span i {
	font-size: 14px;
	line-height: 1;
}

.site-footer-top {
	padding-top: 75px;
	padding-bottom: 45px;
}

.site-footer-bottom {
	background: #191919;
	color: white;
	padding: 30px;
}

.site-footer-bottom .copyright {
	float: left;
}

.site-footer-bottom .powerred {
	float: right;
}

.site-footer-bottom .copyright,
.site-footer-bottom .powerred {
	font-size: 13px;
}

.site-footer-bottom .copyright a,
.site-footer-bottom .powerred a {
	color: white;
}

.site-footer-bottom .copyright a:hover,
.site-footer-bottom .copyright a:focus,
.site-footer-bottom .powerred a:hover,
.site-footer-bottom .powerred a:focus {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=70);
	zoom: 1;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
	position: absolute;
	top: 50%;
	transition: opacity .3s ease, transform .3s ease;
}

.hero-carousel .owl-prev:hover,
.hero-carousel .owl-prev:focus,
.hero-carousel .owl-next:hover,
.hero-carousel .owl-next:focus {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=50);
	zoom: 1;
}

.hero-carousel .owl-prev {
	left: 2%;
}

.hero-carousel .owl-next {
	right: 2%;
}

.item-hero {
	text-align: center;
	padding: 10% 0 11%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item-hero-caption {
	text-align: center;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.item-hero-caption h1,
.item-hero-caption p {
	color: white;
}

.item-hero-caption h1 {
	margin: 0;
	font-size: 60px;
	font-weight: bold;
}

.item-hero-caption p + .btn {
	margin-top: 30px;
}

a {
	transition: ease .3s;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	padding: 10px 12px;
}

input[type="text"]:focus,
input[type="text"]:hover,
input[type="email"]:focus,
input[type="email"]:hover,
input[type="url"]:focus,
input[type="url"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="search"]:focus,
input[type="search"]:hover,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="tel"]:focus,
input[type="tel"]:hover,
input[type="range"]:focus,
input[type="range"]:hover,
input[type="date"]:focus,
input[type="date"]:hover,
input[type="month"]:focus,
input[type="month"]:hover,
input[type="week"]:focus,
input[type="week"]:hover,
input[type="time"]:focus,
input[type="time"]:hover,
input[type="datetime"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:hover,
input[type="color"]:focus,
input[type="color"]:hover,
textarea:focus,
textarea:hover {
	outline: none;
}

form .field-form {
	position: relative;
}

form .field-form-label {
	display: block;
}

.form-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.form-search-top {
	max-width: 120px;
	font-size: 12px;
}

.form-search-top input {
	border: none;
	border-bottom: 1px solid #7a7a7a;
	font-style: italic;
	padding-left: 0;
	padding-bottom: 0;
}

.form-search-top input:hover,
.form-search-top input:focus,
.form-search-top input:active {
	outline: none;
}

.form-search-top .icon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 5px;
	margin-top: auto;
}

.form-subscribe {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.form-subscribe .field-form input[type="email"] {
	border: 2px solid white;
	background: transparent;
	color: white;
	width: 77%;
}

.form-subscribe .field-form .btn {
	width: 20%;
	margin-left: 3%;
}

.form-subscribe .field-form input[type="email"],
.form-subscribe .field-form .btn {
	font-size: 13px;
	float: left;
	padding: 10px 15px;
}

.form-contact input[type="text"],
.form-contact input[type="email"] {
	width: 70%;
}

.form-contact .btn {
	min-width: 120px;
}

.btn {
	display: inline-block;
	padding: 8px 18px;
	text-transform: capitalize;
	font-size: 12px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
}

.btn-line {
	border: 2px solid transparent;
	background-color: transparent;
}

.btn-line:hover,
.btn-line:focus {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=80);
	zoom: 1;
}

.btn-line-white {
	border-color: white;
	color: white;
}

.btn-line-white:hover,
.btn-line-white:focus {
	color: white;
}

.btn-line-red {
	border-color: #fd3824;
	color: #fd3824;
}

.btn-line-red:hover,
.btn-line-red:focus {
	color: #fd3824;
}

ul.reset-list,
ol.reset-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.list-link-footer {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.list-link-footer li {
	display: block;
}

.list-link-footer li + li {
	margin-top: 5px;
}

.list-link-footer li a {
	color: #333333;
}

.list-link-footer li a:hover,
.list-link-footer li a:focus {
	color: #fd3824;
}

table {
	width: 100%;
}

.main-navigation ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	display: inline-block;
	position: relative;
	padding: 0 30px;
}

.main-navigation ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #7a7a7a;
	display: inline-block;
}

.main-navigation ul li:last-child:after {
	display: none;
}

.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a,
.main-navigation ul li.active > a {
	color: #fd3824;
	text-decoration: none;
}

.main-navigation ul li > a {
	color: #191919;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.rwd-navigation {
	display: none;
}

.rwd-navigation-btn {
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 100%;
	border: 2px solid #191919;
	padding: 8px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.rwd-navigation-btn i {
	margin-right: 5px;
}

.mobile-nav {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.mobile-nav li {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}

.mobile-nav li a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #eef1f8;
	color: #7a7a7a;
	font-size: 12px;
	text-transform: uppercase;
}

.mobile-nav li a:hover,
.mobile-nav li a:focus {
	color: #fd3824;
	border-bottom-color: #fd3824;
}

.widget-info span {
	display: block;
}

.widget-info span strong {
	font-weight: bold;
	margin-right: 5px;
}

.widget-info span a {
	color: #333333;
}

.widget-info span a:hover,
.widget-info span a:focus {
	color: #fd3824;
}

.site-footer-widget {
	margin-bottom: 30px;
}

.site-footer-widget-title {
	margin: 0 0 15px;
	font-weight: bold;
}

.content-controller {
	text-transform: uppercase;
	color: #191919;
	font-size: 12px;
	font-weight: bold;
}

.content-controller:hover,
.content-controller:focus {
	text-decoration: none;
	color: #fd3824;
}

.content-controller .icon {
	margin-right: 5px;
}

.content-controller.sorting {
	border: none;
	cursor: pointer;
	text-transform: capitalize !important;
}

.item-product {
	margin-bottom: 30px;
	text-align: center;
}

.item-product:hover .item-product-hover,
.item-product:focus .item-product-hover,
.item-product.active .item-product-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=100);
	zoom: 1;
	visibility: visible;
	height: 100%;
}

.item-product-hover {
	transition: all .4s ease;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	height: 0%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=0);
	zoom: 1;
	visibility: hidden;
}

.item-product-hover-content {
	height: 40px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.item-product-hover a {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	background-color: #fd3824;
}

.item-product-hover a:hover,
.item-product-hover a:focus {
	background-color: #191919;
}

.item-product .subitem-product {
	padding: 30px 0;
	position: relative;
}

.item-product-desc {
	text-align: center;
	margin-top: 15px;
}

.item-product-desc h3 {
	font-weight: bold;
	margin: 0 0;
}

.item-product-desc .price {
	color: #fd3824;
	font-size: 16px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
}

.item-product-desc .rating-container {
	display: block;
}

.item-product img {
	width: 100%;
}

.rating-container i {
	color: #7a7a7a;
	display: inline-block;
}

.rating-container i.fa-star {
	color: #ffb400;
}

.item-services {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.item-services img {
	width: 100%;
}

.item-services h3 {
	font-weight: bold;
	margin: 15px 0 0;
}

.item-services .more {
	margin-top: 15px;
	display: inline-block;
	color: #fd3824;
	border-bottom: 1px solid #fd3824;
	font-size: 12px;
	font-family: "Roboto Slab", serif;
	font-weight: bold;
}

.item-services .more:hover,
.item-services .more:focus {
	text-decoration: none;
	color: #191919;
}

.item-service-provide {
	text-align: center;
	padding: 30px !important;
	min-height: 251px;
}

.item-service-provide h3 {
	font-size: 24px;
	margin: 0 0 15px;
	line-height: 1.2;
}

.item-service-provide h3 b {
	font-weight: bold;
}

.item-service-content-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.item-service-content-list li {
	display: block;
}

.list-manufacture {
	list-style: none outside none;
	position: relative;
	margin: 0 -15px;
	padding: 0;
}

.list-manufacture li {
	float: left;
	width: 20%;
	padding: 0 15px 30px;
	text-align: center;
}

.list-manufacture li a {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	min-height: 145px;
	margin-bottom: 0;
}

.list-manufacture li a:hover,
.list-manufacture li a:focus {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
	filter: alpha(opacity=70);
	zoom: 1;
}

.panel-info {
	background: #eef1f8;
	padding: 30px;
}

.panel-info h5 {
	font-weight: bold;
	margin: 0;
}

.item-tournament {
	margin-left: 30px;
	text-align: center;
	padding: 30px !important;
}

.item-tournament h3 {
	font-size: 24px;
	margin: 0 0 15px;
}

.item-tournament-content + .item-tournament-content {
	margin-top: 15px;
}

.item-tournament-content h5 {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

.item-tournament-content-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.map-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.map-wrapper #map-canvas {
	height: 350px;
	width: 100%;
	background: #eef1f8;
}

.map-address h5 {
	font-size: 14px;
	font-weight: bold;
}

.map-address p + p {
	margin-top: 0;
}

.map-address p a {
	color: #333333;
}

.map-address p a:hover,
.map-address p a:focus {
	color: #fd3824;
}

.space15 {
	width: 100%;
	height: 15px;
}

.space30 {
	width: 100%;
	height: 30px;
}

.space20 {
	width: 100%;
	height: 20px;
}

.nospace-top {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.nospace-bottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.nospace-left {
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.nospace-right {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.nospace-everywhere {
	padding: 0 !important;
	margin: 0 !important;
}

.text-red {
	color: #fd3824;
}

.cb {
	clear: both;
}

.show-in-md {
	display: none;
}

.show-in-sm {
	display: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

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

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

@media (max-width: 1175px) {

.list-manufacture li {
	width: 33.3333333333%;
}

}

@media (max-width: 1065px) {

.item-service-provide {
	min-height: 300px;
}

}

@media (max-width: 1050px) {

.site-header-social-media {
	display: none;
}

}

@media (max-width: 990px) {

.item-tournament {
	margin-left: 0;
}

.hide-in-md {
	display: none;
}

.show-in-md {
	display: block;
}

}

@media (max-width: 767px) {

h2 {
	font-size: 21px;
}

section {
	padding: 45px 0 0;
}

.section-header + .section-content {
	margin-top: 20px;
}

.section-para {
	padding-top: 90px;
	padding-bottom: 120px;
}

.onpage-article {
	padding-top: 90px;
	padding-bottom: 0px;
}

.title-page-post {
	font-size: 38px;
}

article h3 {
	font-size: 21px;
}

.site-header-middle {
	padding: 30px 0;
}

.site-header-bottom {
	padding-bottom: 15px;
}

.site-footer-top {
	padding-top: 45px;
	padding-bottom: 0px;
}

.site-footer-bottom {
	padding: 15px 0;
}

.site-footer-bottom .powerred {
	float: left;
	margin-top: 5px;
}

.site-footer-bottom .copyright,
.site-footer-bottom .powerred {
	width: 100%;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
	top: 40%;
}

.item-hero-caption h1 {
	font-size: 38px;
}

.main-navigation {
	display: none;
}

.rwd-navigation {
	display: block;
}

.item-service-provide {
	padding: 15px !important;
	min-height: 251px;
}

.item-service-provide h3 {
	font-size: 21px;
}

.item-tournament {
	padding: 30px 15px !important;
}

.item-tournament h3 {
	font-size: 21px;
}

.hide-in-sm {
	display: none;
}

.show-in-sm {
	display: block;
}

.text-left-sm {
	text-align: left !important;
}

}

@media (max-width: 690px) {

.article-box {
	margin-bottom: 30px;
}

.form-subscribe .field-form input[type="email"] {
	width: 100%;
	margin-bottom: 5px;
}

.form-subscribe .field-form .btn {
	width: 100%;
	margin-left: 0;
	background: rgba(255, 255, 255, 0.5);
}

.form-contact input[type="text"],
.form-contact input[type="email"] {
	width: 100%;
}

.item-service-provide {
	min-height: inherit;
}

.list-manufacture li {
	width: 50%;
}

}

@media (max-width: 570px) {

.onpage-thumbnail-content {
	max-width: 85%;
}

.site-header-logo img {
	width: 100%;
}

.hero-carousel .owl-nav {
	display: none;
}

.item-hero-caption {
	max-width: 100%;
	width: 85%;
}

.item-product {
	width: 100%;
}

.item-product .subitem-product {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

}

@media (max-width: 480px) {

.site-footer-widget {
	width: 100%;
}

.list-manufacture li {
	width: 100%;
	max-width: 320px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.list-manufacture li a {
	overflow: hidden;
}

}

