/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Nam Anh
Author Url: https://www.facebook.com/Namanhnjhtgghf/
Template: flatsome
Version: 3.16.2
*/

ul.header_info {
    display: flex;
    list-style: none;
    gap: 15px;
}

ul.header_info li {
    margin: 0;
}

ul.header_info li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    display: flex;
    align-items: center;
}
.category-du-an .menu_duan a {
    color: #f39d1d !important;
}
ul.header_info li a img {
    margin-right: 8px;
}
.header_social {
    display: flex;
    gap: 12px;
}

ul.header-nav.header-nav-main > li {
    margin: 0 !important;
}

ul.header-nav.header-nav-main {
    column-gap: 60px;
}

ul.header-nav.header-nav-main > li > a {
    font-weight: 400 !important;
    font-size: 16px;
}
.div_search {
    display: flex;
    align-items: center;
}
.div_search:hover{
    cursor: pointer;
}
div#search-lightbox .search-field {
    height: 50px;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

div#search-lightbox button.ux-search-submit {
    height: 50px;
    min-height: 50px;
    font-size: 16px;
    width: 50px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.home section.breadcrumb{
    display: none;
}
section.breadcrumb {
    padding: 16px 0;
}

nav.rank-math-breadcrumb {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Oswald, sans-serif;
}

nav.rank-math-breadcrumb a {
    color: #000;
}

nav.rank-math-breadcrumb span.separator,nav.rank-math-breadcrumb .last {
    color: #f39d1d;
}
ul.header-nav.header-nav-main li > ul.sub-menu {
    left: 0;
    visibility: hidden;
    border: none;
    padding: 0;
    background-color: #2d2d2d;
    transform: translateY(20px);
    overflow: hidden;
    transition: .5s;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before{
    display: none
}
ul.header-nav.header-nav-main ul.sub-menu {
    display: flex;
    flex-flow: column;
    min-height: auto;
    max-height: initial;
}

ul.header-nav.header-nav-main ul.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transform: translateY(20px);
    transition: .5s;
    background-color: #2d2d2d;
    opacity: 0;
    visibility: hidden;
}

ul.header-nav.header-nav-main .sub-menu li {
    position: relative;
    width: 100%;
    border: none;
}

ul.header-nav.header-nav-main .sub-menu li > a {
    padding: 8px 10px;
    text-transform: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
    margin: 0;

}
ul.header-nav.header-nav-main > li.current-dropdown > ul.sub-menu {
    max-height: 500px;
    overflow: initial;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s;
}
ul.header-nav.header-nav-main .sub-menu li:hover > a{
    background-color: #f39d1d !important;
    color: #fff;
}
ul.header-nav.header-nav-main .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
/* Home */
.banner_home h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.banner_home h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 89px;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.banner_home p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    max-width: 644px;
    margin-right: auto;
    margin-left: auto;
}
.title h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.title h3 {
    font-weight: 700;
    font-size: 47px;
    line-height: 71px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.page-template  h1{
	font-weight: 700;
    font-size: 47px;
    line-height: 71px;
    text-transform: uppercase;
    margin: 0 0 24px;
}
.box_shaz {
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
}
.btn_home {
    padding: 10px 23px;
    font-size: 14px;
    line-height: 21px;
/* identical to box height */
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 400 !important;
    border: none;
}

.btn_home span {
    line-height: 21px;
}
.btn_home span {
    line-height: 21px;
    z-index: 1;
    position: relative;
}
.btn_home:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #f39d1d;
    background-image: linear-gradient(315deg,#f39d1d 0%,#000000 74%);
    transition: all 0.3s ease;
}

.btn_home:hover:after{
    top:auto;
    bottom:0;
    height:100%
}
.btn_home:active{
    top:2px
}
.home_duan{
    margin-top: 0 !important;
}
.about_icon .icon-box-img {
    margin-bottom: 10px !important;
}

.about_icon h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.about_icon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
}
.about_content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
}

.about_content p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
}
.ss_content .col {
    padding-bottom: 0 !important;
}
.row.about_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    padding: 0 15px;
}

.row.about_gallery .gallery-col.col {
    padding: 0;
}

