body .nav-pagination>li>a, body .nav-pagination>li>span{
    border-width: 1px;
    border-radius: 5px;
}


.dnw-header-slogan{
    font-size: 18px;
    width: 40%;
    font-weight: 600;
    line-height: 40px;
    border: 2px solid var(--primary-color);
    padding: 0 30px 10px 30px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.dnw-header-slogan .slogan-title {
    color: var(--primary-color);
    margin-top: -20px;
    display: block;
    background-color: #fff;
    padding: 0 15px;
    font-size: 18px;
    margin-bottom: 10px;
}
.dnw-header-slogan .slogan-slogan {
    color: var(--fs-color-secondary);
    line-height: 28px;
    font-size: 18px;
    display: inline-block;
}

.dnw-count_up_number{

}
.dnw-count_up_number-wrap{
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    background: #F7F5F5;
    min-height: 155px;
}
.dnw-count_up_number-wrap .count-number{
    font-size: 30px;
    line-height: 55px;
    color: #383838;
    margin-bottom: 0;
    font-weight: 700;
}
.dnw-count_up_number-wrap .count-title{
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.col-about-home .large-12 {
    padding-bottom: 0 !important;
}
.col-about-home .large-12 > .col-inner{
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding: 20px;
}
.col-about-home .large-12 > .col-inner *{
    margin-bottom: 0;
}
.col-about-home .row-divided>.col+.col:not(.large-12){
    border-color: #fff;
}
.col-about-home  .row-about-2col-home{
    margin: 0 !important;
}

.col-about-home  .row-about-2col-home .col-inner{
    padding-top: 20px;
}
.col-about-home > .col-inner{
    border-radius: 10px;
}

.section-title-container .section-title b{
    opacity: 0;
}
.section-title-center .section-title-main{
    padding-bottom: 10px;
    position: relative;
}
.section-title-center .section-title-main:before{
    content: '';
    background-image: url("../images/line-header.webp");
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tabbed-content ul li a {
    background-color: var(--primary-color);
}
.tabbed-content ul li a, .tabbed-content ul li.active a, .button-656 {
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.tabbed-content ul li a:hover, .tabbed-content ul li a {
    color: #fff !important;
}
.tabbed-content ul li a, .tabbed-content ul li.active a, .button-656 {
    font-size: 14px;
    border-radius: 5px !important;
}
.tabbed-content ul li.active a {
    background-color: var(--fs-color-secondary);
    color: #fff !important;
}
.nav-tabs+.tab-panels {
    border: 0 !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tab-panels .post-item .post-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.tab-panels .post-item .is-divider,
.tab-panels .post-item .item-time{
    display: none;
}

.tab-panels .post-item  .from_the_blog_excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.item-time {
    margin-top: 15px;
}
.item-time ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.item-time ul li {
    margin-left: 0 !important;
    margin-right: 10px;
    position: relative;
    padding-left: 25px;
    color: rgba(0,0,0,.5)
}

.item-time ul li:nth-child(1):before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/post_hous.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px
}

.item-time ul li:nth-child(2):before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/post_time.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px
}

.blog-archive .post-item .box-image{
    border-radius: 15px;
}
.blog-archive .post-item .is-divider{
    display: none;
}
.blog-archive .post-item .post-title{
    min-height: 45px;
    margin-bottom: 15px;
}
.blog-archive .post-item .post-title a {
    font-size: 16px;
    line-height: 25px;
    color: #303030;
}
.blog-archive.page-wrapper{
    padding-top: 0;
}
.archive-page-header{
    background-color: #F1F1F1;
    min-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    align-items: center;
    display: flex;
}
.archive-page-header .page-title {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    color: #000;
    margin: 55px 0 45px;
    text-align: center;
}
.section-du-an-archive{
    margin-bottom: 30px;
}

.main-content_archive_list {
    margin-bottom: 25px;
    text-align: center
}

.main-content_archive_list ul br {
    display: none
}

.main-content_archive_list ul {
    list-style: none;
    padding: 15px 25px;
    margin: 0;
    display: inline-flex;
    border-radius: 50px;
    background: #F3F3F3;
    width: 100%;
    max-width: 100%
}

.main-content_archive_list ul li {
    width: 25%;
    padding: 0 5px;
    border-right: 2px solid #000;
    margin-bottom: 0
}

.main-content_archive_list ul li:last-child {
    border-right: 0
}

.main-content_archive_list ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    display: inline-block
}

.main-content_archive_list ul li a:hover {
    color: var(--primary-color)
}

/*Single post*/
.tag-meta-post {
    display: block;
    width: 100%;
    font-size: 14px;
    color: gray;
}
.tag-meta-post .post-views, .tag-meta-post .entry-date {
    padding-right: 10px;
}
.tag-meta-post .post-views:before,
.tag-meta-post .meta-date:before,
.tag-meta-post .post-cat:before{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/view.png);
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 4px;
    margin-right: 3px;
}
.tag-meta-post .meta-date:before{
    background-image: url(../images/clock.png);
}
.tag-meta-post .post-cat:before{
    background-image: url(../images/folder.png);
}
.widget_search .searchform input[type=search]{
    height: 42px;
    border: 1px solid #E1BA7F;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
}
.widget_search .searchform button {
    height: 42px;
    color: #E1BA7F;
    background-color: transparent !important;
    border: 1px solid #E1BA7F;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar-top-project,
.sidebar-top-post{
    margin-bottom: 15px;
}


/*du an*/
.section-du-an-archive .project-item  .col-inner{
    border-radius: 10px;

}
.section-du-an-archive .project-item .box-image{
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.section-du-an-archive .project-item .box-text{
    padding: 20px 10px;
}
.section-du-an-archive .project-item .title{
    min-height: 41px;
    margin: 0 0 10px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;        /* Giới hạn số dòng */
    -webkit-box-orient: vertical; /* Đảm bảo văn bản xếp theo chiều dọc */
    overflow: hidden;
}
.section-du-an-archive .project-item a {
    font-size: 16px;
    line-height: 25px;
    color: #303030;
}
.section-du-an-archive .project-item a:hover{
    color: var(--primary-color)
}
.archive_post_duan_tt ul {
    list-style: none;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.archive_post_duan_tt ul li {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    margin-left: 0px!important
}

.archive_post_duan_tt ul li:nth-child(2n+1) {
    background: #F5F5F5;
    margin-left: 0px!important
}

.archive_post_duan_tt ul li h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    min-width: 35%;
    padding-left: 30px;
    position: relative;
    text-align: left
}

.archive_post_duan_tt ul li p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    min-width: 35%;
    text-align: right;
    margin-bottom: 0
}

.archive_post_duan_tt ul .archive_acc h5:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_1.png) no-repeat;
    background-size: cover
}

