@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
/* vietnamese */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzlnC_WoEoZKdbA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzlnC_WoEoZKdbA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzlmC_WoEoZKdbA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/dosis/v27/HhyaU5sn9vOmLzloC_WoEoZK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	width: 100%;
}
a[href^="tel:"] {
	text-decoration: none;
	color: inherit;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
	height: 100%;
	min-height: 100%;
	min-width: 960px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #63615e;
	background: url(../images/bg_body.png) 0 0 repeat #deddd7;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #565551;
}
h2 {
	overflow: hidden;
	font-size: 24px;
	line-height: 24px;
}
h2:hover a {
	color: #aaa9a5;
}
.content.page1 h2.head1 {
	padding-left: 62px;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}
.head1 > a {
  font-size: 18px;
  margin-top: 3px;
  float: left;
}
h2 .count {
	position: absolute;
	top: 79px;
	left: 0px;
	width: 58px;
	height: 58px;
	text-align: center;
	font: bold 35px/55px 'Dosis', sans-serif;
	color: #fff;
	background: url(../images/count_bg.png) 0 0 no-repeat; padding-top:4px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
}
p {
	margin-bottom: 18px;
}
p.p1 {
	margin-bottom: 14px;
}
p.p2 {
	margin-bottom: 12px;
}
img {
	max-width: 100%;
}
address {
	font-style: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.list li {
	margin-bottom: 10px;
}
ul.list1 li {
	background: url(../images/marker.png) 0 6px no-repeat;
	padding-left: 19px;
	font-size: 13px;
	position: relative;
	top: -1px;
	margin-bottom: 12px;
}
a {
	text-decoration: none;
	outline: none;
	color: inherit;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
background: #111;
a:hover {
	color: #bf6c2f;
}
a.btn {
	display: inline-block;
	padding: 6px 25px 5px;
	border-radius: 4px;
	color: #fff;
	background: url(../images/btn_bg.png) 0 0 repeat-x #37322b;
}
a.btn:hover {
	background: #bf6c2f;
}
a.link-1 {
	display: inline-block;
	margin-bottom: 6px;
	text-decoration: underline;
	color: #bf6c2f;
}
strong {
	color: #000;
}
a.link-1:hover, strong a:hover {
	color: #63615e;
}
.mb0 {
	margin-bottom: 0!important;
}
.m0 {
	margin: 0!important;
}
.pad0 {
	padding: 0!important;
}
.pad1 {
	padding: 0 30px;
}
.pad2 {
	padding-right: 25px;
}
.pad3 {
	padding-right: 50px;
}
.pt0 {
	padding-top: 0;
}
.img_inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 13px;
	max-width: 100%;
	margin-top: 3px;
	margin-bottom: 16px;
	border: 3px solid #c0bfb8;
}
.fleft {
	float: left;
	margin-top: 3px;
	margin-right: 17px;
	margin-bottom: 0;
}
.fright {
	float: right!important;
}
.upp {
	text-transform: uppercase;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none!important;
	clear: both;
}
header {
	display: block;
	position: relative;
	margin-bottom: 35px;
	padding: 42px 0 41px;
	background: #fff;
	box-shadow: 0 4px 4px #ddd;
}
header h1 {
	float: left;
	position: absolute;
	top: -33px;
	left: 10px;
}
header h1 a {
	display: block;
	height: 135px;
	margin: 8px auto 0 auto;
	overflow: hidden;
	text-indent: -999px;
}
header h1 a img {
	display: block;
}
#slider {
	position: relative;
	box-shadow: 0 0 10px #333;
}
.slider_wrapper {
	position: relative;
	height: 512px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/slider_bg.png) center 0 no-repeat #f7f6f1;
}
#carousel {
	position: relative;
	padding: 0 8px;
	overflow: hidden;
	background: url(../images/caro_bg.png) 0 0 repeat-x;
}
#carousel .flex-direction-nav {
	display: none;
}
#carousel .slides li {
	padding: 14px 14px 21px;
}
#carousel .slides li img {
	border: 3px solid #c0bfb8;
}
#carousel .slides li.flex-active-slide, #carousel .slides li:hover {
	background: url(../images/caro_hover.png) 0 0 repeat;
	cursor: pointer;
}
#carousel .slides li.flex-active-slide img, #carousel .slides li:hover img {
	border-color: #38332c;
}
.flex-prev {
	display: block;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: -60px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	overflow: hidden;
	text-indent: -100px;
	opacity: 1!important;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	cursor: pointer;
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
.flex-prev:hover {
	background-position: 0 bottom;
}
.flex-next {
	display: block;
	z-index: 999;
	position: absolute;
	top: 50%;
	right: -60px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	overflow: hidden;
	text-indent: -100px;
	opacity: 1!important;
	background: url(../images/prevnext.png) right 0 no-repeat;
	cursor: pointer;
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
.flex-next:hover {
	background-position: right bottom;
}
.content {
	padding-bottom: 53px;
	border: none;
	background: #f7f6f1;
}
.content.pag1 {
	padding-bottom: 66px;
}
.content.page1 h2 {
	margin-bottom: 36px;
	padding-top: 71px;
}
.content h2 {
	margin-bottom: 20px;
	padding-top: 40px; line-height:34px;
}
.content.page1 h2.head1 {
	margin-bottom: 0;
	padding-bottom: 27px;
}
h2.head3 {
	padding-top: 67px;
	margin-bottom: 35px;
}
.content.page1 h2.head2 {
	margin-bottom: 23px;
	padding-top: 53px;
}
.new {
	margin-bottom: 27px;
	overflow: hidden;
}
.new time {
	font-size: 11px;
	font-style: italic;
	color: #aaa9a5;
}
.bottom_block h3 {
	padding-top: 67px;
	margin-bottom: 30px;
}
.socials {
	position: relative;
	top: -12px;
	overflow: hidden;
}
.socials a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius: 500px;
	background: #a6a39d;
}
.socials a img {
	margin-top: 10px;
}
.socials a:first-child {
	margin-left: 0;
	left: 0!important;
}
.socials a:hover {
	background: #38332c;
}
.bottom_block .pad2 a {
	text-decoration: underline;
}
.phones {
	padding: 29px 0 26px;
	font: bold 18px/32px 'Dosis', sans-serif;
	color: #565551;
	background: url(../images/phone_bg.png) right bottom no-repeat;
}
.phones span {
	color: #aaa9a5;
}
blockquote {
	background: url(../images/quote_top.png) 2px 3px no-repeat;
}
blockquote p {
	padding: 0 25px 0 25px;
	margin-bottom: 23px;
}
blockquote p img {
	margin-left: 15px;
}
.signature {
	padding-left: 22px;
	height: 40px;
}
.awards {
	position: relative;
	top: -1px;
}
.awards img {
	position: relative;
	top: -3px;
}
.block1 {
	margin-bottom: 34px;
}
.block1 strong {
	position: relative;
	top: 1px;
}
.block1.mb0 {
	padding-right: 15px;
	position: relative;
	padding-top: 4px;
}
.block1.mb0 strong {
	top: -3px;
}
.public strong {
	color: #63615e;
}
.collection .clear {
	height: 36px;
}
.blog .title {
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 18px;
}
.blog .title a {
	text-decoration: underline;
}
.blog img.img_inner.fleft {
	margin-top: 0;
	position: relative;
	top: -2px;
}
.blog a.btn {
	margin-top: 17px;
}
.map {
	padding-top: 3px;
}
.map figure {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 16px;
	margin-top: 0;
}
.map figure iframe {
	width: 100%;
	height: 323px;
	max-width: 100%;
}
.map p {
	display: block;
	padding-bottom: 10px;
}
address dd span {
	display: inline-block;
	min-width: 65px;
}
address dt p {
	margin-bottom: 10px;
}
.map address {
	float: left;
	margin-right: 30px;
}
footer {
	display: block;
	padding: 11px 0 30px;
	font-size: 13px;
	line-height: 32px;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #565551;
}
#newsletter {
	position: relative;
	margin-top: -3px;
	padding: 15px 12px 15px 14px;
	border-radius: 4px;
	overflow: hidden;
	background: #38332c;
}
#newsletter a.btn {
	margin-top: 0;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #bf6c2f;
	background: url(../images/newsletter_bg.png) 0 0 repeat-x #fff;
}
#newsletter a.btn:hover {
	color: #fff;
	background: #bf6c2f;
}
#newsletter input {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 204px;
	height: 28px;
	padding: 5px 9px 5px;
	border: 1px solid #928f8b;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #6d6a65;
	box-shadow: none;
}
#newsletter .error, #form1 .empty {
	display: block;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	font-size: 10px;
	line-height: 13px;
	color: #f00;
	-webkit-transition: 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#newsletter label.invalid .error {
	height: 40px;
}
#newsletter .success {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 172px;
	padding: 10px;
	border: 1px solid #928f8b;
	overflow: hidden;
	color: #fff;
	background: #6d6a65;
	-webkit-transition: 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#newsletter a {
	z-index: 2;
}

