@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');
#loader:after, #loader:before {
    position: absolute;
    content: ""
}

#tabs li, li {
    list-style: none
}

li, ul {
    margin: 0
}

.news-ticker .item h4 a, .property-detail-meta > div > span, .tags-cloud > a > span {
    text-overflow: ellipsis;
    white-space: nowrap
}

#tabs li a, .tags-cloud > a, a:hover {
    text-decoration: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff
}

::-webkit-scrollbar:horizontal {
    height: 5px
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, .5)
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .6
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 1000
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

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

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .35s .15s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s .15s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .35s .15s cubic-bezier(.645, .045, .355, 1);
    transition: all .35s .15s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .15s .5s ease-out;
    transition: all .15s .5s ease-out
}

a, a:hover {
    transition: .3s
}

/*@font-face {
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), url(../fonts/v2/Oswald-Regular.ttf) format('truetype')
}*/

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

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-phone2:before {
    content: "\ed63"
}

.icon-sad-face:before {
    content: "\eb32"
}

html {
    overflow-y: scroll
}

body {
    font-family: "Lexend", sans-serif;
    /*background-color: transparent;
    background-image: url(../images/bg1.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background: #f7f8f9;
}

p {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 500
}

a {
    color: #2C2C2C
}

a:hover {
    color: #0e4e8c;
    outline: 0;
    cursor: pointer
}

.tbl-hotline, .tbl-number-hotline, .tbr-date a {
    font-size: 13px;
    color: #2C2C2C;
    text-transform: uppercase
}

ul {
    padding: 0
}

.top-bar {
    padding: 10px 40px;
    min-height: 40px;
    background: #fff;
}

.tb-left li {
    float: left;
    margin-right: 35px;
    position: relative
}

.tb-left li:before, .tb-right li:before {
    content: "";
    width: 5px;
    height: 6px;
    -webkit-border-radius: 3px 2px 2px 3px/3px;
    -moz-border-radius: 3px 2px 2px 3px/3px;
    border-radius: 3px 2px 2px 3px/3px;
    background-color: #444;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
    box-shadow: 0 1px rgba(255, 255, 255, .35), inset 1px 1px 2px rgba(0, 0, 0, .35);
    position: absolute;
    top: 6px;
    right: -20px
}

.tb-left li:last-child:before, .tb-right li:last-child:before {
    display: none
}

.tbl-hotline {
    letter-spacing: .1em
}

.tbl-number-hotline {
    letter-spacing: 1px
}

.tb-right li {
    float: left;
    margin-left: 35px;
    position: relative
}

.tbr-date a {
    letter-spacing: .1em
}

.cat-default, .cb-info .cat, .fn-meta, .pn-info span {
    letter-spacing: 1px
}

.tbr-social span a {
    color: #2C2C2C;
    font-size: 14px;
    margin-left: 10px
}

.tbr-social span a:hover {
    color: #0e4e8c
}

.tb-right {
    display: table;
    float: right
}

.dropcap, .dropcap-circle, .dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none
}

.dropcap {
    font-size: 3.1em
}

.wrapper {
    background: #fff;
    padding: 0;
    position: relative
}

.wrapper:after, .wrapper:before {
    position: absolute;
    margin: 0 auto;
    content: "";
    right: 0;
    left: 0
}

.wrapper:before {
    background: rgba(255, 255, 255, .6);
    height: 7px;
    top: -7px;
    width: 98.5%
}

.wrapper:after {
    background: rgba(255, 255, 255, .7);
    height: 14px;
    top: -14px;
    width: 97%
}

header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: relative
}

header nav ul {
    padding-left: 19px
}

header nav ul li {
    float: left;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2C2C2C;
    position: relative;
    /*text-transform: uppercase;*/
}

header nav ul li a:hover {
    color: #2C2C2C
}

header nav ul li a:hover, header nav ul li.active a {
    background: #fff
}

header nav ul li a:hover:after, header nav ul li.active a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: #e4c437;
}

header nav ul li a {
    color: #2C2C2C;
    padding: 15px;
    display: table;
    background: 0 0;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    outline: 0 !important;
    text-decoration: none !important;
}

.mega-menu li a:after, .search, .sub-menu ul li a:before {
    display: none
}

.sub-nav {
    padding-right: 25px;
    position: relative
}

.sub-nav:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 8px;
    top: 15px
}

.bl-featured-big:after, .news-feed:after, .news-ticker:after, .sub-menu ul li:before {
    content: ""
}

.search-trigger {
    float: right;
    width: 60px;
    height: 50px;
    border-left: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    color: #0e4e8c;
    font-size: 18px;
    margin-right: -15px;
    cursor: pointer;
    position: relative;
    z-index: 999
}

.search-trigger i {
    transition: .4s
}

.search-trigger:hover {
    color: #2C2C2C
}

.search {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    padding: 0 15px;
    z-index: 99
}

.search form {
    background: #f8f8f8;
    dispaly: table;
    width: 100%;
    height: 49px;
    right: 0
}

.search form input {
    padding: 5px 80px 5px 40px;
    background: 0 0;
    border: none;
    color: #2C2C2C;
    font-size: 16px;
    font-family: Lexend;
    width: 100%;
    font-weight: 300;
    height: 49px
}

.search form button {
    position: absolute;
    right: 0;
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0e4e8c;
    font-size: 18px;
    border: none;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    top: 0;
    transition: .4s
}

.mega-menu {
    position: absolute;
    min-width: 100%;
    margin: 40px 0 0;
    /*border-top: 3px solid #0e4e8c;*/
    padding: 0;
    overflow: hidden;
    background: #fff;
    z-index: 99999999;
    transition: .4s;
    visibility: hidden;
    opacity: 0
}

.mega-menu li {
    position: relative;
    white-space: nowrap
}

.mega-menu li a {
    padding: 0
}

header nav ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .4s
}

.agents-bound .agent-item .thumbail a img, .allcat-feed > a > img, .bl-featured-big img, .bla-content .thumb img, .cb-big img, .fn-thumb img, .p-news ul li img, .property-list > li .property-thumb a img, .property-thumb-table img {
    opacity: 1
}

.bl-featured-big, .news-feed {
    position: relative;
    overflow: hidden
}

.bl-featured-big:after, .news-feed:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    bottom: -45%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s
}

.bl-featured-big:before, .cb-big:before, .fn-meta {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
}

.news-feed h4, .news-feed p {
    font-weight: 700;
    color: #f8f8f8;
    left: 20px;
    z-index: 77;
    position: absolute
}

.news-feed h4 {
    font-size: 18px;
    bottom: 30px;
    text-transform: none
}

.b1-aside h5 span, .bl-info > a, .bl-meta, .btn1, .cat-blocks h4 a, .cat-default, .cb-big p, .cb-info .cat, .featured-news h5 span, .featured-news2 h5 span, .fn-meta, .news-feed p, .news-ticker .item > span, .opi-inner em, .sub-menu h3, .thumb-cat {
    text-transform: uppercase
}

.news-feed p {
    font-size: 10px;
    bottom: 14px;
    margin: 0;
    font-family: 'Josefin Sans', 'Times New Roman', serif
}

.bl-featured-big:hover:after, .news-feed:hover:after {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s
}

.sub-menu {
    padding: 25px 30px
}

.sub-menu h3 {
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0 0 11px;
    font-weight: 400
}

.sub-menu ul {
    padding: 0
}

.sub-menu ul li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

.fn-meta span, .rmore {
    float: right
}

.sub-menu ul li:before {
    background: #6f441d;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 0
}

.sub-menu ul li a {
    color: #6f441d;
    background: 0 0 !important;
    padding-left: 20px
}

.sub-menu ul li a:hover {
    color: #6f441d
}

.sub-menu ul li:last-child {
    margin-bottom: 0
}

.header {
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
    margin-bottom: 0;
    padding: 10px;
}

.header .logo {
    text-align: center;
}

.header .logo img {
    max-height: 90px
}

.news-ticker {
    padding: 20px 0 25px 110px;
    border-left: 1px solid #ddd;
    position: relative
}

.news-ticker:after {
    background: url(../images/hot-news.png) no-repeat;
    width: 103px;
    height: 97px;
    position: absolute;
    top: 10px;
    left: -10px
}

.news-ticker .item > span {
    /*font-family: 'Oswald Medium', sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    color: #0e4e8c
}

.news-ticker .item > span span.price-per-unit {
    font-size: 12px;
    padding-left: 20px;
    font-weight: 400;
    position: relative
}

.bl-info > span, .btn1, .thumb-cat {
    font-weight: 700
}

.news-ticker .item > span span.price-per-unit:before {
    font-family: 'Material Design Iconic Font';
    content: "\f30d";
    position: absolute;
    top: 0;
    left: 5px;
    color: #09c
}

.news-ticker .item p, .pn-info p {
    font-family: Muli, sans-serif
}

.news-ticker .item p {
    font-size: 12px;
    color: #777;
    margin: 0
}

.news-ticker .item p > span {
    display: inline-block;
    padding-right: 10px;
    position: relative
}

.news-ticker .item p > span:not(:last-child):before {
    font-family: 'Material Design Iconic Font';
    content: "\f26d";
    font-size: 5px;
    position: absolute;
    top: 0;
    right: 1px;
    color: #e6e6e6
}

.news-ticker .item h4 {
    font-size: 15px;
    margin: 5px 0 2px !important;
    line-height: 18px
}

.news-ticker .item h4 a {
    overflow: hidden;
    display: inline-block;
    width: 98%
}

#news-ticker .slick-next, #news-ticker .slick-prev {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: table;
    font-size: 0;
    position: absolute;
    top: 0;
    border: none;
    margin-top: 0
}

#news-ticker .slick-prev {
    right: 6px !important;
    left: auto
}

#news-ticker .slick-next {
    right: -15px
}

#news-ticker .slick-next:after, #news-ticker .slick-prev:after {
    font-family: FontAwesome;
    font-size: 12px;
    color: #2C2C2C;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #777;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#news-ticker .slick-prev:after {
    content: "\f106"
}

#news-ticker .slick-next:after {
    content: "\f107"
}

#news-ticker .slick-next:hover:after, #news-ticker .slick-prev:hover:after {
    color: #0e4e8c;
    border-color: #0e4e8c
}

.b1-aside h5 {
    background: url(../images/v2/sep.png) center repeat-x;
    margin: 0 0 30px;
    background-size: auto 5px;
}

.b1-aside h5 span {
    background: #333;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: table;
    margin: 0 auto
}

.thumb {
    position: relative;
    padding: 0
}

.thumb-cat {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    text-align: center
}

.bla-content .thumb {
    margin-top: 10px
}

.bla-content .thumb a {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn1, .cat-default {
    display: table
}

.bla-content h4 {
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.5;
}

.cat-default {
    font-size: 13px;
    color: #0e4e8c;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.sep {
    height: 3px;
    background: #000;
    width: 130px;
    margin: 20px auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.nicescroll-rails {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    z-index: 999;
    background: rgba(0, 0, 0, 0) !important;
    padding: 0
}

.nicescroll-rails div {
    background: rgba(0, 0, 0, .4) !important
}

.nicescroll-rails:before {
    content: "";
    width: 12px;
    background: rgba(255, 255, 255, .1) !important;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.bl-featured-big img, .bl-info {
    width: 100%
}

.btn1 {
    background: #000;
    margin: 0 auto;
    height: 26px;
    padding: 0 20px;
    font-size: 10px;
    color: #fff;
    line-height: 26px
}

.bla-content.banner {
    margin-top: 33px;
    margin-bottom: 40px
}

.bla-content.banner img {
    border: 10px solid #e5e5e5
}

.bl-featured-big {
    margin-bottom: 30px
}

.bl-featured-big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    backbackground: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%)
}

.bl-featured-big > a {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bl-meta {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    /*font-family: Oswald*/
}

.bl-meta span i {
    font-size: 18px;
    margin-right: 7px
}

