﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #393F42;
    font-weight: 400;
    background: #fff;
    font-family: 'Roboto', 'Open Sans',Arial,Helvetica,Geneva,sans-serif;
}
@media(min-width: 1500px) {
    body {
        max-width: 1320px; margin:0 auto;
    }
}
button:active {
    outline: none;
    border: none;
    outline: 0 !important;
}
button:focus {
    outline: 0 !important;
    border: none;
}
*:focus, *:active {
    outline: none
}
input[type="button"]:active {
    outline: none;
    border: none;
    outline: 0 !important;
}
iframe {
    max-width: 100% !important;
}
    .fancybox-wrap, .fancybox-inner {
    width: 250px !important;
}
.alert{
    margin-bottom:0;
}
/*.form-control {
    appearance: auto;
}*/
blockquote {
    border-left: 4px solid #006C41;
    padding-left: 20px;
}
select {
    background: url(/images/down-arrow.png) right 14px no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-position: calc(100% - 15px) center;
}
    .font-weight-bold {
    font-weight: 500 !important;
}
input[type="button"] {
    outline: 0px !important;
    -webkit-appearance: none;
    border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control {
    border-radius: 0;
}
img{
    max-width:100%;
}
select {
    padding: 10px;
    padding-right:20px;
}

    select option {
        background: #e6e4e4;
        border: none;
    }

a, a:link,
a:visited {
    text-decoration: none;
    color: #444444;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    a:hover, a:hover strong {
        color: #006C41;
    }
    a.button{
        color:#fff;
    }
        a.button:hover {
            color: #006C41;
        }
    .color-green {
        color: #006C41 !important;
    }
    .color-green:hover{
        color:#393F42 !important;
    }
    b, strong {
        font-weight: 600;
        color: rgba(68,68,68,1);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
.filtered {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s ease;
}
    .filtered:hover {
        filter: none;
        -webkit-filter: grayscale(0);
    }

.font-size11{
    font-size:12px;
}
.text-justify {
    text-align:justify !important;
}
    .button {
    background: #006C41;
    color: #fff;
    border-radius: 50px;
    padding: 0 10px;
}
.button-green {
    background: #689F38;
    min-width:80px !important;
} 
    .button:hover {
        background: #fff;
        border: 1px solid #006C41;
    }
.button-green:hover {
    border: 1px solid #689F38;
}
.button-danger {
    background: #dc3545;
}
.button-danger:hover {
    border: 1px solid #dc3545;
}
        .button:hover .filter-green {
            filter: invert(48%) sepia(75%) saturate(6318%) hue-rotate(196deg) brightness(94%) contrast(80%);
        }
    table {
        width: 100%;
    }

::-webkit-scrollbar {
    width: 3px;
    height:3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f2f2f2;
}
* {
    scrollbar-width: thin;
    scrollbar-color: #D9F3E0 #fff;
}
/*------------ TOP HEADER ------------*/
#topheader {
    padding: 15px 0 0;
    color: #737373;
}
    #topheader a, #topheader a:hover {
        color: #737373;
    }
    #topheader i {
        margin-right: 5px;
        font-size:17px;
    }
#head-menu {
    border-bottom: 5px solid #006C41;
}
.is-sticky #head-menu {
    background: #fff;
    border-bottom: 1px solid #006C41;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.8);
    z-index: 999 !important;
}
/*------------ END TOP HEADER ------------*/

/*------------ MAIN MENU ------------*/
header.autoshow.scrollOn, header.autoshow.scrollOff {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
}
header.autoshow.scrollOn {
    top: 0;
}
header.autoshow.scrollOff {
    top: -80px;
}
header div#logo {
    display: table;
    height: 80px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
    position: absolute;
    top:15px;
}
.is-sticky #logo {
    top: 0;
    height: 70px;
}
header div#logo a {
    display: table-cell;
    vertical-align: middle;
}
    header div#logo a img{
        width:100%;
    }
.is-sticky #head-menu div#logo a img{
    width:194px;
}
#mainmenu {
    /*float: left;*/
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    position: relative;
    padding-left: 0;
}

.smaller #mainmenu {
    margin-top: 0;
}

    .smaller #mainmenu > li > a:hover, .smaller #mainmenu > li:hover > a, .smaller #mainmenu li:hover a span:after {
        color: #fff !important;
    }

