.fs-11{
    font-size: 1.1rem !important;
}
.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-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-24{
    font-size: 2.4rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}

.bg-main{
    background: var(--color-main) !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600;
}
.color-red {
    color: red !important;
}
.shadow-1, .banner-1 .banner-section a{    
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.07);
}
.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);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.btn-submit-1:hover {
    background-color: var(--color-highlight) !important;
    color: var(--white) !important;
}
.rounded-8{
    border-radius: 8px;
}
.rounded-10{
    border-radius: 10px;
}
.shadow-2{
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.color-top{
    color: var(--color-top);
}
.shadow-2-hover:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.22);
}
.p-2rem {
    padding: 2rem !important;
}
.color-text{
    color: var(--color-text);
}
.border-width-2{
    border-width: 2px !important;
}
.border-highlight{
    border-color:var(--color-highlight) !important;
}

.modal-content-contact .item {
    display: flex;
    align-items: center;
    gap: 15px
}


.modal-content-contact .item img{
   width: 64px;
}

.modal.modal-content-contact {
    top: 50%;
    height: auto;
    transform: translateY(-50%);
}


.info-header i {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    background: var(--color-top);
    display: inline-block;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-section {
    width: 50rem;
    max-width: 100%;
}
.search-section .input-group >input.form-control{
    height: 4.5rem;
}
.search-section .btn {
    color: var(--color-main);
    border-radius: 50% !important;
    height: 4.5rem;
    width: 4.5rem;
    padding: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    font-size: 1.8rem;
}
.search-section .btn:hover {
    color: var(--color-highlight);
}
.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    animation: slide-down 0.7s;
}

.category-product .item a img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
}

.service-section .title-section {
    color: white;
}
.btn-outside .swiper-button-next,.btn-outside .swiper-button-prev{
    color: white;
    opacity: 1 !important;
}

.service-section .backg {
    background-color: #212e44;
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.bg-title {
    width: 110px;
    height: 30px;
    display: block;
    margin: 0.65rem auto 1.65rem;
    background-repeat: no-repeat;
    position: relative;
    background-color: var(--white);
    padding: 0 10px;
    background-position: center;
}
.title-parent {
    font-size: 2.2rem;
}
.title-parent a {
    font-size: 2.2rem;
}


.title-main .title-section {
    font-size: 2rem;
}

.swiper .article-item.swiper-slide{
    height: auto;  
}

 .category-main .list-category .img-category {
    width: 100px;
    height: 100px;
    max-width: initial;
    margin: 0px auto 5px auto;
    border-radius: 50%;
    border: 2px solid var(--color-highlight);

 }
#productLongDescription {
  display: block;
  overflow: hidden;
  position: relative;
  transition: max-height .5s ease;
}
#productLongDescription {
  max-height: 200px;
}
.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: 10;
}
.reveal .copy__gradient {
  bottom: -150px;
  transition: bottom 2s ease;
}

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

.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";
}
.title-footer {
    font-size: 1.8rem;
}
.footer-menu-section ul {
    padding-left: 15px;
}
.footer-menu-section ul a:hover{
    color: var(--color-highlight) !important;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
footer {
    background: var(--light);
}
.footer-social-content a {
    margin-right: 5px;
}
.footer-social-content img {
    height: 30px;
}
.swiper .product-item.swiper-slide {
    height: auto;
    margin-bottom: 0.5rem;
}
.white-space_nowrap{
    white-space: nowrap;
}
.back-to-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    background: var(--color-highlight);
    width: 5rem;
    height: 5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border: 5px solid var(--color-highlight);
    background-color: white;
    border-radius: 50%;
    color: var(--color-highlight);
}
.back-to-top i {
    position: relative;
    font-size: 2.5rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.2rem;
    text-align: center;
}
.back-to-top:hover {
    background-color: var(--color-highlight);
    color: white;
}
.onimg-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 50%));
    z-index: 1;
}
.onimg-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.news-highlight .swiper-button-prev, .news-highlight .swiper-button-next {
    color: white;
}
.list-article .item-cus {
    margin-bottom: 0 !important;
}
.list-article .item-cus .inner-content{
    padding: 1.5rem 1.5rem 0 !important;
}
.product-sub-category a img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 50%;
}
.product-detail-footer .nav li {
    padding: 0 2rem;
}
.menu-vertical ul.sub-menu li a {
    padding: 6px 15px;
}
.title-section span{
    position: relative;
    padding-bottom: 1.2rem;
}
.title-section span:before {
    content: " ";
    border-bottom: 2px solid var(--color-highlight);
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.product-item .price-amount {
    display: block;
}
.product-item .price-amount.old-price {
    display: inline-block;
    margin-left: 0 !important;
}
.product-item .product-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    min-height: 6rem;
}
.share-buttons a:nth-child(2) .share-button-secondary-content{
    background: #4899c5;
}
.share-buttons a:nth-child(2) .share-button-primary {
    background: #4899c5;
}

