@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
:root {
  --upep-blue: #00c1de;
  --lemon-yellow: #FFE800;
  --lime-green: #C2E76B;
  --artic-blue: #96DAEA;
  --apricot-orange: #FFAB4D;
  --lawn-green: #93D500;
  --azure-blue: #194F90;
  --tiger-orange: #FF6B00;
  --emerald-green: #348F41;
  --midnight-blue: #002B49;
}

.background-upep-blue{
    background: var(--upep-blue);
}
.background-lemon-yellow{
    background: var(--lemon-yellow);
}
.background-lime-green{
    background: var(--lime-green);
}
.background-artic-blue{
    background: var(--artic-blue);
}
.background-apricot-orange{
    background: var(--apricot-orange);
}
.background-azure-blue{
    background: var(--azure-blue);
}
.background-tiger-orange{
    background: var(--tiger-orange);
}
.background-emerald-green{
    background: var(--emerald-green);
}
.background-midnight-blue{
    background: var(--midnight-blue);
}

.text-upep-blue{
    color: var(--upep-blue);
}
.text-lemon-yellow{
    color: var(--lemon-yellow);
}
.text-lime-green{
    color: var(--lime-green);
}
.text-artic-blue{
    color: var(--artic-blue);
}
.text-apricot-orange{
    color: var(--apricot-orange);
}
.text-azure-blue{
    color: var(--azure-blue);
}
.text-tiger-orange{
    color: var(--tiger-orange);
}
.text-emerald-green{
    color: var(--emerald-green);
}
.text-midnight-blue{
    color: var(--midnight-blue);
}
.school-district-label {
    position: relative;
}
.button-sticky {
    z-index: 4;
}
.row.background-color>div {
    padding: 30px;
    color: #000;
    margin: 10px;
}

.row.background-color, .row.text-color {
    display: flex;
    flex-wrap: wrap;
}

.row.text-color>div {
    padding: 30px;
}

.background-artic-blue {
    padding: 30px;
}

.background-image-inner {
    max-width: 1440px;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

* {
    box-sizing: border-box;
}

body {
    --wpadminbar: 32px;
    --height: 122px;
}

main {
    margin-top: 122px;
}

.home main {
    margin-top: 0;
}

.primary-navigation a {
    text-decoration: none !important;
}
.background-image:before,
.background-image:after{
    content: '';
    width: 1451px;
    height: 1247px;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
    background-image: url(../images/background.png);
    background-size: contain;
    display: none;
}


.background-image1:before {
    top: 990px;
    left: -755px;
    display: inline-block;
}

@media (max-width:1440px){
    .background-image-inner {
    overflow: hidden;
}
}



.site-main>* {
    margin: 0;
    padding: 0;
}

#wpadminbar {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

body{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #333;
    margin: 0;
}

.site-main {
    position: relative;
    z-index: 2;
}


* {
    -webkit-tap-highlight-color: transparent;
}


body .site-content {
    overflow: hidden;
    position: relative;
}

.breadcrumbs-item a:hover {
    text-decoration: underline;
    color: #5F5E59;
}
.breadcrumbs-item * {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #5F5E59;
}
.section.section-banner .breadcrumbs-item {
    margin-bottom: 0;
    padding-top: 18px;
}

.section.section-banner .container-content .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.container,
.single .entry .entry-content,
.entry-content {
    max-width: 1328px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: 100%;
}

.container.container-1170 {
    max-width: 1170px;
}

.container.container-1180 {
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
}

.page-template-default.singular .entry-header {
    padding-bottom: 30px;
    margin-top: 50px;
    border: 0;
}

.entry .entry-title:before,
h1:not(.site-title):before,
h2:before {
    display: none;
}

.entry .entry-content>*,
.entry .entry-summary>*,
.entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,
.entry .entry-content>.wp-block-group>.wp-block-group__inner-container>* {
    max-width: 100% !important;
}

.page-template-default .entry .entry-content>*,
.page-template-default .entry .entry-summary>*,
.page-template-default .entry .entry-summary>.wp-block-group>.wp-block-group__inner-container>*,
.page-template-default .entry .entry-content>.wp-block-group>.wp-block-group__inner-container>* {
    margin-bottom: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
}


h1,
.h1 {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 55px;
text-transform: capitalize;
color: #2D2D2D;
text-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
}

.page-template-default h1,
.page-template-default .h1{
	text-transform: none;
}

h2,
.h2,
.entry-content h2,
h2 p {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 41px;
}

h3,
.h3,
.entry .entry-title,
h3 p {

    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 34px;



}

h4,
.h4,
h4 p {

    font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 30px;
letter-spacing: 0.015em;


}

h5,
.h5,
h5 p {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
color: #2D2D2D;
text-shadow: 0px 1px 2px rgba(105, 81, 255, 0.05);
}

h6,
.h6,
h6 p {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
/* or 140% */


color: #2D2D2D;
}

.h7,
.h7 p {
font-family: 'Aeonik';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.01em;
}

a {
    color: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
    font-family: 'Open Sans';
}

.editor-content a,
a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
    outline: none;
    text-decoration: underline;
    color: #1E4E90;
}

