.list-banner-story {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    align-items: center;
}

.list-banner-story li {
    margin: 0 8px;
    padding-top: 5px;
    position: relative;
}

.list-banner-story li.active a {
    font-weight: 600;
}

.list-banner-story li:before {
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.list-banner-story li.active:before, .list-banner-story li:hover:before {
    content: "";
    height: 0.25rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: #c79760;
}

#bannerCustomer {
    margin-top: 60px;
}

.list-banner-customer {
    overflow: hidden;
}

.owl-customer .owl-prev, .owl-customer .owl-next {
    position: absolute;
    border-radius: 10px;
    width: 30px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50px);
    transition: all .6s;
}

.owl-customer .owl-next {
    left: auto;
    right: 0;
    transform: translateX(50px);
}

.owl-customer:hover .owl-prev, .owl-customer:hover .owl-next {
    transform: translateX(0);
}

.click-p {
    display: none;
}

.thumbnails.small-img {
    position: sticky;
    top: 80px;
}

.p_groupTag {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.p_tagNew, .p_tagDiscount, .p_tagHot {
    padding: 2px 7px;
    background: #ff6962;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.p_tagHot {
    margin-left: 15px;
}

.p_tagDiscount {
    /*background: red;*/
    font-size: 12px;
    margin-left: auto;
}

.out-of-stock {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    width: 100%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 500;
}

#modalCustomer {
    padding-right: 0 !important;
}

#modalCustomer .modal-body {
    padding: 0;
}

.owl-customer-2 .owl-prev, .owl-customer-2 .owl-next {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    font-size: 26px;
    color: #fff;
}

.owl-customer-2 .owl-next {
    left: auto;
    right: -30px;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 99999;
}

.fundiin-desc {
    display: none;
    padding: 0 1.3em 1.3em;
}

#nav .main-nav ul {
    display: flex;
    justify-content: center;
}

#nav .main-nav>ul>li>a {
    margin: 0 22px;
}

.infoBannerHome {
    display: none;
}

#sectionBannerHome .animateBanner {
    margin-bottom: 60px;
}

#sectionInfoFooter .navbar-social .social-shopee img {
    width: 35px;
}

#sectionInfoFooter .navbar-social li.social-tiktok img {
    width: 30px;
}

#footerBottom .innerInfoFooter li {
    float: unset;
    line-height: unset;
}

@-webkit-keyframes phonering-alo-circle-anim{
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim{
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

/*phone_ring*/
#phonering-alo-phoneIcon{
    position: fixed;
    bottom: 180px;
    z-index: 999;
    left: 0;
}

.phonering-alo-phone.phonering-alo-static{
    opacity: .6;
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover{
    opacity: 1;
}

.phonering-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 65px;
    left: 15px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid #B38C4E;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle{
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle{
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle{
    border-color: green;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle{
    border-color: #ef7320;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle{
    border-color: #B38C4E;
    opacity: 1;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle{
    border-color: #ccc;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle{
    border-color: #ef7320;
    opacity: .5;
}

.phonering-alo-ph-circle-fill{
    width: 60px;
    height: 60px;
    top: 80px;
    left: 30px;
    position: absolute;
    background-color: #000;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill{
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill{
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill{
    background-color: green;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill{
    background-color: #B38C4E;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill{
    background-color: #B38C4E;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill{
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill{
    background-color: #ef7320;
    opacity: .75 !important
}

.phonering-alo-ph-img-circle{
    width: 40px;
    height: 40px;
    top: 90px;
    left: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle{
    -webkit-animation: phonering-alo-circle-img-anim 0 ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle{
    background-color: green
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle{
    background-color: #B38C4E;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle{
    background-color: #B38C4E;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle{
    background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle{
    background-color: #ef7320;
}

.news-title {
    text-align: center;
}

.padding-lr-cus {
    margin-top: 15px;
    padding-right: 80px;
    padding-left: 80px;
}

.news-lists-home .news-detail,
.news_page .news_item {
    text-align: center;
}

.textStore {
    display: none;
}

#section-payment-method .fundiin-tittle img {
    width: 120px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    #slide-image .itemdelete {
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    #modalCustomer .modal-dialog {
        width: 90vw;
    }
    #phonering-alo-phoneIcon {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .padding-lr-cus {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    #modalCustomer.modal.in .modal-dialog {
        transform: translate(0, 50%);
        width: 80vw;
        margin: 10px auto;
    }

    .padding-lr-cus {
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .padding-lr-cus {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 320px) and (max-width: 449px) {
    .padding-lr-cus {
        padding-right: 15px;
        padding-left: 15px;
    }
    .scroll-menu .header-wrap-icon>span {
        margin: 5px 0 0 5px;
    }
    .main-header {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .news-img img {
        height: 250px;
    }
    #sectionHomeBannerProduct {
        margin-top: 15px;
    }

    .headerMobile .wrap-logo img {
        width: 72%;
        margin: 0 auto;
    }
    .hamburger-menu {
        height: 18px;
    }
    .wrap-logo, .header-wrap-icon {
        float: none;
        width: auto;
    }
    .header-wrap-icon>span {
        display: inline-flex;
        align-items: flex-end;
    }
    .header-wrap-icon>span.icon-mobile {
        display: none;
    }
    .headerMobile {
        align-items: flex-end;
    }
    .header-wrap-icon, .header-wrap-icon * {
        display: flex;
        align-items: flex-end;
    }
    .count-holder {
        justify-content: center;
    }
}
.fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    left: 0;
    font-size: 30px;
}
.fa-angle-right.slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
}
@media(min-width: 768px){
    .item.itemdelete iframe, .videoProduct iframe {
        height: 600px;
    }
}