@import url('ibarra.css'); @font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg'),url('../fonts/CenturyGothic.ttf') format('truetype'),url('../fonts/CenturyGothic.woff') format('woff'),url('../fonts/CenturyGothic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal
}

body,html {
	font-family: 'CenturyGothic'
}

.gtco-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none
}

.gtco-nav-toggle.active i::before,.gtco-nav-toggle.active i::after {
	background: #444
}

.gtco-nav-toggle:hover,.gtco-nav-toggle:focus,.gtco-nav-toggle:active {
	outline: 0;
	border-bottom: none !important
}

.gtco-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out
}

.gtco-nav-toggle i::before,.gtco-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: all .2s ease-out
}

.gtco-nav-toggle.gtco-nav-white>i {
	color: #fff;
	background: #fff
}

.gtco-nav-toggle.gtco-nav-white>i::before,.gtco-nav-toggle.gtco-nav-white>i::after {
	background: #fff
}

.gtco-nav-toggle i::before {
	top: -7px
}

.gtco-nav-toggle i::after {
	bottom: -7px
}

.gtco-nav-toggle:hover i::before {
	top: -10px
}

.gtco-nav-toggle:hover i::after {
	bottom: -10px
}

.gtco-nav-toggle.active i {
	background: transparent
}

.gtco-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.gtco-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

.gtco-nav-toggle {
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important
}

.header {
	height: 57px
}

.navbar-default {
	background-color: #000;
	border-bottom: solid 1px #111
}

.logo-centered {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.logo-centered .navbar-brand {
	display: flex;
	align-items: center
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .7px
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #ababab
}

.navbar-brand {
	height: 52px;
	padding: 10px 15px
}

.search-head {
	cursor: pointer
}

.search-head img {
	width: 17px
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

#popup-search {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	max-width: 600px;
	background-color: #fff;
	margin: auto
}

.inder-search {
	padding: 40px;
	margin: auto;
	width: 100%
}

.inder-search .form-inline {
	display: flex;
	justify-content: center;
	width: 100%
}

.inder-search .form-inline input[type="text"] {
	width: 100%;
	background-color: #fff;
	border-color: #000;
	border-width: 1px;
	padding: 12px 15px;
	font-size: 16px;
	outline: 0
}

.btn-submit-search {
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 0;
	border-left-width: 0;
	margin-left: -1px;
	outline: 0
}

.btn-submit-search svg {
	width: 20px;
	height: 20px
}

.main-content {
	min-height: 60vh
}

#footer {
	background-color: #0b0b0b
}

.copyright {
	text-align: center;
	color: #cecece;
	font-size: 14px;
	border-top: solid 1px #333;
	padding-top: 22px;
	padding-bottom: 22px
}

.copyright p {
	margin-bottom: 0
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.gototop.active {
	opacity: 1;
	visibility: visible
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(234,234,234,0.7);
	color: #000;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font-size: 25px
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle
}

.gototop a:hover,.gototop a:active,.gototop a:focus {
	text-decoration: none;
	outline: 0
}

.item-col-footer {
	border-right: solid 1px #333;
	padding-top: 35px;
	padding-bottom: 35px;
	min-height: 290px
}

.item-col-footer:last-child {
	border-right: 0
}

.title-footer {
	font-size: 26px;
	color: #fff;
	font-family: 'Ibarra Real Nova';
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 35px
}

.address-footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 20px
}

.address-footer ul li {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 13px
}

.address-footer ul li img {
	width: 23px;
	height: auto;
	margin-right: 17px
}

.address-footer ul li p {
	color: #cecece;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 20px
}

.address-footer ul li a {
	color: #cecece;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 20px;
	margin-top: 4px;
	display: inline-block
}

.gtco-social-icons {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top: 10px
}

.gtco-social-icons li {
	display: inline-block;
	padding: 0 13px
}

.gtco-social-icons li img {
	width: auto;
	margin-bottom: 11px
}

.gtco-social-icons li a,.gtco-social-icons li a:hover {
	text-decoration: none
}

.gtco-social-icons li p {
	color: #cecece;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px
}

.newseleter {
	padding-left: 65px
}

.newseleter p {
	color: #cecece;
	font-size: 14px;
	margin-bottom: 43px;
	line-height: 20px
}

.btn-contact {
	text-transform: uppercase;
	border: solid 1px #ccc;
	background-color: #fff;
	border-radius: 0;
	color: #4b4b4b;
	display: inline-block;
	letter-spacing: 2px;
	padding: 9px 35px;
	max-width: 100%;
	overflow: hidden
}

