@charset "UTF-8";

body {
    font-family: 'Prompt', Roboto;
    font-weight: inherit;
    font-size: 14px;
    animation: fade-in 1s, bg-move 15s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 15s linear infinite;
    background-color: #ffffff;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
    font-weight: 400;
}

.img-fluid {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

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

a:hover {
    text-decoration: none;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.headRelative {
    position: relative;
}

.headAbsolute {
    position: absolute;
    padding: 20px;
}

.menuPC {
    display: block;
}

.menuMobile {
    display: none;
}

/* ===== NAVBAR SECTION ===== */
header {
    border-bottom: 1px solid #ececec;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    width: auto;
    height: auto;
}

.nav-menu {
    width: 100%;
    z-index: 1;
    transition: all .7s;
}

.navbar-expand-md.costum-navbar .navbar-nav {
    margin-top: 20px;
}

.navbar-expand-md.costum-navbar .navbar-collapse {
    padding-right: 50px;
}

.costum-navbar .menuTop {
    display: none;
}

.costum-navbar .itemShow {
    display: block;
}

.nav-right {
    float: right;
    display: flex;
}

.social-login a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #49639F;
    text-decoration: none;
}

.menuTop {
    width: 100%;
    background: #3f51b5;
    padding: 5px 10px;
}

.social {
    float: left;
    display: block;
}

.social li {
    float: left;
}

.social li a {
    color: #fff;
    display: block;
}

.social li a img {
    width: 40px;
    height: auto;
}

.language {
    display: inline-block;
    margin-top: 8px;
}

.language li {
    float: left;
    text-transform: uppercase;
}

.language li a {
    padding: 2px 15px;
    display: block;
    font-size: 14px;
    color: #fff;
}

.language li a:hover {
    color: #fff;
    text-decoration: none;
}

.nav-item {
    margin: 0 5px;
    position: relative;
}

.menu-item {
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    text-transform: uppercase;
}

.itemShow {
    display: none;
}

.costum-navbar {
    margin-top: 0;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: fixed;
    top: 0;
    z-index: 2;
}

.costum-navbar .navbar-brand img {
    width: 70%;
}


.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: #252525;
}

.line1,
.line2,
.line3 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;

}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line2 {
    display: none;
}

.change .line3 {
    transform: rotate(45deg) translate(-3px, -2px);
}

.menu-item:hover {
    color: #3f51b5;
    text-decoration: none;
}

.nav-item.active .nav-link {
    color: #3f51b5;
}

.menu-item.br-none::after {
    background-color: transparent;
}

.nav-item.active .nav-link .dropdown-content a {
    background: 005aff;
}

.dropdown-item {
    text-transform: uppercase;
    font-size: 13px;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-top: 5px solid #3f51b5;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #252525;
    padding: 8px 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #eacd1a;
    color: #3f51b5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    color: #3f51b5;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    width: 100%;
    top: 0;
    left: 100%;
    margin-left: -1px;
    padding: 0;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
}

.LastDorp .dropdown-content {
    right: 0;
}

.LastDorp .dropdown-submenu>.dropdown-menu {
    left: inherit;
    right: 100%;
}

/* ===== END OF NAVBAR SECTION ===== */

.imgHeader.homepage {
    /* height: 80vh; */
    overflow: hidden;
}

.imgHeader.homepage .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.wel h1 {
    font-weight: 700;
}

.property-search {
    background: #eacd1a;
    padding: 20px 15px;
}


.has-search .form-control {
    padding-left: 10px;
    padding-right: 45px;
}

.has-search .form-control-feedback {
    position: absolute;
    right: 35px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/** Custom Select **/
.custom-select-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    user-select: none;
    margin-bottom: 15px;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    width: 100%;
    height: auto;
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
}

