html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #474747;
    background-color: #fff;
    padding: 0;
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
.container {
    margin-right: auto;
    margin-left: auto
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before {
    content: " ";
    display: table
}
.clearfix:after,
.container:after {
    clear: both
}
@-ms-viewport {
    width: device-width
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0
}
a {
    color: #28285b;
    text-decoration: none;
    outline: 0
}
a:focus,
a:hover {
    color: #28285b;
    text-decoration: underline;
    outline: 0
}
a:focus {
    outline: 0
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
form input::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8e8e8e
}
form input:-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8e8e8e;
    opacity: 1
}
form input::-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8e8e8e;
    opacity: 1
}
form input:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8e8e8e
}
.header {
    float: left;
    width: 100%;
    min-height: 110px;
    position: relative;
    padding: 0 0 1px 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.header .logo {
    display: inline-block;
    margin: 20px 10px 13px 20px;
    width: auto;
    padding: 0 10px 0 50px
}
.header .logo img {
    float: left;
    max-width: 100%
}
.menu {
    float: left;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #c39a6c;
    border-bottom: 1px solid #c39a6c;
    -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.opn_menu .menu {
    height: 285px
}
.menu ul {
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}
.menu li {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    width: auto;
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
    height: 36px
}
.menu li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 8px 10px 8px 20px;
    width: auto;
    float: left;
    font-family: 'Playfair Display'
}
.menu li a:focus,
.menu li a:hover {
    text-decoration: none;
    color: #c39a6c
}
.hd_1 {
    float: right;
    width: 40%;
    text-align: right
}
.btn_pse {
    float: left;
    margin: 5px 0 10px 20px;
    width: 100%;
    max-width: 120px;
    position: relative
}
.btn_pse img {
    width: 100%
}
.hd_tel {
    float: right;
    width: 100%;
    max-width: 300px;
    margin: 25px 0 0 0;
    display: none;
    font-family: 'Playfair Display'
}
.hd_tel h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px
}
.hd_tel a {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    float: right;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: monserrate
}
.hd_tel a:last-child {
    color: #fff;
    font-size: 18px;
    float: right;
    width: 100%;
    font-weight: 500
}
.btn_menu {
    margin: 30px 0 0 0;
    width: 60px;
    height: 85px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1999;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}
