@font-face {
    font-family: "Franklin Gothic Demi Cond";
    src: url("fonts/FRADMCN_2.ttf");
    src: local("Franklin Gothic Demi Cond"), url("fonts/FRADMCN_2.ttf") format("truetype");
}
.svg{
	color: rgba(255,255,255,1) !important;
    fill: rgba(255,255,255,1) !important;
	width: 50px;
	height: 50px;
}

.wise5000__header__menu {
    background-color: #4E4E4E;
    position: relative;
    z-index: 11;
}

.wise5000__header__menu.fix {
    position: fixed;
    top: 0;
    width: 100%;
}

.wise5000__header__menu ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wise5000__header__menu li {
    display: inline-block;
}

.wise5000__header__menu li:hover>ul.sub {
    max-height: 500px;
    opacity: 1;
}

.wise5000__header__menu ul.sub {
    position: absolute;
    top: 50px;
    width: 280px;
    padding: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s;
    opacity: 0;
}

.wise5000__header__menu ul.sub li:hover {
    cursor: pointer;
    font-weight: bold;
}

.wise5000__header__menu ul.sub li:hover a {
    font-weight: bold;
}

.wise5000__header__menu ul.sub li {
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #f4f4f4;
}

.wise5000__header__menu ul a:not(.sub-a) {
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
}

.wise5000__header__menu a.sub-a {
    color: #666;
    text-decoration: none;
}

.wise5000__header__menu a i {
    margin-left: .3em;
}

.wise5000__header__menu a i.fa-chevron-circle-down {
    display: none;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wise5000__header__menu__title {
    display: none;
    color: #fff;
    line-height: 50px;
    padding-left: 10px;
    position: relative;
}

.wise5000__header__menu__title .fa-chevron-circle-right,
.wise5000__header__menu__title .fa-chevron-circle-down {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.wise5000__header__menu__title .fa-chevron-circle-down {
    display: none;
}

.wise5000__header__menu__title.active .fa-chevron-circle-right {
    display: none;
}

.wise5000__header__menu__title.active .fa-chevron-circle-down {
    display: inline-block;
}


/* 靠右的彩色連結區塊 */

.wise5000__header__menu ul .rightMenu {
    float: right;
}

.wise5000__header__menu ul .rightMenu li {
    display: inline-block;
    margin-right: -4px;
}

.wise5000__header__menu ul .rightMenu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 0;
    padding: 0 20px 0 10px;
    text-decoration: none;
}

.wise5000__header__menu ul .rightMenu li.menu_green {
    background-color: #64b450;
}

.wise5000__header__menu ul .rightMenu li.menu_green:hover {
    background-color: #5da34a;
}

.wise5000__header__menu ul .rightMenu li.menu_blue {
    background-color: #004280;
}

.wise5000__header__menu ul .rightMenu li.menu_blue:hover {
    background-color: #003d70;
}

.wise5000__header__menu ul .rightMenu li a .icon-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-next.svg) center center no-repeat;
    background-size: 60% 60%;
    vertical-align: middle;
}

