.top_0 {
    top: 0px;
}

.Dublin {
    height: 300px;
    width: 100%;
    /* width: 200px; */
    /* width of container */
    /* height: 200px; */
    /* height of container */
    object-fit: cover;
    /* border: 5px solid black; */
}

.caption .caption_style {
    color: rgb(82, 82, 82);
    font-size: 13.44px;
    font-style: italic;
    text-align: justify;
    background-color: rgb(255, 255, 255);
}

.width80 {
    width: 80%
}

.text_center {
    text-align: center;
}

.width100 {
    width: 100%;
}

.div_img {
    float: right;
    margin-left: 10px;
    margin-top: 10px
}

.caption_style2 {
    color: rgb(82, 82, 82);
    font-size: 13.44px;
    text-align: justify;
    background-color: rgb(255, 255, 255);
}

.tr_color {
    background-color: #2b6acf;
    color: #fff
}

.width200_pointer {
    width: 200px;
    cursor: pointer;
}

.direct_en {
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    color: rgb(0, 166, 210);
    outline: 0px;
    font-family: custom-serif, PMingLiu, MingLiu, Arial, Helvetica, sans-serif;
    font-size: 15.6px;
    letter-spacing: 1px;
}