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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.sec-1 .sub_title {
    font-size: 18px;
    font-weight: 400;
	line-height: 5;
}

.sec-1 .title {
    font-size: 77px;
    font-weight: 700;
    line-height: 1;
}

.btn-custom {
    background-color: rgb(44, 195, 116);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}

.home-feature-box .icon-box {
  background: #fff;
  padding: 80px 20px;
  transition: all .3s ease;

}

.home-feature-box .icon-box:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.home-feature-box .icon-box h4 {
  margin-bottom: 5px;
	color: #000;
}

.home-feature-box .icon-box p {
  color: #666;
  font-size: 15px;
}


.sec-2 .main-title {
	text-align: center;
		padding-top: 60px;
}


.sec-2 .sub_title {
    color: #A6985B;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.sec-2 .title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
}

.sec-3 .title-sec3 {
    padding: 50px 20px 65px 50px;
    background-color: #19140F;
    color: white;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
}



.sec-3 .title {
    margin-top: 16px;
    color: black;
    font-weight: 600;
    font-size: 57px;
    line-height: 1;
}



.sec-3 .sub_title { 
	color: #A6985B;
	font-size: 14px;
	line-height:18px;
}

.sec-3 .sub_title {
    color: #A6985B;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.sec-3 .text-inner {
    font-size: 17px;
    margin-top: 28px;
}


hr {
  border: none;
  border-bottom: 1px solid #000;
  margin: 10px 0 20px;
  width: 100%;
}

.sec-3 .text-inner-1 {
    margin-top: 45px;
    margin-bottom: 37px;
}

.sec-3 .text-inner-1 h5 {
    font-size: 24px;
    color: #000;
}


.golf-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 !important;
}

.golf-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.golf-box:hover img {
  filter: brightness(60%);
}

.golf-box .box-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease;
}

.golf-box::after {
    content: "\2192";
    position: absolute;
    bottom: 25px;
    left: 46px;
    font-size: 21px;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}
.golf-box:hover .box-text {
  transform: translateY(-8px);
}

.golf-box:hover::after {
  opacity: 1;
  transform: translateY(0);
}


.golf-box h6 {
    font-size: 1.556em;
    line-height: 1.3em;
    font-weight: 700;
    color:#fff ;
}


.golf-box .box-text p {
    font-size: 17px;
    color:#fff ;
}


.sec-4 .main-title {
	text-align: center;
		padding-top: 60px;
}


.sec-4 .sub_title {
    color: #A6985B;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.sec-4 .title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
}


.testimonial-box {
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
}

.quote-icon {
  font-size: 50px;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 20px;
}

.testimonial-text {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 40px;
  max-width: 700px;
  color: #fff;
  text-align: center;
}

.testimonial-text::before {
  content: "\f10e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  opacity: 0.9;
}

.testimonial-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-author h5 {
    font-weight: 600;
    margin: 0;
    color: #fff;
    font-size: 22px;
}

.testimonial-author p {
  font-size: 14px;
  opacity: 0.8;
  margin: 5px 0 0;
}

/* Nền tối + slider dot */
.section-testimonial {
  background: #14120f; /* hoặc màu tối hơn nếu muốn */
}

.sec-5 .temari {
  background-color: #000;
}

.sec-5 .main-title {
	text-align: center;
		padding-top: 60px;
}


.sec-5 .sub_title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
    opacity: 0.9;
}

.sec-5 .title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}


.sec-5 .flickity-page-dots {
    bottom: 0;
    left: 16%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20%;
    text-align: center;
}


.contact-form-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-grid .form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-form-grid .form-col {
  flex: 1;
  min-width: 250px;
}

.contact-form-grid input, .contact-form-grid textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    background: transparent !important;
    box-shadow: none;
}

.contact-form-grid textarea {
  min-height: 100px;
}

.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
  outline: none;
  border-color: #4caf50;
}

.contact-form-grid input[type="submit"] {
    background: #2ecc71 !important;
    color: #fff;
    border: none;
    padding: 10px 10px;
}

.contact-form-grid input[type="submit"]:hover {
  background: #27ae60;
}


.contact-form-grid .form-row.full {
  flex-direction: column;
}



/* .wpcf7-submit::after {
  content: "\f1d8";
  font-family: FontAwesome;  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}
 */


.sec-6 .sub_title { 
	color: #A6985B;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.sec-6 .title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
}


.map-custom p {
    margin-bottom: 0 !important;
}



.sec-1-ab .title {
    color: #000;
    font-size: 56px;
    font-weight: 700;
}

.sec-1-ab .main-title {
  text-align: center;
}



.sec-3 .text-inner-2 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 32px;
}


.sec-4-ab .testimonial-text::before {
    font-size: 40px;
    color: #2CC374;
}


.sec-4-ab .testimonial-text p {
    color: #000;
    font-weight: 700;
}

.sec-4-ab .star-rating span {
  display: none;
}

.sec-4-ab .slider-nav-light .flickity-page-dots .dot {
    border-color: #000000;
}

.sec-4-ab .flickity-page-dots .dot {
    border: 6px solid #111;
}


.sec-4-ab .star-rating:before, .woocommerce-page .star-rating:before {
    content: none; }

.sec-4-ab   .star-rating {
    content: none; 
  }

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.sec-4-ab  .flickity-prev-next-button .arrow {
  fill: #333 !important; /* màu icon */
}


.sec-4-ab  .flickity-prev-next-button:hover {
  background: inherit !important;
  border-color: inherit !important;
  color: inherit !important;
}


.sec-5-ab  .sub_title {
    color: #A6985B;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.sec-5-ab  .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
}


.sec-5-ab .text-inner {
    margin-bottom: 20px;
}



.sec-5-ab .video-button-wrapper {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
}

.sec-5-ab .video-button-wrapper::after {
    content: "Video Presentation";
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    bottom: 42px;
    left: 20%;
}




.skill-bar {
  margin-bottom: 25px;
}

.skill-info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.bar {
  width: 100%;
  height: 6px;
  background: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}

.bar-fill {
  height: 6px;
  width: 0;
  background: #9ba45d; /* xanh olive giống ảnh */
  border-radius: 5px;
  transition: width 1.5s ease;
}



.quote-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    line-height: 1.8;
    color: #333;
    background-color: #F8F8F4;
    padding: 35px;
}

.quote-item {
  font-size: 16px;
}

.dropcap {
  float: left;
  font-size: 48px;
  font-weight: 700;
  color: #4b4b24; /* olive đậm */
  margin-right: 8px;
  line-height: 0.9;
}


.sec-1-ot  .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20PX;
}

.sec-2-ot  .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20PX;
}


.sec-3-ot .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20PX;
}


body.home #header,
body.home #header .nav > li > a,
body.home #header .icon,
body.home #header .cart-icon strong,
body.home #header .ux-menu-link__text,
body.home #header .ux-menu-link__icon,
body.home #header .header-nav-main a {
  color: #fff !important;
  fill: #fff !important;
}

body.home #header .cart-icon strong {
  border-color: #fff !important;
}



body.home .header-logo .logo-main {
  display: none !important;
}

body.home .header-logo .logo-light {
  display: block !important;
}



body.home .header-wrapper.stuck {
  display: none !important;
}



.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    fill: #000000;
}

.header-nav-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-nav-main .nav {
  justify-content: center;
  width: 100%;
}