.row.about_gallery .gallery-col.col:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
    position: relative;
    overflow: hidden;
}

.row.about_gallery .gallery-col.col div {
    height: 100%;
}

.row.about_gallery .gallery-col.col img {
    height: 100%;
    object-fit: cover;
}

.row.about_gallery .gallery-col.col .box-text.text-left {
    display: none;
}
.title.title_doingu h3 {
    font-weight: 500;
}
/* Giải pháp */
.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 37px;
}
.box_gp h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
/* identical to box height */
    text-transform: uppercase;
    color: #000000;
}
.ss_dv .row.row-collapse.row-full-width {
    display: inline-block;
}
.box_gp .box-text {
    padding: 10px 0;
}

.ss_dv .col_left {
    background-color: rgb(97, 98, 98);
    float: left;
}
.btn_dv {
    font-weight: 400 !important;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    padding: 0 23px;
    letter-spacing: 0.28em;
    height: 40px;
    line-height: 40px !important;
    display: inline-flex;
    align-items: center;
    border-width: 1px !important;
}
a.button.alert.is-outline.btn_dv:hover {
    border-color: #fff !important;
    color: #ee9c23 !important;
}
.ss_dv .col_right {
    background-image: url(https://hat.myhazo.net/wp-content/uploads/2023/05/Rectangle-9.png);
    background-size: cover;
    transform: translateY(-208px);
    float: right;
}

.ss_dv .col_right:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 157, 29, 0.95);
    position: absolute;
    z-index: -1;
}
.ss_abour{
    z-index: 10;
}

.ss_dv .col_left:after {
    content: "";
    top: 0;
    left: 100%;
    width: 150px;
    height: 100%;
    background-color: #616262;
    position: absolute;
}
/* Footer */
.logo_footer .ux-logo-link {
    padding: 0 !important;
    margin-bottom: 32px;
}
.footer_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    margin-bottom: 27px;
}
.ss_footer a.ux-menu-link__link {
    font-size: 16px;
    color: #fff;
    padding: 0;
    min-height: initial;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
}

.ss_footer a.ux-menu-link__link:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -4px;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
}

.ss_footer a.ux-menu-link__link:hover {
    color: #F39D1D;
}
.ss_footer .header_social a svg {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.form_footer {
    height: 28px;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.form_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    min-height: 28px !important;
    height: 28px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    border: none;
    text-transform: initial;
}
.header_social a:hover rect,.header_social a:nth-child(3):hover path,.header_social a:last-child:hover path:last-child {
    fill: #f39d1d;
}

.header_social a:hover path,.header_social a:nth-child(3):hover circle {
    fill: #fff;
}
.ss_footer p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.ss_footer .icon-box-img {
    align-items: center;
    display: flex;
}

.ss_footer .icon-box-img img {
    padding: 0;
}

.ss_footer .icon-box-text {
    align-items: center;
    display: flex;
}
.absolute-footer {
    padding: 0;
}

.absolute-footer .footer-primary {
    padding: 22px 0 15px;
    background: #616262;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Oswald, sans-serif;
}

.absolute-footer .footer-primary .copyright-footer {
    font-weight: 400;
}
/* post */
div#post .date {
    font-size: 14px;
    line-height: 14px;
/* identical to box height, or 100% */
    color: rgba(243, 157, 29, 0.95);
    margin-bottom: 16px;
}
div#post .post_item h3 {
    margin: 0;
}

