/* .banner-news {
    position: relative;
    line-height: 0;

}

.banner-news h1 {
    position: absolute;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;

}

.banner-news:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
} */

.post-page-news {
    padding-top: 100px; 
    padding-bottom: 120px;
}

.post-page-news .post-news {
    flex-grow: 1;
}

.post-new-wg {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}

.post-page-news .post-news .inner-post {
    display: flex;
    border: 1px solid #820000;
    background: #FFFFFF;
    flex-direction: column;
    height: 100%;
}

.list-post-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-right: 0; 
    margin-left: 0;
}

.post-new-pa article {
    height: 100%;
}

.post-page-news .post-news .inner-post .post-thumb {
    line-height: 0;
}

.post-page-news .post-news .inner-post .post-thumb img {
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
   
    height: auto; 
}

.post-page-news .post-news .inner-post .post-info {
    padding: 16px 11px 15px 15px;
}

.post-page-news .post-news .inner-post .post-info .post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #3C3C3C;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
}

.post-page-news .post-news .inner-post .post-info .post-title a {
    color: #3C3C3C;
}

.post-page-news .post-news .inner-post .post-info .post-title::after {
    content: "";
    max-width: 78px;
    width: 100%;
    height: 2px;
    background-color: #820000;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.post-page-news .post-news .inner-post .post-info .post-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 80px;
}

.post-page-news .post-news .inner-post .post-info .date-tag {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-page-news .post-news .inner-post .post-info .date-tag span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #575757;
}

.post-page-news .post-news .inner-post .post-info .date-tag a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #820000;
    text-transform: uppercase;
}

/*Project*/
/* .banner-project {
    position: relative;
    line-height: 0;

}

.banner-project h1 {
    position: absolute;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;

}

.banner-project:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
} */

.project-list {
    padding-top: 90px;
}

.title-cate-list {
    text-align: center;
    margin-bottom: 50px;
}

.project-list .post-project .post-thumb {
    line-height: 0;
}

.title-cate-list h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #000;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid #820000;
    text-transform: uppercase;
}

.post-project {
    position: relative;
    margin-bottom: 30px;
}

.img-thumb-post {
    line-height: 0;
}

.post-project .info-post-pj {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: 26px;
}

.post-project .info-post-pj .tt-cate-child {
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #D3D3D3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-project .info-post-pj h3 {
    text-align: center;
}

.post-project .info-post-pj h3 a {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.btn-see-more {
    width: 250px;
    height: 60px;
    text-align: center;
    display: block;
    border: 1px solid #820000;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 60px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-list .btn-see-more {
    margin: 0 auto;
}

.btn-see-more.loading {
    pointer-events: none;
}

.btn-see-more:hover {
    background: #820000;
    color: #ffffff;
}

.project-list:last-child {
    margin-bottom: 184px;
}

/*product*/
.banner-product {
    position: relative;
    line-height: 0;
}

.banner-product h1 {
    position: absolute;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;

}

.banner-product:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.product-lists {
    margin-top: 20px;
}

.product-list {
    padding-top: 90px;
}

.product-list .title-cate-list {
    text-align: left;
    margin-bottom: 40px;
}

.post-product {
    margin-bottom: 50px;
}

.product-list .img-thumb-post {
    margin-bottom: 20px;
}

.product-list .info-post-pr h3 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.product-list .info-post-pr h3 a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.product-list .info-post-pr h3:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: calc(100% + 10px);
    width: 139px;
    background: #820000;
    height: 1px;
}

.product-list .info-post-pr p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #3A3A3A
}

.product-list .button-link-bg.bg-white {
    margin: 0 auto;
}

.product-list:last-child {
    margin-bottom: 194px;
}

/*news-detail*/
.banner-new-detail {
    position: relative;
    line-height: 0;

}

.banner-new-detail h1 {
    position: absolute;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;

}

/* .banner-new-detail:before,
.bannerr-text::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
} */

.info-new-detail {
    padding-top: 100px;
    margin-bottom: 50px;
}

.info-new-detail h1,
.content-post-details h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #3C3C3C;
    margin-bottom: 11px;
}

