* {
    font-family: 'Montserrat', 'Noto Sans TC', 'Microsoft JhengHei';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
}

section {
    padding: 45px 0;
}

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

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

* img {
    max-width: 100%;
    display: block;
}

html {
    font-size: 15px;
}

body {
    background-color: #fff;
    padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
}

a,
button {
    color: #333;
}

a:hover,
button:hover {
    color: #94278f;
}

.text-primary {
    color: #94278f!important;
}

a.text-primary:hover {
    color: #94278f!important;
}

.text-gray {
    color: #979797!important;
}

.text-gray:hover {
    color: #979797!important;
}

textarea {
    resize: none;
}

.bg-faded {
    background-color: #fffcee!important;
}


/* reset_start */

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

.form-control {
    background: none;
    background: #fff;
    display: inline-block;
    padding: 8px;
    box-shadow: none;
    border: #eee solid 1px;
}

.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: .5s;
    transition-duration: .5s;
}

.col-padding {
    padding: 10px;
}

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

.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: 15px;
    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: 15px;
    height: 15px;
}

.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: #d8d8d8;
}

.bmd-form-group .form-control,
.bmd-form-group input::placeholder {
    line-height: 1.8!important;
    font-size: 1rem;
    padding: 10px!important;
}


/* 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) {}