@import url('https://fonts.googleapis.com/css?family=K2D:300,400,500,600&subset=thai');
@import url('https://fonts.googleapis.com/css?family=Prompt:200,300,400,500,600&subset=thai');

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?6iuir");
    src: url("../fonts/icomoon/icomoon.eot?6iuir#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?6iuir") format("truetype"), url("../fonts/icomoon/icomoon.woff?6iuir") format("woff"), url("../fonts/icomoon/icomoon.svg?6iuir#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thfont_light';
    src: url('../fonts/thfont_light.woff2') format('woff2'), url('../fonts/thfont_light.woff') format('woff'), url('../fonts/thfont_light.ttf') format('truetype'), url('../fonts/thfont_light.svg#thfont_light') format('svg');
    font-weight: normal;
    font-style: normal;
    /* unicode-range: U+0E00–U+0E7F; */
}

@font-face {
    font-family: 'thfont_regular';
    src: url('../fonts/thfont_regular.woff2') format('woff2'), url('../fonts/thfont_regular.woff') format('woff'), url('../fonts/thfont_regular.ttf') format('truetype'), url('../fonts/thfont_regular.svg#thfont_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    /* unicode-range: U+0E00–U+0E7F; */
}

* {
    outline: none;
}



.tabbg7,
.tabbg7 a:hover,
.tabbg7 a:active,
.tabbg7 a:focus {
    background-color: #c0392b !important
}

body {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #000033;
    background: #fff;
    word-break: break-word;
    -moz-appearance: none !important
}

textarea {
    resize: none;
    min-height: 150px
}



.onlineonly {
    border-radius: 4px;
    padding: 10px 0;
    width: 80%;
    height: auto;
    background: rgba(16, 75, 139, 1);
    /* Old Browsers */
    background: -moz-linear-gradient(left, rgba(16, 75, 139, 1) 0%, rgba(9, 110, 178, 1) 36%, rgba(9, 110, 178, 1) 52%, rgba(9, 110, 178, 1) 66%, rgba(16, 75, 139, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16, 75, 139, 1)), color-stop(36%, rgba(9, 110, 178, 1)), color-stop(52%, rgba(9, 110, 178, 1)), color-stop(66%, rgba(9, 110, 178, 1)), color-stop(100%, rgba(16, 75, 139, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, rgba(16, 75, 139, 1) 0%, rgba(9, 110, 178, 1) 36%, rgba(9, 110, 178, 1) 52%, rgba(9, 110, 178, 1) 66%, rgba(16, 75, 139, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(16, 75, 139, 1) 0%, rgba(9, 110, 178, 1) 36%, rgba(9, 110, 178, 1) 52%, rgba(9, 110, 178, 1) 66%, rgba(16, 75, 139, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(16, 75, 139, 1) 0%, rgba(9, 110, 178, 1) 36%, rgba(9, 110, 178, 1) 52%, rgba(9, 110, 178, 1) 66%, rgba(16, 75, 139, 1) 100%);
    /* IE 10+ */
    background: linear-gradient(to right, rgba(16, 75, 139, 1) 0%, rgba(9, 110, 178, 1) 36%, rgba(9, 110, 178, 1) 52%, rgba(9, 110, 178, 1) 66%, rgba(16, 75, 139, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#104b8b', endColorstr='#104b8b', GradientType=1);
    /* IE6-9 */
    -moz-transform: skew(-16deg, 0deg);
    -webkit-transform: skew(-16deg, 0deg);
    -o-transform: skew(-16deg, 0deg);
    -ms-transform: skew(-16deg, 0deg);
    transform: skew(-16deg, 0deg);
    margin: 0 auto;
}

.onlineonly span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    -moz-transform: skew(16deg, 0deg);
    -webkit-transform: skew(16deg, 0deg);
    -o-transform: skew(16deg, 0deg);
    -ms-transform: skew(16deg, 0deg);
    transform: skew(16deg, 0deg);
}

.th {
    font-family: 'Prompt', sans-serif !important;
    letter-spacing: 0;
}

.btn-link {
    margin-top: 20px
}

.icotop {
    width: 18px;
    height: auto
}

.icohome {
    width: 20px;
    height: auto;
    vertical-align: baseline;
}

.backimg {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stat {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif !important;
    padding: 0 10px
}

small.category {
    font-weight: 500 !important;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: #2D3192;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #333;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #333;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000033;
    /*  font-family: "Open Sans", Arial, sans-serif; */
    font-family: 'Prompt', sans-serif;
    /* font-weight: 400; */
    margin: 0 0 20px 0;
}

.en {
    font-family: "Open Sans", Arial, sans-serif !important;
}

::-webkit-selection {
    color: #fff;
    background: #000033;
}

::-moz-selection {
    color: #fff;
    background: #000033;
}

::selection {
    color: #fff;
    background: #000033;
}

.breadcrumb {
    background: none;
}

.gtco-container {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-top {
    background: #FFF;
    z-index: 1002;
    position: relative;
}

.gtco-top #gtco-logo {
    display: block;
    position: absolute;
    background: #FFF;
    padding: 10px;
    left: 0;
}

#gtco-logo img {
    width: 100%;
    /* margin-top: 10px */
}

#comname {
    position: relative;
    top: 0;
    left: 0;
}

#comname span {
    display: block;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 12px;
    margin-top: -12px;
}

.gtco-top #gtco-logo a {
    color: #000033;
}

.gtco-top #gtco-logo em {
    color: #000033;
}

.gtco-top .social-icons {
    text-align: right;
    white-space: nowrap;
}

.icon-search {
    font-weight: 800;
    color: #000033;
}

.gtco-social-top i {
    line-height: 2em;
}

.gtco-social-top {
    padding: 0;
    margin: 0;
    float: right
}

.lang {
    width: 25px;
    height: 20px;
    margin: -10px 0 0 0;
    padding: 0
}

.icon-facebook {
    color: #3b599c;
}

.icon-twitter {
    color: #41abe1;
}

@media screen and (max-width: 768px) {
    .gtco-social-top {
        margin: 20px 0 0 0;
        float: left
    }

    .icon-facebook {
        color: #FFF;
    }

    .icon-twitter {
        color: #FFF;
    }
}

.gtco-social-top li {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-social-top li a {
    color: #000033;
}

.viewall {
    width: auto;
    margin: 30px auto 0 auto;
}

@media(max-width:480px) {
    .viewall a {
        width: 100%;
    }

    .gtco-card-item {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .gtco-social-top li {
        margin: 0 0 0 10px;
    }
}

.stuck {
    position: fixed !important;
    top: 0 !important;
}

.gtco-nav {
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
    z-index: 1001;
    background: #FFF;
    overflow: hidden;
    white-space: nowrap;
}

.nav-tabs>li {
    /*     width: 40%; */
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .gtco-nav {
        padding: 20px 0;
        display: none;
    }
}

.gtco-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {

    .gtco-nav .menu-1,
    .gtco-nav .menu-2 {
        display: none;
    }

    .menu-1 {
        margin-left: 80px;
    }
}

.gtco-nav ul {
    padding: 0;
    margin: 0;
}

.gtco-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.gtco-nav ul li>a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 30px 20px;
    z-index: 99;
    color: #2b317f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media(max-width:1200px) {
    .gtco-nav ul {
        margin: 2px 0 0 100px;
    }

    .gtco-nav ul li>a {
        font-size: 14px;
        padding: 5px 10px
    }
}

.btn-close {
    background: transparent;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 20px;
    font-size: 14px;
    letter-spacing: 2px;
    float: right;
    text-transform: uppercase;
}

.gtco-nav ul li:first-child {
    margin-left: 80px;
}

.gtco-nav ul li>a:hover,
.gtco-nav ul li>a:focus,
.gtco-nav ul li>a:active {
    /*     color: white; */
}

@media(max-width:992px) {
    .gtco-nav ul {
        margin: 2px 0 0 0;
    }

    .menu-1 {
        margin-left: 0px;
    }

    .gtco-nav ul li:first-child {
        margin-left: 0px;
    }
}

.gtco-nav ul li>a {
    padding: 15px 20px
}

.gtco-nav ul li.active a {
    border-bottom: 6px solid #fecb00 !important
}

.gtco-nav ul li.has-dropdown {
    position: relative;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
    color: #333
}

.gtco-nav ul li.has-dropdown .dropdown {
    min-width: 250px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.8em;
    text-transform: none;
    font-size: 16px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000033;
}

.gtco-nav ul li.has-dropdown .dropdown li.active>a {
    color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.gtco-nav ul li.btn-cta a {
    color: #000033;
}

.gtco-nav ul li.btn-cta a span {
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 4px 20px;
    color: #fff;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.gtco-nav ul li.btn-cta a:hover span {
    background: #fff;
    color: #000033;
}

.gtco-nav ul li.active>a {
    color: #000033 !important;
}

#gtco-header {
    position: absolute;
    top: 0;
    /* background: #4d4d4d; */
}

@media screen and (max-width: 992px) {
    #gtco-header.gtco-cover {
        padding: 3em 0 !important;
    }

    #gtco-logo img {
        width: 70%;
    }
}

#gtco-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    #gtco-header .text-left {
        text-align: center !important;
    }
}

/* #gtco-header .btn {
    color: #fff !important;
} */

@media screen and (max-width: 480px) {
    #gtco-header .btn {
        display: block;
        width: 100%;
    }
}

#gtco-header .mt-text {
    margin-top: 7em;
    margin-bottom: 3em;
}

.bgbar {
    background: #fecb00;
    padding: 20px !important;
    width: 80%;
    color: #333 !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
    .bgbar {
        width: 100%
    }

    #gtco-header .mt-text {
        margin-top: 0;
    }
}

#gtco-header {
    /*    margin-top: 130px; */
    height: 50vh
}

#gtco-header .intro-text-small {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: .15em;
    display: block;
    margin-bottom: 10px;
}

#gtco-header h1,
#gtco-header h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#gtco-header h1 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 300;
    text-transform: uppercase !important;
}

#gtco-header h1 strong {
    font-weight: 700;
    color: #000033;
}

@media screen and (max-width: 768px) {
    #gtco-header h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header h2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

#gtco-header,
.gtco-counter,
.gtco-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.gtco-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.gtco-video {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.gtco-video.gtco-video-sm {
    height: 250px;
}

.gtco-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gtco-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

.gtco-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.gtco-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gtco-cover {
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.gtco-cover a {
    color: #000033;
}

.gtco-cover a:hover {
    color: #000033;
}

.gtco-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.gtco-cover>.gtco-container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .gtco-cover {
        height: 600px;
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 900px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 600px;
    }
}

.gtco-cover.gtco-cover-sm {
    height: 550px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        height: 400px;
    }
}

.gtco-cover.gtco-cover-xs {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}

.gtco-staff {
    text-align: center;
    margin-bottom: 7em;
    float: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .gtco-staff {
        margin-bottom: 3em;
    }
}

.gtco-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gtco-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.gtco-staff p {
    margin-bottom: 30px;
}

.gtco-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.gtco-social-icons {
    margin: 0;
    padding: 0;
}

.gtco-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #000033;
    padding-left: 10px;
    padding-right: 10px;
}

.gtco-social-icons li a i {
    font-size: 16px;
}

.gtco-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.gtco-contact-info ul {
    padding: 0;
    margin: 0;
}

.gtco-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.gtco-contact-info ul li:before {
    color: #cccccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gtco-contact-info ul li.address:before {
    font-size: 20px;
    content: "\e9d1";
}

