@charset "UTF-8";

/*! Fri Nov 15 2024  */
:focus,
input,
textarea {
    outline: 0
}

.fx_row,
.mybox.modal .modal-dialog {
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

.fx_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

a,
article,
aside,
audio,
blockquote,
body,
canvas,
code,
details,
div,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
ruby,
section,
span,
strong,
summary,
table,
td,
th,
time,
tr,
ul,
video {
    border: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: none
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

*,
body,
html {
    margin: 0;
    font-family: "微軟正黑體", Arial, sans-serif, "新細明體", Microsoft JhengHei, jaf-bernino-sans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400
}

body {
    color: #485155;
    font-weight: 300
}

body,
html {
    height: 100%
}

.clear {
    clear: both
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: color .2s
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color .2s
}

.fl {
    float: left
}

.fr {
    float: right
}

.pc_show {
    display: block !important
}

@media (max-width:767px) {
    .pc_show {
        display: none !important
    }
}

.mb_show {
    display: none !important
}

@media (max-width:768px) {
    .mb_show {
        display: block !important
    }
}

a {
    color: #008cdb
}

a:focus,
a:hover {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

[class*=fx_col-] {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.fx_row {
    margin-right: -15px;
    margin-left: -15px
}

.fx_col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.fx_col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

.fx_col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

.fx_col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.fx_col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.fx_col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

.fx_col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.fx_col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

.fx_col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

.fx_col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.fx_col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

.fx_col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

.fx_col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .fx_col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .fx_col-md-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-md-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-md-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-md-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-md-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-md-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-md-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-md-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .fx_col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    .fx_col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    .fx_col-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .fx_col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    .fx_col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    .fx_col-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .fx_col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    .fx_col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    .fx_col-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .fx_col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    .fx_col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    .fx_col-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.main_radio {
    margin: 0 20px 0 0;
    padding-top: 10px
}

.main_radio.inp {
    padding-top: 3px
}

.main_radio.in {
    display: inline-block
}

.main_radio input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.main_radio input[type=radio].css-checkbox+label.css-label,
.main_radio input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer
}

.main_radio input[type=radio].css-checkbox+label.css-label.chk,
.main_radio input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -15px
}

.main_radio label.css-label {
    background-image: url(../images/radio_img.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.check_style input[type=checkbox].css-checkbox,
.check_style input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.check_style input[type=checkbox].css-checkbox+label.css-label,
.check_style input[type=checkbox].css-checkbox+label.css-label.clr,
.check_style input[type=radio].css-checkbox+label.css-label,
.check_style input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer
}

.check_style input[type=checkbox].css-checkbox:checked+label.css-label,
.check_style input[type=radio].css-checkbox:checked+label.css-label {
    background-position: 0 -25px
}

.check_style input[type=checkbox].css-checkbox:disabled+label.css-label,
.check_style input[type=radio].css-checkbox:disabled+label.css-label {
    background-position: 0 0
}

.check_style label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.opt {
    margin-bottom: 10px
}

.select_ui,
.select_ui select {
    background: #fff;
    font-size: 13px;
    color: #626262;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: left;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d1d1d1;
    padding-left: 10px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.select_ui .select_arrow {
    border: 5px solid #fff;
    border-color: #999 transparent;
    position: absolute;
    border-bottom: 0;
    overflow: hidden;
    margin-top: -2px;
    display: block;
    right: 5px;
    top: 50%;
    height: 0;
    width: 0
}

.select_ui .select_text_ui {
    vertical-align: baseline;
    white-space: nowrap;
    margin-right: 20px;
    overflow: hidden;
    display: block;
    color: inherit
}

.select_ui .select_poswrap,
.select_ui select {
    position: absolute;
    padding: 0;
    border: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

.select_ui select {
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    min-width: 100%;
    color: inherit;
    font: inherit;
    height: 100%;
    opacity: 0
}

.select_ui .select_poswrap {
    overflow: hidden;
    height: 0;
    width: 0
}

.opt .select_text_ui {
    margin-right: 30px
}

.opt .select_arrow {
    border: 2px solid #b9b9b9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
    border-left: 0;
    border-top: 0;
    height: 10px;
    right: 10px;
    width: 10px
}

.datepicker table tr td:after,
.section4 img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

.datepicker table,
.select_ui {
    width: 100%
}

.disabled .select_ui {
    background: #ccc;
    color: #fff;
    cursor: not-allowed
}

.disabled .select_arrow {
    border-color: #fff
}

.datepicker table tr td {
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.datepicker table tr td:after {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    z-index: -1;
    border-radius: 7px
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 12px
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.datepicker table tr td.active.active.focus:after,
.datepicker table tr td.active.active:after,
.datepicker table tr td.active.active:focus:after,
.datepicker table tr td.active.active:hover:after,
.datepicker table tr td.active.highlighted.active.focus:after,
.datepicker table tr td.active.highlighted.active:after,
.datepicker table tr td.active.highlighted.active:focus:after,
.datepicker table tr td.active.highlighted.active:hover:after,
.datepicker table tr td.active.highlighted:active.focus:after,
.datepicker table tr td.active.highlighted:active:after,
.datepicker table tr td.active.highlighted:active:focus:after,
.datepicker table tr td.active.highlighted:active:hover:after,
.datepicker table tr td.active.highlighted:hover:after,
.datepicker table tr td.active:active.focus:after,
.datepicker table tr td.active:active:after,
.datepicker table tr td.active:active:focus:after,
.datepicker table tr td.active:active:hover:after,
.datepicker table tr td.active:hover:after {
    content: '';
    background: #d06776
}

.datepicker table tr td.day,
.datepicker.datepicker-inline td {
    color: #fff
}

.datepicker table tr td.day:after,
.datepicker.datepicker-inline td:after {
    content: '';
    background: #4797d2;
    opacity: 1
}

.datepicker table tr td.day:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    background: 0 0;
    color: #fff
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.disabled:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer;
    color: #286090
}

.datepicker table tr td.day:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #eee;
    opacity: .8
}

.datepicker table tr td.disabled-date:hover,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.focused {
    cursor: default;
    color: #fff
}

.datepicker table tr td.disabled-date:hover:after,
.datepicker table tr td.disabled:hover:after,
.datepicker table tr td.focused:after {
    content: '';
    background: #bcbcbc;
    opacity: 1
}

.datepicker-inline {
    width: 100%;
    background: #ebebeb;
    padding: 6px
}

.slick_next,
.slick_prev {
    outline: 0;
    width: 20px;
    height: 70px
}

.datepicker-inline .next,
.datepicker-inline .prev {
    font-size: 18px
}

.datepicker-inline .next:hover,
.datepicker-inline .prev:hover {
    color: #fff;
    background: #d06776
}

.datepicker-inline tbody {
    background: #fff
}

.datepicker-inline thead .dow {
    background: #fff;
    padding: 15px 10px
}

.datepicker-inline .datepicker-switch:hover {
    background: #d06776;
    color: #fff
}

.datepicker-inline .datepicker-months .month.focused,
.datepicker-inline .datepicker-months .month:hover {
    background: #d06776
}

.pagination_wp {
    padding: 20px 0;
    text-align: center
}

.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 0;
    color: #23527c;
    background-color: #eee;
    border-color: transparent
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    z-index: 0
}

.pagination li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0
}

.header .header_nav,
.mybox.modal .modal-dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.pagination li a,
.pagination li span {
    position: relative;
    text-decoration: none;
    color: #a1a1a1;
    margin-left: -1px
}

.pagination li.active a,
.pagination li.active span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.mybox.modal .modal-dialog {
    min-height: -webkit-calc(100vh - 60px);
    min-height: -moz-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto
}

@media (max-width:768px) {
    .mybox.modal .modal-dialog {
        min-height: -webkit-calc(100vh - 20px);
        min-height: -moz-calc(100vh - 20px);
        min-height: calc(100vh - 20px)
    }
}

.mybox#mybox .modal-body h3 {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 40px
}

.mybox#mybox .modal-body p {
    text-align: center;
    font-size: 16px
}

.mybox#tenderBox .modal-body h3 {
    font-size: 24px;
    text-align: center
}

