/* ================== 
	Font Style
================= */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}


.roboto-regular {
	font-family: "Roboto", Avenir, MHei, Helvetica, Arial, sans-serif;
}
.roboto-light {
	font-family: "Roboto-Light", Avenir, MHei, Helvetica, Arial, sans-serif;
}
.roboto-thin {
    font-family: "Roboto-Thin", Avenir, MHei, Helvetica, Arial, sans-serif;
}
/* ================== 
	Common Style 
================= */
body {
	padding-top: 84px;
	font-family: "Roboto-Light", Avenir, MHei, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a {
	color: #6c6c6c;
    text-decoration: none;
}
a:hover {
    color: #00498f;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
    float: none !important;
    height: 0px !important;
    width: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
input {
	border-radius: 0px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
select {
  font-size: 16px;
}
.space-10 {
	height: 10px;
	clear: both;
}
.space-20 {
	height: 20px;
	clear: both;
}
.space-30 {
	height: 30px;
	clear: both;
}
.space-40 {
	height: 40px;
	clear: both;
}
.scroll-fixed {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.container {
	padding: 0px;
	width: 1060px;
}
.iframe-container {
	width: 100%;
}
.page-content-container {
	width: 766px;
	margin: 40px auto;
	padding: 0px 20px;
}
.text-center {
	text-align: center;
}
.dimmed {
    opacity: 0.2;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.dimmed.show {
    opacity: 1;
}
.flex-block {
	height: auto !important;
}
* {
	outline: none !important;
}
button {
	border: 0;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #d6d6d6;
}

/* ================== 
	Theme
================= */
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.theme-showcase .navbar .container {
  width: auto;
}


/* ================== 
	Transition style
================= */
.transition100 {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.transition200 {
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.transition300 {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}


/* ================== 
	Button
================= */
.btn-ani {
	border: 1px solid #EEE;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
}
.btn-ani:hover {
	text-decoration: none;
	color: #6c6c6c;
}
.btn-ani-rtop {
	background: #666;
	position: absolute;
	top: 0px;
	right: 30%;
	height: 1px;
	width: 0px;
}
.btn-ani-rside {
	background: #666;
	position: absolute;
/* 	top: 0px; */
	right: 0px;
	height: 0px;
	width: 1px;
}
.btn-ani-rbottom {
	background: #666;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 1px;
	width: 0px;
}

.btn-ani-ltop {
	background: #666;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 0px;
}
.btn-ani-lside {
	background: #666;
	position: absolute;
/* 	top: 0px; */
	left: 0px;
	height: 0px;
	width: 1px;
}
.btn-ani-lbottom {
	background: #666;
	position: absolute;
	bottom: 0px;
	left: 30%;
	height: 1px;
	width: 0px;
}
.btn-blue-arrow input {
	background: url("../img/arrow_white.svg") #00498f no-repeat;
	background-position: 26px center;
	border: 0px;
	color: #FFF;
	padding: 20px 26px 20px 50px;
	margin-top: 30px;
    background-size: 10px;
    font-size: 17px;
}
.btn-blue-arrow input:hover {
	background-color: #013b72;
}
.btn-blue-arrow-right input {
	background: url("../img/arrow_white.svg") #00498f no-repeat;
	background-position: right 26px center;
	background-size: 10px;
	border: 0px;
	color: #FFF;
	padding: 20px 50px 20px 26px;
	margin-top: 30px;
	font-size: 17px;
}
.btn-blue-arrow-right input:hover {
	background-color: #013b72;
}
.btn-livechat {
	background: url("../img/icon_live_chat.svg") #00498f no-repeat;
	background-position: left 14px center;
    background-size: 44px;
    color: #FFF;
    padding: 12px 30px 12px 70px;
    font-size: 24px;
}
.btn-livechat:hover {
	background-color: #013b72;
	color: #FFF;
    text-decoration: none;
}
.btn-video {
	background: url('../img/btn_play_movie_shadow.svg') no-repeat center left;
	background-size: 45px 45px;
    padding: 20px 0px;
    margin-top: 20px;
}
.btn-video a {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 18px;
}
.btn-findoutmore {
	background: url('../img/arrow_white_shadow.svg') no-repeat center left;
	background-size: 20px 20px;
    padding: 20px 0px;
    margin-top: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.btn-findoutmore a {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 18px;
}
.btn-link {
	background-size: 45px 45px;
    padding: 20px 0px;
    margin-top: 20px;
}
.btn-link a {
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 18px;
}
.readmore-black {
	background: url('../img/arrow_black.svg') center left no-repeat;
	padding-left: 20px;
	color: #6c6c6c;
    background-size: 10px 15px;
    font-size: 17px;
}
.readmore-black a {
	color: #6c6c6c;
}
.readmore-white {
	background: url('../img/arrow_white.svg') center left no-repeat;
	padding-left: 20px;
	color: #FFF;
	background-size: 10px 15px;
}
.readmore-white a {
	color: #FFF;
}
.readmore-blue {
	background: url('../img/arrow_blue.svg') center left no-repeat;
	background-size: 10px 20px;
	padding-left: 20px;
	color: #00498f;
}
.readmore-blue a {
	color: #00498f;
}



/* ================== 
	Navigation
================= */
.navbar {
    background: #FFF;
    border: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	box-shadow: 0px 4px 4px rgba(133, 133, 133, 0.3);
}
.navbar-nav {
    margin-top: 0px;
    margin-left: 0px;
    height: 84px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
	background: #00498f;
	box-shadow: none;
	color: #FFF;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow: none;
	text-transform: uppercase;
}
.navbar-inverse .navbar-brand .logo {
	background: url('../img/logo_pccw.svg') no-repeat;
	background-size: 140px 37px;
	height: 37px;
	width: 140px;
	margin-top: 4px;
}
.navbar-inverse .navbar-nav>.active:focus, .navbar-inverse .navbar-nav>.open:hover, 
	.navbar-inverse .navbar-nav>li:focus, .navbar-inverse .navbar-nav>li:hover {
	/*border-bottom: 4px #00498f solid;*/
}
.navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, 
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #00498f;
}
.navbar-inverse .navbar-nav>.highlighted {
	border-bottom: 4px #00498f solid;
}

.navbar-inverse .navbar-nav>.highlighted>a {
	color: #00498f;
}
.navbar-nav>li>a {
 	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
}
.navbar-inverse .navbar-toggle {
    margin-top: 18px;
    border-radius: 0px;
    border: 0px;
    float: left;
    margin-left: 15px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 1px;
    float: left;
    position: absolute;
	background: none !important;
	margin-top:  0px;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    -ms-transform-origin: center center; /* IE 9 */
    -webkit-transform-origin: center center; /* Chrome, Safari, Opera */
    transform-origin: center center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar-inverse .navbar-toggle .icon-bar .icon-bar-bg {
    width: 22px;
    height: 2px;
    background-color: #333;
    display: block;
    top: 10px;
    position: absolute;
}
.navbar-inverse .navbar-toggle .icon-bar-1 {
    width: 22px;
    height: 22px;
    background-color: #333;
    display: block;
}
.navbar-inverse .navbar-toggle .icon-bar-1 {
    top: 9px;
    opacity: 1;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar-1 {
    opacity: 1;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.navbar-inverse .navbar-toggle .icon-bar-2 {
    top: 9px;
    opacity: 1;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar-2 {
    opacity: 1;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.navbar-inverse .navbar-toggle .icon-bar-3 {
    top: 9px;
    opacity: 0;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar-3 {
    top: 0px;
    opacity: 1;
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}

.navbar-inverse .navbar-toggle .icon-bar-4 {
    top: 9px;
    opacity: 0;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar-4 {
    top: 9px;
    opacity: 1;
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}
.navbar-inverse .navbar-toggle .icon-bar-5 {
    top: 9px;
    opacity: 0;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar-5 {
    top: 18px;
    opacity: 1;
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: #FFF;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #AAA;
}
.navbar-inverse .navbar-nav > li > a {
	color: #6c6c6c;
	font-size: 12px;
}
.navbar-inverse.nav-tc .navbar-nav > li > a {
	font-size: 13px;
}
.navbar > .container .navbar-brand {
	margin-top: 20px;
	margin-left: 20px !important;
	padding: 0px;
	margin-right: 14px;
}
.navbar-nav > li {
	padding-top: 20px;
	padding-bottom: 16px;
}
.nav-tc .navbar-nav > li {
	margin-left: 6px;
}
.navbar-cs {
	display: none;
}
.nav > li.menu-customerservice.highlighted {
	background: #00498f;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.nav > li.menu-customerservice.highlighted a {
/* 	color: #00498f; */
	color: #6c6c6c;
}
.nav > li.menu-customerservice.active{
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-nav .sub-nav .sub-nav-block .sub-nav-list {
    width: 204px;
    padding-top: 60px;
    padding-left: 0px;
    list-style: none;
}
.navbar-nav.smaller .sub-nav .sub-nav-block .sub-nav-list {
    width: 212px;
}
.navbar-cs {
	display: none;
    margin-top: 10px;
    text-decoration: none;
    background: #00498f;
    position: absolute;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    top: 54px;
    z-index: 0;
}
.navbar-cs a {
	text-decoration: none;
	color: #FFF;
    padding-right: 20px;
}
.nav > li.menu-customerservice {
/* 
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
 */
}
.menu-search .menu-searchbox {
	border: 0px;
	outline: none;
	font-size: 18px;
	margin: 10px 0px;
	background: url('../img/btn_search.svg') no-repeat;
	padding-left: 30px;
	background-size: 16px;
	background-position: 4px 2px;
}
.navbar-nav li {
	position: inherit;
	cursor: pointer;
}

.navbar-nav .sub-nav {
    height: 177px;
    background: url("../img/bg_subnav.png") #002b8c no-repeat;
    background-position: 50% 0%;
    width: 100%;
    position: absolute;
    top: 84px;
    left: 0px;
    right: 0px;
    color: #FFF;
    display: none;
    z-index: 1000;
}
.navbar-nav .sub-nav .sub-nav-block {
    width: 1060px;
    margin: 0px auto;
    height: 177px;
    position: relative;
}
.navbar-nav .sub-nav .sub-nav-block .content {
	width: 340px;
	padding-top: 18px;
    padding-left: 84px;
    margin-right: 76px;
}
.navbar-nav .sub-nav .sub-nav-block .content .title {
	font-size: 25px;
}
.navbar-nav .sub-nav .sub-nav-block .content .desc {
	font-size: 12px;
}
.navbar-nav .sub-nav .sub-nav-block .sub-nav-list {
    width: 204px;
    padding-top: 60px;
    padding-left: 0px;
    list-style: none;
}
.navbar-nav .sub-nav .sub-nav-block .sub-nav-list li {
	min-height: 24px;
}
.navbar-nav .sub-nav .sub-nav-block .sub-nav-list li a {
	color: #00aeef;
}
.navbar-nav.smaller .sub-nav {
    height: 200px;
}
.navbar-nav.smaller .sub-nav .sub-nav-block .sub-nav-list {
    width: 212px;
}
.navbar-nav .sub-nav .sub-nav-block .sub-nav-list .submenu-mainpage {
	display: none;
}

	
/* ============================================
		new button with border
================================================ */
.nav > li.menu-customerservice.menu-cs-border.highlighted {
	background: #FFF;
	border: 1px solid #b3b5b8;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.nav > li.menu-customerservice.menu-cs-border.highlighted.active a {
	color: #fff;
}
.nav > li.menu-customerservice.menu-cs-border.active {
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00498f;
}
/*
.nav > li.menu-customerservice.menu-cs-border.active{
	border: 1px solid #FFF;
}
*/
.nav > li.menu-customerservice:focus, .nav > li.menu-customerservice:hover {
	border-bottom: none;
}
.nav > li.menu-customerservice>a:focus, .nav > li.menu-customerservice>a:hover {
	color: #FFF !important;
	background: #00498f !important;
}
.navbar-nav {
	height: 84px;
}
/* Hide lang & search btn in mobile	 */
.menu-searchbox {
	display: none;
}
.mobile-lang {
	display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* ================== 
	Search box
================= */
.nav-searchbox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #CCC;
}
.nav-searchbox input::-moz-placeholder { /* Firefox 19+ */
	color: #CCC;
}
.nav-searchbox input:-ms-input-placeholder { /* IE 10+ */
	color: #CCC;
}
.nav-searchbox input:-moz-placeholder { /* Firefox 18- */
	color: #CCC;
}
.nav-searchbox {
	height: 84px;
	width: 740px;
    float: left;
    margin: 0;
    display: none;
}
.nav-searchbox input {
    margin: 20px 20px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    font-size: 17px;
}
ul.nav-right li.search .btn-search {
    padding-top: 5px;
    padding-right: 4px;
}
ul.nav-right li.search > a.btn-close {
	display: none;
}


/* ================== 
	Nav right
================= */
.nav-right {
    float: right;
    margin-top: 26px;
    margin-right: 0px;
}
ul.nav-right li {
	padding-left: 0px;
	float: left;
}
ul.nav-right li a {
	padding: 0px;
}
ul.nav-right li a:hover, ul.nav-right li a:active, ul.nav-right li a:focus {
	background: none;
}
ul.nav-right li.lang a {
	padding: 4px 15px;
}
ul.nav-right li.text .btn-resize-text {
    padding-top: 4px;
    padding-right: 4px;
}

/* ================== 
	footer
================= */
.footer {
	background: #f2f2f2;
    padding-bottom: 20px;
}
.footer-container {
    width: 1060px;
    margin: 0px auto;
    padding-top: 44px;
}
.footer-bottom-container {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
}
.footer-bottom .footer-bottom-right br {
    display: none;
}
.footer .footer-container .col-md-2 {
    padding-left: 0px;
}
.footer .footer-header {
	color: #6c6c6c;
    line-height: 24px;
    padding-bottom: 4px;
    font-weight: 600;
}
.footer .footer-content {
	list-style: none;
    padding-left: 0px;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 14px;
}
.footer .footer-content-social {
	list-style: none;
	padding-left: 0px;
	width: 140px;
}
.footer .footer-content-social li {
	float: left;
	width: 30px;
	text-align: center;
    padding-bottom: 4px;
}
.footer-bottom {
	background: #f2f2f2;
    padding-bottom: 40px;
}

.footer-bottom-container {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
}
.footer-bottom-left {
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: #6c6c6c;
}
.footer-bottom-left .separate {
	padding-left: 20px;
	padding-right: 20px;
	color: #e3e3e3;
}
.footer-bottom-right {
	padding-right: 0px;
	text-align: right;
	font-size: 12px;
	color: #6c6c6c;
}
.footer-ic-plus {
	display: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.footer-search {
	width: 100%;
	border: 1px solid #999999;
	background: url('../img/btn_search.svg') no-repeat;
	position: relative;
    background-size: 12px;
    background-position: 6px 4px;
}
.footer-search .search-box {
	border: 0px;
	background: none;
	margin-left: 20px;
	outline: none;
    width: 140px;
}
.footer-rainbow-line {
	height: 6px;
	width: 100%;
	background: #00498f;
}
.footer-rainbow-line .rainbow-line {
	width: 1060px;
	height: 6px;
	margin: 0px auto;
	background: url('../img/footer_rainbow_line.png') #00498f center right no-repeat;
}
.bottom-rainbow-line {
    position: fixed;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #00498f;
}
.bottom-rainbow-line  .rainbow-line {
	width: 1060px;
	height: 6px;
	margin: 0px auto;
	background: url('../img/footer_rainbow_line.png') #00498f center right no-repeat;
}
.bottom-rainbow-line.hide {
	display: none;
}
.footer-subite-m {
	display: none;
}

/* ================== 
	Back to Top
================= */
.back-to-top-container {
    position: fixed;
    bottom: 80px;
    left: 0px;
    right: 0px;
}
.back-to-top-container .back-to-top {
    width: 1160px;
    margin: 0px auto;
    display: none;
    opacity: 0.8;
    position: relative;
}
.back-to-top-container .back-to-top a {
    position: absolute;
    right: 0px;
}


/* ================== 
	Customer Service
================= */
.customer-service .row {
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}
.customer-service {
	position: fixed;
}
.customer-service .col-md-3 {
	padding-top: 60px;
}
.customer-service .main-content h1 {
	font-size: 36px;
	color: #00498f;
	padding-bottom: 30px;
	margin-top: 0px;
}
.customer-service .main-content p {
	font-size: 15px;
	color: #6c6c6c;
	line-height: 22px;
}
.customer-service .title {
	margin-top: 8px;
	height: 20px;
}
.customer-service ul.service-list {
	margin-top: 50px;
	list-style: none;
    padding-left: 0px;
}
.customer-service ul.service-list li {
	padding-bottom: 20px;
}
.customer-service ul.service-list li.service-livechat {
	padding-top: 8px;
	padding-bottom: 20px;
}
.customer-service ul.service-list li.service-hotline {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
	color: #6c6c6c;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.customer-service ul.service-list li.service-hotline span {
	font-weight: bold;
	color: #00498f;
}

.customer-service ul.service-list li.service-website a {
	font-weight: bold;
	color: #00498f;
	font-size: 18px;
}
.customer-service ul.service-list li.service-website a img {
	margin-right: 15px;
}

.customer-service .separete-line {
    height: 420px;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 136px;
    right: 0px;
}
.customer-service {
	display: none;
	border-top: 4px solid #00498f;
	border-bottom: 4px solid #00498f;
	height: auto;
	width: 100%;
	background: #FFF;
	top: 84px;
	z-index: 1031;
}
.customer-service ul.service-list.mobile {
    display: none;
}
.customer-service .hkt-content, .customer-service .pccw-media, .customer-service .pccw-solutions {
	text-align: center;
}
.customer-service .btn-close {
	position: absolute;
	top: 20px;
	right: 16px;
	cursor: pointer;
	z-index: 10;
}


/* New title style */
.page-content-container p.lvl-one-title {
    color: #6c6c6c;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.page-content-container p.lvl-one-title-blue {
    color: #00498f;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.page-content-container p.lvl-one-title-center {
    color: #6c6c6c;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}


/* home two boxes */
.ful-two-col {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #FFF;
}
.ful-two-col-block {
    max-width: 1310px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.2;
}
.ful-two-col-block.show {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 1;
}
.home-blog {
    background: url("../img/home_blog_img1a.png") #000 no-repeat;
}
.home-pressrelease {
    background: url("../img/home_blog_img2.png") #000 no-repeat;
}
.ful-two-col-block .col-md-6 {
    height: 504px;
    cursor: pointer;
    overflow: hidden;
    transition: background-size 2s ease-in-out;
    -moz-transition: background-size 2s ease-in-out;
    -ms-transition: background-size 2s ease-in-out;
    -o-transition: background-size 2s ease-in-out;
    -webkit-transition: background-size 2s ease-in-out;
    background-size: 636px 505px;
    background-position: 50% 0%;
}
.ful-two-col-block .col-md-6.left {
    width: 48%;
    margin-right: 2%;
}
.ful-two-col-block .col-md-6.right {
    width: 48%;
    margin-left: 2%;
}
.ful-two-col-block .col-md-6 .content.content-bg {
    position: absolute;
    bottom: -66px;
    left: 0px;
    padding: 20px 40px 20px 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.ful-two-col-block .col-md-6:hover .content.content-bg {
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
}
.ful-two-col-block .col-md-6 .content.content-bg .desc {
    height: 140px;
    color: #FFF;
    text-align: right;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 30px;
    margin-top: 0px;
    padding-left: 40px;
}
.ful-two-col-block .content p.readmore-white {
    float: right;
    font-size: 17px;
} 


/* top banner */
.page-main-image .caption h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-image-container{
	display:table;
    width: 1060px;
    position: relative;
    height: 350px;
    margin: 0px auto;
}
.page-main-image {
    height: 350px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background-size: cover !important;
    background-repeat: no-repeat;
}
/* 
.page-main-image .caption {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 150px;
    padding-left: 166px;
}
 */
.page-image-container .caption{
	display:table-cell;
	vertical-align: middle;
	padding-top: 0;
    padding-left: 166px;
}
.page-main-image .caption h1 {
    font-size: 36px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    color: #FFF;
}

/* two block */
.ful-two-col-s {
    width: 890px;
    margin: /*40px auto 0px*/ 20px auto 20px;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-businessbrands .caption {
    background: url("../img/bg_businessbrands.png") top center no-repeat;
    background-size: 100%;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6.bg-milestones .caption {
    background: url("../img/bg_milestones.png") top center no-repeat;
    background-size: 100%;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 {
    height: auto;
    margin: auto;
   /* height: 500px;*/
    width: 48%;
    margin-right: 2%;
    padding: 0px 0px 0px 0px;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6.right {
    margin-left: 2%;
    margin-right: 0%;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .caption {
    background: #FFF;
    text-align: center;
    height: 337px;
    width: 100%;
    margin-right: 0px;
    position: relative;
	background-size: 100% !important;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.ful-two-col-s .ful-two-col-s-block.col-md-6:hover .caption {
	background-size: 110% !important;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .caption-logo {
    background: #FFF;
    text-align: center;
    height: 150px;
    width: 100%;
    margin-right: 0px;
    position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .caption h1 {
    font-size: 32px;
    padding: 0px 20px 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #FFF;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .caption h2 {
    font-size: 32px;
    padding: 0px 20px 20px;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #FFF;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .content {
    text-align: center;
    height: auto;
    padding-top: 20px;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .content p {
    font-size: 17px;
    padding: 0px 20px 10px;
}

.ful-two-col-s .ful-two-col-s-block.col-md-6 .content .readmore-black {
    font-size: 17px;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6 .gradient {
    background: url("../img/careers_bg_gradient.png") center center repeat-x;
    height: 338px;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
}
.ful-two-col-s .ful-two-col-s-block.col-md-6.show-logo {
	height: /*360px*/ 200px;	
	min-height: /*290px;*/40px;
}
/* normal text */
.page-content-container h1 {
    color: #6c6c6c;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
}
.page-content-container h2 {
    color: #6c6c6c;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
}
.page-content-container h2.text-center {
    color: #6c6c6c;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.page-content-container h1.title-blue {
    color: #00498f;
}
.page-content-container h2.title-blue {
    color: #00498f;
}
.page-content-container h3 {
    color: #6c6c6c;
    font-size: 32px;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.page-content-container p.download-text-black {
    font-size: 15px;
}
.page-content-container p.download-text-black a {
    color: #474747;
    padding: 10px 40px 10px 0px;
    background: url("../img/btn_download_blk.png") no-repeat center right;
}
.page-content-container {
    width: 766px;
    margin: 40px auto;
    padding: 0px 20px;
  	text-align: justify;
}
.page-content-container p {
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 20px;
    color: #6c6c6c;
    text-align: justify;
}
.page-content-container ul {
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 40px;
    font-size: 17px;
}
.page-content-container ul li {
    list-style-image: url("../img/list-circle-grey.png");
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #6c6c6c;
}
.page-content-container a {
/*     color: #337ab7; */
	color: #00498f;
}
.page-content-container .download-link {
	margin-bottom: 40px;
}
.page-content-container .download-link a.btn-download {
    background: url("../img/icon_pdf_download.png") no-repeat center right;
    color: #6c6c6c;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;	
}
.page-content-container .download-link a.btn-download-blue {
    background: url("../img/btn_download_blue.svg") no-repeat center right;
    color: #00498f;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;	
}
.page-content-container .download-link .icon-pdf {
    width: 35px;
    margin-right: 20px;
}
.page-content-container a.arrow_grey {
	color: #6c6c6c;
    background: url("../img/arrow_black.png") right center no-repeat;
    padding-right: 30px;
    font-size: 17px;
}
.m-line-m {
    border-top: 1px #c1c1c1 solid;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.page-content-container .item-report {
    border: none;
    background: #f8f8f8;
    margin: 0px auto 40px;
    text-align: center;
    padding: 20px 0px;
}
.page-content-container .item-report .cover {
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
}
.page-content-container .item-report img {
    padding-bottom: 20px;
}
.page-content-container .item-report .cover > img {
    width: auto;
}
.page-content-container .item-report .download-link img {
    padding-left: 20px;
    vertical-align: top;
}
.page-content-container .item-report .title {
    color: #00498f;
    font-size: 17px;
}
.page-content-container .item-report .download-link a {
    color: #808080;
    font-size: 17px;
}

/* normal image bg */
.page-content-image-container.dimmed .img-content {
    height: auto;
    position: relative;
    width: 890px;
    margin: 0px auto;
}
.page-content-image-container.dimmed .img-content p {
    margin-top: 10px;
    font-size: 18px;
    color: #6c6c6c;
    width: auto;
    margin-bottom: 60px;
}
.page-content-image-container.dimmed .img-content.img-content-bg {
    height: 350px;
    position: relative;
    width: 890px;
    margin: 0px auto;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}
.page-content-image-container {
	position: relative;
}
.page-content-image-container .img-content .logo {
    position: absolute;
    bottom: 30px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}
.img-content-1 {
    background: url("../img/bg_hkt2.png") #fff no-repeat;
    background-position: 50% 100%;
    background-size: 918px 350px;
	transition: background-size 1s ease-in-out;
	-moz-transition: background-size 1s ease-in-out;
	-ms-transition: background-size 1s ease-in-out;
	-o-transition: background-size 1s ease-in-out;
	-webkit-transition: background-size 1s ease-in-out;
}
.page-content-image-container .img-content:hover {
	background-size: 1000px 394px;
}

/* leadership */
.leadership-top {
    padding-top: 40px;
    padding-bottom: 0px;
    width: 1060px;
    margin: 0px auto;
}
.leadership-top .title {
/*     width: 40%; */
    font-size: 36px;
    color: #00498f;
    padding: 0px 0px 0px 165px;
}
.leadership-top .caption {
    position: relative;
    color: #6c6c6c;
    margin-right: 0px;
/*     width: 60%; */
    height: auto;
    font-size: 17px;
    padding-right: 165px;
}
.leadership-header {
    width: 890px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.leadership-header .btn-blue-arrow-right {
    float: right;
    width: 300px;
    padding: 8px 60px 8px 40px;
    font-size: 17px;
    background: url("../img/arrow_white.png") #00498f center right 12px no-repeat;
    color: #FFF;
    cursor: pointer;
}
.leadership-header h1 {
    float: left;
    margin: 0px;
    font-size: 32px;
    line-height: 60px;
    width: 65%;
    color: #00498f;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-right: 1%;
    padding-left: 0px;
}
.leadership-header.leadership-header-senior .btn-blue-arrow-right  {
    padding: 20px 60px 20px 40px;
}

/* director-list */
.director-list {
    width: 890px;
    margin: 0px auto;
}
.director-block {
    background: #f6f6f6;
    color: #00498f;
    margin-bottom: 30px;
    position: relative;
}
.director-blue {
    border-bottom: 3px solid #00498f;
}
.director-red {
    border-bottom: 3px solid #ee3a43;
}
.director-orange {
    border-bottom: 3px solid #fdbb4d;
}
.director-lightblue {
    border-bottom: 3px solid #5395cf;
}
.director-block .dpccwlogo {
    display: none;
}
.director-block .dimage {
    padding: 40px 0px 40px 40px;
    float: right;
    margin-right: 70px;
}
.director-block .dimage > img {
    width: 200px;
    height: 203px;
}
.director-block .dimage .download-full-img {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    text-align: center;
}
.director-block .dimage .download-full-img a {
    color: #00498f;
    cursor: pointer;
    padding-right: 30px;
    background: url("../img/download_mini_btn_blue.svg") no-repeat center right;
    background-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.director-block .dinfo {
    width: 70%;
    padding: 40px 100px 40px 40px;
    width: 580px;
    float: right;
}
.director-block .dinfo .dname {
    font-size: 26px;
    color: #6c6c6c;
}
.director-block .dinfo .dcontent {
    font-size: 16px;
    min-height: 200px;
    color: #6c6c6c;
    padding-left: 20px;
    list-style-image: url("../img/list-circle-grey.png");
}
.director-block .dinfo ul li {
    padding-bottom: 10px;
    font-size: 17px;
}
/* leadership new */
.director-block .dinfo-full {
    width: 65%;
    padding: 40px 0px 40px 40px;
    float: left;
}
.director-block .dinfo-full .dname {
    font-size: 26px;
    color: #6c6c6c;
}
.director-block .dinfo-full .dcontent {
    font-size: 16px;
    min-height: auto;
    color: #6c6c6c;
    padding-left: 20px;
    list-style-image: url("../img/list-circle-grey.png");
}
.director-block .dinfo-full ul li {
    padding-bottom: 10px;
    font-size: 17px;
}
.arrow-right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 10%;
	height: 100%;
	text-align: center;
}
.arrow-right .more-btn {
	background: none;
    height: 100%;
    width: 100%;
}
.director-block .modal-header {
    padding: 0px 15px;
    text-align: right;
    border-bottom: 0px;
}
.director-block .modal-footer {
	border-top: 0px;
    text-align: center;
}
.director-block .modal-content {
    margin: 20px auto;
}
button.close {
	float: none;
	font-size: 30px;
}
.director-block .modal-dialog .dimage {
	float: right;
	width: 25%;
	padding: 0px;
	margin-right: 0px;
}
.director-block .modal-dialog .dimage > img {
	height: auto;
	width: 100%;
}
.director-block .modal-dialog .dcontent {
	float: left;
	color: #6c6c6c;
    padding: 0px 40px 0px 0px;
}
.director-block .modal-dialog .dcontent.non-photo { padding:0; width:100%}
.director-block .modal-dialog .dcontent .dname {
	font-size: 24px;
}
.director-block .modal-dialog .dcontent .icon-print {
	padding-top: 10px;
}
.director-block .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (1.75rem * 2));
    margin-top: 0px;
    margin-bottom: 0px;
}
.director-block .modal-body {
	padding: 40px 40px 0px 40px;
}

a.dmore {
    color: #00498f;
    background: url("../img/arrow_blue.svg") center left no-repeat;
    padding-left: 20px;
    line-height: 28px;
    font-size: 17px;
}
.dmore-content {
    display: none;
}
.director-block .dinfo .dmore-content .dname {
    font-size: 28px;
    margin-bottom: 0px;
    color: #6c6c6c;
}
.director-block .dinfo .dmore-content .role {
    font-size: 28px;
    margin-bottom: 20px;
    color: #6c6c6c;
}
.director-block .dinfo .dmore-content p.content {
    margin-bottom: 20px;
    color: #6c6c6c;
    font-size: 17px;
}
.director-block .btn-close-more {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}
.director-block .dimage > .icon-print {
	display: none;
}
.director-block .dinfo .icon-print {
    right: 40px;
    position: absolute;
    cursor: pointer;
}
.link-scebu {
    color: #2b70ad;
    background: url("../img/arrow_grey_r.png") right no-repeat;
    padding-right: 24px;
    line-height: 28px;
    font-size: 17px;
}

/* director senior   */
.executives-block {
    color: #00498f;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 60px 20px 40px;
    background: #f6f6f6 ;
    /*background: url("../img/icon_plus.png") center right 40px #f6f6f6 no-repeat;*/
    cursor: pointer;
    -webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.executives-block.opened {
    background: #f6f6f6;
}
.executives-block .role, .director-block .role {
    font-size: 17px;
    color: #6c6c6c;
    padding: 0px 0px 0px 0px;
}
.executives-block .name {
    padding: 0px 0px 0px 0px;
    font-size: 24px;
    color: #6c6c6c;
}
.executives-block .more-content .more-content-inner .content {
    padding-bottom: 10px;
    font-size: 17px;
    color: #6c6c6c;
}
.director-bottom {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
.executives-block .more-content .more-content-inner .btn-close-more {
	text-align: center;
}
.executives-block .more-content.content-hidden {
	display: none;
}
.executives-block .more-content .more-content-inner {
    padding-top: 10px;
}


.executives-block .profile-img {
    padding: 20px 0px;
    width: 200px;
    float: left;
}
.executives-block .profile-img > img {
	width: 200px;
}
.executives-block .profile-content {
    padding: 20px 40px 40px 40px;
    width: 580px;
    float: right;
}
.executives-block .profile-img .download-full-img {
    text-align: center;
}
.executives-block .profile-img .download-full-img a {
    color: #00498f;
    cursor: pointer;
    padding-right: 30px;
    background: url("../img/btn_download_b.png") no-repeat center right;
    background-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}
.executives-block .modal-body {
    padding: 40px 40px 0px 40px;
}
.executives-block .dpccwlogo {
    display: none;
}
.executives-block .modal-dialog .dcontent {
    float: left;
    color: #6c6c6c;
    padding: 0px 40px 0px 0px;
}
.executives-block .modal-dialog .dcontent .dname {
    font-size: 24px;
}
.executives-block .modal-dialog .dcontent .icon-print {
    padding-top: 10px;
}
.executives-block .modal-footer {
    border-top: 0px;
    text-align: center;
}

                                                   /*for */
.director-div {
    vertical-align: top;
    position: relative;
}
                                                   
.director-block .dpccwlogo {
    display: none;
}
.director-div .dimage {
    padding: 40px 0px 40px 40px;
    float: right;
    margin-right: 70px;
}
.director-div .dimage > img {
    width: 200px;
    height: 203px;
}
.director-div .dimage .download-full-img {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
    text-align: center;
}
.director-div .dimage .download-full-img a {
    color: #00498f;
    cursor: pointer;
    padding-right: 30px;
    background: url("../img/download_mini_btn_blue.svg") no-repeat center right;
    background-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.director-div .dinfo {
    width: 70%;
    padding: 40px 100px 40px 40px;
    width: 580px;
    float: right;
}
.director-div .dinfo .dname {
    font-size: 26px;
    color: #6c6c6c;
}
.director-div .dinfo .dcontent {
    font-size: 16px;
    min-height: 200px;
    color: #6c6c6c;
    padding-left: 20px;
    list-style-image: url("../img/list-circle-grey.png");
}
.director-div .dinfo ul li {
    padding-bottom: 10px;
    font-size: 17px;
}
/* leadership new */
.director-div .dinfo-full {
    width: 65%;
    padding: 40px 0px 40px 40px;
    float: left;
}
.director-div .dinfo-full .dname {
    font-size: 26px;
    color: #6c6c6c;
}
.director-div .dinfo-full .dcontent {
    font-size: 16px;
    min-height: auto;
    color: #6c6c6c;
    padding-left: 20px;
    list-style-image: url("../img/list-circle-grey.png");
}
.director-div .dinfo-full ul li {
    padding-bottom: 10px;
    font-size: 17px;
}
.director-div .modal-header {
    padding: 0px 15px;
    text-align: right;
    border-bottom: 0px;
}
.director-div .modal-footer {
	border-top: 0px;
    text-align: center;
}
.director-div .modal-content {
    margin: 20px auto;
}
                                                   
.director-div .modal-dialog {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  */
}

.director-div .modal-dialog .dimage {
	float: right;
	width: 25%;
	padding: 0px;
	margin-right: 0px;
}
.director-div .modal-dialog .dimage > img {
	height: auto;
	width: 100%;
}
.director-div .modal-dialog .dcontent {
	float: left;
	color: #6c6c6c;
    padding: 0px 40px 0px 0px;
  	text-align: justify;
}
.director-div .modal-dialog .dcontent.non-photo { padding:0; width:100%}
.director-div .modal-dialog .dcontent .dname {
	font-size: 24px;
}
.director-div .modal-dialog .dcontent .icon-print {
	padding-top: 10px;
}
.director-div .modal-dialog-centered {
  /*
	display: flex;
	align-items: center;
	min-height: calc(100% - (1.75rem * 2));
    margin-top: 0px;
    margin-bottom: 0px;
   */
}
.director-div .modal-body {
	padding: 40px 40px 0px 40px;
}

.director-div .dinfo .dmore-content .dname {
    font-size: 28px;
    margin-bottom: 0px;
    color: #6c6c6c;
}
.director-div .dinfo .dmore-content .role {
    font-size: 28px;
    margin-bottom: 20px;
    color: #6c6c6c;
}
.director-div .dinfo .dmore-content p.content {
    margin-bottom: 20px;
    color: #6c6c6c;
    font-size: 17px;
}
.director-div .btn-close-more {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}
.director-div .dimage > .icon-print {
	display: none;
}
.director-div .dinfo .icon-print {
    right: 40px;
    position: absolute;
    cursor: pointer;
}
   .frame-emailalert {
       width: 100%;
       height: 1220px;
       overflow: hidden;
       border: none;
   }
   .frame-emailalert-c {
       width: 100%;
       height: 1120px;
       overflow: hidden;
       border: none;
   }
   .frame-feedback {
       width: 100%;
       height: 1070px;
       overflow: hidden;
       border: none;
   }
   .frame-feedback-c {
       width: 100%;
       height: 1120px;
       overflow: hidden;
       border: none;
   }
   .frame-servicerelocation {
       width: 100%;
       height: 2750px;
       overflow: hidden;
       border: none;
   }
   .frame-servicerelocation-c {
       width: 100%;
       height: 2700px;
       overflow: hidden;
       border: none;
   }
   .frame-mediasubscribe {
       width: 100%;
       height: 1600px;
       overflow: hidden;
       border: none;
   }
   .frame-mediasubscribe-c {
       width: 100%;
       height: 1650px;
       overflow: hidden;
       border: none;
   }
   .frame-webcastregistration {
       width: 100%;
       height: 1550px;
       overflow: hidden;
       border: none;
   }
   .frame-webcastregistration-c {
       width: 100%;
       height: 1550px;
       overflow: hidden;
       border: none;
   }
/**/
                                                   
/* media */
.twocol-item {
    width: 890px;
    margin: 0px auto 40px;
}
.twocol-item .cover {
    height: 352px;
    background: #CCC;
    padding: 0px;
    float: right;
    overflow: hidden;
    background-size: cover !important;
    width: 424px;
}
.twocol-item.twocol-item-l .cover {
    float: left;
}
.twocol-item.twocol-item-l .content {
    float: right;
}
.twocol-item .content {
    height: 352px;
    background: #757575;
    color: #FFF;
    padding: 30px 40px 30px 98px;
    position: relative;
    float: left;
    width: 466px;
    display: table;
}
.twocol-item .content.content-darkblue {
    background: #314068;
}
.twocol-item .content.content-green {
    background: #0db0ab;
}
.twocol-item .content.content-blue {
    background: #4b90cd;
}
.twocol-item .content.content-orange {
    background: #fdb845;
}
.twocol-item .content .content-text {
    display: table-cell;
    vertical-align: middle;
  	text-align: justify;
}
.twocol-item .content .title {
    font-size: 26px;
    margin-bottom: 10px;
}
.twocol-item .content .text {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 38px;
    margin-bottom: 0px;
}
.twocol-item .content a.btn-readmore {
    color: #FFF;
    padding-left: 20px;
    background: url("../img/arrow_white.png") left center no-repeat;
    margin-left: 6px;
}


/* table */
.table-container {
    width: 890px;
    margin: 40px auto 0px;
}
.table-container .filter {
    margin-bottom: 20px;
}
.table-container .filter .filter-year {
    width: 140px;
    margin-right: 80px;
    float: left;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    outline: none;
}
.table-container .filter .filter-all-topics .btn-group > .btn:first-child,
.table-container .filter .filter-year .btn-group > .btn:first-child,
.table-container .filter .filter-months .btn-group > .btn:first-child {
    border: 0px;
    font-size: 26px;
    color: #00498f;
    outline: 0px !important;
    text-decoration: none;
    margin-bottom: 0px;
	border:1px #d6d6d6 solid; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
.bootstrap-select.btn-group .dropdown-menu {
    margin-top: 0px;
    border-radius: 0px;
    padding: 0px;
}
.table-container .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner,
.table-container .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner,
.table-container .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner {
    padding: 16px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li.selected {
    background: #00498f !important;
    color: #FFF;
}
.table-container .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner li a,
.table-container .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner li a,
.table-container .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner li a {
    padding: 12px 20px;
    font-size: 17px;
    color: #00498f;
    outline: 0px !important;
}
.table-container .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner li.selected a,
.table-container .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner li.selected a,
.table-container .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner li.selected a {
    background: #dbe6f0 !important;
    outline: none;
}
.bootstrap-select > .dropdown-toggle, .btn-group.open .dropdown-toggle {
    background: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 17px;
}
.btn-group.open .dropdown-toggle {
    background: none;
}
.table-container .filter .filter-all-topics.bootstrap-select.btn-group .dropdown-toggle .caret,
.table-container .filter .filter-year .bootstrap-select.btn-group .dropdown-toggle .caret,
.table-container .filter .filter-months .bootstrap-select.btn-group .dropdown-toggle .caret {
    height: 10px;
    width: 20px;
    background-size: 20px 20px;
    background-position: 0px -10px;
    top: 40%;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    background: url("../img/arrow_dorpdown.svg") no-repeat;
    height: 10px;
    width: 10px;
    border: 0px;
    background-position: 0px -4px;
    background-size: 10px;
}

.bootstrap-select.btn-group.open .dropdown-toggle .caret {
    background: url("../img/arrow_up.svg") no-repeat;
    height: 10px;
    width: 10px;
    border: 0px;
    background-position: 0px -4px;
    background-size: 10px;
}
.table-container .filter .filter-year {
    width: 140px;
    /*margin-right: 80px;*/ margin-right:12px;
    float: left;
}
.table-container .filter .filter-months {
    width: 200px;
    float: left;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background: none;
    outline: none;
}
.table-container .filter-bottom {
    height: 32px;
    background: #00498f;
    width: 100%;
    margin-bottom: 30px;
}
.table-container .table {
    border-top: 2px solid #f9f9f9;
    margin-bottom: 0px;
}
.table-container .table .month {
    font-size: 26px;
    color: #00498f;
    line-height: 44px;
    padding-top: 16px;
    padding-left: 18px;
    padding-bottom: 16px;
    /* border-top: 2px solid #f9f9f9; */
    border-bottom: 2px solid #d6d6d6;
}
.table-container .table .news .new {
    height: 148px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 17px;
}
.table-container .table .news .new.new-grey {
    background: #f9f9f9;
}
.table-container .table .news .new div {
    float: left;
    color: #6c6c6c;
}
.table-container .table .news .new .date {
    width: 180px;
    padding-left: 24px;
    padding-top: 32px;
    padding-right: 20px;
}
.table-container .table .news .new .desc {
    width: 492px;
    padding-top: 32px;
    padding-right: 90px;
    height: 140px;
}
.table-container .table .news .new .dl {
    width: 188px;
    padding-top: 32px;
}
.table-container .table .news .new .dl a {
    color: #00498f;
    padding-bottom: 6px;
    background: url("../img/btn_download_blue.svg") no-repeat center right;
    background-size: 30px 30px;
    padding-right: 40px;
    display: inline-block;
    width: 164px;
}
.table-container .table .news .new.new-blue {
    background: #dfe9f2;
}
.table-container .table .news .new .readmore-blue {
	width: 20%;
	margin-top: 32px;
	padding-right: 14px;
}
.table-container .table .news .new .readmore-blue {
	background: url(../img/arrow_blue.svg) center left no-repeat;
	background-size: 10px 20px;
	color: #00498f;
}

.table-container .table .plain-text p {
    text-align: center;
    padding: 40px;
    font-size: 17px;
    margin-bottom: 0px;
    color: #6c6c6c;
}
.paging {
    list-style: none;
    padding-left: 0px;
}
.table-container .paging {
    margin-top: 0px;
    margin-bottom: 40px;
}
.paging-showing {
    font-size: 17px;
    line-height: 40px;
    margin: 0px;
    color: #6c6c6c;
    float: left;
    padding-top: 10px;
}
.btn-paging-next {
    background: url("../img/btn_next.svg") #00498f center right 20px no-repeat;
    color: #FFF;
    padding: 16px 60px 16px 30px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    background-size: 12px;
}
.btn-paging-pre {
    background: url("../img/btn_previous.svg") #faf9fa center left 20px no-repeat;
    color: #6c6c6c;
    padding: 16px 30px 16px 60px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    background-size: 12px;
}

/* expanding boxes */
.content-expand-boxes {
    margin: 0px auto;
    width: 890px;
}

.content-expand-boxes .min-box {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    background: #2b70ad;
    cursor: pointer;
}
.content-expand-boxes .min-box {
    font-size: 22px;
    padding: 10px 75px 10px;
    text-align: center;
}
.content-expand-boxes .more-content {
    font-size: 20px;
    margin-bottom: 10px;
    background: #fafafa;
    display: none;
    color: #2b70ad;
    border-top: 16px solid #2b70ad;
}
.content-expand-boxes .more-content-inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
}
.content-expand-boxes .more-content-inner .table {
    margin-bottom: 0px;
}
.content-expand-boxes .more-content-inner .table .year {
    color: #00498f;
    line-height: 44px;
    padding-top: 16px;
    padding-left: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid #d6d6d6;
    background: #fff;
    border: none;
	font-size: 36px;
}
.content-expand-boxes .more-content-inner .table .news .new {
    height: 148px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 17px;
}
.content-expand-boxes .more-content-inner .table .news .new.new-grey {
    background: #f9f9f9;
}
.content-expand-boxes .more-content-inner .table .news .new.new-blue {
    background: #dfe9f2;
}
.content-expand-boxes .more-content-inner .table .news .new {
    height: inherit;
    padding: 20px 40px;
}
.content-expand-boxes .more-content-inner .table .news .new div.month {
    float: left;
    color: #6c6c6c;
    font-size: 30px;
    text-transform: uppercase;
    height: inherit;
    padding: 0;
    width: 16.66666667%;
}

.content-expand-boxes .more-content-inner .table .news .new div.news-content {
    font-size: 17px;
    height: inherit;
    padding: 0;
    float: left;
    color: #6c6c6c;
    width: 83.33333333%;
}
.content-expand-boxes .more-content-inner .btn-close-more {
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-top: 40px;
}

/* report year selector */
.report-year-selector {
    background: #4b90cd;
/*     border-top: 28px solid #4b90cd; */
}
.report-year-selector .year-selector {
    width: 978px;
    margin: 0px auto;
    padding: 40px 0px 0px;
}
.report-year-selector .year-selector li {
    float: left;
    width: 130px;
    list-style: none;
    height: 65px;
}
.report-year-selector .year-selector li.last {
    width: auto;
}
.report-year-selector .year-selector li a {
    color: #FFF;
    padding: 24px 12px 24px 12px;
    font-size: 17px;
}
.report-year-selector .year-selector li.active a {
    background: url("../img/bg_white_circle.png") no-repeat center center;
    color: #5981aa;
}
.report-year-selector .year-selector li.disabled a {
	color: #AAA;
	text-decoration: none;
}
.report-year-selector-close {
    position: relative;
    width: 28px;
    height: 28px;
    padding: 5px;
    border: 1px solid #828282;
    border-radius: 20px;
    margin: 0px auto;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
    margin-bottom: 20px;
}
.report-year-selector-close:before, .report-year-selector-close:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #828282;
}
.report-year-selector-close:before {
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.report-year-selector-close:after {
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.report-year-link {
    width: 978px;
    margin: 0px auto;
    text-align: center;
}
.report-year-link p {
    font-size: 17px;
    text-align: center;
    padding: 20px 0px;
    color: #00498f;
}

/* faq */
.page-main-faqs {
    width: 890px;
    margin: 0px auto;
}
.page-main-faqs h2 {
    margin-left: 75px;
    font-size: 26px;
    margin-bottom: 10px;
}
.page-main-faqs h3 {
    margin-left: 75px;
    font-size: 26px;
    margin-bottom: 20px;
}
.faq-block {
    color: #FFF;
    background: url("../img/icon_plus_w.png") center right 40px #2b70ad no-repeat;
    cursor: pointer;
    margin-bottom: 12px;
}
.faq-block .question {
    margin-bottom: 0px;
    font-size: 22px;
    padding: 10px 75px 10px;
}
.faq-block .more-content {
    font-size: 20px;
    margin-bottom: 0px;
    background: #fafafa;
    display: none;
    color: #2b70ad;
    border-top: 16px solid #2b70ad;
}
.faq-block .more-content .more-content-inner {
    width: 680px;
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 20px;
}
.faq-block .more-content .more-content-inner {
    width: 680px;
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 20px;
}
.faq-block .more-content .more-content-inner .qname {
    /* padding: 0px 0px 40px 0px; */
    /* font-size: 34px; */
    padding: 0px 0px 30px 0px;
    font-size: 26px;
}
.faq-block .more-content .more-content-inner .content {
    padding: 0;
    font-size: 17px;
    color: #6c6c6c;
    text-align: justify;
}
.faq-block .more-content .more-content-inner .content-list {
    padding-left: 15px;
    color: #6c6c6c;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.faq-block .more-content .more-content-inner .btn-close-more {
    padding-top: 40px;
    text-align: center;
}
.faq-block .more-content .more-content-inner .qcontent-2col .title {
    color: #6c6c6c;
    font-size: 17px;
    font-weight: bold;
}
.faq-block .more-content .more-content-inner .qcontent-2col .ans {
    color: #6c6c6c;
    font-size: 17px;
}

.page-main-faqs .filter {
    padding-left: 65px;
}
.page-main-faqs .filter .filter-year {
    width: 140px;
    margin-right: 80px;
    float: left;
    margin-bottom: 10px;
}
.page-main-faqs .filter .filter-months {
    width: 200px;
    float: left;
}
.page-main-faqs .filter .filter-all-topics .btn-group > .btn:first-child,
.page-main-faqs .filter .filter-year .btn-group > .btn:first-child,
.page-main-faqs .filter .filter-months .btn-group > .btn:first-child {
    border: 0px;
    font-size: 26px;
    color: #00498f;
    outline: 0px !important;
    border:1px #d6d6d6 solid; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    
}
.page-main-faqs .filter .filter-year .btn-group > .btn:first-child {
	font-size: 32px;
    text-decoration: none;
    margin-bottom: 0px;
}
.page-main-faqs .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner,
.page-main-faqs .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner,
.page-main-faqs .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner {
    padding: 16px 10px;
}
.page-main-faqs .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner li a,
.page-main-faqs .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner li a,
.page-main-faqs .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner li a {
    padding: 12px 20px;
    font-size: 17px;
    color: #00498f;
    outline: 0px !important;
}
.page-main-faqs .filter .filter-all-topics .bootstrap-select.btn-group .dropdown-menu.inner li.selected a,
.page-main-faqs .filter .filter-year .bootstrap-select.btn-group .dropdown-menu.inner li.selected a,
.page-main-faqs .filter .filter-months .bootstrap-select.btn-group .dropdown-menu.inner li.selected a {
    background: #dbe6f0 !important;
    outline: none;
}
.page-main-faqs .filter .filter-all-topics.bootstrap-select.btn-group .dropdown-toggle .caret,
.page-main-faqs .filter .filter-year .bootstrap-select.btn-group .dropdown-toggle .caret,
.page-main-faqs .filter .filter-months .bootstrap-select.btn-group .dropdown-toggle .caret {
    height: 10px;
    width: 20px;
    background-size: 20px 20px;
    background-position: 0px -10px;
    top: 40%;
}

/* bottom banner */
.bottom-banner {
    width: 890px;
    margin: 0px auto 40px;
    height: 337px;
    position: relative;
    background-size: cover !important;
}
.bottom-banner .content-bg {
	padding: 20px 84px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
}
.bottom-banner .content-bg .content {
    width: 60%;
    float: right;
}
.bottom-banner .content-bg p.title { 
	color: #FFF;
	font-size: 32px;
}
.bottom-banner .content-bg p.desc {  
	color: #FFF;
	margin-bottom: 20px;
	font-size: 17px;
}
.bottom-banner .content-bg p.link a {
	font-size: 17px;
	color: #FFF;
	text-align: right;
	background: url("../img/arrow_white.svg") center left no-repeat;
	background-size: 20px 20px;
}
.banner-whyinvestor {
    background: url("../img/why_invest_in_pccw.png") top right no-repeat;
    background-size: cover !important;
}

/* breadcrumbs */
.breadcrumb-block {
	margin-bottom: 0px;
}
ul.breadcrumb {
    padding: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}
ul.breadcrumb li+li:before {
    padding: 8px 4px;
    color: #6c6c6c;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #6c6c6c;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #5d8fc8;
    text-decoration: underline;
}
ul.breadcrumb li:last-child a {
    color: #5d8fc8;
}

/* links list */
.links-list {
    width: 890px;
    margin: 0px auto;
}
.links-list .list {
    color: #FFF;
    background: url("../img/arrow_white.svg") center right 20px #2b70ad no-repeat;
    cursor: pointer;
    margin-bottom: 12px;
    background-size: 10px;
    padding: 20px 40px;
}
.links-list .list .name {
    font-size: 22px;
    margin-bottom: 0px;
}
.links-list .list .name a {
    color: #FFF;
    display: block;
}


/* tabs */
.tabs-block {
	width: 890px;
	margin: 40px auto;
}
.tabs .tab {
    float: left;
    text-align: center;
    width: auto;
    font-size: 15px;
    line-height: 15px;
    padding: 0px 45px;
}
.tabs .tab.active {
    background: #00498f;
}
.tabs .tab.col-md-4 {
	width: 33.2%;
}
.tabs .sepa {
    float: left;
    background: #d6d6d6;
    width: 1px;
    height: 40px;
    margin: 10px 0px;
}
.tabs .tab a {
    padding: 20px 0px;
    display: block;
    font-size: 17px;
    line-height: 23px;
}
.tabs .tab.active a {
    color: #FFF;
}
.tabs-content > div {
    display: none;
    margin-top: 8px;
}
.tabs-content > div.active {
    display: block;
}
.tabs-content > div {
    background: #fcfcfc;
    border-top: 17px #00498f solid;
    margin-bottom: 40px;
    padding: 40px 40px 0px 40px;
}
.tabs-content > div ul {
    width: 100%;
    float: left;
    padding: 0;
}
.tabs-content > div ul li {
    font-size: 18px;
    list-style: none;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}
.tabs-content > div ul li .left-con {
    float: left;
    color: #6c6c6c;
    width: 206px;
    margin-right: 75px;
    text-align: right;
}
.tabs-content > div ul li .right-con {
    float: left;
    color: #00498f;
    width: 528px;
}

/*============================
=            Form            =
============================*/

.page-content-form-container {
	position: relative;
	width: 890px;
	margin: 0px auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.content-form {
	padding: 80px 82px 80px 82px;
	background: #fcfcfc;
	margin-bottom: 0px;
}

.content-form .row {
	margin-left: -15px;
	margin-right: -15px;
}

.content-form .remarks {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #6c6c6c;
}

.content-form .remarks a{
	text-decoration: underline;
}

.field {
	color: #6c6c6c;
}

label,
.field-title,
.input-radios {
	font-size: 18px;
	line-height: 1.15;
	font-weight: normal;
}

.field-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
  	color: red;
}

.input-radios {
	position: relative;
	color: #00498f;
	list-style: none;
	margin: 9px 0 0 0;
	padding: 0;
}

.input-radios li {
	position: relative;
	margin: 0;
	padding: 0;
	margin-right: 80px;
	margin-bottom: 15px;
	color: #00498f;
	display: inline-block;
}

.input-radios [type="radio"] {
	position: absolute;
	left: -9999px;
}

.input-radios [type="radio"]+label:before {
	content: '';
	position: absolute;
	left: 40px;
	top: -5px;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.input-radios [type="radio"]+label:after {
	content: '';
	width: 18px;
	height: 18px;
	background: #d6d6d6;
	position: absolute;
	top: 2.2px;
	left: 47px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.input-radios [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.input-radios [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.field input[type="text"], .field textarea, .field .bootstrap-select{
	margin-bottom: 25px;
}

.field .input-radios{
	margin-bottom: 10px;	
}
.content-form .input-addon{
	padding-left: 48px;
	background-position: 0 6px; 
	background-size: 28px;
}

.icon-tel-day{
	background: url("../img/icon_tel_day.png") no-repeat;
}

.icon-tel-night{
	background: url("../img/icon_tel_night.png") no-repeat;
}

input[type="text"],
textarea {
	color: #00498f;
	width: 100%;
	border: 1px #d1d1d1 solid;
}

.content-form input[type="text"],
.content-form textarea {
	font-size: 17px;
	padding-left: 20px;
	padding-right: 20px;
}

.content-form input[type="text"] {
	height: 40px;
}

.content-form textarea {
	height: 120px;
	padding-top:8px;
	padding-bottom:8px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	outline: none !important;
}

.content-form .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.content-form .bootstrap-select.btn-group .dropdown-menu li.selected a {
	background: #00498f !important;
	color: #FFF;
}

.content-form .bootstrap-select.btn-group .dropdown-menu li a {
	padding-left: 20px;
	padding-right: 55px;
	font-size: 17px;
}

.content-form .bootstrap-select>.dropdown-toggle,
.content-form .btn-group.open .dropdown-toggle {
	background: none;
}

.content-form .bootstrap-select>.dropdown-toggle,
.content-form .btn-group.open .dropdown-toggle {
	background: none;
	box-shadow: none;
	padding-left: 20px;
	padding-right: 55px;
	border-radius: 0px;
	font-size: 17px;
    color: #333;
    border: 1px solid #adadad;
    text-decoration: none;
    margin-bottom: 0px;
}

.buttons-wrap {
	max-width: 558px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.btn-style-mm {
	background: #00498f;
	text-align: center;
	padding: 14px;
	color: #ffffff;
	font-size: 15px;
	float: left;
	width: 100%;
}

.btn-style-mm:hover,
.btn-style-mm:focus {
	color: #ffffff;
	text-decoration: underline;
}

.button-row:last-child,
.field:last-child {
	margin-bottom: 0;
}

.content-form h2 {
	font-size: 30px;
	color: #6c6c6c;
	margin-top: 0;
	margin-bottom: 40px;
}


/*=====  End of Form  ======*/


/*=================================
=            Paragraph            =
=================================*/


/* Used in investors/contacts */

.pg-style2 {
	margin-bottom: 80px;
}

.pg-style2 h2 {
	font-size: 27px;
	color: #00498f;
}

.pg-style2 h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #6c6c6c;
	font-weight: bold;
	line-height: 1.42857143;
}

.pg-style2>ul.links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pg-style2>ul.links li {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-image: none;
}
.pg-style2>ul.links a,
.pg-style2>ul.links a:active,
.pg-style2>ul.links a:link,
.pg-style2>ul.links a:visited {
    color: #00498f;
    padding-left: 20px;
    background: url("../img/arrow_blue.svg") center left no-repeat;
	font-size: 17px;
/* 	text-decoration: underline; */
}

.pg-style2>ul.links a:hover {
	color: #00498f;
	font-size: 17px;
	text-decoration: underline;
}


/* Used in media/contacts */

.pg-style3 {
	margin-bottom: 40px;
}

.pg-style3 h2 {
	font-size: 30px;
	color: #6c6c6c;
}


/*=====  End of Paragraph  ======*/


/* year slider */
.report-year-selector {
	margin-bottom: 40px;
	background: transparent;
}
.year-slider-container {
    width: 820px;
    margin: 0px auto;
    padding: 20px 0px;
    position: relative;
}
.year-slider .lslide {
	text-align: center;
	padding: 30px 30px;
}
.year-slider .lslide a {
	padding: 30px 30px;
	color: #b9b9b9;
	font-size: 17px;
	font-family: "Roboto", Avenir, MHei, Helvetica, Arial, sans-serif;
}
.year-slider .lslide.selected a {
/*     background: url("../img/bg_white_circle.png") no-repeat center center; */
    color: #5981aa;
}
.year-slider-container .lSSlideOuter .lSPager.lSpg {
	display: none;
}
.year-slider-container .lSAction > .lSPrev {
	left: 0px;
}
.year-slider-container .lSAction > .lSNext {
	right: 0px;
}
.year-slider-control {
	position: absolute;
	top: 50%;
}
.year-slider-container .year-slider-control {
	position: absolute;
	top: 50%;
    width: 100%;
    z-index: 10;
  	height:0px;
}
.year-slider-container .year-slider-control a {
    width: 20px;
    height: 20px;
    text-decoration: none;
    margin-top: -10px;
}
.year-slider-container .year-slider-control .btn-prev {
	float: left;
	margin-left: 0px;
	background: url("../img/arrow_blue_left.png") no-repeat center;
}
.year-slider-container .year-slider-control a.btn-prev.disabled {
	background: url("../img/arrow_black_left.png") no-repeat center;
}
.year-slider-container .year-slider-control .btn-next {
	float: right;
	margin-right: 0px;
	background: url("../img/arrow_blue.png") no-repeat center;
}
.year-slider-container .year-slider-control a.btn-next.disabled {
	background: url("../img/arrow_black.png") no-repeat center;
}
.year-slider-container .bottom-line {
	height: 1px;
	width: 100%;
	padding: 0px 50px;
}
.year-slider-container .bottom-line .line {
	background: #b9b9b9;
	width: 100%;
	height: 1px;
}

.sp-iframe {
	width: 100%;
	border: 0px;
	height: 3000px;
}	
body.iframe-container {
	padding-top: 0px;
}

/* selecter */
.selector.bootstrap-select .dropdown-toggle{
	color: #00498f;
	background-color: transparent;
	box-shadow: none;
	text-shadow: none;
	padding-left: 19px;
	padding-right: 55px;
	border-radius: 0px;
	font-size: 17px;
}

.selector.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.selector.bootstrap-select .dropdown-menu li a {
	padding-left: 19px;
	padding-right: 55px;
	font-size: 17px;
}


.selector.bootstrap-select .dropdown-menu li.selected a {
	background: #00498f;
	color: #FFF;
}

.selector.bootstrap-select.btn-group .dropdown-toggle .caret,
.selector.bootstrap-select.btn-group.open .dropdown-toggle .caret{
	height: 10px;
    width: 20px;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 -10px;
    top: 50%;
    margin-top: -5px;
}

.selector.bootstrap-select.open > .dropdown-toggle.btn-default:hover,
.selector.bootstrap-select.open > .dropdown-toggle.btn-default:focus, 
.selector.bootstrap-select.open > .dropdown-toggle.btn-default.focus{
	background-color: transparent;
}

.selector--blue.bootstrap-select .dropdown-toggle{
	background-color: #00498f;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 0px;
}

.selector--blue.bootstrap-select.btn-group .dropdown-toggle .caret {
    background-image: url("../img/arrow_dorpdown_white.svg");
}

.selector--blue.bootstrap-select.btn-group.open .dropdown-toggle .caret {
	background-image: url("../img/arrow_up_white.svg");
}

.selector--blue.bootstrap-select.open > .dropdown-toggle.btn-default:hover,
.selector--blue.bootstrap-select.open > .dropdown-toggle.btn-default:focus, 
.selector--blue.bootstrap-select.open > .dropdown-toggle.btn-default.focus{
	background-color: #00498f;
	color: #ffffff;
}
.page-content-container p.icon--disabled {
	font-size: 14px;
	margin-top: 20px;
}


.page-image-container .caption h1 {
	max-width: 480px;
}


/*Additional*/
[class^="container--"] {
	margin: 0 auto;
}
.container--middle {
	max-width: 890px;
}

.container--small-p32 {
	max-width: 830px;
}

.container--small {
	max-width: 726px;
}

ul.list, ol.list {
	font-size:17px;
	line-height: 1.64; 
	color: #6c6c6c;
	margin: 0;
	padding-left: 1em;
}

ul.list>li , ol.list>li{
	padding-left: 0.25em;
}

ul.list--disc>li {
	list-style-image: url("../img/list-circle-grey.png");
	font-size: 17px;
	color: #6c6c6c;
	margin-bottom: 20px;
}
h3.subtitle {
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 45px;
}
h3.subtitle.text-center {
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 45px;
	text-align: center;
}
a.link-scebu, a.link-scebu:hover, a.link-scebu:active {
    padding: 8px 60px 8px 40px;
    font-size: 17px;
    background: url("../img/arrow_white.png") #00498f center right 12px no-repeat;
    color: #FFF;
}

img.noenlarge{
	max-width: 100% !important;
	width: auto !important;
}

.page-content-image-container .img-content img{
	display: block;
    margin: 0 auto;
}

.img-content--zoom-in{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;

	transition: background-size 1s ease-in-out;
    -moz-transition: background-size 1s ease-in-out;
    -ms-transition: background-size 1s ease-in-out;
    -o-transition: background-size 1s ease-in-out;
    -webkit-transition: background-size 1s ease-in-out;
}
.page-content-image-container .img-content--zoom-in{
	background-size:auto 100%;
}

/*overwrite .page-content-image-container .img-content:hover*/
.page-content-image-container .img-content--zoom-in:hover{
	background-size:auto 110% !important;
}

/*copy font style from .page-content-container p */
.page-content-container  table.table-remark>tbody>tr>td{
	line-height: 28px;
    font-size: 17px;
    padding-bottom: 20px;
    color: #6c6c6c;
    vertical-align: top;
    font-style: italic;
    padding-left:5px;
    padding-right:5px;
}

.page-content-container  table.table-remark>tbody>tr:last-child>td{
	padding-bottom: 0px;
}
.page-content-container  table.table-remark>tbody>tr>td:first-child{
	padding-left:0;
}
.page-content-container  table.table-remark>tbody>tr>td:last-child{
	padding-right:0;
}

/*used in press-release.html*/
.page-content-bottom {
    background: #f9f9f9;
    text-align: center;
    padding-top: 68px;
    padding-bottom: 68px;
}
.page-content-bottom p {
    font-size: 17px;
    color: #00498f;
}

/*use back boostrap row (apply to press-release.html)*/
.row-bs{
	margin-left:-15px;
	margin-right:-15px;
}
.row-bs:after{
	clear: both;
	display: table;
    content: " ";
}

/* social network sharing button */
.share-block {
    width: 428px;
    margin: 40px auto;
}
.share-block .share-icon {
    float: left;
    margin-right: 34px;
    background: #6c6c6c;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    padding: 5px;
}
.share-block .share-icon:hover {
    background: #00498f;
}
.share-block .share-icon.last {
	margin-right: 0px;
}
.share-block .share-icon a {
	display: block;
}

/*copy from .page-content-container p*/
.img-content__caption{
    font-size: 14px; 
    margin-top: 20px;
    margin-bottom: 20px;
    color: #6c6c6c;
}

.img-content-bg--large{
	height: 500px;
}

ul.news-logo-list {
	margin-left:-15px;
	margin-right:-15px;
	padding:0;
	zoom: 1;
}

ul.news-logo-list:after {
    clear: both;
}
ul.news-logo-list:before, ul.news-logo-list:after {
    content: "";
    display: table;
}

ul.news-logo-list>li{
	display:block;
	width:50%;
	padding-left:15px;
	padding-right:15px;
	text-align: left;
	float: left;
}

ul.news-logo-list>li:nth-child(even){
	text-align: right;
}

ul.news-logo-list>li img{
	max-width:100%;
}

.page-content-container p img, .page-content-container table img{
	margin-left: 0.5em;
	margin-right: 0.5em;
	display:inline-block;
	*zoom: 1;
	*display:inline;
	vertical-align: middle;
}

body.popup{
	padding-top: 0;
	font-size:11px;
}
.popup__inner{
	width:820px;
	margin:0 auto;
	padding:20px 20px 40px 20px;
}
.popup__container{
	padding-left:20px;
	padding-right:20px;
	margin:0 auto;
}

.popup__header:after {
    clear: both;
}
.popup__header:before, .popup__header:after {
    content: "";
    display: table;
}

.popup__link, .popup__link:active, .popup__link:link, .popup__link:visited {
	text-decoration: underline;
	color:#00498f;
}

.header__logos{
	list-style: none;
	margin:0;
	padding:0;
}

.header__logo{
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
	height:33px;
	line-height: 33px;
	vertical-align: middle;
	padding-left:20px;
	padding-right:20px;
}
.header__logo--first{
	padding-left:0;
}

.header__logo--last{
	border-left:1px solid #333333;
	padding-right:0;
}

.popup__title{
	font-size:26px;
	color:#00498f;
}

.popup__subtitle{
	font-size:12px;
	color:#4b90cd;
}

.popup__divider{
	margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #333;
}

.popup__remark{
	font-size:11px;
}

.popup__star{
	color:#f38e26;
}

.popup__pagination{
  	display: inline-block;
    padding: 0;
    margin:0;
    margin-right: -10px;
}
.pagination__page{
	text-align: center;
	vertical-align: middle;
	margin-right:10px;
}

.pagination__link, .pagination__link:active, .pagination__link:link, .pagination__link:visited {
	text-decoration: none;
	color:#dcdcdc;
}


.pagination__page{
	width:20px;
	height:20px;
	line-height: 18px;
	font-size:14px;
	display:inline-block;
}
.pagination__link{
	width:18px;
	height:18px;
	line-height: 18px;
	font-size:14px;
	display:inline-block;
	margin-top:-1px;	
	margin-left:-1px;
}

.pagination__page{
	background-color: #b8b8b8;
	border-radius: 50%;
	border:2px solid #b8b8b8;
	color:#dcdcdc;
}

.pagination__page--current{
	background-color: transparent;
	border:2px solid #6c6c6c;
	color:#6c6c6c;
}

.formtable{
	width:100%;
	font-size:12px;
}
.formtable input[type="checkbox"]{
	margin:0; 
}

.formtable__row{
	margin-left:-5px;
	margin-right:-5px;
}
.formtable__row:after{
	clear: both;
	display: table;
    content: " ";
}

.formtable__check{
	color:#4b90cd;
}
.formtable__title{
	background-color:#4b90cd;
	color:#ffffff;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;
	margin:10px auto;
}
/*.formtable__title-row{
	background-color:#4b90cd;
}
.formtable__title-cell{
	color:#ffffff;
}*/

.formtable__table, .formtable__content{
	margin:0 20px;	
	padding:0;
}

.formtable__check{
	width:60px;
}

/*.formtable__check{
	padding-left:20px;
	width:80px;
}

.formtable__check{
	padding-right:20px;
}*/

/*.formtable__title-cell{
	padding-left:20px;
	padding-right:20px;
	font-size:1.167;
}*/
.formtable{
	color:#00498f;
}
/*.formtable__text{
	color:#00498f;
}*/

.formtable__space:before{
	content:' ';
	display:inline-block;
}

.formtable__field,   .formtable__check, .formtable__text{
	padding-top:8px;
	padding-bottom:8px;
	vertical-align: top;
}

/*.formtable__field--first{
	padding-left:20px;	
}

.formtable__field--last{
	padding-right:20px;	
}*/

.formtable__label{
	color:#00498f;
	margin-bottom: 0;
}

input[type="file"].formtable__filebox{ 
	display:inline-block; 

}

.formtable__label--required:after, .formtable__required:after{
    color: #ff0000;
    margin-left: 0.2em;
    margin-top: -0.2em;
	content: '*';
    position: relative;
    vertical-align: super;
    display: inline-block;	
}


.formtable__label>.formtable__checkbox, .formtable__label>.formtable__radiobox{
	vertical-align: bottom;
    position: relative;
    top: -1px;
    margin-right: 0.5em;
}
.formtable__item-inline{
	margin-right:1em;
}

.formtable__label__remark{
	color:#666666;
	font-size:11px;
}
.formtable__label + .formtable__label__remark:before{
	content:'';
	display:block;	
}
/*.formtable__title-cell{
	font-size:14px;
}*/
/*.formtable__space:before, .formtable__label, .formtable__textbox, .formtable__checkbox, .formtable__radiobox, .formtable__selectbox, .formtable__selectbox{*/
.formtable__space:before, .formtable__label, .formtable__textbox, .formtable__checkbox, .formtable__radiobox, .formtable__selectbox, .formtable__selectbox, .formtable__filebox{
	font-size:12px;
}
.formtable__filebox, .formtable__button, .formtable__textbox, .formtable__selectbox, .formtable__selectbox{
	color: #00498f;
}
.formtable__textbox, .formtable__selectbox, .formtable__selectbox{
	
    width: 100%;
    border: 1px #d1d1d1 solid;	
}
.formtable__textbox, .formtable__selectbox{
	height:20px;
}
.formtable__option__group{
	background-color: #4b90cd;
	color:#ffffff;
}

.formtable__field-row{
	margin-left:-5px;
	margin-right:-5px;
}
.formtable__field-row:after{
	clear: both;
	display: table;
    content: " ";	
}

.formtable__col-3{
	float:left;
	width:25%;
	padding-left:5px;
	padding-right:5px;
}


.formtable__link, .formtable__link:active, .formtable__link:link, .formtable__link:visited {
	text-decoration: underline;
	color:#00498f;
}


.color-pccw-blue{
	color:#00498f;
}

.btn{
	display: inline-block;
	background: #00498f;
    text-align: center;
    padding: 14px;
    color: #ffffff;
    font-size: 15px;
    float: left;
    width: 100%;
	margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.btn:hover, .btn:focus, .btn.focus{
	color: #ffffff;
	text-decoration: underline;
}
.btn__icon{
	margin-left: 1em;
}

.icon {
	display:inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: middle;
}
.icon--white-arrow-right {
	background-image:url("../img/arrow_white.png");
	width:12px;
	height:22px;
}


.dl-inline{
	margin-bottom:0px;
}
.dl-inline__title{
	display: inline-block;
  	min-width: 100px;
  	margin-bottom:10px;
  	position: absolute;
}

.dl-inline__text{
	display: block;
  	margin: 0;
  	margin-bottom:10px;
  	padding-left: 120px;
  	
}

.dl-inline__text:after{
	display: block;
	content: '';
}

.dl-inline--blue .dl-inline__title{
	color:#4b90cd;
}
.dl-inline--blue .dl-inline__text{
	color:#00498f;
}

.nowrap{
	white-space: nowrap;
}

.ful-two-col-logo {
	width: 890px;
	margin: 0px auto 80px;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6 {
    width: 48%;
    margin-right: 2%;
    padding: 0px 0px 0px 0px;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6 .caption {
	text-align: center;
	font-size: 32px;
	color: #6c6c6c;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6 .caption .icon { 
	height: 70px;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6 .caption h3 {
	font-size: 32px;
	padding: 0px 20px;
	color: #00498f;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6 .content {
	text-align: center;
    padding: 0px 20px;
    font-size: 17px;
}
.ful-two-col-logo .ful-two-col-logo-block.col-md-6.block-center {
	float: none;
	margin: 0px auto;
}

.col-content-2 {
	width: 890px;
    margin: 0px auto 0px;
}
.col-content-2 .right-img {
	float: right;
}

/* page tabs */
.page-tabs {
	
}
.page-tabs .page-tab {
	text-align: center;
	font-size: 20px;
	border-top: 5px solid #c0c0c0;
}
.page-tabs .page-tab.active {
	border-top: 5px solid #00498f;
}
.page-tabs .page-tab.active:before {
	content: "";
	width: 0;
	height: 10px;
	border: 0 solid transparent;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top: 10px solid #00498f;
    position: absolute;
    top: 0px;
}
.page-tabs .page-tab a {
	color: #c0c0c0;
	text-decoration: none;
	display: block;
	padding: 30px 0px 20px;
}
.page-tabs .page-tab.active a {
	color: #00498f;
}


.ful-three-logo {
    width: 766px;
    margin: 40px auto;
    padding: 0px 20px;
}
.ful-three-logo .ful-three-col-logo-block {
	text-align: center;
}
.ful-three-logo .ful-three-col-logo-block .blue-title {
	padding-top: 10px;
	color: #00498f;
	font-size: 17px;
}
.blue-btn {
	text-align: center;
}
.blue-btn a {
    padding: 8px 60px 8px 40px;
    font-size: 17px;
    background: url("../img/arrow_white.png") #00498f center right 12px no-repeat;
    color: #FFF;
}

#index-video.modal {text-align: center;padding: 0!important;}
#index-video.modal:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
#index-video.modal .modal-dialog {display: inline-block;text-align: left;vertical-align: middle;}

@media print {
  a[href]:after {
    content: none !important;
  }
  
  div {
    -webkit-print-color-adjust: exact !important;
    -print-color-adjust: exact !important;
  }
  
  .navbar-fixed-top {
    position: relative;
  }
}

@page {
  margin: 0.8cm;
}
                                                 