div#post .post_item h3 a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}
.archive_btn {
    margin-top: 30px;
}
/* Lieen hjee */
.contact_title h3 {
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.contact_form .wpcf7-form-control {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #AEAEAE;
    backdrop-filter: blur(2px);
/* Note: backdrop-filter has minimal browser support */
    border-radius: 4px;
    box-shadow: none;
}

.contact_form input.wpcf7-form-control.wpcf7-submit {
    background: #F39D1D;
    border: 1px solid rgba(243, 157, 29, 0.95);
    border-radius: 0;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    width: 231px;
    height: 41px;
    letter-spacing: 0.28em;
    font-size: 14px;
}
.contact_icon .icon-box-img,.contact_icon .icon-box-text {
    align-items: center;
    display: flex;
}
.contact_icon .icon-box-text p{
    margin: 0;
}
/* Dự án */
div#project {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
    column-gap: 20px;
    row-gap: 20px;
    padding: 0 15px;
}
.project_item .box-text {
    bottom: 0;
    position: absolute;
    background: rgba(243, 157, 29, 0.95);
    padding: 20px 20px 16px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.project_item:hover .box-text {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transform: translateY(-15px);
}
.project_item .box-text .cate {
    font-size: 20px;
    line-height: 30px;
    font-family: Oswald, sans-serif;
    margin-bottom: 10px;
}

.project_item .box-text h3 {
    margin: 0;
}

.project_item .box-text h3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
/* identical to box height */
    text-align: center;
    text-transform: uppercase;
}

.project_item .box-text .exceprt p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
}
.project_item .box-text a.load_more {
    margin: 0;
    line-height: 24px;
    display: flex;
    justify-content: end;
    font-weight: 500;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    color: #fff;
}

.project_item .box-text a.load_more svg {
    margin-left: 7px;
}
/* Trang thiết kế */
.duantk_item .box-text {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 20px;
    transform: translateY(10px);
    opacity: 0;
}
.duantk_item a:hover .box-text {
    transform: translateY(0px);
    opacity: 1;
}
.duantk_item .box-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}
/* Single */
.blog-single h1.entry-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
/* or 140% */
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}
.widget_media_image img {
    width: 100%;
}
.blog-single .entry-header-text {
    padding: 0 !important;
}
.single_top {
    padding: 10px 34px;
    display: flex;
    justify-content: space-between;
    background: #F3F3F3;
    align-items: center;
}

.single_top .box_author {
    display: flex;
    align-items: center;
    margin: 0;
}

.single_top .box_author .avater img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
    margin-right: 8px;
}

.single_top .box_author .box_name {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.single_top .box_author .box_name span:first-child {
    font-weight: 700;
}
.single_top .box_review {
    margin: 0;
    text-align: left;
}

.single_top .box_review .title_r {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: Oswald, sans-serif;
}

.single_top .box_review .kksr-icon {
    width: 20px !important;
    height: 20px !important;
}

.single_top .box_review span.kksr-muted {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-family: Oswald, sans-serif;
    opacity: 1;
}
div#mota {
    padding: 6px 6px 6px 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
/* or 172% */
    text-align: justify;
    color: #5A5A5A;
    background: rgba(51, 51, 51, 0.1);
    margin-bottom: 20px;
    border-left: 2px solid #F39D1D;
}
.date_post {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
/* or 100% */
    text-transform: capitalize;
    padding-top: 8px;
    border-top: 1px solid #C4C4C4;
    margin-bottom: 24px;
}

.box_author_bt {
    display: flex;
    padding: 10px;
    align-items: center;
    background: #EEEEEE;
}

.box_author_bt img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 18px;
}

.box_author_bt .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
}

.box_author_bt .exceprt {
    font-size: 16px;
    line-height: 23px;
}
h3.related_post {
    margin-top: 60px;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
}

ul.list-news {
    list-style: none;
    margin: 0;
}

ul.list-news li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #6B6B6B;
}

ul.list-news li .new-img {
    direction: ltr;
    display: table-cell;
    vertical-align: top;
    width: 155px !important;
}

ul.list-news li .new-img img {
    object-fit: cover;
    height: 105px;
}
ul.list-news li .item-list {
    vertical-align: middle;
    direction: ltr;
    display: table-cell;
    padding-left: 16px;
}
ul.list-news li .item-list a {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
}

ul.list-news li .item-list {
    vertical-align: middle;
}



/******************************* TRANG XÂY NHÀ TRỌN GÓI ******************************/
.page-id-799 .breadcrumb { 
	display:none
}
.page-id-799 .slider .flickity-button { 
    opacity: 1;
    width: 50px;
    height: 50px;
}

.page-id-799 .slider .flickity-button svg { 
    background: rgb(255 255 255 / 90%);
	 border-radius: 4px;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
	border: none;
	color: #666;
    padding: 30%;
}

