@import url("https://use.typekit.net/hix5otl.css");

* {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: miller-headline, serif;
    color: #523A34;
    background: #fff;
    overflow-x: hidden !important;
    font-size: 16px;
}

html {
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader1.gif);
}

p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 200;
}

p a {
    color: #523A34;
    letter-spacing: 0;
}

p a:hover,
p a:focus {
    color: #4b4b4b;
}

i,
.italic {
    font-style: italic;
}

strong,
b {
    color: #523A34;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: miller-headline, serif;
    color: #523A34;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

li,
a {
    color: #523A34;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

blockquote {
    position: relative;
    margin: 15px 0;
    padding: 40px;
    border-left: none;
    background-color: #f9f9f9;
    font-family: miller-headline, serif;
    color: #4b4b4b;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
}

blockquote cite {
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #604eaf;
    text-transform: uppercase;
    font-style: normal;
}

blockquote cite:before {
    content: '-';
    margin-right: 3px;
}

.blockquote--bordered {
    border: 1px solid #f1f1f1;
    border-top: 3px solid #604eaf;
    background: transparent;
    color: #4b4b4b;
}

.blockquote--bordered:before {
    color: #fff;
    background-color: #604eaf;
}

.blockquote--bordered cite {
    color: #604eaf;
}

.list {
    padding: 0;
    list-style: none;
}

.list li {
    margin-bottom: 15px;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 0;
}

.pagination > li.active a,
.pagination > li.active a:hover {
    background-color: #604eaf;
    border-color: #604eaf;
    color: #fff;
}

.pagination > li a {
    border-radius: 0;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pagination > li a i {
    font-size: 14px;
}

.pagination > li a:hover {
    background-color: #604eaf;
    border-color: #604eaf;
    color: #fff;
}

/*-- call to action --*/

.btn {
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: miller-headline, serif;
}

.btn-sm {
    padding: 7.5px 27px !important;
    font-size: 12px;
}

.btn-primary {
    padding: 10px 42px;
    background: transparent;
    color: #523A34;
    border: 1px solid #523A34;
}

.btn-primary:focus,.btn-primary:active {
    outline: none;
    background: transparent!important;
    color: #523A34;
}

.btn-primary:hover {
    background-color: #E5B25D;
    color: #fff;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary-2 {
    padding: 8px 54px;
    background: transparent;
    border: 1px solid #523A34;
    color: #523A34;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary-2:focus {
    outline: none;
}

.btn-primary-2:hover {
    background-color: #523A34;
    color: #fff;
    box-shadow: 0 13px 13px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary:empty{display:none!important}

@media(max-width:500px) {
    .btn-mobile {
        width: 100%
    }
}

.homepage > section {
    clear: both;
}

/*-- brand --*/
.brand {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-top: 5px solid #523A34;
}

.brand a.logo img {
    margin: 10px 0;
    position: relative;
    width: 230px;
    display: inline-block;
}

.brand .container {
    position: relative;
}

.brand .reserve-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}

.brand .reserve-btn a {
    font-size: 21px;
}

.brand .tel {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.brand .tel_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.brand .tel_btn.tel_btn-more {
    width: 23rem;
    height: auto;
}

.brand .tel_btn.tel_btn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    margin: 0;
    width: 4rem;
    height: 4rem;
    background: #523A34;
}

.brand .tel_btn.tel_btn-more .circle i {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    margin: auto;
    color: #fff;
    font-size: 26px;
    left: 8px;
    top: 6px;
}

.brand .tel_btn.tel_btn-more .tel_txt {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0.85rem;
    padding-top: 1.10rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 0 4.5rem;
    color: #523A34;
    font-weight: 400;
    line-height: 0.9;
    font-size: 21px;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
}

.brand .tel_btn:hover.tel_btn-more .circle {
    width: 100%;
}

.brand .tel_btn:hover.tel_btn-more .circle i {
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.brand .tel_btn:hover.tel_btn-more .tel_txt {
    color: #fff;
}

.brand .tel a i {
    background-color: #523A34;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    font-size: 16px;
    transition: all .5s;
}

.brand .tel a:hover {
    color: #523A34;
}

/*-- brand --*/

#sidebar {
    position: fixed;
    z-index: 999;
    width: 280px;
    margin-top: 30px;
}

#sidebar .navbar-collapse {
    position: relative;
}

#sidebar .navbar {
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}

#wrapper {
    position: relative;
    margin-left: 280px;
}

