body > br {
    display: none;
}

body {
    font-size: 14px !important;
    background-color: #fbfaf6;
}

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

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

#main_index button:focus {
    outline: none;
}

.ai_image_search .search-input {
    background-color: transparent;
}

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

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    background-color: rgb(255,255,255,0.9) !important;
    height: 80px;
    border-bottom: .8px solid #ccc !important;
}

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

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px 0;
    object-position: left;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    display: block;
    padding: .6vw 1.5vw;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a,
.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.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: #316b11;
    border-radius: 30px;
    transform: translate(-50%, 0);
    z-index: -1;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame img {
    object-fit: contain;
    background-color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 55px !important;
}

/*footer*/
.footer_type7 {
    background-color: #121212;
    color: white;
    padding-top: 7rem !important;
    padding-bottom: 3rem !important;
    overflow: hidden;
    font-weight: 300;
    line-height: 1.7;
}

.footer_type7 .row {
    row-gap: 4rem;
}

.footer_type7 .title {
    min-height: unset;
}

.footer_type7 .copy_right strong {
    font-weight: 700;
}

.footer_type7 a:hover {
    color: #d49a26;
}

.footer_type7 .logo {
    padding-top: 120px;
}

.footer_type7 .logo img {
    max-height: 120px;
}

.footer_type7 .title h5 {
    font-size: 22px;
    font-weight: 700;
}

.footer_type7 .social_media {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 !important;
}

.footer_type7 .social_media a {
    margin-left: 0;
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.footer_type7 .social_media a:hover {
    color: #000;
    animation: 1s swing;
}

.footer_type7 .text-muted {
    color: #f4f4f4 !important;
}

/*homepage banner*/

.customVideo {
    position: relative;
}

.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoPlay button:focus {
    outline: none;
}

.videoPlay button.paused {
    background: rgba(256,256,256,1);
}

.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}

.videoMute button:focus {
    outline: none;
}

.videoMute button.muted {
    background: rgba(256,256,256,.7);
}

.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}

.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}


@media only screen and (max-width: 768px) {
    .videoPlay {
        bottom: 1rem;
        right: 3.5rem;
    }
    .videoMute {
        bottom: 1rem;
        right: 1rem;
    }
}

.customVideo_button {
    position: absolute;
    right: 4%;
    bottom: 5%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 6;
    gap: 10px;
}

.video_group {
    position: relative;
}

/*homepage about*/
.hp_about {
    padding: 8rem 8.5%;
}

.hp_about_left_box {
    padding-right: 2vw;
}

.hp_small_title {
    font-size: 17.5px;
    font-weight: 600;
    color: #316b11;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 5px;
}

.hp_big_title {
    font-size: 2.3vw;
    font-weight: 800;
    color: #222;
    margin-bottom: 0;
}

.hp_keyword {
    font-size: 15.5px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.hp_about .hp_big_title {
    margin-bottom: 10px;
}

.hp_about_icon img {
    max-width: 55px;
    transform-origin: center bottom;
}

.hp_about_box:hover .hp_about_icon img {
    animation: 1s swing;
}

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

.hp_button {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 25px;
    border: .8px solid #000;
    background-color: transparent;
    font-family: "Instrument Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.hp_button span {
    display: block;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    margin-left: 10px;
}

.hp_button:hover {
    border: .8px solid #316b11;
    background-color: #316b11;
    color: #fff;
}

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

.hp_about .hp_button {
    border: .8px solid #316b11;
    background-color: #316b11;
    color: #fff;
}

.hp_about_right_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 103.5%;
    position: relative;
    left: -3.5%;
}

.hp_about_box {
    padding: 7vw 15px 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: .8px solid #dedede;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_about_number {
    display: flex;
    font-size: 45px;
    font-weight: 800;
    color: #222;
    line-height: .9;
    margin: 15px 0 10px;
    align-items: baseline;
}

.hp_about_number .running_word {
    font-size: 23px;
}

.hp_about_keyword {
    font-size: 13.5px;
    margin-bottom: 0;
    color: #666;
}

.hp_about_keyword span {
    display: block;
}

/*homepage category*/
#main_index .index_wrapper_4 {
    padding: 0 7.5% 7rem;
}

.hp_categoryTitle_box {
    margin-bottom: .5rem;
}

.hp_categoryButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#main_index .product_cat-11,
#main_index .product_cat-11 .hp_product_cat_slider .slick-track {
    padding-bottom: 0;
}

#main_index .product_cat-11 .hp_product_cat_slider .item {
    margin: 10px;
    border-radius: 0;
    box-shadow: none;
    border: .8px solid #dedede;
    background-color: #fff;
    padding: 15px 15px 20px;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1),
#main_index .product_cat-11 .hp_product_cat_slider .item::after,
#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 15px 0 2px;
    overflow: hidden;
    color: #4c4c4c;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    margin-bottom: 0;
    font-size: 13.5px;
    color: #666;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    object-fit: contain;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 100%;
    height: 100% !important;
    transform: translate(-50%, -50%);
}

#main_index .product_cat-11 .slick-arrow {
    z-index: 5;
    height: unset;
}

#main_index .product_cat-11 .slick-arrow::before {
    color: #000;
    text-shadow: none;
    font-size: 25px;
    padding-bottom: 3px;
}

#main_index .product_cat-11 .slick-next::before {
    content: '→';
}

#main_index .product_cat-11 .slick-prev::before {
    content: '←';
}

#main_index .product_cat-11 .slick-next {
    right: -30px;
}

#main_index .product_cat-11 .slick-prev {
    left: -30px;
}