.page-id-799 .slider .flickity-button.previous {
	left:0
}

.page-id-799 .slider .flickity-button.next {
	right:0
}



.button, button, input[type=button], input[type=reset], input[type=submit] {
	font-size:1em
}
.section-heading-title {
	color: #333;
	font-family: Oswald;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.introduce-section .introduce-content-col p {
	color: #444;
	text-align: justify;
	font-family: Montserrat;
	font-weight: 500;
	line-height: 26px;
}

.contact-button {
	font-weight:400;
	letter-spacing: 2.56px;
	padding: 6px 54px;
}

.contact-button .icon-phone:before {
	content:'\f095';
	font-family:'Font Awesome 5 Free';
	font-weight:800
}

.introduce-section .introduce-content-col .col-inner { 
	margin:0 auto
}

.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider  > .row  {
	transform: scale(1.6);
	padding:180px 0;
}

.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider  > .row img  {
	border-radius:8px
}

.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider  > .row.is-selected  {
	transform: scale(2);
	z-index:10
}

.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider  > .row.is-selected img  {
	border:5px solid var(--primary-color);
}


.construction-section .construction-slider .flickity-slider  > .row { 
	opacity:1 !important;
	padding:0 15px
}

.construction-section .construction-slider .flickity-slider  > .row  > .col > .col-inner { 
	border-radius:8px;
	overflow:hidden
} 

.construction-section .construction-slider .flickity-button.previous {
    left: 30px;
}

.construction-section .construction-slider  .flickity-button.next {
    right: 30px;
}

.construction-section .construction-slider  .caption {
	
	 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 99.36%);
    height: 40%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 30px;
	
	color: #FFF;
	text-align: center;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
		
	transform: translateY(100%) !important;
}

