.industrial-plan{
    position: relative;
    background-size: auto 100% ;
    background-position: center;
    min-height: 650px;
    background-repeat: no-repeat;
}

.industrial-plan .bg-blue{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #c2d3e8;
    z-index: -1;
}

.industrial-plan .bg-grey{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
}

.industrial-plan h2{
    color: #fff;
}

.industrial-plan .list{
    padding-left: 80px;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 50%;
    margin-left: 50%;
}


.industrial-plan .list .item{
    display: flex;
    /*align-items: center;*/
    max-width: 275px;
    margin-top: 25px;
}

.industrial-plan .list .item .image{
    width: 60px;
    padding-right: 15px;
    padding-top: 8px;
    text-align: center;
    box-sizing: border-box;
}

.industrial-plan .list .item h4{
    font-weight: bold;
    font-size: 15px;
    color: #2B54A1 !important;
}


.why-kkip .item {
    margin-bottom: 30px;
}

.why-kkip .item h3{
    color: #70CDDD;
    font-size: 18px;
    font-weight: normal;
}

.why-kkip .item p{
    font-size: 16px;
}

.why-kkip .item ul{
    padding-left: 18px;
}



#map{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 500px;
}

#map, #map .content, #map .content .image{
    height: 100%;
    max-height: 700px;
    position: relative;
}

#map .content::-webkit-scrollbar {
    display: none;
}


#map .content{
    overflow: scroll;
}


#map .content img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: none;
    z-index: 1;
    margin-bottom: -7px;
    transition: all 0.3s;
}

#map .content img.base-image{
    opacity: 1;
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
}

.section-3:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18,9,9);
    background: radial-gradient(circle, rgba(18,9,9,0) 38%, rgba(0,0,0,1) 100%);
    z-index: 2;
}

.industry-map{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 3;
    /*width: 100%;*/
    /*max-width: 1600px;*/
    background-color: rgba(10,29,53,0.8);
    color: #fff;
    padding: 20px 40px;
    white-space: nowrap;
    box-sizing: border-box;
}


.industry-map ul,.industry-map ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.industry-map ul li:first-child{
    margin-left: 0;
}

.industry-map ul li{
    display: inline-block;
    margin-left: 35px;
    position: relative;
}


.industry-map ul li .submenu{
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(calc(-50% + 3px) , -100%);
    background-color: rgba(10,29,53,0.8);
    -webkit-box-shadow: 0px -6px 14px 6px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px -6px 14px 6px rgba(0,0,0,0.35);
    box-shadow: 0px -6px 14px 6px rgba(0,0,0,0.35);
    min-width: 180px;
    padding: 0 25px;
    text-align: left;
    transition: all 0.5s;
    pointer-events: all;
}

.industry-map ul li .submenu.hide{
    top: -60%;
    opacity: 0;
    pointer-events: none;
}

.close.arrow{
    cursor: pointer;
}

#map .zoom{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}


#map .zoom a{
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(243,243,243,1);
    z-index: 3;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.industry-map ul li .submenu-toggle{
    background: #2A54A1;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.industry-map ul li .submenu-toggle img,
.industry-map ul li .submenu .close.arrow img{
    height: 80%;
}
.industry-map ul li .submenu .close.arrow{
    background: #2A54A1;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-map ul li .submenu .item{
    margin: 15px 0;
    cursor: pointer;
}


.industry-map ul li .submenu .item span{
    width: 10px;
    height: 10px;
    border: 1px #fff solid;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}


.industry-map ul li .submenu .item span.active:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 2px;
    top: 2px;
    border-radius: 5px;
    background: #fff;
}

.industry-map ul li:first-child:before{
    content:'';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0;
    transform: skewX(0deg);
    margin-right: 8px;
    border-radius: 5px;
    background: #F15B27;
}

.industry-map ul li:nth-child(2):before{
    background: #B8529E;
    border: 0;
}

.industry-map ul li:nth-child(3):before{
    background: #F69220;
    border: 0;
}
.industry-map ul li:nth-child(4):before{
    background: #EB2027;
    border: 0;
}

.industry-map ul li:nth-child(5):before{
    background: #F05A26;
    border: 0;
}

.industry-map ul li:nth-child(6):before{
    background: #C2D2E8;
    border: 0;
}

.industry-map ul li:nth-child(7):before{
    border-color: #C2D2E8;
}

.industry-map ul li:nth-child(8):before{
    background: #394F7A;
    border: 0;
}

.industry-map ul li:nth-child(9):before{
    background: #FAAF3A;
    border: 0;
}

.industry-map ul li:before{
    content:'';
    display: inline-block;
    width: 4px;
    height: 18px;
    border: 1px #fff solid;
    transform: skewX(-30deg);
    vertical-align: middle;
    margin-right: 8px;

}

.map-context{
    position: absolute;
    left: 15%;
    top: 25%;
    z-index: 3;
}

.map-context h2{
    color: #fff;
}


.sub-navigation{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1140px;
    padding: 80px 20px 30px 20px;
    box-sizing: border-box;
    z-index: 10;
}

.sub-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-navigation ul li{
    padding-right: 50px;
    text-align: center;
    color: #0A1D35;
}


.sub-navigation ul li:before{
    content: ' ';
    display: inline-block;
    margin-right: 50px;
    background: #F15B27;
    padding-left: 1px;
    min-height: 18px;
    vertical-align: sub;
    transform: skew(20deg);
}


.sub-navigation ul li:last-child:after{
    content: ' ';
    display: inline-block;
    margin-left: 50px;
    background: #F15B27;
    padding-left: 1px;
    min-height: 18px;
    vertical-align: sub;
    transform: skew(20deg);
}


.location-list{
    align-items: flex-start;
    padding-top: 150px;
}

.location-list .image{
    height: 80px;
    display: flex;
    align-items: center;
}

.infrastructure .header{
    padding-left: 40px;
    position: relative;
    margin-bottom: 8px;
}
.infrastructure .numbering{
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    color: #394F7A;
    display: inline-block;
}
.infrastructure .title{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #394F7A;
}

.infrastructure .flex{
    align-items: flex-start;
    margin: 0;
}

.infrastructure .flex .icon img{
    height: 100px;
}

.infrastructure .flex .icon{
    width: 100%;
    padding: 20px 0;
}
.infrastructure ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}
.infrastructure li{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.infrastructure li:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-left: 1px #F15B27 solid;
    width: 1px;
    min-height: 13px;
    padding-right: 15px;
    margin-bottom: 3px;
    transform: rotate(-30deg);
}

.industrial-description {
    color: #4D4E4E;
    font-family: Lato,Regular;
    font-size: 14px;
    font-weight: 400;
}

.industrial-container {
    max-width: 1000px;
}

.industrial-container .paragraph{
    column-count: 2;
}

.location-plan {
    height: 900px; padding-top: 0;
}

@media (max-width: 1024px) {
    .location-plan {
        height: 400px; padding: 0 !important;
    }
    .location-list{
        align-items: flex-start;
        padding-top: 0;
    }

    .industrial-plan{
        position: relative;
    }
    .industrial-plan .list {
        width: 90%;
        margin-left:  auto;
        margin-right:  auto;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        background: rgba(255,255,255,0.8);
    }



    .industrial-container .paragraph{
        column-count: 1;
    }
}