.info-new-detail h1 span,
.content-post-details h1 span {
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}

.info-new-detail h1 span {
    display: inline-block;
    width: 100%;
}

.info-new-detail h1 span::after,
.content-post-details h1 span::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #820000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.info-new-detail .content-detail-post {
    display: flex;
    /* display: flex;
    flex-wrap: wrap; */
}

.info-new-detail .site-content {
    max-width: calc(100% - 375px - 30px);
    margin-right: 30px;
    width: 100%;
    float: left;
}

.info-new-detail .site-content .date-dt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #820000;
    margin-bottom: 20px;
}

.info-new-detail .site-content p,
.info-new-detail .site-content li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3C3C3C;
}

.info-new-detail .site-content p:last-child {
    margin-bottom: 0;
}

.info-new-detail .site-content img {
    margin-bottom: 0;
}

.related-news {
    margin-bottom: 100px;
}

.list-post-related {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-news .related-news-dt {
    margin: 0 auto;
    /* padding-top: 120px; */
}

.related-news .related-news-dt .title-related {
    padding-bottom: 10px;
    border-bottom: 2px solid #820000;
    margin-bottom: 40px;
}

.related-news .related-news-dt .title-related h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #3C3C3C;
}

.related-news .related-news-dt .post-related-new {
    width: calc((100%)/2 - 24px);
}

.related-news .related-news-dt .post-related-new .inner-post {
    display: flex;
    margin-bottom: 40px;
}

.related-news .related-news-dt .post-related-new .inner-post .post-thumb {
    line-height: 0;
    margin-right: 10px;
}

.related-news .related-news-dt .post-related-new .inner-post img {
    max-width: 100px;
    border-radius: 5px;
}

.related-news .related-news-dt .post-related-new .inner-post .post-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*Price list*/
.home-price-list {
    padding-top: 90px;
    margin-bottom: 20px;
}

.home-price-list .title-list-price {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.home-price-list .title-price {
    text-align: center;
    margin-bottom: 20px;
}

.home-price-list h1 {
    font-weight: 700;
    font-size: 56px;
    display: inline-block;
    line-height: 68px;
    letter-spacing: 0.05em;
    color: #353535;
    padding-bottom: 10px;
    border-bottom: 1px solid #820000;
}

.home-price-list .title-list-price p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.tab-control-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.tab-control-price .img-price-dt {
    line-height: 0;
    margin-bottom: 40px;
}

.tab-control-price li {
    list-style: none;
}

.tab-control-price li a {
    list-style: none;
    width: 470px;
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-weight: 700;
    color: #FF792F;
    box-sizing: border-box;
    font-size: 28px;
    border: 2px solid #FF792F;
    line-height: 34px;
    cursor: pointer;
}

.tab-control-price li a:hover,
.tab-control-price li.active a {
    color: #FFFFFF;
    background: #FF792F;
}

.form-price-pr {
    display: none;
}

.form-price {
    padding: 45px 100px 56px 100px;
    background: #FFC56E;
    border-radius: 5px;
    position: relative;
}

.form-price .wpcf7-response-output {
    position: absolute;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FF290C;
    top: calc(100% + 40px);
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.form-price .form-number {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.form-price .form-group-child {
    width: calc((100% - 30px)/2);
}

.form-group-price form>div,
#tab-2 .form-group-price>div {
    margin-bottom: 30px;
}

.form-price2#tab-2 {
    margin-top: 40px;
}

.form-price input {
    height: 50px;
    background: #FFFFFF;
    border: none;
    outline: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 20px;
    color: #444444;
}

.form-price label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 5px;
}

.form-price textarea {
    height: 172px;
    border: none;
    color: #A3A3A3;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 14px 20px;
    color: #444444;
}

.form-price textarea::placeholder,
.form-price input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 20px);
}

.form-price-list2 {
    margin-bottom: 30px;
}

