/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700'); */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* === prettify === */

@import url('../js/google-code-prettify/prettify.css');

/* === fontawesome === */

@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');

/* ===================================
1. General
==================================== */

body {
    font: Normal 16px/24px 'Quicksand', sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000 !important;
    font-weight: 500;
}

@media (min-width: 1560px){
    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
a {
    text-decoration: none;
}

.mt-10 {
    margin-top: 20px
}

a:active {
    outline: 0;
}

form::placeholder {
    color: #C4C4C4;
    opacity: 1;
}

form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C4C4C4;
}

form::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C4C4C4;
}

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}


/* ===================================
2. layout
==================================== */

.container {
    position: relative;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.row.nomargin,
.row-fluid.nomargin {
    margin-bottom: 0;
}


/* ===================================
3. Responsive media
==================================== */

.video-container,
.map-container,
.embed-container {
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: none;
}

img.img-polaroid {
    margin: 0 0 20px 0;
}

.img-box {
    max-width: 100%;
}


/* ===================================
4. Header
==================================== */


/* --- header -- */

header .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
    color: #222;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -1px;
    margin-top: 0;
    padding: 0;
    height: auto;
    padding: 10px 0;
}

header .navbar-collapse ul.navbar-nav {
    margin-right: 0;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar {
    background: transparent;
    min-height: 32px;
}

header .navbar-nav>li>a {
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}

.post-title h4 a {
    font-weight: 500;
    font-size: 18px;
}

.post-title p {
    line-height: 20px;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    color: #fff !important;
}

header .nav .caret {
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.dropdown-menu li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

header .nav li .dropdown-menu {
    padding: 0;
}

header .nav li .dropdown-menu li a {
    line-height: 28px;
    padding: 3px 12px;
}


/* --- menu --- */

header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    font-size: 12px;
    border: none;
    line-height: 32px;
}

header ul.nav li ul li a {
    font-size: 14px;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar .nav>li>a {
    color: #000;
    text-shadow: none;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0px 5px 28px;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover {
    background: none;
    font-weight: 700;
}

.navbar .nav>.active>a:active,
.navbar .nav>.active>a:focus {
    background: none;
    outline: 0;
    font-weight: 700;
}

.navbar .nav li .dropdown-menu {
    z-index: 2000;
}

header ul.nav li ul {
    margin-top: 1px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: none;
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

select.selectmenu {
    display: none;
}


/* ===================================
5. Section: Featured
==================================== */

#featured {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: unset;
}


/* ===================================
6. Sliders
==================================== */


/* --- flexslider --- */

#featured .flexslider {
    max-height: 500px;
    padding: 0;
    margin: 0px;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-caption {
    background: none;
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    bottom: 55px;
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 10%;
    width: 295px;
    opacity: 0.85;
}

.flex-caption h3 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.flex-caption p {
    margin: 0 0 15px;
}


/* ===================================
7. Section: call action
==================================== */

section.callaction {
    background: #f9f9f9;
    padding: 50px 0 0 0;
}


/* ===================================
8. Section: Content
==================================== */

#content {
    position: relative;
    padding: 0px 0 40px 0;
}

#content img {
    max-width: 100%;
    height: auto;
}

.content-row-no-bg {
    position: relative;
    background: #fff;
    padding: 50px 0 40px 0;
}

.content-row-no-bg img {
    max-width: 100%;
    height: auto;
}

.content-row-bg {
    position: relative;
    background: #f5f5f5;
    padding: 50px 0 40px 0;
}

.content-row-bg img {
    max-width: 100%;
    height: auto;
}


/* --- Call to action --- */

.cta-text {
    text-align: center;
    margin-top: 10px;
}

.big-cta .cta {
    margin-top: 10px;
}


/* --- box --- */

.box {
    width: 100%;
}

.box-gray {
    background: #f5f5f5;
    padding: 20px 20px 30px;
}

.box-gray h4,
.box-gray i {
    margin-bottom: 20px;
}

.box-bottom {
    text-align: center;
}

.box-bottom a {
    color: #fff;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.box-bottom a:hover {
    color: #eee;
    text-decoration: none;
}


/* ===================================
9. Section: Bottom
==================================== */

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}


/* twitter */

#twitter-wrapper {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#twitter em {
    font-style: normal;
    font-size: 13px;
}

#twitter em.twitterTime a {
    font-weight: 600;
}

#twitter ul {
    padding: 0;
    list-style: none;
}

#twitter ul li {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    word-break: break-all;
}


/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    background: url(../img/pxcat1.png);
    background-repeat-y: no-repeat;
    background-position-y: 20px;
    margin-top: 5px;
}

#inner-headline .inner-heading h2 {
    color: #fff;
    margin: 20px 0 0 0;
}


/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

#inner-headline ul.breadcrumb li a {
    color: #000;
}

ul.breadcrumb li a:hover {
    text-decoration: none;
}


/* ============================
11. Forms
============================= */


/* --- contact form  ---- */

form#contactform input[type="text"] {
    width: 100%;
    border: 1px solid #f5f5f5;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform textarea {
    border: 1px solid #f5f5f5;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form#contactform .validation {
    font-size: 11px;
}

.validation {
    display: none;
    position: relative;
    margin: 4px 0 10px;
    font-size: 12px;
    padding: 0 10px;
    background: #faebcc;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    border-radius: 5px;
}

.validation:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #faebcc;
    position: absolute;
    top: -8px;
    left: 10px;
}

#sendmessage,
#subSendmessage,
#subscribesendmessage,
#ordersendmessage {
    color: green !important;
    border: 1px solid #b1deca;
    background: #e7fff7;
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#errormessage,
#subErrormessage,
#ordererrormessage,
#subscribeerrormessage {
    color: red;
    display: none;
    border: 1px solid #ea9c97;
    background: #ffe4e9;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sendmessage.show,
#subSendmessage.show,
#ordersendmessage.show,
#subscribesendmessage.show,
#subErrormessage.show,
#ordererrormessage.show,
#subscribeerrormessage.show,
.show {
    display: block;
}


/* --- comment form ---- */

form#commentform input[type="text"] {
    width: 100%;
    min-height: 40px;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 13px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */

.search {
    float: right;
    margin: 35px 0 0;
    padding-bottom: 0;
}

#inner-headline form.input-append {
    margin: 0;
    padding: 0;
}


/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-nav #filters li {
    margin: 0 10px 30px 0;
    padding: 0;
    float: left;
}

.work-nav #filters li a {
    color: #7F8289;
    font-size: 16px;
    display: block;
}

.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
    color: #DE5E60;
}

#thumbs {
    margin: 0;
    padding: 0;
}

#thumbs li {
    list-style-type: none;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs a+img {
    width: 100%;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(15deg) scale(1.4);
    -ms-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs .hover-wrap .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    filter: alpha(opacity=80);
    background: #000;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
    position: absolute;
    border-radius: 60px;
    top: 45%;
    left: 45%;
    margin: -16px 0 0 -16px;
    color: #fff;
    font-size: 32px;
    line-height: 1em;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 10px;
}


/* --- Portolio filter --- */

ul.portfolio-categ {
    margin: 10px 0 30px 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.portfolio-categ li {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

ul.portfolio-categ li a {
    display: block;
    padding: 35px 0;
    color: #353535;
}

ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.portfolio-categ li a:focus,
ul.portfolio-categ li a:active {
    text-decoration: none;
    outline: 0;
}


/* --- portfolio detail --- */

.top-wrapper {
    margin-bottom: 20px;
}


/* ===============================
13. Elements
================================ */


/* --- blockquote --- */

blockquote {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Quicksand', serif;
    font-style: italic;
    padding-left: 0;
    color: #a2a2a2;
    line-height: 1.6em;
    border: none;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}


/* --- pullquotes --- */

.profile {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    float: left;
    margin-right: 20px;
    opacity: 0.6;
}

.newcomment {
    padding: 20px !important;
}

.pullquote-left {
    display: block;
    font-family: 'Quicksand', serif;
    font-size: 13px;
    line-height: 1.6em;
    padding-left: 20px;
    margin-left: 65px;
    margin-bottom: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-family: 'Quicksand', serif;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}


/* --- button --- */

.btn-theme {
    color: #fff;
}

.btn-theme:hover {
    color: #eee;
}


/* --- list style --- */

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: #fff;
}

footer ul.link-list li a:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 5px;
    content: '\203A';
}

footer ul.link-list li a:hover {
    color: #eee;
}


/* --- Heading style --- */

h4.heading {
    font-weight: 700;
}

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

.heading {
    position: relative;
}

