/* 修正粗體 */

@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: 900;
	src: local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */

@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: normal;
	src: local(微軟正黑體);
}

body, h1, h2, h3, h4, h5, h6, p {
	font-family: "Open Sans", "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

body, p {
	font-weight: normal;
	font-size: 15px;
}

p {
	color: #444;
}

img {
	max-width: 100%;
	height: auto;
}

.animate, .pro-list-box article.post .des-w-btn-gout .btn-gout, #clients .client-box, .idx-news-list-box .recent-widget, .pro-list-box article.post::after, .investor-box .list-box.mainlink-list ul li, .investor-box .list-box.mainlink-list ul li::after {
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

/* title text */

.main-title-h2 {
	font-size: 30px;
}

.main-title-h3 {
	font-size: 23px;
}

.main-title-h4 {
	font-size: 18px;
}

/* list */

.list-2th, .list-3th, .list-4th, .list-5th, .list-6th {
	display: inline-block;
	vertical-align: top;
}

/* bg */

.bg-fixed {
	background-attachment: fixed;
}

.bg-dust, .bg-dust-2 {
	position: relative;
}

.bg-dust::after, .bg-dust-2::after {
	width: 100%;
	height: 54px;
	content: '';
	z-index: 2;
	position: absolute;
	left: 0;
	background-position: center;
	background-repeat: repeat-x;
}

.bg-dust::after {
	top: -54px;
	background-image: url(../img/bg/dust.svg);
	background-image: url(../img/bg/dust.png);
}

.bg-dust-2::after {
	top: 0px;
	background-image: url(../img/bg/dust-2.svg);
	background-image: url(../img/bg/dust-2.png);
}

.bg-bg-3 {
	background-color: #2f2a2a;
	background-image: url(../img/bg/bg-3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bg-default {
	background-color: #ed1c24 !important;
}

/* padding */

.padding-top150 {
	padding-top: 150px;
}

/* icon */

.icon-circle-2 {
	border-radius: 10%;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
}

/* layout */

.layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layout.dark {
	background-color: rgba(0, 0, 0, 0.3);
}

.layout.dark-2 {
	background-color: rgba(0, 0, 0, 0.2);
}

.layout.light-g {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 7%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
}

/* shadow */

 .shadow-style1 {
	position: relative;
}

 .shadow-style1::after {
	content: '';
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.08) 100%);
}

/* button */

.btn-w-arrow>i {
	padding-left: 15px;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
	}
}

@media (min-width: 992px) {
	.pr-md-70 {
		padding-right: 70px;
	}
	.text-md-right {
		text-align: right;
	}
	.page-box {
		text-align: right;
	}
}

@media (min-width: 1024px) {
	nav.navbar.bootsnav ul.nav>li>a {
		padding: 30px 22px 36px 15px;
		font-size: 16.5px;
		font-weight: 600;
		color: #000 !important;
	}
	nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
		content: "\f107";
		font-size: 12px;
	}
}

/*--------------------------------
start. index*/

/*--------------------------------
start. header*/

.loading-center-absolute {
	margin-top: -145px;
}

.loading-center p {
	margin-top: 40px;
	margin-left: -105px;
}

.loading-center p img {
	width: 210px;
}

.navbar-brand {
	height: auto;
	padding: 12px;
}

nav.navbar .navbar-brand img.logo {
	width: 210px;
}

.attr-nav>ul>li>a {
	padding: 0;
	background: rgba(45, 36, 36, 0.9);
	color: #fff !important;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin: 25px 0 0 6px;
	border: 2px solid #6f6f6f;
	font-weight: 600;
}

.attr-nav>ul>li>a:hover {
	background: #ed1c24;
	border-color: #b30d13;
	text-decoration: none;
}

nav.navbar.bootsnav.navbar-transparent.white {
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: 0px;
}

nav.navbar.bootsnav.fixsticky, nav.navbar.bootsnav.navbar-transparent {
	background-color: rgba(255, 255, 255, 0.95);
}