.form-price-list2 .title-room {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FF792F;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.form-price-list2 .title-room:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 19px;
    border: 1px solid #820000;
    display: block;
    background: #ffffff;
    height: 19px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-price-list2 .title-room:after {
    position: absolute;
    content: "";
    width: 13px;
    background: #820000;
    border-radius: 50%;
    height: 13px;
    display: block;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.form-price .submit-pr {
    height: 50px;
    border: none;
    outline: none;
    padding: 14px 20px;
    min-width: 174px;
    cursor: pointer;
}

.form-price .submit-pr,
.form-price input[type="submit"] {
    background: #FF792F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.form-price .submit-pr.loading::before {
    content: "\f110";
    display: inline-block;
    margin-right: 4px;
    font-family: FontAwesome;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.form-price label.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.form-group-price .success {
    font-size: 18px;
    color: #00a438;
    font-weight: 500;
    text-align: center;
}

.form-group-dt {
    display: flex;
    margin-bottom: 15px;
}

.form-price-list .form-group-dt:last-child {
    margin-bottom: 0;
}

.form-group-dt .title-detail {
    width: 200px;
    display: flex;
    align-items: center;
}

.form-price-list {
    padding: 26px 0 37px 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.form-group-dt .title-detail h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #2E2E2E;
}

.form-group-dt label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #555555;
}

.form-group-dt .form-select {
    margin-right: 75px;
}

.form-group-dt #material {
    height: 40px;
    outline: none;
    width: 399px;
    border: 0.5px solid #ACACAC;
    border-radius: 3px;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    color: #898989;
    padding-left: 20px;
}

.form-group-dt #material option {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 22px;
    color: #898989;
    padding-left: 20px;

}

.form-group-dt .form-count {
    display: flex;
    align-items: center;
    width: 213px;
}

.form-group-dt .form-count input {
    height: 40px;
    margin-right: 9px;
    border: 0.5px solid #ACACAC;
    border-radius: 3px;
    width: 100px;
}

.tab-price #tab-1 {
    margin-bottom: 285px;
}

.tab-price #tab-2 .form-price {
    margin-top: 20px;
    margin-bottom: 194px;
}

.form-tow-price {
    display: flex;
}

.info_title_pr {
    display: flex;
    margin-bottom: 20px;
}

.info_title_pr h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #820000;
}

.info_title_pr h4:first-child {
    width: 200px;
}

.info_title_pr h4:nth-child(2) {
    width: 399px;
    margin-right: 75px;
}

.info_title_pr h4:nth-child(3),
.info_title_pr h4:nth-child(4) {
    width: 213px;
}

.title-tab-ct h3 {
    display: none;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #444444
}



/* widget */
.right-content-sidebar .widget+.widget {
    margin-top: 50px;
}

.widget_project_widget .widget-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    color: #820000;
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
}

.widget_project_widget .widget-title::before {
    content: "";
    height: 100%;
    width: 5px;
    background: #5C5C5C;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_project_widget ul {
    margin-top: 50px;
}

.widget_project_widget ul li {
    display: flex;
    flex-wrap: wrap;
}

.widget_project_widget ul li+li {
    margin-top: 20px;
}

.widget_project_widget ul li .thumb {
    display: inline-flex;
    width: 165px;
    flex-basis: 165px;
    margin-right: 13px;
    height: 109px;
}

.widget_project_widget ul li .thumb img {
    width: 100%;
    object-fit: cover;
}

.widget_project_widget ul li .info {
    max-width: calc(100% - 178px);
    flex-basis: calc(100% - 178px);
    width: 100%;
}

.widget_project_widget ul li .info h4 a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #5E5E5E;
}

.widget_project_widget ul li .info h4 a:hover,
.widget_projectcat_widget ul li a:hover {
    color: #820000;
}

.widget_project_widget ul li .info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #575757;
    margin-top: 15px;
    display: inline-block;
}

.widget_projectcat_widget .widget-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #820000;
    position: relative;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.widget_projectcat_widget .widget-title::after {
    content: "";
    width: 100%;
    height: 0.5px;
    background-color: #8D8D8D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget_projectcat_widget ul {
    margin-top: 20px;
}

.widget_projectcat_widget ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 34px;
}

