/*Add font*/
@font-face {
    font-family: 'elle-futura-book';
    src: url("../fonts/elle-futura-book.otf") format("opentype");
}

/** black */
@font-face {
    font-family: "pfb";
    font-size:16px;
    font-weight: 900;
    src: url("../fonts/pfb/FSPFBeauSansPro-Bold.ttf");
}

/** Bold */
@font-face {
    font-family: "pfb";
    font-weight: 600;
    src: url("../fonts/pfb/FSPFBeauSansPro-SemiBold.ttf");
}

/** Medium */
@font-face {
    font-family: "pfb";
    
    
    font-weight: 500;
    src: url("../fonts/pfb/FSPFBeauSansPro-SemiBold.ttf");
}

/** Regular */
@font-face {
    font-family: "pfb";
    font-weight: 400;
    src: url("../fonts/pfb/FSPFBeauSansPro-Bbook.ttf");
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1340px;
    }
}

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6, a, button {
    font-family: "pfb",sans-serif !important
}

b, strong {
    font-weight: 500 !important;
}

body {
    font-size: 16px;
    background-color: #fff !important;
    color: #6f6f6f !important;
}

a.login {
    font-family: "Roboto", sans-serif !important
    color: #333 !important;
}

.required:after {
    content: " *";
    color: red;
}

.form-check, label {
    font-size: 17px !important;
}

.btn {
    text-transform: none;
}

