/* Add a black background color to the top navigation */

body{
	margin: 0;
  	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', font-family;
}
.login{
	float: right;
	display: block !important;
	background: #FF181C;
	position: relative;	
	width: 168px;
	margin:7px 1px 0px 0px;

}

.topbar{
	text-align:right;	
	font-weight: 500;
	font-size: 14px;
}
.toptext{
	font-weight: 600;
	font-size: 14px;
	color:#2e2e2e;
}



.media-left{
	width: 144px;
    height: 132px;
	float: left;
	padding-right:20px;

}

.media-body{
	width: 100%;

}

.media-body-card{
	width: 100%;
	padding-top:25px;
  	float: right;
}

.media-block{
	height:132px;
	padding-bottom:50px;
	width:100%;
    display: flex;
}

.media-title{
	margin-top: 0;
}
.toptext:hover{
	font-weight: 500;
	font-size: 14px;
	color:#ee1818 !important;	
}
.readmore {
	color:#2e2e2e;
	font-size: 1.1rem;
}

a.readmore:hover{
	color:#ff181c !important;
	font-weight: 900 !important;
	font-size: 1.1rem;
}

.title-small{	
	color:#2e2e2e;
	font-weight: 400 !important;
}


.title-small:hover{
	color:#ee1818 !important;
	font-weight: 400 !important;
}

@media screen and (max-width: 600px) {
	.title-small{
	color:#2e2e2e;
	font-weight: 400 !important;
	font-size:1.2em;
	
}
}

.tablelink {
	color:#2e2e2e;
	font-weight: 400 !important;;
}

a.tablelink:hover{
	color:#ee1818 !important;
	font-weight: 400 !important;;
}

.sitemap{
	color:#2e2e2e;
}

a.sitemap:hover{
	color:#ee1818 !important;
}
.login :hover {
	background: #ee1818 !important;
}

.column {
  float: left;
  width: 50%;

}

@media screen and (max-width: 900px) {
  .column {
  width: 95%;
  }
}
@media screen and (max-width: 900px) {
  .contact{
	width: 98% !important;
	background-color:#ffaa23;
	color:#fff;
	padding:10px;
	position:inherit !important;
	}
}
.yellow-box{
	padding-top:25px;

}
.contact{
	width: 65%;
    height: 60%;
    left:25%;
    position: relative;
	  background-color:#ffaa23;
	  color:#fff;
	  padding:25px;

}

.call{
	color:#fff;

}
.logintext{
	vertical-align: middle; 
	color: #fff !important;
    font-weight: 600;
	text-align: center;
	}
	
.menutext{
	color: #2e2e2e;
    font-weight: 600;
	}
	
.menutext-active{
    font-weight: 600;
	background-color: #ececec;
    color: black;
	}
	
.topnav {
	overflow: hidden;
	max-width: 992px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;

}

a:focus {
  background:#ffaa23;
}      


.content-tab {
	max-width: 992px;
	margin: 0 auto;
	padding: 10px 5px 5px 35px;
	display:none;
}

.content-tab-text {
	font-size: 20px;
	color: #2e2e2e;
	text-align:center;
	font-weight:600;
}


.content {
	overflow: hidden;
	max-width: 992px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
}

.product{
	padding:0px 15px 0px 15px;
}


.red-title{
	color:#f33;
	font-weight:600;
	padding-top:10px;	
}

.red-line{
	border-bottom: 4px solid #f33;
}

.spacing{
	padding:20px 0px 20px 0px;
}

.spacing-small{
	padding:5px 0px 5px 0px;
}

.breadcrumb{
	position: absolute;
	top: 15px;
	left: 15px;
	color:#fff;
	
}

.breadcrumb-link{
	color:#fff;	
}

.h1-big{
	font-size: 3.6rem;
  font-weight: 700;
  margin-top: 0;
}



.access{
	text-decoration: none;
	color:#000 !important;
}

	
@media screen and (max-width: 900px) {
.h1-big{
	font-size: 2.2rem;
  font-weight: 700;
}
}

.h2-big{
	font-size: 2.6rem;
  font-weight: 700;
  margin-top: 0;
}



.footer{
	width:100%;
	max-width: 100%;
	height:200px;
	background: #484848;
	
}


@media screen and (max-width: 900px) {
.footer{
	width:100%;
	max-width: 100%;
	height:200px;
	background: #484848;
	}
}

.footer-text{
	color:silver;
	font-weight: 700;
	font-size: 14px;
	padding-top:12px;
}

.footer-text a{
	color:silver;
}

.footer-text a:hover {
	color:#ee1818;
}


/*banner*/

.banner{
	position: relative;
}

.banner-image
{
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 960px) {
.banner-image
        {
          width: 960px
          height: auto;
        }
@media only screen and (min-width: 1440px) {
.banner-image
        {
          width: 1440px
          height: auto;
        }
    }
@media only screen and (min-width: 2000px) {
        .banner-image
        {
          width: 2000px
          height: auto;
        }
    }
@media only screen and (max-device-width: 480px) {
       .banner-image
        {
          width: 480px
          height: auto;
        }
    }
@media only screen and (device-width: 768px) {
       .banner-image
        {
          width: 768px
          height: auto;
        }
    }
}
	

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #2e2e2e;
  text-align: center;
  padding: 25px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ececec;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #ececec;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
	

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;	
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
