a {
    text-decoration: none !important;
}

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

/*topspace*/

.boxSearch{
    position:relative;
    display:flex;
}

.nav_search {
    position: fixed;
    margin-left: auto;
    top: 45px;
    right: 50px;
    z-index: 101;
}

#search_name_nav{
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    width: 16vw;
    padding: 2% 3%;
    color: #fff;
}

#search_name_nav {
    border: 1px solid #ccc;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 12vw;
    padding: 3% 8%;
}

.search_button {
    border: 1px solid #474747;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #474747;
    padding: 0% 6%;
    transform: scaleX(-1);
    color: #fff;
}

.fa-search:before {
    content: "\f002";
    display: inline-block;
    transform: scaleX(-1);
}

.hp_searchbar {
    position: fixed;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.hp_searchbar.scrolled {
    top: -8px;
    left: 50px;
    transform: scale(0.9);
    margin-top: 1vw;
    /* bottom: 88px; */
}

/*#search_name_nav {*/
/*  color: white !important;          */
/*  -webkit-text-fill-color: white;   */
/*}*/

/*#search_name_nav::placeholder {*/
/*  color: #000 */
/*}*/

/*login*/

.login-link {
    display: inline-flex;
    align-items: center;
}

.login-link .login {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-left: -34px;
    transform: translate(30px, 0px);
}

.user-icon.active {
    filter: brightness(1.2);
}

.cart-link {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.cart-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.cart-link .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 50%;
    /*display: none; */
}

.navbar_type8 .nav_tab .nav_item .badge {
    position: relative;
    top: -10px;
    background-color: #fe0000;
    color: white;
}

@media screen and (max-width: 1200.5px){
    .nav_search {
        position: fixed;
        margin-left: auto;
        top: 30px;
        right: 50px;
        z-index: 101;
    }
    
    #search_name_nav {
        border: 1px solid #ccc;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        width: 14vw;
        padding: 3% 8%;
    }
    
    .user-icon {
        width: 15px;
        height: 15px;
        object-fit: contain;
        margin-left: -34px;
        transform: translate(20px, 0px);
    }
    
    .cart-icon {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }
    
    .hp_searchbar.scrolled {
        top: -8px;
        left: 40px;
        transform: scale(0.9);
        margin-top: 1vw;
        /* bottom: 88px; */
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*nav*/

.navbar_type8 {
    height: 130px;
    background-color: #14548f;
    transition: all 0.25s ease-in-out;
    padding: 0 4%;
}

#main_index .navbar_type8 {
    background-color: transparent;
    border-bottom: none;
    height: 130px;
}

.dark_nav {
    background-color: #fe0000 !important;
    background-color: #d32f2f !important;
}

.navbar_type8 .logo {
    margin-left: 2.5vw;
    flex: 0 1 20%;
    height: 7.5vw;
}

.navbar_type8 .nav_tab {
    padding-right: 13vw;
    flex: 0 1 100%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 8px 0.6vw;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 0px;
    border-radius: 0px;
    background: transparent;
    border-bottom: 4px solid #fff;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 80%;
}

.navbar_type8 .nav_tab .nav_item:last-child::before,
.navbar_type8 .nav_tab .nav_item:nth-last-child(2)::before {
    border-bottom: none;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    z-index: 1;
    background-color: transparent;
    top: 42px;
    border: none;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@media screen and (max-width: 1300.5px) {
    .user-icon {
        /*width: 26px;*/
        /*height: 26px;*/
        /*object-fit: contain;*/
        margin-left: -48px;
        transform: translate(30px, 0px);
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        padding: 8px 0.5vw;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 1200.5px) {
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        padding: 8px 0.4vw;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 {
        height: 90px;
        background-color: #14548f;
        transition: all 0.25s ease-in-out;
        padding: 0 4%;
    }
    
    #main_index .navbar_type8 {
        background-color: transparent;
        border-bottom: none;
        height: 90px;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 17.5vw;
        flex: 0 1 100%;
        gap: .7vw;
    }
    
    .user-icon {
        /* width: 26px; */
        /* height: 26px; */
        /* object-fit: contain; */
        margin-left: -42px;
        transform: translate(30px, 0px);
    }
}

@media screen and (max-width: 992.5px) {
    .navbar_type8 {
        display: none !important;
    }
    
    .navbar_mobile {
        flex-basis: auto;
        background-color: #fe0000;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #14548f;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
    
    .navbar_mobile .btn-outline-light {
        border-color: #fff;
        color: #fff;
    }
}

@media screen and (max-width: 767.5px) {
}

/*hp_banner*/

.index_wrapper_2 {
    margin-top: -130px;
}

.slider_banner .item::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 40%
    );
}

.banner_content{
    overflow: hidden;
    opacity: 1!important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 18vw;
    right: -3.5vw;
    width: 50%;
}

.n_bannerSubtitle {
    font-size: 24px;
    font-weight: 300;
    color: #fefee2;
}

.n_bannerSubtitle::after {
    content: '';
    display: inline-block;
    background: #fefee2;
    height: 1px;
    width: 55%;
    margin-left: 30px;
    vertical-align: middle;
}

.n_bannerTitle {
    font-size: 49px;
    font-weight: 700;
    color: #fefee2;
    line-height: 1.0;
    margin-top: 1vw;
    letter-spacing: 1px;
}

.n_bannerViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2.5vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

.n_bannerInnerGroup2 {
    position: absolute;
    top: 46.5vw;
    left: 24vw;
    transform: translate(-20%, -50%);
    width: 80%;
}

.hp_banner_content {
    font-size: 23px;
    font-weight: 400;
    color: #fefee2;
    line-height: 1.6;
    letter-spacing: 3px;
}

@media screen and (max-width: 1200.5px){
    .index_wrapper_2 {
        margin-top: -90px;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 18vw;
        right: 0vw;
        width: 50%;
    }
    
    .n_bannerSubtitle {
        font-size: 20px;
        font-weight: 300;
        color: #fefee2;
    }
    
    .n_bannerSubtitle::after {
        content: '';
        display: inline-block;
        background: #fefee2;
        height: 1px;
        width: 55%;
        margin-left: 30px;
        vertical-align: middle;
    }
    
    .n_bannerTitle {
        font-size: 39px;
        font-weight: 700;
        color: #fefee2;
        line-height: 1.0;
        margin-top: 1vw;
        letter-spacing: 1px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        text-align: center;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        border-radius: 30px;
        margin-top: 2.5vw;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 47vw;
        left: 24vw;
        transform: translate(-20%, -50%);
        width: 80%;
    }
    
    .hp_banner_content {
        font-size: 14px;
        font-weight: 400;
        color: #fefee2;
        line-height: 1.6;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 20vw;
        right: 0vw;
        width: 92%;
    }
    
    .n_bannerSubtitle {
        font-size: 16px;
        font-weight: 300;
        color: #fefee2;
    }
    
    .n_bannerSubtitle::after {
        content: '';
        display: inline-block;
        background: #fefee2;
        height: 1px;
        width: 55%;
        margin-left: 30px;
        vertical-align: middle;
    }
    
    .n_bannerTitle {
        font-size: 29px;
        font-weight: 700;
        color: #fefee2;
        line-height: 1.0;
        margin-top: 1vw;
        letter-spacing: 1px;
    }
    
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 70.5vw;
        left: 21vw;
        transform: translate(-20%, -50%);
        width: 80%;
    }
    
    .hp_banner_content {
        font-size: 10px;
        font-weight: 400;
        color: #fefee2;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 426px) {
    .n_bannerInnerGroup2 {
        position: absolute;
        top: 84vw;
        left: 21vw;
        transform: translate(-20%, -50%);
        width: 80%;
    }
    
    .hp_banner_content {
        font-size: 9px;
        font-weight: 400;
        color: #fefee2;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

/*hp_category*/

.hp_category {
    padding: 5vw 6vw 2vw 6vw;
    position: relative;
    z-index: 1;
}

.hp_category .title_big {
    font-size: 35px;
    font-weight: 500;
    color: #000;
    line-height: 1.0;
    position: relative;
    margin-bottom: 0.5vw;
}

.hp_category .button_product {
    display: flex;
    justify-content: flex-end;
}

.n_categoryViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2vw;
}

.n_categoryViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.n_categoryViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: none;
    outline: none;
    /*overflow: hidden;*/
}

.n_categoryViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/*products*/

#main_index .product_cat-4 {
    padding: 0vw 7.5vw 0vw 7.5vw;
}