.gtco-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.gtco-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.gtco-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

form label {
    font-weight: normal !important;
}

#gtco-header .display-tc,
.gtco-counter .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#gtco-header .display-tc .intro-text-small,
.gtco-counter .display-tc .intro-text-small,
.gtco-cover .display-tc .intro-text-small {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: .15em;
    display: block;
    margin-bottom: 10px;
}

#gtco-header .display-tc h1,
#gtco-header .display-tc h2,
.gtco-counter .display-tc h1,
.gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#gtco-header .display-tc h1,
.gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;
}

#gtco-header .display-tc p,
.gtco-counter .display-tc p,
.gtco-cover .display-tc p {
    margin-bottom: 0px;
    font-size: 22x;
    line-height: 1.5;
    font-weight: 300;
    color: #FFF;
}

.m-20 {
    margin: 20px 0
}

@media screen and (max-width: 768px) {

    #gtco-header .display-tc h1,
    .gtco-counter .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header .display-tc h2,
.gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.gtco-counter {
    text-align: center;
}

.pertxt:after {
    content: " %";
    font-size: 20px;
    font-weight: 200;
}

@media(max-width: 480px) {
    .pertxt:after {
        font-size: 16px;
    }
}

.gtco-counter .counter {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 50px;
    margin-bottom: 30px;
    color: #000033;
    font-weight: 700 !important;
    display: block;
}

.gtco-counter .counter-label {
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000033;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 16px;
}

.pertxt {
    text-shadow: 1px 1px 2px #000;
}

@media screen and (max-width: 768px) {
    .gtco-counter .feature-center {
        margin-bottom: 50px;
    }

    .gtco-counter .counter {
        font-size: 30px;
    }
}

.views {
    /* border: 1px solid #DADADA;
    border-radius: 30px; */
    /*    padding:5px 20px ; */
    color: #666
}

.views:before,
.views2:before {
    content: "\f06e";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.views:after {
    content: "Views";
    margin-left: 5px;
}

.gtco-counter .icon,
#gtco-features .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

.gtco-counter .icon i,
#gtco-features .icon i {
    height: 70px;
}

.gtco-counter .icon i:before,
#gtco-features .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-products,
#gtco-services,
#gtco-subscribe,
.gtco-footer,
.gtco-section {
    padding: 5em 0;
    clear: both;
    position: relative;
}

#performance {
    background: url('../images/polygon-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

#informationbg {
    background: url('../images/polygon-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover
}

#propertybg {
    /* ทรัพย์เด่น */
    background: url('../images/polygon-bg.jpg') 50% 50%;
    background-size: cover;
}

#propertybg1,
#propertybg2,
#propertybg3,
#propertybg4 {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-color: rgba(0, 0, 0, 0.07); */
    background: url('../images/polygon-bg.jpg')
}

#propertybg2 {
    /*ทรัพย์ขายทอดตลาด   */
    /*background: url('../images/bg2.jpg') no-repeat;*/
    background-size: cover;
}

#propertybg3 {
    /* ทรัพย์สำหรับจองซื้อออนไลน์  */
    /*background: url('../images/bg3.jpg') no-repeat;*/
    background-size: cover;
}

#propertybg1 .gtco-section h2,
#propertybg2 .gtco-section h2,
#propertybg2 .gtco-section h2,
#propertybg3 .gtco-section h2 {
    margin: 0 !important;
}

.w-text {
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}

@media screen and (max-width: 768px) {

    #gtco-features,
    #gtco-features-2,
    #gtco-products,
    #gtco-services,
    #gtco-subscribe,
    .gtco-footer,
    .gtco-section {
        margin: 0
    }

    #gtco-features,
    #gtco-features-2,
    #gtco-products,
    #gtco-services,
    #gtco-subscribe,
    .gtco-footer,
    .gtco-section {
        padding: 5em 15px 3em 15px;
    }
}

#gtco-features.border-bottom,
#gtco-features-2.border-bottom,
#gtco-products.border-bottom,
#gtco-services.border-bottom,
#gtco-subscribe.border-bottom,
.gtco-footer.border-bottom,
.gtco-section.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

#gtco-features {
    margin-top: -20em;
    padding-top: 20em;
    position: relative;
}

#gtco-features:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #000033;
}

#gtco-features .gtco-heading h2 {
    color: #fff;
}

#gtco-features .gtco-heading p {
    color: rgba(255, 255, 255, 0.7);
}

#gtco-features .feature-center {
    color: #fff;
}

#gtco-features .feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: #000033;
}

#gtco-features .feature-center .icon i {
    color: #fff;
    font-size: 40px;
    font-style: normal;
}

#gtco-features .feature-center h3 {
    font-weight: 400;
    color: #fff;
}

.topcounter {
    margin-bottom: 40px !important;
    font-weight: 600;
}

#gtco-features .feature-center p {
    color: rgba(255, 255, 255, 0.7);
}

.flex-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

.flex-section .flex-img {
    position: relative;
    overflow: hidden;
}

.flex-section .flex-img:before {
    left: -150px;
    content: "";
    position: absolute;
    height: 120%;
    background: #f6f9fc;
    width: 250px;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

@media screen and (max-width: 768px) {
    .flex-section .flex-img:before {
        display: none;
    }
}

.flex-section .col-1 {
    padding: 7em 0;
    width: 65%;
}

.flex-section .col-1 .text {
    padding-left: 40%;
    padding-right: 10%;
}

.text p {
    font-family: 'K2D', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    color: #000033;
    font-weight: normal;
}

@media screen and (max-width: 1200px) {
    .flex-section .col-1 .text {
        padding-left: 30%;
    }
}

@media screen and (max-width: 768px) {
    .flex-section .col-1 .text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.flex-section .col-2 {
    width: 35%;
    background-size: cover;
    background-position: center center;
    min-height: 450px;
}

@media screen and (max-width: 992px) {

    .flex-section .col-1,
    .flex-section .col-2 {
        width: 100%;
    }

    .gtco-nav ul li>a {
        padding: 16px 5px
    }
}

@media screen and (max-width: 992px) {
    .flex-section .col-1 {
        padding: 4em 0;
    }
}

.flex-section.reverse {
    position: relative;
}

.flex-section.reverse .flex-img {
    position: relative;
    overflow: hidden;
}

.flex-section.reverse .flex-img:before {
    display: none;
}

.flex-section.reverse .flex-img:after {
    right: -180px !important;
    content: "";
    position: absolute;
    height: 120%;
    background: #fff;
    width: 300px;
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    transform: skewX(12deg);
}

@media screen and (max-width: 768px) {
    .flex-section.reverse .flex-img:after {
        display: none;
    }
}

.flex-section.reverse .col-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

@media screen and (max-width: 992px) {
    .flex-section.reverse .col-2 {
        position: relative;
    }
}

.flex-section.reverse .col-1 {
    left: 38%;
    position: relative;
}

@media screen and (max-width: 992px) {
    .flex-section.reverse .col-1 {
        left: 0;
    }
}

.flex-section.reverse .col-1 .text {
    padding-left: 10%;
    padding-right: 40%;
}

@media screen and (max-width: 1200px) {
    .flex-section.reverse .col-1 .text {
        padding-right: 30%;
    }
}

@media screen and (max-width: 768px) {
    .flex-section.reverse .col-1 .text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.overflow-hid {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.gtco-gray-bg {
    background-color: #f6f9fc;
}

.gtco-gray-bg.skew {
    position: relative;
    padding-top: 110px;
}

.gtco-gray-bg.skew:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    backgroun: #f6f9fc;
}

#gtco-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}

.feature-center .icon {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    margin: 0 auto 40px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #cccccc;
}

.feature-center p,
.feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000033;
    position: relative;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #000033;
}

.feature-left .feature-copy {
    float: right;
    width: 80%;
}

.feature-left .feature-copy h3 {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.gtco-heading {
    margin-bottom: 1em;
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    line-height: 1.5;
    font-weight: 500;
    color: #000033;
    position: relative;
}

.gtco-heading h3,
.gtco-heading p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    color: #000033;
    position: relative;
    /* font-family: 'K2D', sans-serif; */
}

.gtco-heading h3 {
    /* EN */
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .gtco-heading p {
        font-size: 14px
    }

    .gtco-heading h2 {
        font-size: 22px;
        color: #000033;
        margin-bottom: 40px
    }
}

/* .gtco-heading p {
    font-size: 16px;
    line-height: 1.5;
    color: gray;
} */

#gtco-products {
    background: #008ee0;
}

#gtco-products .item img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

#gtco-products .gtco-heading h2 {
    color: #fff;
}

#gtco-products .gtco-heading p {
    color: rgba(255, 255, 255, 0.8);
}

#gtco-subscribe {
    /* background: #000033; */
    background: url("../images/polygon-bg2.jpg") no-repeat 50% 50%;
}

#gtco-subscribe .form-control {
    background: transparent;
    color: #333 !important;
    font-size: 16px !important;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0 !important;
}

.nopadd {
    margin: 0 !important;
    padding: 0 !important
}

#gtco-subscribe .form-control:focus {
    background: #FFF;
    color: #333;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
}

#gtco-subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}

#gtco-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#gtco-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#gtco-subscribe .form-control:-ms-input-placeholder {
    color: #fff;
}

#gtco-subscribe .btn {
    height: 46px;
    border: none !important;
    background: #717171;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 50px;
}

#gtco-subscribe .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#gtco-subscribe .form-inline .form-group .form-control {
    width: 100%;
}

#gtco-subscribe .gtco-heading {
    margin-bottom: 30px;
}

#gtco-subscribe .gtco-heading h2 {
    color: #fff;
    padding: 0;
    margin: 0 !important
}

#gtco-subscribe .gtco-heading p {
    color: rgba(255, 255, 255, 1);
}

.gtco-footer {
    padding-top: 5em;
    background: #4d4d4d;
    /*     border-top: 1px solid #DADADA; */
    color: rgba(255, 255, 255, 0.3);
}

.gtco-footer a:hover {
    /*   color: #fff !important; */
}

.gtco-footer .gtco-footer-links {
    padding: 0;
    margin: 0;
    width: 100%;
    /*     columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-column-count: 1;
    -ms-column-count: 1; */
}

.gtco-footer .gtco-footer-links li {
    padding: 0;
    list-style: none;
    line-height: 2em;
}

.gtco-footer .gtco-footer-links li a {
    color: #CCC;
    text-decoration: none;
    font-size: 14px;
}

.gtco-footer .gtco-footer-links li a:hover {
    color: #fecb00 !important;
    text-decoration: none;
}

.gtco-footer .gtco-footer-links {
    padding-top: 30px
}

@media(max-width: 766px) {
    .gtco-footer .gtco-footer-links {
        padding-top: 0px
    }
}