#wrapper .hero-content {
    position: relative;
}

.hero-content .scroll_down {
    z-index: 3;
    position: relative;
    bottom: -50px;
    left: 0;
    right: 0;
    margin-right: 280px;
}

.hero-content .scroll_down span {
    display: block;
    overflow: hidden;
    position: absolute;
    background: #523A34;
    height: 100px;
    width: 1px;
    left: 50%;
    bottom: 0;
}

.hero-content .scroll_down span:after {
    content: "";
    display: block;
    background: #fff;
    height: 100px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
}

@-webkit-keyframes scroll-bar {

    0%,
    5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}

@keyframes scroll-bar {

    0%,
    5% {
        -webkit-transform: translate3d(0, 0, 0);
        ransform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}



/*-- navbar-custom --*/

.navbar-custom {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.navbar-custom .navbar-nav > li > a {
    position: relative;
    display: inline-block;
    padding: .5em 1.2em;
    color: #523A34;
    font-size: 14px;
    font-family: miller-headline, serif;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: normal;
    letter-spacing: 0.09em;
}

.navbar-custom .navbar-nav > li > a span {
    display: inline-block;
    transition: .3s ease-in-out;
}

.navbar-custom .navbar-nav > li > a:hover::after,
.navbar-custom .navbar-nav > li > a:focus::after {
    color: #333;
}

.navbar-custom .navbar-nav > li > a:hover span,
.navbar-custom .navbar-nav > li > a:focus span {}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #b87d4b;
}

.navbar-default .navbar-nav > li > a.current {
    font-weight: bold;
    color: #b87d4b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #333;
}

#sidebar .navbar-brand {
    padding: 5px 10px;
}

#sidebar .navbar-brand img {
    height: auto;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #523A34;
}

.navbar-toggle .icon-bar {
    width: 30px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}


/*-- slider pro --*/
#top-slider {
    position: relative;
}

.slider-pro {
    z-index: 1;
}

#top-slider .sp-mask {
    border-bottom-left-radius: 60px;
}

.hero-content .slider-txt {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 50px;
}

.hero-content .slider-txt h2 {
    font-size: 26px;
    line-height: 2;
    color: #fff;
    font-weight: 700;
    animation: moveInLeft 6s ease-out;
}

.hero-content .slider-txt p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    animation: moveInRight 6s ease-out;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*-- main_content --*/
#main_content {
    position: relative;
}

/*-- news-section --*/
#news-section {
    position: relative;
    margin-top: 100px;
    padding: 60px 0;
    background-color: #fafafa;
}

#news-section .container {
    position: relative;
}

#news-section .title_txt {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #523A34;
}

#news-section .title_txt:after,
#news-section .title_txt:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E5B25D;
}

#news-section .title_txt:before {
    bottom: auto;
    top: 0;
}

.news_list {
    text-align: center;
}