#main_index .product_cat-4 .cat_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    margin: 0;
    transform: scale(1.1);
}

#main_index .product_cat-4 .cat_box:hover img {
    transform: scale(1.1);
}

#main_index .product_cat-4 .cat_box .content .content_box {
    width: 100%;
    padding: 10px 35px;
    padding-bottom: 25px;
    color: #fefee2;
}

#main_index .product_cat-4 .cat_box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.65);
    transition: ease-in 0.4s;
}

#main_index .product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0.6);
}

#main_index .product_cat-4 .cat_box .content .line {
    position: absolute;
    bottom: 0;
    transition: ease-in 0.4s;
    transition: none !important;
    background-color: #14548f;
    height: 5px;
    width: 5%;
    display: none !important;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 10px 10px;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: white;
    color: white;
    background-color: transparent;
    border-radius: 0px !important;
}

#main_index .productSlider-1 .btn-primary {
    background-color: #fe0000 !important;
    border-color: #fe0000 !important;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 6vw 5vw 2vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_category br {
        display: none;
    }
    
    .hp_category .title_big {
        font-size: 28px;
        font-weight: 500;
        color: #000;
        line-height: 1.0;
        position: relative;
        margin-bottom: 0.5vw;
    }
    
    .hp_category .button_product {
        display: flex;
        justify-content: flex-start;
    }
    
    #main_index .product_cat-4 .cat_outter_box {
        padding: 10px 15px;
    }
}

