/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#toc_container {
    width: 100%;
}
.ss-popup {
    padding: 50px !important;
}
.lightbox-content {
    padding: 0 !important;
}
.text-justify {
    text-align: justify;
}
.contact-fixed {
    position: fixed;
    z-index: 999;
    bottom: 85px;
    right: 28px;
}
.contact-fixed ul {
    margin-bottom: 0;
}
.contact-fixed li a i {
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 28px;
}
.contact-fixed img {
    max-width: 38px;
    height: auto;
    object-fit: cover;
}
.contact-fixed ul li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 99px;
    overflow: hidden;
}
.contact-fixed ul li:nth-child(1) {
    background: #2a9eed;
}
.contact-fixed ul li:nth-child(2) {
    background: #0068ff;
}
.contact-fixed ul li:nth-child(3) {
    background: #d40001;
}
.contact-fixed li:hover {
    background: #fff !important;
    box-shadow: 0px 0px 10px #e5e5e5;
}
.contact-fixed li:hover i {
    color: var(--primary-color);
}
/*end contact*/
.blog-slide .box-text {
    width: 50%;
}
.post-item:hover img {
    transform: scale(1.1);
}
/* dự án */
.du-an-khac .related-post{
    border-top: solid 1px #ccc;
    padding-top: 30px;
    margin-top: 30px;
}
.blog-du-an {
    padding-top: 0;
}
.box-title {
    font-size: 2.2em;
    line-height: 1.3;
}
.box-du-an .box-text {
    padding: 10px;
    border: solid 1px #dcdcdc;
    border-top: none;
}
.box-du-an h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    min-height: 60px;
}
.btn-overlay {
    font-weight: 300;
    background-color: rgb(0 0 0 / 50%) !important;
}
.block-tieu-de {
    height: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.title_du-an h3 {
    color: #fff;
    font-size: 34px;
}
.box-image_tieude {
    z-index: 2;
}
.block-tieu-de:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Màu đen với độ mờ 50% */
    z-index: 1;
}
.info-du-an {
    padding: 30px 0;
}
.thong_tin {
    font-weight: 700;
    margin-right: 10px;
    text-decoration: underline;
}
.item-hinh-anh {
	padding: 5px !important;
}
.item-hinh-anh .col-inner {
    height: 300px;
    overflow: hidden;
}
.item-hinh-anh .col-inner a {
    display: block;
}
.item-hinhanh {
}
.item-hinhanh img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.box-du-an img {
    transition: ease all 1s;
}
.box-du-an:hover img {
    transform: scale(1.1);
}
/* end dự án */
p {
    margin-bottom: 7px;
}
#top-bar .flex-row{
	position: relative;
}
#top-bar {
    font-size: 20px;
	z-index: 1;
}
#top-bar .icon {
    margin: 0 10px;
}

.header-nav-main {
    justify-content: center !important;
}
.content-box {
    font-size: 95px;
    font-weight: 700;
    margin: 0 10px;
}
.des-banner {
    font-weight: 500 !important;
    font-size: 20px !important;
    margin: 0 !important;
}
.header-button .button {
    padding: 10px 26px;
    font-weight: 500;
    border: none;
}
.primary {
    font-weight: 500;
    border: none;
}
.accordion-inner {
    padding: 1em 0 !important;
}
.justify {
    text-align: justify;
}
.accordion-title.active {
    border-color: #fff !important;
}
.accordion-title.active {
    background-color: #fbf9f9 !important;
}
.accordion-title {
    border-top: none !important;
    font-weight: 500;
    padding: 1em 0em;
}
.accordion .toggle {
    right: 0 !important;
    left: auto;
}
.featured-title .page-title-inner {
    min-height: 500px;
}
.simple-title .page-title-inner {
    min-height: 500px;
}
.page-title-inner h1 {
    font-size: 80px;
}
.nav-vertical + .tab-panels {
    border-left: none;
}
.form-page input {
    border-radius: 5px;
    margin-bottom: 0;
}
.form-page textarea {
    border-radius: 5px;
    margin-bottom: 0;
}
.tagcloud a {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 8px;
    color: #fff !important;
    background-color: #353535;
    border-radius: 0 3px 3px 0;
    position: relative;
    display: inline-block;
    font-size: 11px !important;
    border: none;
}
.tagcloud a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 10px solid #353535;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
    box-shadow: 2px 0 0 -1px #353535;
}
.tagcloud a:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 13px;
}
.tagcloud a:hover:before {
    border-right-color: #E4BB83;
    box-shadow: 2px 0 0 -1px #E4BB83;
}
.portfolio-share {
    display: none;
}
.box-text .is-divider {
    display: none;
}
.ps-attach .section-bg {
    background-attachment: fixed;
}
.box-1 {
    background-image: url("/wp-content/uploads/2023/07/z4506243440195_d0c82c368b383c2a6096efa2b702a403.jpg");
}
.box-2 {
    background-image: url("/wp-content/uploads/2023/07/z4506243377518_3f327b99beab9c088c5739a276c7e14f.jpg");
}
.box-3 {
    background-image: url("/wp-content/uploads/2023/07/z4506243548124_dfbc5da1401ea9d7d85f2437fdfa9865.jpg");
}
.box-4 {
    background-image: url("/wp-content/uploads/2023/07/z4506243489020_40e1000d539472a1c330f257970a2499.jpg");
}
.box-5 {
    background-image: url("/wp-content/uploads/2023/07/z4506243619729_63fbb76c0dc9eff0dd3a78a3f70cf084.jpg");
}
.list-galeri {
    display: flex;
    height: 500px;
    gap: 5px;
}
.list-galeri > div {
    flex: 1;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.25, 1);
}
.list-galeri > div:hover {
    flex: 4;
}
.intro-excep {
    min-height: 116px;
}