.btn-contact:hover {
	background-color: #e8e8e8
}

.slide-progress {
	width: 0;
	max-width: 100%;
	height: 4px;
	background: #7fc242
}

.cover-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column
}

.cover-banner h2 {
	color: #fff;
	font-size: 56pt;
	font-weight: 400;
	font-family: 'Ibarra Real Nova';
	text-transform: uppercase;
	letter-spacing: 4px
}

.desc-caption {
	color: #fff;
	font-size: 28pt;
	letter-spacing: 1px
}

.desc-caption span {
	color: #c76f36;
	text-decoration: underline
}

.read-more {
	margin-top: 10px
}

.btn-read-more {
	transition: all linear .2s;
	border: solid 1px #fff;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 35px;
	font-size: 12px;
	letter-spacing: 2px
}

.btn-read-more:hover {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #000
}

.master-js.owl-theme .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.master-js.owl-theme .owl-dots .owl-dot {
	outline: 0
}

.master-js.owl-theme .owl-dots .owl-dot span {
	width: 75px;
	height: 3px;
	border-radius: 0;
	margin: 5px 5px;
	transition: all ease-in-out .3s;
	background: #545458;
	position: relative
}

.master-js.owl-theme .owl-dots .owl-dot:hover span {
	height: 4px
}

.master-js.owl-theme .owl-dots .owl-dot.active span,.master-js.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff
}

.master-js.owl-theme .owl-dots .owl-dot span .dot-progress {
	width: 0;
	max-width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #c76f36;
	z-index: 2
}

@-webkit-keyframes slideshowBars {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes slideshowBars {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

.master-js.owl-theme .owl-dots .owl-dot.active span .dot-progress {
	-webkit-animation: 9s linear forwards slideshowBars;
	animation: 9s linear forwards slideshowBars
}

.master-js.owl-carousel .owl-nav button.owl-next,.master-js.owl-carousel .owl-nav button.owl-prev {
	color: #c1bcc4;
	font-size: 45px;
	position: absolute;
	top: 50%;
	padding: 5px 10px !important;
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	outline: 0;
	transition: all linear .2s
}

.master-js.owl-carousel .owl-nav button.owl-next:hover,.master-js.owl-carousel .owl-nav button.owl-prev:hover {
	color: #fff
}

.master-js.owl-carousel .owl-nav button.owl-next {
	right: 50px
}

.master-js.owl-carousel .owl-nav button.owl-prev {
	left: 50px
}

.about-box {
	text-align: center;
	max-width: 800px;
	margin: auto
}

.about-box h2 {
	color: #c76f36;
	font-size: 50px;
	font-family: 'Ibarra Real Nova';
	letter-spacing: .5px;
	margin-bottom: 22px
}

.about-box p {
	color: #242424;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 40px
}

.about-box .btn-read-more {
	border: solid 1px #ccc;
	color: #4b4b4b
}

.about-box .btn-read-more:hover {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #4b4b4b
}

@-webkit-keyframes harrow {
	0 {
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	40% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	100% {
		-moz-transform: translate3d(0,30%,0);
		-ms-transform: translate3d(0,30%,0);
		-webkit-transform: translate3d(0,30%,0);
		transform: translate3d(0,30%,0);
		filter: alpha(opacity=0);
		opacity: 0
	}
}

@keyframes harrow {
	0 {
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	40% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1
	}

	100% {
		-moz-transform: translate3d(0,30%,0);
		-ms-transform: translate3d(0,30%,0);
		-webkit-transform: translate3d(0,30%,0);
		transform: translate3d(0,30%,0);
		filter: alpha(opacity=0);
		opacity: 0
	}
}

.section-scroll {
	text-align: center;
	position: relative;
	margin-top: -125px;
	z-index: 9;
	-webkit-animation: harrow 1.6s linear infinite;
	-moz-animation: harrow 1.6s linear infinite;
	-ms-animation: harrow 1.6s linear infinite;
	-o-animation: harrow 1.6s linear infinite;
	animation: harrow 1.6s linear infinite;
	display: inline-block
}

.line-scroll {
	width: 1px;
	height: 55px;
	background-color: #ddd;
	margin: auto
}

.master-banner {
	position: relative;
	text-align: center
}

.scroll-bt,.scroll-bt:hover {
	display: inline-block;
	cursor: pointer;
	text-decoration: none
}

.scroll-bt h4 {
	color: #fff;
	font-weight: 400;
	font-family: 'Ibarra Real Nova';
	font-size: 20px;
	letter-spacing: 1.5px
}

.section-about {
	margin-top: 55px;
	margin-bottom: 60px
}

.section-team img {
	max-width: 100%
}

.section-team {
	margin-bottom: 70px
}

.section-slider1 {
	padding-left: 70px;
	margin-top: 25px;
	margin-bottom: 30px
}

.section-slider1 .swiper-container {
	width: 100%
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.swip-slide1 .swiper-slide {
	width: auto;
	position: relative
}

.swip-slide1 .swiper-slide img {
	height: 380px
}

.text-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 40px;
	padding-bottom: 40px;
	padding-right: 40px
}

.text-content h3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 26px;
	font-family: 'Ibarra Real Nova'
}

.text-content p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px
}

.text-content .btn-read-more {
	padding: 8px 28px;
	font-size: 12px
}

.swiper-button-next:after,.swiper-button-prev:after {
	color: #b9b9b9;
	font-size: 30px
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: 0
}

.swiper-container-horizontal.swip-slide1>.swiper-scrollbar {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 50;
	height: 4px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 0;
	background-color: #e2e2e2
}

.swiper-container-horizontal.swip-slide1 .swiper-scrollbar-drag {
	background: #f26522;
	border-radius: 0
}

.banner-show1 {
	position: relative;
	padding-top: 15px
}

.banner-show1 img {
	width: 100%
}

.inner-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.flix-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start;
	width: 100%;
	height: 100%
}

