@import "plugin.css";

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #ffd200;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #ffd200;
    text-shadow: none;
    color: #fff;
}
::-webkit-input-placeholder {  color: #888;  }
:-moz-placeholder {  color: #888;  }
::-moz-placeholder {  color: #888;  }
:-ms-input-placeholder {  color: #888;  }
select option[data-default] {  color: #888; font-style: italic }
:disabled {cursor: not-allowed}
/*
 * Browser Upgrade Prompt
 */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #333;
    padding: 0.2em 0;
}
img {
    display: inline-block;
    max-width: 100%;
    opacity: 1
}
a {color:#d2a705;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
a:hover, a:focus {color: #da4802;  }
img:hover { opacity: .9  }
body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    background-color: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1, h2, h3 {  line-height: 1.8;  }
input, button, textarea, select {
    font-family: 'Roboto Condensed', sans-serif;
    /*font-weight: 300;*/
}
textarea {line-height: 1.4}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
figure {  display: block;  position: relative;  }
iframe[name="target_frame"] {  position: absolute;  }
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
input[readonly], textarea[readonly] {background: inherit}
table.border {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    font-weight: 400;
}
table.border thead {border: 1px solid #e6e6e6;}
table.border tbody {border: 1px solid #e6e6e6;}
table.border tbody tr {border-bottom: 1px solid #e6e6e6;}
table.border tr th {
    border-right: 1px solid #e6e6e6;
    background-color: rgba(43, 166, 203, 0.71);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
}
table.border tr td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
table.border tr td > * {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

/****/
table.dotted {
    width: 100%;
    border-top: 1px dotted #e6e6e6;
    border-left: 1px dotted #e6e6e6;
    font-weight: 400;
}
table.dotted thead {border: 1px dotted #e6e6e6;}
table.dotted tbody {border: 1px dotted #e6e6e6;}
table.dotted tbody tr {border-bottom: 1px dotted #e6e6e6;}
table.dotted tr th {border-right: 1px dotted #e6e6e6;background-color: rgba(43, 166, 203, 0.71);color:#fff;font-size: 13px;font-weight: 500;padding-top: 7px;padding-bottom: 7px;white-space: nowrap;}
table.dotted tr td {
    border-right: 1px dotted #e6e6e6;
    border-bottom: 1px dotted #e6e6e6;
}
table.dotted tr td > * {
    vertical-align: middle;
    margin-bottom: 0 !important;
}

textarea::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
textarea::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
textarea::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 5px;
}
input[type="checkbox"] {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    /* -webkit-appearance: button; */
    border: 1px solid #cbcbcb;
    background-color: #eee;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 16px;
    height: 16px;
}
.on-top {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

/* Scroll To Top */
.toTop {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    background: #393e46;
    border-radius: 50%;
    color: #F0F0F0;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 30px;
    bottom: 75px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
}

.toTop:hover, .toTop:focus {
    color: #fff;
    background: rgba(57, 62, 70, 0.51);;
    text-decoration: none;
}
.embed-responsive.embed-responsive-1by1 {  padding-bottom: 100%;  }
.embed-responsive.embed-responsive-4by3 {  padding-bottom: 75%;  }
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-18by9 {  padding-bottom: 50%;  }
.embed-responsive.embed-responsive-20by9 {  padding-bottom: 45%;  }
.embed-responsive.embed-responsive-22by9 {  padding-bottom: 40.91%;  }
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.res.res-1by1 {padding-bottom: 100%;}
.res.res-2by1 {padding-bottom: 50%;}
.res.res-3by1 {padding-bottom: calc(100% / 3);}
.res.res-3by2 {padding-bottom: calc((2 * 100%) / 3);}
.res.res-4by1 {padding-bottom: 25%;}
.res.res-4by3 {padding-bottom: 75%;}
.res.res-16by9 {padding-bottom: 56.25%;}
.res.res-custom {}
.res {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.res .res-item, .res iframe, .res embed, .res object, .res video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.res > img, .res .img {
    display: block;
    position: absolute;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.wow {  visibility: hidden;  }
.not_show {
    position: absolute;
    top: -99999px;
    left: -99999px;
    text-transform: initial;
    font-style: normal;
}
.gsc-tabsArea > .gsc-tabHeader {  overflow: hidden !important;  }
.w60 {width: 60%;display: block}
.birthday {}
.birthday input, .birthday select {width: 140px;display: inline-block}

/****************************************/
/* Small screens */
/* Define mobile styles */

.no-js .title-bar {  display: none;  }
.loading {margin-left: 5px;display: none;}

.dropdown.menu a {padding: .5rem 1rem;}

/* GOOGLE MAP */
.map_locations {  display: none !important;  }
.map_model {  height: 400px;  }
.map_model img {  max-width: none !important;  }
.iw-content p {  margin-bottom: 0;  font-family: "Roboto", sans-serif;  }
.iw-content .medium {  font-weight: 500  }

/*************************************/
.social-share {
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.social-share li:first-child {  margin-left: 0;  }
.social-share li { margin-left: 7px;  }
.social-share li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 25px;
    width: 25px;
    color: rgba(12, 80, 161, 1);
    /* border-radius: 2px; */
    border: 1px dotted #ccc;
}
.social-share li a .fa,
.social-share li a.fa {font-size: 15px;}
.social-share li.fb a {  color: #3B5998;  }
.social-share li.fb a:hover {  background-color: #3B5998;border-color: #3B5998  }
.social-share li.gp a {  color: #da4802;  }
.social-share li.gp a:hover {  background-color: #da4802; border-color: #da4802 }
.social-share li.yt a {  color: #E62117;  }
.social-share li.yt a:hover {  background-color: #E62117; border-color:#E62117 }
.social-share li.tw a {  color: #1DA1F2;  }
.social-share li.tw a:hover {  background-color: #1DA1F2; border-color: #1DA1F2 }
.social-share li.li a {  color: #0073B0;  }
.social-share li.li a:hover {  background-color: #0073B0; border-color: #0073B0 }
.social-share li.pi a {  color: #BD081C;  }
.social-share li.pi a:hover {  background-color: #BD081C; border-color: #BD081C }
.social-share li a:hover {color:#fff}

/*************************************/
.news-hot-box {margin-bottom: 40px}
.news-hot-box > h3 {margin-bottom: 30px !important;}
/*************************************/
header {  position: relative;  }
.h-head { background-color: rgba(0,0,0,0.05);}
.h-head .member-box {
    margin-top: 5px;
    margin-bottom: 5px;
}
.member-box .login-box {font-size: 0;}
.member-box .login-box a {color: rgba(0, 0, 0, 0.8);font-size: 14px;}
.member-box .login-box a:hover {color:#da4802}
.member-box .login-box a.reg {}
.member-box .login-box a.login {}
.member-box .login-box a.reg:before {content: "|";margin: 0 7px;}
.member-box .login-box a.forgot {color:#da4802;display: block;text-align: right;margin-top: 5px;font-size: 13px;}
.logo {
    margin-bottom: 10px;
    margin-top: 10px;
}
.logo a {  display: block; }
.logo a img {
    display: block;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    max-height: 70px;
}
.on-top .logo a img {}
.h-head .banner-t {margin-bottom: 5px;margin-top: 5px;}
.h-head .banner-t a {display: inline-block}
.h-head .banner-t img {height: 60px}
/*************************************/
.logged {font-size: 13px;text-align: right;}
.logged > div {margin-bottom: 0}
.logged .info {}
.logged .info span {font-weight: 500;display: inline-block;font-size: 15px;max-width: 210px;vertical-align: middle;line-height: 1;}
.logged > div a {}
.logged > div #logout {margin-left: 5px;font-size: 12px;color: inherit;}
.logged > div #logout:hover {color: #da4802;}
.logged .member-list-info {
    display: inline-block;
    z-index: 1001;
    text-align: left;
}
.logged .member-list-info > li {}
.logged .member-list-info > li > a {
    padding: 0;
    line-height: inherit;
    padding-right: 15px !important;
    background: none !important;
}
.logged .dropdown.menu .is-active>a {color:#da4802 !important;}
.logged .member-list-info > li > a:after {right: 12px !important;}
.logged .member-list-info > li > a:hover, .logged .member-list-info > li > a:focus {
    background: none;
    color: #da4802;
}
.logged .member-list-info ul {}
.logged .member-list-info ul li {}
.logged .member-list-info ul li a {
    font-size: 13px;
    color: inherit;
    border-bottom: 1px solid #eee;
    display: block;
}
.logged .member-list-info ul li:last-child a {border-bottom: none}
.logged .member-list-info ul li a:hover, .logged .member-list-info ul li a:focus {
    color: #da4802;
}
.logged .credit {}
.logged .credit cite {
    display: inline-block;
    margin-right: 7px;
}
.logged .credit span {
    font-weight: 700;
    color: #da4802 !important;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
}
.logged .credit span sup {
    text-decoration: underline;
    margin-left: 1px;
}
/*************************************/
.profile-section {}
.reg-box-modal {/*display: none; */width: 380px}
#login.reg-box-modal {}
#register.reg-box-modal {width: 640px}
#giahan.reg-box-modal {width: 520px}
#giahan .time-box {margin-left: -15px;margin-right: -15px}
#giahan select {width: calc(50% - 15px)}
#giahan .cite-reg {
    color:#da4802;
    top:10px
}
/*************************************/
.cal-box {  margin-bottom: 7px;  }
.cal-box ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.cal-box ul li {}
.cal-box ul li cite {
    color: inherit;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}
.cal-box ul li span {font-weight: 500;font-size: 14px;}
.cal-box .three {}
.cal-box .three cite {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 10px;
}
.cal-box .three span {font-size: 14px}
.cal-box ul.one cite {margin-top: 0;}
/*************************************/
#post .customer-box {
    margin-bottom: 30px;
    /* border-top: 1px dotted rgba(0, 0, 0, 0.8); */
    /* padding-top: 30px; */
    /* background-color: #fff; */
}
#post .customer-box > div {}
#post .customer-box > div input {  width: 50%;  }
#post .customer-box > div.cus-add input {
    margin-bottom: 0;
    width: 100%;
}
/*************************************/
#forgotpass.reg-box-modal {width: 352px}
#profile.reg-box-modal, #post.reg-box-modal {width: calc(100% - 15px);}
#profile .st {  margin-top: 5px;  }
#profile .st span {
    width: 130px;
    display: inline-block;
}
#profile .st strong {}
.reg-box-modal > h3 {
    border-bottom: 1px solid #da4802;
    margin-bottom: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #da4802;
}
.reg-box-modal > h3 span {}
.reg-box-modal form {margin-top: 24px;}
.reg-box-modal form cite {
    margin-bottom: 10px;
    color: #d2a705;
}
.reg-box-modal .txt {
    font-size: 13px;
    margin-top: 10px;
}
.reg-box-modal .txt a {}
.reg-box-modal .txt a.reg {
    /* color: #da4802; */
    /* text-decoration: underline; */
}
.reg-box-modal form > div {  position: relative;  }
.reg-box-modal form .img-box {display: inline-block;margin-bottom: 1rem}
.reg-box-modal form .img-files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.reg-box-modal form .img-files > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    position: relative;
}
.reg-box-modal form .img-files > div span {
    border: 1px solid #eee;
    background-color: #fff;
}
.reg-box-modal form .img-files > div span:hover {border: 1px dotted #da4802;}
.reg-box-modal form .img-files > div img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
}
.reg-box-modal form .img-files > div a {}
.reg-box-modal form .img-box .del-s {
    color: #da4802;
    font-size: 26px;
    top: 7px;
    right: 7px;
    position: absolute;
    line-height: 15px;
    text-shadow: 0 0 3px #da4802;
    background-color: #eee;
    display: none;
}
.reg-box-modal form .img-box .del-s:hover {display: block}
.reg-box-modal form .img-box > img:hover, .reg-box-modal form .img-files span:hover {}
.reg-box-modal form > div .forgot,
.reg-box-modal form > div .mini-reg {
    position: absolute;
    right: 0;
    top: calc(1rem + 5px);
    font-size: 13px;
}
.reg-box-modal form > div .mini-reg a {}
.reg-box-modal form > div .login {}
.reg-box-modal form > div .reg {}
.reg-box-modal form > div .mess {
    margin-bottom: 0;
    color: #da4802;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}
.reg-box-modal form > div label {margin-bottom: 4px;}
.reg-box-modal form > div input[type="text"],
.reg-box-modal form > div input[type="password"] {}
.reg-box-modal form > div input[type="text"],
.reg-box-modal form > div input[type="password"] {}
.reg-box-modal form > div input[type="submit"],
.reg-box-modal form > div button[type="submit"] {
    background-color: #da4802;
    color: #fff;
    cursor: pointer;
    height: 30px;
    margin-top: 1rem;
}
.reg-box-modal form > div button[type="submit"] i {font-size: 18px}
.reg-box-modal form > div .btn-login {width: 90px;}
.reg-box-modal form > div .btn-forgot {width: 97px;}
.reg-box-modal form > div .btn-reg {  width: 133px;}
.reg-box-modal form > div .btn-profile {width: 140px;}
.reg-box-modal form > div input[type="file"] {
    width: auto;
    border: 1px solid transparent;
}
.reg-box-modal form > div input[type="file"].is-invalid-input:not(:focus) {
    border-color: #c60f13;
    background-color: #f8e6e7;
}
.reg-box-modal form > div input[type="submit"]:disabled,
.reg-box-modal form > div button[type="submit"]:disabled {
    cursor: not-allowed;
    background-color: rgba(219, 68, 55, 0.65) !important;
}
.reg-box-modal form > div input[type="submit"]:hover,
.reg-box-modal form > div input[type="submit"]:focus,
.reg-box-modal form > div button[type="submit"]:hover,
.reg-box-modal form > div button[type="submit"]:focus {  background-color: #d2a705;  }
.reg-box-modal form .cite-reg {
    font-size: 13px;
    color: inherit;
    position: absolute;
    right: 0;
    top: 27px;
    margin-bottom: 0;
}
/*************************************/
.g-recaptcha {margin-bottom: 1rem}
/*************************************/
.banner-c-t, .banner-c-c, .banner-c-b {}
.banner-r-b {  text-align: center;  }
.banner-r-b a {margin-bottom: 15px;}
.banner-r-b a:last-child {margin-bottom:0;}
.banner-r-b img {}
/*************************************/
/*************************************/
main {}
main .l {
    /* border-right: 1px solid #eee; */
}
main .l > * {padding-top: 15px;margin-top: 15px;/* border-top: 1px solid #eee */}
main .l > *:first-child {padding-top: 0;margin-top: 30px;border-top: none}
main .l > *:last-child {margin-bottom: 30px;}
main .l > .main-list-item {}
main .r {
    max-width: calc(336px + 1.875rem);
    -ms-flex: 0 0 calc(336px + 1.875rem);
    -webkit-box-flex: 0;
            flex: 0 0 calc(336px + 1.875rem);
}
main .r > * {
    margin-top: 30px;
    /* padding-top: 15px; */
    /* border-top: 1px solid #eee; */
}
main .r > *:last-child {margin-bottom: 30px}
main .r > *:first-child {border-top: none;padding-top: 0;margin-top: 30px !important;}
.banner {overflow: hidden}
.banner a, .banner img {display: inline-block;}
/*************************************/
.slick-next, .slick-prev {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,.8);
    z-index: 9;
    -webkit-transform: translate(0);
    transform: translate(0);
    top: 93px;
    border-radius: 0;
}
.slick-next:before, .slick-prev:before {
    font-family: "FontAwesome";
    color: rgba(0,0,0,0.65);
    font-size: 25px;
}
.slick-next:hover, .slick-prev:hover {
    background: #fff;
}
.slick-prev:before {  content: "\f104";  }
.slick-next:before {  content: "\f105";  }
.slides .slick-prev {
    left: 1%;
    top: calc(50% - 14px);
}
.slides .slick-next {
    right: 1%;
    top: calc(50% - 14px);
}
/*************************************/
main .r .real-form-search {margin-top: 0;padding-top: 0;border-top: none;}
.real-form-search form {border: 1px solid rgba(0,0,0,.1);padding: 15px;background-color: #fff;border-top: none;}
.real-form-search > h3 {
    margin-bottom: 0;
    background-color: #d2a705;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 15px;
}
.real-form-search > h3 span {}
.real-form-search form input[type="search"] {
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: initial;
    height: auto;
    background-color: transparent;
    border-radius: 0;
}
.real-form-search form input[type="submit"],
.real-form-search form button[type="submit"] {
    color: #fff;
    margin-bottom: 0;
    background-color: #da4802;
    width: 95px;
    height: 40px;
    padding: 0;
}
.real-form-search form button[type="submit"] i {  font-size: 20px;  }
.real-form-search form input[type="submit"]:focus,
.real-form-search form input[type="submit"]:hover,
.real-form-search form button[type="submit"]:focus,
.real-form-search form button[type="submit"]:hover,
.real-form-search form button[type="submit"]:disabled,
.real-form-search form button[type="submit"]:disabled:hover {
    color: #fff;
    background-color: rgba(219, 68, 55, 0.8);
}
.real-form-search form button[type="submit"]:disabled {opacity: 1;cursor: pointer}
.real-form-search form select {
    font-size: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: initial;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    padding-left: 5px;
}
/*************************************/
.view-more {
    font-size: 13px;
    padding-top: 7px;
    border-top: 1px solid #ccc;
}
.view-more a {
    color: #da4802;
}
.view-more a i {
    margin-right: 7px;
}
/*************************************/
.second-list-item {margin-top: 30px;/* border-top: 1px solid #eee; */padding-top: 15px;}
.second-list-item > h3 {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.second-list-item > h3 span {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}
.second-list-item .item-list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    padding-bottom: 20px;
}
.second-list-item .item-list .item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: calc(100% / 3);
    -ms-flex: 0 0 calc(100% / 3);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 3);
    margin-top: 30px;
}
.second-list-item .item-list .item > div {background-color: #fff;-webkit-box-shadow: 0 0 3px #eee;box-shadow: 0 0 3px #eee;}
.second-list-item .item-list .item.stick {}
.second-list-item .item-list .item.stick > div {/* -webkit-box-shadow: 0 0 3px #da4802; *//* box-shadow: 0 0 3px #da4802; */}
.second-list-item .item-list .item > div > a {display: block;border-bottom: 1px solid #eee;}
.second-list-item .item-list .item > div > a img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
}
.second-list-item .item-list .item h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.second-list-item .item-list .item h4 a {
    display: block;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 7px 7px 7px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.second-list-item .item-list .item .info {
    font-size: 0;
    padding: 7px;
    color: #0f04a9;
}
.second-list-item .item-list .item .info span {
    display: inline-block;
    font-size: 14px;
}
.second-list-item .item-list .item .info span.gia {float: left;/* font-weight: 500; */}
.second-list-item .item-list .item .info span.dt {float: right;/* font-weight: 500; */}
.second-list-item .item-list .item .info span.vt {display: block;width: 100%;float: left;display: none;}
.second-list-item .item-list .item .info span i { margin-right: 7px; }
/*************************************/
footer {/* background-color: rgba(0,0,0,0.05); */border-top: 1px solid #ccc;margin-top: 30px;}
.f-head {padding-top: 30px;padding-bottom: 30px;}
.f {border-top: 1px solid #ccc;/* background-color: rgba(0,0,0,0.05); */}
.f .copyright {
    font-size: 13px;
    padding: 15px 0;
}
.f-head .info {}
.f-head .info h2 {font-size: 18px;font-weight: 700;line-height: 1.4}
.f-head .info address {
    font-size: 15px;
}
.f-head .info ul {
    list-style: none;
    margin: 7px 0;
    font-size: 0;
}
.f-head .info ul li {}
.f-head .info ul li span {
    font-size: 14px;
    width: 80px;
    display: inline-block;
}
.f-head .info ul li span + span {
    font-weight: 500;
    width: auto;
    font-size: 15px;
}
.f-head .info ul li .tel {}
.f-head .info ul li .fax {}
.f-head .info ul li .email {}
.f-head .info .short {}
.f-head .item {}
.f-head h3 {
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-transform: uppercase;
    color: rgba(0,0,0,.55);
    font-size: 17px;
}
.f-head .item h3 {}
.f-head .menu-list-bottom {}
.f-head .menu-list-bottom h3 {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.f-head .menu-list-bottom ul {margin-bottom: 0;margin-left: 20px;}
.f-head .menu-list-bottom ul li {}
.f-head .menu-list-bottom ul li a {
    color: rgba(0,0,0,0.65);
    /* font-weight: 500; */
    display: inline-block;
    line-height: 1.8;
}
.f-head .menu-list-bottom ul li a:hover {}
.f-head .menu-list-bottom ul li a i {}
.fo-bottom-list {}
.fo-bottom-list .slick-prev {
    left: 5px;
    z-index: 999;
}
.fo-bottom-list .slick-next {
    right: 5px;
    z-index: 999;
}
.fo-bottom-list .slick-prev:before, .fo-bottom-list .slick-next:before {font-family: "FontAwesome";font-size: 35px;}
.fo-bottom-list .slick-arrow {}
.fo-bottom-list .slick-arrow:before {display: none;}
.slick-initialized:hover .slick-arrow:before {display: block;}
.fo-bottom-list .slick-prev:before {content: "\f104"}
.fo-bottom-list .slick-next:before {content: "\f105"}
/*************************************/
/***************** fixed slick breaking ********************/
.slick-target {display: none}
.slick-target.slick-initialized {display: block}
/*************************************/
.news-hot-box {margin-top: 0}
.news-hot-box .slides {
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.slick-slide {outline: none}
.slick-list {padding: 0 !important;}
.slick-container .item {position: relative;background-color: #fff;}
.slick-container .item a {display: block; }
.slick-container .item a.title {display: block;position: absolute;bottom: 0;right: 0;left: 0;}
.slick-container .item a img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
}
.slick-container .item a h6 {margin-bottom: 0;color: #fff;padding: 15px 10px;background-color: rgba(0,0,0,0.5);text-shadow: 0 0 0 #fff;font-size: 16px;}
.home-news-list {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.home-news-list ul {
    list-style: none;
    margin: 0;
    height: 377px;
    overflow-x: auto;
    overflow-y: scroll;
}
#home-news-list ::-webkit-scrollbar {
    width: 5px;
    height: 15px;
}
#home-news-list ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#home-news-list ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 5px;
}
.home-news-list ul li {border-bottom: 1px dotted #ccc;padding-bottom: 10px;margin-bottom: 10px;}
.home-news-list ul li a:hover {background-color: rgba(0,0,0,0.05); }
.home-news-list ul li:first-child {padding-top: 5px;}
.home-news-list ul li:last-child {border-bottom: none;margin-bottom: 0;}
.home-news-list ul li a {display: block;}
.home-news-list ul li a:before, .home-news-list ul li a:after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
}
.home-news-list ul li a:after {clear: both;}
.home-news-list ul li a img {
    float: left;
    width: 20%;
    display: block;
    max-height: 63px;
}
.home-news-list ul li a h6 {
    float: right;
    display: block;
    width: calc(80% - 10px);
    text-align: left;
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    margin-bottom: 0;
}
.home-news-list ul li a:hover h6 {}
/*************************************/
.main-list-item { margin-top: 30px;}
.hot-real {}
.hot-real h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #da4802;
}
.hot-real h3 span {
    display: inline-block;
    border-bottom: 2px solid #da4802;
    color: #da4802;
}
.hot-real .item-list { margin-top: 30px;}
.hot-real .item-list .item {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0;
}
.hot-real .item-list .item:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.hot-real .item-list .item.stick {
    border-bottom-color: #da4802;
}
.hot-real .item-list .item .img-txt {overflow: hidden;padding-bottom: 15px;}
.hot-real .item-list .item .img-txt:before, .hot-real .item-list .item .img-txt:after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
}
.hot-real .item-list .item .img-txt:after {clear: both;}
.hot-real .item-list .item .img-txt > span {
    display: inline-block;
    float: left;
    width: 33%;
    margin-right: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border: 1px solid #eee;
}
.hot-real .item-list .item > h4 {font-size: 18px;}
.hot-real .item-list .item.vip > h4 {}
.hot-real .item-list .item > h4 a {
    color: #0f04a9;
}
.hot-real .item-list .item > h4 a .icon {
    display: inline-block;
    vertical-align: middle;
}
.hot-real .item-list .item.vip > h4 a {color: #da4802;}
.hot-real .item-list .item .img-txt > p, .hot-real .item-list .item .img-txt > div {
    float: left;
    width: calc(67% - 10px);
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
}
.hot-real .item-list .item .img-txt > div > p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 63px;
}
.hot-real .item-list .item .info {
    margin-top: 12px;
    color: #0f04a9;
    /* padding-top: 5px; */
    /* border-top: 1px dotted #eee; */
}
.hot-real .item-list .item .info a {color:#0f04a9}
.hot-real .item-list .item .info span {
    font-size: 13px;
    display: block;
    color: #da4802;
}
.hot-real .item-list .item .info span i { margin-right: 5px; }
.hot-real .item-list .item .info span.gia {float: left;/* font-weight: 500; */display: none;}
.hot-real .item-list .item .info span.gia i {}
.hot-real .item-list .item .info span.dt {float: right;/* font-weight: 500; */display: none;}
.hot-real .item-list .item .info span.dt i {}
.hot-real .item-list .item .info span.vt {
    float: left;
    width: 100%;
    margin-top: 1px;
}
.hot-real .item-list .item .info span.vt a {/*color:rgba(0, 0, 0, 0.8)*/}
.hot-real .item-list .item .info span.vt i {}
/*************************************/
.zoomWindowContainer {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 0 75%;
    min-width: 100% !important;
}
/*************************************/
.hot-products {
    max-width: calc(250px + 1.875rem);
    -ms-flex: 0 0 calc(250px + 1.875rem);
    -webkit-box-flex: 0;
    flex: 0 0 calc(250px + 1.875rem);
}
.hot-products h3 {
    margin-bottom: 0;
    background-color: #d2a705;
    padding: 5px 15px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.hot-products h3 span {  color: #fff;  }
.hot-products .item-list {
    border: 1px solid #d2a705;
    border-top: none;
    padding-top: 0;
    background-color: #fff;
}
.hot-products .item-list .item {border-bottom: 1px solid #d2a705;position: relative;}
.hot-products .item-list .item:last-child { border-bottom: none;  }
.hot-products .item-list .item .content-price {  padding-bottom: 10px;  }
.hot-products .item-list .item a {  display: block;  }
.hot-products .item-list .item a img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}
.hot-products .item-list .item a h5 {
    margin-bottom: 0;
    padding: 10px 10px 5px 10px;
    color: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 17px;
}
.hot-products .item-list .item a h5:hover {}
/*************************************/
.btn-dangtin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #da4802;
    color: #fff;
    padding: 0 15px;
}
.btn-dangtin span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.btn-dangtin:hover, .btn-dangtin:focus {
    color: #fff;
    /* background-color: rgba(219, 68, 55, 0.65); */
}
.btn-dangtin:hover span {}
/*************************************/
main .partial {}
main .partial .breadcrumbs-wp {margin-bottom: 10px;position: relative;}
main .partial .breadcrumbs {margin-bottom:0;}
.breadcrumbs li {
    font-size: 12px;
    text-transform: inherit;
}
.breadcrumbs li:not(:last-child)::after {margin: 0 10px;}
main .partial.pages {}
main .partial .wp {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
main .partial .wp .cat-title {position: relative}
main .partial .wp h1.cat-title, main .partial .wp .cat-title h1 {
    position: relative;
    font-size: 25px;
    margin-bottom: 30px;
}
main .partial .wp .cat-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(#fafafa));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), #fafafa);
    bottom: 0;
}
main .partial .wp .cat-title h1 > span {
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.8);
}
main .partial .wp .cat-title > div {
    position: absolute;
    right: 0;
    top: 14.5px;
    font-size: 13px;
    color: #da4802;
}
main .partial .wp .cat-title > div span {text-decoration: underline;font-weight: 500;}
main .partial .wp .short {  margin-bottom: 15px;  }
main .partial .wp .short strong {font-weight: 500}
main .partial .pages-wp .long {  margin-bottom: 15px;  }
/*************************************/
.wp.contact-wp {}
.wp.contact-wp .contact-info {
    font-size: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.wp.contact-wp .contact-info address {
    font-size: 14px;
    margin-bottom: 5px;
}
.wp.contact-wp .contact-info dl {
    width: 50%;
    display: inline-block;
    padding-right: 30px;
    font-size: 15px;
}
.wp.contact-wp .contact-info dt {  font-weight: 500;  }
.wp.contact-wp .contact-info dd {  }
.wp.contact-wp .contact-info .order {
    font-size: 15px;
}
/*************************************/
.frm-text {
    color: #da4802;
    margin-top: 15px;
    font-size: 13px;
}
.mailform {
    margin-top: 15px;
}
.mailform .mfControls .req {
    display: block;
    float: right;
    color: #da4802;
    font-size: 13px;
}
.mailform .mfControls button[type="submit"] {
    background-color: #d2a705;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
}
.mailform .mfControls .mess {
    color: #da4802;
    margin-bottom: 0;
    display: none;
    margin-top: 10px;
}
.mailform fieldset label {display: none}
/*************************************/
.article-section {}
.article-section .r {
    max-width: calc(350px + 1.875rem);
    -ms-flex: 0 0 calc(350px + 1.875rem);
    -webkit-box-flex: 0;
            flex: 0 0 calc(350px + 1.875rem);
}
.post-social {}
.post-social .item:not(:last-child) {margin-bottom: 15px}
.banner-article-right {text-align: center}
.article-wp {margin-bottom: 0 !important;}
.article-wp .short {font-size: 14px;margin-bottom: 30px !important;}
.article-wp .small-list {
    /* margin-top: 30px; */
}
.article-wp .small-list ul {
    list-style: none;
    margin: 0 -15px;
    position: relative;
}
.article-wp .small-list ul li {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: calc(100% / 3);
}
.article-wp .small-list ul li .item {
    margin-bottom: 30px;
    border: 1px solid #eee;
    background-color: #fff;
}
.article-wp .small-list ul li .item figure > a {
}
.article-wp .small-list ul li .item figure > a img {
    width: 100%;
    display: block;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.article-wp .small-list ul li .item figcaption {  padding: 15px 15px 10px 15px;  }
.article-wp .small-list ul li .item figcaption > div {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
.article-wp .small-list ul li .item figcaption > div span i {
    margin-right: 5px;
    color: #666;
}
.article-wp .small-list ul li .item figcaption > div span:not(:first-child) {  margin-left: 10px;  }
.article-wp .small-list ul li .item figcaption > h5 {
    margin-bottom: 0;
    font-size: 17px;
}
.article-wp .small-list ul li .item figcaption > h5 a {color: #0f04a9;display: block;overflow: hidden;text-overflow: ellipsis;white-space: pre-wrap;word-wrap: break-word;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;max-height: 46px;}
.article-wp .small-list ul li .item > p {
    margin: 0 15px 15px 15px;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 41px;
}
/*************************************/
.article-wp .item-title {}
.article-wp .item-title h1 {font-size: 26px;line-height: 1.4;margin-top: 30px;}
.article-wp .item-title h1 span {}
.article-wp .short-detail {margin-bottom: 15px !important;}
.article-wp .ytb {margin-top: 15px;}
.article-wp .long {margin-top: 15px;}
.article-wp .long img {max-width: 100% !important;}
.article-wp .info-detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    list-style: none;
    font-size: 12px;
    margin: 0 0 0.5rem;
    font-weight: 400;
}
.article-wp .info-detail li {  margin-right: 15px;  }
.article-wp .info-detail li i {  margin-right: 5px;  }
.article-wp .similar, .article-wp .comment-box {margin-top: 30px}
.article-wp .similar h3, .article-wp .comment-box h3 {
    position: relative;
    font-size: 25px;
    margin-bottom: 30px;
}
.article-wp .similar h3 span, .article-wp .comment-box h3 span {
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.8);
}
.article-wp .similar h3:after, .article-wp .comment-box h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(#fafafa));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), #fafafa);
    bottom: 0;
}
/*************************************/
.tags {
    margin-top: 20px;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tags b {
    font-weight: 500;
    margin-right: 15px;
    margin-top: 10px;
}
.tags a {
    font-weight: 300;
    padding: 1px 8px;
    border: 1px solid #ccc;
    margin-right: 10px;
    color: rgba(0,0,0,0.8);
    border-radius: 1px;
    margin-top: 10px;
    font-size: 14px;
}
.tags a:hover {
    border: 1px solid #d2a705;
    color: #d2a705;
}
/*************************************/
.pagination {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.pagination .page-txt {}
.pagination li {
    font-weight: 400;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block !important;
}
.pagination li:not(:last-child) {margin-right: 5px}
.pagination li a {
    padding: 3px 7px;
    line-height: 1;
    border-radius: 1px;
    border: 1px solid #eee;
    background-color: #fff;
}
.pagination li:hover a {
    background-color: #d2a705;
    color: #fff;
    border-color: #d2a705;
}
.pagination li.active {}
.pagination li.active span, .pagination li a.active {
    display: inline-block;
    padding: 3px 7px;
    background-color: #d2a705;
    color: #fff;
    line-height: 1;
    border-radius: 1px;
    border: 1px solid #d2a705;
}
/*************************************/
.social-follow {
    white-space: nowrap;
}
.social-follow.follow-1 {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
}
.social-follow span.lbl {
    font-size: 13px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    color: rgba(0,0,0,0.65);
    display: none;
}
.social-follow a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: left;
    color: rgba(0,0,0,0.6);
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 19px;
    height: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social-follow a:last-child {  margin-right: 0;  }
.social-follow a i {font-size: 14px;}
.social-follow a:hover {  margin-top: -3px;  }
.social-follow a:hover i {color:#CF4745;}
.social-follow .fb:hover i {color:#3B5998;}
.social-follow .gp:hover i {color:#da4802;}
.social-follow .yt:hover i {color:#E62117;}
.social-follow .tt:hover i {color:#1DA1F2;}
.social-follow .le:hover i {color:#0073B0;}
.social-follow .pi:hover i {color:#BD081C;}
.social-follow .tu:hover i {color:#36465D;}
/****************************************/
.similar-list {}
.similar-list figure { }
.similar-list figure > a {  border: 1px solid #eee;  }
.similar-list figure > a img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
}
.similar-list figcaption {}
.similar-list figcaption h6 {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}
.similar-list figcaption h6 a {
    display: block;
    overflow: hidden;
    max-height: 42px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}
/****************************************/
.product-section {margin-top: 30px;}
.product-section-detail {margin-top: 0}
.product-section-detail .breadcrumbs-wp {border-bottom: 1px solid #eee;padding-bottom: 15px;margin-bottom: 30px !important;}
.product-section-detail .product-info {border-top: none;padding-top: 0;margin-top: 0;}
.product-wp {}
.product-wp .short {  margin-bottom: 30px !important;  }
.products-list {}
.products-list .item {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    padding-bottom: 15px;
}
.products-list .item figure {}
.products-list .item figure > a {  }
.products-list .item figure > a img {
    display: block;
    position: absolute;
    height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.products-list .item figcaption {}
.products-list .item figcaption h6 {
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
.products-list .item figcaption h6 a {  color: rgba(0,0,0,0.8);}
.products-list .item figcaption h6 a:hover {color:#da4802}
/****************************************/
.content-price {
text-align: center;
}
.content-price .price {
    padding: 0;
    font-size: 21px;
    font-family: "Roboto Condensed", sans-serif;
}
.content-price .price span {}
.content-price .price sup {
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: underline;
    font-weight: 400;
    font-size: 13px;
}
.content-price .price.price-old {
    font-size: 15px;
    font-weight: 400;
    padding: 0 5px 0 0;
}
.content-price .price.price-old span {  text-decoration: line-through;  }
.content-price .price.price-old sup {}
.content-price .price.price-new {  color: #da4802;  }
.content-price .price.price-new span {  }
.content-price .price.price-new sup {font-size: 18px;}
.content-price.price-detail {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.content-price.price-detail .price {}
.content-price.price-detail .price span {}
.content-price.price-detail .price sup {}
.content-price.price-detail .price.price-old {
    font-size: 16px;
    padding-right: 10px;
}
.content-price.price-detail .price.price-old span {}
.content-price.price-detail .price.price-old sup {}
.content-price.price-detail .price.price-new {
    font-size: 27px;
    font-weight: 700;
}
.content-price.price-detail .price.price-new span {}
.content-price.price-detail .price.price-new sup {}
/****************************************/
.pro_info {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pro_info > div {
    line-height: 1.8;
}
.pro_info > div span {
    color: #999;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    width: 90px;
    display: inline-block;
}
.pro_info > div strong {
    font-weight: 500;
    font-size: 14px;
}
/****************************************/
.product-info form .short {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}
#image-block {
    position: relative;
    background: white;
    overflow: hidden;
}
#image-block #view_full_size {
    display: block;
    cursor: pointer;
}
#image-block img {
    background: #fff;
    width: 100%;
    display: block;
}
/****************************************/
.bx-wrapper {
    text-align: center;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 15px auto 0;
    /* z-index: 1000; */
}
/****************************************/
.rand-pro-list {list-style: none;margin: 30px 25px !important;border: 1px solid #eee !important;padding-top: 0 !important;}
.rand-pro-list li {
    background-color: #fff;
    text-align: center;
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px;
    position: relative;
}
.rand-pro-list li figure {}
.rand-pro-list li figure > a {}
.rand-pro-list li figure > a img {
    display: block;
    position: absolute;
    height: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.rand-pro-list li figcaption {}
.rand-pro-list li figcaption h6 {
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}
.rand-pro-list li figcaption h6 a {
    color: rgba(0,0,0,0.8);
}
.rand-pro-list .content-price {
    margin-top: 5px;
}
/****************************************/
.content-price .price-percent-reduction {
    font: bold 11px/30px "Roboto Condensed", sans-serif;
    color: white;
    display: inline-block;
    height: 30px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    background-color: #da4802;
}
.content-price .price-promotion-reduction {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #da4802;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 12px;
}
/****************************************/
.product-similar {
    margin-bottom: 0 !important;
    /* border-top: none !important; */
    /* padding-top: 0 !important; */
    /* margin-top: 30px !important; */
}
.product-similar > h3 {
    margin-bottom: 30px;
    font-size: 25px;
}
.product-similar > h3 span {
    display: inline-block;
    border-bottom: 3px solid #ccc;
    margin-bottom: 0;
}
/****************************************/
.cnt-product-wrapper {}
.cnt-product-wrapper h2 {display: none}
.cnt-product-wrapper .cnt {  margin-bottom: 30px;  }
.cnt-product-wrapper .cnt .ytb {  margin-bottom: 15px;  }
.cnt-product-wrapper .cnt img {max-width: 100% !important;}
/****************************************/
.box-info-product {display: none}
/****************************************/
.wso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
}
#link_block {
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
}
#link_block li {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #e3e3e3;
}
#link_block li:first-child {
    border-left: 0;
    padding-left: 0;
}
#link_block li a {
    color: #555;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    line-height: 18px;
    display: inline-block;
}
#link_block li a:before {
    font-family: "FontAwesome";
    color: #555;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}
#link_block li.print a:before {
    content: "\f02f";
}
#link_block li.sendtofriend a:before {
    content: "\f003";
}
/****************************************/
.product-info form h1 {
    line-height: 1.2;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
/****************************************/
.vip-list-item {
    margin-top: 30px !important;
    border-top: none !important;
    padding-top: 0 !important;
}
.vip-list-item > h3 {display: none}
.vip-list-item > h3 span {}
.vip-list-item .slides2 {
    padding: 20px;
    background-color: #fff;
    border: 1px dotted #da4802;
}
.slides2 .item {}
.slides2 .item figure {}
.slides2 .item figure .icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}
.slides2 .item figure .icon img {}
.slides2 .item figure > a {  border: 1px solid #eee;  }
.slides2 .item figure > a.stick {border-color: #da4802}
.slides2 .item figure > a img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    /* height: 100%; */
}
.slides2 .item figcaption {}
.slides2 .item figcaption h6 {  margin-top: 10px;  }
.slides2 .item figcaption h6 a {
    color: #da4802;
    text-transform: uppercase;
    display: block;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 44px;
    font-size: 16px;
}
.slides2 .item figcaption .short {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 61px;
    margin-bottom: 7px;
}
.slides2 .item figcaption .info {font-size: 13px;}
.slides2 .item figcaption .info span {display: block;color: #0f04a9;}
.slides2 .item figcaption .info span i {  margin-right: 5px;  }
.slides2 .item figcaption .info span a {  color: #0f04a9;  }
.slides2 .item figcaption .info span.gia {
    /* font-weight: 500; */
    float: left;
}
.slides2 .item figcaption .info span.gia i {}
.slides2 .item figcaption .info span.gia a {}
.slides2 .item figcaption .info span.dt {
    /* font-weight: 500; */
    float: right;
}
.slides2 .item figcaption .info span.dt i {}
.slides2 .item figcaption .info span.dt a {}
.slides2 .item figcaption .info span.vt {
    float: left;
    width: 100%;
    display: none;
}
.slides2 .item figcaption .info span.vt i {}
.slides2 .item figcaption .info span.vt a {}
.slides2 .owl-nav {
    margin-top: 0;
    height: 0;
}
.slides2 .owl-nav .owl-prev, .slides2 .owl-nav .owl-next {
    width: 28px;
    height: 28px;
    border-radius: 0;
    background-color: rgba(219, 68, 55, 0.2);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slides2 .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    top: calc(50% - 14px);
    margin: 0;
}
.slides2 .owl-nav .owl-next {
    position: absolute;
    right: 5px;
    top: calc(50% - 14px);
    margin: 0;
}
.slides2 .owl-nav .owl-prev i, .slides2 .owl-nav .owl-next i {
    color: #fff;
    font-size: 23px;
    display: block;
    margin-bottom: 3px;
}
.slides2 .owl-nav .owl-prev:hover, .slides2 .owl-nav .owl-next:hover {
    background-color: rgba(219, 68, 55, 0.65);
}
/****************************************/
.contact-section .cat-title span {
    display: inline-block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.8);
}
/****************************************/
.real-wp {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}
.real-wp .real-list {}
.real-wp .r-child {
    max-width: calc(120px + 1.875rem);
    -ms-flex: 0 0 calc(120px + 1.875rem);
    -webkit-box-flex: 0;
    flex: 0 0 calc(120px + 1.875rem);
}
.real-wp h1 {
    position: relative;
    font-size: 27px;
    margin-bottom: 15px;
    color: #0f04a9;
    line-height: 1.3;
    font-weight: 700;
}
.real-wp h1 span {
    display: inline-block;
    border-bottom: 1px solid #0f04a9;
    padding-bottom: 5px;
}
.real-wp .cstr {/* display: none */}
.real-wp .cstr > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-right: -5px;
}
.real-wp .cstr > div p {
    margin-bottom: 0;
    font-style: italic;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.real-wp .cstr > div p:first-child {margin-left: 0}
.real-wp .cstr > div p span {
    font-size: 15px;
    font-style: normal;
    margin-left: 5px;
}
.real-wp .cstr > div + div {
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-bottom: 0;
    color: #da4802;
}
.real-wp .cstr > div + div span {
    font-weight: 700;
    text-decoration: underline;
}
.real-wp .short { margin-top: 15px;}
.realestate-list {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.realestate-list .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.realestate-list .item:last-child {border-bottom: none}
.realestate-list .item.stick {  border-bottom-color: #da4802;  }
.realestate-list .item > h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}
.realestate-list .item.vip > h4 {}
.realestate-list .item.hot > h4 { }
.realestate-list .item.normal > h4 {}
.realestate-list .item > h4 a {}
.realestate-list .item.vip > h4 a {
    color: #da4802;
    text-transform: uppercase;
}
.realestate-list .item.hot > h4 a {color: #da4802;text-transform: none;}
.realestate-list .item.normal > h4 a {color:rgba(0,0,0,0.8)}
.realestate-list .item.normal > h4 a:hover {color:#da4802}
.realestate-list .item .img-txt {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;}
.realestate-list .item .img-txt > a {display: block;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;margin-right: 15px;height: 95px;overflow: hidden;width: 25%;border: 1px solid #eee;position: relative;background-color: #fff;}
.realestate-list .item .img-txt > a img {display: block;position: absolute;min-height: 100%;max-width: none;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);width: 100%;}
.realestate-list .item .img-txt > div {-webkit-box-flex: 1;-ms-flex: 1 1 0px;flex: 1 1 0px;}
.realestate-list .item .img-txt > div > p {
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
    max-height: 66px;
}
.realestate-list .item .img-txt .info {
    margin-top: 12px;
    font-size: 13px;
    color: #0f04a9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.realestate-list .item .img-txt .info span {display: block;margin-right: 12px;line-height: 1.6;}
.realestate-list .item .img-txt .info span i {  margin-right: 5px;  }
.realestate-list .item .img-txt .info span.gia {/* display: inline-block; *//* float: left; */}
.realestate-list .item .img-txt .info span.gia i {}
.realestate-list .item .img-txt .info span.dt {/* float: right; */margin-right: 0;}
.realestate-list .item .img-txt .info span.dt i {}
.realestate-list .item .img-txt .info span.vt {width: 100%;/* float: left; */margin-right: 0;display: none;}
.realestate-list .item .img-txt .info span.vt i {}
.banner-real-center {}
.banner-real-center a {display: block}
.banner-real-center a:not(:last-child) {margin-bottom: 15px}
.banner-real-center a img {display: block;width: 100%}
/****************************************/
.banner-real-right { }
.search-scrollfixed {height: 0;}
main .r .real-form-search + div {border-top: none}
/****************************************/
.real-wp-detail {  padding-top: 30px !important;  }
.real-wp-detail > h1 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.real-wp-detail > h1 span {}
.real-wp-detail .info-str {}
.real-wp-detail .info-str > div {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.real-wp-detail .info-str p {
    padding-left: 15px;
    padding-right: 15px;
    /* font-weight: 500; */
    margin-bottom: 0;
    font-style: italic;
    font-size: 14px;
}
.real-wp-detail .info-str p span {
    font-weight: 500;
    margin-left: 5px;
    font-style: normal;
    font-size: 15px;
}
.real-wp-detail .info-str p span a {}
.real-wp-detail .info-str p.sub {}
.real-wp-detail .info-str p.sub span {}
.real-wp-detail .info-str p.sub span a {}
.real-wp-detail .info-str p.dt {}
.real-wp-detail .info-str p.dt span {
    color: #da4802;
    font-weight: 700;
    font-size: 16px;
}
.real-wp-detail .info-str p.dt span a {}
.real-wp-detail .info-str p.gia {}
.real-wp-detail .info-str p.gia span {
    color: #da4802;
    font-weight: 700;
    font-size: 16px;
}
.real-wp-detail .info-str p.gia span a {}
.real-wp-detail > h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 20px;
}
.real-wp-detail > h3 span {
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0.65);
}
.real-wp-detail .cnt {
    line-height: 1.6;
}
.real-wp-detail .inline-share {
    margin-top: 20px;
}
.real-wp-detail .info-item {
    border: 1px solid #eee;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
}
.real-wp-detail .info-item > div {-webkit-box-flex: 1;-ms-flex: 1 1 0px;flex: 1 1 0px;padding: 3px 10px;}
.real-wp-detail .info-item > div p,
.real-wp-detail .info-item > div > div {
    margin-bottom: 0;
    font-size: 0;
    border-bottom: 1px solid #eee;
    padding: 7px 0;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
}
.real-wp-detail .info-item > div p.name {
    border-top: 3px solid #eee;
}
.real-wp-detail .info-item > div p:last-child,
.real-wp-detail .info-item > div > div:last-child {border-bottom: none}
.real-wp-detail .info-item > div p span,
.real-wp-detail .info-item > div > div > div {
    font-size: 13px;
    width: 125px;
    /*display: inline-block;*/
    vertical-align: top;
    display: block;
    flex: 0 0 125px;
    max-width: 125px;
}
.real-wp-detail .info-item > div p span + span,
.real-wp-detail .info-item > div > div > div + div,
.real-wp-detail .info-item > div > div > ul {
    margin-left: 10px;
    max-width: calc(100% - 135px);
    font-size: 14px;
    line-height: 1.4;
    flex: calc(100% - 135px);
}
.real-wp-detail .info-item > div > div.ti > ul {
    list-style: none;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.real-wp-detail .info-item > div > div.ti > ul li {
    white-space: nowrap;
    flex: 0 0 50%;
    max-width: 50%;
}
.real-wp-detail .info-item > div > div.ti > ul li i {
    color: #0f04a9;
    font-size: 15px;
}
.real-wp-detail .info-item > div > div.ti > ul li span {
    margin: 0 5px;
}
.real-wp-detail .info-item > div p.date span + span {  color: #da4802;  }
.real-wp-detail .info-item > div p.kind span + span {
    font-weight: 500;
    color: #da4802;
}
.real-wp-detail .info-item > div p.name span + span {  font-weight: 500;  }
.real-wp-detail .info-item > div p.phone span + span {  font-weight: 500;  }
.real-wp-detail .info-item > div p.email span + span {}
.real-wp-detail .info-item > div p.email span + span a {}
.real-wp-detail .info-item > div p.link span + span a {color:rgba(0,0,0,0.65)}
.real-wp-detail .info-item > div p.link span + span a:hover {color:#da4802}
.real-wp-detail .info-item .ite {}
.real-wp-detail .info-item .mem {border-left: 1px solid #eee;}
/****************************************/
.inline-form {display: block !important;}
.inline-form .cite-text {
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: rgba(15, 4, 169, .6);
}
.frm-inline {
    border: 1px dashed #ccc;
    padding: 10px;
}
.frm-inline .item {}
.frm-inline .item label {
    font-size: 12px;
    color: #fff;
    display: inline;
    background-color: rgba(15, 4, 169, .6);
    padding: 1px 6px;
}
.frm-inline .item label span {color:#da4802}
.frm-inline .item input,
.frm-inline .item textarea {
    font-size: 13px;
    outline: none;
    box-shadow: none;
    border-color: rgba(15, 4, 169, .6);
    height: auto;
    margin-bottom: 10px;
    padding:4px;
}
.frm-inline .item input {}
.frm-inline .item textarea {}
.frm-inline .item.btn {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.frm-inline .item.btn button {
    background-color: #da4802;
    padding: 5px 10px;
    cursor: pointer;
}
.frm-inline .item.btn button:disabled {
    cursor: not-allowed;
    background-color: #c59781;
}
.frm-inline .item.btn button span {
    color: #fff;
}
.frm-inline .item.btn .mini-reg {
    font-size: 12px;
}
.frm-inline .item.btn .mini-reg span {color:#da4802}
.real-wp-detail .info-item > div p.mess,
.frm-inline .mess {
    font-size: 13px;
    color: #da4802;
    display: none;
    padding-bottom: 0;
}
/****************************************/
#kygui.reg-box-modal {width: 640px}
#kygui.reg-box-modal form .txt {}
#kygui.reg-box-modal form {}
#kygui.reg-box-modal form .item {}
#kygui.reg-box-modal form .item.btn {}
#kygui.reg-box-modal form .item.btn button {margin-top: 0}
#kygui.reg-box-modal form .item label {
    margin-bottom: 0;
    font-size: 14px;
}
#kygui.reg-box-modal form .item label span {color: #da4802;}
#kygui.reg-box-modal form .item input,
#kygui.reg-box-modal form .item textarea {
    box-shadow: none;
}
#kygui.reg-box-modal form .mess {color: #da4802;margin-bottom: 0;font-size: 14px;margin-top: 10px;display: none;}
/****************************************/
.bx2 {border: 1px solid #eee;background-color: #fff;margin-top: 20px;}
.bx2 ul.bxslider {}
.bx2 ul.bxslider li {}
.bx2 ul.bxslider li img {
    display: block;
    position: absolute;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
}
.bx2 .bx-wrapper {
    border-bottom: 1px solid #eee;
    margin-top: 0;
}
.bx2 .bx-wrapper .bx-controls-direction a {
    text-indent: inherit;
    font-size: 0;
    background-color: rgba(219, 68, 55, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bx2 .bx-wrapper .bx-prev {
    left: 1%;
    background: none;
}
.bx2 .bx-wrapper .bx-next {
    right: 1%;
    background: none;
}
.bx2 .bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {
    font-family: "FontAwesome";
    color: #fff;
    font-size: 25px;
}
.bx2 .bx-wrapper .bx-prev:before {
    content: "\f104";
}
.bx2 .bx-wrapper .bx-next:before {
    content: "\f105";
}
.bx2 .bx-wrapper .bx-prev:hover,
.bx2 .bx-wrapper .bx-next:hover,
.bx2 .bx-wrapper .bx-prev:focus,
.bx2 .bx-wrapper .bx-next:focus {
    background-color: rgba(43, 166, 203, 0.65);
}
/****************************************/
.bx2 #bx-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    margin: 4px 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.bx2 #bx-pager > div {
    padding-left: 4px;
    padding-right: 4px;
    min-width: 0;
    margin-top: 8px;
}
.bx2 #bx-pager > div a {
    display: block;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.bx2 #bx-pager > div a.active, .bx2 #bx-pager > div a:hover {
    border-color: rgba(219, 68, 55, 0.65);
    -webkit-box-shadow: 0 0 3px rgba(219, 68, 55, 0.65);
            box-shadow: 0 0 3px rgba(219, 68, 55, 0.65);
}
.bx2 #bx-pager > div a.active img, .bx2 #bx-pager > div a:hover img {opacity: 0.8}
.bx2 #bx-pager > div a img {
    display: block;
    max-height: 80px;
}
/****************************************/
.payment-section {  margin-top: 30px;  }
.payment-section .cat-title {}
.payment-section .info {  margin-bottom: 15px;  }
.payment-section .info span {}
.payment-section .info span + span {
    font-weight: 700;
    margin-left: 10px;
    text-decoration: underline;
    color: #da4802;
    font-size: 16px;
}
.payment-list {}
.payment-list td {}
.payment-list td.duyet {  min-width: 42px;  }
.payment-list td.btn {  min-width: 77px;  }
.payment-list td.action {  min-width: 75px;  }
.payment-list td span {font-size: 14px;white-space: nowrap;}
.payment-list td span.date {color:#da4802}
.payment-list td span + strong {font-weight: 500;color: #da4802;font-size: 14px;}
.payment-list td span + span {  }
/****************************************/
.history-list .price {}
.history-list .price span + strong {  font-size: 16px;  }
.history-list .price span + strong sup {  font-size: 11px;  }
/****************************************/
/****************************************/
table.post-list {}
table.post-list .pic {}
table.post-list .pic span + span {
    width: 80px;
    display: inline-block;
    height: 60px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #eee;
}
table.post-list .tit span + span {white-space: normal}
table.post-list .tit span + span a {}
table.post-list .tit span + span cite {font-size: 12px;white-space: nowrap;font-family: "Roboto Condensed", sans-serif;}
table.post-list .tit span + span cite i {
    color: #555;
    margin-right: 5px;
    font-size: 14px;
}
table.post-list .tit span + span cite img {
    height: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
table.post-list .pic span + span img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
}
table.post-list .tm span + span {font-weight: 500;font-size: 13px}
table.post-list .duyet span + span img {  height: 21px;  }
table.post-list .status span + span {font-size: 13px}
table.post-list .status span + span img {height: 27px}
table.post-list .btn .renew-post {
    font-size: 13px;
    color: #fff;
    background-color: #da4802;
    padding: 3px 6px;
    white-space: nowrap;
}
table.post-list .btn .renew-post:hover, table.post-list .btn .renew-post:focus {
    background-color: rgba(219, 68, 55, 0.81);
}
table.post-list .action {  white-space: nowrap;  }
table.post-list .action a {}
table.post-list .action a img {}
/****************************************/
.datepicker {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA90lEQVQ4T7VTwU0DMRCccSTgRZq4AjjbBdyfInilAEgBhAaALw9EEyngCvCZ13WRP0mQdqPVKVJyIJTjwJ/17HpnvbM2cbBCKO9Iakr5ydyGzTbN+2OHwxwQ3WPz0XsfSF6T6kRQmdM51GZ/wqoUAEuW5dVqMnEvAD6HEeiZiM4YgtemybSKMfpbEWjO+fk7bC1Z5X3cco8IDvU4Zf/3BDH6hSruSTyklBdWoZtCZj/WTaXXQoyxAqQCXJ1Sqi3JDhpZP/ZfBCNbOEX545f7RYORNxgt4m9bkPV6c9G27XYIQVEU59Pp5Yc95TcAN/YzhxAAUBF93QGeuPiatRaCuwAAAABJRU5ErkJggg==) no-repeat calc(100% - 5px) center !important;
    background-size: 16px !important;
}
.ui-datepicker .ui-datepicker-title select {
    outline: none;
    padding-top: 3px !important;
    height: auto;
    line-height: normal;
    background: no-repeat right -15px center;
    background-size: 5px 6px;
    padding-bottom: 3px !important;
    font-size: 14px;
    padding-right: 20px;
}
.ui-widget {
    font-family: "Roboto Condensed", sans-serif;
    font-size: inherit !important;
}
.ui-datepicker th {
    font-weight: 400;
}
/****************************************/
.nobasic {
    /* border-top: 1px dotted rgba(0, 0, 0, 0.8); */
    padding-top: 30px;
    /* background-color: #fff; */
    margin-bottom: 30px;
    /* box-shadow: 0 0 3px #da4802; */
}
.nobasic .kind-box {width: calc(50% - 15px);}
.nobasic .kind-box select {}
.nobasic .kind-box .cite-reg {
    color: #da4802;
    top: 30px;
    right: 20px;
}
/****************************************/
.remains.alert {color:#da4802;font-weight: 500}
#post {}
#post input, textarea, select, button {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
#post textarea {line-height: 1.8}
#post label {font-weight: 500;color: rgba(0, 0, 0, 0.8);}
.reg-box-modal .note {
    margin-top: -0.5rem;
    font-size: 12px;
    margin-bottom: 1rem;
    margin-left: 7px;
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
}
#post .maps-wp #maps {margin-bottom: 1rem}
#post .maps-wp .note {margin-top: 0}
.reg-box-modal .note p {  margin-bottom: 0;  }
.reg-box-modal .note p i {  margin-right: 7px;  }
#post .basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
#post .basic > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
#post .basic > * label {}
#post .basic > * select {}
#post .basic > .dientich {}
#post .basic label {  position: relative;  }
#post .basic label cite {display: block;position: absolute;top: 0;right: 0;margin-bottom: 0;height: 25px;line-height: 25px;}
#post .prices-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#post .prices-box > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
#post .prices-box > .donvi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: calc(70% - 30px);
    margin-left: 30px;
}
#post .address {}
#post .address label {}
#post .address input {}
#post .latlng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
#post .latlng > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
/****************************************/
.gm-style-iw {}
.gm-style-iw div > p {
    margin-bottom: 0;
    font-weight: 500;
    color: #0f04a9;
    font-size: 0.9rem;
}
.gm-style-iw div > p:last-child {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
}
/****************************************/
.long img, .cnt img {height: auto !important;}
.real-form-search form label.btn-lbl {
    text-align: center;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    border: none !important;
    font-size: 13px;
    margin-top: -10px;
    right: 20px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    font-family: 'FontAwesome';
    content: "\f105";
    border: none !important;
    font-size: 13px;
    margin-top: -8px;
    right: 15px;
}
/****************************************/
.logged .member-list-info ul li .credit {display: none}
.changepass-section {}
.changepass-section .changepass-wp {
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
}
.changepass-section .changepass-wp .cat-title {
    margin-top: 30px;
}
.changepass-section .changepass-wp .cat-title h1 {}
.changepass-section .changepass-wp .cat-title h1 span {}
.changepass-section .changepass-wp #changepass {
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 6px 30px 30px 30px;
}
/****************************************/
.inline-share {
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.inline-share > * {
    margin-left: 2px !important;
    margin-right: 2px !important;
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle;
}
.inline-share > script {position: absolute;font-size: 0}
.inline-share > .IN-widget {
    margin-top: 3px;
}
.inline-share > .IN-widget > span + span {position: absolute !important;}
/****************************************/
.menu-list-bottom-2 {}
.menu-list-bottom-2 ul {
    margin-left: 20px;
}
.menu-list-bottom-2 ul li {
    width: calc(50% - 12px);
    display: inline-flex;
    /* margin-top: 2px; */
    /* margin-bottom: 2px; */
    font-size: 14px;
}
.menu-list-bottom ul li i,
.menu-list-bottom-2 ul li i {
    left: -20px;
    width: 20px;
    top: 4px;
}
.menu-list-bottom-2 ul li:nth-child(2n + 1) {margin-right: 20px;}
/****************************************/
.real-post-info {
    border: 1px dashed #da4802;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.real-post-info ul {
    margin: 0;
    list-style: none;
}
.real-post-info ul li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /* justify-content: space-between; */
}
.real-post-info ul li cite {
    margin-right: 20px;
}
.real-post-info ul li span {
    font-size: 13px;
}
.real-post-info ul li strong {
    font-size: 13px;
}
.real-post-info ul li.gia {}
.real-post-info ul li.gia cite {}
.real-post-info ul li.gia span {font-weight: 700;color: #da4802}
.real-post-info ul li.maso {}
.real-post-info ul li.ngay_dang {}
.real-post-info ul li.ngay_dang cite {}
.real-post-info ul li.ngay_dang span {color: #da4802}
/****************************************/
.hot-real .item-list .item .info span.ngay_dang {
    display: flex;
    flex-flow: row nowrap;
    float: left;
    align-items: center;
    margin-top: 6px;
}
.hot-real .item-list .item .info span.ngay_dang cite {margin-right: 20px}
.hot-real .item-list .item .info span.ngay_dang span {font-weight: 700}
/****************************************/
.hot-real .item-list .item.vip > h4 a {color: #da4802;font-weight: 700}
.hot-real .item-list .item.hot > h4 a {color: #da4802;text-transform: uppercase;}
.hot-real .item-list .item.normal > h4 a {
    text-transform: uppercase;
}
/****************************************/
.property-wrapper {
    margin-top: 30px;
}
.property-wrapper > h4 {
    font-weight: 700;
    color: #da4802;
    font-size: 17px;
    text-decoration: underline;
    margin-bottom: 15px;
}
/****************************************/
#post .checkbox-group {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#post .checkbox-group > label {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
#post .checkbox-group > label > input {
    margin-bottom: 0;
}
#post .checkbox-group > label > span {
    font-weight: normal;
}
/****************************************/
.phuong-xa-box {}
.phuong-xa-box h3 {
    margin-bottom: 0;
    background-color: #d2a705;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 15px;
}
.phuong-xa-box h3 span {}
.phuong-xa-list {
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px 20px;
    background-color: #fff;
    border-top: none;
}
.phuong-xa-list li {
    border-bottom: 1px solid #eee;
}
.phuong-xa-list li a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #444;
    /* font-weight: 500; */
    display: inline-block;
    padding: 10px 0;
}
.phuong-xa-list li:before {
    content: '\f0da';
    font-family: "FontAwesome", sans-serif;
    margin-right: 10px;
    font-size: 12px;
}
.phuong-xa-list li:hover:before {
    color: #da4802;
}
.phuong-xa-list li a:hover {
    color: #da4802;
}
.phuong-xa-list li:last-child {border-bottom: none;}
/****************************************/


/* max-width 1439px */
@media only screen and (max-width: 89.9375em) {}

/* max-width 1199px */
@media only screen and (max-width: 74.9375em) {
    .dropdown.menu a {
        padding: .5rem;
    }
}

@media only screen and (min-width: 64em) and (max-width: 74.9375em) {
    .second-list-item .item-list .item {
        max-width: calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }
}

/* max-width 1023px */
@media only screen and (max-width: 63.9375em) {

    .btn-dangtin {
        top: auto;
        bottom: 7px;
        right: 93px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
    }
    .btn-dangtin span {font-size: 13px;text-transform: inherit;line-height: inherit;display: block;}
    .title-bar-title {display: none;}
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
        content: '';
        border: 4px inset transparent;
        border-top: solid #fff;
        border-bottom-width: 0;
    }
    .title-bar {background-color: #393e46;}
    .top-bar {
        position: absolute;
        z-index: 9999;
        left: .9375rem;
        right: .9375rem;
        padding: 0;
        top: 64px;
    }
    .top-bar .parent_nav.vertical {
        background-color: #393e46;
        padding: 15px;
    }
    .menu.vertical>li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        /*border-bottom: none;*/
    }
    .nav > li > a {
        color: #fff;
        padding: 1rem 0;
        font-size: 14px;
        font-weight: 400;
    }
    .is-accordion-submenu-parent>a:after {
        border: 3px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #fff transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 5px;
    }
    .menu.nested {
        margin-left: 0 !important;
        padding-left: 1rem;
    }
    .nav ul { background-color: #393e46;  }
    .menu.vertical>li:not(:last-child) {  border-bottom: 1px solid rgba(255,255,255,0.1);  }
    .nav ul li a {
        color: #fff;
        letter-spacing: 0.1px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 14px;
        font-weight: 400;
    }

    .banner, .banner-wp {display: none !important;}
    main .l {order: 1;border-right: none;}
    main .r {
        order: 0;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
    main .r > *, main .l > * {
        border-top: none;
        padding-top: 0;
    }
    .vip-list-item, .news-hot-box {}

    /*******************/
    .logged {position: absolute;bottom: 7px;right: 171px;}
    .title-bar {
        position: absolute;
        right: 15px;
        bottom: 7px;
        padding: 0 10px;
        height: 25px;
        line-height: 25px;
    }
    .vip-list-item .slides2 {
        padding: 15px;
    }
    .real-form-search > h3 {
        font-size: 15px;
        background: none;
        color: #da4802;
        border: 1px solid rgba(0,0,0,.1);
        font-weight: 700;
    }
    .login-box {
        display: flex;
        position: absolute;
        bottom: 7px;
        right: 207px;
    }
    .login-box a {
        margin-top: 0 !important;
    }
    .member-box .login-box a.forgot {margin-left: 10px}
    /*************/
    .pages .r, .contact-section .r, .article-section .r {display: none}
    .title-bar .menu-icon {
        width: auto;
        color: #fff;
        margin: 0;
        padding: 0;
    }
    .title-bar .menu-icon::after {display: none}
    main .r .real-form-search {margin-bottom: 0}
    .real-wp {margin-top: 15px !important;}
    .real-wp-detail {padding-top: 0 !important;margin-top: 15px !important;}
    #profile.reg-box-modal, #post.reg-box-modal {width: 100%}
    .realestate-section .r {order: 2}
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
    .real-form-search form {
        display: flex;
        flex-flow: row wrap;
        padding-left: 0;
        padding-right: 0;
    }
    .real-form-search form label {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .real-form-search form label.btn-lbl {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* max-width 767px */
@media only screen and (max-width: 47.9375em) {
    .home-news-list {display: none}
    .news-hot-box .slides {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slick-container .item a:first-child {padding-bottom: 56.25%}
    .slick-container .item a:first-child img {width: 100%;height: auto;display: block;max-width: none;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);bottom: inherit;right: inherit;}
    .hot-products {display: none}
    .second-list-item .item-list .item {
        max-width: calc(100% / 3);
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
    }
    .logo a img {
        max-height: 50px;
    }
    .top-bar {
        top: 54px;
    }
    .real-wp-detail .info-item > div {flex:0 0 100%;max-width: 100%}
    .real-wp-detail .info-item > div:not(:last-child) {border-bottom: 1px solid #eee}
    .real-wp-detail .info-item .mem {border-left: none}
    .member-box .login-box a.forgot {display: none}
}

/* max-width 639px, mobile-only styles */
@media only screen and (max-width: 39.9375em) {
    .second-list-item .item-list .item {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .h-head .member-box {margin: 0;}
    .second-list-item .item-list .item > div > a {padding-bottom: 56.25%}
    .logo {-ms-flex: 0 0 100%;flex: 0 0 100%;margin-bottom: 30px;margin-top: 0;}
    .logged {display: flex;/* left: 15px; */}
    .logged .credit {margin-right: 7px;display: none}
    .logged .credit > * {font-size: 13px}
    .member-box .login-box a.forgot, .social-follow {display: none}
    #register.reg-box-modal, #login.reg-box-modal, #forgotpass.reg-box-modal, #kygui.reg-box-modal {width: 99%}
    .article-wp .small-list ul li {
        width: 100%;
    }
    .realestate-list .item .img-txt .info {display: block}
    .realestate-list .item .img-txt .info span.gia {
        display: inline-block;
        float: left;
    }
    .realestate-list .item .img-txt .info span.dt {
        float: right;
    }
    .realestate-list .item .img-txt .info span.vt {
        width: 100%;
        float: left;
    }

    .logged .member-list-info ul li .credit {
        display: block;
        border-bottom: 1px solid #eee;
        padding: .5rem;
    }
    #post .basic > *, #post .prices-box > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #post .prices-box > .donvi {
        max-width: 100%;
        margin-left: 0;
    }
    .maps-wp #maps {
        padding-bottom: 75%
    }
    #post .customer-box {
        margin-bottom: 15px;
        border: none;
        padding: 0;
        background-color: inherit;
    }
    #post .customer-box > div input {width: 100%}
    .nobasic {padding: 15px}
    .nobasic .kind-box {width: 100%}
    .nobasic .kind-box .cite-reg {
        font-size: 11px;
        top: 15px;
        right: 17px;
    }
    .cal-box ul {display: block}
    .top-bar {
        top: 74px;
    }
    #profile input[type="text"], #profile input[type="password"] {width: 100%}
    .birthday input, .birthday select {display: block;width: 100%;margin-left: 0 !important;}
    .member-box .login-box a.reg {display: none}

    .real-wp-detail .info-item > div > div.ti > ul li {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

/* Medium screens */
/* min-width 640px, medium screens */
@media only screen and (min-width: 40em) {
    .mailform {
        margin-right: 30px;
    }
}

/* min-width 768px, large screens */
@media only screen and (min-width: 48em) {}

/* Large screens */
/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {

    .dropdown.menu a {padding: .5rem .8rem;}
    .mailform {
        margin-right: 60px;
    }

    .h {background-color: #0f04a9;}
    .main-nav {position: relative}
    .title-bar {display: none;}
    .top-bar {background: none;padding: 0;}
    .top-bar ul {background-color: transparent;z-index: 999;}
    .title-bar-title {margin-left: 15px;}
    .nav > li > a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        line-height: inherit;
    }
    .nav > li > a.active,
    .nav > li > a:hover,
    .nav ul li a.active,
    .nav ul li a:hover {
        background-color: #d2a705;
    }
    .dropdown.menu .is-active>a {
        background-color: #d2a705;
        color: #fff;
    }
    .nav ul {
        background-color: #fff;
        z-index: 9999;
        border: 1px solid #ddd;
    }
    .nav ul li {  border-bottom: 1px solid #ddd;  }
    .nav ul li a {
        font-weight: 400;
        line-height: 18px;
        padding: 0.6rem 1rem;
        color: rgba(0, 0, 0, 0.8);
    }
    .nav ul li a.active, .nav ul li a:hover {color: #fff;}
    .nav ul li:last-child { border-bottom: none; }
}

/* XLarge screens */
/* min-width 1200px, xlarge screens */
@media only screen and (min-width: 75em) {
    .mailform {
        margin-right: 40%;
    }
}

/* XXLarge screens */
/* min-width 1441px, xxlarge screens */
@media only screen and (min-width: 90em) {}
