/*
	Project:		-- Helpdesk
	Version:	    -- v 1.0
	Create Date:	-- 01-01-2017
	Last change:	--
	Primary use:	--
*/
/*
	--- Table Of Content ---

	1. Topbar - Header
    2. Banner Section
	3. Services
	4. Categories
	5. Tabs
	6. Testimonials
	7. Blog News
	8. Footer Widgets
	9. Copyright area

*/
/*a Importing Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700,800|Raleway:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@font-face {
  font-family: 'myriad bold';
  src: url('fonts/Myriad-Pro-Semibold-Condensed_31644.ttf');
}
@font-face {
  font-family: 'myriad';
  src: url('fonts/Myriad-Pro-Light_31642.ttf');
}
body {
  margin: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: #f7f7f7;
}
/*
body * {
  transition: all 0.4s ease 0s;
}
*/
li {
    list-style: none;
}
a{
	text-decoration:none;
}
@media (max-width: 992px) {
	body {
  background: #f7f7f7;
}
}
/*a Search popup placeholder */
.a_search_popup .form-control::-webkit-input-placeholder {
  color: #42C379;
}
.a_search_popup .form-control::-moz-placeholder {
  color: #42C379;
}
.a_search_popup .form-control:-ms-input-placeholder {
  color: #42C379;
}
.a_search_popup .form-control:-moz-placeholder {
  color: #42C379;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #222222;
}
/*search form placeholder*/
.a_mail_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9c9c;
}
.a_mail_form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #9c9c9c;
}
.a_mail_form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #9c9c9c;
}
.a_mail_form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #9c9c9c;
}
/*search form placeholder*/
.a_search .form-control::-webkit-input-placeholder, .a_search_form .form-control::-webkit-input-placeholder {
  color: #909190;
}
.a_search .form-control::-moz-placeholder, .a_search_form .form-control::-moz-placeholder {
  color: #909190;
}
.a_search .form-control:-ms-input-placeholder, .a_search_form .form-control:-ms-input-placeholder {
  color: #909190;
}
.a_search .form-control:-moz-placeholder, .a_search_form .form-control:-moz-placeholder {
  color: #909190;
}
/*contact and subscribe form placeholder*/
.a_subscribe .form-control:-moz-placeholder, .a_contact_form .form-control:-moz-placeholder {
  color: #a0a0a0;
}
.a_subscribe .form-control::-webkit-input-placeholder, .a_contact_form .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.a_subscribe .form-control::-moz-placeholder, .a_contact_form .form-control::-moz-placeholder {
  color: #a0a0a0;
}
.a_subscribe .form-control:-ms-input-placeholder, .a_contact_form .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.btn:focus, .btn:hover, a:focus, a:hover {
  outline: none;
}
p {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
td{
	font-size: 1.05em;
}
tr{
	font-size: 1.05em;
}
span {
    font-size: 1.05em;
}
.a_p0 {
  padding: 0;
}
.a_p10 {
  padding-bottom: 10px;
}
.a_p20 {
  padding-bottom: 10px;
}
.a_p30 {
  padding-bottom: 10px;
}
.a_m0 {
  margin: 0;
}
.a_m10 {
  margin-bottom: 10px;
}
.a_m20 {
  margin-bottom: 20px;
}
.a_m30 {
  margin-bottom: 30px;
}
.a_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a_img {
  display: block;
  height: auto;
  width: 100%;
}
.a_p {
  font-size: 14px;
  margin: 0 0 25px;
  color: #777;
}
.a_h4 {
  margin: 0 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #777;
}
.a_h5 {
  font-size: 16px;
  color: #777;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 34px;
}
.a_hr {
  border-color: #f3f3f3;
  margin: 0 0 15px;
}
.a_view_more {
  color: #42c379;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  vertical-align: top;
}
.a_view_more:focus, .a_view_more:hover {
  color: #42c379;
  text-decoration: none;
  opacity: 0.7;
}
/*
==============================================================
		main header style start here
==============================================================
*/

.a_header {
    margin-top: 140px;
}
/*
==============================================================
		header top bar style start here
==============================================================
*/
.a_header_top {
  background-color: #bc0c19;
  color: #fff;
}
.a_header_top_left {
  float: left;
}
.a_header_top_left p {
  font-family: 'myriad';
  padding-top: 12px;
}
.a_header_top_left p span {
  font-weight: bold;
}
.a_header_top_right {
  float: right;
}
.a_header_top_right ul {}
.a_header_top_right li {
  float: left;
}
.a_header_top_right li a {
  color: #fff;
  border-radius: 0;
  font-size: 1.2em;
  padding: 13px 18px;
}
.a_header_top_right .a_active a, .a_header_top_right li a:hover {
/*  background-color: #ed1c24;*/
  color: #fff;
}
/*
==============================================================
		header menu section start
==============================================================
*/
.a_menu_section {}
.a_navbar {
  border-style: none;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.navbar-brand {
  height: auto;
  padding: 25px 15px;
}
/*
.a_navbar .navbar-nav {
  padding-top: 25px;
}
*/
.a_navbar .navbar-nav > .a_active > a, .a_navbar .navbar-nav > li > a:focus, .a_navbar .navbar-nav > li > a:hover {
  background-color: transparent;
/*
  border-bottom: 2px solid #42c379;
  color: #42c379;
*/
  opacity: .5;
}
.a_navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #42c379;
}
.a_navbar .navbar-nav > li {
  margin-left: 40px;
}
.a_navbar .navbar-nav > li:first-child {
  margin-left: 0;
}
.a_navbar .navbar-nav > li > a {
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  color: #777777;
}
/*dropdown css*/
.a_dropdown {}
.a_dropdown .dropdown-menu {
  border-radius: 0;
  border-style: none;
  box-shadow: none;
  font-weight: bold;
  left: 0;
  min-width: 250px;
  padding: 5px 18px;
  top: 53px;
}
.a_dropdown .dropdown-menu > li > a {
  border-bottom: 1px solid #eeeeee;
  color: #777777;
  font-weight: bold;
  padding: 12px 0;
}
.a_dropdown .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.a_dropdown .dropdown-menu > li > a .fa {
  display: none;
}
.a_dropdown .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #42c379;
}
.a_dropdown .dropdown-menu > li > a:hover .fa {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin-top: 5px;
  margin-right: 5px;
}
/*
==============================================================
		banner section start
==============================================================
*/
.a_banner_section {
  background-repeat: no-repeat;
  background-size: cover;
  /*    max-height: 498px;*/
  height: 100vh;
  width: 100%;
  padding: 183px 0 186px;
}
.a_banner_inner {
  text-align: center;
  padding: 0 10px;
}
.a_banner_section h2 {
  margin: 0 0 30px;
  color: #666666;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.a_search {
  font-size: 13px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  height: 44px;
}
.a_search .form-control:focus {
  box-shadow: none;
  border-style: none;
}
.a_search .form-control {
  border-radius: 0;
  height: 44px;
  width: 73%;
  float: left;
  display: block;
  border-style: none;
  box-shadow: none;
  background-color: #fff;
  padding-left: 24px;
  font-family: "Poppins", sans-serif;
}
.a_search .input-group-btn {
  width: 27%;
  float: right;
  display: block;
}
.a_search .input-group-btn > .btn {
  background-color: #42c379;
  border-color: #42c379;
  border-radius: 0;
  color: #fff;
  height: 44px;
  width: 100%;
  font-weight: bold;
}
/*
==============================================================
		main start
==============================================================
*/
.a_main {}
.a_section {
  padding: 68px 0;
}
.a_view_section {}
.a_view_box {
  position: relative;
  padding-left: 55px;
}

