.mobi-wrapper{
    max-width: 430px;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 1199px){
    html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }
}
.bg-white{
  background-color: #fff;
}
.d-grid{
  display:grid !important
}
.grid-col-2{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.grid-col-2-1{
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.grid-col-3{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.grid-col-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-col-90{
  grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}
.grid-col-920-1{
  grid-template-columns: minmax(0, 788px) minmax(0, 1fr);
}
.grid-col-890{
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}
p:empty {
    line-height: 0;
    margin-bottom: 0;
}
.gap-5{gap:5px}
.gap-10{gap:10px}
.gap-15{gap:15px}
.gap-20{gap:20px}
.gap-25{gap:25px}
.gap-30{gap:30px}
.main-color{
    color: var(--color-1st);
}
.bg-main-color{
    background-color: var(--color-1st);
}
.icon_box h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #868686;
}
.icon_box p{
  font-size: 14px;
  line-height: 20px;
}
.section h2{
    font-size: 22px;
    position: relative;
}
.section_categories .item{
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 2px 2px #663091;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.section_categories .item:hover{
    box-shadow: 0 0 10px 1px #663091d6
}

.section_categories .item a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section_categories .item h3, .section_categories .item ul{
  z-index: 10;
  position: relative;
}
.section_categories .item h3{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.product_slider {
  background: #fff;
  border-radius: 10px;
}
.section-partner .col-12{
  border-radius: 10px;
  box-shadow: 2px 5px 10px 3px #e6e6e6;
}
.top-header *, .top-header .language-wrapper .dropdown .btn-select-language{
    color: #fff !important;
}
.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}
.slider-part .product.horz .product_info {
    margin-left: 50px;
}
.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}
.colm .slick-arrow{
    opacity: 1;
}
.colm .slick-prev{
    left: 0;
}
.colm .slick-next{
    right: 0;
}
.captions.slick-initialized .slick-slide{
    padding: 0 15px;
}
.categories_wrap:hover #navCatContent {
  max-height: 100%;
  visibility: visible;
  overflow: visible;
}
#navCatContent>ul>li{
    background-color: unset;
    border: unset;
}
#navCatContent>ul>li>a{
    color: #fff;
    font-weight: 500;
}
#navCatContent img{
    max-height: 40px;
}
#navCatContent .mega-menu-col li{
    width: 100%;
  }
