/* DUCANH update 29/08 */
/* MENU */
.main_menu{
    padding-right: 15px;
}


/* TITLE */
.section_title h2{
    text-transform: uppercase;
    color: var(--color-pink);
}
.section_title{
    position: relative;;
}

.stroke-text{
    font-family: var(--font-secondary);
    font-size:42px;
    font-weight: 600;
    text-align:center;
    text-anchor:middle;
    vertical-align: middle;
    fill:var(--color-pink);
  }
  
  .thick{
    stroke-width:10px;
  }
  
  .thicker{
    stroke-width:7px;
  }
  
  .color1{
    stroke:#71D2E0;
  }
  .color2{
    stroke: #fff;
  }
/* LANG */
.lang_komii{
    position: relative;
}
.lang_komii a::after{
    content: "";
    width:9px;
    height: 8px;
    background-image: url(../img/icon/down.svg);
    background-size: 9px 8px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.lang_komii .bucker-dropdown a::after{
    display: none;
}
.lang_komii img{
    width: 22px;
    height: 22px;
}
/* HERO BANNER */

.hero_banner_section{
    position: relative;
    padding-top: 40px;
}
.hero_banner_section::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 270px;
    background: url(../img/bg/cloud.svg) no-repeat center / cover;
    z-index: 8;
}
.hero_banner_inner .stroke-text{
    font-size: 52px;
}
.hero_banner_inner p.desc{
    margin-top: -20px;
    font-family: var(--font-primary);
}
.sun{
    right: 12%;
    top: -3%;
}
.sun img{
    animation: animate-cloud4 5s infinite linear;
    -webkit-animation: animate-cloud4 5s infinite linear;
    -moz-animation: animate-cloud4 5s infinite linear;
}
.clound2{
    left: 15%;
    top: 26%;
}
.clound2 img{
    width: 160px;
    animation: animate-cloud 14s infinite linear;
    -webkit-animation: animate-cloud 14s infinite linear;
    -moz-animation: animate-cloud 14s infinite linear;
}
.clound3{
    right: 5%;
    top: 15%;
}
.clound3 img{
    width: 120px;
    animation: animate-cloud 10s infinite linear;
    -webkit-animation: animate-cloud 10s infinite linear;
    -moz-animation: animate-cloud 10s infinite linear;
}
.clound4{
    right: 20%;
    top: 28%;
}
.clound4 img{
    width: 100px;
    animation: animate-cloud2 10s infinite linear;
    -webkit-animation: animate-cloud2 10s infinite linear;
    -moz-animation: animate-cloud2 10s infinite linear;
}

@keyframes animate-cloud {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(10%);
    }
    50% {
      transform: translateX(20%);
    }
    75% {
      transform: translateX(10%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  @keyframes animate-cloud2 {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-10%);
    }
    50% {
      transform: translateX(-20%);
    }
    75% {
      transform: translateX(-10%);
    }
    100% {
      transform: translateX(0%);
    }
  }

  @keyframes animate-cloud4 {
    0% {
      transform: translateY(0%);
    }
    25% {
      transform: translateY(5%);
    }
    50% {
      transform: translateY(10%);
    }
    75% {
      transform: translateY(5%);
    }
    100% {
      transform: translateY(0%);
    }
  }

.butterfly1{
    left:24%;
    top: 10%;
}
.butterfly1 img{
    animation: shake 1.5s linear 0s infinite alternate;
    width: 40px;
}
.butterfly2{
    left:15%;
    top: 50%;
}
.butterfly2 img{
    width: 40px;
    animation: goRL 10s linear 0s infinite alternate;
}
.butterfly3{
    right:30%;
    top: 45%;
}
.butterfly3 img{
    animation: goRL 8s linear 0s infinite alternate;
    width: 45px;
}
@keyframes goRL {
	0% {transform:translate(0, 0);}
	100% {transform:translate(-5rem, 0);}
}
@keyframes goRL1 {
	0% {transform:translate(0, 0);}
	0% {transform:translate(5rem, 0);}
}