.n-head {display:flex;line-height: initial !important;gap:10px;align-items: center;margin-bottom: 20px !important;padding-top: 30px !important;}
.n-count{background-color: #c4005f;border-radius: 50%;padding: 10px 20px;color: #fff;}
.copy {padding: 20px 0;}
@media only screen and (max-width:1024px) {
.flex-next {
	right: 10px;
}
.flex-prev {
	left: 10px;
}
}
@media only screen and (max-width:995px) {
body {
	min-width: 768px;
}
.slider_wrapper {
	height: 432px!important;
}
blockquote {
	overflow: hidden;
}
.btns a {
	padding-left: 15px!important;
	padding-right: 15px!important;
}
h2.head1 {
	font-size: 15px;
}
#newsletter input {
	width: 100%;
}
#newsletter a.btn {
	margin-top: 5px;
	margin-left: 0;
}
.map address {
	margin: 0!important;
	width: 200px!important;
}
.map figure, .map figure iframe, #form input, #form textarea, #form .success {
	width: 100%!important;
}
#form .success {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure {
	height: auto!important;
}
.extra_wrapper {
	overflow: visible;
}
.pad1, .pad2, .pad3, .pad4 {
	padding: 0;
}
.fleft {
	margin-bottom: 5px;
}
.collection .pad1 {
	padding: 0 25px;
}
.awards img {
	width: 120px;
}
}
@media only screen and (max-width:767px) {
body {
	min-width: 420px;
}
.btns a {
	padding-left: 25px!important;
	padding-right: 25px!important;
}
blockquote {
	overflow: visible;
}
.collection .pad1 {
	padding: 0;
}
.map address {
	margin-left: 0!important;
}
.content.page1 h2.head1 {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-left: 70px;
	margin-bottom: 10px;
}
.awards img {
	width: auto;
}
.block1.mb0 {
	margin-bottom: 34px!important;
}
.block1.mb0.p {
	margin-bottom: 0!important;
}
.collection .clear {
	height: 0px;
}
.collection .img_inner {
	margin-top: 36px;
}
.map address {
	margin-right: 0;
	margin-bottom: 20px;
}
.signature {
	padding-left: 0;
}
header {
	padding-top: 10px;
}
.slider_wrapper {
	height: 272px!important;
}
.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}
.img_inner {
	float: none!important;
	width: 100%;
	margin-top: 20px!important;
	margin-right: 0!important;
	margin-bottom: 20px!important;
}
.img_inner.fleft.noresize {
	float: left!important;
	margin-right: 17px!important;
	width: auto;
	margin-top: 3px!important;
}
header h1 {
	float: none;
	padding-top: 10px;
	position: static;
}
header h1 a {
	height: auto;
	margin: 0 auto;
}
header h1 a img {
	width: 100%;
}
.map figure iframe {
	width: 100%;
	height: 300px;
}
h2.head1 {
	font-size: 24px;
}
h2.head1 .count {
	margin-right: 20px;
}
}
@media only screen and (max-width:479px) {
body {
	min-width: 300px;
}
.slider_wrapper {
	height: 201px!important;
}
.map figure iframe {
	width: 100%;
	height: 150px;
}
.map address {
	margin: 0 0 20px!important;
}
}