/*homepage brand*/
#main_index .index_wrapper_5 {
    padding: 8.5rem 3.5%;
    background-color: #fff;
}

.hp_brandTitle_box {
    margin-bottom: .5rem;
}

.hp_brandButton_box {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item {
    margin: 10px;
    background-color: transparent;
    transition: all 0.25s ease-in-out;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item:hover {
    transform: translateY(-10px);
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand {
    padding-top: 115px;
}

#main_index .hp_brandSlide .ex_brandSlide_slider_banner .item .wrapper_brand img {
    max-height: 115px;
    min-height: 115px;
}

/*homepage why*/
.hp_why {
    padding: 0 7.5%;
    background-color: #fff;
}

.hp_why_top_box {
    margin-bottom: 2.5rem;
}

.hp_why_icon img {
    max-width: 70px;
    transform-origin: center bottom;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_bottom_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.hp_why_point {
    padding: 30px 20px;
    border-right: .8px solid #999;
}

.hp_why_point:last-child {
    border-right: none;
}

.hp_why_title {
    font-size: 16px;
    font-weight: 800;
    color: #222;
    margin: 10px 0;
}

.hp_why_keyword {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

/*homepage project*/
#main_index .index_wrapper_7 {
    padding: 8.5rem 6.5%;
    background-color: #fff;
}

.hp_projectTitle_box {
    margin-bottom: .5rem;
}

.hp_projectButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: inline-block;
    filter: unset;
    opacity: 1;
    color: #000;
    padding-bottom: 3px;
    text-shadow: none;
    font-size: 25px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    content: '→';
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    content: '←';
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -25px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -25px;
}

/*homepage partner*/

#main_index .innerRow_8 {
    position: relative;
}

#main_index #index_8_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0,0,0,0.9), rgb(0,0,0,0.2), transparent);
    display: flex;
    align-items: center;
    padding: 0 8.5% !important;
}

#main_index .video_banner {
    padding-top: 480px;
}

#main_index .video_banner video {
    object-fit: cover;
}

.hp_partner {
    width: 100%;
}

.hp_partner .hp_small_title {
    color: #d49a26;
}

.hp_partner .hp_big_title {
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 15px;
}

.hp_partner .hp_keyword {
    width: 75%;
    font-weight: 300;
    line-height: 1.3;
}

.hp_partner_right_box {
    display: flex;
    justify-content: flex-end;
}

.hp_partner .hp_button {
    border: .8px solid #d49a26;
    background-color: #d49a26;
    color: #fff;
}

/*other pages*/
.latest_new_type4 .news_box {
    background-color: transparent;
}

.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
    background-color: #fff;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.25vw;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 5rem !important;
        padding-bottom: 2rem !important;
    }
    .footer_type7 .logo {
        padding-top: 100px;
    }
    .footer_type7 .logo img {
        max-height: 100px;
    }
    .footer_type7 .row {
        row-gap: 2rem;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 5rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_big_title,
    .hp_partner .hp_big_title {
        font-size: 28px;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.6;
    }
    .hp_button {
        font-size: 14px;
        gap: 15px;
        padding: 9px 20px;
    }
    .hp_about_number {
        font-size: 35px;
    }
    .hp_about_keyword span {
        display: unset;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_4 {
        padding: 0 15px 5rem;
    }
    #main_index .product_cat-11 .slick-arrow::before {
        font-size: 20px;
    }
    #main_index .product_cat-11 .slick-next {
        right: -10px;
    }
    #main_index .product_cat-11 .slick-prev {
        left: -10px;
    }
    
    /*homepage brand*/
    #main_index .index_wrapper_5 {
        padding: 5rem 15px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 0 15px;
    }
    .hp_why_point {
        padding: 20px 15px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_7 {
        padding: 5rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
        font-size: 20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -10px;
    }
    
    /*homepage partner*/
    #main_index #index_8_2 {
        padding: 0 15px !important;
    }
    #main_index .video_banner {
        padding-top: 350px;
    }

}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about_right_box {
        width: 100%;
        left: 0;
        grid-template-columns: 1fr 1fr;
    }
    .hp_about_left_box {
        padding-right: 0;
    }
    .hp_about_box {
        padding: 4vw 15px;
    }
    
    /*homepage category*/
    
    
    /*homepage brand*/
    
    
    /*homepage why*/
    .hp_why_bottom_box {
        grid-template-columns: repeat(3, 1fr);
    }
    .hp_why_point:nth-child(3) {
        border-right: none;
    }
    
    /*homepage project*/
    
    
    /*homepage partner*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type7 .social_media {
        justify-content: center;
    }
    
    /*homepage banner*/
    .customVideo .embed-responsive-16by9::before {
        padding-top: 270px;
    }
    .customVideo video {
        min-height: 270px;
        max-height: 270px;
        object-fit: cover;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_about_box {
        padding: 30px 10px;
    }
    
    /*homepage category*/
    #main_index .product_cat-11 .hp_product_cat_slider .item {
        padding: 10px;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        -webkit-line-clamp: 2;
        line-height: 1.2;
    }
    
    /*homepage brand*/
    
    
    /*homepage why*/
    .hp_why_bottom_box {
        grid-template-columns: repeat(2, 1fr);
    }
    .hp_why_point:nth-child(3) {
        border-right: .8px solid #999;
    }
    .hp_why_point:nth-child(2),
    .hp_why_point:nth-child(4) {
        border-right: none;
    }
    
    /*homepage project*/
    
    
    /*homepage partner*/
    #main_index .video_banner {
        padding-top: 400px;
    }
    .hp_partner_right_box {
        justify-content: flex-start;
        margin-top: 2rem;
    }

}