.a_listing_section {
  background-image: url("images/listing-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.a_listing_section h4 {
  color: #fff;
}
.a_listing_section li {
  margin: 0 0 15px;
}
.a_listing_section li a {
  color: #eeeeee;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
}
.a_listing_section li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.a_listing_section li a .fa {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
}
.a_faq_section {
  position: relative;
}
.a_faq_list {}
.a_faq_list ul {
  border: 1px solid #dddddd;
}
.a_faq_list li {}
.a_faq_list li a {
  background-color: #f7f8f7;
  border-bottom: 1px solid #e2e2e2;
  color: #777777;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 13px 15px 13px 43px;
  text-transform: uppercase;
}
.a_faq_list li:last-child a {
  border-bottom: none;
}
.a_faq_list .active a, .a_faq_list li a:focus, .a_faq_list li a:hover {
  background-color: #42c379;
  display: block;
  color: #fff;
  text-decoration: none;
}
.a_faq_section p {
  font-size: 14px;
  margin: 0 0 50px;
  color: #777;
  line-height: 26px;
}
.a_arrow_list {}
.a_arrow_list li {
  margin: 0 0 15px;
}
.a_arrow_list li a {
  color: #777;
  font-size: 14px;
}
.a_arrow_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.a_arrow_list li a .fa {
  color: #42c379;
  margin-right: 20px;
}
.a_led {
  max-width: 263px;
  width: 100%;
}
.a_faq_section .a_man_img {
  position: absolute;
  right: -80px;
  bottom: 0;
  max-width: 351px;
  width: 100%;
}
.a_testimonial_section {
  background-color: #f7f8f7;
  text-align: center;
}
.a_testimonial_section p {
  font-size: 18px;
  line-height: 35px;
}
.a_testimonial_section .item span {
  color: #333333;
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}
.a_testimonial_section .item span a {
  color: #42c379;
}
.a_testimonial_section .item span a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.a_control {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px;
  overflow: hidden;
}
.a_control .carousel-control {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  margin: 0 5px;
  background-color: #f7f8f7;
  background-image: none;
  font-size: 10px;
  text-align: center;
  opacity: 1;
  padding: 6px 10px;
  width: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  text-shadow: none;
  float: left;
}
.a_control .carousel-control:hover {
  opacity: 0.7;
}
.a_profile_section {}
.a_profile {
  color: #777777;
  margin-bottom: 15px;
}
.a_profile strong {
  font-size: 15px;
  margin: 0 0 15px;
  display: block;
}
.a_profile .a_profile_img {}
.a_profile .a_profile_img img {
  max-width: 30px;
  margin-right: 15px;
}
.a_profile .a_profile_img span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
/*
==============================================================
		header start
==============================================================
*/
/*
.a_footer{
	background-color: #212121;
	padding:62px 0 0;
}
*/
.a_f_block {
  margin-bottom: 62px;
  overflow: hidden;
}
.a_f_logo {
  width: 122px;
  margin: 0 0 25px;
}
.a_f_block p {
  color: #9c9c9c;
  font-size: 12px;
  margin: 0 0 17px;
  line-height: 25px;
}
.a_f_block hr {
  border-color: #343434;
  margin: 0 0 20px;
}
.a_f_block strong {
  font-size: 14px;
  color: #9b9b9b;
  display: block;
  margin: 0 0 20px;
}
.a_social_icons {
  margin: 0 -5px;
}
.a_social_icons li {
  float: left;
  margin: 0 5px;
}
.a_social_icons li a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 2px;
  width: 40px;
  text-align: center;
  color: #afafaf;
  border-radius: 100%;
  background-color: #2c2c2c;
}
.a_social_icons li a:hover {
  color: #2c2c2c;
  text-decoration: none;
  background-color: #afafaf;
}
.a_f_block h5 {
  font-size: 14px;
  margin: 0 0 30px;
  color: #f2f2f2;
  text-transform: uppercase;
}
.a_f_block .a_thumb {
  position: relative;
  padding: 0 0 0 83px;
  height: 61px;
  margin: 0 0 23px;
}
.a_f_block .a_thumb img {
  position: absolute;
  top: 0;
  left: 0;
}
.a_f_block .a_thumb p {
  color: #c2c2c2;
  font-size: 12px;
  margin: 0 0 7px;
  font-family: 'Montserrat', sans-serif;
}
.a_f_block .a_thumb span {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  color: #939393;
}
.a_address_block {
  color: #9c9c9c;
}
.a_address_block p {
  margin: 0 0 22px;
  line-height: 20px;
}
.a_address_block p:last-child {
  margin: 0;
}
.a_address_block .fa {
  margin-right: 2px;
}
.a_address_block strong {
  font-size: 12px;
  margin: 0 0 5px;
  display: block;
}
.a_address_block span {
  font-size: 12px;
  display: block;
  margin: 0 0 5px;
}
.a_address_block a {
  color: #9c9c9c;
}
.a_address_block a:hover {
  color: #fff;
  text-decoration: none;
}
.a_mail_form {}
.a_mail_form .form-control {
  background-color: #393939;
  width: 75%;
  border-radius: 0;
  box-shadow: none;
  border: none;
  float: left;
  height: 45px;
  font-size: 11px;
  color: #fff;
}
.a_mail_form .btn {
  background-color: #42c379;
  width: 25%;
  border-radius: 0;
  box-shadow: none;
  border: none;
  float: left;
  height: 45px;
  color: #fff;
}
.a_copyright {
  color: #afafaf;
  font-size: 13px;
  background-color: #161616;
  padding: 25px 0;
  text-align: center;
}
.a_copyright a:hover {
  color: #fff;
  text-decoration: none;
}
.a_copyright_left {
  float: left;
}
.a_copyright_left p a {
  color: #42c379;
}
.a_copyright_right {
  float: right;
}
.a_copyright_right a {
  color: #afafaf;
}
/*
==============================================================
		knowledge page start
==============================================================
*/
.a_knowledge_page .a_faq_section {
  padding-top: 30px;
}
.a_questions_section {
  padding-bottom: 0;
}
.a_q_box {
  margin: 0 0 30px;
}
.a_q_box h4 {
  background-color: #42c379;
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 15px;
}
.a_q_box h4 a {
  float: right;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}
