@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*top space*/
.top_space {
    height: 33px;
    padding: 0 8%;
    background-color: #144476;
}

.top_space_box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_space_left {
    display: flex;
    align-items: center;
}

.top_space_title {
    font-size: 13.5px;
    color: #f0e9d6;
    margin-bottom: 0;
    font-weight: 600;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1.8px solid #f0e9d6;
}

.top_space_keyword {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #f0e9d6;
}

.top_space_keyword a,
.top_space_keyword a:hover {
    color: #f0e9d6;
    text-decoration: none;
}

.top_space_right {
    display: flex;
    gap: 5px;
}

.top_space_right a {
    color: #f0e9d6;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #f0e9d6;
    border-radius: 50%;
}

.top_space_right a:hover {
    color: #f0e9d6;
    text-decoration: none;
    animation: 1s swing;
}

/*navigation bar*/
.navbar_type8 {
    height: 100px;
    padding: 0 8%;
    background-color: #f0e9d6;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    height: 120px;
    background-color: transparent;
}

.dark_nav {
    height: 80px !important;
    background-color: rgb(240, 233, 214,0.9) !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    overflow: unset;
}

.navbar_type8 .logo img {
    padding: 5px 0;
    object-position: left;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    height: 115%;
}

.navbar_type8.dark_nav .logo img {
    height: 100% !important;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.05vw;
    color: #144476;
    font-weight: 700;
    padding: .55vw 1vw;
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #f0e9d6;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f0e9d6;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "\f138";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    color: #f0e9d6;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #f0e9d6;
    border-radius: 50%;
    font-size: 10px;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    height: 100%;
    background-color: #9b0a0e;
    z-index: -1;
    transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:hover::before,
.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

/*footer*/
.footer_type10 {
    background-color: #144476;
    padding-top: 2rem !important;
    overflow: hidden;
    color: #fff9ed;
    line-height: 1.6;
}

.footer_type10 .text {
    color: #fff9ed !important;
    font-size: 14px;
}

.footer_type10 a,
.footer_type10 .icon i {
    color: #fff9ed;
}

.footer_type10 .social_media a .icon_s i {
    color: #fff9ed;
    font-size: 24px;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover,
.footer_type10 .social_media a:hover .icon_s i {
    color: #ccc !important;
}

.footer_type10 .sub_title p {
    font-family: "Unbounded", sans-serif;
    font-size: 22px;
}

.footer_type10 .sub_title {
    margin-bottom: 20px;
    border-bottom: 1.8px solid #fff9ed;
    padding-bottom: 5px;
}

.footer_type10 .line_top {
    border-top: .8px solid #fff9ed;
}

.footer_type10 .title {
    background-color: #fff9ed;
    border-radius: 50%;
    width: 120px;
    min-height: 120px;
}

.footer_type10 .logo img {
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90px;
}

/*homepage banner*/

#main_index .index_wrapper_2 {
    background-color: #144476;
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 8vw;
    width: 100%;
    height: 100%
}

.hp_banner_images {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82%;
    transform: translate(-50%, 0);
}

.hp_banner_img1 {
    position: absolute;
    left: 0;
    top: -1vw;
    width: 33%;
}

.hp_banner_img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 33%;
}

.hp_banner_img3 {
    width: 57%;
    margin: 0 auto;
    padding-top: 7vw;
}

.hp_banner_group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: .6vw 1.5vw;
    border-top: 3.8px solid #144476;
    border-bottom: 3.8px solid #144476;
    position: relative;
    background-color: #fff;
}

.hp_banner_group::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.8px;
    width: 100%;
    height: .8px;
    background-color: #144476;
}

.hp_banner_title {
    font-size: 4.7vw;
    font-weight: 900;
    color: #9b0a0e;
    margin-bottom: 0;
    line-height: .95;
    text-align: center;
    border-right: 4.8px solid #144476;
    margin-right: 1.5vw;
    padding-right: 2vw;
}