.gtco-footer .gtco-widget h3 {
    color: #333;
    margin: 15px 0;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gtco-footer .gtco-widget p {
    color: #ccc;
    line-height: 1.8em;
    font-weight: normal;
    letter-spacing: .5px;
    /*     font-family: 'K2D', sans-serif; */
    font-size: 14px
}

.gtco-footer .gtco-widget .gtco-quick-contact {
    padding: 0;
    margin: 0;
}

.gtco-footer .gtco-widget .gtco-quick-contact li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.gtco-footer .gtco-widget .gtco-quick-contact li i {
    width: 30px;
    float: left;
    font-size: 16px;
    position: relative;
    margin-top: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.wtext {
    color: #FFF !important
}

.fa-phone:before,
.fa-phone:hover::before,
li.hoverc1 a:hover {
    color: #00b9da !important
}

.fa-fax:before,
.fa-fax:hover::before,
.fa-fax:hover,
li.hoverc2 a:hover {
    color: #CCC !important
}

.fa-commenting:before,
.fa-commenting:hover::before,
.fa-commenting:hover,
li.hoverc3 a:hover {
    color: #FFF !important
}

.fa-line:before,
.fa-line:hover::before,
.fa-line:hover,
li.hoverc4 a:hover {
    color: #4cb234 !important
}

.fa-line:before {
    font-size: 16px !important
}

.gtco-footer .footer-logo span {
    color: #000033;
}

.copyright {
    color: #CCC;
    padding: 2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #2D3192;
    font-size: 14px;
    line-height: 1.2em;
}

.bambuynow {
    margin-top: 30px;
    padding: 5px;
}

.bambuynow h3 {
    font-weight: 800 !important;
    font-size: 22px;
    margin: 0 !important;
    padding: 0 !important;
    color: #2D3192 !important
}

.bambuynow h4 {
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
    color: #2D3192 !important
}

.bambuynow h4 span {
    font-weight: 800;
    color: red;
    margin-right: 10px;
}

.bambuynow img {
    max-width: 100%;
    margin-top: 10px;
}

.copyright a {
    color: #FFF !important;
}

@media screen and (max-width: 768px) {

    .copyright .pull-left,
    .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

.copyright .block {
    display: block;
}

#gtco-offcanvas {
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #gtco-offcanvas {
        display: block;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#gtco-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

#gtco-offcanvas ul li {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

#gtco-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0px;
    /*font-family: 'icomoon';*/
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000033;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.gtco-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.gtco-nav-toggle.active i::before,
.gtco-nav-toggle.active i::after {
    background: #444;
}

.gtco-nav-toggle:hover,
.gtco-nav-toggle:focus,
.gtco-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.gtco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white>i {
    color: #fff;
    background: #fff;
}

.gtco-nav-toggle.gtco-nav-white>i::before,
.gtco-nav-toggle.gtco-nav-white>i::after {
    background: #fff;
}

.gtco-nav-toggle i::before {
    top: -7px;
}

.gtco-nav-toggle i::after {
    bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
    top: -10px;
}

.gtco-nav-toggle:hover i::after {
    bottom: -10px;
}

.gtco-nav-toggle.active i {
    background: transparent;
}

.gtco-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .gtco-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    /*     font-family: "Open Sans", Arial, sans-serif; */
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 30px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

#hilights p {
    margin: 0
}

.textcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#specalprice,
#unit,
#exdate {
    padding-top: 30px;
}

#btnrev {
    padding-top: 50px;
}

@media(max-width: 767px) {

    #specalprice,
    #unit,
    #exdate {
        padding-top: 0px;
    }

    #btnrev {
        padding-top: 20px;
    }
}

#specalprice h1,
#unit h1,
#exdate h1 {
    margin: 0
}

.btn.btn-lg {
    font-size: 18px;
    text-align: center;
    background-color: #fecb00 !important;
    color: #333;
    font-weight: 500;
}

.btn.btn-lg:hover,
.btn.btn-lg:active,
.btn.btn-lg:focus {
    color: #333;
    background-color: #fecb00 !important;
}

@media(max-width: 992px) {
    .btn.btn-lg {
        margin-top: 20px;
        transform: none;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #000033;
    color: #fff;
    border: 2px solid #000033 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffe000 !important;
    border-color: #ffe000 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #000033;
    border: 2px solid #000033;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #000033;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000033;
    border: 2px solid #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #000033;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff;
}

.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
    background: #fff;
    color: #000033;
    border: 2px solid #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #000033;
}

.row-mt-15em {
    margin-top: 15em;
}

.row-mt-12em {
    margin-top: 12em;
}

#speciallogo {
    text-align: center
}

#speciallogo img {
    margin: 0 auto !important;
    max-width: 100%
}

.swaper span {
    display: block;
    /*     min-height: 180px */
}

.swaper span i {
    color: #FFF;
    font-size: 50px;
    line-height: 1em;
    font-weight: normal;
}

#gtco-header h3 {
    margin: 0 0 0 50px
}

#hero_link .btn.btn-primary,
#hero_link .btn:hover.btn-primary,
#hero_link .btn:active.btn-primary,
#hero_link .btn:focus.btn-primary {
    background-color: #fecb00 !important;
    color: #000033 !important;
    font-weight: 700;
}

@media(max-width: 766px) {
    #hero_link {
        margin-left: 110px
    }
}

@media screen and (max-width: 768px) {
    .row-mt-15em {
        margin-top: 30px;
    }

    .swaper {
        margin-top: 1em
    }
}

.mt-sm {
    margin-top: 6em;
}

@media screen and (max-width: 768px) {
    .mt-sm {
        margin-top: 3em;
    }
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .gtco-nav .gtco-contact {
        text-align: left !important;
    }
}

.gtco-nav .gtco-contact ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.gtco-nav .gtco-contact ul li {
    padding: 0;
    margin: 0;
}

.gtco-nav .gtco-contact ul li a {
    font-size: 14px;
    font-weight: bold !important;
    margin-left: 0px;
}

.gtco-nav .gtco-contact ul li a i {
    color: #000033;
}

.gtco-nav .gtco-contact ul li a:hover i {
    color: #fff;
}

.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

/*
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #444;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000033;
}

.owl-carousel-fullwidth.gtco-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.gtco-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}

.owl-carousel-fullwidth.gtco-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.gtco-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 24px;
    background: #f54c53 !important;
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    background: #f54c53 !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #000033;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid #000033;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #000033;
}
 */

.gtco-card-item {
    width: 100%;
    position: relative;
    background: #fff;
    /*  overflow: hidden; */
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media(max-width: 766px) {
    .gtco-card-item {
        margin-bottom: 0
    }
}

.gtco-card-item figure {
    /* height: 240px; */
    overflow: hidden;
    z-index: 12;
    position: relative;
}

.gtco-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.gtco-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item .gtco-text {
    padding: 0px 20px 0px 20px;
    text-align: left;
    position: relative;
    transition: all ease-in-out .5s;
}

.gtco-card-item .gtco-text.text-left {
    text-align: left;
}

.gtco-card-item .gtco-text h2,
.gtco-card-item .gtco-text span {
    text-decoration: none !important;
}

.gtco-card-item .gtco-text h2 {
    font-size: 18px;
    margin: 0;
    color: #000033;
    text-align: left;
    margin-bottom: 10px
}

.gtco-card-item .gtco-text ul {
    list-style: none;
}

.gtco-card-item .gtco-text li {
    margin-left: -38px;
    font-size: 16px;
    color: #000033 !important
}

.gtco-card-item .gtco-text li.propid {
    color: #000033;
    font-size: 16px;
    padding: 0;
}

.gtco-card-item .gtco-text li.propid:before {
    content: "รหัสทรัพย์สิน : "
}

.gtco-card-item .gtco-text li.price {
    color: #000033 !important;
    line-height: 1.5em;
    font-size: 22px;
    text-align: right
}

.gtco-card-item .gtco-text li.price:before {
    content: "ราคา "
}

.gtco-card-item .gtco-text li.stage:before {
    content: "พื้นที่  "
}

.gtco-card-item .gtco-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}

.gtco-card-item .gtco-text p {
    color: #000033;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.gtco-card-item .gtco-text span.btn {
    color: #FFF !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    /*   background: #ebebeb; */
    /* border: 2px solid #ebebeb !important; */
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-card-item .gtco-text .gtco-category {
    font-size: 12px;
    color: #cccccc;
}

.gtco-card-item .gtco-text .gtco-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-card-item:hover,
.gtco-card-item:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.gtco-card-item:hover img,
.gtco-card-item:focus img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gtco-card-item:hover span.btn,
.gtco-card-item:focus span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    color: #fff !important;
    border: 2px solid #000033 !important;
    background: #000033 !important;
}

.gtco-card-item:hover figure .overlay,
.gtco-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}

.gtco-card-item:hover figure .overlay i,
.gtco-card-item:focus figure .overlay i {
    margin-top: -15px;
}

.gtco-card-item:hover h2,
.gtco-card-item:hover span,
.gtco-card-item:focus h2,
.gtco-card-item:focus span {
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    .macbook-wrap img {
        max-width: 100%;
    }
}

.price-box {
    background: #fff;
    border: 2px solid #ECEEF0;
    text-align: center;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.price-box.popular {
    border: 2px solid #000033;
}

.price-box.popular .popular-text {
    top: 0;
    left: 50%;
    margin-left: -54px;
    margin-top: -2em;
    position: absolute;
    padding: 4px 20px;
    background: #000033;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.price-box.popular .popular-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top: 10px solid black;
    border-top-color: #000033;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.pricing-plan {
    margin: 0 0 30px 0;
    padding: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.price {
    font-size: 50px;
    color: #FFF;
    font-weight: 800;
    /* font-family: 'Open Sans', sans-serif; */
}

.price .currency {
    font-size: 16px;
    top: -1.2em;
}

.price small {
    font-size: 16px;
}

.pricing-info {
    padding: 0;
    margin: 0 0 30px 0;
}

.pricing-info li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.gtco-faq-list {
    margin: 0;
    padding: 0;
}

.gtco-faq-list li {
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 1.5;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .gtco-faq-list li {
        margin: 0 0 20px 0;
    }
}

.gtco-faq-list li h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .gtco-faq-list li h2 {
        font-size: 26px;
    }
}

.check-li {
    padding: 0;
    margin: 0;
}

.check-li li {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    list-style: none;
    line-height: 1.5;
    font-weight: 300;
}

.check-li li:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    to: .2em;
    content: "\e97e";
    font-size: 26px;
    color: #000033;
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 800px;
}

@media screen and (max-width: 768px) {

    .fh5co-cover,
    .fh5co-hero {
        height: 700px;
    }
}

.fh5co-cover .fh5co-overlay,
.fh5co-hero .fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 62, 28, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1);
}

.fh5co-cover {
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 2em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 40%;
    position: absolute;
    width: 100%;
    margin-top: -80px;
    z-index: 2;
    color: #fff;
}

#gtco-header {
    transition: background-image ease-in-out .5s
}

#gtco-header p {
    color: #ffe000;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

#gtco-header h3 {
    color: #FFF;
    margin: 0;
    font-size: 28px;
}

#gtco-header h2 {
    color: #FFF;
    margin: 0;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
}

.price:before {
    content: "ราคา ";
    font-size: 14px
}

.btn-more {
    background: #ffe000;
    color: #000033;
}

.nav-tabs>li>a {
    line-height: 1em;
}

@media(max-width: 766px) {
    #gtco-header p {
        color: #ffe000;
        margin: 0;
        font-weight: 400;
        letter-spacing: 1px;
    }

    #gtco-header h3 {
        color: #FFF;
        margin: 0;
        font-size: 20px;
    }

    #gtco-header h2 {
        color: #FFF;
        margin: 0;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .price {
        font-size: 25px
    }
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc h3 {
    color: #fff;
}

