@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}
img{
    max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-size: 14px;
    /*font-family: "Roboto",Helvetica,sans-serif;*/

}
.navbar-dark .navbar-nav .social-anchor{
    color: #fff;
    /*font-weight: bold;*/
    /*font-family: "Roboto",Helvetica,sans-serif;*/
    padding: 0 1em;
    font-size: 20px;
}
p{
    margin-bottom: 2px;
}
@media (min-width: 768px) {

    .navbar-dark .navbar-nav .nav-link{
        padding: 0 1em;
        font-size: 14px;
    }
    .navbar-dark .navbar-nav .social-anchor{
        font-size: 17px;
    }
}

@media (min-width: 1400px) {
    .navbar-dark .navbar-nav .nav-link{
        padding: 0 2.5em;
        font-size: 14px;
    }
    .navbar-dark .navbar-nav .social-anchor{
        font-size: 20px;
    }
}

@media (min-width: 1920px) {
    .navbar-dark .navbar-nav .nav-link{
        padding: 0 2.5em;
        font-size: 14px;
    }
    .navbar-dark .navbar-nav .social-anchor{
        font-size: 20px;
    }
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active{
    color:rgb(175, 143, 96);
}
.logo img{
    max-height: 100px;
}
/* Hiển thị dropdown khi hover trên desktop */
@media (min-width: 992px) {
    .navigation-component:before {
        position: absolute;
        pointer-events: none;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: -1;
        content: '';
    }
    .menu-page-child.navigation-component:before {

        background: linear-gradient(to bottom, #333, #fff); /* đổi màu nếu muốn */
    }
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.breadcrumb-item+.breadcrumb-item::before{
    content:none;
}
/* Định dạng icon xuống */
#mainMenu .dropdown-menu{
   background: transparent;
    border: none;
    /*position: absolute;*/
    left: 0;
    right: 0;
    justify-content: center;
    min-width: 100%; /* full màn hình */

    /*z-index: 100;*/
    /*width: 100%;*/
}
.navbar .dropdown:hover > .dropdown-menu {
    display: flex; /* đảm bảo nó vẫn hiện khi hover */
}
.dropdown-toggle-no-arrow::after {
    display: none;
}
#mainMenu{
    width: 100%;
}
#mainMenu .dropdown-menu .dropdown-item{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
#mainMenu .dropdown-menu .dropdown-item:hover{
    background: none;
    text-decoration: underline ;
    color: rgb(175, 143, 96);
    text-decoration: none;
}
.dropdown-menu-horizontal {
    flex-direction: row;
    padding: 0.5rem;
    gap: 0rem;
}
.dropdown-menu-horizontal .dropdown-item {
    white-space: nowrap;
}
.carousel-caption-custom {
    /*background-color: rgba(0, 0, 0, 0.2); !* lớp nền tối mờ *!*/
    display: inline-block;
    padding: 12px 20px;
}
#mainMenu .dropdown-item.active, #mainMenu .dropdown-item:active{
    background-color: transparent!important;
    color: rgb(175, 143, 96);
}
.mainselect .dropdown-item{
    font-size: 14px;
}
.mainselect .dropdown-item.active, .mainselect .dropdown-item:active{
    background-color: transparent!important;
    color: rgb(175, 143, 96);
}
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu-horizontal {
         display: flex;
    }
}
@media (max-width: 992px) {
    #mainMenu {
        background: #fff;
        /*padding: 0 15px;*/
        /*position: relative!important;*/
    }
    #mainMenu .logo{
        margin: 0!important;
    }
    #mainMenu .logo img{
        max-height: 60px;
    }
}
@media (max-width: 992px) {
    .fixed-top{
        position: relative;
    }
    #mainMenu  .navbar{
        padding: 5px 15px;
    }
    .navbar-dark .navbar-nav .nav-link{
        color: #000;

    }
    #mainMenu .navbar-collapse{
        padding-left: 0px!important;
        padding-right: 0px!important;
        margin-left: 0!important;
        position: absolute;
        width: 100%;
        top: 100%;
        background:rgb(0,0,0,0.2);
        left: 0;
        margin-top: 0 !important;
        height: 1000px;
    }
    #mainMenu .navbar-collapse .navbar-nav{
        width: 60%;
        background: #fff;
        padding-left: 10px!important;
        padding-right: 10px!important;
        height: 1000px;
        overflow-y: scroll;
    }

    #mainMenu .box-none{
        display: none!important;
    }
    .item-child{
        font-weight: bold;
    }
    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active{
        color: #000;
    }
    #mainMenu .nav-item{
        border-bottom: 1px solid #ccc;
        /*padding-left: 10px;*/
    }
    #mainMenu .dropdown-toggle::after{
        float: right;
    }
    #mainMenu .navbar .dropdown:hover > .dropdown-menu{
        display: inherit;
    }

    #mainMenu .dropdown-menu .dropdown-item{
        display: inline-block;
        color: #000;
        width: 100%;
        /*font-weight: bold;*/
        padding: 3px 3px;
    }
    #mainMenu .dropdown-item.active, #mainMenu .dropdown-item:active{
        color: rgb(175, 143, 96);
    }
    .mainselect .dropdown-item.active, .mainselect .dropdown-item:active{
        color: rgb(175, 143, 96);
    }
    #mainMenu .btn-close{
        --bs-btn-close-color:#ccc
    }
    .nav.flex-nowrap{
        /*background: #ccc;*/
    }
    .nav.flex-nowrap {
        display: flex;
        flex-wrap: nowrap;      /* Không cho xuống dòng */
        overflow-x: auto;       /* Cuộn ngang khi chật */
        white-space: nowrap;    /* Không ngắt dòng chữ */
        gap: 8px;               /* Khoảng cách giữa các mục */
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }
    #mainMenu .navbar-toggler{
        padding-left: 1px;
        padding-right: 1px;
        background: none;
        color: #7c7c7c;
    }
    #mainMenu .navbar-toggler-icon{
        width: 1em;
        height: 1em;
    }
    .nav.flex-nowrap .nav-link {
        flex-shrink: 0;
        padding: 8px 8px;
        color: #7c7c7c;
        text-decoration: none;
        border-bottom: none;
        transition: border-color 0.3s;
        font-size: 14px;
    }
    #mainMenu .nav.flex-nowrap .nav-item{
        border-bottom:none;
    }

    .nav.flex-nowrap .nav-link:hover, .nav.flex-nowrap .nav-link.active {
        color: rgb(175, 143, 96);
    }
    .banner-title,.banner-subtitle{
        font-size: 12px!important;
    }
    .carousel-caption-custom {
        /*background-color: rgba(0, 0, 0, 0.2); !* lớp nền tối mờ *!*/
        display: inline-block;
        padding: 5px 10px!important;
        bottom: 5px!important;
    }
    .py-mobile{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .mb-mobile{
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .mb-mobile-t{
        margin-top: 0rem !important;
    }
    .mb-mobile-b{
        margin-bottom: 1rem !important;
    }
}

.banner-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff; /* Màu vàng tươi */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* hiệu ứng nổi, không dùng viền */
}