a.link.arrow {
/*    font-size: 15px;*/
    line-height: 26px;
/* identical to box height, or 173% */
    letter-spacing: 0.015em;
    color: #1E4E90;
}

a.link.arrow:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 10px;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    margin-left: 9px;
    top: -2px;
}


main.site-main ol {
    /* list-style: devanagari; */
}

main.site-main ul {margin-bottom: 0;padding-left: 8px;}


main.site-main ul li{
    font-family: 'Open Sans';
    list-style: none;
    position: relative;
    padding-left: 13px;
    margin-bottom: 0;
}

main.site-main ul li:not(.select2-results__option):before {
    content: '';
    position: absolute;
    left: 1px;
    width: 3px;
    height: 3px;
    top: 14px;
    background: #5F5E59;
    border-radius: 50%;
}

main .button,
main button,
main a.button,
input[type=submit],
.image-content-section .content-section a,
.section-list-talent .item .content a {
    cursor: pointer;
    margin: 0 auto;
    display: inline;
    height: 56px;
    box-shadow: none;
    padding: 14px 50px;
    overflow: hidden;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
/*    font-size: 14px;*/
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    border: 1px solid #386AAF;
    background: #386AAF;
    text-decoration: none;
    transition-duration: .3s;
}

input[type=submit]{
    height: 50px;
    padding: 12px 46px;
}

.button.transparent {
    background: transparent;
    border-color: #386AAF;
    color: #386AAF;
}

.button.transparent:hover{
       background: #386AAF;
    color: #FFFFFF;
}



main .button:hover,
main button:hover,
main input[type="button"]:hover,
main input[type="reset"]:hover,
main input[type="submit"]:hover,
a.btn:hover,
button.btn:hover {
    outline: none;
    outline-offset: 0;
    opacity: 1;
    filter: Alpha(opacity=100);
    justify-content: center;
    color: #386AAF;
    background: transparent;
    text-decoration: none;
}

.wpcf7-list-item .wpcf7-list-item-label {
    color: #2D2D2D;
    line-height: 20px;
    margin-left: 15px;
    max-width: calc(100% - 35px);
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.wpcf7-list-item {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 25px;
}



/*end anime button*/

.margin-bottom {
    margin-bottom: 20px;
}

.entry .entry-content .wp-block-separator:not(.wp-block-separator),
.entry .entry-content hr:not(.wp-block-separator) {
    max-width: 100%;
    height: 1px;
}


.entry .entry-content .button.arrow:hover:after,
main .button.arrow:hover:after {
    transform: translateX(10px);
}

fieldset.fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset .control {
    margin-bottom: 24px;
}

fieldset.fieldset .field p {
    margin: 0;
}

label {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #2D2D2D;
}

label+br {
    display: none;
}
body input[type=checkbox]{
    border-radius: 0;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
    border: 1px solid #2D2D2D;
}

body input[type=checkbox]:focus {
    outline-offset: 0px;
    outline: none;
}

body input[type=radio]{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
    border: 1px solid #2D2D2D;
}

input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--form--color-text);
}

body input[type=radio]:checked{
    border: 1px solid #2D2D2D;
}

body input[type=radio]:focus, input[type=radio]:checked:focus{
    outline: none;
}

body input[type=checkbox] + label, input[type=radio] + label {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    vertical-align: middle;
    margin-bottom: 0;
    max-width: calc(100% - 35px);
    cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    border-bottom: 0;
    outline: none;
    padding: 15px 20px;
    margin: 0;
    height: 49px;
    background: #fff;
    font-size: 15px;
    line-height: 28px;
    color: #2D2D2D;
    border: 0;
}

input::placeholder,
body textarea::placeholder {
    color: #919191;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/down-arrow.svg) no-repeat right 0px center;
    background-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #919191;
    height: 62px;
    width: 100%;
    border: 0;
    outline: none;
    border-bottom: solid 1px #000;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:focus-visible,
 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:focus-visible {
    outline: none
}

select:focus {
    outline: none;
}

.select2-container--default .select2-results__option--disabled {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
/* identical to box height, or 173% */
    color: #909090;
    padding: 11px 20px 12px;
    height: auto;
    vertical-align: middle;
}


span.select2-search.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #2D2D2D;
    background: transparent;
}

.select2-results__option, main.site-main .select2-results__option {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #909090;
    padding: 12.5px 0px;
}
.select2-results__option:hover{
    color: #2D2D2D;
}
span.select2-results {
    background: transparent;
}


