.fs-12{
    font-size: 1.2rem !important;
}
.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-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-30{
    font-size: 3rem !important;
}
.fs-32{
    font-size: 3.2rem !important;
}
.color-text{
    color: var(--color-text);
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.hover-img{
    overflow: hidden;
}
.hover-img img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -khtml-transition: all 0.6s ease-in-out;
}
.hover-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
}
.object-scale {
    object-fit: scale-down !important;
}
.bg-main{
    background:var(--color-main);
}
.btn-red{
    background: var(--red);
}
.color-gray{
    color: var(--gray);
}
.color-gray-bold{
    color: var(--gray-bold);
}
html {
    scroll-behavior: smooth;
}
body.home, body.product, body.product_detail, body.article, body.article_detail {
    background: #F6F6F6;
}


header {
    background: white;
}
.header-top>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-menu .not-hover, .img-menu .hover {
    width: 4rem;
    height: 4rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.marker-image {
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}
.img-menu .not-hover{
    transform: translateY(0);
}
.img-menu .hover {
    transform: translate(-50%, -5rem);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 0;
    
}
.img-menu .hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.menu-section > ul > li:hover > a .img-menu .not-hover {
    transform: translateY(5rem);
}

.menu-section > ul > li:hover > a .img-menu .hover {
    transform: translate(-50%, 0);
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    right: 0;
    background: white;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0 !important;
}
@-moz-keyframes fixedAnim {
      0% {
          top: -100%
      }
      100% {
          top: 0
      }
  }

@keyframes fixedAnim {
  0% {
      top: -100%
  }
  100% {
      top: 0
  }
}


@-webkit-keyframes slider_nav_up {
  0% {
    transform: perspective(600px) rotateX(-90deg);
  }
  100% {
    transform: perspective(600px) rotateX(0deg);
  }
}

@keyframes slider_nav_up {
  0% {
    transform: perspective(600px) rotateX(-90deg);
  }
  100% {
    transform: perspective(600px) rotateX(0deg);
  }
}
#member-info img {
    width: 2rem;
    height: 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;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-highlight) !important;
    width: 18px !important;
    border-radius: 5rem;
}
.swiper-slider-main .swiper-pagination-bullet-active {
    background: var(--white) !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper .swiper-slide {
    height: auto;
}
.swiper-button-prev, .swiper-button-next {
    width: 4rem;
    height: 4rem;
    border: 1px solid;
    line-height: 4rem;
    border-radius: 50%;
}

.swiper-button-prev:hover, .swiper-button-next:hover{
    background-color: var(--color-highlight);
    color:white;
    border-color: var(--color-highlight);
}
.text-button{
    border-bottom: 1px solid var(--color-main);
}
.text-button:hover{
	border-color:transparent;
}
.item-banner a:hover {
    color: var(--color-main) !important;
}

.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: 10;
    transform: scaleX(0);
}
.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    transform: scaleX(1)
}
.group-action {
    position: absolute;
    transition: all ease-in-out .3s;
    top: 50%;
    right: 15px;
    z-index: 11;
    -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;
}
.star-rating,.star-rating span::before {
    font-size: 1.1rem;
}

.brand-section .swiper-slide>a {
    padding-top: 42%;
}
.brand-section .swiper-slide img {
    filter: grayscale(100%) brightness(300%) contrast(0);
}
.social-section li {
    padding-right: 1rem;
}
.social-section li a {
    color: var(--color-main);
    font-size: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    background: var(--light);
    line-height: 3.6rem;
    text-align: center;
}
.social-section li a:hover {
    background: var(--color-highlight);
    color: white;
}
footer {
    background: var(--white);
}

footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.newsletter .btn-submit:before, .newsletter .btn-submit:after {
    background-color: var(--red);
}
.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--color-main);
    position: relative;
    padding-left: 1.5rem;
}
.footer-menu-section ul li a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 0.9rem;
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

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

footer .title-section h3 {
    color: white;
    font-size: 2rem;
    text-align: left;
    padding-bottom: 1rem;
}

.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: 80%;
}
.product-content-detail .add-to-cart.add-to-cart-buy {
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.product-content-detail .add-to-cart.add-to-cart-buy:hover {
    background: white;
    color: var(--color-main);
}
.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;
}
.toolbar__item a span.items-number {
    top: -1rem;
    right: -1.5rem;
    color: var(--white);
    padding:0;
    display: flex !important;
}
.toolbar__item .toolbar-text {
    margin-top: 0.3rem;
}
.toolbar #member-info img {
    margin: 0 auto !important;
}
.toolbar #member-info span {
    font-size: 1rem !important;
    color: var(--color-main) !important;
}
.toolbar__item .btn-action-header {
    display: block;
}
.toolbar .dropdown {
    text-align: center;
}

.highlight-section .item:hover {
    cursor: pointer;
}

.highlight-section .item i {
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.highlight-section .item:hover i {
    color: var(--color-highlight);
}
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;
}
.product-detail-footer .thongso table {
    border: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
}

.product-detail-footer .thongso table a {
    color: var(--color-main);
}