.banner-subtitle {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}


.project-card .banner-title{
    font-size: 16px;
}
.project-card .banner-subtitle{
    font-size: 14px;
}
.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #571af2;
    font-weight: bold;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.stat-item strong{
    font-size: 30px;
}
.divider {
    width: 1px;
    height: 40px;
    background-color: #ddd;
    margin: 0 20px;
}
.news-section {
    /*max-width: 1200px;*/
    margin: auto;
}
.news-card img {
    width: 100%;
    border-radius: 10px;
}
.news-sidebar {
    /*background: #eee;*/
    border-radius: 10px;
    padding: 0px;
    border: 1px solid #4d388b;
}
.news-title {
    font-weight: bold;
    color: #fff;
    background: #4d388b;
    padding:5px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news-sidebar-content{
    padding:5px 20px;
}
.news-link {
    color: #1c0e40;
    font-weight: bold;
}
.card-content {
    align-self: flex-start;
    color: #571af2;
    background: #f6f2ff;
}
.more-news a{
    color: #571af2;
    font-weight: bold;
    text-decoration: none;
}
.text-article{
    color: #1c0e40;
}
.text-article:hover{
    color: #571af2;
}
.text-justify{
    text-align: justify;
}
.border-cc{
    border-color: #ccc;
}
.bg-cc{
    background-color: #f2f2f2;
}
.bg-7c7c7c{
    background-color: #7c7c7c;
}
.bg-E3E3E3{
    background-color: #E3E3E3;
}
/**/
.social-box {
    background-color: #f4f0fc;
    padding: 20px;
    border-radius: 10px;
}
.social-icons i {
    margin-right: 10px;
}
.follow-btn {
    background-color: #563d7c;
    color: white;
    border: none;
}
.category-badge {
    background-color: #eee;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
}
/**/
.category-btn {
    background-color: #ffde17;
    border: none;
    padding:.5rem 1.5rem;
    border-radius: 5px;
    font-weight: bold;
    color: #1c0e40;
}
.active-category {
    background-color: purple;
    color: white;
}
.card-heading-link{
    position: relative;
}

.card-heading-link::after {
    content: "";
    position: absolute;
    bottom: .4rem;
    width: 100%;
    height: 1px;
    background-color: #e8ddff;
}
.explore-section {
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}
.explore-section img{
    width: 80px;
    height: 80px;
}
/**/
.section-title {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #e8ddff ;
    padding-bottom: 10px;
}

.team-intro {
    font-style: italic;
    font-size: 1rem;
}

.quote {
    font-size: 1.25rem;
    color: #571af2;
    max-width: 600px;
    /*background: url("../img/dau-ngoac.png") no-repeat;*/
    /*padding-top: 50px;*/
}
.quote i{
    font-size: 30px;
}
.quote-mark {
    font-size: 2rem;
    color: #7a55e4;
}

.team-role-title {
    font-size: 0.9rem;
    color: #7a55e4;
    font-weight: bold;
    text-transform: uppercase;
}
.team-role-title a{
    color: #571af2;
}
.profile-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}