.wise5000__header__menu ul .rightMenu li p {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
/*_header__text*/


.wise5000__header__text{
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 20px;

}
.wise5000__header__text .boxs{
	display: flex;
	direction: rtl;
	
}
.wise5000__header__text .box:nth-child(2){
	width: 70%;
	padding-right: 0px;
	direction: ltr;
	
	
}
.wise5000__header__text .box .title{
	font-size: 18px;
	color: #004280;
	padding-bottom: 10px;
	direction: ltr;
	
}
.wise5000__header__text .box.Awards{
	width: 30%;
	max-width: 240px;
	margin: 0 80px;
	padding: 10px 10px;
	background: #e5f0f8;
	text-align: center;
	position: relative;
	border-radius: 5px;
	height: 100%;
}
.wise5000__header__text .box.Awards .img{
	width: 100%;
}
.wise5000__header__text .box.Awards img{
	
	max-width:  100%;
	height: auto;
}

.wise5000__header__text .box.Awards .text{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #004280;
	padding: 20px 20px;
	border-radius: 5px;
	opacity: 0;
	
}
.wise5000__header__text .box.Awards .text:hover{
	opacity: 1;
	cursor: pointer; 
}
.wise5000__header__text .box.Awards .text h3{
	font-size: 18px;
	color: #ffffff;
	direction: ltr;
}
.wise5000__header__text .box.Awards .text p{
	font-size: 14px;
	color: #ffffff;
	padding: 20px 10px;
	text-align: left;
	direction: ltr;
		
}


/* 底部 */
.foot{
    background: #406180;
}
.foot-w{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.foot-container{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0px 0;
}
.foot-container h3{
    width: 10%;
    color: #fff;
    font-size: 24px;
}

.foot-container ul{
    width: 90%;
    height: 50%;
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding-left: 20px;
	
}

.foot-container ul li{
	flex:1;
    color: #fff;
	list-style:none;
	font-size:18px;
	

}
.foot-container ul li a{
	color:#FFFFFF;
}
.foot-container ul li .del p{
    margin: 10px 0;
}
.foot-container ul li:nth-child(4){
    flex: 0.2;
}
.foot-b{
    height: 83px;
    background: #f5f5f5;
}
.footb-w{
    width:1200px;
    margin: 0 auto;
}
.footb-w p{
    line-height: 83px;
    font-size: 12px;
    color: #666;
}




@media screen and (max-width:990px){
.wise5000__header__text .box.Awards{
		margin: 0 30px
	}
}

@media screen and (max-width:990px){
	.wise5000__header__text .box.Awards{
	width: 40%;
	}
	.wise5000__header__text .box:nth-child(2){
	width: 60%;
margin-bottom: 30px;	

	
}
}
@media screen and (max-width:767px){

.wise5000__header__text .boxs{
	display: block;
	direction: ltr;
}
	.wise5000__header__text .box.Awards,
	.wise5000__header__text .box.Awards .text
	{
      width: calc( 100% - 0px);
		margin: 0 auto;
	
	}
	.wise5000__header__text .box:nth-child(2){
	width: 100%;
	margin: 30px 0 0;	
}
	.wise5000__header__text{
		margin: 20px 0;
	}
	
}

/*_header__text end*/

@media screen and (max-width: 1199px) {
    .wise5000__header__menu__title {
        display: block;
    }
    .wise5000__header__menu ul {
        display: none;
        position: absolute;
        background-color: #fff;
    }
    .wise5000__header__menu ul.sub {
        position: unset;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        box-shadow: unset;
    }
    .wise5000__header__menu ul.sub li {
        font-size: 12px;
        line-height: 50px;
        position: relative;
        display: block;
        padding: 0px 10px;
    }
    .wise5000__header__menu ul li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .wise5000__header__menu ul li:last-child() {
        border-bottom: 3px solid #339961;
    }
    .wise5000__header__menu ul li a:not(.sub-a) {
        color: #008039;
        display: block;
        font-size: 16px;
    }
    .wise5000__header__menu ul li i.fa-angle-down {
        display: none;
    }
    .wise5000__header__menu ul li i.fa-chevron-circle-down {
        display: inline-block;
    }
    .wise5000__header__menu ul .rightMenu {
        float: none;
    }
    .wise5000__header__menu ul .rightMenu li {
        display: block;
        margin: 0;
    }
    .wise5000__header__menu ul .rightMenu li a {
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 580px) {
    .wise5000__header__menu ul .rightMenu li a {
        padding: 0 5px;
    }
    .wise5000__header__menu ul .rightMenu li a .icon-next {
        width: 30px;
        height: 30px;
    }
}

#wise5000 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wise5000 {
    line-height: 1.5;
    font-size: 16px;
    color: #666;
}

.wise5000 {
    font-size: 14px;
}

.wise5000 h1 {
    font-size: 44px;
}

.wise5000 h2 {
    font-size: 36px;
}

.wise5000 h3 {
    font-size: 18px;
    font-weight: normal;
}

.wise5000 p {
    font-size: 14px;
	line-height:2;
}

.wise5000 .btn {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    padding: .5em 1.5em;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.wise5000__section {
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1199px) {
    .wise5000 h1,
    .wise5000 h2,
    .wise5000 h3,
    .wise5000 h4,
    .wise5000 h5,
    .wise5000 h6 {
        line-height: 1.2;
    }
    .wise5000 h1 {
        font-size: 44px;
    }
    .wise5000 h2 {
        font-size: 36px;
    }
    .wise5000 h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .wise5000 {
        font-size: 14px;
    }
    .wise5000 h1 {
        font-size: 44px;
    }
    .wise5000 h2 {
        font-size: 36px;
    }
    .wise5000 h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 580px) {
    .wise5000 {
        font-size: 14px;
    }
    .wise5000 h1 {
        font-size: 36px;
    }
    .wise5000 h2 {
        font-size: 26px;
    }
}

.wise5000__header {
    position: relative;
    margin-bottom: 20px;
	height:580px;
    background: url("../images/wise5000_header_bg.jpg") center ;
	background-size: cover;
}


/*
@media screen and (min-width: 1920px) {
  .wise5000__header {
    background: none;
  }
  .wise5000__header:before {
    background-image: url("../images/wise5000_header_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 660px;
  }
}
*/

.wise5000__header h1 {
    width: 48.5%;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 10px;
}

.wise5000__header h1 span {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 11.51203%;
    background: url("../images/wise5000_header_title.png") center center no-repeat;
    /*background-size: cover;*/
}

@media screen and (max-width: 768px) {
    .wise5000__header h1 {
        width: 90%;
        padding-top: 1em;
        margin-bottom: .5em;
    }
    .wise5000__header h1 span {
        background-size: contain;
    }
}

.wise5000__header h3 {
    width: 550px;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 580px) {
    .wise5000__header h3 {
        font-size: 18px;
        width: auto;
        padding: 0 1em;
    }
}

@media screen and (max-width: 420px) {
    .wise5000__header h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .wise5000__header__product {
        width: 49.75%;
        margin: 0 auto;
    }
    .wise5000__header__product img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .wise5000__header__product {
        width: 77.73438%;
    }
}

@media screen and (max-width: 1199px) {
    .wise5000__header {
        /*background-image: url("../images/wise5000_header_bg_tablet.jpg");*/
        /*background-size: contain;*/
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 768px) {
    .wise5000__header {
        /*background-image: url("../images/wise5000_header_bg_m.jpg");*/
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 580px) {
    .wise5000__header {
        background-size: cover;
        height: 270px;
        margin-bottom: 250px;
    }
}

.wise5000__header__title {
    text-align: center;
    position: relative;
}

.wise5000__header__title h3 {
    color: #fff;
}

.wise5000__header__product {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: -40px;
}

.wise5000__header__logos {
    position: relative;
    text-align: center;
}

.wise5000__header__logos figure {
    display: inline-block;
    margin: 0 10px;
}

.wise5000__header__logos figure img {
    max-width: 100%;
    height: auto;
}

.wise5000__header__logos figure.logo__PCI {
/*    width: 80px;*/
}

.wise5000__header__logos figure.logo__INTEL {
/*    width: 51px;*/
}

.wise5000__header__logos figure.logo__CODESYS {
/*    width: 59px;*/
}

.wise5000__header__logos figure.logo__EtherCat {
/*    width: 94px;*/
}

@media screen and (max-width: 768px) {
    .wise5000__header__logos {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .wise5000__header__logos figure {
        width: 30%;
        margin: 0 1%;
        padding-top: 20px;
    }
}

#wise5000__section1 {
    position: relative;
    padding-bottom: 100px;
}

#wise5000__section1 .row-maxwidth-100pct {
    position: relative;
}

#wise5000__section1 .wise5000__wording {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: -webkit-linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
    background: linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
    color: #ffffff;
    padding: 20px 60px 30px 40px;
    z-index: 2;
}

#wise5000__section1 .wise5000__wording ul {
    margin-left: 20px;
}

#wise5000__section1 .wise5000__wording h2 {
    margin-bottom: 0em;
    line-height: 1.1;
}

#wise5000__section1 .wise5000__wording h3 {
    margin-bottom: 0.5em;
}

