.fs-12 {
    font-size: 1.2rem !important;
}
.fs-13 {
    font-size: 1.3rem !important;
}
.fs-14 {
    font-size: 1.4rem !important;
}
.fs-16 {
    font-size: 1.6rem !important;
}
.fs-20 {
    font-size: 2rem !important;
}
.fs-25 {
    font-size: 2.5rem !important;
}
.fs-26 {
    font-size: 2.6rem !important;
}
.fs-30 {
    font-size: 3rem !important;
}
.color-text {
    color: var(--color-text);
}
.space-block-10 > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.space-block-10 > .row > div {
    padding-right: 10px;
    padding-left: 10px;
}
.has-hover {
    overflow: hidden;
}
.has-hover img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.has-hover:hover img {
    transform: scale(1.1);
}
.shadow-1 {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .08);
}
.bg-main {
    background: var(--color-main) !important;
}
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

[class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}



.company-header {
    line-height: normal;
}
.header-top > .container > .row > div , .setting-menu > .container > .row > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-menu > .container > .row > div {
    justify-content: end;
}
.setting-menu.fixed, .setting-menu-mb.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    box-shadow: 0px 10px 13px rgb(0 0 0 / 5%);
}

.search-section input {
    height: 3.3rem;
}
.search-section .btn {
    padding: 0 1rem;
}
.search-section .btn:hover {
    color: var(--color-highlight);
}
.swiper-button-prev, .swiper-button-next {
    width: 3rem;
    height: 3rem;
    color: white;
    border-radius: 0.3rem;
    background: rgb(0 0 0 / 60%);
    font-size: 1.8rem;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
     background: var(--color-highlight);
     color: white;
}

.box-sale-time {
    padding: 7.6rem 2rem;
}
.box-sale-time:before, .box-sale-sp-chay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    top: 0;
    left: 0;
}
.box-sale-time .btn:hover{
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    outline: none;
    background: transparent;
}
#time_sale_all_product {
    display: flex;
    justify-content: center;
    align-items: center;
}

#time_sale_all_product p {
    font-size: 18px;
    background-color: #3b8ce3;
    padding: 5px 5px;
    margin: 0 3px 0 3px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.17);
}
.box-sale-sp-chay {
    background-color: #0054b1;
    padding: 5rem 1.5rem;
    color: white;
    text-align: center;
    margin-top: 2rem;
}
.nav-tabsss-home-cate > li .nav-link {
    background: #eeeeee;
    color: black;
    border-radius: 2rem;
    padding: 1.5rem 2rem;
    min-width: 20rem;
    text-align: center;
}
.nav-tabsss-home-cate > li .nav-link:hover {
    box-shadow: inset 0 0 5px 0px rgb(37 108 185 / 50%);
}


.img-cate-tab-home-cap1 img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}

.nav-tabsss-home-cate > li .nav-link.active .img-cate-tab-home-cap1 img {
    filter: invert(1);
}

.img-cate-tab-home-cap1 {
    text-align: center;
}

.nav-tabsss-home-cate > li .nav-link.active {
    background-color: #256cb9;
    color: white;
}

.nav-tabsss-home-cate > li:nth-child(2) {
    margin: 0 2rem;
}

.img-cate-tab-home-cap2 img {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 130px;
}