#navCatContent li:hover>a,
.nav-fixed #navCatContent li:hover>a{
  color: #fff;
  background: #717171;
}
.social_icons li a {
    color: #333;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0 #3636368f;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.bottom_header {
    background-color: #afafaf
}
.product_wrap .pr_action_btn{
    justify-content: center;
    display: flex;
}
.section_products .d-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}
.related-box .d-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px
}
.product-image.d-grid{
    grid-template-columns: minmax(0, 161px) 1fr;
    gap: 15px
}
.attribute-swatch-item.custom-box{
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}
.leads {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.link-btn {
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease;
    gap: 5px;
    align-items: center;
    display: inline;
}
.link-btn i{
    color: #fff;
    font-size: 27px;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    width: 0;
}
.section_intro .link-btn{
    color: var(--color-1st);
}
.section_intro .link-btn i{
    color: var(--color-1st);
}
.link-btn:hover i{
    display: block;
    margin-right: 5px !important;
    visibility: visible;
    opacity: 1;
    width: 15px;
    font-size: 20px;
}
.main-slider{
    border-radius: 10px;
    overflow: hidden;
}
.banner_section.slide_medium, .banner_section.slide_medium .carousel-item {
    height: unset;
}
footer iframe {
    width: 100%;
    max-height: 285px;
    border-radius: 15px;
    overflow: hidden;
}
.header_wrap.nav-fixed .bottom_header .navbar-brand{
    max-width: 200px;
}
.banner img{
    border-radius: 10px;
    transition: all .4s ease;
}
.banner img:hover{
    box-shadow: 0 2px 10px 2px #ddd;
}
.related-box h3{
    padding: 10px 20px;
    background-color: var(--color-1st);
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.product_img_box img{
    width: 100%;
}
.contact_detail span {
    font-size: 17px;
}
.breadcrumb_custom .breadcrumb{
    justify-content: unset !important
}
.cart_btn .btn{
    background-image: linear-gradient(to right,#673092, #9c33d6);
    border: unset;
}
.product_title {
    font-weight: 900;
}
.menu-title span{
    font-size: 20px;
}
.mega-menu-col .nav_item{
    color: unset !important
}
.mega-menu-col .nav_item:hover{
    color:#fff !important;
    background-color: rgb(105, 105, 105) !important
}
.pre-wrap{
    white-space: pre-wrap;
}
.widget_recent_post li {
    margin-bottom: 5px;
    padding: 6px 10px;
    background: #f6f6f6;
    transition: all .3s ease;
}
.widget_recent_post li:hover,
.widget_recent_post li.active{
    background: #4c4a4a;
}
.widget_recent_post li:hover a,
.widget_recent_post li.active a{
    color: #fff !important;
}
.widget_recent_post .post_content h6 {
    font-weight: 700;
}
.widget_recent_post .post_content span {
    color: #9b9a9a
}
.section_news .blog_post {
    margin-bottom: 0;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}
.section_news .blog_post .blog_img {
    border-radius: 10px;
    overflow: hidden;
}
.section_news .blog_style2 .blog_content {
    padding: 10px 5px;
}
.blog_title {
    font-size: 16px;
    text-transform: uppercase;
}
.heading_s1 p{
    font-weight: 800;
    color: var(--color-1st);
    font-size: 19px;
}
.section_intro h2,
.section_album h2,
.section_partner h2{
    text-shadow: 0 0 2px var(--color-1st);
    color: #fff;
    font-size: 60px;
    position: absolute;
    top: -36px;
    z-index: -1;
}
.product_img_zoom {
    background-color: unset;
    border-radius: unset;
    height: unset;
    line-height: unset;
    position: unset;
    text-align: center;
    width: unset;
    z-index: 999;
}
.contact_phone i.rota {
    transform: rotate(-100deg);
}
.banner-effect {
    position: relative;
    overflow: hidden;
    display: block
}

.banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
    transform: skewX(-25deg)
}

.banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}
.package p,
.package span{
    font-size: 26px;
    font-weight: 600;
}
.package span{
    color: var(--color-1st);
}
.package-shadow{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)
}
.backgr-line{
    background-color: rgb(117, 0, 0);
    padding: 30px 0 !important;
}
.popup{
    bottom: 280px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 99;
    -webkit-animation: shake-0 0.07s ease-in-out 0.07s infinite alternate;
}
@-webkit-keyframes shake-0 {
 from {
    -webkit-transform: rotate(3deg);
 }
 to {
   -webkit-transform-origin:center center;
   -webkit-transform: rotate(-3deg);
 }
}
.custom-select{
    height: 45px;
}
#contact-popup .notes{
    margin-bottom: 20px;
}
#contact-popup .notes p{
    font-size: 14px;
    color: #595959;
    line-height: 18px;
}
#contact-popup .notes span{
    color: var(--red);
}
.modal-backdrop.show {
    opacity: .2;
}
#contact-popup .modal-content {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border: unset;
}
#hotline,#hotline2 {
    position: fixed;
    bottom: 195px;
    right: 20px;
    display: flex;
    align-items: center;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    z-index: 99;
}
#hotline2 {
    bottom: 120px;
}

#hotline > a,#hotline2 > a {
    display: inline-block;
    text-align: center;
    background: #AA0000;
    color: #ffffff;
    width: 60px;
    font-size: 24px;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 185, 0, 0.3);
    -webkit-animation: pulse 1.5s infinite;
    transition: all .3s; }

@-webkit-keyframes shake {
    0% {
      -webkit-transform: rotateZ(5deg);
      -moz-transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      transform: rotateZ(5deg); }
    25% {
      -webkit-transform: rotateZ(-5deg);
      -moz-transform: rotateZ(-5deg);
      -ms-transform: rotateZ(-5deg);
      transform: rotateZ(-5deg); }
    50% {
      -webkit-transform: rotateZ(5deg);
      -moz-transform: rotateZ(5deg);
      -ms-transform: rotateZ(5deg);
      transform: rotateZ(5deg); }
    75% {
      -webkit-transform: rotateZ(-5deg);
      -moz-transform: rotateZ(-5deg);
      -ms-transform: rotateZ(-5deg);
      transform: rotateZ(-5deg); }
}