#wise5000__section1 .wise5000__wording ul {
    margin-bottom: 1.5em;
}

#wise5000__section1 .wise5000__wording .btn {
    color: #3b4248;
    background-color: #ecf2f7;
}

#wise5000__section1 .wise5000__wording .btn:hover {
    background-color: #dfe5ea;
}

#wise5000__section1 .wise5000__wording .btn .far {
    border: 2px solid #3b4248;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    vertical-align: center;
    line-height: 1.5;
}

#wise5000__section1 .wise5000__video {
    text-align: right;
}

#wise5000__section1 .wise5000__video figure {
    display: inline-block;
    width: 74.5%;
}

#wise5000__section1 .wise5000__video a {
    display: inline-block;
    position: relative;
}

#wise5000__section1 .wise5000__video a:before,
#wise5000__section1 .wise5000__video a:after {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#wise5000__section1 .wise5000__video a:before {
    content: "";
    position: absolute;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
    background: -o-linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
    background: linear-gradient(45deg, rgba(25, 166, 218, 0.9) 0%, rgba(25, 166, 218, 0.95) 50%, rgba(51, 153, 97, 0.9) 100%);
}

#wise5000__section1 .wise5000__video a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent #fff;
    margin-left: .5%;
}

#wise5000__section1 .wise5000__video a:hover:before,
#wise5000__section1 .wise5000__video a:hover:after {
    opacity: .8;
}

#wise5000__section1 .wise5000__video img {
    border: 3px solid #19a6da;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    #wise5000__section1 .wise5000__video figure {
        width: 65%;
    }
}

@media screen and (max-width: 1024px) {
    #wise5000__section1 .wise5000__wording {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #wise5000__section1 .wise5000__wording a {
        left: 28em;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #wise5000__section1 .wise5000__video figure,
    #wise5000__section1 .wise5000__video a {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #wise5000__section1 {
        padding-bottom: 60px;
    }
    #wise5000__section1 .wise5000__wording a {
        position: relative;
        left: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 580px) {
    #wise5000__section1 {
        padding-bottom: 30px;
    }
    #wise5000__section1 .wise5000__video a:before {
        width: 4em;
        height: 4em;
    }
    #wise5000__section1 .wise5000__video a:after {
        border-width: 15px 0 15px 25px;
    }
}

#wise5000__section2 {
    position: relative;
}
#wise5000__section2 h2.tilt{
	color: #ffffff;
	text-align: center;
	padding: 0px ;
	margin-top:40px;
	
}

#wise5000__section2 .row-maxwidth-100pct {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    margin-top: -2em;
}

#wise5000__section2 h2 {
    color: #fff;
    margin-bottom: 0.5em;
}

#wise5000__section2 h2 span {
    color: #009cd6;
}

#wise5000__section2 .owl-carousel .item {
    width: 100%;
    height: 650px;
    background-position: center top;
}

#wise5000__section2 .owl-carousel .item.item_1 {
    background-image: url("../images/wise5000_section2_bg_1.jpg");
}

#wise5000__section2 .owl-carousel .item.item_2 {
    background-image: url("../images/wise5000_section2_bg_2.jpg");
}

#wise5000__section2 .owl-carousel .item.item_3 {
    background-image: url("../images/wise5000_section2_bg_3.jpg");
}

.wise5000__tabNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wise5000__tabNav__items {
    width: 380px;
    color: #ffffff;
    text-align: center;
    margin: 0 10px;
    padding: 50px 0;
    background-size: cover;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .wise5000__tabNav__items:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .wise5000__tabNav__items:hover:before {
        opacity: 1;
    }
}

.wise5000__tabNav__items:nth-child(1) {
    background-image: url("../images/wise5000_section2_item_1.jpg");
}

.wise5000__tabNav__items:nth-child(2) {
    background-image: url("../images/wise5000_section2_item_2.jpg");
}

.wise5000__tabNav__items:nth-child(3) {
    background-image: url("../images/wise5000_section2_item_3.jpg");
}

.wise5000__tabNav__items figure,
.wise5000__tabNav__items h3,
.wise5000__tabNav__items ul {
    position: relative;
    z-index: 2;
}

.wise5000__tabNav__items h3 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}

.wise5000__tabNav__items ul {
    margin-top: 0;
}

.wise5000__tabNav__items li {
    list-style-type: none;
    position: relative;
}