#mainmenu ul {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 15px 13px;
    /*float: left;*/
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu a {
    line-height: 30px;
}

#mainmenu > li > a {
    line-height: 35px;
    font-weight: 500;
    position: relative;
    font-size:16px;
}
    #mainmenu > li:hover > a{
        color:#006C41;
    }
    #mainmenu > li::before, #mainmenu > li::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        top: 55px;
        left: 0;
        right: 0;
        border-bottom: 10px solid #006C41;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        display: none;
    }
    #mainmenu > li:hover::after {
        display:block;
    }

#mainmenu li:last-child {
    padding-right: 0;
}
.navbar-light .navbar-toggler{
    border:none;
}
/*------------ END MAIN MENU ------------*/

        /*------------ END SEARCH ------------*/
#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    width: 25px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #C3C3C3;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline: none;
    padding-top: 10px;
    color: #C3C3C3;
}
            #back-to-top.show {
                opacity: 1;
            }
    #back-to-top:hover {
        border: 1px solid #006C41;
    }
.inner {
    position: absolute;
    top: 65%;
    left: 45%;
}
.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-270deg);
    transform: translateX(-50%) translateY(-50%) rotate(-270deg);
}
.title {
    font-size: 26px;
    font-weight: 400;
    color: #006C41;
    text-transform:uppercase;
    top:-18px;
}
    .title-right{
        right:10px;
    }
.title-left {
    left: 10px;
}
    .bt80 {
        width: 80px;
    }
.bt55 {
    width: 55px;
}
.tab-content .bt-estate-type, .new-hot .bt-estate-type {
    width: 80px;
}
ul.pagination li.active a{
    text-decoration: underline;
    background: #006C41;
    color:#fff;
}
ul.pagination li a {
    color: #006C41;
    border: none;
    border-radius: 0;
}
    ul.pagination li a:hover {
        z-index: 2;
        color: #024dbc;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }
    .pagination {
    display: inline-block;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    padding: 5px 10px;
    color:#fff;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 0;
}
        .overlay {
        background: rgba(0, 0, 0, 0.5);
        top:0
    }
.picframe {
    overflow: hidden;
    
}
.picframe img{
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: all 1s;
    outline: none;
}
    .picframe:hover img, .picframe:hover .estate-image {
        outline: none;
        transform: scale(1.3);
    }

/*------------ END ESTATE ------------*/
/*------------ NEWS ------------*/

.nav-link {
    padding: 4px 15px 3px;
}
ul.new-hot{
    padding:0;
}
ul.new-hot li {
    list-style: none;
    cursor:pointer;
    
}
    ul.new-hot li.li2 {
        display: block !important;
        height:100% !important;
    }
        ul .new-hot li a {
        max-width: 438px;
    }
.new-hot-content {
    background: #fff;
    border-bottom: 5px solid #689F38;
    bottom: 0;
    margin: 25px;
    padding: 25px;
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: all 1s;
}
.item-new-hot:hover .new-hot-content {
    border-bottom: 5px solid #006C41;
}
.item-new-hot {
    height: 530px;
    overflow:hidden;
}
    .item-new-hot img {
        -o-transition: 1s;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -webkit-transition: 1s;
        transition: all 1s;
    }
    .item-new-hot:hover img{
        transform: scale(1.3);
    }
    #project .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #689F38;
    }
#project .nav-pills a.nav-link {
    background: #006C41;
    color:#fff;
    margin:0 10px 10px 0;
}
ul.nav {
    display:block;
}
ul.nav li{
    display: inline-block;
}
#bussiness-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: rgba(25, 118, 210, 0.20) !important;
}
#bussiness-carousel.owl-theme .owl-dots .owl-dot.active span, #bussiness-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 1px solid #006C41;
}
#bussiness-carousel.owl-theme .owl-dots {
    right:0 !important;
    left:auto !important;
    bottom:auto !important;
}
    /*------------ END NEWS ------------*/
/*------------ FOOTER ------------*/
footer {
    background:#006C41 url(/images/map.svg) center center no-repeat;
    background-size:contain;
    color:#fff;
    line-height:30px;
}
.bg-footer{
    background:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
}
    footer strong, footer b {
        color:#fff !important;
    }
        footer ul {
        padding: 0;
    }
    footer ul li{
        list-style:none;
    }
        footer ul li a{
            color:#fff !important;
        }