.share-buttons a:nth-child(3) .share-button-secondary-content{
    background: #0180c7;
}
.share-buttons a:nth-child(3) .share-button-primary {
    background: #0180c7;
}

.share-buttons a:nth-child(4) .share-button-secondary-content{
    background: #45c817;
}
.share-buttons a:nth-child(4) .share-button-primary {
    background: #45c817;
}
footer .title-footer {
    display: block !important;
}
footer .entire-map {
    padding-top: 100%;
}
footer .footer-map{
    margin:3rem 0;
}
.is-mobile .menu-section .entry-menu.dropdown li > ul li a {
    padding-left: 3rem !important;
}

.is-mobile .menu-section .entry-menu.dropdown li > ul li ul li a {
    padding-left: 4.5rem !important;
}
.article-content .product-item {
    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}
.article-content .product-item .product-title a {
    white-space: normal;
}
@media (min-width:767px) {
    .btn-outside .swiper-button-next {
        right: -1.5rem;    
    }
    
    .btn-outside .swiper-button-prev {
        left: -1.5rem;
    }
    .product-detail-footer .nav li a.active::before {
        content: " ";
        height: 4px;
        width: 10px;
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        border-radius: 0 0 10px 10px;
        right: 0;
        background: var(--color-highlight);
        margin: 0 auto;
    }
    
    .product-detail-footer .nav li a.active::after {
        content: " ";
        border-bottom: 2px solid var(--color-highlight);
        display: block;
        position: absolute;
        bottom: -1px;
        width: 100%;
        z-index: 2;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
@media (max-width:1280px){
    .product-item .product-title {
        min-height: 4rem;
        -webkit-line-clamp: 2;
    }
}
@media (max-width:1200px) and (min-width:1000px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%;
    }
}

@media (max-width:1000px) {
    .hotline-top {
        display: none !important;
    }
}

@media (max-width:992px) {
    .logo-section img {
        height: 5rem;
    }
    .setting-menu-mb>.container>.row>div {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .title-section, .view-category .item-view-category .title-category {
        font-size: 2.2rem;
    }

    .footer-mb>.container>.row>div {
        flex:  0 0 33.333333%;
        max-width: 33.333333%;
    }
    .logo-section a {
        font-size: 2.5rem !important;
    }
    .search-mb {
        margin: 3.5rem 1.5rem 1.5rem !important;
    }

    .marker-image {
        display: none;
    }
    
    .info-header{
        display: none !important;
    }
    .nh-admin-bar {
        display: none;
    }
    .category-product .content .name {
        font-size: 1.3rem;
    }
    
    .category-product .item a img {
        width: 5rem;
        height: 5rem;
    }
    .menu-section .entry-menu.dropdown li > ul li a {
        padding-left: 3rem !important;
    }
    
    .menu-section .entry-menu.dropdown li > ul li ul li a {
        padding-left: 4.5rem !important;
    }
}

@media (max-width:768px) {
    .header-top .search-section {
        width: auto;
    }
}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    .product-detail-footer .nav {
        flex-wrap: nowrap;
    }
    .product-detail-footer .nav li a {
        font-size: 1.3rem;
    }
    
    .product-detail-footer .nav li {
        padding: 0 0.5rem;
    }
}

/*CSS by quyettq*/
.copy__inner img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.image_detail {
    width: auto !important;
    object-fit: contain !important;
}
/*End css quyettq*/

/*css by phuc*/
.bct img {
	  width: 19rem;
}