.site-banner-bg {
    background: #242c42;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

body {
    background-color: #fff;
}

#body {
    background-color: #fff;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.backgroup-container {
    background-color: #f7f8f8
}

.css-title-bds {
    padding: 20px 0
}

.css-title-bds h2 {
    font-size: 28px;
    color: #6b8fca
}

.label_product_new {
    position: absolute;
    top: 8px;
    left: 20px;
}

.label_price_new {
    position: absolute;
    top: 23px;
    left: 12px;
}

.label_gift {
    position: absolute;
    top: 150px;
    left: 270px;
    opacity: 0.8
}

.label_product_new .label_sale_news {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-align: center;
    color: #fff;
    background: url("../images/icons/moi.png") no-repeat;
    display: block;
    background-color: transparent;
    line-height: 1.1;
}

.hover-img:hover .label_gift .label_gift_room {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-align: center;
    color: #fff;
    background: url("../images/icons/icon-room.png") no-repeat -198px 1px;
    display: block;
    background-color: transparent;
    line-height: 1.1;
}

.label_price_new .label_price_news {
    width: 65px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    text-align: center;
    color: #fff;
    background: url("../images/icons/daban.png") no-repeat;
    display: block;
    background-color: transparent;
    line-height: 1.1;
}

.padding-col8 {
    padding: 10px 20px 30px;
}

.backgorup-div {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
}

.backgorup-div div h3, .backgorup-div div span {
    color: #72b244;
}

.magrin-marker, .margin-title {
    margin-top: 15px
}

.backgroup-img-icon {
    display: flex;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    flex-wrap: wrap;
}

.backgroup-img-icon div, .pd-gird .item .data .meta li {
    height: 30px;
    width: 30px
}

.backgroup-img-icon div:nth-of-type(1) {
    background: url("../images/icons/icon-room.png") no-repeat 3px 1px;
}

.backgroup-img-icon div:nth-of-type(2) {
    background: url(../images/icons/area.png) no-repeat;
}

.backgroup-img-icon div:nth-of-type(3), .css-row div:nth-of-type(2) {
    background: url(../images/icons/icon-room.png) no-repeat -78px 1px;
    margin-top: 0
}

.backgroup-img-icon div:nth-of-type(4), .css-row div:nth-of-type(3) {
    background: url(../images/icons/icon-room.png) no-repeat -158px 1px;
    margin-top: 0
}

.backgroup-img-icon span {
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 5px;
}

.magrin-marker, .magrin-marker span {
    color: #333 !important;
}

.backgorup-div div span {
    font-size: 12px
}

.img-thumbnail {
    background-color: transparent;
    border-radius: 0px;
}

#header {
    margin-top: 40px
}

#header .logo {
    padding: 10px 10px 10px;
}

#header ul.slimmenu {
    text-align: right;
}

.second-nav .bg {
    background: transparent;
    background-image: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.contactDefault, .social-icons, .personalArea {
    z-index: 2;
    line-height: 40px;
}

.social-icons a, .personalArea .language select {
    color: #242c42 !important;
}

.language {
    color: #000;
}

.personalArea {
    margin-left: 15px
}

.header-nav a.button {
    background-color: transparent;
    border-width: 0px;
    border-color: transparent;
    color: #fff;
}

.third-nav .row {
    border-bottom-width: 0px;
}

.third-nav .bg {
    background-color: transparent;
    padding: 0;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 50px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: center;
    line-height: 33px;
    font-size: 22px;
    border-radius: 0px;
    display: none;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

.title-block {
    padding: 8px 0
}

#footer, #footer a, #footer h3 a {
    color: #FFF
}

#footer .nv-block-banners:nth-of-type(1) {
    margin-right: 40px
}

.title-block span {
    background-color: #86bc42;
    padding: 10px 15px;
    color: #FFF;
    border-radius: 5px;
}

.css-content ul {
    padding: 25px 0px 0;
}

.company_info li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #394461;
    width: 100%
}

.company_info li:last-child {
    border-bottom: none;
}

.title-block-companti span {
    text-transform: uppercase;
    color: #86bc42;
    font-weight: 700;
    font-size: 16px
}

#footer {
    min-height: 0;
    background-color: #242c42;
    background-image: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.css-button-contact {
    padding: 10px 15px;
    border: 1px solid #62c0ed;
    border-radius: 5px;
    background-color: #62c0ed;
    color: #FFF !important;
}
/*CSS button footer */
.footer-bttop .bttop {
    float: right;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9;
}

#height-calu {
    padding-bottom: 2em
}

