
.no-padding{
    padding: 0;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-40{
    margin-top: 40px;
}

.header-top{
    background-color: #DB4A2C;
    height: 30px;
}
nav.navbar{
height: 72px;
}
.navbar-nav{
    margin: 0 auto;
    
}
.nav-item a.nav-link{
    color: #000;
}
.logo{
    padding: 20px;
}
.logo img{
    width: 100%;
}
.header-bg{
    background-image: url('../images/Rectangle.png');
        background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.header-bg .container{
    padding-top: 2px;
}
.bg-white{
    background-color: #FFF;
    height: 500px;
}
.venuebox{
    margin-bottom: 10px;
}
.venueiconbox{
    display: inline-block;
    width: 42px;
    text-align: center;
}
.venuetext{
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}
.timeiconbox{
    display: inline-block;
    width: 42px;
    text-align: center;
}
.timetext{
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}
.timebox{
    margin-bottom: 10px;
}
.downloadappiconbox{
    display: inline-block;
    width: 42px;
    text-align: center;
}
.downloadapp .apptext{
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}
.iconappbrand{
    display: inline-block;
    width: 42px;
    text-align: center;
}
.iconappbrand img{
    width: 28px;
}
#show-hl-section{
    position: relative;
    background-image: url('../images/bg-section2.png');
    height: 450px;
    margin-top: 30px;
}
#show-hl-section .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(56,54,54,.84);
}


#show-hl-section .registration-box{
    background-color: #F7AC79;
    border-radius: 10px;
    height: 250px;
    margin-top: -55px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#show-hl-section .registration-box .header{
    background-color: #C52F13;
    height: 55px;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 55px;

}

#show-hl-section .registration-box .header span{
    font-size: 18px;
}
/*section title*/
.product-gallery-box .title, .show-highlight-box .title, .ex-profile-box .title{
    font-size: 32px;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 20px;
}


#gallery-wrapper .owl-carousel .owl-item img{
    height: 100%;
    border: 1px solid #FFF;
}
.owl-carousel .owl-item img{
    height: 420px;
}

.show-highlight-box{
    padding-left: 20px;
}
.show-hl-list, .ex-profile-list{
    list-style-type: none;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    margin-left: 31px;
}
.show-hl-list li, .ex-profile-list li{
    font-size: 18px;
}
.show-hl-list li span img, .ex-profile-list li span img{
    width: 20px;
}
.show-hl-list li span, .ex-profile-list li span{
        margin-left: -31px;
    height: 50px;
    /* display: inline-block; */
    text-indent: 0px;
    margin-right: 10px;
}
#section-exhibitor{
    margin-top: 30px;
}
.ex-profile-box{
    border: 2px dashed #A80C0D;
    padding: 20px;
    border-radius: 10px;
}
.ex-profile-box .title{
    color: #000;    
    line-height: 32px;
    margin-top: 0px;
}
.ex-profile-list{
    color : #000;
}

#nav-wrap{
    text-align: center;
}
#main-menu{
    display: inline-block; float:none;
}
.nolinebreak{
    display: none;
}
@media only screen and (max-width:480px){
    .owl-carousel{
        margin-top:40px;
    }
    #portofolio{
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    #portofolio{
        text-align: center;
    }
    .nolinebreak{
        display: block;
    }
    #nav-wrap{
        text-align: left;
    }
    #main-menu{
        display: none; 
        float:right;
    }
    .venueiconbox, .timeiconbox, .downloadappiconbox{
        vertical-align: middle;
    }
    .venuetext, .timetext, .downloadapp .apptext{
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
    }
    .bg-white{
        height: auto;
    }
    .owl-carousel .owl-item img{
        height: auto;
    }
    #show-hl-section{
        margin-top: 70px;
    }
    #show-hl-section{
        height: auto;
    }
    .show-highlight-box{
        padding: 0;
    }
    .venueiconbox img, .timeiconbox img, .downloadappiconbox img{
        height: 18px;
    }
    .logo{
        margin-top: 0px;
        background-color: rgba(255,204,41,0.61);
    }
}