*,
body,
ul,
ul li {
    padding: 0;
    margin: 0;
    font-family:"微軟正黑體","Microsoft JhengHei", "NotoSans";
    color: #023753;
    line-height: 1.6;
}
@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans.otf");
    src: url("../fonts/NotoSans.woff"), url("../fonts/NotoSans.ttf"),
        url("../fonts/NotoSans.svg");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.otf");
    src: url("../fonts/Roboto-Bold.woff"), url("../fonts/Roboto-Bold.ttf"),
        url("../fonts/Roboto-Bold.svg");
}
@font-face {
    font-family: "bef";
    src: url("../fonts/bef.otf");
    src: url("../fonts/bef.woff"), url("../fonts/bef.ttf"),
        url("../fonts/bef.svg");
}
.container::after,.container::before{display: none;}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
select {
    display: block;
}
option {
    display: block;
}
.visible-xs {
    display: none;
}
ul li {
    list-style: none;
}
a {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.headeryd .headright button {
    background: none;
}
.headBox {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#menu {
    display: inline-block;
    width: auto;
    border: none;
    min-height: 44px;
    margin-bottom: 0;
    width: 60%;
}
.topbar {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: #eaab2d;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.topbar ul li{text-align: center;height: 30px; font-size: 18px;font-weight: 600; display: block;color: #09347a;display: flex;align-items: center;justify-content: center;}
.topbar ul .one{background-color: #fb9fd9;}
.topbar ul .two{background-color: #eaab2d;}
.topbar ul .there{background-color: #b6e2ff;}
.topbar ul .four{background-color: #ffc357;}
.topbar .scrollDiv ul li em{font-style: normal;}
.headBox .toptop {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.headBox .toptop .headtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.headBox .logo {
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.headBox .logo img {
    display: block;
    max-width: 100%;
}
.searchform-fly-overlay,
.menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #8b634b;
    text-align: center;
    transition: all ease-in-out 0.25s;
    z-index: 10000999;
}
.searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s;
    color: #fff;
}
.searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.searchform-fly-overlay p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 70px;
}
.search-form {
    position: relative;
}
.searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
    border: 0 !important;
    text-align: center;
    font-size: 24px;
    padding: 20px;
    color: #fff;
    transition: all 0.3s ease-out;
    font-weight: 300;
    max-width: 95%;
    height: auto;
}
#search input {
    border: 1px solid #e1e1e1;
    height: 40px;
    border-radius: 2px 0 0 2px;
    padding-left: 36px;
    border-right-width: none;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    right: 5px;
    border: none;
    color: #ffff;
    background: none;
    padding: 0;
}
.search-form .search-button i {
    background: none;
}
.open-search-form.searchform-fly-overlay,
.open-menu-fullscreen.menu-full-screen {
    visibility: visible;
    opacity: 1;
}
.headBox .header-account {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headBox .header-account .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    position: relative;
}
.headBox .header-account .input-group i {
    font-style: normal;
}
.headBox .header-account #cart i {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff8200;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.headBox .header-account > div {
    margin-left: 5px;
    white-space: nowrap;
}
.headBox .header-account > div > img,
.headBox .header-account > div > span > img,
.headBox .header-account > div a > span {
    margin-right: 10px;
    margin-top: -4px;
}
.headBox .header-account > div > span,
.headBox .header-account > div a > span {
    font-size: 18px;
    color: #322924;
}

.headBox .nav {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.headBox .nav-ul {
    display: flex;
    justify-content: space-between;
    z-index: 9998;
    align-items: center;
}
.navbar {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headBox .nav-ul .subnav li a {
    display: inline-block;
    text-align: center;
    color: #333;
    transition: background 0.1s linear 0s;
    -webkit-transition: background 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    font-size: 21px;
}
.headBox .nav-ul .subnav li a i {
    margin-left: 5px;
}
.headBox .nav-ul .subnav li a img {
    height: 35px;
    margin: -2px 0 0 10px;
}
.headBox .nav-ul .subnav li a:hover {
    color: #4a4fa1;
    background: none;
}

.headBox .nav-ul .subnav li .this {
    color: #f36e22;
}
.navbar-nav::before {
    display: none;
}

.fixednav {
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    top: 0;
}
.menu-box {
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
    color: #fff;
    right: 0;
}
.menu-box .shop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.menu-box .shop p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.menu-box .shop p img {
    margin-right: 5px;
}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}
.open .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.language-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.language-box {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}
.nav > li > a {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.nav > li > a:hover {
    background: none;
    color: #235d94;
}
.nav li .cart {
    border: 1px solid #fff;
}
.nav li .cart #cart {
    border-right: 1px solid #fff;
}
.btn-group .dropdown-menu,
#top .list-inline li .dropdown-menu,
#account-box .dropdown-menu {
    min-width: 100px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -55px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 0px;
}
.btn-group .dropdown-menu:before,
.list-inline li .dropdown-menu:before,
#account-box .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
footer{border: none;}
.footer {
    width: 100%;
    height: auto;
    background: url(../images/f.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0px 5px 0px;
    color: #fff;
    box-shadow: none;
}
footer .letter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
footer .bottom {
    position: relative;
}
footer .bottom img {
    max-width: 100%;
}
footer .bottominner {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.newsletter {
    width: 50%;
    display: flex;
}
footer .letter .tit h3 {
    font-size: 48px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
footer .letter .tit p {
    font-size: 36px;
}
.newsletter input {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    background: transparent;
    box-shadow: initial;
    padding-left: 16px;
    font-size: 16px;
    background: none;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-right: none;
}
.newsletter button {
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    background: #ff8200;
    border: none;
    border-left: 1px solid #c9c9c9;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border: none;
}
.footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 3%;
   
}
.footer .inner .logo {
    width: 20%;
}
.footer .inner .logo img {
    max-width: 100%;
}
.footer .inner .right {
    width: 80%;
    display: flex;
    justify-content: space-around;

}
.footer .inner .right h3 {
    font-size: 24px;
    color: #023753;
    font-family: 'Roboto-Bold';
    font-weight: 700;

}

.footer .inner .right a {
    display: block;
    font-size: 17px;
    color: #023753;
    margin-top: 20px;
}
.footer .inner .right img {
    max-width: 100%;

}
.footer .inner .right .items:nth-child(4) li a{
 display: flex;
 justify-content: space-between;
 
}
.footer .inner .right .items:nth-child(4) li img{width: 24px;height: 24px;margin-top: 3px;}
.footer .inner .right .items:nth-child(4) li span{width: 94%;margin-top: 0px;color: #023753;}
.copy {
    border-top: 1px solid #fff;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}
.copy .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
}
.copy .inner p {
    font-size: 14px;
    margin: 0;
    color: #023753;
}
.headBoxFixed {
    background-color: #291D16;
    position: fixed;
    padding-top: 10px;
    top: 0;
    z-index: 111111;
}
.headBoxFixed .topbar {
    display: none;
}

.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}

.s-side {
    width: 100%;
}
.s-side .fr {
    float: right;
}
.s-side .s-firstItem i {
    font-size: 20px;
}
.s-side .s-firstItem span {
    display: inline-block;
    font-size: 24px;
    color: #999;
    font-size: 16px;
    white-space: 10px;
}
.s-side .first {
    padding: 10px 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.s-side .d-firstNav span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.s-side .d-firstNav i.fr {
    font-size: 20px;
    float: right;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-secondNav:hover,
.d-firstNav:hover {
    cursor: pointer;
}
.s-side .d-secondDrop li a {
    padding: 5px 0px;
    display: block;
}
.s-side a {
    color: #fff;
}
.iconRotate {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
    display: none;
}
.s-side .s-secondNav,
.s-side .s-secondItem a {
    font-size: 18px;
    color: #fff;
}
.txt a {
    color: #023753;
}
.login span a img {
    margin: 0 5px;
}
.login span {
    margin: 0 10px;
}
.side-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.navlogo {
    margin: 0px 50px 0 0px;
}
.headBox .nav::after{display: none !important;}
.login span:nth-last-child(1){margin-right: 0;}
.hr{margin-top: 80px;}
.sticky  .navlogo img{zoom:0.7}
.headBox{position: absolute;top: 0;}
.headBox.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 4%);
}
@-webkit-keyframes sticky{0%{top:-200px}100%{top:0}}
@keyframes sticky{0%{top:-200px}100%{top:0}}
.sticky .topbar{display: none;}
header #search span{background: none;}
header #search span:hover{background: none;box-shadow: none;outline: none;}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus{background: none !important;border: none !important;}


.footernav {
	position: fixed !important;
	width: 100%;
	height: auto !important;
	background: #fff;
	bottom: 0;
	z-index: 1999000;
	/*padding: 15px 30px 8px;*/
	display: flex;
	justify-content: space-between;
	text-align: center;
	/*box-shadow: 0 0 10px #333333;*/
	left: 0;
	webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.footernav  a {
	padding: 15px 15px 8px;
}
.footernav  a i {
	display: block;
	margin-bottom: 5px;
}
.footernav  a i:nth-child(2),
.footernav  a.active i:nth-child(1) {
	display: none;
}
.footernav  a span {
	display: block;
	font-size: 14px;
	color: #333333;
}
.footernav  i img {
	width: 24px;
	position: relative;
	top: -3px;
}
.footernav i:before {
	font-size: 24px;
	color: #333333;
}
.footernav  a.active i:before,
.footernav  a.active {
	color: #333;
	background-color: #af9376;
}
.footernav  a.active i:nth-child(2) {
	display: block;
}
.nav-up {
    bottom: -90px;
}
.lomr{margin-top: 180px;}
footer{position: relative;z-index: 0;}
.cart{display: flex;align-items: center;justify-content: space-between;}
.cart span{color: #292F3B;margin-left: 5px;}
.user a{display: flex !important;align-items: center;}
.user span{margin-top: 5px;display: inline-block;}
.headBox .header-account > div > img, .headBox .header-account > div > span > img, .headBox .header-account > div a > span{margin-right: 0;}
.input-group img{max-width: 100%;}
.input-group a{display: block;}
.input-group{margin-left: 20px;}
.fixright{width: auto;padding-left: 15px; height: 80px;border-radius: 80px;background-color: #E4A026; position: fixed;right: 10px;top: 88%;z-index: 99;display: flex;justify-content: space-between;}
.fixright a{display: block;width: 100%;display: flex;justify-content: space-between;align-items: center;}
.fixright a span{color: #fff;font-size: 15px;color: #fff;text-align: center;width: 80%;margin-left: 10px;padding-right: 10px;font-family: 'bef'}
.fixright a img{max-width: 100%;position: relative;margin-right: -10px;width: 80px;height: 80px;}
.fixright a:hover img{animation: shake .1s linear infinite;}
.fixright:hover{background-color: #cd3235;}
@keyframes shake {
    25% {
    transform: rotate(7deg);
    
    }
    
    75% {
    transform: rotate(-7deg);
    
    }
    
    50%,
    
    100% {
    transform: rotate(0);
    
    }
    
}

#loading {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 99999999;
  }
  #loading .logo {
    position: relative;
    width: 142px;
    height: 142px;
  }
  #loading .logo #course {
   max-width: 100%;
  }
  #loading .logo #bird {
    position: absolute;
    left: 0;
    top: 0;
    left: 5px;
    top: 23px;
    width: 43px;
    -webkit-animation-name: scale;
    animation-name: scale;
    animation-duration: 0.8s;
  }
  .hidelogo{opacity: 0;display: none !important;}
  .index_video{position: fixed;width: 100%;height: 100%;background: #cacacacc;top: 0;left: 0;display: flex;justify-content: center;align-items: center;z-index: 9999;}
  .index_video .close{color: #fff;opacity: 1;}
  .index_video .close i{color: #fff;}
  .index_video .container{width: 60%;}
  [data-ripple="ripple"] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select:none;
    -ms-user-select:none;
}

[data-ripple="ripple"] .ripple {
    display: block;    
    width: 100%;
    height: 100%;
    border-radius:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;    
    background: rgba(123, 123, 123, .8);
    transform: scale(0);
    animation: ripple .6s 0s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
.nav-mobile-button {
    position: relative;
    float: right;
    padding: 9px 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}
.nav-mobile-button .icon-bar {
    display: block;
    margin-top: 4px;
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 1px;
    transition: all .1s;
}
header.on .nav-mobile-button .icon-bar.bar2 {
    opacity: 0;
}
header.on  .nav-mobile-button .icon-bar.bar1 {
    transform: rotate(45deg);
    top: 10px;
    position: absolute;
}
header.on  .nav-mobile-button .icon-bar.bar3 {
    transform: rotate(-45deg);
    top: 10px;
    position: absolute;
}
.mt50{margin-top: 40px !important;}
.fancybox-button svg path{color: #fff;}
.fancybox-container * {
    box-sizing: border-box;
    color: #fff;
    fill: #fff;
}
.ml50{margin-left: 50px;}

.loginsection .container .login_res .form-control::-webkit-input-placeholder{
    color: #909294;
}
.loginsection .container .login_res .form-control::-moz-placeholder{  
    color: #909294;        
}
.loginsection .container .login_res .form-control:-ms-input-placeholder{ 
    color: #909294;        
}
.contactsection form .form-control::-webkit-input-placeholder{
    color: #023753;
}
.contactsection form .form-control::-moz-placeholder{  
    color: #023753;        
}
.contactsection form .form-control:-ms-input-placeholder{ 
    color: #023753;        
}
.xssection .swiper-button-next:after,.xssection .swiper-button-prev:after{color: #489FD8;}
.videolist { position:relative; float:left; width:500px; height:300px; margin-right:50px; margin-top:0px; margin-bottom:0px; }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px;margin: 0 auto }
.videos{ 
    display:none; 
    border: 1px solid #080808; 
    position:fixed;
    left:50%; 
    top:50%; 
    margin-left:-500px;
     margin-top:-310px;
      z-index:999999100; 
      width:1000px; 
      height:360px;

}
.videos:after{
    content: '';
    display: inline-block;
    width: 100%;height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
}

.videos #video{position: relative;z-index: 999999}
.listsection{z-index: 99}


.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; z-index: 99999999;}

