/* MENU */
.main_menu{
    /* padding-right: 15px; */
    z-index: 9;
}

/* 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: 100px;
    padding-bottom:100px
}

.hero_banner_inner .stroke-text{
    font-size: 52px;
}
.hero_banner_inner p.desc{
    margin-top: 30px;
    margin-bottom: 40px;
}

.cloud1{
    top:-5%;
    left:2%;
    animation: animate-cloud2 10s infinite linear;
    -webkit-animation: animate-cloud2 10s infinite linear;
    -moz-animation: animate-cloud2 10s infinite linear;
}
.cloud2{
    top:15%;
    left:20%;
    animation: animate-cloud 14s infinite linear;
    -webkit-animation: animate-cloud 14s infinite linear;
    -moz-animation: animate-cloud 14s infinite linear;
}
.cloud2 img{
    width: 120px;
}
.cloud3{
    top:2%;
    left:35%;
    animation: animate-cloud2 20s infinite linear;
    -webkit-animation: animate-cloud2 20s infinite linear;
    -moz-animation: animate-cloud2 20s infinite linear;
}
.cloud3 img{
    width: 140px;
}
.cloud4{
    top:-5%;
    right:38%;
    animation: animate-cloud 14s infinite linear;
    -webkit-animation: animate-cloud 14s infinite linear;
    -moz-animation: animate-cloud 14s infinite linear;
}
.cloud4 img{
    width: 170px;
}
.cloud5{
    top:15%;
    right:25%;
    animation: animate-cloud 10s infinite linear;
    -webkit-animation: animate-cloud 10s infinite linear;
    -moz-animation: animate-cloud 10s infinite linear;
}
.cloud5 img{
    width: 120px;
}
.cloud6{
    top:-8%;
    right:8%;
    animation: animate-cloud2 10s infinite linear;
    -webkit-animation: animate-cloud2 10s infinite linear;
    -moz-animation: animate-cloud2 10s infinite linear;
    z-index: 10;
}
.cloud6 img{
    width: 85%;
}
.sun-gif{
    top:-22%;
    right: 0;
}

.hero_banner_inner .desc{
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
}

.btn-opapi{
    background: linear-gradient(90deg, #EC8123 0%, #FBB040 100%);
    border-radius: 60px;
    color:#fff;
    font-family: var(--font-primary);
    padding:10px 25px;
    -webkit-box-shadow: 4px 8px 0px -4px rgba(251,223,137,1);
    -moz-box-shadow: 4px 8px 0px -4px rgba(251,223,137,1);
    box-shadow: 4px 8px 0px -4px rgba(251,223,137,1);
}
.btn-opapi:hover{
    color:#fff;
}
.btn-banner{
    position: relative;
}
.sheep-btn{
    right: 23%;
    top:-38px;
}
.sheep-btn img{
    width: 80%;
    transform: rotate(20deg);
}

.sheep1{
    left:18%;
    bottom:35%;
}
.sheep2{
    left:32%;
    bottom:43%;
}
.sheep2 img{
    width: 130px;
}
.sheep3{
    right: 16%;
    bottom:40%;
}
.sheep3 img{
    width: 85%;
}
.sheep4{
    left:25%;
    bottom:8%;
}
.sheep4 img{
    width: 90%;
}
.sheep5{
    right:20%;
    bottom:12%;
}
.sheep5 img{
    width: 90%;
}
.sheep6{
    right:10%;
    bottom:-30%;
}
.sheep7{
    left:10%;
    bottom:-15%;
}
.sheep7 img{
    width: 150px;
}
.sheep8{
    right: 16%;
    top: 1%;
}

@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: 40%;
}
.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: -300px;
    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: 18px;
    margin-bottom: 14px;
  }
.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: -30px;
    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-orage1);
    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;
}
.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: 20px;
    margin-bottom: 15px;
}
.blog-detail-page p{
    text-align: justify;
}
.blog-detail-page img{
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20%;
}
.blog-detail-page .blog_thumb{
    width: 100%;
    height: 680px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

/* FOOTER */
.footer_widget_list > h3{
    font-family: var(--font-primary), serif;
}
.footer_widgets{
    position: relative;
}
.footer_widgets::before {
    position: absolute;
    left: 0;
    top: -38px;
    content: '';
    width: 100%;
    height: 39px;
    background: url(../img/bg/top-footer.svg) repeat;
    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 .logo-footer{
    width: 80%;
}
.footer_list_width .footer_menu li,
.komii-info .footer_menu li{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.footer_list_width .footer_menu .ic-komii,
.komii-info .footer_menu .ic-komii{
    width: 20px;
    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;
}

.ft-sfl-left{
    left: 0;
    bottom:50%;
    z-index: 9;
}

.ft-sfl-right{
    right: 0;
    bottom:50%;
    z-index: 9;
}
.ft-sfl-left img{
    width: 90%;
}
.sheepft-m-l {
    left: 10%;
    bottom:38%;
    z-index: 9;
}
.sheepft-nb-r {
    right: 11%;
    bottom:60%;
    z-index: 9;
}
.sheepft-m-l img,
.sheepft-nb-r img{
    width: 90%;
}

/* MODAL */
.modal_body {
    padding: 15px;
}
.modal-content{
    background: #DAE7C0;
    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-orage1);
    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: #DAE7C0;
    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);
}
.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: 292px;
    overflow-y: scroll;
}
.modal_description ul li{
    list-style: disc;
}
.a-t-c-b{
    margin-top: 10px;
}