.custom-select-trigger {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    color: #707070;
    background: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
    border-radius: .25rem;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 1px solid #898989;
    border-right: 1px solid #898989;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 10px 0;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    background: #fff;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 1;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-bottom: -5px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    background: #fff;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ebebeb;
    color: #707070;
    line-height: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:hover,
.custom-option.selection {
    color: #fff;
    background: #cecece;
}

.button-search {
    width: 100%;
    display: block;
    background: #3f51b5;
    color: #fff;
    border: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.category .container {
    /* width: 50%; */
    margin: 0 auto;
}

.category .item {
    text-align: center;
    margin-bottom: 30px;
}

.category .item img {
    width: 100px;
    height: auto;
}

.category .item p {
    height: 40px;
    margin: 10px 0 15px;
    color: #34495e;
    font-weight: 500;
    font-size: 15px;
}

.category .item a {
    font-size: 12px;
    background: #2578cb;
    color: #fff;
    padding: 6px 25px;
    border-radius: 20px;
}

.category .item a:hover {
    text-decoration: none;
    background: #3f51b5;
}



.title-header {
    width: 100%;
    display: inline-block;
}

.title-header .col-left {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #898989;
}

.title-header .col-left h3 {
    border-left: 5px solid #3f51b5;
    padding-left: 10px;
    color: #3f51b5;
}

.title-header .col-right {
    width: 50%;
    float: right;
    text-align: right;
}

.title-header .col-right .form-control {
    width: 50%;
    text-align: left;
    float: right;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.banner-note{
    margin: 10px 0;
}

.banner-note img{
    width: 100%;
    height: auto;
}

.new_property {
    width: 100%;
    font-size: 14px;
}

.sub-item .item {
    height: 350px;
    position: relative;
}

.sub-item .item a {
    background: #000;
    color: #fff;
    display: block;
}

.sub-item .item a img {
    width: 100%;
    opacity: 1;
    height: 100%;
    position: absolute;
}

/* 
.sub-item .item a:hover img {
    opacity: 1;
    transition-delay: .3s;
} */

.sub-item .item .content {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    background: rgba(0, 0, 0, 0.5);
}

.sub-item .item .content .title_item {
    width: 80%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 0 0;
}

.sub-item .item a .content figcaption .price {
    float: left;
    background: #34495e;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.sub-item .item a .content figcaption .view {
    float: right;
    margin: 5px;
}

.all-item {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.all-item a {
    width: 25%;
    font-size: 14px;
    padding: 6px 30px;
    color: #fff;
    background: #3f51b5;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.all-item a:hover {
    background: #2b3679;
}

.label.new {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #3f51b5;
    z-index: 1;
    text-transform: uppercase;
}

.label.promotion {
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #e8ce1b;
    z-index: 1;
    text-transform: uppercase;
}

.item.sub {
    height: 235px;
    font-size: 10px;
    overflow: hidden;
    position: relative;
}

.history h2 {
    color: #3f51b5;
    font-weight: 700;
    text-transform: uppercase;
}

.history h5 {
    color: #eacd1a;
    margin-bottom: 0;
}

.bg-policy {
    background: url(../images/bg-policy.jpg);
    background-position: left top;
    background-size: cover;
    padding: 5% 0;
    color: #fff;
}

.bg-policy h2 {
    color: #eacd1a;
    text-transform: uppercase;
}

.vm .border-right {
    border-style: dashed !important;
}

.vm h2 {
    border-left: 5px solid #3f51b5;
    padding-left: 10px;
}

.vm ul {
    margin-left: 18px;
}

.vm ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.results {
    color: #a6a6a6;
    margin-top: 10px;
}

.choose-item {
    width: 65%;
}

.choose-item p {
    float: left;
    margin-top: 10px;
    margin-bottom:5px
}

.choose-item .form-control {
    width: 25%;
    margin: 0 1%;
    float: left;
}

.choose-item .numberShow {
    width: 10%;
}

.choose-item button {
    background: #3f51b5;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: .25rem;
}


/* property */

.label.new {
    background: #3f51b5;
    color: #fff;
}

.label.promotion {
    background: #eacd1a;
    color: #fff;
}

.item_property {
    margin: 15px 0;
}

.item_property .img {
    height: 175px;
    overflow: hidden;
    position: relative;
}

.item_property .label {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 10px;
}

.item_property a .detail {
    padding: 10px 0;
    color: #595959;
    font-size: 14px;
}

.item_property a .detail .code span {
    margin: 0 5px;
}

.item_property a .detail h5 {
    font-size: 18px;
    color: #3f51b5;
}


.item_property a .detail h5:hover {
    color: #eacd1a;
}

.item_property a .detail p {
    margin-bottom: 5px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.item_property a .detail .price {
    display: block;
    padding: 6px 15px;
    text-align: center;
    background: #3f51b5;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    margin: 10px 0;
}

.next {
    margin: 30px 0;
}

.next .page-link,
.next .page-link:focus {
    color: #595959;
    background-color: transparent;
    line-height: 14px;
    outline: inherit;
    box-shadow: none;
}

.next .page-item.active .page-link,
.next .page-item .page-link:hover {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.next .page-item:first-child .page-link,
.next .page-item:last-child .page-link {

    background-color: transparent;
    color: #3f51b5;
}

/* property-detail */


.breadcrumbHeader .breadcrumb {
    background-color: transparent;
    padding: 20px 0 30px;
    margin: 0;
    font-size: 14px;
}

.breadcrumbHeader .breadcrumb .breadcrumb-item a {
    color: #898989;
}

.breadcrumbHeader.breadcrumbcolor .breadcrumb .breadcrumb-item a {
    color: #252525;
}

.breadcrumbHeader .breadcrumb .breadcrumb-item a:hover {
    color: #3f51b5;
    text-decoration: none;
}

.breadcrumbHeader .breadcrumb-item.active {
    color: #3f51b5;
}

.breadcrumbHeader .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}


.col_products {
    width: 100%;
    display: inline-block;
}

.col_detail_img {
    width: 45%;
    float: left;
    padding: 0 15px 0 0;
    position: relative;
    overflow: hidden;
}

.labelSold {
    top: 10px;
    left: -47px;
    z-index: 2;
    text-align: center;
    background-color: #ff0018;
    width: 310px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: 20px;
    transform: rotate(-29deg);
}


.labelSold p {
    font-size: 26px;
    margin: 5px 0;
    text-transform: uppercase;
}

.col_detail_img #slider.flexslider {
    height: 350px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.col_detail_img #slider.flexslider .flex-direction-nav {
    display: none;
}

.col_detail_img #carousel.flexslider .slides>li {
    height: 80px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.col_detail_content {
    width: 55%;
    float: right;
    margin: 25px 0;
    padding: 0 0 0 20px;
}

.col_detail_content h3 {
    color: #3f51b5;
}

.col_detail_content ul li {
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
}

.col_detail_content ul li p {
    margin: 0;
}

.col_detail_content ul li b {
    width: 35%;
    float: left;
    display: block;
    color: #363636;
}

.col_detail_content ul li span {
    display: flex;
}

.col_detail_content ul li .total_price {
    width: 100%;
    display: inline-block;
    background: #e8ce1b;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
}

.total_price .total {
    width: 50%;
    float: left;
}

.total_price .total span {
    text-decoration: line-through;
    color: #666666;
}

.total_price .special {
    width: 50%;
    float: right;
    text-align: right;
}

.total_price .special span {
    font-size: 22px;
    font-weight: 700;
    color: #ff0000;
    display: inline-block;
}

.property_nearby {
    margin: 30px 0;
}

.property_nearby h3 {
    color: #3f51b5;
}


button.owl-prev,
button.owl-next {
    position: absolute;
    top: 40%;
    margin-top: -10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    border: none;
}

.owl-nav button.owl-prev {
    left: -6%;
}

.owl-nav button.owl-next {
    right: -6%;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 35px;
    height: auto;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: inherit;
    box-shadow: none;
}

/* announcement */

.announcement_content h3 {
    color: #3f51b5;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.announcement_content .item {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.announcement_content .item img {
    width: 30px;
    float: left;
    display: flex;
    margin-right: 10px;
}

.announcement_content .item .title {
    width: 75%;
    display: inline-block;
}

.announcement_content .item .title p {
    margin-bottom: 0;
}

.announcement_content .item .title p.postDay {
    color: #3f51b5;
}

.announcement_content .item a {
    background-color: #3f51b5;
    color: #fff;
    padding: 6px 26px;
    float: right;
    border-radius: 20px;
}

/* news */

.news-text-header {
    width: 100%;
    display: inline-block;
}

.news-text-header h3 {
    width: 50%;
    float: left;
    display: block;
    color: #3f51b5;
    text-transform: uppercase;
}

.news-text-header .year {
    width: 250px;
    float: right;
    display: block;
}

.TopNews {
    margin-bottom: 40px;
    font-size: 16px;
}

.TopNews img {
    width: 100%;
    height: auto;
}

.TopNews .detail {
    margin-top: 15px;
}

.TopNews .detail .day-post {
    font-size: 14px;
    color: #898989;
    margin-bottom: 0;
}

.TopNews .detail h5 {
    margin: 5px 0;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.TopNews .detail a {
    padding: 8px 30px;
    color: #fff;
    background: #3f51b5;
    display: inline-block;
    border-radius: 20px;
}

.TopNews .detail a:hover {
    background: #2a3990;
}

.sub-news h5 {
    padding: 8px 10px;
    border-left: 5px solid #3f51b5;
    text-transform: uppercase;
    color: #898989;
}

.sub-news .item {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.sub-news .item .img {
    width: 30%;
    float: left;
}

.sub-news .item .img img {
    width: 100%;
    height: auto;
}

.sub-news .item .detail {
    width: 70%;
    float: right;
    padding: 0 0 0 15px;
}

.sub-news .item .detail p {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sub-news .item .detail a {
    padding: 4px 20px;
    color: #fff;
    background: #3f51b5;
    display: inline-block;
    border-radius: 20px;
}

.sub-news .item .detail a:hover {
    background: #2a3990;
}

.backpage {
    margin: 40px 0;
}

.backpage a {
    color: #fff;
    background: #3f51b5;
    padding: 8px 30px;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
}


/* faq */

.faq {
    margin: 30px 0;
}

.faq h3 {
    color: #3f51b5;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}


.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative;
    font-size: 16px;
    color: #959595;
    font-weight: 100;
}

.accordion-toggle span {
    font-size: 22px;
    margin: 10px;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #3f51b5;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 5px solid #cccccc;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
    background: #f4f4f4;
    margin-bottom: 15px;
}

.accordion-content img {
    display: block;
    margin: 30px auto;
}

.accordion-toggle.active {
    color: #3f51b5;
    font-style: normal;
}

.accordion-content ul {
    margin-left: 30px;
}

.accordion-content ul li {
    list-style: disc;
}

/* contact */


.contact h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact li {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.contact li:last-child {
    border: none;
}

.contact li .icon {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: #3f51b5;
}

.contact li .subcontent {
    width: 80%;
    float: right;
}

.contact li h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .input-group {
    margin-bottom: 15px;
}

.contact .form-control {
    font-size: 14px;
}

.contact .input-group button {
    color: #fff;
    background: #3f51b5;
    padding: 6px 20px;
    font-size: 14px;
    border: none;
}

.contact .input-group button:hover {
    text-decoration: none;
}

.contact .social {
    width: 100%;
}

.contact .social li {
    padding: 0;
}

.contact .social li a {
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    display: block;
}

.contact .social li a:hover {
    color: #3f51b5;
    text-decoration: none;
}

.contact .social li a span {
    margin-right: 10px;
    color: #3f51b5;
    font-size: 26px;
}

.map {
    margin-top: 10%;
    height: 450px;
}

footer {
    background: #3f51b5;
    padding-top: 40px;
    color: #fff;
}

footer h5 {
    font-size: 18px;
}

footer .info li {
    margin-bottom: 10px;
}

footer .info li span {
    height: 30px;
    margin-right: 10px;
    display: block;
    float: left;
}
footer .info li:first-child span{
    height: 45px;
}

footer p {
    margin-bottom: 5px;
}

footer .nav-footer li {
    margin: 5px 0;
}

footer .nav-footer li a {
    color: #fff;
}

footer .nav-footer li a:hover {
    color: #e8ce1b;
}

footer .get_news {
    background: #e8ce1b;
    color: #3f51b5;
    border: none;
    padding: 8px 30px;
    border-radius: 5px;
    margin: 10px 0 20px;
}

footer .copyright {
    background: #7283d0;
    color: #fff;
    padding: 10px 0;
    margin-top: 30px;
}

footer .copyright p {
    margin: 0;
}

footer .copyright ul {
    float: right;
}

footer .copyright ul li {
    float: left;
}

footer .copyright ul li a {
    color: #fff;
    padding: 0 10px;
}

footer .copyright ul li a:hover {
    color: #e8ce1b;
}

.get_contact {
    width: 100%;
    padding: 10px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #3f51b5;
    border-radius: 5px;
    margin: 15px 0 0;
}

.modal-contact .modal-header {
    text-align: center;
    padding: 0 15px 10px;
    color: #7283d0;
}

.modal-contact .modal-dialog {
    max-width: 40%;
}

.modal-contact .modal-content {
    padding: 20px;
}

.modal-contact label {
    width: 100%;
    margin: 10px 0;
}

.modal-contact label span {
    color: red;
    font-size: 18px;
    padding: 1px;
}

.modal-contact .form-check-label {
    margin: 10px 20px;
}

.modal-contact .modal-footer {
    border: none;
    text-align: center;
}

.send-footer {
    width: 30%;
    padding: 10px;
    text-align: center;
    background: #7283d0;
    color: #fff;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
}


.modal-contact .label--checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 25px;
}

.modal-contact .checkbox {
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 20px;
}

.modal-contact .label--checkbox p {
    float: left;
    display: block;
    width: 95%;
    margin-top: -5px;
}

.modal-contact .checkbox:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    z-index: 1;
    width: 15px;
    height: 8px;
    border: 3px solid #7283d0;
    border-top-style: none;
    border-right-style: none;
}

.modal-contact .checkbox:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.modal-contact .checkbox:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #898989;
    cursor: pointer;
    border-radius: 4px;
}

.modal-contact .custom-select-wrapper {
    margin-bottom: 0;
}

button:focus {
    border: none;
    outline: none
}

.cookie-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 999;
}

.cookie-wrapper .read {
    padding-top: 10px;
}

.cookie-wrapper .read .text-nowrap a {
    color: #e8ce1b;
}

.cookie-wrapper .read .submit {
    float: right;
    margin-top: -9px;
    margin-right: 20px;
}

.cookie-wrapper .read .submit button {
    background: #3f51b5;
    color: #fff;
    padding: 8px 40px;
    border: none;
    border-radius: 5px;
}

.pc-show {
    display: block;
}

.mobile-show {
    display: none;
}


.salesperson {
    background: #ebebeb;
    padding: 20px;
}

.salesperson h4 {
    color: #3f51b5;
    border-bottom: 1px solid #dcdada;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 500;
}

.salesperson ul li {
    padding: 5px 0;
}

.salesperson ul li span {
    width: 95px;
    display: inline-block;
    float: left;
    font-weight: 700;
}

.iframe-container{
    height: 300px;
}


.capcha{
    width: 260px;
    margin: 10px 15px 20px;
}



/*RESPONSIVE*/
@media (max-width: 575.98px) { 
    .choose-item {
        width: 100%;
    }

    .choose-item p{
        width: 40%;
    }
    .choose-item .form-control{
        width: 60%;
        margin: 0 0 10px;
    }
    .choose-item button {
        width: 100%;
    }    
    .modal-contact .modal-dialog {
        max-width: 100%;
    }
 }

@media (max-width: 767.98px) {
    .menuPC {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .sub_menu {
        padding: 0 15px;
    }

    .nav-side-menu p {
        padding: 14px 0 0 15px;
    }

    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        background-color: #005aff;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        background: #fff;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 12px;
        z-index: 10 !important;
        padding: 3px;
        color: #fff;
        width: auto;
        text-align: center;
        font-size: 22px;
        padding-left: 95%;
    }

    .menu-list {
        padding-top: 20px;
    }

    .top-header {
        background-color: transparent;
        border-bottom: 1px solid #ebebeb;
    }

    .logo {
        text-align: center;
    }

    .sb-slidebar {
        width: 100%;
        height: 75px;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        z-index: 1000;
        background-color: white;
    }

    .top-header-mobile {
        width: 100%;
        padding: 8px 15px;
        background-color: #3f51b5;
        display: block;
    }

    .top-header-mobile .nav {
        font-size: 14px;
    }

    .top-header-mobile .nav li {
        line-height: 15px;
    }

    .top-header-mobile .nav li p {
        padding: 0 12px;
        font-size: 14px;
        border-left: 1px solid #000;
    }

    .top-header-mobile .nav.justify-content-end li .social {
        display: inline-block;
        padding: 0;
        float: none;
    }

    .top-header-mobile .nav.justify-content-end li .social li a img {
        width: 25px;
    }

    .top-header-mobile .nav.justify-content-end li .social li {
        float: left;
        font-size: 14px;
    }

    .selectpicker {
        background: none;
        color: #fff;
        border: none;
        padding-left: 10px;
    }

    .menuMobile .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }

    .menuMobile .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }

    /* ---------------------------------------------------
	    SIDEBAR STYLE
	----------------------------------------------------- */

    .menuMobile #sidebar {
        width: 280px;
        position: fixed;
        top: 0;
        left: -290px;
        height: 100vh;
        z-index: 999;
        background: #3f51b5;
        color: #fff;
        transition: all 0.3s;
        overflow-y: auto;
    }

    .menuLeft {
        margin-top: 50px;
    }

    .menuTop .language {
        display: none;
    }

    .language {
        padding: 20px 0;
        border-top: 1px solid #fff;
        margin: 20px;
    }

    .language .menu-item {
        color: #fff;
        padding: 5px 0;
    }

    .language li {
        float: none;
        margin: 5px 0;
    }

    .language .dropdown-content {
        padding: 0;
    }

    .menuMobile #sidebar .menuLeft li .nav-link {
        color: #fff;
        text-transform: uppercase;
    }

    .menuMobile #sidebar .menuLeft li .nav-link.menu-item {
        font-size: 14px;
        font-weight: normal;
    }

    .dropdown {
        display: block;
    }

    .dropdown-content {
        position: static;
        background: none;
        box-shadow: none !important;
        padding: 0;
        padding: 0 10px;
        margin: 0;
        border: none;
    }

    .dropdown-content a {
        color: #fff;
        font-size: 14px;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }

    .menuMobile #sidebar.active {
        left: 0;
    }

    .menuMobile #right-sidebar {
        width: 80%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #eacd1a;
        color: #252525;
        transition: all 0.3s;
        overflow-y: scroll;
        padding: 20px;
    }

    .menuMobile #right-sidebar.active {
        right: 0;
    }

    .menuMobile #right-sidebar .form-control {
        margin-bottom: 10px;
    }

    #right-sidebar .search-form-mobile {
        display: block;
        width: 100%;
        margin: 0;
        position: static;
        border: none;
    }

    .menuMobile .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .menuMobile .overlay.active {
        display: block;
        opacity: 1;
    }

    .menuMobile .nav-tag {
        position: relative;
        /*		top: -8px;*/
    }

    .menuMobile #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 100vh;
        z-index: 99;
        overflow-y: auto;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        -moz-transform: translate3d(175px, 0, 0);
        -ms-transform: translate3d(175px, 0, 0);
        -o-transform: translate3d(175px, 0, 0);
        -webkit-transform: translate3d(175px, 0, 0);
        transform: translate3d(175px, 0, 0);
    }

    .menuMobile .nav-toggle {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0, #cbcbcb 100%);
        background: -webkit-linear-gradient(top, #fff 0, #cbcbcb 100%);
        background: linear-gradient(to bottom, #fff 0, #cbcbcb 100%);
        border: 1px solid #6f6f6f;
    }

    .menuMobile .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 6.5;
    }

    .menuMobile .sb-toggle-right {
        display: none;
        position: absolute;
        right: 15px;
        top: 63px;
        text-align: right;
    }

    .menuMobile .sb-toggle-right .menu_icon {
        font-size: 22px;
    }

    .menuMobile .announcement-wrapper {
        width: 100%;
        background: #ededed;
        height: 30px;
        color: #363636;
        font-family: Raleway;
        font-weight: 200;
        margin: 0px 0px 10px 0px;
    }

    /* 
    .menuMobile #announce {
        position: absolute;
        margin: 5px;
        z-index: 10;
    }

    .menuMobile marquee {
        margin: 0px 0px 0px 35px;
    }

    .menuMobile marquee ul {
        margin: 0;
    }

    .menuMobile marquee li {
        list-style: none;
        font-size: 14px;
        margin: 5px 0px 0px 0px;
    } */

    .menuMobile .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .menuMobile .navbar i {
        font-weight: 900;
        color: #252525;
        border: none;
    }

    .menuMobile .top-header i {
        color: #fff;
        font-size: 30px;
    }

    .menuMobile .navbar {
        height: auto;
        margin: 0px auto;
        top: 60px;
        left: 15px;
        background: none !important;
        position: absolute;
        width: 55%;
        color: #fff !important;
        padding: 0;
    }

    .menuMobile .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #003c79;
        z-index: 99;
        height: 100vh;
    }

    .menuMobile .navbar-collapse li {
        padding: 15px 0px 15px 0px;
    }

    .menuMobile .logo img {
        width: 90px;
        margin: 5px;
    }

    .menuMobile .menu_icon {
        font-size: 28px;
        border: none;
        background: none;
    }

    .menuMobile .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: 0%;
    }

    .menuMobile .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.2s ease-in;
        -o-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }

    .menuMobile .carousel-indicators {
        margin: 0px 0px 0px 0px;
    }

    .menuMobile .modal {
        top: 100px;
    }

    .menuMobile .modal-mg-head {
        background: #001138;
        border: none;
        height: 85px;
    }

    .menuMobile .modal-body {
        background: #003c79;
    }

    .menuMobile .modal-content {
        border-radius: 8px;
        border: none;
    }

    .menuMobile .modal-lower {
        background: #003c79;
    }

    .property-search {
        display: block;
    }

    .property-search .form-group {
        margin-bottom: 0;
    }

    .property-search .form-control {
        margin-bottom: 5px;
    }

    .headAbsolute {
        padding: 20px 0;
    }

    .wel h1 {
        font-size: 13px;
    }

    .wel h3 {
        font-size: 12px;
    }

    .wel h5 {
        font-size: 12px;
        margin: 0;
    }

    .category .item img {
        width: 70%;
        height: auto;
    }

    .category .item p {
        /* height: 30px; */
        font-size: 12px;
        line-height: 15px;
    }

    .category .item a {
        padding: 5px 15px;
    }

    .title-header .col-left {
        width: 100%;
    }

    .title-header .col-right {
        width: 100%;
    }

    .title-header .col-right .custom-select-wrapper {
        width: 100%;
        text-align: left;
        margin-top: 0;
    }

    .title-header .col-right .form-control {
        width: 100%;
        text-align: left;
    }


    .all-item a {
        width: 60%;
    }


    .pc-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .mobile-show ul li a {
        color: #fff;
    }

    .history img {
        width: 100%;
        height: auto;
    }

    .history h5 {
        font-size: 14px;
        margin-top: 30px;
    }

    .history h2 {
        font-size: 20px;
    }

    .bg-policy h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .results {
        margin: 5px;
    }

    .choose-item {
        width: 100%;
    }

    .col_detail_img {
        width: 100%;
        float: none;
        padding: 0;
        position: relative;
        overflow: hidden;
    }


    .col_detail_img #slider.flexslider {
        padding: 0 0 10px;
    }

    .col_detail_content {
        width: 100%;
        float: none;
        padding: 0;
    }

    .col_detail_content ul li {
        padding: 10px 0;
    }

    .total_price .total {
        width: 100%;
        float: left;
    }

    .total_price .special {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 20px;
    }

    .owl-carousel .owl-nav button.owl-next img,
    .owl-carousel .owl-nav button.owl-prev img {
        width: 20px;
        height: auto;
    }

    .announcement_content .item .title {
        width: 85%;
    }

    .announcement_content .item .title h5 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .announcement_content .item a {
        margin: 10px 35px;
        display: inline-block;
        float: none;
    }

    .button-search {
        margin-bottom: 30px;
    }

    .news-text-header h3 {
        width: 100%;
        font-size: 18px;
    }

    .news-text-header .year {
        width: 100%;
        margin: 10px 0;
    }

    .news-text-header .year {
        width: 100%;
        margin: 10px 0;
    }

    .sub-news .item .detail p {
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .accordion-toggle span {
        font-size: 22px;
        margin: 0 10px;
        display: block;
        float: left;
    }

    .accordion-content img {
        width: 100%;
        height: auto;
    }
    .cookie-wrapper .read .submit {
        float: none;
        margin-top: 15px;
        margin-right: 20px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-menu {
        padding: .5rem 0;
    }

    .navbar-brand img {
        width: 100px;
        height: auto;
    }

    .menu-item {
        font-size: 12px;
        padding: 5px 2px !important;
    }

    .language li a {
        padding: 2px 15px !important;
    }

    .property-search .col {
        flex-grow: 3;
        max-width: 33.33%;
        flex-basis: auto;
    }

    .wel h1 {
        font-size: 24px;
    }

    .wel h5 {
        font-size: 16px;
    }

    .category .item p {
        /* height: 28px; */
        font-size: 12px;
        line-height: 12px;
    }

    .category .item a {
        font-size: 10px;
        padding: 5px 12px;
    }

    .history img {
        width: 100%;
        height: auto;
    }

    .bg-policy h2 {
        font-size: 22px;
    }

    .announcement_content .col-md {
        flex-grow: 3;
        max-width: 33.33%;
        flex-basis: auto;
    }

    .sub-news .item .detail p {
        -webkit-line-clamp: 1;
    }

    .sub-news .item .detail a {
        font-size: 10px;
    }

    .contact li .icon {
        font-size: 20px;
    }

    .contact .social li a span {
        font-size: 20px;
    }

    .contact h3 {
        font-size: 16px;
    }

    .contact .social li a {
        font-size: 12px;
    }

    .item_property a .detail .price {
        font-size: 14px;
    }

    .total_price .total {
        width: 100%;
        text-align: center;
        float: none;
    }

    .total_price .total p span {
        display: block;
    }

    .total_price .special {
        width: 100%;
        padding: 5px 0 10px;
        text-align: center;
    }

    .get_contact {
        font-size: 14px;
    }

    .all-item a {
        width: 30%;
    }

    footer .info li:first-child span {
        height: 70px;
    }

    .item_property .img {
        height: 105px;
    }
    .choose-item {
        width: 100%;
        float: left !important;
        font-size: 12px;     
    margin: 10px 0;
    }

    }
    .choose-item button{
        padding: 9px 15px;
    }

    /* .item_property a .detail {
        font-size: 12px;
    }

    .item_property a .detail .price {
        font-size: 14px;
    }

    .item_property a .detail h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    } */

}