.wise5000__tabNav__items li:before {
    content: "";
    width: .25em;
    height: .25em;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    margin-left: -.7em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wise5000__tabNav figure {
    width: 60.52632%;
    margin: 0 auto;
}

.wise5000__tabNav figure img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #wise5000__section2 {
/*        background-color: #19242e;*/
    }
    #wise5000__section2 .row-maxwidth-100pct {
        position: relative;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        left: auto;
        margin-top: 0;
        padding: 50px 20px 50px;
		  background-color: #19242e;
    }
    #wise5000__section2 h2 {
        line-height: 1.2;
        margin-bottom: 0.6em;
    }
    .wise5000__tabNav {
        display: block;
    }
    .wise5000__tabNav__items {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        margin-bottom: 20px;
    }
    .wise5000__tabNav__items:last-child {
        margin-bottom: 0;
    }
    .wise5000__tabNav figure {
        width: 30%;
        margin: 0 50px;
    }
    .wise5000__tabNav .wise5000__tabNav__text {
        padding-left: 30px;
    }
    .wise5000__tabNav h3 {
        font-size: 42px;
    }
    .wise5000__tabContent {
        display: none;
    }
}
@media screen and (max-width: 768px){
	#wise5000__section2 h2.tilt{
		padding: 50px 50px 20px;
	}
}

@media screen and (max-width: 580px) {
    #wise5000__section2 .wise5000__tabNav__items {
        display: block;
    }
    #wise5000__section2 .wise5000__tabNav__items figure {
        width: 60.52632%;
        margin: 0 auto 1em;
    }
    #wise5000__section2 .wise5000__tabNav__items .wise5000__tabNav__text {
        padding: 0;
    }
	#wise5000__section2 h2.tilt{
		padding: 50px 30px 20px;
	}
}

#wise5000__section3 h2,
#wise5000__section4 h2,
#wise5000__section5 h2,
#wise5000__section6 h2 {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    #wise5000__section3 h2,
    #wise5000__section4 h2,
    #wise5000__section5 h2,
    #wise5000__section6 h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 580px) {
    #wise5000__section3 h2,
    #wise5000__section4 h2,
    #wise5000__section5 h2,
    #wise5000__section6 h2 {
        font-size: 26px;
    }
}

#wise5000__section3 h2,
#wise5000__section5 h2,
#wise5000__section6 h2 {
    color: #009cd6;
}

#wise5000__section3 h2 span,
#wise5000__section5 h2 span,
#wise5000__section6 h2 span {
    color: #339961;
    font-weight: normal;
/*    font-size: 18px;*/
}

@media screen and (max-width: 580px) {
    #wise5000__section3 h2 span,
    #wise5000__section5 h2 span,
    #wise5000__section6 h2 span {
        display: block;
    }
}

#wise5000__section3 {
    background-image: url("../images/wise5000_section3_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ecf2f7;
}

#wise5000__section3 figure {
    position: absolute;
    right: -66px;
    top: 100px;
}

@media screen and (max-width: 1366px) {
    #wise5000__section3 figure {
        width: 788px;
        overflow: hidden;
        right: 0;
    }
}

#wise5000__section3 .row-maxwidth-100pct {
    position: relative;
    height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

#wise5000__section3 .wise5000__text__content {
    width: 540px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    #wise5000__section3 .wise5000__text__content {
        margin-top: -50px;
        width: 40%;
    }
    #wise5000__section3 .wise5000__text__content h2 span {
        display: block;
        margin-bottom: 0.5em;
    }
}

@media screen and (max-width: 1024px) {
    #wise5000__section3 {
        background-image: url("../images/wise5000_section3_bg2.jpg");
        background-color: #ecf2f7;
        background-position: right bottom;
    }
    #wise5000__section3 .row-maxwidth-100pct {
        height: 650px;
        display: block;
        padding-top: 30px;
    }
    #wise5000__section3 .wise5000__text__content {
        margin-top: 0;
        width: 100%;
    }
    #wise5000__section3 figure {
        right: 0;
        bottom: -90px;
        top: auto;
    }
}

@media screen and (max-width: 768px) {
    #wise5000__section3 {
        background-image: url("../images/wise5000_section3_bg3.jpg");
        background-size: contain;
        background-position: right bottom;
    }
    #wise5000__section3 figure {
        width: 100%;
    }
    #wise5000__section3 figure img {
        width: 115%;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-45%);
        -ms-transform: translateX(-45%);
        transform: translateX(-45%);
    }
}

#wise5000__section4 {
    background-image: url("../images/wise5000_section4_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #004280;
    color: #ffffff;
}

#wise5000__section4 h2 {
    color: #ffffff;
    line-height: 1.3;
    padding-top: 30px;
    margin-bottom: .3em;
}

#wise5000__section4 h2 span {
/*    font-size: 18px;*/
    display: block;
    font-weight: normal;
}

#wise5000__section4 .row-maxwidth-100pct {
    position: relative;
    padding: 0 20px;
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#wise5000__section4 figure {
    position: absolute;
    top: -12px;
    left: -168px;
}

#wise5000__section4 .wise5000__intel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

#wise5000__section4 .wise5000__intel li {
    width: 80px;
    margin-right: 20px;
}

#wise5000__section4 .wise5000__intel li img {
    max-width: 100%;
}

#wise5000__section4 .wise5000__text__content {
    padding-left: 600px;
    padding-bottom: 65px;
    position: relative;
    z-index: 2;
}

