* {
    font-family: Microsoft JhengHei, Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* a {
    text-decoration: none !important;
    outline: none !important;
    word-break: break-word;
}

* a,
* button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

* a:hover,
* button:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

* ul {
    padding: 0px;
    margin: 0px;
}

* img {
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

* p {
    word-break: break-word;
}

body {
    background-color: #fff;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr {
    margin: 0px;
    font-size: inherit;
}

textarea {
    resize: none;
}

form {
    margin-bottom: 0px;
}

.bmd-form-group {
    padding: 0px;
}

.form-control {
    background: none;
    box-shadow: none;
    height: auto !important;
    padding: inherit;
    font-size: inherit;
    line-height: inherit !important;
    /*display: inline-block;
    border: #eee solid 1px;*/
}

.form-control:focus {
    box-shadow: none;
    background: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px !important;
    letter-spacing: 0.05em;
    color: #ccc;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
    letter-spacing: 0.05em;
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
    letter-spacing: 0.05em;
    color: #ccc;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
    letter-spacing: 0.05em;
    color: #ccc;
}


@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 375px) {}