.integrity-box h4 {
    font-weight: bold;
}

.integrity-box li {
    margin-bottom: 1rem;
}

.btn-yellow {
    color: #ffd700;
    font-weight: bold;
}

.team-name {
    font-weight: bold;
}

.integrity-box {
    background-color: #1C0E40;
    color: white;
    padding: 20px;
    border-radius: 8px;
    border-top: 5px solid #016CF9;
}
.integrity-box ul {
    list-style: none;
    padding: 0;
}
.integrity-box li::before {
    content: "\2728";
    margin-right: 8px;
}
.expert-section h6 {
    color: #6A0DAD;
    font-weight: bold;
}
.team-excerpt p:first-child{
    color: #1c0e40;
    font-size: 18px;
    margin-bottom: 2px;
}
.team-excerpt p:last-child{
    color: #1c0e40;
    font-size: 14px;
    margin-bottom: 2px;
}
/**/

.category-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c5ce7;
    background: #eceaff;
    padding: 2px 8px;
    border-radius: 12px;
    display: inline-block;
}
.article-title {
    font-size: 24px;
    font-weight: bold;
}
.article-title a {
    text-decoration: none;
    color: black;
}
.article-title a:hover {
    color: #6c5ce7;
}
.reviewed {
    font-size: 14px;
    color: gray;
}
.advertisement {
    text-align: center;
    margin-top: 20px;
}
.list-pick{
    border: none;
    border-bottom: 1px solid #e8ddff;
    padding-left: 0;
    padding-right: 0;

}
.list-pick:last-child{
    border: none;
}
.video-title {
    font-size: 18px;
    font-weight: bold;
}
.video-title a {
    text-decoration: none;
    color: black;
}
.video-title a:hover {
    color: #6c5ce7;
}
.video-thumbnail{
    position: relative;

}
.list-group-item i{
    position: absolute;
    right: 60px;
    top: 35px;
    color: #fff;
    font-size: 20px;
}

.video-list-wrapper {
    max-height: 500px; /* Chiều cao tối đa vùng hiển thị */
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
#videoList {
    transition: transform 0.3s ease;
}
.scroll-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/**/
.recommend-section {
    background-color: #f8f6f3;
    padding: 40px 0;
    text-align: center;
}
.recommend-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.recommend-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.recommend-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
.recommend-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.recommend-text {
    background-color: #2c134f;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    min-height: 140px;
}
.recommend-text a {
    color: white;
    text-decoration: none;
}
.recommend-text a:hover {
    text-decoration: underline;
}


/**/
.footer-health {
    background-color: #f8f5fc;
    padding: 40px 0;
    /*text-align: center;*/
    border-top: 1px solid #e8ddff;
    border-bottom: 1px solid #e8ddff;
}
.footer-health .logo {
    /*font-size: 52px;*/
    font-weight: bold;
    color: #221c35;
}
.footer-health .newsletter {
    border: 2px solid #221c35;
    padding: 10px 20px;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    margin: 20px 0;
}
.footer-health .social-icons a {
    color: #221c35;
    font-size: 20px;
    margin: 0 10px;
}