.fh5co-cover .desc p {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc p a {
    color: #fff;
}

.fh5co-cover .desc p a:hover,
.fh5co-cover .desc p a:focus {
    color: #fff !important;
}

.fh5co-cover .desc p a:hover.btn,
.fh5co-cover .desc p a:focus.btn {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.fh5co-cover .desc p a.fh5co-site-name {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc .price {
    font-size: 60px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc .desc2 {
        display: none;
    }
}

::-webkit-selection {
    /*   color: #fcfcfc;
    background: #000033; */
}

::-moz-selection {
    /*     color: #fcfcfc;
    background: #000033; */
}

::selection {
    /*     color: #fcfcfc;
    background: #000033; */
}

#fh5co-header {
    position: relative;
    margin-bottom: 0;
    z-index: 9999999;
}

.stuck {
    position: fixed !important;
    top: 85px !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.remarks {
    line-height: 2em
}

@media(max-width: 766px) {
    .stuck {
        overflow: scroll
    }
}

.header-top {
    padding: 10px 0;
    background: #000033;
}

.header-top .fh5co-link a {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
    margin-left: 0;
}

.header-top .fh5co-link a:hover {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-link {
        text-align: center;
    }
}

.header-top .fh5co-social a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: 0.5s, ease-in-out;
    -o-transition: 0.5s, ease-in-out;
    transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
    margin-right: 0;
}

.header-top .fh5co-social a:hover,
.header-top .fh5co-social a:focus,
.header-top .fh5co-social a:active {
    text-decoration: none;
    color: white !important;
}

.header-top .fh5co-social a:hover i,
.header-top .fh5co-social a:focus i,
.header-top .fh5co-social a:active i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-social {
        text-align: center !important;
    }
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 800px;
}

@media screen and (max-width: 768px) {

    .fh5co-cover,
    .fh5co-hero {
        height: 700px;
    }
}

.fh5co-cover .fh5co-overlay,
.fh5co-hero .fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 62, 28, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1);
}

.fh5co-cover {
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 2em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 40%;
    position: absolute;
    width: 100%;
    margin-top: -80px;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc h3 {
    color: #fff;
}

.fh5co-cover .desc p {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc p a {
    color: #fff;
}

.fh5co-cover .desc p a:hover,
.fh5co-cover .desc p a:focus {
    color: #fff !important;
}

.fh5co-cover .desc p a:hover.btn,
.fh5co-cover .desc p a:focus.btn {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.fh5co-cover .desc p a.fh5co-site-name {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc .price {
    font-size: 60px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc .desc2 {
        display: none;
    }
}

/* Superfish Override Menu */

.sf-menu {
    margin: 7px 0 0 0 !important;
}

.sf-menu {
    float: right;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
    min-width: 12em;
    *width: 12em;
}

.sf-menu a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.75em 1em !important;
    font-weight: normal;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    font-size: 16px;
    border-bottom: none !important;
    font-weight: bold;
}

.sf-menu a:hover,
.sf-menu a:focus {
    color: #000033 !important;
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
    color: #000033;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
    text-transform: none;
    padding: 0.2em 1em !important;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #000033;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: transparent;
}

.sf-menu ul li {
    background: transparent;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #ccc;
}

#fh5co-header-section {
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1022;
    background: #fff;
}

.nav-header {
    position: relative;
    float: left;
    width: 100%;
}

#fh5co-logo {
    position: relative;
    z-index: 2;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 700;
    float: left;
    padding-left: 40px;
}

#fh5co-logo i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #000033;
    background: rgba(0, 0, 0, 0.06);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-logo a {
    color: #000033;
}

#fh5co-logo a:hover,
#fh5co-logo a:focus {
    color: #000033 !important;
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    margin-top: 15px;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 1em .75em;
}

#fh5co-primary-menu>li>ul li.active>a {
    color: #000033 !important;
}

#fh5co-primary-menu>li>.sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: -0px;
    top: 50%;
    font-size: 12px;
    margin-top: -7px;
    content: "\e922";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu>li>ul li {
    position: relative;
}

#fh5co-primary-menu>li>ul li>.sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 12px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu {
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
    top: 6px;
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
    top: 7px;
    right: 100%;
    border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
    display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
    color: #000033 !important;
}

.tabulation {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}

.tabulation label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 300;
}

@media screen and (max-width: 480px) {
    .tabulation label {
        width: 40%;
    }
}

.tabulation {
    padding: 20px;
}

.tabulation input[type="text"] {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    box-shadow: none;
    color: #000033;
    font-size: 16px;
    padding: 5px 10px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.tabulation input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CCC !important;
}

.tabulation input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000033 !important;
}

.tabulation input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #000033 !important;
}

.tabulation input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000033 !important;
}

@media screen and (max-width: 480px) {
    .tabulation input[type="text"] {
        width: 55%;
        float: right;
    }
}

.hsmall {
    display: none
}

@media screen and (max-width: 480px) {
    .hsmall {
        color: #000033 !important;
        display: block
    }

    /*     .tabulation .cs-select {
        width: 55%;
        float: right;
    } */
}

.tab-content {
    padding: 30px;
}

.tab-content .btn {
    /*     border: 1px solid red ; */
}

.nav-tabs {
    border: none;
}

.nav-tabs a {
    border: none;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .nav-tabs a {
        font-weight: normal;
        font-size: 16px;
        padding: 15px 10px;
    }
}

.nav-tabs .active a {
    border: none;
    background: #000033;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-tabs:hover a,
.nav-tabs:focus a {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.mt {
    margin-bottom: 20px;
}

div.cs-select span {
    padding: 10px 10px;
}

.cs-skin-border {
    padding: 10px;
    color: #000033;
    width: 100%;
}

.nav-tabs>li>a {
    text-align: center;
}

@media screen and (max-width: 829px) {
    .cs-skin-border {
        max-width: 829px !important;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-border {
        font-size: 14px;
    }
}

.cs-skin-border span {
    font-size: 13px;
}

.cs-skin-border span:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.cs-skin-border>span {
    border: transparent;
    background: rgba(0, 0, 0, 0.05);
    color: #000033;
}

.cs-skin-border>span::after {
    font-size: 14px !important;
    content: '\e94d' !important;
    font-family: "icomoon";
}

.cs-skin-border .cs-selected>span::after {
    font-size: 14px !important;
}

.cs-skin-border.cs-active>span {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000033;
}

.cs-select .cs-options {
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#fh5co-work-section,
#fh5co-car,
#fh5co-blog-section,
#fh5co-features,
#fh5co-tours,
#fh5co-testimonial,
.fh5co-content-section {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-work-section,
    #fh5co-car,
    #fh5co-blog-section,
    #fh5co-features,
    #fh5co-tours,
    #fh5co-testimonial,
    .fh5co-content-section {
        padding: 4em 0;
    }
}

.fh5co-section-gray {
    background: rgba(0, 0, 0, 0.04);
}

.heading-section {
    padding-bottom: 1em;
    margin-bottom: 5em;
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #000033;
}

.heading-section h3 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

.heading-section p {
    font-size: 16px;
}

.heading-title {
    font-size: 40px;
    margin-bottom: 1.5em;
}

.fh5co-tours {
    margin-bottom: 30px;
}

.fh5co-tours>div {
    display: block;
    color: #000033;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div:after {
    opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 12;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-tours>div .desc h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 20px;
    font-weight: 400;
    visibility: visible;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-tours>div .desc span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
}

.fh5co-tours>div .desc .price {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.fh5co-tours>div .desc .btn {
    opacity: 1;
    border: 2px solid #fff !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

.fh5co-tours>div .desc .btn:hover,
.fh5co-tours>div .desc .btn:focus,
.fh5co-tours>div .desc .btn:active {
    border: 2px solid #000033 !important;
    background: #000033 !important;
    color: #fff !important;
}

.fh5co-tours>div:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.fh5co-tours>div:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .fh5co-tours>div:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}

.fh5co-tours>div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .fh5co-tours>div:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.flight-book {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flight-book .plane-name {
    width: 40%;
    float: left;
    padding: 6px 20px;
    background: #000033;
}

.flight-book .plane-name .p-flight {
    font-size: 16px;
    color: #fff;
}

.flight-book .desc {
    width: 60%;
    float: right;
    background: #00AD7C;
    padding: 6px 20px;
}

.flight-book .desc .left {
    float: left;
}

.flight-book .desc h4,
.flight-book .desc span {
    color: #fff;
}

.flight-book .desc h4 {
    margin-bottom: 0;
}

.flight-book .desc .right {
    float: right;
    font-size: 18px;
}

.flight-book .desc .right i {
    font-weight: 300;
}

.flight-book .desc .right .price {
    font-weight: 400;
}

#fh5co-car .car {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#fh5co-car .car .one-4 {
    width: 40%;
    float: left;
    background: #000033;
    padding: 30px;
}

#fh5co-car .car .one-4 h3,
#fh5co-car .car .one-4 span {
    color: #fff;
}

#fh5co-car .car .one-4 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

#fh5co-car .car .one-4 small {
    font-size: 14px;
}

#fh5co-car .car .one-1 {
    width: 60%;
    float: right;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .icon {
        width: 15%;
    }
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #000033;
}

.feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    .feature-left .feature-copy {
        width: 80%;
    }
}

.feature-left .feature-copy h3 {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.feature-left .feature-copy p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#fh5co-destination {
    width: 100%;
    padding: 0;
    margin: 0;
}

#fh5co-destination-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

#fh5co-destination-list li {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li {
        margin-left: 0;
    }
}

#fh5co-destination-list li .title-bg {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background: #00AD7C;
    z-index: 12;
}

#fh5co-destination-list li .title-bg h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

#fh5co-destination-list li .title-bg span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#fh5co-destination-list li .title-bg span a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li .title-bg h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-destination-list li>a {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
}

#fh5co-destination-list li>a:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-destination-list li>a .case-studies-summary {
    width: auto;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li>a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#fh5co-destination-list li>a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-destination-list li>a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li>a .case-studies-summary h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:hover:after {
    -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.3);
}

#fh5co-destination-list li:hover>a:after {
    opacity: 1;
}

#fh5co-destination-list li:hover>a .case-studies-summary h2 {
    margin-top: -5px;
}

#fh5co-destination-list li.two-third {
    width: 65.6%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.two-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.two-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-forth {
    width: 25%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-forth {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-forth {
        width: 100%;
    }
}

#fh5co-destination-list li.one-half {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-half {
        width: 100%;
    }
}

#fh5co-testimonial {
    position: relative;
    background: #00AD7C;
}

#fh5co-testimonial .fh5co-heading h2 {
    color: white;
}

#fh5co-testimonial .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonial .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonial .box-testimony a:hover,
#fh5co-testimonial .box-testimony a:focus,
#fh5co-testimonial .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonial .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonial .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonial .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #00AD7C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .box-testimony blockquote .quote>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonial .box-testimony blockquote p {
    letter-spacing: 1px;
}

#fh5co-testimonial .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 16px;
    margin-left: 20px;
}

#fh5co-testimonial .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

#fh5co-features {
    padding: 7em 0;
}

#fh5co-features .feature-left {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left {
        margin-bottom: 30px;
    }
}

#fh5co-features .feature-left .icon i {
    color: #d9d9d9 !important;
}

#fh5co-features .feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .icon {
        width: 15%;
    }
}

#fh5co-features .feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-features .feature-left .feature-copy {
        width: 80%;
    }
}

#fh5co-features .feature-left h3 {
    font-size: 16px;
    font-weight: 700;
}

#fh5co-features .feature-left p {
    font-size: 15px;
}

#fh5co-features .feature-left p:last-child {
    margin-bottom: 0;
}