.butterfly4{
    right:15%;
    top: 50%;
}
.butterfly4 img{
    width: 45px;
    animation: shake 1s linear 0s infinite alternate;
}

@keyframes animate-cloud3 {
    0% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(15%);
    }
    50% {
      transform: translateX(25%);
    }
    75% {
      transform: translateX(15%);
    }
    100% {
      transform: translateX(0%);
    }
  }
@keyframes shake {
	0% {
        transform: rotate(5deg);
     
    }
	100% {
        transform:rotate(-5deg);
      
    }
}

.blur-blue{
    border-radius: 100px;
    opacity: 0.85;
    background: var(--color-blue);
    /* box-shadow: 40px 40px 40px; */
    filter: blur(25px);
    animation: goRL 8s linear 0s infinite alternate;
}
.blur-pink{
    border-radius: 100px;
    opacity: 0.60;
    background: var(--color-pink);
    filter: blur(25px);
    animation: animate-cloud4 5s infinite linear;
    -webkit-animation: animate-cloud4 5s infinite linear;
    -moz-animation: animate-cloud4 5s infinite linear;
}
.blur-pink{
    border-radius: 100px;
    opacity: 0.60;
    background: var(--color-pink);
    filter: blur(25px);
    animation: animate-cloud 10s infinite linear;
    -webkit-animation: animate-cloud 10s infinite linear;
    -moz-animation: animate-cloud 10s infinite linear;
}
.blur-yellow{
    border-radius: 100px;
    opacity: 0.40;
    background: var(--color-yellow);
    filter: blur(35px);
    animation: goRL1 8s linear 0s infinite alternate;
}
.shape-1{
    left: 23%;
    bottom: 30%;
}
.shape-2{
    left: 35%;
    bottom: 45%;
}
.shape-3{
    left: 10%;
    top: 15%;
}
.shape-4{
    right: 16%;
    top: 30%;
}
.shape-5{
    right: 36%;
    top: 50%;
}
.shape-6{
    right: 25%;
    bottom: 80%;
}
.shape-7{
    left: 15%;
    bottom:0%;
}
.shape-8{
    left: 5%;
    bottom: 30%;
}
.shape-9{
    right: 5%;
    top: 10%;
}
.size-1{
    width: 90px;
    height: 90px;
}
.size-2{
    width: 80px;
    height: 80px;
}
.size-3{
    width: 60px;
    height: 60px;
}
.size-4{
    width: 40px;
    height: 40px;
    filter: blur(20px);
    opacity: 0.80;
}

@keyframes jump {
    0%,40%,100% {transform: translateY(0);}
    20% {transform: translateY(-5rem);}
}

@keyframes rotate-shape {
    0% {
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
    }
    100% {
      -webkit-transform: rotateZ(-360deg);
      transform: rotateZ(-360deg);
    }
  } 

.giraf_top{
    position: relative;
}
.giraf_top::before{
    position: absolute;
    left: 0;
    top: -68px;
    content: '';
    width: 100%;
    height: 90px;
    background: url(../img/bg/top-giraf.svg) no-repeat center / cover;
    z-index: 8;
}
.giraf_section{
    position: relative;
    z-index: 10;
    margin-top: -270px;
    padding-bottom: 150px;
}
.giraf-center{
    position: relative;
}
.butterfly5 {
    left: 24%;
    top: 25%;
}
.butterfly5 img{
    animation: shake 1.5s linear 0s infinite alternate;
    width: 40px;
}
.butterfly6 {
    right: 24%;
    top: 44%;
}
.butterfly6 img{
    animation: shake 1.5s linear 0s infinite alternate;
    width: 40px;
}