.footer-container {
    padding-bottom:100px;
}
footer h6 {
    font-weight:600;
}
#copyright {
    min-height: 45px;
    border-top: 1px solid #707070;
    color: #fff;
    padding: 10px;
    margin-top: 100px;
}
        #copyright a{
            color:#fff !important;
        }
        #subscribe {
            margin: 0 auto;
            width: 450px;
        }
footer .form-control {
    border-radius: 50px !important;
    background:rgba(25, 118, 210, 0.2);
    border:1px solid #006C41;
    font-size:13px;
    padding:8px 15px 9px;
}
    footer .form-control::placeholder {
        color:#fff;
    }
    footer .form-control:-ms-input-placeholder {
        color: #fff;
    }
    footer .form-control::-ms-input-placeholder {
        color: #fff;
    }
        .footer-subscribe {
        padding: 70px 0 150px 0;
    }
            .footer-subscribe .btn {
                height: 38px;
                line-height: 1;
                background: #006C41 !important;
                color: #fff !important;
                border-radius: 50px;
                position: absolute;
                z-index: 100;
                width: 120px;
                transition: 0.3s;
                right: 0;
                border-top-left-radius: 50px !important;
                border-bottom-left-radius:50px !important;
            }
    /*------------ END FOOTER ------------*/
/*------------ MAIN ------------*/
ul.filter {
    width: 110px; height:20px;
    list-style: none;
    padding: 0;
    position: relative;
    background: url(/images/ios-arrow-down.svg) right 7px no-repeat;
    margin-bottom:8px;
}
    ul.filter li {
    width:110px;
    padding-left:10px;
    z-index: 2;
    list-style: none;
    display: block;
    position:absolute;
}
        ul.filter li:nth-child(2) {
            top: 31px;
        }
    ul.filter li:nth-child(3) {
        top:62px;
    }
        ul.filter li:nth-child(4) {
            top: 93px;
        }
        ul.filter li:nth-child(5) {
            top: 124px;
        }
        /*ul.filter li:last-child {
            top: 124px;
        }*/
        ul.filter li:not(.init) {
            float: left;
            width: 130px;
            display: none;
            background: #fff;
            padding: 5px 10px;
        }

        ul.filter li:not(.init):hover, ul.filter li.selected:not(.init) {
            background: #e8eced;
            cursor:pointer;
            color:#fff;
        }

li.init {
    cursor: pointer;
}
.part-product-wrap i{
    font-size:18px;
}
/* subheader */
#subheader {
    padding-bottom: 70px;
    /*background: url(/images/subheader-bg.jpg) no-repeat center center;*/
    background-size: cover;
}

#subheader {
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}

.de-navbar-left #subheader {
    padding-bottom: 120px;
}
#subheader {
    height:200px;
}
    #subheader h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 60px;
    z-index: 9;
}

#subheader span {
    display: inline-block;
    font-size: 15px;
    /*margin-top: 88px;*/
    color: #fff;
}

#subheader ul.crumb {
    font-size: 15px;

    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-left: 0;
    list-style:none;
position:relative;
    z-index:9;
}
    #subheader ul.crumb li{
        display:inline-block;
    }
    #subheader .crumb a {
        color: #fff;
    }
.box {
    box-shadow: 
        0 2.8px 2.2px rgba(0, 0, 0, 0.034), 
        0 6.7px 5.3px rgba(0, 0, 0, 0.048), 
        0 12.5px 10px rgba(0, 0, 0, 0.06), 
        0 22.3px 17.9px rgba(0, 0, 0, 0.072), 
        0 1.8px 3.4px rgba(0, 0, 0, 0.086), 
        0 100px 80px rgba(0, 0, 0, 0.12);
}
.part-product-size a.active {
    color: #006C41;
}
.js-col-list .date-estate{
    left:0; 
    bottom:0;
}
ul.list-estate-sub{
    padding-left:0;
}
ul.list-estate-sub li{
    padding-bottom: 7px;
}
    .btn-count-estate {
    background: #8BBAE8;
    border-radius: 5px;
    padding: 3px 7px;
    color:#fff;
    font-size:12px;
}
    /*------------ END MAIN ------------*/
/*------------ ESTATE DEAIL ------------*/
.box-share ul{
    padding-left:0;
}
    .box-share ul li {
        list-style: none;
        padding: 0 16px;
    }