.pd-0 {
    padding: 0 !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-20 {
    padding: 20px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pdl-0 {
    padding-left: 0 !important;
}

.pdr-0 {
    padding-right: 0 !important;
}

.pdl-10 {
    padding-left: 10px !important;
}

.pdr-10 {
    padding-right: 10px !important;
}

.pdl-20 {
    padding-left: 20px !important;
}

.pdr-20 {
    padding-right: 20px !important;
}

.pdt-20 {
    padding-top: 20px !important;
}

.pdb-20 {
    padding-bottom: 20px !important;
}

.pdl-30 {
    padding-left: 30px !important;
}

.pdr-30 {
    padding-right: 30px !important;
}

.pdt-30 {
    padding-top: 30px !important;
}

.pdb-30 {
    padding-bottom: 30px !important;
}

.pdt-15 {
    padding-top: 15px !important;
}

.pdb-15 {
    padding-bottom: 15px !important;
}

.pdl-15 {
    padding-left: 15px !important;
}

.pdr-15 {
    padding-right: 15px !important;
}

.bold {
    font-weight: bold !important;
}

.bold-100 {
    font-weight: 100 !important;
}

.bold-200 {
    font-weight: 200 !important;
}

.bold-300 {
    font-weight: 300 !important;
}

.bold-400 {
    font-weight: 400 !important;
}

.bold-500 {
    font-weight: 500 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

.bold-700 {
    font-weight: 700 !important;
}

.bold-800 {
    font-weight: 800 !important;
}

.bold-900 {
    font-weight: 900 !important;
}

.width-10 {
    width: 10% !important;
}
.width-11 {
    width: 11% !important;
}
.width-12 {
    width: 12% !important;
}
.width-13 {
    width: 13% !important;
}
.width-14 {
    width: 14% !important;
}
.width-15 {
    width: 15% !important;
}
.width-20 {
    width: 20% !important;
}
.width-30 {
    width: 30% !important;
}
.width-40 {
    width: 40% !important;
}
.width-50 {
    width: 50% !important;
}
.width-60 {
    width: 60% !important;
}
.width-70 {
    width: 70% !important;
}
.width-80 {
    width: 80% !important;
}
.width-90 {
    width: 90% !important;
}
.width-100 {
    width: 100% !important;
}

.price-old{
    color: #ff0000;
    text-decoration: line-through;
}

.border-left-white {
    border-left: 1px solid #fff;
}

.border-right-white {
    border-right: 1px solid #fff;
}

.border-bottom-white {
    border-bottom: 1px solid #fff;
}

.noborder {
    border: none!important;
}

.bg-white {
    background: white;
}

.bg-red-cus {
    background: #eb1f27;
}

.uppercase {
    text-transform: uppercase !important;
}

.height-100 {
    height: 100% !important;
}

.fade.show {
    background: #000000a6;
}

.text-default {
    color: #2c2c2c !important;
}

.text-nowrap {
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
}

.display-vip1 {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.display-vip2 {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

form{
    margin-bottom: 0 !important
}

form .form-group {
    height: 50px;
}

select {
    border: none;
    height: 34px;
    color: #fff
}

select::-webkit-scrollbar {
    width: 5px;
    background-color: #fafafa;
}

select::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
}

.d-flex {
    display: flex!important;
}

.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fixed{
    position: fixed!important;
}

.contact-input {
    margin-top: 0!important;
}

.contact-input input {
    border-radius: 5px;
    height: 40px;
}

.box-shadow{
    box-shadow: 0px 6px 8px rgb(29 36 62 / 10%)!important;
}

.dropdown-divider{
    margin: 0 !important;
}

.img {
    width: 100%;
}

.title-small {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    /*color: #c8102e;*/
}

.title-partner {
    font-family: "Roboto", sans-serif !important;
    font-size: 2.6rem;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 0 0 30px 0;
    /*color: #c8102e;*/
}

.title {
    font-family: "Roboto", sans-serif !important;
    font-size: 2.2rem;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 30px 0 20px 0;
    /*color: #c8102e;*/
}

.title-cks {
    /*font-family: "Roboto", sans-serif !important;*/
    font-size: 2.2rem;
    font-weight: bold;
    margin: 15px 0;
    color: #555;
    text-transform: uppercase;
}

.title-hddt {
    font-family: "Roboto", sans-serif !important;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    color: #555;
}

.title-bhxh {
    font-family: "Roboto", sans-serif !important;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    color: #555;
}

.title-com {
    font-family: "Roboto", sans-serif !important;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    color: #555;
}

.title-news {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.6rem;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 20px 0 15px 0;
    /*color: #0fb916;*/
}

.wrapper {
    background: #ffffff;
}

.breadcrumb {
    background: none !important;
    padding-left: 0 !important;
    padding-top: 15px !important;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb a {
    color: #363636;
}

.dropdown:hover .dropdown-menu.show, .open>.dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.dropdown-menu-right {
    margin-top: 5px;
}

.dropdown-menu-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #fff transparent;
}

.dropdown-menu-right:before {
    position: absolute;
    content: "";
    top: -10px;
    right: 40px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #fff transparent;
}

h1.card-title {
    font-size: 22px;
    /*padding-top: 20px;*/
    font-weight: 500;
    text-transform: uppercase;
}


.select-box-customize {
    position: relative;
    /*border-right: 1px solid #ececec;*/
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
    background-size: 20px 21px;
}

.select-box-customize select.select-custom {
    width: 100%;
    height: 40px;
    padding: 8px 15px 8px 5px;
    margin-top: 0;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    color: #666666;
}

.select-box-customize:after {
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 6px;
    top: 12px;
    width: 8px;
    height: 14px;
    background-size: 15px 18px;
}

.btn-home-search {
    background: #ba103c;
    border-radius: 0 ;
    width: 100%;
    height: 34px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    border: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
}

.btn-home-search:hover {
    color: #fff;
    background-color: #c7352c;
    border-color: #c7352c;
}

.btn-add {
    opacity: 1 !important;
    background: #ba103c !important;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff !important;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #ba103c;
    margin-top: -8px !important;
}

.btn-add:hover {
    color: #000;
    background-color: #fff;
    border-color: #c7352c;
}

.btn-login {
    opacity: 1 !important;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    display: block;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 0 20px;
    border: 1px solid #8b8b8b;
    margin-top: -8px !important;
}

.btn-login:hover {
    color: #000;
    background-color: #fff;
    border-color: #c7352c;
}

.btn-blue {
    background: #0573b1 !important;
}

.btn-green {
    background: #0fb916 !important;
}

.header-bar {
    width: 100%;
    height: 40px;
    padding: 8px 0;
    background: #ee352c;
}

.header-bar .header-info {
    padding: 0 10px;
}

.header-bar .header-info .info-item {
    padding-right: 30px;
}

.top-bar {
    width: 100%;
    display: flex;
    padding: 15px 0;
}

.top-bar .navbar-wrapper {
    width: 20%;
    display: none;
}

.top-bar .navbar-brand {
    padding: 0;
}

.top-bar .navbar-brand #logo {
    height: 66px;
    /*border: 1px solid #0fb916;*/
    padding: 15px;
}

.top-bar .top-bar-right {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.time-working {
    padding: 0 50px;
    align-self: center
}

.time-working span{
    font-weight: 300;
}

.time-working h3{
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    color: #606060;
}

.hotline {
    padding: 0 50px;
    align-self: center
}

.hotline span{
    font-weight: 300;
}

.hotline h3{
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
    margin: 0;
    color: #606060;
}

.navbar {
    margin-bottom: 0 !important;
    width: 100%;
    top: 0;
    transition: 0s;
    padding: 10px;
    /*background: rgb(5 115 177 / 86%) !important;*/
    z-index: 9;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
    border-radius: 0;
}

.navbar .navbar-brand {
    height: auto !important;
    padding: 10px !important;
    margin-left: 0 !important;
}

/*Tin xác thực  ---------------------------------------------------------------------------*/
.re__pr-stick-listing-verified {
    position: relative;
    display: flex;
    margin-top: 16px;
    margin-bottom: 8px;
}

.re__pr-stick-listing-verified .re__icon-verified--sm {
    font-size: 20px;
}

.re__pr-stick-listing-verified .re__icon-verified--sm span {
    font-size: 20px !important;
}

.re__pr-stick-listing-verified i {
    display: inline-block;
    margin: auto 6px auto 0;
    color: #07A35D;
}

[class^="re__icon-"], [class*=" re__icon-"] {
    font-family: "font-icon-bds" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
}

.re__icon-verified--sm .path1:before {
    content: "\ead5";
    color: #9bdabe;
}
.re__icon-verified--sm .path2:before {
    content: "\ead6";
    margin-left: -1em;
    color: #07a35d;
}
.re__icon-verified--sm .path3:before {
    content: "\ead7";
    margin-left: -1em;
    color: #000;
    opacity: 0.2;
}
.re__icon-verified--sm .path4:before {
    content: "\ead8";
    margin-left: -1em;
    color: #fff;
}

[class^="re__icon-"] span[class^="path"], [class*=" re__icon-"] span[class^="path"] {
    font-size: 24px;
    font-family: "font-icon-bds" !important;
}

.re__pr-stick-listing-verified .re__text {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    color: #07A35D;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}

.verified {
    display: inline-flex;
    background: #defff0;
    padding-left: 3px;
    border-radius: 5px;
}

.product-verified {
    font-size: 20px !important;
}

.product-verified .path1, .product-verified .path2, .product-verified .path3, .product-verified .path4 {
    font-size: 14px !important;
}

.re__text-verified {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #07A35D;
    margin: 3px 5px auto 3px;
}

/*End Tin xác thực --------------------------------------------------------------------------*/


.pagination>.page-item>.page-link, .pagination>.page-item>span {
    color: #555 !important;
}

.navbar-expand-lg .navbar-collapse{
    /*max-width: fit-content;
    margin: 0 auto 0 auto;*/
}

.off-canvas-sidebar .navbar-toggler .navbar-toggler-icon {
    background-color: #017a9d!important;
}

.off-canvas-sidebar .navbar.navbar-transparent {
    padding-top: 10px !important;
}

.off-canvas-sidebar::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.off-canvas-sidebar::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #6e6e6e;
    font-family: "pfb",sans-serif !important;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400 !important;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0!important;
    padding: 0!important;
}

.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i{
    font-size: 12px;
    top: 0 !important;
}

/*.off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .dropdown .nav-link:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #555;
    right: -20px;
    top: 0;
    position: absolute;
}*/

.navbar .navbar-wrapper {
    max-width: 200px;
    /*display: none;*/
    padding: 0;
    text-align: center;
}

li.lv0{
    margin: 0 20px;
    padding: 10px 0 5px 0;
    display: block
}

li.lv0:first-child{
    margin-left: 0 !important;
}

li.lv0 .re__arrrow {
    width: 0%;
    height: 2px;
    background: #dd1226;
    line-height: 0px;
    font-size: 0px !important;
    margin-top: 2px;
    transition: 0.5s;
}

.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    padding: 12px 15px 15px 15px !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #8B8B8B;
    font-family: "pfb",sans-serif !important;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 #898788, 0 7px 10px -5px #ffffff;
    background-color: #e32528;
    color: #fff;
}

.nav-user{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-user li {
/*    width: 100%;*/
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
}
.nav-user li a{
    display: inline-block;
}

.page-header{
    background-image: url('../assets/img/banner.jpg'); 
    background-repeat: no-repeat; 
    background-size: 100% auto; 
    background-position: bottom center; 
    max-height: 1024px;
}

.home-page {
    min-height: 80vh !important;
}

.banner {
    float: left;
    width: 100%;
    padding-top: 0;
}

.banner-home-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.banner-swiper {
    width: 100%;
    height: 620px!important; 
    margin-left: auto;
    margin-right: auto;
}

.banner-swiper-cks {
    width: 100%;
    height: 500px!important; 
    margin-left: auto;
    margin-right: auto;
}

.banner-swiper-bhxh {
    width: 100%;
    height: 540px!important; 
    margin-left: auto;
    margin-right: auto;
}

.district-tag {
    position: absolute;
    top: 190px;
    left: calc(10%);
    width: 80%;
    z-index: 9;
}

.district-tag ul{
    width: 88%;
    margin: 0 auto;
}

.district-tag ul li{
    float: left;
    width: 15%;
    padding: 10px 0;
    list-style-type: none;
    background: rgb(1 122 157 / 60%);
    border-radius: 15px 0px 15px 0px;
    margin: 0 0.5%;
    text-align: center;
}

.district-tag ul li:first-child {
    margin-left: 0;
}

.district-tag ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400
}

.txt-rotate > .wrap::after {
    content: '|';
    animation: blink 1s infinite;
    /*margin-left: -8px;*/
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.txt-rotate {
    font-size: 2.6rem!important;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.floatUpDown {
    animation: floatUpDown 3s ease-in-out infinite;
}

.floatUpDown4s {
    animation: floatUpDown 5s ease-in-out infinite;
}

.floatDownUp {
    animation: floatDownUp 3s ease-in-out infinite;
}

.floatDownUp4s {
    animation: floatDownUp 5s ease-in-out infinite;
}

.slide-box {
    position: absolute;
    top: 15%;
    left: calc((100% - 1340px)/2);
    width: 1340px;
    height: 85%;
    z-index: 8;
}

.slide-box .slide-box-col-1{
    float: left;
    width: 50%;
    height: 100%;
    /*background: #0fb916;*/
    border-radius: 5px;
    padding-right: 30px;
}

.slide-box .slide-box-col-1 .title-1{
    font-size: 2rem!important;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    text-align: justify;
    font-family: "Roboto", sans-serif !important;
}

.slide-box .slide-box-col-1 .title-2{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
    /*font-family: "elle-futura-book" !important;*/
}

.slide-box .slide-box-col-1 .title-2 i {
    font-size: 11px;
}

.slide-box .slide-box-col-1 .title-3rem{
    font-size: 2.2rem!important;
    font-weight: bold;
    padding: 0 0 15px 0;
    text-align: center;
    color: #eb1f27;
}

.slide-box .slide-box-col-1 .des-1{
    font-size: 16px;
    padding: 50px 0 0 0;
    text-align: justify;
}

.slide-box .slide-box-col-1 .des-cks-1{
    font-size: 1.1rem;
    padding: 0;
    text-align: justify;
}

.btn-contact{
    padding: 30px 15px;
}

.slide-box .slide-box-col-2 {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;

}

.slide-box .slide-box-col-2 .slide-box-img {
    text-align: right;
    padding-right: 0;
    position: absolute;
    bottom: 0;
}

.slide-box .slide-box-col-2 .slide-box-img img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-box-img-1 {
    width: 20%;
    /*height: 60px;*/
    position: absolute;
    top: 100px;
    left: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 0.8;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-1 img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-box-img-2 {
    width: 20%;
    /*height: 60px;*/
    position: absolute;
    top: 50px;
    right: 110px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 0.9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-2 img {
    width: 100%;
}


.slide-box .slide-box-col-2 .slide-box-img-3 {
    width: 20%;
    /*height: 60px;*/
    position: absolute;
    top: 250px;
    left: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 35px;
    opacity: 0.9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-3 img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-box-img-4 {
    width: 18%;
    /*height: 60px;*/
    position: absolute;
    top: 180px;
    right: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 0.9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-4 img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-box-img-5 {
    width: 18%;
    /*height: 60px;*/
    position: absolute;
    bottom: 50px;
    right: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 0.9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-5 img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-box-img-6 {
    width: 18%;
    /*height: 60px;*/
    position: absolute;
    bottom: 60px;
    left: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    opacity: 0.9;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.slide-box .slide-box-col-2 .slide-box-img-6 img {
    width: 100%;
}

.slide-box .slide-box-col-2 .slide-cks-img {
    text-align: center;
    padding-left: 0;
    position: absolute;
    top: 0;
}

.slide-box .slide-box-col-2 .slide-cks-img img {
    width: 58%;
}

.slide-hddt-box {
    position: absolute;
    top: 10%;
    left: calc((100% - 1340px) / 2);
    width: 1340px;
    height: 80%;
    z-index: 8;
}

.slide-hddt-col-1{
    float: left;
    width: 60%;
    height: 100%;
    /*background: #0fb916;*/
    border-radius: 5px;
    padding-right: 30px;
}

.slide-hddt-col-1 .title-1{
    font-size: 2rem!important;
    font-weight: bold;
    padding: 0 0 15px 0;
    text-align: justify;
}

.slide-hddt-col-1 .title-2{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-hddt-col-1 .title-3rem{
    font-size: 2.6rem!important;
    color: #ee352c !important;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
    text-align: justify;
}

.slide-hddt-col-1 .title-2 {
    padding: 15px 0 10px;
}

.slide-hddt-col-1 .des-1{
    font-size: 1rem;
    padding: 8px 0 10px 15px;
    margin-bottom: 10px;
    text-align: justify;
    background: #ffffff;
    color: #6f6f6f;
    border-radius: 30px;
    border: 1px solid #f1623a;
}

.slide-hddt-col-2 {
    position: relative;
    width: 40%;
    height: 100%;
    overflow: hidden;

}

.slide-hddt-col-2 .slide-hddt-img {
    text-align: right;
    padding-right: 0;
    position: absolute;
    top: 70px;
}

.slide-hddt-col-2 .slide-hddt-img img {
    width: 100%;
}

.slide-company-box {
    position: absolute;
    top: 0;
    left: calc((100% - 1340px)/2);
    width: 1340px;
    height: 100%;
    z-index: 8;
}

.slide-company-box .slide-box-col-1{
    float: left;
    width: 60%;
    height: 100%;
    /*background: #0fb916;*/
    border-radius: 5px;
    padding-top: 100px;
    padding-right: 30px;
}

.slide-company-box .slide-box-col-1 .title-1{
    font-size: 2rem!important;
    color: #ee352c !important;
    font-weight: bold;
    padding: 0;
    text-align: justify;
}

.slide-company-box .slide-box-col-1 .title-2{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-company-box .slide-box-col-1 .title-3rem{
    font-size: 3rem!important;
    font-weight: bold;
    padding: 0 0 15px 0;
    text-align: center;
}

.slide-company-box .slide-box-col-1 .des-1{
    font-size: 1.1em;
    padding: 0;
    text-align: left;
    margin-bottom: 7px;
    font-weight: 300;
    text-indent: 35px;
    background: url('../assets/img/icons/ic_star.svg') no-repeat 10px 4px;
}

.slide-company-box .slide-box-col-2 {
    position: relative;
    width: 40%;
    height: 100%;
    overflow: hidden;

}

.slide-company-box .slide-box-col-2 .slide-box-img {
    text-align: right;
    padding-right: 0;
    position: absolute;
    top: 10%;
}

.slide-company-box .slide-box-col-2 .slide-box-img img {
    width: 80%;
}

.slide-company-box .slide-box-col-2 .slide-cks-img {
    text-align: left;
    padding-left: 40px;
    position: absolute;
    top: 0;
}

.slide-company-box .slide-box-col-2 .slide-cks-img img {
    width: 85%;
}

.slide-bhxh {
    position: absolute;
    top: 0;
    left: calc((100% - 1340px)/2);
    width: 1340px;
    height: 100%;
    z-index: 8;
}

.slide-bhxh .slide-box-col-1{
    float: left;
    width: 60%;
    height: 100%;
    /*background: #0fb916;*/
    border-radius: 5px;
    padding-top: 100px;
    padding-right: 30px;
}

.slide-bhxh .slide-box-col-1 .title-1{
    font-size: 2rem!important;
    color: #ee352c !important;
    font-weight: bold;
    padding: 0;
    text-align: justify;
}

.slide-bhxh .slide-box-col-1 .title-2{
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-bhxh .slide-box-col-1 .title-3rem{
    font-size: 3rem!important;
    font-weight: bold;
    padding: 0 0 15px 0;
    text-align: center;
}

.slide-bhxh .slide-box-col-1 .des-1{
    font-size: 1.1em;
    padding: 0;
    text-align: left;
    margin-bottom: 7px;
    font-weight: 300;
    text-indent: 35px;
    background: url('../assets/img/icons/ic_star.svg') no-repeat 10px 4px;
}

.slide-bhxh .slide-box-col-2 {
    position: relative;
    width: 40%;
    height: 100%;
    overflow: hidden;

}

.slide-bhxh .slide-box-col-2 .slide-box-img {
    text-align: right;
    padding-right: 0;
    position: absolute;
    top: 15%;
}

.slide-bhxh .slide-box-col-2 .slide-box-img img {
    width: 100%;
}

.slide-bhxh .slide-box-col-2 .slide-cks-img {
    text-align: left;
    padding-left: 40px;
    position: absolute;
    top: 0;
}

.slide-bhxh .slide-box-col-2 .slide-cks-img img {
    width: 85%;
}

.btn-viewmore {
    color: #fff !important;
    padding: 0 10px 0 10px !important;
    display: inline-block !important;
    border-radius: 5px;
    background: #eb1f27;
    
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin: 0 0 2px 15px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #eb1f27;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-mobile-call {
    color: #fff !important;
    padding: 5px 20px 5px 20px !important;
    display: inline-block !important;
    border-radius: 8px;
    /*background: #c8102e;*/
    background: linear-gradient(90deg, #e32528, #f2693c);
    min-width: 159px; 
    height: auto !important;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #f6627a ;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-mobile-call:after{
    content: "\260E";
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block !important;
    float: left;
    border-radius: 4px;
    padding: 0 4px 0 4px;
    color: #fff;
    margin-top: 5px;
    text-transform: none!important;
}

.btn-mobile-call:hover {
    background: linear-gradient(90deg, #f2693c, #e32528);
}

.btn-hsnl {
    color: #fff !important;
    padding: 5px 20px 5px 20px !important;
    display: inline-block !important;
    border-radius: 8px;
    /*background: #c8102e;*/
    background: linear-gradient(90deg, #ed4d54, #f2693c);
    min-width: 159px; 
    height: auto !important;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ed4d54 ;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-hsnl:hover {
    background: linear-gradient(90deg, #f2693c, #ed4d54);
}

.btn-sign-mobile-call {
    color: #fff !important;
    padding: 5px 10px 5px 10px !important;
    display: inline-block !important;
    border-radius: 8px;
    background: linear-gradient(90deg, #e32528, #f2693c);
    min-width: 159px; 
    height: auto !important;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid #f2693c ;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-sign-mobile-call:after{
    content: "\260E";
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block !important;
    float: left;
    border-radius: 4px;
    padding: 0 4px 0 4px;
    color: #fff;
    margin-top: 5px;
    text-transform: none!important;
}

.btn-zalo {
    color: #ed4d54 !important;
    padding: 5px 20px 5px 20px !important;
    display: inline-block !important;
    border-radius: 8px;
    background: #ffffff;
    min-width: 159px; 
    height: auto !important;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ed4d54;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-zalo:before{
    content: "\1F4AC";
    font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block !important;
    float: left;
    border-radius: 4px;
    padding: 0 4px 0 4px;
    color: #ed4d54;
    margin-top: 4px;
    text-transform: none!important;
}

.btn-zalo:hover{
    background: #ed4d54;
    border: 1px solid #ed4d54;
    color: #fff !important;
}

.btn-zalo:hover:before{
    color: #fff !important;
}

.btn-cks-mobile-call {
    color: #ffffff !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    border-radius: 8px;
    background: linear-gradient(90deg, #e32528, #f2693c);
    min-width: 159px; 
    height: auto !important;
    margin-right: 0;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #e1b6b6;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-cks-mobile-call:after{
    content: "\260E";
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block !important;
    float: left;
    border-radius: 4px;
    padding: 1px 8px 0 4px;
    color: #ffffff;
    margin-top: 5px;
    text-transform: none!important;
}

.btn-cks-zalo {
    color: #e32528 !important;
    padding: 5px 15px !important;
    display: inline-block !important;
    border-radius: 8px;
    background: #ffffff;
    min-width: 159px; 
    height: auto !important;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #e32528;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.btn-cks-zalo:before{
    content: "\1F4AC";
    font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block !important;
    float: left;
    border-radius: 4px;
    padding: 1px 8px 0px 4px;
    color: #e32528;
    margin-top: 4px;
    text-transform: none!important;
}

.btn-buy {
    color: #fff !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    border-radius: 5px;
    background: #56C166;
    min-width: 130px; 
    margin-right: 0;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #56C166;
    text-transform: uppercase;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

ul.ul-search {
    width: 100%;
    float: left;
    z-index: 9;
    padding: 0;
    margin: 10px 0 !important;
}

ul.ul-search li.li-search-item{
    float: left;
    min-width: 180px;
    list-style-type: none;
    margin-right: 15px;
}


ul.home-cate-search {
    width: 100%;
    float: left;
    z-index: 9;
    padding: 0;
    margin: 10px 0 !important;
    justify-content: center!important;
}

ul.home-cate-search li.home-cate-search-item {
    float: left;
    padding-right: 10px;
    list-style-type: none;
    width: 150px;
}

ul.home-cate-search li.home-cate-search-button {
    width: 100px!important;
}

ul.home-cate-search li.home-cate-search-item:last-child {
    float: left;
    width: 10%;
    padding-right: 0;
}

.prod-type {
    float: left;
    width: 100%;
    height: 32px;
}

.prod-type .search-type-item{
    float: left;
    text-align: center;
    padding: 4px 0;
    border-radius: 0 !important;
}

.prod-type .rent-item{
    border: 1px solid #c7c7c7;
    border-radius: 0 3px 3px 0 !important;
}

.prod-type .sell-item{
    border: 1px solid #c7c7c7;
    border-radius: 3px 0 0 3px !important;
}

.prod-type .search-type-item label.realty-sell, .prod-type .search-type-item label.realty-rent {
    cursor: pointer;
    color: #3c4858;
    margin: 0!important;
    padding: 0!important;
}

.prod-type .active {
    background: #ba103c;
    border: 1px solid #ba103c !important;
}

.prod-type .active label {
    color: #ffffff !important;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.main {
    float: left;
    width: 100%;
}

.post-main {
    float: left;
    width: 100%;
}

.post-main .post-content{
    float: left;
    width: 100%;
    padding-top: 30px
}

.post-main .post-content blockquote {
    position: relative;
    margin: 20px 20px 26px;
    padding: 30px 30px 20px 50px;
    background: #F9F9F9;
    border-radius: 5px;
}

.post-main .post-content blockquote:before {
    content: '';
    position: absolute;
    background: url(/svg/ic-quote.svg) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 20px;
    opacity: .8;
}

.post-more {
    float: left;
    width: 100%;
}

.post-more .header-title h3{
    font-family: "Roboto", sans-serif !important;
    font-size: 2rem;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    color: #ea1b2d;
    border-bottom: 2px solid #ea1b2d;
}

.post-more .postMoreSwiper{
    height: auto !important;
    padding: 0 2px 50px 2px;
}

.post-more .postMoreSwiper .card-product {
    text-align: left;
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 9%);
    /*border: 1px solid #fff;*/
}

.post-more .postMoreSwiper .card-product .card-header.card-header-image {
    border: none;
    box-shadow: none;
    border-radius: 6px 6px 0 0;
    min-height: 200px !important;
    height: 200px !important;
}

.post-more .postMoreSwiper .card-product .card-header.card-header-image a {
    height: 200px !important;
}

.post-more .postMoreSwiper .card-product .card-header.card-header-image img{
    height: 200px !important;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #0fb916;
}

.post-more .postMoreSwiper .card-product .post-more-title .post-time {
    color: #888;
    margin: 20px 15px 0 15px;
}

.post-more .postMoreSwiper .card-product .post-more-title .post-time:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.post-more .postMoreSwiper .card-product .post-more-title h3 {
    min-height:  auto;
    text-align: justify;
    padding: 0 15px;
}

.post-more .postMoreSwiper .card-product .post-more-title h3 a{
    font-size: 19px;
    font-weight: bold;
    color: #0fb916;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 60px;
}

.post-more .postMoreSwiper .card-product .post-more-title p {
    padding: 0 15px;
    margin-top: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 60px;
}

.post-more .postMoreSwiper .card-product .post-more-title .post-view {
    padding: 0 15px;
    color: #0fb916;
}

.post-more .postMoreSwiper .card-product .post-more-title .post-view:after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}

.areas {
    padding: 15px 0;
}

.projects{
    width: 100%;
    height: 550px;
    background-image: url(../assets/img/banner-landing-page-blue.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    /*background: #0573b1;*/
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 200px;
}

.projects .thong-so {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.projects .thong-so .ts-icon{
    width: 30%;
    padding: 10px 0;
}

.projects .thong-so .ts-icon img{
    width: 80px;
    height: 80px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
}

.projects .thong-so .ts-info{
    width: 70%;
    padding: 15px 0;
}

.projects .thong-so .ts-info .ts-num{
    font-size: 42px;
    color: #FFF400;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 45px;
}

.projects .thong-so .ts-info .ts-text {
    margin: 0;
    font-size: 19px;
    color: #fff;
}

.projects .partner {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 20px;
    margin-top: 60px;
    border-radius: 5px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.projects .partner .swiper {
    position: relative;
    padding: 40px 14px;
}

.projects .partner .swiper .swiper-pagination {
    bottom: 0;
}

.projects .partner .hsnl {
    padding: 10px 10px 30px 10px;
}

.countdowns{
    background: linear-gradient(90deg, #e32528, #f2693c);
    /*background-image: url(../assets/img/banner-landing-page-blue.webp);*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.countdown-container {
    display: flex;
    gap: 20px;
    /*background: #fff;*/
    padding: 20px;
    margin: 0 auto;
    border-radius: 16px;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/
}

.countdown-box {
    text-align: center;
    color: #333;
}

.countdown-time {
    min-width: 90px;
    min-height: 90px;
    font-size: 48px;
    font-weight: bold;
    color: #e53935;
    background: #ffecec;
    padding: 29px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.countdown-label {
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.countdown-box .fade-countdown {
    animation: fade-in-countdown-time 0.4s ease-in-out;
}

@keyframes fade-in-countdown-time {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.project-info p{
    font-size: 1.1rem;
}

.project-info .content blockquote {
    position: relative;
    margin: 20px 20px 26px;
    padding: 30px 30px 30px 40px;
    background: #F9F9F9;
    border-radius: 5px;
}

.project-info .content blockquote:before{
    content: '';
    position: absolute;
    background: url(/svg/ic-quote.svg) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 3px;
    top: 20px;
    opacity: .8;
}

.procedure {
    padding-top: 30px;
    padding-bottom: 30px;
}

.procedure .procedure-title{
    text-align: center;
    margin-bottom: 40px;
}

.procedure .procedure-title h3.title{
    font-size: 2.2rem;
    line-height: 45px;
    font-weight: 700;
}

.procedure .procedure-content{
    width: 100%;
    display: flex;
}

.procedure .procedure-content .procedure-inner{
    width: 100%;
    position: relative;
    background-image: url('../assets/img/bg-step.jpg');
    background-repeat: repeat-y;
    background-position: center;
}

.procedure .procedure-content .procedure-content-center{
    width: 0.4%;
    margin: 40px 0.8%;
    background: #0fb916;
}
.procedure .procedure-content .procedure-content-right{
    width: 49%;
    padding-top: 100px;
}

.procedure .procedure-content .procedure-1{
    width: 48%;
    display: flex;
    align-items: center;
    min-height: 155px;
}

.procedure .procedure-content .procedure-1 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 39px 22px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-1 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-1 div h3{
    font-weight: 600;
}

.procedure .procedure-content .procedure-2{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.procedure .procedure-content .procedure-2 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 39px 20px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-2 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-2 div h3{
    font-weight: 600;
}

.procedure .procedure-content .procedure-3{
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.procedure .procedure-content .procedure-3 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 39px 22px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-3 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-3 div h3{
    font-weight: 600;
}

.procedure .procedure-content .procedure-4{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.procedure .procedure-content .procedure-4 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 39px 20px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-4 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-4 div h3{
    font-weight: 600;
}

.procedure .procedure-content .procedure-5{
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.procedure .procedure-content .procedure-5 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 22px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-5 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-5 div h3{
    font-weight: 600;
}

.procedure .procedure-content .procedure-6{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.procedure .procedure-content .procedure-6 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 39px 20px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.procedure .procedure-content .procedure-6 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.procedure .procedure-content .procedure-6 div h3{
    font-weight: 600;
}

.workings {
    padding-top: 30px;
    padding-bottom: 30px;
}

.workings .workings-title{
    text-align: center;
    margin-bottom: 40px;
}

.workings .workings-title h3.title{
    font-size: 2.2rem;
    line-height: 45px;
    font-weight: 700;
}

.workings .workings-content{
    width: 100%;
    display: flex;
    padding-bottom: 30px;
}

.workings .workings-content .workings-inner{
    width: 100%;
    position: relative;
    background-image: url('../assets/img/bg-step.jpg');
    background-repeat: repeat-y;
    background-position: center;
}

.workings .workings-content .workings-content-center{
    width: 0.4%;
    margin: 40px 0.8%;
    background: #0fb916;
}
.workings .workings-content .workings-content-right{
    width: 49%;
    padding-top: 100px;
}

.workings .workings-content .workings-1{
    width: 48%;
    display: flex;
    align-items: center;
    min-height: 155px;
}

.workings .workings-content .workings-1 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 22px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-1 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-1 div h3{
    font-weight: 400;
}

.workings .workings-content .workings-2{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.workings .workings-content .workings-2 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 18px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-2 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-2 div h3{
    font-weight: 400;
}

.workings .workings-content .workings-3{
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.workings .workings-content .workings-3 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 18px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-3 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-3 div h3{
    font-weight: 400;
}

.workings .workings-content .workings-4{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.workings .workings-content .workings-4 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 18px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-4 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-4 div h3{
    font-weight: 400;
}

.workings .workings-content .workings-5{
    width: 48%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.workings .workings-content .workings-5 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 18px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-5 div{
    margin-right: 20px;
    text-align: right;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-5 div h3{
    font-weight: 400;
}

.workings .workings-content .workings-6{
    width: 48%;
    margin-left: 52%;
    display: flex;
    align-items: center;
    margin-top: -60px;
    min-height: 155px;
}

.workings .workings-content .workings-6 span{
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 32px 18px;
    font-size: 50px;
    font-weight: bold;
    border-radius: 60px;
}

.workings .workings-content .workings-6 div{
    margin-left: 20px;
    text-align: left;
    /*min-height: 180px;*/
}

.workings .workings-content .workings-6 div h3{
    font-weight: 400;
}

.features-2 {
    background-color: #f8f8f8;
    padding-top: 30px;
}

.features-2 .box-features {
    padding: 0;
    margin: 0 0 30px 0;
    background: #fff;
    border-radius: 10px;
}

.features-2 .box-features .features2-mobile{
    display: block !important;
}

.features-2 .box-features .features2-mobile h2{
    font-size: 80px;
    font-weight: bold;
    color: #0fb916;
}

.features-2 .box-features .features2-desk {

}

.features-2 .box-features .features2-desk h3.content-about{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
    text-transform: capitalize;
}

.features-2 .box-features .features2-desk p{
    padding: 0 20px;
    min-height: 200px;
    text-align: justify !important;
}

.faqs {
    background-color: #ffffff;
    padding: 30px;
}

.faqs .postMoreSwiper{
    height: auto !important;
    padding: 0 2px 50px 2px;
}

.faqs .postMoreSwiper .card-product {
    text-align: left;
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 9%);
    /*border: 1px solid #fff;*/
}

.faqs .postMoreSwiper .card-product .card-header.card-header-image {
    border: none;
    box-shadow: none;
    border-radius: 6px 6px 0 0;
    min-height: 200px !important;
    height: 200px !important;
}

.faqs .postMoreSwiper .card-product .card-header.card-header-image a {
    height: 200px !important;
}

.faqs .postMoreSwiper .card-product .card-header.card-header-image img{
    height: 200px !important;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #0fb916;
}

.faqs .postMoreSwiper .card-product .post-more-title .post-time {
    color: #888;
    margin: 20px 15px 0 15px;
}

.faqs .postMoreSwiper .card-product .post-more-title .post-time:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.faqs .postMoreSwiper .card-product .post-more-title h3 {
    min-height:  auto;
    padding: 0 15px;
}

.faqs .postMoreSwiper .card-product .post-more-title h3 a{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 50px;
}

.faqs .postMoreSwiper .card-product .post-more-title p {
    padding: 0 15px;
    margin-top: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 60px;
}

.faqs .postMoreSwiper .card-product .post-more-title .post-view {
    padding: 0 15px;
    font-weight: 400;
    color: #0fb916;
}

.faqs .postMoreSwiper .card-product .post-more-title .post-view:after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}

.nav-faqs{
    width: 100%; 
    margin-bottom: 30px; 
    padding: 0;
}

.nav-faqs .nav-link {
    color: #555;
    font-size: 20px;
    font-weight: 400;
}

.workings {
    padding-top: 30px;
    width: 100%;
}

.workings .work-body {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.workings .work-body .work-img img {
    width: 50%;
}

.workings .work-body .work-step1 {
    width: 40%;
    position: absolute;
    top: 8%;
    right: 0;
}

.workings .work-body .work-step1 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step1 p{
    line-height: 20px;
    font-size: 16px;
}

.workings .work-body .work-step2 {
    width: 40%;
    position: absolute;
    top: 22%;
    left: 0;
    text-align: right;
}

.workings .work-body .work-step2 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step2 p{
    line-height: 20px;
    font-size: 16px;
}

.workings .work-body .work-step3 {
    width: 40%;
    position: absolute;
    top: 35%;
    right: 0;
}

.workings .work-body .work-step3 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step3 p{
    line-height: 20px;
    font-size: 16px;
}

.workings .work-body .work-step4 {
    width: 40%;
    position: absolute;
    top: 48%;
    left: 0;
    text-align: right;
}

.workings .work-body .work-step4 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step4 p{
    line-height: 20px;
    font-size: 16px;
}

.workings .work-body .work-step5 {
    width: 40%;
    position: absolute;
    top: 61%;
    right: 0;
}

.workings .work-body .work-step5 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step5 p{
    line-height: 20px;
    font-size: 16px;
}

.workings .work-body .work-step6 {
    width: 40%;
    position: absolute;
    top: 75%;
    left: 0;
    text-align: right;
}

.workings .work-body .work-step6 h3 {
    font-weight: 500;
    margin: 5px 0 0 0;
}

.workings .work-body .work-step6 p{
    line-height: 20px;
    font-size: 16px;
}

.features {
    background: linear-gradient(to bottom, #eff8f2 0%, #fff 100%);
    padding: 30px 0;
}

.features .box-body {
    width: 100%;
    float: left;
}

.features .box-body .box-body-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 100px;
}

.features .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.features .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 10px;
}

.features .box-body .box-body-main .box-features {
    padding: 30px 15px 10px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
    min-height: 300px;
}

.features .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.features .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.features .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px;
    color: #555;
    text-transform: uppercase;
}

.features .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.features .box-body .box-body-main .box-features .features-desk p {
    padding: 0 5px;
    text-align: justify;
}

.features .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.features .box-body .box-body-main .box-features .process-des {
    /*padding-left: 15px;
    text-align: left;*/
}

.features .box-body .box-body-main .box-features h3.content-about {
    font-weight: 500;
    
}

.features-cks {
    padding-top: 30px;
}

.features-cks .box-body {
    width: 100%;
    float: left;
}

.features-cks .box-body .box-body-header {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 0 100px 50px 100px;
    font-style: italic;
}

.features-cks .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.features-cks .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.features-cks .box-body .box-body-main .box-features {
    padding: 30px 0 20px 0;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
}

.features-cks .box-body .box-body-main .box-features h3.content-about {
    font-size: 1.4rem;
    font-weight: 500;
    color: #555;
}

.features-cks .box-body .box-body-main .box-features p {
    min-height: 72px;
    padding: 0 10px;
}

.features-cks .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.features-cks .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.features-cks .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
}

.features-cks .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.features-cks .box-body .box-body-main .box-features .features-desk p {
    padding: 0 15px;
    text-align: justify;
}

.features-cks .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.features-hddt {
    padding-top: 30px;
}

.features-hddt .box-body {
    width: 100%;
    float: left;
}

.features-hddt .box-body .box-body-header {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 0 100px 50px 100px;
    font-style: italic;
}

.features-hddt .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.features-hddt .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.features-hddt .box-body .box-body-main .box-features {
    padding: 30px 10px 10px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
    min-height: 280px;
}

.features-hddt .box-body .box-body-main .box-features h3.content-about {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
}

.features-hddt .box-body .box-body-main .box-features p {
    min-height: 72px;
    padding: 0 10px;
}

.features-hddt .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.features-hddt .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.features-hddt .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
}

.features-hddt .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.features-hddt .box-body .box-body-main .box-features .features-desk p {
    padding: 0 15px;
    text-align: justify;
}

.features-hddt .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.features-bhxh {
    padding-top: 30px;
}

.features-bhxh .box-body {
    width: 100%;
    float: left;
}

.features-bhxh .box-body .box-body-header {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 0 100px 50px 100px;
    font-style: italic;
}

.features-bhxh .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.features-bhxh .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.features-bhxh .box-body .box-body-main .box-features {
    padding: 30px 10px 10px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
    min-height: 280px;
}

.features-bhxh .box-body .box-body-main .box-features h3.content-about {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #555;
}

.features-bhxh .box-body .box-body-main .box-features p {
    min-height: 72px;
    padding: 0 10px;
}

.features-bhxh .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.features-bhxh .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.features-bhxh .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
}

.features-bhxh .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.features-bhxh .box-body .box-body-main .box-features .features-desk p {
    padding: 0 15px;
    text-align: justify;
}

.features-bhxh .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.package-include {
    background: linear-gradient(90deg, #4caf50, #0862bb);
    padding: 30px 0;
}

.package-include .box-body .box-body-main .box-package-include {
    height: 80%;
    padding-bottom: 15px;
}

.package-include .box-body .box-body-main .box-package-include img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.package-include .box-body .box-body-main .box-package-include h3.content-about {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 20px;
    color: #ffffff;
    text-align: justify;
}

.process-cks {
    background: linear-gradient(to bottom, #fff 0%, #f8f8ef 100%);
    padding: 30px 0;
}

.process-cks .box-body {
    width: 100%;
    float: left;
}

.process-cks .box-body .box-body-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 100px 10px 100px;
}

.process-cks .box-body .box-body-header p {
    font-size: 16px;
    font-style: italic;
}

.process-cks .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.process-cks .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.process-cks .box-body .box-body-main .box-features {
    padding: 30px 0;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
}

.process-cks .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.process-cks .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.process-cks .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
}

.process-cks .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.process-cks .box-body .box-body-main .box-features .features-desk p {
    padding: 0 15px;
    text-align: justify;
}

.process-cks .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.process-cks .box-body .box-body-main .box-features .process-des {
    padding: 0 5px;
    text-align: justify;
}

.gallery-cks {
    background: linear-gradient(to bottom, #f8f8ef 0%, #fff 100%);
    padding: 30px 0;
}

.gallery-cks .box-body {
    width: 100%;
    float: left;
}

.gallery-cks .box-body .box-body-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 100px;
}

.gallery-cks .box-body .box-body-header .body-title {
    padding-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #e11f26;
    text-transform: uppercase;
}

.gallery-cks .box-body .box-body-main {
    float: left;
    width: 100%;
    padding: 15px;
}

.gallery-cks .box-body .box-body-main .box-features {
    padding: 0;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
}

.gallery-cks .box-body .box-body-main .box-features .features-mobile{
    display: none;
}

.gallery-cks .box-body .box-body-main .box-features .features-desk img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery-cks .box-body .box-body-main .box-features .features-desk h3.content-about {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    padding: 0px 15px;
    color: #555;
}

.gallery-cks .box-body .box-body-main .box-features .features-desk h3.content-about a {
    color: #555;
}

.gallery-cks .box-body .box-body-main .box-features .features-desk p {
    padding: 0 15px;
    text-align: justify;
}

.gallery-cks .box-body .box-body-main .box-features .process-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.gallery-cks .box-body .box-body-main .box-features .process-des {
    /*padding-left: 15px;
    text-align: left;*/
}

.introduce {
    width: 100%;
    background: linear-gradient(to bottom, #fff 0%, #eff8f2 100%);
}

.introduce .introduce-box {
    display: flex;
    padding: 30px 25px;
}

.introduce .introduce-box .intro-box {
    display: flex;
    align-items: center;
    background: #ed4d54;
    background-image: url(../assets/img/background-banner.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    color: #ffffff;
    border-radius: 30px;
}

.introduce .introduce-box-col-1 {
    width: 35%;
}

.introduce .introduce-box-img {
    width: 100%;
    float: left;
    opacity: 0;
    padding: 5px 40px;
}

.introduce .introduce-box-img img{
    width: 100%;
}

.introduce .introduce-box-title {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14.75px;
}

.introduce .introduce-box-col-2 {
    width: 65%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.introduce .introduce-box-col-2 .intro-info {
    padding-top: 15px;
}

.introduce .introduce-box-col-2 .about-us, .introduce .introduce-box-col-2 .intro-info, .introduce .introduce-box-col-2 .intro-viewmore{
    opacity: 0;
}

.introduce .introduce-box-col-2 .des-1{
    font-size: 16px;
    /*font-family: "Roboto Regular",Roboto,Arial !important;*/
}

.introduce-1 {
    width: 100%;
    /*background: #0fb916;*/
}

.introduce-1 .introduce-box {
    display: flex;
    padding: 30px 0;
}

.introduce-1 .introduce-box-col-1 {
    width: 40%;
    
}

.introduce-1 .introduce-box-img {
    width: 100%;
    float: left;
}

.introduce-1 .introduce-box-img img{
    width: 80%;
    float: right;
    padding-right: 30px;
}

.introduce-1 .introduce-box-col-2 {
    width: 60%;
    padding-left: 30px;
}

.introduce-2 {
    width: 100%;
    background: #fafafa;
}

.introduce-2 .introduce-box {
    display: flex;
    padding: 30px 0;
}

.introduce-2 .introduce-box-col-1 {
    width: 55%;
    padding: 30px;
}

.introduce-2 .introduce-box-img {
    width: 100%;
    float: left;
}

.introduce-2 .introduce-box-img img{
    width: 80%;
    float: right;
    padding-right: 30px;
}

.introduce-2 .introduce-box-col-2 {
    width: 45%;
    padding-left: 30px;
}

.introduce-3 {
    width: 100%;
    background: #fbfbfb;
}

.introduce-3 .introduce-box {
    display: flex;
    padding: 30px 0;
}

.introduce-3 .introduce-box-col-1 {
    width: 45%;
    
}

.introduce-3 .introduce-box-img {
    width: 100%;
    float: left;
}

.introduce-3 .introduce-box-img img{
    width: 90%;
    float: right;
    padding-right: 30px;
}

.introduce-3 .introduce-box ul.ul_features {
    list-style-type: decimal;
    padding-left: 30px;
}

.introduce-3 .introduce-box ul.ul_features li {
    padding: 8px 0;
    font-size: 17px;
}

.introduce-3 .introduce-box-col-2 {
    width: 55%;
    padding-left: 30px;
    padding-top: 10px;
}

.introduce-hddt {
    width: 100%;
}

.introduce-hddt .introduce-box {
    display: flex;
    padding: 0;
}

.introduce-hddt .introduce-box-col-1 {
    width: 55%;
    padding: 50px 30px;
}

.introduce-hddt .introduce-box-col-1 h3 {
    font-size: 2rem !important;
}

.introduce-hddt .introduce-box-col-2 {
    width: 45%;
    position: relative;
    padding-left: 30px;
}

.introduce-hddt .introduce-box-col-2 .introduce-box-img {
    width: 100%;
    float: left;
}

.introduce-hddt .introduce-box-col-2 .introduce-box-img img{
    width: 80%;
    position: absolute;
    bottom: 0;
    padding-right: 30px;
}

.introduce-newcompany {
    width: 100%;
    background: #fff;
}

.introduce-newcompany .introduce-box {
    display: flex;
    padding: 30px 0;
}

.introduce-newcompany .introduce-box-col-1 {
    width: 25%;
}

.introduce-newcompany .introduce-box-img {
    width: 100%;
    float: left;
}

.introduce-newcompany .introduce-box-img img{
    width: 100%;
    float: right;
    padding: 0 15px;
}

.introduce-newcompany .introduce-box-col-2 {
    width: 75%;
    padding: 15px 0 0 30px;
}

.introduce-newcompany .introduce-box-col-2 .des-1{
    font-size: 17px;
}

.introduce-newcompany .introduce-box-col-2 ul li {
    font-size: 17px;
}

.evaluate {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    /*background-image: url(../assets/img/footer-bg.png);*/
}

.evaluate .evaluate-box {
    display: flex;
    padding: 30px 0;
}

.evaluate .evaluate-box-col-1 {
    width: 22%;
    /*background: linear-gradient(270deg, #0fb916 0%, #08750d 80%);*/
    border-radius: 5px;
    opacity: 0.8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(180deg, rgb(255 0 25), rgb(237 78 82 / 63%) 40%, rgb(236 3 27) 80%), url(../assets/img/process.0e84413.jpeg);
}

.evaluate .evaluate-box-col-1 .title-1{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 2rem !important;
}

.evaluate .evaluate-box-img {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.evaluate .evaluate-box-img img{
    width: 40%;
    padding-top: 30px;
}

.evaluate .evaluate-box-col-2 {
    width: 78%;
    padding-left: 3%;
}

.evaluate .evaluate-box-col-2 .evaluate-star {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    --stack-gap: 0;
}

.evaluate .evaluate-box-col-2 .evaluate-star-img {
    width: 100%;
    max-width: 25px !important;
}

.evaluate .evaluate-box-col-2 .evaluate-star-img .evaluate-star-img-inner{
    overflow: hidden;
    position: relative;
}

.evaluate .evaluate-box-col-2 .evaluate-comment-cus {
    width: 100%;
    padding: 15px 0;
    min-height: 190px;
}

.evaluate .evaluate-box-col-2 .evaluate-comment-cus p {
    font-size: 16px;
    text-align: left;
}

.evaluate .evaluate-box-col-2 .evaluate-company{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    --stack-gap: 0;
}

.evaluate .evaluate-box-col-2 .evaluate-company .icon-box-img {
    width: 80px;
}

.evaluate .evaluate-box-col-2 .evaluate-company .icon-box-img img {
    width: 100%;
    border-radius: 30px;
}

.evaluate .evaluate-box-col-2 .evaluate-company .customer-name {
    width: 100%;
    padding-left: 15px;
}

.evaluate .evaluate-box-col-2 .evaluate-company .customer-name h3{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.evaluate .evaluate-box-col-2 .evaluate-company .customer-name p {
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    padding-top: 5px;
}

h3.title-1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: bold !important;
    color: #555;
}

h3.title-cks-1 {
    font-size: 2.2rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
    color: #555;
}

.card .card-actions {
    top: -30px !important;
}

.card .card-body {
    min-height: 60px !important;
}

.card-reset {
    transition: all .3s linear;
    transform: translateZ(0);
}

.card-hidden {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 2rem !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important;
}

.dropdown-menu {
    -webkit-transition: height 1s ease-in-out;
    /* Safari */
    transition: height 1s ease-in-out;
}

.nav-pills .nav-item .nav-link {
    border-radius: 20px !important;
    padding: 4px 10px !important;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active, .nav-pills.nav-pills-warning .nav-item .nav-link.active:focus, .nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
    background-color: #ff9800;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px #ff9800ba;
    color: #fff;
}

.package {
    border-radius: 10px;
    /*border: 1px solid #0fb916;*/
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .12), 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.package-title {
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, #e32528, #f2693c);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.package-hddt-title {
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    background-color: #4870b7;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.package-body {
    padding: 10px 0;
}

.package-body .package-price {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0 0 0;
    line-height: 35px;
}

.package-body .package-price .sale-rate {
    align-self: flex-start;
    font-family: "Roboto", Sans-serif;
    line-height: 1;
    font-size: 0.8em;
    font-weight: 500;
    color: #066d0a;
    background: #cfeed0;
    padding: 5px;
    border-radius: 2px;
    margin-right: 5px;
}

.package-body .package-price .price-number {
    font-size: 40px;
    font-weight: bold;
}

.package-body .package-price .price-currency {
    align-self: flex-start;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    line-height: 1;
    font-size: 1em;
}

.package-item {
    padding: 15px 0;
    min-height: 235px;
}

.package-item .ul-list {
    padding: 0 15px;
}

.package-item .ul-list .li-repeat{
    list-style-type: none;
    padding: 8px 0;
    font-size: 17px;
    color: #888;
    border-bottom: 1px solid #ddd;
}

.package-item .ul-list .li-repeat .li-content i{
    margin-right: 0;
}

.package-com-item {
    padding: 15px 0;
    min-height: 370px;
}

.package-com-item .ul-list .li-repeat{
    list-style-type: none;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.package-com-item .ul-list .li-repeat .li-content i{
    margin-right: 0;
}

.package-hddt-item {
    padding: 15px 0;
    min-height: 140px;
}

.package-hddt-item .ul-list {
    padding: 0 15px;
}

.package-hddt-item .ul-list .li-repeat{
    list-style-type: none;
    padding: 10px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.package-hddt-item .ul-list .li-repeat .li-content i{
    margin-right: 0;
}

.package-contact {
    padding: 0 0 15px 0;
}

#logo {
    width: 100%;
/*    transition: opacity 0.3s, margin 0.1s;*/
}

/*the container must be positioned relative:*/
.cus-select {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif !important;
    border: 1px solid #e91e63e3;
    border-radius: 2px;
}

.cus-select select {
    display: none;
    /*hide original SELECT element:*/

}

.cus-select .select-selected {
    background-color: #e91e63e3;
    border-radius: 2px;
}

/*style the arrow inside the select element:*/
.cus-select .select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.cus-select .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.cus-select .select-items div,
.select-selected {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.cus-select .select-items {
    position: absolute;
    background-color: #e91e63c2;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px;
    z-index: 99;
    border-radius: 2px;
}

/*hide the items when the select box is closed:*/
.cus-select .select-hide {
    display: none;
}

.cus-select .select-items {
    height: 289px;
    overflow-y: scroll;
}

.cus-select .select-items::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.cus-select .select-items::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.cus-select .select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.cus-select .select-items:before {
    position: absolute;
    content: "";
    top: -11px;
    left: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #e91e63 transparent;
}

.cus-select .select-items.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style items (options):*/
.city-select {
    position: relative;
}

.city-select select {
    position: relative;
    width: 100%;
    height: 37px;
    /*background: #ea2c6d;*/
    border: 1px solid #ea2c6d;
    /*color: #fff;*/
    padding: 0 10px;

}

.city-select:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #ea2c6d transparent transparent transparent;
}

.city-select select option {
    padding: 10px 0;
}

.cus-input {
    width: 100%;
    height: 37px;
    margin: 0 auto;
    padding: 0 10px;
    font-family: "Roboto", sans-serif !important;
    border: 1px solid #e91e63e3;
    border-radius: 2px;
    font-size: 14px;
}

.place-big {
    float: left;
    position: relative;
    width: 100%;
    max-height: 364px;
    overflow: hidden;
    border-radius: 5px;
}

.place-small {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-left: 5px;
}

.place-item {
    width: calc(50% - 10px);
    position: relative;
    margin: 0 5px 10px 5px;
    float: left;
    max-height: 177px;
    border-radius: 5px;
    overflow: hidden;
}

.place-img {
    position: relative;
    border-radius: 5px;
}

.place-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
    transform: rotate(-180deg);
}

.place-info {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

.place-info h3 {
    width: 100%;
    height: 100%;
}

.place-info a {
    color: #fff;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
}

.place-info .place-name {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    text-transform: capitalize;
    display: block;
}

.place-info .place-number {
    font-size: 13px;
    line-height: 30px;
    font-weight: normal;
}

.main-header {
    float: left;
    width:  100%;
    padding: 3px 0;
    background: #fff;
    box-shadow: 0px 6px 8px rgb(29 36 62 / 10%);
    position: inherit;
    top: 102px;
    z-index: 8;
/*    transition: all 0.1s cubic-bezier(0, 0.1, 0.8, 0.5);*/
    border-top: 1px dotted #e5e5e5;
}

.scroll-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.scroll-up {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.main-body {
    float: left;
    width:  100%;
    padding-top: 10px;
}

.search-top-desktop{
    display: flex;
}

.search-top-mobile, .search-nav-mobile{
    display: none;
}

.product-search {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.product-search .product-search-control {
    background: #fff;
    border-radius: 3px 5px 5px 3px;
    height: 42px;
}

.product-search .product-search-control .search-cate {
    float: left;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}

.product-search .product-search-control .search-cate .select-custom {
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
    background-size: 20px 21px;
}

.product-search .product-search-control .search-cate .select-custom:after{
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 18px;
    background-size: 15px 18px;
}

.product-search .product-search-control .search-cate input[type=text] {
    width: 100%;
    height: 40px;
    padding: 12px 15px;
    margin-top: 3px; 
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    box-shadow: -1px 1px 4px #aeaeae;
}


.product-search .product-search-control .search-cate .search-product-cate {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-product-cate::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-product-cate::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-product-cate ul.ul-result-product-cate li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-district {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-district::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-district::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-district ul.ul-result-districts li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-acreage {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-acreage::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-acreage::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-acreage ul.ul-result-acreage li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-cate .search-projects {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    overflow-y: scroll;
    z-index: 9;
    border-radius: 3px;
    box-shadow: -1px 1px 4px #aeaeae;
}

.product-search .product-search-control .search-cate .search-projects::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.product-search .product-search-control .search-cate .search-projects::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects {
    margin: 0;
    padding: 0;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li {
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li:last-child {
    border-bottom: 1px solid #ddd;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li:hover {
    background: #77baf2;
}

.product-search .product-search-control .search-cate .search-projects ul.ul-result-projects li a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-search .product-search-control .search-button {
    float: right;
    width: 100%;
}

.product-search .product-search-control .search-button .btn-home-search {
    width: 100%;
    background: #3c9f10 url(https://file4.batdongsan.com.vn/images/newhome/icon3x/icon-search.png) no-repeat 110px 12px;
    border-radius: 5px;
    height: 42px;
    text-align: center;
    color: #fff;
    border: 0;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    margin: 0;
    background-size: 16px 16px;
    box-sizing: border-box;
}

.product-list {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.product-list .product-header {
    width: 100%;
    float: left;
    padding: 0;
}

.product-list .product-header .header-title{
    float: left;
    width: 100%;
    padding: 0;
}

.product-title{
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #2c2f36;
    font-weight: 400;
    margin: 6px 0 8px;
}

.product-list .product-header .header-sort{
    float: right;
    width: 180px;
    margin-bottom: 5px;
}

.product-list .product-header .header-sort .product-sort{
    float: left;
    width: 100%;
    margin: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control{
    background: #fff;
    border-radius: 3px 5px 5px 3px;
    height: 34px;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item{
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom{
    font-weight: bold;
    color: #555;
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom:hover .sort-list {
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom select {
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-radius: 4px;
    color: #666666;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom:after {
    content: '';
    background: url('../assets/img/icon-down-arrow.png') no-repeat center center;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 18px;
    background-size: 15px 18px;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list {
    position: absolute;
    top: 102%;
    left: 0;
    width: 100%;
    display: none;
    background: white;
    max-height: 250px;
    z-index: 9;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #aeaeae;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort{
    margin: 0;
    padding: 0;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li {
    list-style-type: none;
    background: url(../assets/img/arrow-right.png) no-repeat 8px 11px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #e3eef2;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li:hover {
    background-color: #77baf2;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    display: block;
}

.product-list .product-header .header-sort .product-sort .product-sort-control .sort-item .sort-custom .sort-list ul.ul-result-sort li a:hover {
    color: #fff;
}

.product-list .product-body {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.product-list .product-body .product-item {
    width: 100%;
    display: flex;
    float: left;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);
    cursor: pointer;
}

.prod-info{
    width: 100%;
    float: left;
}

.prod-contact{
    width: 100%;
    float: left;
}

.product-list .product-body .product-item:hover {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
}

.product-list .product-body .product-item .product-image {
    width:  32%;
    height: 195px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
}

.product-list .product-body .product-item .product-image__:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-list .product-body .product-item .product-image:hover:before{
    -webkit-animation:shine .75s;
    animation:shine .75s
}
@-webkit-keyframes shine{100%{left:125%}}
@keyframes shine{100%{left:125%}}

.product-list .product-body .product-item .product-image .img-1 {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.product-list .product-body .product-item .product-image .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.product-list .product-body .product-item .product-main, .product-list .product-body .product-item .product-hot {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 68%;
    float: left;
    padding-left: 15px;
}

.product-title-m, .product-title-m{
    display: none;
}

.product-main .product-title a, .product-hot .product-title a{
    font-family: "Roboto", sans-serif !important;
    color: #262626;
    display: block;
    font-size: 18px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    /*min-height: 50px;*/
}

.product-info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-info span{
    color: #2c2f36;
    display: block;
    float: left;
}

.product-des {
    float: left;
    width: 100%;
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    font-weight: normal !important;
    color: #505050;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-info .price {
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-size: 15px;
    color: #ba103c;
}

.product-info .area, .product-info .bedroom, .product-info .toilet, .product-info .furniture {
    font-weight: 400;
}

span.bedroom {
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/bedroom.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.toilet {
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/toilet.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.area{
    font-size: 14px;
    text-indent: 23px;
    background: url(../assets/img/acreage.png) no-repeat left 0;
    background-size: 20px 20px;
}

span.location{
    font-size: 14px;
    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-info .dot {
    padding: 0 8px;
}

.product-main .product-content, .product-hot .product-content {
    float: left;
    width: 100%;
    color: #747c87;
    line-height: 20px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    white-space: normal;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-address {
    float: left;
    width: 50%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-main .product-address {
    float: left;
    width: 100%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-main .product-add {
    float: left;
    width: 100%;
    color: #747c87;
    font-size: 13px;

    text-indent: 20px;
    background: url(../assets/img/address.png) no-repeat left 0;
    background-size: 16px 16px;
}

.product-user{
    width: 50%;
    float: left;
    text-align: left;
    color: #444;
    font-size: 13px;
}

.product-user .user-info {
    color: #333;
    font-weight: 600;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-user .time-info {
    color: #555;
    font-weight: 500;
    font-size: 12px;
    font-family: "Roboto Regular",Roboto,Arial !important;
}

.product-cont{
    width: 50%;
    float: right;
    text-align: right;
    padding: 7px 0;
}

.product-list .product-body .product-item .product-main .product-view {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 30px;
}

.product-list .product-paginate {
    float: left;
    width: 100%;
    padding-top: 30px;
    display: block;
    text-align: center;
}

.product-list .product-paginate nav.paginate {
    display:inline-block;
    position:relative;
}

.product-detail {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0 15px;
/*    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);*/
}

.product-gallerys {
    border-radius: 4px;
    width: 100%;
    float: left;
    height: 665px;
}

.download-all{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    color: red;
    font-size: 1rem;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 75%;
    opacity: 0.6;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ff9800;
}

.img-slide {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 9;
}

.img-banner-slide {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9;
}

.banner-left {
    position: fixed;
    width: 160px;
    top: 0px;
    left: calc(50% - 1340px/2 - 160px - 20px) !important;
}

.blur-bg{
    filter: blur(30px)!important;
    -webkit-filter: blur(30px);
}

.position-absolute {
    position: absolute!important;
}

.product-header {
    width: 100%;
}

.product-header .product-title {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

.product-header .short-title{
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.product-header .created-time {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
}

.short-detail-wrap {
    position: relative;
}

ul.short-detail-2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

ul.short-detail-2 li {
    float: left;
    list-style-type: none;
    width: 25%;
}

ul.short-detail-2 li.investor {
    width: 75% !important;
}

.pad-16 {
    padding: 16px 0;
}

.short-detail-2 .sp1 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #747c87;
    width: auto;
    display: block;
    margin-bottom: 4px;
    text-align: center;
}

.short-detail-2 .sp2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    width: auto;
    display: block;
    margin-top: 4px;
    text-align: center;
}

.product-body {
    float: left;
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.product-body .detail-1 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-body .title-detail {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2c2f36;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.product-body .des-product {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2c2f36;
    padding: 0 10px;
}

.product-body .des-product p {
    margin-bottom: 5px;
}

.product-body .detail-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 16px;
}

.product-body .detail-3 {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding-top: 16px;
}

.product-related {
    float: left;
    width: 100%;
    padding: 5px;
}

.box-round-grey3 {
    border: 1px solid #ebedf0;
    box-sizing: border-box;
    /*border-radius: 4px;*/
    padding: 0 15px;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2c2f36;
}

.box-round-grey3 .title-info {
    min-height: 40px;
    padding-top: 10px;
    border: 1px solid #ddd;
    background: #f3f3f3;
}

.box-round-grey3 .content-info {
    min-height: 40px;
    padding-top: 10px;
    border: 1px solid #ddd;
}

.title-related {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #e91e63;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    padding: 15px 0;
}

.map-product {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product-contact{
    float: left;
    width: 100%;
    margin: 15px 0;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);
    border-radius: 4px;
    background: #fff;
}

.contact-name {
    text-align: center;
    font-weight: bold;
    padding: 15px 0;
}

.contact-mobile {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.contact-mobile a{
    padding: 16px 25px;
    border-radius: 6px;
    font-size: 16px;
}

.contact-mobile a i{
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    color: #b70100;
    font-size: 1.3rem !important;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
    padding: 9px;
}

.myProducts{
    padding: 30px
}

.myProducts .package-item .ul-list .li-repeat {
    text-align: left;
}

.myProducts2{
    padding: 30px
}

.myProducts2 .package-item .ul-list .li-repeat {
    text-align: left;
}

.listPriceCompany{
    padding: 0 30px 30px 30px;
}

.listPriceCompany .package-com-item .ul-list .li-repeat {
    text-align: left;
}

.contact-email {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.sidebar-box {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 0;
    box-shadow: 0px 4px 6px 0px rgb(44 44 44 / 10%);
    background: #ebebeb;
}

.sidebar-box .project-header {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    padding: 10px 5px 5px 15px;
    display: inline-block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #fff;
}

.sidebar-box .project-list {
    float: left;
    width: 100%;
    padding: 0;
    /*background: #fff;*/
}

.sidebar-box .project-list ul {
    padding: 0;
    margin: 0;
}

.sidebar-box .project-list ul li {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0 5px;

}

.sidebar-box .project-list ul li a {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #2c2f36;
    padding-left: 10px;
    cursor: pointer;

    /*text trên 1 dong, nếu dài quá thì cắt ngắn*/
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-box .project-list ul li a.active {
    font-weight: bold;
}

.sidebar-box .project-list ul li a:hover {
    color: #056cc1;
}

.project-info-title {
    padding: 30px 0;
}

.sidebar-project-banner {
    float: left;
    width: 100%;
    height: 100%;
}

.sidebar-project-related {
    float: left;
    width: 100%;
    height: 100%;
    /*border: 1px solid #ddd;*/
}

.sidebar-project-related .project-title {
    float: left;
    width: 100%;
    padding-top: 10px;
    /*border: 1px solid #eb1f27;*/
    /*border-bottom: none;*/
    border-radius: 9px 9px 0 0;
    background: #eb1f27;
}

.sidebar-project-related .project-title .header-title h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

.sidebar-project-related .project-related {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.sidebar-project-related .project-related .project-item{
    float: left;
    width: 50%;
    height: 85px;
    padding: 5px;
    border: 1px solid #ddd;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-hot {
    background-color: #ba103c!important;
}

.text-title {
    color: #0fb916 !important;
}

.text-green {
    color: #0fb916 !important;
}

.text-red {
    color: #ee352c !important;
}

.text-hot {
    color: #ba103c!important;
    text-transform: uppercase;
}

.text-vip1 {
    color: #262626 !important;
    text-transform: uppercase;
}

.text-vip2 {
    color: #262626 !important;
    text-transform: uppercase;
}

.bg-vip1 {
    background: #e03c31!important;
    text-transform: uppercase;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip1:after {
    content: '';
    background-color: #d53d31;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.bg-vip2 {
    background: #e3a338!important;
    text-transform: none;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip2:after {
    content: '';
    background-color: #ba7809;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.bg-vip3 {
    background: #3fb6ba!important;
    text-transform: none;
    border-radius: 7px 4px 4px 0.5px;
}

.bg-vip3:after {
    content: '';
    background-color: #1a9ea4;
    position: absolute;
    left: 0.4px;
    bottom: -2.8px;
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
    z-index: -1;
}

.text-price {
    color: #DCA447!important;
}

.img-hot {
    width: 32% !important;
    height: 180px !important;
}

.img-vip-1 {
    width: calc(100% + 1px);
    margin-left: -0.5px;
    margin-right: -0.5px;
    float: left;
    position: relative;
    display: block;
    overflow: initial;
}

.img-vip-1:after, .img-vip-2:after, .img-vip-2:after{
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44,44,44,0) 0%, #2c2c2c 108.75%);
    content: '';
    z-index: 1;
}

.img-vip-1 .img-1{
    position: relative;
    width: calc(563/848*100%);
    height: 282px;
    float: left;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}

.img-vip-1 .img-1 img {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-vip-1 .img-2{
    width: calc(100% - 563/848*100% - 2px);
    height: 160px;
    overflow: hidden;
    float: right;
    margin-left: 2px;
    margin-bottom: 2px;
    border-radius: 0 4px 0 0;
}

.img-vip-1 .img-2 .img-22 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-2 .img-22 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-2 .img-22 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-1 .img-3{
    width: calc((100% - 563/848*100% - 4px)/2);
    height: 120px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-bottom: 0;
    border-radius: 0;
}

.img-vip-1 .img-3 .img-32 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-3 .img-32 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-3 .img-32 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-1 .img-4{
    width: calc((100% - 563/848*100% - 4px)/2);
    height: 120px;
    overflow: hidden;
    float: right;
    margin-left: 2px;
    margin-bottom: 0;
    border-radius: 0 0 4px 0;
}

.img-vip-1 .img-4 .img-42 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-1 .img-4 .img-42 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-1 .img-4 .img-42 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-vip-1 {
    width: 100%;
    float: left;
    padding-left: 15px;
}

.product-vip-1 .product-title a{
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
}

.product-vip-1 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 14px !important;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.img-vip-2 {
    float: left;
    width: 40% !important;
    position: relative;
}

.img-vip-2 .img-1{
    position: relative;
    width: 100%;
    height: 182px;
    float: left;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.img-vip-2 .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.img-vip-2 .img-2{
    width: calc(100%/3 - 2px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    border-radius: 0 0 0 4px;
}

.img-vip-2 .img-2 .img-22 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-2 .img-22 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-2 .img-22 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-2 .img-3{
    width: calc(100%/3 - 1px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 0;
}

.img-vip-2 .img-3 .img-32 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-3 .img-32 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-3 .img-32 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-vip-2 .img-4{
    width: calc(100%/3 - 1px);
    height: 90px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    border-radius: 0 0 4px 0;
}

.img-vip-2 .img-4 .img-42 {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-vip-2 .img-4 .img-42 div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-vip-2 .img-4 .img-42 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-vip-2 {
    width: 60%;
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.product-vip-2 .product-title a{
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
}

.product-vip-2 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.img-vip-3 {
    float: left;
    width: 40% !important;
    position: relative;
}

.img-vip-3 .img-1{
    position: relative;
    width: 100%;
    height: 202px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
}

.img-vip-3 .img-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}

.product-vip-3 {
    width: 60%;
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.product-vip-3 .product-title a{
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
}

.product-vip-3 .product-des {
    font-family: "Roboto Regular",Roboto,Arial !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal !important;
    color: #505050;
}

.card-product {
    box-shadow: none;
    margin: 0;
    border-radius: 5px !important;
}

.project-home-image{
    height: auto !important;
    min-height: 110px;
}

.post-home-image{
    height: auto !important;
    min-height: 230px;
}

.post-more-title {
    width: 100%;
}

.post-more-title h3 {
    min-height: 90px;
    padding: 0 5px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.card-product .card-header.card-header-image {
    position: relative;
    margin: 0 !important;
    height: 130px;
    overflow: hidden;
    display: block;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 15px 0 rgb(2 55 102 / 9%);
}

.card-product .card-header.card-header-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.card-product .card-header.card-header-image img{
    width: 100%;
    box-shadow: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.read-more {
    padding: 8px 25px;
    border: 1px dashed;
    border-radius: 5px;
}

a.see-more {
    padding: 3px 20px;
    border: 1px dashed;
    border-radius: 3px;
    float: right;
    margin: 20px 0 10px;
}

.ribbon-wrapper {
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 7;
}

.ribbon-wrapper .ribbon {
    font-family: "Roboto", sans-serif !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: .7rem;
    font-weight: 500;
    line-height: 100%;
    padding: .375rem .775rem;
    position: relative;
    text-transform: uppercase;
    top: 10px;
}

/*.ribbon-wrapper .ribbon:after, .ribbon-wrapper .ribbon:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute;
}

.ribbon-wrapper .ribbon:before {
    left: 0;
}

.ribbon-wrapper .ribbon:after {
    right: 0;
}*/

.card .card-footer {
    display: block;
}

.card .card-footer .price{
    width: 60%;
    float: left;
}
.card .card-footer .price p{
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #ba103c;
    margin: 0;
    text-align: left;
}
.card .card-footer .price p i{
    font-size: 24px;
}

.card .card-footer .acreage{
    width: 40%;
    float: left;
    text-align: right;
}
.card .card-footer .acreage p{
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #2c2f36;
    margin: 0;
    float: right;
}
.card .card-footer .acreage p i{
    font-size: 20px;
    top: 6px !important;
}

.card .card-footer .stats{
    width: 100%;
    float: left;
}

.card .card-footer .stats p.card-category {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-product {
    padding-left: 10px;
    padding-right: 10px;
}

#googleMap {
    width:100%;
    height:500px;
}

.footer-static {
    position: relative;
    width: 100%;
    float: left;
    min-height: 280px;
    overflow: hidden;
    padding-top: 50px;
    color: #fff;
    background: linear-gradient(90deg, #171717, #201b1b);
    /*background-image: url(../assets/img/bg-footer.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;*/
}

.footer-static .footer-top {
    float: left;
    width: 100%;
    min-height: 200px;
    padding-bottom: 50px;
}

.footer-static .footer-top .footer-col-1 {
    float: left;
    width: 30%;
    padding: 0 30px 15px 0;
}

.footer-static .footer-top .footer-col-1 .footer-title {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    height: 45px;
    background: url(../assets/img/b3.gif) repeat-x left bottom;
}

.footer-static .footer-top .footer-col-1 ul {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
}

.footer-static .footer-top .footer-col-1 ul li{
    list-style-type: none;
}

.footer-static .footer-top .footer-col-1 ul li a {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-static .footer-top .footer-col-2 {
    float: left;
    z-index: 1;
    position: relative;
    width: 70%;
    padding-bottom: 15px;
}

.footer-static .footer-top .footer-col-2 .footer-block{
    float: left;
    width: 33.33%;
    padding-left: 50px;
}

.footer-static .footer-top .footer-col-2 .footer-title {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    height: 45px;
    background: url(../assets/img/b3.gif) repeat-x left bottom;
}

.footer-static .footer-top .footer-col-2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 20px;
    padding-top: 0;
}

.footer-static .footer-top .footer-col-2 ul li{
    width: 100%;
    float: left;
    list-style-type: decimal;
    font-size: 16px;
}

.footer-static .footer-top .footer-col-2 ul li a {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.footer-static .footer-top .shape16 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    transform: scalex(-1);
}

.footer-static .footer-bottom {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #fff;
}

.footer-static .footer-bottom a {
    color: #fff;
}



.copyright {
    float: right;
}

.action_mobile_footer {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9;
}

.action_mobile_footer > a.btn-mobile-hotline {
    position: relative;
    color: white;
    font-size: 18px;
    font-weight: 400;
    float: left;
    /*background: #ba103c;*/
    padding: 10px 8px;
    border-radius: 25px;
    margin: 5px; 
    width: 170px;
    text-align: center;
}

.action_mobile_footer > a.btn-mobile-hotline i.fa {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    color: #fff;
    font-size: 22px;
    background: #0fb916;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    margin-right: 5px;
    text-align: center;
    padding: 14px;
    position: absolute;
    left: -15px;
    bottom: -2px;
    border: 2px solid #fff;
}

.action_mobile_footer > a.btn-mobile-hotline span{
    background: #0fb916;
    padding: 8px 15px 8px 35px;
    border-radius: 0 20px 20px 0;
}

.action_mobile_footer > a.sms {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    float: left;
    background: #f44336;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 1% 1% 1% 0; 
    width: 29%;
    display: none;
    align-items: center;
    justify-content: center;
}

.action_mobile_footer > a.sms i{
    display: inline-block;
    background: url(../assets/img/sms.svg) center no-repeat;
    background-size: contain;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    animation: quick-alo-circle-fill-anim 1.5s infinite ease-in-out;
}

.action_mobile_footer > a.zalo {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    float: left;
    background: #ddd;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 1% 1% 1% 0; 
    width: 29%;    
    display: none;
    align-items: center;
    justify-content: center;
}

.action_mobile_footer > a.zalo i{
    display: inline-block;
    background: url(../assets/img/zalo-chat.png) center no-repeat;
    background-size: contain;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    animation: quick-alo-circle-fill-anim 1.5s infinite ease-in-out;
}

.action_zalo_footer {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: auto;
    z-index: 9;
}

.action_zalo_footer > a {
    color: white;
    font-size: 18px;
    float: right;
    background: #c72528;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.call {
    color: #fff !important;
    padding: 5px 15px 5px 15px !important;
    display: inline-block;
    border-radius: 30px;
    background: #00B230;
    min-width: 159px; 
    height: auto !important;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    line-height: 32px !important;
    margin-bottom: 2px;
    margin-top: 0px !important;
    overflow: visible !important;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #00B230;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.call:after{
    content: "- Call";
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    display: inline-block;
    float: right;
    border-radius: 4px;
    padding: 2px 0;
    color: #fff;
    margin-top: 4px;
    margin-left: 8px;
    text-transform: none!important;
}

.call .copyed {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  opacity: 0.7;
}

.call .copyed::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

li.lv0:hover .re__arrrow {
    width: 100%;
}

li.lv0:hover .dropdown-menu{
    display: block!important;
    margin: 0;
    position: absolute;
    opacity: 1;
    transform: scale(1);
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        flex: 0 0 50%;
        max-width: 50% !important;
    }

    .banner {
        padding-top: 0;
    }

    .banner-swiper {
        height: 460px !important;
    }

    .slide-box {
        position: absolute;
        top: 10%;
        left: calc((100% - 720px) / 2);
        width: 100%;
        height: 80%;
        z-index: 8;
    }

    .slide-box-col-1 {
        padding-right: 0;
    }

    .slide-box-col-1 .title-1 {
        font-size: 1.4rem !important;
    }

    .slide-box-col-1 .des-1 {
        font-size: 0.8rem;
    }

    .slide-box-col-1 .btn-contact .btn-mobile-call {
        padding: 5px 10px !important;
    }

    .slide-box-col-2 {
        padding-left: 10px;
    }

    .proj-m {
        width: 50% !important;
        padding-bottom: 10px;
    }

    .projects {
        background-size: 100% 100%;
    }

    .projects .thong-so .ts-icon{
        width: 40%;
        padding: 5px 0;
    }

    .projects .thong-so .ts-info{
        width: 60%;
        padding: 10px 0;
    }
}

/*SCREEN 640*/
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .btn-contact {
        padding: 15px;
    }

    .header-bar {
        display: none;
    }

    .card {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .top-bar {
        display: none;
    }

    .nav-user{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-user li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        margin: 10px 0 0 0;
        display: inline-table;
    }

    .nav-user li a{
        display: inline-block;
    }

    .btn-login {
        padding: 0;
        margin-top: 0 !important;
    }

    .btn-add {
        padding: 0;
        margin-top: 0 !important;
    }

    .txt-rotate {
        font-size: 1.6rem!important;
    }

    .display-vip1 {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .display-vip2 {
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .mobile-none {
        display: none !important;
    }

    .navbar .dropdown-menu .dropdown-item{
        margin: 2px 20px!important;
    }
    
    .container {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }

    .navbar .navbar-wrapper {
        width: 80%;
        display: block!important;
        text-align: left;
        padding: 0;
    }

    .m-w-50{
        width: 50%!important;
    }

    .row {
        margin-right: -10px!important;
        margin-left: -10px!important;
    }

    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        flex: none;
    }

    .navbar {
        position: fixed;
        padding: 10px !important;
        background: #fff !important;
    }

    .off-canvas-sidebar .navbar-collapse:after {
        background-color: #fff !important;
    }

    .wrapper.wrapper-full-page {
        margin-top: 77px;
    }

    .pd-0 {
        padding: 5px !important;
    }

    .pdl-0 {
        padding-left: 5px !important;
    }

    .pdr-0 {
        padding-right: 5px !important;
    }

    .title-com {
        font-size: 2rem;
    }

    .breadcrumb {
        padding-left: 5px !important;
    }

    .img-hot {
        width: 100%!important;
        height: 250px!important;
    }

    .img-vip-1 {
        width: calc(100% - 1px);
        float: left;
        position: relative;
        display: block;
        overflow: initial;
    }

    .img-vip-1 .img-1{
        position: relative;
        width: calc(100% - 1px);
        height: 232px;
        float: left;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }

    .img-vip-1 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-vip-1 .img-2{
        width: calc(100%/3 - 2px);
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 0;
        margin-top: 2px;
        border-radius: 0 0 0 4px;
    }

    .img-vip-1 .img-2 .img-22 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-2 .img-22 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-2 .img-22 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-1 .img-3{
        width: calc((100%/3 - 1px));
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0;
    }

    .img-vip-1 .img-3 .img-32 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-3 .img-32 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-3 .img-32 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-1 .img-4{
        width: calc((100%/3 - 1px));
        height: 80px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0 0 4px 0;
    }

    .img-vip-1 .img-4 .img-42 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-1 .img-4 .img-42 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-1 .img-4 .img-42 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-vip-1 {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .product-vip-1 .product-title a{
        font-weight: 400;
        font-size: 16px;
    }

    .product-vip-1 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    .img-vip-2 {
        float: left;
        width: 100% !important;
    }

    .img-vip-2 .img-1{
        position: relative;
        width: 100%;
        height: 182px;
        float: left;
        overflow: hidden;
        border-radius: 4px 4px 0 0;
    }

    .img-vip-2 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .img-vip-2 .img-2{
        width: calc(100%/3 - 2px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 0;
        margin-top: 2px;
        border-radius: 0 0 0 4px;
    }

    .img-vip-2 .img-2 .img-22 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-2 .img-22 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-2 .img-22 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-2 .img-3{
        width: calc(100%/3 - 1px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0;
    }

    .img-vip-2 .img-3 .img-32 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-3 .img-32 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-3 .img-32 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-vip-2 .img-4{
        width: calc(100%/3 - 1px);
        height: 90px;
        overflow: hidden;
        float: left;
        margin-left: 2px;
        margin-top: 2px;
        border-radius: 0 0 4px 0;
    }

    .img-vip-2 .img-4 .img-42 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .img-vip-2 .img-4 .img-42 div{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-vip-2 .img-4 .img-42 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-vip-2 {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-left: 0;
    }

    .product-vip-2 .product-title a{
        font-weight: 400;
        font-size: 14px;
    }

    .product-vip-2 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    .img-vip-3 {
        float: left;
        width: 100% !important;
    }

    .img-vip-3 .img-1{
        position: relative;
        width: 100%;
        height: 222px;
        float: left;
        overflow: hidden;
        border-radius: 4px;
    }

    .img-vip-3 .img-1 img{
        width: 100%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product-vip-3 {
        width: 100%;
        float: left;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }

    .product-vip-3 .product-title a{
        font-weight: 400;
        font-size: 16px;
        color: #262626;
    }

    .product-vip-3 .product-des {
        font-family: "Roboto Regular",Roboto,Arial !important;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal !important;
        color: #505050;
    }

    #navbar .navbar-collapse, #navigation .navbar-collapse {
        display: block !important;
    }

    .title {
        font-size: 1.6rem !important;
        font-weight: bold; 
        margin: 20px 0 10px;
    }

    .title-cks {
        font-size: 1.8rem;
        text-transform: uppercase;
        margin: 15px 0; 
    }

    li.lv0 {
        margin: 0;
        padding: 8px 0;
    }

    li.lv0:hover .dropdown-menu {
        position: initial;
    }

    .off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500 !important;
        color: #333;
        opacity: 1 !important;
        padding: 5px 15px !important;
    }

    .banner {
        float: left;
        width: 100%;
        /*height: 220px;*/
        padding-top: 0;
    }

    .img-banner-slide{
        width: auto;
    }

    .banner-swiper {
        height: 440px !important;
    }

    .banner-swiper-cks {
        min-height: 420px !important;
    }

    .txt-rotate > .wrap::after {
        margin-left: -4px;
    }

    .slide-box {
        width: 100%;
        height: 95%;
        top: 5%;
        left: 0;
    }

    .slide-box .slide-box-col-1 {
        width: 100%;
        padding-right: 0;
    }

    .slide-box .slide-box-col-1 .des-cks-1 {
        font-size: 0.9rem;
    }

    .slide-box .slide-box-col-1 .title-1 {
        font-size: 1.6rem !important;
        padding: 10px 0 0 0;
        margin: 0;
    }

    .slide-box .slide-box-col-1 .title-3rem {
        font-size: 1.5rem !important;
        font-weight: bold;
        padding: 0;
        text-align: left;
        /*color: #56C166 !important;*/
    }

    .slide-box .slide-box-col-1 .des-1 {
        font-size: 14px;
        padding: 15px 0 0 0;
    }

    .slide-box .slide-box-col-2 {
        display: none;
    }

    .slide-company-box {
        width: 100%;
        padding: 20px 10px;
        left: 0;
    }

    .slide-company-box .slide-box-col-1{
        float: left;
        width: 100%;
        height: 100%;
        /*background: #0fb916;*/
        border-radius: 5px;
        padding-top: 0;
        padding-right: 0;
    }

    .slide-company-box .slide-box-col-1 .title-1 {
        font-size: 1.4rem !important;
    }

    .slide-company-box .slide-box-col-1 .des-1 {
        font-size: 1rem;
        font-weight: 400;
    }

    .slide-company-box .slide-box-col-2 {
        display: none;
    }

    .countdown-time {
        min-width: 50px;
        min-height: 55px;
        font-size: 36px;
        font-weight: bold;
        color: #e53935;
        background: #ffecec;
        padding: 15px 8px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .introduce .introduce-box .intro-box {
        background-size: auto 100%;
        border-radius: 15px;
    }

    .introduce-newcompany .introduce-box-col-1 {
        display: none;
    }

    .introduce-newcompany .introduce-box-col-2 {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .home-search {
        display: none;
    }

    .home-search-m {
        position: absolute;
        top: 20px;
        left: calc(5%);
        width: 90%;
        z-index: 9;
        display: block;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        margin: 0 auto;
    }

    .home-search-m .search-button {
        float: left;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .home-search-m .search-button .btn-home-search {
        width: 100%;
        background: #df0303 url(https://file4.batdongsan.com.vn/images/newhome/icon3x/icon-search.png) no-repeat 15px 12px;
        border-radius: 3px;
        height: 40px;
        border: 0;
        display: block;
        font-weight: 500;
        font-size: 16px;
        padding-left: 40px;
        margin: 0;
        background-size: 16px 16px;
        box-sizing: border-box;
    }

    .page-header{
        /*display: none !important;*/
        background-image: url('../assets/img/banner.jpg'); 
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: top center; 
        min-height: 200px;
    }

    .district-tag {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .district-tag ul{
        width: 88%;
        margin: 0 auto;
        padding-left: 0;
    }

    .district-tag ul li{
        float: left;
        width: 46%;
        padding: 2px 10px;
        list-style-type: none;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 15px 0px 15px 0px;
        margin: 5px 2%;
        text-align: center;
    }

    .district-tag ul li:first-child {
        margin-left: 2%;
    }

    .district-tag ul li a{
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
    }

    .navbar .dropdown .dropdown-menu, .navbar .dropdown.show .dropdown-menu {
        margin-bottom: 0;
        height: auto !important; 
        padding-bottom: 0 !important;
    }

    .dropdown-menu-left:before {
        display: none;
    }

    .dropdown-menu .dropdown-item, .dropdown-menu li>a {
        color: #222;
        font-size: 16px;
    }

    [class*=navbar-] .navbar-nav .active>a, [class*=navbar-] .navbar-nav .active>a:focus, [class*=navbar-] .navbar-nav .active>a:hover, [class*=navbar-] .navbar-nav .navbar-nav .open .dropdown-menu>li>a:active, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:focus, [class*=navbar-] .navbar-nav .open .dropdown-menu>li>a:hover, [class*=navbar-] .navbar-nav>li>a, [class*=navbar-] .navbar-nav>li>a:focus, [class*=navbar-] .navbar-nav>li>a:hover {
        color: #222;
    }

    .dropdown-menu-right:before {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        border: none !important;
    }

    .project-home-image{
        min-height: 120px!important;
    }


    .card .card-header.card-header-image {
        margin-left: 5px;
        margin-right: 5px;
        height: 130px;
    }

    .card-product .card-header-image a{
        display: block;
    }

    .card .card-title {
        font-size: 14px!important;
        /*min-height: 55px !important;*/
    }

    .card .card-body {
        padding: 10px;
        min-height: 50px !important;
    }

    .card .card-body+.card-footer, .card .card-footer {
        margin: 0 10px 10px 10px !important;
    }

    .card .card-footer .price h4{
        font-size: 14px;
    }

    .card .card-footer .price{
        width: 65%;
        float: left;
    }

    .card .card-footer .acreage{
        width: 35%;
        float: left;
        text-align: left;
    }

    .search-button {
        padding: 0;
    }

    .search-top-desktop, .search-nav-mobile{
        display: none;
    }

    .search-top-mobile, .navbar-brand{
        display: block;
    }

    .search-top-mobile .search-button .btn-search-nav-mobile{
        width: 100%;
        background: #fff url('../assets/img/icon-search.png') no-repeat 15px 8px;
        background-size: 16px 16px;
        text-align: left;
        height: 35px;
        border: 1px solid #ddd;
        box-shadow: none;
        font-weight: 500;
        font-size: 16px;
        padding: 6px 0 6px 40px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 4px;
        color: #333;
        /*transition: 0.3s;*/
    }

    .search-nav-mobile .search-button .btn-search-nav-mobile{
        width: 100%;
        background: #fff url('../assets/img/icon-search.png') no-repeat 15px 8px;
        background-size: 16px 16px;
        text-align: left;
        height: 35px;
        border: 1px solid #ddd;
        box-shadow: none;
        font-weight: 500;
        font-size: 14px;
        padding: 6px 0 6px 40px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 4px;
        color: #333;
        /* transition: 0.3s;*/
    }

    .main-header{
        top: 0;
    }

    .main-body {
        float: left;
        width:  100%;
        padding-top: 0;
    }

    .product-gallerys {
        border-radius: 4px;
        width: 100%;
        float: left;
        height: 360px;
    }

    .gallery-top {
        height: 84%;
        width: 100%;
    }

    .gallery-thumbs {
        height: 16%;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
        height: 100%;
    }

    .product-list .product-body .product-item{
        display: block;
    }

    .product-list .product-body .product-item .product-title-m {
        display: block;
    }

    .product-list .product-body .product-item .product-title-m a{
        font-family: "Roboto", sans-serif !important;
        display: block;
        color: #004E7F;
        /*text-indent: 20px;
        background: url(../assets/img/icons/ic_star.svg) no-repeat left 0;*/
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .product-list .product-body .product-item .product-image {
        width: 40%;
        height: 108px;
        float: left;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .product-list .product-body .product-item .product-main {
        width: 60%;
        float: left;
        padding-left: 15px;
    }

    .product-list .product-body .product-item .product-main .product-title{
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-info span {
        color: #2c2f36;
        display: block;
        float: left;
        font-size: 14px;
        width: 100%;
    }

    .product-list .product-body .product-item .product-main .product-info span.area{
        width: 40%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info span.bedroom {
        width: 30%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info span.toilet {
        width: 30%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-main .product-info .dot {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-des {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-content {
        display: none;
    }

    .product-list .product-body .product-item .product-main .product-view {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding-top: 15px;
    }

    .product-address{
        display: none;
    }

    .product-vip-1 .product-user, .product-vip-2 .product-user {
        width: 40% !important;
    }

    .product-vip-1 .product-cont, .product-vip-2 .product-cont {
        width: 60% !important;
    }

    .product-main .product-user {
        width: 100% !important;
    }

    /*Product HOT*/
    .product-list .product-body .product-item .product-hot {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .product-list .product-body .product-item .product-hot .product-title a{
        display: none;
    }

    .product-list .product-body .product-item .product-hot .product-info span.price {
        color: #ba103c;
        display: block;
        float: left;
        font-size: 15px;
        width: 35%;
    }

    .product-list .product-body .product-item .product-hot .product-info span.area{
        width: 25%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info span.bedroom {
        width: 20%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info span.toilet {
        width: 20%!important;
        font-weight: 400!important;
    }

    .product-list .product-body .product-item .product-hot .product-info .dot {
        display: none;
    }

    .product-main .product-des, .product-hot .product-des {
        min-height: auto !important;
    }

    .product-list .product-body .product-item .product-hot .product-content {
        display: none;
    }

    .product-list .product-body .product-item .product-hot .product-view {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        padding-top: 15px;
    }
    /*End Product HOT*/

    .process-cks .box-body .box-body-main .box-features .process-des {
        padding: 0 10px;
        text-align: justify;
    }

    short-detail-2 li.investor {
        width: 100% !important;
    }

    .short-detail-2 .sp1 {
        text-align: left;
    }

    .short-detail-2 .sp2 {
        min-height: 40px;
        font-size: 16px;
        text-align: left;
    }

    .place-big {
        width: calc(100% - 10px);
        margin: 0 5px 10px 5px;
    }

    .place-small {
        margin-left: 0;
    }

    .nopadding {
        padding-left: 0;
        padding-right: 0;
    }

    ul.short-detail-2 li {
        float: left;
        list-style-type: none;
        width: 50%;
    }

    .product-list .product-header .header-title {
        float: left;
        width: 100%;
        padding: 0 5px;
    }

    .product-list .product-header .header-title .product-title {
        margin: 0;
    }

    .product-list .product-header .header-sort {
        float: right;
        width: 50%;
        margin: 5px 10px 0 0;
    }

    ul.home-cate-search {
        width: 100%;
        float: left;
        z-index: 9;
        padding: 0;
    }

    ul.home-cate-search li.home-cate-search-item {
        float: left;
        width: 49% !important;
        min-width: none;
        max-width: none;
        padding-right: 1%;
        padding-top: 5px;
        list-style-type: none;
    }
    ul.home-cate-search li.home-cate-search-item:nth-child(2n) {
        margin-left: 2%;
        padding-right: 0;
    }

    ul.home-cate-search li.home-cate-search-item:last-child {
        float: left;
        width: 100%;
        padding-right: 1%;
    }

    .product-detail{
        padding: 5px;
        margin: 0;
    }

    .product-body {
        margin-bottom: 0;
    }

    #googleMap {
        width:100%;
        height:300px;
    }

    .action_mobile_footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #e6e6e6b8;
    }

    .action_mobile_footer > a.btn-mobile-hotline {
        position: initial;
        color: white;
        font-size: 16px;
        font-weight: 400;
        float: left;
        background: #16c784;
        padding: 6px 0 6px 10px;
        border-radius: 3px;
        margin: 1%; 
        width: 50%;
        text-align: left;
    }

    .action_mobile_footer > a.btn-mobile-hotline i.fa {
        position: initial;
        animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
        color: #b70100;
        font-size: 16px;
        background: #fff;
        width: 34px;
        height: 34px;
        border-radius: 20px;
        margin-right: 5px;
        text-align: center;
        padding: 7px;
    }

    .action_mobile_footer > a.btn-mobile-hotline span{
        background: none;
        padding: 0;
        border-radius: none;
    }

    .action_mobile_footer > a.sms {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        float: left;
        background: #f44336;
        padding: 11px 10px;
        border-radius: 3px;
        margin: 1% 1% 1% 0; 
        width: 23%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action_mobile_footer > a.sms i{
        display: inline-block;
        background: url(../assets/img/sms.svg) center no-repeat;
        background-size: contain;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .action_mobile_footer > a.zalo {
        color: #2c2c2c;
        font-size: 16px;
        font-weight: 500;
        float: left;
        background: #fff;
        padding: 11px 10px;
        border-radius: 5px;
        margin: 1% 1% 1% 0; 
        width: 23%;    
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .action_mobile_footer > a.zalo i{
        display: inline-block;
        background: url(../assets/img/zalo-chat.png) center no-repeat;
        background-size: contain;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .footer-static {
        background-color: #212529 !important;
        background-image: none;
    }

    .footer-static .footer-top .footer-col-1 {
        float: left;
        width: 100%;
    }

    .footer-static .footer-top .footer-col-2 {
        float: left;
        width: 100%;
    }

    .footer-static .footer-top .footer-col-2 .footer-block{
        float: left;
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .copyright {
        width: 100%;
        float: left;
        text-align: center;
    }

    .package {
        margin: 5px 0;
    }

    .package-title {
        font-size: 1.3rem;
    }

    .package-body .package-price {
        padding: 10px 0 0 0;
        text-overflow: ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
    }

    .package-body .package-price .price-number {
        font-size: 30px;
    }

    .package-item {
        min-height: 230px !important;
        padding: 10px 0 0 0;
    }

    .package-item .ul-list {
        padding: 0 10px !important;
    }

    .package-item .ul-list .li-repeat {
        font-size:  14px;
        padding: 5px 0;
    }

    .package-item .ul-list .li-repeat .li-content i {
        margin-right: 0;
    }

    .projects {
        background-size: 100% 100%;
        padding: 30px 0;
        margin-bottom: 240px;
    }

    .projects .title-small {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .projects .title-partner {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .projects .thong-so {
        margin-top: 0;
    }

    .projects .thong-so .ts-icon{
        width: 35%;
        padding: 15px 0;
    }

    .projects .thong-so .ts-icon img {
        width: 60px;
        height: 60px;
        padding: 10px;
        background: #fff;
        border-radius: 50%;
    }

    .projects .thong-so .ts-info{
        width: 65%;
        padding: 10px 0;
    }

    .projects .thong-so .ts-info .ts-num {
        font-size: 22px;
        color: #FFF400;
        margin-bottom: 0;
        font-weight: 900;
        line-height: 45px;
    }

    .projects .thong-so .ts-info .ts-text {
        margin: 0;
        font-size: 14px;
        color: #fff;
    }

    .projects .partner {
        margin-top: 20px;
        padding: 10px;
    }

    .projects .partner .swiper{
        padding: 15px 8px 30px 8px;
    }

    .proj-m {
        max-width: 100% !important;
        padding: 0 10px;
    }

    .process-cks .box-body .box-body-header {
        padding: 0 10px;
    }

    .process-cks .box-body .box-body-header p {
        font-size: 15px;
    }

    .process-cks .box-body .box-body-main {
        padding: 10px;
    }

    .introduce .introduce-box {
        display: block;
        padding-bottom: 0;
    }

    .introduce .introduce-box-col-1 {
        width: 100%;
        padding: 0;
        display: none;
    }

    .introduce .introduce-box-col-2 {
        width: 100%;
        padding: 0;
    }

    .introduce .introduce-box-col-2 .des-1 {
        font-size: 14px;
    }

    .introduce-1 .introduce-box {
        display: block;
    }

    .introduce-1 .introduce-box-col-1, .introduce-1 .introduce-box-col-2 {
        width: 100%;
        padding: 0;
    }

    .introduce-2 .introduce-box {
        display: block;
    }

    .introduce-2 .introduce-box-col-1, .introduce-2 .introduce-box-col-2 {
        width: 100%;
        padding: 0;
    }

    .introduce-3 .introduce-box-img img {
        width: 100%;
        padding-right: 0;
    }

    .introduce-3 .introduce-box {
        display: block;
        padding: 0;
    }

    .introduce-3 .introduce-box-col-1, .introduce-3 .introduce-box-col-2 {
        width: 100%;
        float: left;
        padding: 0;
    }

    .introduce-3 .introduce-box-col-2 h3.title-cks-1{
        text-align: center;
        text-transform: uppercase;
        font-size: 1.8rem !important;
    }

    .introduce-3 .introduce-box ul.ul_features li {
        font-size: 16px;
        padding: 5px 0;
    }

    .nav-faqs{
        padding: 0;
    }

    .btn-mobile-call{
        font-size: 14px;
        padding: 3px 10px !important;
    }

    .btn-zalo {
        font-size: 15px;
        padding: 3px 15px !important;
    }

    .off-canvas-sidebar .navbar .navbar-collapse .navbar-nav .dropdown .nav-link:after {
        right: 20px;
        top: 4px;
        color: #333;
    }

    .features .box-body .box-body-header {
        display: none;
    }

    .features .box-body .box-body-main {
        padding: 5px;
    }

    .features .box-body .box-body-main .box-features {
        padding: 0 10px;
        min-height: 140px;
        margin: 5px 0;

    }

    .features .box-body .box-body-main .box-features .features-mobile {
        display: block;
    }

    .features .box-body .box-body-main .box-features .features-mobile h3.content-about{
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.59;
        padding: 10px 15px;
        margin: 0;
        text-align: left;
    }

    .features .box-body .box-body-main .box-features .features-mobile h3.content-about a {
        color: #555;
        font-size: 20px;
    }

    .features .box-body .box-body-main .box-features .features-desk {
        display: flex;
        align-items: center;
    }

    .features .box-body .box-body-main .box-features .features-desk .features-img {
        width: 30%;
        padding: 10px;
    }

    .features .box-body .box-body-main .box-features .features-desk .features-img img.aligncenter {
        height: 60px !important;
    }

    .features .box-body .box-body-main .box-features .features-desk .features-des {
        width: 70%;
    }

    .features .box-body .box-body-main .box-features .features-desk .features-des h3.content-about{
        display: none;
    }

    .features .box-body .box-body-main .box-features .features-desk .features-des p {
        padding: 0 15px 0 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    .features-cks .box-body .box-body-header {
        display: none;
    }

    .evaluate .evaluate-box-col-1 {
        min-height: 310px;
        display: none;
    }

    .evaluate .evaluate-box-col-1 .title-1 {
        font-size: 1rem !important;
    }

    .evaluate .evaluate-box-img img {
        width: 60%;
    }

    .evaluate .evaluate-box-col-2 {
        width: 100%;
        padding-left: 0;
    }

    .evaluate .evaluate-box-col-2 .evaluate-comment-cus {
        min-height: 150px;
    }

    .evaluate .evaluate-box-col-2 .evaluate-comment-cus p {
        font-weight: 400;
    }

    .procedure {
        padding-top: 0;
        padding-bottom: 0;
    }

    .procedure .procedure-title{
        text-align: center;
        margin-bottom: 40px;
    }

    .procedure .procedure-title h3.title{
        font-size: 2rem;
        line-height: 45px;
        font-weight: 700;
    }

    .procedure .procedure-content{
        width: 100%;
        display: flex;
    }

    .procedure .procedure-content .procedure-inner{
        width: 100%;
        position: relative;
        background: #fff;
    }

    .procedure .procedure-content .procedure-content-center{
        width: 0.4%;
        margin: 40px 0.8%;
        background: #0fb916;
    }
    .procedure .procedure-content .procedure-content-right{
        width: 49%;
        padding-top: 100px;
    }

    .procedure .procedure-content .procedure-1{
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-1 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 32px 22px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-1 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-1 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-1 div p{
        font-size: 0.8rem;
    }

    .procedure .procedure-content .procedure-2{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-2 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 39px 20px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-2 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-2 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-2 div p{
        font-size: 0.8rem;
    }

    .procedure .procedure-content .procedure-3{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-3 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 39px 22px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-3 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-3 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-3 div p{
        font-size: 0.8rem;
    }

    .procedure .procedure-content .procedure-4{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-4 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 39px 20px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-4 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-4 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-4 div p{
        font-size: 0.8rem;
    }

    .procedure .procedure-content .procedure-5{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-5 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 39px 22px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-5 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-5 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-5 div p{
        font-size: 0.8rem;
    }

    .procedure .procedure-content .procedure-6{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: 155px;
    }

    .procedure .procedure-content .procedure-6 span{
        width: 100px;
        height: 100px;
        color: #ffffff;
        padding: 39px 20px;
        font-size: 50px;
        font-weight: bold;
        border-radius: 50%;
    }

    .procedure .procedure-content .procedure-6 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .procedure .procedure-content .procedure-6 div h3{
        font-weight: 600;
        font-size: 1.4rem !important;
    }

    .procedure .procedure-content .procedure-6 div p{
        font-size: 0.8rem;
    }

    .workings {
        padding: 20px 5px;
    }

    .workings .workings-title{
        text-align: center;
        margin-bottom: 20px;
    }

    .workings .workings-title h3.title{
        font-size: 1.6rem;
        line-height: 35px;
        font-weight: bold;
        color: #333 !important;
    }

    .workings .workings-content{
        width: 100%;
        display: flex;
    }

    .workings .workings-content .workings-inner{
        width: 100%;
        position: relative;
        background: #fff;
    }

    .workings .workings-content .workings-content-center{
        width: 0.4%;
        margin: 40px 0.8%;
        background: #0fb916;
    }
    .workings .workings-content .workings-content-right{
        width: 49%;
        padding-top: 100px;
    }

    .workings .workings-content .workings-1{
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 0;
        min-height: auto;
        border-top: 1px solid #ddd;
    }

    .workings .workings-content .workings-1 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-1 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-1 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-1 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .workings .workings-content .workings-2{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        padding: 15px 0;
        min-height: auto;
        border-top: 1px solid #ddd;
    }

    .workings .workings-content .workings-2 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-2 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-2 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-2 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .workings .workings-content .workings-3{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: auto;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .workings .workings-content .workings-3 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-3 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-3 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-3 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .workings .workings-content .workings-4{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: auto;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .workings .workings-content .workings-4 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-4 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-4 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-4 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .workings .workings-content .workings-5{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: auto;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .workings .workings-content .workings-5 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-5 div{
        margin-right: 20px;
        text-align: right;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-5 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-5 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .workings .workings-content .workings-6{
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
        min-height: auto;
        border-top: 1px solid #ddd;
        padding: 15px 0;
    }

    .workings .workings-content .workings-6 span{
        width: 60px;
        height: 60px;
        color: #ffffff;
        padding: 21px 13px;
        font-size: 30px;
        font-weight: bold;
        border-radius: 50%;
    }

    .workings .workings-content .workings-6 div{
        margin-left: 20px;
        text-align: left;
        /*min-height: 180px;*/
    }

    .workings .workings-content .workings-6 div h3{
        font-weight: 600;
        font-size: 1.2rem !important;
        margin-top: 10px;
    }

    .workings .workings-content .workings-6 div p{
        /*font-size: 0.8rem;*/
        display: none;
    }

    .package-include {
        background-size: 100% 100%;
    }

    .btn-cks-mobile-call{
        padding: 5px 10px !important;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-cks-zalo {
        padding: 5px 10px !important;
        font-size: 16px;
        font-weight: 400;
    }

    .myProducts{
        padding: 0 0 20px 0;
    }

    .myProducts .package-item .ul-list .li-repeat {
        font-size: 16px;
        padding: 10px 0;
        text-align: left;
    }

    .myProducts2{
        padding: 0 0 20px 0;
    }

    .myProducts2 .package-item .ul-list .li-repeat {
        font-size: 18px;
        padding: 10px 0;
        text-align: left;
    }

    .listPriceCompany{
        padding: 0 0 20px 0;
    }

    .listPriceCompany .package-com-item .ul-list .li-repeat {
        font-size: 18px;
        padding: 10px 0;
        text-align: left;
    }

    .nav-faqs .nav-link {
        font-size: 16px;
    }

    .gallery-cks .box-body .box-body-header {
        display: none;
    }
    
    .introduce-hddt .introduce-box{
        display: block;
    }

    .introduce-hddt .introduce-box-col-1 {
        width: 100%;
        padding: 10px 0;
    }

    .introduce-hddt .introduce-box-col-1 h3 {
        font-size: 1.5rem !important;
    }

    .introduce-hddt .introduce-box-col-2 {
        width: 100%;
        padding: 10px 0;
    }

    .title-hddt {
        font-size: 1.5rem;
    }

    .features-hddt .box-body .box-body-header {
        width: 100%;
        float: left;
        font-size: 16px;
        text-align: justify;
        padding: 10px;
        font-style: italic;
    }

    .faqs {
        padding: 30px 10px;
    }
}

@media screen and (max-width: 414px) {
    .workings .work-body .work-img img {
        width: 80%;
    }
}