.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    display: none;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 242px;
    padding: 12.5px 20px;
}

span.select2-dropdown.select2-dropdown--below {
    top: 0;
}

.admin-bar span.select2-dropdown.select2-dropdown--below {
    top: 32px;
}

.select2-dropdown {
    border: 0;
}

span.select2-dropdown,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
    border-width: 0;
    border-color: rgba(144, 144, 144, 0.3);
    border-style: solid;
    border-radius: 0;
}

span.select2-selection.select2-selection--single {
    border: 0;
    /* border-radius: 0; */
    background: transparent;
    height: auto;
}

.select2-container .selection {
    display: inline-block;
    width: 100%;
    outline: none;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: solid #2D2D2D;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg) translateY(-50%);
      -webkit-transform: rotate(45deg) translateY(-50%);
      margin: 0;
}

body:not(.blog) .select2-container,
.blog .section-post .select2-container {
    /* padding: 11px 20px 4px; */
}

.select2.select2-container.select2-container--default {
    clear: both;
    width: 100% !important;
    background: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid #2D2D2D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px 3px;
    transform: rotate(-135deg) translateY(-50%);
    -webkit-transform: rotate(-135deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 23px;
    height: 23px;
}

body textarea {
    margin: 0 !important;
    padding: 15px 20px;
    width: 100%;
    height: 187px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #5F5E59;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
    outline: none;
    outline-offset: 0;
    color: inherit;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #f9f9f9 inset !important;
    -webkit-text-fill-color: #282828 !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    /*your box-shadow*/
    -webkit-text-fill-color: #282828 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input::placeholder,
body textarea::placeholder {
    color: #919191;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
    color: red;
}

body .wpcf7-not-valid,
body .site textarea.wpcf7-not-valid {
    border-color: red;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    outline-offset: 0;
}

.field {
    margin-bottom: 37px;
    margin-top: 0px;
}

body .owl-nav button[class*=owl-] {
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 0;

    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    box-shadow: none;
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #ffffff;
    box-shadow: 1px 4px 9px rgba(205, 205, 205, 0.5);
    border: 0;
    min-width: auto;
}

.owl-nav [class*=owl-] span {
    display: none;
}

.owl-nav [class*=owl-]:before {
    content: '';
    width: 7px;
    height: 13px;
    background: url(../images/arrow-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    clear: both;

    transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    display: inline-block;
    padding: 0px;

}

.owl-prev:before {
    content: '';
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-right: 2px;
}

body .owl-nav button[class*=owl-]:hover {
    background: #E72339;
}

.owl-nav [class*=owl-]:hover:before {
    background: url(../images/arrow-next-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-nav [class*=owl-].owl-prev:hover:before {
    transform: rotate(180deg) translateX(5px);
    -ms-transform: rotate(180deg) translateX(5px);
    -webkit-transform: rotate(180deg) translateX(5px);
    -ms-transform-origin: rotate(180deg) translateX(5px);
    -webkit-transform-origin: rotate(180deg) translateX(5px);
}

.owl-nav button.owl-next:hover:before {
    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform-origin: translateX(5px);
    -webkit-transform-origin: translateX(5px);
}



.pagination .prev:before {
    content: "";
    background-image: url(../images/arrow-next.svg);
    width: 5px;
    height: 9px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.pagination .next:before {
    content: "";
    background-image: url(../images/arrow-next.svg);
    width: 5px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
}

.pagination .prev:hover:before {
    background-image: url(../images/arrow-next-white.svg);
}

.pagination .next:hover:before {
    background-image: url(../images/arrow-next-white.svg);
}

.pagination .next:focus-visible:before,
.pagination .prev:focus-visible:before {
    background-image: url(../images/arrow-next.svg);
}

.pagination .page-numbers {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    margin: 0 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    justify-content: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #386AAF;
    border: 1px solid #386AAF;
    border-radius: 50%;
    padding: 10px 0;
    box-shadow: 0px 0.625px 1.25px rgba(105, 81, 255, 0.05);
    text-decoration: none;
}

.pagination .prev,
.pagination .next {
    font-size: 0;
    padding: 12.5px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    border: initial;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}

.pagination .page-numbers.current {
    color: #fff;
    background: #386AAF;
}

.pagination .page-numbers:hover {
    background: #386AAF;
    color: #fff;
    text-decoration: none;
}

.pagination .page-numbers.disabled {
    pointer-events: none;
}

/*Swiper owl-nav*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #386AAF;
    border-radius: 50%;
    padding: 10px 0;
    box-shadow: 0px 0.625px 1.25px rgba(105, 81, 255, 0.05);
    margin: 0;
    position: static;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    background: url(../images/arrow-next.svg) center no-repeat;
    background-size: 5px;
    width: 5px;
    height: 9px;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.swiper-button-prev:before{
    transform: matrix(-1, 0, 0, 1, 0, 0);
    margin-left: 0px;
    margin-top: 0;
}
.swiper-button-next:before{
    margin-right: 0px;
    margin-top: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
/*    background: #386AAF;*/
opacity: 0.41;
}

/*.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
    background: url(../images/arrow-next-white.svg) center no-repeat;
    background-size: 5px;
}*/
.swiper-button-next{
    margin-left: 5px;
}
.swiper-button {
    display: flex;
    justify-content: center;
}

.pagination .page-numbers.dots + .page-numbers:not(.next) {
    display: none;
}

.pagination .page-numbers.dots {
    padding: 8px 0;
}


/*@media (min-width: 768px){
    .site {
         overflow: hidden; 
    }
}*/

@media (max-width: 1300px){
    .site-main:before {
    width: 100%;
    height: 140%;
    max-width: 1451px;
    max-height: 1247px;
}
}

@media (max-width: 1024px){
main {
    margin-top: 88px;
}
}

@media (max-width: 991px){
    body:not(.home) main {
    margin-top: 65px;
}
}
@media (max-width: 767px) {

main.site-main ul li:not(.select2-results__option):before {
       top:12px;
    }


    .pagination .page-numbers {
    margin: 0 7.5px 10px 7.5px;
}

 .pagination .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination .nav-links *, .pagination *  {
    margin-bottom: 15px;
}
.pagination a:first-child {
    margin-left: 0;
}

.pagination a:last-child {
    margin-right: 0;
}
        .section.section-banner div#breadcrumbs {
        display: none;
    }



.select2-container--default .select2-results>.select2-results__options {
    width: 100%;
}
.select2-container--default .select2-results>.select2-results__options li:before{
    display: none;
}


    .select2-container--default .select2-selection--single .select2-selection__arrow{
        background: url(../images/down-arrow.svg) no-repeat right 0px center;
        height: 11px;
        width: 10px;
        top: 20px;
        right: 20px;
        transition-duration: .3s;
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
        transform: rotate(180deg);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
        padding: 0;
    }

.select2-container--open .select2-dropdown--below {
    border-top: 0;
}

.tabs-title {
    position: sticky;
    top: 65px;
    left: 0;
    z-index: 99;
    background: #fff;
}

.tabs-title.active {
    z-index: 999;
}

input[type=submit]{
    height: 42px;
    padding: 7px 30px;
    font-size: 13px;
    line-height: 18px;
}



    body {
    font-size: 15px;
    line-height: 26px;
    }


    h1,
    .h1,
    h1.page-title,
    .page .panel-content h1.entry-title,
    .page:not(.twentyseventeen-front-page) h1.entry-title {
        font-size: 30px;
        line-height: 41px;
    }

    h2,
    .h2,
    .entry-content h2{
        font-size: 20px;
        line-height: 27px;
    }

    h3,
    .h3,
    .entry .entry-title,
    h3 p {
        font-size: 20px;
        line-height: 27px;
    }

    h4,
    .h4,
    h4 p {

        font-size: 20px;
        line-height: 27px;
    }

    h5,
    .h5,
    h5 p {
        font-size: 18px;
        line-height: 25px;

    }


    .background-image:before,
    .background-image:after{
        width: 552px;
        height: 482px;
    }

    .background-image1:before {
        left: -399px;
        top: 701px;
    }


    .background-image1:after,
    .home .background-image1:after {
        top: 1075px;
        right: -401px;
        display: inline-block;
    }
    
    .background-image2:after{
        bottom: -100px;
        right: -399px;
        display: inline-block;
        top: auto;
    }

    

    .background-image2:before {
        display: inline-block;
        top: 1639px;
        left: -257px;
    }


    .background-image3:before {
        display: inline-block;
        bottom: 380px;
        left: -399px;
    }


}

@media (max-width: 374px){
.pagination .page-numbers {
    margin: 0 2.5px 10px 2.5px;
}

}

html[lang="zh"] body, 
html[lang="zh"], 
html[lang="zh"] *, 
html[lang="zh"] input, 
html[lang="zh"] textarea, 
html[lang="zh"] button, 
html[lang="zh"] .button, 
html[lang="zh"] h1, 
html[lang="zh"] h2, 
html[lang="zh"] h3, 
html[lang="zh"] h4, 
html[lang="zh"] h5, 
html[lang="zh"] h6,
html[lang="zh"] a,
html[lang="zh"] .site-header .menu-header-top .menu-languages ul li.lang-item-en a{
    font-family: 'Noto Sans TC', sans-serif !important;
}

html[lang="zh"] .our-history h2,
html[lang="zh"] h1, html[lang="zh"] .h1{
    font-weight: 500;
}