﻿/* For Entire Website */

@charset "utf-8";
body {margin:0;	padding:0; width:100%;}
*	{	position:relative;	box-sizing: border-box;	-webkit-box-sizing: border-box;	}
html, body {height:100%}
/*html, body, table, select, input, textarea{font-family:Verdana, Arial, Helvetica, sans-serif, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;}*/
html, body  {/*font-size:12px;*/}
table, select, input, textarea{font-size:inherit;}
table {width:100%;}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
li	{list-style-position: outside;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}
div, article, section, aside { display:block;  }
/*span{ display:inline-block; }*/
a {text-decoration: none;  cursor: pointer}
a:focus, a:hover
{    text-decoration: none;  }
select {border: 1px solid #CCCCCC;}
p.spacer { line-height:0px; height:0px; clear:both; display:block; padding:0px; margin:0px; height:0px}
input[type="button"]:focus { outline: none;}

/* Icon Web Font */

@font-face
{
  font-family: 'Awesome';
  src: url('../fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

.page .icon,
.dialog-container .icon
{
  display: inline-block;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color:#0085c7;
}

/* Preset Classes*/
.fill
{ width:100%; height:100%;  }
.absolute
{ position:absolute;  }
.fixed
{ position:fixed;  }
.relative
{ position:relative;  }
.center
{ text-align:center;  }
.middle
{ vertical-align: middle;  }
.pointer
{ cursor:pointer  }
.marginB10
{ margin-bottom:10px; }
.marginB20
{ margin-bottom:20px; }
.marginR10
{ margin-right:10px; }
.marginR20
{ margin-right:20px; }
.hide
{ display: none !important; }
div.show
{ display: block !important;  }

span.show
{ display: inline-block !important;}
.hidden
{ visibility: hidden; }

.floatR, right
{ float:right;  }

.floatL, left
{ float:left;  }

.transition
{
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}

.clearfix::after
{
  content:"";
  display: block;
  clear:both;
  visibility: hidden;
}

/* Scroll bar */
/*::-webkit-scrollbar {width:10px; height:10px;}
::-webkit-scrollbar-track {background: #fff; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb {background: #ccc; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover {background: #aaa;}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}
*/
/* For Current Project */
/*
html, body, table, select, input, textarea
{
  font-family: 'font-1', 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-style: normal;
  color:#333;
  font-weight: 300;
}
*/
html,body
{
  /*min-width:320px;*/
  /*font-size: 16px;*/
  /*line-height: 1.4;*/
  -webkit-tap-highlight-color: rgba(255,255,255,0.2);
  margin: 0 auto;
}

body
{
  background-color: #fff;
  /*padding-left:220px;*/
  /*padding-top:50px;*/
  padding-bottom: 0!important;
}

input[type="text"],input[type="password"], textarea
{
    background: transparent;
    border:0;
    border-bottom: 2px solid #c5c5c5;
    padding: 2px 6px;
    /*font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;*/
    font-weight: 400;
    font-size: 18px;
    color:inherit;
}

::-webkit-input-placeholder { /* Chrome */
  opacity:0.7;
}
:-ms-input-placeholder { /* IE 10+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:0.7;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  opacity:0.7;
}

::-moz-selection { background-color: #beedff}

::selection { background-color: #beedff; }

b
{
    font-weight: bold;
    font-weight: 600;
}

textarea
{
    resize: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus
{
  outline: 0;
  border-bottom: 2px solid #f8b756;
}

.selector
{
  background: transparent;
  border:0;
  border-bottom: 2px solid #c5c5c5;
  padding: 4px 6px 4px 0px;
  /*font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;*/
  font-weight: normal;
  font-size: 16px;
}

.selector.focus
{
  border-bottom: 2px solid #f8b756;
}

.selector::before
{
  display:inline-block;
  color:#f8b756;
  font: normal normal normal 14px/1 Awesome;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  font-size: smaller;
  text-align: center;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f078";
  padding:inherit;
}

.selector select::-ms-expand
{
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: alpha(opacity=0);
 opacity:0;
}

.selector select
{
  border:0;
  outline:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 30px;
  padding-left:6px;
  width:100%;
  cursor: pointer;
  border-radius: 0;
  color:inherit;
  font-family: inherit;
}

.selector select option
{
  color:#333;
}
/*
.search
{
  background-color: #fff;
}

.search input
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  padding-right: 22px;
  width:100%;
}

.search::before
{
  display:inline-block;
  color:#f8b756;
  font: normal normal normal 14px/1 Awesome;
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f002";
  padding:6px;
}
*/
input[type="checkbox"], input[type="radio"]
{
  display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label
{
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  padding-left:23px;
  display: inline-block;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before
{
  display:inline-block;
  color:#6e7174;
  font: normal normal normal 14px/1 Awesome;
  top: 3px;
  position: absolute;
  left:0;
  font-size: larger;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}

input[type="checkbox"] + label::before
{
  content:"\f096";
}

input[type="radio"] + label::before
{
  content:"\f1db";
}

input[type="checkbox"][checked="checked"] + label::before,
input[type="checkbox"]:checked + label::before
{
  content:"\f14a";
  color:#4db2d4;
}

input[type="radio"][checked="checked"] + label::before,
input[type="radio"]:checked + label::before
{
  content:"\f192";
  color:#4db2d4;
}

input[type="radio"] + label + input[type="radio"] + label,
input[type="radio"] + label + input[type="checkbox"] + label,
input[type="checkbox"] + label + input[type="radio"] + label,
input[type="checkbox"] + label + input[type="checkbox"] + label
{
  margin-left:10px;
}

/*File upload using <label>*/

input[type="file"]
{
  width: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
  visibility: hidden;
  outline: 0 !important;
}

input[type="file"]+label
{
  display: inline-block;
  float: left;
  padding: 3px 12px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0,0,0,0.1);
  color: #555;
  font-weight: 400;
  font-size: inherit;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
  font-size: 16px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

input[type="file"]:hover+label,
input[type="file"]:focus+label
{
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

input.textbox-datepicker
{
  padding-right: 28px;
  cursor: pointer;
}

.textbox-datepicker + .icon
{
  font-size: inherit;
  margin-left: -22px;
  pointer-events: none;
}

.textbox-datepicker ~ .icon.clearDate
{
  display: none;
  font-size: inherit;
  line-height: inherit;
  width:26px;
  text-align: center;
  margin-left: 6px;
}

.textbox-datepicker.picked
{
  padding-right: 54px;
}

.textbox-datepicker.picked + .icon
{
  margin-left: -48px;
}

.textbox-datepicker.picked ~ .icon.clearDate
{
  display: inline-block;
  margin-right: -32px;
}

.button,input[type=file].button:after
{
  padding: 0 15px;
  min-width: 100px;
  text-align: center;
  background: #0085c7;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  height:40px;
  line-height: 40px;
  border: 0;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  cursor: pointer;
}

.button-secondary
{
  background-color: #38aae2;
}

.button:hover
{
  background-color:#036ba1;
}

.button-secondary:hover
{
  background-color: #74c4eb;
}

.button-disabled
{
  cursor: default !important;
}


.icon-button
{
    line-height: inherit;
    padding: inherit;
    color:#0085c7;
    cursor: pointer;
    padding:3px 12px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.link, a
{
  color:#0855a7;
  cursor: pointer;
}

.icon-button:hover,
.link:hover
a:hover
{
  color:#38aae2;
}

.text-1
{
  color:#2389ab;
  font-size:26px;
  font-weight: bold;
}

.text-2
{
  color:#333;
  font-size:20px;
}

.waveBg-w
{
  width:100%;
  height:242px;
  background-image: url(../images/bg_wave_w.png);
  background-size: 1024px 242px;
  background-position: top center;
  background-repeat: repeat-x;
  z-index: 0;
  margin-bottom:-150px;
}

table th a i.fa
{
  float:right;
  line-height: inherit;
  padding-left:3px;
}

table th a i
{
  opacity: 0.5
}

table th a:hover i,table th a.sorted i
{
  opacity: 1
}

.table>thead>tr>th
{
  vertical-align: top
}

.form-header
{
  background: #dfdfdf;
  color:#0085c7;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

#blkButtons
{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

#blkButtons.layout-m, #blkFooter.layout-m
{
  max-width: 960px;
}

#blkButtons
{
  margin-bottom:100px;
}

#blkButtons::after
{
  content:"";
  display:block;
  clear:both;
  height:0px;
  visibility: hidden;
}

#blkButtons .button-secondary.floatR
{
  margin-right:15px;
}

/*selectpicker*/

.selector .bootstrap-select .dropdown-toggle
{
  background: transparent !important;
  border: 0 !important;
  outline:0 !important;
  padding: 0;
  box-shadow: none;
  font-size: inherit;
}

.selector .bootstrap-select .caret
{
    display: none;
}

.selector .bootstrap-select .dropdown-menu[role="combobox"]
{
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 3px rgba(51,154,188,0.4);
    font-size: inherit;
    background: rgba(255,255,255,0.95);
}

.selector .bootstrap-select .dropdown-menu[role="listbox"]
{
  font-size: inherit;
  margin-top:5px;
  background:transparent
}

.selector .bootstrap-select input.form-control
{
    border-radius:0
}

.selector .bootstrap-select input.form-control:active,
.selector .bootstrap-select input.form-control:focus
{
    outline: none;
    box-shadow: none;
}

.selector .bootstrap-select li
{
    margin-left: 0;
}

.selector .bootstrap-select li:hover
{
  background:#f7f7f7;
}

.selector .bootstrap-select li a:focus
{
    outline: none;
}

.pagination
{
  text-align: center;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 400;
}

.pagination ul, .pagination li
{
  display: inline-block;
}

.pagination-prevNext ul
{
  display: block;
}

.pagination ul::after
{
  content:"";
  display: block;
  clear:both;
  visibility: hidden;
}

.pagination ul li
{
  min-width:32px;
  font-size: 17px;
  line-height: 32px;
  height:32px;
  background-color:#88ccee;
  color:white;
  margin:0 5px;
  float:left;
}

.pagination-prevNext ul li:last-child
{
  float:right;
}

.pagination ul li a
{
  color:inherit;
  display: block;
}

.pagination ul li:hover
{
  background-color: #38aae2;
}

.pagination ul li.pagination-item-active
{
  background-color: #0085c7;
}

.pagination ul li.pagination-item-disabled
{
  background: #ccc !important;
}

.pagination ul li.pagination-item-disabled a
{
  cursor: default;
}

.pagination ul li:first-child, .pagination ul li:last-child
{
  background-color:transparent;
  color:#38aae2;
  margin:0 8px;
}

.pagination ul li:first-child.pagination-item-disabled, .pagination ul li:last-child.pagination-item-disabled
{
  color:#ccc !important;
  background: transparent !important;
}

.pagination ul li:first-child:hover, .pagination ul li:last-child:hover
{
  color: #0085c7;
}

.breadcrumbs ul, .breadcrumbs li
{
  display: inline-block;
}

.pagination ul::after
{
  content:"";
  display: block;
  clear:both;
  visibility: hidden;
}

.breadcrumbs li
{
  float: left;
  /*font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;*/
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.breadcrumbs li.active
{
  font-weight: 700;
}

.breadcrumbs li a
{
  color:#777;
  display:inline-block;
}

.breadcrumbs li:not(.active) a:hover
{
  color:#ffa800;
}

.breadcrumbs li.active a
{
  color: #333;
}

.breadcrumbs li:not(:first-child)
{
  margin-left: 5px;
}

.breadcrumbs li:not(:last-child)
{
  margin-right: 5px;
}

.breadcrumbs li:not(:first-child):before
{
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: 12px;
  height: 14px;
  margin-top:-7px;
  background-image: url(../images/yellowTri-outline.png);
  background-size: 7px 14px;
  background-position: center left;
  background-repeat: no-repeat;
}

/*datepicker*/
/*
.ui-widget
{
  font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica, sans-serif, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
}

#ui-datepicker-div
{
    background: rgba(255,255,255,0.95);
    padding: 10px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
    border:none;
    max-width: 80%;
    width:280px;
    z-index: 100 !important;
}

#ui-datepicker-div .ui-widget-header
{
  border: none;
  background: #f7f7f7;
  color: #222222;
  font-weight: normal;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default
{
    border: none;
    background: transparent;
    font-weight: normal;
    color: #555555;
}

.ui-datepicker td span, .ui-datepicker td a
{
  text-align: center;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border:none;
    background: transparent;
    font-weight: normal;
    color: #212121;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
  top:initial;
  text-align: center;
  cursor: pointer;
}

.ui-datepicker-prev::before
{
  display:inline-block;
  color:#6e7174;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f053";
  vertical-align: middle;
}

.ui-datepicker-next::before
{
  display:inline-block;
  color:#6e7174;
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:"\f054";
  vertical-align: middle;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after
{
  display: inline-block;
  content:"";
  height:100%;
  vertical-align: middle;
}

.ui-datepicker-prev > span, .ui-datepicker-next > span
{
  display: none!important
}
*/

/*Photo Gallery Plugin*/
.blueimp-gallery .indicator,
.blueimp-gallery .indicatorControl
{
  display: none!important
}


/*Pages*/

.layout-m
{
  max-width: 960px;
  width:95%;
  margin-left: auto;
  margin-right: auto;
}

.layout-s
{
  max-width: 640px;
  width:95%;
  margin-left: auto;
  margin-right: auto;
}

.graphicWithThemeColor
{
  text-align: center;
}

.graphicWithThemeColor > span
{
  max-width: 90%;
}

.graphicWithThemeColor > span::before
{
  position: absolute;
  display: block;
  content:"";
  background-color: rgba(21,94,129,0.5);
  top:5px;
  left:5px;
  right:5px;
  bottom:5px;
}

.graphicWithThemeColor img
{
  max-width: 100%;
}

.text-inst
{
  color:#333;
  display: block;
  margin-bottom:15px;
  font-weight: 500;
}

.remark
{
  font-size:12px;
  color:#aaa
}

.remark-warning
{
  color:#dc0000;
  font-weight: 400;
}

.dialog-container
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999999;
  text-align: center;
  overflow-y: auto;
}

.dialog-container .dialog
{
    display: inline-block;
    vertical-align: middle;
    max-width: 98%;
    box-shadow: rgba(0, 0, 0, 0.247059) 0px 14px 45px, rgba(0, 0, 0, 0.219608) 0px 10px 18px;
}

.dialog-container::after
{
  display: inline-block;
  vertical-align: middle;
  content:"";
  width:0;
  height:100%;
  visibility: hidden;
  margin-right:-1px;
}

.dialog-container .dialog-yesno
{
  width: 90%;
  max-width: 500px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.247059) 0px 14px 45px, rgba(0, 0, 0, 0.219608) 0px 10px 18px;
  border-radius: 2px;
  padding: 30px 30px 5px 30px;
  text-align: left;
}

.dialog-container .dialog-photo
{
  max-width: 90%;
  margin-top: 45px;
}

.dialog-container .dialog-photo .closeDialog-button
{
  position: absolute;
  left:100%;
  bottom:100%;
  color:white;
  cursor: pointer;
  width:35px;
}

.dialog-container .dialog-photo .closeDialog-button > img
{
  width:35px;
}

.dialog-container .dialog-photo .icon-button
{
  color:rgba(255,255,255,0.9);
  position:fixed;
  font-size: 28px;
  top:50%;
  margin-top:15px;
}

.dialog-container .dialog-photo .fa-chevron-left
{
  left:5px;
}

.dialog-container .dialog-photo .fa-chevron-right
{
  right:5px;
}

.dialog-container .dialog img
{
  max-width: 100%;
}

.dialog-container .dialog-yesno > div
{
    margin-bottom: 25px;
}

.dialog-container .dialog-yesno .dialog-buttons
{
  text-align: right;
}

.dialog-container .dialog-yesno .dialog-buttons::after
{
  display: block;
  content: "";
  width:100%;
  height:0;
  visibility: hidden;
  clear:both;
}

.dialog-container .dialog-yesno .button
{
  margin-left: 15px;
  float: right;
}

.dialog-container .dialog-large
{
  width:900px;
  max-width: 95%;
  max-height: 90%;
  height: 700px;
  background-color: white;
  padding-top: 50px;
}

.dialog-container .dialog-small
{
  width:600px;
  max-width: 95%;
  max-height: 90%;
  height: 450px;
  background-color: white;
  padding-top: 50px;
}

.dialog-container .dialog .dialog-header
{
  background-color:#0085c7;
  color:white;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;

  position: absolute;
  top:0;
  left:0;
  right:0;
}

.dialog-container .dialog .dialog-header .closeDialog-button
{
  height: 50px;
  width: 50px;
  background-color: #f8b756;
  color: white;
  line-height: 50px;
  padding: 0;
  text-align: center;
  float: right;
  cursor: pointer;
}

.dialog-container .dialog .dialog-header .closeDialog-button > img
{
  padding: 9px;
  width:100%;
}

.dialog-container .dialog .dialog-header .closeDialog-button + .dialog-subject
{
  overflow: hidden;
  padding:0 20px;
  text-align: left;
}

.dialog-container .dialog .dialog-content
{
  text-align: left;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.loadingBlock
{
  font-size: 30px;
  text-align: center;
  display: block;
  margin:200px 0;
}

.loadingBlock.fa-spinner::before
{
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
  display: inline-block;
}

/* Menu & Header */
#cNav
{
  position:fixed;
  top:0;
  left:0;
  width: 220px;
  height:100%;
  z-index: 99;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 400;

  background-color: white;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
}

#cNav #pLogo
{
  width:100%;
  height:218px;

  text-align:center;
  padding-top:38px;
}

#cNav #pMenu
{
  width:100%;
  height: calc(100% - 218px);
}

#cNav #pMenu #blkMenu
{
  height:100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position:static;
}

#cNav #pMenu #blkMenu::-webkit-scrollbar
{
  display: none;
}

#cNav #pMenu #blkTopBar
{
  position:fixed;
  top:0;
  right:0;
  left:220px;
  height:50px;

  background-color:#0085c7;
  color:white;
}

#cNav #pMenu #blkTopBar .button
{
  line-height: 50px;
  height:50px;
}

#cNav #pSearch
{
  position:fixed;
  background-color: #f3f3f3;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}

#cNav #pLogo img
{
  width:150px;
}

#cNav #pLogo > #btnMenu
{
  display: none;
}

#cNav #pLogo > #btnSearch.showSearch::before
{
  content:"\f077";
}

#cNav #pSearch > *
{
  vertical-align: middle;
}

#cNav #pMenu #blkMenu .menuButton
{
  position:static;
  padding:0 25px;
  height:50px;
  line-height: 50px;
  color:#0085c7;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  letter-spacing: -0.3px;
  font-size: 17px;

  width: 220px; /* Firefox fix */
}

#cNav #pMenu #blkMenu .pointerNone
{
  pointer-events: none;
  display: inline-block;
}

#cNav #pMenu #blkMenu .menuButton::before
{
  display: inline-block;
  content:"";
  position: relative;
  left: -25px;
  top: 7px;
  margin-right: -10px;
  width:10px;
  height:27px;
  background-image: url("../images/yellowTri.png");
  background-size: 10px 27px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cNav #pMenu #blkMenu .menuButton::after
{
  display: block;
  content:"";
  border-bottom: 1px solid #eeeeee;
}

#cNav #pMenu #blkMenu a .menuButton::after
{
  border-bottom: 1px solid #eeeeee !important; /* iOS fix */
}

#cNav #pMenu #blkMenu .menuButton:hover::before
{
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

#cNav #pMenu #blkMenu .menuButton.menuButton-active::before
{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

#cNav #pMenu #blkMenu .menuButton .subMenu
{
  display: none;
  background-color: #38aae2;
  min-width: 250px;
  width: auto;
  padding: 10px 0;
  box-shadow: 6px 4px 16px -4px rgba(0,0,0,.2);
  z-index: 1;
}

#cNav #pMenu #blkMenu .menuButton .subMenu::before
{
  position:absolute;
  content:"";
  display: block;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid white;
}

#cNav #pMenu #blkMenu .menuButton:hover .subMenu
{
  display: inline-block;
}

#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton
{
  line-height: 30px;
  height:30px;
  font-size: 15px;
  margin:0 20px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  color:white;
}

#cNav #pMenu #blkMenu .menuButton .subMenu .subMenuButton:hover
{
  color:rgba(255,255,255,0.8);
}

#cNav #pMenu #blkMenu #blkMenuApps
{
  text-align: center;
  border-top: 1px solid #eeeeee;
  padding:10px 0;
  margin: 50px auto 10px auto;
  width:160px;
  display: block;
}

#cNav #pMenu #blkMenu #blkMenuApps img
{
  margin:0 5px;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  width:40px;
}

#cNav #pMenu #blkMenu #blkMenuApps img:hover
{
  background-color: #eee;
}


/*Menu calender*/
#cNav #pMenu #blkMenu #blkMenuCalendar
{
  font-size: 13px;
  color:#333;
  display: block;
}

#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker
{
  width:93%;
  margin:40px 3% 0 3%;
}
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker-title
{
  font-size: 13px;
  font-weight: 300;
}
/*
.ui-datepicker table {table-layout:fixed;}
.ui-widget-content {border:0px;}
.ui-widget-header {border:0px; background:none; font-size:1.1em; font-weight:normal;}
.ui-datepicker th {text-align:center; font-weight:normal;}
.ui-datepicker td span, .ui-datepicker td a {text-align:center;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ border:0px; background:none; padding-bottom:18px; }
.ui-icon-circle-triangle-e { background-position: -33px 0px; }
.ui-icon-circle-triangle-w { background-position: -97px 0px; }
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker-header  { font-size: 13px;  }
#cNav #pMenu #blkMenu #blkMenuCalendar .act_day {background:url(../images/calender_star.png) left bottom 3px no-repeat; }
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today  { text-align: center; }
#cNav #pMenu #blkMenu #blkMenuCalendar .ui-datepicker td.ui-datepicker-current-day.ui-datepicker-today > a
{
  display: inline-block;
  width:25px;
  line-height:25px;
  height:25px;
  text-align: center;
  color:white;
  background-color:#0085c7;
  border-radius: 100%;
  padding: 0;
}

*/
/*Content Area*/

.page
{
  min-height: 100%;
  padding-bottom:150px;
}

.page .footer
{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-size: 12px;
  color:white;
  background-color: #0085c7;
  line-height: 14px;
}

.page .footer a,
.page .footer .button
{
  font-size: inherit;
  color:inherit;
  background-color: inherit;
}

.page .footer > div:last-child
{
  padding:15px 30px;
}

.page .page-header
{
  height:70px;
  /*font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;*/
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color:white;
  background-color: #0054a7;
  margin-top:20px;
}

.page .page-header > span
{
  vertical-align: middle;
  padding-left: 40px;
  max-width: 75%;
}

.page .page-header::after
{
  vertical-align: middle;
  content:"";
  display: inline-block;
  height:100%;
  width: 0px;
  visibility: hidden;
  margin-right: -10px;
}

.page .page-header .page-header-img
{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow: hidden;
}

.page .page-header .page-header-img::after
{
  position: absolute;
  content:"";
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: -moz-linear-gradient(-30deg,  rgba(56,170,226,1) 0%, rgba(56,170,226,1) 46%, rgba(105,181,230,0.5) 65%, rgba(105,181,230,0) 80%, rgba(125,185,232,0) 100%);
  background: -webkit-linear-gradient(-30deg,  rgba(56,170,226,1) 0%,rgba(56,170,226,1) 46%, rgba(105,181,230,0.5) 65%, rgba(105,181,230,0) 80%, rgba(125,185,232,0) 100%);
  background: linear-gradient(120deg,  rgba(56,170,226,1) 0%,rgba(56,170,226,1) 46%, rgba(105,181,230,0.5) 65%, rgba(105,181,230,0) 80%, rgba(125,185,232,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aae2', endColorstr='#007db9e8',GradientType=1 );
}
/*
.page .page-header.page-header-filter
{
  height:auto;
  background: rgb(3,109,162);
  background: -moz-linear-gradient(-45deg,  rgba(3,109,162,1) 0%, rgba(3,79,116,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(3,109,162,1) 0%, rgba(3,79,116,1) 100%);
  background: linear-gradient(135deg,  rgba(3,109,162,1) 0%, rgba(3,79,116,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036da2', endColorstr='#034f74',GradientType=1 );
}
*/
.page .page-header .page-header-img img
{
  position: absolute;
  height:190%;
  top:-45%;
  right:0;
}

.page .page-header.page-header-filter::after
{
  display: block;
  clear: both;
  height:0;
  content:"";
  visibility: hidden;
}

.page .page-header.page-header-filter > span
{
  display: block;
  padding: 8px 40px;
  max-width: 100%;
}

.page .page-header.page-header-filter > span ~ div
{
  font-size: 20px;
  font-weight: 400;
}

.page .page-header-filter .page-searchBox
{
  float: right;
  padding:0 25px 20px 25px;
  margin-top:5px;
}

.page .page-header-filter .page-searchBox input
{
  width: calc(100% - 44px);
}

.page .page-header-filter .page-searchBox .icon-button
{
  color:#FFF;
}

.page .page-header-filter .page-searchBox input[type="text"]::placeholder
{
  color: white;
}
.page .page-header-filter .page-searchBox input[type="text"]:-ms-input-placeholder
{
  color: white;
}

.page .page-header-filter .page-searchBox input[type="text"]::-ms-input-placeholder
{
  color: white;
}

.page .page-header-filter .page-searchBox + .page-sort
{
  overflow: hidden;
  padding:6px 0 5px 40px;
}

.page .page-header-filter .page-sort
{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.page .page-header-filter .page-sort > div:first-child,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n-1)
{
  float: left;
  width: 160px;
  letter-spacing: -0.3px;
}

.page .page-header-filter .page-sort > div:last-child,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n)
{
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 12px;
}

.page .page-header-filter .page-sort .icon,
.page .page-filter .icon
{
  color:#f8b756;
}

.page .page-header-filter .page-sort > div:first-child .icon,
.page .page-filter > div:not(.page-filter-toggle):nth-child(2n-1) .icon
{
  margin-right: 10px;
  font-size: 24px;
  width:24px;
}

.page .page-header-filter .page-sort .page-sort-item,
.page .page-filter .page-filter-item
{
	display:inline-block;
  margin-right:45px;
  margin-bottom:5px;
  line-height: 20px;
  padding: 5px 0;
  cursor: pointer;
}

.page .page-header-filter .page-sort .page-sort-item:last-child,
.page .page-filter .page-filter-item:last-child
{
  margin-right:0;
}

.page .page-header-filter .page-sort .page-sort-item::before,
.page .page-filter .page-filter-item::before,
.page .page-jump .page-jump-item::before
{
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  background-image: url();
  background-size: 8px 16px;
  background-position: center left;
  background-repeat: no-repeat;
}

.page .page-header-filter .page-sort .page-sort-item:hover::before,
.page .page-filter .page-filter-item:hover::before,
.page .page-jump .page-jump-item:hover::before
{
  background-image: url(../images/yellowTri-outline.png);
}

.page .page-header-filter .page-sort .page-sort-item-active::before,
.page .page-filter .page-filter-item-active::before,
.page .page-jump .page-jump-item-active::before,
.page .page-header-filter .page-sort .page-sort-item-active:hover::before,
.page .page-filter .page-filter-item-active:hover::before,
.page .page-jump .page-jump-item-active:hover::before
{
  background-image: url(../images/yellowTri.png);
}

.page .page-filter, .page .page-jump
{
  background-color:#61BE9A;
  color:white;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 40px 0px 40px;
  /*font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;*/

  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}
/*
.page .page-filter > *:not(.page-filter-toggle)
{
  display: none;
}
*/
.page .page-filter.showPageFilters
{
  padding: 20px 40px 0px 40px;
}

.page .page-filter.showPageFilters > *:not(.page-filter-toggle)
{
  display: block;
}

.page .page-jump
{
  padding: 20px 40px;
}

.page .page-jump::after
{
  content:"";
  display: block;
  clear:both;
  visibility: hidden;
}

.page .page-filter .page-filter-item
{
  font-size: 18px;
}

.page .page-jump .page-jump-item
{
  font-size: 15px;
  width:50%;
  float: left;
  padding: 5px 20px 5px 0;
  vertical-align: top;
  margin-bottom: 5px;
  line-height: 18px;
  cursor: pointer;
}

.page .page-jump .page-jump-item a
{
  color:inherit;
}

.page .page-filter .page-filter-toggle
{
  width:180px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 15px 0;
  color:rgba(255,255,255,0.7);
  cursor: pointer;
}

.page .page-filter .page-filter-toggle .fa-chevron-up,
.page .page-filter .page-filter-toggle .fa-chevron-up + span
{
  display: none;
}

.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-up,
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-up + span
{
  display: inline-block;
}

.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-down,
.page .page-filter.showPageFilters .page-filter-toggle .fa-chevron-down + span
{
  display: none;
}

.page .page-filter .selector,
.page .page-filter .textbox-datepicker
{
  line-height: 1.4;
  margin-top:-5px;
  /*margin-bottom: -5px;*/
  width: 200px;
}

.page .page-filter .textbox-datepicker::placeholder
{   /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
}

.page .page-filter .textbox-datepicker:-ms-input-placeholder
{   /* Internet Explorer */
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.page .page-filter .textbox-datepicker::-ms-input-placeholder
{   /* Internet Explorer */
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.page .page-header.page-header-map
{
  height:auto;
  padding: 45px 0 30px 0;
}

.page .page-header.page-header-map .page-header-map-mapArea
{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow: hidden;
}

.page .page-header.page-header-map .page-header-map-mapArea::after
{
  position: absolute;
  content:"";
  top:0;
  bottom:0;
  left:0;
  width: 55%;
  min-width: 360px;
  pointer-events: none;
  background: -moz-linear-gradient(-30deg,  rgba(56,170,226,0.8) 0%, rgba(56,170,226,0.8) 40%, rgba(105,181,230,0.5) 55%, rgba(105,181,230,0) 70%, rgba(125,185,232,0) 100%);
  background: -webkit-linear-gradient(-30deg,  rgba(56,170,226,0.8) 0%,rgba(56,170,226,0.8) 40%, rgba(105,181,230,0.5) 55%, rgba(105,181,230,0) 70%, rgba(125,185,232,0) 100%);
  background: linear-gradient(120deg,  rgba(56,170,226,0.8) 0%,rgba(56,170,226,0.8) 40%, rgba(105,181,230,0.5) 55%, rgba(105,181,230,0) 70%, rgba(125,185,232,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='##38aae2cc', endColorstr='#007db9e8',GradientType=1 );
}

.page .page-header.page-header-map .page-header-map-mapArea iframe
{
    position: absolute;
    top: 0;
    left: -300px; /*To hide search*/
    width: calc(100% + 600px); /*To hide zoom*/
    height: 100%;
}

.page .page-header.page-header-map .page-header-map-address
{
  padding-left: 40px;
  max-width: 75%;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  pointer-events: none;
}

.page .page-header.page-header-map .page-header-map-address > div
{
  font-size: 20px;
  font-weight: 600;
}

.page .page-content
{
  width:1100px;
  max-width: 95%;
  margin:40px auto 0 auto;
}

.page .page-content-wide
{
  width:1400px;
}

.page .backButton
{
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 500;
}


.page .backButton:before
{
  display: inline-block;
  content: "\f053";
  font: normal normal normal 14px/1 Awesome;
  font-size: inherit;
  line-height: inherit;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page .page-content .backButton
{
  margin-top:-30px;
  margin-left: -1.5%;
}

.page .pagination
{
  margin-top:80px;
}

.page .breadcrumbs
{
  margin-bottom:30px;
}

.page .table
{
  margin-bottom:60px;
}

.list-simple .list-item
{
  padding:18px 0;
  border-bottom:1px solid #eee;
}

.list-detail .list-item
{
  padding:18px 0;
  border-bottom:1px solid #eee;
}

.list-detail .list-item a
{
  display: block;
  margin-bottom:10px;
}

.list-item a
{
  font-weight: 400;
}

.subject
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 700;
  font-size: 28px;
}

.subject:before
{
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 16px;
  background-image: url(../images/yellowTri-outline.png);
  background-size: 8px 16px;
  background-position: center left;
  background-repeat: no-repeat;
}

.subject2
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  color:#f4a100;
  font-size: 28px;
}

.description
{
  font-size: 15px;
  color:#555;
}

.date
{
  font-size: 13px;
  color:#777;
}

.description + .date
{
  margin-top:5px;
}

.share
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 500;
  font-size: 22px;
  color:#0085c7;
}

.share > div:first-child
{
  float: left;
  line-height: 45px;
}

.share > div:first-child .icon
{
  color:#f8b756
}

.share > div:last-child
{
  overflow: hidden;
  text-align: right;
}

.share > div:last-child .icon
{
  font-size: 28px;
}

.share .fa-facebook-square
{
  color:#3B5998;
}

.list-detail .list-item .description
{
  overflow: hidden;
  line-height: 21px;
  max-height: 42px;
  text-align: justify;
  background-color: white;
  padding-right:15px;
}

.list-detail .list-item .description:before
{
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.list-detail .list-item .description:after
{
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 21px;
  background-color: inherit;
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6
{
  font-weight: 500;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 500;
  color:#0085c7;
  margin-bottom:30px;
}

.article p
{
  margin-bottom:30px;
  text-align: justify;
  line-height: 1.6;
  color:black;
}

.article ul.ul, .article ol.ul
{
  list-style:unset;
  margin-left: 40px;
  margin-bottom:30px;
}

.article ul.ul li, .article ol.ul li
{
  margin-bottom:15px;
}

.article ol.ul
{
  list-style-type: decimal;
}

.article ol.ul[type="a"]
{
  list-style-type: lower-alpha;
}

.article .table-header
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 500;
  background-color: #38aae2;
  color: white;
  padding: 13px;
}

.article .table-header .icon-button
{
  color:white;
  line-height: 1;
}

.article .table-header .icon-button:hover
{
  color:rgba(255,255,255,.7)
}

.article .table-header right + div
{
  overflow: hidden;
}

.article .table-subtitle
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-weight: 500;
  background: #f7f7f7;
  font-weight: 400;
  padding: 13px;
}

.article .table-subtitle p:last-of-type
{
  margin-bottom:0;
}

.article .article-photos,
.article .article-left
{
  width: 33.3333%;
  max-width: 300px;
  vertical-align: top;
}

.article .article-photos .article-photo
{
  overflow: hidden;
  margin-bottom: 20px;
  border:1px solid rgba(0,0,0,0.1);
  cursor:pointer;
}

.article .article-photos .article-photo::after
{
  content: "";
  display: block;
  padding-top:100%;
  background: #ccc;
}

.article .article-photos .article-photo:nth-child(2n)
{
  float:left;
  width:calc(50% - 10px);
  margin-right: 20px;
}

.article .article-photos .article-photo:nth-child(2n) + .article-photo
{
  float:left;
  width:calc(50% - 10px);
}

.article .article-photos .article-photo > img
{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.article .article-photos .article-photo > img.portrait
{
  width: 100%;
  height: auto;
}

.article .article-right
{
  width: 66.6667%;
  min-width: calc(100% - 300px);
  vertical-align: top;
  padding-left: 3%;
}

.article .article-content
{
  width: 100%;
  min-width: calc(100% - 300px);
  vertical-align: top;
  padding-left: 3%;
}

.article .article-photos + .article-content,
.article .article-left + .article-content
{
  width: 66.6667%;
}

.article .subject
{
  margin-bottom: 5px;
}

.article .subject + .date + .article-passage,
.article .subject + .article-passage
{
  margin-top: 40px;
}

.article .article-passage
{
  text-align: justify;
  line-height: 1.6;
  margin-bottom:50px;
  color:black;
}

.article + .pagination
{
  border-top: 1px solid #eee;
  padding-top:15px;
}

.cover-item
{
  padding:15px;
  margin-bottom: 15px;
  vertical-align: top;

  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
}

.cover-item:hover
{
  box-shadow: 0 0 16px 0 rgba(0,0,0,.2);
}

.cover-item > *
{
  margin-bottom: 15px;
}

.cover-item .cover-item-img
{
  width:100%;
  border:1px solid rgba(0,0,0,0.1)
}

.cover-item .cover-item-name
{
  font-weight: 400;
  letter-spacing: -0.3px;
}

.cover-item .button
{
  margin:0 10px 10px 10px;
}
/*
.table-title,
.table thead,
.table tr.table-subtitle
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
}
*/
.table-title
{
  color:#333;
  font-size: 20px;
  margin-bottom:15px;
}

.table > thead
{
  background-color: #f4f4f4;
  color:#333;
  font-weight: 400;
}

.table > thead th, .table > tbody td
{
  padding:13px;
  vertical-align: middle;
}

.table > tbody tr.table-subtitle
{
  background: #f7f7f7;
  font-weight: 400;
}

.table > tbody tr:not(.table-subtitle)
{
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.div-table .article-left,
.div-table .article-right
{
  padding:13px 13px 0 13px;
}

.div-table .article-right
{
  padding-bottom:10px;
}

.div-table
{
  border-bottom: 1px solid #eee;
  padding-bottom:20px;
  margin-bottom:30px;
}

.div-table .table-subtitle b
{
  line-height: 1.7;
}

.div-table .subject2
{
  font-size: 16px;
}

.medal-img
{
  width:32px;
}

.nsa-img
{
  max-width: 150px;
}

.tableSimple
{
  font-size: 14px;
}

.dialog .tableSimple::after
{
  display: block;
  content:"";
  height:50px;
}

.dialog .tableSimple
{
  margin-top: 50px;
  border-collapse: separate;
  border-bottom: 1px solid #eee;
}

.tableSimple tr td:first-child
{
  color:#0085c7;
  font-weight: 400;
  padding-right: 20px;
  text-align: right;
  width:40%;
}

.seeMore, .readMore
{
  border-top:1px solid #eee;
  font-size: 18px;
  font-weight: 600;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  color: #38aae2;
  line-height: 2;
  clear:both;
}

.seeMore a, .readMore a
{
  font-family: inherit;
  font-weight: inherit;
  color:inherit;
}

.seeMore::after, .readMore::after
{
  display:inline-block;
  color:#f8b756;
  font: normal normal normal 14px/1 Awesome;
  font-size: smaller;
  width: 23px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seeMore::after
{
  content:"\f067";
}

.readMore::after
{
  content:"\f054";
}

[id^="p"]::after
{
  content:"";
  display: block;
  visibility: hidden;
  clear:both;
}

#pHome .subject
{
  margin-bottom:25px;
}

#pHome #blkSlideShow:before
{
  display: block;
  content:"";
  padding-top:37.5%;
}

#pHome #blkSlideShow #slideshowArea
{
  position:absolute;
  top:0;
  left:0;
}

#pHome #blkSlideShow #slideshowArea,
#pHome #blkSlideShow #slideshowWrap
{
  width:100%;
  height:100%;
}

#pHome #blkMain
{
  display: table;
  width: 100%;
}

#pHome #blkMain #blkMain-left,
#pHome #blkMain #blkMain-right
{
  display: table-cell;
}

#pHome #blkMain #blkMain-left,
#pHome #blkMain #blkMain-right,
#pHome #blkGallery,
#pHome #blkSponsors
{
  padding: 25px 30px;
}

#pHome #blkMain #blkMain-right
{
  background-color: #fcfcfc;
}

#pHome #blkMain #blkMain-right #blkHeadline
{
  margin-bottom:40px;
}

#pHome #blkMain #blkFb
{
  width:100%;
  min-height:500px;
  margin-bottom:15px;
  border:none;
  overflow:hidden;
}

#pHome #blkMain .latestNews-main
{
  margin-bottom: 40px;
}

#pHome #blkMain .latestNews-main .latestNews-main-photo
{
  width:calc((100% + 20px) * 2/3 - 20px);
  margin-right: 20px;
  overflow: hidden;
  vertical-align: top;
}

#pHome #blkMain .latestNews-main .latestNews-main-photo + span
{
  width: calc(33.3333% - 20px);
}

#pHome #blkMain .latestNews-minor
{
  float:left;
  width:calc((100% + 20px) / 3 - 20px);
  width:calc((100% + 20px) / 3.001 - 20px); /* Add .001 for IE better rendering */
  margin-right: 20px;
  margin-bottom:20px;
}

#pHome #blkMain .latestNews-minor.latestNews-minor-last
{
  margin-right: 0
}

#pHome #blkMain .latestNews-minor .latestNews-minor-photo
{
  width:100%;
  margin-bottom: 20px;
  overflow: hidden;
  vertical-align: top;
}

#pHome #blkMain .latestNews-main .latestNews-main-photo::after,
#pHome #blkMain .latestNews-minor .latestNews-minor-photo::after
{
  content: "";
  display: block;
  padding-top:66.6667%;
  background: #ccc;
}

#pHome #blkMain .latestNews-main .latestNews-main-photo > img,
#pHome #blkMain .latestNews-minor .latestNews-minor-photo > img
{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

#pHome #blkMain .latestNews-main .latestNews-main-photo > img.portrait,
#pHome #blkMain .latestNews-minor .latestNews-minor-photo > img.portrait
{
  width: 100%;
  height: auto;
}

#pHome #blkMain .description
{
  overflow: hidden;
  line-height: 21px;
  max-height: 84px;

  /* Webkit only */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

  /*TEMP Hide*/
  /*text-align: justify;
  background-color: white;
  padding-right:15px;*/
}

/*TEMP Hide*/
/*
#pHome #blkMain .description:before
{
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

#pHome #blkMain .description:after
{
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 21px;
  background-color: inherit;
}
*/

#pHome #blkMain .latestNews-main .link,
#pHome #blkMain .latestNews-minor .link,
#pHome #blkMain #blkMain-right #blkHeadline div:not(.seeMore) a
{
  font-weight: 400;
  margin-bottom: 25px;
}

#pHome #blkMain #blkMain-right #blkHeadline div:not(.seeMore) a
{
  display: inline-block;
  max-width: 100%;
}

#pHome #blkMain .date
{
  margin-bottom: 15px;
}

#pHome #blkMain .description + .date
{
  margin-top:25px;
}

#pHome #blkGallery
{
  background: #555;
  border-top:10px solid #f8b756;
  margin-bottom:30px;
}

#pHome #blkGallery::after
{
  display: block;
  content:"";
  clear: both;
  visibility: hidden;
}

#pHome #blkGallery .loadingBlock
{
  color: #f8b756;
  margin: 50px 0;
}

#pHome #blkGallery .subject
{
  color:white;
}

#pHome #blkGallery .cover-item
{
  background: white;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  padding:0;
  overflow: hidden;
  cursor: pointer;
  float:left;
}

#pHome #blkGallery .cover-item:before
{
  display: block;
  content:"";
  padding-top: calc(100% / 3 * 2);
}

#pHome #blkGallery .cover-item .cover-item-img
{
  position:absolute;
  top:0;
  left: 50%;
  height:100%;
  width: auto;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border:0;
}

#pHome #blkGallery .cover-item .cover-item-name
{
  background: rgba(0,0,0,0.6);
  color:white;
  font-weight: 300;
  margin:0;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:8px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

#pHome #blkGallery .cover-item:hover .cover-item-name
{
  white-space:normal;
  max-height: 100%;
  overflow-y: auto;
}

#pHome #blkSponsors
{
  font-weight: 600;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-size: 18px;
}

#pHome #blkSponsors > div
{
  margin-bottom:20px;
}

#pHome #blkSponsors #blkOfficalPartners
{
  margin:20px auto;
  max-width: 1400px;
  border-bottom:1px solid #eee;
  padding-bottom: 15px;
}

#pHome #blkSponsors #blkWorldwidePartners
{
  margin:20px auto;
  max-width: 1000px;
}

#pWordFrPresident .article-left
{
  text-align: center;
}

#pWordFrPresident > .article-left img
{
  max-width: 85%;
}

#pWordFrPresident #blkSign
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-size: 18px;
  color:#0085c7;
  width:300px;
}

#pWordFrPresident #blkSign #lblPresidentName
{
  font-weight: 700;
  border-top:1px solid #eee;
  padding-top:10px;
}

#pOfficers .officers-item
{
  border-bottom:1px solid #eee;
  margin-bottom: 40px;
}

#pOfficers .officers-item > .article-left
{
  text-align: center;
}

#pOfficers .officers-item > .article-left img
{
  max-width: 85%;
}

#pOfficers .officers-name
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  font-size: 18px;
  color:#0085c7;
  font-weight: 700;
  margin-bottom:30px;
}

#pHistory > .article-left
{
  padding-right: 5%;
}

#pHistory > .article-left .description
{
  margin-top:10px;
  margin-bottom: 40px;
  font-weight: 400;
  color:#777;
}

#pCommittees .article-left,
#pCommittees .article-right
{
  padding:13px 13px 0 13px;
}

#pCommittees .article-right
{
  padding-bottom:10px;
}

#pCommittees .committee-item
{
  border-bottom: 1px solid #eee;
  padding-bottom:20px;
  margin-bottom:30px;
}

#pCommittees .committee-item .table-subtitle b
{
  line-height: 1.7;
}

#pCommittees .committee-item .subject2
{
  font-size: 16px;
}

#pNSA #blkNSAs .list-item .nsa-url
{
  float: right;
  color: #f8b756;
  font-size: 28px;
  line-height: 1;
  padding: 0 10px;
}

#pNSA #blkNSAs .list-item .nsa-name
{
  overflow: hidden;
}

.dialog-nsa .dialog-content
{
  text-align: center !important;
  padding-top:40px !important;
}

.dialog-nsa .dialog-content > .article
{
  text-align: left;
}

#pMultiSportsGames .game-item
{
  margin-bottom: 40px;
}

#pMultiSportsGames .game-item .article-left
{
  font-size: 22px;
}

#pMultiSportsGames .game-item .article-right img + *
{
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  display: block;
  overflow: hidden;
  border-bottom:1px solid #eee;
  padding:10px 0;
}

#pMultiSportsGames .game-item .game-logo
{
  max-width: 65px;
  float:left;
  margin-right: 30px;
}

#pCalendar #blkJumpCalendar
{
  text-align: right;
  margin-bottom: 30px;
}

#pCalendar #blkJumpCalendar .selector
{
  margin-bottom: 5px;
}

#pCalendar #blkCalendar
{
  margin-bottom: 60px;
}

#pOlympicVoice, #pGallery
{
  text-align: center;
}

#pOlympicVoice .cover-item .cover-item-img
{
  width: 85%;
}

#pGallery .cover-item
{
  border: 1px solid rgba(0,0,0,0.1);
  padding:0;
  overflow: hidden;
  cursor: pointer;
  display:inline-block;
  width:23%; /*20231205*/
  margin:0 1% 20px 1%; /*20231205*/
  min-width: 220px; /*20231205*/
}

#pGallery .cover-item:before
{
  display: block;
  content:"";
  padding-top: calc(100% / 3 * 2);
}

#pGallery .cover-item .cover-item-img
{
  position:absolute;
  top:0;
  left: 50%;
  height:100%;
  width: auto;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border:0;
}

#pGallery .cover-item .cover-item-name
{
  background: rgba(0,0,0,0.6);
  color:white;
  font-weight: 300;
  font-size:14px;
  margin:0;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:8px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

#pGallery .cover-item:hover .cover-item-name
{
  white-space:normal;
  max-height: 100%;
  overflow-y: auto;
}

#pLinks .subject
{
  margin:40px 0;
}

#pLinks .links-tier1,
#pLinks .links-tier2,
#pLinks .links-tier3
{
  margin-bottom:30px;
  text-align: center;
  font-size: 14px;
}

#pLinks .links-tier1
{
  width: calc(50% - 5px);
}

#pLinks .links-tier2,
#pLinks .links-tier3
{
  width: calc(33.3333% - 5px);
}

#pLinks .links-tier1 img,
#pLinks .links-tier2 img,
#pLinks .links-tier3 img
{
  max-width: 95%;
  margin-bottom:20px;
}

#pLinks .links-tier3 img
{
  width:190px;
}

#pContact .subject
{
  margin-bottom:20px;
}

#pContact > span:first-child
{
  width:35%;
  margin-right: 5%;
  vertical-align: top;
  margin-bottom:30px;
}

#pContact > span:first-child .tableSimple
{
  font-size: inherit
}

#pContact > span:first-child .tableSimple td:first-child
{
  text-align: left;
}

#pContact > span:last-child
{
  width:60%;
  vertical-align: top;
}

#pContact > span:last-child .subject ~ *
{
  margin-bottom:10px;
}

#pContact > span:last-child .selector,
#pContact > span:last-child input[type="text"]
{
  width:60%;
}

#pContact > span:last-child .selector > span
{
  width:100%;
}

#pContact > span:last-child textarea
{
  width:100%;
  height: 120px;
}

#pContact .button,
#pLogin .button
{
  margin-top: 20px;
  background-color: #f8b756;
  width:100%;
}

#pLogin .button
{
  min-width:130px;
}

#pContact .button:hover,
#pLogin .button:hover
{
  background-color: #f7d54d;
}

#pLogin
{
  width:250px;
  margin:0 auto;
}

#pLogin > *
{
  margin-bottom:10px;
}

#pLogin input
{
  width: 100%;
}

#pPressArea .div-table a
{
  display: block;
  word-break:break-all;
}

#pPressArea .div-table a:not(:last-child)
{
  margin-bottom:10px;
}

#pSiteMap > span
{
  vertical-align: top;
}

#pSiteMap
{
  margin:0 auto;
  max-width:900px;
}

#pSiteMap > span
{
  width:50%;
  padding:0 10px;
  margin-bottom: 50px;
}

#pSiteMap .sitemap-item
{
  font-size: 22px;
  font-weight: 500;
  font-family: 'font-2', Century Gothic, sans-serif, Arial, Helvetica, "微軟正黑體", 新細明體, 細明體_HKSCS, mingliu;
  color:#0085c7;
  margin-bottom:10px;
}

#pSiteMap * + .sitemap-item
{
  margin-top:50px;
}

#pSiteMap .sitemap-subitem
{
  margin-bottom:5px;
  padding-left:15px;
}

#pSiteMap .sitemap-subitem a
{
  color:#777777;
}

#pSiteMap .sitemap-subitem a:hover
{
  color:#38aae2;
}

@media screen and (min-width: 1440px)
{
  .page .page-header .page-header-img
  {
    left:auto;
    text-align: right;
    max-width: 700px;
  }

  .page .page-header .page-header-img::after
  {
    background: -moz-linear-gradient(-30deg,  rgba(56,170,226,1) 0%, rgba(56,170,226,1) 5%, rgba(105,181,230,0.5) 35%, rgba(105,181,230,0) 50%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(-30deg,  rgba(56,170,226,1) 0%, rgba(56,170,226,1) 5%, rgba(105,181,230,0.5) 35%, rgba(105,181,230,0) 50%, rgba(125,185,232,0) 100%);
    background: linear-gradient(120deg,  rgba(56,170,226,1) 0%, rgba(56,170,226,1) 5%, rgba(105,181,230,0.5) 35%, rgba(105,181,230,0) 50%, rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38aae2', endColorstr='#007db9e8',GradientType=1 );
  }

  .page .page-header .page-header-img img
  {
    position: relative;
  }

  #pHome #blkMain #blkMain-left,
  #pHome #blkMain #blkMain-right,
  #pHome #blkGallery,
  #pHome #blkSponsors
  {
    padding: 15px 40px;
  }

  #pHome #blkGallery .cover-item
  {
    width:calc((100% + 30px) / 4 - 30px) !important;
    width:calc((100% + 30px) / 4.001 - 30px) !important; /* Add .001 for IE better rendering */
    margin-right: 30px !important;
  }

  #pHome #blkGallery .cover-item:nth-child(4),
  #pHome #blkGallery a:nth-child(4) .cover-item
  {
    margin-right: 30px !important;
  }

  #pHome #blkGallery .cover-item:nth-child(5),
  #pHome #blkGallery a:nth-child(5) .cover-item
  {
    display: inline-block !important;
    margin-right: 0 !important;
  }

  #pHome #blkSponsors #blkOfficalPartners
  {
    padding-left: 0 !important;
    padding-right:0 !important;
  }

}

@media screen and (min-width: 769px)
{
  .hide-d
  {
    display: none;
  }

  #cNav #pLogo > #btnSearch
  {
    position: fixed;
    top:0;
    right:0;
    height:50px;
    width: 50px;
    background-color: #f8b756;
    color:white;
    line-height: 50px;
    padding:0;
    text-align: center;
    z-index: 1;
  }

  #cNav #pLogo > #btnSearch:hover
  {
    background-color:#f7d54d;
  }

  #cNav #pLogo .btn-lang
  {
    display: none;
  }

  #cNav #pMenu #blkTopBar
  {
    padding-right: 50px;
  }

  #cNav #pSearch
  {
    top:50px;
    right:0px;
    font-size:18px;
    padding:20px 10px 20px 20px;

    -webkit-transform: translateY(-180px);
    -moz-transform:    translateY(-180px);
    -ms-transform:     translateY(-180px);
    transform:         translateY(-180px);
  }

  #cNav #pSearch.showSearch
  {
    -webkit-transform: translateY(0);
    -moz-transform:    translateY(0);
    -ms-transform:     translateY(0);
    transform:         translateY(0);
  }

  #cNav #pSearch input
  {
    width:250px;
  }

  #cNav #pMenu #blkTopBar .button
  {
    float:right;
  }

  #cNav #pMenu #blkMenu .menuButton .subMenu
  {
    position: absolute;
    top:0;
    left:90%;
  }

  #cMain
  {
    height:100%;
  }

  .page .footer > div:first-child
  {
    float:right;
  }

  .page .footer .button
  {
    line-height: 44px;
    height: 44px;
    margin-right:15px;
  }

  .page .footer .button:hover
  {
    color:rgba(255,255,255,0.8);
  }

  .page .footer > div:last-child
  {
    overflow: hidden;
    min-width: 200px;
  }

  .page .page-header-filter .page-searchBox
  {
    max-width: 40%;
  }

  .page .page-header-filter .page-searchBox + .page-sort
  {
    padding:6px 0 5px 40px;
  }

  .article .article-photos .article-photos-toggle
  {
    display: none;
  }

  .cover-item
  {
    width: 260px;
    text-align: center;
  }

  .div-table .article-right,
  #pCommittees .article-right
  {
    margin-left: -5px; /* -5px for span gap*/
  }

  #pHome #blkMain #blkMain-left
  {
    width:70%;
    max-width: calc(100% - 350px);
  }

  #pHome #blkMain #blkMain-right
  {
    width:30%;
    min-width: 350px;
  }

  #pHome #blkMain .latestNews-main .link,
  #pHome #blkMain .latestNews-minor .link
  {
    overflow: hidden;
    line-height: 21px;
    /* TEMP hide */
    /*
    text-align: justify;
    background-color: white;
    padding-right:15px;
    */
  }

  #pHome #blkMain .latestNews-main .link
  {
    max-height: 84px;

    /* Webkit only */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  #pHome #blkMain .latestNews-minor .link
  {
    max-height: 63px;

    /* Webkit only */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  /* TEMP hide */
  /*
  #pHome #blkMain .latestNews-main .link::before,
  #pHome #blkMain .latestNews-minor .link::before
  {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #pHome #blkMain .latestNews-main .link:after,
  #pHome #blkMain .latestNews-minor .link::after
  {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 21px;
    background-color: inherit;
  }*/

  #pHome #blkGallery .cover-item
  {
    background: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    padding:0;
    overflow: hidden;
    cursor: pointer;
    width:calc((100% + 20px) / 3 - 20px);
    width:calc((100% + 20px) / 3.001 - 20px); /* Add .001 for IE better rendering */
    margin-right: 20px;
    float:left;
  }

  #pHome #blkGallery .cover-item:nth-child(4),
  #pHome #blkGallery a:nth-child(4) .cover-item
  {
    margin-right:0;
  }

  #pHome #blkGallery .cover-item-last:nth-child(5),
  #pHome #blkGallery a:nth-child(5) .cover-item
  {
    display: none;
  }

  #pHome #blkSponsors #blkOfficalPartners
  {
    padding-left:5%;
    padding-right:5%;
  }

  #pGallery .cover-item
  {
    width:23%;
    margin:0 1% 20px 1%;
    min-width: 220px;
  }

  #pMedallist .table thead th:last-child,
  #pMedallist .table tr:not(.table-subtitle) td:last-child
  {
    width:1%;
    white-space:nowrap;
    text-align: center;
  }

  #pCalendar .table tbody tr td[data-title="Event"]
  {
    padding-left: 48px;
  }

  #pCalendar .table tbody tr td[data-title="Event"] .sport-img
  {
    position:absolute;
    left: 13px;
  }

  #pLogin
  {
    padding:3% 0;
  }

  #pContact .button,
  #pLogin .button
  {
    display: inline-block;
    width:auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px)
{
  #pHome #blkMain
  {
    display: block;
  }

  #pHome #blkMain #blkMain-left,
  #pHome #blkMain #blkMain-right
  {
    display: inline-block;
    width: 100%;
  }

  #pHome #blkMain #blkMain-left
  {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #pHome #blkMain #blkMain-right > div
  {
    display: inline-block;
    width:50%;
    padding-right: 10px;
    float: left;
  }

  #pHome #blkMain #blkMain-right > div + div
  {
    padding-right: 0;
    padding-left: 10px;
  }

  #pHome #blkMain #blkFb
  {
    height: 130px;
    min-height: 0px;
  }

  #pHome #blkMain .latestNews-main .link,
  #pHome #blkMain .latestNews-minor .link
  {
    overflow: hidden;
    line-height: 21px;
    max-height: 63px;

    /* Webkit only */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    /* TEMP hide */
    /*
    text-align: justify;
    background-color: white;
    padding-right:15px;
    */
  }

  #pHome #blkMain .description
  {
    max-height: 63px;

    /* Webkit only */
    -webkit-line-clamp: 3;
  }

  #pMultiSportsGames .game-item .article-left
  {
    margin-bottom:10px;
    width: 100%;
  }

  #pMultiSportsGames .game-item .article-right
  {
    width: 100%;
  }
}
