/*
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.   ***************/

.header-nav>li>a{
    color: #fff;
}
.header-wrapper.stuck .searchform-wrapper, .header-wrapper.stuck .screen-reader-text{
    color: #666 !important;
}
.header-wrapper.stuck .search-field{
    border-color: #666 !important;
}
.header-wrapper.stuck .search-field::placeholder{
  color: #999;      /* màu chữ placeholder */
  opacity: 1;          /
}
.block-tabs .nav.nav-line {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.block-tabs  .nav.nav-line li.tab {
    flex: 1;              /* Chia đều */
    text-align: center;   /* Canh giữa text */
    margin-right: 2px;
}

.block-tabs .nav.nav-line li.tab a {
    display: block;
    width: 100%;
    padding: 15px 0;
    background: #f5f5f5;  /* màu nền mặc định */
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.4em;
    text-transform: none;
}

.block-tabs .nav.nav-line li.tab.active a {
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 146, 31, 0) 0%, rgba(238, 146, 31, 0.3) 100%);
    color: #e87b2a;
    font-weight: 700;
}
.block-tabs .nav.nav-line li.tab a:before{
	display: none;
}
.block-tabs .tab-panels{
	padding-top: 1px;
}
.block-tabs .text-box-content p, .block-tabs .text-box-content .button{
    opacity: 0;
}
.block-tabs .banner:hover p, .block-tabs .banner:hover .button{
    opacity: 1;
    transition: all 0.3s ease;
}


.button-sv{
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
.button-sv span{
    background-color: #FFFFFF !important;
    font-size: 1.1em;
    font-weight: 500;
    fill: #ED741B;
    color: #ED741B;
    padding: 7px 30px;
    position: relative;
    z-index: 3;
        
}
.button-sv:after{
    position: absolute;
    content: "";
    bottom: -8px;
    right: -8px;
    width: calc(100%);
    height: calc(100%);
    border: 1px solid #fff;
    z-index: 0;
    transition: border 0.3s ease;
        z-index: 2;
}
.button-sv:hover span{
    transition: background 0.3s ease;
        z-index: 2;
    background: #ED741B !important;
    color: #fff !important;
}
.button-sv:hover::after{
    border: 1px solid #ED741B;
}
.block-project .button{
    line-height: 2.3em;
}
.block-solar .row-solar .col-inner{
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #fff 0%, #EEDCCE 100%);
}

.block-posts .post-meta{
    font-size: 1em;
    color: #ed741b;
    opacity: 1;
    margin-bottom: 25px;
    font-weight: bold;
}
.block-posts .is-divider{
    display: none;
}
.all-news{
   color: #ED741B !important; 
   font-size: 1.4em;
}
.breadcrumb p{
    margin: 0;
}
.breadcrumb_last{
    color: #666;
}

.timeline img {
  border: 0;
  max-width: 100%;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d3e6f3;
  left: 50%;
  margin-left: -1.5px;
}
.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
}
.timeline li {
  margin-bottom: 25px;
  position: relative;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li .timeline-panel {
  width: 45%;
  float: left;
  background: #fff;
  border: 1px solid #d2e3f9;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #d2e3f9;
  border-right: 0 solid #d2e3f9;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: calc(50% - 10px);
  text-align: center;
  background: #FF940C;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: -13px;
  border: 5px solid #d2e3f9;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 1;
}
.timeline .be-title{
    color: #FF940C;
}
.bg-y .col-inner{
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 146, 31, 0) 0%, rgba(225, 177, 117, 0.3) 100%);
 
}
.wpcf7-submit{
  background: #FF940C !important;  
  margin: 0 !important;
}
.wpcf7-text{
    box-shadow: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
    height: 2.8em !important;

}
.wpcf7-textarea{
    box-shadow: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
}
.blog-wrapper{
    padding-top: 0;
    background: #f3f3f3;
}

.blog-wrapper .post-item .box-text{
    background: #fff;
    padding: 20px;
}
.blog-wrapper .post-item .box-text .post-title{
    margin-bottom: 20px;
    font-size: 1.2em;
}