.text-contet-show1 {
	padding-left: 70px;
	max-width: 600px;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	position: relative;
	z-index: 3;
	-ms-grid-row-align: center;
	align-self: center
}

.text-inner-content {
	padding-left: 40px
}

.text-vertical {
	transform: matrix(0.00,-1.00,1.00,0.00,0,50);
	-ms-transform: matrix(0.00,-1.00,1.00,0.00,0,50);
	-webkit-transform: matrix(0.00,-1.00,1.00,0.00,0,50);
	text-align: center;
	position: absolute;
	left: 10px;
	top: 30px;
	color: #fff;
	font-family: 'Ibarra Real Nova';
	font-size: 16px;
	letter-spacing: 2px
}

.text-inner-content h5 {
	font-family: 'Ibarra Real Nova';
	font-size: 28px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	line-height: 35px
}

.text-inner-content h2 {
	font-size: 50pt;
	color: #c76f36;
	font-family: 'Ibarra Real Nova';
	letter-spacing: 1px;
	margin-bottom: 20px
}

.text-inner-content p {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px
}

.section-slider2 {
	background-color: #f8f8f8;
	padding-bottom: 55px;
	padding-top: 90px
}

.section-slider2 .col-md-3,.section-slider2 .col-md-2 {
	padding-left: 0
}

.section-slider2 .col-md-9,.section-slider2 .col-md-10 {
	padding-right: 0
}

.section-slider2 .inner-content {
	position: relative;
	padding-top: 45px
}

.section-slider2 .text-vertical {
	top: 30px;
	color: #5c5c5c
}

.section-slider2 .btn-read-more {
	border: solid 1px #ccc;
	color: #4b4b4b
}

.section-slider2 .text-inner-content h2 {
	font-size: 23pt;
	color: #251810;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 40px
}

.section-slider2 .swip-slide1 .swiper-slide img {
	height: auto
}

.section-slider2 .text-content {
	position: relative;
	padding-left: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 15px
}

.section-slider2 .text-content h3 {
	color: #251810;
	font-family: 'CenturyGothic';
	font-size: 15px;
	letter-spacing: .5px
}

.section-slider2 .swip-slide1 .swiper-slide a {
	text-decoration: none
}

.user-review {
	background-image: url('../images/banner-rating.png');
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center
}

.head-title-review {
	margin-bottom: 35px
}

.head-title-review h3 {
	font-size: 40pt;
	color: #c76f36;
	font-family: 'Ibarra Real Nova';
	letter-spacing: 1px;
	margin-bottom: 20px
}

.item-review {
	padding: 0 50px
}

.img-user-review {
	width: 70px
}

.text-review {
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-top: 25px;
	line-height: 23px;
	margin-bottom: 25px
}

.rating-star img {
	width: 22px;
	margin-left: 5px;
	margin-right: 5px
}

.link-review {
	font-size: 14px;
	color: #fff;
	margin-top: 13px;
	line-height: 23px;
	margin-bottom: 5px
}

