/*
	Theme Name: Bất động sản Đình Vinh Land -- Version 1.0.0
	Theme URI: https://bdsdinhvinhland.com
	Description: Giao diện website bdsdinhvinhland.com từ AciT
	Version: 1.0.2
	Author: AciT
	Author URI: https://bdsdinhvinhland.com
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@font-face{font-family:HelvetIns;src:url(fonts/utm/UTMHelvetIns.eot);src:url(fonts/utm/UTMHelvetIns.eot?#iefix) format('embedded-opentype'),url(fonts/utm/UTMHelvetIns.woff2) format('woff2'),url(fonts/utm/UTMHelvetIns.woff) format('woff'),url(fonts/utm/UTMHelvetIns.ttf) format('truetype'),url(fonts/utm/UTMHelvetIns.svg#UTMHelvetIns) format('svg');font-weight:400;font-style:normal;font-display:swap}
body{
    background: #efefef;
}
img{
    max-width: 100%;
}
.container-width, .full-width .ubermenu-nav, .container {
    max-width: 1630px;
}
a{
    text-decoration: none;
}
#topHeader a{
    text-decoration: none;
}
#topHeader img{
    max-height: 60px;
    margin-right: 15px;
}
#topHeader span{
    font-family: 'HelvetIns';
    text-transform: uppercase;
    font-size: 24px;
    color: #e51f2a;
}
#midHeader{
    background: #fff;
}

#menuMain a{
    font-size: 20px;
    font-weight: 500;
    padding: 0 15px;
    text-decoration: none;
}
#botHeader .btn{
    --bs-btn-padding-y: 0.15rem
}
.srchRow, .srchRow select{
    width: 130px;
}
.srchRow select{
    width: 100%;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    color: #333;
}
.srchRow select::selection, .srchRow select::-moz-selection{
    color: #333;
}
.secTitle{
    font-family: 'HelvetIns';
}

.postDuan-box{
    font-size: 15px;
}
.postDuan-box .card-media{
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.postDuan-box .card-media img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
/* .postDuan-label{
    position: absolute;
    top: 16px;
    left: -35px;
    background: #dc3545;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    padding: 5px 42px;
    transform: rotate(-45deg);
} */
.postDuan-box .card-body{
    padding: 5px;
}
.postDuan-box .card-title a{
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #0665d0;
    min-height: 50px;
}
.postDuan-box .card-meta *{
    line-height: 22px;
}
.postDuan-box .card-meta i{
    font-size: 18px;
}
#footer{
    color: #fff;
}

#footer a{
    text-decoration: none;
    font-weight: 500;
}

#duanHead{
    position: relative;
    background-size: cover;
    background-position: center center;
}
#duanHead::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}
#duanHead .container{
    position: relative;
    z-index: 1;
}
.duanHeading{
    border-top: 2px solid #ec313c;
    border-bottom: none;
    display: inline-block;
    position: relative;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
}
.tsduan {
    width: 100%;
    max-width: 500px;
    margin: 1rem 0;
}
.tsduan tr{
    border-bottom: 1px solid #cccccc;
}
.tsduan td{
    padding: 5px  0;
}
.catePst .card-title{
    font-size: 15px;
}
.catePst .card-title a{
    color: #333 !important;
}

#pstCntn{
    text-align: justify;
}
#pstCntn img{
    display: block;
    margin: auto;
    text-align: center;
    width: 95%;
    max-width: 650px;
}
#pstSim-tit span {
    background: #fff;
    padding: 5px 20px 3px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #444;
}

.fixed-bottom a{
    width: 100%;
}
a.duanImgs.vbox-item {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.duanImgs img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1179.98px){
    
}
@media screen and (max-width: 991.98px){
	/* #btnMenuMobi{
        width: 38px;
        height: 38px;
        font-size: 26px;
        cursor: pointer;
        padding: 0px;
        line-height: 38px;
    } */
    /* #midHeader{
        position: fixed;
        top: 0;
        left: 0;
        background: #ffffff;
        width: 90%;
        height: 100vh;
        max-width: 350px;
        border-right: 1px solid #eee;
        padding: 30px;
        transition: all 300ms;
        z-index: 9;
    }
    #midHeader.active{
        display: block !important;
    }
    #menuMain{
        flex-direction: column;
        align-items: center;
    }
    #menuMain li{
        padding: 10px 0;
    }
    #menuMain a{
        color: #444 !important;
    } */
    /* button#clsMenu {
        border: none;
        background: transparent;
        position: absolute;
        top: 0;
        right: 0;
    } */
    #midHeader{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    #menuMain a{
        font-size: 16px;
    }
    #botHeader form{
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0 !important;
    }
    .srchRow, .srchRow select{
        width: 100%;
    }
    #botHeader form select, #botHeader form button{
        width: 100%;
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 575.98px){
    #search{
        height: 600px;
    }
    .srchRow{
        width: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px){
    
}

@media screen and (min-width: 992px){
    .is_mobi, .hidden_pc{
        display: none !important
    }
    
}




/* Phân trang cơ bản */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination .page-numbers {
    margin: 0 3px;
    padding: 5px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    background: #aeaeae;
    transition: background-color 0.3s ease;
}

/* Hover và trạng thái đang chọn */
.pagination .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
    border-color: #0073aa;
}

/* Nút trước và sau */
.pagination .prev,
.pagination .next {
    font-weight: bold;
}

/* Trạng thái khi không có trang trước/sau */
.pagination .prev.disabled,
.pagination .next.disabled {
    color: #999;
    pointer-events: none;
    background-color: #f7f7f7;
    border-color: #ddd;
}