.box-share ul li a {
    line-height: 40px;
    color: #2c2f36;
    font-weight: normal;
}
.box-share ul li img {
    vertical-align: middle;
    margin-right: 8px;
}
.box-share {
    background: #fff;
    box-shadow: 0 16px 64px rgb(3 44 71 / 12%);
    border-radius: 8px;
    padding: 8px 0;
    width: 130px;
    position: absolute;
    left: -50px;
    display: none;
    text-align: left;
    z-index: 9;
    border: 1px solid #0d6efd;
}
    .box-share::before {
        content: '';
        display: block;
        position: absolute;
        left: 45%;
        bottom: 100%;
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #006C41 transparent;
    }

    .box-share::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

*, ::after, ::before {
    box-sizing: border-box;
}
#estate-detail h1, #new-detail h1 {
    font-size: 17px;
    color: #393F42;
}
.content-action .bt-estate-type b{
    font-size:12px;
    color:#fff;
}
.content-action i{
    color:#689F38;
    font-size:18px;
    margin-top:5px;
}
.content-action .bt-estate-type {
    max-width: 95px;
    width:95px !important;
    padding: 3px 10px;
}
    .content-action .bt-estate-type b:hover, .content-action .bt-estate-type:hover b {
        color: #393F42;
    }
    #estate-random {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    width: 170px;
    height: 80px;
    bottom: 170px;
    right: 50px;
    z-index: 9;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
#estate-random .close{
    position:absolute;
    top:-25px;
    right:0;
}
    #estate-random a, #estate-random b {
        font-size: 12px;
        color: #fff;
    }
.estate-random {
    background: #C7DFF7;
    border-radius: 10px;
    padding: 10px;
    height: 80px;
    bottom: 170px;
    right: 50px;
    z-index: 9;
    color: #006C41;
    font-size: 12px;
    line-height: 14px;
}
    .breadcrumb {
        background: none;
        padding: 15px 0 0 0;
    }
    .breadcrumb ul {
        margin: 0;
        padding-left: 0;
        margin-top: 5px;
    }
    .breadcrumb li {
        display: inline-block;
        list-style: none;
    }
    .breadcrumb li a, .breadcrumb li span {
        color: #848484;
        font-size: 14px;
    }
.p-carousel-thumb{
    margin-top:15px;
}
.info-right{
    bottom:170px;
    left:50px;
    z-index:9;
}
    .info-right .bt-estate-type{
        width:80px;
    }
#galley-pd-detail .owl-custom-nav .btn-next, #galley-pd-detail .owl-custom-nav .btn-prev {
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 40%;
    background: #006C41;
    z-index:9;
}

#galley-pd-detail .owl-custom-nav .btn-next {
    right: 25px;
    background: #006C41 url(/images/arrow-right.svg) no-repeat center center;
}

#galley-pd-detail .owl-custom-nav .btn-prev {
    left: 25px;
    background: #006C41 url(/images/arrow-left.svg) no-repeat center center;
}
.tooltip2 .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 45px;
    background-color: #006C41;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size:12px;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip-bottom {
    top: 32px;
    left: -9px;
}

.tooltip2 .tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #006C41 transparent;
}
.features .item {
    width:20%;
    float:left;
    margin-bottom:15px;
}
hr{
    margin:10px 0 20px;
}
.form-check-input[type=checkbox] {
    background: rgba(25, 118, 210, 0.8);
    padding:10px;
    border:none;
}
.form-check-input:disabled {
opacity:.8 !important;
}
    #contact-user .avatar {
    background: #C7DFF7;
    min-height: 242px;
}
.form-control {
    font-size:14px;
    height:38px;
}
    /*------------ END ESTATE DEAIL ------------*/