.breadcrumb-and-title {
	background-image: url('../images/banner-page.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
	text-align: center
}

.title-page {
	color: #fff;
	font-size: 30pt;
	font-weight: 400;
	font-family: 'Ibarra Real Nova';
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 13px;
	margin-top: 0;
	padding-top: 15px
}

.breadcrumb-and-title .breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 0
}

.breadcrumb-and-title .breadcrumb a,.breadcrumb-and-title .breadcrumb span {
	font-size: 11pt;
	color: #fff;
	text-transform: uppercase
}

.breadcrumb-and-title .breadcrumb a:hover {
	text-decoration: none
}

.breadcrumb-and-title .breadcrumb .active span {
	color: #c76f36
}

.breadcrumb-and-title .breadcrumb>li+li:before {
	padding: 0 3px;
	color: #fff;
	content: "/\00a0";
	font-size: 17px;
	vertical-align: bottom;
	margin-left: 2px
}

.img-about1 {
	width: 100%;
	margin-bottom: 50px
}

.about-data {
	margin-top: 50px
}

.content-text {
	color: #242424;
	font-size: 16px;
	line-height: 27px;
	padding: 60px
}

.img-about3 {
	width: 100%;
	margin-top: 130px;
	margin-bottom: 130px
}

.about-box-img {
	border: solid 1px #ccc;
	padding: 35px
}

.about-box-img img {
	width: 100%
}

.sub-banner-page {
	position: relative
}

.sub-banner-page img {
	width: 100%
}

.text-content-banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

.sub-banner-page h1 {
	color: #fff;
	font-size: 80px;
	font-family: 'Ibarra Real Nova';
	text-align: center;
	line-height: 40px;
	margin-bottom: 0
}

.sub-banner-page h2 {
	color: #c76f36;
	font-size: 45px;
	font-family: 'Ibarra Real Nova';
	text-align: center;
	line-height: 40px;
	margin-top: 0
}

.section-contact {
	background-image: url('../images/banner-contact.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 115px
}

#form-contact {
	background-color: #f8f8f8;
	padding: 70px 100px
}

#form-contact label {
	font-weight: 300;
	padding-left: 11px
}

#form-contact input[type="text"].form-control,#form-contact input[type="email"].form-control {
	border-radius: 3px;
	height: 40px;
	box-shadow: none
}

#form-contact .form-group {
	margin-bottom: 20px
}

#form-contact textarea.form-control {
	border-radius: 3px;
	box-shadow: none
}

#form-contact .btn-default,#form-contact .btn-default:hover {
	color: #fff;
	background-color: #c76f36;
	border-color: #c76f36;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	padding: 11px 60px;
	margin-top: 15px
}

.section-book {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff
}

.title-art-cat {
	color: #c76f36;
	font-size: 50px;
	font-family: 'Ibarra Real Nova';
	letter-spacing: .5px;
	margin-bottom: 22px;
	text-align: center
}

.list-book {
	padding-top: 50px;
	padding-left: 35px;
	padding-right: 35px
}

.item-book {
	margin-bottom: 21px
}

.link-book {
	display: block;
	overflow: hidden
}

.link-book:hover {
	text-decoration: none
}

.link-book img {
	width: 100%;
	-webkit-transition: .5s;
	transition: all .5s ease
}

#section-book .item-book {
	float: none;
	display: inline-block
}

.link-book:hover>img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: .5s;
	transition: all .5s ease
}

.name-book {
	text-align: center;
	color: #251810;
	font-size: 12pt;
	margin-top: 25px;
	margin-bottom: 30px
}

.section-tv {
	padding-top: 40px;
	padding-bottom: 65px;
	background-color: #f8f8f8
}

.mark-img {
	position: relative
}

.overflow-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-box-flex: 1;
	flex: 1 1 100%;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

.icon-play {
	background-image: url('../images/play-icon.png');
	background-position: center center;
	background-size: cover;
	width: 50px;
	height: 50px;
	-webkit-transition: .5s;
	transition: all .5s ease
}

.link-book:hover .icon-play {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .5s;
	transition: all .5s ease
}

#popup-book,.popup-book-win {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 90vh;
	overflow: auto;
	position: relative;
	max-width: 600px;
	background-color: #fff;
	margin: auto
}

.popup-book-content {
	padding: 40px;
	margin: auto;
	width: 100%
}

.popup-book-content img {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px
}

.model-popup .mfp-close,.model-popup .mfp-close:active {
	color: #000 !important;
	border: solid 1px #000 !important;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	right: 10px;
	top: 10px !important
}

#popup-book::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #f5f5f5
}

