body{
    height: 100%;
    /* background-image: linear-gradient(to right, #C8EEFF, #FFFFFF, #FFFFFF, #C8EEFF); */
}

.organisers_wrapper{
    color:#073e7f;
    width: 80%;
    margin: auto;
}

.organisers_table{
    width: 60%;
    margin: auto;
}

.top-part>div div:nth-child(2) img{
    height:120px
}

.organisers_table img{
    height:60px;
}

#bottom-part>.row>div:nth-of-type(5)>div>a>img{
    height:120px;
}

#bottom-part>.row>div:nth-of-type(6)>div>a>img{
    height:90px;
}

#bottom-part>.row>div:nth-of-type(11)>div>a>img{
    height:120px;
}

#bottom-part>.row>div:nth-of-type(12)>div>a>img{
    /* height:80px;
    width: auto; */
    max-height: 80px;
    /* height: 80px; */
    width: 100%;      
    object-fit: contain;
}

#bottom-part>.row>div:nth-of-type(13)>div>a>img{
    height:120px;
    /* china shipowner association */
}


#bottom-part>.row>div:nth-of-type(20)>div>a>img{
    height:120px;
    /* GBA port */
}

#bottom-part>.row>div:nth-of-type(23)>div>a>img{
    height:90px;
    /* Hong Kong Cruise and Yacht */
}

#bottom-part>.row>div:nth-of-type(24)>div>a>img{
    height:90px;
    /* Hong Kong and kowloon Motor  */
}

#bottom-part>.row>div:nth-of-type(29)>div>a>img{
    height:100px;
    /* Hong Kong Maritime */
}

#bottom-part>.row>div:nth-of-type(28)>div>a>img{

    /* max-height: 80px; */
    max-height: 100px;
    width: 100%;      
    object-fit: contain;
}


#bottom-part>.row>div:nth-of-type(31)>div>a>img{
    height:90px;
    width: auto;
}



#bottom-part>.row>div:nth-of-type(32)>div>a>img{
    /* height:100px;
    width: auto; */
    /* HK seamen transport and logistic */
    max-height: 80px;
    /* height: 80px; */
    width: 100%;      
    object-fit: contain;
}

#bottom-part>.row>div:nth-of-type(33)>div>a>img{
    height:100px;
    /* Hong Kong seamen union */
}

#bottom-part>.row>div:nth-of-type(34)>div>a>img{
    height:110px;
    /* Hong Kong ShipOwner Associaiton */
}

#bottom-part>.row>div:nth-of-type(35)>div>a>img{
    height:110px;
    /* HKSCA */
}

#bottom-part>.row>div:nth-of-type(36)>div>a>img{
    height:110px;
    /* HKTDC */
}

#bottom-part>.row>div:nth-of-type(37)>div>a>img{
    height:110px;
}

.organisers_table div:nth-child(22) img{
    height:20px    
}

.organisers_table div:nth-child(22) img{
    height:30px    
}

.organisers_table div:nth-child(24) img{
    height:30px    
}

.organisers_table div:nth-child(25) img{
    height:40px    
}

.organisers_table div:nth-child(37) {
    height:50px;           
}

.organisers_table div:nth-child(42) {
    height:40px;           
}

.organisers_table div:nth-child(50) {
    height:50px;
          
}

.organisers_table div:nth-child(51) {
    height:45px;          
}


.organisers_table div:nth-child(52) {
    height:50px;          
}

/* .bottom-part>.row>div:nth-child(23) img{
    width: 45%;
} */

.bottom-part>.row>div:nth-child(27) img{
    width:70%;
    max-height: 120px;
}



.organisers_wrapper h1:nth-child(1){
    font-weight: 700;
}

.bottom-logo img{
    max-width: 95%;
    max-height: 95%;
}

#top-part{
   display: flex;
   justify-content: center;   
   flex-direction: row-reverse;
}