.a_q_box h4 a:hover {
  text-decoration: none;
}
.a_q_list {
  background-color: #333333;
  padding: 20px 15px;
  font-size: 14px;
}
.a_q_list ul {}
.a_q_list li {
  margin: 0 0 18px;
}
.a_q_list li:last-child {
  margin: 0;
}
.a_q_list a {
  color: #cecece;
}
.a_q_list a .fa {
  margin-right: 3px;
}
.a_q_list a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*
==============================================================
		forum page start
==============================================================
*/
.a_forum_block {
  margin: 0 0 30px;
}
.a_forum_block h3 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  background-color: #42c379;
  padding: 15px 18px;
}
.a_forum_block h3 a {
  float: right;
  text-decoration: underline;
  font-size: 13px;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}
.a_forum_block h3 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.a_forum_row {
  color: #777777;
  background-color: #f3f6f8;
  border-bottom: 1px solid #42c379;
  padding: 25px 18px;
}
.a_forum_row h5 {
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: bold;
}
.a_forum_row span {
  font-size: 12px;
}
.a_forum_row p {
  margin: 0 0 5px;
}
.a_forum_row p:last-child {
  margin: 0;
}
.a_forum_row p span {
  float: right;
}
.a_forum_row p a {
  float: right;
  color: #42c379;
  font-size: 13px;
}
.a_forum_row p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.a_login_box {
  background-color: #333333;
  color: #fff;
  margin-bottom: 30px;
}
.a_login_box ul {
  border-style: none;
  background-color: #42c379;
}
.a_login_box ul li {
  margin: 0;
  border-style: none;
}
.a_login_box ul li a {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border-style: none;
  margin: 0;
  padding: 11px 15px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.a_login_box ul .active a, .a_login_box ul .active a:focus, .a_login_box ul .active a:hover, .a_login_box ul li > a:hover {
  background-color: #333333;
  border-style: none;
  color: #fff;
}
.a_login_box .tab-content {
  padding: 28px 27px;
  background-color: #333333;
}
.a_login_box .form-control {
  color: #777;
  text-transform: uppercase;
  font-size: 10px;
  height: 38px;
  border-radius: 0;
  border-style: none;
  box-shadow: none;
}
.a_login_box .form-control:hover {
  box-shadow: none;
}
.a_login_box .form-group {
  margin: 0 0 20px;
}
.a_login_box .form-group:last-child {
  margin: 0;
}
.a_login_box .form-group .checkbox {
  margin: 0;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.a_login_box [type="checkbox"]:not(:checked), .a_login_box [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.a_login_box [type="checkbox"]:not(:checked) + label, .a_login_box [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.a_login_box [type="checkbox"]:not(:checked) + label:before, .a_login_box [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
}
.a_login_box [type="checkbox"]:not(:checked) + label:after, .a_login_box [type="checkbox"]:checked + label:after {
  position: absolute;
  transition: all .2s;
  top: 4px;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  transform: rotate(45deg);
}
.a_login_box [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.a_login_box [type="checkbox"]:checked + label:after {
  opacity: 1;
}
.a_login_box .form-group button {
  font-size: 12px;
  float: right;
  border-radius: 0;
  border-style: none;
  color: #fff;
  background-color: #42c379;
  height: 38px;
}
/*
==============================================================
		blog-detail page start
==============================================================
*/
.a_small_banner {}
.a_small_banner {
  background-image: url(images/banner1.png);
  padding: 75px 0 75px;
}
.a_small_banner h2 {
  margin: 0;
}
.a_blog_detail_page {}
.a_main_content {
  padding: 30px 0 0;
  color: #777777;
  border-bottom: 1px solid #f4f4f4;
}
.a_content h4 {
  margin: 0 0 30px;
}
.a_content h3 {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.a_post_header {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  margin: 0 0 29px;
}
.a_post_detail {
  padding: 10px;
  float: left;
  border-color: #fff;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  width: 86%;
}
.a_post_detail figure {
  width: 32px;
  margin: 0;
  float: left;
}
.a_post_detail ul {
  float: left;
}
.a_post_detail li {
  float: left;
  padding-left: 16px;
  color: #777777;
  font-weight: bold;
  border-left: 1px solid #d5d5d5;
  line-height: 16px;
  min-width: 103px;
}
.a_post_detail li:first-child {
  border-style: none;
}
.a_post_detail li p {
  font-size: 11px;
  margin: 0;
  color: #666666;
  line-height: inherit;
}
.a_post_detail li strong {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.a_next_post {
  border-style: none;
  border-radius: 0;
  color: #fff;
  background-color: #42c379;
  text-transform: uppercase;
  font-size: 12px;
  float: right;
  width: 14%;
  height: 54px;
  font-weight: bold;
  padding-top: 18px;
}
.a_next_post:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.a_feature_img {
  margin: 0 0 33px;
}
.a_content p {
  line-height: 26px;
}
.a_content .a_arrow_list {
  margin-bottom: 58px;
}
.a_tags {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  margin-bottom: 25px;
}
.a_tags strong {
  font-size: 18px;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 19px;
}
.a_tags ul {
  float: left;
  margin: 0 -5px;
}
.a_tags li {
  float: left;
  margin: 0 5px;
}
.a_tags li a {
  color: #777;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  padding: 5px 8px;
  display: inline-block;
  vertical-align: middle;
}
.a_tags li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.a_authur {
  background-color: #f4f4f4;
  padding: 30px 28px;
  margin-bottom: 30px;
}
.a_authur figure {
  float: left;
  margin: 0;
  width: 21%;
}
.a_author_text {
  color: #777777;
  float: left;
  width: 79%;
  padding-left: 20px;
}
.a_author_text h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.a_author_text small {
  font-size: 11px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
}
.a_author_text p {
  margin: 0 0 15px;
}
.a_author_text strong {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 20px;
}
.a_author_text ul {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.a_author_text li {
  float: left;
  margin-right: 30px;
}
.a_author_text li a {
  color: #777;
}
.a_author_text li a:hover {
  opacity: 0.7;
}
.a_comments {
  color: #9b9b9b;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #e8e8e8;
}
.a_comments h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.a_comments .media:first-child {
  margin-top: 0;
}
.a_comments .media {
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
  overflow: visible;
  margin-top: 30px;
}
.a_comments .media-left {
  padding-right: 13px;
}
.a_comments img {
  max-width: 72px;
}
.a_comments .media-heading {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
}
.a_comments small {
  float: right;
  font-size: 14px;
  color: #aaa9a9;
}
.a_comments small a:before {
  background-image: url(images/reply-arrow.png);
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 12px;
}
.a_comments small a {
  color: #aaa9a9;
  position: relative;
  padding-left: 20px;
}
.a_comments small a:hover {
  color: #aaa9a9;
  text-decoration: none;
  opacity: 0.7;
}
.a_comments p {
  line-height: 24px;
}
.a_comments .media-body {
  overflow: visible;
}
.a_comments .media-body .media-left {
  position: relative;
}
.a_comments .media-body .media-left:before {
  background-image: url(images/media-arrow.png);
  content: '';
  position: absolute;
  left: -57px;
  top: 2px;
  width: 50px;
  height: 45px;
  z-index: 999999;
  display: block;
}
.a_leave_comments {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0 60px;
}
.a_leave_comments h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}
.a-comments-form {}
.a_form {
  font-family: 'Raleway', sans-serif;
  margin-top: 25px;
}
.a_form .form-group {
  margin: 0 0 30px;
}
.a_form .form-control {
  border-radius: 0;
  background-color: #f7f8f7;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  color: #222222;
  height: 35px;
  box-shadow: none;
}
.a_form .form-control:focus {
  box-shadow: none;
  border: 1px solid #d3d3d3;
}
.a_form textarea.form-control {
  height: 222px;
  resize: none;
}
.a_form .btn {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-style: none;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 125px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
}
.a_blog_detail_page .a_profile_section {
  padding-top: 30px;
}
.a_blog_detail_page .a_profile_section h3 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #777777;
}
.a_blog_detail_page .a_profile .a_profile_img {
  margin-bottom: 10px;
}
.a_sidebar h4 {
  margin-bottom: 15px;
}
.a_search_form .input-group {
  background-color: #f7f8f7;
  border: 1px solid #d3d3d3;
/*  margin-bottom: 50px;*/
  border-radius: 10px;
  margin-top: 5px;
}
.a_search_form .form-control {
  border-radius: 0;
  background-color: #f7f8f7;
  border: 1px solid #d3d3d3;
  border-style: none;
  font-size: 14px;
  color: #222222;
  height: 35px;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
}
.a_search_form .form-control:hover, .a_search_form .form-control:focus {
  border-style: none;
}
.a_search_form .btn {
  border-radius: 0;
  height: 35px;
  border-style: none;
  background-color: #f7f8f7;
  cursor: pointer;
  color: #222222;
}
.a_search_form .btn:active, .a_search_form .btn:focus {
  background-color: #f7f8f7;
}
.a_h_bar {
  background-color: #42c379;
  display: block;
  height: 5px;
  margin-bottom: 40px;
  vertical-align: top;
  width: 70px;
}
.a_categories_list li:last-child {
  border-bottom: none;
}
.a_categories_list li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding: 15px 0;
}
.a_categories_list li a {
  color: #777777;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.a_categories_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.a_categories_list li a .fa {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  color: #42c379;
}
.a_recent_post {}
.a_recent_post li {
  margin-bottom: 23px;
}
.a_recent_post a {
  position: relative;
  padding: 0 5px 0 94px;
  display: block;
  min-height: 67px;
}
.a_recent_post a:focus, .a_recent_post a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.a_recent_post figure {
  margin: 0;
  width: 81px;
  height: 67px;
  position: absolute;
  left: 0;
  top: 0;
}
.a_recent_post h4 {
  font-size: 14px;
  color: #777777;
  margin: 0;
  line-height: 24px;
}
.a_recent_post span {
  color: #42c379;
  font-size: 12px;
  font-weight: bold;
  padding-left: 17px;
  position: relative;
}
.a_recent_post span .fa {
  left: 0;
  position: absolute;
  top: 3px;
}
/* Carousel  testimonial section*/
.a_testimonial .carousel {
  padding: 0 0 90px 0;
}
.a_testimonial .carousel-indicators {
  right: auto;
  top: auto;
  bottom: 0px;
  width: 100%;
  left: auto;
  letter-spacing: -6px;
  margin: 0;
}
.a_testimonial .carousel-indicators li {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.4s;
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  margin: 0 7px;
}
.a_testimonial .carousel-indicators .active {
  background: #333333;
  width: 74px;
  height: 74px;
  border-radius: 100px;
  border-color: #f33;
  overflow: hidden;
}
.a_testimonial .carousel-inner {
  min-height: 177px;
  max-width: 400px;
  margin: 0 auto;
}
.a_testimonial .item {
  background-color: #f4f4f4;
  padding: 20px 25px;
}
.a_testimonial .item:before {
  border-color: #f4f4f4 transparent;
  border-style: solid;
  border-width: 12px 12px 0;
  content: "";
  position: absolute;
  top: 100%;
}
.a_testimonial .a_item1:before {
  left: 30%;
}
.a_testimonial .a_item2:before {
  left: 45%;
}
.a_testimonial .a_item3:before {
  left: 60%;
}
.a_testimonial p {
  font-size: 14px;
  font-style: italic;
  color: #777;
  margin: 0 0 10px;
  line-height: 24px;
}
.a_testimonial h3 {
  font-size: 16px;
  color: #222;
  margin: 0;
}
.a_testimonial h4 small {
  font-size: 13px;
  color: #444;
}
.a_sidebar .a_tags {
  border-bottom: medium none;
  border-top: medium none;
  margin-bottom: 0;
  padding: 0;
}
.a_sidebar .a_tags ul {
  float: none;
}
.a_sidebar .a_tags li {
  margin: 0 5px 10px;
}
/*
==============================================================
		blog-listing page start
==============================================================
*/
.a_blog_listing_page .a_profile .a_profile_img {
  padding-bottom: 15px;
}
.a_pagination_section {
  text-align: center;
  padding-top: 0;
}
.a_pagination_section .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}
.a_pagination_section .pagination > li > a {
  padding: 8px 14px;
  margin-left: 0;
  color: #777777;
  border-bottom: 1px solid #42c379;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}
.a_pagination_section .pagination > .active > a, .a_pagination_section .pagination > .active > a:focus, .a_pagination_section .pagination > .active > a:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #42c379;
  border-bottom: 1px solid #42c379;
  border-right: none;
  border-left: none;
  border-top: none;
}
/*
==============================================================
		contact us page start
==============================================================
*/
.a_map iframe {
  max-height: 395px;
  height: 395px;
  width: 100%;
}
.a_contact_form {}
.a_contact_form .form-group {
  position: relative;
  margin: 0 0 10px;
}
.a_contact_form form .form-group:last-child {
  margin: 0 0 20px;
}
.a_contact_form .form-control {
  height: 65px;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background-color: #f7f8f7;
  box-shadow: none;
  padding-left: 58px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.a_contact_form textarea.form-control {
  height: 170px;
  resize: none;
  padding-top: 20px;
  margin-bottom: 20px;
}
.a_contact_form .form-group .fa {
  position: absolute;
  left: 30px;
  top: 25px;
  color: #d5d5d5;
}
.a_contact_form .btn {
  height: 66px;
  background-color: #42c379;
  color: #fff;
  border-radius: 0;
  border-color: #8ca644;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 6px 30px;
  font-family: 'Montserrat', sans-serif;
}
.a_subscribe_block {}
.a_subscribe_block h4 {
  text-transform: capitalize;
  margin: 0 0 28px;
}
.a_subscribe_block span {
  color: #999;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.a_fax {}
.a_fax .a_box {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 10px;
  margin: 0 0 35px;
}
.a_fax h3 {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  padding-left: 40px;
  position: relative;
}
.a_fax h3 .fa {
  color: #333;
  font-size: 14px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 2px;
}
.a_fax p {
  margin: 0 0 10px;
}
.a_fax p a {
  color: #777;
}
.a_fax p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.a_subscribe {
  font-size: 13px;
  width: 100%;
  height: 65px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 28px;
}
.a_subscribe .form-control:focus {
  box-shadow: none;
  border-style: none;
}
.a_subscribe .form-control {
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background-color: #f7f8f7;
  height: 65px;
  width: 73%;
  float: left;
  display: block;
  box-shadow: none;
  padding-left: 24px;
  font-size: 14px;
  padding-left: 58px;
}
.a_subscribe .fa {
  position: absolute;
  left: 30px;
  top: 25px;
  color: #d5d5d5;
}
.a_subscribe .input-group-btn {
  width: 27%;
  float: right;
  display: block;
}
.a_subscribe .input-group-btn > .btn {
  background-color: #42c379;
  border-color: #42c379;
  border-radius: 0;
  color: #fff;
  height: 65px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
/*popup modal for login*/
.a_login {}
.a_login .modal-dialog {
  margin: 200px auto 30px;
  width: 360px;
}
.a_login .a_login_box {
  margin-bottom: 0;
}
/*popup modal for Search*/
.a_search_popup {
  background-color: rgba(0, 0, 0, 0.8);
}
/*.a_search_popup button::before {

    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3000;
}*/
.a_search_popup button.close {
  border-color: #42C379 #42C379 transparent transparent;
  border-style: solid;
  border-width: 0 55px 55px 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.a_search_popup button.close:focus, .a_search_popup button.close:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.a_search_popup button.close span {
  position: absolute;
  right: -46px;
  top: 3px;
}
.a_search_popup .modal-dialog {
  background-color: transparent;
  margin: 300px auto 0;
  max-width: 600px;
  padding-left: 17px;
  width: 100%;
}
.a_search_popup .modal-content {
  background-color: transparent;
  box-shadow: none;
  border-style: none;
}
.a_search_popup .form-group {
  margin-bottom: 0;
}
.a_search_popup .form-control {
  background-color: transparent;
  border-style: none;
  border-bottom: 2px solid #42C379;
  border-radius: 0;
  box-shadow: none;
  color: #42C379;
  display: block;
  font-size: 24px;
  height: 60px;
}
/*side menu bar*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #42c379;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 28px;
  z-index: 10;
}
.sidenav h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-left: 28px;
}
.sidenav p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
  padding-left: 28px;
  font-family: 'Raleway', sans-serif;
}
.sidenav .navbar-nav {
  float: none;
  padding-left: 28px;
}
.sidenav .navbar-nav > li {
  float: none;
  line-height: 12px;
  margin-bottom: 20px;
}
.sidenav .navbar-nav > li > a {
  line-height: 12px;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: 0.3s;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
.sidenav .navbar-nav > li > a:active, .sidenav .navbar-nav > li > a:focus, .sidenav .navbar-nav > li > a:hover {
  color: #fff;
  opacity: 0.7;
  background-color: transparent;
}
.sidenav .a_dropdown .dropdown-menu {
  display: none;
  background-color: transparent;
  position: relative;
  left: 0;
  top: 0;
  padding: 16px 0 16px 20px;
}
.sidenav .a_dropdown.open .dropdown-menu {
  display: block;
}
.sidenav .a_dropdown .dropdown-menu > li {
  margin-bottom: 5px;
}
.sidenav .a_dropdown .dropdown-menu > li > a {
  border-style: none;
  color: #fff;
  padding: 0;
  background-color: transparent;
  text-transform: lowercase;
  font-size: 12px;
}
.sidenav .a_dropdown .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #fff;
  opacity: 0.7;
}
.sidenav a:hover, .offcanvas a:focus {
  color: #fff;
  opacity: 0.7;
  background-color: transparent;
}
.sidenav .closebtn {
  color: #fff;
  font-size: 36px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;
}
.a_menu_section .a_navbar .a_small_menu {
  display: none;
}
/*---------------------首頁搜尋頁面---------------------*/
#a_main_wrapper {
/*  height: 100vh;*/
}
.nav_box {
  /*    height: 85vh;*/
  margin-left: 15px;
  margin-right: 15px;
}
.nav_box .row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
	width: 80%;
    margin: auto;
}
/*
.a_header_top_right li:first-child{
	border-right: 1px solid #fff;
}
*/
@media all and (max-width:1200px) {
  .nav_box .row {
	width: 100%;
  }
  .nav_box .a_view_box {
    padding-left: 0;
  }
}
@media (max-width:768px) {
 .nav_box .row {

    height:100%;

}
}
/*---------------------搜尋按鈕---------------------*/
.content {
}
.flex-form input[type="submit"] {
  background: #ef3f5a;
  border: 1px solid #ef3f5a;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50px 50px 50px 50px;
}
.flex-form input[type="submit"]:hover {
  background: #d73851;
  border: 1px solid #d73851;
}
.flex-form {
  display: -webkit-box;
  display: flex;
  z-index: 10;
  position: relative;
  width: 500px;
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.7s ease 0s;
  border-radius: 50px 50px 50px 50px;
  background: #fff;
}
.flex-form:hover {
/*  width: 600px;*/
}
.flex-form > * {
  border: 0;
  padding: 0 10px 0 20px;
/*  background: #fff;*/
  line-height: 50px;
  font-size: 1rem;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
input[type="search"] {
  flex-basis: 500px;
  flex-basis: 500px;
  border-radius: 50px 50px 50px 50px;
  box-shadow: none;
  font-size: 1.1em;
}
.mig_am {
  display: block;
/*  width: 38px;*/
  position: absolute;
  top: -100px;
  right: -35px;
}
.Search-am:hover ~ .mig_am {
	animation: rotate 0.82s linear infinite;
}

@keyframes rotate {
  10%, 90% {
    transform: rotate(7deg);
  }
  20%, 80% {
    transform: rotate(-7deg);
  }
  30%, 50%, 70% {
    transform: rotate(7deg);
  }
  40%, 60% {
    transform: rotate(-7deg);
  }
}
.content .Tags {
  margin: 20px 0;
  width: 100%;
  z-index: 1;
  font-size: 1.2em;
}
.btn.btn-primary.btn-xs {
  margin: 2px;
  hanging-punctuation: 15px;
  font-size: .9em;
  border: none;
  padding: 8px;
  background: #808184;
}
.btn-primary {
    color: #fff;
    background-color: #808184;
    border-color: #808184;
	padding: 8px;
}
.btn-primary:hover{
    color: #fff;
    background: #666667;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color:  #808184;
    border-color:  #808184;
}
.btn.btn-primary.btn-xs:hover {
  background: #666667;
}
.content h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.content p {
  font-size: 14px;
}

/*===============foot防止浮動=================*/
.page_content {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100vh;
}
.page_content .a_header {
/*  flex-grow: 1;*/
}
.page_content .main_body {
  flex-grow: 1;
}
.page_content .a_footer {
/*  flex-grow: 1;*/
}

/*===============foot防止浮動 end=================*/




@media all and (max-width:1024px) {
  .flex-form {
/*    width: 100%;*/
  }
  input[type="search"] {
    flex-basis: 100%;
  }
  .flex-form > * {
    font-size: 0.9rem;
  }
  .content .Tags {
    width: 100%;
  }
  .nav_box .row {
   width: 100%;
  }
  .nav_box .col-sm-6 {
     width: 100%;
  }
  .flex-form {
	 width: 600px;
  }
}
@media screen and (max-width: 728px) {
  .flex-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: none;
  }
  .flex-form:after {
    display: none;
  }
  .flex-form:hover {
    width: 100%;
  }
  .content h1 {
    text-align: center;
  }
  input[type="search"] {
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.3);
  }
  input[type="submit"] {
    margin-top: 10px;
  }
  .flex-form {
     width: 100%;
  }
  .mig_am{
	  display: none;

	}
}
@media screen and (max-width:400px) {

  .flex-form:after{
	display: none;
	}
	.footer_bottom{
		bottom:0;
		text-align: center;
	}
	.content h1 {
    text-align: center;
   }
	.flex-form {
	margin-top: none;
   }
	.a_header .a_view_box img {
    position: unset;
    display: block;
    width: 80%;
    height: 100%;
    margin: 0 auto 20px;
   }
}
@media all and (max-width:360px) {

  .flex-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  input[type="search"] {
    flex-basis: 0;
  }

}
/*---------------TN LOGOb搜尋上方---------------*/
.a_view_box img.bg_logo01 {
    display: none;
}
@media all and (max-width:1024px) {
  .a_view_box img.bg_logo01 {
	display:block;
    width: 150px;
    position: static;
  }
	a.navbar-mobile.index_mobile {
    background: #bc0c19;
    height: 75px;
}
}
@media all and (max-width:728px) {
  .a_view_box img.bg_logo01 {
	margin: 0 auto 20px;
  }
}
/*---------------TN LOGO動畫效果---------------*/

.nav_box .a_view_box .bg_logo02 {
  display: block;
  margin: 20px auto 0px;
  height: 300px;
  width: auto;
  animation: 3s infinite alternate floating;
  position: relative;
}
.nav_box .a_view_box .shadow {
  height: 2px;
  display: block;
  margin: 15px auto;
  animation: 3s infinite alternate shadow;
}
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes shadow {
  0% {
    width: 180px;
    box-shadow: 0px 20px 8px rgba(0, 0, 0, .8);
  }
  50% {
    width: 150px;
    box-shadow: 0px 20px 8px rgba(0, 0, 0, .5);
  }
  100% {
    width: 180px;
    box-shadow: 0px 20px 8px rgba(0, 0, 0, .8);
  }
}
@media screen and (max-width:1024px) {

  .Floating_animation{
  display: none;
  }
.nav_box .a_view_box {
  padding-left:0;
  }

}

/*----------------fooder--------------*/
.a_header_top_right {
    line-height: 40px;
}

footer.a_footer {
/*
  position: absolute;
  bottom: 0;
  width: 100%;
*/
}
.a_footer .a_copyright{
	padding: 15px;
}
footer.footer {
   width: 100%;
}
.footer .a_copyright{
/*	padding: 15px;*/
	margin-top: 50px;
}

/*============================================================================*/
/*Search_result-failure*/
/*============================================================================*/

.navbar-inverse{
	background: #bc0c19;
}

.navbar-brand {
    float: left;
/*    height: 70px;*/
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand  img {
    display: block;
    width: 200px;
}
.collapse.navbar-collapse ul li a{
	color: #fff;
    font-size: 15px;
	line-height: 40px;
}
li .input-group .input-group-btn {
    width: 10%;
    white-space: nowrap;
    vertical-align: middle;
}
.nav.navbar-nav.navbar-right li .a_search_form .input-group {
    background-color: #f7f8f7;
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 0px;
    border-radius: 0px 10px 10px 0px;
	background: #ca2027;
	height: 45px;
}
.fa-search:before {
    content: "\f002";
    color: #fff;
    font-size: 18px;
	padding: 5px;
}
.input-group .form-control:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 10px;
	font-size: 1.1em;
    margin: 5px;
}
.nav.navbar-nav.navbar-right li .a_search_form .input-group {
    background-color: #f7f8f7;
    border: 1px solid #d3d3d3;
    margin-bottom: 0px;
    border-radius: 50px;
	margin-top: 8px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    background-color:#fff;
}
@media (min-width: 768px){
	.container {
/*		 width:800px; */
	}
}
/*============================================================================*/
/*Search_result*/
/*============================================================================*/
.Search_result-Quantity.col-12 {
    background: #c6c6c6;
    padding: 10px 25px;
    color: #3a3a3a;
	margin: 10px 0;
	font-size: 1em;
}
.searchItem {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    background: #fff;
    padding: 15px 15px;
    margin: 0 0 10px 0;
	font-size: 1em;
}
.justify-content-center .color{
	color: #3a3a3a;
}
.company-name{
    font-size: 20px;
    line-height: 50px;
    color: #3a3a3a;
	font-weight: 600;
	border-right: 1px solid #000;
/*	height: 70px;*/
}
.company-name.col-md-3 h4 {
    line-height: 30px;
}
.align-center{
	display: flex;
    align-items: center;
    justify-content: center;
}
.pc-nav-wrapper{
	display: block;
	width: 100%;
    position: fixed;
    z-index: 500;
    top: 0;
    clear: both;
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.75);
}
.mobile-nav-wrapper{
	display: none;
}
.mobile-search{
		display: none;
	}
.navbar-header {
    float: left;
}
.searchItem.col-12.mt-2 a {
    text-decoration: none;
}
@media all and (max-width:992px) {
	.justify-content-center .border-left {
    border-left: none;
   }
	.align-center{
	display: block;
}
	.company-name{
	border-right:none;
}
	.col-12.mt-2{
		margin: 5px 15px;
	}
	.ma_top{
		margin-top: 15px;
	}
	#Swipe-down.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #bc0c19;
    margin-top: 0px;
    padding-top: 20px;
}
}
@media (max-width: 992px) {/*(max-width: 576px)*/
    .pc-nav-wrapper {
        display: none;
    }
	.Search_result-Quantity.col-12 {
	margin: 5px 15px;
	}
	.mobile-nav-wrapper{
	display: block;
    }
	.mobile-search{
		display: block;
	}
	.mobile-nav-wrapper .navbar-header {
    background: #fff;
	position: revert;
    }
	a.navbar-brand {
/*    background: #fff;*/
    }
	.navbar-mobile{
		display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
	}
	.navbar-mobile img{
	width: 200px;
	}
    header {
        margin-top: 65px;
    }
    nav ul li {
        float: none;
        width: auto;
    }
    /* mobile nav */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    body {
        font-family: "Montserrat";
/*        background-color: #fff;*/
    }
    body ul li {
        list-style-type: none;
    }
    .mobile-nav-wrapper {
        background-color: #bc0c19;
        width: 100%;
        position: absolute;
        z-index: 500;
        top: 0;
/*        clear: both;*/
    }
    ul#menu {
        display: none;
/*        margin-top: 65px;*/
        width: 100%;
		margin-bottom: 0;
    }
    ul#menu li a {
        width: 100%;
        display: block;
        background-color: #e22038;
        color: #fff;
        font-size: 1.5em;
        padding: 1.5em 1.6em;
        transition: background 0.2s;
        text-decoration: none;
        line-height: 20px;
        text-align: center;
        font-weight: 600;
    }
    ul#menu a:hover {
        background-color: #bc0c19;
    }
    .mobile-container {
        /*    display: none;*/
    }
    .nav ul#menu {
        display: inline;
    }
    .nav ul#menu li {
        display: inline-block;
        margin-right: -5px;
    }
    ul.mobile-nav li {
        height: 5px;
        background: #404041;
        content: "";
        position: relative;
        transition: 0.25s ease-in-out;
        float: none;
        width: auto;
    }
    .hidden {
        opacity: 0;
    }
    .rot45deg {
        transform: rotate(45deg);
        top: 10px !important;
    }
    .rot-45deg {
        transform: rotate(-45deg);
    }
    ul.mobile-nav {
        display: block;
    }
    ul.mobile-nav li:nth-child(1) {
        top: 0;
    }
    ul.mobile-nav li:nth-child(2) {
        top: 5px;
    }
    ul.mobile-nav li:nth-child(3) {
        top: 10px;
    }
    .mobile-container {
        width: 38px;
        margin: 2.5em 1.6em;
/*        height: 30px;*/
        cursor: pointer;
/*        float: right;*/
		position: absolute;
		top: -8px;
		right: 10px;
    }
	.navbar-header {
    float: none;
	}
}