.product-detail-footer .thongso table td {
    padding: 6px 10px;
	border-left-width: 0;
	border-right-width: 0;
}

.product-detail-footer .thongso table tr:nth-child(odd) {
    background: var(--light);
}
.product-detail-footer #modal-thongso .modal-dialog {
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    max-width: 630px;
    width: calc(100% - 1rem);
}

.product-detail-footer #modal-thongso .modal-header .close {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    top: 5px !important;
    right: 5px;
    position: absolute;
    background: hsla(0, 0%, 4%, .2);
    padding: 0;
    margin: 0;
    text-shadow: unset;
    opacity: 1;
    font-size: 1.3rem;
    border: 1px solid #eee;
    border-radius: 50%;
}
.product-detail-footer .thongso .item table tr:nth-child(n+12) {
    display: none;
}
#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 315px;
}
.copy__inner {
  overflow: hidden;
}

.copy__gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, white 100%);
  bottom: 0;
  height: 150px;
  left: 0;
  position: absolute;
  transition: bottom 1s ease;
  width: 100%;
  z-index: 9;
}
.reveal .copy__gradient {
  bottom: -150px;
  transition: bottom 2s ease;
}

.more-less {
  color: var(--color-highlight);
  cursor: pointer;
  bottom: 0;
  font-weight: bold;
  left: 0;
  margin-left: 0px;
  position: relative;
  z-index: 9;
  display:  inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  border: 1px solid var(--color-highlight);
}
.more-less:hover {
  color: #fff;
  background: var(--color-highlight);
}

.reveal + .more-less:after {
  border-top: none;
  border-bottom: 6px solid black;
}

.products-cat .category-image img {
    max-height: 330px;
    width: 100%;
    object-fit: cover;
}

#lg-zoom-out, #lg-zoom-in {
    display: inline-block !important;
    font-family: 'Font Awesome 6 Pro' !important;
    font-weight: 300;
}

#lg-zoom-in:after {
    content: "\f00e";
}

#lg-zoom-out:after {
    content: "\f010";
}
b, strong {
    font-weight: bold;
}
.btn-thongso:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}
.icon-group-1 .item {
    max-width: 3.7rem;
}
.is-mobile .img-menu {
    display: none;
}
.icon-group-2 img {
    height: 32px;
    width: 32px;
    border: 1px solid var(--light);
    padding: 0.1rem;
    margin-right: 0.3rem;
    object-fit: cover;
}

.is-mobile .header-top-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




@media (min-width: 576px) {
    #login-modal .modal-dialog {
        max-width: 520px;
    }
}

@media (min-width:992px) {
    .menu-section > ul > li > .entry-menu {
        animation: slider_nav_up 0.7s;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        display: none !important;
    }
    .menu-section > ul > li:hover > .entry-menu {
        display: inline-block !important;
    }
    .cate-section>.row>div {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 1024px) {
    .group-action {
        visibility: hidden;
        opacity: 0;
    }
    .col-3-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%;
    }
}
@media (max-width:1200px) and (min-width:1000px) {
    .menu-section > ul > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    
    .menu-section > ul > li > a {
        font-size: 1.3rem;
    }
}
@media (max-width:1200px) {
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .title {
        font-size: 1.8rem !important;
        }
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .description {
        font-size: 3.5rem !important;
    }
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .description-short {
        font-size: 3rem !important;
    }
}
@media (max-width:1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-section img {
        max-height: 2rem;
    }
}

@media (max-width:992px) {
    .setting-menu > .container > .row > div {
	    justify-content: end;
    }
	.setting-menu > .container > .row > div>div:first-child {
		flex: 1;
	}
    .is-mobile .search-section{
        padding-left: 0;
    }
    
    .footer-mb>.container>.row>div:first-child {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .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;
    }
    .slide-main {
        padding: 3rem 0 0;
    }
    .filter-url{
        border:none !important;
    }
    .logo-section img {
        height: 3rem;
    }
    .header-top>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center !important;
        display: flex;
    }
    [class*="col-"] {
        padding-right:5px;
        padding-left:5px
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

}
@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;
    }
    
    .text-button {
        font-size: 1.3rem;
    }
    .product-quantity input {
        width: 7rem;
    }

}
@media (max-width:768px) {
    .swiper-slider-main .swiper-slide img {
        height: 40vw;
    }
    .cate-section .item .title {
        font-size: 1rem;
    }
    
    .cate-section .item .title+span {
        font-size: 0.8rem !important;
    }
}
@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;
    }
    .price-amount {
        display: inline-block;
    }
    
    .price-amount.old-price {
        margin: 0;
    }
    .product-detail-footer .nav li a {
        font-size: 1.45rem;
        font-weight: 600;
    }
    .newsletter-submit {
        padding: 0 1.5rem !important;
    }
    .swiper-slider-main .swiper-slide img {
        height: 34vh;
    }
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .title {
        font-size: 1.4rem !important;
        margin-bottom: 0.5rem !important;
    }
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .description {
        font-size: 3rem !important;
        margin-bottom: 0.5rem !important;
    }
    .swiper-slider-main .swiper-slide .swiper-slide--wrap .description-short {
        font-size: 2.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}