/*hp_about*/

.hp_about {
    padding: 6vw 6vw 3vw 6vw;
    position: relative;
    z-index: 1;
}

.hp_about_img {
    position: relative;
    display: inline-block;
    width: 97% !important;
}

.about_Right {
    padding: 4vw 0vw 0vw 3vw;
    margin-left: 0vw;
}

.hp_about .title_small {
    font-size: 21px;
    font-weight: 500;
    color: #444;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-size: 35px;
    font-weight: 700;
    color: #555;
    line-height: 1.2;
    position: relative;
    /* margin-bottom: 1vw; */
    padding: 1vw 11vw 1.5vw 0vw;
}

.hp_about .content_all {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0vw !important;
    padding: 0vw 0vw 0vw 0vw;
}

.n_aboutViewMore {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2.5vw;
}

.n_aboutViewMore:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about br {
        display: none;
    }
    
    .hp_about .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #555;
        line-height: 1.2;
        position: relative;
        /* margin-bottom: 1vw; */
        padding: 1vw 3vw 1.5vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about_img {
        position: relative;
        display: inline-block;
        width: 100% !important;
    }
 
    .hp_about {
        padding: 6vw 5vw 3vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_about .content_all {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        line-height: 1.8;
        position: relative;
        margin-bottom: 0vw !important;
        padding: 0vw 3vw 0vw 0vw;
    }
}

/*hp_product*/

.hp_product {
    padding: 3vw 6vw 1vw 6vw;
    position: relative;
    z-index: 1;
}

.hp_product .title_big {
    font-size: 40px;
    font-weight: 500;
    color: #555;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
}

#main_index .productSlider-1 {
    padding: 0vw 9vw 2vw 9vw;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #555;
    font-weight: 800 !important;
}