.btn_menu span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #c39a6c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
.btn_menu span:nth-child(1) {
    top: 0
}
.btn_menu span:nth-child(2),
.btn_menu span:nth-child(3) {
    top: 18px
}
.btn_menu span:nth-child(4) {
    top: 36px
}
.opn_menu .btn_menu {
    margin: 45px 0 0 0;
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}
.opn_menu .btn_menu span {
    background-color: #c39a6c
}
.opn_menu .btn_menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}
.opn_menu .btn_menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.opn_menu .btn_menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.opn_menu .btn_menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}
.ui-selectmenu-button.ui-button {
    border: none;
    background-color: transparent;
    color: #8e8e8e;
    font-size: 18px;
    letter-spacing: 1.5px;
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding: 0 10px 0 15px;
    font-weight: 500;
    font-family: Poppins, sans-serif
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}
.ui-timepicker-div dl {
    text-align: left
}
.ui-timepicker-div dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 5px
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 40%
}
.ui-timepicker-div td {
    font-size: 90%
}
.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}
.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: 0 0;
    color: inherit;
    border: none;
    outline: 0;
    border-bottom: solid 1px #555;
    width: 95%
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa
}
.ui-timepicker-rtl {
    direction: rtl
}
.ui-timepicker-rtl dl {
    text-align: right;
    padding: 0 5px 0 0
}
.ui-timepicker-rtl dl dt {
    float: right;
    clear: right
}
.ui-timepicker-rtl dl dd {
    margin: 0 40% 10px 10px
}
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
    display: none
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: right
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd>div {
    display: inline-block;
    margin: 0
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ':';
    display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
    content: '.';
    display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none
}
.ui-datepicker .ui-datepicker-header {
    background-color: #28285b;
    color: #fff
}
.ui-datepicker .ui-datepicker-header select {
    color: #8e8e8e
}
.ui-widget-header {
    background-color: #28285b;
    color: #fff
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none
}
.ui-datepicker .ui-datepicker-prev:hover {
    background-color: transparent;
    cursor: pointer
}
.ui-datepicker .ui-datepicker-next:hover {
    background-color: transparent;
    cursor: pointer
}
.ui-selectmenu-button.ui-button {
    font-size: 15px;
    letter-spacing: 1.5px
}
.big_bgound {
    float: left;
    width: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 150%
}
.bn_ppal {
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    min-height: 350px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}
.bn_ppal img {
    width: 100%
}
.wrp_form {
    float: left;
    width: 100%;
    text-align: center;
    margin: -70px 0 0 0
}
.box_pform {
    display: inline-block;
    width: 95%;
    margin: 0 2.5% 0 2.5%;
    max-width: 770px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px 45px 20px;
    min-height: 300px;
    position: relative;
    border: 6px solid #c59c6c;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3)
}
.box_pform h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    font-family: 'Playfair Display'
}
.box_pform h3 {
    font-size: 18px;
    line-height: 18px;
    color: #919191;
    font-weight: 300;
    font-family: 'Playfair Display'
}
.box_pform h4 {
    font-size: 16px;
    line-height: 60px;
    color: #1b1464;
    font-weight: 700;
    margin: 0 0 -20px 0;
    width: 100%;
    float: left
}
.box_pform p {
    font-size: 14px;
    color: #b4bac5;
    font-weight: 300;
    float: left;
    width: 100%;
    margin: 10px 0
}
.box_pform input {
    float: left;
    width: 100%;
    background-color: #dcdcdc;
    border: none;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0;
    color: #8d8d8d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400
}
.box_pform select {
    float: left;
    width: 100%;
    background-color: #dcdcdc;
    border: none;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    margin: 0;
    color: #8d8d8d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400
}
.box_pform textarea {
    float: left;
    width: 100%;
    background-color: #dcdcdc;
    border: none;
    height: 100px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    color: #8d8d8d;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    resize: none
}
.box_pform .b_btlformcu {
    float: left;
    width: 100%;
    margin: 10px 0 0 0
}
.box_pform .b_btlformcu p {
    float: left;
    width: 100%;
    text-align: left;
    color: red;
    margin: 0
}
.box_pform input::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d
}
.box_pform input:-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d;
    opacity: 1
}
.box_pform input::-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d;
    opacity: 1
}
.box_pform input:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d
}
.box_pform textarea::-webkit-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d
}
.box_pform textarea:-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d;
    opacity: 1
}
.box_pform textarea::-moz-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d;
    opacity: 1
}
.box_pform textarea:-ms-input-placeholder {
    font-family: Poppins, sans-serif;
    color: #8d8d8d
}
.werp_sndform {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%
}
.werp_sndform .btn_sndform {
    background-color: #293258;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    margin: 0;
    width: auto;
    float: initial;
    min-width: 76%;
    max-width: 90%;
    height: auto;
    cursor: pointer;
    font-family: 'Playfair Display'
}
.wrp_cit {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0
}
.box_cit {
    width: 100%;
    max-width: 660px;
    margin: 20px auto;
    padding: 0 20px
}
.box_cit p {
    font-size: 20px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    color: #000
}
.box_cit p strong {
    font-weight: 400
}
.box_cit span {
    background: url(../img/opn_cit.png) center center no-repeat;
    width: 51px;
    height: 53px;
    display: inline-block;
    margin: 15px 0;
    background-size: 100%
}
.box_citr {
    font-size: 18px;
    color: #1b1464;
    font-family: 'Playfair Display';
    font-weight: 300;
    color: #c59c6c
}
.wrp_cit.wrp_cit_big .box_cit {
    max-width: 1000px;
    padding: 0 20px
}
.wrp_cit.wrp_cit_big p {
    font-size: 24px;
    color: #1b1464
}
.wrp_cit.wrp_cit_big .cit_at {
    font-size: 16px;
    color: #1b1464;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 300
}
.owl-carousel .owl-item img {
    display: inline-block;
    margin: auto;
    max-width: 100%
}
.foot {
    float: left;
    width: 100%;
    background-color: #c59c6c;
    min-height: 267px;
    padding: 0 0 10px 0;
    position: relative
}
.foot_itm {
    float: left;
    width: 100%;
    color: #fff;
    font-family: Montserrat;
    text-align: center;
    padding: 20px 0 0 0
}
.foot_itm h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Playfair Display'
}
.foot_itm a,
.foot_itm p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 400;
    font-family: Lato;
    letter-spacing: 2.5px
}
.foot_itm span {
    font-size: 12px
}
.bnt_aups {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #fc0d1b;
    background: #fc0d1b url(../img/icn_upp.png) bottom center no-repeat;
    cursor: pointer;
    background-size: 30px
}
.bn_sec {
    float: left;
    width: 100%;
    min-height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.box_content1 {
    float: left;
    width: 100%;
    padding: 20px
}
.box_content1 h2 {
    font-size: 35px;
    line-height: 35px;
    color: #d50000;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0
}
.box_content1 h3 {
    font-size: 20px;
    line-height: 22px;
    color: #424242;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0
}
.box_content1 h4 {
    font-size: 22px;
    line-height: 22px;
    color: #424242;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0
}
.box_content1 p {
    font-size: 14px;
    color: #424242;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0
}
.box_content1 p strong {
    font-weight: 700
}
.box_content1_bt {
    float: left;
    width: 100%;
    padding: 20px 0
}
.box_content1_bt img {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 50%
}
.box_content1_bl {
    float: left;
    width: 100%;
    padding: 0
}
.box_content1_br {
    float: left;
    width: 100%;
    padding: 0
}
.box_middl {
    float: left;
    width: 100%;
    background-color: #28285b;
    min-height: 341px;
    margin: 0 0 50px 0
}
.box_middl h2 {
    font-size: 105px;
    line-height: 100px;
    letter-spacing: -10px;
    color: #fff;
    font-weight: 300
}
.box_middl h3 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px
}
.box_middl h4 {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 15px 0
}
.box_middl p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}
.box_middl img {
    max-width: 100%
}
.box_middl_1 {
    float: left;
    width: 100%;
    padding: 15px 20px
}
.box_middl_2 {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0 100px
}
.box_middl_3 {
    float: left;
    width: 100%;
    padding: 15px 20px 30px 20px
}
.wrp_form.wrp_form_bl {
    margin: 50px 0
}
.wrp_form.wrp_form_wt {
    margin: 50px 0
}
.wrp_form.wrp_form_bl .box_pform {
    background-color: #292a62
}
.wrp_form.wrp_form_bl .box_pform h2 {
    color: #fff
}
.wrp_form.wrp_form_bl .box_pform h3 {
    color: #fff
}
.wrp_form.wrp_form_bl .box_pform h4 {
    color: #fff
}
.box_ttpi {
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
    min-height: 300px
}
.box_ttpi .container {
    width: 90%;
    max-width: 90%;
    margin: 0 5%
}
.box_ttpi h2 {
    color: #424242;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display';
    margin: 0 0 20px 0
}
.box_ttpi_itm {
    float: left;
    width: 100%;
    padding: 20px 0 0 0
}
.box_ttpi_itm a {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    width: 100%;
    float: left
}
.box_agndcit {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 20px 0 20px;
    text-align: center
}
.box_agndcit .container {
    max-width: 900px
}
.box_agndcit h2 {
    font-size: 40px;
    line-height: 40px;
    color: #cf0000;
    font-weight: 700
}
.box_agndcit h3 {
    font-size: 19px;
    color: #cf0000;
    font-weight: 300;
    margin: 0 0 10px 0
}
.box_agndcit p {
    font-size: 14px;
    color: #424242;
    font-weight: 400
}
.wrp_ta {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 100px 0
}
.wrp_ta h2 {
    text-align: center;
    width: 100%;
    font-size: 38px;
    line-height: 38px;
    color: #424242;
    margin: 0 0 20px 0
}
.wrp_ta p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #424242;
    font-weight: 300
}
.wrp_ta img {
    margin: 10px
}
.box_ta {
    float: left;
    width: 100%
}
.box_tacu {
    display: inline-block;
    width: 300px;
    margin: 20px 2% 40px 2%;
    height: 430px;
    background-color: #fff;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .3)
}
.box_tacu_img {
    float: left;
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    position: relative
}
.box_tacu_img h3 {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 48px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 100%
}
.box_tacu_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 25px 0 0 0
}
.box_tacu_txt h4 {
    font-size: 36px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    line-height: 35px;
    color: #424242;
    font-weight: 400
}
.box_tacu_txt p {
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    text-align: center;
    color: #424242
}
.bg_hed {
    float: left;
    width: 100%;
    min-height: 363px;
    margin: 0;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg_hed_tit {
    float: left;
    width: 100%;
    font-family: 'Playfair Display';
    text-align: center;
    padding: 15px 15px 80px 15px
}
.bg_hed_tit h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 40px
}
.bg_hed_tit h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px
}
.box_chec {
    float: left;
    width: 100%;
    min-height: 51px;
    background-color: #c59c6c;
    border-radius: 4px;
    margin: 20px 0 0 0
}
.box_pform .box_chec p {
    float: left;
    width: auto;
    color: #fff;
    font-size: 18px;
    min-height: 35px;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: left
}
.box_pform .box_chec input {
    float: left;
    height: 25px;
    width: 25px;
    margin: 2px 8px 0 0
}
.box_aall {
    float: left;
    width: 100%;
    padding: 100px 0 20px 0;
    text-align: center
}
.box_aallcu {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 320px;
    margin: 15px 0
}
.box_aallcu:hover {
    text-decoration: none
}
.box_aallcu p {
    font-size: 18px;
    text-decoration: none;
    min-height: 340px
}
.allcu_img {
    float: left;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 5px 0;
    background-color: #00000033
}
.allcu_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 36px;
    font-family: 'Playfair Display';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
}
.allcu_tit h2 {
    font-size: 30px;
    font-weight: 400
}
.box_agndctt {
    float: left;
    width: 100%;
    padding: 80px 15px 0 15px
}
.box_agndctt .container {
    width: 100%;
    max-width: 770px;
    text-align: center
}
.box_agndctt p {
    font-size: 16px;
    color: #424242
}
.box_espp {
    float: left;
    width: 100%;
    min-height: 500px;
    padding: 20px 15px 50px 15px;
    margin: 0 0 100px 0
}
.box_espp h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Playfair Display';
    color: #000
}
.box_espp p {
    font-size: 17px;
    margin: 20px 0 15px 0
}
.box_espp_l {
    float: left;
    width: 100%
}
.box_espp_r {
    float: right;
    width: 100%
}
.box_espp_img {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center
}
.box_espp_img img {
    display: inline-block;
    max-width: 100%;
    margin: 15px 20px
}
.box_nfw {
    float: left;
    width: 100%;
    padding: 20px 15px 80px 15px
}
.box_nf {
    float: left;
    width: 100%;
    min-height: auto;
    padding: 20px 15px 20px 15px;
    margin: 0
}
.box_nf h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Playfair Display';
    color: #000
}
.box_nf p {
    font-size: 17px;
    margin: 20px 0 15px 0
}
.box_nf_l {
    float: left;
    width: 100%
}
.box_nf_r {
    float: right;
    width: 100%
}
.box_serv1 {
    float: left;
    width: 100%;
    padding: 20px 0 30px 0
}
.box_serv1 h2 {
    text-align: center;
    font-size: 26px;
    font-family: 'Playfair Display';
    color: #000;
    margin: 0 0 10px 0
}
.box_sl {
    float: left;
    width: 100%;
    padding: 20px
}
.box_sl img {
    max-width: 100%
}
.box_sr {
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px
}
.box_sr p {
    font-size: 16px
}
.box_serv2 {
    float: left;
    width: 100%;
    padding: 20px 0 120px 0;
    background-color: #dcdcdc
}
.box_serv2 h2 {
    text-align: center;
    font-size: 26px;
    font-family: 'Playfair Display';
    color: #000;
    margin: 0 0 10px 0
}
.box_serv2 ul {
    float: left;
    width: 100%;
    padding: 0 20px
}
.box_serv2 ul li {
    float: left;
    width: 100%;
    font-size: 16px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .foot2 .container {
        width: 100%;
        max-width: 90%;
        overflow: hidden
    }
    .foot2_itm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
        height: 180px;
        text-align: center;
        align-items: center;
        margin: 0 20px
    }
    .big_bgound {
        background-size: 100%
    }
    .bn_ppal {
        min-height: 450px
    }
    .wrp_form {
        margin: -100px 0 0 0
    }
    .box_pform {
        width: 95%;
        margin: 0 2.5% 0 2.5%;
        max-width: 770px;
        padding: 20px 40px 50px 40px
    }
    .box_pform h2 {
        font-size: 40px;
        line-height: 40px
    }
    .box_pform h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        color: #b4bac5
    }
    .box_pform h4 {
        font-size: 18px;
        line-height: 60px;
        margin: 0 0 -20px 0
    }
    .box_pform input {
        width: 100%;
        height: 56px;
        padding: 0 15px;
        font-size: 17px
    }
    .box_pform select {
        width: 100%;
        height: 56px;
        padding: 0 15px;
        font-size: 17px
    }
    .box_pform textarea {
        font-size: 17px;
        margin: 20px 0 0 0
    }
    .box_pform .b_btlformcu:nth-child(2n+1) {
        margin: 20px 4% 0 0
    }
    .box_pform .b_btlformcu {
        float: left;
        width: 48%;
        margin: 20px 0 0 0
    }
    .werp_sndform {
        bottom: -30px
    }
    .werp_sndform .btn_sndform {
        font-size: 30px;
        line-height: 30px;
        font-weight: 700;
        padding: 17px 25px
    }
    .wrp_cit {
        float: left;
        width: 100%;
        text-align: center;
        padding: 60px 0 0 0
    }
    .box_cit {
        width: 100%;
        max-width: 660px;
        margin: 40px auto;
        padding: 0
    }
    .box_cit span {
        width: 81px;
        height: 63px;
        margin: 15px 0
    }
    .box_cit p {
        font-size: 24px
    }
    .wrp_cit.wrp_cit_big .box_cit {
        max-width: 1000px;
        margin: 60px auto
    }
    .wrp_cit.wrp_cit_big p {
        font-size: 36px;
        color: #1b1464
    }
    .wrp_cit.wrp_cit_big .cit_at {
        font-size: 18px;
        color: #1b1464
    }
    .foot {
        min-height: 267px;
        padding: 10px 0 50px 0
    }
    .foot_itm {
        width: 50%
    }
    .foot_itm h2 {
        font-size: 35px;
        font-weight: 700
    }
    .bn_sec {
        min-height: 121px
    }
    .box_content1 {
        padding: 50px 0
    }
    .box_content1 h2 {
        font-size: 52px;
        line-height: 50px;
        margin: 0 0 50px 0
    }
    .box_content1 h3 {
        font-size: 38px;
        line-height: 38px;
        margin: 0 0 20px 0
    }
    .box_content1 h4 {
        font-size: 38px;
        line-height: 38px;
        margin: 0 0 15px 0
    }
    .box_content1 p {
        font-size: 17px;
        margin: 0 0 15px 0
    }
    .box_content1_bt img {
        margin: auto;
        display: block;
        max-width: 100%
    }
    .box_content1_bt {
        float: left;
        width: 100%;
        padding: 50px 0
    }
    .box_content1_bt:nth-child(2n+1) .box_content1_br {
        float: right;
        right: 0
    }
    .box_content1_bt:nth-child(2n+2) .box_content1_bl {
        float: right
    }
    .box_content1_nthlp .box_content1_bt:nth-child(2n+1) .box_content1_bl {
        float: right
    }
    .box_content1_nthlp .box_content1_bt:nth-child(2n+2) .box_content1_bl {
        float: left
    }
    .box_content1_nthlp .box_content1_bt:nth-child(2n+1) .box_content1_br {
        left: 0
    }
    .box_content1_nthlp .box_content1_bt:nth-child(2n+2) .box_content1_br {
        right: 0
    }
    .box_content1_bl {
        float: left;
        width: 50%;
        padding: 0 86px 0 0
    }
    .box_content1_br {
        float: left;
        width: 50%;
        padding: 0 86px 0 0
    }
    .box_content1_bt {
        position: relative
    }
    .box_content1_br {
        height: 100%;
        display: flex;
        position: absolute;
        top: 0
    }
    .box_middl h2 {
        font-size: 195px;
        line-height: 180px;
        letter-spacing: -10px
    }
    .box_middl h3 {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: 2px
    }
    .box_middl h4 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 15px 0
    }
    .box_middl p {
        font-size: 16px;
        line-height: 20px
    }
    .box_middl img {
        max-width: initial
    }
    .box_middl_1 {
        width: 60%;
        height: 341px;
        padding: 30px 30px 30px 30px
    }
    .box_middl_2 {
        width: 40%;
        height: 341px;
        margin: -20px 0 0 0;
        padding: 0
    }
    .box_middl_3 {
        width: 100%;
        height: 341px;
        padding: 80px 40px 30px 30px
    }
    .wrp_form.wrp_form_bl {
        margin: 100px 0 50px 0
    }
    .box_ttpi {
        float: left;
        width: 100%;
        margin: 100px 0 50px 0;
        min-height: 300px
    }
    .box_ttpi h2 {
        color: #424242;
        font-size: 48px;
        width: 100%;
        text-align: center
    }
    .box_ttpi_itm {
        float: left;
        width: 50%;
        padding: 20px 20px 20px 0
    }
    .box_ttpi_itm a {
        font-size: 17px;
        color: #424242;
        font-weight: 400;
        width: 100%;
        float: left
    }
    .box_agndcit {
        padding: 70px 0 0 0
    }
    .box_agndcit h2 {
        font-size: 72px;
        line-height: 72px
    }
    .box_agndcit h3 {
        font-size: 24px;
        margin: 0 0 20px 0
    }
    .box_agndcit p {
        font-size: 20px
    }
    .wrp_ta h2 {
        text-align: center;
        width: 100%;
        font-size: 48px;
        line-height: 48px;
        color: #424242;
        margin: 0 0 50px 0
    }
    .wrp_ta p {
        text-align: center;
        width: 100%;
        font-size: 24px;
        color: #424242;
        font-weight: 300
    }
    .bg_hed {
        min-height: 563px;
        margin: 0
    }
    .bg_hed_tit {
        padding: 60px 0 140px 0
    }
    .bg_hed_tit h2 {
        font-size: 80px;
        line-height: 80px
    }
    .bg_hed_tit h3 {
        font-size: 35px
    }
    .box_pform .box_chec p {
        font-size: 18px;
        min-height: 40px;
        margin: 0;
        padding: 10px 10px;
        width: 32%
    }
    .box_aallcu {
        float: left;
        width: 30%;
        margin: 15px 0
    }
    .box_aallcu:nth-child(3n+2) {
        margin: 15px 4.5%
    }
    .box_aallcu_a {
        float: left;
        width: 29.5%;
        margin: 15px 20px;
        min-height: 296px
    }
    .box_agndctt {
        float: left;
        width: 100%;
        padding: 100px 0 0 0
    }
    .box_agndctt p {
        font-size: 20px;
        color: #424242
    }
    .box_espp {
        float: left;
        width: 100%;
        min-height: 500px;
        padding: 80px 0 150px 0;
        margin: 0 0 100px 0
    }
    .box_espp h2 {
        font-size: 48px;
        line-height: 48px
    }
    .box_espp p {
        font-size: 20px;
        margin: 0 0 15px 0
    }
    .box_espp_l {
        float: left;
        width: 40%
    }
    .box_espp_r {
        float: right;
        width: 50%
    }
    .box_nfw {
        float: left;
        width: 100%;
        padding: 20px 0 180px 0
    }
    .box_nf {
        float: left;
        width: 100%;
        min-height: auto;
        padding: 50px 0 50px 0;
        margin: 0
    }
    .box_nf.box_nfg {
        background-color: #dcdcdc
    }
    .box_nf h2 {
        font-size: 48px;
        line-height: 48px
    }
    .box_nf p {
        font-size: 20px;
        margin: 0 0 15px 0
    }
    .box_nf_l {
        float: left;
        width: 40%
    }
    .box_nf_r {
        float: right;
        width: 50%;
        padding: 0 50px 0 0
    }
    .box_nf.box_nfg .box_nf_l {
        float: right;
        width: 50%;
        padding: 0 10% 0 0
    }
    .box_nf.box_nfg .box_nf_r {
        float: left;
        width: 50%;
        padding: 0 50px 0 0
    }
    .box_serv1 {
        padding: 70px 0 50px 0
    }
    .box_serv1 h2 {
        font-size: 36px;
        margin: 0 0 20px 0
    }
    .box_sl {
        float: left;
        width: 50%;
        padding: 20px
    }
    .box_sl img {
        max-width: 100%
    }
    .box_sr {
        float: left;
        width: 50%;
        padding: 30px 60px 30px 30px
    }
    .box_sr p {
        font-size: 20px
    }
    .box_serv2 {
        padding: 50px 0 190px 0
    }
    .box_serv2 h2 {
        font-size: 36px;
        margin: 0 0 20px 0
    }
    .box_serv2 ul {
        float: left;
        width: 100%
    }
    .box_serv2 ul li {
        float: left;
        width: 33.333%;
        font-size: 20px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
    .header {
        min-height: 236px;
        padding: 0;
        text-align: left
    }
    .header .logo {
        float: left;
        margin: 32px 0 34px 0;
        max-width: 566px
    }
    .btn_menu {
        display: none
    }
    .menu {
        float: left;
        width: 100%;
        min-height: 52px;
        text-align: center;
        padding: 0;
        overflow: initial;
        -webkit-box-shadow: 0 0 15px 2px #000;
        box-shadow: 0 0 15px 2px #000
    }
    .menu .container {
        position: relative
    }
    .menu ul {
        display: flex;
        min-height: 46px;
        justify-content: space-between;
        align-items: center;
        padding: 0
    }
    .menu li {
        display: inline-block;
        color: #fff;
        font-size: 30px;
        width: auto;
        float: left;
        width: initial;
        text-align: left;
        margin: 0;
        height: auto
    }
    .menu li a {
        display: inline-block;
        color: #fff;
        font-size: 17px;
        line-height: 17px;
        padding: 0 10px;
        width: auto;
        float: initial
    }
    .btn_pse {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
        max-width: 180px;
        right: 30%;
        transform: translate3d(70px, -175px, 10px);
    }
    .hd_tel {
        display: inline-block
    }
    .bn_ppal {
        min-height: 550px
    }
    .wrp_form {
        margin: -90px 0 0 0
    }
    .foot2 .container {
        width: 100%;
        max-width: 100%;
        overflow: hidden
    }
    .box_ttpi .container {
        width: 95%;
        max-width: 90%;
        margin: 0 2.5%
    }
    .bg_hed {
        min-height: 563px;
        margin: 0
    }
    .bg_hed_tit {
        padding: 60px 0 20px 0
    }
}
@media (min-width: 1180px) {
    .container {
        width: 1160px
    }
    .menu li a {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 30px;
        padding: 0 10px;
        font-weight: 700
    }
    
    .bn_ppal {
        min-height: 650px
    }
    .wrp_form {
        margin: -110px 0 0 0
    }
    .foot2 .container {
        width: 100%;
        max-width: 1320px;
        overflow: hidden
    }
    .foot {
        min-height: 267px;
        padding: 85px 20px 40px 20px
    }
    .foot .container {
        width: 100%;
        max-width: 1386px
    }
    .foot_itm {
        width: 30%;
        text-align: left;
        padding: 0
    }
    .box_content1 h2 {
        font-size: 72px;
        line-height: 70px;
        margin: 0 0 50px 0
    }
    .box_content1 h3 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 20px 0
    }
    .box_content1 h4 {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 15px 0
    }
    .box_content1 p {
        font-size: 20px;
        margin: 0 0 15px 0
    }
    .box_middl h2 {
        font-size: 180px;
        line-height: 170px;
        letter-spacing: -10px
    }
    .box_middl h3 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 2px
    }
    .box_middl h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 15px 0
    }
    .box_middl p {
        font-size: 16px;
        line-height: 20px
    }
    .box_middl img {
        max-width: initial
    }
    .box_middl_1 {
        width: 32%;
        height: 341px;
        padding: 30px 30px 30px 30px
    }
    .box_middl_2 {
        width: 23%;
        height: 341px;
        margin: -20px 0 0 0;
        padding: 0
    }
    .box_middl_3 {
        width: 45%;
        height: 341px;
        padding: 40px 40px 30px 30px
    }
    .box_ttpi_itm {
        float: left;
        width: 25%;
        padding: 20px 20px 20px 0
    }
    .bg_hed {
        min-height: 603px;
        margin: 0
    }
    .bg_hed_tit h2 {
        font-size: 90px;
        line-height: 90px
    }
    .bg_hed_tit h3 {
        font-size: 35px
    }
    .box_aallcu {
        max-width: initial
    }
    .box_espp_img {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }
    .box_espp_img img {
        max-width: 220px;
        margin: 0
    }
    .box_serv2 ul li {
        font-size: 17px
    }
}
@media (min-width: 1360px) {
.btn_pse {
        transform: translateY(-175px);
    }
}