.news_list > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
    .news_list > div {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.news_list > div .article_inner {
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 1000px) {
    .news_list > div .article_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news_list > div .article_inner .post_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    .news_list > div .article_inner .post_header {
        margin-bottom: 20px;
    }
}

.news_list > div .article_inner .post_header .date {
    width: 124px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: serif;
}

.news_list > div .article_inner .post_content {
    margin-left: 15px;
    display: block;
    color: #523A34;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.12em;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 1000px) {
    .news_list > div .article_inner .post_content {
        margin-left: 0;
    }
}

.news_list > div .article_inner .post_content span {
    position: relative;
    display: inline-block;
}

.news_list > div .article_inner .post_content span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E5B25D;
    width: 100%;
    height: 1px;
    z-index: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news_list > div .article_inner .post_content:hover span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*-- imgRight_txt-section --*/

.imgRight_txt-section {
    position: relative;
    padding: 60px 0;
}

.imgRight_txt-section .container {
    position: relative;
}

.imgRight_txt-section .content_img {
    position: relative;
}

.imgRight_txt-section .content_txt {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
}

.imgRight_txt-section .content_txt h2 {
    font-size: 24px;
    letter-spacing: 0.09em;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.imgRight_txt-section .content_txt h2:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -25px;
    left: 0;
    width: 14%;
    height: 3px;
    background-color: #523A34;
}

.imgRight_txt-section .content_txt p {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.9;
}

/*-- imgLeft_txt-section --*/
.imgLeft_txt-section {
    position: relative;
    padding: 60px 0;
}

.imgLeft_txt-section .container {
    position: relative;
}

.imgLeft_txt-section .content_img {
    position: relative;
}

.imgLeft_txt-section .content_txt {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
}

.imgLeft_txt-section .content_txt h2 {
    font-size: 24px;
    letter-spacing: 0.09em;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

.imgLeft_txt-section .content_txt h2:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -25px;
    left: 0;
    width: 14%;
    height: 3px;
    background-color: #523A34;
}

.imgLeft_txt-section .content_txt p {
    font-size: 16px;
    letter-spacing: 0.11em;
    line-height: 1.9;
}

/*-- txtCenter_grey-section --*/
.txtCenter_grey-section {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background-color: #E5B25D;
    background: -webkit-linear-gradient(left, rgba(229, 178, 93, 0.8) 0%, rgba(82, 58, 52, 0.95) 20%);
    background: linear-gradient(to right, rgba(229, 178, 93, 0.8) 0%, rgba(82, 58, 52, 0.95) 20%);
}

.txtCenter_grey-section .container {
    position: relative;
}

.txtCenter_grey-section .simple-parallax {
    position: relative;
    width: 100%;
}

.txtCenter_grey-section .content_img {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}

.txtCenter_grey-section .content_img img {
    transform: scale(1.8) translate3d(0px, 5.81201px, 0px);
    will-change: transform;
    transition: transform 3s cubic-bezier(0, 0, 0, 1) 0s;
    opacity: 0.1;
}

.txtCenter_grey-section .content_txt {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
    z-index: 3;
}

.txtCenter_grey-section .content_txt h2 {
    font-size: 24px;
    letter-spacing: 0.09em;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.txtCenter_grey-section .content_txt h2:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -25px;
    left: 0;
    width: 14%;
    height: 3px;
    background-color: #fff;
}

.txtCenter_grey-section .content_txt p {
    font-size: 16px;
    letter-spacing: 0.11em;
    line-height: 1.9;
    color: #fff;
}

/*-- footer --*/

footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background: #fff;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    border-bottom: 5px solid #523A34;
}

#contant_map {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #523A34;
}

#contant_map .container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

#contant_map .container-fluid .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#map {
    width: 100%;
    height: 680px;
}

#contant_map .container-fluid .content-txt {
    padding: 60px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
}

#contant_map .container-fluid .content-txt:first-child {
    padding-top: 60px;
}

#contant_map .container-fluid .content-txt:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    width: 95%;
    height: 1px;
    background: rgba(250, 250, 250, 0.2);
}

#contant_map .container-fluid .content-txt:last-child:after {
    content: none;
}

#contant_map .container-fluid .content-txt h4 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

#contant_map .container-fluid .content-txt p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

#contant_map .container-fluid .content-txt .btn-link {
    display: block;
    margin-bottom: 15px;
}

#contant_map .container-fluid .content-txt .btn-link:hover {
    opacity: 0.4;
}

.footer-content {
    position: relative;
    padding: 5px 0;
    text-align: center;
}

.footer-navbar {
    margin: 10px 0;
}

.footer-navbar > li,
.footer-navbar > li > a {
    display: inline-block;
}

.footer-navbar > li > a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #523A34;
    padding: 10px 25px;
    font-family: miller-headline, serif;
    letter-spacing: 0.12em;
}

.footer-navbar > li > a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.footer-navbar > li > a:focus {
    border-color: #523A34;
}

.footer-copyright p{
    margin-top: 5px;
    color: #523A34;
    text-transform: uppercase;
    font-family: miller-headline, serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.09em;
}

.footer-copyright a {
    color: #523A34;
    font-weight: bold;
}

.footer-copyright p span{
    display: inline-block;
}