.footer-bttop .bttop a {
    display: block;
    line-height: 45px;
    background-color: #86bc42;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-bttop .bttop a:hover {
    color: #fff;
    background-color: #6e55b4;
}

.footer-bttop .bttop em {
    margin-right: -2px;
}

.socialList li a {
    background-color: #929291;
    color: #FFFF;
}

.socialList li .fa {
    font-size: 13px
}

.company_info li em {
    font-size: 15px
}

#socialList {
    margin-top: 1em;
    margin-bottom: 1em;
}

.panel {
    border-radius: 0
}

.panel-primary>.panel-heading {
    background-color: transparent;
    border-color: #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: none !important;
    color: #6b8fca;
    font-size: 16px;
    font-weight: 700;
}

.panel-primary {
    border-color: #ccc;
}

.breadcrumbs li {
    margin: 0
}

.pt-breadcrumbs .breadcrumbs-wrap {
    position: relative;
    margin-top: 0;
    width: auto;
    top: 0;
    text-align: left;
}

.pt-breadcrumbs .breadcrumbs-wrap a, .pt-breadcrumbs .breadcrumbs li em {
    color: #000
}

.breadcrumbs a, .show-subs-breadcrumbs, .breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    background-color: transparent;
}

.breadcrumbs a:before, .breadcrumbs a:hover:before {
    border-color: transparent;
}

.breadcrumbs a:hover:after, .show-subs-breadcrumbs:hover:after, .breadcrumbs a:after, .show-subs-breadcrumbs:after {
    border-left-color: transparent;
}

.breadcrumbs li:last-child em {
    display: none;
}

.breadcrumbs li em {
    margin-top: 11px;
    color: #FFF;
}

.breadcrumbs-wrap {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    z-index: 1;
}

.breadcrumbs a, .show-subs-breadcrumbs {
    color: #FFF
}

.well {
    background-color: #FFF;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0
}

.panel-default>.panel-heading {
    background-color: transparent;
    border-color: #ccc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: none !important;
    color: #6b8fca;
    font-size: 16px;
    font-weight: 700;
}

.breadcrumbs li a:hover {
    color: #6b8fca
}

.height-text {
    height: 150px;
    background-color: #f7f8f8;
    padding: 15px 41px 0;
    font-size: 18px;
    font-weight: 400;
}

.height-text a {
    color: #333
}

.featured-products div div {
    margin-right: 30px
}

.regular img {
    padding: 0
}

.advantages h2 {
    font-size: 30px;
    margin: 25px 0
}

.bg-title-lgp {
    background-color: #29334d;
    color: #FFF
}

.fr-h2 {
    font-size: 30px;
    padding: 25px 0 10px;
}

.border-h2 {
    background-color: #89c540;
    height: 8px;
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.pd-content {
    padding: 2em 12em;
}

.pd-content ol {
    list-style-type: decimal;
}

.text-burm {
    position: absolute;
    width: 100%;
    top: 35%;
    z-index: 1;
}

.text-burm h1 {
    color: #fff;
    text-shadow: 2px 2px #000;
    font-size: 56px;
}
/* CSS footer landingpage */
.bg-footer {
    background-color: #29334d !important;
    padding-bottom: 2em
}

.bg-footer .wraper {
    border-top-width: 0 !important;
}

.bg-footer .mg-row {
    margin-bottom: 30px
}

.footer-form {
    margin-bottom: 40px;
}

.footer-form p.lead {
    margin-bottom: 14px;
    color: #fff;
    line-height: 1;
}

.lead {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-left: 10px !important;
}

.footer-form .form-control {
    border-radius: 0
}

.footer-form button {
    padding: 10px 24px;
    border: 0 none;
    border-radius: 0;
    background-color: #88c540;
    color: #fff;
    text-transform: uppercase;
}

.bg-footer-bt .bttop a {
    background-color: #88c540;
    color: #231f20 !important;
    line-height: 60px;
}

.bg-footer-bt .bttop {
    float: none;
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 45%;
    width: 60px;
    height: 60px;
}

.bg-footer-bt .bttop em {
    font-size: 30px
}

.fr-h2 h2 {
    font-size: 30px;
    color: #FFF;
    margin: 1em 0;
    text-transform: uppercase;
}

.br-form .form-control {
    border-radius: 0;
    height: 47px;
    margin-bottom: 1em
}

.br-form textarea {
    height: 140px !important;
    margin-bottom: 1em
}

.description .details-text {
    padding: 15px;
}

.bg-news {
    min-height: 418px;
    background-color: #ebebeb;
    padding: 50px 0;
}

.news-bottom .item .description {
    overflow: hidden;
    width: 100%;
    padding: 0;
    font-size: 14px;
    min-height: 320px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.43);
}

