@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;700&display=swap');
body {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
}
#menuIcon {
  display: none;
}
.wpb_content_element {
    margin-bottom: 0px;
}
.fa-twitter-square {
    position: relative;
}
.fa-twitter-square:before {
    position: absolute;
    top: -23px;
    content: "" !important;
    height: 26px;
    width: 26px;
    display: inline-block;
    background-image: url(https://campaign.hkjc.com/en/mt/css/images/x-logo-260.png);
    background-size: contain;
}
blockquote {
    text-align: center;
    color: #003C84;
	font-weight: 100;
	font-size: 25px;
	max-width: 100%;
	line-height: 1.4;
	position: relative;
	margin: 0px 60px;
	padding: 15px;
    border-left: 0px solid #000000;
}

blockquote:before,
blockquote:after {
    font-family: 'DM Serif Text', serif;
	position: absolute;
    color: #003C84;
	font-size: 12rem;
    height: 50px;
    width: 50px;
    line-height: 1;
}

blockquote:before {
	content: '“';
	left: -45px;
	top: -15px;
}

blockquote:after {
	content: '”';
	right: -45px;
    bottom: 0px;
}
ul {
margin-bottom: 0px;
}
h3 {
    font-size: 30px;
    font-weight: 300;
}
.pageTopMenu {
	display: none;
}
.pageHeader {
    background-color: #003C84 !important;
}
.Section__default {
    padding-top: 60px !important;
    padding-bottom: 0px;
}
.Section__default-bottom {
    padding-bottom: 60px !important;
}
h3{
    position: relative;
    color: #003C84;
}
h3.title__icon-video:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: 15px;
    display: inline-block;
    position: absolute;
    top: 1px;
    background-color: #003C84;
    background: url("https://res.hkjc.com/campaigns/wp-content/uploads/sites/747/icon-video.png") no-repeat;
}
h3.title__icon-news:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-left: 15px;
    display: inline-block;
    position: absolute;
    top: 1px;
    background-color: #003C84;
    background: url("https://res.hkjc.com/campaigns/wp-content/uploads/sites/747/icon-news.png") no-repeat;
}
.title__underline{
    width: 68px;
    height: 4px;
    background-color: #FFD503;
    margin-top: 15px;
    margin-bottom: 30px;
}

    /* card grid  */
    .card__grid{
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       list-style: none;
       padding: 0px;
       grid-row-gap: 45px;
       grid-column-gap: 30px;
    }
    .card__grid-2{
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 0px;
   }   
   .card__style_4:hover{
    background-color: #f6f6f6;
 }        
    .card__grid .venue-book-btn {
      flex: 0 0 45%;
    }
    /* card  */
    .card {
      position: relative;
      display: flex;
      flex-direction: column;
    }
    .card-img-top{
        width: 100%;
    }
    .video_open {
       position: relative;
       flex: 0 0 40%;
       height: fit-content;
      }
      .card-img-container {
        position: relative;
      }
    .card-img-container::before {
        content: "";
        width: 45px;
        height: 48px;
        display: inline-block;
        position: absolute;
        background: url("https://res.hkjc.com/campaigns/wp-content/uploads/sites/747/icon-play.png") no-repeat;
        bottom: 5px;
        left: 5px;
      }
      .card__style_3 .card-img-container::before {
        content: "";
        display: none;
      }      
    .card-body {
        display: flex;
        flex-direction: column;
        padding: 0px 10px 0px 15px;
        flex: 1 1 auto;
      }
    
    .card h3 {
      margin-bottom: 5px;
      color: #003C84;
      font-size: 20px;
    }
    
    .card p {
      flex: 1 1 auto;
      margin-bottom: 0px;
    }
    
    
    .card__default {
      text-align: left;
    }
    
    .card__swiper {
      margin-bottom: 0px !important;
    }
    .card__style_2{
        flex-direction: row;
        height: fit-content;
    }
    .card__style_3 {
        flex-direction: row-reverse;
        height: 100%;
        padding: 15px;
        background-color: #EAEDF6;
    }
    .card__style_4 {
        flex-direction: row;
        gap: 15px;
        align-items: flex-start;
        height: 100%;
        padding: 15px 0px;
        background-color: #ffffff;
        border-bottom: 1px solid #EAEDF6;
        line-height: 1;
    }
    .card__style_4 h3{
        margin-bottom: 0px;
}
    .card__style_3 .card-body {
        padding: 0px 0px 0px 0px;
      }
    .card__style_3 .card-img-container{
        margin-left: 15px;
    }
      .card__style_3 h3{
        color: #449BE2;
      }
    .btn-swiper {
      text-decoration: none;
      border: 0px;
      color: var(--rh-themecolor-fourth);
      padding-bottom: 10px;
      cursor: pointer;
    }
    
    .btn-swiper:hover,
    .btn-swiper:focus {
      color: var(--rh-themecolor-third);
      text-decoration: none;
    }
    
    .btn-active {
      color: var(--rh-themecolor-third);
    }
    
    .btn-active {
      color: var(--rh-themecolor-third);
    }
    
    .btn-active::after {
      content: "";
      position: absolute;
      background-color: #000000;
      background-color: var(--rh-themecolor-highlight);
      left: 0;
      right: 0;
      height: 4px;
      bottom: 0;
      width: 50px;
    }
    .footerSection, .footerFollowus {
        background-color: #003C84;
    }

@media (max-width: 991px) {
    .card__grid{
        grid-template-columns: repeat(1, 1fr);
     }
}

@media (max-width: 768px) {
    .card__style_2, .card__style_3 {
        flex-direction: column;
    }
    .card__style_4 {
        flex-direction: row;
    }    
    .card-body {
        padding: 15px 0px 0px 0px;
    }
    .card__style_3 .card-body {
        padding: 0px 0px 0px 0px;
    }       
    .card__style_3 .card-img-container{
        margin-left: 0px;
        margin-bottom: 15px;
    }       
}

@media (max-width: 455px) {
    blockquote {
        margin: 0px 30px;
    }
    blockquote:before {
        left: -40px;
    }
    
    blockquote:after {
        right: -40px;
    }    
}