#fh5co-services,
#fh5co-about,
#fh5co-contact {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-services,
    #fh5co-about,
    #fh5co-contact {
        padding: 4em 0;
    }
}

#fh5co-services .fh5co-number {
    font-size: 20px;
    color: #000033;
    position: relative;
    padding-top: 10px;
    font-style: italic;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-services .fh5co-number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #000033;
}

#fh5co-services .fh5co-icon {
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon {
        margin-top: 0px;
        float: none;
    }
}

#fh5co-services .fh5co-icon i {
    font-size: 200px;
    color: #000033;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon i {
        font-size: 100px;
    }
}

#fh5co-contact .contact-info {
    margin: 0;
    padding: 0;
}

#fh5co-contact .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#fh5co-contact .contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .contact-info li a {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#fh5co-contact .form-control:focus,
#fh5co-contact .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial,
.fh5co-team {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

    .fh5co-testimonial,
    .fh5co-team {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2,
.fh5co-team h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure,
.fh5co-team figure {
    position: relative;
    top: 0px;
    background-size: cover;
    margin-bottom: 20px;
}

.fh5co-testimonial figure img,
.fh5co-team figure img {
    width: 130px;
    height: 130px;
    border: 10px solid #fff;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimonial>div,
.fh5co-team>div {
    padding: 30px 30px 0 30px;
}

.fh5co-testimonial>div h3,
.fh5co-team>div h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #000033;
}

.fh5co-testimonial>div .position,
.fh5co-team>div .position {
    color: #d9d9d9;
    margin-bottom: 30px;
}

.fh5co-testimonial>div,
.fh5co-testimonial blockquote,
.fh5co-team>div,
.fh5co-team blockquote {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.fh5co-testimonial>div p,
.fh5co-testimonial blockquote p,
.fh5co-team>div p,
.fh5co-team blockquote p {
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

.fh5co-testimonial span,
.fh5co-team span {
    font-style: italic;
    color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
    color: #ccc !important;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 30px;
    float: right;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.posted_by {
    font-style: italic;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #000033;
    padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
    padding: 7em 0;
    background: #F64E8B;
}

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 20px;
    }
}

#fh5co-start-project-section a:hover,
#fh5co-start-project-section a:focus,
#fh5co-start-project-section a:active {
    color: white !important;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.fh5co-social-icons>a {
    padding: 4px 10px;
    color: #000033;
}

.fh5co-social-icons>a i {
    font-size: 26px;
}

.fh5co-social-icons>a:hover,
.fh5co-social-icons>a:focus,
.fh5co-social-icons>a:active {
    text-decoration: none;
    color: #5a5a5a;
}

#footer {
    background: #393e46;
    padding: 60px 0 40px;
}

#footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

#footer p a {
    color: rgba(255, 255, 255, 0.5);
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
    color: rgba(255, 255, 255, 0.9) !important;
}

#footer .fh5co-footer-link {
    padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
    padding: 0;
    margin: 0;
}

#footer .fh5co-footer-link li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}

#footer .fh5co-footer-link li a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
    color: #fff !important;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 !important
}

.skewed-bg {
    background: #FFF;
    padding: 200px 0;
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    margin-top: -200px;
    z-index: 2222
}

.skewed-bg .content {
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    text-align: center;
}

.skewed-bg .content .title {
    padding-top: 100px;
    font-weight: normal;
}

.skewed-bg .content .text {
    width: 60%;
    margin: 25px auto;
    color: #ccfff2;
}

.text h1 {
    font-size: 20px
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #2D3192;
    color: #FFF;
    border: none !important;
    border: 2px solid transparent !important;
    min-width: 33%;
    margin: 0 auto;
    padding: 20px 10px
}

.btn.btn-primary i {
    vertical-align: middle;
    line-height: 1em;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #000033;
    color: #FFF;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #000033 !important;
    color: #FFF;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.btn.btn-outline {
    background: transparent;
    color: #000033;
    border: 2px solid #000033 !important;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
    background: #000033 !important;
    color: #fff !important;
}

.tab-content .btn {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.js .animate-box {
    opacity: 0;
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
}

.fh5co-offcanvas {
    overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
    overflow: hidden !important;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

#hero_des {
    /*  font-family: 'Open Sans', sans-serif; */
    font-weight: 100
}

.en {
    font-family: 'Open Sans', sans-serif !important;
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        display: none;
    }
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
    overflow-y: scroll !important;
    display: none;
}

@media screen and (max-width: 768px) {
    #offcanvas-menu {
        display: block;
    }
}

#offcanvas-menu ul {
    padding: 0;
    margin: 0;
}

#offcanvas-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#offcanvas-menu ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

#offcanvas-menu ul li a:hover {
    color: #000033;
}

#offcanvas-menu ul li>.fh5co-sub-menu {
    margin-top: 9px;
    padding-left: 20px;
}

#offcanvas-menu ul li.active>a {
    color: #000033;
}

#offcanvas-menu ul .fh5co-sub-menu {
    display: block !important;
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
    position: relative;
    color: #000033;
    background: #000033;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
    background: #000033;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2em;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

.socialbox a {
    display: inline;
    float: left;
    margin: 10px
}

/* property
---------------------------------*/

.propertyFilter select,
.propertyFilter select:hover {
    margin: 0 0 20px 0;
    padding: 10px;
    float: right;
    width: 100%;
    outline: none;
    background: #003f98;
    color: #FFF;
    border: 1px solid #FFF;
}

.propertyFilter option {
    outline: none;
    min-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    background: #00204e;
}

.propertyFilter li i {
    vertical-align: middle;
    margin-right: 5px;
}

.property-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.property-nav li {
    display: inline;
}

.property-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-weight: 600;
    color: #000033;
    border-radius: 0;
    text-transform: uppercase;
    background: #EAEAEA;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.property-nav li a:hover {
    background: #fecb00;
    color: #000033;
    text-decoration: none;
}

.propertyContainer {
    /*  position: static !important; */
    margin: 0 auto;
    max-width: 1140px;
}

.property-box {
    text-align: center;
    /* overflow: hidden; */
    width: 340px;
    height: auto;
    padding: 0;
    background-color: #FFF;
}

.status {
    position: absolute;
    left: 0;
    top: 10px;
    background: red;
    color: #FFF;
    min-width: 80px;
    z-index: 100;
    font-size: 14px;
}

.property-box img {
    width: 100%
}

.property-box img:hover {
    opacity: 0.6;
}

.property-nav li a.current {
    background: #fecb00;
    color: #000033;
    text-decoration: none;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.main-section.paddind {
    padding-bottom: 60px;
}

.w-text {
    color: #FFF !important;
}

.yellowtext {
    color: #fecb00 !important;
}

.footerbar span,
.footerbar small {
    margin: 0 10px;
}

footer {
    overflow: hidden
}

footer a {
    color: #CCC;
}

footer .btn.btn-primary {
    background: transparent !important;
    border: 1px solid #FFF !important;
    padding: 10px 20px !important;
    color: #333
}

@media(max-width: 1920px) {
    footer .btn.btn-primary {
        border: 1px solid #333 !important;
    }
}

footer .btn.btn-primary:hover {
    background: #fecb00 !important;
    border: 1px solid #fecb00 !important;
    color: #333 !important
}

footer .gtco-social-icons i {
    color: #FFF;
}

.gtco-widget a:hover,
.gtco-widget a:focus {
    color: #fecb00 !important
}

.footerdd {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    background: #EAEAEA;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    transform: skewX(-12deg);
}

@media(max-width: 1920px) {
    .footerdd {
        left: -170px;
        width: 47%;
    }
}

@media(max-width: 1200px) {
    .footerdd {
        left: -150px;
    }
}

@media(max-width: 1024px) {
    .footerdd {
        left: -200px;
    }
}

@media(max-width: 766px) {
    .footerdd {
        left: -120px;
    }

    .gtco-footer {
        padding-top: 30px;
    }

    .gtco-footer,
    .footerdd {
        background: #4d4d4d
    }

    .gtco-footer .gtco-widget h3,
    .gtco-footer .gtco-widget p {
        color: #FFF !important;
    }

    footer .btn.btn-primary,
    footer .btn.btn-primary:hover {
        color: #FFF !important;
        border: 1px solid #FFF !important;
    }

    footer small {
        font-size: 12px;
    }
}

footer .forcegray {
    color: #333 !important;
}

.copy {
    line-height: 2em
}

#btntype ul {
    list-style: none;
    margin-left: -45px;
}

#btntype ul li {
    float: left;
    border-radius: 50%;
    background: #FFF;
    margin-right: 10px;
    transition: all ease-in-out .5s;
    width: 80px;
    height: 80px
}

#btntype ul li img {
    width: 100%;
}

#btntype ul li:last-child {
    background: #d1be46;
}

@media(max-width: 766px) {
    #btntype ul {
        margin: 0 auto;
    }

    #speciallogo img {
        padding: 20px;
    }

    #btntype ul li {
        margin-bottom: 10px;
    }

    .propertyFilter select {
        width: 100%;
        border: 1px solid #CCC;
    }
}

.nowrapp {
    margin-left: -30px;
    margin-right: -30px;
}

#buynow {
    overflow: hidden
}

#buynow .skewbox {
    transform: skewX(-10deg);
    padding: 25px 0;
    background: #fecb00 !important;
    line-height: 1em;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 0 10px;
}

#buynow .skewbox a {
    color: #000033 !important;
    transform: skewX(10deg);
}

@media(max-width: 766px) {
    #buynow .skewbox {
        transform: skewX(0deg);
        background: transparent !important;
        padding: 0;
        margin: 0;
    }

    #buynow .skewbox a {
        color: rgba(255, 255, 255, 0.5) !important;
        transform: skewX(0deg);
    }
}

#searchbox {
    background: #fff;
    padding: 10px;
    position: absolute;
    left: 50%;
    bottom: -100px;
    width: 500px;
    margin: 0 auto;
    transform: translateX(-50%);
}

#searchbox input[type='text'] {
    border: none;
    background: #EAEAEA;
    padding: 10px;
    width: 80%
}

#searchbox input[type='submit'] {
    border: none;
    background: #fecb00;
    color: #000033;
    padding: 10px;
    width: 100px;
    position: absolute;
}

@media(max-width: 480px) {
    #searchbox {
        width: 100%;
        left: 0;
        top: 101%;
        transform: none;
    }

    #searchbox input[type='submit'] {
        width: 28%
    }

    #searchbox input[type='text'] {
        width: 70%;
    }
}

.bannerzone {
    width: 100%;
    background: #333;
}

.nowrap {
    margin: 0 !important;
    padding: 0 !important
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #EAEAEA
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
    width: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px
}

.youtubethumb {
    width: 100%;
    /* or whatever is required */
    text-align: center;
    /* ensures the image is always in the h-middle */
    overflow: hidden;
    /* hide the cropped portion */
}

.youtubethumb img {
    position: relative;
    /* allows repositioning */
    left: 100%;
    /* move the whole width of the image to the right */
    margin-left: -200%;
    /* magic! */
    width: 100%
}

.newsbg {
    position: relative;
    background: #FFF;
    overflow: hidden;
    width: 100%;
}

.newswap {
    padding: 10%;
}

.skewimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    transform: skewX(-12deg);
    overflow: hidden
}

.skewimg img {
    -webkit-transform: skewX(12deg);
    -moz-transform: skewX(12deg);
    transform: skewX(12deg);
    height: 100%;
    margin-left: -50%;
}

