@font-face {
  font-family: 'KhiemCustomFont';
  src: url('../Conten/Font/Yellowtail-Regular.ttf') format('truetype');
  /* src: url('../Conten/Font/MonsieurLaDoulaise-Regular.ttf') format('truetype'); */
  font-weight: normal;
  font-style: normal;
}
body{
    min-width: 1360px;
}
.container_header {
    display: grid;
    grid-template-areas:
      "header1 header2 header3 ";
    grid-template-columns: 300px auto 300px;

    top: 0;
    left: 0;
    /* height: 100px; */
    width: 100%;
    background-color: #F1F1F1;
    box-shadow: 0 5px 5px 0 #00000047;
    position: fixed;
    z-index: 1;
  }
  .container_header > div.header1 {
    grid-area: header1;
  }
  .container_header > div.header2 {
    grid-area: header2;
    min-width: 770px;
  }
  .container_header > div.header3 {
    grid-area: header3;

  }

.container_header,.logo_img, .line_fist, .box_search3 ,.container_menu > * {
    transition: all 0.6s;
  }
.container_header2 .container_header {
    height: 60px;
}
.logo_img{
    width: 90px;
}
.logo_img1 .logo_img{
    width: 50px;
    margin: 7px;
}
.line_fist1 .line_fist{
    display: none;
  }
.text_header{
    text-align: center;
    font-size: 35px;
    /* font-family: 'Brush Script MT'; */
    font-family: 'KhiemCustomFont';

    color: rgb(0, 0, 0);
}
.box_search {
    display: grid;
    grid-template-areas:
      "box_search1 box_search2 ";
    grid-template-columns: auto 50px;

    /* border-style: double; */
    background-color: #ffffff;
    border-radius: 20px;
    margin: auto;
    height: 30px;
    width: 350px;
    box-shadow: 0px 0px 5px 2px #0b120d6e;
  }
  .box_search > div.box_search1 {
    grid-area: box_search1;
  }
  .box_search > div.box_search2 {
    grid-area: box_search2;

    margin: auto;
  }
.box_search3 .box_search{
    margin: 16px auto auto auto;
}
.box_search:hover{
  box-shadow: 0px 0px 13px 2px #39ed6d6e;
}
.search_input{
    margin: 4px 4px 4px 10px;
    border: none;
    outline: none;
    height: 21px;
    width: 100%;
}
.find{
    border: none;
    background-color: #ffffff;
}
.css_find{
    width: 22px;
}
.container_icon{
    display: grid;
    padding: 5px 15px 5px 100px;
    grid-template-columns: auto auto auto;
}
.css_size_icon{
    width: 30px;
}
.button_top{
    margin: auto;
    border: none;
    background-color: #ffffff00;
}
.button_top:hover{
    background-color: rgb(49, 251, 151);
    border-radius: 20%;
    box-shadow: rgb(0 0 0 / 23%) 0px 0px 5px 5px;
}
.container_menu{
    display: grid;
    padding: 5px 15px 5px 40px;
    grid-template-columns: auto auto auto auto;
}
.container_menu1 .container_menu{
    margin-top: 11px;
}
.notic_card{
    display: none;
    color: #000000;
    border-radius: 9px;
    background-color: #ffffff;
    width: 30px;
    height: 16px;
    position: absolute;
    margin-left: 18px;
    margin-top: -7px;
    font-size: 12px;
    border: 1.5px solid #000000;
    font-weight: 700;
}
.div_main{
  height: 110px;
}
.top_produce {
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  height: 350px;
  box-shadow: 0 0 10px 5px #00000047;

  display: grid;
  /* grid-template-columns: 550px auto 480px; */
  grid-template-columns: auto 550px;

}
.text_left {
  font-size: 18px;
    font-weight: 600;
    width: 180px;
    color: #000000;
    background-color: rgb(49 251 151);
    padding: 10px;
    border-radius: 10px 0 10px 0;
    box-shadow: 2px 2px 7px 0px #7afd95;
}
.main_container_box_top_produce{
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  /* background-color: aquamarine; */
  box-shadow: 0px 0px 10px 2px rgb(49 251 151 / 25%);
  border-radius: 20px;
  margin: 20px 0px 0px 20px;
  height: 270px;
}
.container_box_top_produce{
  display: grid;
  grid-template-columns: 350px 350px 350px 350px ;
}
.wrapper_top_produce {
  display: inline-grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  white-space: nowrap; 
}
.box_top_produce{
  width: 330px;
  height: 250px;
  /* background-color: aliceblue; */
  margin: 15px 0;
}

