.call-us i{ margin-right: 10px;}

@media screen and (min-width: 1024px) {
    .mega-menu {
        padding:32px;
        gap: 60px;
        flex-direction: row;
        align-items: start
    }
}

.mega-menu  li {
    list-style: none;
    line-height: 2.125;
}

.mega-menu  li a{ padding: 0px;}

.mega-menu a {
    color: #0d0900
}

.level-3 {
    padding: 0
}

.level-3-item:not(:last-child) {
    margin-bottom: 12px
}

.megamenu-folder__section1,.megamenu-folder__section2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

@media screen and (min-width: 1024px) {
    .megamenu-folder__section1,.megamenu-folder__section2 {
        flex-direction:row;
        gap: 20px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu-folder--1-to-3 .megamenu-folder__section1 {
        width:216px
    }
}

.megamenu-folder__item {
    width: 100%
}

.level-2-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2.25px;
    line-height: 18px;
    font-size: 12px;
    color: #454545;
    margin-bottom: 16px;
    font-weight: 700;
}


@media screen and (min-width: 1024px) {
    .megamenu-folder__section2 {
        flex:1 1 0px
    }
}

.megamenu-folder__item.m-item-presentation {
    max-width: 335px
}

@media screen and (max-width: 426px) {
    .megamenu-folder__item.m-item-presentation {
        max-width:none
    }
}

.megamenu-folder__link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/166;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 8px;
    border-radius: 5px
}

.megamenu-product .megamenu-folder__link img {
    aspect-ratio: unset;
    background: 50%/cover no-repeat url(../images/interface/megamenu-product-bg.png);
    object-fit: contain;
    height: 111px;
    border-radius: 0
}

.level-2-subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1e1e1e
}

.megamenu-product .level-2-subtitle {
    color: #0d0900
}

.level-2-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6f6f6f;
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

.blog-section{ background: #f2f2f2;}
.footer3-section {background: #241f21;}
.widget-about img{ height: 50px;}
.mobile-header .header-logo img{ height: 80px;}
.header-login i{ margin-right: 10px;}
.--list-align_hr ul {
    display: block;
    padding-inline-start: 0px;
    writing-mode: horizontal-tb;
}

.--list-align_hr ul li {
    display: inline-block;
    list-style-type: none;
}

.--list-align_hr ul li a{
    font-size: 14px;
    color: #231f20;
    text-decoration: none;
    border: 1px solid #231f20;
    padding: 17px 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.--list-align_hr ul li a:hover {
        box-shadow: inset 0 0 0 2px #333,0 0 0 0px #333;
        color: #fff !important;
        background: #333;
    }

.--list-align_hr ul li a.active {
        box-shadow: inset 0 0 0 2px #333,0 0 0 0px #333;
        color: #fff !important;
        background: #333;
    }
.read-bt{  background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    padding: 15px 35px;
    border-radius: 0;
    transition: all .5s ease;}

    .read-bt:hover{   background: 0 0;
        box-shadow: 0px 0px 0px 2px #333;
        color: #333;
    }  

    .category-cms .reverse {
        flex-direction: row-reverse;
    }
    .heading{ position: relative;}

    .--border-left:before {
        content: '';
        background: #a6a6a6;
        width: 10px;
        height: 120px;
        position: absolute;
        left: -54px;
    }

    .pera-area{ padding-left: 5%;;}

    .action.primary {
        border: 1px solid #333;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        padding: 7px 15px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        background: #333;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        letter-spacing: 3px;
        padding: 15px 35px;
        border-radius: 0;
        transition: all .5s ease;
    }
    .action.primary:hover {
        border: none;
        box-shadow: inset 0 0 0 0px #333,0 0 0 1px #333;
    }
    .video-block {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0; 
         overflow: hidden;
    }
    .video-block iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .form-area {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(53,105,128,.3),0 6px 20px 0 rgba(165,200,213,.41);
        padding: 40px;
    }
    b, strong {
        font-weight: 800;
    }
    .job-box a{
        display: block;
        min-height: 132px;
        padding: 20px;
        margin: 0;
        background-color: #fff;
        border: 1px solid #dedede;
        border-radius: 3px;
        box-sizing: border-box;
        list-style: none;
        position: relative;
        margin-bottom: 20px;
    }

    .job-box a:hover{ border: 1px solid #1a1919;}

    .job-box a h3 {
        margin: 0 0 10px;
        font-weight: 700;
        font-size: 17px;
        color: var(--lvh-x-dark-grey);
        line-height: 1.4;
        cursor: inherit;
        word-break: break-word;
        color: #241f21;
    }

    .job-box a .description {
        max-height: 40px;
        overflow: hidden;
        margin: 0;
        line-height: 1.6;
        color: #757575;
        cursor: inherit;
        font-size: 13px;
    }
    .widget-job {
        margin: 0;
        list-style: none;
        padding: 0;
        position: relative;
        display: block;
        color: #757575;
        cursor: inherit;
    }

    .widget-job  i {
        float: left;
        font-size: 12px;
        line-height: 20px;
        color: var(--lvh-secondary-text);
        margin: 5px 10px 0 0;
        cursor: inherit;
    }
    .widget-job  span{
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        white-space: nowrap;
        cursor: inherit;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

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

        .--list-align_hr ul li {
            margin-bottom: 20px;
        }

        .--list-align_hr ul li a {
            font-size: 14px;
         
            padding: 10px 10px;
           
        }

        .--border-left:before {
            left: -27px;
        }

        .form-area {
            padding: 40px 20px;
        }
        .location-find .reverse{ flex-direction: column-reverse !important;}

        .product-infor-tab-content iframe{  max-height: calc(100vh - 270px);
            height: 40vh;  overflow: auto; }

            .product-info-tab-list {
              
                max-height:270px;
                       
            }      

    }

