/*
 Theme Name:   Tung Wah 2015
 Theme URI:    http://www.tungwah.org.hk
 Description:  Customized Theme for Tung Wah Group of Hospitals in 2015
 Author:       INDZZ
 Author URI:   http://www.indzz.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         blue, responsive-layout, accessibility-ready
 Text Domain:  tw2015
*/

@import "css/contents.css?20200401";

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff url('images/bg1.jpg') repeat-y center top;
	color: #777;
	background-size: cover;
}
body.evening {
	background-image: url('images/background_evening.jpg');
	background-position: center 150px;
	background-size: cover;
}

a {
	color: #0C7FBF;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #0b75ae;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 20px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	/*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

table {
	border-collapse: separate;
	border-spacing: 0;
	/*border-width: 1px 0 0 1px;*/
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	/*border-width: 0 1px 1px 0;*/
	font-weight: bold;
}

td {
	/*border-width: 0 1px 1px 0;*/
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #a02119;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #a02119;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid black;
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid black;
	outline: 0;
}

/* Buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}
.search-field {
	width: 100%;
}
.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #555555;
}
:-moz-placeholder {
	color: #555555;
}
::-moz-placeholder {
	color: #555555;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #555555;
}
::placeholder{
	color: #555555;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

.clear {
	zoom: 1;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	max-width: 1260px;
	position: relative;
}

.main-content {
	background: #FFFFFF;
}
.page-content .entry-title {
	margin-top: 0px;
	background: url('images/title-arrow.png') no-repeat left center;
	padding-left: 20px;
	font-size: 1.2em;
	margin-bottom: 0px;
}

/*
 By INDZZ
*/
.wrap {
	width: 1000px;
	margin: auto;
}

/* Header */
.header {
	width: 100%;
	height: 150px;
	background: #fff;
}
.header .wrap {
	position: relative;
}
.header .print-container {
	position: absolute;
	top: 0px;
	right: 0px;
}
.header .top {
	height: 100px;
	padding-top: 10px;
}
.header .top-right {
	float: right;
	margin-top: 55px;
}
.header .top-right .block {
	float: left;
}
/* Header - Facebook Like Plugin */
.header .fb-like {
	border-right: dashed 1px #ccc;
	margin: 4px 10px 0 0;
}
.header .fb-like iframe {
	margin: 0px;
}
/* Header - Social Media Sharing */
.header .social {
	height: 28px;
}
.header .social ul {
	list-style: none;
	margin: 0;
}
.header .social ul li {
	float: left;
	margin: 0 6px 0 0;
}
.header .social ul li:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
.header .social ul li a {
	display: block;
}
/* Header - Search */
.header .search {
	width: 200px;
	height: 28px;
	background: #ebebeb;
	margin: 0 5px;
}
.header .search .search-input {
	width: 150px !important;
	height: 18px !important;
	border: none;
	resize: none;
	outline: none;
	margin: 5px 0 0 5px;
	padding: 0 5px;
	color: #666666;
	font-size: 12px;
	background: #FFFFFF;
	background-image: none !important;
}
.header .search .search-btn {
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 20px;
	background: url('images/search_icon.jpg') no-repeat center center;
	border: none;
	resize: none;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}
.header .search .search-btn:focus {
	outline: dotted 1px #444444;
}
.header .search label {
	display: none;
}
.header .language {
	height: 28px;
}
.header .language ul {
	list-style: none;
	margin: 0px;
}
.header .language ul li {
	width: 28px;
	height: 28px;
	background: #5d5d5d;
	float: left;
	margin: 0 0 0 10px;
}
.header .language ul li a {
	display: block;
}
.header .language ul li.active, .header .language ul li a:focus, .header .language ul li:hover {
	background: #2b4173;
}
.header .language ul li.active a:focus {
	background: #55669a;
}

/* Header - Logo */
.header .site-title {
	float: left;
	width: 226px;
	height: 72px;
	margin: 0px;
	/*background: url('images/logo.png');*/
	background: url('images/logo_smaller.png');
	background-repeat: no-repeat !important;
	background-size: 100%;
}
.header .site-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.header .minisite-logo.new {
	display: block;
	float: left;
	width: 127px;
	height: 72px;
	background: url('images/150_logo.png');
	margin-left: 8px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.header .minisite-logo span {
	display: block;
	text-indent: -9999px;
}


/* Main Menu */
.header .primary-navigation {
	margin: 5px 0 0 0;
	position: relative;
	z-index: 10;
}
#menu ul {
	list-style: none;
	margin: 0px;
}
#menu li {
	list-style: none;
	display: inline-block;
	position: relative;
	border-right: solid 1px #ccc;
	text-align: center;
	line-height: 1;
	width: 106px;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.site-id-2 #menu ul#menu-header-menu > li {
	width: 98px;
	padding: 0px 4px;
}
#menu-item-34 > a, #menu-item-35 > a {
	line-height: 28px;
}
#menu li.last, #menu li:last-child {
	border-right: none;
}
#menu a {
	display: inline-block;
}
#menu li > a {
	color: #5d5d5d;
	font-size: 14px;
	text-decoration: none;
}
#menu li > a:hover, #menu li > a:focus {
	color: #ed0c0c;
}
#menu .nav-menu > li.current-menu-item > a, #menu .nav-menu > li.current-menu-parent > a, #menu .nav-menu > li.current-menu-ancestor > a {
	color: #ed0c0c;
	padding: 0px 10px;
	background: url('images/top_menu_bg.jpg') left no-repeat;
	line-height: 1em !important;
}
.site-id-2 #menu .nav-menu > li.current-menu-item > a, .site-id-2 #menu .nav-menu > li.current-menu-parent > a, .site-id-2 #menu .nav-menu > li.current-menu-ancestor > a {
	padding: 0px 8px;
}
#menu li .sub-menu {
	position: absolute;
	z-index: 10;
	width: 190px;
}
#menu .nav-menu > li > .sub-menu {
	/* First Level Sub-Menu */
	background: url('images/pulldown_arrow.png') left top no-repeat;
	left: 0px;
	top: 100%;
	padding-top: 12px;
}
#menu .sub-menu .sub-menu {
	/* Second / Deeper Level Sub-Menu */
	top: 0px;
	left: 190px;
}
#menu li li {
	display: block;
	position: relative;
	text-align: left;
	border-right: none;
	border-bottom: solid 1px #5492B4;
	width: 100%;
	float: left;
	background: url('images/pulldownmenu_bg.png') repeat;
	zoom: 1;
}
#menu li li.last, #menu li li:last-child {
	border-bottom: none;
}
#menu li li a {
	color: #FFFFFF;
	display: block;
	padding: 10px;
}
#menu li li a:hover, #menu li li a:focus {
	background: #166DA8;
	color: #e6e8e8;
}
#menu .sub-menu li.menu-item-has-children > a {
	/* Sub-Menu Arrow */
	background-image: url(images/pulldown_has_sub.png);
	background-repeat: no-repeat;
	background-position: center right;
	/*background: url('images/pulldown_has_sub.png') no-repeat right center;*/
}
#menu .sub-menu {
	display: none;
}
#menu li:hover > .sub-menu, #menu .sub-menu:hover, #menu li a:focus + .sub-menu, #menu li:focus + .sub-menu, #menu li .sub-menu.focus {
	display: block;
}
.header .menu-toggle, .header .search-toggle, .header .lang-menu-toggle {
	display: none;
}


/* wrapper */
#main {
	padding: 20px 0;
}

/* home */
.home-left {
	width: 748px;
	margin: 0 12px 0 0;
	float: left;
}
.home-container .entry-title {
	display: none;
}
.home-popup {
	display: none;
}

