@import url("fonts.css");
@import url("ico-bkkmenu360.css");
@import url("animate.css");
@import url("../js/slick/slick.css");
@import url("../js/slick/slick-theme.css");
@import url("../js/magnific-popup/magnific-popup.css");
@import url("../js/twentytwenty/twentytwenty.css");
@import url("../js/chosen/chosen-custom.css");

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'sukhumvittadmai_light', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: #aabe65;
    cursor: pointer;
}
a:focus,
a:hover, 
a:active { 
    
}
a[href^=tel],
a[href^=mail] { 
    outline: none;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
th,
td {
    padding: 0;
    font-weight: normal;
}

/* Style for Web */
h1, .h1,
h2, .h2 {
    font-family: 'sukhumvittadmai_thin';
    line-height: 1.2;
}
h1, .h1 { 
    font-size: 50px;
}
h2, .h2 { 
    font-size: 40px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 24px;
}

strong {
    font-family: 'sukhumvittadmai_bold';
    font-weight: normal;
}

.hlargest { 
    font-size: 60px;
}

.sc-description { 
    font-size: 18px;
}

.font-prata,
.logo-font { 
    font-family: 'prataregular';
}

.logo-font {
    white-space: nowrap;
    line-height: 1;
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-family: 'sukhumvittadmai_bold';
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    line-height: 1;
    padding: 0 20px;
    min-width: 110px;
    line-height: 33px;
    white-space: nowrap;
    border: 1px solid #aabe65;
    background-color: #aabe65;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ic {
    font-style: normal;
}
.label-ic {
    margin-left: 10px;
}
.ic,
.label-ic {
    display: inline-block;
    vertical-align: middle;
}
.ic-google-plus {
    line-height: 0.7;
}
.ic-phone-o,
.ic-share-alt {
    font-weight: 600;
}


.header,
.footer {
    background-color: #111;
}

#header-fixed {
    z-index: 999;
}
.header {
    height: 80px;
    padding: 0 50px;
    overflow: hidden;
}
.header-logo,
.header-menu,
.header-action {
    display: inline-block;
    line-height: 80px;
}
.header-logo,
.header-menu {
    float: left;
}
.header-action {
    float: right;
}
.header-logo {
    margin-right: 50px;
}
.header-logo > a {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
.header-logo .logo-font {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.header-menu > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'sukhumvittadmai_bold';
    font-size: 15px;
    color: #999;
    line-height: inherit;
    padding: 0 3px;
    margin: 0 15px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.header-menu > a:first-child {
    margin-left: 0 !important;
}
.header-menu > a:last-child {
    margin-right: 0 !important;
}
.header-menu > a:hover,
.header-menu > a.active {
    color: #aabe65;
}
.header-menu > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #aabe65;
    position: absolute;
    left: 0; bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
}
.header-menu > a.active:after {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.header-action .share-group,
.header-action .btn-group {
    display: inline-block;
    vertical-align: top;
}
.header-action .share-group {
    margin-right: 20px;
}
.header-action .share-group .ic {
    color: #fff;
}
.header-action .btn {
    vertical-align: middle;
}

.footer {
    padding: 50px 0;
    text-align: center;
}
.footer .container {
    max-width: 500px;
}
.footer-social {
    margin-bottom: 30px;
}
.footer-social .social {
    font-size: 0;
}
.social > a {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    color: #999;
    line-height: 1;
    vertical-align: middle;
}
.social .ic-google-plus {
    font-size: 22px;
}
.social > a.share-item {
    font-size: 30px;
    padding: 0 20px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.social > a.share-item:hover {
    color: #aabe65;
}
.social > a.share-item:first-child {
    padding-left: 0;
}
.social > a.share-item:last-child {
    padding-right: 0;
}
.social > a.share-item .ic-google-plus-o {
    font-size: 37px;
}

.footer-legal {
    font-family: 'MontserratRegular', Helvetica, Arial, sans-serif;
}
.footer-legal .copyright {
    font-size: 13px;
    margin-bottom: 10px;
}
.footer-legal .link {
    font-size: 11px;
}
.footer-contact {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.footer-contact .heading {
    font-family: 'sukhumvittadmai_bold';
    font-size: 18px;
    color: #fff;
}
.footer-contact .address {
    margin-bottom: 15px;
}
.footer-contact .info:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
}
.footer-contact .info li {
    width: 33.3333333%;
    float: left; 
    padding: 15px 5px;
}
.footer-contact {

}

.section {

}


.section .sc-inner {
    padding: 100px 0;
}

.bd-top {
    border-top: 1px solid #eee;
}

.section .sc-headline {
    text-align: center;
    margin-bottom: 65px;
}
.section .sc-heading {
    color: #333;
    margin-bottom: 15px;
}

.section-hero {
    position: relative;
    background-color: #f8f8f8;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
}
.section-hero .hero-wrap {
    position: relative;
    width: 100%;
    height: -webkit-calc(100vh - 110px);
    height: -moz-calc(100vh - 110px);
    height: calc(100vh - 110px);
    background-color: #111;
    overflow: hidden;
}
.section-hero .hero-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.section-hero .hero-vdo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
.section-hero .hero-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 100px 15px;
    color: #fff;
    text-align: center;
}

.section-hero .hero-heading {
    color: #fff;
}

.device-mobile .section-hero video {
    display: none;
}
.device-mobile .section-hero .hero-wrap {
    background-image: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.moveDown {
    width: 60px;
    height: 60px;
    line-height: 58px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    left: 0; right: 0;
    margin: 0 auto;
    text-align: center;
}
.moveDown:before {
    font-family: 'ico-bkkmenu360';
    content: "\e901";
    font-weight: 600;
}


.accordion {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.accordion .acc-title {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    cursor: pointer;
    font-family: 'sukhumvittadmai_bold';
    color: #333;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.accordion .acc-title:hover {
    color: #aabe65;
}
.accordion .acc-title:after {
    font-family: 'ico-bkkmenu360';
    content: "\e905";
    font-size: 100%;
    color: #aabe65;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.accordion .acc-title.active:after {
    content: "\e904";
    color: #ccc;
}
.accordion .acc-content-inner {
    padding-top: 20px;
    padding-bottom: 40px;
}

.accordion-group {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}
.accordion-group .accordion {
    margin-bottom: -1px;
}




.bg-black {
    background-color: #111;
}
.bg-gray {
    background-color: #f8f8f8;
}

.section.bg-black {
    color: #777;
}
.section.bg-black .sc-heading {
    color: #fff;
}

.note {
    font-family: 'sukhumvittadmai_thin';
    font-size: 85%;
    color: #ccc;
}

.a-left { text-align: left;}
.a-center { text-align: center;}
.a-right { text-align: right;}

.service-slider {
    display: -webkit-flex;
    display: flex;
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    overflow: hidden;
}
.service-slider .item {
    position: relative;
    width: 33.3333333%;
    height: 460px;
    float: left;
    padding: 0 15px;
    border: 0;
    outline: none !important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service-box {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}
.service-slider.slick-slider {
    overflow: hidden;
}
.service-slider.slick-slider .slick-list {
    padding-bottom: 40px !important;
}
.service-slider.slick-slider .service-box {
    opacity: 0.4;
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-box .image {
    width: 303px;
    max-width: 100%;
    margin: 40px auto;
}
.service-box .heading {
    font-family: 'MontserratBold';
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.service-box .heading > a {
    color: inherit;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.service-box .heading > a:hover {
    color: #aabe65;
}
.service-box .action {
    position: absolute;
    bottom: 30px; 
    left: 0; right: 0;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

.img-inline {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.section .sc-image {
    margin-bottom: 40px;
}
.section .mg-none { margin: 0 !important;}


.compare-title,
.compare-title li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.compare-title {
    color: #333;
    margin-top: 20px;
}
.compare-title li {
    width: 50%;
    float: left;
    text-align: center;
}

.service-slider:after,
.compare-title:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
}
 
.logo {
    font-size: 0;
}
.logo li {
    display: inline-block;  
    width: 20%;
    padding: 20px 0;
    text-align: center;
}



.features-box {
    position: relative;
    min-height: 360px;
    padding: 100px 15px 15px;
    text-align: center;
    background-color: #fff;
    opacity: 0.4;
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.features-box .text-top {
    color: #333;
}
.features-box .text-bottom {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    padding: 0 15px;
}
.features-box .br {
    display: block;
}

.c-green {
    color: #aabe65;
}


.features.slick-slider {
    overflow: hidden;
    margin-top: -70px;
    margin-bottom: 0;
    padding: 70px 0;
}

.features.slick-slider .slick-slide {
    padding: 0 30px;
    outline: 0 !important;
}
.slick-slider .slick-center .features-box,
.service-slider.slick-slider .slick-center .service-box {
    opacity: 1 !important;
}

.features.slick-slider .slick-list {
    overflow: visible;
}
.slick-slider .slick-dots {
    bottom: 0;
}
.slick-prev, 
.slick-next {
    width: auto;
    height: auto;
    z-index: 1;
}
.slick-prev:before, 
.slick-next:before {
    font-family: 'ico-bkkmenu360';
    font-size: 44px;
    color: #ccc;
    opacity: 1;
}
.slick-prev:hover:before, 
.slick-next:hover:before {
    color: #aabe65;
}
.slick-prev {
    left: 376px;
    text-align: left;
}
.slick-prev:before {
    content: "\e902";
} 
.slick-next {
    right: 376px;
    text-align: right;
}
.slick-next:before {
    content: "\e903";
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 10px;
}
.slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 auto;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #bbb;
}
.slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-color: #aabe65;
}
.slick-dots li button:before {
    display: none;
}


#table-package-group {
    margin-bottom: 40px;
}

.table-package-fixed {
    background-color: #fff;
}

.table-package thead,
.table-package tbody {
    border-bottom: 1px solid #eee;
}
.table-package tbody:last-child {
    border-bottom: 0;
}
.table-package th,
.table-package td {
    padding: 15px;
    text-align: left;
}
.table-package thead th {
    vertical-align: bottom;
}
.table-package tbody th,
.table-package tbody td {
    vertical-align: top;
    border-right: 1px solid #eee;
}
.table-package tbody th:last-child,
.table-package tbody td:last-child {
    border-right: 0;
}
.table-package tbody tr:first-child th,
.table-package tbody tr:first-child td {
    padding-top: 40px;
}
.table-package tbody tr:last-child th,
.table-package tbody tr:last-child td {
    padding-bottom: 40px;
}

.table-package thead th,
.table-package tbody strong {
    color: #333;
}

.table-package .th-title,
.table-package .td-title {
    width: 40%;
}
.table-package .th-value,
.table-package .td-value {
    width: 20%;
    text-align: center;
}

.table-package .th-title {
    font-size: 24px;
}
.table-package .th-value {
    color: #fff;
}
.table-package .th-value .tier {
    display: block;
    font-family: 'MontserratBold';
}
.table-package .th-value .price {
    display: block;
    font-family: 'MontserratRegular';
    font-size: 30px;
    padding-left: 15px;
}
.table-package .td-value .ic-check {
    color: #aabe65;
}

.table-package .bg-1 {
    background-color: #111;
}
.table-package .bg-2 {
    background-color: #222;
}
.table-package .bg-3 {
    background-color: #333;
}

.nav-tabs {
    text-align: center;
}
.nav-tabs > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    padding-bottom: 5px;
    color: #bbb;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.nav-tabs > a:first-child {
    margin-left: 0;
}
.nav-tabs > a:last-child {
    margin-right: 0;
}
.nav-tabs > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0; bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: scale3d(0,1,1);
    -moz-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
}
.nav-tabs > a:hover,
.nav-tabs > a.active {
    color: #333;
}
.nav-tabs > a.active:after {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.section-360 .sc-inner {
    padding-bottom: 0 !important;
}
.section-360 .sc-headline {
    margin-bottom: 30px;
}

.section-360 .nav-tabs {
    margin-bottom: 40px;
}

.streetview .img-full {
    display: block;
    width: 100%;
}
.streetview {
    position: relative;
    background-color: #f8f8f8;
}

.caption-box {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 160px;
    text-align: center;
    /*padding: 40px 30px;*/
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.caption-box .text-top {
    color: #333;
    padding: 30px 20px;
}
.caption-box h3 {
    line-height: 1.2;
}
.caption-box .text-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 130px;
    font-size: 14px;
}
.caption-box .text-top {
    display: table;
    width: 100%;
    height: 120px;
    padding: 0;
}
.caption-box .text-top h3 {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
}

.streetview-zone {
    position: relative;
}
.streetview-zone .icon-360 {
    width: 63px;
    line-height: 0;
    position: absolute;
    left: 0; right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -30px;
}

.container:before,
.container:after,
.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
}

.btn-white,
.section-contact .btn-contact {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    max-width: 100%;
    padding: 0 20px;
    line-height: 48px;
    background-color: transparent;
    border-color: #fff;
}
.btn-white:hover,
.section-contact .btn-contact:hover {
    background-color: rgba(0,0,0,0.4);
}

.section-contact .sc-inner {
    padding: 80px 0;
}
.section-contact .line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 60px;
    background-color: #333;
    margin: 0 30px;
}
.section-contact .call {
    font-family: 'MontserratLight';
    font-size: 35px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
}
.section-contact .call .ic-phone-o {
    font-size: 85%;
}
.section-contact .call .label-ic {
    vertical-align: top;
}

.section-contact .row {
    position: relative;
}
.section-contact .col {    
    position: relative;
    display: inline-block;
    float: left;
}
.section-contact .col-action {
    float: right;
    text-align: right;
    padding: 6px 0;
}

.section-contact .ac-form,
.section-contact .ac-call {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}
.section-contact .ac-form {
    padding-left: 35px;
    margin-left: 30px;
    border-left: 1px solid #333;
}


.mfp-bg,
.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mfp-wrap .mfp-content {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


.mfp-360.mfp-bg.mfp-ready {
    background-color: #111;
    opacity: 1;
}
.mfp-360 .mfp-close {
    font-family: 'sukhumvittadmai_thin';
    font-size: 60px;
    color: #fff;
    top: 20px;
    right: 10px;
}
.mfp-360 .mfp-container {

}
.mfp-360 .mfp-content {
    max-width: 100%;
    height: 100%;
}
.popup-inner {
    padding: 100px 0;
    display: table-cell;
    width: 100%; height: 100%;
    vertical-align: middle;
    text-align: center;
}
.entryform {
    text-align: center;
}

#popup-contact-form,
#popup-share {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
#popup-contact-form .entryform {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.hide { display: none;}

.action-form {
    margin-top: 25px;
}
.action-form .btn {
    width: auto;
    border: 0;
    font-size: 16px;
    background: none;
    color: #aabe65 !important;
    padding: 0;
}

.btn-call {
    padding-left: 15px;
}
.btn-call .ic-phone-o {
    font-size: 17px;
}
.show-m { display: none;}
.device-mobile .show-m { display: inherit;}
.device-mobile .show-d { display: none;}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

label {
    display: inline-block;
}

legend {
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

button {
    overflow: visible;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}

:-ms-input-placeholder {
    color: #aaa;
}
::-webkit-input-placeholder {
    color: #aaa;
}
::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.placeholder {
    color: #aaa;
}

label,
input,
textarea,
select,
.chosen-container {
    font-size: 16px;
}

input,
textarea,
select {
    line-height: normal;
}

input[type="text"],
input[type="password"],
textarea,
select {
    padding: 5px 20px;
    -webkit-transition: border-color ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s;
    transition: border-color ease-in-out .2s;
}

input[type="text"],
input[type="password"],
textarea,
select,
.select .chosen-container-single .chosen-single {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="text"],
input[type="password"],
textarea,
select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
input[type="text"],
input[type="password"],
textarea,
select,
.chosen-container-single .chosen-single {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop {
    border-color: #aabe65;
}

input[type="password"] {
    letter-spacing: 1px;
}

textarea {
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: -1px;
}

/*
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #777;
    outline: 0;
}
.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333;
    outline: 0;
}
*/

.form .input {
    position: relative;
    padding: 25px 0 10px;
}

.form .label,
.input-unit .unit,
.css-label {
    color: #aaa;
}


input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type=radio].css-checkbox + .css-label,
input[type=checkbox].css-checkbox + .css-label,
.select .chosen-container-active .chosen-single,
.select .chosen-container-active .chosen-drop,
.select .chosen-container-single .chosen-single,
.select-transparent select, 
.select-transparent .chosen-container-single .chosen-single,
.form .filled input,
.form .filled textarea {
    color: #333;
}
.select .chosen-container .chosen-results li.disabled-result {
    color: #aaa;
}

.select {
    position: relative;
}
.select:after {
    content: "";
	position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    z-index: 1;
	pointer-events: none;
    display: inline-block;
    width: 40px; 
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.select:after {
    font-family: 'icon-bkkBusiness';
    content: "\e911";
    font-size: 100%;
    color: #aabe65;
}
.select select, 
.select select:focus {
    width: 100%;
    cursor: pointer;
    text-overflow: "";
}
.select select {
    padding-right: 20px;
    color: #333;
}

.select .chosen-single {
    text-decoration: none !important;
}
.select .chosen-container {
    text-align: left;
}
.select .chosen-container-single .chosen-single div {
    display: none;
}
.select .chosen-container-single .chosen-default {
    color: #aaa;
   
}
.select .chosen-container-single .chosen-drop {
    margin-top: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.select .chosen-container-active .chosen-drop {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 140px;
}
.select .chosen-container .chosen-results li {
    padding: 8px 20px;
    line-height: 1.5;
}

.form .overlabel {
    display: inline-block;
    line-height: 50px;
    padding-left: 20px;
    margin: 0;
    position: absolute;
    top: 25px; left: 0;
    z-index: 0;
    text-transform: none;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.form textarea + .overlabel {
    top: 26px;
}
.form input:focus + .overlabel,
.form textarea:focus + .overlabel,
.form .filled input + .overlabel,
.form .filled textarea + .overlabel,
.form .overlabel-fixed {
    line-height: 1.5;
    top: 4px;
    font-size: 14px;
}
.form .filled input,
.form .filled textarea {
    color: #333;
}

.form .input-group .overlabel {
    top: 0;
}
.form .input-group input:focus + .overlabel,
.form .filled .input-group input + .overlabel {
    top: -24px;
}


#tooltip {
    text-align: center;
    font-family: 'MontserratRegular', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    background: #3d3d3d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    padding: 10px;
} 
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3d3d3d;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 5px solid #3d3d3d;
    top: -10px;
    bottom: auto;
}
#tooltip.left:after {
    left: 5px;
    margin: 0;
}
#tooltip.right:after {
    right: 5px;
    left: auto;
    margin: 0;
}
.tooltip-info {
    margin: 0 4px;
    color: #aabe65;
}


/* Preloader */
.preloader-wrapper {
    display: none;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 15px auto 0;
}
.preloader-wrapper.active {
    display: block;
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
    to{-webkit-transform:rotate(360deg)}
}
@keyframes container-rotate {
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #aabe65;
}
.active .spinner-layer {
    opacity: 1;
    -webkit-animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation:fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
    12.5%{-webkit-transform:rotate(135deg)}
    25%{-webkit-transform:rotate(270deg)}
    37.5%{-webkit-transform:rotate(405deg)}
    50%{-webkit-transform:rotate(540deg)}
    62.5%{-webkit-transform:rotate(675deg)}
    75%{-webkit-transform:rotate(810deg)}
    87.5%{-webkit-transform:rotate(945deg)}
    to{-webkit-transform:rotate(1080deg)}
}
@keyframes fill-unfill-rotate {
    12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}
    25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}
    37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}
    50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}
    62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}
    75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}
    87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}
    to{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}
}
.gap-patch {
    position: absolute;
    top: 0; left: 45%;
    width: 10%; height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.gap-patch .circle {
    width: 1000%;
    left: -450%;
}
.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%; height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0;
}
.circle-clipper.left {
    float: left !important;
}
.circle-clipper.right {
    float: right !important;
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
    from{-webkit-transform:rotate(130deg)}
    50%{-webkit-transform:rotate(-5deg)}
    to{-webkit-transform:rotate(130deg)}
}
@keyframes left-spin {
    from{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
    50%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}
    to{-webkit-transform:rotate(130deg);transform:rotate(130deg)}
}
@-webkit-keyframes right-spin {
    from{-webkit-transform:rotate(-130deg)}
    50%{-webkit-transform:rotate(5deg)}
    to{-webkit-transform:rotate(-130deg)}
}
@keyframes right-spin {
    from{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
    50%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}
    to{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}
}
/* End Preloader */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}


#header-fixed {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}
#header-fixed.nav-up {
    top: -80px;
}
.main {
    padding-top: 80px;
}
/*.section-hero {
    margin-top: 80px;
}*/