#popup-book::-webkit-scrollbar {
	width: 4px;
	background-color: #ebebeb
}

#popup-book::-webkit-scrollbar-thumb {
	background-color: #959595
}

#popup-book::-webkit-scrollbar-thumb:hover {
	background-color: #666
}

.sub-banner-page h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	margin-top: 0;
	letter-spacing: 1px
}

.gallery .sub-banner-page h1 {
	line-height: 60px;
	text-transform: uppercase;
	font-size: 60px
}

.sub-v2.sub-banner-page h2 {
	color: #fff;
	font-size: 38px
}

.gallery .section-slider2 .text-inner-content h2 {
	font-size: 20pt
}

.gallery .section-slider2 .swip-slide1 .swiper-slide img {
	width: 360px
}

.gallery .section-slider2 .text-content h3 {
	letter-spacing: .5px;
	word-wrap: break-word;
	line-height: 1.5;
	width: 360px
}

.gallery-sigle {
	margin-top: 55px;
	margin-bottom: 60px
}

.title-product {
	color: #c76f36;
	font-size: 36px;
	font-family: 'Ibarra Real Nova';
	letter-spacing: .5px;
	margin-bottom: 60px;
	text-align: center
}

.list-images {
	margin-right: -3.5px;
	margin-left: -3.5px
}

.item-galery {
	width: 50%;
	float: left;
	margin-bottom: 7px;
	padding-left: 3.5px;
	padding-right: 3.5px
}

.item-galery.index {
	width: 100%
}

.single-deteil {
	padding-left: 32px
}

.single-deteil h3 {
	font-weight: 600
}

.single-deteil .single-title-product {
	text-transform: uppercase
}

.detail-text {
	margin-top: 26px;
	color: #696868;
	font-size: 14px;
	margin-bottom: 30px
}

.detail-text ul li {
	margin-bottom: 8px
}

.related-product {
	background-color: #f8f8f8;
	padding-bottom: 40px
}

.head-related {
	padding-top: 40px
}

.head-related h2 {
	color: #c76f36;
	font-size: 30px;
	font-family: 'Ibarra Real Nova';
	letter-spacing: .5px;
	margin-bottom: 60px;
	text-align: center
}

.list-related {
	padding-left: 50px;
	padding-right: 50px
}

.item-reated .text-content {
	position: relative;
	padding-left: 0;
	padding-bottom: 40px;
	padding-right: 0
}

.item-reated .text-content h3 {
	color: #251810;
	letter-spacing: .5px;
	font-size: 16px;
	font-family: inherit;
	line-height: 22px
}

.item-reated a,.item-reated a:hover {
	text-decoration: none
}

#gtco-offcanvas {
	position: absolute;
	position: fixed;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.offcanvas #gtco-offcanvas {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

#gtco-offcanvas a {
	color: rgba(255,255,255,0.5)
}

#gtco-offcanvas a:hover {
	color: rgba(255,255,255,0.8)
}

#gtco-offcanvas ul {
	padding: 0;
	margin: 0
}

#gtco-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none
}

#gtco-offcanvas ul li>ul {
	padding-left: 20px;
	display: none
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255,255,255,0.2);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.search-head.on-mobile {
	position: fixed;
	top: 20px;
	right: 66px;
	z-index: 1500
}

.search-head.on-mobile img {
	width: 18px
}

.on-mobile {
	display: none
}

.btn-shopnow {
	transition: all linear .2s;
	border: solid 1px #ccc;
	color: #4b4b4b;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 35px;
	font-size: 12px;
	letter-spacing: 2px
}

.btn-shopnow:hover {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #4b4b4b
}

.owl-iframe-video {
	width: 100%;
	/*height:90vh*/
	;position: relative
}

.owl-iframe-video video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0
}

@media screen and (max-width: 900px) {
	.section-scroll {
		display:none
	}

	.item-review {
		padding: 0 15px;
		margin-bottom: 50px
	}

	.newseleter {
		padding-left: 10px
	}
}

