@charset "UTF-8";
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Taviraj:300,400,700,300i,400i,700i");

/*
	Edit by MoWencho
	MoWencho@gmail.com
	Released for free 
*/

/* Reset */

body,td,th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.right {
	text-align: right;
}
.root1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #dbdbdb;
	text-decoration: none;
}
.root_nolink {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5771a1;
	text-decoration: none;
	text-align: right;
}
.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.text {font-size: 11px;
}
.address {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.addressB {}
.addressB {	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.address-mail {
	color: #FFF;
	text-decoration: none;
}
.a1_c {
	font-family: "Microsoft YaHei", SimHei, "Adobe Myungjo Std M";
	font-size: x-large;
	color: #002FA7;
}
.tt_c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 22px;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* link */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
}
a:active {
	text-decoration: none;
}
.a1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006;
	line-height: 28px;
}
.a1 {	color: #002fa7;
	font-size: xx-large;
}
.T1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5771a1;
}
.T11 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5771a1;
}

/* style */

.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style6 {font-size: 16px; font-weight: bold; color: #0000CC; }
.style8 {font-size: 20px; font-weight: bold; color: #FF0000; }
.style9 {
	font-size: 14px;
	font-weight: bold;
}
.style12 {font-size: 16px; font-weight: bold; color: #FF0000; }

/* slider */

.slider_container {
    width: 380px;
    height: 30px;
    position: relative;
    border: 0px solid;    
}

.slider_container div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider_container div {
    -webkit-animation: round 20s linear infinite;
            animation: round 20s linear infinite;
}

@-webkit-keyframes round {
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    24% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes round {
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    24% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.slider_container div:nth-child(5) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.slider_container div:nth-child(4) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}

.slider_container div:nth-child(3) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
}

.slider_container div:nth-child(2) {
    -webkit-animation-delay: 15s;
            animation-delay: 15s;
}

.slider_container div:nth-child(1) {
    -webkit-animation-delay: 20s;
            animation-delay: 20s;
}

.slider_container span {    
    color: #0000FF;
    background: #fff;
    position: absolute;
    left: 0%;
    top: 0px;
    width: 400px;
    height: 100px;
    font:"微軟正黑體";
    font-size: 19px;
    text-align: center;
    line-height: 100px;
    -webkit-transform:scaleY(1);
        -ms-transform:scaleY(1);
            transform:scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.slider_container:hover span {
    -webkit-transform:scaleY(1);
        -ms-transform:scaleY(1);
            transform:scaleY(1);
}

.slider_container:hover div {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}
  
/* Logo */

#D0{
    background-image: url('https://cmch.tw/image/logo.png');
    height: 120px; 
    width:300px; 
    border:1px #ccc solid; 
    border: 0px solid;    
    background-size: contain;
    background-repeat: no-repeat;
}
#D1{
    width:2px;
    height:27px;
    box-shadow:0 0 2px rgba(255,255,255,1); 
    top:53px;
    background:white;
    transform:rotateZ(30deg) scale(1.414);
    position:relative;
    opacity: 0.8;
    animation:TestMove 3s infinite; /*IE*/
    -moz-animation:TestMove 3s infinite; /*FireFox*/
    -webkit-animation:TestMove 3s infinite; /*Chrome, Safari*/
}
#D2{
    width:2px;
    height:15px;
    top:62px;
    box-shadow:0 0 1px rgba(255,255,255,1); 
    background:white;
    transform:rotateZ(30deg) scale(1.414);
    position:relative;
    opacity: 0.8;
    animation:TestMove 3s infinite; /*IE*/
    -moz-animation:TestMove 3s infinite; /*FireFox*/
    -webkit-animation:TestMove 3s infinite; /*Chrome, Safari*/
}
@keyframes TestMove{
    0% { left: 29%; }
    25% { left: 105%; }
    26% { left: 29%; }
    100% { left: 105%; }
}
@-moz-keyframes TestMove{
    0% { left: 29%; }
    25% { left: 105%; }
    26% { left: 29%; }
    100% { left: 105%; }
}
@-webkit-keyframes TestMove{
    0% { left: 29%; }
    25% { left: 105%; }
    26% { left: 29%; }
    100% { left: 105%; }
}