/*-- back to top --*/

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 10;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-In-Out;
    transition: opacity 0.2s ease-In-Out;
    opacity: 0;
    background: #E6E6E9;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);
    font-size: 37px;
}

.back-to-top i {
    font-size: 37px;
    color: #523A34;
    line-height: 1.6;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.back-to-top.show:focus {
    color: #fff;
}

/* -- PAGES --- */
#wrapper .hero-content.pages {
    height: 45vh;
}

#headline {
    margin: 0;
    height: 55vh;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 60px;
}

#headline:before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: #523A34 2px dotted;
    z-index: 3;
    opacity: 0.4;
    border-bottom-left-radius: 60px;
}

#headline .inner {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    color: #fefefe;
    text-align: left;
    z-index: 4;
}

#headline h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.16em;
    position: relative;
    z-index: 3;
}

#headline .scroll_down {
    z-index: 3;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-76.5%);
    right: 0;
    margin-right: 280px;
}

#headline .scroll_down span {
    display: block;
    overflow: hidden;
    position: absolute;
    background: #523A34;
    height: 100px;
    width: 1px;
    left: 50%;
    bottom: 0;
}

#headline .scroll_down span:after {
    content: "";
    display: block;
    background: #fff;
    height: 100px;
    width: 1px;
    position: absolute;
    left: 0;
    bottom: 100px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
}


/*-- cate content --*/
#cate_content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.colored {
    background-color: #523A34;
}

.pages-imgOne {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pages-imgTwo {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#headline.pages-imgTwo h2 {
    color: #fff;
}

.menu-naviNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    align-content: flex-start;
}

.menu-naviNav ul:after {
    display: block;
    content: "";
    flex: 999 999 auto;
}

.menu-naviNav ul li {
    flex: 100 0 auto;
    margin: 5px;
}

.menu-naviNav a {
    display: block;
    padding: 10px 10px;
    color: #523A34;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    border-top: 1px solid #523A34;
    border-bottom: 1px solid #523A34;
    text-align: center;
}

.menu-naviNav a:hover {
    color: #333;
    background-color: #F5F0E3;
}

/*-- news page --*/
.news_page .cate_box {
    margin-bottom: 50px;
    position: relative;
}

.news_page .cate_box:last-child {
    margin-bottom: 0;
}

.news_page .cate_box .title_box {
    position: relative;
    margin-bottom: 30px;
}

.news_page .cate_box .box_img1 img {
    margin-bottom: 60px;
    display: inline-block;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.09);
}

.news_page .cate_box .item_title {
    font-size: 24px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #333;
    position: relative;
    margin-bottom: 0;
    font-weight: bold;
}

.news_page .cate_box .date {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.13em;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px;
    display: inline-block;
    background-color: #523A34;
}

.news_page .cate_box .item-txt {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 16px;
    color: #333;
}

.news_page .pagination {
    position: 0;
    margin: 0;
    display: block;
}

.news_page .pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news_page .pagination a {
    padding: 12px 10px;
    font-size: 16px;
}

.news_page .p7 a {
    display: block;
    margin: auto 5px;
    color: #333;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #523A34;
    border-bottom: 1px solid #523A34;
    transition: all 0.3s ease-in-out;
}

.news_page .p7 a:hover {
    background: #523A34;
    color: #fff;
}

/*-- page-with-cate_1 --*/
.page-with-cate_1 .cate {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_1 .cate:last-child {
    margin-bottom: 0;
}

.page-with-cate_1 .cate .cate-title_box {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_1 .cate .cate_title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #333;
    padding: 10px 0;
}

.page-with-cate_1 .cate .cate_title:after {
    bottom: 0px;
}

.page-with-cate_1 .cate .cate_title:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #523A34;
}

.page-with-cate_1 .cate .cate_txt1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #523A34;
}

.page-with-cate_1 .cate_box {
    margin-bottom: 50px;
    position: relative;
}

.page-with-cate_1 .cate_box:last-child {
    margin-bottom: 0;
}

.page-with-cate_1 .cate_box .title_box {
    position: relative;
    padding-top: 0;
}

.page-with-cate_1 .cate_box .box_title1 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 2px dotted #523A34;
}