@media (max-width:767px) {
    .mybox#tenderBox .modal-body h3 {
        font-size: 20px
    }
}

.mybox-btn {
    text-align: center;
    padding: 30px 0 20px
}

.mybox-btn a {
    display: inline-block;
    margin: 0 5px 15px;
    padding: 5px 40px;
    background: #b23875;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #b23875
}

.slick_next:before,
.slick_prev:before {
    display: inline-block;
    color: #050505;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.table-striped.style2 {
    text-align: center
}

.table-striped.style2 thead tr {
    background: #e7e7e7
}

.table-striped.style2 tbody tr:nth-of-type(odd) {
    background-color: #fff
}

.table-striped.style2 tbody tr:nth-of-type(even) {
    background-color: #f7f7f7
}

.slick_next {
    right: -15px;
    z-index: 2
}

.slick_next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    -webkit-font-smoothing: antialiased
}

.slick_prev {
    left: -15px;
    z-index: 2
}

.slick_prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    -webkit-font-smoothing: antialiased
}

@media (max-width:991px) {
    .pc_show {
        display: none !important
    }
}

@media (max-width:767px) {
    .mb_hide {
        display: none !important
    }
}

@media (min-width:992px) {

    .pad_show,
    .pc_hide {
        display: none !important
    }
}

