* {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-item img {
    height: 470px;
    object-fit: cover;
}

.ppocta-ft-fix {
    position: fixed;
    bottom: 5px;
    right: 10px;
    text-align: center;
    z-index: 999;
    width: 60px;
}

#zaloButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 15px;
}

.toc_button {
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
    border: 2px solid #fff !important;
}

#toc .toc_description {
    position: absolute;
    top: 5px;
    right: -300px;
    width: 200px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    z-index: 1;
    background-color: #ffd145;
    color: #111;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 3px 0 0 3px;
}

#toc .toc_description:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #ffd145;
    border-width: 8px;
    margin-top: -8px;
}

#zaloButton>a>i {
    background: url(https://webkhoinghiep.net/wp-content/uploads/2022/06/widget_icon_zalo.svg) no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100% !important;
}

#callNowButton {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 15px;
}

#callNowButton i {
    color: white;
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ed1c24;
    line-height: 50px;
    font-size: 24px;
}

.links>li>a:before,
i[class*=" icon-"],
i[class^=icon-] {
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
}

#messengerButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 15px;
}

#messengerButton>a>i {
    background: url(https://webkhoinghiep.net/wp-content/uploads/2022/06/widget_icon_messenger.svg) no-repeat scroll 0 0 transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100% !important;
}


#toc .toc_button:hover .toc_description {
    right: 68px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-grid {
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 10px 0;
}

.product-grid .product-content {
    padding: 20px 10px 17px;
    position: relative;
}

/*.product-grid .product-content:after{*/
/*    content: '';*/
/*    background-color: #999;*/
/*    height: 2px;*/
/*    width: 50px;*/
/*    margin: 15px auto 0;*/
/*    display: block;*/
/*    clear: both;*/
/*}*/
.product-grid .title {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.product-grid .title a {
    color: #111;
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: #0ab581;
}

.product-grid .price {
    color: #0ab581;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    transition: all 1s ease 0s;
}

.product-grid .price span {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

.product-grid .rating {
    padding: 0;
    margin: 0;
    list-style: none;
    transition: all 1s ease 0s;
}

.product-grid .rating li {
    color: #0ab581;
    font-size: 12px;
}

.product-grid .rating li.far {
    color: #999;
}

.product-grid .product-links {
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50px;
    left: 50%;
    transition: all 1s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 2px;
    display: inline-block;
}

.product-grid .product-links li a {
    color: #222;
    background: #e7e7e7;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links li a:hover {
    color: #fff;
    background: #0ab581;
}

.product-grid .product-image {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-grid .product-image .pic-1 {
    transition: opacity 300ms ease-in-out;
}

.product-grid .product-image:hover .pic-1 {
    opacity: 0;
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 300ms ease-in-out;
}

.product-grid .product-image:hover .pic-2 {
    opacity: 1;
}

.product-grid .product-sale-label {
    color: #fff;
    background: #0ab581;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 30px;
    }
}

.product-grid-item {
    background-color: white;
    border-radius: 10px;
}

.product-grid {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.product-content {
    padding: 15px 0;
}

.product-content .title a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.product-content .title a:hover {
    color: #0ab581;
}

.product-content .price {
    font-size: 16px;
    color: #555;
}

.product-sale-label {
    background: #ff6f61;
    color: white;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
}

.product-title h3 {
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.remove-image {
    font-size: 20px;
    /* Điều chỉnh kích thước chữ */
    width: 26px;
    /* Điều chỉnh chiều rộng */
    height: 26px;
    /* Điều chỉnh chiều cao */
    line-height: 16px;
    /* Điều chỉnh chiều cao của dòng chữ */
    text-align: center;
    /* Căn giữa chữ trong nút */
    padding: 2px;
    /* Điều chỉnh khoảng cách bên trong nút */
}

.image-preview {
    position: relative;
    margin-right: 3px;
}

.image-preview img {
    width: 100px;
    height: 50px;
}

.image-preview .remove-image {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    /* Điều chỉnh màu nền */
    color: white;
    /* Điều chỉnh màu chữ */
    border: none;
    /* Bỏ viền */
    border-radius: 50%;
    /* Làm tròn nút */
    cursor: pointer;
    /* Thay đổi con trỏ khi hover */
}

.product-grid-item h3 {
    padding-top: 10px;
    color: #3a5795 !important;
}


/*====== Contact ======*/
.maps_contact iframe {
    width: 100%;
}

.v2_bnc_contact_page_info {
    margin: 0px 0 20px;
}

.v2_bnc_contact_form {
    margin: 50px 0 20px 0;
    overflow: hidden;
}

#btnCancel {
    margin: 0 10px;
}

.warning {
    width: 100%;
}

#txtContent {
    height: 150px;
    border: 1px solid #d7d7d7;
    padding: 10px !important;
    box-shadow: none;
}

#form_contact .form-control {
    border-radius: 0 !important;
    margin: 0 0 20px 0;
}

#form_contact .btn-primary:hover {
    background: #00AEEF !important;
}