.hp_banner_title span {
    color: #144476;
    display: block;
}

.hp_banner_small {
    font-family: "Unbounded", sans-serif;
    margin-bottom: 0;
    font-size: 1.65vw;
    font-weight: 700;
    color: #144476;
    line-height: 1.5;
}

.hp_banner_break {
    display: flex;
    align-items: center;
    gap: 2px;
}

.hp_banner_icon {
    display: block;
    width: 27px;
    height: 27px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/b_icon_cookhat.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_banner_text {
    width: fit-content;
    background-color: #9b0a0e;
    color: #f0e9d6;
    font-weight: 800;
    padding: 0px 5px;
    font-size: 1.9vw;
    letter-spacing: 3px;
    margin: 0 auto 10px;
    transform: rotate(-3deg);
}

.hp_banner_smoke {
    position: absolute;
    display: flex;
    width: 65%;
    justify-content: center;
    bottom: 10vw;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0) scale(1.5);
    z-index: 0;
    pointer-events: none;
}

.hp_banner_smoke span {
	position: relative;
    bottom: -60px;
    display: block;
    margin: 0 3px 50px;
    min-width: 8px;
    height: 130px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    opacity: 0;
    filter: blur(5px);
    animation: smokeMove 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * -0.35s);
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots li {
    margin: 0 2px;
}

.slider_banner .slick-dots {
    position: absolute;
    width: fit-content;
    left: 8.5vw;
    bottom: 3vw;
}

.slider_banner .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #9b0a0e;
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -120px;
    }
}

/*homepage about*/

.hp_about {
    background-color: #144476;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/c_bg.png');
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: 0 100%;
}

.hp_about_right_box {
    position: relative;
    left: 7%;
    width: 108%;
}

.hp_about_smoke {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 13vw;
    right: 0;
    opacity: .6;
    transform: scale(2);
    z-index: 0;
    pointer-events: none;
}

.hp_about_smoke span {
	position: relative;
    bottom: -60px;
    display: block;
    margin: 0 3px 50px;
    min-width: 8px;
    height: 130px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    opacity: 0;
    filter: blur(5px);
    animation: smokeMove 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * -0.35s);
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

@keyframes smokeMove {
  0% {
    transform: translate3d(0, 0, 0) scaleX(1);
    opacity: 0;
  }

  20% {
    opacity: .7;
  }

  60% {
    transform: translate3d(0, -130px, 0) scaleX(3);
    opacity: .35;
  }

  100% {
    transform: translate3d(0, -230px, 0) scaleX(5);
    opacity: 0;
  }
}

.hp_about_left_box {
    padding: 0 0 0 12.5vw;
}

.hp_title_group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 13px;
    border-top: 2.8px solid #144476;
    border-bottom: 3.8px solid #144476;
    position: relative;
}

.hp_title_group::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.8px;
    width: 100%;
    height: .8px;
    background-color: #144476;
}

.hp_big_title {
    font-size: 4.65vw;
    font-weight: 900;
    color: #9b0a0e;
    margin-bottom: 0;
    line-height: 1;
}

.hp_big_title span {
    color: #144476;
}

.hp_small_title {
    font-family: "Unbounded", sans-serif;
    margin-bottom: 0;
    font-size: 1.65vw;
    font-weight: 700;
    color: #9b0a0e;
    border-left: 2.8px solid #144476;
    margin-left: 25px;
    padding: 5px 0 5px 25px;
    line-height: 1.1;
}

.hp_break {
    display: flex;
    color: #144476;
    align-items: center;
    gap: 2px;
}