@media screen and (max-width: 800px) {
	.user-review {
		background-size:auto 100%;
		padding-top: 20px;
		padding-bottom: 30px
	}

	.inner-content {
		position: relative
	}

	.banner-show1 {
		background-color: #0d0c0b;
		padding-bottom: 30px
	}

	.text-contet-show1 {
		padding-left: 15px
	}

	.text-vertical {
		left: -40px
	}

	.section-slider2 .text-vertical {
		left: -15px
	}

	.text-inner-content {
		padding-left: 35px
	}

	.text-inner-content {
		padding-right: 15px
	}

	.text-inner-content h5 {
		font-size: 25px
	}

	.text-inner-content h2 {
		font-size: 46pt
	}

	.section-slider2 .inner-content {
		margin-bottom: 30px
	}

	.section-slider2 .swip-slide1 .swiper-slide img {
		height: auto;
		width: 100%
	}

	.section-slider2 .text-content h3 {
		font-size: 13px;
		line-height: 21px;
		margin-top: 10px
	}

	.section-slider2 .col-md-9,.section-slider2 .col-md-10 {
		padding-right: 15px
	}

	.section-slider2 .swip-slide1 .swiper-slide {
		width: 270px
	}

	.single-deteil {
		padding-left: 0
	}

	.content-text {
		padding: 20px 0
	}

	.img-about3 {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.gallery .section-slider2 .swip-slide1 .swiper-slide img {
		width: 270px
	}

	.gallery .section-slider2 .text-content h3 {
		width: 270px
	}

	.sub-banner-page h2 {
		font-size: 35px
	}

	.sub-banner-page h1 {
		font-size: 70px
	}

	.about-box h2 {
		font-size: 40px
	}

	.owl-iframe-video {
		height: auto
	}
}

@media screen and (max-width: 767px) {
	.gtco-nav-toggle {
		display:block;
		top: 22px
	}

	.navbar-default {
		height: 57px;
		border-bottom: solid 1px #c76f36
	}

	#gtco-offcanvas {
		display: block
	}

	.logo-centered {
		justify-content: flex-start;
		left: 5px
	}

	.search-head.on-mobile {
		display: block
	}

	.search-head {
		display: none !important
	}

	.section-scroll {
		display: none
	}

	.cover-banner h2 {
		font-size: 20pt;
		letter-spacing: 3px
	}

	.desc-caption {
		font-size: 14pt
	}

	.master-js.owl-carousel .owl-nav button.owl-prev {
		left: 0
	}

	.master-js.owl-carousel .owl-nav button.owl-next {
		right: 0
	}

	.master-js.owl-carousel .owl-nav button.owl-next,.master-js.owl-carousel .owl-nav button.owl-prev {
		font-size: 30px
	}

	.master-js.owl-theme .owl-dots {
		display: none
	}

	.section-slider1 {
		padding-left: 15px;
		padding-right: 15px
	}

	.section-team {
		margin-bottom: 40px
	}

	.swip-slide1 .swiper-slide img {
		height: 280px
	}

	.section-slider2 {
		padding-bottom: 35px;
		padding-top: 0
	}

	.user-review {
		background-size: auto 100%;
		padding-top: 20px;
		padding-bottom: 30px
	}

	.item-review {
		padding: 0 15px;
		margin-bottom: 50px
	}

	.title-footer {
		text-align: center;
		font-size: 22px;
		margin-bottom: 18px
	}

	.item-col-footer {
		border-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: auto
	}

	.gtco-social-icons li p {
		display: none
	}

	.gtco-social-icons li img {
		width: 30px;
		margin-bottom: 0
	}

	.newseleter p {
		margin-bottom: 6px
	}

	.btn-contact {
		padding: 8px 29px
	}

	.newseleter {
		padding-left: 0
	}

	.about-box h2 {
		font-size: 40px
	}

	.title-page {
		font-size: 24pt
	}

	.section-about {
		margin-top: 35px;
		margin-bottom: 40px
	}

	.gallery .sub-banner-page h1 {
		line-height: 40px;
		font-size: 34px
	}

	.gallery .section-slider2 .swip-slide1 .swiper-slide img {
		width: 270px
	}

	.gallery .section-slider2 .text-content h3 {
		width: auto
	}

	.text-content-banner {
		position: relative;
		padding: 15px 15px
	}

	.sub-banner-page h2 {
		font-size: 30px;
		line-height: 34px
	}

	.sub-banner-page h3 {
		color: #000;
		font-size: 18px;
		line-height: 33px
	}

	.gallery-sigle {
		margin-top: 10px;
		margin-bottom: 40px
	}

	.breadcrumb-and-title {
		padding: 20px 0
	}

	.title-product {
		font-size: 28px;
		margin-bottom: 44px
	}

	.single-deteil {
		padding-left: 15px
	}

	.sub-banner-page h1 {
		color: #000;
		font-size: 66px
	}

	.list-book {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0
	}

	.title-art-cat {
		font-size: 40px
	}

	.img-about1 {
		margin-bottom: 0
	}

	.content-text {
		padding: 35px 0
	}

	.img-about3 {
		margin-top: 20px;
		margin-bottom: 20px
	}

	#form-contact {
		padding: 30px 30px
	}
}