.bl-meta span {
    margin-bottom: -12px;
    display: table
}

.bl-info {
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 777;
    padding: 0 30px
}

.bl-featured-big.property .bl-info {
    bottom: 0
}

.bl-info > span {
    font-family: roboto, sans-serif;
    font-size: 16px
}

.bl-info > a {
    font-size: 12px;
    color: #fff
}

.bl-info h3 {
    margin: 5px 0 15px;
    color: #fff;
    font-size: 26px;
    line-height: 30px
}

.bl-info h3 p {
    line-height: 35px
}

.bl-info h3 a {
    color: #fff
}

.block-right {
    padding-right: 0
}

.rmore {
    color: #fff;
    font-family: Playfair Display;
    text-align: right;
    font-size: 12px;
    display: table;
    font-style: italic;
    padding-right: 30px
}

.cb-info .date, .fn-inner em {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}

.rmore i {
    margin-left: 10px
}

.cat-blocks h4, .featured-news h5, .featured-news2 h5 {
    background: url(../images/v2/sep.png) center repeat-x;
    margin: 0 0 30px;
    background-size: auto 5px;
}

.cat-blocks h4 {
    background: url(../images/v2/sep.png) center repeat-x;
    margin: 0 0 24px;
    position: relative;
    background-size: auto 5px;
}

/*
.cat-blocks h4 a:after {
    content: "";
    width: 8px;
    height: 13px;
    background: url(../images/v2/cb-ribbon.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 0
}
*/

.cat-blocks h4 a, .featured-news h5 span, .featured-news2 h5 span {
    background: #cfa84b;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: table;
    margin: 0 auto;
    position: relative
}

.cat-blocks h4 a {
    background: #0e4e8c;
    margin: 0;
    font-size: 16px;
    padding: 0 24px
}

.fn-thumb {
    position: relative
}

.fn-thumb > a {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fn-thumb img {
    width: 100%
}

.fn-inner h4 {
    color: #333;
    font-size: 19px;
    line-height: 26px;
    margin: 15px 0 5px;
    min-height: 52px
}

.fn-inner h4 a {
    color: #333
}

.fn-inner h4 a:hover {
    color: #0e4e8c
}

.fn-inner em {
    font-size: 10px;
    color: #999;
    display: table;
    margin-bottom: 10px
}

.fn-inner p {
    font-size: 14px;
    font-family: Lexend;
    color: #333;
    line-height: 20px;
    margin-bottom: 35px;
    height: 100px;
    overflow: hidden
}

.cb-big p, .fn-meta, .fn-meta a {
    color: #fff
}

.fn-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 13px;
    backbackground: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%)
}

.fn-meta span i {
    font-size: 14px
}

.cb-big {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.cb-big .href, .cb-big:after, .cb-big:before, .cb-big:hover:after {
    position: absolute;
    width: 100%
}

.cb-big .href {
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    height: 100%
}

.cb-big:before {
    content: '';
    top: 0;
    left: 0;
    min-height: 80px;
    backbackground: rgba(0, 0, 0, .2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%)
}

.cb-big:after, .cb-info ul li:before {
    content: "";
    left: 0
}

.agents-bound .agent-item .info, .allcat-feed:after, .cb-big:after, .ig-wrap:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.cb-big a:not(.href) {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.cb-big h3 {
    font-size: 22px
}

.cb-big p {
    font-size: 10px;
    font-weight: 700;
    margin: -5px 0 0
}

.cb-big:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    bottom: -45%;
    right: 0;
    height: 100%;
    z-index: 1;
    transition: .4s
}

.cb-big:hover:after {
    bottom: -30%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 11;
    transition: .4s
}

.cb-big .bl-info, .cb-big .bl-meta {
    z-index: 111
}

.cb-info .cat {
    font-size: 16px;
    color: #0e4e8c;
    display: table;
    font-weight: 500;
    margin-top: 20px;
}

.cb-info h5 {
    font-size: 22px;
    line-height: 26px
}

.cb-info h5 a {
    color: #333
}

.cb-info h5 a:hover {
    color: #0e4e8c
}

.cb-info .date {
    font-size: 10px;
    color: #999;
    display: table;
    margin-bottom: 10px
}

.cb-info p {
    font-size: 14px;
    color: #333;
    font-family: Lexend;
    line-height: 20px
}

.cb-info ul {
    margin-top: 30px
}

.cb-info ul li {
    float: none;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px dotted #3f3f3f;
    padding: 9px 0 12px 20px
}

.cb-info ul li:first-child {
    border-top: 1px dotted #3f3f3f
}

.cb-info ul li:before {
    background: #0e4e8c;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 19px
}

.opi-inner:after, .opt-inner:after {
    bottom: -22px;
    left: 70px;
    content: ""
}

.cb-info ul li a {
    color: #2C2C2C;
    background: 0 0 !important;
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 700;
    line-height: 22px
}

.opi-inner p, .opt-inner p {
    font-weight: 700;
    line-height: 24px
}

.cb-info ul li a:hover {
    color: #0e4e8c
}

.opt-inner {
    background: #00aced;
    padding: 28px 30px 20px;
    -webkit-box-shadow: 3px 4px #f4f4f4;
    -moz-box-shadow: 3px 4px #f4f4f4;
    box-shadow: 3px 4px #f4f4f4;
    position: relative
}

.opt-inner p {
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    letter-spacing: -.2px;
    position: relative
}

.opi-inner em, .opt-inner em {
    font-size: 12px;
    font-style: normal
}

.opt-inner:after {
    background: url(../images/v2/opi.png) no-repeat;
    width: 30px;
    height: 22px;
    position: absolute
}

.opt-inner p a {
    color: #aafcff
}

.opt-inner em {
    color: #fff;
    font-family: Lexend
}

.opt-inner em a {
    color: #fff
}

.opi-inner {
    background-color: #fff;
    -webkit-box-shadow: 3px 4px #f4f4f4;
    -moz-box-shadow: 3px 4px #f4f4f4;
    box-shadow: 3px 4px #f4f4f4;
    border: 1px solid #ddd;
    padding: 30px 30px 20px;
    position: relative
}

.opi-inner:after {
    background: url(../images/v2/opi.png) no-repeat;
    width: 29px;
    height: 23px;
    position: absolute
}

.opi-inner em {
    font-weight: 700;
    color: #333
}

.opi-inner em span {
    font-style: italic;
    color: #656565;
    text-transform: none
}

.opi-inner p {
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    color: #333;
    padding: 10px 0
}

.ico {
    width: 60px;
    height: 60px;
    border: 5px solid #ddd;
    border-radius: 50%;
    margin: 20px 0 0 10px;
    display: table;
    color: #00aced;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    background: #fff
}

.all-cat {
    display: table;
    width: 100%
}

.all-cat h5 {
    background: url(../images/v2/sep.png) center repeat-x;
    margin: 0 0 33px;
    background-size: auto 5px;
}

.p-news-big h5 {
    background: url(../images/v2/sep1.png) center repeat-x;
    margin: 0 0 33px;
    background-size: auto 5px;
}

.all-cat h5 span, .p-news-big h5 span {
    background: #6f441d;
    height: 41px;
    line-height: 41px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 888
}

.p-news-big h5 span {
    background: #0e4e8c
}

.allcat-feed {
    position: relative;
    overflow: hidden
}

.allcat-feed:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    bottom: -45%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s
}

.allcat-feed > a {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.allcat-feed h4 {
    font-size: 16px;
    font-weight: 500;
    color: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: none;
    z-index: 77;
    padding: 0 15px;
    width: 100%;
}

.bg-share a, .bg-share span, .blog-single .brief-cat .read-more:before, .blog-single h4, .bs-cat, .bs-comments, .bs-table thead, .cat-tag, .dual-btns a, .fn2-info em, .fn2-meta, .footer-logo h3, .footer-logo p b, .post-nav a, .ps-info span, .side-widget h5 span, .sw-twitter h5 span, .sw-video ul li span, .swt-inner p {
    text-transform: uppercase
}

.allcat-feed h4 a {
    color: #fff
}

.allcat-feed .price-per-unit, .bl-featured-big.property .price-per-unit {
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400
}

.bl-featured-big.property .price-per-unit {
    font-size: 16px
}

.bl-featured-big.property .price-per-unit:after, .bl-featured-big.property .price-per-unit:before {
    top: -5px
}

.allcat-feed:hover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    transition: .4s
}

.ac-inner, .psi-thumb {
    position: relative
}

.ac-inner {
    /*background: url(../images/v2/pat1.png);*/
    margin-bottom: 40px;
    z-index: 0;
    display: table;
    width: 100%
}

.fn2-inner {
    border-bottom: 1px dotted #7f7f7f;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.fn2-thumb {
    width: 270px;
    float: left
}

.fn2-info {
    margin-left: 290px
}

.fn2-meta {
    color: #0e4e8c;
    padding: 0;
    font-size: 12px;
    font-weight: 700
}

.fn2-meta span {
    float: right
}

.fn2-meta span i {
    font-size: 14px
}

.fn2-info h4 {
    color: #333;
    font-size: 22px;
    line-height: 26px;
    margin: 5px 0 10px
}

.fn2-info h4 a {
    color: #333
}

.fn2-info h4 a:hover {
    color: #0e4e8c
}

.fn2-info em {
    font-size: 10px;
    font-weight: 700;
    color: #999;
    font-style: normal;
    display: table;
    margin-bottom: 10px
}

.bs-tags span, .post-more, .quote, .rp-date, .sw-poll h4, .sws-inner p {
    font-style: italic
}

.fn2-info p {
    font-size: 14px;
    font-family: Lexend;
    color: #333;
    line-height: 20px;
    margin-bottom: 0
}

.p-news-big, .side-widget {
    margin-bottom: 33px
}

.featured-main {
    margin-top: -32px
}

.p-news-big {
    background: #232323;
    margin-top: -30px;
    padding: 30px 0 60px;
    display: block;
    width: 100%
}

.ps-info span, .psi-more {
    display: table;
    width: 100%
}

.ps-info {
    padding: 0 15px
}

.ps-info h4 {
    text-align: center;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    padding: 0 30px;
    margin: 15px 0
}

.ps-info h4 a {
    color: #fff
}

.ps-info h4 a:hover {
    color: #0e4e8c
}

.ps-info span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    font-family: 'Josefin Sans', 'Times New Roman', serif;
    z-index: 77;
    text-align: center;
    margin: 0 0 15px
}

.ps-info p, .psi-more {
    font-family: Lexend;
    text-align: center
}

.ps-info p {
    color: #ddd;
    font-size: 14px;
    line-height: 22px;
    padding: 0 20px
}

.cat-tag, .psi-more {
    font-size: 11px;
    font-weight: 700
}

.psi-more {
    color: #f8a631
}

.cat-tag {
    height: 23px;
    background: rgba(0, 0, 0, .7);
    padding: 0 15px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px
}

#pnews-slider .slick-next, #pnews-slider .slick-prev {
    position: absolute;
    top: -72px;
    width: 37px;
    height: 36px;
    background-color: #fff;
    font-size: 0
}

#pnews-slider .slick-next {
    right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#pnews-slider .slick-prev {
    right: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#pnews-slider .slick-next:after, #pnews-slider .slick-prev:after {
    font-family: FontAwesome;
    font-size: 15px;
    color: #2C2C2C;
    width: 39px;
    position: absolute;
    top: -3px;
    left: -3px;
    height: 38px;
    text-align: center;
    display: table;
    right: 0
}

#pnews-slider .slick-prev:after {
    content: "\f053";
    padding: 6px 10px;
    border: 3px solid #232323;
    border-radius: 50%
}

#pnews-slider .slick-next:after {
    content: "\f054";
    padding: 6px 0 6px 3px;
    border: 3px solid #232323;
    border-radius: 50%
}

#newsletter:after, #newsletter:before, .footer-logo p:after, .swv-thumb:before {
    content: ""
}