.box_shop_top{
  background-color: #ffffff;
  border: 1px solid rgb(49 251 151);
  /* width: 300px; */
  border-radius: 10px;
  margin: 0 15px 0 15px;
}
.box_shop_top:hover{
  /* background-color: #a8e5c7; */
  /* background-color: rgb(49 251 151); */
  background-color: rgb(218, 248, 233);
  /* height: 255px; */
  /* width: 50%; */
  box-shadow: 0px 8px 7px 1px #888888;
  /* border-radius: 5%; */
}

.box_text_min_top_produce {
  border: 1px solid rgb(49 251 151);
  border-radius: 16px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin: 20px 10px 20px 25px;
  box-shadow: 0 0 6px 2px #3e87527a;
}
.box_text_min_top_produce:hover{
  background-color: #70ffcf2e;
}
.css_image_top{
  max-width: 500px;
  margin: 15px;
  box-shadow: 0px 0px 10px 2px rgb(49 251 151 / 25%);
    border-radius: 10px;
    padding: 10px;
}
.menu_all_produce{
  margin: 20px 10px 0px 10px;
  height: 41px;
  /* background-color: #F1F1F1; */
  box-shadow: -2px -5px 9px 0px #5959594d;
  border-radius: 10px 10px 0 0;
}
.container_main{
    display: grid;
    grid-template-areas:
      "main1 main2 main3 ";
    grid-template-columns: 200px auto;

    margin: 0 10px 10px 10px;
    box-shadow: 0px 5px 9px 0px #3e875263;

  }
  .container_main > div.main1 {
    grid-area: main1;
  }
  .container_main > div.main2 {
    grid-area: main2;
    /* min-width: 350px; */
  }
  .container_main > div.main3 {
    grid-area: main3;

  }