.name-cate2-home {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.info-cate-product-home .nav-tabs .nav-link {
    background-color: #0000000a;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 2px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 3px 0 3px;
    color: black;
}

.info-cate-product-home .nav-tabs .nav-link.active {
    border-top: 2px solid var(--color-highlight);
    background-color: white;
}

.product-item {
    border: 1px solid #ddd !important;
}
.num-cate2-home {
    font-size: 0.9rem;
}
.bg-video-so-chay {
    background-position: 50% 19%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 35px 0 35px 0;
}
.box-img-video-left img {
    width: 100%;
    object-fit: cover;
}

.watch-video-so-chay i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3.4rem;
    width: 7.5rem;
    height: 7.5rem;
    border: 0.2rem solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.watch-video-so-chay i:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
}
.border-right-chay-so > div:not(:last-child) {
    border-right: 1px solid #ccc;
}
.bg-tao-sao0 {
    background-color: rgb(255, 250, 238);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-tao-sao1 {
    background-color: rgb(235, 241, 251);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-tao-sao2 {
    background-color: rgb(255, 241, 250);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-tao-sao3 {
    background-color: rgb(237, 250, 254);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-tao-sao4 {
    background-color: rgb(241, 234, 254);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-tao-sao5 {
    background-color: rgb(228, 248, 246);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}

.bg-hover-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.22) 0px 6px 6px;
}

.bg-hover-shadow {
    margin-bottom: 20px;
}

.bg-hover-shadow img {
    width: 50px;
    margin-bottom: 18px;
}

.contact-section .btn-goi-ngay a {
    background-color: white;
    padding: 9px 20px 9px 20px;
    border-radius: 3rem;
    text-transform: uppercase;
    color: black;
}
.contact-section .desc {
    max-width: 68.5rem;
}
.contact-section .image img {
    width: 100%;
    max-height: 38rem;
    object-fit: cover;
}
.contact-section .form-info {
    padding: 4rem 3rem !important;
    border-radius: 2rem;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
    margin-top: -17rem;
}
.contact-section .form-control,.form-control-shadow {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.form-group {
    margin-bottom: 2rem;
}
.swiper .swiper-slide {
    height: auto;
}
.footer-menu-section ul li:not(:last-child) {
    border-bottom: 1px solid #ececec26;
}
.footer-menu-section ul li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    
}
.footer-menu-section ul li a {
    position: relative;
}
.footer-menu-section ul li a:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    padding-right: 0.5rem;
    font-size: 1rem;
    vertical-align: middle;
}
.footer-menu-section ul li a:hover {
    text-decoration: underline;
}
.copyright {
    background: #0063d1;
}
.contact-fixed__pulsation {
    width: 8rem;
    height: 8rem;
    background-color: var(--color-highlight);
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: -27px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

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

.share-buttons .share-button:nth-child(1) .contact-fixed__pulsation, .share-buttons .share-button:nth-child(2) .contact-fixed__pulsation {
    background-color: #1877f2;
}


.share-buttons .share-button:nth-child(4) .contact-fixed__pulsation {
    background-color: rgba(33,150,243,.7);
}

.share-button-icon {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}
.section-title-main:before {
    content: '';
    position: absolute;
    top: 12px;
    border-top: 2px solid rgb(12 12 12 / 10%);
    width: 100%;
    left: 0;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-content-detail .form-pro-detail .btn {
    display: inline-block;
    min-width: 8rem;
    height: calc(1.5em + 1.7rem);
}

.product-content-detail .form-pro-detail input {
    display: inline-block;
    width: calc(100% - 9rem);
    float: left;
}
.product-content-detail .form-pro-detail .invalid-feedback {
    color: #dc3545;
    position: absolute;
    bottom: -3rem;
    left: 0;
}
.product-content-detail .box-uudai {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}


.product-detail-footer table td, .product-detail-footer table th, .article-detail table td, th table th {
    padding: 1rem .75rem;
	border:1px solid #ddd
}

#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 302px;
}
.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;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.box-policy i {
    width: 4rem;
}
.box-policy .item:last-child {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.box-policy.fix {
    position: sticky;
    top: 6.5rem;
    z-index: 1;
    background: white;
}
.search-mb .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-mb: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;
}

footer .logo-section img {
    max-height: 10rem;
    object-fit: contain;
    background-color: white;
    padding: 10px;
}
.cate-home .img {
    width: 50%;
    margin: 0 auto;
}
.cate-home .name {
    font-size: 1.4rem;
}
.product-tab-home .product-item {
    margin-top: 0 !important;
    margin-bottom: 3rem;
}
.contact-section .image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0 0 0 / 50%);
}

.contact-section .image {
    position: relative;
}
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .menu-sect {
        flex: 1;
    }
}
@media (max-width:1000px) {
    .setting-menu > .container > .row > div {
        justify-content: space-between;
    }
    .header-top > .container > .row > div {
        justify-content: center;
    }
    body:not(.is-mobile) .btn-menu-mobile {
        color: white;
    }
    .logo-section img {
        max-height: 5.5rem;
    }
    .nav-tabsss-home-cate {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    
    .nav-tabsss-home-cate > li .nav-link {
        padding: 1.5rem;
    }
    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    .info-cate-product-home .nav-tabs {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
        flex-direction: row;
    }
    .swiper-button-prev, .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }
    
    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }

}
@media (max-width:768px) {
    .swiper-slider-main,.swiper-slider-main .swiper-slide img {
        height: 60vw;
    }
    .contact-section .image img {
        height: 34vh;
    }
}	

@media (max-width:767px) {
    .product-detail-footer table, .article-detail table {
        display: block;
        overflow-x: scroll;
		width: 100% !important;
    }
    .banner-1>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .btn-menu-mobile {
        color: white;
    }
    
    .btn-action-header {
        color: var(--white) !important;
    }
    
    .slider-main-home > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;    
    }
    
    .box-sale-time {
        margin-top: 20px;
    }
    
    .categories .categories-section > li > a {
        padding-right: 10px;
    }
}