nav.navbar.bootsnav ul.nav>li>a.dropdown-toggle {
	padding: 0;
	position: absolute;
	top: 28px;
	right: 9px;
}

.object {
	border-left: 5px solid #292929;
}

/*end. header
--------------------------------*/

/*--------------------------------
start. container*/

/* banner */

.headline4 {
	font-size: 65px;
}

.textline-lg {
	font-size: 55px;
}

#layerslider .btn {
	font-size: 20px;
}

.headline4, .textline-lg {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
	white-space: inherit;
	max-width: 1000px;
}

/* end.banner */

.title-head {
	line-height: 1.8;
}

.title-head:after {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-left: -7px !important;
	bottom: -8px;
	background: #ffffff !important;
	border: 3px solid #464646;
}

.title-head.centered:before {
	width: 260px;
	margin-left: -130px;
}

.title-head:before {
	height: 2px;
	background: #cecece;
	bottom: -2px;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}

.jquery-background-video-wrapper {
	height: auto;
}

.jquery-background-video-wrapper iframe {
	display: block;
}

.full-recent {
	border: 0;
}

.recent-box {
	border: 0;
	padding: 15px 30px;
}

#idx-pro-filter .img-caption {
	background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, rgba(255, 255, 255, 0.62) 35%, rgb(255, 255, 255) 100%);
}

#idx-pro-filter .img-wrapper .content .title>a {
	color: #ffffff;
	padding: 2px 22px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	background: rgba(38, 39, 41, 0.88);
	border-radius: 7px;
}

#idx-pro-filter .img-wrapper .content .title>a:hover {
	text-decoration: none;
}

#idx-pro-filter .img-wrapper:hover .content .title>a {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	background: #ed1c24;
	color: #fff;
}

.bg-dark p, .bg-dark .title {
	color: #e2e2e2;
}

.absolute-left .fa {
	margin-top: 0;
	font-size: 29px;
}

.idx-news-box {
	padding: 20px 0 10px;
}

.idx-news-box .recent-widget .post .title a {
	color: #222;
}

.idx-news-box .recent-widget .post .title a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.idx-news-list-box {
	padding: 0 15px;
	margin-top: 30px;
}

#clients .item {
	margin: 15px;
}

#clients .client-box:hover {
	transform: translateY(-5px) scale(1.1);
	-webkit-transform: translateY(-5px) scale(1.1);
	-moz-transform: translateY(-5px) scale(1.1);
	-ms-transform: translateY(-5px) scale(1.1);
	-o-transform: translateY(-5px) scale(1.1);
}

.leftControls-right.owl-theme .owl-controls .owl-buttons div {
	background: #2a2a2a;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 23px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: #ed1c24 !important;
	color: #fff !important;
}

.fullowidth .leftControls-right.owl-theme .owl-controls .owl-buttons div {
	height: 50px;
	line-height: 48px;
	margin-top: -25px;
}

.fullowidth .leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: 0px;
	border-radius: 5px 0 0 5px;
}

.fullowidth .leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: 0px;
	border-radius: 0 5px 5px 0;
}

.idx-news-list-box .recent-widget {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
	border-radius: 7px;
}

.idx-news-list-box .recent-widget:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
}

.idx-news-list-box .recent-widget .img-responsive {
	margin: 0;
	border-radius: 7px 7px 0 0;
}

.idx-news-list-box .recent-widget .post .news-desc {
	padding: 35px 20px 20px;
	background: #f2f2f2;
	position: relative;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-ms-border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
}

.idx-news-list-box .recent-widget .post .news-desc p {
	margin-bottom: 0;
}

.idx-news-list-box .recent-widget .post .post-meta {
	position: absolute;
	top: -19px;
	background: #ed1c24;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.idx-news-list-box .recent-widget .post .post-meta li {
	margin: 0;
	padding: 0;
}