@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    70% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(255, 185, 0, 0); }
    100% {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(255, 185, 0, 0); }
}
@-webkit-keyframes shake {
    0%, 100%, 50% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@-webkit-keyframes pluse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.flash-anm{
    animation-name: flash;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.pluse-anm{
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.btn-fill-out p{
    color:#fff;
    font-weight: 600;
}
#hotline .text-quotes, #hotline2 .text-quotes {
    display: inline-block;
    width: 0px;
    height: 60px;
    transition: all .2s;
    overflow: hidden;
    text-align: center; }

#hotline .text-quotes a, #hotline2 .text-quotes a {
    display: block;
    margin: auto;
    line-height: 60px;
    font-size: 18px;
    width: 100%;
    color: #edbf05;
    font-weight: bold;
    color: #000000; }

#hotline .text-quotes a:hover,#hotline2 .text-quotes a:hover {
    color: #AA0000; }

#hotline:hover{
    width: 200px;
    border-radius: 40px;
    overflow: hidden;
    background: #fff; }

#hotline:hover > a,#hotline2:hover > a {
    -webkit-animation: none;
    border-radius: 4px; }

#hotline:hover .text-quotes,#hotline2:hover .text-quotes {
    width: calc(100% - 50px);
}
.header_wrap.fixed-top{
    background-image: linear-gradient(rgb(255, 231, 156), rgb(255, 255, 255));
}
.section-01{
    background-image: linear-gradient(rgb(255, 255, 255), rgb(215, 184, 97));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
.section-01 h2{
    color: rgb(10, 92, 21);
    text-shadow: rgb(244, 220, 156) 1px 2px 3px;
}
.section-01 .heading_s1 .link-btn{
    text-shadow: rgb(121, 70, 40) 1px 2px 3px;
    border-radius: 20px;
    color: #fff;
    background: rgb(121, 70, 40);
}
.section-02{
    background-image: url(/storage/general/abstract-hexagonal-white-background-design-1017-17583-20200728030332-20220413025850-20220818064354.jpeg);
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}
.section-02 h2{
    font-size: 30px;
    color: rgb(121, 70, 40);
    text-shadow: rgb(180, 180, 180) 1px 1px 1px;
}
.video{
    margin-bottom: 30px;
}
.video .embed-responsive{
    border: 2px solid rgb(121, 70, 40);
    border-radius: 10px;
    max-width: 75%;
    margin: 0 auto;
    margin-top: 70px;
    overflow: unset;
}
.video iframe{
    margin-top: -35px;
    margin-left: -30px;
}
.video-caption{
    position: relative;
    margin-top: -12px;
}
.video-caption .link-btn{
    background: var(--color-1st);
    color: #fff;
}
.section-02 .content{
    background-color: var(--color-1st);
    padding: 20px;
    position: relative;
}
.section-02 .content .cover{
    padding: 15px 10px;
    color: #fff;
    position: relative;
}
.section-02 .content .cover::before{
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    right: -12px;
    width: 96%;
}
.section-02 .content .cover::after{
    content: "";
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    top: -6px;
    right: 0;
}
.section-02 .content::before{
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    bottom: 17px;
    left: 6px;
    width: 92%;
}
.section-02 .content::after{
    content: "";
    height: 80%;
    border-right: 1px solid #fff;
    position: absolute;
    bottom: 8px;
    left: 17px;
}
.section-03 h2,
.section-04 h2,
.section-18 h2{
    background-color: var(--color-1st);
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.section-03 .img-cover,
.section-04 .img-cover{
    max-width: 80px;
    min-width: 80px;
}
.section-05 .cover{
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.section-05 .cover img {
    box-shadow: 7px 9px 10px 0 #d9d9d9;
    padding: 15px 15px;
    position: relative;
}
.section-05 .cover::before {
    content: "";
    border-top: 1px solid var(--color-1st);
    position: absolute;
    top: 2px;
    left: -10px;
    width: 101%;
}
.section-05 .cover::after {
    content: "";
    border-left: 1px solid var(--color-1st);
    position: absolute;
    top: -9px;
    left: 0px;
    height: 102%;
}
.section-05 .img-cover{
    min-width: 40px;
}
.section-06 .img-cover{
    max-width: 150px;
}
.section-06 .content{
    padding: 5px 10px;
}
.section-08{
    background-image: linear-gradient(rgb(255, 255, 255), rgb(244, 241, 156));
}
.section-08 .heading_s1 p{
    color: #fff;
    border-radius: 20px;
    background-color: #366BB8;
}
.section-08 .btn,
.section-17 .btn{
    padding: 12px 40px;
    border-radius: 50px;
    box-shadow: 5px 6px 5px 0 #000000cf;
    border: unset;
    background-image: radial-gradient(circle, #FE0301, #FE0301);
}
.section-08 .btn span,
.section-17 .btn span{
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
.section-10 .video iframe {
    /* margin-top: -113px; */
    margin-top: -65px;
}
.section-10 .video .embed-responsive {
    margin-top: 140px;
}
.section-11 {
    background-image: url(/storage/general/elegant-white-background-with-blue-wave-lines-20220330044949.png);
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}
.section-17 {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(244, 241, 156));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
}
.section-17 .cover{
    border-width: 3px;
    border-radius: 16px;
    border-style: dashed;
    border-color: rgb(255, 1, 1);
}
.section-17.section-17-extent{
    background-image: url(/storage/general/nen-xanh-20200423073443.png);
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
}
.section-17.section-17-extent::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ddd;
    filter: opacity(0.24);
    z-index: 9;
}
.section-17.section-17-extent .container{
    z-index: 10;
    position: relative;
}
.section-20 .sort-btn{
    width: 122px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: rgb(191, 191, 191);
    background-color: rgb(238, 238, 238);
    font-weight: 500;
}
.comments .image{
    min-width: 68px;
}
.comments .partial-item{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(67, 102, 176);
}
.item .content{
    display: flex;
    align-items: center;
}
@media screen and (min-width: 992px){
    #navCatContent {
        max-height: unset;
        visibility: visible;
        display: contents;
        background: unset;
    }
    #navCatContent>.navbar-collapse>ul {
        width: 100%;
        display: flex;
        flex-direction: row
    }
    #navCatContent .dropdown-toggler:after{
        transform: unset
    }
    #navCatContent ul li .dropdown-menu{
        top: 77px;
        right: unset;
        left: 0;
        position: absolute;
        background: var(--color-1st);
    }
    .nav-fixed #navCatContent ul li .dropdown-menu{
        top: 55px
    }
    #navCatContent li a.dropdown-toggler:after {
        top: 31%
    }
    header #navCatContent ul li .dropdown-menu {
        min-width: 250px!important;
    }

    .banner_section.shop_banner_slider .carousel-item{
        /* background: unset; */
    }
    .main-menu{
        display:none;
    }
    .header_wrap.nav-fixed .categories_wrap {
        display: flex;
    }
    .section_products .heading_s1{
        display: none;
    }

    #navCatContent .menu-title,
    #navCatContent .product_search_form_mobi,
    #navCatContent .contact_detail,
    #navCatContent hr {
        display: none !important;
    }
    .contact_detail{
        gap: 20px;
    }
    #navCatContent li a.nav-link {
        padding: 15px 25px;
    }
    .header_wrap:not(.nav-fixed) #navCatContent li a.nav-link {
        padding: 27px 30px;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 992px){
    .hidden-mobile{
        display: none !important
    }
    #navCatContent {
        background: #343434;
        height: 100vh !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
    }
    #navCatContent li a img {
        max-width: 25px;
    }
    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a{
        color: #fff;
    }
    .section_products .heading_s1 {
        margin-bottom: 25px;
        background-image: linear-gradient(to right,#673092, #9c33d6);
        padding: 8px 0;
        border-radius: 10px;
    }
    #navCatContent .mobile_side_menu{
        display: block;
        left: 0;
        position: relative;
    }
    #navCatContent ul {
        background: unset;
    }
    .product_search_form_mobi{

    }
}
@media (max-width: 480px){
    .section_categories .grid-col-4{
        grid-template-columns: minmax(0, 1fr)
    }
    .grid-col-920-1{
        grid-template-columns: minmax(0, 1fr)
    }
    .section_categories .grid-col-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }
    .section_categories .item h3{
        font-size: 16px;
    }
    .grid-col-3,
    .grid-col-2-1 {
        grid-template-columns: minmax(0, 1fr);
    }
    .product-image.d-grid {
        grid-template-columns: minmax(0, 60px) 1fr;
        gap: 10px;
    }
    .section_products .d-grid,
    .related-box .d-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .section_products .d-grid .product_wrap.cat,
    .header_wrap.nav-fixed .bottom_header .navbar-brand {
        display: none !important;
    }
    .categories_btn{
        display: block !important;
    }
    .order-lg-first {
        position: absolute;
        top: 0;
        background: #fff;
        transform: translateX(500px);
        transition: all .4s ease;
    }
    .shop_container .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product_price {
        font-size: 16px;
    }
    .section_intro h2, .section_album h2, .section_partner h2 {
        text-shadow: 0 0 2px var(--color-1st);
        color: #fff;
        font-size: 36px;
        position: absolute;
        top: -10px;
        z-index: -1;
    }
    .middle-header .nav_block {
        justify-content: center !important;
    }
    .section h2 {
        font-size: 22px;
    }
    /* .section-02  */
    .video .embed-responsive{
        max-width: 87%;
    }
    /* .section-02  */
    .video iframe {
        margin-top: -28px;
        margin-left: -20px;
    }
    .section-06 .img-cover{
        min-width: 80px;
        max-width: 80px;
    }
    .heading_s1 p {
        font-size: 16px;
    }
}
@media (max-width: 390px){
    .nav_block .contact_detail {
        display: none !important
    }
}
