@charset "UTF-8";
header {
  width: 100%;
  height: calc(10px + 6vh);
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 100000000;
  transition: height 0.2s ease-in-out;
}

header::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  bottom: -8px;
  background: linear-gradient(90deg, rgb(0, 176, 194) 0%, rgb(253, 198, 109) 50%, rgb(243, 121, 86) 100%);
  filter: blur(8px);
  mix-blend-mode: soft-light;
  z-index: 0;
}

#Header_Wrapper {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 calc(10px + 1vw);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/* Logo */
#Header_Logo {
  flex: 1 0 auto;
  width: auto;
  height: 60%;
  display: block;
  font-size: 0;
}

#Header_Logo img {
  height: 100%;
  width: auto;
}

/* Menu Icon */
#Menu_Wrapper {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: calc(5px + 0.5vw);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#Menu_Wrapper > div {
  width: 30px;
  height: 3px;
  font-size: 0;
  background-color: #666666;
  position: absolute;
  left: 5px;
}

#Menu_Wrapper > div:first-of-type {
  top: 9px;
  left: auto;
  right: 5px;
  transition: 0.2s ease-in;
}

#Menu_Wrapper > div:nth-of-type(2), #Menu_Wrapper > div:nth-of-type(3) {
  top: 18px;
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}

#Menu_Wrapper > div:nth-of-type(4) {
  top: 27px;
  transition: 0.2s ease-in;
}

#Menu_Wrapper.Open > div:first-of-type, #Menu_Wrapper.Open > div:nth-of-type(4) {
  width: 0px;
  transition: width 0.2s ease-out;
}

#Menu_Wrapper.Open > div:nth-of-type(2) {
  transform: rotate(135deg);
  transition: 0.3s ease-in-out;
}

#Menu_Wrapper.Open > div:nth-of-type(3) {
  transform: rotate(225deg);
  transition: 0.4s ease-in-out;
}

/* SNS */
#Share_Wrapper {
  flex: 0 0 auto;
  width: auto;
  height: 38%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 calc(5px + 0.5vw);
}

#Share_Wrapper > a {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  display: block;
  font-size: 0;
  padding: 0 calc(3px + 0.3vw);
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
}

#Share_Wrapper > a:hover {
  opacity: 1;
  transition: 2s ease-out;
}

#Share_Wrapper svg {
  width: auto;
  height: 100%;
}

#Share_Wrapper > #Share-Whatsapp {
  height: 116%;
}

/* Language */
#Lang_Wrapper {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 calc(5px + 0.5vw);
}

#Lang_Wrapper > a {
  flex: 0 0 auto;
  width: auto;
  display: block;
  padding: 0 calc(3px + 0.3vw);
  font-size: 16px;
  color: #999999;
  line-height: 18px;
  transition: color 0.2s ease-in;
}

#Lang_Wrapper > a:hover {
  color: #000000;
  transition: 0.2s ease-out;
}

#Lang_Wrapper > a.Selected {
  color: #000000;
}

/* footer */
footer {
  width: 100%;
  position: relative;
  padding: calc(20px + 1rem) 0;
  background-color: #FFFFFF;
  z-index: 100;
  margin-top: 200px;
  padding-bottom: 100px;
}

.LogoWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.LogoWrapper img {
  height: 80px;
  margin: 0 calc(10px + 0.5rem);
}

.LogoWrapper h6 {
  flex: 0 0 100%;
  text-align: center;
}

.LogoWrapper a {
  display: block;
}

.FootNote {
  text-align: center;
}
.FootNote h6 {
  font-size: calc(10px + 0.08rem);
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 1rem;
}
.FootNote h6 a {
  color: #000000;
  text-decoration: none;
}

header {
  height: 60px;
}

#Header_Logo {
  flex: 0 0 auto;
}

#Menu_Wrapper {
  display: none;
}