#wise5000__section4 .wise5000__text__content p {
    margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
    #wise5000__section4 {
        background-color: #004280;
    }
    #wise5000__section4 .row-maxwidth-100pct {
        display: block;
        height: 1000px;
        padding-top: 80px;
    }
    #wise5000__section4 .wise5000__text__content {
        padding: 0;
    }
    #wise5000__section4 .wise5000__text__content p {
        margin-bottom: 1.5em;
    }
    #wise5000__section4 figure {
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    #wise5000__section4 figure img {
        position: relative;
        left: -150px;
    }
}

@media screen and (max-width: 580px) {
    #wise5000__section4 figure img {
        width: 150%;
        left: -25%;
    }
}

#wise5000__section5 {
    background-color: #ecf2f7;
}

#wise5000__section5 .row-maxwidth-100pct {
    padding: 40px 20px 60px;
}

#wise5000__section5 .wise5000__text__content {
    margin-bottom: 40px;
}

#wise5000__section5 .wise5000__text__content h2 {
    margin-bottom: 0.2em;
}

#wise5000__section5 .figure__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

#wise5000__section5 .figure__group h3 {
    font-size: 30px;
    font-weight: bold;
}

#wise5000__section5 .figure__group p {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}

#wise5000__section5 .figure__group figure {
    position: relative;
/*    width: 24.34426%;*/
	width: 100%;
}

#wise5000__section5 .figure__group figure img {
    max-width: 100%;
}

#wise5000__section5 .figure__group figure .figure__group__text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
#wise5000__section5 .figure__group figure:first-child {
    width: 37.70492%;
}
*/

#wise5000__section5 .figure__group figure:first-child .figure__group__text {
    text-align: right;
    right: 40px;
}

#wise5000__section5 .figure__group figure:first-child h3 {
    color: #009cd6;
}

/*
#wise5000__section5 .figure__group figure:last-child {
    width: 37.70492%;
}
*/

#wise5000__section5 .figure__group figure:last-child .figure__group__text {
    left: 40px;
}

#wise5000__section5 .figure__group figure:last-child h3 {
    color: #339961;
}

#wise5000__section5 .wise5000__flexible__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#wise5000__section5 .wise5000__flexible__label ul:nth-child(1) {
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#wise5000__section5 .wise5000__flexible__label ul:nth-child(2) {
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#wise5000__section5 .wise5000__flexible__label ul li {
    margin: 0 5px;
    list-style-type: none;
    color: #ffffff;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#wise5000__section5 .wise5000__flexible__label ul:nth-child(1) li {
    background-color: #009cd6;
    width: 18%;
}

#wise5000__section5 .wise5000__flexible__label ul:nth-child(2) li {
    background-color: #339961;
    width: 30%;
}

@media screen and (max-width: 1199px) {
    #wise5000__section5 .wise5000__flexible__label ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(1) li {
        width: 30%;
        margin-bottom: 10px;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(2) li {
        width: 45%;
		margin-bottom: 10px;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(2) li:last-child {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    #wise5000__section5 .wise5000__flexible__label ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 580px) {
    #wise5000__section5 .wise5000__flexible__label ul li {
        font-size: 14px;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(1) li {
        width: 40%;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(2) li {
        width: 100%;
    }
    #wise5000__section5 .wise5000__flexible__label ul:nth-child(2) li:last-child {
        width: 100%;
    }
}

#wise5000__section6 .row-maxwidth-100pct {
    padding: 40px 20px;
}

#wise5000__section6 h2 {
    margin-bottom: 0.2em;
}

#wise5000__section6 p {
    margin-bottom: 2em;
}

#wise5000__section6 .figure__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#wise5000__section6 .figure__group figure {
    width: 263px;
}

#wise5000__section6 .figure__group figure img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    #wise5000__section6 .figure__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #wise5000__section6 .figure__group figure {
        width: 50%;
        text-align: center;
    }
    #wise5000__section6 .figure__group figure img {
        width: 260px;
    }
    #wise5000__section6 .figure__group figure:nth-child(1) {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    #wise5000__section6 .figure__group figure img {
        width: 150px;
    }
}

#wise5000__section7 {
    background-image: url("../images/wise5000_section7_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#wise5000__section7 h2{
	text-align: center;
	padding: 50px 10px  30px;
}

#wise5000__section7 .row-maxwidth-100pct {
    padding: 20px 20px 90px;
}

#wise5000__section7 .row-maxwidth-100pct>figure {
    display: inline-block;
}

#wise5000__section7 .wise5000__section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
justify-content: center;
	width: 100%;
}

#wise5000__section7 h2 {
    color: #009cd6;
    margin-right: 1em;
}

#wise5000__section7 .tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#wise5000__section7 .wise5000__section__header figure img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
    #wise5000__section7 {
        background-image: url("../images/wise5000_section7_bg2.jpg");
        background-size: contain;
        background-color: #ecf2f7;
    }
    #wise5000__section7 .row-maxwidth-100pct {
        padding-top: 50px;
    }
    #wise5000__section7 .wise5000__section__header {
        display: block;
        text-align: center;
    }
    #wise5000__section7 .wise5000__section__header h2 {
        margin-bottom: 1em;
    }
    #wise5000__section7 .wise5000__section__header figure {
        display: none;
    }
	
}

#wise5000__section8 {
	background: #f6f6f6;
	
}
#wise5000__section8 .text{
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}
#wise5000__section8 .text h2{
	font-size: 36px;
    color: #485864;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}
#wise5000__section8 h3{
	text-align: center;
	margin: 0 auto;
}
#wise5000__section8 .text a.btn{
	background: #336899;
	padding: 15px 20px;
	display: block;
	max-width: 180px;
	margin: 20px auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
}
#wise5000__section8 .text .btn:hover{
	background: #3f7eb9;
}
#wise5000__section8 .text ul{
	text-align: center;
}
#wise5000__section8 .text ul li{
	margin:20px 10px 0;
	display: inline-block;
	
	
}