.widget_projectcat_widget ul li+li {
    margin-top: 10px;
}

.widget_projectcat_widget ul li a::before {
    content: "\eaca";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'IcoFont' !important;
    font-weight: 400;
    color: #820000;
}

.post-page-news .post-new-wg .page-navigation {
    margin: 30px 0;
}

.right-content-dt {
    max-width: 375px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    /* Ensure right content doesn't push layout */
    box-sizing: border-box; 
}

.footer-items.ft-item-1 img {
    width: 100%;
}

.footer-items.ft-item-1 {
    position: relative;

}

.footer-items.ft-item-1 .widget.widget_text {
    position: absolute;
    top: 20px;
    right: 60px;
}

.footer-items.ft-item-1 .widget.widget_text h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
}

.footer-items.ft-item-1 .widget.widget_text p {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #FF792F;
}

/* Fixed syntax error */
.footer-items.ft-item-1 h3 {
    /* Missing styles or just a selector left behind */
}

/*archive*/
.archive .site-contents {
    padding-top: 100px;
    padding-bottom: 100px;
}

.archive .post-thumb {
    line-height: 0;
}


/* Custom News Container */
.container-news {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
}

@media (min-width: 768px) {
    .container-news {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-news {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-news {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container-news {
        width: 1556px; /* 1920 - 182 - 182 = 1556px */
        padding-left: 0; /* Remove padding to match exact design width if needed, or keep consistent */
        padding-right: 0;
    }
    .list-post-news {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Fix broken css */
/*
: 32px;
    line-height: 39px;
    color: #444444;
}
*/

/* End widget */
@media only screen and (max-width: 1200px) {
    .tab-control-price .img-price-dt {
        max-width: 450px;
    }

    .form-group-dt #material {
        width: 350px;
    }

    .form-price-list {
        padding-left: 40px;
    }

    .form-group-dt .form-select {
        margin-right: 50px;
    }

    .tab-price #tab-2 .form-price,
    .tab-price #tab-1 {
        margin-bottom: 130px;
    }

    .tab-control-price li a {
        font-size: 24px;
        width: 320px;
        height: 80px;
    }

    .form-group-dt .form-count {
        width: 165px;
    }

    .info_title_pr h4:nth-child(1) {
        width: 170px;
    }

    .info_title_pr h4:nth-child(2) {
        width: 350px;
        margin-right: 50px;
    }

    .info_title_pr h4:nth-child(3),
    .info_title_pr h4:nth-child(4) {
        width: 165px;
    }
}

@media only screen and (max-width: 992px) {
    .tab-control-price .img-price-dt {
        max-width: 350px;
    }

    .tab-control-price li a {
        font-size: 20px;
        width: 250px;
        height: 60px;
    }

    .home-price-list h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .home-price-list .title-list-price p {
        font-size: 16px;
        line-height: 20px;
    }

    .home-price-list {
        padding-top: 60px;
    }

    .home-price-list {
        margin-bottom: 80px;
    }

    .form-price {
        padding: 30px 60px 45px 60px;
    }

    .form-price textarea {
        height: 120px;
    }

    .form-group-dt .title-detail h5,
    .form-group-dt label,
    .form-group-dt #material option {
        font-size: 16px;
        line-height: 20px;
    }

    .form-group-dt #material {
        width: 250px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 10px;
    }

    .form-group-dt .form-count input {
        width: 60px;
        padding: 0 8px;
        margin-right: 5px;
    }

    .form-price-list {
        padding: 30px 0 30px 20px;
    }

    .form-group-dt .form-select {
        margin-right: 30px;
    }

    .form-group-price form>div,
    #tab-2 .form-group-price>div {
        margin-bottom: 20px;
    }

    .home-price-list .title-list-price {
        margin-bottom: 30px;
    }

    .form-group-dt .form-count {
        width: 130px;
    }

    .info_title_pr h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .info_title_pr h4:nth-child(1) {
        width: 160px;
    }

    .info_title_pr h4:nth-child(2) {
        width: 250px;
        margin-right: 30px;
    }

    .info_title_pr h4:nth-child(3),
    .info_title_pr h4:nth-child(4) {
        width: 130px;
    }

    .home-price-list {
        margin-bottom: 30px;
    }

    .tab-control-price {
        margin-bottom: 40px;
    }

    .title-tab-ct h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 685px) {

    .home-price-list .tab-control-price {
        display: block;
    }

    .tab-control-price .img-price-dt {
        max-width: 100%;
    }

    .tab-control-price .img-price-dt img {
        margin: 0 auto;
        display: block;
    }

    .home-price-list .tab-price-dt {
        margin-bottom: 30px;
    }

    .tab-control-price .img-price-dt {
        margin-bottom: 20px;
    }

    .tab-control-price li a {
        height: 50px;
        font-size: 18px;
    }

    .form-price .form-number {
        display: block;
    }

    .form-price .form-group-child {
        width: 100%;
    }

    .form-price .submit-pr {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }

    .form-price input {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 10px;
    }

    .form-price input::placeholder,
    .form-price textarea::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .form-price .form-group-child {
        margin-bottom: 20px;
    }

    .form-price {
        padding: 20px 10px;
    }

    .form-price textarea {
        height: 90px;
        padding: 10px 10px;
    }

    .form-price label,
    .form-group-dt #material {
        font-size: 14px;
        line-height: 16px;
    }

    .home-price-list {
        margin-bottom: 50px;
        padding-top: 40px;
    }

    .home-price-list h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .home-price-list .title-price {
        margin-bottom: 10px;
    }

    .form-group-dt .title-detail {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-group-dt {
        display: block;
    }

    .form-group-dt .form-select {
        margin-bottom: 10px;
    }

    .form-group-dt #material,
    .form-group-dt .form-select {
        width: 100%;
    }

    .form-group-dt .form-count {
        width: calc(100% - 20px);
    }

    .form-group-dt .form-count input {
        width: calc(100% - 50px);
        font-size: 14px;
        line-height: 16px;
    }

    .form-group-dt label {
        width: 60px;
        font-size: 14px;
        line-height: 16px;
    }

    .form-price-list {
        padding: 20px 10px;
    }

    .form-price-list2 .title-room {
        padding-left: 30px;
    }

    .tab-price #tab-2 .form-price {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .home-price-list .title-list-price p {
        font-size: 14px;
        line-height: 16px;
    }

    .tab-price #tab-1 {
        margin-bottom: 80px;
    }

    .info_title_pr {
        display: flex;
        justify-content: space-between;
    }

    .info_title_pr h4 {
        width: auto !important;
        margin-right: unset !important;
    }

    .title-tab-ct h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .home-price-list {
        margin-bottom: 20px;
    }

    .form-price2#tab-2 {
        margin-top: 25px;
    }

    .title-if-kh {
        margin-top: 40px;
    }

    .title-if-kh h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.rst-social svg {
    width: 30px;
}