@media(max-width: 992px) {
    .newsbg {
        min-height: auto;
    }

    .skewimg {
        width: 100%;
        left: 0;
        right: 0;
        position: relative;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .skewimg img {
        width: 100%;
        margin-left: 0;
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        transform: skewX(0deg);
    }
}

.mt20 {
    margin-top: 60px
}

/* custom calendar */

.eventcalendar {
    /*background: #e29126 url('../images/bgcalendar.png') no-repeat;*/
    /*background-color:3f9d000;*/
    background-image: url('../img/bg-gray.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    min-height: 800px
}

.ei-nav-container {
    position: absolute;
    width: 100%;
    left: 50%;
    z-index: 1
}

.swapp {
    padding-top: 90px
}

.swapp h3 {
    font-size: 18px;
    color: #333;
}

.event-box {
    width: 45%;
    background-color: #fecb00;
    color: #333;
    float: left;
    margin: 2px;
    overflow: hidden;
    position: relative;
}

.event-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.eventbox-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 25px;
    transform: translateY(-50%);
}

.eventbox-content small {
    font-weight: 600;
    font-size: 14px
}

.eventbox-content h3 {
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 22px;
}

.eventbox-content h3.Black {
    color: #333 !important;
}

.eventbox-content p {
    font-weight: 500;
    font-size: 13px;
    padding: 0;
    line-height: 1.2em;
    margin-bottom: 4px;
}

.w100 {
    width: 100% !important
}

@media(max-width:1200px) {
    .eventbox-content {}

    .eventbox-content small {
        font-size: 12px
    }

    .eventbox-content h3 {
        font-size: 18px;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
    }

    .eventbox-content p {
        font-size: 14px;
    }
}

#ei-events {
    width: 500px;
    margin: 0 auto;
}

.ei-event:hover,
.ei-event {
    background-color: #333;
}

#ei-events h2 {
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
    background: #333;
    border-radius: 80px;
    padding: 15px 60px;
    position: absolute !important;
    width: 100%;
    text-align: center;
}

.darkness {
    background-color: #000034 !important;
    color: #FFF !important;
}

.currentmonth {
    margin: 10px 0;
    background-color: #333 !important;
    color: #FFF !important;
}

.ei-event .ei-date {
    font-weight: 400;
    width: 30%
}

.ei-content {
    width: 70%
}

.ei-events-container>div:last-child {
    border: none
}

.ei-event .ei-date .ei-day {
    color: #333;
    font-size: 28px;
    font-weight: 500
}

.ei-event .ei-date .ei-day_end {
    top: 20px;
    left: 60px;
    font-weight: 500;
    color: #333;
    font-size: 28px
}

.ei-content .ei-description {
    position: relative;
    top: 0;
    font-family: 'Prompt', sans-serif;
    font-size: 13px;
    font-weight: 500;
    /*height: 16px;*/
    color: #333;
    padding-right: 5px;
    margin-top: 10px;
}

.ei-arrow-left {
    left: 10px;
    top: 8px;
    position: absolute;
}

.ei-arrow-right {
    right: 10px;
    top: 8px;
    position: absolute;
}

.ei-event {
    display: table;
    width: 100%;
    border: none;
    margin-bottom: 5px;
    min-height: 120px;
    padding: 15px;
    border-radius: 10px;
}

.ei-event *,
.event-box *,
.eventbox-content h3.Black {
    color: #FFF !important
}

.ei-events-container {
    padding-top: 90px
}

.ei-events-container h3,
.swapp h3 {
    font-size: 20px;
    /*color: #333;*/
    color: #fff !important;
}

.ei-event .ei-date .ei-month {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 18px;
    color: #333;
}

.ei-event .ei-date .ei-month_end {
    position: absolute;
    top: 50px;
    left: 85px;
    font-size: 18px;
    color: #333;
}

.ei-event:hover,
.ei-event {
    background-color: #4bd4ff;
}

.ei-content .ei-name {
    position: relative;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.ei-content .ei-time {
    position: relative;
    /*margin-top: 5px;*/
    color: #333;
    font-size: 12px;
    font-weight: 600;
    top: 0;
}

.ei-content .ei-description,
.ei-content .ei-time {
    position: relative;
    opacity: 0.7;
    line-height: 20px;
}

.ei-content .ei-description:before,
.ei-content .ei-time:before {
    padding-right: 7px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.ei-content .ei-description:before {
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f041";
}

.ei-content .ei-time:before {
    font: normal normal normal 11px/1 FontAwesome;
    content: "\f017";
}

@media(max-width: 992px) {
    .ei-nav-container {
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
    }

    .ei-event {
        width: 100%
    }

    .event-box {
        width: 49%;
        background-color: #fecb00;
        color: #333;
        float: left;
        margin: 2px;
        overflow: hidden;
        position: relative;
    }

    .event-box:before {
        content: "";
        display: block;
        padding-top: 0;
    }

    .eventbox-content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 25px;
        transform: none
    }

    #ei-events {
        width: 100%;
        margin: 0 auto;
    }
}

.btn-custom {
    margin: 0 !important;
}

.icoimg a {
    color: #FFF !important;
    font-size: 16px;
    padding: 10px 0
}

@media(max-width:480px) {
    .event-box {
        width: 100%
    }

    .ei-event {
        margin-bottom: 5px;
    }

    .ei-content .ei-name {
        max-width: 95%
    }

    .ei-event .ei-date {
        height: 50px
    }

    .ei-event .ei-date .ei-day {
        top: 0;
        left: 10px;
    }

    .ei-event .ei-date .ei-day_end {
        top: 3px
    }

    .ei-event .ei-date .ei-month,
    .ei-event .ei-date .ei-month_end {
        top: 30px;
    }

    .ei-event .ei-date .ei-month {
        left: 10px
    }

    .ei-event {
        display: table;
        padding: 20px
    }

    .ei-content {
        width: 100%;
        height: auto;
        border-top: 1px solid #333;
        margin-top: 13px;
        padding-top: 13px;
    }

    .ei-event .ei-date {
        width: 100%
    }

    .swapp {
        padding-top: 20px;
        margin-top: 0
    }

    .ei-events-container h3,
    .swapp h3 {
        font-weight: 700;
        font-size: 20px
    }
}

#headgray {
    padding: 50px 0 20px 0;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #333 50% 50%;
    min-height: 500px;
    background-size: cover;
    margin-top: 0 !important;
    background-image: url('../images/etdr_desktop_3.png');
}

@media(max-width: 480px) {
    .headgray {
        min-height: 300px !important;
        background-image: url('../images/etdr_mobile_3.png') !important;
    }
    #text-headgray {
        margin-top: -160px !important;
    }
}


#headgray .owl-dots {
    bottom: -20px !important;
}

.gtco-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99
}

.gtco-nav-toggle {
    position: fixed !important;
}

@media(max-width: 992px) {
    #gtco-logo img {
        z-index: 999 !important
    }
}

#specalprice h1,
#unit h1,
#exdate h1 {
    color: #FFF
}

.overtherainblow {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.projecthead {
    margin-bottom: 30px;
}

.projecthead h1 {
    font-size: 30px;
    color: #FFF
}

.projecthead h2 {
    font-size: 18px;
    font-weight: 300;
    color: #FFF
}

#headgray h2,
#headgray h3 {
    color: #FFF;
}

.projecthead p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fecb00;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

#filterbar {
    background: #f8f8f8;
    padding: 60px 0 50px 0
}

#filterbar h3 {
    font-size: 20px;
    margin-left: 15px;
}

@media(max-width: 480px) {
    .propertyFilter {
        padding: 20px 0
    }

    .propertyFilter h3 {
        font-size: 18px;
        font-weight: 500
    }
}

/*  Hide input  spin box  */

input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}

label,
.focus-input100::after {
    font-weight: 500;
    font-size: 14px;
    color: #333 !important;
}

.btn-search,
.btn-reset {
    width: 49% !important;
    margin: 0;
    color: #FFF;
    padding: 10px;
    top: 50%;
    bottom: auto;
    position: absolute;
    transform: translateY(-50%);
}

.btn-search,
.btn-search:hover,
.btn-search:focus,
.btn-search.focus,
.btn-search:active,
.btn-search.active {
    left: 0;
    background: #2D3192;
}

.btn-reset,
.btn-reset:hover,
.btn-reset:focus,
.btn-reset.focus,
.btn-reset:active,
.btn-reset.active {
    right: 0;
    background: #151515;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #adadad;
    margin-top: 15px;
}

@media(max-width: 992px) {

    .btn-search,
    .btn-reset {
        position: relative;
        width: 49% !important;
        margin: 20px 0;
        color: #FFF;
        padding: 10px;
        bottom: 0;
    }

    .wrap-input100 {
        margin-bottom: 20px;
    }
}

.input100 {
    font-family: 'Prompt', sans-serif !important;
    font-size: 15px;
    color: #555555;
    line-height: 2em;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 30px 5px;
    border: none;
    outline: none
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(193, 82, 252, 1);
    background: -moz-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193, 82, 252, 1)), color-stop(8%, rgba(193, 82, 252, 1)), color-stop(52%, rgba(93, 164, 252, 1)), color-stop(90%, rgba(36, 205, 251, 1)), color-stop(100%, rgba(36, 205, 251, 1)));
    background: -webkit-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -o-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -ms-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: linear-gradient(to right, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c152fc', endColorstr='#24cdfb', GradientType=1);
}

.focus-input100::after {
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
    top: -15px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -15px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.wrap-login100 {
    min-width: 90%;
    padding: 0;
}

.nopad {
    padding: 0 !important;
    margin: 0 !important;
}

.wrap-login100 .sidebg {
    background-color: #ddd
}

select {
    border: 1px solid #d7d7d7;
    padding: 8px;
    border-radius: 2px;
    width: 100%
}

select:hover {
    background: #cde4f7;
    border: 1px solid #41c9ff;
}

select:focus {
    /*         -webkit-box-shadow: 0 0 3px 1px #7cdaff;
        -moz-box-shadow: 0 0 3px 1px #7cdaff;
        box-shadow: 0 0 3px 1px #7cdaff; */
}

select:before {
    content: "▼";
}

option {
    background: #fff;
    border-color: #41c9ff;
    border-radius: 2px;
    line-height: 18px;
    outline: none;
    -webkit-box-shadow: 0 0 3px 1px #c00;
    -moz-box-shadow: 0 0 3px 1px #c00;
    box-shadow: 0 0 3px 1px #c00;
}

option:focus {
    -webkit-box-shadow: 0 0 3px 1px #7cdaff;
    -moz-box-shadow: 0 0 3px 1px #7cdaff;
    box-shadow: 0 0 3px 1px #7cdaff;
}

.property-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.property-nav li {
    display: inline;
}

.property-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-weight: 600;
    color: #000033;
    border-radius: 0;
    text-transform: uppercase;
    background: #EAEAEA;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.property-nav li a:hover {
    background: #ffcc00;
    color: #000033;
    text-decoration: none;
}

.propertyContainer {
    margin: 0 auto;
    /*    padding-left:15px; */
    max-width: 1140px;
}

.status {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #cc0001;
    color: #FFF;
    min-width: 100px;
    min-height: 30px;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
    line-height: 2.1em;
    font-size: 14px;
}