.blog-wrapper .post-item .from_the_blog_excerpt {
    display: none;
}
.post-date .day{
    font-size: 2.2em;
    font-weight: bold;
    color: #c2c2c2;
}
.post-date .post-date{
    font-size: 1em;
    color: #666;
}
.nav-pagination>li>span, .nav-pagination>li>a{
    height: 2.5em;
    width: 2.5em;
    min-width: 2.5em;
    line-height: 2.4em;
    border-radius: 0;
    border: 0;
    color: #666;
    font-weight: 400;
    background: #fff;
    color: #666;
}
.nav-pagination>li>span.current{
   background: #ED741B;
   color: #fff; 
}
.post-sidebar .widget_custom_html{
    background: #fff;
    padding: 30px 30px 0 30px !important;
}
.post-sidebar .is-divider{
    display: none;
}
.post-sidebar .widget-title {
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
}

.post-sidebar .wpcf7-submit{
  background: #FF940C !important;  
  margin: 0 !important;
  display: block;
  width: 100%;
}
.post-sidebar .wpcf7-text {
    box-shadow: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
    height: 2.8em !important;
    font-weight: 400;
    margin-top: 15px;

}
.post-sidebar .wpcf7-textarea{
    box-shadow: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 15px;
}
.related-posts>h3{
    font-size: 1.8em;
    font-weight: 400;
}
.box-shop{
    background: #f3f3f3;
}
.product-small .col-inner{
    padding: 20px 20px 0 20px;
    background: #fff;
}
.product-small .product-title a {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 500;
}
.products.row-small {
    max-width: 1680px !important;
}
.related-products-wrapper {
    background: #f3f3f3;
    padding: 50px 15px;
    
}

.related-products-wrapper .product-section-title-related{
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;

}
.form-order{
    padding-top: 50px;
    padding-bottom: 40px;
}
.box-order{
    background-color: #f3f3f3;
    padding-top: 50px;
    color: #666;
}
.box-order .title span{
    color: #FF940C;
    font-weight: bold;
}
.box-order h2{
    color: #FF940C;
    font-size: 1.7em;
}
.box-order .wpcf7-submit{
    margin: 0 auto !important;
    display: block;
}
h1.product-title {
    margin-bottom: 30px;
}
.product-short-description {
    color: #666;
}
.tablepress {
    border: 1px solid #000;
}
.tablepress{
    color: #1A1A1A;
}
.tablepress td, .tablepress th{
    background: transparent;
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    text-transform: none;
}
.product-short-description .tablepress .column-1{
    background: #f9fafa;
    width: 30%;
}
.product-short-description .tablepress{
    margin-top: 30px;
    margin-bottom: 30px;
}



.pd-btn a:first-child {
    margin-right: 1.25rem;
}
.pd-btn a {
    display: inline-block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(238, 146, 31, 0) 0%, rgba(238, 146, 31, 0.3) 100%);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #ED741B;
    padding: 1rem 1.5rem;
}
.pd-btn a:hover {
    background: #ED741B;
    color: #FFFFFF;
}

.blkg-left-df{
    position: fixed;
    right:-220px;
    top: 50%;
    z-index: 9999;
    opacity: 1;
    transition: right 0.4s ease, opacity 0.4s ease;
}
.blkg-left-df:hover{
    right: 0;       /* Trượt vào */
    opacity: 1
}
.blkg-left-df ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.blkg-left-df li {
    position: relative;        
    margin-bottom: 0;
    background-color: #ED741B;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.blkg-left-df .df-ico-det{
    display: flex;
}
.blkg-left-df li .df-ico-det .ico-svg {  
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
    width: 50px;
    height: 50px;        
}
.blkg-left-df .df-show-right {        
    width: 220px;
    height: 50px;
}

.letf-float-service {
    position: relative;
    transition: right 0.5s ease; /* ç¼“æ…¢å˜åŒ–rightä½ç½® */
}
.letf-float-service:hover {
    right: 220px !important;
}
.letf-float-service:hover .blkg-left-df li {
    width: 280px !important;
    transition: width 0.5s ease;
}
.letf-float-service:hover .df-show-right {
    visibility: visible; 
    opacity: 1; 
    transition: opacity 0.5s ease; 
}
.blkg-left-df .df-show-right a {
    display: block;
    line-height: 60px;
    text-align: left;
    color: #fff;
}
.letf-float-service:hover .df-right-last{
    height: 160px;
}
.blkg-left-df .df-right-last img{
    width: 100px;
    position: relative;
    top: -10px;
    float: right;
}
@media only screen and (max-width: 767px) {
    .blkg-left-df{
        display: none;
    }
    #logo{
            width: 140px;
    }
}