.pad {
	padding: 10px
}

span.sold-out {
	text-shadow: 1px 1px 2px #f26522;
	color: red
}

span.stock {
	color: #337ab7
}

.img-blank {
	background-color: #ccc;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 #999;
	font-size: 25px;
	width: 100%
}

.section-slider2 .swip-slide1 .swiper-slide img.img-index {
	max-width: 100%;
	max-height: 100%
}

.section-slider2 {
	border-top: 1px solid #ddd
}

.checkout-table-area input.qty-box {
	width: 120px
}

@media(max-width: 767px) {
	.checkout-table-area input.qty-box {
		width:65px
	}
}

.checkout-table-area .nowarp {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.section-slider2 .swip-slide1 .swiper-slide .pro-box-img {
	height: 320px
}

.gallery .section-slider2 .swip-slide1 .swiper-slide img {
	width: auto;
	height: 360px
}

.boxsha {
	-webkit-box-shadow: 1px 1px 3px 1px #ccc;
	-moz-box-shadow: 1px 1px 3px 1px #ccc;
	box-shadow: 1px 1px 3px 1px #ccc
}

.gal-pro-box {
	display: block;
	margin-bottom: 25px;
	text-align: center
}

.gal-pro-box,.gal-pro-box:hover {
	text-decoration: none;
	color: #333
}

.gal-pro-box:hover {
	color: #bc6933
}

.gal-pro-box .im-zone {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.gal-pro-box:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.gal-pro-box img,.gal-pro-box .im-zone {
	height: auto;
	-webkit-transition: 250ms all;
	-moz-transition: 250ms all;
	-ms-transition: 250ms all;
	-o-transition: 250ms all;
	transition: 250ms all
}

.gal-pro-box h3 {
	font-size: 13px;
	text-align: center;
	margin: 8px 0
}

.gal-pro-box p {
	font-weight: bold
}

.gal-pro-box .sold-out {
	font-size: 13px
}

.soldout-label {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 5
}

.category-title h1 {
	line-height: normal;
	font-size: calc(24px+(40 - 24) *((100vw - 320px) /(1600 - 320)));
	text-shadow: 1px 1px 1px #999
}

.category-title p {
	font-size: calc(18px+(24 - 18) *((100vw - 320px) /(1600 - 320)))
}

.category-title.visible-lg h1 {
	font-size: 44px
}

.category-title.visible-lg p {
	font-size: 30px
}

.category-title {
	margin-bottom: 25px
}

.cookmsg .label {
	display: inline-block;
	margin: 2px
}

.cover-banner h2,.cover-banner .desc-caption {
	text-shadow: 1px 1px 1px #666
}

.p-blog {
	position: relative
}

.p-blog .p-quote {
	padding-bottom: 50px
}

.p-blog .p-quote-big {
	font-size: 90px;
	font-family: 'Ibarra Real Nova';
	position: relative;
	top: 13px;
	left: 10px
}

.p-blog .p-blog-content {
	position: absolute;
	left: 45%;
	top: 120px;
	color: #fff;
	width: 605px;
	max-width: 100%;
	font-size: 33px;
	font-family: serif;
	line-height: 41px
}

.p-blog .p-blog-content .p-sign {
	display: inline-block;
	font-family: sans-serif;
	font-size: 20px;
	width: 209px;
	padding-top: 15px;
	letter-spacing: 2px;
	line-height: 27px
}

.p-blog .p-blog-content .p-sign .span-orange {
	color: #c76f36
}

.p-blog .p-blog-content .p-sign .span-white {
	font-size: 15px;
	letter-spacing: 1px
}

.bmc {
	color: #fff
}

.bmc .bmc-p-quote {
	font-size: 33px;
	font-family: san-serif;
	display: flex
}

.bmc .bmc-p-quote p {
	padding-top: 55px;
	font-size: 24px;
	padding-bottom: 20px
}

.bmc .bmc-p-quote-big {
	font-size: 90px;
	font-family: 'Ibarra Real Nova'
}

.bmc .bottom-box {
	display: flex;
	justify-content: flex-end
}

.bmc .bmc-sign {
	font-size: 20px;
	width: 50%
}

.bmc .bmc-sign .span-orange {
	color: #c76f36
}

.bmc .bmc-sign .span-white {
	font-size: 15px
}

@media screen and (max-width: 480px) {
}

@media screen and (min-width: 480px) {
	div.section-team div.banner-middle {
		height:300px !important
	}
}

@media screen and (min-width: 600px) {
	div.section-team div.banner-middle {
		-webkit-background-size:100% auto !important;
		background-size: 100% auto !important
	}
}

@media screen and (min-width: 1200px) {
	.bmc .bmc-p-quote p {
		font-size:33px
	}
}

.banner-middle .left-avatar {
	height: 320px;
	margin-top: 10px
}

.banner-middle .right-avatar {
	height: 100px;
	margin-right: 10px
}

.logo-centered a.navbar-brand,.logo-centered a.navbar-brand:hover {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: bold
}

.logo-centered a.navbar-brand span {
	color: #c76f36
}

@media screen and (max-width: 480px) {
	.logo-centered a.navbar-brand,.logo-centered a.navbar-brand:hover {
		font-size:18px
	}
}

@media screen and (max-width: 992px) and (min-width:768px) {
	.logo-centered a.navbar-brand,.logo-centered a.navbar-brand:hover {
		font-size:18px
	}
}

.text-white {
	color: #fff
}

.item-col-footer {
	border-top: 2px solid #000;
	margin-bottom: 20px
}

.label-news-letter label {
	font-weight: normal;
	display: inline
}

.label-news-letter:hover {
	color: #c76f36;
	text-shadow: 1px 1px 0 #b9b9b9
}

.label-news-letter * {
	cursor: pointer !important
}

.navcart {
	padding: 10px;
	background-color: #eee;
	color: #666;
	text-shadow: 0 1px 0 #000;
	display: block
}

.cutprice {
	text-decoration: line-through;
	color: red
}

.span-label-dis {
	display: inline-block;
	vertical-align: middle
}

.coupon-btn {
	background-color: #c76f36;
	color: #fff
}

.coupon-btn:hover {
	background-color: #000;
	color: #c76f36
}

.buy-btn {
	margin-right: 5px
}

.buy-btn+.cp-btn-space {
	height: 7px
}

.coupon-div {
	padding: 70px 100px
}

@media screen and (max-width: 767px) {
	.coupon-div {
		padding:30px 30px
	}
}

.coupon-div .coupon-ct {
	background-color: #333
}

.coupon-btn-x {
	color: #fff;
	background-color: #c76f36;
	border-color: #c76f36;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	padding: 11px 60px;
	margin-top: 15px
}

.coupon-btn-x:hover,.coupon-btn-x:active {
	color: #fff;
	background-color: orange;
	border-color: orange;
	outline: none !important
}

.coupon-btn-x:focus-visible,.coupon-btn-x:focus {
	background-color: red;
	color: #fff;
	outline: none !important
}

.ta-l-im {
	text-align: left !important
}

.footer-top-line {
	background-color: #000;
	height: 1px
}

#base-path {
	display: none
}

.inner-description {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal
}

.section-slider2 .text-inner-content p {
	color: #666
}

.section-slider2 .swip-slide1 .swiper-slide a>img {
	border: 1px solid #ccc
}

#footer .item-col-footer a.btn-info {
	text-shadow: 1px 1px 1px #000
}