.home-row-head {
    text-align: center;
    margin-bottom: 20px;
}

.home-row-head h2 {
    padding: 0;
    margin: 0;
}

.widgetheading {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
    font-size: 18px;
    text-transform: uppercase;
}

footer .widgetheading {
    position: relative;
}

footer .widget .social-network {
    position: relative;
}

#bottom .widget .widgetheading span,
aside .widget .widgetheading span,
footer .widget .widgetheading span {
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: -1px;
    right: 0;
}


/* --- Map --- */

.map {
    position: relative;
    margin-top: -50px;
    margin-bottom: 40px;
}


/* google map */

#google-map {
    position: relative;
    height: 300px;
}


/* --- our team --- */

ul.team-detail {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.team-detail li {
    border-bottom: 1px dotted #e9e9e9;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul.team-detail li label {
    font-size: 13px;
}

ul.team-detail li h4,
ul.team-detail li label {
    margin-bottom: 0;
}

ul.team-detail li ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}

ul.team-detail li ul.social-network li {
    border: none;
    margin: 0;
}

ul.team-detail li ul.social-network li i {
    margin: 0;
}


/* --- Pricing box --- */

.pricing-title {
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}

.pricing-title h3 {
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-offer {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
    color: #fff;
}

.pricing-offer strong {
    font-size: 78px;
    line-height: 89px;
}

.pricing-offer sup {
    font-size: 28px;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-content strong {
    color: #353535;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    color: #888;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

.pricing-wrapp {
    margin: 0 auto;
    width: 100%;
    background: #fd0000;
}


/* --- pricing box alt 1 --- */

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 0;
    display: block;
}

.pricing-box-alt.special .pricing-heading {
    background: #fcfcfc;
    text-align: center;
    padding: 40px 0 1px 0;
    border-bottom: none;
    display: block;
    color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
    color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #333;
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    font-family: 'Quicksand', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 68px;
    text-shadow: none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}


/* ===============================
14. Blog & article
================================ */

article {
    margin-bottom: 40px;
}

article .post-heading h3 {
    margin-bottom: 20px;
}

article .post-heading h3 a {
    font-weight: 500;
    color: #353535;
    font-size: 18px;
}

article .post-heading h3 a:hover {
    text-decoration: none;
}


/* --- post meta --- */

.post-meta {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
}

.post-meta .format {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta i {
    margin: 0;
}

.post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px;
}

.post-meta .date span {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: 600;
}

.post-meta .comments {
    padding: 10px 0 10px;
}

.post-meta .comments a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
}

.post-meta .comments a:hover {
    text-decoration: none;
}


/* --- post format --- */

.post-image {
    position: relative;
}

.post-quote {
    margin-bottom: 20px;
}

.post-video {
    margin-bottom: 20px;
}

.post-audio {
    margin-bottom: 20px;
}

.post-link {
    margin-bottom: 20px;
}

.post-slider {
    margin-bottom: 20px;
}

.post-quote blockquote {
    font-size: 16px;
    color: #999;
    font-family: 'Quicksand', serif;
    font-style: italic;
    line-height: 1.6em;
}

.post-image img:hover {
    -webkit-box-shadow: 0 0 2px #979797;
    box-shadow: 0 0 2px #979797;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

ul.meta-post {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.meta-post li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0;
    list-style: none;
    border-right: 1px dotted #d1d1d1;
}

ul.meta-post li i {
    float: left;
    font-size: 12px;
    margin: 5px 5px 0 0;
}

ul.meta-post li a {
    color: #999;
    float: left;
    font-size: 12px;
    font-weight: 600;
}


/* --- single post --- */

.bottom-article {
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 10px;
    margin-top: 20px;
    background: #f5f5f5;
}


/* --- author info --- */

.about-author {
    border: 1px solid #f5f5f5;
    padding: 20px;
    float: left;
    margin-bottom: 5px;
}

.about-author h5 {
    margin-bottom: 10px;
}


/* --- Comment --- */

.comment-area {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.media-content {
    overflow: hidden;
    margin-left: 12px;
    border-bottom: 1px dotted #d5d5d5;
    padding-bottom: 20px;
}

.media-content h6 {
    font-size: 14px;
    font-weight: 700;
}

.media-content span {
    color: #a9a9a9;
    font-size: 14px;
    font-weight: 300;
}

.comment-area .thumbnail>img {
    display: block;
    width: 60px;
    height: 60px;
}

.filter-list {
    margin-top: 20px;
}


/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height: 12px;
    color: #888;
    font-weight: 600;
}

#pagination a:hover {
    color: #fff;
    text-decoration: none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside {
    position: relative;
    margin-top: 30px;
}

.imgright {
    width: 87px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}

.sidebar-nav {
    float: left;
    width: 100%;
}

.right-sidebar {
    border-left: 1px solid #f5f5f5;
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
    border-right: 1px solid #f5f5f5;
    padding: 0 30px 0 0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
    padding-right: 20px;
}

ul.cat,
ul.recent,
ul.folio-detail,
ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.cat li,
ul.recent li,
ul.folio-detail li,
ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}

ul.cat li a,
ul.folio-detail li a {
    color: #656565;
}

ul.cat li .active {
    font-weight: 700;
}

ul.folio-detail li label {
    display: inline;
    cursor: default;
    color: #353535;
    font-weight: bold;
}

.widget ul.recent li {
    margin-bottom: 20px;
}

ul.recent li h6 {
    margin: 0 0 10px 0;
}

ul.recent li h6 a {
    color: #353535;
    font-size: 14px;
    font-weight: 600;
}

.widget ul.tags {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.widget ul.tags li {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.widget ul.tags li a {
    background: #e6e6e6;
    color: #333;
    padding: 5px 10px;
}

.widget ul.tags li a:hover {
    text-decoration: none;
    color: #fff;
}


/* ===== Widgets ===== */


/* --- flickr --- */

.widget .flickr_badge {
    width: 100%;
}

.widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
    width: 100%;
}

footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 9px 20px 0;
}


/* --- latest tweet widget --- */

.twitter ul {
    margin-left: 0;
    list-style: none;
}

.twitter img {
    float: left;
    margin-right: 15px;
}

.twitter span.tweet_time {
    display: block;
    padding-bottom: 5px;
}

.twitter li {
    border-bottom: 1px dashed #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

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


/* --- Recent post widget --- */

.recent-post {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.recent-post h5 a:hover {
    text-decoration: none;
}

.recent-post .text h5 a {
    color: #353535;
}

ul.time-post {
    float: left;
    width: 120px;
    padding: 0;
    list-style: none;
    margin: 0 20px 0 0;
    text-align: center;
    color: #0e0f0f;
}

ul.time-post li {
    float: none;
    background: #f8f8f8;
    list-style: none;
    margin: 0 0 2px 0;
    padding: 0;
}

ul.time-post li a img:hover {
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
    float: none;
    padding: 5px 0 5px 0;
    text-shadow: none;
}

.recent-post ul.time-post li.time {
    color: #121214;
}

.post-meta {
    margin-bottom: 20px;
}

.post-meta span {
    padding: 0 10px 0 10px;
    margin-bottom: 10px;
}

.post-meta span a {
    color: #919191;
}

.post-meta strong {
    font-weight: bold;
    color: #c7c7c7;
}

.item .text {
    margin-left: 140px;
    margin-bottom: 20px;
}


/* ===============================
16. Footer
================================ */

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px 0 0;
}

ul.social-network li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 27px;
    border-radius: 3px;
    width: 45px;
    padding: 5px;
}

ul.social-network li a:hover {
    background: rgba(0, 0, 0, 0.6);
}

.share {
    display: inline-block;
}

ul.social-network li .facebook {
    background: #3b5998;
}

ul.social-network li .twitter {
    background: #1da1f2;
}

ul.social-network li .google {
    background: #dc4e41;
}

ul.social-network li .pintrest {
    background: #cb2027;
}

ul.social-network li .linkedin {
    background: #0077b5;
}

ul.social-network li .youtube {
    background: #db4437;
}

ul.social-network li .instagram {
    background: #b07109;
}

ul.social-network li .tumblr {
    background: #36465d;
}

ul.social-network li .flickr {
    background: #ff0084;
}

ul.social-network li .whatsapp {
    background: #00a859;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 20px 0 0;
    margin: 10px 0 0 0;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}

.m-t-1 {
    margin-top: 10px;
}


/* ===============================
 Live preview purpose
================================ */


/* --- buttons --- */

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .col-lg-1,
section.demogrid .col-lg-2,
section.demogrid .col-lg-3,
section.demogrid .col-lg-4,
section.demogrid .col-lg-5,
section.demogrid .col-lg-6,
section.demogrid .col-lg-7,
section.demogrid .col-lg-8,
section.demogrid .col-lg-9,
section.demogrid .col-lg-10,
section.demogrid .col-lg-11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row,
section.demogrid .show-grid .row-fluid {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .col-lg-12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}


/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
    border-top: 1px solid #f5f5f5;
    margin: 0 0 30px;
}

