html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  text-align:justify;
}
#myDIV {
    background: #1b64c3;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        background-color: #1b64c3;
    }

    to {
        background-color: blue;
    }
}
.panel-fullwidth {
    background: #FFF;
    border: 1px solid #e2e2e2;
    padding: 0 9px 15px 9px;
}

.yellow-bar {
    background: #1e8cd5;
    height: 5px;
    width: 100%;
    margin-bottom: 15px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.info-content {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: rgba(254,254,254,1);
    border-radius: 10px;
    margin-bottom: 7px;
}

.meeting-info {
    height: 49px;
    background: blue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meeting-title {
    font-size: 18px;
    font-family: PingFangTC-Medium,PingFangTC;
    font-weight: bolder;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 20px;
}

.meeting-date-wrap {
    padding: 0 25px;
}
.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 20px 0;
    z-index: 0;
    color: blue;
    display: table;
    width: 100%;
}
.section-title1 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 ;
    z-index: 0;
    color: white;
    display: table;
    width: 100%;
    padding-left:5px;
}

.kapian {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 30px rgba(0,0,0,.15);
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    cursor: pointer;
    position: relative;
    height: 100%;
    /*margin: 1rem;*/
    padding: 12px;
    background: #fff;
}
.number {
    font-size: 40px;
    font-family: Roboto-BoldCondensed,Roboto;
    font-weight: normal;
    color: rgba(202,21,37,1);
    line-height: 71px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.index-row {
    padding: 50px 0;
}


.our-whyus {
    background-color: #e1e1e1;
}

.our-whyus-item {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #c1c1c1;
    padding: 10px;
    padding-bottom:5px;
}

    .our-whyus-item:hover {
        background-color: #1e8cd5;
        border: 1px solid #1e8cd5;
        box-shadow: 0 0 10px 0 rgba(45,183,245,.5);
        color: #fff;
    }

        .our-whyus-item:hover > .glyphicon {
            color: #fff;
        }
        .fb{
            font-weight:bold;
        }
 