#pnews-slider .slick-next:hover:after, #pnews-slider .slick-prev:hover:after {
    color: #0e4e8c
}

aside {
    padding-left: 30px !important
}

.side-widget h5, .sw-twitter h5 {
    background: url(../images/v2/sep.png) center repeat-x;
    margin: 0 0 33px;
    background-size: auto 5px;
}

.side-widget h5 span, .sw-twitter h5 span {
    background: #0e4e8c;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: table;
    margin: 0 auto
}

.sw-inner {
    padding: 25px 0 30px 30px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -45px
}

.p-news .sw-inner {
    padding-top: 20px !important
}

.p-news ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 10px;
}
.p-news ul li {
    border-bottom: 1px dotted #7f7f7f;
    display: table;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    outline: 1px solid #F2F2F2;
    outline-offset: -1px;
    box-shadow: 0px 4px 6px rgb(44 44 44 / 4%);
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.p-news ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.p-news ul li > a {
    display: block;
    width: 100%;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.pn-info {
    padding: 12px 16px 16px 16px;
}

.pn-info span {
    font-size: 15px;
    color: #0e4e8c;
    margin: 0
}

.pn-info h4 {
    font-size: 15px;
    margin: 5px 0;
    line-height: 20px
}

.pn-info p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}

.pn-info p i {
    color: #cacaca
}

.pn-info h4 a {
    color: #2C2C2C;
    line-height: 24px;
    font-weight: 500;
}

.pn-info h4 a:hover {
    color: #0e4e8c
}

.sw-twitter ul li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #7f7f7f;
    display: table;
    width: 100%
}

.sw-twitter ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.sw-twitter ul li img {
    width: 75px;
    float: left
}

.swt-inner {
    margin-left: 85px
}

.swt-inner span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: -5px;
    display: table
}

.swt-inner h4, .swt-inner p {
    font-family: Lexend;
    font-weight: 400
}

.swt-inner h4 {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.05px
}

.sw-video ul li span, .swt-inner p {
    font-size: 10px
}

.swt-inner p {
    margin: 0 0 -7px;
    color: #2C2C2C
}

.swt-inner h4 a {
    color: #428bca
}

.swt-inner h4 a:hover {
    color: #2C2C2C
}

.sw-video h5 span {
    background: #333
}

.sw-video ul li {
    margin: 0;
    padding: 15px 0 20px 30px;
    border-bottom: 1px dotted #7f7f7f;
    display: table;
    width: 100%;
    position: relative
}

.sw-video ul li:first-child {
    padding-left: 0;
    display: block
}

.sw-video ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.sw-video ul li img {
    margin-bottom: 10px
}

.sw-video ul li span {
    font-weight: 700;
    color: #0e4e8c;
    margin: 0;
    font-family: 'Josefin Sans', 'Times New Roman', serif
}

.sw-video ul li h4 {
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0
}

.sw-video ul li i {
    color: #f50044;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 38px
}

.swv-thumb {
    position: relative
}

.swv-thumb:before {
    background: url(../images/v2/play.png) no-repeat;
    width: 38px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 18px
}

input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input[type=radio].css-checkbox + label.css-label {
    padding-left: 30px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    font-family: Lexend;
    color: #333;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.bs-table thead, .dual-btns a, .footer-logo h3, .quote, .sw-poll h4 {
    font-weight: 700
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -15px
}

label.css-label {
    background-image: url(../images/v2/cbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.property-box .agent-action a, .property-list > li .property-info .property-action a {
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle
}

.sw-poll h4 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    margin: 0 0 23px
}

.sw-poll h5 span {
    background: #333
}

.sw-poll li {
    padding-bottom: 8px
}

.dual-btns {
    margin-top: 20px
}

.dual-btns a {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
    background: #2980b9;
    color: #fff
}

.dual-btns a:nth-child(2) {
    background: #2c3e50
}

.sw-contributors h5 span, .sw-subscribe h5 span {
    background: #333
}

.sw-contributors .sw-inner, .sw-subscribe .sw-inner {
    padding-top: 40px
}

.sw-contributors ul {
    margin-left: 0;
    display: table;
    width: 100%;
    margin-bottom: -7px
}

.sw-contributors ul li {
    width: 25%;
    padding-left: 7px;
    margin-bottom: 7px;
    float: left
}

.newsletter {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    z-index: 888
}

#newsletter:after, #newsletter:before {
    background: #FFF;
    position: absolute;
    height: 100%;
    border: 1px solid #ddd;
    width: 100%
}

#newsletter {
    position: relative;
    margin-right: 30px
}

#newsletter:before {
    top: 3px;
    left: 3px;
    z-index: 99
}

#newsletter:after {
    top: 6px;
    left: 6px;
    z-index: 77
}

.newsletter input {
    height: 49px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Lexend;
    color: #333;
    width: 100%
}

.sws-inner {
    display: table;
    width: 100%
}

.sws-inner img {
    float: left;
    padding: 6px 6px 0;
    width: 120px;
    background: #333;
    margin: 0 20px
}

.sws-inner p {
    font-family: PlayfairDisplay;
    font-size: 14px;
    color: #333;
    padding: 15px 0 0
}

.agent-items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.agents-bound .agent-item {
    position: relative;
    overflow: hidden;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}

/*.agents-bound .agent-item p {
    margin: 0;
    color: #fff
}*/

.agents-bound .agent-item .thumbail > a:first-child {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.agents-bound .agent-item .info, .ig-wrap:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%)
}

.agents-bound .agent-item .info {
    width: 100%;
    height: 100%;
    /*position: absolute;
    top: 50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    transition: .3s*/
}

/*
.agents-bound .agent-item:hover .info {
    top: 0
}
*/

.agents-bound .agent-item .info .info-inner {
    padding: 10px
}

.agents-bound .agent-item .info .info-inner h4 {
    margin-bottom: 0
}

/*.agents-bound .agent-item .info .info-inner a {
    color: #fff
}*/

.agents-bound .agent-item .info .info-inner .email, .agents-bound .agent-item .info .info-inner .phone, .agents-bound .agent-item .info .info-inner .specialized {
    font-family: roboto, sans-serif;
    font-size: 14px;
}

.agents-bound .agent-item .info .info-inner .email {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.big-banner {
    background: #fff;
    padding: 20px;
    border-bottom: 3px solid #f4f4f4;
    border-top: 1px solid #DDD
}

.big-banner a {
    display: table;
    margin: 0 auto
}

footer {
    border-top: 1px solid #ddd;
    padding: 0 !important
}

.footer-widget {
    padding: 30px;
    border-right: 1px solid #ddd;
    min-height: 457px
}

.footer-logo h3 {
    font-family: Josefin Sans;
    font-size: 36px;
    color: #333;
    text-shadow: 3px 4px #f4f4f4;
    margin: 5px 0 0;
    display: table
}

.copy, .footer-logo p {
    font-family: Muli, sans-serif;
    color: #333;
    line-height: 22px
}

.footer-logo p {
    font-size: 14px;
    margin: 0 0 53px;
    position: relative
}

.footer-logo p:after {
    background: #000;
    width: 48px;
    height: 1px;
    position: absolute;
    bottom: -40px;
    left: 0
}

.tags-cloud > a:after, .tags-cloud > a:before {
    content: '';
    -webkit-transition: all .4s
}

.copy {
    font-size: 13px
}

.footer-widget .link-footer a, .tags-cloud > a {
    font-family: Muli, sans-serif;
    display: block;
    font-size: 14px;
    line-height: 26px;
}

.copy a {
    color: #0e4e8c
}

.footer-widget h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px
}

.tags-cloud > a {
    position: relative;
    margin: 0 10px 10px 0;
    padding: 0 20px 0 23px;
    height: 26px;
    border-radius: 3px 0 0 3px;
    background: #3f4d52;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all .4s
}

.tags-cloud > a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #c5c5c5;
    box-shadow: inset 0 1px rgba(0, 0, 0, .25)
}

.tags-cloud > a:after {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #3f4d52;
    background-color: #fff
}

.tags-cloud > a > span {
    overflow: hidden;
    display: inline-block;
    width: 86%
}

.tags-cloud > a > i {
    position: absolute;
    right: 10px
}

.bs-comments em, .childs-category a {
    position: relative;
    display: inline-block
}

#view-all-link {
    font-family: Lexend;
    font-size: 14px;
    color: #0e4e8c
}

.bs-cat, .bs-cat a {
    color: #fff
}

.bs-meta {
    border-bottom: 1px solid #414141;
    display: table;
    width: 100%
}

.bs-cat {
    background: #333;
    min-height: 38px;
    line-height: 38px;
    float: left;
    padding: 0 25px;
    font-size: 15px
}

.bs-comments {
    font-family: "Lexend", sans-serif;
    font-size: 12px;
    color: #333;
    margin-top: 10px;
    display: table;
    float: right
}

.bs-comments em {
    width: 3px;
    height: 3px;
    background: #333;
    margin: 0 12px;
    top: -4px
}

.bs-comments i {
    font-size: 15px;
    margin-right: 5px
}

.childs-category {
    padding: 5px;
    background-color: #F7F7F7
}

.childs-category a {
    color: #333;
    padding-left: 15px
}

.childs-category a:before {
    font-family: 'Material Design Iconic Font';
    content: "\f22a";
    font-size: 5px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #a2a2a2
}

.blog-single h1 {
    font-family: Muli, sans-serif;
    font-size: 32px;
    color: #2C2C2C;
    line-height: 36px;
    margin: 15px 0 25px
}