.idx-news-list-box .recent-widget .post .post-meta li span {
	display: block;
	text-align: center;
	line-height: 1;
	width: 45px;
}

.idx-news-list-box .recent-widget .post .post-meta li .month {
	font-size: 13px;
	margin-bottom: 3px;
	padding: 5px 0;
	background: #353535;
	color: #fff;
}

.idx-news-list-box .recent-widget .post .post-meta li .date {
	font-size: 17px;
	font-weight: 600;
}

.idx-about-box {
	padding: 150px 0 100px;
}

/*end. container
--------------------------------*/

/*--------------------------------
start. footer*/

footer {
	color: #e0e0e0;
	padding: 110px 0 0 0;
	background-image: url(../img/bg/bg-2.jpg);
	background-position: bottom;
	background-size: cover;
}

footer .link-list li a {
	color: #e0e0e0;
}

footer .link-list li a:hover {
	text-decoration: none;
}

.f-desc {
	color: #e0e0e0;
}

footer .widget .title {
	margin-bottom: 30px;
	font-size: 20px;
	color: #ffff;
}

.f-logo {
	width: 260px;
}

footer .link-list li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

footer .link-list li i {
	background: #4a4a4a;
	width: 14px;
	height: 15px;
	border-radius: 4px;
	text-align: center;
	color: #fff !important;
	font-size: 12px;
	line-height: 15px;
	padding-left: 1px;
	margin-right: 7px;
}

.subfooter {
	margin-top: 0;
	padding: 15px;
	background: transparent;
}

.subfooter p {
	color: #fff;
	font-size: 13px;
}

/*end. footer
--------------------------------*/

/*end. index
--------------------------------*/

/*--------------------------------
start. in*/

nav.navbar.bootsnav ul.nav li.active>a {
	color: #ed1c24 !important;
	border-top-color: transparent;
}

.inner-head {
	padding: 230px 0 135px;
}

.inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h6 {
	font-size: 35px;
	color: #fff;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}

.breadcrumb>li a, .breadcrumb>li, .breadcrumb>li.active {
	font-size: 14px;
	color: #dedede;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.breadcrumb>li+li:before {
	padding: 0 9px 0 7px;
	color: #dedede;
}

.breadcrumb>li a:hover {
	text-decoration: none;
}

.inner-head .breadcrumb {
	display: inline-block;
	padding: 5px 15px 0;
	background: rgba(56, 49, 49, 0.9);
	border-radius: 7px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
}

aside {
	padding-right: 25px;
}

aside .widget {
	position: relative;
}

aside .widget .widget-head {
	font-size: 20px;
	color: #505050;
	padding-bottom: 25px;
	padding-left: 45px;
}

aside .widget::before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/icon/menu.svg);
	background-color: #444;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	border-radius: 50px;
}

aside .widget .widget-head.no-beaf {
	margin-bottom: 0;
}

aside .widget .widget-head.no-beaf:before, aside .widget .widget-head.no-beaf:after {
	content: none;
}

aside .widget ul.cat li {
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0;
}

aside .widget ul.cat li:first-child {
	border-top: 1px solid #f0f0f0;
}

aside .widget ul.cat li a {
	display: block;
	padding: 10px 15px 10px 25px;
	color: #4e3965;
	border-left: 5px solid #626262;
	font-size: 16px;
}

aside .widget ul.cat li.active a, aside .widget ul.cat li:hover a {
	background: #f6f6f6;
	border-left: 7px solid #ed1c24;
	color: #ed1c24;
	text-decoration: none;
}

aside .widget ul.cat li:before {
	top: 8px;
	right: 12px;
	left: auto;
}