nav {
  position: relative;
  top: inherit;
  left: inherit;
  flex: 1 0 auto;
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 calc(5px + 0.5vw);
  background-color: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

nav a {
  flex: 0 0 auto;
  width: auto;
  padding: 0 calc(5px + 0.5vw);
  border: none;
  text-decoration: none;
}

#Lang_Wrapper > a {
  text-decoration: none;
}

nav a {
  font-size: 16px;
  color: #666666;
  transition: color 0.2s ease-in;
}

nav a:last-of-type {
  border-bottom: 0px;
}

nav a:hover {
  color: #000000;
  transition: 0.2s ease-out;
}

body {
  font-family: Barlow, NotoSans, Helvetica, "新微軟正黑體", Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body img.kvtriangle {
  position: absolute;
}
body .container {
  margin-bottom: 10%;
}
body .container .row div img {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
body .container .row div.introcontent p {
  text-align: justify;
  letter-spacing: 3px;
  line-height: 25px;
}
body .container .row h3 {
  text-align: center;
}
body .container .row .wnhkv {
  position: relative;
  z-index: -1;
}
body .container .row .wnhkv .cards .card img {
  max-width: 100%;
  margin: 0;
}
body .container .row .wnhkv .cards .card img.kvplane {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
}
body .container .row .wnhkv .cards .card img.kvtriangle3 {
  position: absolute;
  width: 45px;
  left: 212px;
  top: 335px;
  animation: Rotation3 15s infinite ease-in-out alternate;
}
body .container .row .wnhkv .cards .card img.kvtriangle4 {
  transform: rotate(90deg);
  width: 30px;
  left: 105px;
  top: 393px;
  animation: Rotation2 20s infinite ease-in-out alternate;
}
body .container .row .wnhkv .cards .card img.kvtriangle5 {
  position: absolute;
  transform: rotate(-20deg);
  width: 10px;
  left: 93px;
  top: 335px;
  animation: Rotation2 10s infinite ease-in-out alternate;
}
body .container .row .wnhkv .cards .card img.kvtriangle8 {
  position: absolute;
  transform: rotate(-128deg);
  width: 15px;
  left: 609px;
  top: 562px;
  animation: Rotation3 15s infinite ease-in-out alternate;
}
body .container .row .wnhkv .cards .card img.kvtriangle9 {
  position: absolute;
  transform: rotate(322deg);
  width: 7px;
  left: 659px;
  top: 598px;
  animation: Rotation1 5s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvball {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}
body .container .row .wnhkv .kvtriangle1 {
  position: absolute;
  width: initial;
  right: -80px;
  bottom: 15px;
  animation: Rotation1 30s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle2 {
  position: absolute;
  transform: rotate(35deg);
  width: 100px;
  left: -14px;
  top: 185px;
  animation: Rotation2 50s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle6 {
  position: absolute;
  transform: rotate(97deg);
  width: 12px;
  left: 235px;
  top: 227px;
  animation: Rotation2 5s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle7 {
  position: absolute;
  transform: rotate(65deg);
  width: 12px;
  left: 128px;
  top: 361px;
  animation: Rotation2 10s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle10 {
  position: absolute;
  transform: rotate(199deg);
  width: 12px;
  left: 644px;
  top: 514px;
  animation: Rotation1 5s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle11 {
  position: absolute;
  transform: rotate(5deg);
  width: 38px;
  left: 522px;
  top: 604px;
  animation: Rotation3 15s infinite ease-in-out alternate;
}
body .container .row .wnhkv .kvtriangle14 {
  position: absolute;
  transform: rotate(15deg);
  width: 350px;
  right: -521px;
  top: 15px;
  animation: Rotation2 20s infinite ease-in-out alternate;
}
body .container .row div.catesele {
  margin-top: 5%;
}
body .container .row div.catesele a {
  opacity: 0.5;
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
body .container .row div.catesele a h4 {
  font-size: 15px;
  margin-bottom: 0;
  letter-spacing: 3px;
  line-height: 30px;
}
body .container .row div.catesele a.active {
  opacity: 1;
  transition: ease-in-out 0.3s;
  color: #000000;
  text-decoration: none;
}
body .container .row div.catesele a:hover {
  opacity: 1;
}
body .container .row .wnhlogo {
  position: relative;
}
body .container .row .wnhlogo .kvtriangle12 {
  position: absolute;
  transform: rotate(25deg);
  width: 500px;
  left: -539px;
  bottom: 212px;
  animation: Rotation4 50s infinite ease-in-out alternate;
}
body .container.herokv {
  margin-bottom: 0%;
}
body .container.herokv .row {
  height: 55vw;
  min-height: 422.4px;
  max-height: 880px;
}
body .container.herokv .row .wnhkv .cards {
  border-radius: 15px;
  display: inline-block;
  padding: 30px 35px;
  perspective: 1800px;
  text-align: left;
  transform-origin: 20% 20%;
  transform-style: preserve-3d;
  width: 100%;
}
body .container.herokv .row .wnhkv .cards .card {
  display: inline-block;
  overflow: hidden;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transform: translatez(35px);
  transition: transform 200ms ease-out;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
}
body .container.herokv .row .wnhkv .cards .card:not(:last-child) {
  margin-right: 30px;
}
body .container.herokv .row .wnhkv .cards .card .card___img {
  position: relative;
  height: 100%;
}
body .container.herokv .row .wnhkv .cards .card .card___bg {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: -1;
}
body .container.herokv .row .wnhkv .cards .card__one .card___img {
  top: 14px;
  right: -10px;
  height: 100%;
  animation: FloatingLogo 40s infinite ease-in-out alternate;
}
body .container.herokv .row .wnhkv .cards .card__one .card___bg {
  background: url("../images/bg.png") center/cover no-repeat;
  animation: FloatingLogo2 20s infinite ease-in-out alternate;
}
body .container.awardcate div h3 {
  margin-bottom: 5%;
  letter-spacing: 3px;
}
body .container.awardcate .row .catesele a {
  position: relative;
}
body .container.awardcate .row .catesele a img.kvtriangle2 {
  position: absolute;
  rotate: 25deg;
  width: 30px;
  left: -72px;
  top: 12px;
  animation: Rotation4 50s infinite ease-in-out alternate;
}
body section.callforaction {
  position: relative;
  background-color: #de5684;
  height: 200px;
}
body section.callforaction div.container {
  height: 100%;
}
body section.callforaction div.container .row {
  height: 100%;
}
body section.callforaction div.container .row div.actionbtn {
  height: 80px;
  line-height: 80px;
  width: 350px;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  margin: auto;
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  box-shadow: -7px 7px 17px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -7px 7px 17px 0px rgba(0, 0, 0, 0.3);
}
body section.callforaction div.container .row div.actionbtn:hover {
  box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
}
body section.callforaction img.kvtriangle16 {
  position: absolute;
  transform: rotate(27deg);
  width: 450px;
  left: -72px;
  top: -90px;
  animation: Rotation4 50s infinite ease-in-out alternate;
}
body .container.intro .row .title span {
  position: relative;
}
body .container.intro .row .title span .kvtriangle2 {
  position: absolute;
  transform: rotate(52deg);
  width: 70px;
  left: -71px;
  top: -119px;
  animation: Rotation4 50s infinite ease-in-out alternate;
}
body .container.intro .row div.introcontent {
  position: relative;
}
body .container.intro .row div.introcontent img.kvtriangle13 {
  display: none;
  position: absolute;
  transform: rotate(197deg);
  width: 700px;
  right: -797px;
  bottom: -430px;
  animation: Rotation4 20s infinite ease-in-out alternate;
}
body .container.awardcate .row .awardtitle {
  margin-bottom: 0;
  margin-top: 10%;
  text-align: center;
}
body .container.awardee-list .row.justify-content-center {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: ease-in-out 0.3s;
}
body .container.awardee-list .row.justify-content-center .col-12.catesele {
  margin-top: 0;
}
body .container.awardee-list .row.justify-content-center .col-12.catesele a {
  text-decoration: none;
  color: #000000;
}
body .container.awardee-list .row.justify-content-center .col-12.catesele a h4.catetitle {
  position: relative;
  padding: 20px 50px;
  cursor: pointer;
  font-size: calc(20px + 0.15rem);
}
body .container.awardee-list .row.justify-content-center .col-12.catesele a h4.catetitle::before {
  content: "";
  width: 0;
  height: 0;
  border-top: calc(5px + 0.07rem) solid transparent;
  border-bottom: calc(5px + 0.07rem) solid transparent;
  border-left: calc(5px + 0.11rem) solid #545454;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease-out;
}
body .container.awardee-list .row.justify-content-center .col-12.catesele .row .card-body {
  border: 0px;
  padding: 20px 50px;
  background-color: transparent;
}
body .container.awardee-list .row.justify-content-center .col-12.catesele .row .card-body a.awardeepage {
  font-size: calc(12px + 0.12rem);
  text-decoration: underline;
  color: #008d9c;
  transition: 0.2s ease-in;
}
body .container.awardee-list .qrcode {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
body .container.awardee-list .qrcode img {
  height: 150px;
}
body .container.awardeepage {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: 10%;
  padding: 50px;
  border-radius: 10px;
}
body .container.awardeepage .row .awardeedetail, body .container.awardeepage .row .awardeelogo {
  margin-bottom: 0px;
}
body .container.awardeepage .row .awardeedetail h3, body .container.awardeepage .row .awardeedetail h4, body .container.awardeepage .row .awardeedetail h2 {
  text-align: left;
  font-weight: bold;
}
body .container.awardeepage .row .awardeedetail a {
  color: #008d9c;
}
body .container.awardeepage .row .awardeedetail .companysite {
  margin-bottom: 0;
}
body .container.awardeepage span.line {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  margin-bottom: 50px;
}
body .events section .container .row .col-md-6 a img {
  width: 100%;
  max-width: 100%;
}

body .highlights section .container .row .col-md-6 a img {
  width: 100%;
  max-width: 100%;
}

div#Main_Wrapper section.container {
  margin-top: 150px;
  margin-bottom: 100px;
}
div#Main_Wrapper section.container .row {
  text-align: center;
}
div#Main_Wrapper div.container .row div.wrapper {
  padding: 30px;
  position: relative;
}
div#Main_Wrapper div.container .row div.wrapper .card {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: ease-in-out 0.3s;
}
div#Main_Wrapper div.container .row div.wrapper .card img {
  margin-top: 10%;
  border-radius: 5px;
}
div#Main_Wrapper div.container .row div.wrapper .card .card-body {
  text-align: center;
  margin-bottom: 30px;
}
div#Main_Wrapper div.container .row div.wrapper .card .card-body h3 {
  padding: 20px;
  padding-bottom: 10px;
}
div#Main_Wrapper div.container .row div.wrapper .card:hover {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  scale: 1.01;
}
div#Main_Wrapper section.container .row h1 {
  position: relative;
}
div#Main_Wrapper section.container .row h1 .kvtriangle.ten {
  width: 30px;
  left: -40px;
  bottom: 0;
}

