﻿:root {

    --viewmore-text-color: #999;
    --viewmore-text-color-hover: #f04593;
    --second-text-color: #fff;
    --main-color: #f04593;
    --bg-article: #fff;
    --border-style: solid 1px #e1e1e1;
}

a {
    text-decoration: unset;
}

html {
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

body {
    /* background: #0a0817; */
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    background: #fff;
    font-family: "Open Sans", sans-serif;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*HEADER*/
#top-bar {
    /*    border-bottom: 3px solid #e6e6e6;*/
    text-align: center;
    background: var(--main-color);
    color: #fff;
    min-height: 25px;
}

#top-bar ul {
    margin: 0px;
}

#top-bar ul li {
    list-style: none;
    display: inline;
    padding: 0px 5px;
    line-height: 28px;
}

header {
    background: url(/images/bgsearch.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header nav {
    background: #fff;
    font-family: "Open Sans";
    font-weight: bold;
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    /*    background-image: linear-gradient(#f0f0f0, #ffffff);*/
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--main-color) !important;
}

#top-search .fa {
    color: var(--main-color);
}

#top-search .form-control,
#top-search #ddlBrand,
.select2-container--default .select2-selection--single {
    border: 1px solid var(--main-color) !important;
}

.select2-container--default .select2-selection--single {

    border-radius: unset !important;

}

.select2-container .select2-selection--single {
    height: unset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 70%;
}

#top-search .input-group-text {
    background-color: #fff !important;
    border: 1px solid var(--main-color);
    cursor: pointer;
}





.navbar-brand {
    margin-top: 0px !important;
    bottom: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0068b7
}

.dropdown-menu {
    text-transform: uppercase;
}

#logo {
    max-height: 200px;
    max-width: 100%;
    vertical-align: unset !important;
}

#searchInput {
    width: 0;
    opacity: 0;
    transition: width 0.5s ease-in-out;
}

.button-cart .material-symbols-outlined {
    font-size: 40px !important;
}

.expanded {
    width: 200px;
    /* Width when expanded */
    opacity: 1 !important;
}

.WebsiteLinkSearchBar img {
    max-height: 50px;
    max-width: 100%;
}

/*SLIDE*/