.hp_icon {
    display: block;
    width: 27px;
    height: 27px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/b_icon_cookhat.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_about .hp_title_group {
    padding: 13px 0;
    border-top: 2.8px solid #f0e9d6;
    border-bottom: 2.8px solid #f0e9d6;
    margin-bottom: 25px;
}

.hp_about .hp_title_group::before {
    background-color: #f0e9d6;
}

.hp_about .hp_big_title {
    color: #f0e9d6;
    white-space: nowrap;
}

.hp_about .hp_small_title {
    border-left: 2.8px solid #f0e9d6;
}

.hp_about .hp_small_title,
.hp_about .hp_break {
    color: #f0e9d6;
}

.hp_about .hp_icon {
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/c_icon_cookhat_yellow.png');
}

.hp_keyword {
    font-size: 16px;
    color: #f0e9d6;
    margin-bottom: 0;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 20px;
    background-color: #9b0a0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 5px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.hp_button span {
    color: #f0e9d6;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #f0e9d6;
    border-radius: 50%;
    font-size: 10px;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover span {
    animation: 1s swing;
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.hp_about_button {
    display: flex;
    margin-top: 2rem;
}

/*homepage product*/
#main_index .index_wrapper_4 {
    position: relative;
    padding: 8rem 8.5% 10rem;
    background-color: #144476;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6%;
    width: 100%;
    height: 107%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: 1;
}

#main_index .outerContainer_4 {
    position: relative;
    z-index: 2;
}

.hp_productTitle_box {
    margin-bottom: 2rem;
}

.hp_product_title {
    font-family: "Unbounded", sans-serif;
    color: #144476;
    font-size: 21px;
    margin: 10px 0 0;
    font-weight: 600;
}

.hp_productButton_box {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.hp_productButton .hp_button {
    gap: 15px;
    padding: 12px 35px;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 0 15px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 15px 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover {
    transform: translateY(-10px);
    border: 4.8px solid #c88f7e;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 67%;
    border-radius: 0 0 15px 15px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame::before {
    content: "";
    position: absolute;
    right: 15%;
    top: 15%;
    width: 4vw;
    height: 4vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/d_product_hover-decoration.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: scale(0);
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .product_img_frame::before {
    transform: scale(1);
    animation: 1s swing;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 13px !important;
    padding: 10px 0;
    border-top: 1.8px solid #144476;
    border-bottom: 1.8px solid #144476;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .content {
    border-top: 1.8px solid #9b0a0e;
    border-bottom: 1.8px solid #9b0a0e;
    background-color: #9b0a0e;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #144476;
    transition: all 0.3s ease-in-out;
    font-weight: 700 !important;
    font-size: 16.5px;
}

#main_index .productSlider-1 .product_img .product_box:hover h6 {
    color: #f0e9d6;
}

#main_index .productSlider-1 .product_img .product_box p,
#main_index .productSlider-1 .product_img .product_box h6.align-top {
    display: none;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #9b0a0e;
    opacity: 1;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    padding: 0;
}

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "\f138";
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "\f12f";
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -45px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -45px;
}

/*homepage special*/

.hp_special {
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    margin-top: -9vw;
    z-index: 1;
    padding: 12rem 10% 4rem;
}

.hp_special_rice {
    position: absolute;
    z-index: 2;
    top: -12.5vw;
    left: -0.5vw;
}

.hp_special .container-fluid {
    position: relative;
    z-index: 2;
}

.hp_special_rice img {
    max-width: 35vw;
    animation: floating 1.5s infinite ease-in-out;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
}

.hp_special_title {
    color: #f0e9d6;
    background-color: #144476;
    width: fit-content;
    margin: 0 auto;
    font-family: "Unbounded", sans-serif;
    font-size: 2.3vw;
    font-weight: 700;
    padding: 10px 15px;
}

.hp_special_icon {
    display: block;
    width: 37px;
    height: 37px;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/c_icon_cookhat_yellow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_special_break {
    display: block;
}

.hp_special_group {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_special_food {
    position: relative;
}

.hp_special_left {
    position: absolute;
    left: 0;
    top: 0;
}

.hp_special_left img {
    max-width: 35vw;
}

.hp_special_right {
    position: absolute;
    right: 0;
    top: 0;
}

.hp_special_right img {
    max-width: 35vw;
}

.hp_special_middle {
    display: flex;
    justify-content: center;
    padding-top: 5.5vw;
}

.hp_special_middle img {
    max-width: 55vw;
}

.hp_special_smoke {
    position: absolute;
    display: flex;
    width: 65%;
    justify-content: center;
    bottom: 10vw;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 0) scale(1.5);
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.hp_special_smoke span {
	position: relative;
    bottom: -60px;
    display: block;
    margin: 0 3px 50px;
    min-width: 8px;
    height: 130px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    opacity: 0;
    filter: blur(5px);
    animation: smokeMove 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * -0.35s);
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.hp_special_bottom_box {
    margin-top: -2vw;
}

.hp_special_top {
    position: relative;
    z-index: 1;
}

.hp_special_bottom {
    margin-bottom: 3rem;
}

.hp_special_ebox {
    margin: 15px 0;
}

.hp_special_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.hp_special_box:hover {
    transform: translateY(-10px);
}

.hp_special_border1 img,
.hp_special_border2 img {
    max-width: 55px;
    width: 55px !important;
}

.hp_special_text {
    text-align: center;
    font-size: 23px;
    margin-bottom: 0;
    font-family: "Unbounded", sans-serif;
    color: #9b0a0e;
    font-weight: 700;
    white-space: nowrap;
}

.hp_special_text span {
    display: block;
}

/*homepage contact*/

.hp_contact {
    padding: 0 9% 5rem;
    background-color: #fff9ed;
}

.hp_contact_box {
    background-color: #9b0a0e;
    padding: 5rem 5.5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/g_bg_half.png');
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    border-radius: 15px;
}

.hp_contact .hp_title_group {
    padding: 13px 0;
    border-top: 2.8px solid #f0e9d6;
    border-bottom: 2.8px solid #f0e9d6;
    margin-bottom: 25px;
    width: 100%;
}

.hp_contact .hp_title_group::before {
    background-color: #f0e9d6;
}

.hp_contact .hp_big_title {
    color: #f0e9d6;
    white-space: nowrap;
}

.hp_contact .hp_small_title {
    border-left: 2.8px solid #f0e9d6;
}

.hp_contact .hp_small_title,
.hp_contact .hp_break {
    color: #f0e9d6;
}

.hp_contact .hp_icon {
    background-image: url('https://cdn1.npcdn.net/userfiles/28299/image/c_icon_cookhat_yellow.png');
}

.hp_contact_title {
    color: #fff9ed;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.hp_contact_button {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}

.hp_contact_button a:nth-child(1) .hp_button {
    color: #fff9ed;
    background-color: transparent;
    border: 1.8px solid #fff9ed;
    padding: 12px 35px
}

.hp_contact_button a:nth-child(2) .hp_button {
    color: #fff9ed;
    background-color: #144476;
    border: 1.8px solid #144476;
    padding: 12px 35px
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    #main_index .navbar_type8 .logo img {
        height: 100%;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.25vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about_left_box {
        padding: 0 15px;
    }
    .hp_about .hp_title_group {
        margin-left: 0;
    }
    .hp_big_title {
        font-size: 40px;
    }
    .hp_small_title {
        font-size: 18px;
    }
    .hp_icon {
        width: 23px;
        height: 23px;
    }
    .hp_about .hp_title_group {
        padding: 10px 0;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_button {
        padding: 10px 15px;
    }
    .hp_about_smoke {
        transform: scale(1.5);
        bottom: 8vw;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_4 {
        padding: 5rem 15px 7rem;
    }
    .hp_title_group {
        padding: 10px;
    }
    .hp_product_title {
        font-size: 17px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15.5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    .hp_productButton .hp_button {
        padding: 10px 20px;
    }
    
    /*homepage special*/
    .hp_special {
        padding: 9rem 15px 3rem;
    }
    .hp_special_title {
        font-size: 21px;
    }
    .hp_special_icon {
        width: 25px;
        height: 25px;
    }
    .hp_special_bottom_box {
        width: 85%;
        margin: 0 auto;
    }
    .hp_special_border1 img,
    .hp_special_border2 img {
        max-width: 35px;
        width: 35px !important;
    }
    .hp_special_text {
        white-space: unset;
        font-size: 18px;
    }
    .hp_special_smoke {
        bottom: 6vw;
        transform: translate(-50%, 0) scale(1.2);
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 0 15px 4rem;
    }
    .hp_contact_box {
        padding: 4rem 5.5vw;
    }
    .hp_contact .hp_title_group {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .hp_contact_button a:nth-child(1) .hp_button,
    .hp_contact_button a:nth-child(2) .hp_button {
        padding: 10px 20px;
    }
    .hp_contact_title {
        font-size: 20px;
    }

}

.side_menu {
    background-color: #144476;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 5vw;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        padding: 3rem 15px;
    }
    
    /*homepage product*/
    
    
    /*homepage special*/
    .hp_special_bottom_box {
        width: 100%;
    }
    .hp_special_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type10 {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 320px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_text {
        font-size: 14px;
    }
    .hp_banner_title {
        font-size: 30px;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 10px;
    }
    .hp_banner_group {
        flex-direction: column;
        padding: 10px 15px;
    }
    .hp_banner_small {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .hp_banner_break {
        gap: 5px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner .hp_icon {
        display: inline-block;
        width: 19px;
        height: 19px;
    }
    .hp_banner_images {
        width: 100%;
    }
    .hp_banner_smoke {
        transform: translate(-50%, 0) scale(1);
        bottom: 10%;
    }
    .slider_banner .slick-dots {
        display: none !important;
    }
    
    /*homepage about*/
    .hp_about .hp_big_title {
        white-space: unset;
    }
    .hp_title_group {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .hp_small_title {
        padding: 0;
        margin: 0;
        border-left: none;
        line-height: 1.4;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .hp_break {
        gap: 5px;
    }
    .hp_about .hp_small_title {
        border-left: none;
    }
    .hp_big_title {
        margin-bottom: 8px;
    }
    .hp_icon {
        display: inline-block;
    }
    .hp_about_smoke {
        transform: scale(1);
        bottom: 8vw;
    }
    .hp_about_left {
        position: relative;
        z-index: 2;
    }
    .hp_about_left_box {
        padding: 5rem 15px 2.5rem;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_4 {
        padding: 5rem 15px;
    }
    #main_index .index_wrapper_4::before {
        height: 120%;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 0 10px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        margin: 10px 0;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
        font-size: 15px;
        min-height: 37px;
    }
    #main_index .productSlider-1 .product_img .product_box .product_img_frame {
        padding-top: 100%;
    }
    #main_index .productSlider-1 .product_img .product_box .product_img_frame::before {
        width: 7vw;
        height: 7vw;
    }
    
    /*homepage special*/
    .hp_special_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_special_rice {
        top: -45px;
    }
    .hp_special_rice img {
        max-width: 215px;
    }
    .hp_special_smoke {
        width: 100%;
        transform: translate(-50%, 0) scale(.8);
        bottom: 5vw;
    }
    .hp_special_bottom_box {
        margin-top: 2rem;
    }
    .hp_special_middle img {
        max-width: 100%;
    }
    .hp_special_left img,
    .hp_special_right img {
        max-width: 50%;
    }
    .hp_special_middle {
        padding-top: 40px;
    }
    .hp_special_right {
        text-align: right;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 0 0 4rem;
    }
    .hp_contact .hp_big_title {
        white-space: unset;
    }
    .hp_contact .hp_small_title {
        border-left: none;
    }
    .hp_contact_box {
        padding: 3.5rem 20px;
    }
    .hp_contact_button {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 1.5rem;
    }

}