/*.header-search {*/
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
/*}*/

* {
    font-family: 'Arial';
}

.bg-hl-2 {
    background: #f3f1e4;
}

.title-section {
    background: url(/templates/thoitrang03/assets/media/background/tt.png) no-repeat bottom center;
    padding-bottom: 20px;
    font-family: 'Roboto Condensed';
    color: var(--color-highlight);
}

footer {
    background: url(/templates/thoitrang03/assets/media/background/bg-f.jpg) no-repeat bottom center;
    background-size: cover;
}

footer *{
    color: white;
}

.title-link {
    color: var(--color-highlight) !important;
    font-weight: 600;
    font-family: 'Roboto Condensed';
}

.title-link:hover {
    color: var(--color-highlight-2) !important;
}

/*HEDAER*/
.header-top > .container > .row > div:nth-child(2){
    display: flex;
    justify-content: flex-end;
}

.language-switch .topbar-dropdown {
    width: max-content;
}

/*END-HEADER*/

.search-section {
    min-width: 240px;
    max-width: 260px;
}

.search-section input {
    border-radius: 5px 0 0 5px;
}

.search-section .btn-submit {
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.header-text span{
    font-size: 14px;
}

.header-main > .container > .row > div{
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-top-ipad > .container > .row > div{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.tai-khoan-header i {
    font-size: 18px;
    color: var(--color-highlight);
}

.tai-khoan-header {
    padding: 0 0px 0 20px;
}

.content-banner-main1 {
    position: absolute;
    top: 55%;
    left: 10%;
}

.tieu-de-banner-main {
    font-size: 32px;
    color: white;
}

.cus-banner-main1 img {
    height: 45vw;
    object-fit: cover;
}

.cus-banner-main1 {
    border-right: 5px solid white;
}

.cus-banner-main2 img {
    height: 45vw;
    object-fit: cover;
}

.cus-link-banner-main1 {
    display: block;
    color: var(--white);
    background: var(--color-highlight);
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    max-width: 150px;
    padding: 15px 0;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

.highlight__box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    filter: brightness(0) saturate(100%) invert(39%) sepia(18%) saturate(1030%) hue-rotate(120deg) brightness(95%) contrast(90%);
}

.swiper-slide--tile-highlight {
    font-size: 16px;
    color: var(--color-highlight);
}

.bg-color-highlight-content {
    background-color: #f3f1e4;
    padding: 30px 0;
}

.title-cate-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#fff0, #000000ad);
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.rounded-8 {
    border-radius: 8px !important;
}

.collection-box {
    background: var(--color-highlight);
    padding: 60px 0;
}

.collection__text-1 {
    font-weight: 400;
    font-size: 28px;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 30px;
}

.collection__text-2 {
    font-size: 24px;
    color: var(--white);
    position: relative;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 35px;
}

.collection__text-2:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 50%;
    border: 1px solid var(--white);
}

.collection__description {
    font-weight: 300;
    color: var(--white);
    font-size: 16px;
    line-height: 1.3;
}

.collection__button a {
    display: inline-block;
    margin-top: 30px;
    background: var(--white);
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-main);
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 5px;
}

.collection__button a:hover {
    background: var(--light);
}

.collection__img {
    border-radius: 5px;
    overflow: hidden;
}

.collection__img img {
    width: 100%;
    height: auto;
}

.first-news-event .title-link{
    font-size: 18px;
}

.first-news-event .article-description {
    color: #333333;
    font-size: 16px;
}

.row-align-center-gioithieu > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 3px;
    border: 1px solid var(--gray);
}

.brand-section .item img {
    padding: 10px;
    object-fit: contain;
}

.footer-menu-section ul li a img {
    width: 40px;
}

.item-highlight {
    border: 2px solid var(--color-highlight-2);
    border-radius: 0 30px;
    padding: 20px;
    background-color: #fff;
}

.item-highlight .article-title a{
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 10px 15px;
    text-decoration: none;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-weight: 600;
    font-size: 17px;
}

.item-highlight .article-description {
    text-align: justify;
    text-decoration: none;
    color: black;
}
    
.sec-da-noibat .swiper {
    display: flex;
    padding: 0 1rem;
}
    
.sec-da-noibat .swiper-wrapper {
    height: auto;
}
    
.sec-da-noibat .swiper-slide {
    height: auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.sec-da-noibat .inner-content {
    padding: 5px 15px;
}

.product-item:hover .product-action {
    opacity: 1;
}

.product-item .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px;
}

.product-item:hover .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.product-item:hover .price {
    opacity: 0;
}

.product-item .star-rating {
    opacity: 0;
}

.product-item:hover .star-rating {
    opacity: 1;
}

.swiper-slide--wrap-highlight {
    display: flex;
    align-items: center;
}

.card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.card-header h5 button {
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-highlight)
}

.bg-color-highlight-faq {
    background-color: #f3f1e4;
    padding: 60px 0;
}

.gallery-home {
    background-color: #e9eff1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.w-75 {
    width: 75% !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}


footer {
    /* background-color: #f3f1e4; */
    padding-top: 30px;
}

.entire-info-website {
    border-top: 2px solid var(--color-highlight-2);
    padding-top: 2rem;
}

.post_download.cus-small-post {
    background: white;
    padding: 0rem 2rem 0rem;
}

.cus-small-post .article-item:last-child  {
    border-bottom: none !important;
}


/*zoom-anh*/
.zoom-anh-rieng {
    overflow: hidden;
}

.zoom-anh-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 8px;
}

.zoom-anh-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 8px;
}
/*zoom-anh*/
.danhmuccon {
    text-align: center;
    margin-bottom: 30px;
}

