.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;
}
.rounded{
    border-radius: 0.5rem !important;
}
.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;
}





header{
    background: var(--color-main);
}
.header-top {
    border-bottom: 1px solid #454545;
}
.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    right: 0;
    background: var(--color-main);
    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);
}
@-moz-keyframes fixedAnim {
      0% {
          top: -100%
      }
      100% {
          top: 0
      }
  }

  @keyframes fixedAnim {
      0% {
          top: -100%
      }
      100% {
          top: 0
      }
  }
#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 {
    display: flex;
    align-items: center;
}
.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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.banner-section .info {
    top: 0;
    left: 5rem;
    height: 100%;
}
.banner-section .desc{
    line-height: 1.2;
}
.text-button{
    border-bottom: 1px solid var(--color-main);
}
.text-button:hover{
	border-color:transparent;
}
.item-banner a:hover {
    color: var(--color-main) !important;
}
.swiper-button-prev.swiper-btn, .swiper-button-next.swiper-btn {
    background-color: var(--gray);
    width: 3rem;
    height: 3rem;
    border: none;
    line-height: 3rem;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 5px;
    top: 0;
    transform: inherit;
    font-size: 1.6rem;
    color: var(--color-main);
}

.swiper-btn.swiper-button-next {
    right: 0;
}

.swiper-btn.swiper-button-prev {
    left: auto;
    right: 3.5rem;
}
.swiper-btn.swiper-button-prev:hover, .swiper-btn.swiper-button-next:hover{
    background-color: var(--color-highlight);
    color:white
}
.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;
}

.banner-2 .banner-section>.row>div:not(.second) .info {
    right: 5rem;
    left: auto;
}
.banner-2 .banner-section .third .text-button {
    border: none;
    background-color: var(--color-highlight);
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--color-highlight);
    letter-spacing: .5px;
    border-radius: 5px;
    padding: 1rem 3rem;
}

.banner-2 .banner-section .third .text-button:hover {
    background-color: var(--white);
    color: var(--color-highlight);
}
.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: white;
    line-height: 3.6rem;
    text-align: center;
    border-radius: 50%;
}
.social-section li a:hover {
    background: var(--color-highlight);
    color: white;
}
footer {
    background: var(--color-main);
}

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);
}
.form-control {
    font-size: 1.5rem;
    border-radius: 0.5rem;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}
.footer-menu-section ul li a {
    color: var(--gray);
    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;
}

.copyright {
    border-top: 1px solid #434343;
}

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: 100%;
}
.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;
}
.is-mobile .newsletter-input {
    width: 45rem;
}
.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;
}
b, strong {
    font-weight: bold;
}

header .menu-section > ul {
    display: flex;
    justify-content: center;
}

.search-section {
    flex: 1 1;
}

.search-section button {
    font-size: 16px;
}

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

@media (min-width:767px) {
    .banner-2 .banner-section>.row {
        display: block;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 0;
    }
    .banner-2 .banner-section .third .desc {
        font-size: 3.8rem !important;
    }
}

@media (min-width: 1024px) {
    .group-action {
        visibility: hidden;
        opacity: 0;
    }
    .btn-submit {
        padding: 1rem 3rem;
        letter-spacing: .5px;
        font-size: 1.4rem;
    }
}

@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:1080px) {
    .swiper-slide--tile {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
    
    .swiper-slide--description {
        font-size: 1.6rem;
    }
    
    .swiper-slide--wrap .btn-submit {
        padding: 0.6rem 1rem !important;
        font-size: 1.2rem;
    }
}
@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%;
    }
    .slide-main {
        padding: 3rem 0 0;
    }
    .filter-url{
        border:none !important;
    }
}
@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;
    }
    .banner-section .info {
        left: 1rem;
    }
	.banner-2 .banner-section>.row>div:not(.second) .info{
		right:1rem
	}
    .banner-section .desc {
        font-size: 1.6rem !important;
    }
    .banner-section .title {
        font-size: 1.4rem !important;
    }
    
    .text-button {
        font-size: 1.3rem;
    }

}
@media (max-width:768px) {
    .swiper-slider-main .swiper-slide img {
        height: 40vw;
    }
}
@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;
    }
}