.form_input_btn .add_to_cart{
    background: #EC8123;
    color: #fff;
    font-family:var(--font-primary);
    font-weight:600;
    padding: 8px 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: -30px;
    margin-bottom: 120px;
}
.blogs_page .single_blog{
    margin-bottom: 20px;
}
.blog_pagination_sidebar{
    justify-content: center;
}
.pagination ul li.current span,
.pagination ul li a:hover{
    background: var(--color-orage1);
    color:var(--text-color-base);
    border-color:var(--color-orage1);
    font-size: 15px;
}
.pagination ul li a{
    border-color:var(--text-color-base);
    color:var(--text-color-base);
    font-size: 15px;
}

/* CONTACT */
.map{
    background: var(--color-orage1);
    border-radius: 30px;
    padding: 3px;
    margin-bottom: 30px;
}
.map iframe{
    border-radius: 30px;
}
.komii-info .title{
    font-family: var(--font-primary);
    color:#EC8123;
    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:#DAE7C0;
    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: 30px;
}
.desc-about1{
    font-family: var(--font-primary);
    font-size: 15px;
    line-height: 22px;
    position: relative;
    text-align: justify;
    margin-bottom: 45px;
}
.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: #fff;
    background:var(--color-orage);
    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: 118px;
    margin-bottom: 10px;
}
.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: -40%;
}
.bimdan-thumb{
    transform: rotate(20deg);
    /* position: relative;
    left: -30px;
    top: 60px; */
}
.bimquan-thumb {
    /* width: 70%;
    position: relative;
    left: 50px;
    top: 60px; */
}
.d-pc-none,
.header_account{
    display: none;
}

.opapi-title{
    font-family: var(--font-primary);
    font-size: 28px;
    font-weight: 500;
}
.hero_breadcrumb {
    top: -150px;
    padding-top: 180px;
    height: 345px;
    background-size: cover !important;
    background-position: center center !important;
}
.color-orange{
    color: var(--color-orage);
}
.quote-text{
    background: url('../img/icon/bg-quote.svg') no-repeat;
    background-size: cover !important;
    background-position: center center !important;
    height: 245px;
    padding:80px 60px 0;
}
.quote-text::before{
    left: 25px;
    top: 80px;
}
.quote-text::after{
    right: 35px;
    bottom: 75px;
}

.modal {
    background: rgba(0,0,0,.3);
}

.modal_tab_button ul li a{
    border:none;
    display: block;
}

.product_navactive.owl-carousel .owl-nav {
    display: block !important;
}
.product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #f2f2f2;
    border-radius: 3px;
    color: #333;
    height: 32px;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .product_navactive.owl-carousel .owl-nav div:hover {
    background: #EC8123;
    color: #ffffff;
  }
  .product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
  }
  
  .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;
}

.feature_name{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: var(--font-primary);
    line-height: 22px;
}
.feature_desc{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
}
.owl-carousel .owl-item img{ 
    border-radius: 10px;
}

.footer_menu li:nth-child(2),
.footer_menu li:nth-child(3){
    display: none;
}
/* RESPOSIVE */
/* ---------------------*/
/* ---------------------*/
@media (max-width: 1920px) {
   
}
/* X-Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
/*XX-Large devices (larger desktops, 1400px and up)*/ 
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .logo-footer{ width: 80%;}
    .hero_banner_section{padding-top: 20px;}
    .sun-gif {top: -17%;}
    .sun-gif img{width: 130px;}
    .cloud1{top:0;}
    .cloud1 img{width: 150px;}
    .cloud2{top:8%;}
    .cloud2 img{width: 100px;}
    .cloud3 img{width: 130px;}
    .cloud4 img{width: 120px;}
    .cloud5{top:6%;}
    .cloud6 {right: 3%;}
    .cloud6 img{width: 160px;}
    .sheep1{left:6%;}
    .sheep2{left:25%; bottom:45%}
    .sheep3 {right: 3%;bottom: 43%;}
    .sheep4{left:15%;}
    .sheep5{right: 11%; bottom:15%;}
    .hero_banner_inner p.desc{margin-top: 15px;}
    .ft-sfl-left{left:-80px; z-index: 8;}
    .ft-sfl-left img{width: 200px;}
    .ft-sfl-right img{width: 180px;}
    .sheepft-nb-r{bottom:38%;right:7%;}
    .sheepft-nb-r img{width: 80px;}
    .sheepft-m-l {left:4%;}
    .sheepft-m-l img{width: 60px;}
    .footer_list_width{padding-right: 0;}
    .footer_list_width .logo-footer{padding-left:50px;}
    .hero_breadcrumb { top: -120px;padding-top: 126px !important;height: 253px;}
    
    
}