.dottedline {
    border-top: 1px dotted #f5f5f5;
    margin: 0 0 30px;
}

.dashedline {
    border-top: 1px dashed #f5f5f5;
    margin: 0 0 30px;
}

.blankline {
    height: 1px;
    margin: 0 0 30px;
}


/* scroll to top */

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    border-radius: 3px;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}


/* =============================
18. Position & alignment
============================= */

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.aligncenter {
    text-align: center;
}

.aligncenter span {
    margin-left: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.floatnone {
    float: none;
}

.aligncenter {
    text-align: center;
}


/* --- Image allignment style --- */

img.pull-left,
.align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.widget img.pull-left {
    float: left;
    margin: 0 15px 15px 0;
}

img.pull-right,
.align-right {
    float: right;
    margin: 0 0 15px 15px;
}

article img.pull-left,
article .align-left {
    float: left;
    margin: 5px 15px 15px 0;
}

article img.pull-right,
article .align-right {
    float: right;
    margin: 5px 0 15px 15px;
}


/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
    margin-bottom: 0;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.clear-margintop {
    margin-top: 0;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.site-top {
    padding: 7px;
    color: #fff;
}

.site-top a {
    color: #fff;
}

.site-top a:hover {
    color: #000;
    text-decoration: none;
}

#select {
    display: none;
}

#select-project {
    display: none;
}

.more-btn {
    text-align: center;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/Loader.gif) no-repeat center center;
}

.boxed-layout #wrapper,
.boxed-layout footer {
    width: 1170px;
    margin: 0 auto;
}

.navbar {
    border-radius: 0px;
}

ul.meta-post li:last-child {
    border-right: 0px;
}

.navbar .nav>li>a i {
    float: right;
    padding: 10px 10px 0 10px;
}

.navbar .nav>li:hover>a {
    color: #3494c8;
}

.field-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-bottom: 0 !important;
}

.field-row .col-lg-3 {
    font-weight: bold;
}

.dark {
    background: #f5f5f5;
}

.p20 {
    padding: 20px;
}


/* Carousel Control */

.control-box {
    text-align: center;
    width: 100%;
    margin: 0;
}

.carousel-control {
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

li {
    list-style-type: none;
}

.thumbnails {
    margin: 0;
    padding: 0;
    border: none;
}

.thumbnail {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.content-row-bg {
    background: #3494c8;
    color: #ddd;
}

.top-line {
    background: #f0f0f0;
    border-top: 1px solid #f0f0f0
}

.form-control {
    border-radius: 5px !important;
    border: 1px solid #C4C4C4;
}

#content .contacts p .fa,
#content .contacts address .fa {
    padding: 12px 10px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
    background: #3494c8;
    color: #fff;
    text-align: center;
}

.auto-listing.auto-grid {
    border: 1px solid #ebebeb;
}

table.table.contact-sp {
    text-align: center;
    text-transform: uppercase;
}

ul.service-home li {
    margin: 0;
    border: 1px solid #cccccc;
    text-align: center;
    width: 24%;
    height: 50px;
    display: inline-block;
}

ul.service-home li:hover a {
    color: #fff;
}

ul.service-home li:hover {
    background: #cc2c2c;
    border: 1px solid #cc2c2c;
}

ul.service-home li a {
    width: 100%;
    display: block;
    padding: 13px;
    text-transform: uppercase;
}

#sub-footer {
    background: #1b1c1d;
}

ul.footer-tag {
    margin: 0;
}

ul.footer-tag li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 5px;
    font-size: 10px;
}

ul.recent li h6 a:before {
    content: '\203A';
    margin-right: 10px;
}


/**/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.post-image h1 {
    text-transform: uppercase;
}

a.navbar-brand img {
    max-width: 300px;
}

section#pricetable {
    background: #ececf1;
}

section.content-row-red {
    background: #c01626;
    color: #fff;
    position: relative;
}

section.content-row-red h5 {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 20px;
}

section.content-row-red h5 i {
    width: 100%;
}

.about-list i:last-child {
    width: 100%;
    display: inline-block;
    margin-left: 15px;
}

.about-list {
    MARGIN-BOTTOM: 15px;
}

section.content-row-red:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 48.8%;
    background: #fff;
    width: 35px;
    height: 35px;
    /* IE 9 */
    /* Safari 3-8 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.content-row-red:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 48.8%;
    background: #c01626;
    width: 35px;
    height: 35px;
    /* IE 9 */
    /* Safari 3-8 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99999;
}

div#top-footer {
    text-align: center;
    background: #363636;
    padding-top: 30px;
    padding-bottom: 15px;
}

div#top-footer a {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    color: #e1e1e1;
}

table {
    max-width: 100%;
    width: 100% !important;
}

.about-list strong {
    font-size: 16px;
}

.about-list i {
    font-size: 14px;
}

.post-title a {
    font-size: 16px;
}

.modal-dialog {
    width: 480px;
}


/* .modal-body input {
    width: 50%;
    margin: 0 auto;
    font-size: 30px;
    height: auto;
    padding: 10px;
    text-align: center;
} */

.modal-dialog {
    text-align: center;
}

.modal-footer {
    text-align: center;
}

section.map-home img {
    width: 100%;
}

section.map-home .container {
    padding: 0;
}

.post-title h5 {
    padding: 0 8px;
}

.sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.sticky-wrapper {
    -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0;
    box-shadow: 0px 0px 5px 0px #a0a0a0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.post-title p {
    min-height: 60px;
}

.top-bar ul li {}

.top-bar ul li {
    display: inline-block;
}


/*news*/

.menu-top-left ul li a {
    color: #9e9e9e;
    padding-right: 13px;
    font-size: 13px;
}

.top-bar {
    background: #f7f8f9;
    border-bottom: 1px solid #eaecf1;
    height: 28px;
}

.menu-top-right {
    text-align: right;
}