#wise5000__section9{
	background:#336899 ;
}
#wise5000__section9 .text{
	max-width: 1200px;
}
#wise5000__section9 .text h2{
	font-size: 36px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}


#wise5000__section9 .text ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
		
}
#wise5000__section9 .text ul li{
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px;
}
#wise5000__section9 .text ul li a{
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 580px){
	#wise5000__section9 .text ul li{
		padding: 15px 10px;
	}
}

.wise5000__dlTab .fas {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.wise5000__dlTab .fas.fa-arrow-down {
    display: none;
}

.wise5000__dlTab dl {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

.wise5000__dlTab dt {
    position: absolute;
    width: 25%;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wise5000__dlTab dt.active .fa-arrow-down {
    display: block;
}

.wise5000__dlTab dt.active .fa-arrow-up {
    display: none;
}

.wise5000__dlTab dt.tab__nav1 {
    left: 25%;
    background-color: #009cd6;
}

.wise5000__dlTab dt.tab__nav2 {
    left: 50%;
    background-color: #485864;
}

.wise5000__dlTab dt.tab__nav3 {
    left: 75%;
    background-color: #339961;
}


.wise5000__dlTab dd {
    display: none;
    padding: 40px 15px;
    background-color: #fff;
/*    height: 450px;*/
}

.wise5000__dlTab dd .btn {
    background-color: #ecf2f7;
    color: #3b4248;
    border: 1px solid #009cd6;
}

.wise5000__dlTab dd .btn:hover {
    border-color: #94cade;
}

.wise5000__dlTab dd p {
    margin-bottom: 0.5em;
}

.wise5000__dlTab dd.tab__content1 {
    border: 3px solid #009cd6;
}

.wise5000__dlTab dd.tab__content1 .tab__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wise5000__dlTab dd.tab__content1 .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    margin: 0 0 45px 0;
}

.wise5000__dlTab dd.tab__content1 figure {
    margin-right: 10px;
}

.wise5000__dlTab dd.tab__content1 h3 {
    color: #009cd6;
    font-size: 18px;
    font-weight: bold;
}

.wise5000__dlTab dd.tab__content2 {
    border: 3px solid #485864;
}

.wise5000__dlTab dd.tab__content2 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3b4248;
}

.wise5000__dlTab dd.tab__content2 h4 {
    font-weight: normal;
    font-size: 16px;
    color: #339961;
}

.wise5000__dlTab dd.tab__content2 .tab__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.wise5000__dlTab dd.tab__content2 .tab__text {
    margin-right: 50px;
	
}

.wise5000__dlTab dd.tab__content2 .tab__text p {
    margin-bottom: 15px;
    line-height: 1.3;
}

.wise5000__dlTab dd.tab__content2 .tab__text ul {
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}

.wise5000__dlTab dd.tab__content3 {
    display: block;
    border: 3px solid #339961;
    padding: 20px 15px;
}

.wise5000__dlTab dd.tab__content3 .tab__content{
    display: flex;
    flex-wrap: wrap;
}

.wise5000__dlTab dd.tab__content3 .tab__list__item {
    width: 48%;
    margin: 0 1% 20px 1%;
	
}

.wise5000__dlTab dd.tab__content3 .tab__list__item ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 0;
}

.wise5000__dlTab dd.tab__content3 .tab__list__item li {
    width: 33%;
    list-style: none;
    margin-bottom: 10px;
}

.wise5000__dlTab dd.tab__content3 .tab__list__item p {
    line-height: 1.2;
    margin-bottom: 0;
}

.wise5000__dlTab dd.tab__content3 h3 {
    background-color: #eceef2;
    color: #3b4248;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
	
}
.wise5000__dlTab dd.tab__content3 h4 a {
    font-weight: bold;
    color: #339961;
}

.wise5000__dlTab dd.tab__content3 .module{
	margin: 20px 0;
	text-align: center;
}

.wise5000__dlTab dd.tab__content3 .module  img{
	max-width: 100%;
	height: auto;
}

/*****nav4 ****/

.wise5000__dlTab dt.tab__nav4 {
    left: 0;
    background-color: #004889;
}

.wise5000__dlTab dd.tab__content4 {
	    border: 3px solid #004889;
}
.wise5000__dlTab dd.tab__content4 .tab__content{
    display: flex;
    flex-wrap: wrap;
}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1) {
    width: 48%;
    margin: 0 1% 20px 1%;
}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1)  .bigimg{
   width: 200px;
   height: 120px;
}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2) {
    width: 48%;
    margin: 0 1% 20px 1%;

}
.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2) h3.title{
	width: 100%;

}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) {
    width: 100%;
    margin: 0 1% 20px 1%;
}
.wise5000__dlTab dd.tab__content4 .tab__list__item ul {
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*	justify-content: space-between;*/
    padding: 10px 10px 0;
	width: 100%;
}
.wise5000__dlTab dd.tab__content4 .tab__list__item li.mobile{
	display: none;
}
.wise5000__dlTab dd.tab__content4 .tab__list__item ul li{
	 list-style: none;
    margin: 10px 0;
}
.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2) ul li{
	width:80%;		
	margin: 0 auto;
}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1) ul li{
	width:100%; margin: 0 auto;
}

.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) ul li{
	width:33.33%;  
	
}
.wise5000__dlTab dd.tab__content4 .tab__list__item h3.title{
	display: block!important;	
	background-color: #eceef2;
    color: #3b4248;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
		
}