.top-part-div{
    height:190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-part-div img{
    max-width: 95%;
    max-height: 95%;
}

.bottom-part-div{
    height:180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-part .bottom-part-div:nth-child(1) img{
    height:140px;
}

.bottom-part div:nth-child(2) img{
    height:100px;
}

.bottom-part div:nth-child(30) img{
     height: 140px;
}

/* .bottom-part .bottom-part-div:nth-child(24) {
    background-color: red;
} */

.bottom-part .bottom-part-div:nth-child(25) img{
    /* max-height: 80px; */
    max-height: 120px;
    width: 100%;      
    object-fit: contain;
}

.bottom-part .bottom-part-div:nth-child(26) img{
    height:120px
}

.bottom-part .bottom-part-div:nth-child(29) img{
    height:100px
}

.bottom-part .bottom-part-div:nth-child(30) img{
    height:100px
}



/* .bottom-part div:nth-child(13) img{
     max-height: 50%;
     max-width: 50%;
} */
@media screen and (max-width:575px) {
    #top-part{
        flex-direction: column;
    }
}

/* == fade up == */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

/*==========================*/
.organisers_table {}
.organisers_table>div {
    display: inline-block;
    width: 25%;
    height: 100px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.organisers_table>div>a {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    
}

.organisers_table>div>a:hover {
    /*transform: translateY(-7px);*/
    transition: all 0.3s ease 0s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.5);
  }

.organisers_table>div>a>img {
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 95%;
    max-height: 95%;
}
.organisers_table>div.half_left {
    width: 50%;
    position: relative;
}


.organisers_table>div.half_left a {
 
}

.organisers_table>div.half_right {
    width: 50%;
    
}
.organisers_table>div.half_right a {
  
}


 

.support_organisers_table {}
.support_organisers_table>div {
    display: inline-block;
    width: calc(50% - 10px);
    height: auto;
    padding: 10px;
    margin: 5px;
}
.support_organisers_table>div>div:first-child {
    display: inline-block;
    width: 100%;
    height: 170px;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.support_organisers_table>div>div:first-child>a {
    display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
    /* background-color: #fff;
    padding: 10px;
    border: 2px solid #c2c2c2; */
}

.support_organisers_table>div>div:first-child>a:hover {
    transform: translateY(-7px);
    transition: all 0.3s ease 0s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1.1);
}

.support_organisers_table>div>div:first-child>a>img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-width: 95%;
    max-height: 95%;
}
.support_organisers_table>div>div:last-child {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.support_organisers_table>div.half_left {
    width: 50%;
    height: 190px;
}
.support_organisers_table>div.half_left a {
    width: 400px;
    float: right;
}
.support_organisers_table>div.half_right {
    width: 50%;
    height: 190px;
}
.support_organisers_table>div.half_right a {
    width: 280px;
    float: left;
}

.bottom-part div:nth-child(3) img{
    margin-top: 20px;
}

.organisers_wrapper img:hover{
    transform: scale(1.1);
}

.organisers_wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:600px) {
    
    .organisers_table>div{
        width: 100%;
        position: relative;
    }

    .organisers_table>div.half_left{
        width: 100%;
        
    }


    .organisers_table>div.half_right{
        width: 100%;
   
    }

    .organisers_table>.half_right>a>img{
        /* left: 60%; */
    }

    .organisers_table>div>a>img{
        left: 50%;
       
    }

    
}


/* body{
 
}


.organiser_banner{
    position:fixed;
    top: 94px;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    padding-bottom:200px ;
     
}

.organiser_banner_overlay{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background:rgba(152, 162, 193, 0.2);
    z-index: 1;
}


.organiser_wrapper{
    position: relative;
    top:120px;
 


}

.organiser_title{
    text-align: center;
    color:#073e7f;
    margin-bottom: 50px;
}

 

.organiser_table{
    display: flex;
    flex-wrap: wrap;
    
    
}


.half_left{
      
    text-align: right;
    flex: 0 0 50%;
    
     
}

.half_right{
    flex: 0 0 50%;
    text-align: left;
     width: 50%;
     margin-bottom: 20px;
}


.organiser_box{
    text-align: center;
    flex: 0 0 25%;
    height: 180px ;
    margin-bottom: 20px;
    position: relative;
    
    
}

.organiser_box > img{
     max-height: 95%;
     max-width: 95%;
     position: absolute;
     top:50%;
     left:50%;

     transform: translate(-50%,-50%);
}



@media screen and (max-width:767px){

    .organiser_box ,.half_left, .half_right {
        flex:0 0 100%;
        text-align: center;
    }

    .organiser_box>img  ,.half_left>img , .half_right>img {
        margin-bottom: 20px;
    }    
    
}
 */