.fixedbgimg {
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_kv.jpg") center/cover no-repeat;
  z-index: -1;
  overflow: hidden;
}
.fixedbgimg img.kvtriangle.six {
  transform: rotate(164deg);
  width: 700px;
  left: -200px;
  top: -150px;
  animation: Rotation1 20s infinite ease-in-out alternate;
}
.fixedbgimg img.kvtriangle.seven {
  transform: rotate(-97deg);
  width: 300px;
  right: -200px;
  bottom: -150px;
  animation: Rotation2 10s infinite ease-in-out alternate;
}
.fixedbgimg img.kvtriangle.eight {
  transform: rotate(320deg);
  width: 100px;
  right: 200px;
  bottom: 150px;
  animation: Rotation3 15s infinite ease-in-out alternate;
}
.fixedbgimg img.kvtriangle.nine {
  transform: rotate(222deg);
  width: 200px;
  right: 500px;
  top: 200px;
  animation: Rotation4 40s infinite ease-in-out alternate;
}

#wnh2023 .fixedbgimg {
  background: none;
}
#wnh2023 .fixedbgimg img.kvtriangle.six {
  transform: rotate(129deg);
  width: 250px;
  left: 0px;
  bottom: 0px;
  top: initial;
  animation: Rotation1 40s infinite ease-in-out alternate;
}