.rst-social path {
    fill: #820000;
}
.service-page-content.three,
.service-page-content.one{
    padding: 150px 0;
    color: #3C3C3C;
}
.service-page-content.one,
.service-page-content.three {
    background-color: #F7F8FA;
}
.service-page-content * {
    font-size: 18px;
    line-height: 1.6;
}

.service-page-content h2 {
    font-size: 52px;
    line-height: 40px;
    color: #820000;
    font-weight: 600;
    text-transform: uppercase;
}
.service-page-content h2 strong {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color:#2C3032;
    text-align: center;
}
.service-page-content.three h2,
.service-page-content.two h2{
    text-align: left;
}
.service-page-content.three h2{
    line-height: 2.2;
}
.service-page-content h2{
    margin-bottom: 96px;
}
.service-page-content.two h2{
    margin: 0  0 28px 0;
}

.service-page-content.three h2{
    margin: 0;
}
.service-page-content h3,
.service-page-content h3 * {
    font-size: 24px;
}

.service-page-content ul,
.service-page-content ol {
	list-style-type: revert-layer;
	margin-bottom: 1rem;
}
.service-page-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.service-page-content li {
	margin-left: 2rem;
}

/* .service-page-content h2, */
.service-page-content h3 {
	margin-bottom: 1rem;
}