.construction-section .construction-slider .flickity-slider .row.is-selected  .caption{
	transform: translateY(0%) !important;
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner {
	background-color:#fff;
	position:relative;
	border-radius:8px;
	padding:75px 20px 20px 20px;
	aspect-ratio: 3/2;
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner:hover {
	background-color: var(--primary-color);
}


.why-choose-us-section .why-choose-us-row  > .col > .col-inner:hover * {
	color: #fff;
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner:hover .is-divider {
	background-color: #fff !important;
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner:hover:after {
	border-color: #fff ;
}


.why-choose-us-section .why-choose-us-row  > .col > .col-inner:after{
	content:'';
	position:absolute;
	inset :8px;
	z-index:10;
	border:1px solid var(--primary-color);
	border-radius:8px
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner h3{
	color: #333;
	text-align: center;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}


.why-choose-us-section .why-choose-us-row  > .col > .col-inner .is-divider {
	background-color:var(--primary-color)
}

.why-choose-us-section .why-choose-us-row  > .col > .col-inner p{
	color:#444
}

.solution-section .banner .container.banner-layers {
	max-width:1350px
}

.solution-section .banner .text-box h3 {
	color: #333;
	font-family: Oswald;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.sign-up-section .offer-col ul li { 
	color: #FFF;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	list-style-type:none;
	margin-left:0
}

.sign-up-section .offer-col ul li:before { 
	content:'';
	width:24px;
	height:24px;
	background:url(/wp-content/uploads/2023/11/Triangle.svg) no-repeat center/cover;
	display: inline-block;
    margin-right: 10px;
}

.sign-up-section .offer-col ul li span { 
	font-size: 32px;
}

.sign-up-section  .form-col > .col-inner {
	max-width:580px;
	margin:0 auto
}

.sign-up-section  .form-col form input[type="text"] { 
	min-height:40px
}

.sign-up-section  .form-col form input,
.sign-up-section  .form-col form select,
.sign-up-section  .form-col form textarea{ 
	border-radius:4px;
	box-shadow:none;
	border:1px solid #AEAEAE;
	backdrop-filter: blur(2px);
}

.sign-up-section  .form-col form input:focus,
.sign-up-section  .form-col form select:focus,
.sign-up-section  .form-col form textarea:focus {
	border-color:var(--primary-color)
}

.sign-up-section  .form-col form .wpcf7-submit {
	margin-right:0;
	color: #FFF;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.48px;
	text-transform: uppercase;
	padding:0 50px
}

.difference-section .difference-row > .col > .col-inner { 
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	padding:30px 20px
}

.difference-section .difference-row > .col > .col-inner h3 {
	color: #000;
	text-align: center;
	font-family: Oswald;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.procedure-section .procedure-row .step  { 
	max-width:25%;
	min-height:150px;
	display:flex;
	align-items:center;
	justify-content:center
}

.procedure-section .procedure-row .step  p{ 
	margin-bottom:0;
	color: #FFF;
	text-align: center;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.procedure-section .procedure-row .step   .step-number  { 
	color: #FFF;
	font-family: Oswald;
	font-size: 68px;
	font-style: normal;
	font-weight: 700;
	line-height: 73px;
	text-transform: uppercase;
}

.procedure-section .procedure-row > .col > .col-inner  { 
	background:var(--primary-color);
	border-radius:14px;
	box-shadow:0 0 10px 0 #ccc;
	min-height:150px;
	position:relative;
	overflow: hidden;
}

.procedure-section .procedure-row > .col.grey-bg > .col-inner  { 
	background:#616262;
}

.procedure-section .procedure-row > .col > .col-inner:after {
	content:'';
	position:absolute;
	top:0;
	bottom:20px;
	right:0;
	width:75%;
	background:url(/wp-content/uploads/2023/11/step-bg-white.png) no-repeat bottom left/cover
}

.procedure-section .procedure-row > .col > .col-inner h3 {
	position: absolute;
    left: 35%;
    z-index: 10;
    top: 30px;
	color: #333;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	max-width: 64%;
}
.typical-projects {
	max-width:1350px !important
}

.projects-section .box-blog-post .box-image img { 
border-radius: 4px;
}

.projects-section .box-blog-post .post-title {
	color: #444;
	font-family: Oswald;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.projects-section .box-blog-post .post-title + .is-divider {
	display:none
}

/******************************* KẾT THÚC TRANG XÂY NHÀ TRỌN GÓI ******************************/


/* Pc      --------------------------------------------- */
@media(min-width: 1023px){
div#post {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 32px;
    padding: 0 15px;
}

div#post .post_item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

div#post .archive_one {
    grid-row: 1/3;
    grid-column: 1/3;
    position: relative;
    overflow: hidden;
}
div#post .archive_one h3 a {
    font-size: 20px;
    line-height: 33px;
}
div#post .box-text {
    padding: 16px 0 0;
}
div#post .archive_one .box, div#post .archive_one .box .box-image,div#post .archive_one .box .box-image div {
    height: 100%;
}

div#post .archive_one .box img {
    object-fit: cover;
}

div#post .archive_one .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000a1 100%);
    padding: 0 35px 25px;
    height: 242px;
    display: flex;
    align-items: end;
    z-index: 111;
}

div#post .archive_one .box-text a {
    color: #fff;
    opacity: 1;
}
.ss_thietke .col_left .col-inner {
    max-width: 570px;
    padding-right: 30px;
    padding-left: 15px;
}
.ss_dv .col_right .col-inner {
    max-width: 585px;
    padding-left: 100px !important;
    padding-right: 15px !important;
}
.ss_dv .col_left .col-inner {
    max-width: 585px;
    padding-right: 100px !important;
    padding-left: 15px !important;
}

}
@media (width: 1024px){
ul.header-nav.header-nav-main {
    column-gap: 40px;
}
	
	
}

@media (max-width: 1200px){
	
	.construction-section .construction-slider  .caption {
		padding-bottom: 24px;
		font-size: 20px;
	}
	
}
@media (max-width: 1024px){
	.solution-section .banner .text-box h3 {
		font-size: 32px;
	}
	
	.sign-up-section .offer-col ul li {
		font-size: 20px;
	}
	
	.section-heading-title {
		font-size: 42px;
	}
	.procedure-section .procedure-row > .col > .col-inner h3 {
		font-size: 20px;
	}
	
	.procedure-section .procedure-row .step p {
		font-size: 20px;
	}
	
	.construction-section .construction-slider .flickity-slider > .row {
		max-width: 30% !important;
	}
	
}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){
    .box_gp .image-cover {
        padding-top: 180px !important;
    }
}
@media (max-width:848px){
	.section-heading-title {
		font-size: 36px;
	}
	
	.contact-button {
		padding: 4px 30px;
	}
	
	.construction-section .construction-slider .flickity-slider > .row {
		max-width:50% !important
	}
	
	.page-id-799 .slider .flickity-button {
		width: 40px;
		height: 40px;
	}
	
	.solution-section .banner .text-box h3 {
		font-size: 24px;
	}
	
	.sign-up-section  .offer-col > .col-inner {
		    max-width: 580px;
	}
	
	.procedure-section .procedure-row > .col > .col-inner h3 {
		font-size: 18px;
	}
	
	.procedure-section .procedure-row .step p {
		font-size: 18px;
	}
	.procedure-section .procedure-row .step .step-number {
		font-size: 58px;
	}
	
	.difference-section .difference-row > .col > .col-inner h3 {
		font-size: 16px;
	}
	
	.sign-up-section .form-col form .wpcf7-submit {
		padding: 0 30px;
	}
	
		
	.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider > .row {
		padding: 150px 0;
	}

	
}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .ss_dv .col_right {
        transform: initial;
    }
    
    .ss_dv .row.row-collapse.row-full-width {
        display: flex;
    }