@media (min-width: 1441px) {
    .container {
        width: 1386px
    }
    .ui-selectmenu-button.ui-button {
        font-size: 18px;
        letter-spacing: 1.5px
    }
    .b_btlformcu_icndate {
        font-size: 18px
    }
    .b_btlformcu.b_btlformcu_icndate input {
        font-size: 18px;
        letter-spacing: 1.5px;
        width: 145px
    }
    .bn_ppal {
        min-height: 850px
    }
    .wrp_form {
        margin: -135px 0 0 0
    }
    .box_pform h2 {
        font-size: 60px;
        line-height: 65px
    }
    .box_pform h3 {
        font-size: 24px;
        line-height: 24px
    }
    .box_pform h4 {
        font-size: 18px;
        line-height: 60px;
        margin: 0 0 -20px 0
    }
    .box_middl h2 {
        font-size: 195px;
        line-height: 180px;
        letter-spacing: -10px
    }
    .box_middl h3 {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: 2px
    }
    .box_middl h4 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 0 0 15px 0
    }
    .box_middl p {
        font-size: 16px;
        line-height: 20px
    }
    .bg_hed {
        min-height: 763px;
        margin: 0
    }
    .bg_hed.bg_hed_esp {
        min-height: 550px
    }
    .bg_hed_tit h2 {
        font-size: 100px;
        line-height: 100px
    }
    .bg_hed_tit h3 {
        font-size: 48px
    }
    .allcu_tit h2 {
        font-size: 36px;
        font-weight: 400
    }
    .box_espp_img img {
        max-width: initial
    }
    .box_serv2 ul li {
        font-size: 20px
    }
}
@media (min-width: 1520px) {
    .foot2 .container {
        width: 100%;
        max-width: 1320px;
        overflow: hidden
    }
    .box_ttpi .container {
        width: 84%;
        max-width: 84%;
        margin: 0 8%
    }
    .bnt_aups {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 100%;
        background-color: #fc0d1b;
        background: #fc0d1b url(../img/icn_upp.png) bottom center no-repeat;
        cursor: pointer;
        background-size: 50px
    }
    

}
input.error,
select.error,
textarea.error {
    border: 2px solid #cf0000
}
label.error {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    color: red
}
#btnSendForm.loading {
    background-color: gray
}
.paging {
    margin: 100px auto;
    width: 900px
}
.paging ul {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 10px;
    margin: 0 auto
}
.paging ul li {
    display: inline-block
}
.paging ul li a {
    color: #fff;
    background: #c59c6c;
    text-decoration: none;
    padding: 0 12px;
    font-size: 20px
}
.paging ul li a:hover {
    color: #4b4a4a
}
.paging ul li.last {
    border-right: 0
}
@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-left: -21px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite
}
.box_aallcu a {
    color: #474747
}
.box_aallcu a:hover {
    text-decoration: none
}