.footer-health .links a {
    color: #221c35;
    text-decoration: none;
    font-weight: 500;
}
.footer-health .links a:hover{
    color: #6c5ce7;
}
.footer-health .disclaimer {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}
.footer-health .bottom-bar {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    color: #221c35;
}
.fs-10{
    font-size: 10px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-df{
    font-size: var(--bs-body-font-size);
}

/*account*/
.account-container {
    margin: auto;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.account-container .sidebar {
    background: #6c757d;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}
.account-container .nav-pills .nav-link {
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.3s;
}
.account-container .nav-pills .nav-link.active, .account-container .nav-pills .nav-link:hover {
    background: #495057;
}
.account-container .content {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*tags*/
.tag {
    background-color: #0d6efd;
    color: white;
    padding: 0.3rem 0.6rem;
    border-radius: 15px;
    margin: 2px;
    display: inline-block;
}
.tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
}
.tags-input-wrapper {
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 5px;
    min-height: 38px;
}
.tags-input-wrapper input {
    border: none;
    outline: none;
}
#table-of-contents {
    position: sticky;
    top: 150px; /* giữ cách top khi cuộn */
    padding: 1.5rem;
    background: #fff;
    margin: 0;
    font-family: "Plus Jakarta Sans", Helvetica, sans-serif;
    max-width: 250px;
    border: 1px solid #e8ddff;
    border-left: .375rem solid #571af2;
    border-radius: 5px;
}

#table-of-contents ul {
    list-style: none;
    padding-left: 1.375rem;
    margin-top: 10px;
}

#table-of-contents li {
    margin-bottom: 10px;
}

#table-of-contents a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
    transition: color 0.3s;
    text-decoration: none;
}

#table-of-contents a:hover {
    color: #571af2;
}

#table-of-contents a.active {
    font-weight: bold;
    color:#571af2;
}
#table-of-contents a.active::before {
    content: "• ";
    color: #571af2; /* cùng màu với chữ, hoặc chọn màu khác nếu muốn */
    margin-right: 5px;
}
.conditions .heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.conditions .letter-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 2px;
    border: 1px solid #000;
    font-weight: 500;
    color: #191847;
    background-color: white;
}

.conditions .letter-btn.active {
    background-color: #112e04;
    color: #fffc00;
    font-weight: bold;
}

.conditions .section-header {
    background-color: #112e04;
    color: #fffc00;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.conditions {
    padding-left: 0;
    list-style-type: none;
}


.conditions .search-box {
    max-width: 600px;
}

.conditions a  {
    text-decoration: none;
    color: #191847;
}

.conditions a :hover {
    text-decoration: underline;
}

.conditions .divider {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
.lh-big {
    line-height: 3 !important;
}
.side-banner {
    position: fixed;
    top: 0;
    z-index: 1050; /* cao hơn nội dung */
    width: 120px; /* điều chỉnh theo kích thước banner */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-banner {
    left: 0;
}

.right-banner {
    right: 0;
}
.btn-close-ads{
    background: #ccc;
    /*opacity: 1;*/
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #0a90eb;
}


/*project*/
.project-card {
    position: relative;
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: auto;
    display: block;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: white;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 1rem;
    padding-bottom: 20px; /* khoảng cách bottom */
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.project-subtitle {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0.5rem;
}
@media (max-width: 768px) {
    .project-title {
        font-size: 9px;
        font-weight: 700;
        text-transform: none;
        letter-spacing: 0px;
    }

    .project-subtitle {
        font-size: 9px;
        font-weight: 400;
        margin-top: 0px;
    }
    .mobile-card{
        padding-left: 3px!important;
        padding-right: 3px!important;
    }
    .project-overlay{
        padding-bottom: 0;
    }
}
.top-container{
    /*margin-top:50px;*/
}
/*dự án*/

.rounded-shadow {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 2rem;
}
.bg-scroll-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../images/hinh-nen-sua-chua.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed ;
    color: white;
    padding: 100px 0;
}
.bg-scroll-section-tt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../img/vietcombank.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed ;
    color: white;
    padding: 100px 0;
}

.fan-segment {
    fill: #ccd4f6;
    stroke: #fff;
    stroke-width: 2;
    transition: 0.3s ease;
}

.fan-segment:hover {
    fill: #aab8e6;
    cursor: pointer;
}

.fan-text {
    font-size: 20px;
    font-weight: bold;
    text-anchor: middle;
    dominant-baseline: middle;
    fill: #000;
}
.section-step {
    background-color: #4763e4; /* nền xanh */
}
.blur-box {
    background: #C8D4FF;
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 2rem;
    color: #000;
}
.step-icon {
    background-color: #d8defa;
    width: 80px;
    height: 90px;
    clip-path: polygon(0 0, 50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin-right: 1rem;
    border: 1px solid #c0c4e8;
}

.info-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}
.info-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #c8d2fc;
    border-radius: 8px;
    margin-right: 1rem;
}
/*.info-icon::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #c8d2fc;*/
/*}*/