@media (min-width:767px) {
    .pc_pad_show {
        display: none !important
    }
}

@media (min-width:768px) {

    .mb_show,
    .pc_pad_hide {
        display: none !important
    }
}

.pc_show_in {
    display: inline-block !important
}

@media (max-width:767px) {
    .pc_show_in {
        display: none !important
    }
}

@media (max-width:991px) {

    .pad_hide,
    .pc_show_pad_no {
        display: none !important
    }
}

.container {
    width: 100%;
    max-width: 1198px
}

.slick-next:before,
.slick-prev:before {
    display: none
}

.slick-next,
.slick-prev {
    width: 31px;
    height: 57px;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.nav_slider-wp {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 10
}

@media (max-width:991px) {
    .nav_slider-wp {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 50px
    }

    .header .logo {
        width: auto
    }
}

.header .header_nav {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header .logo {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.header-top_text {
    background: #749790
}

.search_wp {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.search_wp .search_input {
    width: 92%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 7px 0 0 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px
}

.search_wp .search_btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 7px 7px 0;
    background-color: #aed156;
    border-color: #aed156;
    color: #484848;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    text-align: center;
    padding: 0 15px
}

.search_wp .search_btn i {
    margin-left: 0
}

.search_wp-txt {
    width: 100%
}

.search_wp-txt a {
    display: inline-block;
    color: #666;
    padding: 5px 5px 0
}

@media (max-width:991px) {
    .header .top-menu {
        padding-top: 0;
        position: static
    }
}

.header .top-icon {
    padding: 0
}

.header .top-header {
    padding: 11px 0
}

.header .top-header .top-menu .collapse li.active a::before,
.header .top-header .top-menu .collapse li:hover a::before {
    display: none
}

.header .top-header .top-menu .collapse li a {
    padding: 9px
}

.header .top-header .top-menu .collapse li a:hover,
.header .top-header .top-menu .collapse li.active a {
    color: #2e8c25
}

.header .top-icon .top-icon-list .top-icon-link .nav_btn {
    background: #aed156;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 9px 15px;
    color: #333
}

.header .top-icon .top-icon-list .top-icon-link a i {
    color: #000
}

.header .top-header {
    background-color: #fff
}

.header.stick {
    opacity: 1
}

@media (max-width:991px) {
    .header .top-header .top-menu .navbar-toggler {
        background-color: #2e8c25;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .header.stick .top-header .top-menu .navbar-toggler {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 92.38px
    }

    .header .logo img {
        max-height: 45px;
        width: auto
    }

    .header .top-header {
        padding: 5px 0
    }
}

.section-kv .img-wrap .img-item {
    padding-top: 35%
}

.slick-dots li.slick-active button:before {
    border: 2px solid #749790;
    background: #749790;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.slick-dots li button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #d3d3d3;
    background: #d3d3d3
}

.slick-dots {
    padding-right: 0
}

.main_title {
    text-align: center;
    margin-bottom: 33px
}

.main_title span {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #30b838
}

.main_title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

@media (max-width:991px) {
    .section-kv .img-wrap .img-item {
        padding-top: 121%
    }

    .main_title span {
        font-size: 16px
    }

    .main_title h3 {
        font-size: 21px
    }
}

.main_btn_color,
.main_btn_color.more {
    border: 1px solid #b3da2d;
    background: #b3da2d;
    color: #333
}

.main_btn_color.more:hover,
.main_btn_color:hover {
    color: #b3da2d;
    border: 1px solid #333;
    background: #333
}

.main_btn {
    padding: 8px 36px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px
}

.section1 {
    padding: 39px 0 116px
}

.section1-item {
    padding: 0 15px
}

.section1 .img-item {
    padding-top: 65%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.section1 .slick-dots {
    bottom: -35px
}

@media (max-width:991px) {
    .section1 {
        padding: 35px 0 65px
    }
}

.section2 {
    padding: 65px 0;
    margin-bottom: 0;
    background-image: url(../images/s2_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f7f9f8;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%
}

.section3 .nav-tabs .nav-link.active,
.section3 .nav-tabs .nav-link:hover {
    background: #b3da2d
}

.section2-item .img-item {
    padding-top: 136.9%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

@media (max-width:991px) {
    .section2 {
        padding: 35px 0 5px
    }

    .section2-item {
        margin-bottom: 30px
    }

    .section5 {
        margin-bottom: 65px
    }
}

.section3 {
    text-align: left
}

.section3 .nav-tabs .nav-link.active,
.section3 .nav-tabs .nav-link:hover {
    color: #333
}

.section3 .nav-tabs .nav-link {
    background: #a8beb6;
    color: #fff
}

.section4 img {
    width: 100%;
    display: block;
    border-radius: 7px
}

.section4>.container {
    padding-left: 15px;
    padding-right: 15px
}

.section5 .img-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.section5 .section_news_items p.text-gray {
    color: #666
}

.section6 {
    padding: 0 0 150px
}

.section6 .section_news_items .img-wrap .img-item {
    padding-top: 100%;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px
}

.section6 .slick-dots {
    bottom: -35px
}

.section6-item {
    padding: 0 15px
}

.section6-item p {
    background: #f2f7f3;
    padding: 13px 5px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-left-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    border-bottom-right-radius: 9px;
    text-align: center
}

@media (max-width:991px) {
    .section6 {
        padding: 0 0 65px
    }

    .section6-item {
        padding: 0 15px
    }

    .section6-item p {
        background: #f2f7f3;
        padding: 13px 5px;
        font-size: 14px
    }
}

.section7 {
    min-height: 450px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section7 img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section7-text {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 15px
}

.section7-text h3 {
    margin-bottom: 26px;
    font-size: 28px;
    color: #fff
}

.section7-text h3 span {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-bottom: 9px
}

.section7-text h3 b {
    font-size: 100%
}

.section7-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 26px
}

.section7-text .main_btn {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

@media (max-width:991px) {
    .section7 {
        min-height: 350px
    }

    .section7-text h3 {
        margin-bottom: 15px;
        font-size: 21px
    }

    .section7-text h3 span {
        font-size: 16px;
        display: block;
        color: #fff;
        margin-bottom: 9px
    }
}

.inside-content .sidebar-menu ul li.active a,
.inside-content .sidebar-menu ul li:hover a {
    background-color: #2e8c25
}

.footer,
.footer .cpyright {
    background: #e8eaec
}

.inside-content .sidebar-title {
    border-bottom: 3px solid #2e8c25
}

.footer .footer-body {
    padding: 45px 0 25px
}

.footer p {
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 700
}

.footer .footer-body h4 {
    color: #517d6e;
    font-weight: 700
}

.footer .footer-body a,
.footer .footer-body li {
    color: #333
}

.footer .cpyright {
    padding: 21px 0;
    border-top: 1px solid #d6d7d8
}

.footer .cpyright p {
    margin-bottom: 0;
    color: #333
}