/*
Theme Name: tuyennhung_expro
Description: This is a child theme for Tuyen Nhung Company
Author: Expro VN
Template: flatsome
Version: 3.0
*/

/* General Styles */
.home-title {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #34833e;
}
.slider-banner .img:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/04/line1.png);
    top: 16%;
    left: -50%;
    width: 100%;
    height: 15px;
    z-index: 1;
    transform: rotate(90deg);
}
.flickity-prev-next-button {
    opacity: 1;
    margin-top: 0 !important;
    background: #34833e !important;
    width: 40px !important;
    height: 30px !important;
    color: #fff !important;
    border: none;
    border-radius: 3px !important;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 0 !important;
    border: none !important;
}
.sec-product {
    background: linear-gradient(90deg, #7ab13f, #34833e);
}
.sec-product:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/04/bg-sec.png);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1128px;
    opacity: .2;
}
.home-blog-ct.row-box-shadow-1 .col-inner {
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    border-radius: 10px;
    min-height: 430px;
}
.home-blog-ct.row-box-shadow-1 .col-inner:hover {
    box-shadow: 0 10px 20px rgba(2, 55, 102, 0.1);
}
.box-blog-post .box-image {
    border-radius: 5px 5px 0 0;
}
.box-blog-post .box-image {
    border-radius: 5px 5px 0 0;
}
.box-blog-post .box-text .box-text-inner .post-meta {
    font-weight: 500;
    font-size: 13px;
    padding: 10px 0;
}
.box-blog-post .is-divider {
    display: none;
}
.certificate {
    transition: all 0.3s ease;
    filter: grayscale(100%) opacity(1.5);
    box-shadow: none;
    cursor: pointer;
    border-radius: 8px;
}
  
.certificate.active {
    filter: none;
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1.03);
    z-index: 2;
}
.single-post .is-divider {
    display: none;
}
.widget-area {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-top: 3px solid #34833e;
}
.widget {
    margin-bottom: 0;
}
.ft-center p {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

/* Product Features */
.product_feature_icon.nav.nav-vertical {
    display: flex;
    align-items: baseline;
}

.product_feature_icon.nav.nav-vertical li {
    width: fit-content;
    border: none;
}

.product_feature_icon > li > a {
    padding: 0;
    border: 5px solid transparent;
    border-radius: 50%;
    margin: 0 8px;
}

.product_feature_icon > li > a > img {
    border-radius: 50%;
    min-width: 50px;
}

.nav-vertical + .tab-panels {
    padding: 20px;
    background-color: #F6F6F6;
}

/* Product List Styles */
.list_product_title {
    margin: 0;
}

.list_product_title span {
    text-transform: capitalize;
    border-bottom: 2px solid #34833e;
}

.list_product {
    display: inline-block;
    width: 100%;
    padding: 0.5em 0;
    border-bottom: 1px solid #34833e;
}

.list_product img {
    height: 65px;
    width: auto;
}

.list_product .product_title {
    float: left;
    line-height: 65px;
}

.list_product .product_img {
    float: right;
}

a:hover .list_product {
    background-color: rgba(251, 174, 66, 0.3);
}

/* Blog and Slider Styles */
.home_blog .box-text {
    min-height: 190px;
}

.product_class_slide .banner {
    margin: 0 5px !important;
}

/* About Tab Styles */
.about-tab > .nav-tabs {
    --tab-color: #00a856;
}

.about-tab > .nav-tabs > li > a {
    background-color: rgba(0, 168, 86, 0.3);
}

.about-tab > .nav-tabs > li > a > span {
    color: #000 !important;
}

.about-tab > .nav-tabs > li.active > a {
    border-color: var(--tab-color) !important;
    background-color: #fff;
}

.about-tab > .nav-tabs > li.active > a > span {
    color: var(--tab-color) !important;
}

.about-tab .tab-panels {
    border-top-color: var(--tab-color) !important;
}

/* History Timeline Styles */
.history_tab_right .history_year::before,
.history_tab_left .history_year::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    border-radius: 50%;
    top: 10px;
}

.history_tab_right .history_year::before {
    left: -12px;
}

.history_tab_left .history_year::after {
    right: -10px;
}

.history_tab_right:hover .history_year::before,
.history_tab_left:hover .history_year::after {
    background-color: #34833e;
}

.history_tab .history_year h3 span {
    color: #333;
}

.history_tab:hover .history_year h3 {
    background-color: #34833e;
}

.history_tab:hover .history_year h3 span {
    color: #fff;
}

/* Form Styles */
.everest-forms button,
.everest-forms button[type=submit] {
    color: #fbae42 !important;
    background-color: #34833e !important;
    border: none !important;
}
.box-shadow-1 {
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}
.copyright-footer p {
    margin-bottom: 0;
}
.back-to-top {
    background: #34833e !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;   
}
.img-ct img {
    border-radius: 5px;
}
.img-ct:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #7ab13f, #34833e);
    border-radius: 5px;
    z-index: 0;
}
.sec-ab .col-text:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/cropped-LOGO-CTY-BT.png);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(100%) opacity(0.04);
}

/* Media Queries */
@media only screen and (max-width: 48em) {
    /* Add mobile styles here */
    .slider-banner .img:before {
        top: 0;
        left: 0;
        transform: rotate(180deg);
    }
}