.info-img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*product*/
.collection-row {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    align-items: center;
}
.brand-title {
    font-weight: 900;
    font-size: 28px;
}
.collection-img {
    max-width: 200px;
}
.link-buy {
    text-decoration: none;
    color: #0a53be;
}
/*Product*/
.filter-bar select {
    transition: box-shadow 0.2s ease;
}

.filter-bar select:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.category-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
    background-color: #fff;
}

.category-box:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.img-hover-zoom {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.img-hover-zoom-pro{
    cursor: pointer;
}
.img-hover-zoom img {
    transition: transform 0.5s ease;
}
.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/*product detail*/

.breadcrumb {
    background: none; /* bỏ nền xám mặc định */
    padding: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ""; /* đổi dấu / thành › */
    color: #888;
    padding: 0;
    font-weight: bold;
}

.breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 600;
}

.product-img {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.product-thumb img {
    width: 80px;
    cursor: pointer;
    border: 2px solid transparent;
}
.product-thumb img.active {
    border-color: #007bff;
}
.product-title {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.product-price {
    color: red;
    font-weight: bold;
    font-size: 1.1rem;
}
.product-stock {
    font-weight: 500;
}
.product-desc {
    margin-top: 10px;
    font-size: 0.95rem;
}
.product-desc p{
    margin-bottom: 2px;
}
.btn-consult {
    background-color: #dc3545;
    color: white;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}
.btn-consult:hover {
    background-color: #b52c37;
}
.swiper-slide img {
    width: 225px;
    cursor: pointer;
    border: 2px solid transparent;
}
.swiper-slide img:hover {
    border-color: #007bff;
}
.product-intro table {
    width: 100%;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}

.product-intro table td,
.product-intro table th {
    border: 1px solid #dee2e6;
    padding: 8px;
}
.product-intro img{
    height: auto!important;
}
.highlight-title {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 600;
    padding: 8px 16px;
    background-color: #e0f2fe;
    color: #0369a1;
    border-left: 5px solid #0284c7;
    border-radius: 4px;
    width: 100%;
}
/*thiết kế*/
.hero-section {
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/back-tvtk.jpg') no-repeat center center;*/
    background: url('../img/back-tvtk.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    color: #f2dfd3;
    display: flex;
    align-items: center;
}
.hero-content {
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10%;
}
.hero-btn {
    border-radius: 0;
    padding: 0.75rem 1.5rem;
}
.btn-outline-light:hover {
    background-color: #f2dfd3;
    color: #000;
}

/*about*/
.about-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 15px;
}
.about-text h1 {
    /*font-size: 3rem;*/
    /*font-weight: bold;*/
    /*color: #5a4c38;*/
}
.cf-title-03 h2, .cf-title-03 h1 {
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.cf-title-03 h2:before, .cf-title-03 h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}
.cf-title-03 h2:after, .cf-title-03 h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}

.about-text p {
    /*font-size: 1.1rem;*/
    color: #4d4d4d;
    margin-top: 20px;
}
.btn-custom {
    padding: 12px 24px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
}
.btn-contact {
    background-color: #a57c20;
    color: white;
    border: none;
}
.btn-learn {
    background-color: transparent;
    border: 1px solid #a57c20;
    color: #a57c20;
}
.about-image img {
    width: 100%;
    border-radius: 12px;
}
.text-brown {
    color: #5a4c38;
}
.about-company {
    background-color: #fdfaf5;
    /*font-family: 'Roboto', serif;*/
}
.mission-section {
    background-color: #fdfaf5;
    overflow: hidden;
    /*font-family: 'Roboto', serif;*/
}
.mission-bg {
    background-image: url('https://cdn.openai.com/chatgpt/mission-bg.jpg'); /* Thay bằng URL nền bạn có */
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}
.ribbon-box {
    background-color: #ccc;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 30px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.icon-box-about {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 30px;
    color: #000;
}

.heading-line {
    position: relative;
    padding: 1.5rem 0; /* Tạo khoảng cách trên dưới nội dung */
}

.heading-line::before,
.heading-line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 10%; /* Độ dài đường kẻ */
    height: 2px; /* Độ dày */
    background-color: #198754; /* Màu giống text-success */
}