/*====== End Contact ======*/

/*=== Contact Page ===*/
.v2_bnc_contact_form button {
    border-radius: 0;
    box-shadow: 0 0 0;
    padding: 12.5px 22px;
    font-weight: bold;
    border: 1px solid !important;
    background: #2a5aa0 !important;
    transition: all ease .3s !important;
}

.v2_bnc_contact_form button#btnSent {
    background: #2a5aa0;
}

.v2_bnc_contact_form button#btnSent:hover {
    background: #000 !important;
}

.v2_bnc_contact_form button:hover {
    background: #000 !important;
}

/*=== End Contact Page ===*/

#form_contact textarea {
    height: auto !important;
}

#btnCancel:focus {
    box-sizing: inherit !important;
}

.video-frame {
    width: 360px !important;
    /* Chiều rộng của iframe */
    height: 200px;
    /* Chiều cao của iframe */
    border: none;
    /* Bỏ viền nếu cần */
}

.carousel {
    position: relative;
    /* Đảm bảo carousel là phần tử gốc để các nút điều khiển được định vị chính xác */
}

.custom-carousel-control {
    position: absolute;
    top: -35px;
    /* Căn chỉnh nút điều khiển lên phía trên */
    right: 10px;
    /* Căn chỉnh nút điều khiển sang phía bên phải */
    z-index: 10;
    /* Đảm bảo các nút điều khiển nằm trên các phần tử khác */
    width: 30px;
    /* Chiều rộng của nút điều khiển */
    height: 30px;
    /* Chiều cao của nút điều khiển */
    background-size: 30px 30px;
    /* Kích thước biểu tượng bên trong nút */
    opacity: 0.7;
    /* Làm cho các nút điều khiển hơi trong suốt để không che mất video */
}

.custom-carousel-control:hover {
    opacity: 1;
    /* Đặt nút điều khiển trở lại hoàn toàn rõ ràng khi hover */
}

.custom-carousel-control.carousel-control-prev {
    right: 80px;
    /* Đặt nút "Previous" gần nút "Next" */
    left: auto;
}

.carousel-control-prev,
.carousel-control-next {
    color: black;
}

.custom-carousel-control.carousel-control-next {
    right: 40px;
    /* Đặt nút "Next" gần nút "Previous" */
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
    width: 100%;
    height: 100%;
}

