ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******Handy class***************/
.fll {
    float: left;
}

.flr {
    float: right;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* IE6/7 support */
.clearfix {
    *zoom: 1; }

.hide_text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/******Project class***************/
* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: 0px;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
    display: block;
}

input, textarea {
    outline: none;
    font-size: 13px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pd-0 {
    padding: 0;
}

.dpf {
    display: flex;
}

.gap-10 {
    gap: 10px
}

.col-md-6 {
    padding: 0;
}

/* template */
/****** COMMON ***********/
/* template */
/****** HEADER ***********/
.header {
    width: 100%;
    z-index: 100;
}

.header .title-logo {
    text-indent: -99999px;
    display: block;
    height: 1px;
}

.header .logo-heder img {
    max-width: 100%;
}

.header .content-heder, .header .logo-heder {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header .col-md-clear {
    border-top: 1px solid #ffffff;
    margin-right: -10px;
}

.object-fit-cover img {
    width: 100%;
    object-fit: cover;
}

.header .register {
    margin-right: 13px;
}

.header .row-heder-filters {
    background: #ddd url('../images/bg-search-new.png') no-repeat top center;
    padding: 60px 0px 176px 0px;
    border-top: 1px #fff solid;
}

.top-header {
    width: 100%;
    background: #eb3002;
}

.menu-top {
    display: flex;
    justify-content: center;
}

.menu-top ul li {
    float: left;
    position: relative;
}

.menu-top ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 0px 9px 0px 8px;
    line-height: 44px;
}

.menu-top ul li:hover a, .menu-top ul li.selected a {
    color: #fff600;
}

.menu-top ul li ul {
    position: absolute;
    top: 44px;
    left: 0px;
    border: 1px #d6d6d6 solid;
    border-top: 0px;
    background: #ececec;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 1024;
    display: none;
    width: 280px;
    overflow: hidden;
}

.menu-top ul li:hover ul {
    display: block;
}

.menu-top ul li ul li {
    float: none;
    position: relative;
}

.menu-top ul li:hover ul li a {
    color: #333;
    padding: 0px 28px 0px 15px;
    background: none;
    font-size: 14px;
    line-height: 36px;
}

.menu-top ul li ul li a:hover {
    background: #cecece;
}

/* START SEARCH */
.box-search {
    padding: 15px 0px 5px 0px;
    width: 1120px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -560px;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box-search .bt-sm {
    color: #ffffff;
    background: #fbbd00;
    cursor: pointer;
    border: none;
    padding: 6px 17px 6px;
    font-size: 14px;
    display: block;
    float: right;
    font-weight: bold;
    margin-left: 12px;
    width: 124px;
    text-align: center;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box-search .sl-sear {
    float: left;
    width: 140px;
    padding: 8px 10px 8px 4px;
    margin: 0px 10px 10px 0px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.col-search-wapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 25px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 115px;
}

#sl_acreage {
    margin-left: 300px;
}

/* END SEARCH */
/* template */
/****** END HEADER ***********/
/* template */
/****** FOOTER ***********/
.footer {
    background: #eb3002;
    padding: 50px 0px 30px 0px;
}

.top-footer {
    background: #015f95;
    margin-bottom: 10px;
}

.menu-footer01 {
    border-left: 1px #003f62 solid;
}

.menu-footer01 li {
    float: left;
    border-left: 1px #0075b8 solid;
    border-right: 1px #003f62 solid;
}

.menu-footer01 li:first-child {
}

.menu-footer01 li a {
    display: block;
    padding: 0px 15px;
    color: #fff;
    line-height: 40px;
}

.menu-footer01 li a:hover {
    color: #75d280;
}

.info-company {
    line-height: 20px;
    float: none;
    text-align: center;
    display: table;
    margin: 0px auto 20px auto;
    border-bottom: 1px solid #676666;
    padding: 0px 0px 10px 0px;
}

.info-company p {
    margin-bottom: 8px;
}

.design-by {
    display: block;
}

.design-by:hover {
    color: #0074e4;
}

.box-right-footer {
    width: 16%;
    float: left;
}

.row-footer-bottom * {
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .container-ct {
        width: 1100px;
    }
}

/******  .container-ct  ***********/
.container-ct {
    position: relative;
    margin: auto;
}

.container-ct:before, .container-ct:after {
    content: " ";
    display: table;
}

.container-ct:after {
    clear: both;
}

.container-column {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* template */
/****** END FOOTER ***********/


.container-box {
    display: flex;
    width: 100%;
}

.container-box .w-8 {
    flex: 0 0 80%;
}

.container-box .w-7 {
    flex: 0 0 70%;
}

.container-box .w-3 {
    flex: 0 0 30%;
}

.container-box .w-2 {
    flex: 0 0 20%;
}

.row {
    padding: 0;
    margin: 0;
}

.section-title h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px #ababab solid;
    margin-bottom: 10px;
    color: #eb3002;
}

.flex-wrap {
    flex-wrap: wrap;
}

.column {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.bds-item-map {
    position: relative;
    margin: 0px 10px 10px 0px;
    cursor: pointer;
}

.bds-item-map3 {
    margin: 0px 0px 10px 0px;
}

.item-img-map img {
    width: 100% !important;
    height: 215px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}

.item-img {
    display: block;
    width: 200px;
}

.attr-price-map {
    position: absolute;
    left: 5px;
    bottom: 76px;
    color: #e80404;
    font-weight: bold;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    text-align: center;
    padding: 0px 10px;
    display: block;
    float: left;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.attr-acrea-map {
    position: absolute;
    right: 5px;
    bottom: 76px;
    color: #e80404;
    font-weight: bold;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    text-align: center;
    padding: 0px 10px;
    display: block;
    float: left;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.attr-bds-map {
    background: #fff;
    padding: 5px 0px;
    border: 1px #b5c4cc solid;
    border-top: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    display: block;
}

.bds-item-map:hover .overlay {
    background: none;
    z-index: 3;
}

.category-bds {
    margin: 0px 0px 0px 10px;
    color: #eb3002;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    margin-bottom: 3px;
}

.attr-address-bds {
    margin: 0px 0px 0px 10px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    display: block;
    font-style: italic;
}

.icon-vip-conner {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/icon-star2.png) no-repeat top left;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 3;
}

.more {
    float: right;
    padding-right: 10px;
    border-radius: 5px;
}

.more a {
    height: 32px;
    background: #005bab;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    outline: none;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 5px;
}

.banners {
    padding-top: 29px;
}

.banners img {
    padding-bottom: 10px;
    width: 100%;
}

.item-nhadat {
    border-bottom: 1px #d0cfcf solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}

.item-nhadat img {
    width: 170px;
    display: block;
    float: left;
    position: relative;
    height: 170px;
    object-fit: cover;
}

.right-item-nhadat {
    width: calc(100% - 170px);
    float: right;
    padding: 0 20px;
}

.title-item-nhadat {
    color: #006092;
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}

.box-description {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: justify;
}

.attr-item-nhadat02 {
    border-top: 1px #ddd solid;
    padding-top: 5px;
    display: flex;
}

.row-item-nhadat01 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sub-attr-nhadat02 {
    display: flex;
}

.sub-attr-nhadat {
    padding-right: 20px;
}

.price-item-nhadat {
    color: #e80404;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    margin: 0px 50px 0px 0px;
}

.row-border-bottom {
    border-bottom: dashed 1px #666;
}

.avatar-member02 {
    width: 60px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url(../images/bg-avatar.png) no-repeat center center;
}

.phone-member {
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* Banner */
.info-banner-area {
    position: absolute;
    padding: 20px;
    display: flex;
    flex-direction: column;
    top: 0;
}

.info-banner-area span {
    color: #fff;
    font-size: 20px;
}

.info-banner-area .text-area02 {
    font-size: 28px;
    font-weight: 700;
}

.banner-item {
    padding-right: 20px;
    padding-bottom: 40px;
}

.list-menu-nhadat li {
    float: left;
    width: 23%;
    margin: 0px 2% 8px 0px;
}

.list-menu-nhadat-tinhtp li {
    float: left;
    width: 11%;
    margin: 0px 0px 8px 0px;
}

/* Single-post */
.tt-detail .title {
    color: #2db34b;
    font-size: 22px;
    font-weight: bold;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
}

/* End Single-post */
/* archive-custome */
.archive-custome .item-nhadat {
    display: flex;
}

.single-custom .box-border {
    margin-bottom: 20px;
}

.single-custom .title-product {
    font-size: 28px;
    line-height: 36px;
    margin: 8px 0px 10px 0px;
    color: #404040;
    margin: 15px 0px 15px 0px;
}

.content-product {
    border: 1px #ddd solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.list-attr-hot {
    padding: 5px 0px 6px 0px;
}

.list-attr-hot li {
    margin: 0px 15px 0px 0px;
    float: left;
    line-height: 26px;
}

.list-attr-hot li .label-attr {
    color: #333;
    display: block;
    float: left;
    margin-right: 5px;
}

.breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb li {
    margin: 0px 12px 0px 0px;
    padding-left: 12px;
    float: left;
    line-height: 26px;
    background: url('../images/arrow-chitiet.png') no-repeat 0px 8px;
}

.breadcrumb li:hover {
    background: url('../images/arrow-chitiet.png') no-repeat 3px 8px;
}

.breadcrumb li:first-child {
    padding-left: 0px;
    background: none;
}

.breadcrumb li .label-attr {
    color: #333;
    display: block;
    float: left;
    margin-right: 5px;
}

.box-info-member {
    background: #eeecec;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 320px;
    top: 20px;
    left: 50%;
    z-index: 9
}

.header-box-info-member {
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    padding-left: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fbbd00;
    text-align: center
}

.content-info-member {
    padding-top: 15px
}

.note-info-member {
    margin: 0 15px;
    padding: 5px 10px;
    color: #333;
    font-size: 13px;
    font-style: italic;
    border: 1px #ccc dashed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.list-attr-member {
    padding: 10px 15px
}

.list-attr-member li {
    line-height: 26px;
    padding: 5px 0
}

.list-attr-member li span {
    display: block;
    float: left
}

.label-member {
    color: #333;
    width: 90px;
    font-size: 13px;
    font-style: italic
}

.label-member-email {
    width: auto;
    margin-right: 10px
}

.value-member {
    color: #000;
    font-size: 14px;
    text-transform: capitalize
}

.hotline-member {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #e80404;
    box-shadow: 0 0 #eb3002;
    padding: 0 15px;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    float: left
}

.view-all-post {
    display: block;
    line-height: 30px;
    border-top: 1px #ccc dashed;
    color: #333;
    font-size: 14px;
    margin: 0 15px 10px;
    padding-left: 14px;
    background: url(../images/arrrow-link.png) no-repeat center left
}

.view-all-post:hover {
    color: #000
}

.required {
    border: red 1px solid;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
    margin: 0px !important;
}

* {
    outline: none !important;
}

.row {
    margin: 0px -15px;
}

a {
    text-decoration: none !important;
}

ul {
    margin: 0px;
}

.container {
    max-width: 1230px;
    width: 100%;
}

/* SLICK SLIDE */
.slick-track>.slick-slide {
    padding: 0px 5px;
}

.slick-list {
    margin: 0px -5px;
}

.slick-slide img {
    display: table;
    margin: 0px auto;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    content: "" !important;
}

.slick-prev:before {
    content: "\f104" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 22px !important;
    background: #ffffff;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px !important;
    color: #000 !important;
    border-radius: 20px;
}

.slick-next:before {
    content: "\f105" !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: 22px !important;
    background: #ffffff;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px !important;
    color: #000 !important;
    padding: 0px 0px;
    border-radius: 20px;
    text-align: center;
}

.slick-prev {
    left: -40px !important;
}

.slick-next {
    right: -40px !important;
}

.slick-prev:hover::before, .slick-next:hover::before {
    background: #ffffff !important;
    color: #000 !important;
}

.slick-prev, .slick-next {
    top: 50% !important;
    margin-top: -50px;
    width: 35px !important;
    height: 35px !important;
    margin: -17px 0px 0px 0px;
}

.slick-dots li {
    padding: 0px !important;
    width: initial !important;
    height: initial !important;
}

.slick-dots li button::before {
    content: "" !important;
}

.slick-dots li.slick-active button {
    background: #d62825 !important;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0px;
    background: #ccc;
}

.slick-dots li.slick-active button {
    background: #ff9e00 !important;
}

/* --SLICK SLIDE-- */
.item-content-detail p {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 24px;
}

.tg_tophd {
    position: relative;
}

.tg_tophd .tg_menu_logo {
    position: relative;
    padding: 20px 40px 20px 40px;
}

.home .tg_tophd .tg_menu_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 40px 40px 20px 40px;
}

.home .tg_tophd .tg_menu_logo::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 277px;
    background: linear-gradient(180deg, #FFFFFF 33%, rgba(255, 255, 255, 0) 91.85%);
    opacity: 0.9;
}

.tg_tophd .tg_menu_logo .wrap_menu_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tg_tophd {
}

.tg_tophd .tg_menu_logo .nav_primary .menu {
    display: flex;
    gap: 50px;
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li {
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li>a {
    color: #404040;
    display: inline;
    padding: 0px;
    border-radius: 4px;
    transition: visibility .3s ease;
    font-weight: 700;
    font-size: 17px;
    opacity: 1;
    position: relative;
}

.home .tg_tophd .tg_menu_logo .nav_primary .menu>li>a {
    opacity: 0.8;
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li>a::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 100%;
    bottom: -9px;
    background: #ffffff;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li>a:hover {
    opacity: 1;
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li>a:hover::before {
    right: 0px;
    background: #0B264A;
}

.tg_tophd .tg_menu_logo .nav_primary .menu>li>.sub-menu {
    display: none;
}

.tg_banner {
    position: relative;
    margin: 0px;
}

.tg_banner::before {
    background: none;
}

.home .tg_banner::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.34%, rgba(0, 0, 0, 0.7) 82.36%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.tg_tophd .tg_phone a {
    color: #fcb431;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
}

.tg_tophd .tg_phone a::before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    left: -26px;
    font-size: 22px;
}

.tg_tophd .tg_textwidget {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.tg_tophd .tg_textwidget {
}

.tg_tophd .tg_textwidget h2 {
    font-size: 50px;
    color: #fff;
    line-height: 68px;
    margin: 0px 0px 20px 0px;
    font-weight: 700;
}

.tg_tophd .tg_textwidget h2 strong {
    color: #FCB431;
    text-shadow: 0px 2px 46px #000;
}

.tg_tophd .tg_textwidget p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.tg_box_search {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 43px 0 rgb(185 185 185);
    bottom: -130px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    display: none;
}

.home .tg_box_search {
    display: block;
}

.tg_box_search .col_search_wapper form {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

.tg_box_search .form-group-search {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
    width: 80%;
}

.tg_box_search .form-group-search select {
    width: 23.5%;
    height: 30px;
    padding: 0px 10px;
    border-radius: 5px;
    margin: 0px !important;
}

.tg_box_search .tg_btn_submit {
    width: 20%;
}

.tg_box_search .tg_btn_submit span {
    width: 100%;
    display: flex;
    background: #FCB431;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    border-radius: 8px;
    cursor: pointer;
}

section .section-title h3 {
    color: #222;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
    border-bottom: none;
    margin: 0px 0px 50px 0px;
}

.tg_list_bds {
    display: flex;
    gap: 30px 2%;
    flex-wrap: wrap;
}

.tg_list_bds .tg_item_bds {
    width: 32%;
    box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
    border-radius: 8px;
    background: #fff;
}

.tg_list_bds .tg_item_bds figure {
    position: relative;
}

.tg_list_bds .tg_item_bds figure img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.tg_list_bds .tg_item_bds figure .tg_dientich {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background: #FCB431;
    padding: 1px 9px;
    border-radius: 5px;
}

.tg_list_bds .tg_item_bds .tg_info_bds {
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

.tg_list_bds .tg_item_bds .tg_info_bds strong {
    color: #FCB431;
    font-size: 16px;
    display: block;
    margin: 0px 0px 5px 0px;
    font-weight: 500;
}

.tg_list_bds .tg_item_bds .tg_info_bds a {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 5px 0px;
}

.tg_list_bds .tg_item_bds .tg_info_bds span {
    display: block;
    position: relative;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 10px 0px;
}

.tg_list_bds .tg_item_bds .tg_info_bds span::before {
    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 4px;
    left: 0px;
    color: #FCB431;
}

.tg_list_bds .tg_item_bds .tg_info_bds p {
    font-size: 13px;
    line-height: 22px;
    color: #919191;
}

.tg_btn_more {
    display: table;
    margin: 50px auto 0px auto;
    clear: both;
}

.tg_btn_more a {
    color: #fff;
    background: #FCB431;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

#tg_bds_nb {
    background: linear-gradient(180deg,#F2F8FE 0%,#FAFCFF 100%);
    padding: 150px 0px 100px 0px;
}

.tg_pd_120 {
    padding: 100px 0px;
}

.footer {
    background: #404040;
    padding: 50px 0px 20px 0px;
    margin: 50px 0px 0px 0px;
}

#tg_new_post {
    background: linear-gradient(180deg,#F2F8FE 0%,#FAFCFF 100%);
}

.info-company figure {
    margin: 0px 0px 20px 0px;
}

.info-company ul li {
    font-size: 15px;
    line-height: 23px;
    margin: 0px 0px 5px 0px;
}

.menu-footer li {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    line-height: 23px;
}

.list_post_categories>.list_post_item:nth-child(3n+1) {
    clear: both;
}

.tg_post_inner {
}

.list_post_categories .list_post_item figure {
    position: relative;
}

.list_post_categories .list_post_item figure img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    -intrinsic-block-size: auto 100px;
    contain-intrinsic-block-size: auto 100px;
}

.list_post_categories .list_post_item figure p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #FCB431;
    padding: 5px 8px 2px 10px;
    pointer-events: none;
    border-radius: 0px 10px 0px 0px;
    margin: 0px;
}

.list_post_categories .list_post_item figure p b {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.list_post_categories .list_post_item figure p span {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post_wrapper_content {
    background: #fff;
    padding: 20px;
}

h2.post_title {
    margin: 0px;
}

h2.post_title a {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 5px 0px;
}

.excerpt p {
    font-size: 13px;
    line-height: 22px;
    color: #919191;
}

.readmore {
    border-radius: 3px;
    display: table;
    position: relative;
    font-size: 14px;
    color: #000;
}

.readmore i.fa {
    transition: all 0.3s linear;
}

.list_post_categories {
    display: flex;
    gap: 30px 2%;
    flex-wrap: wrap;
}

.list_post_categories .list_post_item {
    width: 32%;
    box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
    border-radius: 8px;
    background: #fff;
}

.tt-detail .title {
    color#FCB431; font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}

.single-post .item-content-detail {
    font-size: 16px;
    line-height: 24px;
}

.single-mua-ban .tg_big_post li img {
    height: 480px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.tg_slide_gallery img {
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.single-custom .tg_big_post .slick-prev {
    left: 20px !important;
}

.single-custom .tg_big_post .slick-next {
    right: 20px !important;
}

.single-custom .ul_slide {
    margin: 0px 0px 7px 0px !important;
}

.tg_tophd .tg_textwidget {
    display: none;
}

.home .tg_tophd .tg_textwidget {
    display: block;
}

.tg_banner img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.home .tg_banner {
    margin: 0px;
}

.home .tg_banner img {
    height: 700px;
}

.tg_banner {
    margin: 0px 0px 60px 0px;
}

.tg_breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
}

.tg_breadcrumb {
}

.copyright {
    display: table;
    margin: 0px auto;
}

.copyright p {
    color: #fff;
    margin: 0px 0px 0px auto;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.7;
}

.copyright p a {
    color: #fff;
}

.copyright p img {
    max-width: 15px;
    margin: -1px 2px 0px 0px;
    transition: all 0.3s;
}

.copyright p:hover img {
    transform: rotate(360deg);
}

.home .footer {
    margin: 0px;
}

.info-company a:hover {
    color: #fff;
}

.tg_breadcrumb li::after {
    content: "/";
    margin: 0px 10px;
}

.tg_breadcrumb li a, .tg_breadcrumb li {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.015em;
    color: #000000;
    display: inline;
}

.tg_breadcrumb li:last-child::after {
    content: "";
    margin: 0px;
}

.tg_search_advance {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.tg_search_advance::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 14px;
    right: 12px;
}

.tg_search_advance p {
    margin: 0px;
}

.bg_breacrumb {
    margin: 0px 0px 100px 0px;
    position: relative;
}

.bg_breacrumb::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.bg_breacrumb img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.tg_breadcrumb h1, .tg_breadcrumb h2 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
}

.tg_chuyenvien_nb {
    border: 1px solid #ededed;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px #ccc;
    margin: 0px 0px 35px 0px;
}

.tg_chuyenvien_nb .tg_info_chuyenvien {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 15px 0px;
}

.tg_chuyenvien_nb .tg_info_chuyenvien img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.tg_chuyenvien_nb .tg_info_chuyenvien b {
    font-size: 18px;
    line-height: 25px;
}

.tg_chuyenvien_nb ul {
}

.tg_chuyenvien_nb ul li {
    margin: 0px 0px 10px 0px;
}

.tg_chuyenvien_nb ul li.tg_phone a {
    color: #fff;
    background: #fcb431;
    border: 1px solid #fcb431;
    font-size: 19px;
}

.tg_chuyenvien_nb ul li.tg_zalo a::before {
    content: "";
    background: url(../images/zalo.png) center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.tg_chuyenvien_nb li a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.tg_chuyenvien_nb li:last-child {
}

.tg_side_general {
    background: #F2F2F2;
    padding: 20px 15px;
    border-radius: 10px;
}

.tg_side_general h4 {
    margin: 0px 0px 10px 0px;
    font-size: 17px;
    line-height: 25px;
}

.tg_side_general ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.tg_side_general ul li {
}

.tg_side_general ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}

.tg_side_general ul li a:hover {
    color: #fcb431;
}

.tg_address_time {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    gap: 50px;
}

.tg_address_time span {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding: 0px 0px 0px 18px;
}

.tg_address_time .tg_quanh::before {
    content: "\f041";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 1px;
    left: 0px;
    color: #fcb431;
    font-size: 18px;
}

.tg_address_time .tg_time_post::before {
    content: "\f272";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    left: -4px;
    color: #fcb431;
    font-size: 16px;
}

.tg_price_m2 ul {
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 15px 0px;
}

.tg_price_m2 ul li {
}

.tg_price_m2 ul li em {
    font-style: normal;
    font-size: 15px;
    opacity: 0.8;
    line-height: 22px;
}

.tg_price_m2 ul li b {
    font-size: 17px;
    font-style: normal;
    color: #5c5c5c;
    font-weight: 500;
}

.tg_des_bds {
}

.tg_des_bds .tg_title_des {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.tg_des_bds .tg_twg {
    font-size: 16px;
    line-height: 25px;
}

.share_cpright {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    margin: 30px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

.share_cpright .tg_share_single {
    display: flex;
    align-items: center;
}

.share_cpright .tg_share_single em {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 0.16px;
    margin: 0px 10px 0px 0px;
}

.share_cpright .tg_share_single ul {
}

.share_cpright .tg_share_single ul li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.share_cpright .tg_share_single ul li i.fa {
    width: 35px;
    height: 35px;
    background: #fcb431;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.share_cpright .tg_share_single ul li:hover i.fa {
    background: #404040;
}

.share_cpright .author_post {
    margin: 0px 0px 0px auto;
}

.share_cpright .author_post p {
    margin: 0px;
    color: #404040;
    font-size: 15px;
    line-height: 23px;
}

.content_single_post h1 {
    font-size: 30px;
    margin: 0px 0px 20px 0px;
    line-height: 37px;
    color: #404040;
    position: relative;
}

.content_single_post h2 {
    font-size: 20px;
    line-height: 30px;
}

.content_single_post h3 {
    font-size: 18px;
    line-height: 26px;
}

.content_single_post h4 {
    font-size: 16px;
    line-height: 23px;
}

.content_single_post h5 {
    font-size: 14px;
    line-height: 22px;
}

/* MENU MOBILE*/
.icon_mobile_click {
    margin: 0px;
    cursor: pointer;
    z-index: 99;
    display: none;
    position: absolute;
    top: 19px;
    right: 15px;
    cursor: pointer;
}

.icon_mobile_click i.fa {
    font-size: 30px;
    color: var(--qb_main_color);
}

.top_header {
    position: relative;
    padding: 5px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    transition: all 0.6s;
    transform: translateY(0);
}

#page_wrapper {
    transition: all 0.3s;
}

#menu_mobile_full {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    left: -260px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    z-index: 9999999;
    overflow: auto;
}

.bg_opacity {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

.menu_hidden {
    z-index: -1;
    left: -260px;
}

.menu_show {
    z-index: 9999999;
}

#menu_mobile_full .close_menu {
    padding: 10px;
    font-size: 20px;
    text-align: right;
    color: #a8a7a7;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    display: none;
    cursor: pointer;
    top: 0px;
    z-index: 999;
}

#menu_mobile_full .mobile-menu {
    margin: 55px 0px 0px 0px;
}

#menu_mobile_full ul li:not(.menu-item-has-children) {
    padding: 0px;
}

#menu_mobile_full ul.menu>li:not(.menu-item-has-children)>a {
    padding: 15px 0px 15px 10px;
    display: block;
}

#menu_mobile_full ul li {
    width: 100%;
    display: block;
}

#menu_mobile_full ul li {
    position: relative;
    padding: 15px 0px 15px 10px;
    border-bottom: 1px solid #e6e6e6;
}

#menu_mobile_full ul li a {
    color: #000;
    text-transform: uppercase;
}

#menu_mobile_full ul li a:hover {
    text-decoration: none;
    background: none;
}

#menu_mobile_full li span {
    margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
    display: none;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
    padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
    border-bottom: none;
}

#menu_mobile_full .sub-menu>li>a {
    font-size: 14px;
    text-transform: none;
    display: block;
    padding: 10px 0px 10px 10px;
}

.editBefore_mobile::before {
    content: "\f106" !important;
}

#menu_mobile_full li.menu-item-has-children::before {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -7px 0px 0px 0px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.title_no_data {
    text-align: center;
    margin: 0px;
}

.g_content {
    min-height: 600px;
}

/* pagination */
.tg_pagination {
    display: table;
    margin: 50px auto 30px auto;
}
.tg_pagination span.current{
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    background: #FCB431;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.tg_pagination a{
    color: #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    margin: 0px 3px;
}
.tg_pagination a:hover, .tg_pagination a:hover i{
    color:#a52626;
}
/* end pagination */

.tg_menu_logo.tg_fixed {
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    animation: 0.6s ease 0s 1 normal none running stuckMoveDown;
    z-index: 999;
    position: fixed !important;
    padding: 15px 20px !important;
}

.tg_menu_logo.tg_fixed::before{
    background: none !important;
    pointer-events: none !important;
}

.tg_menu_logo.tg_fixed .tg_logo{
    max-width: 150px;
}


/*end css content rau*/
@media (min-width: 1025px) and (max-width:1365px) {
    .tg_tophd .tg_textwidget {
        max-width: 1000px;
        width: 100%;
    }

    .tg_tophd .tg_textwidget h2 {
        font-size: 35px;
        line-height: 43px;
    }

    .tg_phone {
        display: none;
    }

    .tg_tophd .tg_menu_logo .nav_primary .menu {
        gap: 24px;
    }

    .tg_tophd .tg_menu_logo .wrap_menu_logo {
        gap: 16px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .price-item-nhadat {
        margin: 0px 20px 0px 0px;
    }

    .list_post_categories .list_post_item, .tg_list_bds .tg_item_bds {
        width: 49%;
    }

    .box-right-footer {
        width: 23%;
    }

    .info-company {
        margin-right: 20px;
        width: 50%;
    }

    #tg_nhadat_ttp {
        padding: 60px 0px;
    }

    .row.pdb-10 .col-md-6 {
        width: 50%;
    }

    .banner-item img {
        width: 100%;
    }

    .banner-item {
        flex-direction: column;
        padding: 0px 0px 20px 0px;
    }

    #tg_bds_nb {
        padding: 60px 0px !important;
    }

    .tg_box_search {
        position: relative;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        border-radius: 0px;
    }

    .tg_tophd .tg_menu_logo {
        padding: 20px;
    }

    .tg_tophd .tg_textwidget {
        display: none;
    }

    #tg_new_post {
        padding: 60px 0px !important;
    }

    .tg_pd_120 {
        padding: 60px 0px 0px 0px;
    }

    .tg_btn_more {
        margin: 30px auto 0px auto;
    }

    section .section-title h3 {
        font-size: 28px;
        line-height: 36px;
        margin: 0px 0px 30px 0px;
    }
}