.news-bottom .item {
    background-color: #fff;
    min-height: 155px;
    position: relative;
}

.news-bottom .item .description a {
    color: #000;
    font-size: 16px;
}

.news-bottom .item .description img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 12px 0;
    height: 170px;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pd-cl8 {
    padding-left: 10px;
    padding-right: 10px
}

.description .details-text h3 {
    font-weight: 100;
    margin-bottom: 10px
}

.news-bottom .link a {
    background-color: #c92b27;
    color: #fff;
    padding: 10px 32px;
    text-transform: uppercase;
}

.news-bottom .mg-row {
    margin-bottom: 35px;
}

.css-link-orther {
    padding: 0 !important;
    margin-bottom: 15px
}

.css-link-orther em {
    color: #7aac42
}

.button.-red {
    color: #fff;
    border: 0 none;
    background-color: #cb392b;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
}

.color-menu h3 {
    color: #FFF !important;
    font-size: 1.2em !important;
    text-transform: none !important;
}

.list-links {
    padding-left: 0
}

.list-links li a {
    font-size: 1.15em;
    line-height: 1.3em;
    color: #FFF !important;
}

.bg-menu-footer {
    background: #222222
}

.bg-menu-footer .footer-nav {
    padding: 1em 0em
}

.footer-nav ul li {
    list-style: none;
    display: inline-flex;
}

.footer-nav ul {
    margin-bottom: 0;
    padding-left: 0
}

.footer-nav ul li h2 a {
    border-right: 1px solid #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    font-size: 1.15em;
    font-weight: 400;
}

.footer-nav ul li:last-child h2 a {
    border-right: none
}

.c-border-gold {
    border-left: 10px solid #76c043;
}

.u-pl2 {
    padding-left: 2em;
}

.heading {
    font-size: 32px;
}

.u-mb1 {
    margin-bottom: 1em;
}

.u-mt2 {
    margin-top: 2em
}

.bg-caculation {
    padding: 2em 0
}

.bg-caculation .col-md-12 {
    padding: 0 15px
}

.bg-caculation .form-control {
    border-radius: 0;
    height: 47px
}

.button.-green {
    background-color: #88c540 !important;
}
/* CSS landingpage Gofl */
.bg-block .bg-menu-ancho {
    background: #86bc42;
    border: 1px solid #82b93e;
    margin-bottom: 20px
}

.bg-blue-gofl {
    background: transparent;
    height: 30px;
    margin-bottom: 20px
}

.font-h2 {
    font-size: 30px;
    padding-left: 15px
}

.mg-2 {
    margin: 1em 0
}

.h2-transform {
    font-weight: 400;
    text-transform: uppercase;
}

.h2-color-green {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #1a3f5e;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
}

.img-gofl img {
    max-width: 100%
}

.ct-gofl h3 a {
    color: #005825;
}

.ct-gofl {
    padding: 1em;
    -webkit-box-shadow: 10px 14px 15px 9px rgba(244, 244, 244, 0.31);
    -moz-box-shadow: 10px 14px 15px 9px rgba(244, 244, 244, 0.31);
    box-shadow: 10px 14px 15px 9px rgba(244, 244, 244, 0.31);
}

.ct-gofl h3 {
    padding-bottom: 10px;
}

.ct-gofl .calendar-gofl div[class*="col-"] {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.ct-gofl .calendar-gofl div[class*="col-"]:last-child {
    padding-left: 2em;
    border-left: 1px solid #ccc;
}

.fr-contact div {
    padding-top: 1em
}

.fr-contact div:first-child h3 {
    font-size: 17px;
    color: red;
}

.fr-contact div:last-child {
    padding-left: 0em;
}

.fr-contact div:last-child a {
    border: 1px solid #86bc42;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: #86bc42;
}

.mag-col-8 {
    margin: 1em 0
}

.mag-col-8 {
    padding: 0 15px
}

.nv-block-banners img {
    padding: 0
}

.bg-body-gofl {
    background-color: #FFF
}

.text-banner-gl {
    position: absolute;
    z-index: 1;
    left: 11%;
    top: 25%;
}

.text-banner-gl h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff212;
    margin-bottom: 1em
}

.text-banner-gl span {
    color: #FFF
}

.bg-signin-gl {
    background-color: #fff;
    padding-bottom: 3em
}

.pg-1e {
    padding: 3em 0 1em 0
}

.pg-1e h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #1a3f5e;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.bg-signin-gl form input {
    border-bottom: 3px solid #daf1ff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
}

.bg-signin-gl .row {
    padding: 3em 7em;
}