.flex-container {
  display: grid;
  grid-template-areas:
    "produce1 produce2 produce3 produce4 produce5";
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.flex-container > div.produce1 {
  grid-area: produce1;
}
.flex-container > div.produce2 {
  grid-area: produce2;
}
.flex-container > div.produce3 {
  grid-area: produce3;
  /* min-width: 350px; */
}
.flex-container > div.produce4 {
  grid-area: produce4;

}
.flex-container > div.produce5 {
  grid-area: produce5;

}
a {
  text-decoration: none;
}
.box_img_shop{
  width: 100%;
  border-radius: 10px;
}
.box_shop{
  background-color: #ffffff;
  border: 1px solid rgb(49 251 151);
  /* width: 300px; */
  border-radius: 10px;
  margin: 10px;
}
.box_shop:hover{
  /* background-color: #a8e5c7; */
  /* background-color: rgb(49 251 151); */
  background-color: rgb(218, 248, 233);
  /* height: 255px; */
  /* width: 50%; */
  box-shadow: 0px 8px 7px 1px #888888;
  /* border-radius: 5%; */
}
.text_heder_produce{
  color: #000;
  font-size: 22px;
  margin: auto;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.text_cost_produce{
  color: #0011ff;
  font-size: 24px;
  /* font-weight: 600; */
  margin: auto;
  /* width: 68%; */
  /* margin-top: 5px; */
  background-color: #c4fcff6b;
  text-align: center;
  margin: auto;
  padding: 5px;
}
.container_footer{
  display: grid;
      /* padding: 5px 15px 5px 40px; */
      grid-template-columns: 500px auto 500px;
      color: #000000;
      /* background-image: linear-gradient(180deg, #ffffff, #243b4c); */
      padding: 10px;
      text-align: center;
      font-size: 16px;
      box-shadow: 2px -5px 6px 0px #0000002b;
      background-color: #F1F1F1;
      margin-top: 20px;

}
.container_icon_footer{
    display: grid;
    grid-template-columns:  200px 65px 65px 65px;
}
.footer_text_icon{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.text_bottom{
  color: rgb(255 255 255 / 73%);
}
.logo_cart{
    width: 300px;
}
.footer_text{
  text-align: center;
    font-size: 16px;
    /* font-family: 'Brush Script MT'; */
    font-family: 'KhiemCustomFont';
    color: rgb(109 183 79 / 53%);
    margin-top: 35px;
}
.div_footer_img{
  padding-left: 200px;
}
.css_name_footer{
  text-align: left;
  font-size: 40px;
   /* font-family: 'Brush Script MT';     */
   font-family: 'KhiemCustomFont';
  color: rgb(0, 0, 0);
}
.css_contact{
  display: grid;
  grid-template-columns: 100px auto;

}
.logo_contact{
  width: 60px;
}
.text_contact_footer{
  text-align: left;
  margin-top: 10px;
  color: #50555a;
}
.sdt_contact_footer{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.text_info_footer {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  color: #35675f;
}
.text_loca_footer{
  font-size: 17px;
  text-align: left;
}
.css_icon_contac_footer{
  margin-top: 10px;
}
.text_link_short_foorter{
  display: grid;
  grid-template-columns: auto 150px 100px 150px auto;
  margin: 20px;
}
.text_list_link_short_foorter{
  padding: 2px;
  color: #35675f;
  font-weight: 600;
  text-align: left;
}
.text_list_link_short_foorter:hover{
  color: rgb(49 251 151);
}

.size_min_width_main{
  max-width: 1880px; 
  min-width: 1330px;
  margin: auto;
}



/* MAP */
.main_view_map {
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  height: 610px;
  box-shadow: 0 0 10px 5px #00000047;
}
.map_view_margin{
  margin: 20px;
}
/* CARD */
.main_view_card{
  display: grid;
  grid-template-areas:
    "view_card1 view_card2 view_card3";
  grid-template-columns: 350px auto 350px;

  min-height: 611px;
}
.view_card1, .view_card2, .view_card3{
  border-radius: 10px;
  margin: 0 10px 0 10px;
  min-height: 610px;
  box-shadow: 0 0 10px 5px #00000047;
}
/* #id_show_his{
  height: 550px;
  margin: 10px;
  border-radius: 10px;
  overflow: auto;
} */
.css_id_show_his{
  height: 550px;
  margin: 10px;
  /* background-color: aliceblue; */
  border-radius: 10px;
  overflow: auto;
}
#id_show_top{
  height: 550px;
  margin: 10px;
  background-color: aliceblue;
  border-radius: 10px;
  overflow: auto;
}
.overflow_view_card{
  height: 550px;
  overflow: auto;
  margin: 10px;


}
.text_infor_card{
  margin: 10px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.input_card_infor{
  margin: 0 15px 0 15px;
  border-radius: 10px;
  max-height: 24px;
  min-height: 24px;
  font-size: 16px;
  max-width: 293px;
  min-width: 293px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 5px 2px #0b120d6e;
}
.input_card_infor:hover{
  box-shadow: 0px 0px 5px 2px rgb(49 251 151 / 56%);
}
.notice_card_infor{
  color: #424e4d;
    font-weight: 600;
    text-align: left;
    margin: 10px;
    background-color: #fad7ea;
    text-align: center;
}
.button_add_cart{
  border: none;
  font-size: 18px;
  font-family: 'Times New Roman';
  font-weight: 600;
  background-color: rgb(49 251 151);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px #7afd95;
  margin: 10px 0 10px 130px;
}
.button_add_cart:hover{
  background-color: rgb(24 187 164);
}
.css_sum_bill{
  font-size: 22px;
  font-weight: 600;
  color: #1000ff;
  text-align: center;
  background-color: aliceblue;
  padding: 5px;
  margin: 20px 0 20px 0;
  box-shadow: 0 0 7px 0px #6098ff;
}
#id_show{
  height: 490px;
  overflow: auto;
}
.cont_list_card{
  display: grid;
  grid-template-columns: 30px 200px auto 115px 100px 75px;

  min-height: 100px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0px #6098ff;
  padding: 5px;
}
.text_number_list_card{
  margin: auto;
    font-size: 16px;
    font-weight: 600;
}
.div_name_list_card{
    margin: auto;
    padding: 5px;
}
.text_name_list_card{
  color: #0b6b5b;
    margin: 30px 5px 5px 5px;
    font-size: 16px;
    font-weight: 600;
}
.text_name_list_card:hover{
  color: #2562a1;
}
.text_price_list_card{
  margin: auto;
    font-size: 17px;
    font-weight: 600;
    color: #1000ff;
}
.div_list_button_cart{
  margin: auto;
}
.list_button_cart{
  border: none;
    /* font-weight: 600; */
    background-color: rgb(49 251 151);
    padding: 6px;
    border-radius: 6px;
    margin: 10px;
    box-shadow: 2px 2px 7px 0px #1e5128;
    font-size: 13px;
    font-family: 'Times New Roman';
    width: 55px;
}
.list_button_cart:hover{
  background-color: rgb(24 187 164);
}

.number-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
}
.numberInput_list_card{
  width: 35px;
  font-size: 14px;
    font-weight: 600;
    font-family: 'Times New Roman';

}
.change-btn{
  height: 22px;
    width: 22px;
    box-shadow: 2px 2px 7px 0px #a5ddb1;
}
.change-btn:hover{
  background-color: rgb(49 251 151);
}


/* Show  */

.main_view_show_produce{
  display: grid;
  grid-template-areas:
    "view_show1 view_show2";
  grid-template-columns: 350px auto;
  /* grid-template-areas:
    "view_show1 v_s1 view_show2 vs_2";
  grid-template-columns: 350px auto 1150px auto; */

  min-height: 611px;
}
.view_show1{
  border-radius: 10px;
  margin: 0 10px 0 10px;
  /* min-height: 610px; */
  box-shadow: 0 0 10px 5px #00000047;
  padding-bottom: 10px;
}
.view_image_show_produce{
  border-radius: 10px;
  margin: 0 10px 0 10px;
  min-height: 300px;
  box-shadow: 0 0 10px 5px #00000047;
}
/* #id_show_his1{
  height: 550px;
  margin: 10px;
  border-radius: 10px;
  overflow: auto;
} */
 .view_show3{
  border-radius: 10px;
  margin: 20px 10px 0 10px;
  /* min-height: 610px; */
  box-shadow: 0 0 10px 5px #00000047;
  padding-bottom: 10px;
 }
 .css_id_show_his1 {
  height: 550px;
  margin: 10px;
  /* background-color: aliceblue; */
  border-radius: 10px;
  overflow: auto;
}
.view_infor_show_produce{
  border-radius: 10px;
  margin: 20px 10px 0 10px;
  min-height: 300px;
  box-shadow: 0 0 10px 5px #00000047;
}
.list_image_show_produce{
  display: grid;
  grid-template-columns: auto 500px;
}
.image_list_show_produce{
  width: 93%;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 2px #7afd95;
  margin: 20px;
}
.container_list_show_produce{
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 3 equal-width columns */
  margin: 0 20px 10px 20px;
}
.image_min_list_show_produce{
  width: 100%;
}

.mySlides_show {
  display: none;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.text_heder_produce_show{
  font-size: 18px;
  margin: 20px 10px;
  color: #0b6b5b;
  font-weight: 600;
}
.box_cart_onhan {
  /* border: 1px solid #0011ff; */
  width: 230px;
  border-radius: 20px;
  color: #2d13ca;
  font-size: 20px;
  padding: 2px;
  text-align: center;
  /* margin: 10px; */
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.button_new_card_show{
  border: none;
  font-size: 18px;
  font-family: 'Times New Roman';
  font-weight: 600;
  background-color: rgb(122, 255, 189);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 7px 0px #7afd95;
  /* margin: 10px 0 10px 130px; */
  width: 170px;
  margin-left: 13%;
}
.button_new_card_show:hover{
  background-color: rgb(43, 184, 113);

}
.cont_button_show{
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 30px;
}
.text_infor {
  color: #000000;
    font-size: 20px;
    /* font-weight: 500; */
    margin: auto;
    /* width: 100%; */
    margin-top: 10px;
    padding: 0 20px 20px 20px;
    font-size: 21px;
}
.video_youtube{
  width: 70%;
    min-height: 500px;
    /* margin: auto; */
    /* padding: 10px 50px 10px 50px; */
    padding: 10px 15% 10px 15%;
}

    .pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 20px;
    }

    .pagination button {
        padding: 6px 12px;
        border: none;
        background: #f0f0f0;
        cursor: pointer;
        border-radius: 4px;
    }

    .pagination button.active {
        background-color: #49af8d;
        color: white;
        font-weight: bold;
        font-family: auto;
    }
    

.carousel-container {
        position: relative;
        overflow: hidden;
    }

    .carousel-container::before,
    .carousel-container::after {
        content: '';
        position: absolute;
        top: 0;
        width: 80px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    /*.carousel-container::before {*/
    /*    left: 0;*/
    /*    background: linear-gradient(to right, white, transparent);*/
    /*}*/

    /*.carousel-container::after {*/
    /*    right: 0;*/
    /*    background: linear-gradient(to left, white, transparent);*/
    /*}*/

    .product-carousel {
        display: flex;
        flex-wrap: nowrap;
        /* gap: 12px; */
        animation: scroll 20s linear infinite;
    }

    .product-carousel {
        display: flex;
        flex-wrap: nowrap;
        /* gap: 12px; */
        animation: scroll 20s linear infinite;
        width: max-content;
        min-width: 100%;
    }
    /*#scroll_box_top_produce{*/
    /*    width: 1000px;*/
    /*}*/
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-33.33%);
        }
    }
    
/* Search */
.view_image_search_produce{
  border-radius: 10px;
  margin: 0 10px 0 10px;
  min-height: 611px;
  box-shadow: 0 0 10px 5px #00000047;
  padding-bottom: 10px;
}
.css_search_show{
  overflow: auto;
  height: 550px;
  padding: 10px;
}

.css_notice_view_max{
  display: none;
}
.css_view_esp32_2{
  display: block;
}
.view_eq_esp32{
  display: block;
}