.wise5000__dlTab dd.tab__content4 .tab__list__item .items{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     margin: 0 0px 45px 0px;
/*	max-width: 250px;*/
}

.wise5000__dlTab dd.tab__content4 .tab__list__item .items img{
/*
	width: 100px;
	height: 120px;
*/
}
.wise5000__dlTab dd.tab__content4 .tab__list__item p{
/*	height: 63px;*/
}


@media screen and (max-width: 1024px){
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1),
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2),
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) {
		width: 100%;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) ul li{
		width: 50%;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) h3.title{
		display: none!important;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) .items,
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2) .items{
		margin: 10px 0 35px;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2){
		   margin: 0 1% 0px 1%;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2)  ul,
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1)  ul{
		padding: 30px 0 0;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) ul
	{
		padding: 10px 0 0;
	}

	.wise5000__dlTab dd.tab__content4 .tab__list__item li.mobile{
	display: block;
}
		.wise5000__dlTab dd.tab__content4 .tab__list__item li.mobile_02{
	display:none;
}
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(2) ul li{
	width:50%;		
	
}
	.wise5000__dlTab dd.tab__content1 figure{
		margin-right: 0;
	}
}
@media screen and (max-width: 820px){
	.wise5000__header__logos{
		top:50px;
	}
}

@media screen and (max-width:680px){
	
	.wise5000__dlTab dd.tab__content4 .tab__list__item li{
		width: 100%!important;
	}

	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(1) .items{
		display: block;
		text-align: center;
	}
	.wise5000__dlTab dd.tab__content4 .tab__list__item ul,
	.wise5000__dlTab dd.tab__content4 .tab__list__item:nth-child(3) ul{
		padding: 10px 0;
	}
	
	.wise5000 .btn{
		padding: 0.5em 1em;
	}
}

/*****nav4  end****/


@media screen and (max-width: 1139px) {
    .wise5000__dlTab dd {
/*        height: 480px;*/
    }
}

@media screen and (max-width: 1024px) {
    .wise5000__dlTab dl {
        padding-top: 0;
    }
    .wise5000__dlTab dt {
        position: relative;
        font-size: 18px;
        width: 100%;
        left: auto;
    }
	.wise5000__dlTab dt.tab__nav1,
    .wise5000__dlTab dt.tab__nav2,
    .wise5000__dlTab dt.tab__nav3 {
        left: auto;
    }
    .wise5000__dlTab dd {
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .wise5000__dlTab dd.tab__content1 .items {
        width: 50%;
    }
    .wise5000__dlTab dd.tab__content2 .tab__text {
        width: auto;
        margin-right: 30px;
    }
    .wise5000__dlTab dd.tab__content3 .tab__content {
        display: block;
    }
    .wise5000__dlTab dd.tab__content3 .tab__list__item {
        width: 100%;
    }
    .wise5000__dlTab dd.tab__content3 .tab__list__item li {
        width: 25%;
        margin-bottom: 1em;
        padding-right: 1em;
    }
}


@media screen and (max-width: 680px) {
    .wise5000__dlTab dd.tab__content1 .items {
        width: 100%;
    }
    .wise5000__dlTab dd.tab__content2 .tab__content {
        display: block;
    }
    .wise5000__dlTab dd.tab__content2 .tab__content figure {
        display: block;
        text-align: center;
    }
    .wise5000__dlTab dd.tab__content2 .tab__content figure img {
        max-width: 100%;
    }
    .wise5000__dlTab dd.tab__content2 .tab__content .tab__text {
        width: 80%;
/*        text-align: center;*/
        margin: 0 auto;
    }
    .wise5000__dlTab dd.tab__content3 .tab__list__item li {
        width: 50%;
    }
}

#wise5000__section8 .row-maxwidth-100pct,
#wise5000__section9 .row-maxwidth-100pct  {
    padding: 40px 20px;
}

#wise5000__section8 h2 {
    color: #009cd6;
    text-align: center;
    font-size: 36px;
}

#wise5000__section8 iframe {
    height: 820px;
}

@media screen and (max-width: 980px) {
    #wise5000__section8 iframe {
        height: 1080px;
    }
}


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* ================================================== */


/* 2021/5/31 */


/* ================================================== */

.wise5000_award {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1160px;
    padding: 35px 70px;
    margin: 60px auto;
    background-color: #cce1f1;
    border-radius: 5px;
}

.wise5000_award .pic {
    padding-right: 65px;
}

.wise5000_award .text h3 {
    font-size: 18px;
    color: #004280;
    margin-bottom: 20px;
}

.wise5000_award .text p {
    font-size: 14px;
    color: #4d4d4d;
}

.wise5000_award .text p b {
    font-weight: normal;
    color: #266997;
}

@media screen and (max-width: 1199px) {
    .wise5000_award {
        width: calc( 100% - 40px);
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 580px) {
    .wise5000_award {
        display: block;
        padding: 20px;
    }
    .wise5000_award .pic {
        text-align: center;
        padding: 0;
    }
}

.wise5000_brochure {
    width: 100%;
    height: 235px;
    background: url(../images/brochure_bg.jpg) center center;
    background-size: cover;
    margin-bottom: 80px;
}

.wise5000_brochure .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
}

.wise5000_brochure .inner .text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
}

.wise5000_brochure .inner .text h3 {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 20px;
}

.wise5000_brochure .inner .text ul li {
    list-style-type: disc !important;
    font-size: 14px;
    color: #FFF;
    margin-left: 20px;
    line-height: 24px;
}