.butterfly7 {
    left: 27%;
    top: 10%;
}
.butterfly7 img{
    animation: shake 1.5s linear 0s infinite alternate;
    width: 30px;
}
.butterfly8 {
    right: 30%;
    top: 10%;
}
.butterfly8 img{
    animation: shake 1.5s linear 0s infinite alternate;
    width: 30px;
}
.girraf1{
    top: 15%;
    left: 30%;
}
.girraf2{
    bottom: 12%;
    left: 15%;
}
.girraf3{
    top: 15%;
    right: 15%;
}
.girraf4{
    bottom: 12%;
    right: 23%;
}
.girraf5{
    bottom: 0%;
    right: 5%;
}
.girraf6{
    bottom: -18%;
    left: 2%;
}
.giraf-2c{
    animation: zoom-in-zoom-out 10s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.hero_banner_section_page{
    height: 280px !important;
    padding-top: 20px;
}
.hero_banner_section_page .clound4{
    right: 23%;
    top:15%
}
.hero_banner_section_page .clound2{
    top:3%;
    left:10%
}
.hero_banner_section_page .clound2 img{
    width: 95%;
}
.hero_banner_section_page .sun{
    right: 18%;
    top:-20%;
}
.hero_banner_section_page .sun img{
    width: 80%;
}
.hero_banner_section_page .butterfly3{
    top:30%
}
.giraf_section_page .girraf1{
    top:55%;
    left:15%;
}
.giraf_section_page .girraf3{
    top:55%;
    right:15%;
}

/* FUNCTION */
.service_section{
    margin-bottom: 30px;
    padding-bottom: 60px;
    position: relative;
}
.single_services .services_thumb{
    margin-bottom: 20px;
}
.services_content {
    font-family: var(--font-primary);
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 22px;
  }
.services_thumb img{
    transition: 0.3s;
}
.services_thumb img:hover {
    transform: scale(1.1);
  }
/* PRODUCTS */
.product_page_section,
.page_section{
    position: relative;
    z-index: 10;
    margin-top: 180px;
    margin-bottom: 120px;
}
.product_section{
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 60px;
}
.product_section .product_slick{
    background: var(--backgorund-secodary-color);
    margin-left: -25px;
    margin-right: -25px;
    padding:20px 0;
    border-radius: 30px;
}
.slick-list {
    padding: 15px 0;
}
.single_product{
    background: var(--color-blue);
    border-radius: 28px;
    border:none;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 3px;
    margin-bottom: 0;
    transition: 0.3s;
}
.single_product:hover{
    transform: scale(1.05);
}
.product_content {
    padding: 10px 10px 10px;
}
.single_product .product_thumb .product_thumb_bg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:307px;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.product_content .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: var(--font-primary);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 45px;
}
.product_page_wrapper .single_product{
    margin-bottom: 20px;
}

/* BLOG */
.blog_section{
    margin-bottom: 150px;
}
.blog_section .single_blog .blog_thumb{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-family: var(--font-primary), serif;
}

.blog_content a{
    margin-bottom: 0;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 50px;
    font-family: var(--font-primary), serif;
    font-weight: 600;
}
.blog-detail-page{
    margin-bottom: 30px;
}
.blog-detail-page .title{
    margin-bottom: 0;
    line-height: 26px;
    font-family: var(--font-primary), serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}
