header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 130;
}

.round-30 {
    border-radius: 30px;
}

.btn-function {
    display: flex;
    gap: 1rem;
}

.btn-function > div {
    background: var(--color-highlight);
    padding: .5rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--color-highlight);
}

.btn-function > div:hover {
    background: white;
}

.btn-function > div:hover a {
    color: var(--color-highlight) !important;
}

.btn-function > div a {
    color: white !important;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.3rem;
}

.btn-function > div i {
    font-size: 2rem;
}


.header-menu {
    background: var(--light);
}
.header-menu>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width:1200px){
    .menu-section > ul > li > a {
        color: var(--color-highlight);
        font-weight: 700;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
.swiper-slider-main .info-content .info-image {
    padding-bottom: 50px;
}

.swiper-slide.super-main img {
	object-fit: cover;
	width: 100%;
	  height: 33vw;
}

.box-home-01 {
    padding-top: 50px;
    padding-bottom: 0;
}

.form-search .input-group {
	border: 1px solid var(--color-highlight);
	border-radius: 3rem;
}

.swiper-slider-main .info-content .info-image .img img {
    object-fit: contain;
    /* bottom: -120px; */
    left: 0;
    animation: myMove 3s infinite;
    top: initial;
}
@keyframes myMove {
    0%,100% {
        top: 0
    }

    50% {
        top: 15px
    }
}
.swiper-slider-main .info-content .content .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
}

.swiper-slider-main .info-content .content .description {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}


.box-section-home-02 {
    background: #fff7ec;
    padding: 60px 0;
}

.box-category-product .info-left .title-section {
    text-align: left;
    font-size: 35px;
}

.box-category-product .content-category .info-right .swiper-slide {
    width: 365px;
}

.box-category-product .content-category .info-right  .item {
    background: #f7e8d3;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    align-items: center;
}

.box-category-product .content-category .info-right .item .inter-img {
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
}

.box-category-product .content-category .info-right .item .inter-content {
    background: #8d5e2f;
    border-top-left-radius: 30px;
    padding: 20px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-category-product .content-category .info-right .item .inter-content .name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-category-product .content-category .info-right .item .inter-content .name a {
    color: #fff;
    margin-bottom: 10px;
}


.box-category-product .content-category .info-right .item .inter-content .description {
    color: #fff;
    margin-bottom: 10px;
}
.box-category-product .content-category .info-right .item .inter-content a.link-cate {
    color: #fff;
}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .content-category .info-right .item .inter-img .img {
    padding-top: 100%;
}

.box-category-product .content-category .info-right .item .inter-img .img img {object-fit: contain;}

.box-category-product .info-left {
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.box-category-product .item-next-prev {
    display: flex;
    align-items: center;
}

.box-category-product  .item-next-prev .swiper-button-next-dm, .box-category-product .item-next-prev .swiper-button-prev-dm {
    width: 40px;
    height: 40px;
    background: #c9c6c1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.banner-home {
    border-radius: 36px;
    padding: 100px 15px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-home .info-content {
    position: relative;
    z-index: 2;
}

.banner-home .info-content .title {
    color: var(--color-main);
    font-size: 48px;
    font-weight: 700;
}

.banner-home .info-content .slogan {
    color: #FFF;
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.box-product-home .product-left {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-home .product-left .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .banner-product {
    position: relative;
    margin-top: 10px;
    border-radius: 16px;
    overflow: hidden;
}

.box-product-home .banner-product .inter-img {
    border-radius: 20px;
}

.box-product-home .banner-product .info-content {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    padding: 30px;
    z-index: 4;
}

.box-product-home .banner-product:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
}

.box-product-home .banner-product .info-content .title {
    font-size: 36px;
    color: var(--color-main);
    font-weight: 700;
}

.box-product-home .banner-product .info-content .link a {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.box-product-home .banner-product .info-content .link a i {
    display: inline-block;
    margin-left: 10px;
}

.box-product-home .banner-product .inter-img .img {
    padding-top: 102.8%;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(2) {
    order: 1;
}

.box-product-left-02>.box-product-home>.row>div:nth-child(1) {
    order: 2;
}
.box-product-left-02 .box-product-home .banner-product .info-content {
    text-align: left;
}
.box-section-home-03 {
    padding: 50px 0;
}

.box-section-home-04 {
    margin-bottom: 40px;
}

.box-section-home-09 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f8f8f8;
}
.box-section-home-10 {
    margin-bottom: 50px;
    padding-top: 50px;
}

.box-section-home-07 {
    background: #fff7ec;
    padding: 50px 0;
}
.box-section-home-06 {
    margin-bottom: 50px;
}

.box-section-home-08 {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.box-customer-reviews .content-review .item {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.box-customer-reviews .content-review .item .inter-content {
    display: flex;
    align-items: center;
}

.box-customer-reviews .content-review .item .inter-content .inter-img {flex: 0 0 100px;margin-right: 15px;max-width: 100px;}

.box-customer-reviews .content-review .item .inter-content .inter-img .img {
    border-radius: 50%;
    overflow: hidden;
}

.box-customer-reviews .content-review .item .inter-content .inter-img .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.box-customer-reviews .content-review .item .inter-content .text-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-customer-reviews .content-review .item .description {
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-slider-main .info-content .content .title>span {
    color: var(--color-main);
}

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

@media (min-width:1200px){
    .section-service .swiper-button-prev {
        top: calc(50% + 60px);
    }
    .section-service .swiper-button-next {
        top: calc(50% + 60px);
    }
}
@media (min-width:992px){
        
    .section-service article.article-item {
        margin-bottom: 0 !important;
        position: relative;
        margin-top: 10rem;
        overflow: hidden;
        padding-bottom: 10rem;
    }
    
    .item-service.swiper-slide {
        transform: translateX(-92px);
        -ms-user-select: none;
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        transition: all 1.5s ease;
    }
    .swiper-slide-active ~ .item-service {
        transform: translateX(92px);
    }
    .section-service .item-service.swiper-slide.swiper-slide-active {
        transform: scale(1.3);
        z-index: 1;
        opacity: 1;
    }
    .section-service .item-service article.article-item .inner-image {
        border-radius: 0 !important;
    }
    
    .section-service article.article-item img, .section-service-top article.article-item .inner-image img {
        transition: 1.1s;
    }
    
    .section-service-top article.article-item .inner-image {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }
    .section-service .swiper-button-prev {
        left: 20px;
        /* top: calc(50% + 60px); */
    }
    .section-service .swiper-button-next {
        right: 20px;
        /* top: calc(50% + 60px); */
    }
}
.section-service .title-dsc {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section-service .title-dsc .dsc-section {
    text-align: center;
}
    
.item-service .inner-content{
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.section-service .swiper-pagination{
    bottom: 10rem;
}

.section-service .item-service article.article-item .inner-image .img {
    border-radius: 12px;
}

.section-service article.article-item .inter-item {
    position: relative;
}

.item-service .inner-content .article-title {
    margin-bottom: 0;
    height: auto !important;
    min-height: auto;
    text-align: center;
}

.section-service article.article-item .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.item-service .inner-content .article-title a {
    color: #fff;
}

.header-page-title {
    background-size: cover;
    height: 200px;
    border-radius: 13px;
    display: flex;
    align-items: center;
}

.header-page-title .title {
    padding: 30px;
    font-size: 35px;
    font-weight: 700;
}

.box-product-page>.row>div {
    /* margin-bottom: 20px !important; */
}

.box-product-slider-page {
    margin-left: -10px;
    margin-right: -10px;
}

.box-product-slider-page .swiper .swiper-slide {
    padding: 10px;
}

.box-product-home .product-left .product-title {
    -webkit-line-clamp: 1;
    min-height: auto;
}

.box-section-home-05 {
    padding-bottom: 40px;
}

.article-item.article-item-du-an .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

.article-item.article-item-du-an .inner-content .article-title {
    margin-bottom: 0;
    min-height: auto;
    text-align: center;
}

.article-item.article-item-du-an .inter-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    z-index: 3;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    pointer-events: none;
}

.article-item.article-item-du-an .inter-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.article-item.article-item-du-an .inner-content .article-title a {
    color: #fff;
}
.entire-action-header .dropdown .dropdown-menu a.dropdown-item:last-child {
    border-bottom: 0;
}

/*CSS by quyettq*/
@media only screen and (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

.box-product-home .banner-product .info-content .title,
.banner-home .info-content .title {
    color: var(--white);
}

.color-red {
    color: var(--red);
}

.fs-15 {
    font-size: 15px;
}

.policy-item img {
    width: 40px;
    object-fit: scale-down;
}

.rounded {
    border-radius: 0.3rem !important;
}

.policy-info {
    font-size: 14px;
}
.customer-section .name {
    font-size: 1.8rem;
}
.customer-section .image {
    border-radius: 0.8rem;
}
.customer-section .swiper-button-prev, .customer-section .swiper-button-next {
    transform: translateY(-70%);
    top: 70%;
}
.why-choose {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.why-choose:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;
    top: 0;
}
.why-title {
    font-size: 3.6rem;
}
.why-desc {
    line-height: 1.5;
    width: 100%;
    float: left;
}
.why-choose .item {
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 20px 15px;
    margin: 15px 0;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -webkit-box-shadow: 0px 5px 25px 0px rgb(52 63 91 / 25%);
    -moz-box-shadow: 0px 5px 25px 0px rgba(52,63,91,0.25);
}
.why-choose .item:before {
    font-size: 100px;
    font-weight: bold;
    color: var(--white);
    opacity: .2;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 15px;
    line-height: 71px;
}
.why-choose .item img {
    width: 50px;
}
.why-choose .item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-top: 10px;
    margin: 0;
    color: #fff;
}
.why-choose .row > div:nth-child(1) .item {
    background: #133E87;
    position: relative;
}

.why-choose .row > div:nth-child(1) .item:before {
    content: "01";
}

.why-choose .row>div:nth-child(2) .item {
    background: #608BC1;
    position: relative;
}

.why-choose .row>div:nth-child(2) .item:before {
    content: "02";
}

.why-choose .row>div:nth-child(3) .item {
    background: #CBDCEB;
    position: relative;
}
.why-choose .row>div:nth-child(3) .item *, .why-choose .row>div:nth-child(4) .item * {
    color: var(--color-black);
}
.why-choose .row>div:nth-child(3) .item:before, .why-choose .row>div:nth-child(4) .item:before {
    color: var(--color-text);
}
.why-choose .row>div:nth-child(3) .image img , .why-choose .row>div:nth-child(4) .image img {
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
}

.why-choose .row>div:nth-child(3) .item:before {
    content: "03";
}

.why-choose .row>div:nth-child(4) .item {
    background: #F3F3E0;
    position: relative;
}

.why-choose .row>div:nth-child(4) .item:before {
    content: "04";
}
.swiper .swiper-slide {
    height: auto;
}

.reg-model-3d a {
    display: block;
    background: #194890;
    padding: 1rem;
    border-radius: .8rem;
    color: white;
    text-transform: uppercase;
}

.checkout-payment .btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

@media (min-width:1024px) {
    .swiper-slide.super-main img {
        height: calc(100vh - 8.7rem);
    }
}
@media (min-width:1200px){
        
    .article-item .inter-item .inner-image .img img {
        transition: 1s;
    }
    
    .article-item .inter-item .inner-image:hover .img img {
        transform: scale(1.1);
    }
}
@media (min-width:992px){
    .box-category-product .content-category>.row>div:nth-child(1) {
        flex: 0 0 200px;
        max-width: 200px;
    }
    
    .box-category-product .content-category>.row>div:nth-child(2) {
        flex-basis: calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

}

@media (max-width:1200px){

    header {
    	background-color: var(--light);
    }

    .swiper-slider-main .info-content .content .title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    
    .box-home-01 {
        padding-top: 30px;
    }
    
    .swiper-slider-main .info-content .content .description {
        font-size: 16px;
    }
    .box-category-product .info-left .title-section {
        font-size: 28px;
    }
    
    .box-section-home-02 {
        padding: 30px 0;
    }
    .box-section-home-03 {
        padding: 30px 0 20px;
    }
    
    .title-tab ul.block-tab li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .title-tab ul.block-tab {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .block-tab.nav .nav-item .nav-link {
        padding: 0 10px;
    }
    .product-item .inner-content {
        padding: 10px;
    }
    
    .product-title {
        font-size: 14px;
        min-height: 32px;
    }
    .banner-home .info-content .title {
        font-size: 23px;
    }
    
    .banner-home .info-content .slogan {
        font-size: 16px;
    }
     .banner-home {
        padding: 80px 15px;
        border-radius: 10px;
    }
    .product-item .inner-content .price span.price-amount.old-price {
        font-size: 13px;
    }
    
    .product-item .inner-content .price span.price-amount {
        font-size: 16px;
    }
    .box-section-home-06 {
        margin-bottom: 30px;
    }
    
    .box-section-home-04 {
        margin-bottom: 30px;
    }
    
    .box-section-home-05 {
        padding-bottom: 30px;
    }
    .title-section {
        font-size: 2.7rem;
    }
    .box-section-home-07 {
        padding: 30px 0;
    }
    
    .box-section-home-08 {
        padding: 30px 15px;
    }
    
    .box-slider-home {
        position: relative;
    }
    .box-section-home-09 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .box-section-home-10 {
        margin-bottom: 30px;
        padding-top: 30px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .filter-url .content-filter-product .categories {
        padding: 0;
        margin-bottom: 20px;
    }
    .box-product-home .product-left .swiper .swiper-slide {
        padding: 5px;
    }
    
    .box-product-home .product-left {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-product-slider-page, .box-slider-page {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .box-product-slider-page .swiper .swiper-slide , .box-slider-page .swiper .swiper-slide {
        padding: 5px;
    }
    .box-product-home .banner-product .info-content .title {
        font-size: 25px;
    }
        
    .header-menu>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .header-menu>.container>.row>div:nth-child(2) {
        order: 1;
    }
    
    .header-menu>.container>.row>div:nth-child(3) {
        order: 3;
    }
    
    .header-menu>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .header-menu .logo-section {
        text-align: center;
    }
    
    .header-menu .entire-action-header.entire-action-search {
        display: none;
    }
    .header-page-title .title {
        font-size: 20px;
        padding: 14px;
    }
    
    .header-page-title {
        background-position: right;
        height: 100px;
    }
}


@media (max-width:576px){
    .product-item .inner-content .price {
        margin-bottom: 5px;
    }
    
    .product-item .inner-content a.btn-product-action {
        font-size: 13px;
    }    
    .swiper-slider-main .info-content .info-image {
        padding-top: 30px;
    }
    
    .box-product-home>.row>div:nth-child(2) {
        order: 1;
    }
    
    .box-product-home>.row>div:nth-child(1) {
        order: 2;
    }
    
    .box-product-home .banner-product {
        margin-top: 0;
        margin-bottom: 15px;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .box-product-home .banner-product .info-content {
        text-align: left;
    }
    
    
    .box-product-page>.row>div {
        margin-bottom: 10px !important;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .box-product-home .banner-product .info-content {
        padding: 15px;
    }
}
@media (max-width:992px) {
    .product-item .inner-content a.btn-product-action i {
        margin-right: 0.5rem;
    }
    
    .product-item .inner-content a.btn-product-action {
        padding: 0.8rem 0.4rem;
    }
}