#main_index .productSlider-1 .product_img .product_box h6 a {
    color: #555;
    font-weight: 600 !important;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 7.5px;
    height: auto;
    flex: 1;
    border-radius: 10px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 10px;
    border: 5px solid transparent;
    background-color: white;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_product .title_big {
        font-size: 28px;
        font-weight: 500;
        color: #555;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
    }
    
    #main_index .productSlider-1 {
        padding: 0vw 7vw 5vw 7vw;
    }
}

/*hp_experience*/

.hp_experience {
    padding: 1.5vw 0vw 3vw 0vw;
    position: relative;
    z-index: 1;
}

.hp_experience_img {
    position: relative;
    display: inline-block;
    width: 110% !important;
    margin-top: 5vw;
    margin-left: -5vw;
}

.experience_Left {
    padding: 5vw 2vw 0vw 7vw;
    margin-left: 0vw;
    background-color: #14548f;
    height: 27vw;
}

.hp_experience .title_big {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    position: relative;
    margin-bottom: 3vw;
    padding: 0vw 5vw 0vw 0vw;
}

.hp_experience .title_big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 66%;
    height: 1px;
    background-color: #fff;
}

.hp_experience .content_all {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0vw !important;
    padding: 0vw 7.5vw 0vw 0vw;
}

.n_experienceViewMore {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    transition: 0.25s all linear;
    border-radius: 30px;
    margin-top: 2vw;
}

.n_experienceViewMore:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

.n_experienceViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    outline: none;
    overflow: hidden;
}

.n_experienceViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
    animation: slideArrow 2.5s infinite ease-in-out;
    will-change: transform;
}

@keyframes slideArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 1200.5px){
    .hp_experience .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-bottom: 3vw;
        padding: 0vw 5vw 0vw 0vw;
    }
    
    .experience_Left {
        padding: 5vw 2vw 0vw 4vw;
        margin-left: 0vw;
        background-color: #14548f;
        height: 30vw;
    }
    
    .hp_experience .title_big::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 66%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_experience .content_all {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw !important;
        padding: 0vw 2.5vw 0vw 0vw;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .experience_Left {
        padding: 6vw 8vw 6vw 8vw;
        margin-left: 0vw;
        background-color: #14548f;
        height: auto;
    }
    
    .hp_experience .title_big {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.1;
        position: relative;
        margin-bottom: 5vw;
        padding: 0vw 5vw 0vw 0vw;
    }
    
    .hp_experience .title_big::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 90%;
        height: 1px;
        background-color: #fff;
    }
    
    .hp_experience .content_all {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        position: relative;
        margin-bottom: 0vw !important;
        padding: 1vw 2.5vw 2vw 0vw;
    }
    
    .hp_experience_img {
        position: relative;
        display: inline-block;
        width: 110% !important;
        margin-top: 0vw;
        margin-left: -5vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 2vw 9vw 4vw 9vw;
    position: relative;
    z-index: 1;
}

.hp_why .title_small {
    font-size: 27px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    position: relative;
    margin-bottom: 4vw;
}

.hp_why .title_big {
    font-size: 40px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0vw;
}

.hp_tag_grid {
    padding: 10px 15px;
}

.hp_tag_image {
    width: 40%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hp_tag_image {
    position: relative;
    transition: transform 0.5s ease, filter 0.5s ease;
    transform-origin: center;
}

.hp_tag_grid:hover .hp_tag_image,
.hp_tag_grid:active .hp_tag_image {
    transform: scale(1.1);
}

.hp_tag_grid:hover .hp_tag_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
}

@keyframes shimmer {
  100% {
    left: 125%;
  }
}

.hp_tag_title {
    text-align: center;
}

.hp_tag_big {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 1vw;
}

.hp_tag_small {
    font-size: 20px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0vw;
}

