/* Add here all your css styles (customizations)
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css); */
body{
  /*font-family: 'Noto Sans TC';*/
  font-family:Microsoft JhengHei;
  font-size: 1.1em;
}
.h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
    /*font-family: 'Noto Sans TC';*/
    font-family:Microsoft JhengHei;
}
.g-font-secondary {
    /*font-family: 'Noto Sans TC';*/
    font-family:Microsoft JhengHei;
}
.g-bg-secondary{
	background-color: #fbf3dc !important;
}
.g-bg-golden{
	background-color: #ac1e23 !important;
}
.g-bg-red{
	background-color: #e50038 !important;
}
.g-color-red{
	color: #ac1e23 !important;
}
.g-color-primary--hover:hover{
	color: #ac1e23 !important;
}
.banner img{
	width: 100%;
}
.g-color-primary{
	color: #ac1e23 !important;
}
.g-bg-primary{
	background-color: #e50038 !important;
}
.g-brd-primary{
	border-color: #ac1e23 !important;
}
.u-block-hover:hover a{
	text-decoration: none;
}
.u-block-hover a .g-color-black{
	transition: all .5s ease;
}
.u-block-hover:hover a .g-color-black{
	color: #e50038 !important;
}
footer{
	border-top: 5px solid #e50038;
    background-color: #ac1e23;
    color: #fff;
}

.rwd-table {
    overflow: hidden;
   /*border:1px solid #dedede;*/
    margin-bottom: 3em;
}

    /*.rwd-table tr:nth-of-type(2n) {
        background: #f6f6f6;
    }*/
    .rwd-table {
        min-width: 100%;
    }
    .rwd-table th {
        display: none;
    }
    .rwd-table td {
        display: block;
    }
    /*.rwd-table tr td:last-child{
        border-right:1px solid #dedede;
    } */
    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        /*width: 100%;*/
        display: inline-block;\
    }
    .rwd-table td:nth-child(1){
        font-weight: 600;
    }
    .rwd-table th, .rwd-table td {
        text-align: left;
    }
    .rwd-table th, .rwd-table td:before {
        color: #c4a161;
        font-weight: bold;
    }

@media (min-width: 600px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table td {
        border-bottom:1px solid #c4a161;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.8em !important;
    }
    .rwd-table th{
        background: #c4a161;
        color: #fff;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
        font-weight: normal;
        font-size: 1em;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }
}
@media (max-width: 599px) {
	.rwd-table tr{
		border-bottom:1px solid #c4a161;
	}
	.rwd-table tr:nth-of-type(2n) {
        background: rgba(255,255,255,0.2);
    }
    .rwd-table th, .rwd-table td {
        padding: 3px 0.5em !important;
    }
}
.rwd-table a{
    color: #a10f2b;
    transition: all .3s ease;
}
.rwd-table a:hover{
    color: #9d783c;
    text-decoration: none;
}
.rwd-table a i{
    background-color: #a10f2b;
    border-radius: 3px;
    padding: 3px 4px;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    text-decoration: all .5s ease;
}
.rwd-table a:hover i{
    color: #9d783c;
}

.info-imp{
	padding: 10px;
	background-color: rgba(255,255,255,.5);
	border-radius: 10px;
	margin: 10px 0;
}
.info .u-icon-v2{
	position: relative;
	top: -10px;
	margin-right: 10px;
}
.info-text{
	border-top:1px solid #dfbb7a;
	border-bottom:1px solid #dfbb7a;
	padding: 30px 0;
}
.info-text-2{
	border-bottom:1px solid #dfbb7a;
	padding: 30px 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #9d783c;
    border-color: transparent;
    color: #fff;
}
.daterangepicker td.in-range {
    background-color: #f0ebe1;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.u-go-to-v1 {
    width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color:#fbc700;
    color: #fff;
    font-size: 1.8em;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    transition: .3s ease-out;
    z-index: 11;
}
.u-go-to-v1:hover {
    background-color: #e50038;
}
.fb{
    padding-top: 10px;
}

.u-btn-darkred {
    color: #fff;
    background-color: #9d783c;
}

.u-btn-darkred {
    color: #fff;
    background-color: #ac1e23;
}


footer a {
    color: #fff;
    outline: none;
}

footer a:focus, a:hover {
    color: #f7ca72;
}

.g-bg-primary--hover:hover {
    background-color: #e7ba5a !important;
}




.g-color-primary--hover:hover {
    color: #e7ba5a !important;
}



.u-btn-darkred:hover, .u-btn-darkred.active {
    border-color: #e50038;
    background-color: #e50038;
}