/*
Custom styles for DFM Engineering website
*/

/* Custom styles for slick dots */
.slick-dots li.slick-active button {
    background-color: #f9c56a;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: table;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background-color: #E8E8E8;
    outline: medium none;
    border-radius: 50%;
}

.slick-dots li button:before,.slick-dots li.slick-active button:before {
    color: transparent;
}

/* Custom styles for larger navigation */
.navbar {
    min-height: 80px !important;
    padding: 15px 0 !important;
}

.navbar-brand {
    padding: 15px 5px 15px 15px !important;
}

.navbar-brand img {
    height: 70px !important;
    width: auto !important;
}

.navbar-nav > li > a {
    padding: 20px 15px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.navbar-nav > li.active > a,
.navbar-nav > li.current > a {
    background-color: transparent !important;
    color: #f9c56a !important;
}

.flag {
    padding: 15px 0 !important;
}

.flag img {
    width: 25px !important;
    height: 16px !important;
    margin: 0 5px !important;
}

@media (max-width: 768px) {
    .navbar-nav > li > a {
        padding: 15px 10px !important;
        font-size: 16px !important;
    }
    
    .navbar-brand img {
        height: 50px !important;
    }
}

/* Custom styles for Giới thiệu section */
.about {
    padding: 80px 0 !important;
}

.about .page-header h2 {
    font-size: 56px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #000 !important;
}

.about .page-header small {
    font-size: 20px !important;
    color: #666 !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.about .page-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #f9c56a;
    margin: 25px auto 0;
}

.about .col-md-8 p {
    font-size: 22px !important;
    line-height: 1.9 !important;
    margin-bottom: 25px !important;
    color: #555 !important;
}

.about .col-md-4 {
    padding-left: 0 !important;
}

.about .image-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .about .page-header h2 {
        font-size: 42px !important;
    }
    
    .about .page-header small {
        font-size: 18px !important;
    }
    
    .about .col-md-8 p {
        font-size: 18px !important;
    }
    
    .about .image-thumb img {
        transform: scale(1.0);
    }
}

/* Custom styles for Sản phẩm section */
.special {
    padding: 80px 0 !important;
}

.special .page-header h2 {
    font-size: 56px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.special .page-header small {
    font-size: 20px !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.special .page-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #f9c56a;
    margin: 25px auto 0;
}

.special .sanpham {
    margin-bottom: 20px !important;
    padding: 30px 20px !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

.special .sp-title h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
}

.special .sp-title h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #f9c56a;
    margin: 6px auto 10px;
}

.special .sp-left img {
    width: 100% !important;
    height: auto !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    margin-bottom: 12px !important;
}

.special .slider-content {
    padding-left: 0 !important;
    text-align: center !important;
}

.special .slider-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    margin-bottom: 10px !important;
}

.special .slider-content ul {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    text-align: left !important;
    display: inline-block !important;
    margin-top: 8px !important;
}

.special .slider-content ul li {
    margin-bottom: 5px !important;
}

@media (max-width: 768px) {
    .special .page-header h2 {
        font-size: 42px !important;
    }
    
    .special .page-header small {
        font-size: 18px !important;
    }
    
    .special .sp-title h2 {
        font-size: 24px !important;
    }
    
    .special .slider-content p,
    .special .slider-content ul {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
    
    .special .slider-content ul li {
        margin-bottom: 4px !important;
    }
    
    .special .sanpham {
        padding: 25px 15px !important;
        margin-bottom: 15px !important;
    }
}
