@charset "UTF-8";


.sectionBtn a {
    font-size: 20px;
}

.homeRow2 .blkTitle, .homeBlkList a {
    font-size: 18px;
}

.volSelect>a {
    width: 120px;
}
/*
.talk_list table {
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #65b87e , #00b6e5);
    color: #fff;
}

.talk_list td {
    padding: 20px;
}

.talk_list table, .talk_list td {
    border: none;
    line-height: 1.4;
}

.talk_list img {
    width: 150px;
    height: auto;
    border-radius: 50%;
    margin-right: 20px;
}

.talk_list h3 {
    margin-bottom: 20px;
}
*/
.burnout_table ul {
    margin: 10px 0px 20px 0px;
}

.burnout_table li {
    background-image: none;
    list-style: disc;
    display: list-item;
    padding-left: 0px;
    margin-left: 20px;
}

.siteCityuLogo {
    padding: 0px 0px 10px 0px;
    width: 95px;
}

.siteCbLogo {
    padding: 0px 0px 10px 0px;
    width: 110px;
}

h3 {
    line-height: 1.2;
}

.siteLogoText {
    padding-top: 15px;
    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
.siteLogoText {
    padding-top: 0px;
    padding-bottom: 20px;
}
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url(images/left-arrow.png);
}

.carousel-control-next-icon {
    background-image: url(images/right-arrow.png);
}

.carousel-indicators {
    bottom: -20px;
}

.carousel {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.carousel-indicators li {
  line-height: 1px;
  padding: 0px !important;
}

.homeRow2 h2 {
  margin-left: 0px;
  color: #2668b3;
}

.sectionBtn {
  margin-bottom: 0px;
}

.btnDownload a {
  background-color: #2668b3;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  margin-top: 20px;
}

.btnDownload a span span {
  border: 1px solid #fff;
  font-size: 12px;
  vertical-align: top;
}

.parasCtn ol>li {
  font-size: 14px;
}

.img_right {
  float: right;
  background-color: #FFF;
  margin: 0px;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-left: 20px;
}

.img_left {
  float: left;
  background-color: #FFF;
  margin: 0px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.alumniNewCol {
  width: 220px;
  float: left;
  padding: 5px;
}

.alumniNewCol .alumniBlk {
  width: 205px;
}

.alumniLeftNew, .alumniRightNew {
  width: 50%;
}

.alumniLeftNew .alumniBlk, .alumniRightNew .alumniBlk {
  width: 90%;
}

.alumniLeftNew img, .alumniRightNew img {
  float: left;
  width: 150px;
  margin: 0px 20px 20px 0px;
}

.home_cover h1 {
  color: #2668b3;
  font-family: Arial,'Microsoft JhengHei',"Microsoft JhengHei",sans-serif;
}

.home_cover img {
  width: 100%;
  height: auto;
}

.three_row_img .item {
  width: 33.333%;
  float: left;
}

.parasCtn p {
  overflow: hidden;
}

.two_row_table, .two_row_table td {
  border: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.two_row_table .parasImgCtn {
    margin: 0px 20px;
}

.alumniNewCol2 {
  width: 445px;
  float: left;
  padding: 5px;
}

.alumniNewCol2 .alumniBlk {
  width: 100%;
}

@media screen and (max-width: 600px) {
.img_right {
  float: none;
  padding-left: 0px;
}
.img_left {
  float: none;
  padding-right: 0px;
}
.alumniLeftNew, .alumniRightNew {
  width: 100%;
}

.three_row_img .item {
  width: 100%;
  float: none;
}

.two_row_table, .two_row_table td, .two_row_table tbody, .two_row_table tr {
  display: block;
  width: 100%;
}
.two_row_table .parasImgCtn {
    margin: 30px 0px;
}

.alumniNewCol2 {
  width: 100%;
}

}