.page-with-cate_1 .cate_box .cate_box-content {
    margin-bottom: 60px;
}

.page-with-cate_1 .cate_box .cate_box-content:last-child {
    margin-bottom: 0;
}

.page-with-cate_1 .cate_box .box_title2 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #523A34;
}

.page-with-cate_1 .cate_box .box_txt1,
.page-with-cate_1 .cate_box a,
.page-with-cate_1 .cate_box .box_txt2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.page-with-cate_1 .cate_box .box_txt2 {
    font-size: 16px;
    color: #523A34;
}

.page-with-cate_1 .cate-title_box .cate_img1 img,
.page-with-cate_1 .cate_box .box_img1 img,
.page-with-cate_1 .cate_box .box_img2 img {
    margin: 15px 0;
    display: inline-block;
}

.page-with-cate_1 .cate_box .box_title2:empty,
.page-with-cate_1 .cate-title_box .cate_txt1:empty,
.page-with-cate_1 .box_txt2:empty {
    display: none;
}

/*-- page-with-cate_2 --*/

.page-with-cate_2 .cate {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_2 .cate:last-child {
    margin-bottom: 0;
}

.page-with-cate_2 .cate .cate-title_box {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_2 .cate .cate_title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #333;
    padding: 10px 0;
}

.page-with-cate_2 .cate .cate_title:after {
    bottom: 0px;
}

.page-with-cate_2 .cate .cate_title:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #523A34;
}

.page-with-cate_2 .cate .cate_txt1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #523A34;
}

.page-with-cate_2 .cate_box {
    margin-bottom: 15px;
    position: relative;
}

.page-with-cate_2 .cate_box:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #E6E6E9;
}

.page-with-cate_2 .cate_box:last-child {
    margin-bottom: 0;
}

.page-with-cate_2 .cate_box .title_box {
    position: relative;
    padding-top: 0;
}

.page-with-cate_2 .cate_box .box_title1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
}

.page-with-cate_2 .cate_box .box_txt1,
.page-with-cate_2 .cate_box a {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.page-with-cate_2 .cate_box a {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #333;
}

.page-with-cate_2 .cate-title_box .cate_img1 img {
    margin: 15px 0;
    display: inline-block;
}

.page-with-cate_2 .cate-title_box .cate_txt1:empty {
    display: none;
}

/*-- page-with-cate_3 --*/
.page-with-cate_3 .cate {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_3 .cate:last-child {
    margin-bottom: 0;
}

.page-with-cate_3 .cate .cate-title_box {
    position: relative;
    margin-bottom: 50px;
}

.page-with-cate_3 .cate .cate_title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #333;
    padding: 10px 0;
}

.page-with-cate_3 .cate .cate_title:after {
    bottom: 0px;
}

.page-with-cate_3 .cate .cate_title:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #523A34;
}

.page-with-cate_3 .cate .cate_txt1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #523A34;
}

.page-with-cate_3 .cate_box {
    margin-bottom: 50px;
    position: relative;
}

.page-with-cate_3 .cate_box:last-child {
    margin-bottom: 0;
}

.page-with-cate_3 .cate_box .title_box {
    position: relative;
    padding-top: 0;
}

.page-with-cate_3 .cate_box .title_box:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    background: #E6E6E9;
    width: 100%;
    height: 1px;
}

.page-with-cate_3 .cate_box .box_title1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 5px;
}

.page-with-cate_3 .cate_box .box_txt1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 5px;
}

.page-with-cate_3 .cate_box .box_txt2 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.page-with-cate_3 .cate_box .box_title1:empty,
.page-with-cate_3 .cate_box .box_txt1:empty,
.page-with-cate_3 .cate_box .box_txt2:empty {
    display: none;
}

/*-- style_page --*/
.style_page .cate {
    position: relative;
    margin-bottom: 50px;
}

.style_page .cate:last-child {
    margin-bottom: 0;
}

.style_page .cate .cate-title_box {
    position: relative;
    margin-bottom: 50px;
}

.style_page .cate .cate_title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: #333;
    padding: 10px 0;
}

.style_page .cate .cate_title:after {
    bottom: 0px;
}

.style_page .cate .cate_title:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    background: #523A34;
}