.blog-single, .blog-single p, .brief-cat p {
    font-family: Lexend;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.blog-single p a:not(.btn) {
    color: #0e4e8c
}

.blog-single .brief-cat {
    text-align: justify;
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in-out
}

.blog-single .brief-cat .read-more {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    cursor: pointer
}

.blog-single .brief-cat .read-more:before {
    font-family: "Lexend", sans-serif;
    content: 'Đọc thêm';
    font-size: 13px;
    width: 80px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    z-index: 99;
    color: #fff;
    cursor: pointer
}

.archives-content h3:before, .archives-filter h5:before, .c-img:before, .comment-inner h6 span:before, .ig-main:after, .ig-main:before, .ig-wrap:after, .iv-main:before, .list li:before, .property-list-bound h5:before, .quote:before, .rp-inner .brief:before, .sub-comment:before, .team-content h3:before {
    content: ""
}

.blog-single .description {
    text-align: justify
}

.quote, .send-require {
    text-align: center
}

.blog-single .description img, .blog-single .description table {
    max-width: 100% !important;
    height: auto
}

.list li:before, .quote:before {
    height: 5px;
    background: #333
}

.blog-single .description iframe {
    max-width: 100%
}

.blog-single .description table + table {
    margin-top: 10px
}

.quote {
    font-family: Playfair Display !important;
    font-size: 28px !important;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 25px 15px;
    line-height: 35px !important;
    letter-spacing: -.2px;
    margin-top: 25px;
    position: relative;
    margin-bottom: 15px
}

.blog-single h4, .blog-single h5, .bs-table tbody tr td, .bs-table thead, .list {
    font-family: Lexend;
    color: #333
}

.quote-fullwidth {
    padding: 10px 0 15px
}

.quote:before {
    width: 100%;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0
}

.blog-single h5 {
    font-size: 30px
}

.blog-single .news-item-attach {
    padding: 0 10px;
    background: #fff9ea;
    margin-bottom: 5px;
    border: 1px dotted #f3f3f3
}

.blog-single .news-quote {
    background: rgba(242, 242, 242, .5);
    padding: 5px;
    border: 1px solid;
    box-shadow: 0 0 0 5px rgba(242, 242, 242, .5);
    margin: 10px 0
}

.list {
    font-size: 14px;
    margin: 10px 0 15px
}

.list li {
    padding-left: 27px;
    padding-top: 5px;
    padding-bottom: 2px;
    position: relative
}

.list li:before {
    width: 5px;
    position: absolute;
    left: 13px;
    top: 12px
}

.blog-single h4 {
    font-size: 18px;
    margin: 25px 0 15px
}

.send-require a {
    background: #0e4e8c;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px
}

.bs-table {
    display: table;
    width: 100%;
    margin-bottom: 15px
}

.bs-table thead {
    border-top: 1px solid #999;
    border-bottom: 2px solid #999;
    line-height: 40px;
    font-size: 13px
}

.bs-table thead tr th {
    padding: 0 25px;
    text-align: left
}

.bs-table tbody tr {
    border-bottom: 1px solid #fff;
    background: #f6f6f6;
    color: #333;
    line-height: 40px
}

.bs-table tbody tr td {
    font-weight: 400;
    font-size: 14px;
    padding: 0 25px
}

.bs-tags {
    padding: 5px 0
}

.bs-tags span {
    font-size: 14px;
    font-family: Lexend;
    color: #333;
    display: block;
    margin-bottom: 2px
}

.bg-share a, .bg-share span {
    font-family: Lexend;
    font-size: 11px
}

.bs-tags span a {
    color: #0e4e8c
}

.bg-share {
    padding: 10px 0 30px;
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 2px
}

.author-info, .post-nav {
    border-bottom: 1px solid #333
}

.bg-share span {
    color: #999;
    line-height: 34px
}

.bg-share a {
    background: #0e4e8c;
    height: 34px;
    line-height: 35px;
    padding: 0 15px;
    color: #fff;
    float: right;
    font-weight: 700
}

.ai-info h6, .post-nav h4 {
    font-family: "Lexend", sans-serif;
    letter-spacing: 1px
}

.bg-share a:hover {
    color: #fff;
    background: #000
}

.post-nav a, .post-nav a:hover {
    color: #0e4e8c
}

.bg-share a i {
    margin-right: 5px
}

.post-nav a {
    font-size: 12px
}

.pn-next em, .pn-prev em {
    font-size: 14px;
    position: relative;
    top: -2px
}

.pn-prev em {
    margin-right: 3px
}

.pn-next em {
    margin-left: 3px
}

.ai-info h6, .post-nav h4, .post-nav h4 a {
    font-size: 18px;
    color: #333
}

.post-nav {
    border-top: 1px solid #333
}

.post-nav h4 {
    font-weight: 400;
    line-height: 22px
}

.post-nav h4 a {
    text-transform: none;
    margin-bottom: 0
}

.pn-prev {
    padding: 15px 20px 10px 15px
}

.pn-next {
    padding: 15px 15px 10px 20px
}

.post-nav .row > div:nth-child(2) {
    border-left: 1px solid #333
}

.author-info {
    border-top: 1px solid #ddd;
    margin-top: 2px;
    padding: 20px 0 15px
}

#tabs, .comments li {
    border-bottom: 1px solid #ddd
}

.author-info img {
    float: left
}

.ai-info {
    margin-left: 92px
}

.ai-info h6 {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0
}

.ai-info > a {
    font-size: 24px;
    color: #0e4e8c;
    letter-spacing: 1px;
    margin: 10px 0
}

.ai-info p {
    font-family: Muli, sans-serif
}

.expert-name {
    font-size: 24px !important
}

.related-posts h5, .related-posts-video h5, .related-posts-video2 h6 {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    margin: 27px 0 15px
}

#tabs li a, .c-date, .rp-inner h4 {
    font-weight: 700
}

.related-posts-video h5, .related-posts-video2 h6 {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    margin: 27px 0 0 !important
}

.related-posts h5 a, .related-posts-video h5 a, .related-posts-video2 h6 a {
    color: #0e4e8c
}

.rp-date {
    font-family: Playfair Display;
    color: #999;
    text-align: center;
    font-size: 60px;
    line-height: 24px;
    padding-top: 10px
}

.rp-date span {
    font-size: 18px;
    display: block
}

.rp-date span:nth-child(2) {
    margin-top: 30px
}

.rp-date em {
    font-size: 30px
}

.related-posts li {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    display: table;
    width: 100%
}

.related-posts li > a {
    display: block;
    float: left;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.related-posts li img {
    width: 270px;
    float: left
}

.rp-inner {
    margin-left: 290px
}

.rp-inner h4 {
    font-family: roboto, sans-serif;
    font-size: 24px;
    color: #333;
    margin: 10px 0;
    text-transform: none;
    line-height: 30px;
    position: relative
}

#tabs li a, .c-date, .comment-inner h6 span {
    text-transform: uppercase
}

.rp-inner h4 a {
    color: #333
}

.rp-inner h4 a:hover, .rp-more {
    color: #0e4e8c
}

.rp-inner .brief {
    font-family: Muli, sans-serif;
    position: relative;
    margin: 10px 0 31px
}

.rp-inner .brief:before {
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: -27px;
    left: 0;
    background: #000
}

.rp-more {
    font-size: 14px;
    letter-spacing: 1px
}

.rp-more em {
    margin-left: 2px;
    font-size: 13px;
    position: relative;
    top: -2px
}

#tabwrap {
    background: #fff;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    margin: 60px auto;
    border: 1px solid #ddd
}

#tabs {
    overflow: hidden
}

#tabs li a {
    float: left;
    display: block;
    color: #999;
    padding: 25px 30px;
    text-align: center;
    border-left: 1px solid #ddd;
    font-family: Josefin Sans;
    font-size: 15px
}

#tabs li:first-child a {
    border-left: none
}

#tabs li.current a {
    color: #0e4e8c
}

#content > div {
    clear: both;
    padding: 0;
    display: none
}

#content #home.first, #content .current {
    display: block
}

#content p {
    margin: 0 0 20px
}

.comments {
    margin-bottom: 3px
}

.comments li {
    padding: 30px;
    overflow: hidden
}

.comments li .c-img {
    width: 80px;
    float: left;
    position: relative;
    z-index: 222
}

.c-img:before {
    background: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    height: 600px;
    width: 1px;
    top: 0;
    z-index: -1
}

.comment-inner {
    margin-left: 110px
}

.c-date, .comment-inner h6 {
    margin: 0 0 5px
}

.comment-inner h6 span {
    color: #333;
    font-size: 13px;
    padding-right: 25px;
    position: relative
}

.comment-inner h6 span:before {
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    right: 7px;
    top: 8px
}

.comment-inner h6 a {
    color: #0e4e8c;
    font-style: italic
}

.c-date {
    display: table;
    font-size: 10px;
    color: #999
}

.comment-inner p {
    margin: 0 !important
}

.sub-comment .c-img {
    float: right !important
}

.sub-comment .comment-inner {
    margin-right: 110px
}

.sub-comment .comment-inner h6 {
    text-align: right
}

.sub-comment .comment-inner .c-date {
    text-align: right;
    width: 100%
}

.sub-comment {
    position: relative
}

.sub-comment:before {
    width: 34px;
    height: 94px;
    background: url(../images/v2/arrow.png) no-repeat;
    position: absolute;
    top: 0;
    left: 69px
}

.bs-aside.affix {
    position: fixed !important;
    top: 10px
}

.bs-aside img {
    display: table;
    margin: 0 auto;
    border-radius: 2px
}

.bs-aside h6 {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #060607;
    text-align: center
}

.bs-aside .user-info, .bs-aside .user-phone {
    display: table;
    width: 100%;
    text-align: center
}

.bs-aside .user-phone a {
    font-size: 30px;
    color: #0e4e8c;
    letter-spacing: 1px
}

.bs-aside .user-info {
    font-size: 13px;
    font-family: Muli, sans-serif;
    color: #060607
}

.bsa-social {
    display: table;
    margin: 20px auto 0
}

.bsa-social a {
    width: 40px;
    height: 40px;
    margin-right: 1px;
    background: #3b5998;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block
}

.post-more, .related-posts-cat h5 span {
    color: #0e4e8c
}

.comments-wrap, .gal-nav, .ig-wrap a, .page-nav, .post-more, .rp-cat {
    display: table
}

.bsa-social a:nth-child(2) {
    background: #DB4437
}

.bsa-social a:nth-child(3) {
    background: #00aced
}

.bsa-social a:hover {
    background: #000 !important
}

.post-more {
    font-family: Playfair Display;
    font-size: 14px;
    padding-right: 30px;
    margin: 16px 0 0
}

.post-more em {
    font-size: 13px;
    margin-left: 5px;
    position: relative;
    top: -2px
}

.related-posts-cat h5 {
    padding-top: 17px;
    padding-bottom: 7px;
    position: relative
}

.rp-cat, .rp-cat a {
    color: #999
}

.related-posts-cat h5 span i {
    margin-left: 5px;
    font-size: 12px
}

.related-posts-cat h5:before {
    content: "";
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: -5px
}

.rp-cat {
    font-family: roboto, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: -3px
}

.ig-wrap h4, .page-nav li a, .page-nav span {
    font-family: Playfair Display;
    font-style: italic
}

.page-nav li a, .page-nav span {
    font-size: 24px
}

.rp-cat a:hover {
    color: #0e4e8c;
    border-bottom: 1px dashed #0e4e8c
}

.page-nav {
    margin: 0 auto 60px
}

.page-nav li,
.page-nav .page-numbers {
    float: left;
    margin: 0 5px
}

.page-nav .page-numbers {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: table;
    color: #333;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    font-family: Playfair Display;
    font-style: italic;
}
.page-nav li a {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: table;
    color: #333;
    line-height: 42px;
    text-align: center
}

.page-nav li.disabled:not(.active) a {
    cursor: not-allowed;
    background-color: #f1f1f1
}

.page-nav span {
    color: #2C2C2C;
    float: left;
    margin-right: 15px;
    line-height: 45px
}

.page-nav .page-numbers.current,
.page-nav .page-numbers:hover,
.page-nav li.active a, .page-nav li:not(.disabled) a:hover {
    background: #0e4e8c;
    color: #fff;
    border-color: #0e4e8c
}

.i-gallery {
    margin: 30px -19px
}

.i-gallery li {
    width: 50%;
    float: left;
    padding: 0 19px;
    margin-bottom: 35px
}

.ig-wrap {
    position: relative;
    overflow: hidden
}

.ig-wrap h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding-right: 30px;
    text-transform: none;
    margin: 0;
    z-index: 77779
}

.ig-main, .ig-wrap a {
    position: relative
}

.bb-meta, .iv-cat {
    text-transform: uppercase
}

.ig-wrap a {
    width: 100%;
    overflow: hidden
}

.ig-main:after, .ig-main:before {
    position: absolute;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333
}

.ig-main:before {
    top: 3px;
    right: -3px;
    width: 100%;
    height: 100%
}

.ig-main:after {
    top: 6px;
    right: -6px;
    width: 100%;
    height: 100%
}

.ig-wrap:after, .ig-wrap:hover:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 77777;
    width: 100%;
    transition: .4s
}

.ig-wrap:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    bottom: -45%
}

.ig-wrap:hover:after {
    bottom: -30%
}

.ig-wrap img {
    width: 100%
}

.blog-single-gal .bg-share {
    border-bottom: none
}

.blog-single-gal .author-info {
    border-top-color: #333
}

.comments-wrap {
    width: 100%
}

#gal-slider {
    background: #232323;
    padding: 20px;
    position: relative
}

.flex-next, .flex-prev {
    font-size: 30px;
    position: absolute;
    bottom: -95px;
    z-index: 99999
}

.gal-nav {
    background: #000;
    padding: 20px 55px;
    margin-bottom: 30px;
    width: 100%
}

.gal-nav li {
    float: left;
    width: 25%;
    padding: 0 10px;
    cursor: pointer
}

.gal-nav li.flex-active img {
    background: #0e4e8c;
    padding: 2px
}

.flex-prev {
    color: #999;
    left: 20px
}

.flex-next:hover, .flex-prev:hover {
    color: #fff
}

.flex-next {
    color: #999;
    right: 20px
}