.heading-line::before {
    top: 0;
}

.heading-line::after {
    bottom: 0;
}

/*footer*/
.bg-scroll-footer {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 50px 0;
}

.bg-scroll-footer::before {
    content: "";
    position: absolute;
    top: 0px; /* đẩy lên để phủ phần ảnh */
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 4; /* nằm dưới nội dung footer */
}
.footer{
    color: #fff;
}
.footer .row:first-child {
    margin-bottom: -40px; /* ảnh sẽ chìm xuống phần nền phía dưới */
    z-index: 2;
    position: relative;
}
.text-about{
    text-align: center;
}
.project-content h2,.project-content h3,.project-content h4,.project-content h5 {
    font-size: 1.2rem;
    font-weight: bold;
}
.project-content img{

}
.project-content img:first-child{
    width: 100%!important;
    max-width: 50%!important;
    height: auto!important;
}
.project-content img.is-right {
    margin-left: 0!important;
}

.project-content img.is-left {
    margin-right: 0!important;
}

.contact-left{
    padding-top: 200px;
}
@media (max-width: 768px) {
    .project-content h2,.project-content h3,.project-content h4,.project-content h5 {
       text-align: left!important;
    }
    .contact-left{
        padding-top: 10px;
    }
    .top-container{
        margin-top:10px;
    }
    .container-fluid.px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .hero-section {
        background-size: contain;
        min-height: 40vh;
        height: auto;
        color: #f2dfd3;
        display: flex;
        align-items: center;
    }
    .g-mobile{
        --bs-gutter-y:1px;
        --bs-gutter-x:1px
    }
    .px-mobile{

    }
    .text-about{
        text-align: justify;
    }
    /*.project-content img:first-child{*/
    /*    width: 100%!important;*/
    /*    max-width: 100%!important;*/
    /*    height: auto!important;*/
    /*}*/
    .footer-address{
        top: 10%;
    }
    #partnerCarousel .px-5{
        padding-left: 3px!important;
        padding-right: 3px!important;
    }
    footer{
        padding-bottom: 150px!important;
    }

}
.bottom-50px{
    bottom: 20%;
}

.partner-company img {
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.entry-content img{
    max-width: 100%;
    /*min-width: 50%;*/
    display: block;
    margin: 10px  auto;
    height: auto!important;
}
#searchResults {
    max-height: 900px;      /* bạn chỉnh cao thấp tùy ý */
    overflow-y: auto;       /* bật thanh cuộn dọc */
}
#searchInput {
    background: transparent;     /* nền trong suốt */
    border: none;                /* bỏ viền mặc định */
    border-bottom: 2px solid #000; /* chỉ còn gạch dưới màu đen */
    border-radius: 0;            /* bỏ bo góc */
    color: #000;                 /* chữ đen */
    font-size: 3rem;             /* chữ to (bạn chỉnh tùy ý) */
    font-weight: 400;
    box-shadow: none;            /* bỏ shadow mặc định của bootstrap */
}

#searchInput:focus {
    outline: none;               /* bỏ outline xanh khi focus */
    box-shadow: none;
    border-bottom: 2px solid #333; /* đậm hơn khi focus */
}
.product-fulltext, .product-fulltext h2, .product-fulltext h3, .product-fulltext h4{
    font-size: 14px;
}
.product-fulltext h2, .product-fulltext h3, .product-fulltext h4{
    font-weight: bold;
}
optgroup.cate-group{
    font-weight: bold;
    text-transform: uppercase;
}
optgroup.cate-group option{
    text-transform: none;
}
#sanpham {
    scroll-margin-top: 90px;
}
.parent-category{
    text-transform: uppercase;
    font-weight: bold;
}
.product-fulltext img{
    height: auto!important;
}