@media (max-width: 1024px) {
    .info-banner-area a {
        color: #fff;
    }

    .container {
        padding: 0px 15px;
    }

    .nav_primary {
        display: none;
    }
}

@media (max-width: 767px) {
    .icon_mobile_click {
        display: block;
        top: 10px;
        right: 3px;
    }

    .tg_slide_gallery img {
        height: 70px;
    }

    .single-custom .title-product {
        font-size: 22px;
        line-height: 30px;
    }

    .tg_address_time span {
        font-size: 16px;
        line-height: 24px;
    }

    .tg_address_time {
        flex-direction: column;
        gap: 5px;
    }

    .tg_breadcrumb {
        width: 100%;
        max-width: 95%;
    }

    .home .tg_banner img {
        height: 400px;
    }

    .tg_tophd .tg_textwidget h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .tg_tophd .tg_textwidget p {
        font-size: 14px;
        line-height: 22px;
    }

    .tg_tophd .tg_textwidget {
        top: 260px;
        padding: 0px 15px;
    }

    .home .tg_tophd .tg_menu_logo::before {
        height: 177px;
    }

    .sub-attr-nhadat span {
        margin: 0px;
    }

    .sub-attr-nhadat {
        display: flex;
        gap: 10px;
        padding: 0px;
    }

    .right-item-nhadat {
        width: 100%;
        padding: 0px;
    }

    .item-nhadat img {
        float: none;
        display: table;
        margin: 0px auto;
    }

    .archive-custome .item-nhadat {
        flex-direction: column;
        gap: 20px;
    }

    #tg_bds_nb {
        padding: 40px 0px !important;
    }

    .box-right-footer {
        width: 100%;
    }

    .info-company figure img {
        width: inherit !important;
    }

    .row-footer-bottom {
        width: 100%;
    }

    .info-company {
    }

    .footer .row-footer-bottom .clearfix {
        display: flex;
        flex-direction: column;
    }

    #tg_new_post {
        padding: 40px 0px !important;
    }

    .list_post_categories .list_post_item {
        width: 100%;
    }

    .list_post_categories {
        flex-direction: column;
    }

    .banner-item img {
        width: 100%;
    }

    .banner-item {
        padding: 0px 0px 20px 0px;
        flex-direction: column;
    }

    .tg_pd_120 {
        padding: 40px 0px 0px 0px;
    }

    .tg_btn_more {
        margin: 20px auto 0px auto;
    }

    .tg_list_bds .tg_item_bds {
        width: 100%;
    }

    .tg_list_bds {
        flex-direction: column;
    }

    section .section-title h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0px 0px 20px 0px;
    }

    .tg_box_search .tg_btn_submit span {
        display: table;
        padding: 8px 15px;
    }

    .tg_box_search .tg_btn_submit {
        width: 100%;
    }

    .tg_box_search .form-group-search {
        width: 100%;
    }

    .tg_box_search .col_search_wapper form {
        flex-direction: column;
    }

    .tg_box_search .form-group-search select {
        width: 49%;
    }

    .tg_tophd .tg_menu_logo .wrap_menu_logo {
    }

    .tg_phone {
        display: none;
    }

    .tg_tophd .tg_menu_logo {
        padding: 20px 15px !important;
    }

    .tg_banner figure {
    }

    .tg_banner::before {
        background-size: cover;
    }

    .tg_tophd .tg_textwidget {
        display: none;
    }

    .home .tg_box_search {
        position: relative;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        padding: 15px;
        border-radius: 0px;
    }

    .single-mua-ban .tg_big_post li img {
        height: 250px;
    }
}

@-webkit-keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}