.blog-video-big {
    margin-top: 30px
}

.bvb-thumb {
    position: relative
}

.play-btn-big {
    background: url(../images/v2/play-big.png) no-repeat;
    width: 94px;
    height: 93px;
    display: table-cell;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.bb-meta {
    color: #777;
    font-family: "Lexend", sans-serif;
    margin-top: -10px;
    border-bottom: 1px dotted #7f7f7f;
    padding-bottom: 27px
}

.bb-meta span {
    margin-right: 25px
}

.bb-meta span i {
    margin-right: 5px;
    font-weight: 400;
    font-size: 17px
}

.i-video {
    margin-top: 35px;
    margin-right: -15px;
    margin-left: -15px
}

.i-video li {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px
}

.iv-cat {
    font-size: 10px;
    font-weight: 700;
    color: #0e4e8c;
    margin: 12px 0 0;
    display: table
}

.contributor-info .share-count, .contributor-info h6 {
    font-family: Playfair Display;
    color: #060607;
    text-align: center;
    font-style: italic
}

.iv-inner h5 {
    font-size: 16px;
    font-family: Playfair Display;
    font-weight: 700;
    line-height: 20px;
    margin: 5px 0 20px;
    text-transform: none !important
}

.iv-inner .bb-meta {
    font-size: 12px;
    padding-bottom: 15px
}

.iv-main {
    position: relative
}

.iv-main:before {
    background: url(../images/v2/play-small.png) no-repeat;
    width: 38px;
    height: 37px;
    position: absolute;
    right: 20px;
    bottom: 18px
}

.iv-inner .bb-meta i {
    font-size: 14px !important
}

.iv-inner .bb-meta span {
    margin-right: 20px
}

.contributor-info {
    padding: 30px;
    background: #f4f4f4;
    margin-top: 30px
}

.contributor-info img {
    display: table;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.contributor-info h6 {
    font-size: 16px;
    font-weight: 700
}

.contributor-info .share-count {
    display: table;
    width: 100%;
    font-size: 12px
}

.contributor-info .bsa-social {
    display: table;
    margin: 20px auto 0
}

.contributor-info .bsa-social a {
    width: 40px;
    height: 40px;
    background: #3b5998;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: -2px;
    font-size: 16px
}

.archives-content h3, .tc-inner h4, .team-content h3 {
    font-family: Playfair Display;
    font-weight: 700;
    color: #333
}

.contributor-info .bsa-social a:nth-child(2) {
    background: #00aced
}

.contributor-info .bsa-social a:nth-child(3) {
    background: #cb2027
}

.contributor-info .bsa-social a:nth-child(4) {
    background: #dd4b39
}

.contributor-info .bsa-social a:nth-child(5) {
    background: #007bb6
}

.contributor-info .bsa-social a:nth-child(6) {
    background: #b00
}

.sep1 {
    width: 37px;
    height: 1px;
    background: #000;
    margin: 15px auto 7px;
    display: table
}

.contributor-info p {
    text-align: center;
    padding-top: 5px
}

.team-content li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

.archives-content h3, .team-content h3 {
    font-size: 24px;
    font-style: italic;
    margin: 25px 0 35px;
    position: relative
}

.archives-content h3:before, .team-content h3:before {
    width: 30px;
    height: 1px;
    background: #000;
    bottom: -17px;
    left: 0;
    position: absolute
}

.team-content li img {
    width: 160px;
    float: left
}

.tc-inner {
    margin-left: 180px
}

.tc-inner h4 {
    font-size: 18px;
    margin: 13px 0 10px;
    text-transform: none
}

.tc-inner span {
    font-size: 13px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    margin: -5px 0 10px;
    display: table
}

.archives-content li h4, .archives-filter h5 {
    font-size: 24px;
    font-weight: 700;
    font-family: Playfair Display
}

.archives-content li {
    border-top: none;
    border-bottom: 1px solid #ddd
}

.archives-content .rp-date {
    padding-top: 0
}

.archives-content li h4 {
    color: #333;
    margin: 13px 0 0;
    text-transform: none
}

.c-form button, .c-info h6, .property-list-bound h5 {
    text-transform: uppercase
}

.archives-content li h4 a {
    color: #333
}

.archives-content li h4 a:hover {
    color: #0e4e8c
}

.archives-content li:last-child {
    padding-bottom: 30px
}

.archives-filter {
    margin-top: 35px
}

.archives-filter h5 {
    font-style: italic;
    color: #333;
    position: relative;
    margin-bottom: 35px
}

.archives-filter h5:before {
    width: 30px;
    height: 1px;
    background: #000;
    bottom: -17px;
    left: 0;
    position: absolute
}

#map, #map.large, .gmap {
    height: 405px
}

.archives-filter span {
    display: table;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    color: #333
}

.gmap {
    padding: 0
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#map {
    display: block;
    width: 100%;
    margin: 0 auto
}

#map img {
    max-width: none;
    height: auto
}

.c-info {
    padding-left: 200px;
    background: url(../images/v2/contact.png) 40px 8px no-repeat
}

.c-info h6 {
    font-family: Lexend;
    color: #333;
    font-size: 13px
}

.c-info p {
    display: table;
    width: 100%;
    margin: 0
}

.c-info p span {
    width: 40%;
    float: left
}

.c-info p em {
    font-style: normal;
    width: 60%;
    float: right
}

.c-form {
    padding: 30px
}

.c-form input, .c-form textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: Lexend;
    padding: 5px 15px
}

.c-form p span {
    color: #0e4e8c
}

.c-form label {
    font-family: Lexend;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.c-form label span {
    color: #0e4e8c
}

.c-form input {
    width: 286px;
    height: 35px;
    -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    margin-bottom: 4px
}

.c-form textarea {
    width: 446px;
    height: 207px;
    -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    box-shadow: inset 3px 4px 5px rgba(0, 0, 0, .03);
    margin-bottom: 10px
}

.c-form button {
    background: #0e4e8c;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    font-family: Josefin Sans;
    display: table;
    margin: 0;
    border: none;
    transition: .4s
}

.link-list ul li, form[name=SearchLink] input {
    font-family: roboto, sans-serif
}

.c-form button:hover {
    background: #000;
    transition: .4s
}

.c-tabs #tabs li a {
    border-right: 1px solid #ddd !important
}

.errormessage, .statusMessage, .successmessage {
    display: none;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .1);
    margin: 0 auto 15px;
    padding: 20px;
    border-radius: 5px
}

.statusMessage p, .successmessage p {
    margin: 0;
    color: #888
}

.error-ico, .success-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    top: -3px;
    position: relative;
    float: left
}

.success-ico {
    background: url(../images/v2/success.png)
}

.error-ico {
    background: url(../images/v2/error.png)
}

.errormessage p {
    margin: 0;
    color: #888
}

.link-list {
    padding: 10px
}

.link-list ul li {
    line-height: 25px
}

.link-list ul li .fa-external-link {
    color: #09c;
    font-size: 11px
}

.property-list-bound h5 {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333;
    margin: 27px 0 15px;
    border-top: 3px double #ddd;
    padding-top: 17px;
    padding-bottom: 7px;
    position: relative
}

.property-list-bound h5:before {
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: -5px
}

.property-images, .property-list > li .property-thumb a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.property-image-item, .property-images-slide {
    height: 380px;
    overflow: hidden
}

.property-list-bound h5 span {
    color: #0e4e8c
}

.property-list > li {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 50ms ease;
    -o-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    transition: all 50ms ease;
    border-radius: 2px
}

.property-list > li:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3)
}

.property-list > li .property-thumb {
    width: 380px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.property-list > li .property-thumb a {
    display: block;
    background-color: transparent
}

.property-list > li .property-thumb .property-id {
    position: absolute;
    left: 12px;
    top: 15px;
    background-color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
    padding: .2em .6em .3em;
    color: #fff;
    letter-spacing: 1px
}

.property-list > li .property-info {
    margin-left: 380px
}

.property-list > li .property-info .property-info-inner {
    position: relative;
    padding: 25px 12px 20px;
    line-height: 1.8
}

.property-list > li .property-info .property-info-inner .price {
    font-family: Muli, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #d92228;
}

.property-list > li .property-info .property-info-inner .price .price-per-unit {
    padding-left: 30px;
    color: #0e4e8c;
    position: relative;
    font-weight: 400;
    font-size: 16px
}

.property-list > li .property-info .property-info-inner .price .price-per-unit:before {
    font-family: 'Material Design Iconic Font';
    content: "\f30d";
    position: absolute;
    top: -6px;
    left: 8px;
    color: #09c
}

.property-list > li .property-info .property-info-inner .title {
    color: #0e4e8c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.property-list > li .property-info .property-action {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px 12px;
    z-index: 2;
    font-family: roboto, sans-serif
}

.property-list > li .property-info .property-action a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    color: #d92228;
    line-height: 21px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    touch-action: manipulation;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none
}

.property-list > li .property-info .property-action a:nth-child(2) {
    margin-left: 10px
}

.property-list > li:hover .property-info .property-action a {
    border-color: #d92228
}

.property-list > li:hover .property-info .property-action a:nth-child(2) {
    border-color: #d92228;
    background-color: #d92228;
    color: #fff
}

.property-list > li .property-info .property-meta ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.property-list > li .property-info .property-meta ul li {
    padding: 0 10px;
    margin: 0 0 15px;
    color: #ababab;
    font-family: Muli, sans-serif;
    font-size: 12px;
    display: flex;
    column-gap: 10px;
    flex-direction: row-reverse;
}

.property-list > li .property-info .property-meta ul li:last-child {
    border: none
}

.property-list > li .property-info .property-meta ul li > span {
    display: block;
    font-weight: 700;
    color: #333
}

.property-filter-bound {
    height: 30px;
    margin-bottom: 10px
}

.property-filter ul li {
    float: right;
    margin-right: 1px
}

.property-filter > ul > li > a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px 4px;
    background-color: #3F4D52;
    transition: all .3s;
    text-decoration: none
}

.property-filter > ul > li.active > a, .property-filter > ul > li:hover > a {
    background-color: #0e4e8c
}

.property-filter .bootstrap-select.select-picker {
    width: 179px !important;
    border: 1px solid #f6f6f6 !important;
    background-color: #f6f6f6 !important;
    height: 31px !important;
    line-height: 31px !important
}

.property-filter .bootstrap-select.select-picker .btn {
    height: 29px !important
}

.property-filter .bootstrap-select.select-picker .dropdown-menu {
    text-align: left !important
}

.property-filter .bootstrap-select.select-picker .dropdown-menu li a {
    white-space: nowrap !important
}

.property-filter #keywords {
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    line-height: 23px;
    padding: 3px 5px;
    box-sizing: border-box;
    color: #bababa
}

.property-filter button[type=submit] {
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 20px 6px;
    background-color: #fb6a19;
    transition: all .3s;
    text-decoration: none
}

.property-filter button[type=submit]:hover {
    background-color: #FFA726
}

.product-field li {
    line-height: 24px
}

.product-field li:not(:last-child) {
    border-bottom: 1px solid #e1f1f1
}

.blk-inl {
    display: inline-block
}

.property-thumb-table {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-size: cover
}

.w-90 {
    width: 90px
}

.text-warning {
    color: #fa0
}

.text-danger {
    color: #ef5350
}

.text-primary {
    color: #00b19d
}

.no-result, .no-result p {
    color: #3f4d52
}