.archive_post_duan_tt ul .archive_addrest h5:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_2.png) no-repeat;
    background-size: cover
}

.archive_post_duan_tt ul .archive_diti h5:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_17.png) no-repeat;
    background-size: cover
}

.archive_post_duan_tt ul .archive_sota h5:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_3.png) no-repeat;
    background-size: cover
}

.archive_post_duan_tt ul .archive_acreage h5:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_3.png) no-repeat;
    background-size: cover
}

.archive_post_duan_tt ul .archive_numberfloors h5:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_archive_4.png) no-repeat;
    background-size: cover
}

.main_content_duan_text h1 {
    color: rgba(0,0,0,.6);
    font-size: 25px;
    line-height: 45px;
    font-weight: 700
}

.duan_adddrest {
    padding: 10px 0;
    display: flex;
}

.duan_adddrest p {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.duan_adddrest p.duan_adddrest_content {
    padding-left: 30px;
    margin-right: 20px
}

.duan_adddrest p.duan_adddrest_content:before {
    content: '';
    width: 18px;
    height: 22px;
    background: url(../images/addrest_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0
}
.duan_adddrest p.duan_wie:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/view.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.duan_tt {
    padding: 15px 0
}

.duan_tt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.duan_tt ul li {
    padding: 0 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
    padding-left: 30px;
    position: relative
}

.duan_tt ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/tt_icon_1.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0
}

.duan_tt ul li.duan_tt_m:before {
    background-image: url(../images/tt_icon_1.png);
}

.duan_tt ul li.duan_tt_pn:before {
    background-image: url(../images/tt_icon_2.png);
}


.duan_tt ul li.duan_tt_pt:before {
    background-image: url(../images/tt_icon_3.png);
}


.duan_tt ul li.duan_tt_hx:before {
    background-image: url(../images/tt_icon_4.png);
}
.duan_tt ul li.duan_tt_user:before {
    background-image: url(../images/user.png);
}
.duan_tt ul li.duan_tt_address:before {
    background-image: url(../images/maps-and-flags.png);
}
.duan_tt ul li.duan_tt_price:before {
    background-image: url(../images/dollar.png);
}

.duan_tt_mota, .duan_tt_image {
    padding: 25px 0;
}
.duan_tt_mota>h3 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.du-toan-chi-phi-xn-widget {
    background-color: var(--fs-color-secondary);
    padding: 20px;
    box-shadow: 0 0 5px #545454;
    border-radius: 3px;
}
.dau-tu-form-widget {
    background-color: var(--primary-color);
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.dau-tu-form-widget h3 {
    font-size: 15px;
    padding-top: 10px;
}
.dau-tu-form-widget h3, .dau-tu-form-widget p {
    color: #fff;
    text-align: center;
}
.dau-tu-form2-widget {
    margin-bottom: 10px;
}
.dau-tu-form2-widget h3, .dau-tu-form2-widget p {
    text-align: center;
    color: #fff;
}
.du-toan-chi-phi-xn-widget .form-select-ratio-widget p {
    margin-bottom: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.du-toan-chi-phi-xn-widget input[type='text'], input[type='email'], textarea {
    margin-top: 0;
}

.form-dt-submit-widget p input {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    justify-content: center;
    display: block;
    margin: 0 auto;
    color: #000;
    border-radius: 8px;
}
.wpcf7-form .wpcf7-submit {
    display: inline-block;
    line-height: 38px;
    height: 40px;
    padding: 0 10px;
    background: #e9b976;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none !important;
    border: 1px solid #e9b976;
    border-radius: 0;
    transition: all .35s ease-out 0;
    -moz-transition: all .35s ease-out 0;
    -webkit-transition: all .35s ease-out 0;
    -o-transition: all .35s ease-out 0;
}
.du-toan-chi-phi-xn-widget .form-dt-submit-widget{
    text-align: center;
}
.du-toan-chi-phi-xn-widget .form-dt-submit-widget p input {
    color: #fff !important;
    border-radius: 8px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 8px;
    margin-top: 8px;
}
.du-toan-chi-phi-xn-widget .form-select-ratio-widget .wpcf7-list-item-label {
    font-size: 12px !important;
    color: #fff;
}
.wpcf7-spinner {
    display: none !important;
}

.dnw-sidebar h5{
    font-size: 18px;
    line-height: 25px;
    color: #CC800D;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
}

.page-single-du-an{
    padding-top: 30px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: static;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: auto!important;
    max-width: 100%!important;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .flex-control-thumbs,.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-dots {
    display: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    display: inline-block;
    text-indent: -9999px;
    background: rgba(0,0,0,.6) url(../images/home-banner-prev-icon.png) center center no-repeat;
    background-size: 13px 22px;
    transition: none
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    display: inline-block;
    text-indent: -9999px;
    background: rgba(0,0,0,.6) url(../images/home-banner-next-icon.png) center center no-repeat;
    background-size: 13px 22px
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev {
    background: rgba(0,0,0,.6) url(../images/home-banner-prev-icon.png) center center no-repeat!important;
    background-size: 13px 22px!important
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {
    background: rgba(0,0,0,.6) url(../images/home-banner-next-icon.png) center center no-repeat!important;
    background-size: 13px 22px!important
}


.single-duan-slider {
    position: relative
}

.single-duan-slider .owl-dots {
    display: inline-block;
    display: flex;
    justify-content: center;
    margin-top: -20px;
    z-index: 10;
    position: relative;
    transform: translateY(-50%)
}

.single-duan-slider .owl-dots .owl-dot {
    width: 16.66%;
    height: auto;
    padding: 6px
}

.duan_adddrest,.single-duan-slider,.duan_tt,.duan_tt_mota,.duan_tt_image {
    float: left;
    width: 100%
}

.single-duan-slider .owl-carousel .owl-item img {
    width: 100%!important
}
.single-duan-slider .owl-item {
    height: 700px;
}
.single-duan-slider .owl-carousel .owl-item img {
    width: 100% !important;
    height: 700px;
    object-fit: cover;
}
.single-duan-slider ul#carousel-custom-dots {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-flow: unset;
    justify-content: unset;
    align-items: unset;
    margin-top: -10px;
    transform: unset;
}
ul#carousel-custom-dots li.owl-dot img {
    height: 100px;
    object-fit: cover;
}

.home_box {

    padding: 50px 0;
    overflow-x: hidden;
    background-color: #fff;
}
.home_box3 {
    background: #040D1B;
}

.home_box.home_box3 .container {
    overflow: hidden;
}
.home_box3 .home_title {
    text-align: left;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.home_box3 .home_title h3 {
    color: #fff;
    flex: 1;
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    text-transform: none !important;
}
.home_box3_content {
    position: relative;
    float: left;
    width: 100%;
}
.home_box3_content ul {
    list-style: none;
    margin: 0;
}
.home_box3_content ul li {
    position: relative;
}
.home_box3_content .left-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home_box3_content .left-item p {
    margin-bottom: 0;
}
.home_box3_content .right-item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    display: flex
;
    border-radius: 20px;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-end;
}
.home_box3_content .right-item {
    background-color: #00000096;
    border-radius: 0;
}
.home_box3_content .left-item .item-image {
    max-height: 480px;
    overflow: hidden;
    border-radius: 15px;
}
.home_box3_content .left-item .item-image {
    height: 300px;
    border-radius: 10px;
}
.home_box3_content .left-item img {
    width: 100% !important;
}
.home_box3_content .left-item img {
    object-fit: cover;
    height: 300px;
}
.home_box3_content .right-item .item-title {
    color: #fff;
}
.home_box3_content .right-item .item-title a {
    color: #fff;
}
.home_box3_content .right-item .item-title a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Giới hạn hiển thị văn bản chỉ 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home_box3_content .right-item .item-kh-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_box3_content .right-item .item-kh-link .items-kh p {
    margin-bottom: 0;
    padding: 5px 30px;
    font-size: 14px;
    line-height: 22px;
    color: #383838;
    margin: 5px 0;
    background: #E1BA7F;
    border-radius: 20px;
}
.home_box3_content .right-item .item-kh-link .items-link a {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    background: #E1BA7F;
    border-radius: 50px;
    border: 1px solid #E1BA7F;
    display: inline-block;
}
.home_box3_content .right-item .item-kh-link .items-link a {
    padding: 5px 30px;
    font-size: 14px;
    line-height: 22px;
}
.home_box3_content .right-item .item-kh-link .items-link a:hover {
    background: transparent;
    color: #E1BA7F;
}

.duan_tt_from {
    float: left;
    width: 100%;
    background: #F4F4F4;
    padding: 30px;
    filter: drop-shadow(0 3px 7px rgba(0,0,0,.25));
    border-radius: 9px
}

.duan_tt_from h3 {
    font-size: 25px;
    line-height: 35px;
    color: #000
}

.duan_tt_from .input-100 {
    display: flex;
    justify-content: space-between
}

.duan_tt_from .input-50 {
    width: 49%
}

.duan_tt_from .input_row input,.duan_tuvan .input_row input {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    border-radius: 5px
}

.duan_tt_from .input_row textarea,.duan_tuvan .input_row textarea {
    height: 140px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    line-height: 25px
}

.duan_tt_from .input_row.input_submit,.duan_tuvan .input_row.input_submit {
    text-align: center
}

.duan_tt_from .input_row.input_submit input {
    background: #D10000;
    border-radius: 9px;
    padding: 10px 50px;
    height: auto;
    font-weight: 500;
    color: #fff
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    box-shadow: none !important;
}

.related-title {
    margin: 0 0 20px;
}
.related-title h2 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
}

.entry-content img {
    max-width: 100%;
    display: inherit;
    margin: 0 auto
}

.entry-content iframe {
    max-width: 100%;
    display: inherit;
    margin: 0 auto
}

.entry-content figure {
    max-width: 100%!important;
    width: 100%!important;
    text-align: center;
    margin: 15px 0!important
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.entry-content td,.entry-content th {
    border: 1px solid #ddd;
    padding: 5px
}

.entry-content img.alignright {
    float: right;
    margin-left: 15px
}

.entry-content img.alignleft {
    float: left;
    margin-right: 15px
}

.entry-content img.aligncenter {
    float: none;
    margin: 0 auto;
    display: inherit
}

.wpcf7-not-valid-tip {
    float: left;
    width: 100%
}

.wpcf7-spinner {
    display: none!important
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 5px 0!important
}

.entry-content img {
    max-width: 100%;
    display: inherit;
    margin: 0 auto
}

.entry-content iframe {
    max-width: 100%;
    display: inherit;
    margin: 0 auto
}

.entry-content figure {
    max-width: 100%!important;
    width: 100%!important;
    text-align: center;
    margin: 15px 0!important
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd
}

.entry-content td,.entry-content th {
    border: 1px solid #ddd;
    padding: 5px
}

.entry-content img.alignright {
    float: right;
    margin-left: 15px
}

.entry-content img.alignleft {
    float: left;
    margin-right: 15px
}

.entry-content img.aligncenter {
    float: none;
    margin: 0 auto;
    display: inherit
}

.error404 .page-header {
    text-align: center;
    border: 0
}

.error404 .page-header h1 {
    border: 0
}

.error404 .page-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0 30px
}

.error404 .page-content p {
    font-size: 18px
}

.error404 .page-content .search-form label {
    margin: 0;
    width: auto
}

.error404 .page-content .search-form .screen-reader-text {
    display: none
}

.error404 .page-content .search-form .search-field {
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 15px;
    font-size: 15px;
    font-weight: 400
}

.error404 .page-content .search-form .search-submit {
    border: 0;
    height: 40px;
    line-height: 20px;
    padding: 10px 15px!important;
    background: linear-gradient(180deg,#EB8A00 0%,#F2512D 100%);
    text-shadow: none;
    box-shadow: none;
    color: #fff
}




/*Responsive*/

@media (max-width: 849px){
    .post-sidebar,
    .dnw-sidebar{
        display: none;
    }
    .archive-page-header{
        min-height: 120px;
        margin-bottom: 30px;
    }
    .archive-page-header .page-title{
        font-size: 25px;
        line-height: 35px;
        margin: 20px 0;
    }
    .dnw-header-slogan{
        width: 55%;
    }
    .tab-product-da-home .nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        flex-flow: unset;
        justify-content: unset;
        align-items: unset;
    }
    .tab-product-da-home .tab {
        flex-shrink: 0 !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .tabbed-content ul li a, .tabbed-content ul li.active a {
        padding: 12px 20px !important;
        font-size: 10px !important;
    }
    .archive_post_duan_tt ul {
        margin: 0;
    }

}
@media (min-width: 768px) {
    .yeu-cau-tu-van {
        border: 1px solid #ececec;
        background: #fbfbfb;
        padding: 15px
    }

    .yeu-cau-tu-van .form-tu-van {
        display: inline-block;
        width: 100%;
        margin-top: 10px
    }

    .yeu-cau-tu-van .form-tu-van .left {
        width: 50%;
        float: left;
        padding-right: 7px
    }

    .yeu-cau-tu-van .form-tu-van .right {
        float: right;
        width: 50%;
        padding-left: 7px
    }

    .yeu-cau-tu-van .form-tu-van textarea {
        min-height: 202px
    }

    .yeu-cau-tu-van .luu-y {
        color: red
    }

    .yeu-cau-tu-van .wpcf7-submit {
        margin-top: 10px;
        margin-bottom: 0;
        border-radius: 3px;
        font-weight: 400
    }

}
@media (max-width: 768px) {
    .archive_post_duan_tt ul li h5 {
        padding-left: 20px;
    }
    .archive_post_duan_tt ul li h5, .archive_post_duan_tt ul li p {
        font-size: 11px;
    }
    .archive_post_duan_tt ul li p {
        min-width: 45%;
    }
    .archive_post_duan_tt ul .archive_acc h5:before, .archive_post_duan_tt ul .archive_addrest h5:before, .archive_post_duan_tt ul .archive_diti h5:before, .archive_post_duan_tt ul .archive_sota h5:before {
        top: 4px;
        width: 13px;
        height: 13px;
    }
    .main-content_archive_list {
        margin-bottom: 10px;
    }
    .main-content_archive_list ul {
        padding: 5px 20px;
        flex-wrap: wrap;
        border-radius: 10px;
    }
    .main-content_archive_list ul li {
        width: 50%;
        border-right: 0;
        padding: 5px;
        margin-bottom: 0;
    }
    .main-content_archive_list ul li a {
        font-size: 17px;
    }
    .duan_tt ul li{
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .main-content_archive_list ul li a {
        font-size: 16px;
    }
    .duan_tt ul, .duan_tt_tailieu ul {
        flex-wrap: wrap;
    }
    .duan_tt ul {
        display: block;
    }
    .duan_tt ul li {
        width: 50%;
        float: left;
    }
    .duan_tt ul li.duan_tt_price{
        width: 100%;
    }
}
@media (max-width: 549px) {
    .dnw-header-slogan {
        width: 70%;
    }
    .archive_post_duan_tt ul li h5, .archive_post_duan_tt ul li p {
        font-size: 8px;
    }
    .section-du-an-archive .project-item .box-text {
        padding: 10px 0;
    }
    .section-du-an-archive .project-item .title{
        padding: 0 10px;
    }
    .related-title h2,
    .home_box3 .home_title h3{
        font-size: 22px;
        line-height: 32px;
    }
    .main-content_archive_list ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .main-content_archive_list ul li {
        display: flex !important;
        width: 50%;
        margin-right: 5px;
    }
    .main-content_archive_list ul li a {
        font-size: 15px;
    }
    .main-content_archive_list ul li a {
        min-width: 145px;
        margin-right: 20px;
        font-size: 11px;
    }
    .main-content_archive_list ul li a:first-child {
        margin-left: -25px;
    }
    .main-content_archive_list ul li a:before {
        content: "";
        width: 7px;
        height: 7px;
        border: 1px solid #000;
        border-radius: 100%;
        display: inline-block;
        left: 0;
        vertical-align: middle;
        margin-right: 7px;
        margin-top: -3px;
    }

}
@media (max-width: 420px) {
    .main-content_archive_list ul li {
        width: 100%;
    }
}


/*Modal*/
.fade {
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.auth-modal .modal-header {
    padding: 0;
    position: relative;
    border: 0;
}
.auth-modal .modal-header .modal-header-register {
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-header .close {
    width: 30px;
    height: 30px;
    background: #ff0000;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    z-index: 999999;
    transition: all .3s;
    padding: 0;
    margin: 0;
    min-height: auto;
    font-weight: 300;
    opacity: 1;
}
.modal-header .close:hover{
    background-color: #e8e8e8;
}
.modal-header .close svg{
    height: 12px;
    width: 12px;
}
.modal-header .close:not(:hover) path{
    fill: #fff;
    opacity: 1;
}
.popup-content-header{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    color: var(--primary-color);
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*padding: 40px;*/
}
.modal-body form{
    margin-bottom: 0 !important;
}
.auth-modal .modal-body {
    padding-bottom: 0;
}
.modal-open .modal {
    background: #0000009e;
    z-index: 99999;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
@media (min-width: 550px){
    .col-lostpassword{
        text-align: right;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 768px){
    .modal-dialog {
        max-width: 660px;
    }
    .auth-modal .modal-dialog {
        max-width: 500px;
    }
    .col-sale .show-mobile{
        display: none;
    }
}

