@media (min-width: 1210px) {
	.homepage-sns-feed-left {
		float: left;
		width: 33.3%;
		height: 0;
		padding-bottom: 66.6%;
		overflow: hidden;
		}
	.homepage-sns-feed-right {
		float: left;
		width: 66.6%;
		height: 0;
		padding-bottom: 66.6%;
	}

	.footnote-left,
	.footnote-right {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.footnote-left,
	.footnote-left a:last-child {
		padding-right: 0;
	}
}

@media (max-width: 1150px) {
	.horizontal-menu ul li a {
		font-size: 1.5em;
	}
	.content-right-text {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.content-right-photo {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

@media (max-width: 1110px) {
	.homepage-row-3-right,
	.homepage-row-3-left {
		padding: 50px 87px;
	}
	.homepage-sharing {
		padding: 15px 0;
		margin-top: 0;
	}
	.homepage-sharing-image {
		width: 120px;
		height: 120px;
	}
	.homepage-sharing-name {
		font-size: 1.7em;
	}
	.homepage-sharing-text p {
		max-height: 160px;
		font-size: 1.5em;
	}
}

@media (max-width: 1020px) {
	.content-left-pink,
	.content-left-orange,
	.content-left-title {
		width: 300px;
	}
	
	.homepage-row-3-right,
	.homepage-row-3-left {
		padding: 40px 65px;
	}
	.homepage-sharing {
		padding: 10px 0;
	}
	.homepage-sharing-image {
		width: 110px;
		height: 110px;
	}
	.homepage-row-title,
	.calendar-events-heading {
		margin-bottom: 30px;
	}
	.homepage-sharing-text p {
		max-height: 180px;
	}
	.member,
	.grid {
		width: 31.6%;
		margin: 0 1.7% 1.7% 0;
	}
	.news-entry-text {
		left: 30px;
		width: 300px;
		padding: 15px;
	}
	.news-heading {
		font-size: 1.6em;
		padding-bottom: 10px;
	}
	.news-reporter {
		font-size: 1.3em;
	}
	.sharing-left {
		width: 30%;
	}
	.sharing-right {
		width: 70%;
	}
	.sharing-heading {
		font-size: 1.6em;
	}
	.sharing-text {
		padding-right: 0;
	}
	.profile-content-row {
		margin-bottom: 30px;
	}
	.sharing-more a {
		font-size: 1.3em;
	}
}

@media (max-width: 980px) {
	.homepage-row-3-left,
	.homepage-row-3-right,
	.homepage-row-4-left,
	.homepage-row-4-right,
	.calendar-row-left,
	.calendar-row-right {
		padding: 35px 50px;
	}
	.homepage-row-4,
	.calendar-row {
		max-height: 400px;
	}
	.calendar-table table {
		margin-bottom: 30px;
	}
	.footer-heading span:after {
		width: 284px;
	}

	.personal-particulars {
		height: 300px;
	}
	.accordion-topic:after {
		font-size: 0.8em;
	}
}

@media (max-width: 920px) {
	.accordion-topic {
		padding-bottom: 40px;
	}
	.accordion-topic:after {
		right: 19px;
		top: 80%;
	}
}


/** Mobile **/
@media (max-width: 850px) {
	body.home .bx-wrapper .bx-prev {
		left: 15px;
	}
	body.home .bx-wrapper .bx-next {
		right: 15px;
	}

	.bx-wrapper .bx-pager-item {
		margin: 0 1%;
	}

	.header {
    margin-bottom: 130px;
	}
	.home-group-video {
		margin-top: 110px;
	}

	.mobile-header-corner .fontsize-container {
	  height: 30px;
	  line-height: 30px;
	}
	.mobile-header-corner .fontsize {
	  height: 30px;
	  line-height: 30px;
	  margin: 0 5px;
	}

  .header-corner {
  	float: none;
  	display: none;
  }
  .main-menu-button {
		position: absolute;
		display: block;
		right: 10px;
		top: 10px;
		width: 44px;
		height: 44px;
		font-size: 2.8em;
		line-height: 40px;
		text-align: center;
		border: 1.5px solid #FFF;
		color: #FFF;
		cursor: pointer;
		z-index: 100;
		background: -moz-linear-gradient(top, rgba(57,185,171,0.9) 0%, rgba(8,183,230,0.9) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(57,185,171,0.9) 0%,rgba(8,183,230,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(57,185,171,0.9) 0%,rgba(8,183,230,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e639b9ab', endColorstr='#e608b7e6',GradientType=0 ); /* IE6-9 */
	}
	.main-menu {
		position: fixed;
		right: -285px;
		top: 0;
		width: 285px;
		height: 100%;
		padding: 0;
		margin-left: 0;
		background: -moz-linear-gradient(top, rgba(57,185,171,0.9) 0%, rgba(8,183,230,0.9) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(57,185,171,0.9) 0%,rgba(8,183,230,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(57,185,171,0.9) 0%,rgba(8,183,230,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e639b9ab', endColorstr='#e608b7e6',GradientType=0 ); /* IE6-9 */;
		z-index: 1000;
		overflow: auto;
		transition: right 0.2s ease-in-out;
	}
	.main-menu.active {
		right: 0;
		width: 285px;
		transition: right 0.2s ease-in-out;
	}
	.main-menu-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 900;
    cursor: pointer;
  }
	.main-menu-close {
		display: block;
		float: right;
		width: 20px;
		height: 20px;
		margin: 20px;
		background: url('images/menu-close-white@2x.png') no-repeat center center;
		background-size: contain;
		cursor: pointer;
		z-index: 1500;
	}
	.main-menu ul ul {
		/* display: block; */
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		padding-top: 0;
		background: transparent;
	}
	.main-menu ul ul > li,
	.main-menu ul ul ul > li {
		margin-left: 20px;
	}
	.main-menu ul li:before {
		display: none;
	}
	.main-menu ul li a {
		border: 1px solid transparent;
	}
	.main-menu ul li:hover > ul,
	.main-menu ul li.active > ul {
		display: block;
	}
	.main-menu ul li:hover > a {
		border: 1px solid #FFF;
	}
	.main-menu ul li.menu-item-has-children:after {
		display: none;
	}
	.main-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    content: '▾';
    color: #FFF;
    font-size: 1.6em;
    font-weight: 700;
	}
	
	.header-corner.mobile-header-corner {
		display: block;
		text-align: center;
		clear: both;
		min-width: 285px;
		padding: 0 10px;
	}
	.header-corner-top.mobile-header-corner-top {
		display: table;
		width: 100%;
		background-color: transparent;
		border-bottom: 1px solid #FFF;
	}
	a.English,
	a.TradChin,
	a.SimChin {
		color: #FFF;
	}
	.header-corner-bottom.mobile-header-corner-bottom {
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	.social-icons.mobile-social-icons {
		width: 40px;
		height: 40px;
	}	
	.main-menu ul {
		padding: 0 0 5px 0;
		background: transparent;
	}
	.main-menu ul li a {
		margin: 0 15px;
	}
	.main-menu ul li a:first-child {
		margin-top: 16px;
	}
	.main-menu .widget-ls-mobile ul {
		width: auto;
	}
	.main-menu .widget-ls-mobile ul li a {
		margin: 0;
		padding: 0;
	}


	.homepage-row-1 {
		min-height: 200px;
	}
	.homepage-row-1-left span {
		font-size: 2.4em;
	}
	.homepage-row-1-right {
		font-size: 1.4em;
	}
	.homepage-row-1-right span {
		letter-spacing: -0.1em;
	}
	.homepage-row-1-right-text {
		font-size: 1.2em;
	}
	.homepage-row-1-right,
	.homepage-row-3-left,
	.homepage-row-3-right,
	.homepage-row-4-left,
	.homepage-row-4-right,
	.calendar-row-left,
	.calendar-row-right {
		padding: 35px 40px;
	}
	.homepage-row-2 {
		height: 200px;
	}
	.homepage-row-2-left,
	.homepage-row-2-middle,
	.homepage-row-2-right {
		font-size: 2.4em;
	}
	.homepage-row-title,
	.homepage-sharing-name,
	.calendar-events-heading,
	.calendar-title span,
	.back-to-top span {
		font-size: 1.8em;
	}
	.content-left-title span {
		font-size: 1.8em;
	}
	.profile-name {
		font-size: 1.8em;
	}
	.profile-position {
		font-size: 1.4em;
	}
	.personal-particulars-table th span,
	.personal-particulars-table td span {
		font-size: 1.4em;
	}
	.content-right h2 {
		font-size: 1.6em;
	}
	.profile-content-row p {
		font-size: 1.4em;
	}
	.accordion-topic {
		font-size: 1.6em;
	}
	.activity {
		width: 49%;
		margin-right: 2%;
	}
	.activity:nth-child(4n+2) {
		margin-right: 0;
	}
	.news-entry-text {
		left: 20px;
		bottom: 20px;
		width: 250px;
	}
	.news-heading {
		font-size: 1.4em;
	}
	.news-reporter {
		font-size: 1.2em;
	}
}



@media (max-width: 800px) {
	/* .content-right p {
		min-width: 0;
	} */
	.content-right-text {
		width: 100%;
		padding-right: 0;
	}
	.homepage-row-title,
	.homepage-sharing-name,
	.calendar-events-heading,
	.calendar-title span {
		font-size: 1.6em;
	}
	.homepage-news-entry,
	.homepage-sharing-text p,
	.calendar-event {
		font-size: 1.4em;
	}
	.calendar-title {
		margin-bottom: 30px;
	}
	.calendar-title span {
		font-size: 1.7em;
	}
	.calendar-table th,
	.calendar-table td {
		font-size: 0.9em;
	}
	.calendar-table th span,
	.calendar-table td span {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.footer {
		padding: 41px;
	}
	.footer-container {
		background-color: rgba(255,255,255,0.7);
	}
	.footer-heading, .footer-content p {
		color: #000;
	}
	.footer-heading {
		font-size: 1.8em;
		margin-bottom: 40px;
	}
	.footer-heading span:after {
		bottom: -15px;
	}
	.footer-content p {
		font-size: 1.4em;
	}
	.content-two-col,
	.content-left-pink,
	.content-left-orange,
	.content-left-title,
	.content-right {
		display: block;
	}
	.content-left-pink {
		left: 50%;
    transform: translateX(-50%);
	}
	.profile-photo {
		margin-top: 50px;
	}
	.content-left-pink .content-left-title {
		display: none;
	}
	.content-left-orange,
	.content-left-orange .content-left-title {
		width: 100%;
		min-height: auto;
	}
	.content-left-title {
		padding: 0 65px 30px 65px;
	}
	.personal-particulars {
		height: auto;
	}
	.content-right {
		margin-left: 0;
	}
	.content-left-title span {
		position: relative;
		left: auto;
		width: 100%;
		margin: 0;
	}
	.default-page.wrapper, .calendar.wrapper {
		padding: 0 0 0 65px;
		margin: 0;
	}
}

@media (max-width: 750px) {
	.home-group-video {
		margin-top: 100px;
	}
	.logos {
		float: none;
		position: relative;
		width: 100%;
		padding: 15px 41px 10px 41px;
		text-align: center;
	}
	.logo img {
		display: inline-block;
		position: relative;
		height: 70px;
	}
	.homepage-row-1-right,
	.homepage-row-3-left,
	.homepage-row-3-right,
	.homepage-row-4-left,
	.homepage-row-4-right
	.calendar-row-left,
	.calendar-row-right {
		padding: 30px 30px;
	}
	.homepage-row-title,
	.homepage-sharing-name,
	.calendar-events-heading,
	.calendar-title span,
	.homepage-sns span {
		font-size: 1.8em;
	}
	.homepage-sharing-image {
		width: 90px;
		height: 90px;
	}
	.calendar-title {
		margin-bottom: 20px;
	}
	.calendar-title span {
		font-size: 1.6em;
	}
	.calendar-table th,
	.calendar-table td {
		font-size: 0.8em;
	}
	.homepage-sharing-text p {
		max-height: 200px;
	}
	.homepage-row-4,
	.calendar-row {
		max-height: 370px;
	}
	.homepage-row-title,
	.homepage-news-entries,
	.homepage-row-title,
	.homepage-sharing {
		max-width: 600px;
	}
}

@media (max-width: 700px) {
	.homepage-row-1 span,
	.homepage-row-2-left,
	.homepage-row-2-middle,
	.homepage-row-2-right {
		font-size: 2.1em;
	}
	.homepage-row-1-right {
		font-size: 1.3em;
	}
	.homepage-row-3,
	.homepage-row-3-left,
	.homepage-row-3-right,
	.homepage-row-4-left,
	.homepage-row-4-right,
	.calendar-row-left,
	.calendar-row-right {
		display: block;
	}
	.homepage-row-3 {
		height: auto;
	}
	.homepage-row-3-left,
	.homepage-row-3-right,
	.homepage-row-4-left,
	.homepage-row-4-right,
	.calendar-row-left,
	.calendar-row-right {
		width: 100%;
	}
	.homepage-sharing-image {
		width: 120px;
		height: 120px;
	}
	.homepage-row-title,
	.homepage-news-entries,
	.homepage-row-title,
	.homepage-sharing,
	.calendar-events-heading,
	.calendar-events,
	.homepage-sns span {
		max-width: 550px;
	}
	.calendar-events {
		margin: 0 auto;
	}
	.homepage-sns {
		padding: 46px 75px;
	}
	.member,
	.grid {
		width: 44.4%;
		margin: 0 5.56% 5.56% 0;
	}
	.footer-heading {
		font-size: 1.7em;
	}
	.footer-heading span:after {
	width: 250px;
	}
	.footer-content p {
		font-size: 1.3em;
	}
	.sharing-photo {
		width: 120px;
		height: 120px;
	}
	.sharing {
		display: block;
		position: relative;
		/*overflow: visible;*/
		min-height: 160px;
	}
	.sharing-left {
		display: none;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		width: 123px;
		padding: 0;
		margin-top: 20px;
	}
	.sharing-right {
		display: block;
		width: 100%;
		padding: 20px;
	}
	.sharing-heading,
	.profile-content-row {
		margin-bottom: 15px;
	}
	.sharing-text {
		overflow: hidden;
	}
	.profile-content-row {
		/*float: right;
		width: 75%;*/
	}
	.sharing-more {
		clear: both;
	}
}

@media (max-width: 650px) {
	.homepage-row-1-left span,
	.homepage-row-2-left span,
	.homepage-row-2-middle span,
	.homepage-row-2-right span {
    font-size: 100%;
    text-align: center
  }
	.homepage-row-1 span,
	.homepage-row-2-left,
	.homepage-row-2-middle,
	.homepage-row-2-right {
		font-size: 1.9em;
	}
	.homepage-row-1-left,
	.homepage-row-2-left,
	.homepage-row-2-middle,
	.homepage-row-2-right {
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 40%;
	}
	.homepage-row-1-right {
		display: block;
		width: 100%;
		height: 40%;
	}
	.homepage-row-1-right {
		padding: 60px 100px;
	}
	.homepage-row-title,
	.homepage-sharing-name,
	.calendar-events-heading,
	.calendar-title span {
		font-size: 1.7em;
	}
	.homepage-row-4-left.
	.calendar-row-left {
		padding-bottom: 0;
	}
	.news-entry {
		width: 100%;
		padding-bottom: 66.66%;
	}
	.news-entry-text {
		left: 46px;
    bottom: 28px;
    width: 350px;
    padding: 18px 25px;
	}
	.news-heading {
    padding-bottom: 20px;
    font-size: 1.8em;
 	}
	.news-reporter {
		font-size: 1.4em;
	}
	.sharing-photo {
		width: 110px;
		height: 110px;
	}
	.sharing-left {
		width: 113px;
	}
	.sharing-heading,
	.profile-content-row {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.home-group-video {
		margin-top: 90px;
	}

	.content-list {
		padding-bottom: 50px;
	}
	.clh-cell-1, .clb-cell-1 {
    width: 48%;
 	}
	.clh-cell-2, .clb-cell-2 {
    width: 50%;
  }
	.clh-cell-3, .clb-cell-3 {
	    width: 100%;
	}

	.default-page.wrapper {
		padding-left: 20px;
	}
	.content-right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-left-title {
    padding-left: 20px;
  }
 	p {
		text-align: left;
	}
	.content li {
    text-align: left;
  }
  td {
    padding-left: 5px;
    padding-right: 5px;
  }
	.logo img {
		height: 60px;
	}
	.homepage-row-1-right {
		padding: 50px 80px;
	}
	.homepage-row-title,
	.homepage-news-entries,
	.homepage-row-title,
	.homepage-sharing {
		max-width: 500px;
	}
	.homepage-row-1 span {
		font-size: 1.7em;
	}
	.calendar-table th span,
	.calendar-table td span {
    width: 35px;
    height: 35px;
    line-height: 35px;
	}
	.homepage-sns {
		padding: 46px 0 46px 50px;
	}
	.homepage-sns span {
		font-size: 1.8em;
	}
	.footer-heading {
		margin-bottom: 30px;
	}
	.footer-heading span:after {
		bottom: -10px;
	}
	.activity {
		width: 100%;
		padding: 10px 50px 50px 50px;
		margin-right: 0;
	}
	.activities,
	.activity-photo,
	.activity-heading {
		margin-bottom: 10px;
	}
}

@media (max-width: 560px) {
	.home-group-video {
		margin-top: 80px;
	}

	.logo img {
		height: 50px;
	}
	.footer-heading span:after {
	width: 200px;
	bottom: -8px;
	}
	.footer-heading {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.footer-content p {
		font-size: 1.2em;
	}
}

@media (max-width: 500px) {
	.homepage-sns-feed-right {
		width: 100%;
		padding-bottom: 100%;
	}
	.homepage-sns-feed-left {
		width: 100%;
		padding-bottom: 150%;
	}

	.homepage-row-1-right {
		padding: 40px 70px;
	}
	.news-entry-text {
		left: 30px;
		width: 300px;
		padding: 15px;
	}
	.news-heading {
		font-size: 1.6em;
		padding-bottom: 10px;
	}
	.news-reporter {
		font-size: 1.3em;
	}
}

@media (max-width: 450px) {
	.logos {
		padding-left: 20px;
		text-align: left;
	}
	.homepage-row-1-right {
		padding: 40px 55px;
	}
	.footnote {
		font-size: 1.3em;
	}
	.member,
	.grid {
		width: 100%;
		margin: 0 0 5.56% 0;
	}
	.footer-heading span:after {
	width: 150px;
	}
	.footnote-left a,
	.footnote-left a:first-child,
	.footnote-left a:last-child {
		display: block;
		padding: 5px;
		border-left: 0;
	}
}

@media (max-width: 400px) {
	.home-group-video {
		margin-top: 70px;
	}

	.logo img {
    height: 40px;
  }
  .homepage-sharing-image {
    width: 90px;
    height: 90px;
  }
	.footnote {
		font-size: 1.2em;
	}
	.footer {
		padding: 40px 20px;
		background-position: 96% top;
	}
	.news-entry-text {
		left: 20px;
		bottom: 20px;
		width: 250px;
	}
	.news-heading {
		font-size: 1.4em;
	}
	.news-reporter {
		font-size: 1.2em;
	}
 }