.triangle {
    position: absolute;
    left: 0;
    top: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #6b0000 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #6b0000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}

.footer-banner {
    background: #999999;
    min-height: 80px;
    width: 100%
}

.property-box {
    text-align: center;
    /*     overflow: hidden; */
    width: 32%;
    height: auto;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #EAEAEA;
    padding: 10px
}

.property-box img {
    width: 100%
}

.property-box img:hover {
    /* opacity: 0.6; */
}

.property-nav li a.current {
    background: #ffcc00;
    color: #000033;
    text-decoration: none;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.facilities {
    /* position: relative;
    margin: 20px 0;
    padding-top: 70px; */
}

.facilities .onlineonly {
    position: absolute;
    top: 0;
    width: 250px;
    left: 50%;
    margin-left: -125px;
}

.facilities img {
    width: 90%;
    padding: 10px
}

.facilities p {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-size: 14px;
    font-weight: 400;
}

.facilities .row p {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#footerbanner {
    /* padding: 20px 0; */
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

.thead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, .5);
    padding: 30px;
    height: 80%;
    width: 80%;
    vertical-align: middle
}

.thead h2 {
    font-size: 50px !important;
    margin: 80px 0 20px 0 !important
}

.thead p {
    font-size: 20px !important;
    color: #fff !important;
}

.swaper {
    /* padding: 80px 0; */
}

.gtco-text {
    text-align: left;
}

.gtco-text h2 {
    font-family: 'Prompt', sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    margin: 10px 0 !important;
}

.gtco-text h3 {
    font-family: 'Prompt', sans-serif;
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2em;
}

.propid {
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0 5px 0
}

.propsquare {
    /* font-weight: 600; */
    font-size: 14px !important;
    font-family: 'Prompt', sans-serif;
    margin: 0 0 10px 0;
}

.footerbar {
    /*     margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #DADADA; */
}

.footerbar p {
    text-align: left;
    font-weight: 800;
}

.strikethrough {
    position: relative;
    /* font-size: 30px; */
    font-size: 20px;
    color: #999999;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.strikethrough:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    right: 0;
    border-top: 1px solid #3333;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.strikethrough:after {
    font-family: 'Prompt', sans-serif;
    content: ' ลบ.';
    font-size: 18px;
}

.txtnormalprice {
    position: relative;
    /* font-size: 30px; */
    font-size: 20px;
    color: #999999;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    /* padding: 0 0 0 10px; */
    padding: 0;
}

.txtnormalprice:before {
    position: absolute;
    /* content: ""; */
    left: 10px;
    top: 50%;
    right: 0;
    border-top: 1px solid #3333;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.txtnormalUnitPrice {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}

.specialprice {
    padding: 10px 0 0 0;
    /* font-size: 38px; */
    font-size: 20px!important;
    font-weight: 600;
    color: #cc0001;
    white-space: nowrap;
    overflow: hidden;
}

.specialprice:after {
    font-family: 'Prompt', sans-serif;
    content: ' ลบ.';
    font-size: 18px;
}

.btn-custom2,
.btn-custom2:hover,
.btn-custom2:focus {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #2D3192;
    border: 1px solid #2D3192;
    padding: 14px 20px;
    letter-spacing: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    transition: all 0.3s;
    width: 100%
}

.btntype.active {
    border: 2px solid #2D3192;
    outline: none
}

@media(max-width:1200px) {
    .property-box {
        width: 48%;
        margin: 10px 0;
    }
}

@media(max-width:992px) {
    .property-box {}
}

@media(max-width:760px) {
    .propertyContainer {
        width: 100% !important;
    }

    .property-box {
        width: 100%;
        margin: 0 0 10px 0;
        /*       max-height: 200px; */
        overflow: hidden
    }

    /*
    .property-box img {
        max-height: 200px;
    }
 */
}

.bgheader {
    width: 100%;
    background: url('../images/bgdetail01.jpg') no-repeat 0 0;
    text-align: center;
    color: #FFF;
    padding: 60px 0
}

.bgheader h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #FFF
}

.bgheader p {
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    color: #FFF;
    padding: 0;
}

.swapper {
    text-align: left;
}

.swapper h1 {
    color: #333;
}

/* .tabheader img {
    width: 100%;
    padding: 0
}
 */

.paymentstep {
    margin: 0 0 60px 0;
}

.paymentstep ol {
    list-style: none
}

.paymentstep li {
    background: #DADADA;
    border: 1px solid #EAEAEA;
    padding: 10px 10px 10px 70px;
    margin: 10px 0 0 0;
    border-radius: 50px;
    width: 100%;
    display: block;
    position: relative;
}

.paymentstep li span {
    background: #0195b9;
    border-radius: 100%;
    padding: 3px;
    text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    left: 10px;
    color: #FFF;
    font-size: 30px;
    width: 40px;
    font-weight: 600;
    overflow: hidden
}

.overlap {
    background: #FFF;
    margin-top: 20px;
    min-height: 800px;
    padding: 20px;
}

.tabheader {
    width: 100%;
    min-height: 100px;
    padding: 10px 0 0 0;
    background: #0195b9;
    position: relative;
    margin: 0 0 0 2px;
}

.tabheader span {
    color: #FFF;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 20px
}

@media(max-width: 480px) {
    .tabheader span {
        color: #FFF;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        font-size: 18px
    }

    .tabheader {
        min-height: auto;
        padding: 10px
    }
}

.propertyFilter {
    padding: 20px 0
}

.propertyFilter h3 {
    font-size: 18px;
    font-weight: 500
}

.tabico {
    width: 100%
}

.nav-tabs>li img {
    opacity: .5;
    width: 40px;
    transition: all ease-in-out .5s;
}

.nav-tabs>li.active img {
    opacity: 1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent
}

.tabbg1,
.tabbg1 a:hover {
    background-color: #01bbd4 !important
}

.tabbg2,
.tabbg2 a:hover {
    background-color: #0195b9 !important
}

.tabbg3,
.tabbg3 a:hover {
    background-color: #016eb3 !important
}

.tabbg4,
.tabbg4 a:hover {
    background-color: #003760 !important
}

.tabbg5,
.tabbg5 a:hover {
    background-color: #00183e !important
}

.tabbg6,
.tabbg6 a:hover {
    background-color: #c20120 !important
}

.tabbg8,
.tabbg8 a:hover {
    background-color: #3d99ca !important
}

.radius {
    border-radius: 100%;
    padding: 5px 6px;
    width: 30px;
    height: 30px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin-top: -5px;
}

.hidetext {
    display: none;
    font-weight: 500;
}

@media(max-width: 766px) {
    .hidetext {
        display: inline !important
    }

    /*     .radius {
        display: none
    } */
}

.radius i {
    font-size: 18px;
}

.radius.bg1 {
    background: #043d94;
    color: #FFF;
}

.radius.bg2 {
    background: #043d94;
    color: #FFF;
}

.capchatxt {
    max-width: 100%;
}

.dialogbox {
    display: none;
}

.btnadvance,
.btnadvance:hover {
    background: none #EAEAEA;
    border: none;
    font-family: 'Quicksand', sans-serif !important;
    outline: none;
    float: left;
    margin: 0 0 30px 0;
    padding: 10px;
    font-weight: 500;
}

.btnrefresh {
    background: #DADADA;
    color: #333;
    margin: 0 0 0 20px;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    text-align: center;
}

.facebook {
    color: #FFF;
    height: 60px;
    position: relative;
    background: #3c5a98;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    margin: 0 0 20px 0;
    border: none;
    font-size: 16px;
}

.btntype {
    color: #2D3192;
    height: 60px;
    position: relative;
    background: #FFF;
    border: 1px solid #2D3192;
    font-family: 'Prompt', sans-serif;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.selecttypelogin {
    display: none;
    padding: 30px 0
}

.facebook img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px
}

.orline {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: url('../images/bgline.svg') repeat-x 50% 50% #FFF;
    position: relative;
    margin: 0 0 20px 0
}

.orline span {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    vertical-align: middle;
    white-space: nowrap;
    line-height: 3em;
    padding: 0 20px
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
}

.bgform {
    background: url('../images/bgordercon.jpg') no-repeat 50% 50% !important;
    background-size: cover;
    padding: 100px 0 !important;
}

.wbg {
    background: url('../images/loginbg.png') repeat-x bottom center #FFF;
    padding: 20px 20px 150px 20px;
    min-height: 600px
}

@media(max-width: 766px) {
    .bgform {
        margin: 0 !important;
        padding: 0 !important
    }

    .wbg {
        padding: 100px 20px 100px 20px;
    }
}

.orderid {
    padding: 20px;
    font-weight: 500;
    background: #2D3192;
    text-align: center;
    color: #FFF;
    border: 1px solid #2D3192;
    margin: 0
}

@media(max-width: 766px) {
    #menu {
        padding: 0 !important
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 100vh;
        padding: 0 30px;
    }

    .radius {
        padding: 6px;
    }
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #adadad;
    margin-top: 0px;
    margin-bottom: 20px;
}