.service-page-content .wp-caption-text {
    background-color: #820000;
    font-size: 16px;
    padding: 10px 100px 5px;
    margin: 0 10px;
}
/* list-of-documents */
.process-al {
    background-color: #F7F8FA;
}
.list-of-documents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}
.list-cument {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    padding-top: 150px;
}
.list-of-documents .document-set {
    border: solid 1px #820000;
    border-radius: 12px;
    overflow: hidden;
}
.collapse-toggle {
    display: flex;
    align-items: center;
}
.document-set.active .icofont-rounded-down{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.collapse-toggle > :nth-child(3) {
    margin-left: auto;
}
.img-fluid {
	position: sticky;
    top: 30px;
    width: 100%;
    max-width: 685px;
    height: 100%;
    max-height: 725px;
    border-radius: 24px;
	margin-bottom: 37px;
}
.list-of-documents h3 {
    padding: 20px;
    background-color: #820000;
    color: #fff;
    position: relative;
    cursor: pointer;
	margin: 0;
    font-size: 18px;
}
.title-bg h2{
	position: sticky;
    top: 30px;
}
.list-of-documents ul,
.list-of-documents li {
	list-style-type: none;
	margin: 0;
}

.list-of-documents ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 0 0 20px;
    margin: 0;
}

.list-of-documents ul.open {
    max-height: none;
    padding: 20px;
}

.toggle-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
    transition: transform 0.25s ease;
    position: absolute;
    right: 20px;
    font-size: 30px;
    font-weight: 400;
}

.document-set.active .toggle-icon {
    transform: rotate(45deg);
}

.list-of-documents ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.row-bg-cp {
    display: grid;
    grid-template-columns: 2fr 3fr;
    
}

.prices-box {
    display: grid;
    row-gap: 24px;
}