/*MAIN PAGE*/
.view-more-product {
    border: 1px solid var(--main-color);
    color: var(--viewmore-text-color-hover);
    font-weight: normal;
    padding: 5px 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.view-more-product:hover {
    padding: 5px 15px;
    border: var(--border-style);
    color: var(--viewmore-text-color);
    transition: all .5s;

}

.home-websitelink {
    text-align: center;
}
.home-websitelink img {
    max-width: 100%;
}

.list-product article {
    border: 1px solid #f7f7f7;
    text-align: center;
    background: var(--bg-article);
    align-items: center;
    position: relative;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.list-product article:hover {

    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.list-product article figure {
    border: var(--border-style);
}

.list-product article img {
    max-width: 100%;
    max-height: 220px;
}

.list-product article .product-name {
    color: var(--main-color);
    font-size: 14px;
    padding: 0px 10px;
    font-weight: normal;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
}

.list-product article .brand-name {
    color: #000;
    font-size: 16px;
}

.list-product article .price {

    font-size: 12px;
}

.list-product article .view-more {
    border: var(--border-style);
    /* color: var(--viewmore-text-color); */
    color: #000;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 14px;
}

.list-product article .view-more:hover {
    padding: 5px 15px;
    color: var(--viewmore-text-color-hover);
    transition: all .5s;

}

.list-post .item-post .post-name,
.post-detail .title-post {
    color: var(--main-color);
    font-size: 18px;

    font-weight: bold;
}

.list-post .item-post .post-name:hover {
    color: var(--viewmore-text-color);
    transition: all 0.5s;
}

.list-post .item-post .overview {
    font-size: 14px;

    font-weight: normal;
}

.list-post .item-post .img-post {
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.list-post .item-post .view-more {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
}

.list-post .item-post .view-more:hover {
    color: var(--viewmore-text-color);
    transition: all 0.5s;

}

.flash-item {
    position: absolute;
    top: 10px;
    left: 0px;
    background: var(--main-color);
    /* background: #f00; */
    color: var(--second-text-color);
    padding: 5px 10px;
    font-weight: bold;
    box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
}


.product-detail .product-detail-info .product-label {
    margin-top: 60px;

}

.brand-title {
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.75);
}

.brand-title::after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 10px solid var(--main-color);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    
}

.title-product {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}

.thumbnail-img-product {
    border: 1px solid var(--main-color);
    max-height: 90px;
    overflow: hidden;
    cursor: pointer;

}

.border-img {
    box-shadow: 2px 2px 0px 0px var(--main-color);
    -webkit-box-shadow: 2px 2px 0px 0px var(--main-color);
    -moz-box-shadow: 2px 2px 0px 0px var(--main-color);
}

.wrapper-img-product {
    min-height: 340px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--main-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 0px 0px var(--main-color);
    -webkit-box-shadow: 5px 5px 0px 0px var(--main-color);
    -moz-box-shadow: 5px 5px 0px 0px var(--main-color);

}

.img-product-detail {
    max-width: 90%;
    max-height: 90%;
}

.item-size {
    border-bottom: 1px dashed var(--viewmore-text-color);
}

.title-product-detail,
.title-other-product {
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 20px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.title-product-detail::after,
.title-other-product::after {
    content: '';
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 10px solid var(--main-color);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
}

/*END PRODUCT PAGE*/
/*FOOTER*/
footer {
    padding: 10px 0px;
    /* background: var(--main-color); */
    color: var(--main-color);
    font-weight: bold;
    font-size: 13px;
    /* color: var(--color-white-rgb);/ */
    background: url(/images/bgsearch.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.weblinkFooter img {
    max-height: 40px;
    max-width: 100%;
}

footer .logo-footer img {
    max-width: 250px;
}

footer .copyright {
    border-top: 1px solid #fff;
    padding: 10px 0px;
    margin-top: 10px;
    text-align: center;
}

footer .copyright p {
    margin-bottom: 0px;
}

#footer-websitelink img {
    max-height: 50px;
    max-width: 100%;
}



.btn-lienhe {
    background: #0068b7;
    color: #fff;
    padding: 5px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-lienhe:hover {
    background: #0a74c4;
    color: #fff;
    transition: all 0.5s;
    transition: all 0.5s;
}


@media (min-width: 768px) {

    /*> tablet*/
    html {
        font-size: 14px;
    }

    .list-product .list-item .size {
        font-size: 16px;
        /*        font-family: "Open Sans", sans-serif;*/
    }

    .other-product .size {
        font-size: 18px;
        line-height: 27px;
        height: 54px;
        /*        font-family: "Open Sans", sans-serif;*/
    }

    .list-product .post-name .title,
    #home-content .title,
    .other-product .post-name {
        font-size: 20px;
        font-weight: bold;
    }

    #home-content .title {
        width: fit-content;
    }

    .list-product .list-item article .img-product {
        max-height: 240px;
        display: unset !important;
        max-width: 70%;
    }

    .other-product article .img-product {
        height: 170px;
    }

    .other-product article .img-product img {
        max-height: 170px;
        display: unset !important;
        max-width: 70%;
        width: auto;
    }

    .list-product .menu-image img {
        max-width: 100px;
        display: unset;
    }

    .other-product .menu-image img {
        max-height: 49px;
        display: unset;
        width: auto;
    }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 768px) {

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
        display: none;
    }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
    color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
    right: 40px;
}

.custom-swiper-button-prev {
    left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--color-white-rgb), 1);
}

/* SHOPPING CART */
.qtybtn {
    cursor: pointer;
    font-size: 14px;
}

/* CONTACT */
.card-title {
    color: var(--main-color);
}

/* apply the animations just in desktop view */

@media (min-width:768px) {

    .home-websitelink img {
        max-width: 70%;
    }
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }

    /* show animation */
    #main-menu ul.show-animation {
        -webkit-animation: show-animation 0.2s;
        animation: show-animation 0.2s;
    }

    @-webkit-keyframes show-animation {
        0% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        60% {
            -webkit-transform: scale3d(1.05, 1.05, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }

    @keyframes show-animation {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }

        60% {
            transform: scale3d(1.05, 1.05, 1);
        }

        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }

    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.2s;
        animation: hide-animation 0.2s;
    }

    @-webkit-keyframes hide-animation {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }

    @keyframes hide-animation {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }

        100% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
}

.box-faq input,
.box-faq textarea {
    background: #c5e6ff;
    color: #0068b7;
    border-color: #0068b7;
}

.box-faq ::placeholder {
    color: #0068b7;
    opacity: 1;
    /* Firefox */
}

.box-faq ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #0068b7;
}

.box-faq button {
    background: #0068b7;
}

.next-list-image,
.prev-list-image,
.next-list-image:hover,
.prev-list-image:hover {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 45%;
    z-index: 2;
    background: #0068b7;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.next-list-image {
    right: 0px;
}

.prev-list-image {
    left: 5px;
}

.owl-centered .owl-wrapper {
    display: table !important;
}

.owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.owl-centered .owl-item>div {
    text-align: center;
}

/* PHAN TRANG */
.page-link,
.page-link:hover {
    color: var(--main-color);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.swiper-pagination-bullets {
    display: none;
}