.blog-detail-page p{
    text-align: justify;
}
.blog-detail-page img{
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.blog-detail-page h1,
.blog-detail-page h2,
.blog-detail-page h3,
.blog-detail-page h4,
.blog-detail-page h5,
.blog-detail-page h6{
    font-family: "Inter", sans-serif;
}

/* FOOTER */
.footer_widget_list > h3{
    font-family: var(--font-primary), serif;
}
.footer_widgets{
    position: relative;
}
.footer_widgets::before {
    position: absolute;
    left: 0;
    top: -45px;
    content: '';
    width: 100%;
    height: 92px;
    background: url(../img/bg/top-footer.svg) no-repeat center / cover;
    z-index: 8;
}

.main_footer{
    position: relative;
    z-index: 9;
    padding: 0 0 30px;
}
.footer_list_width .footer_menu{
    line-height: 22px;
}
.footer_list_width .footer_menu li,
.komii-info .footer_menu li{
    display: flex;
    align-items: center;
}
.footer_list_width .footer_menu .ic-komii,
.komii-info .footer_menu .ic-komii{
    width: 30px;
    height: 20px;
    display: block;
    margin-right: 5px;
}
.ic-location{
    background-image: url('../img/icon/location.svg');
}
.ic-phone{
    background-image: url('../img/icon/phone.svg');
}
.ic-mail{
    background-image: url('../img/icon/mail.svg');
}

.footer_list_width .footer_social ul{
    display: flex;
}
.footer_list_width .footer_social ul li{
    margin-right: 10px;
}

/* MODAL */
.modal_body {
    padding: 15px;
}
.modal-content{
    background: var(--color-blue);
    border-radius: 28px;
}
.modal_title{
    font-family: var(--font-primary);
    text-transform: inherit;
    margin-bottom: 0;
    font-size: 22px;
}
.modal_price span{
    color:var(--text-color-base);
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 500;
}
.modal_add_to_cart{
    border-bottom: 1px dashed #754C29;
    border-top: 1px dashed #754C29;
    padding: 10px 0;
    margin-bottom: 15px;
}
.quantity p{
    margin-bottom: 0;
    margin-right: 10px;
}
.product_pro_button .pro-qty{
    border:1px dashed #754C29 !important;
    background: var(--color-yellow);
    color:var(--text-color-base)
}
.product_pro_button .pro-qty input{
    height: 30px;
    width: 40px;
    font-size: 18px;
    border-right: 1px dashed #754C29 !important;
    border-left: 1px dashed #754C29 !important;
}
.product_pro_button .pro-qty{
    padding:0 5px;
    border-radius: 6px;
}
.product_pro_button .pro-qty a,
.product_pro_button .pro-qty input{
    color:var(--text-color-base)
}
.product_pro_button .pro-qty{
}
.product_pro_button {
    margin-bottom: 10px;
}
.form_input input{
    border:1px dashed #754C29 !important;
    background: var(--color-yellow);
    color: var(--text-color-base);
    height: 34px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 15px;
    margin-bottom: 0px;
}
.form_input input::placeholder,
.form_input textarea::placeholder{
    color: var(--text-color-base);
}
.form_input .text-danger,
.text-danger{
    font-style: italic;
    font-size:13px;
    line-height: 15px;
    margin-top: 5px;
}
.captcha{
    width: 100px;
    height: 40px;
    margin-right: 5px;
    background: #fff;
    border:1px solid #754C29;
}
.p-l-0{
    padding-left: 0;
}
.p-r-0{
    padding-right: 0;
}
.modal_description{
    font-size: 15px;
}
.modal-content button.close{
    background: transparent;
    border:none;
}
.modal_description .title{
    font-family: var(--font-primary);
    font-weight: 600;
}
.modal_description ul{
    padding-left: 20px;
}
.modal_description {
    line-height: 24px;
    height: 320px;
    overflow-y: scroll;
}
.modal_description ul li{
    list-style: disc;
}
.a-t-c-b{
    margin-top: 10px;
}
.form_input_btn .add_to_cart{
    background: var(--text-color-base);
    color:var(--color-yellow);
    font-family:var(--font-primary);
    font-weight:600;
    padding: 5px 16px;
    border-radius: 10px;
    border:none;
}
.shopee-cart p{
    margin-bottom: 0;
    margin-right: 5px;
}
.modal-dialog.modal-dialog-centered {
    min-width: 960px;
}
.modal_tab{
    position: relative;
   
}
.modal_tab_button{
    /* position: absolute;
    bottom: 10px; */
}
.modal_tab_img img{
    border-radius: 20px;
    width:100%;
}
.product_navactive.owl-carousel .owl-nav div:hover{
    background: var(--text-color-base);
    color:var(--color-yellow);
}
.product_sidebar{
    position: sticky;
    top:50px;
}
.product_widget{
    display: flex;
    border-bottom: 1px dashed #754C29;
    padding-bottom: 20px;
    padding-top: 20px;
}
.product_widget:first-child{
    padding-top: 0;
}
.widger__list .title{
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.widger_filter_list .check-box{
    font-size: 15px;
}
.widger_filter_list .check-box input{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border:1px solid #754C29;
    margin-right: 10px;
}


.check-group input[type=checkbox]:checked {
    counter-increment: checked;
  }
  .check-group__result {
    font-weight: bold;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .check-group__result:after {
    content: counter(checked) " / " counter(total);
    padding-left: 1ch;
  }
  
  .checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .checkbox__input {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    opacity: 0;
    cursor: pointer;
  }
  .checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
  }
  .checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
  }
  .checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
  }
  .checkbox__label {
    margin-left: 0.5em;
  }
 
  .widger_filter_list li{
    width: 50%;
    float: left;
  }