@media all and (max-width:780px) {
	.searchItem {
        margin: 5px 15px;
    }
	.justify-content-center .border-left {
    border-left: none;
   }
	.Search_result-Quantity.col-12{
		margin: 5px 15px;
	}
	.a_main_content {
    padding: 40px 0 0;
  }
}
@media (min-width: 768px){
	.navbar-right {
		float: right !important;
		margin-right: 15px;
	}
}

@media all and (max-width:500px) {

	.a_main_content {
    padding: 0;
  }
}
/*============================================================================*/
/*view-source*/
/*============================================================================*/
.tags{
	margin-bottom:10px;
}
.margin-top h3{
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
.widget-wrap {
    margin-bottom: 30px;
}
.jumbotron{
	background: url(../images/image_banner-01.jpg);
    background-position: center bottom;
    height: 180px;
}
.txt h2 {
    color: #fff;
}
td.tit-width {
   width: 25%;
}
td.tit2-width {
/*    width: 75%;*/
}
.widget-title{
	background: #d82b40;
	padding:10px 5px 5px 5px;
	color: #fff;
	width: 120px;
	margin: 0;
	text-align: center;
}
.widget-wrap ul.disc{
	margin-left:-30px;
}
.bor_bottom{
	border-bottom: 4px solid #d82b40;
	margin-left: 10px;
}
.br_bot {
    border-bottom: 5px solid #d82b40;
    margin-bottom: 15px;
/*    margin-right: 15px;*/
    margin-left: 15px;
}
.disc li {
    list-style: none;
    border-bottom: 1px solid #000;
    margin: 10px 0;
    line-height: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
    padding-right: 10px;
}
.widget-wrap .btn.btn-primary.btn-xs {
    margin: 2px;
    hanging-punctuation: 15px;
    font-size: 1em;
    border: none;
    padding: 8px;
    background: #808184;
}
.disc li a{
    color: #565656;
}
.disc li a:hover {
    text-decoration: none;
    opacity: .8;
    color:#d34052;
}
.tech_hot,.tech_spec{
	color: #bc0c19;
}
ul.disc li:last-child {
    border-bottom: none;
}
time.p-homeSec-news_time {
    display: table-cell;
    vertical-align: top;
    color: #000;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 3rem;
	font-size: 24px;
	color: #faaf40;
	font-weight: bold;
	font-family:Arial;
}
ul.disc.pad {
    margin: 0 -20px;
	margin-right: 5px;
}


p.p-homeSec-news_txt {
    display: table-cell;
    vertical-align: top;
}
.searchItem .table img{
	width: 15px;
}
.searchItem .table a{
	text-decoration: none;
	/* color: #000; */
}
.header-company-code-link {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 992px) {
	.a_main_content {
    padding: 40px 0 0;
  }
/*
	.a_form{
		margin-bottom: 15px;
	}
*/
	.widget-wrap ul.disc {
    margin-left: 0;
	}

		.right_top {
		margin-top: 50px;
	}
		.searchItem{
		margin: 10px 0px;
		}
		.bor_bottom{
		margin-left: 0px;
	}
		.br_bot {
		margin-right: 0px;
		margin-left: 0px;
	}
	.jumbotron {
    height:180px;
	}
	.txt h2 {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    }
	.a_search_form .input-group {
    margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px){
.jumbotron {
     padding-top: 0px;
     padding-bottom: 0px;
}
	}
.jumbotron {
     padding-top: 48px;
     padding-bottom: 48px;
}


/*------------view-source表格連動---*/
@media only screen and (max-width: 720px) {


	/* Force table to not be like tables anymore */
	.break-table{
		background-color: transparent !important;
	}
	.break-table,
	.break-table thead,
	.break-table tbody,
	.break-table th,
	.break-table td,
	.break-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.break-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.break-table tr {
		border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        background-color: #ffffff;
	}
    .break-table tr:last-child{
		border-bottom:none
	}

	.break-table td {
		/* Behave  like a "row" */
		border: none !important;
/*		border-bottom: 1px solid #eee !important;  */
		position: relative;
		padding-left: 45% !important;
		white-space: normal;
		text-align:left;
	}

	.break-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 30%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		color: #1a1a1a;
	}
	.break-table td:before { content: attr(data-title); }
	.demo-area .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
	}

}

