a {
    text-decoration: none !important;
}

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

#ts {
    position: relative;
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px;
}

#ts::before {
    content: "";
    position: absolute;
    right: 12.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(https://cdn1.npcdn.net/img/1782294590top_arrow_bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.hp_top_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0%;
}

.hp_top_ul li {
    margin-right:6rem;
}

.hp_top_ul li a {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.hp_top_ul li a:hover{
    color: #fff;
}

.hp_top_ul p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0rem;
}

.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.hp_top_socialmedia li{
    margin-left: 0.5rem;
}

.hp_top_icon{
    width: 50px;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform: scale(0.95);
}

#ts .contact_icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 8px;
    vertical-align: middle;
}

#ts .phone-separator {
    color: #fff;
}

@media screen and (max-width: 1300.5px){
    #ts::before {
        content: "";
        position: absolute;
        right: 6.5%;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/img/1782294590top_arrow_bar.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }
}

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

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

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

/*navbar*/

.navbar_type8 {
    height: 95px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

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

.navbar_type8 .logo {
    margin-left: 3vw;
    flex: 0 1 30%;
}

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 16px 15px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}

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

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

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab {
        padding-right: 3vw;
        flex: 0 1 85%;
        gap: .7vw;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        padding: 16px 13px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        background-color: #fff;
    }
}

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

/*hp_banner*/

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

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

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

.n_bannerInnerGroup {
    position: absolute;
    top: 7vw;
    left: 9vw;
    width: 41%;
    text-align: left;
}

.n_bannerImg {
    position: absolute;
    width: 50%;
    top: 6vw;
    right: 0vw;
    transform: translate(0, 0%);
    z-index: 0;
    /* overflow: hidden !important; */
}

.n_bannerImg2 {
    position: absolute;
    width: 31%;
    bottom: 0vw;
    right: 1vw;
    z-index: 0;
    /*animation: tyreHero 3s ease-in-out infinite;*/
}

@keyframes tyreHero {
    0% {
        transform: translateX(50px);
        opacity: 0.6;
    }

    60% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(20px);
        opacity: 0.9;
    }
}

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

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

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

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

/*hp_category*/

.hp_category {
    padding: 4.5vw 8.5vw 6.5vw 8.5vw;
}

.sec1_top_title {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #4f7ae3;
}

.sec1_top_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
}

.sec1_bottom_left_ebox,
.sec1_bottom_right_ebox {
    margin-top: 45px;
}