@media (max-width: 1199px) {
    .hero_banner_section{padding-top: 50px;}
    .sheep3 {right: 2%;bottom: 44%;}
    .sheep3 img {width: 120px;}
    .sheep2 {left: 23%;bottom: 46%;}
    .sheep2 img{width: 100px;}
    .sheep1 {left: 2%;bottom: 40%;}
    .sheep1 img{width: 120px;}
    .sun-gif{top:-18%;}
    .sun-gif img{width: 140px;}
    .cloud3{top:-3%;}
    .cloud6 img, .cloud1 img{width: 130px;}
    .cloud4 img{width: 120px;}
    .cloud2{top:6%;}
    .cloud2 img{width: 100px;}
    .cloud5{top:6%;}
    .sheep5{right: 12%;}
    .sheep5 img{width: 120px;}
    .sheep4{left:15%;}
    .sheep4 img{width: 120px;}
    .ft-sfl-left, .ft-sfl-right{top:-38%;}
    .ft-sfl-left img, .ft-sfl-right img{width: 100px;}
    .sheepft-m-l img{width: 60px;}
    .sheepft-m-l {left: 4%; bottom: 40%;}
    .sheepft-nb-r{right:1%}
    .sheepft-nb-r img{width: 80px;}
    .footer_list_width{padding-right: 0;margin-right: 0;}
    .footer_list_width .logo-footer{padding-left:100px;}
    .footer_list_width.middle{width: 50%;}
    .footer_list_width:last-child{margin-right: 10%;}
    .footer_list_width:nth-child(2){padding-right: 50px;}
    .sheep-btn{right:20%;}
    .hero_breadcrumb {top: -125px;padding-top: 130px !important;height: 263px;}
    .quote-text{height: 208px;padding-top: 50px;}
    .quote-text::before{top:45px;}
    .quote-text::after{bottom:35px;}
    .sheep8{right: 7%;  transform: rotate(20deg);}
}

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

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

@media (max-width: 767px){
    .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: 70%;
    }
   
    .butterfly1 {
        left: 25%;
        top: 1%;
    }
    .clound4 {
        right: inherit;
        left: 8%;
        top: 45%;
    }
    .butterfly3 {
        right: 4%;
        top: 40%;
    }
    .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;
    }
    .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: 190px;
    }
    .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;
    }
    .ft-sfl-left{left:0px; bottom:0;  z-index: 8;}
    .ft-sfl-right{right:0px; bottom:0;  z-index: 8;}
    .ft-sfl-left img{width: 120px;}
    .ft-sfl-right img{width: 120px;}
    .sheepft-m-l{left:1%; bottom:65%;}
    .sheepft-m-l img{width: 60px;}
    .sheepft-nb-r{right:1%;top:18%;}
    .sheepft-nb-r img{width: 80px;}
    .sun-gif{top:-13%;}
    .sun-gif img{width: 100px;}
    .hero_banner_inner .desc{font-size: 15px; line-height: 22px; font-weight: 500; margin-top: 40px;}
    .cloud1, .cloud6, .cloud5{display: none;}
    .cloud2 img, .cloud4 img{width: 60px;}
    .cloud3 img{width: 100px;}
    .cloud2 {top: 0%;left: 12%;}
    .cloud4 {top: -1%;right: 14%;}
    .cloud3 {top: -9%;left: 48%;}
    .sheep1{left:1%; top:19%;}
    .sheep1 img{width: 65px;}
    .sheep2{left:25%; top:13%;}
    .sheep2 img{width: 65px;}
    .sheep3 {right: 2%;top: 13%;}
    .sheep3 img{width: 65px;}
    .sheep4 {left: 2%;bottom: 8%; z-index: 9;}
    .sheep4 img{width: 90px;}
    .sheep5 {right: 2%;bottom: 3%; z-index: 9;}
    .sheep5 img{width: 100px;}
    .sheep-btn{right:8%;}
    .sheep-btn img{width: 70px;}
    .footer_list_width .logo-footer { width: 60%;}
    .hero_breadcrumb { top: -120px;padding-top: 126px !important;height: 180px;}
    .sheep6{ bottom:-20%;}
    .sheep6 img{ width: 80px;}
    .sheep7 img{ width: 80px;}
    .opapi-title{font-size: 22px;}
    .ft-sfl-left, .ft-sfl-right {bottom:0%; top: 71%;}
    .footer_list_width .logo-footer{padding-left:0;}
    .footer_list_width.middle{width: 100%;}
    .footer_list_width:last-child{margin-right:0;}
    .footer_list_width:nth-child(2){padding-right: 0;}
    .map iframe{height: 280px;}
    .form-contact{width: 100%;}
    .quote-text{background: url('../img/icon/bg-quote-m.svg') no-repeat; height: 372px; padding-left: 35px; padding-right: 35px;}
    .sheep8{right: 0; top:-15px;}
    .quote-text::before{top:30px; left: 8px;}
    .quote-text::after{bottom:35px; right: 20px;}
    .blog-detail-page .blog_thumb{
        height: 250px ;
    }
}


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