.mobile-nav a {
    color: #fff !important;
}
.header-main li.html.custom {
    display: block;
}
.header-top {
    min-height: 40px !important;
}
.banner_home h3 {
    font-size: 40px;
    line-height: 52px;
}

.banner_home p {
    font-size: 16px;
}
.header-main {
    height: 79px !important;
}
.title h3 {
    font-size: 32px;
    line-height: 46px;
}


.box_gp h3 {
    font-size: 16px;
    line-height: 24px;
}
div#project {
    grid-template-columns: repeat(2, 1fr);
}
.ss_thietke .col_left .col-inner {
    padding: 0 15px;
}
}




 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
.single_top {
    padding: 5px 10px;
    display: block;
}

.single_top .box_author {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
div#project {
    grid-template-columns: repeat(1, 1fr);
}
.banner_home {
    height: 335px;
}
.banner_home h3 {
    font-size: 26px;
    line-height: 32px;
}
.title h3 {
    font-size: 36px;
    line-height: 52px;
}
.slider_mb {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding: 10px;
    gap: 12px;
    scroll-padding: 10px;
    flex-flow: initial;
    justify-content: start;
}

.slider_mb .col {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.contact_icon {
    margin-bottom: 15px !important;
}
.row.about_gallery {
    display: block;
}

.row.about_gallery .gallery-col.col {
    padding-bottom: 4px;
}
.box_author_bt {
    display: block;
    text-align: center;
}

.box_author_bt .title {
    margin: 10px 0;
}
	
	
	.procedure-section .procedure-row > .col > .col-inner h3 {
		font-size: 16px;
	}
	
	.procedure-section .procedure-row .step p {
		font-size: 16px;
	}
	
	.procedure-section .procedure-row .step .step-number {
		font-size: 48px;
	}
	
	.section-heading-title {
		font-size: 24px;
	}
	
	.sign-up-section .offer-col ul li {
		font-size: 16px;
	}
	
	.sign-up-section .offer-col ul li span {
		font-size: 20px;
	}
	
	.solution-section .banner .text-box h3 {
		font-size: 20px;
	}
	
	.construction-section .construction-slider .flickity-slider > .row {
		max-width: 75% !important;
	}
	
	.introduce-section .introduce-slider-col .introduce-image-slider .flickity-slider > .row {
		padding: 100px 0;
	}
	
	.construction-section .construction-slider  .caption {
		padding-bottom: 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 380px){ 
	.procedure-section .procedure-row .step {
		max-width: 20%;
	}
	.procedure-section .procedure-row > .col > .col-inner:after {
		width: 82%;
	}
}