.col-tb-3 {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.no-result {
    font-family: Lexend, Helvetica, sans-serif;
    font-size: 13px;
    padding: 30px 0 60px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px
}

.no-result i.icon-sad-face {
    display: block;
    font-size: 90px
}

.no-result .or {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px
}

.leave-phone-box {
    max-width: 480px;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding: 10px;
    text-align: left
}

.leave-phone-box textarea {
    resize: none
}

.property-detail-bound {
    font-family: roboto, sans-serif;
    margin-bottom: 30px
}

.property-detail-staff-top {
    line-height: 38px
}

.property-detail-staff-top strong {
    margin-right: 10px
}

.property-detail-staff-top a {
    color: #0e4e8c;
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.property-images {
    position: relative;
    background-color: transparent;
    background-image: url(../images/urban-blur.jpg)
}

.property-images .not-trade, .property-images .note {
    position: absolute;
    color: #fff;
    padding: 3px 8px;
    border-radius: 2px
}

.property-images .not-trade {
    background-color: red;
    top: 5px;
    left: 5px;
    z-index: 9;
    font-size: 15px
}

.property-images .note {
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, .6)
}

.property-image-item {
    position: relative;
    text-align: center
}

.property-image-item .image-item, .property-image-item .slide-bg {
    height: 100%;
    position: absolute;
    width: 100%
}

.property-image-item .slide-bg {
    -webkit-background-size: contain;
    background-size: contain
}

.product-request-bound, .property-similar .property-thumb a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.property-image-item .slide-bg img {
    min-width: 105%;
    min-height: 105%;
    opacity: .8;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px)
}

.property-image-item .image-item a img {
    position: absolute;
    vertical-align: middle;
    max-width: 100%;
    min-width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.property-detail-middle {
    position: relative;
    min-height: 101px;
    padding: 15px 0 0;
    border-right: solid 1px #dcdcdc
}

.property-detail-middle:before {
    content: "";
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.property-detail-quick-info h1 {
    margin: 0 0 8px;
    font-size: 18px
}

.property-detail-quick-info .property-price-bound {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-left: 3px solid #dcdcdc;
    padding-left: 10px
}

.property-detail-quick-info .property-price-bound:before {
    position: absolute
}

.property-detail-quick-info .property-price-bound label {
    float: left;
    margin: 0 15px 0 0;
    font-size: 15px
}

.property-detail-quick-info .property-price-bound label span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #ababab
}

.property-detail-quick-info .property-price-bound .property-price {
    font-size: 24px;
    font-weight: 700;
    color: #0e4e8c;
    line-height: 38px
}

.property-detail-quick-info .property-price-bound .property-price span {
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    font-size: 18px
}

.property-detail-quick-info .property-price-bound .property-price span:before {
    font-family: 'Material Design Iconic Font';
    content: "\f30d";
    position: absolute;
    top: -8px;
    left: 8px;
    color: #09c
}

.property-detail-quick-info .project {
    margin-bottom: 10px
}

.property-detail-quick-info .project i.zmdi {
    color: #fb6a19
}

.property-detail-quick-info .property-meta ul li {
    float: left;
    display: inline;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    margin: 0 0 15px;
    color: #ababab;
    font-family: Muli, sans-serif;
    font-size: 12px
}

.property-detail-quick-info .property-meta ul li:first-child > span {
    color: #0e4e8c
}

.property-detail-quick-info .property-meta ul li:last-child {
    border: none
}

.property-detail-quick-info .property-meta ul li > span {
    display: block;
    font-weight: 700;
    color: #333
}

.property-detail-staff {
    margin-bottom: 10px
}

.property-detail-staff h4 {
    margin: 0 0 5px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 1px
}

.property-detail-staff .agent-phone {
    font-weight: 700;
    font-size: 18px
}

.property-detail-staff .agent-phone a {
    color: #0e4e8c
}

.property-detail-staff .agent-email a {
    color: #09c
}

.property-detail-staff .agent-specialized {
    margin-top: 5px;
    max-height: 63px;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 20px
}

.property-detail-bound .share-social.top {
    border: 1px solid #dcdcdc;
    border-top: none;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px
}

.property-detail-bound .share-social.top > a {
    float: right;
    display: block;
    width: 30px;
    height: 29px;
    position: relative;
    background-color: #dcdcdc;
    color: #fff
}

.property-detail-bound .share-social.top > a.btn-facebook {
    background-color: #3B5998
}

.property-detail-bound .share-social.top > a.btn-gplus {
    background-color: #DB4437
}

.property-detail-bound .share-social.top > a.btn-twitter {
    background-color: #1DA1F2
}

.property-detail-bound .share-social.top > a:before {
    font-family: FontAwesome
}

.property-detail-bound .share-social.top > a.btn-facebook:before {
    content: "\f09a"
}

.property-detail-bound .share-social.top > a.btn-gplus:before {
    content: "\f0d5"
}

.property-detail-bound .share-social.top > a.btn-twitter:before {
    content: "\f099"
}

.property-detail-meta {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
}

.property-detail-meta > div {
    width: 33.33%;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: -1px;
    margin-right: -1px;
    color: #ababab;
    font-size: 12px;
    margin-top: -2px
}

.property-detail-meta > div:hover {
    background-color: #f5f5f5
}

.property-detail-meta > div > span {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-indent: 10px;
    overflow: hidden
}

.property-box .content .property-detail-meta:first-child > div.highlights {
    border-left: 3px solid #ea1525
}

.property-box .content .property-detail-meta:first-child > div.highlights > span {
    color: #ea1525
}

.property-box .content .property-detail-meta:nth-child(2) > div:first-child > span {
    color: #09c
}

.property-detail-meta > div > span > a.call {
    margin-left: -10px;
    font-weight: 400;
    color: #09c
}

.property-box {
    border-top: 1px solid #dcdcdc
}

.property-detail-bottom .property-box:first-child {
    border: none
}

.property-box .title {
    font-size: 20px;
    font-family: Muli, sans-serif;
    letter-spacing: 1px;
    margin-top: 20px
}

.property-detail-bottom .property-box:first-child .title {
    margin-top: 0
}

.property-box .content {
    padding: 20px 0;
    line-height: 22px;
    overflow: hidden
}

.property-box .fa-square-o {
    color: #dcdcdc
}

.property-box .fa-check-square-o {
    color: #ea1525
}

.property-similar .property-thumb {
    position: relative
}

.property-similar .property-thumb a {
    display: block;
    background-color: transparent
}

.property-similar .property-thumb .property-id {
    position: absolute;
    left: 12px;
    top: 15px;
    background-color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
    padding: .2em .6em .3em;
    color: #fff;
    letter-spacing: 1px
}

.property-similar .property-info {
    padding: 10px 0
}

.property-similar .property-info .price {
    /*font-family: 'Oswald Medium', sans-serif;*/
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #0e4e8c
}

.property-similar .property-info .price span.price-per-unit {
    font-size: 13px;
    padding-left: 20px;
    font-weight: 400;
    position: relative
}

.property-similar .property-info .price span.price-per-unit:before {
    font-family: 'Material Design Iconic Font';
    content: "\f30d";
    position: absolute;
    top: -4px;
    left: 5px;
    color: #09c
}

.property-similar .property-info .title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0 2px;
    line-height: 18px
}

.property-similar .property-info p {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.property-similar .property-info p > span {
    display: inline-block;
    position: relative
}

.property-similar .property-info p > span:before {
    font-family: 'Material Design Iconic Font';
    content: "\f22a";
    font-size: 5px;
    position: absolute;
    top: 0;
    left: 1px;
    color: #e6e6e6
}

.property-propject {
    line-height: 22px;
    text-align: justify;
    margin-bottom: 15px
}

.property-propject a i {
    font-size: 11px
}

.similar-url li {
    min-width: 45%;
    padding-left: 15px;
    display: inline-block;
    position: relative
}

.similar-url li:before {
    font-family: FontAwesome;
    content: '\f111';
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 6px;
    color: #9c9c9c
}

.similar-url li:hover:before {
    content: '\f0da';
    font-size: 13px
}

.similar-url li a i {
    font-size: 11px;
    margin-left: 5px;
    color: #09c
}

.property-box .agent-bound {
    overflow: hidden
}

.property-box .thumb-agent {
    width: 380px;
    margin-right: 10px;
    float: left
}

.property-box .info-agent {
    padding: 0 10px
}

.property-box .info-agent h4 {
    margin-top: 0;
    font-size: 20px
}

.property-box .info-agent .phone a {
    font-size: 20px;
    color: #0e4e8c;
    font-weight: 700;
    letter-spacing: 1px
}

.property-box .info-agent .email a {
    color: #09c
}

.property-box .info-agent .agent-specialized {
    padding: 10px
}

.property-box .agent-action {
    line-height: 30px;
    margin-top: 10px
}

.property-box .agent-action a {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    color: #d92228;
    line-height: 21px;
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    touch-action: manipulation;
    border-radius: 2px;
    -webkit-user-select: none;
    user-select: none
}

.property-box .agent-action a.tel {
    border-color: #d92228
}

.property-box .agent-action a.go-property {
    border-color: #d92228;
    background-color: #d92228;
    color: #fff
}

.product-request-bound {
    background-color: transparent;
    background-image: url(../images/urban-blur.jpg);
    height: 380px;
    box-sizing: border-box;
    padding: 15px 10px
}

.product-request-form {
    font-family: roboto, sans-serif;
    background-color: #f7f7f7;
    padding: 18px 10px 10px;
    position: relative;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .29)
}

.product-request-form .title {
    font-family: Lexend, Helvetica, sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 15px
}

.product-request-form .field {
    margin: 12px 0
}

.product-request-form .field input, .product-request-form .field textarea {
    border: 1px solid #c4c4c4;
    font-size: 12px;
    color: #333;
    width: 100%;
    min-height: 30px;
    padding: 0 12px
}

.product-request-form .field textarea {
    padding: 10px 12px;
    height: 115px;
    resize: none
}