.price-item {
    padding: 15px;
    border: solid 1px #820000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.price-item:nth-child(even) {
    background: linear-gradient(90deg, #FAB976 0%, #FDA083 100%);   
    border: none;
}

.prices-box .price-item-title {
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    left: 0 ;
    padding: 10px 20px 10px 10px;
    margin: 0 auto;
    font-weight: 700;
    color: #333333;
    z-index: 12;
}   
.price-item .price-item-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/goivector.png');
    width: 100%;
    max-width: 117px;
    height: 100%;
    max-height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.prices-box .price-item:nth-child(even) .price-item-title::after {
    background-image: url('../images/goivector2.png');
}

.prices-box .price-item-content {
    text-align: center;
}
.price-item-content p{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
    padding-left: 128px;
}
.price-item .price-item-content h4 {
    background: linear-gradient(90deg, #FAB976 0%, #FDA083 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 48px;
    text-align: left;
    padding-left: 28px;
}
.price-item:nth-of-type(even) .price-item-content h4 {
    background: unset;
    -webkit-text-fill-color: #fff;
}

/* clode-list-of-documents */
.service-page-after-content {
    margin-bottom: 80px;
}

.service-page-after-content h2 {
    font-size: 30px;
    line-height: 40px;
    color: #3c3c3c;
    padding-bottom: 10px;
    border-bottom: 2px solid #820000;
    margin-bottom: 40px;
}

.service-page-after-content .form-control {
    margin-bottom: 30px;
}

.service-page-after-content .item-order {
    margin-bottom: 0;
    gap: 30px;
}

.service-page-after-content .form-submit {
    margin-top: 30px;
}

.service-page-after-content .form-submit input[type="submit"] {
    height: auto;
    width: auto;
    padding: 8px 20px;
}
@media (max-width: 1440px) {
    .service-page-content.three, .service-page-content {
        padding: 100px 0;
        color: #3C3C3C;
    }
    .service-page-content h2,
    .service-page-content h2 strong {
        font-size: 40px;
    }
    .service-page-content h2 {
        margin-bottom: 76px;
    }
    .service-page-content.three h2 {
        line-height: 1.2;
    }
    .prices-box .price-item-title {
        font-size: 16px;
        padding: 9px 10px;
    }
    .price-item .price-item-content h4 {
        font-size: 38px;
    }
    .price-item-content p {
        padding-left: 85px;
    }
    .list-cument{
        padding-top: 100px;
    }

}
@media (max-width: 1280px) { 
    .service-page-content.three, .service-page-content.one {
        padding: 80px 0;
        color: #3C3C3C;
    }
    .list-cument {
        padding-top: 80px;
    }
    .service-page-content h2,
    .service-page-content h2 strong {
        font-size: 36px;
    }
    .service-page-content h2 {
        margin-bottom: 60px;
    }
    .prices-box .price-item-title {
        font-size: 16px;
        padding: 9px 10px;
    }
    .price-item .price-item-content h4 {
        font-size: 30px;
    }
    .price-item-content p {
        padding-left: 85px;
    }
    .list-cument {
        gap: 45px;
    }
}
@media (max-width: 1024px) { }
@media (max-width: 991px) {
    .service-page-content h2,
    .service-page-content h2 strong {
        font-size: 30px;
    }
    .row-bg-cp,
    .list-cument {
        display: block;
        margin: 0 auto;
    }
    .img-fluid {
        margin-bottom: 20px;
    }
    .service-page-content.three h2 {
        margin-bottom: 20px;
    }
    .service-page-content.three h2 br {
        display: none;
    }
    .list-cument {
        padding-top: 50px;
    }
    .service-page-content.three, .service-page-content.one {
        padding: 50px 15px;
        color: #3C3C3C;
    }
    .service-page-content.two {
        padding:0 15px  ;
    }

    .handover-image .img-fluid {
        margin: 20px auto;
    }
}
@media (max-width: 768px) { 
    .service-page-content.two h2 {
        margin: 0 0 8px 0;
    }
    .service-page-content h2 {
        margin-bottom: 35px;
    }
    .price-item .price-item-content h4{
        font-size: 25px;
    }
    .service-page-content h2,
    .service-page-content h2 strong {
        font-size: 30px;
    }
    .list-cument {
        padding-top: 30px;
    } 
    .service-page-content h3, .service-page-content h3 *,
    .price-item-content p {
        font-size: 20px;
    }
   
    .service-page-content * {
        font-size: 16px;
    }
    .service-page-content.three, .service-page-content.one {
        padding: 30px 10px;
        color: #3C3C3C;
    }
    .service-page-content.two {
        padding:0 10px  ;
    }
    .prices-box .price-item-title {
        font-size: 14px;
    }
    .handover-image .img-fluid {
        margin: 0 ;
    }
    .handover-section .img-fluid{
        padding: 15px;
    }
	.mobile-pkg-card .pkg-header h3 {
		margin-bottom: 0;
	}
}
@media (max-width: 576px) {
    .service-page-content h2, 
    .service-page-content h2 strong {
        font-size: 24px;
    }
    .service-page-content h2 {
        margin-bottom: 20px;
    }
    .service-page-content h3, 
    .service-page-content h3 *, 
    .price-item-content p {
        font-size: 16px;
    }
    .price-item .price-item-content h4 {
        font-size: 22px;
    }
    .service-page-content.two h2 {
        margin: 0;
    }
    .handover-section .img-fluid{
        padding: 10px;
    }  
 }
 .form-contact-custom p{
    color: #757575;
 }
.form-contact-custom {
    max-width: 900px;
    margin: auto;
}


.form-row {
    margin-bottom: 20px;
}

.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-control input,
.form-control textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #212E50;
    font-size: 15px;
}

.form-control textarea {
    min-height: 160px;
    resize: none;
}

.label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.budget-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-f {
    background: #f2995a;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* FIX checkbox CF7 */
.wpcf7-form input[type="checkbox"] {
    display: inline-block ;
    appearance: auto ;
    -webkit-appearance: checkbox ;
    width: auto ;
    height: auto ;
}
.budget-group .wpcf7-list-item {
    margin-right: 20px;
}

.budget-group label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .two-col {
        grid-template-columns: 1fr;
    }
}