.br-row {
    border: 1px solid #e0e1e2;
    border-radius: 60px;
    padding: 3em 13em;
}

.oregan {
    color: #fff;
    border: 0 none;
    background-color: #ff6600;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    text-align: center;
    width: 120px;
    margin-top: 15px
}

.bg-signin-gl .text-right {
    margin-top: 17px
}

.br-row .control-label {
    text-align: right;
    margin-top: 17px
}

.od-ev-div:nth-child(odd) .pays-banner-gl {
    position: absolute;
    left: 3em;
    top: 2em;
}

.od-ev-div:nth-child(even) .pays-banner-gl {
    position: absolute;
    right: 3em;
    top: 1em;
    text-align: left;
}

.od-ev-div:nth-child(even) .css-banners {
    background-position: right;
}

.od-ev-div:nth-child(even) .pays-banner-gl h3 {
    color: #446b17;
}

.bg-block-pay {
    border-bottom: 40px solid #242C42;
}

.bg-block-pay .bg-block {
    background-color: #e6e7e8;
    border-bottom: 40px solid #0067cd;
}

.br-pay {
    border: 5px solid #96989a;
    padding: 2em 4em;
    background-color: #FFF
}

.cl-old-even {
    padding: 2em 10em;
}

.css-banners {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2em !important;
}

.br-pay h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 1em;
    color: #106333
}

.od-ev-div:nth-child(odd) h3 {
    width: 100px;
    color: #aa192c
}

.od-ev-div:nth-child(odd) span {
    position: relative;
    left: 140px;
    top: -77px;
}

.css-flex {
    display: flex;
    flex-wrap: wrap;
}

.news-bottom .item .date {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #88c540;
    color: #fff;
    text-align: center;
    width: 70px;
    min-height: 65px;
    padding: 8px 0 0 0;
}

.news-bottom .item .date div {
    font-size: 17px;
    font-weight: bold;
    color: #FFF
}

.tab-content p {
    margin-top: 10px
}

.css-Search .btn-info {
    background-color: #86bc42;
    border-color: #86bc42;
    margin-left: 15px !important;
    height: 45px;
    border-radius: 10px !important;
    padding: 0 15px;
}