header.main-header {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.menu-top-right ul li a {
    font-family: 'Quicksand';
    color: #696969;
    font-size: 13px;
    font-weight: normal;
}

.gachtimkiemv2 {
    display: block;
    margin-right: 11px !important;
    margin-left: 14px !important;
    width: 1px;
    height: 14px;
    margin-top: 7px !important;
    float: right;
    background: #dadada;
}

.top-bar ul li i {
    margin: 0 10px;
}

.top-search {
    float: right;
    margin-top: 7px;
}

.navbar-collapse.collapse {
    float: left;
}

.top-search i {
    color: #fff;
}

.top-search input {
    font-size: 11px;
    max-height: 24px;
    border-radius: 5px 0 0 5px;
    width: 200px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

iframe {
    width: 100%;
}

.main {
    background: #fff;
}

.bg-white {
    background: #edf8ff;
}

.news-first h2 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 20px;
}

.news-caption {
    display: inline-block;
    background: #ECF8FF;
}

.first-content {
    width: 50%;
    float: left;
    padding: 30px;
}

.first-img {
    width: 50%;
    float: left;
}

.first-img img {
    width: 100%;
}

img {
    max-width: 100%;
}

span.labelbrand {
    color: #8ca0af;
    font: normal 12px/16px Arial;
    margin-top: 14px;
    margin-bottom: -8px;
    display: block;
}

.news-content h4 {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #191919;
}

.news-first {
    padding-bottom: 20px;
}

.article-left {
    width: 260px;
    height: 163px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
}

.article-right h3 {
    font-size: 20px;
    line-height: 25px;
    color: #1d1d1d;
    margin-top: -4px;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 10px;
}

p.cate a {
    color: #6b7179;
    font-size: 12px;
    font-weight: 500;
}

span.time {
    color: #929292;
    font-size: 12px;
    margin-bottom: 10px;
}

.new-sec {
    padding-top: 30px;
    border-top: 2px solid #a40e0e;
    display: inline-block;
}

.article {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.new-sec .article:last-child {
    border: none;
}

.news-hot-top {
    padding-bottom: 30px;
    border-bottom: solid 1px #eaeaea;
    margin-top: 15px;
    border-top: solid 1px #eaeaea;
    background: -o-linear-gradient(left, #fff, #f6f6f6, #f6f6f6, #f6f6f6, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#f6f6f6), color-stop(#f6f6f6), color-stop(#f6f6f6), to(#fff));
    background: linear-gradient(to right, #fff, #f6f6f6, #f6f6f6, #f6f6f6, #fff);
}

.news-hot-top .tab {
    text-align: center;
    padding: 15px 0;
    color: #949698;
    text-transform: uppercase;
}

.hot-top-content {
    border: solid 1px #eaeaea;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px 0px 0px #eaeaea;
    box-shadow: 4px 5px 0px 0px #eaeaea;
}

.hot-content {
    padding: 0px 15px 15px;
}

.meta .meta-cat {
    position: relative;
    color: #8ca0af;
    font: normal 12px/18px Arial;
    background-color: #fff;
}

.meta .meta-view {
    color: #8b8b8b;
    font: normal 12px/21px Arial;
    padding-left: 3px;
    position: relative;
    display: block;
    text-transform: lowercase;
}

.meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-most-view-top {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px dotted #ccc;
    position: relative;
    display: block;
}

.new-most-view-top .col-md-8 {
    border-right: 1px solid #ccc;
}

.news-img img {
    width: 100%;
}

.most-view-title {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #292828;
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.chth_avabottom {
    background: #363636;
    color: #9e9e9e;
    text-align: right;
    font-size: 11px;
    padding: 5px 10px;
}

.news-img {
    margin-bottom: 20px;
}

span.btcat {
    padding: 5px 10px;
    margin-left: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
}

.news-title a {
    color: #1b1b1b;
    display: block;
    margin-bottom: 3px;
    line-height: 17px;
    font-weight: 600;
}

.news-title span {
    font-size: 11px;
    color: #9e9e9e;
}

span.sprite_adm.icon_hot:before {
    content: "hot";
    background: #ee4454;
    color: #fff;
    padding: 2px 10px;
    font-style: italic;
    text-transform: uppercase;
}

.news-item {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.news-hot .new-sec,
.new-most-view .new-sec {
    border: none;
}

.menu-footer li {
    display: inline-block;
}

.menu-footer li a {
    color: #1a1a1a;
    margin-right: 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.menu-footer ul {
    padding: 10px 0;
    margin: 0;
}

.footer {
    background: #0B2158;
    padding: 60px 0;
    color: #fff;
}

.footer .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.footer p {
    line-height: 18px;
}

.footer-content a {
    width: 100%;
}

.footer-content {
    position: relative;
    height: 100%;
}

ul.footer-social {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-first h2 a {
    line-height: 24px;
}

.bg-white .col-md-8 {
    border-right: 1px solid #ededed;
}


/*Topics*/

.title-topic {
    font-size: 18px;
    display: inline-block;
    color: #465c6a;
    margin: 0 20px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
}

.header-social {
    padding: 20px 30px;
}

.logo-mg {
    width: 50%;
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
}

form {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* left: 100px; */
}

.block-search {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}

.header-phone a {
    background: #fff;
    color: #4294d0;
    font-weight: bold;
    padding: 8px 30px;
    font-size: 22px;
    display: inline-block;
    border-radius: 0 30px 30px 0;
    position: relative;
}

.header-phone a:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    background: #fff;
    left: -30px;
    padding: 15px 17px;
    top: -5px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0;
    box-shadow: 0px 0px 5px 0px #a0a0a0;
}

.header-phone {
    position: relative;
    padding: 20px 30px 20px 50px;
    margin-right: -10px;
}

::-webkit-scrollbar {
    width: 1em;
    height: 1.5em;
}

::-webkit-scrollbar-thumb {
    background: #777;
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
}

body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}

.conten-write {
    padding: 20px;
    border: 1px solid #000;
    margin-bottom: 20px;
}


/*slider*/

.search-main {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    /* padding: 50px 0; */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.title-search {
    text-align: center;
    color: #fff;
}

.title-search h2 {
    color: #fff;
    margin-bottom: 0px;
    text-shadow: 1px 2px 5px #000000;
}

.title-search p {
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 2px 0px #a0a0a0;
}

.block-option {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    margin: 0;
    opacity: 0;
    z-index: -1;
    height: 0;
    -webkit-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.block-option.show {
    opacity: 1;
    z-index: 9;
    height: auto;
}

select.select-search {
    width: 100%;
    padding: 10px;
    border-color: #696969 !important;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: .25rem;
    outline: 0;
}

select:focus {
    outline: none;
}


/*content home*/

.block-head h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 32px;
}

.block-head p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.block-mid ul {
    text-align: left;
}

.block-mid ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.block-mid ul li a {
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    border: 1.5px solid #0b4cf4 !important;
    border-radius: 30px !important;
    color: #0b4cf4 !important;
    margin-right: 12px;
    font-weight: 700;
}

.block-mid ul li.active {
    background: transparent !important;
}

.block-mid ul li.active {
    border-radius: 5px;
    /* padding: 4px; */
}

.block-mid ul li a.active {
    color: #fff !important;
    background: #0b4cf4 !important;
}

.product {
    -webkit-box-shadow: 0px 0px 5px #b7b7b7;
    box-shadow: 0px 0px 5px #b7b7b7;
    position: relative;
}

.product-content {
    padding: 5px 5px 0 5px;
}

.product-img a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.m-design {
    margin-bottom: 20px;
}

.product-price {
    text-align: center;
    background-image: -o-linear-gradient(left, #4d71b7, #33afe4);
    background-image: -webkit-gradient(linear, left top, right top, from(#4d71b7), to(#33afe4));
    background-image: linear-gradient(to right, #4d71b7, #33afe4);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.project-price {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.product-img img {
    border-radius: 5px 5px 0 0;
    min-height: 190px;
}

.pro-sku {
    font-size: 16px;
    color: #33afe4;
}

.pro-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slider-tags .item img {
    max-height: 370px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.product {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product-img img {
    border-radius: 5px 5px 0 0;
}

.list-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 5px 5px 5px;
}

.list-footer .box-status img{
    width: 25px !important;
}

.product-uti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    gap: 3px;
}

.product-uti img {
    width: 28px!important;
    height: auto;
}

.pro-util {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}

.pro-util span {
    display: inline-block;
}

.pro-util.uti-1 span {
    background-position-x: -12px;
    background-position-y: -4px;
}

.pro-util.uti-2 span {
    background-position-x: -87px;
    background-position-y: -7px;
}

.pro-util.uti-3 span {
    font-size: 12px;
}

.pro-util.uti-4 span {
    background-position-x: -234px;
    background-position-y: -4px;
}

.bloc-footer a {
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.bloc-footer {
    text-align: center;
    padding: 20px;
}


/*footer*/

.sub-footer {
    background: #001341;
    color: #628EFF;
    padding: 20px 0;
    text-align: center;
}

.mid-img {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-large {
    z-index: 9;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin: 0 20px;
    border-bottom: 2px solid #0B4CF4;
    padding-bottom: 10px;
}

.count-bds {
    display: inline-block;
    padding: 0 20px;
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}

.mid-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

section {
    overflow: hidden;
    padding: 40px 0;
}

.count-bds:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
}

.count-bds:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
}

.border-5 {
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
}

button.btn-type {
    padding: 5px 20px;
    background: #33afe4;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.subscribe input {
    padding: 5px 10px 5px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    width: 79%;
}

.subscribe {
    position: relative;
}

.subscribe:before {
    content: "\f0e0";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    color: #b7b7b7;
    top: 8px;
    left: 11px;
    font-size: 18px;
}

ul.footer-social li {margin-bottom: 20px;}

ul.footer-social li a {
    color: #00335a;
    background: #fff;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    margin-left: 3px;
    padding: 4px 0;
}

.advance {
    width: 14%;
    float: right;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.p-slider {
    position: relative;
}

.p-slider a {
    padding: 0 !important;
}

.qt {
    position: absolute;
    top: -4px;
    left: 20px;
    z-index: 9;
}

.bgopa {
    background: #fff url(../img/bgimg.png) no-repeat;
    background-size: contain;
    background-position: 100% 0;
    position: relative;
}

section.bgopa:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-content a {
    COLOR: #FFF;
}

.product-img ul li {
    overflow: hidden;
    max-height: 177px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-img.border-5 {
    width: 100%;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-img.border-5 img {
    width: 280px;
    max-width: initial;
}

.pro-des {
    line-height: 16px;
    margin-bottom: 5px;
    font-size: 12px;
}

.block-mid ul li.active:after,
.block-mid ul li.active+li:after,
.block-mid ul li:first-child:after {
    display: none;
}

.pro-add {
    line-height: 18px;
    font-size: 14px;
    position: relative;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    padding-left: 25px;
}

.pro-add i {
    position: absolute;
    background: #2f67f6;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 50%;
    left: 0;
    font-size: 12px;
}

.countPro {
    font-size: 16px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 0;
}

.navbar .nav>li>a:hover {
    color: #4071e1!important;
}

.divsticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-price div:first-child {
    width: 60%;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 5px 0;
}

.product-price div:last-child {
    width: 40%;
    text-align: center;
}

.product-price div:last-child a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
}

.rightform {
    display: inline-block;
}

.formtitle {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.rightform button {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #01a342;
    padding: 5px 20px;
}

.uudaislider .item img {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.uudaislider .slick-slide {
    margin: 10px;
    -webkit-box-shadow: 4px 4px 5px 0px #ababab;
    box-shadow: 4px 4px 5px 0px #ababab;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.uudaislider .item {
    display: block !important;
}

.sliderproperty .slick-slide {
    margin: 10px;
}

.local-img {
    height: 200px;
    background-size: cover;
    margin: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}

.title-local {
    text-align: center;
    font-size: 20px;
    color: #fff;
    /* margin-bottom: 20px; */
    text-transform: capitalize;
    font-weight: bold;
}

.local-img p {
    color: #ffffff;
    font-weight: 700;
}

.block-head h2:after {
    /* content: ""; */
    width: 115px;
    /* height: 3px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 5px; */
    /* background: #1a7bc8; */
}

.bloc-footer a:hover {
    background: #1a7bc8;
    color: #fff !important;
}

.block-mid ul li a:hover {
    background-color: #0b4cf4;
    color: #ffffff !important;
}

.block-mid ul li.active a:hover {
    background: #4294d0;
}

.product .post-image {
    margin: 0;
    height: 220px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product .post-image img {
    max-width: inherit;
    width: 100%;
    height: 100%;
}

.bloc-footer a {
    background: #01A342;
    color: #fff;
}

.nameproject {
    color: #272728;
    font-size: 14px;
}

.block-option .top {
    position: relative;
}

.block-option .top:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
}

.block-option .top:after {
    content: "";
    position: absolute;
    top: -25px;
    right: 63px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.tableoption {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #23282c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
    padding: 20px;
}

.tableoptionvue,
.tableoptionprice {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #23282c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
    padding: 10px;
    min-width: 380px;
}

.btnoptionvue.checked {
    background: #0d6efd;
    color: #fff;
}

.tableoptionvue.right-op {
    left: inherit;
    right: 0;
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }
    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }
    125% {
        right: 0;
    }
}

.tableoptionvue.show,
.tableoptionprice.show {
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

.btnoption {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #5c6873;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ea;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btnoption:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 11px;
    right: 14px;
    font-size: 12px;
}

.btnoptionvue,
.btnoptionprice {
    position: relative;
    display: block;
    width: auto;
    float: left;
    margin-bottom: 0;
    padding: 5px 10px 5px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    cursor: pointer;
}


/* .btnoptionvue:after,
.btnoptionprice:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 11px;
    right: 14px;
    font-size: 12px;
} */

.group-search-vue {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.block-option label {
    font-size: 18px;
    margin-top: 12px;
}

.tableoption.show {
    position: absolute;
    will-change: transform;
    top: -5px;
    left: -8px;
    -webkit-transform: translate3d(8px, 43px, 0px);
    transform: translate3d(8px, 43px, 0px);
    z-index: 99999;
    min-width: 370px;
    max-height: 200px;
    overflow: auto;
}

.group-search {
    position: relative;
}

.tableoption label {
    font-size: 14px;
    font-weight: 100;
    color: #23282c;
}

.titleselect {
    font-size: 18px;
    margin-bottom: 15px;
}

.selectop label {
    color: #23282c !important;
}

.blocksler {
    position: relative;
    background: #fff;
}

.colsearch {
    float: left;
    width: 100%;
}

span.repalceinput {
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    border: 1px solid #8f9ba6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.colsearch input {
    display: none;
}

.colsearch label {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.colsearch span {
    margin-right: 5px;
}

.colsearch label input:checked+span {
    background: #0d6efd;
    border-color: #0d6efd;
}

.btnoption.checked {
    -webkit-box-shadow: 0 0 3px 1px #4294d0;
    box-shadow: 0 0 3px 1px #4294d0;
}

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

.bthsearch {
    background: #4294d0;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.min-max {
    position: relative;
}

b#value1 {
    display: inline-block;
}

b#value2 {
    float: right;
    display: inline-block;
}

#featured .flexslider ul.slides {
    max-height: 500px;
    overflow: hidden;
}

.tableoptionvue ul li {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}

.sliderprice {
    padding-right: 20px;
}

.staffheader {
    padding: 100px 0;
}

h1.font-tiempos {
    text-align: center;
    opacity: 1;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-agents-contain p {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    opacity: .86;
    font-family: rvharmonia, Arial, Helvetica, sans-serif;
}

.staffheader {
    margin-bottom: 20px;
    padding: 100px 0;
    background: url('../img/bg-agent.jpg');
}

.cnthead {
    width: 60%;
    margin: 0 auto;
}

.agents-listing {
    max-width: 262px;
    width: 100%;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(131, 131, 131, .2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
}

.agents-listing:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.agents-listing .agents-image {
    position: relative;
}

.agents-listing .agents-image a {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}

.agents-listing .agents-image a img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
}

.btn-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 24px;
    outline: none;
    border: 0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: rgba(48, 51, 58, .3);
    z-index: 9;
    display: none;
}

.zmdi {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding-right: 4px;
}

.agents-listing:hover .btn-favorite {
    display: block;
}

.agents-listing .agents-content {
    text-align: center;
    padding: 15px;
    background: #fff;
}

.agents-listing .agents-content p.team-name-sale {
    color: #337588!important;
    padding-bottom: 2px;
    line-height: 24px!important;
    font-size: 16px;
    margin: 0;
}

.agents-listing .agents-content .agents-email a {
    font-size: 14px;
    line-height: 22px;
    color: #444c59;
}

.agents-listing .agents-content h3 {
    margin: 0;
    color: #30333a;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 2px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.zmdi-favorite:before {
    content: "\f004";
}

.main.staffdetail {
    margin: 100px 0 150px;
}

.agent-img-staff img {
    width: 88%;
}

h1 {}

.agent-name h1 {
    font-family: tiempos, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #30333a;
    margin-top: -5px;
}

.agent-name p {
    font-size: 16px;
    line-height: 24px;
    color: #337588;
}

.agent-contact table tr td:nth-child(1) {
    opacity: .76;
    font-size: 16px;
    line-height: 2;
    color: #444c59;
    width: 155px;
}

.agent-contact table tr td:nth-child(2) {
    font-family: harmonia, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #444c59;
}

.agent-btn a {
    font-size: 16px;
    font-weight: 600;
    font-family: harmonia, Arial, Helvetica, sans-serif;
    line-height: 52px;
    color: #fff;
    cursor: pointer;
}

.btn-primary-agent {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 200px;
    text-align: center;
    border-radius: 2px;
    padding: 0 20px;
    border: 0;
}

.agent-btn {
    margin-top: 22px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#top-news {
    padding: 0;
    margin-bottom: 20px;
}

.new-cat {
    text-align: center;
    -webkit-box-shadow: 0px 1px 3px 0px #ababab;
    box-shadow: 0px 1px 3px 0px #ababab;
    margin-bottom: 5px;
}

.new-cat ul li {
    display: inline-block;
}

.new-cat ul li a {
    padding: 10px 20px;
    display: inline-block;
}

.new-cat a.active {
    background: #4294d0;
    color: #fff;
}

ul.listmost li {
    display: inline-block;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}

ul.listmost li a {
    font-size: 14px;
}

h1.titlecat {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #38a7de;
    padding: 15px 0 2px;
    margin: 0px 0 30px;
    position: relative;
}

h1.titlecat:after {
    content: "";
    background: #38a7de;
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slidersticky {
    background: #f4f4f0;
    margin-bottom: 20px;
    display: inline-block;
}

.dateslider {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: #39a4dcc2;
    color: #fff;
    font-size: 18px;
    padding: 5px 26px;
}

.datepost {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #39a4dcc2;
    color: #fff;
    font-size: 18px;
    padding: 5px 26px;
}

h3.titlesticky {
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 20px;
}

.slidersticky .content {
    padding-right: 20px;
}

.slidersticky ul.slick-dots {
    top: 93%;
    right: 15px;
    width: auto;
}

.slidersticky ul.slick-dots li.slick-active {
    background: #37a8df;
}

.slidersticky ul.slick-dots li {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.slidersticky ul.slick-dots li button {
    font-size: 0;
}

.slidersticky .content {
    padding-right: 20px;
}

.itemssticky .col-md-6 {
    padding: 0;
}

.slickcnt {
    padding: 20px 30px;
}

.article-right a {
    font-weight: 400;
    color: #428bca;
    font-size: 18px;
    line-height: 18px;
}

.article-right {
    background: #fff;
    padding: 10px;
}

.contpost {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px 0px #dcdcdc;
    box-shadow: 0 0 8px 0px #dcdcdc;
    overflow: hidden;
        height: 300px;
    background: #fff;
}

.pagination>li>span,
.pagination>li>a,
.pagination>li>span {
    background-color: #acacac;
    color: #fff;
    margin: 0 5px;
}

.bg_news {
    text-align: center;
}

.itemssticky img {
    width: 100%;
}

section.pagemap {
    padding: 0;
}

section.pagemap #google-map {
    height: 1000px;
}

.formdangky {
    padding: 20px;
    background: #fff;
    display: inline-block;
    width: 62%;
    -webkit-box-shadow: 0px 0px 5px 0px #82828270;
    box-shadow: 0px 0px 5px 0px #82828270;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    margin: 0 auto;
}

section.bgkgch {
    background: url('../img/bg-dk.gif');
    background-repeat: round;
}

.formdangky .formtitle {
    color: #000;
    text-align: left;
}

.formdangky .form-group {
    text-align: left;
}

.formdangky input,
.formdangky textarea {
    border: 1px solid #38a5dd;
    border-radius: 10px;
}

.formdangky button.btn {
    background: #0072bc;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.formdangky button.btn:hover {
    -webkit-box-shadow: 0px 0px 4px #36a8df;
    box-shadow: 0px 0px 4px #36a8df;
}

.groupcnt {
    color: #fff;
    font-size: 16px;
}

.dktitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.dksupport {
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #ffda2f;
}

.titlecontect h1 {
    background: #f4f5f9;
    padding: 30px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.67;
    font-family: Tiempos, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.contactform {
    width: 80%;
    margin: 50px auto;
    background: #fff;
    border: 1px solid rgba(131, 131, 131, .2);
    padding: 50px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}

.contectinfo {
    width: 80%;
    margin: 50px auto;
    background: #fff;
}

.contectinfo img {
    margin-bottom: 10px;
}

section.midcontact {
    background: #363636;
    text-align: center;
    color: #fff;
}

.contentmid p {
    font-size: 18px;
    padding: 30px;
}

a.contact-btn-items {
    background: #fff;
    border: 1px solid rgba(131, 131, 131, .2);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    -webkit-transition: opacity .2s ease-out, background .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .2s ease-out, background .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, background .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, background .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out, background .2s ease-out, -webkit-box-shadow .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    cursor: pointer;
}

.contact-btn-link .heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.5;
    color: #30333a;
    text-align: left;
}

.contact-btn-link .content {
    color: rgb(56, 166, 222);
    font-size: 16px;
    font-weight: 600;
}

.contact-btn-link {
    position: relative;
    padding-left: 50px;
}

.contact-btn-link:before {
    content: "";
    content: "\f0e0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    color: #39a6dd;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.listmail {
    padding-top: 0;
}

.contact-btn-items:hover {
    opacity: 1!important;
    -webkit-box-shadow: rgba(45, 45, 45, .05) 0 0 0, rgba(49, 49, 49, .05) 0 1px 1px, rgba(42, 42, 42, .05) 0 2px 2px, rgba(32, 32, 32, .05) 0 4px 4px, rgba(49, 49, 49, .05) 0 8px 8px, rgba(35, 35, 35, .1) 0 16px 16px;
    box-shadow: rgba(45, 45, 45, .05) 0 0 0, rgba(49, 49, 49, .05) 0 1px 1px, rgba(42, 42, 42, .05) 0 2px 2px, rgba(32, 32, 32, .05) 0 4px 4px, rgba(49, 49, 49, .05) 0 8px 8px, rgba(35, 35, 35, .1) 0 16px 16px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.imgright img {
    width: 100%;
}

.post-image a::after {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.post-image a:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

.product-img a::after {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.product-img a:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

.project-img a::after {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.project-img a:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

.product:hover {
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }
    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }
    125% {
        right: 0;
    }
}

.footertag {
    display: inline-block;
    border-top: 1px solid #ccc;
    text-align: right;
    width: 100%;
    margin-right: 0;
}

.btnclear {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #3c3c3c;
    border-color: #c8ced3;
}

.btnoptionvue:before {
    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.localicon:before {
    background-image: url(../icon/filter-7.svg);
}

.priceicon:before {
    background-image: url(../icon/filter-6.svg);
}

.ltsicon:before {
    background-image: url(../icon/filter-5.svg);
}

.dtypeicon:before {
    background-image: url(../icon/filter-1.svg);
}

.lnticon:before {
    background-image: url(../icon/filter-2.svg);
}

.spnicon:before {
    background-image: url(../icon/filter-4.svg);
}

.spticon:before {
    background-image: url(../icon/filter-3.svg);
}

.tnicon:before {
    background-image: url(../icon/filter-4.svg);
}

.tienichicon:before {
    background-image: url(../icon/filter-orther.svg);
}

.khuvucicon:before {
    background-image: url(../img/khu-vuc.png);
}

/* active */
.localicon.checked:before,
.localicon:hover::before{
    background-image: url(../icon/filter-7-white.svg);
}

.priceicon.checked:before,
.priceicon:hover::before {
    background-image: url(../icon/filter-6-white.svg);
}

.ltsicon.checked:before,
.ltsicon:hover::before {
    background-image: url(../icon/filter-5-white.svg);
}

.dtypeicon.checked:before,
.dtypeicon:hover::before {
    background-image: url(../icon/filter-1-white.svg);
}

.lnticon.checked:before,
.lnticon:hover::before {
    background-image: url(../icon/filter-2-white.svg);
}

.spnicon.checked:before,
.spnicon:hover::before {
    background-image: url(../icon/filter-4-white.svg);
}

.spticon.checked:before,
.spticon:hover::before {
    background-image: url(../icon/filter-3-white.svg);
}

.tnicon.checked:before,
.tnicon:hover::before {
    background-image: url(../icon/filter-4-white.svg);
}

.tienichicon.checked:before,
.tienichicon:hover::before {
    background-image: url(../icon/filter-orther-white.svg);
}

.khuvucicon.checked:before,
.khuvucicon:hover::before {
    background-image: url(../img/khu-vuc.png);
}

.btnoptionvue.checked,
.btnoptionvue:hover {
    background: #0d6efd;
    color: #fff;
}


/* 
.btnoptionvue.localicon.checked:before {
    background-image: url(../img/Quan_Tr.png);
}

.btnoptionvue.priceicon.checked:before {
    background-image: url(../img/Gia_Tr.png);
}

.btnoptionvue.ltsicon.checked:before {
    background-image: url(../img/loaitaisan_Tr.png);
}

.btnoptionvue.lnticon.checked:before {
    background-image: url(../img/Loainoithat_Tr.png);
}

.btnoptionvue.spnicon.checked:before {
    background-image: url(../img/Loaiphongngu_Tr.png);
}

.btnoptionvue.spticon.checked:before {
    background-image: url(../img/Sophongtam_Tr.png);
}

.btnoptionvue.tnicon.checked:before {
    background-image: url(../img/TienNghi_Tr.png);
}

.btnoptionvue.khuvucicon.checked:before {
    background-image: url(../img/khu-vuc_T.png);
}

.btnoptionvue.tienichicon.checked:before {
    background-image: url(../img/tienich_T.png);
} */

section.toptuyendung {
    text-align: center;
    background: url('../img/tuyendung.gif');
    padding: 100px 0;
}

section.toptuyendung h1 {
    font-size: 32px;
    color: #fff;
}

section.toptuyendung p {
    color: #fff;
    font-size: 22px;
}

section.toptuyendung a {
    background: #38a6de;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
}

.titlesectin {
    text-align: center;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.titlesectin:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-gia-tri {
    padding: 30px 40px 30px 80px;
    position: relative;
    min-height: 234px;
}

.bg-1 {
    background: #edeef2;
}

.bg-2 {
    background: #e1e2e6;
}

.titleblock {
    font-weight: bold;
    margin-bottom: 15px;
}

.trungthuc-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url('../img/trungthuc.png') no-repeat;
}

.trachnghiem-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url('../img/trachnhiem.png') no-repeat;
}

.chuyennghiep-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url('../img/chuyennghiep.png') no-repeat;
}

.tapthe-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url('../img/tapthe.png') no-repeat;
}

.tantam-icon:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url('../img/tantam.png') no-repeat;
}

.sectitle {
    background: #38a6dd;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bg-gray {
    background: #f4f5f9;
}

.tuyendung-phong-ban .thumbnail {
    margin-bottom: 20px;
}

.block-why {
    text-align: center;
    padding: 0 30px;
}

.block-why .titleblock {
    margin: 10px 0;
}

section.tuyendung-my-skyhome .row {
    margin-bottom: 15px;
}

.tuyen-dung-post:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 97%;
    height: 1px;
    background: #c0c0c0;
}

.action-title {
    text-align: right;
}

.action-title a {
    border: 1px solid #39a6dd;
    color: #38a6de;
    padding: 1px 15px;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.post-title,
.cat-title {
    margin-top: 15px;
}

.searchprice b#value1,
.searchprice b#value2 {
    font-size: 12px;
}

.tableoptionvue.popuptn.show {
    left: -300px;
}

.mbphone {
    position: fixed;
    right: 100px;
    bottom: 30px;
    background: #2f67f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.mbphone a {
    color: #fff;
}

a.scrollup {
    bottom: 100px;
    right: 40px;
}

a.btn.btn-theme {
    padding: 10px 20px;
}

.cntsupport img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

section#content article img {
    width: 100% !important;
    height: auto !important;
}

.colsearch li {
    display: inline-block;
    width: 50%;
}

.btncapply {
    cursor: pointer;
    background: #0d6efd;
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 30px;
}

.btnclear:hover {
    color: #23282c;
    background-color: #b3bbc2;
    border-color: #acb5bc;
}

.btncapply:hover {
    background-color: #0552B5 !important;
    border-color: #0552B5 !important;
}

.p-social>a>img {
    width: 117px;
    vertical-align: top;
}

#sliderdetai-s .item {
    display: block;
    position: relative;
    padding-top: 66.66667%;
}

#sliderdetai-s .item img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-search input,
.block-search select {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    background: transparent;
    width: 100%;
}

.sky-input-group {
    display: flex;
    align-items: center;
    padding: 3px;
    border-left: 1px solid #C4C4C4;
}

.border-none {
    border: none;
}

.search-top button {
    background: #3C3C3C !important;
    color: #ffffff;
    padding: 0px 15px;
    margin: 3px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
}

button:not(.slick-arrow):hover {
    background: #2f67f6 !important;
    border: none;
    color: #ffffff;
}

.btn.dark-white {
    background: #000000;
    margin-right: 10px;
}

i.sky-search {
    display: inline-block;
    background-image: url(../img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

i.sky-distric {
    background-image: url(../img/map.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

i.sky-type {
    background-image: url(../img/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.search-top {
    display: flex;
    margin: 2px;
}

#main-slider {
    border-radius: 20px;
    overflow: hidden;
}

.tags-cnt img {
    width: 100%;
}

.tags-cnt {
    position: relative;
    border-radius: 8px;
    orphans: inherit;
    overflow: hidden;
    height: 100%;
}

.tags-cnt span {
    position: absolute;
    padding: 0 20px;
    text-align: center;
    z-index: 9;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.count-bds span {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
}

.uudaislider {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-tags {
    margin-left: -15px;
}

.slider-tags .slick-slide {
    margin-left: 15px;
}

.full-right .container-fluid {
    padding-right: 0 !important;
}

.pb-3 {
    padding-bottom: 20px;
}

section.full-width .container-fluid {
    padding: 0 !important
}

.block-mid .tab-content>.tab-pane {
    padding: 0;
}

.footer-content ul.menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.box-hot {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255, 0, 0, 0.83);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 10px;
}

.box-promotion {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(249, 130, 21, 0.87);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.box-price {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    color: #0B4CF4;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 3px 8px;
    border-radius: 20px;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 2px #2f67f6;
}

.box-price:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin: -5px;
    border-radius: inherit;
}

button.load-more {
    border: none;
    background: #01A342;
    border-radius: 4px;
    min-width: 270px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    min-height: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

button.load-more .spinner-border {
    display: none;
}


/* Skyhome Icon */

i.sky-icon {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.skyhome-check {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/sky-check.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.mat-tien {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-mat-tien.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.loai-noi-that {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-loai-noi-that.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.detail {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-detail.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.gia-dien {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-gia-dien.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.gui-xe {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-gui-xe.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.gia-nuoc {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-gia-nuoc.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.thoi-gian {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-thoi-gian.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.phi-quan-ly {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-phi-quan-ly.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.internet {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../icon/icon-internet.svg);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.gift {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../icon/icon-promotion.svg);
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

a,
button,
span,
div,
p {
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

a:hover,
.tags-cnt:hover span {
    color: #0B4CF4;
}

.local-img:hover div,
.local-img:hover p {
    color: #0B4CF4;
}

.mid-img:hover div,
.mid-img:hover span {
    color: #0B4CF4;
}

.mid-img:hover div {}

.mid-img:hover .title-large {
    border-color: #ffffff;
}

.product:hover {}

.product:hover .box-price {
    color: #ffffff;
    background: #0B4CF4;
}

.block-head {
    position: relative;
}

.change-option {
    position: absolute;
    right: 0;
    top: 0;
}

.change-option .form-check.form-switch {
    padding-left: 0;
    margin-bottom: 10px;
}

.change-option input.form-check-input {
    float: right;
    margin: 0;
    width: 4em;
    height: 2em;
}

.change-option .form-check.form-switch label.form-check-label {
    font-size: 20px;
    font-weight: 700;
    padding-right: 20px;
}

.order_by_change {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 0px 10px;
}

.order_by_change select.form-select {
    border: none;
    box-shadow: none;
    width: 100%;
}

.order_by_change label.form-check-label {
    font-size: 18px;
    font-weight: 500;
}

.list-product {
    position: relative;
}

.sky-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 51%);
    z-index: 999;
}

.search-product .block-head p {
    margin-bottom: 5px;
    font-size: 16px;
}

.search-product .block-head div span {
    color: #2f67f6;
    font-weight: bold;
}
.header-menu {
    display: none;
}

.footer-menu {
    display: flex;
    justify-content: space-evenly;
}
.footer-menu a{
    color: #ffffff;
}

form#search_project {
    width: 100%;
}

form#search_project .block-search {
    width: 100%;
}

form#search_project .block-search .search-top {
    width: 100%;
}

form#search_project .block-search .search-top .sky-input-group {
    width: 100%;
}
/* =============================
21. Media queries
============================= */

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 60px;
    }
}

@media (min-width: 768px) {    
    
    .mid-img.full-height {
        height: 100%;
    }

    .title-large {
        font-size: 20px;
        line-height: 28px;
    }
    .logo-mobile,
    .phone-m.header-phone {
        display: none;
    }
    .navbar-collapse {
        padding: 0;
    }
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }
    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    a.detail {
        background: none;
        width: 100%;
    }
    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        border-radius: 4px 4px 4px 4px;
    }
    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
    ul.related-folio li {
        width: 156px;
        margin: 0 20px 0 0;
    }
}

@media (max-width: 768px) {
    .contpost{
        height: auto !important;
    }

    .header-menu {
        display: flex;
        justify-content: space-between;
        width: 65%;
        background: #ffffff;
        padding: 20px;
    }
    .change-option {
        position: relative;
        margin-bottom: 15px;
    }
    .navbar-collapse.collapse {
        border: none;
        overflow: visible;
        margin-bottom: 20px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        margin: 0;
        padding: 0 !important;
        background: #5c727d87;
        padding: 20px;
        padding: 20px 10px 20px 30px;
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    button.navbar-toggler.m-btn {
        padding: 7px 10px;
        border: 1px solid #AFAFAF;
    }
    header .navbar-collapse ul.navbar-nav {
        width: 65%;
        background: #ffffff;
        height: 100%;
    }
    
    .navbar-collapse.collapse.show {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .mid-img.full-height {
        margin-top: 20px;
    }

    .search-top .sky-input-group {
        display: none;
    }
    
    .search-top .sky-input-group:first-child {
        display: flex;
    }
    
    .logo-mg {
        width: 80%;
    }
.colsearch label input:checked+span    
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    .subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sub-footer .pull-left,
    .sub-footer .pull-right {
        float: none !important;
    }
    .sub-footer .pull-left {
        margin-bottom: 20px;
    }
    .sub-footer .pull-right {
        margin-top: 20px;
    }
    .footer-content {
        padding-bottom: 30px;
    }
    .footer-content .title {
        padding-bottom: 20px;
    }
    .tab-content>.tab-pane {
        padding: 0;
    }
    .row.block-option {
        display: none;
    }
    .title-search h2 {
        font-size: 22px;
    }
    .title-search h2 span {
        font-size: 30px;
    }
    .title-search p {
        font-size: 14px !important;
    }
    .search-main {
        padding: 0 !important;
        width: 100%;
    }
    .phone-m.header-phone {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .phone-m.header-phone a {
        padding: 0;
        width: 53px;
    }
    .phone-m.header-phone a:before {
        top: -19px;
        left: 0;
        width: 40px;
        height: 40px;
        padding: 12px;
    }

    .navbar-toggle {
        margin: 0;
        border: none;
        position: absolute;
        left: 10px;
    }
    .navbar-toggle span {
        background-color: #fff !important;
    }
    img {
        width: 100% !important;
    }
    body {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-brand {
        /* margin-top: 20px; */
        border-bottom: none;
    }
    .navbar-header {
        /* margin-top: 20px; */
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-pack: justify; */
        -ms-flex-pack: justify;
        justify-content: space-around;
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 11px 15px;
        position: relative;
    }
    .navbar-nav {
        border-top: none;
        float: none;
        width: 100%;
        margin: 0;
    }
    header .navbar-nav>li {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0px !important;
    }
    .navbar .nav>li>a {
        color: #fff;
    }
    header .nav li .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-menu {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .box {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }
    #featured .flexslider .slide-caption {
        width: 90%;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: -40px;
    }
    #inner-headline .breadcrumb {
        float: left;
        clear: both;
        width: 100%;
    }
    .breadcrumb>li {
        font-size: 13px;
    }
    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .left-sidebar {
        border-right: none;
        padding: 0 0 10px;
        border-bottom: 1px dotted #e6e6e6;
        margin-bottom: 40px;
    }
    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        padding: 0 0 0 0;
    }
    footer .col-lg-1,
    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-lg-5,
    footer .col-lg-6,
    footer .col-lg-7,
    footer .col-lg-8,
    footer .col-lg-9,
    footer .col-lg-10,
    footer .col-lg-11,
    footer .col-lg-12 {
        margin-bottom: 20px;
    }
    #sub-footer ul.social-network {
        float: left;
    }
    [class*="span"] {
        margin-bottom: 20px;
    }
    div#advance {
        display: none;
    }
    .subscribe button {
        width: 30% !important;
    }
}

@media (max-width: 480px) {
    .footer-menu {
        margin-bottom: 50px;
    }
    
    .footer-menu a {
        font-size: 14px;
    }
    
    .footer-menu {
        justify-content: space-between;
    }

    
    .list-footer {
        text-align: center;
    }

    .row .mid-img {
        margin-bottom: 20px;
    }

    .footertag {
        text-align: center !important;
    }
    .footertag .btnclear,
    .footertag .btncapply {
        width: 100px;
    }
    .mbphone {
        font-size: 0 !important;
        border-radius: 50% !important;
        padding: 0px 10px !important;
        right: 24px !important;
        bottom: 100px !important;
        background: #fff !important;
        border: 10px solid #0a7cff;
    }
    .mbphone i {
        color: #0a7cff;
        font-size: 25px;
        line-height: 42px;
    }
    .product-content {
        padding: 5px 5px 0 !important;
    }
    .tableoptionvue.popuptn.show {
        left: 0 !important;
    }
    .modal-dialog {
        width: 100% !important;
    }
    .modal-dialog {
        width: 100% !important;
    }
    .topprice {
        display: none;
    }
    .slider-m:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(63, 153, 212)), to(rgba(255, 0, 0, 0)));
        background-image: -o-linear-gradient(rgb(63, 153, 212), rgba(255, 0, 0, 0));
        background-image: linear-gradient(rgb(63, 153, 212), rgba(255, 0, 0, 0));
        z-index: 1;
    }
    header.main-header.header-1 {
        z-index: 99999;
    }
    button.btn.btn-theme {
        width: auto !important;
    }
    section#content {
        padding: 0 !important;
    }
    .contectinfo {
        width: 100% !important;
    }
    .contactform {
        width: 100% !important;
    }
    .action-title a {
        padding: 0 5px !important;
        font-size: 10px !important;
    }
    .block-why img {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .tuyendung-my-skyhome .thumbnail img {
        width: 100%;
        height: 136px;
        margin-bottom: 10px;
    }
    .datepost {
        font-size: 12px !important;
        padding: 0px 16px !important;
    }
    .slickcnt {
        padding: 10px !important;
    }
    h3.titlesticky {
        font-size: 14px;
        font-weight: bold !important;
        padding: 0 !important;
        margin: 5px 0;
    }
    .content span {
        font-size: 12px !important;
    }
    .content p {
        line-height: 16px !important;
    }
    .slidersticky .content {
        padding: 0 !important;
    }
    .article-right a {
        font-size: 14px !important;
    }
    .article-right h3 {
        line-height: 12px !important;
    }
    .article-right span,
    .article-right p {
        font-size: 12px !important;
        line-height: 16px;
    }
    .agents-listing .agents-content h3 {
        font-size: 14px;
    }
    .agents-listing .agents-content {
        font-size: 12px !important;
        padding: 5px !important;
    }
    .agents-listing .agents-content p.team-name-sale {
        font-size: 12px !important;
    }
    .staffheader {
        padding: 30px 0 !important;
    }
    .main.staffdetail {
        margin: 30px 0 !important;
    }
    section#top-news {
        padding-top: 0 !important;
    }
    .agent-name h1 {
        margin: 20px 0 !important;
    }
    .cnthead.text-center {
        width: 100%;
        padding: 0 20px;
    }
    .sel-box:before {
        position: absolute;
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        right: 12px;
        top: 5px;
        font-size: 18px;
    }
    .project-img.border-5 {
        border: 3px solid #4294d0;
    }
    .toc-odd li {
        display: block !important;
    }
    .toc-odd li::after {
        display: none;
    }
    .sel-box {
        position: relative;
        z-index: 9;
    }
    a {
        text-decoration: none;
    }
    #select {
        display: block;
        width: 100%;
        border: 1px solid #999;
        padding: 5px 15px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .toc-odd {
        position: absolute;
        top: 100%;
        background: #f1f1f1;
        width: 100%;
        display: none;
        height: 200px;
        overflow: auto;
        box-shadow: 0px 10px 20px #ccc;
    }
    .toc-odd li {
        padding: 5px 10px;
        border-bottom: 1px solid #999;
    }
    /*project*/
    .toc-odd-project li {
        display: block !important;
    }
    .toc-odd-project li::after {
        display: none;
    }
    .sel-box-project {
        position: relative;
        z-index: 9;
    }
    #select-project {
        display: block;
        width: 100%;
        border: 1px solid #999;
        padding: 5px 15px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .toc-odd-project {
        position: absolute;
        top: 100%;
        background: #f1f1f1;
        width: 100%;
        display: none;
        height: 200px;
        overflow: auto;
        box-shadow: 0px 5px 20px 0px #ccc;
    }
    .toc-odd-project li {
        padding: 5px 10px;
        border-bottom: 1px solid #999;
    }
    section#featured {
        padding: 0 !important;
    }
    .bloc-footer a {
        width: 100%;
        display: block;
        color: #4294d0 !important;
        background: transparent !important;
        border: 1px solid #4294d0;
    }
    .bloc-footer {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .project-img.border-5 {
        height: 150px !important;
    }
    .project-price {
        font-size: 12px !important;
    }
    .product-price {
        font-size: 12px !important;
    }
    .pro-title a {
        font-size: 12px;
    }
    .block-head h2 {
        font-size: 18px;
    }
    section {
        padding: 20px 0 !important;
    }
    .product-price div:last-child a {
        font-size: 10px;
    }

    .product-uti .pro-util {
        float: left;
        text-align: left;
        font-size: 12px;
    }

    .product-uti img {
        width: 22px!important;
        /* padding: 0 5px; */
    }
    .product .post-image {
        height: 134px !important;
    }
    .pro-sku {
        font-size: 12px !important;
    }
    .nameproject {
        font-size: 12px !important;
    }
    .bottom-article a.pull-right {
        float: left;
        margin-top: 20px;
    }
    .top-email {
        display: none;
    }
    .search {
        float: left;
    }
    .flexslider .flex-caption {
        display: none;
    }
    .cta-text {
        margin: 0 auto;
        text-align: center;
    }
    ul.portfolio li article a i {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}