body {
    font-family: 'Quicksand', sans-serif;
}
.setting-menu>.container>.row {
    align-items: center;
}
.setting-menu>.container>.row>div:last-child {
    display: flex;
    align-items: center;
    justify-content: end;
}
.mb-6, .my-6{
    margin-bottom:4rem;
}
.mt-6, .my-6{
    margin-top:4rem;
}
.swiper-wrapper {
    flex-direction: inherit;
}
.box-shadow-1{
    -webkit-box-shadow: 0 5px 18px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    box-shadow: 0 5px 18px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.product-item.swiper-slide{
    margin-bottom: 2rem !important;
}
.product-item:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.fs-16{
    font-size: 16px;
}
.title-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.title-section span {
    z-index: 2;
    position: relative;
}
.border-main{
    border-color: var(--color-main) !important;
}
.title-category {
    min-width: 200px;
}
.du-an .title-section span {
    background: var(--light) !important;
}
.rounded-12{
    border-radius: 12%;
}
.hover-img img{
    transition: 1s ease 0s;
}
.article-item:hover .hover-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ytp-button {
    position: absolute;
    left: 0;
    top: 50%;
    width: 68px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.intro-item:hover .ytp-button .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: #ed1b26;
    fill-opacity: 1;
}
.intro-item .wrp-effect-album .effect-video::before {
    opacity: 0;
    filter: opacity(0);
}
.btn-more {
    border: 2px solid var(--color-main);
}

.btn-more:hover, a.btn-more:hover {
    background: var(--color-main);
    color: white !important;
}
.customer-item .inner-image {
    width: 40%;
}
.customer-star {
    color: #f1b400;
}
.color-red {
    color: red;
}
.contact-social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}
.content-contact-social {
    background-color: rgba(255, 255, 255, 0.91);
    padding: 10rem;
}
.social-section ul li {
    padding: 0 5px;
}

.social-section ul li a {
    background: #3a589d;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
}

.social-section ul li:nth-child(2) a {
    background: #1DA1F2;
}
.social-section ul li:nth-child(3) a {
    background: #c33223;
}
.social-section ul li:nth-child(4) a {
    background: #7D6EE5;
}
.social-section ul li:nth-child(5) a {
    background: #f00;
}
.view-collapse .card-header a{
    cursor: pointer;
}
.view-collapse .current i:before {
    content: "\f077";   
}

.bg-main {
    background: var(--color-main);
}
.newsletter:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:black;
    opacity: 0.7;
}
.newsletter .form-control{
    border-radius: 5px;
}
.newsletter .form-group {
    margin-bottom: 2rem;
}
.btn-newsletter:hover {
    background: var(--color-highlight) !important;
    color: white !important;
}
.footer-menu-section ul li a:hover {
    text-decoration: underline;
}
.swiper .article-item.swiper-slide, .swiper .product-item.swiper-slide {
    height: auto;
}
.bg-light-1 {
    background: #e9e9e9;
}
.space-block-1 > .row {
    margin-right: -1rem;
    margin-left: -1rem;
}
.space-block-1 > .row > div {
    padding-right: 1rem;
    padding-left: 1rem;
}
.product-title {
    min-height: 65px;
}
.fa{
    font-family: 'Font Awesome 6 Pro';
}
.title-section i{
    font-size: 19px;
    position: relative;
    top: -2px;
}
.title-banner-1 {
    border: 2px solid;
    padding: 6px 10px;
    border-radius: 10px;
}
.share-buttons .share-button:first-child .share-button-primary, .share-buttons .share-button:first-child .share-button-secondary-content{
    background: #1196F5;
}

.share-buttons .share-button:nth-child(2) .share-button-primary, .share-buttons .share-button:nth-child(2) .share-button-secondary-content{
    background: #0068FF;
}
.product-detail-footer .tab-content {
    font-size: 1.6rem;
}
footer .social-section ul li {
    padding: 0 10px 0 0;
}
.contact-footer img {
    width: 53px;
    height: 40px;
}
.content-contact-footer {
    width: calc(100% - 53px);
}

.content-contact-footer span {
    color: #adadad;
    font-size: 12px;
    display: block;
}

@media (min-width:1024px) {
    .w-lg-80{
        width: 80%;
    }
}

@media (max-width:992px) {
    .setting-menu>.container>.row>div {
        justify-content: space-between !important;
    }
    .title-section {
        font-size: 2rem;
    }
    .content-contact-social {
        padding: 30px 10px;
    }
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .title-category {
        min-width: inherit;
        font-size: 14px;
        padding: 5px 10px !important;
        width: 100%;
    }
}
@media (max-width:767px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price-amount {
        display: inline-block;
    }
    
    .price-amount.old-price {
        margin-left: 0;
    }
}

/*them*/
/*menu*/
.menu-section ul li a:hover {
    text-decoration: underline;
}

/*anh map*/
.coso-content li {
    list-style: none;
}

/*zoom-anh sp*/
.product-item {
    overflow: hidden;
}

.product-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.product-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*zoom-anh sp*/


.img-bct img {
    width: 50%;
    height: auto;
    object-fit: cover;
}









