* {
    /* font-family: Microsoft JhengHei; */
    font-family:'Noto Sans TC', 'Microsoft JhengHei';
    /* font-family: 'Almarai', 'Noto Sans TC', sans-serif; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-user-drag:none;
}

* a {
    text-decoration: none !important;
    outline: none !important;
}

* ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

* img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* p {
    line-height: 1.4;
    margin-bottom: 8px;
}

body {
    background-color: #fff;
    padding: 0px !important;
    font-size: 14px;
    cursor: url("/images/logo-footer.png");
}

.flex{
    display: flex;
    justify-content: space-between;
    z-index: 100;
    position: relative;
    align-items: center;
    margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;

}
a,
button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333333;
}

a:hover,
button:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #005CAF;
}

textarea {
    resize: none;
}

@media (min-width: 1280px) {}


/* reset_start */

.bg-light {
    background-color: #fbfbfb!important;
}

.custom-file-control:invalid,
.form-control:invalid {
    background-image: unset;
}

.form-control {
    background: none;
    background: #f4f4f4;
    display: inline-block;
    padding: 16px !important;
    box-shadow: none;
    border-radius: 30px;
}

.form-control:focus {
    box-shadow: none;
    background: #fff;
}

.form-control:read-only,
.custom-file-control:read-only {
    background: #fff;
}

select.form-control:not([size]):not([multiple]),
select.custom-file-control:not([size]):not([multiple]) {
    height: auto;
    line-height: 2;
}

* .ckeditor_container ul {
    list-style: disc;
}

form {
    margin-bottom: 0px;
}

.bmd-layout-canvas {
    position: static;
}

.bmd-layout-content {
    overflow: hidden;
}

.bmd-layout-drawer {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.col-padding {
    padding: 12px;
}

.row-margin {
    margin-left: -12px;
    margin-right: -12px
}

.material-icons {
    line-height: inherit;
}

.bmd-form-group {
    position: inherit;
    padding: 0;
    margin-bottom: 24px;
}

.bmd-form-group [class*=" bmd-label"],
.bmd-form-group [class^=bmd-label] {
    position: unset;
    color: #333;
    font-size: 1.125rem;
}

.form-wrap .custom-file-control:invalid,
.form-wrap .form-control:invalid {
    background-image: unset;
}

label {
    font-size: 1.125rem;
    margin-bottom: 12px;
    display: block;
    width: 100%;
}

.is-focused [class*="bmd-label"] {
    color: #333;
}

.item {
    padding: 4px;
}

input [type=file] {
    outline: unset;
}

input[type=checkbox],
input[type=radio] {
    width: 12px;
    height: 12px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 4px 8px;
}

.owl-theme .owl-nav .disabled:hover {
    opacity: .5;
    background-color: #005CAF;
}

.checkbox label,
.radio label {
    margin-bottom: 0;
    line-height: 1;
    padding-left: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: #333;
}

.checkbox label:hover,
.radio label:hover,
.checkbox label:active,
.radio label:active {
    margin-bottom: 0;
    line-height: 1;
    padding-left: 4px 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: #005CAF;
}

.checkbox,
.radio {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.form-group input::placeholder {
    color: #bdbdbd;
}

.bmd-form-group .form-control,
.bmd-form-group input::placeholder {
    line-height: 1.6;
    font-size: 1rem;
}


/* reset_end  */

@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: 576px) {}

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

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