.elementor-716 .elementor-element.elementor-element-9ffbb7d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:1;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-716 .elementor-element.elementor-element-9ffbb7d::before, .elementor-716 .elementor-element.elementor-element-9ffbb7d > .elementor-background-video-container::before, .elementor-716 .elementor-element.elementor-element-9ffbb7d > .e-con-inner > .elementor-background-video-container::before, .elementor-716 .elementor-element.elementor-element-9ffbb7d > .elementor-background-slideshow::before, .elementor-716 .elementor-element.elementor-element-9ffbb7d > .e-con-inner > .elementor-background-slideshow::before, .elementor-716 .elementor-element.elementor-element-9ffbb7d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-4054de9 */.sub-menu li:nth-child(6) {
    background: #fff;
}
.sub-menu li:nth-child(6) a {
    color: #010101;
}

.hover {
    padding-top: 110px;
}
.hover .border {
    transition: all 0.6s;
}
.hover:hover .border {
    border: 1px solid #aaa;
    padding: 30px;
    border-radius: 10px;
}

.table-list {
    margin-top: 40px;
    background: #fff;
    padding: 40px;
}

.map_table {
    width: 100%;
    background: #fff;
    padding: 40px;
    border: 1px solid #ddd;
}
.map_table tbody tr {
    border-bottom: 1px solid #eee;
}

.map_table tbody tr td { 
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
}
.map_table tbody .first {
    width: 15%;
    font-weight: 500;
    font-size: 20px;
    background: #f2f6f8;
    padding-left: 30px;
    
}

.brand-icon {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    justify-content: space-around;
    transition: all 0.3s ease;
}
.brand-icon img:hover {
    filter: invert(20%) sepia(36%) saturate(6278%) hue-rotate(9deg) brightness(117%) contrast(104%);
}

@media (max-width: 1366px) {
    .hover {
        padding-top: 60px;
    }
    
    .map_table tbody tr td { 
        font-size: 16px;
        line-height: 28px;
        padding: 10px;
    }
    .map_table tbody .first {
        font-size: 16px;
    }
    
    .brand-icon {
        display: block;
        padding-top: 40px;
    }
    .brand-icon div {
        text-align: center;
    }
    .brand-icon div:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .table-list {
        padding: 0;
    }
    
    .map_table tbody .first {
        width: 20%;
        font-size: 16px;
        padding: 0 5px;
        text-align: center;
    }
}/* End custom CSS */