.style_page .cate .cate_txt1 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #523A34;
}

.style_page .cate_box {
    margin-bottom: 50px;
    position: relative;
}

.style_page .cate_box:last-child {
    margin-bottom: 0;
}

.style_page .cate_box .title_box {
    position: relative;
    padding-top: 0;
}

.style_page .cate_box .box_title1,
.style_page .cate_box .box_title2,
.style_page .cate_box .box_title3,
.style_page .cate_box .box_title4 {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #E6E6E9;
    display: inline-block;
    white-space: nowrap;
    width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.style_page .cate_box .box_txt1,
.style_page .cate_box .box_txt2,
.style_page .cate_box .box_txt3,
.style_page .cate_box .box_txt4 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.style_page .box_img1,
.style_page .box_img2,
.style_page .box_img3,
.style_page .box_img4 {
    overflow: hidden !important;
    position: relative;
    margin-bottom: 20px;
    height: 255px;
}

.style_page .box_img1 img,
.style_page .box_img2 img,
.style_page .box_img3 img,
.style_page .box_img4 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
}

.transform_img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.style_page .box_img1:hover .transform_img,
.style_page .box_img2:hover .transform_img,
.style_page .box_img3:hover .transform_img,
.style_page .box_img4:hover .transform_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.custom-object-fit img {
    opacity: 0;
}

/*-- contact page --*/
.contact_page {
    position: relative;
}

.contact_page .form-control {
    position: relative;
    padding-left: 15px;
    border: 1px solid #4D4D4D;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
    width: 100%;
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #4D4D4D !important;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    cursor: none;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #BDBDBD;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 24px;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    height: auto;
    cursor: none;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 1px #4D4D4D;
    border-color: #4D4D4D;
}

label {
    font-size: 18px;
    line-height: 1.6;
    margin-left: 5px;
    font-weight: normal;
}

option {
    color: #4D4D4D !important;
}

.form-control {
    border-radius: 0;
    height: 45px;
    color: #9e9e9e !important;
}

.form-control:focus,.form-control:active,.form-control::-moz-selection,.form-control::selection {
    color: #9e9e9e !important;
}

.input-group-addon {
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 17px;
    background: #fff;
    color: #d9d9d9;
    border: 0;
    border-radius: 0;
}

form .contact-category {
    margin-bottom: 50px;
    position: relative;
}

form .contact-category:last-child {
    margin-bottom: 0;
}

.contact-category h2 {
    color: #4D4D4D;
    font-size: 21px;
    letter-spacing: 0.06em;
    margin-left: 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.6;
}

.contact-category h2 span {
    color: #ff3d00;
}

.form-box {
    padding-top: 20px;
}

.form-box h5 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-left: 0;
    color: #4D4D4D;
}

.form-box h5 span {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 7px;
    color: #ff3d00;
    padding: 2px;
}

.form-group > div {
    display: inline-block;
    margin-left: 10px;
}

/*-- contact_page --*/
.information_page {
    position: relative;
}

.information_page .info_img {
    padding: 0;
}

.information_page .info_img img {
    display: inline-block;
    margin-bottom: 50px;
}

.information_page .info-content .col-sm-12 {
    padding: 10px 0;
    border-top: 1px solid #523A34;
}

.information_page .info-content .col-sm-12:last-child {
    border-bottom: 1px solid #523A34;
}

.information_page .info-content p {
    color: #333;
    letter-spacing: 0.06em;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.information_page .info-content p span {
    display: inline-block;
}

.information_page .info-content p a {
    color: #4D81CA;
    font-size: 21px;
    letter-spacing: 0.06em;
}

/*-- privacy-policy_page --*/
.privacy-policy_page {
    position: relative;
}

.privacy-policy_page .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.privacy-policy_page .privacy-page-info {
    position: relative;
    padding-bottom: 30px;
}

.privacy-policy_page .privacy-page-info h3 {
    font-size: 18px;
    letter-spacing: 0.06em;
    color: #523A34;
    line-height: 1.8;
    font-weight: bold;
    margin-top: 0;
}

.privacy-policy_page .privacy-page-info h3 span {
    display: inline-block;
}

.privacy-policy_page .privacy-page-info p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.13em;
    line-height: 2;
    color: #333;
}

