.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-600{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.btn-submit i {
    font-size: 1.4rem;
}
.bg-light-1{
    background-color: var(--color-gray);
}
.shadow-darker{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}
.shadow-1{
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
}
.rounded-5{
    border-radius: 0.5rem;
}
.hover-img{
    overflow: hidden;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.object-scale {
    object-fit: scale-down !important;
}
.bg-highlight-alt {
    background: var(--color-highlight-alt);
}
.btn-red{
    background: var(--red);
}
.color-gray{
    color: var(--gray);
}
html {
    scroll-behavior: smooth;
}
.btn-highlight-alt{
    background: var(--color-highlight-alt);
    color: white;
}
.btn-highlight-alt:hover{
    background: var(--color-highlight);
    color: white;
}
.rounded-10{
    border-radius: 1rem;
}
.color-highlight-alt{
    color: var(--color-highlight-alt);
}
.rounded {
    border-radius: 0.5rem !important;
}


.home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#member-info img {
    width: 2.2rem;
    height: 2.2rem;
    object-fit: cover;
}

.search-section .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-section:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.setting-menu > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}


.cate-mega {
    top: 100%;
    display: block;
    visibility: hidden;
    height: auto;
    font-weight: 400;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    color: #222222;
    border: 0;
    min-width: 185px;
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 24%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 24%);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    text-align: left;
    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    right: 10px;
    /* left: 0; */
}

.menu-section > ul > li:hover > .cate-mega {
   visibility: visible;
   -webkit-transform: translate(0, 0);
   -moz-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   -o-transform: translate(0, 0);
   opacity: 1;
   filter: alpha(opacity=100);
   width: 100%;
}

.cate-mega-wrap {
    display: flex;
    align-items: flex-start;
}

.cate-mega-menu {
    text-align: left;
}
.cate-mega .entry-menu >li>ul {
    flex-wrap: wrap;
}
.cate-mega .cate-product-highlight {
    padding: 2rem 4rem 2rem 0rem;
}

.cate-mega .entry-menu {
    border: none;
    position: inherit;
}
.cate-mega .cate-product-highlight .h5 {
    font-size: 1.5rem;
    text-transform: none !important;
    font-weight: 500 !important;
    padding-bottom: 1rem !important;
    border: none !important;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--white);
    border: 1px solid var(--gray-bold);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-highlight) !important;
    border-color: var(--color-highlight) !important;
    width: 18px !important;
    border-radius: 5rem;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.highlight-section .img {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    border: 1px dashed var(--color-highlight);
    min-width: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlight-section .img img {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: contain;
}
.highlight-section .img {
    transition: all .3s;
}
@keyframes animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

animation-wobble-horizontal:active,.animation-wobble-horizontal:focus,.animation-wobble-horizontal:hover {
    animation-name: animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}
.tabpro-section .image .btn-banner {
    bottom: 3rem;
    right: 0;
    left: 0;
    text-align: center;
}
.tabpro-section .image .btn-banner .btn:hover {
    background: var(--color-highlight) !important;
    color: var(--white) !important;
}
.block-tab.nav .nav-item {
    padding: 0 1.5rem;
}
.group-action {
    position: absolute;
    transition: all ease-in-out .3s;
    top: 50%;
    right: 15px;
    z-index: 1;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    flex-direction: column;
}
.product-item:hover .group-action {
    opacity: 1;
    visibility: visible;
}
.wrp-effect-change-img .effect-change-img img {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    transform: scaleX(0);
}
.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    transform: scaleX(1)
}
.swiper .product-item.swiper-slide {
    margin-bottom:3rem;
}

.social-section li {
    padding-right: 2rem;
}
.social-section li a {
    color: var(--color-main);
    font-size: 1.5rem;
}
.social-section li a:hover {
    color: var(--color-highlight);
}


.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.newsletter .btn-submit:before, .newsletter .btn-submit:after {
    background-color: var(--red);
}
.form-control {
    font-size: 1.5rem;
    border-radius: 5rem;
}
.bootstrap-select>.dropdown-toggle {
    border-radius: 5rem;
}
.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--color-main);
}
.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.form-group {
    margin-bottom: 1.5rem;
}

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10rem 0;
}

.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}
.product-image-detail .inner-image {
    padding-top: 100%;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.title-left .title-section {
    text-align: left !important;
}
.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}
.search-page .input-group-append .btn {
    z-index: 1;
}
.invalid-feedback {
    color: #dc3545;
}
.is-mobile .newsletter-input {
    width: 45rem;
}
.toolbar__item a span.items-number {
    top: -1rem;
    right: -1.5rem;
    color: var(--white);
    padding:0;
}
.toolbar #member-info img {
    margin: 0 auto !important;
}
.toolbar #member-info span {
    text-transform: inherit !important;
    font-size: 1rem !important;
    color: var(--color-highlight-alt) !important;
}
.toolbar .dropdown {
    text-align: center;
}
.highlight-section i {
    width: 3rem;
}
body.is-mobile {
    padding-bottom: 6rem;
}
#popup-dangkydathang button.close {
    position: inherit !important;
    color: white;
}

.button-social-product ul li {
    width: 50%;
    float: left;
}
.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}
textarea.form-control {
    height: auto;
    border-radius: 1rem;
}
.swiper .swiper-slide {
    height: auto;
}
@media (min-width: 576px) {
    #login-modal .modal-dialog {
        max-width: 520px;
    }
}

@media (min-width: 1024px) {
    .group-action {
        visibility: hidden;
        opacity: 0;
    }
}
@media (max-width: 1200px) and (min-width:992px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}
@media (max-width:1080px) {
    .swiper-slide--tile {
        font-size: 3rem;
    }
    
    .swiper-slide--description {
        font-size: 1.6rem;
    }
}
@media (max-width:1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width:992px) {
    .setting-menu > .container > .row > div:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .setting-menu > .container > .row > div:last-child {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .is-mobile .search-section{
        padding-left: 0;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .newsletter-input {
        width: 100%;
    }
    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }
}
@media only screen and (max-width: 991px){
    .setting-menu {
        padding: 1rem 0;
    }
    
    .search-section {
        padding-left: 3rem;
        margin-left: 0;
    }
    
    .search-section:before {
        opacity: 0;
    }
    .product-content-detail .product-title-detail {
        font-size: 2.5rem;
    }

}
@media (max-width:768px) {
    .breadcrumbs-section-bg {
        padding: 5rem 0;
    }
}
@media (max-width:767px) {
    .nh-admin-bar ul {
        display: none;
    }
    
    .head-info .email {
        display: none !important;
    }
    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .block-tab.nav .nav-item {
        padding: 0 1.5rem;
    }
    .group-action {
        display: none;
    }
    .product-detail-footer .nav li {
        padding-right: 1.3rem;
    }
    .swiper-slider-main .swiper-slide img {
        height: 40vh;
        object-position: 70% center;
    }
    .swiper-slide--tile {
        margin-bottom: 2rem;
    }
    .block-tab.nav .nav-item {
        padding: 0 0.5rem 0.5rem;
    }
    [class^="col-"] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .no-gutters {
      margin-right: 0;
      margin-left: 0; 
    }
    .product-item .price-amount.old-price {
        display: inline-block;
    }
    .btn-submit {
        padding: 0 1.8rem;
    }
}