.copy-btn {
  padding: 6px 6px;
}
/* material */
.searchItem-detail {
  background-color: #a9a9a9;
}

.requestUpdateForm img{
  display: inline;
}
.requestUpdateForm .captcha-input{
  display: inline;
  width: 50%;
}
@media (max-width: 768px){
	.requestUpdateForm .captcha-input{
    width: 100%;
  }
}

.copy-btn {
  padding: 6px 6px;
}

.stock-group-header {
  margin: 20px 0;

}
.stock-group-header h4 {
  margin: 0px;
  padding: 10px 20px;
  border: #d3d3d3 solid 1px;
  display: inline-block;
}
.stock-group-header a {
  color: #000;
  text-decoration: none;
}
.stock-group-content {
  margin-bottom: 35px;
}
.stock-group-content a {
  text-decoration: none;
}
.breadcrumb {
  padding: 0px;
}


/* 首頁-概念股 */
.stock-group-area {
  align-items: normal;
  margin-left: 15px;
  margin-right: 15px;

}
.stock-group-area .row {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.stock-group-area .stock-group-header {
  font-size: 1.2em;
}
.stock-group-area .stock-group-content {
  background-color: #fff;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.stock-group-area .stock-group-content .stock-group-item {
  padding: 10px 5px;
}
.stock-group-area .stock-group-content .stock-group-item:not(:first-child) {
  border-top: #afafaf solid 2px;
}
.stock-group-area a {
  color: #000;
  text-decoration: none;
}
.stock-group-item .company-span {
  display: inline-block;
  margin: 2px 2px 6px 2px;
  color: #000;
  background-color: #b3b2b2;
  line-height: 1.5;
  border-radius: 3px;
  padding: 8px;
}
.clear {
  clear: both;
}

@media (max-width: 1024px) {
  .stock-group-area .row {
    width: 100%;
  }
}
/* ============概念股 ============================ */
.stock-group-item.stock-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .stock-group-item.stock-center{
      display: block !important;
  }
}
.stock-group-content.stock-bottom {
      margin-bottom: 50px;
}

