/* 
Theme Name: Abaco
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.thankyou .elementor-button {
  border: none;
  background: #f8c301;
    background-image: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease;
  background-image: linear-gradient(to right, #f8c301, white, #f8c301);
  border: none;
  color: #333;
}
.thankyou a{
	color:#f8c301;
	text-decoration:none;
}
.phone-header {
    color: #333;
    font-weight: 600;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
	color: #f8c301;
	text-decoration:none!important;
}
.phone-header svg {
    width: 15px;
}
.phone-header svg path{
    transition: all .3s ease;
}
.phone-header:hover {
    color: #f8c301;
}
.phone-header path{
    fill: #f8c301;
}
.phone-header:hover path{
    fill: #f8c301;
}
.banner-form .elementor-shortcode {
    display: flex;
    justify-content: flex-end;
}
.banner-form .form-contact {
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.banner-form .form-row p {
    margin: 0;
}
.banner-form .form-row {
    margin-bottom: 20px;
}
.banner-form .form-row.submit {
    position: relative;
    margin-bottom: 0;
	margin-top:10px;
}
.banner-form .wpcf7-submit {
    border: none;
    width: 100%;
    background: #f8c301;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease;
	background-image: linear-gradient(to right, #f8c301, white, #f8c301);
	border: none;
	color: #333;
}
.elementor-10 .elementor-element.elementor-element-58b181c .elementor-button,
.elementor-10 .elementor-element.elementor-element-e0b1244 .elementor-button {
	border: none;
	background: #f8c301;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease;
	background-image: linear-gradient(to right, #f8c301, white, #f8c301);
	border: none;
	color: #333;
}
.banner-form .wpcf7-submit:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}
.elementor-10 .elementor-element.elementor-element-58b181c .elementor-button:hover,
.elementor-10 .elementor-element.elementor-element-e0b1244 .elementor-button:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.banner-form .form-row.submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-silder-section .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.product-silder-section .swiper-slide {
    padding: 0 15px;
}
.prev-next-wrap svg {
    width: 20px;
    display: block;
}
.product-silder-section .name {
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f8c301;
}
.product-silder-section .desc {
    font-size: 14px;
}
.product-silder-section .price {
    display: flex;
    gap: 5px;
}
.product-silder-section .old-price {
    text-decoration: line-through;
    color: #999;
}
.product-silder-section .new-price {
    font-weight: 600;
}
.product-silder-wrap {
    position: relative;
    padding: 0 30px;   
}
.swiper-custom-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-custom-button-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.swiper-custom-pagination {
    text-align: center;
}
.slider-control {
    margin-top: 20px;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
    background: #333;
}
.why-section .fix-height .elementor-heading-title {
    min-height: 3rem;
}
.why-section .elementor-widget-image {
    position: relative;
}
.form-contact .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
	text-align:center;
}
.form-contact .sub-title {
    margin-bottom: 20px;
	text-align:center;
	font-size:15px;
}
.tc{
  font-size: 9px;
  line-height: 15px;
  display: inline-block;
}
@media (min-width: 1025px){
	.thankyou .contentback{
	min-height:700px;
}
}
@media (min-width: 768px){
	.why-section .elementor-widget-image:before,
    .why-section .elementor-widget-image:after {
        content: '';
        position: absolute;
        bottom: 38px;
        width: calc(50% + 10px);
        height: 3px;
        background-color: #f8c301;
        z-index: -1;
    }
    .why-section .elementor-widget-image:before {
        right: calc(50%);
    }
    .why-section .elementor-widget-image:after {
        left: calc(50%);
    }
    .why-section .left-box .elementor-widget-image:before {
        content: none;
    }
    .why-section .right-box .elementor-widget-image:after {
        content: none;
    }
}
@media (max-width: 767.98px){
    .banner-form .form-contact {
        max-width: none;
        width: 100%;
        padding: 30px 20px;
    }
    .product-silder-section .title {
        font-size: 30px;
        line-height: 1.2;
    }
    #why-section .why-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #why-section .why-section .left-box,
    #why-section .why-section .center-box,
    #why-section .why-section .right-box {
        width: calc(50% - 10px);
    }
    .form-contact .title {
        font-size: 24px;
        line-height: 1.2;
    }
    .form-contact .sub-title {
        font-size: 14px;
    }
    
}
.elementor-53 .elementor-element.elementor-element-1a6edd9 .hfe-site-logo .hfe-site-logo-container img {
	max-width: 240px;
}
.elementor-79 .elementor-element.elementor-element-67bf979 .hfe-site-logo .hfe-site-logo-container img {
	max-width: 240px;
}
.coli{
	display: flex;
  justify-content: center;
  align-items: center;
}
.grinfo{
	display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.grinfo > div {
  width: 33%;
  padding: 0 10px;
}
.ifitemabout {
  padding: 20px 0px 20px 00px;
  background-color: #fff;
  height: 100%;
  max-width: 220px;
}
.ifitemabout .gritem {
  display: flex;
  margin: 0 -5px;
}
.ifitemabout .gritem .icon {
  width: 55px;
}
.ifitemabout .gritem > div {
  padding: 0 5px;
}
.ifitemabout .gritem .txt {
  width: calc(100% - 55px);
  text-align:left;
}
.ifitemabout .tcount {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-top:9px;
  margin-bottom: 10px;
}
.ifitemabout .tinfo {
  font-size: 13px;
  line-height: 21px;
}
@media (min-width: 767px) and (max-width: 925px) {
	.coli{
		display:contents;
	}
}
@media (min-width: 767px) and (max-width: 900px) {
   .grinfo > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 485px) {
   .grinfo > div {
    width: 100%;
    margin-bottom: 15px;
  }
  .coli{
		display:contents;
	}
	.grinfo{
		padding:0 20px;
	}
}
.elementor-10 .elementor-element.elementor-element-9414ce0:not(.elementor-motion-effects-element-type-background):after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Lớp phủ đen mờ */
  z-index: 1;
}
.elementor-10 .elementor-element.elementor-element-9414ce0:not(.elementor-motion-effects-element-type-background){
	  position: relative;
	  z-index: 2; /* Để nội dung nằm trên lớp phủ */
	  padding: 2rem;
}
.e-con.e-flex > .e-con-inner{
	z-index:99;
}