.css-Search input {
    height: 45px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.css-Search .input-group {
    display: flex;
}

.css-Search .selectdiv {
    position: relative;
    margin: 0;
    z-index: 1;
    padding: 0px 0px 0px 0px !important;
}

.css-Search .selectdiv:after {
    content: '\f078';
    font: normal normal normal 12px/1 FontAwesome;
    color: #0cabf7;
    right: 5px;
    top: 0px;
    height: 30px;
    padding: 16px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.css-Search .btn-info:focus, .css-Search .btn-info.focus, .css-Search .btn-info:hover, .css-Search .btn-info:active, .css-Search .btn-info.active {
    background-color: #86bc42;
    border-color: #86bc42;
    color: #333333;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.css-Search .selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    display: inline-block;
    height: 45px;
    width: 100%;
    padding: 0px 20px 0 10px;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-word-break: normal;
    word-break: normal;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.seach-bds {
    position: absolute;
    width: 100%;
    bottom: 4em
}

.new-developments-section {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/gvisa-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #29334d;
}

.new-developments-section .wrap {
    min-height: 368px;
    padding: 100px 46px 50px 46px;
    position: relative;
}

.wrap h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.new-developments-section .wrap .nd-border {
    background-color: rgb(131, 192, 63);
    height: 8px;
    width: 100%;
    max-width: 160px;
    margin-top: 24px;
}

.new-developments-section .wrap .style-1 {
    color: #fff;
    line-height: 1em;
    margin-bottom: 5px;
    font-size: 26px !important;
}

.new-developments-section .wrap a.nds-cta {
    max-width: 212px;
    padding: 14px 0 12px 0;
    border-radius: 10px;
    right: 0;
    top: 130px;
}

.new-developments-section .wrap a.nds-cta {
    position: absolute;
    right: 30px;
    top: 125px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 212px;
    background-color: rgb(131, 192, 63);
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.pd-bt-cl8 {
    margin-bottom: 15px
}

@media ( max-width : 1023px) {
    .second-nav, .hidden-modile {
        display: none;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .contactDefault {
        left: -30px;
    }
    .hidden-mobile {
        display: none
    }
    .br-row {
        padding: 3em 5%
    }
}

@media ( min-width : 1023px) {
    .pd-r-col-6 {
        padding-right: 2em
    }
}

@media ( max-width : 767px) {
    .social-icons, .personalArea {
        float: left;
    }
    .seach-bds {
        display: block;
        position: relative;
        bottom: inherit;
    }
    .visible-xs-inline-block {
        display: none !important;
    }
    .pd-content {
        padding: 2em
    }
    .height-text {
        padding: 15px 30px 0;
    }
    .text-burm h1 {
        font-size: 30px;
    }
    .fr-contact div:last-child {
        padding-left: 0em;
    }
    .br-row .control-label {
        text-align: left;
    }
    .bg-signin-gl .row {
        margin-left: 0;
        margin-right: 0
    }
    .title-block-companti {
        padding-top: 15px
    }
    .css-Search .selectdiv select {
        height: 30px;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
    }
    .css-Search .selectdiv:after {
        padding-top: 8px;
    }
    .css-Search input {
        height: 30px;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    .block_search__flex {
        flex-direction: column;
    }
    .block_search__group--select-input {
        margin-bottom: 10px;
    }
    .css-Search .btn-info {
        height: 35px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .block_search__flex .input-group-btn {
        text-align: center;
    }
    .background-slider-search {
        background-color: #f0f0f0
    }
    .grid-column-block-news {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    }
    .css-flex {
        justify-content: center;
    }
}

@media ( min-width : 768px) and (max-width:1023px) {
    .social-icons, .personalArea {
        right: 50px;
        position: relative;
    }
    .contactDefault {
        left: 0px;
    }
    .br-row .control-label {
        text-align: right;
    }
}

@media ( min-width : 400px) and (max-width:767px) {
    .label_gift {
        top: 180px;
        left: 320px;
    }
}

@media ( min-width : 768px) {
    .padr-col17 {
        padding-right: 15px
    }
    .padl-col-7 {
        padding-left: 15px
    }
    .lead {
        font-size: 21px;
    }
}

@media ( max-width : 991px) and (min-width: 768px) {
    .pd-content {
        padding-left: 4em;
        padding-right: 4em;
    }
}

@media ( max-width : 560px) {
    .news-bottom .row>div {
        width: 100%;
        margin-bottom: 15px;
    }
    .mag-col-8 {
        width: 100%;
    }
    .text-banner-gl {
        left: 5%;
        top: 15%;
    }
    .bg-signin-gl .row {
        padding: 2em 1em;
    }
    .text-burm {
        top: 17%
    }
    .cl-old-even {
        padding: 0px
    }
    .br-pay {
        padding: 0px
    }
    .new-developments-section .wrap a.nds-cta {
        top: auto;
        bottom: 20px
    }
    .new-developments-section .wrap {
        padding-top: 46px
    }
    .wrap h2 {
        font-size: 25px
    }
}

@media ( min-width : 561px) and (max-width: 767px) {
    .news-bottom .row>div {
        width: 50%;
        margin-bottom: 15px;
    }
    .mag-col-8 {
        width: 50%;
    }
    .cl-old-even {
        padding: 2em 1em;
    }
    .br-pay {
        padding: 2em 2em;
    }
    .new-developments-section .wrap a.nds-cta {
        right: 20px;
        top: 140px;
    }
}

.fb-page {
    width: 100% !important;
}

.fb-page span {
    width: 100% !important;
}

.fb-page span iframe {
    width: 100% !important;
}

.bgformtour {
    background-color: #32660f !important;
}

.fb_customer_chat_bubble_animated_no_badge {
    bottom: 60pt !important;
    right: 10pt !important;
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 110pt !important;
}

.block_search__group--select-input {
    display: flex;
    flex-grow: 0.3
}

.block-banner-slide img {
    width: 100%;
}

.block_search {
    justify-content: center;
}

.block_search__flex {
    display: flex;
    justify-content: center;
}

.block_search__input--flex-grow {
    flex-grow: 1
}

.block-banner-search--width-img img, .banner-landingPage img{
    width: 100%
}

.grid-column-block-news {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 20px;
    margin-bottom: 30px
}

.title-h2-block {
    margin-bottom: 30px;
    font-size: 26px;
    color: #000;
    text-align: center;
    color: #6b8fca;
    text-transform: uppercase;
}

.about_home h2 a, .main-color span a:hover {
    color: #6b8fca !important;
}

.about_home h2 a:hover {
    color: #1a3f5e !important;
}

.title-block span:hover, .news-bottom .link a:hover {
    background-color: #6b8fca !important;
}

.title-block-companti p {
    color: #FFF;
}

.title-block-companti {
    color: #000;
    margin-bottom: 20px
}

.copyright-text {
    background-color: #242c42;
    width: 100%;
    border-top: 1px solid #2e364b;
    padding: 10px 0;
    font-size: 13px
}