.stock-group-item.stock-center {
      padding: 20px 10px !important;
}

.stock-group-area .stock-group-content.stock-bottom .stock-group-item:not(:first-child) {
  border-top: #afafaf solid 1px;
}
.stock-group-item .company-span.stock-bk{
  background-color: #D8D8D8 !important;
}

p.company-span.stock-bk span {
    color: #828387;
}

p.company-span.stock-bk {
    color: #000;
    font-weight: 600;
}

.stock-group-header.stock-tite h4 {
  border-radius: 5px 5px 5px 5px;
  background: #ffff;
  color: #707070;
}
.stock-group-header.stock-tite h4 a {
  color: #707070;
}
.nav_box.stock-box a {
  color: #707070;
  line-height: 25px;
  font-weight: 600;
}
.searchItem.margin-top.stock-searchItem {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 20px 0px;
}
.nav_box.stock-box2 {
  margin: 0px;
}
tr.sheet {
  background: #D8D8D8;
  color: #100E2B;
}
.nav_box.stock-box2 a {
  color: #100E2B;
}
.tag {
  color: #828387;
}
.Compiled {
  position: relative;
}
.company {
  position: relative;
}
.company_tag {
  position: relative;
}
.Compiled_tag {
  position: relative;
}
.add_tag {
  position: relative;
}
.crepresentative_tag {
  position: relative;
}
.representative_tag {
  position: relative;
}
.company_tag {
  display: none;
}
.Compiled_tag {
  display: none;
}
.add_tag {
  display: none;
}
.crepresentative_tag {
  display: none;
}
.representative_tag {
  display: none;
}
.triangle {
  position: absolute;
  left: 30px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  transform: rotate(0deg);
}
p.hide_tite_font {
  position: absolute;
    /* left: 0px; */
    top: 5px;
    background: #000;
    color: #fff;
    padding: 2px 5px 3px 5px;
    border-radius: 5px;
    font-size: 13px !important;
}