.panel-heading a.arrow:before {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
    top: 10px;
    font-size: 12px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

.panel-heading a:after {
    content: ' ';
    font-size: 12px;
    position: absolute;
    font-family: 'FontAwesome';
    right: 0px;
    top: 5px;
    transform: scale(0);
    transition: all 0.5s;
    color: #E4E4E4;
}

.panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a.arrow:before {
    content: '\f077';
    font-size: 12px;
    position: absolute;
    font-family: 'FontAwesome';
    right: 0px;
    top: 5px;
    transform: rotate(180deg);
    transition: all 0.5s;
    color: #E4E4E4;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}
.item-qa button{
    font-size:11px;
}
.cmt-child {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 13px 15px 10px;
    margin: 5px 0 10px;
    position: relative;
    margin-top: 10px;
}
    .cmt-child::before, .cmt-child::after {
        left: 18px;
    }
    .cmt-child::before, .cmt-child::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -9px;
        left: 28px;
        border-bottom: 12px solid #f8f8f8;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
    }
.agencies_meta p{
    margin-bottom:5px;
}
ul.list-broker-area{
    padding:0;
}
ul.list-broker-area li {
    list-style: none;
    padding:3px 0;
}
.btn-login-facebook {
    background: #4C69BA !important;
}
.btn-login-google {
    background: #DD4B39 !important;
}
.overlay-login {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 99999;
}
#accordion .new-hot li:first-child {
    border-top: 1px solid #dee2e6 !important;
}
#accordion .new-hot li:last-child {
    border-bottom:none !important;
}
.bg-dot{
    background:url(/images/4.svg) repeat-x 3px;
}
.bg-white {
    background:#fff
}
/*.navbar-nav li:hover .dropdown-menu {
    display: block;
}*/
.dropdown-toggle::after{
    border:none !important;
}
.dropdown-menu {
    border-top: 5px solid #006C41 !important;
    border: none;
    border-radius: 0 0 5px 5px;
    height: auto !important;
    /*right:0 !important;
    left:auto !important;
    padding:10px 0 !important;*/
}
ul.dropdown-menu li {
    padding: 0 !important;
}
    ul.dropdown-menu li:last-child a {
        border-bottom: none !important;
    }
    ul.dropdown-menu li a {
        color: #444444;
        border-bottom: 1px solid #DFE0DF !important;
    }
    ul.dropdown-menu li a:hover {
        background:#006C41;
        color:#fff;
    }
.list-broker-area{
    line-height:25px;
}
.show .navbar-nav li span {
    width: 36px;
    height: 36px;
    background: url(/images/arrow-down2.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: pointer;
}

.show .navbar-nav li span {
    background: url(/images/arrow-down2.png) center no-repeat;
}

.show .navbar-nav li span.show {
    background: url(/images/arrow-up.png) center no-repeat;
}

    .show .navbar-nav li span.show {
        background: url(/images/arrow-up.png) center no-repeat;
    }
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}
#subheader{
    background-size:cover !important;
}
/* ============ AVATAR USER ============ */
.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
    object-fit: cover;
}

.file-upload {
    display: none;
}

.circle2 {
    border-radius: 50%;
    overflow: hidden;
    width: 124px;
    height: 124px;
    border: 1px solid #1976D0;
    position: relative;
    margin: 0 auto;
    color: #fff;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin: 6px;
    background: #1976D0;
}

.p-image {
    position: absolute;
    bottom: -50px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: rgba(255, 255, 255, 0.78);
    width: 124px;
    padding: 10px 0;
    text-align: center;
}

    .p-image .fa {
        font-size: 20px;
    }

