@media screen and (min-width:768px) and (max-width:820px ){
    /* navbar */
.wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 3px 0px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.wrap-header-mobile  .logo-mobile {
    display: block;
    position: relative;
    height: 42px;
    width: 62px;
    padding-right: 31px;
    margin-top: -4px;
    margin-left: 17px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.logo-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.wrap-icon-header {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    width: 100%;
    flex-wrap: nowrap;
}
.icon-header-item {
    position: relative;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.menu-mobile {
    width: 100%;
    background-color: white;
    display: none;
}
.menu-mobile .main-menu-m {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5FA392;
}
.menu-mobile .main-menu-m>li {
    color: white;
    position: relative;
}
.menu-mobile .main-menu-m>li>a {
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}
.menu-mobile .main-menu-m>li>p {
    font-weight: 600;
    font-size: 14px;
    color: white;
    line-height: 2.8;
    padding: 8px 20px 8px 20px;
}
.pop-up{
 /* display: block; */
}
.pop-up-search {
    z-index: 2;
    padding: 29px;
    width: 100%;
    top: 114px;
    left: 0;
    right: 0;
    position: fixed;
    border-radius: 10px;
    background: #00000094;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box {
    position: absolute;
    top: 97px;
    left: 389px;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    background: #d6dada;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
input {
    width: 325px;
    border: none;
    outline: none;
    display: inline-block;
    padding: 5px 10px;
    background: none;
    font-size: 1.1rem;
    transition: 0.5 ease;
    -webkit-transition: 0.5 ease;
    -moz-transition: 0.5 ease;
    -ms-transition: 0.5 ease;
    -o-transition: 0.5 ease;
    line-height: 30px;
    color: rgb(3, 3, 3);
}
.icon {
    background-color: #fcfcfc;
    float: left;
    width: 40px;
    font-size: 1.3rem;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4C9D9D;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}

.pop-up-search .close {
    position: absolute;
    float: none;
    font-size: 19px;
    font-weight: 900;
    color: white;
    opacity: 1;
    top: 15px;
    right: 36px;
    cursor: pointer;
}

.modal-regist {
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    background: #0000008c;
    padding: 17px;
    align-items: center;
    justify-content: center;
}
.modal-regist .card-modal-regist {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 13px;
    width: 515px;
    height: 649px;
    padding: 15px 5px;
    justify-content: space-around;
    /* align-items: center; */
}
.modal-regist .card-modal-regist .header-card {
    display: flex;
    padding: 0 30px;
}
.btn-close {
    font-size: 20px;
    font-weight: 800;
}
.card-modal-regist .header-card h3.text-header {
    margin: auto; 
    font-size: 29px;
    font-weight: 600;
}
.card-modal-regist .body-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.card-modal-regist .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
/* home */
.banner-header .owl-carousel .item{
    width: 100%;
    height: 365px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* banner promo */
.ltext-110 {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(3, 3, 3);
}
.banner-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-promo .poster-product {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 319px;
}
.banner-promo .poster-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-promo .poster-product2 {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    height: 264px;
}
.banner-promo .poster-product2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end banner promo */

/* product */
.block2 {
    width: 191px;
    height: 213px;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}
.block2 .hov-img0 {
    display: block;
    overflow: hidden;
    height: 205px;
    width: 100%;
}
.block2 .hov-img0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}
.block2-txt-child1 {
    width: calc(100% - 30px);
}
.stext-105 {
    /* font-family: Poppins-Regular; */
    font-size: 14px;
    line-height: 1.466667;
    letter-spacing: 1px;
}
.cl13 {
    color: rgb(8, 76, 85);
}
.block2-pic:hover .block2-btn {
    bottom: 16px;
}

.btn-v-all {
    display: inline-block;
    width: 126px;
    height: 47px;
    align-items: center;
    left: 0;
    background-color: #4C9D9D;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 11px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 17px;
}
/* end product */
/* end home */

/* detail product  */

.line-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #42A7A0;
}
.wrap-slick3-arrows {
    position: absolute;
    z-index: 100;
    width: 100%;
    right: 0;
    top: calc(50% - 2px);
}
.prev-slick3 {
    left: 0px;
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgb(225 225 225 / 50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.slick3 {
    width: 100%;
    height: 200px;
}
.slick-slide {
    outline: none !important;
}
.item-slick3{
    width: 345px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}
.wrap-pic-w.pos-relative {
    width: 100%;
    height: 200px;
}
.wrap-pic-w img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.respon6-next {
    width: 100%;
    justify-content: center;
}
.detail{
    padding-top: 0;
}
/* end detail */

/* all product */
.filter-product{
    display: flex;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-end;
}
/* end all */

/* profile */
.tab-navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 24px 3px;
    align-content: normal;
    text-align: center;
}
.tab-navigation  .tab {
    display: block;
    background: #5fa392;
    padding: 13px 22px;
    height: 53px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    border-radius: 8px;
}
.active{
    display: flex;
    }

    .panel-content .panel{
        display: none;
    }
    .panel-content .panel.active{
        display: flex;
    }
    .panel-content .tabel-overflow{
        overflow: auto;
    }

    .profile-image{
        width: 296px;
        height: 296px;
        align-items: center;
    }
    .profile-image img.img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* end profile */

.container-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    padding: 8px;
}
.container-category .part-icon-category {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 10px 13px; */
    gap: 15px;
}
.gradient {
    display: flex;
    flex-direction: column;
    width: 102px;
    height: 102px;
    align-items: center;
    justify-content: center;
    border-radius: 87px;
    cursor: pointer;
    background: linear-gradient(180deg, rgb(7 213 213 / 0%) 0%, #207272f2 100%);
}
.part-icon-category .item-icon {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #207272 1.56%, rgba(32, 114, 114, 0) 100%);
    width: 102px;
    height: 102px;
    align-items: center;
    justify-content: center;
    border-radius: 87px;
    cursor: pointer;
}
.item-icon .image-icon {
    width: 42px;
    height: auto;
}
.icont-tittel {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #539292;
    font-weight: 600;
    width: 91px;
}

}