.swiper-button-next,.swiper-button-prev {
	min-width: 48px;
	min-height: 48px
}

.text-content .btn-read-more {
	padding: 15px 28px
}

.btn-search-top {
	border-width: 1px;
	border-color: #ccc;
	font-weight: bold;
	font-size: 14px
}

@media all and (min-width: 768px) {
	form.search-ct {
		display:none
	}
}

.cl-b,.clear,.clearfix {
	clear: both;
}

.address-footer .addr-list p {
	padding-left: 40px;
}
#july-content{
	padding-bottom: 2em;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 2em;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
#july-content b{
	color: #f26522;
}
#july-content h2{
	color: #c76f36;
	font-size: 50px;
	font-family: 'Ibarra Real Nova';
	letter-spacing: .5px;
	margin-bottom: 22px;
}
#july-content ul{
	--gap:1em;
	display: flex;
	flex-wrap: wrap;
	padding: calc(var(--gap)*2);
	gap: var(--gap);
	justify-content: flex-start;
}
#july-content li{
	list-style-type: none;
	width: calc(50% - var(--gap)/2);
}
#july-content .btn{
	margin-bottom: 1em;
}
#july-content .text-center{
	padding: 0 1em;
}
@media(max-width:480px){
	#july-content ul li{
		width: 100%;
	}
	#july-content .btn{
		min-width: 228px;
		text-align: left;
	}
	#july-content b{
		display: inline-block;
		width: 100%;
	}
}