.product-request-form .action > button {
    display: block;
    width: 100%;
    background-color: #ea1525;
    border: 1px solid #d92228;
    color: #fff;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-request-form .send-success {
    width: 300px;
    height: 325px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.product-request-form .send-success i {
    font-size: 40px
}

.product-request-form .send-success i.fa-check-square-o {
    color: #0f9600
}

.product-request-form .send-success i.fa-times-circle {
    color: red
}

.search-bound {
    font-family: Lexend, Helvetica, sans-serif;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 99
}

.search-bound .search-title {
    padding: 30px 0 20px;
    text-align: center
}

.search-bound .search-subtitle {
    font-size: 21px;
    color: #fff
}

.search-bound .search-title-spec {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: -5px
}

.search-bound .search-title-spec .first-letter {
    color: #0e4e8c
}

.search-box form {
    background-color: #F7F7F7;
    padding: 15px
}

.page-template-projects .search-box form {
    background-color: #f7f8f9;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.search-box .search-status-tab {
    height: 30px;
    margin-bottom: 15px;
    display: flex;
    column-gap: 5px;
}

.search-box .search-status-tab span {
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    float: left;
    background-color: #6f441d;
}

.search-box .search-status-tab span i {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.search-box .search-status-tab .select-need {
    float: left
}

.search-box .search-status-tab label {
    width: auto;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    border: 0;
    background-color: #eee;
    padding-left: 9px;
    padding-right: 9px;
    color: #333;
    font-weight: 600;
    cursor: pointer
}

.search-box .search-status-tab .select-need .search-radio-hidden {
    width: 0;
    height: 0;
    opacity: 0;
    position: relative
}

.search-box .search-status-tab .select-need .search-radio-hidden:checked + label {
    background-color: #0e4e8c;
    color: #fff
}

.search-box .search-field {
    margin-bottom: 10px
}

.page-template-projects .search-box .search-field {
    margin-bottom: 0;
    width: calc(20% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.search-box .search-field label {
    font-size: 11px;
    color: #666
}

.search-box .search-field input[type=text], .search-box .search-field select {
    width: 100%;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #333;
    height: 38px
}

.search-box .search-field select option:not(first-child) {
    color: #444
}

.search-box .search-field .input-group-addon {
    background-color: #ddd;
    border: none;
    color: #666
}

.select-picker {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    color: #333 !important;
    height: 38px !important;
    line-height: 38px !important
}

.search-box .search-field .bootstrap-select button.btn {
    height: 38px !important;
    padding: 5px 10px !important
}

.search-box .search-check, .search-box .search-radio {
    position: relative;
    display: block
}

.search-box .search-check.search-check-inline, .search-box .search-radio.search-radio-inline {
    display: inline-block
}

.search-box .search-check.search-check-inline:not(:last-child), .search-box .search-radio.search-radio-inline:not(:last-child) {
    margin-right: 15px
}

.search-box .search-check input[type=checkbox], .search-box .search-radio input[type=radio] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1
}

.search-box .search-check label, .search-box .search-radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer
}

.search-box .search-radio label::before {
    -o-transition: border .5s ease-in-out;
    -webkit-transition: border .5s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    top: 2px;
    outline: 0 !important;
    position: absolute;
    transition: border .5s ease-in-out;
    width: 15px
}

.search-box .search-radio label::after {
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    background-color: #fff;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 9px;
    left: 3px;
    position: absolute;
    top: 5px;
    transform: scale(0, 0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    width: 9px
}

.search-box .search-radio input[type=radio]:checked + label::after {
    background-color: #0e4e8c;
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.search-box .search-check label::before {
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 15px;
    outline: 0 !important
}

.search-box .search-check label::after {
    color: #0e4e8c;
    display: inline-block;
    font-size: 12px;
    height: 15px;
    left: 0;
    padding-left: 2px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 15px
}

.search-box .search-check input[type=checkbox]:checked + label::after {
    content: "\f00c";
    font-family: FontAwesome
}

.search-box button:active, .search-box button:focus, .search-box input:focus, .search-box select:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.btn-extra {
    border: 1px solid #0e4e8c;
    color: #fff;
    background-color: #0e4e8c;
    padding: 5px 10px;
    border-radius: 2px
}

.search-box .btn-extra:hover {
    color: #0e4e8c !important;
    background-color: #fff;
    border-color: #0e4e8c
}

.search-mini-bound {
    font-family: roboto, sans-serif
}

.search-results h3, .search-results h4 {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.use {
    display: none
}

.search-results h4 {
    margin: 7px 0 10px;
    text-transform: none
}

.search-results .fn2-inner {
    padding-bottom: 40px
}

.fn2-inner-sub {
    padding: 10px 0 27px !important
}

.fn2-inner-sub .fn2-info {
    margin-left: 0
}

.search-results h3 {
    font-style: italic;
    position: relative;
    margin-bottom: 45px;
    margin-top: 0
}

.search-results h3 span {
    color: #0e4e8c
}

.search-results h3:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    bottom: -17px;
    left: 0;
    position: absolute
}

.footer-fixed {
    height: 38px;
    background: #232323;
    border-top: 3px solid red;
    position: relative;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    z-index: 999
}

.footer-fixed:after, .footer-fixed:before {
    content: "";
    width: 25px;
    height: 48px;
    top: -13px;
    position: absolute
}

.footer-fixed:after {
    background: url(../images/v2/fn-right.png) no-repeat;
    right: -25px
}

.footer-fixed:before {
    background: url(../images/v2/fn-left.png) no-repeat;
    left: -25px
}

.footer-nav {
    border-right: 1px solid #333;
    border-left: 1px solid #000;
    display: table
}

.footer-nav li {
    float: left;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #000;
    border-left: 1px solid #333
}

.footer-nav li a {
    color: #fff;
    padding: 9px 20px;
    display: table
}

#back-to-top:hover, .footer-nav li a:hover {
    color: #0e4e8c
}

#back-to-top {
    position: absolute;
    top: 7px;
    right: 25px;
    width: 21px;
    height: 20px;
    -webkit-border-radius: 11px 10px 10px 11px/10px;
    -moz-border-radius: 11px 10px 10px 11px/10px;
    border-radius: 11px 10px 10px 11px/10px;
    background-color: #2C2C2C;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .2);
    box-shadow: 0 1px rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center;
    padding-top: 4px;
    text-decoration: none !important
}

.menu-trigger {
    display: none
}

.search-project-box {
    position: relative;
    z-index: 99;
    padding: 10px 0
}

.search-project-box.affix {
    position: fixed !important;
    top: 0
}

.search-project-box input, .search-project-box select {
    font-family: Muli, sans-serif;
    width: 100%;
    border: 1px solid #ddd;
    height: 37px;
    padding: 5px 0;
    text-indent: 10px;
    font-size: 14px;
    color: #8a8a8a
}

.search-project-box button {
    width: 100%;
    text-transform: uppercase
}

.project-list-bound .brief {
    font-family: Muli, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify
}

.project-item {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    display: table;
    width: 100%
}

.project-item .thumbail a {
    display: block;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

/*.project-item .thumbail a img {
    opacity: 0
}*/

.project-item .info h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 0
}

.project-detail-desc-top ul li, .project-item .info li {
    font-family: Muli, sans-serif
}

.project-item .info li {
    font-size: 13px;
    line-height: 25px
}

.project-item .info li span {
    color: #0e4e8c
}

.project-detail .project-detail-top {
    text-align: center;
    padding: 30px 0
}

.project-detail .logo {
    display: inline-block
}

.project-detail .logo img {
    max-height: 75px
}

.project-detail .project-detail-top h1 {
    color: #0e4e8c;
    display: inline-block;
    font-size: 44px;
    line-height: 40px;
    margin: 0 0 0 15px;
    vertical-align: middle
}

.project-detail-navigation-bound {
    height: 50px
}

.project-detail-navigation {
    background-color: #444;
    float: left;
    height: 50px;
    width: 100%;
    z-index: 9
}

.project-detail-navigation ul {
    float: left;
    padding-left: 30px;
    width: 100%;
	display: inline-block;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.project-detail-navigation ul li {
    background: 0 0;
    display: inline-block;
    padding: 10px 10px 10px 0;
    position: relative;
    text-align: center
}

.project-detail-navigation ul li a {
    background: url(../images/arrow-right.png) left 9px center no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 28px;
    line-height: 27px;
    padding: 0 10px 0 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent
}

.project-detail-navigation ul li.active a, .project-detail-navigation ul li:hover a {
    background: url(../images/arrow-down.png) left 5px center no-repeat #fff;
    border: 1px solid #e6e6e6;
    color: #2C2C2C
}

.project-detail-desc-top {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .14);
    margin: 20px 0 0;
    padding: 30px 0;
    background-color: #FFF;
    float: left;
    width: 100%
}

.project-detail-desc-top ul li {
    line-height: 22px;
    padding: 10px 10px 10px 120px;
    font-weight: 700;
    position: relative
}

.project-detail-desc-top ul li:nth-child(2n+1) {
    background-color: #f7f7f7
}

.project-detail-desc-top ul li > span {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-weight: 400
}

.project-detail-desc-top ul li > em {
    font-weight: 400
}

.project-detail-desc-top .images {
    position: relative
}

.project-detail-desc-top .images span {
    font-size: 20px;
    position: absolute;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
    background-color: rgba(63, 77, 82, .9);
    color: #fff
}

.project-hot-news {
    margin-top: 20px
}

.project-hot-news > span {
    display: block;
    font-size: 15px;
    text-transform: uppercase
}

.project-description, .project-hot-news ul li a {
    font-family: Lexend, Helvetica, sans-serif;
    font-size: 14px
}

.project-hot-news ul li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px
}

.project-hot-news ul li a {
    display: block;
    color: #0e4e8c;
    text-decoration: none
}

.project-hot-news ul li a i.zmdi, .project-hot-news ul li a:hover {
    color: #04AFEF
}

.project-related {
    width: 100%;
    text-align: center
}

.project-related .project-related-title {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: Lexend;
    font-size: 14px;
    cursor: pointer
}

.project-related .related-list {
    display: none
}

.project-related .related-list a {
    display: inline-block;
    line-height: 30px;
    color: #017101;
    font-weight: 600;
}

.project-related .related-list a:hover, .project-related .related-list li.active a {
    font-size: 16px;
    color: #6f441d
}

.project-detail-desc-bottom {
    margin-bottom: 50px;
    margin-top: 30px
}

.project-description {
    line-height: 24px;
    text-align: justify;
    min-height: 600px
}

.project-description h1, .project-description h2, .project-description h3 {
    margin-top: 0
}

.project-description h2 {
    font-size: 18px
}

.project-description h3 {
    font-size: 16px
}

.project-description a:not(.btn) {
    color: #0e4e8c
}

.project-detail-desc.process .project-description h3 {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    font-weight: 700
}

.project-description img {
    max-width: 100%;
    height: auto
}

.project-description thead th {
    padding: 10px !important
}

.project-form {
    box-sizing: border-box;
    width: 100%;
    z-index: 9
}

.project-form .form-box {
    padding: 8px;
    background-color: #fdf6ec
}

.project-form .form-box h4 {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 30px;
    color: #0e4e8c;
    font-size: 24px
}

.project-form .form-box form > div > input {
    width: 49%;
    float: left;
    padding: 8px
}

.project-form .form-box form textarea::placeholder, .project-form .form-box form > div > input::placeholder {
    font-family: Muli, sans-serif;
    color: #ccc
}

.project-form .form-box form > div > input:nth-child(2) {
    float: right
}

.project-form .form-box form textarea {
    margin: 15px 0;
    height: 100px;
    padding: 8px;
    resize: none
}

.project-form .form-hotline {
    padding: 15px 15px 15px 45px;
    border-top: 1px solid #ffd4da;
    color: #3F4D52;
    position: relative;
    background-color: #fff
}

.project-form .form-hotline:before {
    position: absolute;
    top: 15px;
    left: 5px;
    font-family: 'Material Design Iconic Font';
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2bb";
    font-size: 30px;
    color: #0e4e8c
}

.project-form .form-hotline > div:first-child {
    color: #0e4e8c
}

.project-form .form-hotline > div:first-child > span {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px
}

.sidebar.affix {
    top: 50px;
    position: fixed !important
}

.sidebar.news.affix {
    top: 0
}

.process-nav {
    z-index: 99
}

.process-nav #process-date {
    width: 100%;
    height: 30px;
    line-height: 30px
}

.process-nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #3F4D52;
    cursor: pointer;
    padding: 0 10px;
    text-decoration: none
}

.process-nav ul li a.active, .process-nav ul li a:hover {
    background-color: #f9f9f9;
    color: #0e4e8c
}

.about-us, .about-us a, .about-us div, .about-us p {
    font-family: Lexend, Helvetica, sans-serif
}

.about-us {
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    text-align: justify;
    line-height: 22px
}

.page404-content, .page404-content .description {
    text-align: center
}

.page404-content {
    box-sizing: border-box;
    padding: 60px 0;
    background-color: #f7f7f7
}

.page404-content .subtitle {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase
}

.page404-content .title {
    /*font-family: 'Oswald Medium', sans-serif;*/
    font-weight: 500;
    font-size: 80px;
    letter-spacing: 11px;
    text-transform: uppercase
}

.page404-content .title > span {
    color: #0e4e8c
}

#ExploreForm select {
    font-family: Lexend;
    letter-spacing: normal;
    font-size: 13px
}

.p-0 {
    padding: 0
}

.p-t-0 {
    padding-top: 0
}

.p-t-10 {
    padding-top: 10px
}

.p-t-15 {
    padding-top: 15px
}

.p-b-0 {
    padding-bottom: 0
}

.p-b-10 {
    padding-bottom: 10px
}