.list-galeri a{
    font-size: 24px;
    transform: rotate(90deg);
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30%;
    left: -75px;
    transition: all ease 0.5s;
    font-weight: bold;
    width: 300px;
    text-align: left;
}
.list-galeri div:hover a{
    transform: rotate(0deg);
    transition: all ease 0.5s;
    bottom: 20px;
    left: 20px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: underline;
}
.list-icon_first li {
    margin-bottom: 25px;
    list-style-image: url("/wp-content/uploads/2023/04/Group-39476.png");
}
.blog-home .row-xsmall > .col {
    padding: 0 5px 5px;
}
.blog-home_left .box-text {
    display: grid;
}
.blog-home_left .box-text .box-text-inner {
    display: grid;
}
.blog-home_left .post-title {
    order: 1;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
}
.blog-home_left .from_the_blog_excerpt {
    order: 2;
    font-size: 16px;
    line-height: 30px;
}
.blog-home_left .post-meta {
    order: 3;
    font-size: 16px;
}
.content-footer li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
	margin-left: 0 !important;
	list-style: none;
}
.content-footer ul li:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: -5px;
    background-size: cover !important;
}
.content-footer ul li:nth-child(1):before {
    background: url("/wp-content/uploads/2025/07/solar_garage-linear.png") no-repeat;
}
.content-footer ul li:nth-child(2):before {
    background: url("/wp-content/uploads/2025/10/10270677-1.png") no-repeat;
}
.content-footer ul li:nth-child(3):before {
    background: url("/wp-content/uploads/2025/07/solar_phone-linear.png") no-repeat;
}
.content-footer ul li:nth-child(4):before {
    background: url("/wp-content/uploads/2025/07/solar_map-point-search-linear.png") no-repeat;
}
.content-footer ul li:nth-child(5):before {
    background: url("/wp-content/uploads/2025/07/solar_letter-linear.png") no-repeat;
}
.content-chinhanh ul li:nth-child(-n+5)::before {
  background: url("/wp-content/uploads/2025/10/149440-1.png") no-repeat;
}
.box-project_thumb .box-text-inner p {
    position: relative;
    text-transform: uppercase;
    color: #868686;
}
.box-project_thumb .box-text-inner p:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: -15px;
}
.box-project_thumb .box-text-inner p:before {
    background: url("/wp-content/uploads/2023/04/Rectangle-3990.png") no-repeat;
    background-size: cover;
}
.tp-post-meta {
    text-transform: initial;
}
.tp-post-meta > span {
    margin-right: 7px;
	font-size: 14px;
}
.entry-meta i {
    margin-right: 5px;
    color: var(--fs-color-primary);
}
.entry-category a {
	font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 8px;
    color: #fff !important;
    background-color: #111;
    border-radius: 0 3px 3px 0;
    position: relative;
    display: inline-block;
    font-size: 11px !important;
    border: none;
}
.entry-category a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 10px solid #111;
    border-bottom: 16px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
    box-shadow: 2px 0 0 -1px #111;
}
.entry-category a:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 13px;
}
.entry-content {
    text-align: justify;
}
.entry-divider {
    display: none;
}
.wpcf7-form-control.sdt-pt {
    width: 150px;
    border-radius: 5px;
    font-weight: 300;
}
.flex-custom {
    display: flex;
}
.flex-custom .button {
    display: none !important;
}
.wpcf7-spinner {
    display: none;
}
.box_icon-home img {
    width: 50px;
    margin: auto;
    display: block;
    height: 50px;
    object-fit: contain;
}
.box_icon-home h3 {
    margin-bottom: 20px;
}
.box_icon-home .box-text h3 {
    font-size: 20px;
}
form {
    margin-bottom: 0em;
}
.featured-title {
    padding-top: 120px;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .content-box {
        font-size: 25px;
        font-weight: 700;
        margin: 0 5px;
    }
    .des-banner {
        font-size: 16px !important;
    }
    .page-title-inner h1 {
        font-size: 40px;
    }
    .featured-title .page-title-inner {
        min-height: 250px;
    }
    .simple-title .page-title-inner {
        min-height: 250px;
    }
    .box_icon-home {
        display: flex;
        align-items: center;
    }
    .box_icon-home .box-text {
        text-align: justify;
        padding-left: 30px;
    }
    .blog-home_right .box-vertical {
        display: flex;
        margin-bottom: 15px;
    }
    .blog-home_right .box-vertical .box-image {
        width: 50% !important;
    }
    .blog-home_right .box-vertical .box-text {
        padding: 0 15px;
        text-align: justify;
    }
    .box-title {
        font-size: 1.2em;
        line-height: 1.3;
    }
    .ss-popup {
        padding: 10px !important;
    }
    .item-hinh-anh .col-inner {
        height: 150px;
        overflow: hidden;
    }
    .item-hinhanh img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0px !important;
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: none !important;
    }
	.post-du-an .col{
		padding: 10px !important;
	}
	.box-du-an h2 {
		font-size: 14px;
		min-height: 90px;
	}
}

@charset "utf-8";
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{	
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #3a3a3a;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #f88d4b;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/