.dividend-policy-hr {
  border-top: 1px solid #000;
}

.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #ca2027;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  text-decoration: none;
  transition: opacity 0.3s;
  display: none;
}

.scrollup:hover {
  background-color: #ca2027;
  color: #fff;
}

@media (max-width: 768px){
	.scrollup{
    right: 5px;
  }
}


@media (max-width: 768px){
  .scroll-x {
    overflow-x: scroll;
  }
}

.table-right-text tr:not(:first-child) td:not(:first-child) {
  text-align: right;
}
.table-center-text {
  text-align: center;
}
.table-center-text-not-first-colum tr:not(:first-child) td:not(:first-child) {
  text-align: center;
}

.adjust-table-overflow {
  clear: both;
  overflow-x:auto;
}
.adjust-table-overflow table th:first-child,
.adjust-table-overflow table td:first-child {
  position: -webkit-sticky; /* 適用於 Safari */
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.table-col-width {
  min-width: 110px;
}
@media (max-width: 768px){
  .table-col-width {
    min-width: 124px;
  }
}

.anchor-area {
    scroll-margin-top: 145px;
}
@media (max-width: 768px){
    .anchor-area {
        scroll-margin-top: 75px;
    }
}
.anchor-link-group {
    border-top: 1px solid #000;
    margin-top: 5px;
}
.anchor-link-group a{
    display: inline-block;
    margin-top: 5px;
}
/* ============廣告版位============================ */
img.banner-img{
  width: 100% !important;
}
.DTL-Banner {
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 20px;
}
.Content-Banner {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin: 20px 0;
}
.Content-Banner {
  display:block;
} 
@media (max-width: 750px){
.Content-Banner {
  display:none
}    
}