.m-0 {
    margin: 0
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-l-20 {
    margin-left: 20px
}

.m-l-25 {
    margin-left: 25px
}

.m-l-30 {
    margin-left: 30px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-0 {
    margin-top: 0
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.space10 {
    margin-bottom: 10px
}

.space20 {
    margin-bottom: 20px
}

.space30 {
    margin-bottom: 30px
}

.space40 {
    margin-bottom: 40px
}

.space50 {
    margin-bottom: 50px
}

.space60 {
    margin-bottom: 60px
}

.space70 {
    margin-bottom: 70px
}

.space80 {
    margin-bottom: 80px
}

.space90 {
    margin-bottom: 90px
}

form[name=TradeForm] {
    font-family: Lexend
}

.label-input {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    cursor: text;
    padding: 10px 12px;
    margin-bottom: 8px
}

.label-input span {
    font-family: roboto, sans-serif;
    display: block;
    font-size: 12px;
    color: #c8c8c8;
    font-weight: 400;
    padding-bottom: 3px;
    position: relative
}

.label-input input, .label-input textarea {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #9d9d9d;
    resize: vertical;
    max-height: 200px
}

.label-input input:focus, .label-input textarea:focus {
    outline: 0
}

.box-note {
    font-family: Lexend;
    padding: 10px
}

.contact-form-captcha img {
    position: absolute;
    top: 0;
    left: 0
}

.ot-contact-captcha-input {
    height: 50px;
    text-indent: 210px
}

@media (min-width: 1250px) {
    .footer-fixed {
        max-width: 1230px !important
    }
}

@media (min-width: 1200px) {
    .footer-fixed {
        max-width: 1150px
    }
}

@media only screen and (min-width: 996px) and (max-width: 1250px) {
    .allcat-feed h4 {
        font-size: 14px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 600px) and (max-width: 1100px) {
    header nav ul li a {
        padding: 15px 12px
    }
}

@media only screen and (max-width: 995px) {
    .c-form input, .c-form textarea, .gal-nav li img, .i-gallery, .i-gallery li, .img-responsive, .mega-menu li, .news-feed img, header nav ul li, header nav ul li a {
        width: 100%
    }

    .related-posts li > a, .tb-left {
        float: none
    }

    .menu-trigger, header nav ul li {
        font-family: "Lexend", sans-serif;
    }

    .copy1, .menu-trigger, header nav ul li {

    }

    .sub-comment .comment-inner {
        margin-right: 10px;
        padding-top: 105px
    }

    .flex-next, .flex-prev {
        bottom: -55px
    }

    .i-gallery li {
        padding: 0
    }

    .i-gallery {
        margin: 30px 0;
        display: table
    }

    .bs-aside, .c-info .col-md-6 {
        margin-bottom: 30px
    }

    .page-nav ul li:nth-child(3), .page-nav ul li:nth-child(4), .page-nav ul li:nth-child(6), .tb-right {
        display: none
    }

    .bs-table thead tr th {
        padding: 9px 15px;
        line-height: 20px
    }

    .bs-table tbody tr td {
        padding: 10px 25px;
        line-height: 20px
    }

    .pn-prev {
        border-right: none;
        padding: 15px 20px 10px 15px
    }

    .rp-date {
        padding-bottom: 40px
    }

    .related-posts .col-md-9 {
        padding: 0
    }

    .related-posts li img {
        width: 100%;
        float: none
    }

    .rp-inner {
        margin-left: 0
    }

    .rp-cat {
        margin-top: 10px
    }

    .c-info {
        padding-left: 0;
        background-position: 0 8px;
        padding-top: 124px
    }

    .blog-single h3 {
        font-size: 27px;
        line-height: 31px
    }

    .bs-cat {
        padding: 0 18px;
        font-size: 12px
    }

    .tb-left {
        display: table;
        margin: 0 auto
    }

    .tb-right li {
        margin: 0 17px
    }

    .top-bar {
        padding: 10px 15px
    }

    .tbr-social {
        float: left
    }

    .tbr-login {
        display: table;
        float: right !important
    }

    .tbr-login a {
        text-align: right
    }

    .copy1, .header .logo, .logo h1 {
        text-align: center
    }

    .tbr-social span a {
        color: #FFF;
        font-size: 14px;
        margin-left: 0;
        margin-right: 10px
    }

    header {
        width: 100% !important
    }

    .mega-menu {
        position: relative;
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    .mega-menu > li:not(:first-child), header nav {
        display: none
    }

    .mega-menu li {
        float: left;
        position: relative;
        border-bottom: none !important
    }

    header nav ul li {
        float: left;
        font-size: 14px;
        color: #2C2C2C;
        border-bottom: 1px solid #ddd
    }

    header nav ul {
        border: 1px solid #ddd;
        display: table;
        background: #fff;
        z-index: 999999;
        position: relative;
        padding: 0
    }

    .bl-info, .bl-meta, .search-trigger {
        position: absolute
    }

    header nav {
        height: 64vh;
        overflow: auto;
        margin-top: 2px
    }

    .sub-menu ul {
        padding: 0;
        border: none;
        background: 0 0
    }

    .menu-trigger {
        padding: 12px 15px;
        font-size: 16px;
        cursor: pointer;
        display: block
    }

    .menu-trigger i {
        margin-right: 6px;
        font-size: 19px
    }

    .menu-trigger:hover {
        color: #0e4e8c
    }

    .search-trigger {
        top: 0;
        right: 15px
    }

    .search {
        top: 0
    }

    .search form input {
        padding: 5px 70px 5px 5px;
        font-size: 14px
    }

    .search form input:focus {
        outline: 0;
        border: none;
        box-shadow: none
    }

    .logo h1 {
        font-size: 47px;
        padding-bottom: 17px
    }

    .news-ticker:after {
        display: none
    }

    .news-ticker {
        padding: 20px 0 25px;
        border-left: none
    }

    .bl-info h3 {
        margin: 5px 0 15px;
        color: #FFF;
        font-size: 13px;
        line-height: 15px
    }

    .cb-big h3 {
        font-size: 19px;
        line-height: 22px
    }

    .cb-info {
        padding-top: 30px
    }

    .op-twitter {
        margin-bottom: 40px
    }

    aside {
        padding-left: 15px !important
    }

    .sw-poll li {
        padding-bottom: 16px;
        line-height: 24px
    }

    .dual-btns a {
        height: 40px;
        padding: 0 18px
    }

    .fn-inner p, .register-content {
        height: auto
    }

    .sws-inner img {
        width: 95px
    }

    .sws-inner p {
        font-size: 11px;
        padding: 5px 0 0;
        line-height: 15px
    }

    .bl-meta span {
        margin-bottom: -18px;
        display: table;
        font-size: 11px
    }

    .bl-info {
        bottom: 10px;
        left: 0;
        color: #FFF;
        z-index: 777;
        width: 100%;
        padding: 0 20px;
    }

    .bl-meta {
        top: 15px;
        left: 15px
    }

    .rmore {
        padding-right: 15px
    }

    .footer-widget {
        padding: 30px;
        border-right: none;
        min-height: auto;
        border-bottom: 1px solid #ddd
    }

    .footer-nav {
        border-right: 1px solid #333;
        border-left: 1px solid #000
    }

    .copy1 {
        font-size: 9px;
        font-weight: 700;
        color: #FFF;
        margin-top: 7px;
        padding-right: 10px;
        padding-left: 10px
    }

    .copy1 a {
        padding-top: 5px
    }

    .container {
        max-width: 605px;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .footer-fixed {
        max-width: 604px
    }

    .fn2-thumb {
        width: 100%;
        float: none
    }

    .fn2-info {
        margin-left: 0;
        padding-top: 20px
    }

    .fn2-inner {
        padding-right: 15px
    }

    .cat-blocks h4 {
        margin: 30px 0 24px
    }

    .team-content li img {
        width: 115px;
        float: left
    }

    .tc-inner {
        margin-left: 130px
    }

    .login-content {
        margin-bottom: 30px
    }

    .fn2-inner-sub {
        padding: 0 0 27px !important
    }

    .i-video li {
        width: 100%;
        float: left;
        padding: 0
    }

    .i-video {
        margin-top: 35px;
        margin-right: 0;
        margin-left: 0;
        display: table;
        width: 100%
    }

    .fn-inner p {
        margin-bottom: 20px
    }

    .header .logo img {
        max-height: 100px;
        max-width: 100%
    }

    .post-nav .row > div:nth-child(2) {
        border: none;
        text-align: right
    }

    .register-content input[type=checkbox] {
        width: 22px;
        position: relative;
        top: 13px;
        padding: 0;
        margin-left: 0;
        display: table;
        margin-top: 59px
    }

    .search-project-box.affix {
        padding: 0;
        backbackground: rgba(0, 0, 0, .5);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0)
    }

    .search-project-box .search-field {
        width: 24%;
        display: inline-block;
        margin-bottom: 0
    }

    .search-project-box .search-box form {
        padding: 5px 10px 0 1px
    }

    .property-detail-bound .share-social.top > a {
        width: 100px
    }

    .property-image-item, .property-images-slide {
        height: 180px
    }

    .property-box .thumb-agent {
        width: 180px
    }

    .property-box .info-agent, .property-box .info-agent .agent-specialized {
        padding: 0
    }

    .property-box .agent-action a {
        width: 100%;
        margin-top: 2px
    }

    .property-detail-staff .agent-specialized {
        display: none
    }

    .agents-bound .agent-item {
        width: 48%;
        display: inline-block
    }

    .agents-bound .agent-item:nth-child(n+1) {
        margin-left: 8px
    }

    .block-right {
        padding-right: 15px !important
    }
}

@media only screen and (max-width: 769px) {
    .property-list > li .property-thumb {
        width: 100%
    }

    .property-list > li .property-info {
        margin-left: 0
    }

    .property-list > li .property-info .property-info-inner {
        padding-bottom: 10px
    }

    .property-list > li .property-info .property-action {
        position: static
    }

    .property-list > li .property-info .property-action a {
        border-color: #d92228
    }

    .property-list > li .property-info .property-action a:nth-child(2) {
        background-color: #d92228;
        color: #fff
    }

    .property-detail-quick-info .property-price-bound {
        margin-bottom: 10px
    }

    .property-propject {
        border-top: 1px solid #dcdcdc;
        padding-top: 10px
    }

    .project-detail-desc-top {
        padding: 0
    }

    .project-description iframe {
        width: 100% !important;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .project-item .info h4 {
        margin-top: 10px
    }

    .agents-bound .agent-item {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .property-detail-bound .share-social.top > a {
        width: 50px
    }
}

@media only screen and (max-width: 374px) {
    .property-detail-meta > div {
        width: 100%
    }
}

@media only screen and (min-width: 100px) and (max-width: 479px) {
    .login-content {
        padding: 25px;
        margin-bottom: 30px
    }

    .logreg-content {
        font-size: 13px
    }

    .register-content {
        width: 100%;
        border: 1px solid #DDD;
        background: #F4F4F4;
        padding: 25px;
        height: auto
    }

    .register-content input[type=checkbox] {
        width: 22px;
        position: relative;
        top: 13px;
        padding: 0;
        margin-left: 0;
        display: table;
        margin-top: 59px
    }

    .property-box .thumb-agent {
        width: 100%;
        float: none
    }

    .property-box .info-agent {
        padding: 10px 0 0
    }
}

@media only screen and (min-width: 451px) and (max-width: 995px) {
    .copy1 {
        font-size: 12px
    }

    .copy1 a {
        padding-top: 4px
    }

    .property-detail-meta > div {
        width: 50%
    }
}

@media only screen and (max-width: 450px) {
    .property-detail-meta > div {
        width: 100%
    }
}

@media only screen and (min-width: 996px) {
    .d-sm-flex {
        display: flex;
    }

    .align-items-center {
        align-items: center;
    }

    header {
        display: inline-block;
        width: 100%;
        border-bottom: 0;
    }
}


.adv-bound {
    margin: 0 auto;
    position: relative;
}

.adv-bound .adv-href {
    position: absolute;
    width: 100%;
    height: 100%
}

.cat-tabs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.cat-tabs li a {
    color: #999;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    padding: 12px 16px 11px;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.cat-tabs li.active a,
.cat-tabs li a:hover {
    color: #2C2C2C;
    border-bottom: 2px solid #e4c437;
    padding: 12px 16px 10px;
}

.cat-blocks {
    display: none;
}

.cat-blocks.active {
    display: block;
}