@media (max-width: 998px) {
    .container .searchform input {
        font-size: 20px !important;
    }

    .navbar .container .navbar-toggler {
        font-size: 60px;
    }

    .product-info p {
        font-size: 28px !important;
    }

    footer p,
    .navbar-collapse li a,
    .navbar-collapse li i,
    .container .navbar-brand i,
    .article-carousel a,
    .product-grid-item pre {
        font-size: 34px !important;
    }

    .product-content .price,
    .product-content .title a,
    .product-grid-item h3,
    .navbar .container .navbar-brand,
    footer h6,
    .related-products h2,
    .v2_bnc_brands_title a,
    .v2_bnc_block_about_title a,
    .v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_readmore a i {
        font-size: 40px !important;
    }

    .product-grid-item h3 {
        padding-left: 15px;
    }

    .shopping-cart {
        background-color: #3a5795;
        font-size: 24px !important;
        padding: 12px 20px !important;
        margin-top: 10px;
        min-width: 180px !important;
    }

    .shopping-cart i,
    .box_support li,
    .v2_bnc_contact_page_info {
        font-size: 24px !important;
    }

    .ppocta-ft-fix {
        left: 10px;
    }

    #zaloButton,
    #callNowButton,
    #messengerButton {
        width: 160px;
        height: 160px;
        margin-right: 15px;
        left: 0 !important;
        margin-bottom: 25px;
    }

    #zaloButton>a>i,
    #messengerButton>a>i,
    #callNowButton i {
        width: 160px;
        height: 160px;
        background-size: 100% !important;
        font-size: 70px;
        line-height: 155px;
    }

    .box_support ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box_support li {
        width: 100%;
        margin-bottom: 10px;
    }

    .video-frame {
        width: 300px !important;
        /* Chiều rộng của iframe */
        height: 200px;
        /* Chiều cao của iframe */
        border: none;
        /* Bỏ viền nếu cần */
    }

    .searchform {
        display: none;
    }

    .mobile-search {
        display: block;
        border: 5px solid rgba(0, 0, 0, 0.05);
        height: 80px !important;
        border-radius: 10px;
    }

    .mobile-search input,
    .mobile-search button {
        height: 70px !important;
    }

    .searchform .search span {
        font-size: 30px;
    }

    .searchform .search {
        width: 60px;
    }

    .navbar-brand {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .navbar-toggler {
        /*position: fixed;*/
        /*border: 1px solid #6c757d !important;*/
        padding: 5px;
        left: 10px;
        /* Khoảng cách từ trái qua, bạn có thể tùy chỉnh */
        z-index: 1000;
        /* Đảm bảo nút nằm phía trên các phần tử khác */
    }

    #ftco-navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030;
        /* Đảm bảo navbar luôn nằm trên các phần tử khác */
    }

    body {
        padding-top: 82px;
        /* Điều chỉnh đúng với chiều cao thực tế của navbar */
    }

    #shopping-cart-menu {
        display: none;
    }

    .nav-item .mobile-shopping-cart {
        display: block;
        position: fixed;
        right: 10px;
        /* khoảng cách từ cạnh phải */
        top: 10px;
        /* khoảng cách từ đỉnh */
        z-index: 1000;
        /* đảm bảo nó nằm trên các phần tử khác */
    }

    .article-carousel img,
    .article-carousel a {
        width: 280px;
        height: 280px;
        padding-left: 10px;
    }

    .v2_bnc_brands_imgx img {
        max-width: 200px;
        height: 150px;
        object-fit: cover
    }

    #mySidenav .dropdown-menu {
        background-color: #5fc9d4;
        border: none;
    }

    #mySidenav a {
        font-size: 50px;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1000;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 70px;
    }

    .dropdown-item {
        display: block;
        /* Đảm bảo rằng mỗi mục là một khối riêng biệt */
        max-width: 600px;
        /* Giới hạn chiều rộng tối đa là 150px */
        white-space: normal;
        /* Cho phép văn bản xuống dòng tự nhiên */
        word-wrap: break-word;
        /* Xuống dòng từ ngữ nếu không vừa với chiều rộng */
        overflow-wrap: break-word;
        /* Xuống dòng từ ngữ nếu không vừa với chiều rộng */
    }

    .nav-item {
        opacity: 0;
        /* Khởi đầu trong suốt */
        transition: opacity 0.2s ease-in-out;
        /* Hiệu ứng mờ dần */
    }

    .v2_bnc_block_about_sub_details {
        font-size: 34px;
    }
}