aside .sidebarmenu-second {
	border-top: 1px solid #f0f0f0;
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a {
    padding: 10px 40px 10px 25px;
    border-radius: 0;
    border-left: 5px solid #626262;
    border-bottom: 1px solid #f0f0f0;
	margin-bottom: 1px;
	font-weight: 400;
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a:hover {
	background: #f6f6f6;
    border-left: 7px solid #ed1c24;
    color: #ed1c24;
    text-decoration: none;
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a:after {
	width: 45px;
	height: 45px;
}

aside .sidebarmenu-second .panel-group .panel {
	border-radius: 0;
	border: 0;
    box-shadow: none;
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a:before {
    content: "\f101";
    font-weight: 400;
	color: #777;
	font-size: 15px;
	right: -30px;
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a:hover:before {
	color: #ed1c24;
}

aside .sidebarmenu-second .panel-group .panel.on .panel-heading .panel-title a:before {
	content: "\f103";
}

aside .sidebarmenu-second .panel-group .panel .panel-heading .panel-title a:after {
	background: transparent !important;
}

aside .sidebarmenu-second .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding: 20px;
}

aside .sidebarmenu-second .panel-group .panel-heading+.panel-collapse>.panel-body ul li {
	margin-bottom: 0;
}

aside .sidebarmenu-second .panel-group .panel-heading+.panel-collapse>.panel-body ul li a {
    padding: 7px 0;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    color: #333;
    font-size: 14px;
}

aside .sidebarmenu-second .panel-group .panel-heading+.panel-collapse>.panel-body ul li:last-child a {
	border-bottom: 0;
}

aside .sidebarmenu-second .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding: 10px 20px 30px;
}

/* product list */

.pro-list-box .pro-descretion {
	padding: 25px 0 0;
}

.pro-list-box .pro-descretion .title {
	margin-bottom: 15px;
}

.pro-list-box .pro-descretion .title a {
	color: #000;
}

.pro-list-box .pro-descretion .desc-text {
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
	margin-left: 10px;
	position: relative;
}

.pro-list-box .pro-descretion .desc-text::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	position: absolute;
	top: 0;
	left: -4px;
	background: #e0e0e0;
}

.pro-list-box article.post:hover .pro-descretion .title a {
	color: #ed1c24;
	text-decoration: underline;
}

.pro-list-box article.post {
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}

.pro-list-box article.post .media-wrapper {
	margin-bottom: 0;
}

.pro-list-box .pro-descretion.des-w-btn-gout {
	position: relative;
	overflow: hidden;
}

.des-w-btn-gout .btn-gout {
	position: absolute;
	right: -120px;
	top: 25px;
}

.pro-list-box article.post:hover .des-w-btn-gout .btn-gout {
	right: 0;
}

.pro-list-box article.post:hover::after {
	height: 65px;
}

/* news */

.news-list-box article.post.row ul.post-meta {
	padding: 8px 4px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.news-list-box .post .title a {
	color: #222;
}

/* contact */

.contact-form .form-group {
	margin-bottom: 0;
	padding: 10px 0 10px 19px;
	border-top: 1px solid #959595;
}

.contact-form .form-group .lable-title {
    color: #333;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-size: 15px;
    padding-top: 3px;
}

.contact-form .form-control {
	font-size: 15px;
	border-radius: 6px;
	box-shadow: none;
	background: #F5F5F5;
	border: 1px solid #EFEFEF;
	font-style: normal;
	padding: 5px 15px;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    border-color: #fff;
}

.contact-form .form-control:not(textarea) {
	height: 32px;
}

.checkbox label {
	font-size: 16px;
    color: #333;
    line-height: 1.8;
	padding-top: 8px;
	padding-left: 30px;
}

.checkator_element.checkbox {
    width: 22px;
    height: 22px;
    border-color: #707070;
    margin: 0;
    top: 0;
    left: -29px;
}

.checkator_source:checked+.checkator_element:after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
}

.contact-form .btn-send {
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 600;
    min-width: 180px;
    border-radius: 5px;
}

.contact-detail {
    border: 0;
	padding: 0 16px;
	margin-bottom: 50px;
}

.contact-detail ul li {
    position: relative;
    margin: 15px 0 27px;
    padding-left: 50px;
}

.contact-detail ul li p {
    font-weight: 600;
	color: #222;
	margin-bottom: 0;
}

.contact-detail ul li i {
    position: absolute;
    left: 0;
    top: -4px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 1px solid;
    border-radius: 50%;
}

/* investor */
.select-style1 .jcf-select {
    background: url(../img/icon/arrow.svg), #F3F3F3;
    border-color: #EFEFEF;
    box-shadow: none;
    border-radius: 5px;
    height: 37px;
    padding: 5px 15px;
    font-style: normal;
    background-repeat: no-repeat;
    background-position: center right 12px;
}

.select-style1 .jcf-select .jcf-select-text {
	font-style: normal;
	font-size: 15px;
    color: #707070;
}

.investor-box .list-box ul li {
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 8px 24px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 0;
	margin-right: 36px;
	position: relative;
}

.investor-box .list-box ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid #707070;
	position: absolute;
    top: 17px;
    left: 5px;
	border-radius: 50%;
}

.investor-box .list-box ul li a {
	color: #333;
	font-size: 14px;
}

.investor-box .list-box.download-list ul li {
    width: 100%;
    margin: 0;
}

.investor-box .list-box.download-list ul li .download-btn {
    font-size: 12px;
    color: #fff;
    background: #444;
    padding: 0px 10px;
    float: right;
}

.investor-box .list-box.mainlink-list ul li {
    width: calc(100% / 4 - 31px);
    margin-right: 27px;
    padding: 15px 19px;
    border: 2px solid #E1E1E1;
	margin-bottom: 27px;
	border-radius: 5px;
}

.investor-box .list-box.mainlink-list ul li:hover {
	border-color: #ed1c24;
}

.investor-box .list-box.mainlink-list ul li::before {
	content: none;
}

.investor-box .list-box.mainlink-list ul li::after {
	content: '';
	width: 29px;
	height: 29px;
	position: absolute;
	right: -15px;
	top: 13px;
	background-image: url(../img/icon/mainlink-btn.svg);
	background-position: center;
}

.investor-box .list-box.mainlink-list ul li:hover::after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.investor-box .list-box.mainlink-list ul li a {
    font-weight: 600;
	font-size: 17px;
	color: #222;
}

.investor-box .list-box.mainlink-list ul li:hover a {
	color: #ed1c24;
	text-decoration: none;
}

.jcf-select .jcf-select-opener {
	background: none;
}

@media (max-width: 1239px) {
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next {
		margin-right: 0;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	nav.navbar.bootsnav ul.nav>li>a {
		padding: 25px 12px;
		font-size: 15px;
	}
	nav.navbar .navbar-brand img.logo {
		width: 190px;
	}
	.navbar-brand {
		padding: 7px 0 0;
		height: auto;
	}
	nav.navbar.bootsnav ul.nav>li>a.dropdown-toggle {
		top: 24px;
		right: 0px;
	}
	.attr-nav>ul>li>a {
		margin-top: 18px;
	}
	.investor-box .list-box.mainlink-list ul li {
		width: calc(100% / 3 - 31px);
	}
	.investor-box .list-box ul li {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
}

@media (max-width: 1023px) {
	nav.navbar.bootsnav ul.nav>li>a {
		color: #000;
	}
}

@media (max-width: 992px) {
	.attr-nav>ul>li>a {
		padding: 0 !important;
	}
	nav.navbar.bootsnav .navbar-toggle {
		color: #000;
		margin-top: 13px;
	}
	nav.navbar.bootsnav ul.nav>li>a {
		padding: 10px;
	}
	nav.navbar.bootsnav .navbar-nav {
		background: #fff;
		padding: 20px;
	}
	nav.navbar.bootsnav ul.nav>li:last-child>a {
		border-bottom: 0;
	}
	nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
		margin: 15px 0 !important;
	}
	nav.navbar.bootsnav ul.nav>li>a.dropdown-toggle {
		width: 36px;
		height: 40px;
		top: 2px;
		right: 0;
		text-align: center;
		line-height: 40px;
		border: 0;
		background: #f6f6f6 !important;
	}
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
		margin: 0;
		float: none;
	}
	nav.navbar.bootsnav .navbar-nav>li:first-child>a {
		border-top: 3px solid transparent;
	}
	nav.navbar .navbar-brand img.logo {
		width: 160px;
	}
	nav.navbar .navbar-brand {
		top: 0;
	}
	nav.navbar.bootsnav.navbar-fixed {
		position: static;
	}
}

@media (max-width: 991px) {
	.bg-fixed {
		background-attachment: inherit;
	}
	.main-title-h2 {
		font-size: 24px;
	}
	.main-title-h3 {
		font-size: 19px;
	}
	.main-title-h4 {
		font-size: 17px;
	}
	.des-w-btn-gout .btn-gout {
		position: static;
		margin-bottom: 20px;
	}
	.pro-list-box article.post:hover::after {
		height: 20px;
	}
	.idx-about-box {
		padding: 100px 0 50px;
	}
	.investor-box .list-box.mainlink-list ul li {
		width: calc(100% / 2 - 31px);
	}
	.select-style1 {
		margin-bottom: 30px;
	}
	.investor-box .list-box.download-list ul li {
		padding-right: 50px;
	}
	.investor-box .list-box.download-list ul li .download-btn {
		float: none;
		display: inline-block;
		padding: 0 6px;
		position: absolute;
		right: 0;
		top: 8px;
	}
	article.post {
		width: auto;
	}
	.news-list-box article.post.row {
		margin-bottom: 35px;
		padding-bottom: 35px;
		border-bottom: 3px #ccc solid;
	}
	.news-list-box article.post.row:last-child {
		border-bottom: 0
	}
}

@media (max-width: 767px) {
	/*g-recaptcha*/
	.g-recaptcha {
		transform: scale(0.82);
		-webkit-transform: scale(0.82);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	aside {
		padding-right: 0;
	}
	aside .widget {
		margin-bottom: 50px;
	}
	.inner-head {
		padding: 100px 0;
	}
	.inner-head h1, .inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5, .inner-head h6 {
		font-size: 25px;
		line-height: 1.5;
		margin-bottom: 7px;
	}
	.breadcrumb>li a, .breadcrumb>li, .breadcrumb>li.active {
		font-size: 13px;
	}
	.inner-head .breadcrumb {
		padding: 3px 15px 0;
	}
	footer {
		padding: 100px 0 40px;
	}
	footer .widget {
		margin-bottom: 20px;
	}
	footer .widget .title {
		margin-bottom: 10px;
	}
	.pro-list-box article.post {
		width: auto;
	}
	.idx-news-list-box {
		padding: 0;
	}
	.bg-dust::after, .bg-dust-2::after {
		background-size: 570px;
		height: 22px;
	}
	.bg-dust::after {
		top: -22px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next {
		border-radius: 7px 0 0 7px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev {
		border-radius: 0 7px 7px 0;
	}
	.contact-detail {
		padding: 0;
	}
	.investor-box .list-box.mainlink-list ul li {
		width: 100%;
		margin-right: 0;
		padding-right: 40px;
	}
	.investor-box .list-box.mainlink-list ul li::after {
		right: 10px;
	}
	.contact-form .form-group {
		padding-left: 0;
	}
	.checkator_element.checkbox {
		left: -10px;
	}
}

@media (max-width: 575px) {
	nav.navbar.bootsnav .navbar-header {
		text-align: left;
	}
	nav.navbar.bootsnav .navbar-toggle {
		margin-right: 24px;
		margin-left: 10px;
	}
	nav.navbar .navbar-brand img.logo {
		width: 155px;
	}
	#layerslider .btn {
		padding: 7px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 320px) {}

/*end. in
--------------------------------*/