div.events section .container .row div {

  margin-bottom: 30px;
}
div.events section .container .row div a img {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  opacity: 0.9;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
div.events section .container .row div a img:hover {
  scale: 1.02;
  opacity: 1;
}
div.events section .container .row div iframe {
  width: 100%;
  height:315px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  opacity: 0.9;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
div.events section .container .row div iframe:hover {
  scale: 1.02;
  opacity: 1;
}
div.highlights section .container .row div {
  margin-bottom: 10px;
}
div.highlights section .container .row div a img {
  width: 100%;
  height:100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  opacity: 0.9;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
div.highlights section .container .row div a img:hover {
  scale: 1.02;
  opacity: 1;
}
.newsAlert.minimize {
  bottom: -80px;
}

/* Animation */
@keyframes FloatingLogo {
  0% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(4px, -10px);
  }
  40% {
    transform: translate(0px, 10px);
  }
  60% {
    transform: translate(-6px, -8px);
  }
  70% {
    transform: translate(4px, 8px);
  }
  80% {
    transform: translate(-2px, -4px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes FloatingLogo2 {
  0% {
    transform: translate(2px, 0px);
  }
  10% {
    transform: translate(-4px, 10px);
  }
  30% {
    transform: translate(0px, -10px);
  }
  40% {
    transform: translate(6px, 8px);
  }
  80% {
    transform: translate(-4px, -8px);
  }
  90% {
    transform: translate(2px, 4px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes Rotation1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(90deg);
  }
  60% {
    transform: rotate(110deg);
  }
  70% {
    transform: rotate(240deg);
  }
  80% {
    transform: rotate(300deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Rotation2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-30deg);
  }
  40% {
    transform: rotate(-90deg);
  }
  60% {
    transform: rotate(-110deg);
  }
  70% {
    transform: rotate(-80deg);
  }
  80% {
    transform: rotate(-50deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes Rotation3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes Rotation4 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-30deg);
  }
  40% {
    transform: rotate(-90deg);
  }
  60% {
    transform: rotate(-110deg);
  }
  70% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  100% {
    transform: rotate(-360deg);
  }
  200% {
    transform: rotate(-720deg);
  }
}
@media (max-width: 568px) {
  body .container .row .wnhkv .kvtriangle1 {
    right: -127px;
    bottom: -66px;
  }
  body .container .row .wnhkv .kvtriangle2 {
    left: -16px;
    top: 73px;
  }
  body .container .row div img {
    width: 100%;
    margin: 0;
  }
  body .container .row div.introcontent p {
    letter-spacing: 0;
    line-height: 25px;
  }


  #Highlight_Wrapper{width:100%; display:flex; flex-wrap:wrap; align-items:stretch; justify-content:space-between;text-align: center;  margin-bottom: 20px; padding: 0 20px;}
  #Highlight_Wrapper > div{flex:0 0 100%; margin:10px 0; padding:0; border-radius:10px; background-color:rgba(255,255,255,0.65); box-shadow:0px 0px 20px 0px rgba(0,0,0,0.2); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); position:relative; transition:0.5s ease-in-out; overflow:hidden; font-size:0; line-height:0; opacity:0.8;}
  #Highlight_Wrapper > div:hover{opacity:1; transform:0.5s ease-in-out;}
  #Highlight_Wrapper img{width:100%; height:auto;}
  #Highlight_Wrapper div.VideoWrapper{width:100%; height:0px; line-height:0; font-size:0; padding-top:56.25%; position:relative; overflow:hidden;}
  #Highlight_Wrapper iframe{width:100%; height:100%; position:absolute; inset:0;}
  #Highlight_Wrapper p{text-align:center;}

  body section.callforaction img.kvtriangle16 {
    width: 250px;
    top: 103px;
  }
  body section.awardcate .row .cateimage {
    display: none;
  }
  body section.awardcate .row .catesele {
    width: 90%;
  }
  body .container.awardcate .row .catesele a img.kvtriangle2 {
    left: -41px;
  }
  body .container.herokv .row .wnhkv .cards {
    padding: 0;
  }
  .fixedbgimg img.kvtriangle.eight {
    display: none;
  }
  #wnh2023 .fixedbgimg img.kvtriangle.six {
    width: 150px;
    left: 83px;
    bottom: 148px;
  }
  body .container .row .wnhlogo .kvtriangle12 {
    left: -273px;
    bottom: 28px;
  }
  body .container .row .wnhkv .kvtriangle7 {
    left: 97px;
    top: 257px;
  }
  body .container .row .wnhkv .kvtriangle6 {
    left: 296px;
    top: 183px;
  }
  body .container .row .wnhkv .kvtriangle10 {
    left: 327px;
    top: 285px;
  }
  body .container .row .wnhkv .kvtriangle11 {
    width: 25px;
    left: 256px;
    top: 130px;
  }
  body .container .row .wnhkv .kvball {
    top: 7px;
  }
  body .container .row .wnhkv .cards .card img.kvplane {
    top: 43px;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle3 {
    left: 105px;
    top: 182px;
  }
  div#Main_Wrapper div.container .row div.wrapper .card img {
    margin-top: 0;
  }
  .newsAlert.minimize {
    bottom: -150px;
  }
  body .container.awardcate .row .awardtitle {
    margin-top: 100px;
  }
  body .container.awardee-list .row.justify-content-center .col-12.catesele .row .card-body {
    width: 100%;
  }
  /* Nav */
  nav {
    flex: 0 0 100vw;
    width: 100vw;
    height: auto;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0 calc(5px + 0.5vw);
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000000000000;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top: 1px solid #E2E3E4;
  }
  nav a {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    padding: 10px calc(5px + 0.5vw);
    border-bottom: 1px dotted #CCCCCC;
  }
  nav.Open {
    display: flex;
  }
  #Menu_Wrapper {
    display: block;
  }
  div.events section .container .row div iframe {
    width: 100%;
  height:200px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    opacity: 0.9;
    transition: ease-in-out 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 390px) {
  body .container.herokv {
    overflow: hidden;
  }
  body .container.herokv .row .wnhkv .cards {
    transform: rotateX(0deg) rotateY(0deg);
  }
  body .container.herokv .row .wnhkv .cards .card__one .card___img {
    right: 0;
  }
  body .container .row .wnhkv .kvball {
    top: 86px;
  }
  body .container .row .wnhkv .kvtriangle1 {
    right: -128px;
    bottom: -110px;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle5 {
    top: 144px;
  }
  body .container .row .wnhkv .kvtriangle6 {
    left: 10px;
    display: none;
  }
  body .container .row .wnhkv .kvtriangle7 {
    left: -17px;
    top: 223px;
    width: 8px;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle8 {
    left: 192px;
    top: 266px;
    display: none;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle9 {
    left: 169px;
    top: 214px;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle4 {
    position: relative;
    top: -203px;
  }
  body .container .row .wnhkv .kvtriangle10 {
    left: -80px;
  }
  body .container .row .wnhkv .cards .card img.kvtriangle3 {
    left: 46px;
    top: 244px;
  }
  body section.callforaction img.kvtriangle16 {
    width: 200px;
    top: 135px;
    left: -67px;
  }
  .fixedbgimg img.kvtriangle.six {
    top: -536px;
  }
  body .container .row .wnhkv .cards .card img.kvplane {
    top: 117px;
  }
}/*# sourceMappingURL=style.css.map */