.circle2:hover .p-image {
    bottom: 0px;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.profile-pic {
    display: none;
}

.avatar-mobile { /*display:none;*/
    position: absolute;
    right: 110px;
}

    .avatar-mobile img {
        width: 35px;
        height: 35px;
        object-fit: cover;
    }
.form-group ul {
    padding-left:0;
}
    .form-group ul li {
    list-style: none;
}
#boxvip {
    /*    border:1px dashed #dc3545;*/
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E80202FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='23' stroke-linecap='square'/%3e%3c/svg%3e");
}
.form-check [type="radio"]:checked,
.form-check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .form-check [type="radio"]:checked + label,
    .form-check [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .form-check [type="radio"]:checked + label:before,
        .form-check [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .form-check [type="radio"]:checked + label:after,
        .form-check [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #459F00;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .form-check [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .form-check [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
.new-image {
    height: 350px;
    background-size: cover !important;
    margin-bottom:15px;
}
.dang-tin-rao-tab {
    background: #006C41;
    height: 40px;
    margin: 0;
}
.dang-tin-rao-tab a.active {
    background: #ccc;
}
    .dang-tin-rao-tab a:hover {
        background: #006C41;
    }
    .dang-tin-rao-tab a {
        margin: 0;
        padding: 0;
        border: 0;
        background: 0;
        height: 40px;
        width: 50%;
        line-height: 40px;
        text-align: center;
        float: left;
        font-weight:bold;
        color:#fff;
    }
.priceitem{
    cursor:pointer;
}

select{
    cursor:pointer;
}

#search-form {
    width: 200px;
}
form {
    position: relative;
    background: var(--color-brand);
    border-radius: var(--rad);
}

.search {
    outline: 0;
    width: 100%;
    padding: 5px 15px;
    appearance: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    position: relative;
    border: 1px solid #DFE0DF;
    border-radius: 50px;
    font-style: italic;
}
    .search:focus {
        border: 1px solid #006C41;
    }
            #search-form button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 99;
            padding-top: 3px;
        }
#language{
    cursor:pointer;
}
#sublanguage {
    display: none;
    background: #006C41;
    border-radius: 5px;
    padding: 13px 15px 10px;
    margin: 5px 0 10px;
    position: relative;
    margin-top: 10px;
    width: 110px;
    z-index:999;
}
    #sublanguage a{color:#fff;}
    #sublanguage a:hover {
        color: #fff;
        text-decoration:underline;
    }
    #sublanguage::before, #sublanguage::after {
        left: 18px;
    }

    #sublanguage::before, #sublanguage::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -5px;
        left: 10px;
        border-bottom: 5px solid #006C41;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.bg-map{
    background:url(/Images/map.svg) top center no-repeat; 
}
.bg-map2 {
    background: url(/Images/map.svg) center top no-repeat;
    padding-bottom:100px;
}
.title-border {
    border: 3px solid #006C41;
    background: #006C41;
}
.bg-about {
    background: url(/Images/bg-about.jpg) left center no-repeat;
    background-size:contain;
    height:400px;
}
.bg-about2 {
    background: #fff;
    height: 248px;
    /*left: -80px;*/
    z-index: 99;
    width: 100%;
    margin-top: 75px;
}
.line-height-26px{
    line-height:26px;
}
a.btn-more {
    border: 1px solid #006C41;
    border-radius: 50px;
    color: #006C41;
    padding: 3px 35px 3px 15px;
    background: url(/Images/arrow-round-forward.svg) 90px center no-repeat;
}

#product a.btn-more {
    padding-top: 5px;
    padding-bottom: 5px;
}
#product .col-md-9{
    width:77%;
}
a.btn-more:hover {
    color: #fff;
    background: #006C41 url(/Images/arrow-round-forward-white.svg) 95px center no-repeat;
}
.btn-download {
    background: #006C41 url(/Images/download.svg) 160px center no-repeat;
    border-radius: 50px;
    padding: 6px 35px 6px 15px;
}
a.btn-download{
    color:#fff;
}
.picframe {
    position: relative;
    overflow: hidden;
}
    .picframe:hover img {
        transform: scale(1.3);
    }
.des-pd-home{
    padding-right:35px;
}
#dealer {
    background: rgb(120,227,243);
    background: linear-gradient(0deg, rgba(120,227,243,1) 0%, rgba(247,252,255,1) 100%);
}
/* social-icons */
/* ================================================== */
footer p {
    margin-bottom: 10px !important;
}

.social-icons a{
    margin-left:5px;
}

    .social-icons i {
        text-shadow: none;
        color: #006C41;
        padding-top: 6px;
        text-align: center;
        font-size: 14px;
        width: 22px;
        height: 22px;
        line-height: 12px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        background: #fff !important;
        border-radius: 50%;
    }

footer.light .social-icons i {
    color: #fff;
}

.social-icons i:hover {
    color: #393F42;
}

.social-icons.light i {
    color: #111111;
}