.privacy-policy_page .privacy-page-info p a {
    background: #523A34;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}

.privacy-policy_page .privacy-page-info p a.tel-number {
    padding: 0;
    background: transparent;
    color: #523A34;
}

.privacy-policy_page .privacy-page-info p span {
    display: inline-block;
}

/*-- sitemap_page --*/
.sitemap_page {
    position: relative;
}

.sm-link {
    font-size: 18px;
    margin-bottom: 35px;
}

.sm-link a {
    color: #523A34;
    display: block;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #523A34;
    border-bottom: 1px solid #523A34;
    transition: all 0.3s ease-in-out;
}

.sm-link a:hover {
    background: #523A34;
    color: #fff;
}

#main-txt-xs {
    position: relative;
    padding: 50px 0;
}

#main-txt-xs h2 {
    font-size: 21px;
    line-height: 1.8;
}

#main-txt-xs p {
    font-size: 16px;
    line-height: 1.6;
}

/*-- MEDIA QUERIES --*/

@media only screen and (min-width: 1600px) {
    .brand .container {
        width: 95%;
    }

    .hero-content .slider-txt h2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .changePosi {
        position: absolute !important;
    }

    .navbar-custom .navbar-nav {
        float: none;
    }

    .navbar-custom .navbar-nav li {
        float: none;
    }

    .navbar-custom .navbar-nav > li > a {
        position: relative;
        display: inline-block;
        padding: 0.80em 1.2em;
        color: #523A34;
        font-size: 21px;
        font-family: miller-headline, serif;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 15px;
        margin-right: 15px;
        font-weight: 400;
        letter-spacing: 0.19em;
    }

    .navbar-custom .navbar-nav > li > .sns_link {
        font-size: 38px;
        padding: 0.6em;
    }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .navbar-custom .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .imgRight_txt-section .content_txt,
    .imgLeft_txt-section .content_txt,
    .txtCenter_grey-section .content_txt {
        margin-top: 0;
    }

    #map {
        height: 700px;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .style_page .cate_box .col-md-3 {
        margin-bottom: 30px;
    }

    .style_page .cate_box .box_title1,
    .style_page .cate_box .box_title2,
    .style_page .cate_box .box_title3,
    .style_page .cate_box .box_title4 {
        font-size: 16px;
        width: 330px;
    }

    .style_page .box_img1,
    .style_page .box_img2,
    .style_page .box_img3,
    .style_page .box_img4 {
        height: 355px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #sidebar {
        position: relative;
        width: 100%;
        margin-top: 0;
    }

    #wrapper {
        margin-left: 0;
        width: 100%;
    }

    .hero-content .slider-txt h2 {
        font-size: 21px;
    }

    .hero-content .slider-txt p {
        font-size: 16px;
    }

    .btn-primary-2 {
        padding: 8px 32px;
    }

    .brand .tel_btn.tel_btn-more {
        width: 20rem;
    }

    .brand .tel_btn.tel_btn-more .tel_txt {
        font-size: 21px;
    }

    #top-slider .sp-mask {
        border-bottom-left-radius: 0;
    }

    .hero-content .scroll_down {
        margin-right: 0;
    }

    #news-section,
    .imgRight_txt-section,
    .imgLeft_txt-section {
        padding: 50px 0;
    }

    .txtCenter_grey-section .content_img img {
        transform: scale(2.8) translate3d(0px, 5.81201px, 0px);
    }

    #contant_map .container-fluid .content-txt h4 {
        margin-bottom: 20px;
    }

    #contant_map .container-fluid .content-txt .btn-link {
        margin-bottom: 60px;
    }

    #headline {
        height: 40vh;
    }
}



