/*
Theme Name: Lemtech
Version: 1.0
Author: Baytech Web Design
Author URI: http://www.baytechwebdesign.com/
*/
/*-------------------------------------------------------------------------------------------------------<general>*/
@font-face {
	font-family: 'Roboto-Regular';
	src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Regular.woff') format('woff'), url('assets/fonts/Roboto-Regular.ttf') format('truetype'), url('assets/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Medium.woff') format('woff'), url('assets/fonts/Roboto-Medium.ttf') format('truetype'), url('assets/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Bold.woff') format('woff'), url('assets/fonts/Roboto-Bold.ttf') format('truetype'), url('assets/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans-Bold.woff') format('woff'), url('assets/fonts/OpenSans-Bold.ttf') format('truetype'), url('assets/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans.woff') format('woff'), url('assets/fonts/OpenSans.ttf') format('truetype'), url('assets/fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	color: #666666;
	font-family: 'Roboto-Regular', 'OpenSans';
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}
html:lang(tw) body
{ 
	font-family: 'Microsoft JhengHei';
}
.container{
	width: auto;
	max-width: 1140px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: "Roboto-bold", "OpenSans-Bold";
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}
html:lang(tw) h1,
html:lang(tw) h2,
html:lang(tw) h3{ 
	font-family: 'Microsoft JhengHei';
	font-weight: bold;
}
h4, h5, h6 {
	font-family: "Roboto-Regular", "OpenSans";
	font-weight: 400;
}
html:lang(tw) h4,
html:lang(tw) h5,
html:lang(tw) h6{
	font-family: 'Microsoft JhengHei';
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #666;
	transition: all 0.5;
	text-decoration: none;
}
a:hover,
a:focus,
a:active{
	text-decoration: none;
	outline: none;
	color: #DA251C;
}
a.btn-underline{
	color: #DA251C;
	text-decoration: underline;
}
a.btn-red{
	color: #DA251C;
}
a.btn-red:hover,
a.btn-red:focus,
a.btn-red:active{
	color: #000;
}
a.btn-underline:hover,
a.btn-underline:focus,
a.btn-underline:active{
	color: #000;
}
.btn-default{
	color: #fff;
	background-color: #D9251B;
	border-color: #D9251B;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #D9251B;
	background-color: transparent;
	border-color: #D9251B;
}
.btn-default.cus-btn{
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	display: initial;
	line-height: 1;
}
.btn-default.cus-btn::after {
    color: #D9251B;
    content: ">";
    font-size: 14px;
    line-height: 1.42857;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 5px;
    transition: all 0.5s;
}
.btn.cus-btn:hover::after{
    opacity: 1;
    right: 15px;
}
.caldera-grid .btn.btn-default{
	color: #fff;
	background-color: #D9251B;
	border-color: #D9251B;
}
.caldera-grid .btn.btn-default:hover,
.caldera-grid .btn.btn-default:focus,
.caldera-grid .btn.btn-default:active{
	color: #D9251B;
	background-color: transparent;
	border-color: #D9251B;
}
/*.btn-outline {
	color: #000;
	background-color: transparent;
	border-color: #000;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
	color: #fff;
	background-color: #000;
	border-color: #000;
}*/
.btn-outline-inverse {
	color: #D9251B;
	border-color: #D9251B;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
	color: #fff;
	background-color: #D9251B;
	border-color: #D9251B;
}
.btn-outline-inverse.cus-btn{
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
.btn-outline-inverse.cus-btn::after {
    color: #fff;
    content: ">";
    font-size: 14px;
    line-height: 1.42857;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 5px;
    transition: all 0.5s;
}
@media(min-width: 770px){
	.site-content-contain{
		padding-top: 95px;
		z-index: 999;
	}
}
.general-section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.general-page-content{
	padding: 60px 0 30px;
}
.page-parent-content {
    padding: 60px 0;
}
.page-item {
    max-width: 350px;
    margin: 0 auto 60px;
}
/* .page-last-row-item{
	margin-bottom: 0;
} */
.page-item-title {
    margin: 20px 0 0;
    text-align: center;
}
.page-item-title a{
	color: #333;
}
.page-item-title a:hover,
.page-item-title a:focus,
.page-item-title a:active{
	color: #DA251C;
}
.scale-wrap{
	overflow: hidden;
}
.scale-wrap > a{
	display: inline-block;
}
.scale-wrap > a > img,
.scale-wrap > img{
	transition: all 0.5s;
}
.scale-wrap:hover > a > img,
.scale-wrap:hover > img{
	transform: scale(1.05);
}
.red{
	color: #D9251B;
}
.blank{
	color: #000;
}
.clas-hr{
    background: rgba(0, 0, 0,0) url("assets/images/clas-hr.png") repeat-x scroll center center;
    margin: 60px auto 20px;
    text-align: center;
}
.clas-hr img {
    background: #fff none repeat scroll 0 0;
    max-height: 90px;
    padding: 0 10px;
}
.small-row{
	margin-left: -10px;
	margin-right: -10px;
}
.small-row > .col-xs-1,
.small-row > .col-xs-2,
.small-row > .col-xs-3,
.small-row > .col-xs-4,
.small-row > .col-xs-5,
.small-row > .col-xs-6,
.small-row > .col-xs-7,
.small-row > .col-xs-8,
.small-row > .col-xs-9,
.small-row > .col-xs-10,
.small-row > .col-xs-11,
.small-row > .col-xs-12{
	padding-left: 10px;
	padding-right: 10px;
}
/*Page Navi*/
.wp-pagenavi{
  text-align: center;
  margin: 20px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid #999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #999;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 5px;
    padding: 8px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #C7132C;
    color: #C7132C;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	padding: 8px 6px;
}
/*-------------------------------------------------------------------------------------------------------</general>*/
/*-------------------------------------------------------------------------------------------------------<wordpress>*/
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 0px 30px 40px 0px;
}
img.alignright {
    margin: 0px 0px 40px 30px;
}
img.aligncenter {
    margin-bottom: 40px;
}
img.alignnone {
    float: none;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img.alignnone,
img.alignright,
img.aligncenter,
img.alignleft {
    max-width: 100% !important;
    height: auto;
}
.wp-caption {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.wp-caption img {
    max-width: 100% !important;
    margin-bottom: 30px;
}
.wp-caption-text {
    margin-top: -20px;
}
.gallery-caption {} .bypostauthor {} .sticky p {
    font-weight: bold;
}
.message {
    margin-top: 21px;
}
.form-allowed-tags {
    font-size: 12px;
}
.leftcontainer-inner select,
#footer select {
    padding: 5px !important;
    max-width: 100% !important;
}
.post-password-form {
    margin-bottom: 30px;
}
.gallery-item img {
    margin-bottom: 30px;
}
.wp-audio-shortcode {
    margin-bottom: 30px;
}
embed,
iframe {
    max-width: 100%;
}
/*-------------------------------------------------------------------------------------------------------</wordpress>*/
/*-------------------------------------------------------------------------------------------------------<header>*/
@media(min-width: 770px){
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		display: block;
		margin: 0;
	}
	.navbar-nav{
		float: right;
	}
	.navbar{
	    position: fixed;
	    transition: all 0.5s ease 0s;
	    width: 100%;
	    z-index: 99999;
	}
}
.navbar{
	margin-bottom:0;
}
.navbar{
	border-top: 4px solid #DA251C;
    padding: 0;
    background-color: #fff;
    transition: all 0.5s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.navbar-header .logo{
	display: inline-block;
	padding: 30px 0;
	transition: all 0.5s;
}
.navbar.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	font-family: 'Roboto-Regular', 'OpenSans';
	color: #333;
	padding: 35px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	transition: all 0.5s;
}
html:lang(tw) .navbar.navbar-default .navbar-nav > li > a{
	font-family: 'Microsoft JhengHei';
}
.navbar.navbar-default .navbar-nav > .active > a,
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:active,
.navbar.navbar-default .navbar-nav > li > a:focus {
	color: #DA251C;
	background-color: transparent;
}
.f-nav.navbar{
	background-color: rgba(255, 255, 255, 0.8);
}
.f-nav .navbar-header .logo{
    padding-top: 20px;
    padding-bottom: 20px;
}
.f-nav.navbar.navbar.navbar-default .navbar-nav > li > a{
    padding-top: 25px;
    padding-bottom: 25px;
}
.mage-menu-wrap > div {
    background-color: #ededed;
    display: none;
    padding: 45px 0;
}
.mage-menu-wrap > div a{
	color: #000;
}
.mage-menu-wrap > div a:hover{
	color: #d9251b;
}
#menu-products,
#menu-markets,
#menu-investor-relations,
#menu-sub-menu-investor-relations,
#menu-sub-menu-markets,
#menu-sub-menu-products {
    list-style: outside none none;
    padding-left: 0;
}
#menu-products > li,
#menu-markets > li,
#menu-investor-relations > li,
#menu-sub-menu-investor-relations > li,
#menu-sub-menu-markets > li,
#menu-sub-menu-products > li {
    border-right: 1px solid #000;
    display: inline-block;
    min-height: 130px;
    padding: 0 20px;
    vertical-align: top;
    width: 16%;
}
#menu-products > li > a,
#menu-markets > li > a,
#menu-investor-relations > li > a,
#menu-sub-menu-investor-relations > li > a,
#menu-sub-menu-markets > li > a,
#menu-sub-menu-products > li > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
#menu-products .sub-menu,
#menu-markets .sub-menu,
#menu-investor-relations .sub-menu,
#menu-sub-menu-investor-relations .sub-menu,
#menu-sub-menu-markets .sub-menu,
#menu-sub-menu-products .sub-menu {
    list-style: disc;
    padding-left: 15px;
    margin-top: 10px;
}
#menu-products .sub-menu a,
#menu-markets .sub-menu a,
#menu-investor-relations .sub-menu a,
#menu-sub-menu-investor-relations .sub-menu a,
#menu-sub-menu-markets .sub-menu a,
#menu-sub-menu-products .sub-menu a{
	font-size: 14px;
	line-height: 1.2;
}
#menu-products > li:last-of-type,
#menu-markets > li:last-of-type,
#menu-investor-relations > li:last-of-type,
#menu-sub-menu-investor-relations > li:last-of-type,
#menu-sub-menu-markets > li:last-of-type,
#menu-sub-menu-products > li:last-of-type{
	border-right: 0;
}
#menu-markets > li,
#menu-sub-menu-markets > li{
    min-height: 202px;
}
#menu-investor-relations > li,
#menu-sub-menu-investor-relations > li {
    width: 19.5%;
    min-height: 178px;
}
.wpml-ls-item-tw > a,
.wpml-ls-item-tw > a span{
	font-family: 'Microsoft JhengHei' !important;
}
/*-------------------------------------------------------------------------------------------------------</header>*/
/*-------------------------------------------------------------------------------------------------------</footer>*/
@media(min-width: 770px){
	.footer_top_right,
	.footer_bottom_right {
	    text-align: right;
	}
}
#footer-wrap {
    background-color: #000000;
	padding: 40px 0;
}
.footer_top {
	border-bottom: 1px solid #333;
}
.footer_top .widget{
	margin-bottom: 10px;
}
#menu-menu-1,
#menu-footer-menu {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
    padding: 0;
}
#menu-menu-1 li,
#menu-footer-menu li {
	display: inline-block;
	margin-right: 20px;
}
#menu-menu-1 li a,
#menu-footer-menu li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}
#menu-menu-1 li a:hover,
##menu-menu-1 li a:active,
##menu-menu-1 li a:focus,
#menu-footer-menu li a:hover,
#menu-footer-menu li a:active,
#menu-footer-menu li a:focus {
	color: #DA251C;
}
.footer_bottom,  .footer_bottom a {
	color: #999999;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}
.footer_bottom a:hover {
	color: #DA251C;
}
.footer_bottom {
	padding: 10px 0 0;
}
.back-to-top{
   	bottom: 20px;
    position: fixed;
    right: 20px;
    background-color: #DA251C;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    display: none;
}
.back-to-top:hover{
	background-color: #333;
}
.back-to-top img{
	max-height: 50px;
}
/*-------------------------------------------------------------------------------------------------------</footer>*/
/*-------------------------------------------------------------------------------------------------------<title>*/
.banner-img {
    text-align: center;
}
.banner-img > img {
    min-height: 120px;
}
.banner > .container{
	position: relative;
}
.main-title{
	position: absolute;
	left: 15px;
	bottom: 20px;
}
.main-title > h2{
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 0;
}
.blank-title > h2{
    color: #000;
}
.breadcrumbs,
.breadcrumbs a{
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.blank-title .breadcrumbs,
.blank-title .breadcrumbs a{
	color: #000;
}
.main-title .breadcrumbs a:hover{
	color: #DA251C;
}
/*-------------------------------------------------------------------------------------------------------</title>*/
/*-------------------------------------------------------------------------------------------------------<home>*/
.home_slider {
	margin-bottom: 0 !important;
}
.section{
	padding-top: 100px;
	padding-bottom: 150px;
}
.section.section02{
	padding-bottom: 0;
}
.section-title {
    padding-bottom: 25px;
}
.home-about-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 730px;
}
.home-market-item {
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 350px;
}
.home-market-item.home-market-last-row-item{
	padding-bottom: 0;
}
.home-investor-list {
	margin-left: -10px;
	margin-right: -10px;
}
.home-investor-list > .home-investor-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}
.home-investor-icon-wrap > a {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	padding: 58px;
	display: inline-block;
	text-align: center;
}
.home-investor-item-title a {
	color: #ffffff;
}
.home-investor-item-title a:hover {
	color: #DA251C;
}
/*-------------------------------------------------------------------------------------------------------</home>*/
/*-------------------------------------------------------------------------------------------------------<contact>*/
#caldera_form_1.caldera-grid .company-name,
#caldera_form_1.caldera-grid .please-select-one,
#caldera_form_1.caldera-grid .form-group {
    margin-bottom: 20px !important;
}
#caldera_form_1 .form-group.form-btn{
	margin-bottom: 0;
}
#caldera_form_1.caldera-grid .form-control {
    height: 45px;
}
#caldera_form_1.caldera-grid textarea.form-control{
	height: auto;
}
#caldera_form_1.caldera-grid .form-control,
#caldera_form_1.caldera-grid output{
	font-size: 16px;
	color: #333;
}
.contact-bot-section {
    padding-top: 60px;
}
.contact-section-main-title {
    color: #000;
    margin-bottom: 60px;
    margin-top: 0;
}
.contact-section-info-item{
	margin-bottom: 60px;
}
.contact-company-name h4{
    color: #da251c;
    font-family: "Roboto-Medium","OpenSans";
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    letter-spacing: 1px;
}
html:lang(tw) .contact-company-name h4{
	font-family: 'Microsoft JhengHei';
}
.contact-section-info-item li {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.contact-section-info-item li i{
	position: absolute;
	left: 0;
	top: 5px;
}
.contact-company-address,
.contact-company-phone,
.contact-company-website-url{
	color:#000;
}
.contact-section-info-item .contact-company-directions,
.contact-section-info-item .contact-company-name{
	padding-left: 0;
}
.contact-company-phone a,
.contact-company-website-url a{
	color: #000;
}
.contact-company-phone a:hover,
.contact-company-phone a:focus,
.contact-company-phone a:active,
.contact-company-website-url a:hover,
.contact-company-website-url a:focus,
.contact-company-website-url a:active{
	color: #da251c;
}
.contact-section-info-item .contact-company-directions{
	font-size: 16px;
}
.contact-company-directions a{
	color: #da251c;
}
.contact-company-directions a:hover,
.contact-company-directions a:focus,
.contact-company-directions a:active{
	color: #000000;
}
.contact-us-bot-img{
	margin-top: 60px;
}
@media (min-width: 769px){
	.contact-section-info-list > .contact-section-info-item:nth-child(2n+1){
		clear:left;
	}
}
/*-------------------------------------------------------------------------------------------------------</contact>*/
/*-------------------------------------------------------------------------------------------------------<market>*/
.market-page-title {
    margin-bottom: 20px;
    margin-top: 0;
    color: #000;
}
.market-excerpt {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    display: inline-block;
}
.market-icon-list > li {
    display: inline-block;
    padding: 0 19px;
}
.market-icon {
    background-color: transparent;
    border: 3px solid #b6b6b6;
    border-radius: 100px;
    display: inline-block;
    padding: 3px;
    transition: all 0.5s ease 0s;
}
.market-icon:hover{
	background-color: #cccccc;
	border-color: #cccccc;
}
.market-icon > a{
	display: inline-block;
	position: relative;
}
.market-icon img{
	max-height: 100px;
}
.market-icon .market-icon-red{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
}
.market-icon:hover .market-icon-red{
	opacity: 1;
}
.market-icon-title,
.market-icon-title a{
	color: #000;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.3;
}
.market-icon-title a:hover{
	color: #D9251B;
}
.market-section-title{
	line-height: 1;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000;
}
.market-section-info{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.smartphone {
    position: relative;
}
.smartphone-item {
    max-width: 350px;
    position: absolute;
}
.smartphone-item01 {
    top: 0;
    right: 0;
}
.smartphone-item02 {
    bottom: 200px;
    left: 0;
}
.medical-info {
    margin: 0 auto;
    max-width: 540px;
}
/*-------------------------------------------------------------------------------------------------------</market>*/
/*-------------------------------------------------------------------------------------------------------<product>*/
.market-section-info em {
    font-weight: bold;
}
/*-------------------------------------------------------------------------------------------------------</product>*/
/*-------------------------------------------------------------------------------------------------------<investor-relations >*/
.white-space > td:first-child {
    white-space: nowrap;
}
@media (min-width: 768px) {
	.col-sm-20{
		width: 20%;
		padding-left: 15px;
		padding-right: 15px;
		float: left;
	}
}
.investor-page-slider{
	padding: 65px 0;
	background-color: #f6f6f6;
}
.investor-page-title {
    margin-bottom: 35px;
    margin-top: 0;
    color: #000;
}
.investor-icon {
    background-color: transparent;
    border: 3px solid #b6b6b6;
    border-radius: 100px;
    display: inline-block;
    padding: 3px;
    transition: all 0.5s ease 0s;
}
.investor-icon:hover{
	background-color: #cccccc;
	border-color: #ccc;
}
.investor-icon a{
	display: inline-block;
	position: relative;
}
.investor-red-icon {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all 0.5s;
}
.investor-icon img{
	max-height: 100px;
}
.investor-icon:hover .investor-red-icon{
	opacity: 1;
}
.investor-icon-title,
.investor-icon-title a{
	color: #000;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.3;
}
.investor-icon-title a:hover{
	color: #D9251B;
}
.investor-articles-wrap{
	padding: 65px 0;
}
.annual-report-list{
	margin-right: -10px;
	margin-left: -10px;
}
.annual-report-list > .annual-report-item{
	padding-right: 10px;
	padding-left: 10px;
}
.annual-report-info{
	max-width: 360px;
	margin: 0 auto 20px;
	border: 1px solid #999;
    padding: 15px;
    position: relative;
}
.annual-report-left{
	position: relative;
	display: inline-block;
}
.annual-report-right > h4 {
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
}
.annual-report-date{
	font-size: 14px;
	line-height: 1;
	color: #000;
}
.annual-report-year {
    color: #d9251b;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 51px;
}
.annual-download-btn {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.stakeholder-engagement-info{
	margin-bottom: 30px;
}
.stakeholder-engagement-top{
	margin-bottom: 45px;
}
.stakeholder-engagement-bottom{
	padding-top: 30px;
}
.stakeholder-engagement-top .investor-page-title,
.stakeholder-engagement-bottom .investor-page-title {
	margin-bottom: 20px;
}
.stakeholder-engagement-top p,
.stakeholder-engagement-bottom p{
	font-size: 18px;
	color: #000;
	line-height: 1.4;
}
.stakeholder-engagement-right h3{
	margin-top: 0;
}
.stakeholder-engagement-right h3,
.stakeholder-engagement-content{
	color: #000;
}
.custom-table {
    border-bottom: 2px solid #ddd;
    border-top: 3px solid #da251c;
}
.custom-table > thead > tr > th{
	border-bottom: 0;
}
.custom-table > thead > tr > th,
.custom-table > tbody > tr > td{
	text-align: center;
}
.custom-table > thead > tr > th,
.custom-table > tbody > tr > td{
	border-right: 2px solid #ddd;
	vertical-align: middle;
}
.custom-table > thead > tr > th:last-child,
.custom-table > tbody > tr > td:last-child{
	border-right: 0;
}
.custom-table > tbody > tr > td{
	border-top: 2px solid #dddddd;
}
.custom-table > tbody > tr:first-child > td{
	border-top: 2px solid #da251c;
}
.corporate-governance-title{
	margin-bottom: 30px;
}
.corporate-governance-content{
	max-width: 780px;
	margin: 0 auto 50px;
}
.corporate-governance-bot-table{
	margin-bottom: 50px;
}
.corporate-governance-content p{
	color: #000;
}
.custom-tabs-btn{
	display: block;
	margin-bottom: 50px;
}
.custom-tabs-btn li {
    border-right: 1px solid #ddd;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 20px;
}
.custom-tabs-btn .active-tab{
	color: #da251c;
}
.custom-tabs-btn li:first-child{
	padding-left: 0;
}
.custom-tabs-btn li:last-child{
	border: 0;
}
.shareholder-service-info,
.financials-info,
.corporate-governance-info{
	display: none;
}
.custom-tabs-content .shareholder-service-info:first-child,
.custom-tabs-content .financials-info:first-child,
.custom-tabs-content .corporate-governance-info:first-child{
	display: block;
}
.term-financials-tw .custom-tabs-btn,
.term-financials .custom-tabs-btn{
	text-align: right;
}
.term-financials-tw .custom-tabs-btn li:last-child,
.term-financials .custom-tabs-btn li:last-child{
	padding-right: 0;
}
.term-shareholder-service-tw .custom-tabs-btn li,
.term-shareholder-service .custom-tabs-btn li{
	padding: 0 15px;
}
.term-shareholder-service-tw .custom-tabs-btn li:first-child,
.term-shareholder-service .custom-tabs-btn li:first-child{
	padding-left: 0;
}
.financials-info{
	position: relative;
}
.financials-info select {
    position: absolute;
    left: 0;
    top: -82px;
    width: 100px;
    text-align: center;
}
.financials-info .revenue-row,
.financials-info .report-row{
	display:none;
}
.financials-info .active-btn{
	display: initial;
}
.financials-info .active-row{
	display: table-footer-group;
}
.financials-info .revenue-row.active-row{
	display: block;
}
.custom-table > tbody > tr > td.first-td{
	vertical-align: middle;
}
.financials-title {
    margin-bottom: 20px;
}
.financials-top-info {
    margin-bottom: 35px;
}
.financials-download-btn{
	margin-bottom: 20px;
	margin-top: 15px;
}
.shareholder-service-title{
	margin-bottom: 35px;
}
/*-------------------------------------------------------------------------------------------------------</investor-relations >*/
/*-------------------------------------------------------------------------------------------------------<news>*/
.news-content{
	padding: 60px 0;
}
.list-news article{
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.list-news:last-child article{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.list-news article .img-wrapper{
	margin-bottom: 30px;
}
.list-news .img-wrapper {
	overflow: hidden;
	position: relative;
}
.list-news .img-wrapper a{
	display: inline-block;
}
.list-news .img-wrapper img {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: -moz-transform 0.4s ease-in-out;
	-ms-transition: -ms-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.list-news .img-wrapper:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.post-info h5,
.post-info h3{
    margin-bottom: 15px;
    margin-top: 0;
}
.post-info h5 a,
.post-info h3 a{
    color: #000;
}
.post-info h5 a{
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}
.post-info h5 a:hover,
.post-info h5 a:focus,
.post-info h3 a:hover,
.post-info h3 a:focus{
	color: #DA251C;
}
.post-info .post-meta{
	margin-bottom: 15px;
}
.post-info .post-meta li {
    background-color: #DA251C;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}
.post-info .post-meta li.news-tag{
	background-color: #eee;
	color: #333;
}
.post-excerpt{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#main-sidebar > section {
    margin-bottom: 40px;
}
#main-sidebar h5.widget-title {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
}
#main-sidebar .post-excerpt{
	font-size: 14px;
}
#main-sidebar .list-news article{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
#main-sidebar .news-list > .list-news:last-of-type article{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.single-content-wrap .single-content .post-info > h3{
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
}
.single-content .single-post-meta{
	margin-bottom: 30px;
}
.post-navigation::after {
    clear: both;
    content: "";
    display: table;
}
.post-navigation .nav-links > div a {
    border: 2px solid #000;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 12px;
    color: #000;
    font-size: 15px;
}
.post-navigation .nav-links > div a:hover,
.post-navigation .nav-links > div a:focus {
    border: 2px solid #DA251C;
    color: #DA251C;
}
.post-navigation .nav-previous {
    float: left;
}
.post-navigation .nav-next {
    float: right;
}
.post-sidebar .widget_archive ul{
	list-style: none;
	padding: 0;
}
.post-sidebar .widget_archive ul li{
	padding-left: 15px;
	position: relative;
}
.post-sidebar .widget_archive ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '>';
	font-weight: bold;
}
/*-------------------------------------------------------------------------------------------------------</news>*/
/*-------------------------------------------------------------------------------------------------------<responsive>*/
@media(min-width: 770px){
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		display: block;
		margin: 0;
	}
}
@media (max-width: 770px){
	.logo-img {
	    max-height: 20px;
	}
	.navbar{
	    padding: 10px 0;
	}
	.navbar-header .logo {
	    margin-left: 15px;
    	padding: 10px 0;
	}
	.footer_bottom_right{
		margin-top: 10px;
	}
	.equal-height{
		height: auto !important;
	}
	.navbar-nav > li > .dropdown-menu{
		position: relative;
		width: 100%;
		float: none;
	}
	.navbar.navbar-default .navbar-nav > li > a{
		padding: 15px 20px;
	}
	.navbar-nav > li > a span.caret{
		border: 0;
		font-family: FontAwesome;
		font-feature-settings: normal;
		font-kerning: auto;
		font-language-override: normal;
		font-size: inherit;
		font-size-adjust: none;
		font-stretch: normal;
		font-style: normal;
		font-synthesis: weight style;
		font-variant: normal;
		font-weight: normal;
		height: auto;
		line-height: 20px;
		margin: 0;
		padding: 10px;
		position: absolute;
		right: 5px;
		text-align: center;
		text-rendering: auto;
		top: 0;
		width: 40px;
	}
	.navbar-nav > li > a span.caret:before{
		content:"\f078";
	}
	.navbar-nav > li > a span.caret.toggle-arrow:before{
		content:"\f077";
	}
	.navbar-nav > li > .dropdown-menu.toggle-dropmenu{
		display: block;
	}
}
@media (max-width: 1024px) {
	.market-icon-list > li {
	    display: inline-block;
	    padding: 0 60px 20px;
	}
}
@media (max-width: 768px) {
	.financials-info select {
	    left: auto;
	    margin: 0 auto 30px;
	    position: inherit;
	    text-align: center;
	    top: auto;
	    width: 100px;
	}
	.stakeholder-engagement-info{
		margin: 0 auto 30px;
	    max-width: 560px;
	}
	.stakeholder-engagement-top p,
	.stakeholder-engagement-bottom p{
		margin-left: auto;
		margin-right: auto;
	    max-width: 600px;
	}
	.market-icon-list > li {
	    display: inline-block;
	    padding: 0 30px 20px;
	}
	.main-title > h2{
		font-size: 24px;
	}
	.breadcrumbs,
	.breadcrumbs a{
		font-size: 14px;
	}
	.page-item.page-last-row-item{
		margin-bottom: 60px;
	}
	.home-market-item.home-market-last-row-item{
		padding-bottom: 50px;
	}
	.home-investor-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-investor-list > .home-investor-item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.smartphone-img {
	    display: inline-block;
	    text-align: center;
	}
	.smartphone-img > img {
	    max-height: 500px;
	}
	.smartphone-item {
	    position: inherit;
	    display: inline-block;
	    margin: 0 auto 30px;
	}
	.smartphone-item01 {
	    top: auto;
	    right: auto;
	}
	.smartphone-item02 {
	    bottom: auto;
	    left: auto;
	}
}
@media (max-width: 767px) {
	.custom-tabs-btn li {
	    border-right: 0;
	    display: block;
	    padding: 10px 0;
	    text-align: center;
	}
}
@media (max-width: 480px) {
	.home-investor-icon-wrap > a{
		padding: 40px;
	}
	.market-icon-list > li {
	    display: inline-block;
	    padding: 0 8px 20px;
	}
}
@media (max-width: 360px) {
	.annual-report-year {
	    font-size: 20px;
	    right: 31px;
	    top: 46px;
	}
}
@media (max-width: 320px) {
	.annual-report-info {
	    min-height: 135px;
	    padding: 10px;
	}
	.annual-download-btn {
	    bottom: 10px;
	    right: 25px;
	}
	.annual-report-year {
	    font-size: 18px;
	    right: 28px;
	    top: 43px;
	}
}
/*-------------------------------------------------------------------------------------------------------</responsive>*/}