.social-icons-s1 i {
    font-size: 20px;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    text-align: center;
    border: solid 2px rgba(255,255,255,.3);
    color: #006C41;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

    .social-icons-s1 i:hover {
        color: #000000;
        background: #ffffff;
    }
#count{
    background:#006C41;
    color:#fff;
}
.title-news-home {
    background: url(/Images/arrow-news.svg) left center no-repeat;
    z-index: 99;
    top: 25px;
    left: 35px;
    color: #fff;
    padding-left: 15px;
}
.item-new{
    
}
.title-news-home a {
    color: #fff;
}
.item-new:hover .bg-callout {
    background: rgba(0, 0, 0, 0.70);
}
.item-new:hover img {
    transform: scale(1.3);
}
.bg-callout {
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
}
.no-gutters{
    margin:0 0px 50px 0px;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.subtitle{
    font-size:18px;
}
#news .title-border {
    /*margin-right:50px;*/
}
video {
    width: 100% !important;
    height: auto;
    z-index: 100;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    /*opacity: 0.3 !important;*/
}
#about-page h2{
    font-size:16px;
}
#about-page blockquote {
    color: #393F42;
    font-size: 23px;
    font-weight:500;
}
.price-list {
    border-top:5px solid #006C41;
}
table thead{
    background:#006C41;
    color:#fff;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px;
}
table thead th {
    padding: 0 30px;
    font-weight: 500;
}
tbody td {
    padding: 20px 30px;
    border: 1px solid #DFE0DF;
}
    tbody td .btn-download {
        background: #006C41 url(/Images/download.svg) 120px center no-repeat;
    }
.title-news {
    font-size:18px;
}
.news-des{
    font-size:15px;
}
.page-item.active .page-link{
    background:none;
    color:#006C41;
}
#list-distribution{
    max-height:430px;
    overflow-y:scroll;
}
    #list-distribution ul li {
        list-style: none;
    }
    #list-distribution ul li p{
        margin-bottom: 0.5em;
    }
.select2-container--default .select2-selection--single {
    border: 1px solid #006C41 !important;
    border-radius: 50px;
}
.select2-dropdown {
    border: 1px solid #006C41 !important;
    border-top:none !important;
}
#product-detail .title{
    color:#006C41;
    font-size:20px;
}
.create-icon {
    background: url(/Images/create-icon.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
.image-icon {
    background: url(/Images/image-icon.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
.create-icon:hover, .create-icon .active {
    background: url(/Images/create-icon-green.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
.image-icon:hover, .image-icon .active {
    background: url(/Images/image-icon-green.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
.ribbon-icon {
    background: url(/Images/ribbon-icon.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
    .ribbon-icon:hover, .ribbon-icon .active {
        background: url(/Images/ribbon-icon-green.svg) center center no-repeat;
        background-position: left 5px bottom 4px
    }
.setting-icon {
    background: url(/Images/setting-icon.svg) center center no-repeat;
    background-position: left 5px bottom 4px
}
    .setting-icon:hover, .setting-icon .active {
        background: url(/Images/setting-icon-green.svg) center center no-repeat;
        background-position: left 5px bottom 4px
    }
#pills-tab {
    background: #F8F8F8;
}
.nav-pills a.active, .nav-pills .show > .nav-link{
    color:#006C41 !important;
}
.nav-link{
    padding-left:35px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #F8F8F8 !important;
}
#product-list .btn-download {
    background: #006C41 url(/Images/download.svg) 240px center no-repeat;
}
#product-list .btn-download2 {
    background: #006C41 url(/Images/download.svg) 120px center no-repeat;
}
#product-list a.btn-more {
    padding: 5px 35px 5px 15px;
    width: 110px;
    background: url(/Images/arrow-round-forward.svg) 100px center no-repeat;
}
#product-list a.btn-more:hover {
   color:#006C41;
}
#map{
    height:500px;
}
.item-map{
    cursor:pointer;
}
#button-contact-vr {
    position: fixed;
    bottom: 50px;
    z-index: 99999
}

    #button-contact-vr .button-contact {
        position: relative
    }

        #button-contact-vr .button-contact .phone-vr {
            position: relative;
            visibility: visible;
            background-color: transparent;
            width: 90px;
            height: 90px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 0;
            display: block
        }

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

    .phone-vr-img-circle a {
        display: block;
        line-height: 37px
    }

    .phone-vr-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%)
    }

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

    .phone-bar a:hover {
        opacity: .8;
        color: #fff
    }

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}
#contentdetail h2, .tab-content h2 {
    font-size: 18px;
    color: #006C41 !important;
}
#contentdetail h3, .tab-content h3{
    font-size: 18px;
}
.btn-download2{
    background-position-x:120px;
}
a.btn-more2 {
    background-position-x: 100px;
}
table p{
    margin-bottom:0;
}
.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0;
}
.media-post .post-right {
    overflow: hidden;
}