@media (max-width: 767px) {
    .navbar-header {
        min-height: 100px;
    }

    #menu {
        overflow: scroll !important;
        overflow-x: hidden;
        overflow-y: scroll !important;
        max-height: 250px !important;
        -webkit-overflow-scrolling: touch;

    }

    #menu::-webkit-scrollbar {
        width: 12px !important;
    }

    /*#menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
    }*/

    #menu::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #8E8E8E !important;
    }

    #menu::-webkit-scrollbar-thumb:window-inactive {
        background: #8E8E8E !important;
    }

    .navbar-custom .navbar-header {
        min-height: 50px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 1.16em 1.16em;
        font-size: 16px;
    }

    .navbar-default .navbar-nav > li > a.sns_link {
        font-size: 26px;
    }

    .navbar-header .sm-logo {
        width: 220px;
        padding: 10px;
    }

    .navbar-toggle {
        top: 20px;
    }

    .brand {
        min-height: 50px;
        background-color: #E5B25D;
    }

    .brand .tel a.sm-tel {
        position: relative;
        left: 100px;
        top: 10px;
    }

    .brand .tel a.sm-tel i {
        background-color: transparent;
        color: #fff;
        font-size: 32px;
    }

    .brand .reserve-btn a.sm-rbtn {
        position: relative;
        right: 100px;
        top: 10px;
    }

    .brand .reserve-btn a.sm-rbtn i {
        background-color: transparent;
        color: #fff;
        font-size: 32px;
        padding: 6px;
    }

    #sidebar {
        position: relative;
        width: 100%;
        margin-top: 0;
    }

    #wrapper {
        margin-left: 0;
        width: 100%;
        position: relative;
    }

    #top-slider .sp-mask {
        border-bottom-left-radius: 0;
    }

    .hero-content .scroll_down {
        margin-right: 0;
    }

    #news-section,
    .imgRight_txt-section,
    .imgLeft_txt-section {
        padding: 50px 0;
    }

    .imgRight_txt-section .content_txt h2,
    .imgLeft_txt-section .content_txt h2,
    .txtCenter_grey-section .content_txt h2 {
        font-size: 21px;
    }

    .imgRight_txt-section .content_txt p,
    .imgLeft_txt-section .content_txt p,
    .txtCenter_grey-section .content_txt p {
        font-size: 16px;
    }

    .txtCenter_grey-section {
        padding: 100px 0;
    }

    .txtCenter_grey-section .content_img img {
        transform: scale(4.8) translate3d(0px, 5.81201px, 0px);
    }

    #contant_map .container-fluid .content-txt h4 {
        margin-bottom: 20px;
    }

    #contant_map .container-fluid .content-txt .btn-link {
        margin-bottom: 60px;
    }

    #map {
        height: 450px;
    }

    #headline {
        margin: 0;
        height: 30vh;
        border-bottom-left-radius: 0;
    }

    #headline:before {
        top: 10px;
        left: 10px;
        right: 10px;
        display: none;
    }

    #headline:after {
        opacity: 0.3;
    }

    #headline h2 {
        font-size: 30px;
    }

}

@media only screen and (max-width: 667px) {
    #news-section {
        margin-top: 0;
    }

    #news-section .title_txt,
    .imgRight_txt-section .content_txt h2,
    .imgLeft_txt-section .content_txt h2,
    .txtCenter_grey-section .content_txt h2 {
        font-size: 18px;
        letter-spacing: 0.06em;
    }

    .imgRight_txt-section .content_txt p,
    .imgLeft_txt-section .content_txt p,
    .txtCenter_grey-section .content_txt p {
        letter-spacing: 0.06em;
    }

    #news-section,
    .imgRight_txt-section,
    .imgLeft_txt-section {
        padding: 30px 0;
    }

    .back-to-top {
        bottom: 40px;
        right: 5px;
    }

    .footer-navbar > li > a {
        padding: 10px 10px;
    }

    #headline .inner {
        top: 40%;
        left: 5%;
    }

    #headline h2 {
        font-size: 23px;
    }

    .news_page .cate_box .item_title {
        font-size: 18px;
    }

    .style_page .cate_box .col-md-3 {
        margin-bottom: 30px;
    }

    .style_page .cate_box .box_title1,
    .style_page .cate_box .box_title2,
    .style_page .cate_box .box_title3,
    .style_page .cate_box .box_title4 {
        font-size: 16px;
        width: 330px;
    }

    .style_page .box_img1,
    .style_page .box_img2,
    .style_page .box_img3,
    .style_page .box_img4 {
        height: 325px;
    }

    #contant_map .container-fluid .content-txt {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

.width_100per{
	width: 100%;
	box-sizing: border-box;
}