/* BLOGS */
.blogs_page{
    margin-top: 180px;
    margin-bottom: 120px;
}
.blogs_page .single_blog{
    margin-bottom: 20px;
}
.blog_pagination_sidebar{
    justify-content: center;
}
.pagination ul li.current span,
.pagination .page-item a:hover{
    background: var(--text-color-base);
    color:var(--color-yellow);
    border-color:var(--text-color-base);
    font-size: 15px;
}
.pagination ul li a{
    border-color:var(--text-color-base);
    color:var(--text-color-base);
    font-size: 15px;
}
.pagination .page-item{
    padding:0 3px;
}
.pagination .page-item .page-link,
.page-link {
    font-weight: 500;
    color:var(--text-color-base);
    width: 38px;
    height: 38px;
    line-height: 23px !important;
    text-align: center;
    border: 1px solid #754C29;
    border-radius: 50%;
    display: inline-block;
    background:transparent;
    font-size: 15px;
}
.pagination .active .page-link{
    background: var(--text-color-base);
    color:var(--color-yellow);
    border-color:var(--text-color-base);
}
.pagination .disabled{ 
    opacity:.6;
}

.blog-detail-page ul{
    list-style: disc;
    margin-left: 20px;
}

/* CONTACT */
.map{
    background: var(--color-yellow);
    border-radius: 30px;
    padding: 3px;
}
.map iframe{
    border-radius: 30px;
}
.komii-info .title{
    font-family: var(--font-primary);
    color:var(--text-color-base);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.form-contact{
    width: 68%;
    margin-top: 20px;
}
.form-contact .form_input{
    margin-bottom: 10px;
}
.form_input textarea{
    border:1px dashed #754C29 !important;
    background: var(--color-yellow);
    color: var(--text-color-base);
    height: 100px;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 0;
    font-size: 15px;
    margin-bottom: -10px;
    padding:5px 10px;
}
/* ABOUT */
.desc-about{
    font-family: var(--font-primary);
    font-size: 18px;
    position: relative;
    text-align: justify;
    margin-bottom: 60px;
}
.desc-about::before{
    content: '';
    background: url('../img/icon/quote-ic.svg') no-repeat;
    width: 29px;
    height: 18px;
    display: block;
    position: absolute;
    left: -35px;
    top:-10px;
}
.desc-about::after{
    content: '';
    background: url('../img/icon/quote-ic.svg') no-repeat;
    width: 29px;
    height: 18px;
    display: block;
    position: absolute;
    right: -35px;
    bottom:-10px;
    transform: rotate(3.142rad);
}
.product_tab_feature a{
    color: var(--text-color-base);
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 10px 20px;
}
.product_tab_feature a.active{
    color: var(--color-yellow);
    background:var(--text-color-base);
    border-radius: 60px;
}
.product_tab_feature_content{
    margin-top: 60px;
}
.feature_content{
    text-align: center;
    list-style: none;
    width: 220px;
    margin: 0px auto 30px;
    position: relative;
}
.feature_content img{
    width: 100px;
    margin-bottom: 10px;
    animation: zoom-in-zoom-out 5s ease-out infinite;
}
.left-1{
    left: 60px;
}
.right-1{
    right: 60px;
}
.bottom-1{
    /* top:-40px; */
}
.line-1{
    background: url('../img/icon/line1.svg') no-repeat;
    width: 96px;
    height: 43px;
    right: -55px;
    top: 40px;
}
.line-2{
    background: url('../img/icon/line2.svg') no-repeat;
    width: 120px;
    height: 34px;
    left: -65px;
    top: 40px;
}
.line-3{
    background: url('../img/icon/line3.svg') no-repeat;
    width: 73px;
    height: 24px;
    right: -25px;
    top: 40px;
}
.line-4{
    background: url('../img/icon/line4.svg') no-repeat;
    width: 95px;
    height: 32px;
    left: -45px;
    top: 40px;
}
.line-5{
    background: url('../img/icon/line5.svg') no-repeat;
    width: 29px;
    height: 74px;
    left:40%;
    top: -57%;
}
.bimdan-thumb{
    transform: rotate(20deg);
}
.bimquan-thumb {
    width: 70%;
}
.d-pc-none,
.header_account{
    display: none;
}
.map iframe {
    height: 480px;
}

.modal{
    background: rgba(0,0,0,.3);
}
.modal_tab_button ul li a{
    border:none;
    display: block;
}
/* .owl-carousel.owl-drag .owl-item{
    background: #f00;
} */
.product_navactive.owl-carousel .owl-nav div.owl-next,
.product_navactive.owl-carousel .owl-nav div.owl-prev{
    font-size: 0;
}
.product_navactive.owl-carousel .owl-nav div{
    line-height: 39px;
}
.product_navactive.owl-carousel .owl-nav div.owl-next::before{
    content: '\f125';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.product_navactive.owl-carousel .owl-nav div.owl-prev::before{
    content: '\f124';
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}


/* .footer_menu li:nth-child(2),
.footer_menu li:nth-child(3){
    display: none;
} */
.main_menu nav > ul > li:hover ul.bucker-dropdown {
    visibility: visible;
    opacity: 1;
    top: 80%;
}
.main_menu nav > ul > li ul.bucker-dropdown{
    /* transition: none !important; */
}

.feature_content p {
    line-height: 22px;
}

/* RESPOSIVE */
/* ---------------------*/
/* ---------------------*/
@media (max-width: 1920px) {
    .hero_banner_section {
        height: 590px;
    }
}
/* X-Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero_banner_section {
        height: 530px;
    }
    .clound2 {
        left: 11%;
        top: 26%;
    }
    .shape-3 {
        left: 5%;
        top: 15%;
    }
    .butterfly1 {
        left: 23%;
        top: 10%;
    }
    .clound4 {
        right: 15%;
        top: 28%;
    }
    .clound3 {
        right: 3%;
        top: 15%;
    }
    .sun {
        right: 9%;
        top: -3%;
    }
    .shape-4 {
        right: 24%;
        top: 30%;
    }
    .girraf5 {
        bottom: 0%;
        right: 1%;
    }
}
/*XX-Large devices (larger desktops, 1400px and up)*/ 
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  
 
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
   
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media (max-width: 767px){
    .services_content{
        font-size:16px;
        line-height: 22px;
    }
    .product_content .title {
        overflow: inherit;
        line-height: 20px;
        text-overflow: inherit;
        display: block;
    }
    .header_logo img {
        width: 130px;
    }
   .stroke-text{
        font-size: 26px;
    }
    .footer_menu ul li a, .footer_menu li {
        font-size: 14px !important;
        text-align: left;
    }
    .product_section .product_slick{
        margin-right: 0;
        margin-left: 0;
    }
    .girraf6,.girraf5,
    .girraf4, .girraf3, .girraf2, .girraf1,
    .clound2, .butterfly4,
    .shape-6, .shape-4, .shape-2{
        display: none;
    }
    .service_section,
    .product_section{
        margin-bottom: 0;
    }
    .hero_banner_inner .stroke-text {
        font-size: 28px;
    }
    .hero_banner_inner{
        padding: 0 0 30px;
    }
    .hero_banner_section{
        padding-top: 15px;
    }
    .header_section{
        z-index: 10;
        position: relative;
    }
    .sun {
        right: 5%;
        top: -11%;
        z-index: 8;
    }
    .hero_banner_section_page .sun{
        top: -20%;
        right: 3%;
    }
    .sun img,
    .hero_banner_section_page .sun img {
        width: 60%;
    }
    .clound3 {
        right: 5%;
        top: -2%;
    }
    .clound3 img{
        width: 80px;
    }
    .hero_banner_section_page .clound4 img{
        width: 50px;
    }
    .hero_banner_section_page .clound4{
        top:3%;
    }
    .shape-3 {
        left: -3%;
        top: 4%;
    }
    .size-1 {
        width: 30px;
        height: 30px;
        opacity: .7;
        filter: blur(15px);
    }
    .butterfly1 img{
        width: 30px;
    }
    .giraf_section img{
        width: 60%;
        margin-top: 90px;
    }
   
    .butterfly1 {
        left: 25%;
        top: 1%;
    }
    .butterfly2{
        top:63%;
    }
    .clound4 {
        right: inherit;
        left: 8%;
        top: 65%;
    }
    .butterfly3 {
        right: 4%;
        top: 65%;
    }
    .hero_banner_section_page .butterfly3{
        top:5%;
    }
    .hero_banner_section_page .butterfly3 img{
        width: 60%;
    }
    .shape-5 {
        right: 8%;
        top: 50%;
    }
    .hero_banner_section {
        height: 560px;
    }
    .giraf_section{
        padding-bottom: 0px;
        margin-bottom: 30px;
        /* margin-top: 10px; */
    }
    .single_product .product_thumb .product_thumb_bg{
        height: 340px;
    }
    .footer_social{
        justify-content: center;
        display: flex
    }
    .footer_list_width,
    .footer_list_width.middle{
        margin-bottom: 30px;
    }
    .modal_body .container{
        width: 100%;
        max-width: 100%;
    }
    .modal_body .container .col-md-5{
        padding-right: 0;
    }
    .modal_body .container .col-md-7{
        padding-left: 0;
    }
    .modal-dialog.modal-dialog-centered {
        min-width: auto;
    }
    .modal_tab_button{
        position: inherit;
        bottom: auto;
    }
    .modal_tab_img img{
        width: 60%;
    }
    .modal_tab{
        height: auto;
        margin-bottom: 10px !important;
    }
    .modal_body{
        padding: 10px;
    }
    .product_pro_button{
        justify-content: left;
    }
    .modal_add_to_cart .form_input{
        margin-bottom: 10px;
    }
    .modal_add_to_cart .form_input:nth-child(2),
    .modal_add_to_cart .form_input:nth-child(3){
        padding-left: 10px;
    }
    .modal_title,
    .modal_price span {
        font-size: 18px;
        font-weight: 600;
    }
    .quantity p,
    .shopee-cart p{
        font-size: 15px;
    }
    .modal-content button.close{
        left: auto;
        right:10px;
    }
    .hero_banner_section_page{
        height: 220px !important;
    }
    .blogs_page, .product_page_section,
    .page_section{
        z-index: 99;
        position: relative;
        margin-top: 280px;
    }
    /* .single_product .product_thumb .product_thumb_bg {
        height: 380px;
    } */
    .product_page_section .single_product .product_thumb .product_thumb_bg,
    .single_product .product_thumb .product_thumb_bg {
        height: 190px;
    }
    .single_product{
        margin-bottom: 20px;
    }
    .desc-about::after{
        right: 0;
    }
    .desc-about::before{
        left: 0;
        top:-20px;
    }
    .line-1, .line-2, .line-3, .line-4, .line-5,
    .bimdan-thumb, .bimquan-thumb{
        display: none;
    }
    .feature_content{
        width: 100%;
    }
    .left-1{
        left: 0;
    }
    .right-1{
        right: 0;
    }
    .bottom-1{
        top: 0;
    }
    .d-pc-none{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .header_account{
        display: block;
    }
    .d-pc-none.bimdan-thumb{
        position: inherit;
        left: auto;
        top: 0;
    }
    .desc-about{
        font-size: 16px;
    }
    .butterfly5 {
        left: 19%;
    }
    .butterfly6 {
        right: 20%;
    }
    .butterfly7{
        left: 0%;
    }
    .butterfly8{
        right: 5%;
    }
    .blog-detail-page img{
        padding: 0;
    }
    .komii-info{
        margin-top:30px;
    }
    .form-contact{
        width:100%;
    }
    .map iframe {
        height: 220px;
    }
    .modal_description{
        height: 220px;
    }
    
}


@media (max-width: 400px){
   
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
    
}