.danhmuccon a{
    display: inline-block;
    text-decoration: none;
    margin: 5px 3px;
    border: 1px solid #292f7c;
    padding: 0 20px;
    border-radius: 3px;
    color: #292f7c;
    line-height: 33px;
    background-color: #fff;
    font-size: 16px;
}

.danhmuccon a:hover {
    color: #fff;
    background-color: #292f7c;
}

.logo-footer.logo-section img {
    height: 9rem;
}

.align-news-event.post_download .article-item {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1.2rem;
    margin-bottom: 0;
    padding-top: 1.2rem;
}

.align-news-event .article-item {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 1.2rem;
    margin-bottom: 0;
    padding-top: 1.2rem;
}

.align-news-event .article-title a {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}


.first-news-event .article-title a {
    font-size: 18px;
    font-family: 'Roboto Condensed';
}

.first-news-event .article-item {
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
} 

.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 24px;
    max-width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}


.big_tt .xemthem {
    text-decoration: none;
    padding-right: 0px;
    color: #999;
}

.big_tt .title {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    max-width: calc(100% - 90px);
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

.big_tt .title:hover {
   color: var(--color-highlight-2);
}

.big_tt {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.big_tt .xemthem:hover{
    color: var(--color-highlight);
}

.box-news-nb {
    background: white;
    padding: 0rem 2rem 0rem 2rem;
}

.cus-small-post {
    background: white;
    padding: 2rem 3rem 0.4rem;
}

.item_pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-table-pdf {
    color: black;
    background: var(--gray);
    padding: 0 0.5rem;
}

.btn-table-pdf:hover {
    color: white;
    background: var(--color-highlight-2);
    padding: 0 0.5rem;
}

.language-picker {
    color: white !important;
}

.main-header-mobile > .container > .row >div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: end;
}

.mota-danhmuc {
    color: #333333;
    line-height: 24px;
    font-size: 16px;
}

.sec-da-noibat .article-title a {
    font-size: 17px;
}

.is-mobile .language-picker {
    color: black;
}

.cus-post-qhcd .align-news-event .article-item {
    padding: 0;
}

.cus-post-qhcd .cus-small-post {
    background: white;
    padding: 2rem 2rem 2rem;
}

.cus-hotnews .align-news-event .article-item {
    padding-bottom: 15px;
    padding-top: 15px;
} 
.cus-hotnews .align-news-event .article-item {
    padding-left: 7px;
    padding-right: 7px;
}
    
@media (min-width: 767px) {
    .is-mobile .language-picker {
        color: white;
    }

    .footer-menu-section {
        position: relative;
    }
    
    .footer-menu-section:before {
        content: "";
        display: block;
        width: 1px;              
        height: 235px;           
        background-color: #575ea2; 
        position: absolute;
        left: -10px;               
        top: 0;
    }
    
}
.distance-75 > .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (max-width: 768px) {
    .title-section {
        font-size: 22px;
    }
    
    .is-mobile .main-header-mobile .logo-section {
        text-align: left;
    }
    
    .mota-danhmuc {
        display: none;
    }
    
    .main-header-mobile .menu-container {
        float: right;
    }
    
    .main-header-mobile .container > .row > div:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .cus-banner-main1 img {
        width: 100%;
    }

    .cus-banner-main2 img {
        width: 100%;
    }

    .cus-banner-main1 {
        border-right: 0px solid white;
    }

    .tieu-de-banner-main {
        font-size: 20px;
    }

    .content-banner-main1 {
        position: absolute;
        top: 30%;
        left: 8%;
    }

    .cus-link-banner-main1 {
        font-size: 13px;
        line-height: 10px;
        max-width: 100px;
        padding: 10px 0;
        margin-top: 10px;
    }

    .collection__content {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
     .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.apartment-cost-filter {
    margin: 3rem 0;
}

.apartment-cost-filter .title-filter {
    text-align: center;
    color: var(--color-highlight) !important;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 29px;
    margin-bottom: 3rem;
}

.apartment-cost-filter #form-filter {
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background: #ffecd5;
}

.apartment-cost-filter #form-filter .bootstrap-select.form-control-sm .dropdown-toggle {
    height: 38px;
    background: #fff;
    border-radius: 4px;
    line-height: 36px;
    border-color: #ddd;
}

.apartment-cost-filter #form-filter .bootstrap-select.form-control-sm {
    border-radius: 4px;
}

.apartment-cost-filter #form-filter input.form-control {
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.apartment-cost-filter #form-filter>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.apartment-cost-filter #form-filter>.row>div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.apartment-cost-filter #form-filter .form-group label {
    font-weight: 600;
    font-size: 14px;
}
.apartment-cost-filter #form-filter #filter-cost {
    width: 100%;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin-top: 27px;
}
.apartment-cost-filter #result-cost {
    margin-top: 6rem;
}
.apartment-cost-filter #result-cost .title-result {
    text-align: center;
    text-transform: uppercase;
    color: #ef8a13 !important;
    font-weight: 600;
    font-family: 'Roboto Condensed';
    font-size: 29px;
    margin-bottom: 4rem;
}
.apartment-cost-filter #result-cost table .danger {
    background: rgb(255 219 193);
}
.account-information {
    margin-top: 3rem;
}

.hotline-bar {
    position: absolute;
    background: #ff1414ea;
    height: 40px;
    width: 218px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    right: 30px;
    bottom: 25px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-indent: 10px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
}
.apartment-cost-filter #result-cost table tr>td>span {
    font-weight: 400;
    font-style: italic;
}

.swiper-slider-main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-slider-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: var(--black);
    opacity: 0.5;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-highlight);
}

.cus-album-item .article-title {
    font-size: 2rem;
}

.rounded-5 {
    border-radius: 5px;
}

.list-info p a {
    color: var(--white);
}

.list-info p a:hover {
    color: var(--color-highlight-2);
}