.wise5000_brochure .inner .brochure {
    padding-top: 15px;
}

.wise5000_brochure .inner .btn {
    text-align: center;
}

.wise5000_brochure .inner .btn>img {
    display: none;
}

.wise5000_brochure .inner .btn a {
    display: block;
    width: 200px;
    line-height: 50px;
    font-size: 14px;
    color: #3b4248;
    text-align: center;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #009cd6;
	margin-right:50px;
}

.wise5000_brochure .inner .btn a img {
    vertical-align: middle;
    margin-left: 5px;
}

.wise5000_brochure .inner .btn a:hover {
    color: #009cd6;
}

@media screen and (max-width: 1199px) {
    .wise5000_brochure .inner {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .wise5000_brochure {
        height: 300px;
        background-size: cover;
    }
}

@media screen and (max-width: 870px) {
    .wise5000_brochure {
        height: 350px;
    }
    .wise5000_brochure .brochure {
        display: none;
    }
    .wise5000_brochure .inner .btn>img {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .wise5000_brochure {
        height: unset;
    }
    .wise5000_brochure .inner {
        display: block;
        text-align: center;
    }
    .wise5000_brochure .inner .text {
        display: inline-block;
    }
    .wise5000_brochure .inner .text ul li {
        text-align: left;
    }
    .wise5000_brochure .inner .btn>img {
        margin: 20px auto;
    }
}

@media screen and (max-width: 580px) {
    .wise5000_brochure .inner .text h2 {
        font-size: 26px;
    }
    .wise5000_brochure .inner .text h4 {
        font-size: 18px;
    }
}

.wise5000_video {
    width: 100%;
	margin-top:-20px;
    min-height: 420px;
}



.wise5000_video  h2{
	text-align: center;
	padding-bottom: 36px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#18a2d3;
	
}


.wise5000_video h2 span{
	font-size: 18px;
}

.wise5000_video .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wise5000_video .left,
.wise5000_video .right {
    position: relative;
	width: 33%;
}

.wise5000_video .left .msgCard,
.wise5000_video .right .msgCard {
    position: absolute;
/*    bottom: -90px;*/
	top:70%;
    left: 5%;
    width: 90%;
    font-size: 18px;
    border: 1px solid #c0c0c0;
    padding: 25px;
    background-color: #FFF;
    text-align: center;
}

.wise5000_video .left a,
.wise5000_video .right a {}

.wise5000_video .left a img,
.wise5000_video .right a img {
    border: 3px solid #19a6da;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1199px) {
    .wise5000_video .left,
    .wise5000_video .right {
        padding: 10px;
    }
    .wise5000_video .left a img,
    .wise5000_video .right a img {
        width: 100%;
        height: auto;
    }
    .wise5000_video .left .msgCard,
    .wise5000_video .right .msgCard {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .wise5000_video .inner {
        display: block;
		padding-bottom: 30px;
    }
    .wise5000_video .left,
    .wise5000_video .right {
        margin-bottom: 120px;
		width: 100%;
    }
    .wise5000_video .left .msgCard,
    .wise5000_video .right .msgCard {
/*        bottom: -50px;*/
		padding: 50px;
		min-height: 129px;
		top: 80%;
    }
	
	.wise5000_video .right .msgCard br.desktop{
		display: none;
	}
}

@media screen and (max-width: 580px) {
    .wise5000_video .left .msgCard,
    .wise5000_video .right .msgCard {
        padding: 30px;
/*        bottom: -20px;*/
		min-height: 116px;
    }
	.wise5000_video br.desktop{
		display: none;
		
	}
	.wise5000_video h2{
		padding: 0 10px 30px;
	}
}

.wise5000_partners {
    width: 100%;
	text-align:center;
	
	
/*    border-bottom: 1px solid #e1e1e1;*/
}

.wise5000_partners .inner {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
	text-align:center;
	
	
}

.wise5000_partners h2 {
    font-size: 36px;
    color: #485864;
    line-height: 1;
    margin-bottom: 50px;
    text-align: center;
}

.wise5000_partners .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin:auto;
	text-align:center;
	
}

.wise5000_partners .logos .left,
.wise5000_partners .logos .right {
    text-align: center;
	width: 100%;
	padding: 0 20px;
	

}



.wise5000_partners .logos .right{
	padding-top: 10px;
}

.wise5000_partners .logos .left a {
    display: block;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    
}

.wise5000_partners .logos .left a img {
    margin-left: 10px;
}

.wise5000_partners .logos .left img,
.wise5000_partners .logos .right img {
    display: inline-block;
	
	
}

.wise5000_partners .icons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wise5000_partners .icons .icon {
    text-align: center;
}

.wise5000_partners .icons .icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.wise5000_partners .icons .icon p {
    font-size: 16px;
    color: #4d4d4d;
}

@media screen and (max-width: 1199px) {
    .wise5000_partners {
        padding: 0 20px;
    }
    .wise5000_partners .icons {
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 580px) {
    .wise5000_partners .logos,
    .wise5000_partners .icons {
        display: block;
        text-align: center;
    }
    .wise5000_partners .logos .right {
        margin: 50px 0 20px 0;
    }
    .wise5000_partners .icons {
        padding: 0;
    }
    .wise5000_partners .icons .icon {
        display: inline-block;
        width: 46%;
        margin-bottom: 40px;
    }
    .wise5000_partners h2 {
        font-size: 26px;
    }
	.wise5000_partners .logos .left, 
	.wise5000_partners .logos .right{
		width: 70%;
		margin: 20px auto;
	}
}