/* home slideshow area */
.home-left-slideshow-area {
	width: 748px;
	height: 372px;
	margin: 0;
}
.swiper-container {
	color: #ffffff;
	text-align: center;
}

.pagination {
	position: absolute;
	z-index: 100;
	right: 50px;
	bottom: 14px;
}

.pagination-bg {
	width: 748px;
	height: 47px;
	background: url('images/home_sildeshow_banner_news.png') no-repeat;
	position: absolute;
	z-index: 50;
	bottom: 0;
	left: 0;
}
.site-id-2 .pagination-bg {
	background-image: url('images/home_slideshow_banner_news_en.png');
}

.swiper-pagination-switch {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 8px;
	background: #ccc;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
.swiper-dynamic-links {
	text-align: center;
}
.swiper-dynamic-links a {
	display: inline-block;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin: 5px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	background: #eee;
}

.home-left-box {
	width: 240px;
	height: 240px;
	margin: 14px 14px 0 0;
	float: left;
}
.home-left-box.last {
	margin-right: 0px;
}
.home-left-box:hover, .home-left-box a:focus, .home-right-box:hover, .home-right-box a:focus, .home-right-mini-banner a:focus {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

.home-right {
	width: 240px;
	float: left;
}

.home-right-box {
	margin: 0 0 14px 0;
}

.home-right-mini-banner {
	background: #5d5d5d;
	padding: 12px 0 3px 0;
	margin-bottom: 8px;
}

.home-right-mini-banner.top {
	padding: 7px 0 0px 0;
	margin-bottom: 10px;
}

.desktop-none,
.join-us,
.join-us-image,
.home-apps-download
{
	display: none;
}

@media screen and (max-width: 1020px){
	.mobile-none{
		display: none;
	}

	li.mobile-banner img {
		width: 240px !important;
	}
}
.home-bottom-banner{
	padding-top: 8px;
	clear: both;
}

.home-bottom-banner .left-image,
.home-bottom-banner .right-image{
	display: inline-block;
}

.home-bottom-banner .right-image{
	margin-left: 8px;
	position: relative;
}

.home-bottom-banner a.android img,
.home-bottom-banner a.ios img
{
	width: 110px;
}

.home-bottom-banner a.android {
	display: block;
	position: absolute;
	top: 26px;
	right: 156px;
}

.home-bottom-banner a.ios {
	display: block;
	position: absolute;
	top: 25px;
	right: 22px;
}

.entry-content .home-right-mini-banner ul {
	list-style: none;
	margin: 0px;
}
.entry-content .home-right-mini-banner ul li {
	margin: 5.5px 0;
	list-style: none;
}
.home-right-mini-banner ul li:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

.home-container .edit-link {
	display: none;
}

/* Footer */
.footer {
	border-bottom: solid 5px #044260;
	/*background: #D9D9D9 url('images/footer_img.jpg') bottom right no-repeat;*/
	/*background: #D9D9D9 url('images/footer_logo_145.png') bottom right no-repeat;*/
	background: #D9D9D9;
}
.footer-logo {
}
.footer-logo span {
	float: right;
	margin-top: 10px;
	display: block;
	/*background: url('images/footer_logo.png') no-repeat;*/
	background: url('images/footer_logo_color.png') no-repeat;
	width: 100px;
	height: 35px;
}
.footer-inner {
	padding: 20px 15px 20px 15px;
}
.footer-information {
	font-size: 12px;
	line-height: 18px;
	color: #5f5f5f;
	float: left;
}
.footer-information a {
	color: #5f5f5f;
	text-decoration: none;
}
.footer-information a:hover {
	color: #3a3a3a;
	text-decoration: underline;
}

.footer .footer-right {
	float: right;
}
.footer ul {
	list-style: none;
	margin: 0px;
}
.footer ul li {
	border-left: solid 1px #aaa;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
	float: left;
	line-height: 1;
}
.footer ul li.first, .footer ul li:first-child {
	border-left: none;
}
.footer ul li a {
	font-size: 12px;
	color: #5f5f5f;
	text-decoration: none;
}
.footer ul li a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}

.site-id-2 .footer-information {
	font-size: 0.8em;
}

/* Main Content Layouts */
.main-single {
	background: #FFFFFF;
}
.search-result {
	width: 970px;
	margin: auto;
}
.main-single-wrap {
	padding: 15px;
}
.page-title {
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/****/
.category-banner-heading {
	width: 1000px;
	height: 240px;
	text-indent: -9999px;
	background: no-repeat;
	margin: 0;
}
.category-banner-about {
	background-image: url('images/about/banner_about_1.jpg');
}
.site-id-2 .category-banner-about {
	background-image: url('images/about/banner_about_2.jpg');
}
.category-banner-medical {
	background-image: url('images/medical/banner_medical_1.jpg');
}
.site-id-2 .category-banner-medical {
	background-image: url('images/medical/banner_medical_2.jpg');
}
.category-banner-education {
	background-image: url('images/education/banner_education_1.jpg');
}
.site-id-2 .category-banner-education {
	background-image: url('images/education/banner_education_2.jpg');
}
.category-banner-traditional {
	background-image: url('images/traditional/banner_traditional_1.png');
}
.site-id-2 .category-banner-traditional {
	background-image: url('images/traditional/banner_traditional_2.png');
}
.category-banner-community {
	background-image: url('images/community/banner_community_1.jpg');
}
.site-id-2 .category-banner-community {
	background-image: url('images/community/banner_community_2.jpg');
}
.category-banner-fund_raising {
	background-image: url('images/fund_raising/banner_fund_raising_1.jpg');
}
.site-id-2 .category-banner-fund_raising {
	background-image: url('images/fund_raising/banner_fund_raising_2.jpg');
}
.category-banner-history {
	background-image: url('images/history/banner_history_1.jpg');
}
.site-id-2 .category-banner-history {
	background-image: url('images/history/banner_history_2.jpg');
}
.category-banner-social_responsibility {
	background-image: url('images/social_responsibility/banner_social_responsibility_1.jpg');
}
.site-id-2 .category-banner-social_responsibility {
	background-image: url('images/social_responsibility/banner_social_responsibility_2.jpg');
}
.category-banner-media {
	background-image: url('images/media/banner_media_1.jpg');
}
.site-id-2 .category-banner-media {
	background-image: url('images/media/banner_media_2.jpg');
}
.main-content {
	width: 760px;
	float: left;
	background: #FFFFFF;
}
.main-content .page-content {
	padding: 20px;
	min-height: 600px;
}

/* Left Menu */
.side-menu {
	width: 240px;
	float: left;
}
.side-menu-inner {
	width: 226px;
	margin: auto;
	background: #FFFFFF;
	border: solid;
	border-width: 5px 2px 0 2px;
}
.side-menu-inner-bottom {
	background: no-repeat;
	width: 232px;
	height: 60px;
	margin: auto;
}
.side-menu-bottom {
	background: repeat-x;
	width: 100%;
	height: 240px;
}
.side-menu-content {
	padding: 15px 10px;
	font-size: 13px;
	margin: 0px;
}
.side-menu-content ul {
	margin: 0px;
}
.side-menu-content li {
	list-style-type: none;
	line-height: 1em;
}
.side-menu-content a {
	color: #333333;
	text-decoration: none;
}
.side-menu-content .menu-item-has-children {

}

/* 1st Level */
.side-menu-content>li {
	border-bottom: 1px dotted #dddddd;
}
.side-menu-content>li>a {
	padding: 10px;
	display: block;
}
.side-menu-content>li ul {
	display: none;
}
.side-menu-content li.current-page-parent>ul {
	display: block;
}

.side-menu-content li.menu-item-has-children {
	background-image: url('images/menu_sub_arrow.png');
	background-position: right 10px;
	background-repeat: no-repeat;
}
.side-menu-content>li.menu-item-has-children {
	background-position: right 14px;
}

/* 2nd Level */
.side-menu-content>li>ul {
	background: #f9f9f9;
	padding: 8px 15px;
}
.side-menu-content>li>ul li {
	padding: 6px 0;
}

/* 3nd and Deeper Level */
.side-menu-content>li>ul ul {
	margin-left: 15px;
	padding: 5px 0 0 0;
}

.side-menu-content>li>ul ul li a {
	background: url('images/menu_sub_bullet.png') no-repeat left center;
	padding-left: 20px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* About */
.page-about .side-menu-inner-bottom {
	background-image: url('images/about/menu_bottom.png');
}
.page-about .side-menu-bottom {
	background-image: url('images/about/menu_gradient.png');
}
.page-about .side-menu-main {
	background: #f7ac4b;
}
.page-about .side-menu-inner {
	border-color: #d19546;
}

.side-menu-about>li.current-page-parent>a {
	background: #ab6500;
	color: #FFFFFF;
}
.side-menu-about>li ul .current-page-parent>a {
	color: #b38b14;
}

/* Medical */
.page-medical .side-menu-inner-bottom {
	background-image: url('images/medical/menu_bottom.png');
}
.page-medical .side-menu-bottom {
	background-image: url('images/medical/menu_gradient.png');
}
.page-medical .side-menu-main {
	background: #57afc8;
}
.page-medical .side-menu-inner {
	border-color: #1d6e87;
}

.side-menu-medical>li.current-page-parent>a {
	background: #1d6e87;
	color: #FFFFFF;
}
.side-menu-medical>li ul .current-page-parent>a {
	color: #2b6d7f;
}

/* Education */
.page-education .side-menu-inner-bottom {
	background-image: url('images/education/menu_bottom.png');
}
.page-education .side-menu-bottom {
	background-image: url('images/education/menu_gradient.png');
}
.page-education .side-menu-main {
	background: #ffcc66;
}
.page-education .side-menu-inner {
	border-color: #b8a697;
}

.side-menu-education>li.current-page-parent>a {
	background: #867022;
	color: #FFFFFF;
}
.side-menu-education>li ul .current-page-parent>a {
	color: #99832c;
}

/* Traditional */
.page-traditional .side-menu-inner-bottom {
	background-image: url('images/education/menu_bottom.png');
}
.page-traditional .side-menu-bottom {
	background-image: url('images/education/menu_gradient.png');
}
.page-traditional .side-menu-main {
	background: #ffcc66;
}
.page-traditional .side-menu-inner {
	border-color: #b8a697;
}

.side-menu-traditional>li.current-page-parent>a {
	background: #867022;
	color: #FFFFFF;
}
.side-menu-traditional>li ul .current-page-parent>a {
	color: #99832c;
}

/* Community */
.page-community .side-menu-inner-bottom {
	background-image: url('images/community/menu_bottom.png');
}
.page-community .side-menu-bottom {
	background-image: url('images/community/menu_gradient.png');
}
.page-community .side-menu-main {
	background: #00aea7;
}
.page-community .side-menu-inner {
	border-color: #1f7572;
}

.side-menu-community>li.current-page-parent>a {
	background: #1f7572;
	color: #FFFFFF;
}
.side-menu-community>li ul .current-page-parent>a {
	color: #1f7572;
}

/* Fund Raising */
.page-fund_raising .side-menu-inner-bottom {
	background-image: url('images/fund_raising/menu_bottom.png');
}
.page-fund_raising .side-menu-bottom {
	background-image: url('images/fund_raising/menu_gradient.png');
}
.page-fund_raising .side-menu-main {
	background: #c10062;
}
.page-fund_raising .side-menu-inner {
	border-color: #9c2767;
}

.side-menu-fund_raising>li.current-page-parent>a {
	background: #c10062;
	color: #FFFFFF;
}
.side-menu-fund_raising>li ul .current-page-parent>a {
	color: #c10062;
}

/* History */
.page-history .side-menu-inner-bottom {
	background-image: url('images/history/menu_bottom.png');
}
.page-history .side-menu-bottom {
	background-image: url('images/history/menu_gradient.png');
}
.page-history .side-menu-main {
	background: #FF9933;
}
.page-history .side-menu-inner {
	border-color: #CC3300;
}

.side-menu-history>li.current-page-parent>a {
	background: #CC3300;
	color: #FFFFFF;
}
.side-menu-history>li ul .current-page-parent>a {
	color: #CC3300;
}

/* Social Responsibility */
.page-social_responsibility .side-menu-inner-bottom {
	background-image: url('images/social_responsibility/menu_bottom.png');
}
.page-social_responsibility .side-menu-bottom {
	background-image: url('images/social_responsibility/menu_gradient.png');
}
.page-social_responsibility .side-menu-main {
	background: #9e7fc6;
}
.page-social_responsibility .side-menu-inner {
	border-color: #9760c7;
}

.side-menu-social_responsibility>li.current-page-parent>a {
	background: #925ac3;
	color: #FFFFFF;
}
.side-menu-social_responsibility>li ul .current-page-parent>a {
	color: #9760c7;
}

/* Media */
.page-media .side-menu-inner-bottom {
	background-image: url('images/media/menu_bottom.png');
}
.page-media .side-menu-bottom {
	background-image: url('images/media/menu_gradient.png');
}
.page-media .side-menu-main {
	background: #7b9bd6;
}
.page-media .side-menu-inner {
	border-color: #748bb5;
}

.side-menu-media>li.current-page-parent>a {
	background: #48669b;
	color: #FFFFFF;
}
.side-menu-media>li ul .current-page-parent>a {
	color: #48669b;
}

/* Page Content */
.page-content {
	font-size: 14px;
	line-height: 1.5em;
	color: #555555;
}
.page-content h1, .page-content .entry-title {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
}
.page-content p {
	margin-bottom: 20px;
}
.entry-content ul, .entry-content ol {
	margin: 10px 0px 10px 2em;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.category-banner h2 {
	margin: 0px;
}

.entry-content h2 {
	font-size: 1.3em;
}
.entry-content h3 {
	font-size: 1.2em;
}
.entry-content h4 {
	font-size: 1.1em;
}

.single-main {
	background: #FFFFFF;
}
.single-main .main-content {
	float: none;
	width: auto;
}

.print-container {
	margin-top: 3px;
}
.print_btn {
	display: inline-block;
	background: url('images/print-tc.gif') no-repeat;
	width: 52px;
	height: 20px;
	text-indent: -9999px;
	float: left;
	margin-top: 23px;
	margin-right: 15px;
}
.site-id-2 .print_btn {
	background-image: url('images/print-en.gif');
}
.wars-logo {
	width: 82px;
	height: 52px;
	display: inline-block;
	background: url('images/wars_silver.png') no-repeat;
	margin-right: 0;
	margin-top: 5px;
	background-size: auto 52px;
}
.wars-logo span {
	display: none;
}

/* Enquiry Form */
.form-row {
	margin: 15px 0px;
}
.form-row p {
	margin-bottom: 5px;
}
.form-row label.radio {
	margin-left: 15px;
}
.form-row input, .form-row textarea {
	padding: 6px 6px;
}
.form-row input[type="radio"] {
	padding: 0px;
}
.form-row .input-long {
	width: 350px;
}
.form-row .textarea-long {
	width: 80%;
	height: 14em;
	resize: vertical;
}
.form-section {
	margin-bottom: 35px;
}
.form-section h2 {
	color: #7A5529;
	font-size: 1.3em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 10px solid #EEE2D1;
}
.form-buttons {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 10px solid #EEE2D1;
}
.brown-button {
	background: #93682F;
	color: #FFFFFF;
}
.brown-button:hover {
	background: #a37334;
}
.brown-button:active {
	background: #8b642a;
}
.brown-button:focus {
	background: #9c712e;
}

.form-row input.error, .form-row textarea.error {
	border-color: #fa8383;
	background: #FFEFED;
}

.subscription-form {
	max-width: 600px;
}
.subscription-form .form-section h2 {
	border-bottom-color: #d5e1f5;
	color: #295095;
}
.subscription-form .form-buttons {
	border-bottom-color: #d5e1f5;
}
.subscription-form .form-tip {
	font-size: 0.85em;
	color: #888888;
}
.dark-blue-button {
	background: #295095;
	color: #FFFFFF;
}
.dark-blue-button:hover {
	background: #385da2;
}
.dark-blue-button:active {
	background: #234687;
}
.dark-blue-button:focus {
	background: #385da2;
}

/* Alert */
.alert-success {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #afd784;
	-webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f5ffea;
	color: #679832;
}
.alert-error {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #fd8787;
	-webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
	text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffeaea;
	color: #b52323;
}

/* About */
.about_quote {
	/*background: url('images/about/quote.png') no-repeat;*/
	border: 2px solid #c8ab5d;
	#color: #b78535;
	color: #8C5E29;
	width: 550px;
	height: auto;
	padding: 25px 25px 5px 25px;
	margin: 0px auto 35px auto;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
}
.page-about .entry-content a {
	color: #966b2f;
}
.page-about .entry-content a:hover {
	color: #9e6f33;
}
.page-fund_raising .entry-content a {
	color: #a91560;
}
.page-fund_raising .entry-content a:hover {
	color: #d7587f;
}
.page-media .entry-content a {
	color: #735e96;
}
.page-media .entry-content a:hover {
	color: #5d2596;
}
.page-community .entry-content a {
	color: #0f837e;
}
.page-community .entry-content a:hover {
	color: #44b5ad;
}
.page-education .entry-content a {
	color: #966b2f;
}
.page-education .entry-content a:hover {
	color: #9e6f33;
}
.page-history .entry-content a {
	color: #CC3300;
}
.page-history .entry-content a:hover {
	color: #e83a00;
}
.page-social_responsibility .entry-content a {
	color: #9760c7;
}
.page-social_responsibility .entry-content a:hover {
	color: #a470d3;
}

.structure-chart ul {
	width: 100%;
	height: 100%;
}
.structure-chart ul li {
	position: absolute;
	list-style-type: none;
	margin: 0px;
}
.structure-chart ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* Board Members */
.board_member_inner {
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #000000;
}
.board_member_row {
	margin-bottom: 20px;
}
.board_member_row p {
	margin: 0px 0px 5px 0px;
}
.board_member_cell_1 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.board_member_cell_2 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 80%;
	line-height: 1.2em;
	width: 18%;
}
.board_member_cell_3 {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	font-size: 80%;
	line-height: 1.2em;
	width: 13%;
	margin-bottom: 10px;
	vertical-align: top;
}

/* Table */
table.table-no-border, table.table-no-border td, table.table-no-border table {
	border-color: #FFFFFF;
}
table.table-padding-cell td {
	padding: 4px;
}

/* Landing Page */
.category-landing {
	margin-top: 15px;
}
.category-landing-item {
	width: 50%;
	float: left;
	margin-bottom: 25px;
}
.category-landing-item .photo {
	width: 80px;
	height: 80px;
	background: url('images/landing-photo-bg.png') no-repeat right bottom;
	padding: 0px 8px 8px 0px;
	float: left;
}
.category-landing-item .info {
	float: right;
	width: 68%;
	margin-right: 15px;
}
.category-landing-item .description {
	font-size: 90%;
	text-align: justify;
}
.entry-content .category-landing-item h3 {
	margin: 0px 0px 10px 0px;
	font-size: 130%;
}
.entry-content .category-landing-item h3 a {
	color: #444444;
}
.entry-content .category-landing-item h3 a:hover {
	color: #666666;
}

/* FAQ */
.faq-index {
	padding: 10px;
	border: 2px solid #e5ee93;
	border-radius: 10px;
}
.faq-index ul {
	margin: 5px 0px;
}
.faq-index ul li {
	padding: 5px 5px 5px 25px;
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
	background: url('images/arrow_bullet.gif') no-repeat left 7px;
}
.faq-index ul li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.faq-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
.faq-row .question {
	font-size: 1.1em;
}
.faq-row .answer {
	margin-left: 70px;
}
.faq-row .answer p:last-child {
	margin-bottom: 0px;
}
.faq-row .answer_heading {
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	float: left;
	width: 70px;
}
.faq-back-top {
	text-align: right;
	margin-top: 10px;
}
.sc-back-top {
	text-align: right;
	margin: 5px 0px 10px 0px;
}
.faq-back-top a, .sc-back-top a {
	display: inline-block;
	background: url('images/back-top-en.gif') no-repeat;
	width: 52px;
	height: 20px;
	text-indent: -9999px;
}
.faq-back-top a span, .sc-back-top a span {
	text-align: left;
	display: block;
	text-indent: -9999px;
}
.site-id-1 .faq-back-top a, .site-id-1 .sc-back-top a {
	background-image: url('images/back-top-tc.gif');
}

.page-about .faq-index {
	border-color: #e0ba83;
}
.page-fund_raising .faq-index {
	border-color: #d5498e;
}
.page-community .faq-index {
	border-color: #6cbdb2;
}
.page-medical .faq-index {
	border-color: #8cc1ce;
}
.page-history .faq-index {
	border-color: #b0926a;
}

/* Medical Services Sub-Menu */
.medical-service-subpages, .fund-raising-subpages, .education-activities-subpages, .press-release-featured {
	padding: 10px;
	text-align: center;
	position: relative;
}
.press-release-featured {
	border: 1px solid #463f70;
	margin-top: 30px;
}
.education-activities-subpages {
	border: 1px solid #816f2c;
	margin-top: 30px;
}
.medical-service-subpages {
	border: 2px solid #aed8e4;
}
.fund-raising-subpages {
	border: 1px solid #c16161;
	margin-top: 30px;
}
.fund-raising-subpages h3 {
	margin: -30px 0px 0px 5px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	background: url('images/fund_raising/feature_events.png') no-repeat;
	width: 136px;
	height: 36px;
	text-indent: -9999px;
}
.education-activities-subpages h3 {
	margin: -30px 0px 0px 5px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	background: url('images/education/feature_events.png') no-repeat;
	width: 136px;
	height: 36px;
	text-indent: -9999px;
}
.press-release-featured h3 {
	margin: -30px 0px 0px 5px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	background: url('images/media/subpage_title.png') no-repeat;
	width: 136px;
	height: 36px;
	text-indent: -9999px;
}
.site-id-2 .education-activities-subpages h3 {
	background-image: url('images/education/edu_highlights.png');
}
.site-id-2 .press-release-featured h3 {
	background-image: url('images/media/media_highlights.png');
}
.site-id-2 .fund-raising-subpages h3 {
	background-image: url('images/fund_raising/frd_highlights.png');
}
.medical-service-subpages ul, .fund-raising-subpages ul, .education-activities-subpages ul {
	margin: 0px;
}
.medical-service-subpages ul li, .fund-raising-subpages ul li, .education-activities-subpages ul li {
	list-style-type: none;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 5px 10px;
	min-width: 160px;
}
.medical-service-subpages ul li a, .fund-raising-subpages ul li a, .education-activities-subpages ul li a {
	padding: 5px;
	display: block;
	width: 100%;
	height: 100%;
}
.entry-content .medical-service-subpages ul li a {
	background: #6ca1b1;
	color: #FFFFFF;
}
.entry-content .medical-service-subpages ul li a:hover {
	background: #74adbf;
}
.entry-content .fund-raising-subpages ul li a {
	background: url('images/fund_raising/subpage_bg.png') repeat-x top #ebd7d7;
	color: #a91560;
	border: 1px solid #d4b291;
}
.entry-content .fund-raising-subpages ul li a:hover {
	color: #b65c7d;
}
.entry-content .education-activities-subpages ul li a {
	background: url('images/education/subpage_bg.png') repeat-x top #fff5cd;
	color: #756424;
	border: 1px solid #e8d093;
}
.entry-content .education-activities-subpages ul li a:hover {
	color: #917d34;
}

.press-release-featured ul {
	text-align: left;
	margin: 0px;
	padding: 15px 10px;
}
.press-release-featured ul li {
	list-style-type: none;
	color: #f15a24;
	margin-bottom: 15px;
}
.press-release-featured ul li:last-child {
	margin-bottom: 0;
}


.medical-ul-style-01 {
	list-style-image:url("images/table-point-blue.jpg");
}

.medical-hospital-style-01 {
	width:100%;
	border:solid 3px #ddd;
	font-size:13px;
	background:#fff;
}

.medical-hospital-style-01 td {
	border:solid 1px #97c1eb;
	background:#fff;
	padding:10px;
	font-size:15px;
}

.medical-hospital-style-01 td.hospital-sub-title {
	background:url("images/medical/table-back.jpg") repeat-x bottom #1E6CAC;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	padding:5px 10px;
}


.medical-button-style-01 a {
	background:#1E6CAC;
	width:100%;
	height:39px;
	line-height:39px;
	margin:10px 0;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	display:block;
	text-decoration:none;
}
.medical-table-style-02 {
	width:100%;
	font-size:15px;
}
.medical-table-style-02 td {
	padding:20px 5px;
	line-height:23px;
}
.medical-table-style-02 .no-and-title {
	font-size:17px;
	font-weight:bold;
	color:#333;
	text-decoration:underline;
}

/* Volunteer Introduction Left */
.volunteer_intro_left {
	float: left;
	width: 50%;
}

/* Breadcrumb */
.tw-breadcrumb {
	margin-bottom: 15px;
}
.tw-breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
.page-content .tw-breadcrumb ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
	background: url('images/title-arrow.png') no-repeat left center;
	padding-left: 20px;
}
.page-content .tw-breadcrumb ul li a {
	color: #555555;
}
.page-content .tw-breadcrumb ul li a:hover {
	color: #777777;
}

/* Community Services Heading */
.cs-heading-ribbon {
	background: url('images/community/ribbon.png') no-repeat;
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 10px 135px 0px 30px;
}
.cs-heading-heart {
	font-size: 1.2em;
	padding: 5px 0px 5px 45px;
	background: url('images/community/heart.jpg') no-repeat left center;
}
.heart-content {
	padding-left: 45px;
}
.heart-dlist {
	border: 2px solid #6cbdb2;
	padding: 10px;
	border-radius: 8px;
	max-width: 500px;
}
.heart-dlist dl {
	margin: 0px 20px;
}
.heart-dlist dt {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
.heart-dlist dd {
	overflow: hidden;
	margin-left: 150px;
	margin-bottom: 5px;
}

/* Griding */
.grid-left {
	float: left;
	width: 47%;
}
.grid-right {
	float: right;
	width: 47%;
}

/* Education */
.entry-content ul.education_intro_list {
	margin: 0px;
}
.entry-content ul.education_intro_list > li {
	background: url('images/education/title-icon.jpg') no-repeat left top;
	padding: 5px 0px 5px 40px;
	margin-bottom: 10px;
	min-height: 21px;
	list-style-type: none;
}
.edu-heading-pen {
	font-size: 1.2em;
	padding: 5px 0px 5px 40px;
	background: url('images/education/title-icon.jpg') no-repeat left center;
	color: #8B4513;
}
h2.edu-heading-no-top {
	margin-top: 0px;
}

.edu_landing_left {
	float: left;
	width: 400px;
}
.edu_landing_left p {
	font-size: 90%;
}
.edu_landing_right {
	float: right;
	width: 290px;
}
.edu_landing_left h2, .edu_landing_right h2 {
	color: #895900;
	font-size: 1.2em;
}

.edu-content-indent {
	margin: 0px 0px 15px 30px;
}

/* Heritage */
.heritage-left {
	width: 490px;
	float: left;
}
.heritage-right {
	width: 210px;
	float: right;
}

.history_oral_wrap {
	background: #f0e9d9;
	padding: 20px 15px;
	max-width: 618px;
}

.history_oral_heading {
	float: left;
	margin-top: 5px;
}
.history_oral_player {
	float: right;
}
.history_oral_player embed {
	margin: 0px;
}

.origin_left {
	float: left;
	width: 550px;
}
.origin_right {
	float: right;
	width: 150px;
}

/* Loving Heart 2011 */
.hklovingheart2011-left {
	width: 300px;
	float: left;
}
.hklovingheart2011-right {
	width: 394px;
	float: left;
}
/* KW 100th */
.kw-100-promotion {
	width: 624px;
	padding: 35px;
	background: url('images/medical/kwh100_bg.jpg') repeat;
}
.kw-100-promotion embed {
	margin-bottom: 0px;
}

.grid2-imgs {
	max-width: 600px;
}

.gray-simple-table {
	border: 0px;
}
.gray-simple-table th, .gray-simple-table td {
	padding: 10px;
	border-color: #FFFFFF;
}
.gray-simple-table thead th {
	background: #666666;
	color: #FFFFFF;
}
.gray-simple-table tbody th {
	background: #CCCCCC;
}
.gray-simple-table tbody td {
	background: #EAEAEA;
}
.gray-simple-table tfoot td {
	background: #CCCCCC;
}

/* News List */
.news-rows {
	margin: 15px 0px;
}
.news-row {
	border: 1px solid;
	margin-bottom: 20px;
	padding: 1px;
}
.news-row-inner {
	border-top: 4px solid;
	padding: 15px;
}
.news-row .news-date {
	#color: #f26432;
	color: #d3420d;
}
.page-fund_raising .news-row {
	border-color: #c10062;
}
.page-fund_raising .news-row-inner {
	border-color: #e07fb0;
}
.news-year-list {
	width: 200px;
	margin-bottom: 10px;
}

/* Job Vacancy */
.vacancy-index {
	padding: 10px;
	border: 3px solid #f7c773;
	margin-bottom: 10px;
	max-width: 300px;
}
.vacancy-index ul {
	margin: 0px 0px 0px 1.5em;
}
.vacancy-index > ul > li {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.vacancy-index > ul > li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.vacancy-table-container {
	border: 3px solid #e7e7e7;
}
.vacancy-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ebce82;
	margin: 0px;
	font-size: 0.9em;
}
.vacancy-table td, .vacancy-table th {
	padding: 5px 7px;
	border: 1px solid #ebce82;
}
.vacancy-table thead th {
	background: #C08330;
	color: #FFFFFF;
	vertical-align: middle;
}
.vacancy-table tbody .row-even td, .vacancy-table tbody .row-even th {
	background: #fff7df;
}
.view_vacany_btn {
	background: url('images/table_details.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
}

/* Service Centre Table */
.sc-container {
	border-top: 10px solid #eee0cd;
}
.sc-container h3 {
	background: url('images/man-icon.jpg') no-repeat left top;
	padding: 10px 0px 10px 50px;
}
.sc-table-container {
	border: 3px solid #e7e7e7;
}
.sc-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ebce82;
	margin: 0px;
	font-size: 0.9em;
}
.sc-table caption {
	background: #f3c688;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
}
.sc-table td, .sc-table th {
	padding: 5px 7px;
	border: 1px solid #cccccc;
}
.sc-table thead th {
	background: #C08330;
	color: #FFFFFF;
	vertical-align: middle;
}
.sc-table caption {

}
.sc-email-btn {
	background: url('images/email-icon.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 14px;
}

.sc-search {
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	border-bottom: 10px solid #eee0cd;
}
.sc-search p {
	margin: 0px 0px 5px 0px;
}
.sc-search label {
	margin-right: 20px;
}

.sc-cat-1 {
	width: 100px;
}
.sc-cat-2 {
	width: 150px;
}
.sc-area {
	width: 100px;
}
.sc-district {
	width: 100px;
}
.sc-search-input {
	padding: 3px 5px;
	font-size: 0.9em;
}
.sc-search-btn {
	padding: 5px 10px;
	background: #ab6500;
}
.sc-search-btn:hover {
	background: #b0762d;
}

.sc-search-cat {

}
.sc-search-education {
	border: 1px solid #d1c9c2;
	border-radius: 6px;
	background: #ffefd4;
	padding: 15px;
}
.sc-search-education p {
	margin-bottom: 5px;
}
.sc-search-education .field_name {
	display: block;
	float: left;
	width: 100px;
}
.sc-search-education select, .sc-search-education input.sc-search-input {
	width: 150px;
}
.sc-search-education .btn_container {
	text-align: right;
	margin-right: 10px;
}

.entry-content .cs-sc-heading {
	color: #006460;
	font-size: 1.1em;
}

.sc-search-community {
	background: #f0f7f7;
	border-top: 2px solid #006460;
	padding: 10px;
}
.sc-search-community p, .sc-search-medical p {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.sc-search-community .sc-search-btn {
	padding: 5px 10px;
	background: #1f7572;
}
.sc-search-community .sc-search-btn:hover {
	background: #2d8683;
}
.sc-search-community .btn_container, .sc-search-medical .btn_container {
	text-align: right;
}
.sc-search-community select, .sc-search-community input.sc-search-input,
.sc-search-medical select, .sc-search-medical input.sc-search-input {
	width: 100px;
}

.sc-search-community p.sc-search-fcat {
	width: 28%;
}
.sc-search-community p.sc-search-area {
	width: 22%;
}

.sc-search-medical {
	background: #e5f5fa;
	border-top: 2px solid #1d6e87;
	padding: 10px;
	margin: 20px 0px;
}
.sc-search-medical .sc-search-btn {
	padding: 5px 10px;
	background: #1d6e87;
}
.sc-search-medical .sc-search-btn:hover {
	background: #3c8196;
}

/* SC - Group */
.sc-container-group {
	border-top: 0px;
}
.sc-container-sc-medical .sc-table caption {
	background: #b5d2f0;
}
.sc-container-sc-medical .sc-table thead th {
	background: #61a0e0;
}
.sc-container-sc-medical .sc-table td, .sc-container-sc-medical .sc-table th {
	border-color: #97c1eb;
}

/* Annual Report Landing */
.annual-report {

}
.annual-report-item {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.annual-report-item .photo {
	text-align: center;
	width: 120px;
	height: 164px;
	margin: auto;
}
.annual-report-item .info h3 {
	font-size: 1em;
	text-align: center;
	margin: 10px 0px;
}

/* Monuments Landing */
.entry-content .category-landing-btns {
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	border: 1px solid;
}
.category-landing-btns li {
	display: inline-block;
	text-align: center;
	margin: 5px 5px;
}
.page-medical .entry-content .category-landing-btns {
	border-color: #aed8e4;
	border-width: 2px;
}
.page-medical .category-landing-btns li a {
	color: #FFFFFF;
	background: #6ca1b1;
	padding: 7px 15px;
}
.page-medical .category-landing-btns li a:hover {
	color: #FFFFFF;
	background: #74adbf;
}
.page-history .entry-content .category-landing-btns {
	border-color: #ccc4ac;
}
.page-history .category-landing-btns li a {
	color: #FFFFFF;
	background: #CC3300;
	padding: 5px 15px;
}
.page-history .category-landing-btns li a:hover {
	color: #FFFFFF;
	background: #da4c1d;
}

/* Newsletter Landing */
.newsletter-left {
	width: 243px;
	float: left;
	margin-right: 20px;
}
.newsletter-index {
	overflow: hidden;
}
.newsletter-issue .newsletter-left p, .newsletter-issue .newsletter-left table {
	margin: 0px;
	line-height: 1em;
}
.newsletter-index h3 {
	background: url('images/media/this_issue.jpg') no-repeat;
	width: 358px;
	height: 33px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

.newsletter-issue table[border="1"], .newsletter-issue table[border="1"] td, .newsletter-issue table[border="1"] th {
	border: 1px solid #888888;
	border-collapse: collapse;
}
.newsletter-issue table[border="1"] p:last-child {
	margin-bottom: 0px;
}

/* Newsletter Archive */
.newsletter-en-list {
	max-width: 600px;
	margin: auto;
}
.newsletter-en-item {
	width: 120px;
	margin: 0px 15px 10px 15px;
	float: left;
}
.newsletter-en-item .newsletter-cover {
	margin-bottom: 5px;
	text-align: center;
}
.newsletter-en-item .title {
	font-size: 12px;
	text-align: center;
}
.newsletter-item-feature {
	width: 270px;
}

/* Historical Publication */
.historical-publication-item {
	width: 30%;
	float: left;
	margin: 15px 10px;
}
.historical-publication-item .photo {
	text-align: center;
	height: 164px;
}
.historical-publication-item .info h3 {
	min-height: 30px;
	font-size: 1em;
}
.historical-publication-item .details_btn_container {
	margin-top: 5px;
}
.historical-publication-item .details_btn {
	width: 52px;
	height: 22px;
	display: inline-block;
	text-indent: -9999px;
	background: url('images/history/details_TC.jpg');
}

.site-id-2 .historical-publication-item .info h3 {
	font-size: 0.9em;
}
.site-id-2 .historical-publication-item .info .description {
	font-size: 0.8em;
	line-height: 1.5em;
}
.site-id-2 .historical-publication-item .details_btn {
	background-image: url('images/history/details_EN.jpg');
}

/* Old Data Compatibility */
.tw-newsletter {

}

/* Floating Banner */
#floating-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
#floating-banner .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 22px;
	background: none;
	border: none;
	text-indent: -9999px;
}

/* Enquiry Captcha */
.enquiry-captcha {
}
.enquiry-captcha object {
	margin-bottom: 0;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}


.salutation-group {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
}
.salutation-group legend {
	display: none;
}

/* Year Drop-down */
.news-year-dropdown-group {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}
.news-year-dropdown-activator {
	border: 1px solid #CCCCCC;
    min-width: 160px;
    display: inline-block;
    padding: 3px 20px 3px 5px;
    border-radius: 5px;
    color: #333333;
}
.news-year-dropdown-activator:after {
	display: block;
    position: absolute;
    content: " ";
	border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
	border-top-color: #888888;
	border-width: 5px;
    top: 12px;
    right: 6px;
}
.news-year-dropdown-submenu {
	position: absolute;
	margin: 0 !important;
	border: 1px solid #EEEEEE;
    min-width: 180px;
    display: none;
}
.news-year-dropdown-submenu li {
	list-style-type: none !important;
}
.news-year-dropdown-submenu li a {
	display: block;
	padding: 5px 10px;
	background: #ffffff;
}
.news-year-dropdown-submenu li a:hover {
	background: #fafafa;
}
.news-year-dropdown-group:hover .news-year-dropdown-submenu,
.news-year-dropdown-group.open .news-year-dropdown-submenu { 
	display: block;
}

/*****/
.bod-responsive {
    display: none;
}
    
.bod-area.style2 {
    background: url(https://www.tungwah.org.hk/en/wp-content/uploads/2018/03/board_bg.png) no-repeat top;
    min-height: 1444px;
}

@media screen and (max-width: 706px) {

.bod-hide {
    display: none;
}

.bod-responsive {
    width: 100%;
    position: relative;
    display: block;
    margin: auto;
    max-width: 706px;
}

.bod-responsive .bod-responsive-bg {
    width: 100%;
    position: relative;
    z-index: 100;
}

.bod-link-box a {
    background: #f00;
    position: absolute;
    z-index: 200;
    display: block;
    opacity: 0;
}

/* row 1 */
.bod-link-box.b1 a {
    width: 20%;
    height: 17%;
    left: 40%;
    top: 20%;
}

/* row 2 */
.bod-link-box.b2 a {
    width: 13%;
    height: 12%;
    left: 12%;
    top: 39%;
}

.bod-link-box.b3 a {
    width: 13%;
    height: 12%;
    left: 28%;
    top: 39%;
}

.bod-link-box.b4 a {
    width: 14%;
    height: 12%;
    left: 43%;
    top: 39%;
}

.bod-link-box.b5 a {
    width: 14%;
    height: 12%;
    left: 59%;
    top: 39%;
}

.bod-link-box.b6 a {
    width: 14%;
    height: 12%;
    left: 75%;
    top: 39%;
}

/* row 3 */
.bod-link-box.b7 a {
    width: 13%;
    height: 12%;
    left: 4%;
    top: 54%;
}

.bod-link-box.b8 a {
    width: 12%;
    height: 12%;
    left: 18%;
    top: 54%;
}

.bod-link-box.b9 a {
    width: 12%;
    height: 12%;
    left: 31%;
    top: 54%;
}

.bod-link-box.b10 a {
    width: 12%;
    height: 12%;
    left: 44%;
    top: 54%;
}

.bod-link-box.b11 a {
    width: 12%;
    height: 12%;
    left: 57%;
    top: 54%;
}

.bod-link-box.b12 a {
    width: 12%;
    height: 12%;
    left: 70%;
    top: 54%;
}

.bod-link-box.b13 a {
    width: 12%;
    height: 12%;
    left: 83%;
    top: 54%;
}

/* row 4 */
.bod-link-box.b14 a {
    width: 13%;
    height: 12%;
    left: 4%;
    top: 69%;
}

.bod-link-box.b15 a {
    width: 12%;
    height: 12%;
    left: 18%;
    top: 69%;
}

.bod-link-box.b16 a {
    width: 12%;
    height: 12%;
    left: 31%;
    top: 69%;
}

.bod-link-box.b17 a {
    width: 12%;
    height: 12%;
    left: 44%;
    top: 69%;
}

.bod-link-box.b18 a {
    width: 12%;
    height: 12%;
    left: 57%;
    top: 69%;
}

.bod-link-box.b19 a {
    width: 12%;
    height: 12%;
    left: 70%;
    top: 69%;
}

.bod-link-box.b20 a {
    width: 12%;
    height: 12%;
    left: 83%;
    top: 69%;
}

}
/*****/

/* 2022.03.31 new bod */
.new-bms-bg-area {
                width: 719px;
                height: 1439px;
                max-width: 100%;
                position: relative;
            }

            .new-bms-bg-area img {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 10;
                width: 719px;
                max-width: 100%;
            }

            .new-bms-bg-area-pdf {
                width: 719px;
                max-width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: #f00;
                width: 100px;
                height: 100px;
                z-index: 20;
                opacity: 0;
            }

            .new-bms-bg-area-pdf.bms-pdf-box1 {
                left: 41%;
                top: 20%;
                width: 133px;
                height: 215px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box2 {
                left: 10%;
                top: 37%;
                width: 90px;
                height: 170px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box3 {
                left: 27%;
                top: 37%;
                width: 90px;
                height: 170px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box4 {
                left: 44%;
                top: 37%;
                width: 90px;
                height: 170px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box5 {
                left: 60%;
                top: 37%;
                width: 90px;
                height: 170px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box6 {
                left: 77.5%;
                top: 37%;
                width: 90px;
                height: 170px;
            }

            .new-bms-line-1 {
                position: absolute;
                z-index: 15;
                width: 100%;
                height: 160px;
                background: #000;
                left: 0;
                top: 51%;
                opacity: 0;
            }
            
            .new-bms-line-1.en_ver {
                top: 55.5%;
            }

            .new-bms-bg-area-pdf.bms-pdf-box7 {
                left: 7%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box8 {
                left: 7%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box9 {
                left: 19.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box10 {
                left: 32%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box11 {
                left: 45%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box12 {
                left: 57.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box13 {
                left: 70%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box14 {
                left: 82.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }
            
            .new-bms-line-2 {
                position: absolute;
                z-index: 15;
                width: 100%;
                height: 160px;
                background: #000;
                left: 0;
                top: 65%;
                opacity: 0;
            }
            
            .new-bms-line-2.en_ver {
                top: 71%;
            }
            
            .new-bms-bg-area-pdf.bms-pdf-box15 {
                left: 7%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box16 {
                left: 7%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box17 {
                left: 19.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box18 {
                left: 32%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box19 {
                left: 45%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box20 {
                left: 57.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box21 {
                left: 70%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            .new-bms-bg-area-pdf.bms-pdf-box22 {
                left: 82.5%;
                top: 0;
                width: 74px;
                height: 165px;
            }

            @media screen and (max-width: 719px) {

                .new-bms-bg-area {
                    width: 100%;
                    position: relative;
                    display: block;
                    margin: auto;
                }

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 15%;
                    left: 40%;
                    top: 19%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10.5%;
                    top: 35.5%;
                    width: 12%;
                    height: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 35.5%;
                    width: 12%;
                    height: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 35.5%;
                    width: 12%;
                    height: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 35.5%;
                    width: 12%;
                    height: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 35.5%;
                    width: 12%;
                    height: 11%;
                }

                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 48%;
                }
                
                .new-bms-line-1 a {
                    height: 90% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 60%;
                }
                
                .new-bms-line-2 a {
                    height: 90% !important;
                }

            }

            @media screen and (max-width: 650px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 14%;
                    left: 40%;
                    top: 17%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10.5%;
                    top: 33.5%;
                    width: 12%;
                    height: 10%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 33.5%;
                    width: 12%;
                    height: 10%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 33.5%;
                    width: 12%;
                    height: 10%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 33.5%;
                    width: 12%;
                    height: 10%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 33.5%;
                    width: 12%;
                    height: 10%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 44%;
                }
                
                .new-bms-line-1 a {
                    height: 80% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 56.5%;
                }
                
                .new-bms-line-2 a {
                    height: 90% !important;
                }

            }

            @media screen and (max-width: 600px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 13%;
                    left: 40%;
                    top: 15%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10.5%;
                    top: 30%;
                    width: 12%;
                    height: 9%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 30%;
                    width: 12%;
                    height: 9%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 30%;
                    width: 12%;
                    height: 9%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 30%;
                    width: 12%;
                    height: 9%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 30%;
                    width: 12%;
                    height: 9%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 40%;
                }
                
                .new-bms-line-1 a {
                    height: 70% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 52.5%;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 90% !important;
                }

            }

            @media screen and (max-width: 550px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 12%;
                    left: 40%;
                    top: 13%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10%;
                    top: 27%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 27%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 27%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 27%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 27%;
                    width: 12%;
                    height: 8%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 37.6%;
                    height: 120px;
                }
                
                .new-bms-line-1 a {
                    width: 10% !important;
                    height: 100% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 46.5%;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 90% !important;
                }

            }

            @media screen and (max-width: 500px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 10%;
                    left: 40%;
                    top: 12%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10%;
                    top: 24%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 24%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 24%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 24%;
                    width: 12%;
                    height: 8%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 24%;
                    width: 12%;
                    height: 8%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 33%;
                    height: 100px;
                }
                
                .new-bms-line-1 a {
                    width: 10% !important;
                    height: 100% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 42.5%;
                    height: 90px;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 80% !important;
                }

            }

            @media screen and (max-width: 450px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 10%;
                    left: 40%;
                    top: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10%;
                    top: 21%;
                    width: 12%;
                    height: 7%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 21%;
                    width: 12%;
                    height: 7%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 21%;
                    width: 12%;
                    height: 7%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 21%;
                    width: 12%;
                    height: 7%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 21%;
                    width: 12%;
                    height: 7%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 30%;
                    height: 90px;
                }
                
                .new-bms-line-1 a {
                    width: 10% !important;
                    height: 100% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 38.5%;
                    height: 100px;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 100% !important;
                }

            }

            @media screen and (max-width: 400px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 8%;
                    left: 40%;
                    top: 11%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10%;
                    top: 20%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 20%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 20%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 20%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 20%;
                    width: 12%;
                    height: 6%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 27.5%;
                    height: 80px;
                }
                
                .new-bms-line-1 a {
                    width: 10% !important;
                    height: 90% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 34%;
                    height: 100px;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 100% !important;
                }

            }
            
            @media screen and (max-width: 380px) {

                .new-bms-bg-area-pdf.bms-pdf-box1 {
                    width: 20%;
                    height: 8%;
                    left: 40%;
                    top: 9%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box2 {
                    left: 10%;
                    top: 18%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box3 {
                    left: 27%;
                    top: 18%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box4 {
                    left: 44%;
                    top: 18%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box5 {
                    left: 60%;
                    top: 18%;
                    width: 12%;
                    height: 6%;
                }

                .new-bms-bg-area-pdf.bms-pdf-box6 {
                    left: 77.5%;
                    top: 18%;
                    width: 12%;
                    height: 6%;
                }
                
                .new-bms-line-1, .new-bms-line-1.en_ver {
                    top: 25%;
                    height: 80px;
                }
                
                .new-bms-line-1 a {
                    width: 10% !important;
                    height: 90% !important;
                }
                
                .new-bms-line-2, .new-bms-line-2.en_ver {
                    top: 32%;
                    height: 80px;
                }
                
                .new-bms-line-2 a {
                    width: 10% !important;
                    height: 100% !important;
                }

            }

.new-bms-line-1.in-eng-ver {
	top: 58%;
}

.new-bms-line-2.in-eng-ver {
	top: 73%;
}

@media screen and (max-width: 768px) {

.new-bms-line-1.in-eng-ver {
	top: 44%;
}

.new-bms-line-2.in-eng-ver {
	top: 57%;
}

}

@media screen and (max-width: 600px) {

.new-bms-line-1.in-eng-ver {
	top: 41%;
}

.new-bms-line-2.in-eng-ver {
	top: 53%;
}

}

@media screen and (max-width: 550px) {

.new-bms-line-1.in-eng-ver {
	top: 40%;
}

.new-bms-line-2.in-eng-ver {
	top: 50%;
}

}

@media screen and (max-width: 500px) {

.new-bms-line-1.in-eng-ver {
	top: 37%;
}

.new-bms-line-2.in-eng-ver {
	top: 47%;
}

}

@media screen and (max-width: 450px) {

.new-bms-line-1.in-eng-ver {
	top: 35%;
}

.new-bms-line-2.in-eng-ver {
	top: 41%;
}

}

@media screen and (max-width: 400px) {

.new-bms-line-1.in-eng-ver {
	top: 29%;
}

.new-bms-line-2.in-eng-ver {
	top: 35%;
}

}

@media screen and (max-width: 350px) {

.new-bms-line-1.in-eng-ver {
	top: 24%;
}

.new-bms-line-2.in-eng-ver {
	top: 31%;
}

}

.bod-2023-area {
        
        max-width: 100%;
        height: 1439px;
        padding: 250px 0 0 0;
        background-image: url("https://www.tungwah.org.hk/wp-content/uploads/2023/03/2023_bod_tc/bm_bg.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
        overflow: hidden;
    }

    .bod-2023-area .row {
        margin-top: 0;
        text-align: center;
    }

    .bod-2023-area img {
        max-width: 100%;
    }

    .bod-2023-area .col-1 {
        -ms-flex: 0 0 12.333333%;
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
        display: inline-block;
    }

.bod-2023-area .col-1.bod-top-5 {
    -ms-flex: 0 0 14.999999%;
    flex: 0 0 14.999999%;
    max-width: 14.999999%;
    display: inline-block;
}

    @media screen and (max-width: 768px) {
        .bod-2023-area {
            height: 1300px;
            padding: 200px 0 0 0;
        }
    }

    @media screen and (max-width: 550px) {
        .bod-2023-area {
            height: 1000px;
            padding: 150px 0 0 0;
        }
.bod-2023-big {
max-width: 40% !important;
}
.bod-2023-area .row {
        margin-top: 0;
        text-align: center;
    }
    }

    @media screen and (max-width: 450px) {
        .bod-2023-area {
            height: 800px;
            padding: 120px 0 0 0;
        }
    }

a.header-donate-now-btn {
background: #C52065;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    padding: 10px 14px;
    display: inline-block;
    margin: 7px 0 0 15px;
    float: right;
}

a.header-donate-now-btn-re {
    background: #C52065;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    padding: 10px 4px;
    margin: 1px 115px 0 15px;
    float: right;
    display: none;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {

    a.header-donate-now-btn-re {
        display: inline-block;
    }

}

.header .lang-menu-toggle {
right: 50px !important;
}

.tw-mobile-show {
    display: none;
}

@media screen and (max-width: 1024px) {

    .tw-mobile-show {
	display: block;
    }

}

.bod-2024-area {
        
        max-width: 100%;
        height: 1439px;
        padding: 250px 0 0 0;
        background-image: url("https://www.tungwah.org.hk/wp-content/uploads/2024/03/2024_bod_tc/bm_bg.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
        overflow: hidden;
    }

    .bod-2024-area .row {
        margin-top: 0;
        text-align: center;
    }

    .bod-2024-area img {
        max-width: 100%;
    }

    .bod-2024-area .col-1 {
        -ms-flex: 0 0 12.333333%;
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
        display: inline-block;
    }

.bod-2024-area .col-1.bod-top-5 {
    -ms-flex: 0 0 14.999999%;
    flex: 0 0 14.999999%;
    max-width: 14.999999%;
    display: inline-block;
}

    @media screen and (max-width: 768px) {
        .bod-2024-area {
            height: 1300px;
            padding: 200px 0 0 0;
        }
    }

    @media screen and (max-width: 550px) {
        .bod-2024-area {
            height: 1000px;
            padding: 150px 0 0 0;
        }
.bod-2024-big {
max-width: 40% !important;
}
.bod-2024-area .row {
        margin-top: 0;
        text-align: center;
    }
    }

    @media screen and (max-width: 450px) {
        .bod-2024-area {
            height: 800px;
            padding: 120px 0 0 0;
        }
    }