.input100 {
    font-family: 'Prompt', sans-serif !important;
    font-size: 15px;
    color: #555555;
    line-height: 2em;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
    border: none;
    outline: none
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(193, 82, 252, 1);
    background: -moz-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(193, 82, 252, 1)), color-stop(8%, rgba(193, 82, 252, 1)), color-stop(52%, rgba(93, 164, 252, 1)), color-stop(90%, rgba(36, 205, 251, 1)), color-stop(100%, rgba(36, 205, 251, 1)));
    background: -webkit-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -o-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: -ms-linear-gradient(left, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    background: linear-gradient(to right, rgba(193, 82, 252, 1) 0%, rgba(193, 82, 252, 1) 8%, rgba(93, 164, 252, 1) 52%, rgba(36, 205, 251, 1) 90%, rgba(36, 205, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c152fc', endColorstr='#24cdfb', GradientType=1);
}

.focus-input100::after {
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
    top: -15px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -15px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.wrap-login100 {
    min-width: 90%;
    padding: 0;
}

.wrap-login100 .sidebg {
    background-color: #ddd
}

#footerid {
    margin: 0 !important;
}

.num {
    padding: 20px;
    background: #2D3192;
    color: #FFF;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.tabname {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: sub;
    text-align: left;
}

.tabname strong {
    color: #2D3192;
    display: block;
    text-align: left;
}

/* Tabs panel */

.tabbable-panel {
    padding: 10px;
}

/* Default mode */

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
    padding: 20px 0
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 50px;
    color: #737373;
    opacity: .4;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    /* border-bottom: 4px solid #fbcdcf; */
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background: none !important;
    /* color: #333333; */
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    /*     border-bottom: 4px solid #f3565d; */
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    /*   color: #333333; */
    opacity: 1
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 40px 20px;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/* The button */

.fileUpload {
    font-family: 'Roboto', sans-serif;
    background: #EAEAEA;
    border: 0;
    display: block;
    margin: 2% 0 5% 0;
    width: 100%;
    padding: 5px;
    /* border radius */
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #DADADA;
    overflow: hidden
}

.fileUpload .fileBtn {
    font-family: 'Prompt', sans-serif;
    background: #2D3192;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    width: 50%;
    /* border radius */
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.fileUpload .fileBtn:hover {
    background: #2D3192;
}

.fileUpload .fileName {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 49%;
    padding: 0;
    line-height: 3.1em;
    text-align: left;
    text-indent: 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileUpload .fileBtn:hover {
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-property: background;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease-in;
    -o-transition-property: background;
    -o-transition-duration: 0.4s;
    -o-transition-timing-function: ease-in;
    -ms-transition-property: background;
    -ms-transition-duration: 0.4s;
    -ms-transition-timing-function: ease-in;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-in;
}

/* Clear input-parent, due to child-floats */

.fileUpload:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.showpromotion {
    background: transparent;
    text-decoration: underline !important;
    width: 100%;
    text-align: left;
    margin: 20px 0 0 0;
}

@media (max-width: 766px) {

    /*     .container {
        width: 80%;
    } */
    .ordernow {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        z-index: 99;
        background: #DADADA;
        padding: 20px
    }
}

.ordernow h3 {
    text-align: center;
    color: #333 !important;
    font-size: 16px;
    margin: 20px 0 !important;
    display: block
}

.ordernow h3 span {
    float: none;
    font-weight: 600;
    font-size: 25px
}

.ordernow small {
    text-align: center;
    color: #333 !important;
    font-size: 14px;
    margin: 10px 0 !important;
    display: block
}

.remarks {
    text-align: left !important;
    font-size: 16px !important;
    padding: 20px 0 0 0 !important;
    color: #333 !important;
}

.headremarks {
    position: relative;
    margin: 0 0 40px 0;
}

.headremarks h3 {
    font-size: 18px !important;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5em;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
}

.h3 {
    font-size: 20px;
    margin: 20px 0 20px !important;
    color: #333;
}

.paddingqr {
    margin: 0 auto 20px auto;
}

.paddingqr img {
    margin: 0 auto;
}

.paddingqr p {
    font-size: 18px;
    font-weight: 500
}

.borderthin {
    border: 1px solid #1e4066;
    margin-bottom: 20px;
}

.only {
    padding: 20px;
    text-align: center;
    background: #EAEAEA;
    color: #2D3192;
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 600
}

.payprice {
    font-size: 16px;
    padding: 20px 0 0 0;
    border-top: 1px solid #DADADA;
}

.payprice span {
    display: block;
    font-size: 40px;
    color: #2D3192
}

.payprice span:after {
    content: ' บาท';
    font-size: 16px
}

.price {
    font-size: 30px;
    font-weight: 800 !important;
    /*     border-bottom: 2px solid #2D3192;
    border-top: 2px solid #2D3192; */
    margin: 20px 0;
    padding: 10px 0;
    text-align: left
}

.price:before {
    content: "ราคาทรัพย์";
    font-size: 16px;
    margin-right: 10px;
    font-weight: normal;
    display: block;
}

.price:after {
    content: 'ลบ.';
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}

.underline {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    margin: 0 0 20px 0;
    padding: 20px 0
}

.bankaccount {
    margin: 20px 0
}

.bankaccount img {
    width: 90px !important
}

.bankaccount .borderline {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
}

.bankaccount .h3 {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
}

.bankaccount .h4 {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 14px !important
}

.swapper {
    padding: 20px 0;
}

.swapper h1 {
    text-align: left;
    color: #333;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 800;
    letter-spacing: 0 !important;
    margin: 20px 0 0 0 !important;
    /*      word-wrap: break-word;
     word-break: keep-all; */
}

.swapper h2 {
    text-align: left;
    color: #01bbd4;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.swapper h3 {
    text-align: left;
    color: #333;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
}

.swapper p {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.7em;
    margin: 8px 0;
    color: #333
}

.swapper h3 span {
    float: right;
}

.swapper img {
    margin: 20px 0;
}

.footerspace {
    margin-top: 80px;
}

.thislabel {
    font-weight: 500;
    color: #333;
    font-size: 16px
}

.thishelp a {
    color: #2D3192;
    font-weight: 500 !important;
    font-size: 14px;
}

@media(max-width: 992px) {
    .footerdd {
        display: none
    }

    footer .forcegray {
        color: #FFF !important
    }
}

@media(max-width: 992px) {

    footer .btn.btn-primary,
    footer .btn.btn-primary:hover {
        border: 1px solid #FFF !important;
        width: 100%
    }
}

.nopad {
    padding: 0 !important
}

.breadcrumb {
    margin: 0 !important;
    padding: 0
}

@media(max-width:480px) {
    .breadcrumb li {
        max-width: 100% !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 11px !important;
    }
}

.breadcrumb>li+li:before {
    content: " | ";
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    display: none
}

#bginfomation {
    background: #EAEAEA;
    padding: 3em 0;
    min-height: 200px
}

/**/

.infobg,
.infobg2 {
    width: 98%;
    background: #2D3192;
    color: #FFF;
    padding: 50px 30px 30px 60px;
    position: relative;
    float: left;
    min-height: 300px !important
}

.infobg2 {
    background: #FFF;
    color: #2D3192;
}

.infobg:before,
.infobg2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 80px solid #EAEAEA;
    border-right: 80px solid transparent;
    width: 0;
}

.infobg h3 {
    color: #FFF;
}

.infobg p {
    color: #fff;
}

.infobg2 h3 {
    color: #2D3192;
}

.infobg2 p {
    color: #2D3192;
}

.infobg .catname {
    color: #FFF;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 600
}

.infobg2 .catname {
    color: #2D3192;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 600
}

.pTop {
    padding: 50px 0 0 0;
}

.btn-download,
.btn-download:hover,
.btn-download:focus,
.btn-download:active {
    color: #FFF;
    padding: 5px 20px;
    background: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #2D3192;
    border-color: #2D3192;
    cursor: default;
}

.pagination>li>a,
.pagination>li>span {
    color: #2D3192
}

.gtco-section h2 {
    /*   margin: 30px 0 40px 0 !important; */
}

.navbcrumb {
    background: #EAEAEA;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid #DADADA;
}

/* Add */

.btnfav,
.btnfav:hover,
.btnfav:focus,
.btnfav:active {
    background-color: #fecb00 !important;
    border: 1px solid #fecb00 !important;
    color: #333 !important;
    margin: 10px 0
}

.btnfav i {
    color: red
}

.footerbar span {
    display: inline !important
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*='owl-']:hover,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: transparent !important;
}

.owl-theme .owl-nav {
    margin-top: 60px !important;
}

@media(max-width: 480px) {
    #smartsearch input[type='text'] {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .btn-custom {
        width: 100% !important
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2D3192 !important;
}

.footerbar p {
    margin-bottom: 12px;
}

.footerbar span {
    display: contents;
}

.footerbar span,
.footerbar small {
    /* margin: 0 8px; */
    margin: 0;
}

#smartsearch {
    background: url('../img/bg-blue.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: 80px 0 50px 0px
}

.form-control {
    background: #FFF;
    border-radius: 0;
    outline: none
}

label,
.focus-input100::after {
    /*    color: #FFF !important; */
}

#smartsearch input[type='text'] {
    border: none;
    padding: 10px;
    width: 80%;
}

#smartsearch label {
    color: #FFF !important
}

#mainbanner {
    margin-top: 0
}

.btn-custom {
    background: #2D3192;
    color: #FFF;
    padding: 13px 30px;
}

@media(max-width: 766px) {
    #mainbanner {
        margin-top: 0 !important;
    }
    .btn-custom {
        margin-bottom: 10px ;
    }
    #smartsearch .btn-custom {
        margin-bottom: 0 !important;
    }
    
}

.icoimg {
    margin: 30px 0 0 0
}

.pad10 {
    padding: 10px !important
}

.btn-custom2,
.btn-custom2:hover,
.btn-custom2:focus {
    border: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #2D3192;
}

.icoimg {
    margin: 0 auto;
}

.icoimg a {
    display: inline-block;
    margin: 0 5px;
}

@media(max-width:766px) {
    .icoimg a {
        width: 49%;
        float: left;
        margin: 0;
    }
}

.icoimg a p {
    color: #fff;
    font-size: 12px;
}

.icoimg a img {
    width: 100%;
}

@media(max-width:480px) {
    .icoimg a img {
        width: 60%;
    } 
}

@media(min-width:2000px) {
    .footerdd {
        background: transparent;
    }

    .forcegray {
        color: #FFF !important
    }
}

#bginfomation,
#propertybg {
    background: #eaeaea
}

.bamebook {
    margin: 50px 0;
}

.bamebook img {
    width: 100%;
    height: auto
}

.owl-carousel .owl-item img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.pt140 {
    padding-top: 140px;
}

#ebook {
    background: url("../images/bgebook.jpg") no-repeat;
    background-size: 100% 100%;
}

.flex-video iframe {
    width: 100%;
    height: auto
}

.pad30 {
    padding: 30px;
    text-align: center
}

#announcerate {
    background: url('../images/polygon.png') no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 100px 0 0 0
}

#announcerate h1,
#announcerate h2,
#announcerate h3,
#announcerate h4,
#announcerate p,
#announcerate li {
    color: #FFF
}

.headrow {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, .5);
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 40px;
}

.linerow {
    padding: 20px 0;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 18px;
}

/* @media( max-width: 767px){
    .headrow { display: none }
    .linerow div:nth-child(2)::before{ content: "MLR :"; margin-right: 10px}
    .linerow div:nth-child(3)::before{ content: "MOR :"; margin-right: 10px}
    .linerow div:nth-child(4)::before{ content: "MRR :"; margin-right: 10px}

} */


#announcerate h4 {
    border-bottom: 3px solid #fecb00;
    display: inline-block;
    margin: 30px 0;
}

.mt30 {
    margin-top: 30px;
}

/* Mega menu */
.navbar-brand>img {
    padding-top: 11px;
    width: 130px;
    margin-left: 60px;
}

.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.navbar-default {
    color: #333;
    background-color: #FFF;
    border-color: transparent;
    padding: 20px;
}

@media(max-width:766px) {
    .navbar-default {
        padding: 20px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #2b317f;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-brand {
    color: #2b317f;
}

.menu-large {
    position: static !important;
}

.megamenu {
    width: 100%;
}

@media(max-width: 480px) {
    .megamenu li ul {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #DADADA;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #FFF;
    border-bottom: 6px solid #fecb00 !important;
    color: #2b317f
}

.megamenu li ul li {
    list-style: none;
}

.megamenu li ul li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #2b317f;
    white-space: normal;
}

@media(max-width: 766px) {
    .megamenu li ul li a {
        font-size: 14px;
    }
}

.megamenu li ul>li a:hover,
.megamenu li ul>li a:focus {
    text-decoration: none;
    color: #000;
    /* background-color: #f5f5f5; */
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #2b317f;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.megamenu ul {
    padding: 20px
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu ul {
        padding: 0
    }

    .megamenu li ul li a {
        font-size: 14px;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-right: 0 !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.navbar {
    margin-bottom: 0
}

.brand img {
    width: 100%;
}

@media(max-width: 766px) {
    .brand img {
        width: 80%
    }

    .gtco-social-top {
        margin: 10px 0;
    }

    .navbar-default {
        padding-bottom: 0
    }
}

.dropdown-menu {
    top: auto;
}

.megamenu img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-skew {
    background-color: #fecb00;
}

.nav>li>a {
    padding: 10px;
}

@media(max-width: 1024px) {
    .btn-skew {
        margin-left: 0;
    }

    .container {
        width: 100%
    }
}

@media(max-width: 992px) {
    .nav>li>a {
        font-size: 14px;
    }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 20px 0 0 0;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}

.property-box .img-responsive {
    height: 240px !important;
    margin: 0 auto;
}

option {
    -moz-font-family: 'Prompt' !important;
    font-family: 'Prompt' !important;
}

/* fixed bug chrome 81 */
img{
  image-orientation: none !important;
}