.hp_why .whyRow {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200.5px){
    .hp_why .title_big {
        font-size: 35px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_why .title_small {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        position: relative;
        margin-bottom: 4vw;
    }
    
    .hp_tag_big {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 1vw;
    }
    
    .hp_tag_small {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        line-height: 1.4;
        margin-bottom: 0vw;
    }
    
    .hp_why {
        padding: 2vw 7vw 4vw 7vw;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_why .title_big {
        font-size: 28px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .hp_why {
        padding: 3vw 5vw 5vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .hp_why br {
        display: none;
    }
    
    .hp_tag_image {
        width: 30%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}

/*hp_contact*/

.contacts {
    padding: 2vw 0vw 4vw 1vw;
    position: relative;
    z-index: 1;
}

.contacts .contactTitle {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.contacts .contactDetails {
    font-size: 16px;
    line-height: 1.8;
    color: #eee;
    font-weight: 300;
}

.contacts .contentBox {
    margin-top: -20px;
    background: #14548f;
    padding: 3% 5%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.contacts .contentBox i {
    font-size: 40px;
    color: #fff;
}

.contacts .Title1 {
    font-size: 40px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0vw;
}

.contacts .contact_text {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.7;
    position: relative;
    margin-bottom: 4vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .contacts .contentBox i {
        font-size: 25px;
        color: #fff;
    }
    
    .contacts .contactTitle {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .contacts .Title1 {
        font-size: 28px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .contacts .contact_text {
        font-size: 16px;
        font-weight: 400;
        color: #555;
        line-height: 1.7;
        position: relative;
        margin-bottom: 4vw;
    }
    
    .contacts .contentBox {
        margin-top: 0px;
        background: #14548f;
        padding: 3% 5%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    .contacts {
        padding: 2vw 0vw 0vw 0vw;
        position: relative;
        z-index: 1;
    }
    
    .contactBorder {
        padding: 0vw 8vw 0vw 8vw;
    }
    
    .contacts .contentBox {
        margin-top: 0px;
        background: #14548f;
        padding: 5% 8%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

/*footer*/

.footer_type9 {
    color: #fff;
    padding-top: 4rem !important;
    background-color: #14548f;
    overflow: hidden !important;
}

.footer_type9 a {
    color: #fff;
    text-decoration: none;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 16px;
}

.footer_type9 .nav_item li a::after {
    content: '/';
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    color: #fff;
}

.footer_type9 .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background-color: #fefee2;
    margin-right: 5px;
}

.footer_type9 .icon i {
    color: #333;
}

.footer_type9 .bg_dark {
    background-color: #14548f;
}

.footer_type9 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 65px;
}

.footer_type9 .text2 {
    margin-left: 36px;
}

.footer_type9 .text_contact .text2 {
    margin-right: -28px;
}

.footer_type9 .sub_title p {
    font-size: 1.2rem;
    font-weight: 700;
    align-self: end;
    margin-bottom: 0;
    color: #fff;
}

.footer_type9 p {
    color: #fff;
}

.footer_type9 a:hover {
    color: #fff;
}

/*new*/

.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #3a3a3a;
    background-image: none;
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    background-color: #14548f;
}

.footer_type4 .left_line {
    border-right: 0px solid;
}

.footer_type4 .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #14548f !important;
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:20rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

.product_share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 12px;
    margin-top: 5px;
    display: none;
}

#showproducts_4_1 .ml-auto, #showproducts_4_1 .mx-auto {
    margin-left: auto !important;
    display: none; 
}

.product_detail .mainFunction {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /*display: none;*/
}

.product_detail .mainFunction .whatsapp_btn {
    background-color: #1fb432;
    color: white;
    letter-spacing: 0.02em;
    line-height: 19px;
    display: none;
}

#showproducts_3_1 hr {
    border: none;
    height: 0px;
    background: #e8e8e8;
    margin: 6px 0;
}

#showproducts_3_1 p.mb-2.quantity_in_desc {
    display: none;
}

#main_showproducts .container, #main_showproducts .container-lg, #main_showproducts .container-md, #main_showproducts .container-sm, #main_showproducts .container-xl {
    max-width: 1300px !important;
}