.sec1_bottom_left_box {
    position: relative;
    transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.sec1_bottom_left_box:hover,
.sec1_bottom_left_box:active {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.sec1_bottom_left_content_box {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_left_content_title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 2.5vw;
    height: 60px;
}

.sec1_bottom_left_content_text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
    color: #d1d5d7;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sec1_bottom_left_content_imgx {
    margin-top: 40px;
}

.sec1_bottom_right_bottom_ebox {
    margin-top: 15px;
}

.sec1_bottom_right_top_box,
.sec1_bottom_right_bottom_box {
    position: relative;
}

.sec1_bottom_right_top_content_box,
.sec1_bottom_right_bottom_content_box {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_bottom_right_top_content_imgx,
.sec1_bottom_right_bottom_content_imgx {
    max-width: 80%;
    margin: 10px auto 20px;
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 400;
    color: transparent;
    position: relative;
}

.sec1_btnRead span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.sec1_btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.sec1_btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.sec1_btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4f7ae3;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.sec1_btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (max-width: 1300.5px){
    .sec1_bottom_left_content_title {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: 2.5vw;
        height: 60px;
    }
}

@media screen and (max-width: 1200.5px){
    .sec1_bottom_left_content_title {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.2;
        text-transform: uppercase;
        margin-top: 2.5vw;
        height: 60px;
    }
    
    .sec1_btnRead span::after {
        content: attr(text);
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #4f7ae3;
        color: #ffffff;
        padding: 3px 18px;
        transform-style: preserve-3d;
        transition: .3s;
        transform: rotateX(0deg) translateY(0px);
        transform-origin: top;
    }
    
    .sec1_bottom_left_content_imgx {
        margin-top: 5px;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_category {
        padding: 7vw 5vw 7vw 5vw;
    }
    
    .sec1_top_title {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        color: #4f7ae3;
    }
    
    .sec1_bottom_left_ebox, .sec1_bottom_right_ebox {
        margin-top: 15px;
    }
    
    .sec1_bottom_left_content_title {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.3;
        text-transform: uppercase;
        margin-top: 2.5vw;
        margin-bottom: 3vw;
        height: auto;
        padding: 0vw 0.5vw 0vw 0vw;
    }
    
    .sec1_bottom_left_content_title br {
        display: none;
    }
    
    .sec1_btnRead span::after {
        content: attr(text);
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #4f7ae3;
        color: #ffffff;
        padding: 3px 15px;
        transform-style: preserve-3d;
        transition: .3s;
        transform: rotateX(0deg) translateY(0px);
        transform-origin: top;
    }
}

@media screen and (max-width: 360.5px) {
    .sec1_bottom_left_content_title {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.3;
        text-transform: uppercase;
        margin-top: 2.5vw;
        margin-bottom: 3vw;
        height: auto;
        padding: 0vw 0.5vw 0vw 0vw;
    }
    
    .sec1_btnRead span::after {
        content: attr(text);
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #4f7ae3;
        color: #ffffff;
        padding: 3px 11px;
        transform-style: preserve-3d;
        transition: .3s;
        transform: rotateX(0deg) translateY(0px);
        transform-origin: top;
    }
    
    .sec1_btnRead {
        display: inline-block;
        text-decoration: none !important;
        font-size: 12px;
        font-weight: 400;
        color: transparent;
        position: relative;
    }
}

/*hp_about*/

.hp_about {
    padding: 9vw 0.5vw 6vw 0.5vw;
    background-image: url(https://cdn1.npcdn.net/img/1782354607about-us_bg_crop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.hp_about_img {
    width: 103%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: -3vw;
    margin-left: 0vw;
    position: absolute;
    /*animation: tyreSuspension 5s ease-in-out infinite;*/
    animation: tyreHero 6s ease-in-out infinite;
    will-change: transform;
}

@keyframes tyreHero {
    0% {
        transform: translateX(-10px) translateY(0);
    }
    50% {
        transform: translateX(10px) translateY(-3px);
    }
    100% {
        transform: translateX(-10px) translateY(0);
    }
}

/*@keyframes tyreSuspension {*/
/*    0% {*/
/*        transform: translateY(0) skewX(0deg);*/
/*    }*/
/*    25% {*/
/*        transform: translateY(-4px) skewX(1deg);*/
/*    }*/
/*    50% {*/
/*        transform: translateY(0) skewX(0deg);*/
/*    }*/
/*    75% {*/
/*        transform: translateY(4px) skewX(-1deg);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0) skewX(0deg);*/
/*    }*/
/*}*/

.about_right {
    padding: 0vw 0vw 0vw 6vw;
}

.hp_about .hp_big_title {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #4f7ae3;
}

.hp_about .hp_big_title::after {
    content: '';
    display: block;
    width: 140px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
}

.hp_about .hp_small_title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-top: 1.5vw;
    margin-bottom: 0vw;
}

.hp_about .hp_keyword {
    position: relative;
    font-size: 17px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.8;
    padding: 1vw 0vw 3vw 0vw;
}

.n_aboutViewMore {
    display: inline-block;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 400;
    color: transparent;
    position: relative;
}

.n_aboutViewMore span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.n_aboutViewMore span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4f7ae3;
    color: #4f7ae3;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.n_aboutViewMore span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.n_aboutViewMore span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.n_aboutViewMore span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

@media screen and (max-width: 1300.5px){
    .hp_about .hp_keyword br {
        display: none;
    }
    
    .about_right {
        padding: 0vw 2vw 0vw 5vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_about .hp_small_title br {
        display: none;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 9vw 5vw 6vw 5vw;
        background-image: url(https://cdn1.npcdn.net/img/1782354607about-us_bg_crop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
    }
    
    .about_right {
        padding: 10vw 3vw 3vw 3vw;
    }

    .hp_about .hp_big_title {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        color: #4f7ae3;
    }
    
    .hp_about .hp_small_title {
        font-size: 28px;
        line-height: 1.3;
        font-weight: 600;
        color: #fff;
        margin-top: 1.5vw;
        margin-bottom: 0vw;
    }
    
    .hp_about .hp_keyword {
        position: relative;
        font-size: 15px;
        font-weight: 200;
        color: #fff;
        margin-bottom: 0vw;
        line-height: 1.8;
        padding: 1vw 0vw 3vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 0vw;
        position: relative;
        /*animation: tyreSuspension 5s ease-in-out infinite;*/
    }
}

/*hp_brands*/

.hp_brands {
    padding: 5.5vw 0vw 3.5vw 0vw;
    position: relative;
}

.hp_brands .hp_big_title {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #4f7ae3;
    padding: 5px 25px;
    margin-bottom: 1vw;
}

/*slider*/

.hp_brands .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px; 
    box-sizing: border-box;
    padding: 10px;
}

.hp_brands .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

.hp_brands .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 15px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

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

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

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

@media screen and (max-width: 767.5px){
    .hp_brands {
        padding: 7vw 0vw 5vw 0vw;
        position: relative;
    }
    
    .hp_brands .hp_big_title {
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        background-color: #4f7ae3;
        padding: 5px 25px;
        margin-bottom: 1vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 7.5vw 0vw 4vw 6vw;
    background-image: url(https://cdn1.npcdn.net/img/1782356754why_choose-us_bg_crop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 3.5vw;
}

.hp_why_img {
    width: 131%;
    max-width: 150%;
    margin: 0 auto;
    z-index: 1;
    margin-top: 3vw;
    margin-left: -8vw;
    position: absolute;
    animation: carDrift 6s ease-in-out infinite;
}

@keyframes carDrift {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(8px) translateY(-4px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

.hp_why .hp_big_title {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #4f7ae3;
    margin-bottom: 4vw;
}

.hp_why .hp_big_title::after {
    content: '';
    display: block;
    width: 170px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
}

.why_box {
    padding: 0vw 7vw 0vw 0vw;
}

.whyBorder {
    position: relative;
    padding: 0 0px;
    transition: all 0.35s ease;
}

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

.n_whyIcon {
    perspective: 600px;
}

.n_whyIcon img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.n_whyBox:hover .n_whyIcon img {
    transform: rotateY(180deg);
}

.n_whyBox {
    margin-top: 0vw;
    /* padding: 25px 35px 25px 35px; */
    position: relative;
    text-align: center;
    z-index: 1;
    /* overflow: hidden; */
    display: block;
    gap: 20px;
    align-items: center;
}

.n_whyTitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
}

.n_whyText {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin-top: 1vw;
    transition: all 0.35s ease;
    position: relative;
}

@media screen and (max-width: 1300.5px){
    .n_whyIcon img {
        width: 120px;
        height: 120px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whyText br {
        display: none;
    }
    
    .whyBorder {
        position: relative;
        padding: 0 15px;
        transition: all 0.35s ease;
    }
}

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

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

@media screen and (max-width: 767.5px){
    .hp_why {
        padding: 7vw 0vw 3vw 5vw;
        background-image: url(https://cdn1.npcdn.net/img/1782356754why_choose-us_bg_crop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        margin-bottom: 0vw;
    }
    
    .why_left {
        padding: 14vw 3vw 0vw 3vw;
    }
    
    .hp_why .hp_big_title {
        font-size: 30px;
        line-height: 1;
        font-weight: 600;
        color: #4f7ae3;
        margin-bottom: 2vw;
    }
    
    .whyBorder {
        position: relative;
        padding: 5px 15px;
        transition: all 0.35s ease;
    }
    
    .n_whyIcon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        transition: transform 0.6s ease;
        transform-style: preserve-3d;
    }
    
    .n_whyTitle {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        line-height: 1.3;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .n_whyText {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        margin-top: 1vw;
        transition: all 0.35s ease;
        position: relative;
    }
    
    .hp_why_img {
        width: 100%;
        max-width: 150%;
        margin: 0 auto;
        z-index: 1;
        margin-top: 0vw;
        margin-left: 4vw;
        position: relative;
        animation: carDrift 6s ease-in-out infinite;
    }
}

/*footer*/

.footer_type6 {
    background-color: #000;
    color: white;
    padding-top: 0rem !important;
    padding-bottom: 1.5rem;
}

.footer_type6 .row > .col-12:first-child {
    margin-top: 3vw;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 2px;
    margin-bottom: 15px;
}

.footer_type6 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
    border-radius: 5px;
}

.footer_type6 .title {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footer_type6 .pt-3, .footer_type6 .py-3 {
    padding-top: 0rem !important;
}

.footer_type6 .fa-facebook-f:before {
    content: "\f39e";
    background: #fff;
    font-size: 14px;
    color: #0d1927;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .fa-instagram:before {
    content: "\f16d";
    background: #fff;
    font-size: 14px;
    color: #0d1927;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_type6 .fa-tiktok:before {
    content: "\e07b";
    background: #fff;
    font-size: 14px;
    color: #0d1927;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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