.row_0{
    background: rgba(0,0,0,0.6);
    max-width: 1920px;
    clear:none;
}

.row_4 .slick-slide{
    margin: 0 10px;
}

.row_4 .slick-slider{
    margin: 0 40px;
}

.row_4 .slick-prev:before {
    left: -20px;
   background-image: url(https://counsel.hkust.edu.hk/images/slick-prev.png);
}

.row_4 .slick-next::before{
    background-image: url(https://counsel.hkust.edu.hk/images/slick-next.png);
}

.row_4 .slick-prev::before, .slick-next::before {
    content: "";
    opacity: 1;
    width: 26px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}

.row .slick-prev{
    left: -35px;
    top:40%;
}

.row .slick-next {
    right: -35px;
    top:40%;
}

/*.row_2*/
.banner_info{
    position:absolute;
    background: url("https://counsel.hkust.edu.hk/images/hearing_bg.png");
    background-size: cover;
    width:30vw;
    height: 12.324vw;
    max-width:500px;
    bottom: 120px;
    left: 54%;
    box-sizing: border-box;
}

.banner_info_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_info p{
    white-space: nowrap;
}

.row_2 .banner_info img{
    /* width: 3vw; */
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.banner_info p:first-child{
    font-size: 2.8vw;
    font-weight: bolder;
    color:#dddddd;
}

.banner_info p:nth-child(2){
    font-size: 2.2vw;
    font-weight: 600;
    color:#ffffff;
    margin-top: 5px;
    line-height: 1.3;
}

.banner_info p:last-child{
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.3;
    white-space: normal;
}

.shape{
    position: absolute;
    bottom: -2px;
    width: 100.5%;
/*    min-width: 700px;
*/    left: 50%;
    transform: translateX(-50%);
}


/*.row_3*/
.row_3{
    margin-bottom: 80px;
}
.row_3 .col{
    width: 33%;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    max-width: 33%;
    line-height: 1.4;
}

.row_3 .col img{
    max-width: 330px;
}

/*.row_3 .more{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
}*/

.row_3 .bg_purple.more:hover{
    background-color: #e1e1e1;
    color:#c668c8;
}

.row_3 .bg_green_deep.more:hover{
    background-color: #e1e1e1;
    color:#6e9a24;
}

.row_3 .bg_orange.more:hover{
    background-color: #e1e1e1;
    color:#e26000;
}


.row_3 .bg_purple.more:hover::after,
.row_3 .bg_green_deep.more:hover::after,
.row_3 .bg_orange.more:hover::after{
    background-image: url(https://counsel.hkust.edu.hk/images/button_deep_next.png);
}

.row_3 .desc{
	margin-bottom: 20px;
}

/*.row_4*/
.row_4{
    padding: 90px 0 170px;
}

.row_4 a{
    color:#000000;
    outline: none;
}

.row_4 span{
    display: inline-block;
    margin-top: 20px;
    line-height: 1.2;
    font-size: 1.2em;
}


@media only screen and (max-width:1024px){
    .row_2 > img:first-child{
        width: 140%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner_info p:first-child {
        font-size: 4vw;
    }

    .banner_info p:nth-child(2) {
        font-size: 3vw;
    }

    .banner_info p:last-child {
        font-size: 1.7vw;
    }

    .banner_info {
        width: 40vw;
        height: 18.96vw;
        bottom:80px;
    }

    .row_3{
        margin-bottom: 40px;
    }
    .row_3 .desc{
        margin-bottom: 35px;
    }
    .row_3 .col{
        padding:10px;
    }

    .slick-prev::before, .slick-next::before {
        width: 13px !important;
        height: 30px !important;
    }

    .row .slick-prev {
        left: -25px;
    }
    
}

@media only screen and (max-width:768px){
    .slick-slider{
        margin:0 20px;
    }

    .row_2 .slide-img-container{
        overflow: hidden;
    }

    .row_2 img.slide-img{
        width: 100%;
        min-width: 1200px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .row_2 .banner_info img {
        width: 2vw;
        margin-right: 5px;
    }

    .row_3 .column{
        display: block;
    }
    .row_3 .column .col{
        width: 100%;
        margin-top: 50px;
        padding: 10px 10%;
        max-width: 100%;
    }


    .row_3 .more {
        position: relative;
        left:auto;
        transform: none;
    }

    .row_3 .desc{
        min-height: auto;
    }

    .row_3 .col img {
        width: 100%;
        display: block;
        margin: auto;
    }

    .banner_info p:first-child {
        text-align: center;
    }

    .banner_info p:nth-child(2) {
        text-align: center;
    }

    .banner_info {
        width: 47vw;
        height: 23.96vw;
        bottom: 130px;
        transform: scale(1.6);
        left: 11%;
        transform-origin: left;
    }

    .row_4 {
        padding: 40px 0 100px;
    }
}

@media only screen and (max-width:640px) {
    .banner_info p:last-child {
        font-size: 1.9vw;
    }

    .row_2 img.slide-img{
        min-width: 700px;
    }
}