@media (min-width: 999px) {
    .v2_bnc_brands_imgx img {
        max-width: 130px;
        height: 100px;
        object-fit: cover
    }

    .mobile-shopping-cart {
        display: none;
    }

    .v2_bnc_contact_form {
        display: flex;
    }

    .shopping-cart {
        background-color: #3a5795;
        font-size: 13px;
        min-width: 100px;
    }

    .article-carousel img {
        width: 350px;
        height: 350px;
    }

    .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        /*transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;*/
        z-index: 1000;
        margin-top: 0 !important;
        border-radius: 0 !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        display: block;
        transition: 0.3s;
    }

    .v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_readmore a i {
        font-size: 18px;
        font-weight: bold;
    }
}

.v2_bnc_brands_title a {
    font-size: 18px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#mySidenav {
    background-color: #5fc9d4 !important;
}

#mySidenav ul li {
    left: 10%;
    margin-bottom: 20px;
}

#mySidenav a {
    color: white !important;
    font-weight: 700 !important;
}

#mySidenav .dropdown-item {
    color: white !important;
    font-weight: 400 !important;
}

#mySidenav .closebtn {
    font-size: 30px;
}

/*=== Block Info ===*/
.v2_bnc_home_block.v2_bnc_block_about {

    background-size: cover;
    margin: 30px auto 0;
    padding-bottom: 80px;
    /*background-color: rgba(0, 0, 0, .5);*/
    background-blend-mode: darken;
    background-position: bottom;
    background-attachment: fixed;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main {
    border: none;
    margin: 0;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 {
    color: #FFF;
    border: none;
    font-size: 30px;
    padding: 30px 0 40px 0;
    line-height: 50px;
    margin: 10px 0 50px 0;
    position: relative;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 span {
    position: absolute;
    bottom: 0;
    font-size: 23px;
    left: 50%;
    transform: translateX(-50%);
    color: #ec1c24;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 span:after,
.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 span:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ccc;
    top: 50%;
    transform: translateY(-50%);
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 span:after {
    left: -500%;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_title_main h2 span:before {
    right: -500%;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main>span:before {
    transform: rotate(-90deg);
    left: -58px;
    bottom: 40px;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_title h3 a {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: bold;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_title {
    text-align: left;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main {
    padding: 45px;
    margin-bottom: 0;
    border: 1px solid #aaa;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main marquee {
    position: absolute;
    top: -16px;
    width: 20%;
    display: none;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main marquee img {
    width: 100px;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main marquee:nth-last-child(2) {
    left: 30%;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main marquee:nth-last-child(1) {
    right: 30%;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main marquee:nth-last-child(1) img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_body_main>span {
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    top: 0;
    background: #aaa;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_sum {
    font-size: 16px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.2);
    text-align: left;
    border: 2px solid rgba(255, 255, 255, 0.2);
    line-height: 30px;
    border-left: 0;
    padding: 20px 30px;
    height: auto;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_sum p {
    padding: 10px 0;
    margin-bottom: 0;
    float: none !important;
    line-height: 1.2
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_readmore {
    padding: 0 0 10px 35px;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_short {
    height: auto;
    border: 1px solid #ddd;
    margin-top: 27px;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_readmore a {
    background: none;
    color: #ec1c24;
    font-weight: bold;
    border: none;
    padding: 0;
    font-size: 16px;
    margin-top: 0;
    float: none;
    text-transform: uppercase;
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_title h3 {
    height: auto;
    margin-left: 30px
}

.v2_bnc_home_block.v2_bnc_block_about .v2_bnc_block_about_readmore a:hover {
    color: #fff;
}

.v2_bnc_block_about_sub_details {
    clear: both;
}

.v2_bnc_cause_bar {
    padding: 0 0 20px 0;
    display: block;
    position: relative;
    clear: both;
}

.v2_bnc_cause_bar_block {
    position: relative;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
}

.v2_bnc_cause_bar_out {
    width: 61%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.v2_bnc_cause_bar_in {
    background: #2f5ea2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.v2_bnc_cause_bar_in span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.v2_bnc_cause_bar_in span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: -5px;
}

/*=== End Block Info ===*/