.loading_page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  background-size: cover;
  background-repeat: no-repeat;
}

.preloader-wrap {
  position: relative;
  max-width: 350px;
  width: 70%;
  height: 41px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.percentage {
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.loader {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.loadbar {
  width: 0%;
  height: 100%;
  background-color: #242529;
  background-color: #fff;
  /*background: repeating-linear-gradient(
45deg, 
  #008737, 
  #008737 10px, 
  #69AF23 10px,
  #69AF23 20px
);*/
  /* Stripes Background Gradient */
  /*box-shadow: 0px 0px 14px 1px #008737;*/
  position: absolute;
  top: 0;
  left: 0;
  /*animation: flicker 5s infinite;*/
  overflow: hidden;
  z-index: 2;
  opacity: 0.8;
}

.glow {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #008737;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px;
}

/*loading page chris*/
.HyWeb_content {
  position: relative;
  z-index: 3;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 1080px;
}

.HyWeb_canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}

.HyWeb_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  display: none;
  transition: all 0.3s linear;
}
.HyWeb_section .is_active {
  opacity: 1;
  display: block;
}

.HyWeb_INTRODUCTION {
  display: block;
}

.section_inner {
  position: relative;
}

.section_title {
  position: fixed;
  color: #fff;
  text-shadow: 1px 2px 8px #636363;
}
.section_title.left_dir {
  text-align: left;
}
.section_title.right_dir {
  text-align: right;
}
.section_title small {
  font-size: 1.5625rem;
}

.section_product_pic {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
}

.section_content_txt {
  position: fixed;
  color: #fff;
  transition: all .5s;
}
.section_content_txt:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: .5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.section_content_txt .title {
  position: relative;
  word-break: break-all;
}
.section_content_txt .txt {
  position: relative;
  word-break: break-all;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.section_exhibition_content {
  position: absolute;
  z-index: 3;
  top: -10vh;
  left: 0;
  width: 100%;
  height: 100vh;
}

.section_exhibition_ctrl {
  position: fixed;
  font-size: 1.25rem;
  color: #fff;
  display: none;
  z-index: 9;
}
.section_exhibition_ctrl .btn {
  display: inline-flex;
  align-items: center;
}
.section_exhibition_ctrl .arrow {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
}
.section_exhibition_ctrl .arrow:before {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  display: inline-block;
  opacity: .5;
  left: 0;
}
.section_exhibition_ctrl .arrow:after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.section_exhibition_ctrl .btn_right {
  float: right;
}
.section_exhibition_ctrl .btn_right .arrow {
  margin-left: 3px;
}
.section_exhibition_ctrl .btn_right .arrow:after {
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

@media (min-width: 1px) and (max-width: 767.98px) {
  .section_exhibition_ctrl {
    bottom: 30%;
    width: 100%;
    padding: 0 10px;
    left: 0%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section_exhibition_ctrl {
    bottom: 30%;
    width: 30%;
    left: 35%;
  }
}
@media (min-width: 1200px) {
  .section_exhibition_ctrl {
    bottom: 20%;
    width: 30%;
    left: 35%;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  .section_exhibition_ctrl {
    bottom: 20%;
    font-size: 1rem;
  }
}
.section_exhibition {
  position: absolute;
}

.popup_exhibition {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}

.popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.popup_exhibition_inner {
  position: relative;
}

.popup_exhibition_close {
  position: fixed;
  width: 45px;
  height: 45px;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  -moz-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -o-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  -webkit-transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
  transition: cubic-bezier(0.175, 0.885, 0.52, 1.775) 200ms;
}
.popup_exhibition_close:before {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup_exhibition_close:after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup_exhibition_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_exhibition_title .txt {
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}
.popup_exhibition_title .btn {
  display: none;
  flex: 0 0 32px;
}
.popup_exhibition_title .arrow {
  position: relative;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 30px;
}
.popup_exhibition_title .arrow:before {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  display: inline-block;
  opacity: .5;
  left: 0;
}
.popup_exhibition_title .arrow:after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.popup_exhibition_title .btn_right {
  float: right;
}
.popup_exhibition_title .btn_right .arrow:after {
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

.popup_exhibition_list {
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.popup_exhibition_list::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.5);
  opacity: .5;
}
.popup_exhibition_list .item {
  position: relative;
}
.popup_exhibition_list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #efefef;
}
.popup_exhibition_list .pic {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popup_exhibition_list .pic img {
  width: 100%;
}
.popup_exhibition_list p {
  color: #fff;
  text-align: center;
}

.popup_exhibition_area_list .txt {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  overflow: hidden;
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
.popup_exhibition_area_list .txt:after {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 0%;
  height: 2px;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 38%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 38%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 38%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}
.popup_exhibition_area_list .item.active .txt:after {
  right: 0%;
  width: 60%;
  animation: navbottom 1s;
}

.popup_exhibition_bottom {
  position: fixed;
  bottom: 2%;
  display: none;
  text-align: right;
  right: 5%;
  width: 90%;
}
.popup_exhibition_bottom .btn_top {
  position: relative;
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}
.popup_exhibition_bottom .btn_top:before {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  display: inline-block;
  opacity: .5;
  left: 0;
}
.popup_exhibition_bottom .btn_top:after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}

.input_search {
  border: 2px solid #fff;
  height: 30px;
  border-radius: 30px;
  background-color: transparent;
  padding: 0 10px;
  color: #fff;
  outline: none;
}
.input_search::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.input_search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.input_search::placeholder {
  color: #fff;
}

.btn_search {
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
}

.section_exhibition_view {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section_exhibition_move {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section_exhibition_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section_exhibition_nav {
  position: fixed;
  top: 30%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #327C96;
  left: 0px;
  z-index: 5;
}
.section_exhibition_nav .item {
  position: relative;
  color: #fff;
  background-color: #327C96;
  padding: 17px 15px 17px;
  width: 50%;
}
.section_exhibition_nav .item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 17px;
  background-image: url(../images/exhibition_nav_shadow.png);
  background-repeat: repeat;
}
.section_exhibition_nav .item:nth-child(1) {
  z-index: 4;
}
.section_exhibition_nav .item:nth-child(2) {
  z-index: 4;
}
.section_exhibition_nav .item:nth-child(3) {
  z-index: 3;
}
.section_exhibition_nav .item:nth-child(4) {
  z-index: 3;
}
.section_exhibition_nav .item:nth-child(5) {
  z-index: 2;
}
.section_exhibition_nav .item:nth-child(6) {
  z-index: 2;
}
.section_exhibition_nav .item.active {
  background-color: #194B5D;
}
.section_exhibition_nav .item.active:before {
  display: none;
}

.ADVERTISING {
  height: 200vh;
  min-height: 100vh;
}

.NEWPRODUCT {
  min-height: 600px;
}

.section_introduction_content {
  position: fixed;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 2.25rem;
}
.section_introduction_content h3 {
  font-size: 1.5625rem;
}
.section_introduction_content p {
  font-size: 1.125rem;
}
.section_introduction_content .blur_txt {
  opacity: .5;
  -moz-transform: scaleY(-0.5) translateY(50%);
  -webkit-transform: scaleY(-0.5) translateY(50%);
  -o-transform: scaleY(-0.5) translateY(50%);
  transform: scaleY(-0.5) translateY(50%);
}
.section_introduction_content .blur_txt h3 {
  color: transparent;
  text-shadow: 0 0 6px #fff;
}
.section_introduction_content .blur_txt p {
  color: transparent;
  text-shadow: 0 0 6px #fff;
}

.logo_introduction {
  text-align: center;
}
.logo_introduction img {
  max-height: 70px;
}

.mouse {
  position: fixed;
  bottom: 5%;
  background-image: url(../images/mouse@2x.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 38px;
  left: 50%;
  margin-left: -14px;
}
.mouse .arrow {
  background-image: url(../images/arrow@2x.png);
  background-repeat: no-repeat;
  width: 9px;
  height: 17px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 30px;
  animation: arrow 2s linear infinite;
}

@keyframes arrow {
  0% {
    top: 30px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 30px;
  }
}
#cursor {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-color: #fff;
  transform: scale(0.08);
  pointer-events: none;
  z-index: 60;
}
#cursor:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: -110px;
  left: -110px;
  border-radius: 340px;
  background-color: #fff;
  opacity: 0.5;
}

.section_advertising_cntent {
  position: relative;
  display: flex;
  height: 100vh;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.section_advertising_view {
  position: relative;
  height: 300px;
  margin: 0px auto;
  overflow: hidden;
}

.section_advertising_inner {
  display: inline-flex;
}

.section_advertising_column {
  margin: 0px 2px;
  flex: 0 0 136px;
}

.section_advertising_list {
  width: 136px;
  height: 136px;
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section_advertising_list img {
  width: 100%;
}

.section_nav {
  position: fixed;
  left: 0px;
  height: 20px;
  width: 100%;
  z-index: 9;
  padding: 0 50px;
  bottom: 50px;
  text-align: right;
}
.section_nav .section_nav_list {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 3px;
  transition: all 0.35s;
}
.section_nav .section_nav_list:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background-color: #fff;
}
.section_nav .section_nav_list.active {
  border: 1px solid #fff;
}

@media (min-width: 1px) and (max-width: 480px) {
  .section_title {
    font-size: 3.625rem;
  }

  .popup_exhibition_title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1px) and (max-width: 767.98px) {
  .section_introduction_content {
    top: 40%;
  }

  .logo_introduction {
    display: none;
  }

  .section_title {
    top: 15%;
    left: 0px;
    padding: 0px 35px;
    font-size: 3.625rem;
  }

  .section_exhibition {
    top: 65%;
    left: 0%;
    width: 100%;
    display: none;
  }

  .section_content_txt {
    top: 65%;
    line-height: 1.25rem;
    padding: 2% 3%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    text-align: center;
    width: 90%;
  }
  .section_content_txt .title {
    font-size: 1.125rem;
  }
  .section_content_txt .txt {
    font-size: 0.875rem;
  }

  .section_nav {
    display: none;
  }

  .popup_exhibition_inner {
    padding: 50px 0px 0;
  }

  .popup_exhibition_search {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
  }

  .popup_exhibition_close {
    top: 10px;
    right: 10px;
  }
  .popup_exhibition_close:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .popup_exhibition_bottom {
    display: block;
  }

  .popup_exhibition_title {
    padding: 20px 10px;
    font-size: 1.5625rem;
    background-color: #327C96;
    text-align: center;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .popup_exhibition_title .btn {
    opacity: 0;
    display: inline-block;
  }
  .popup_exhibition_title .btn.show {
    opacity: 1;
  }

  .popup_exhibition_list {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: calc(100vh - 270px);
  }
  .popup_exhibition_list::-webkit-scrollbar {
    background: transparent;
  }
  .popup_exhibition_list::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .popup_exhibition_list .pic {
    display: none;
  }
  .popup_exhibition_list .item {
    height: 70px;
    width: 48%;
    margin: 0 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
  }
  .popup_exhibition_list .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: .6;
    background-color: #000;
    width: 100%;
    height: 100%;
  }
  .popup_exhibition_list p {
    position: relative;
    padding: 15px 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }

  .popup_exhibition_search_box {
    padding: 25px 0;
    width: 100%;
    display: flex;
  }

  .input_search {
    width: 100%;
  }

  .btn_search {
    margin-left: 10px;
    flex: 0 0 32px;
  }

  .popup_exhibition_area_list {
    position: absolute;
    z-index: 1;
    display: none;
  }
  .popup_exhibition_area_list .txt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .popup_exhibition_area_list .txt:hover:after {
    right: 0%;
    width: 60%;
    animation: navbottom 1s;
  }
}
@media (min-width: 1px) and (max-width: 480px) {
  .section_title {
    font-size: 2.625rem;
  }

  .section_content_txt .title {
    font-size: 1rem;
  }
  .section_content_txt .txt {
    font-size: 0.75rem;
  }

  .HyWeb_VIDEO .section_title {
    top: 25%;
  }

  .HyWeb_NEWS .section_title {
    top: 25%;
  }

  .HyWeb_INFORMATION .section_title {
    top: 25%;
  }

  .HyWeb_FOCUS .section_title {
    top: 25%;
  }

  .section_content_txt .title {
    font-size: 1rem;
  }
  .section_content_txt .txt {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .INTRODUCTION {
    height: 50vh;
    min-height: 600px;
  }

  .logo {
    opacity: 0;
  }

  .section_introduction_content {
    top: 45%;
  }

  .section_title {
    top: 15%;
    left: 15%;
    padding: 0px 50px;
    font-size: 4.6875rem;
    width: 70%;
    text-align: left;
  }
  .section_title.p_bottom_dir {
    top: initial;
    bottom: 10%;
  }
  .section_title.p_center_dir {
    text-align: center;
  }

  .section_exhibition {
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    max-width: 1200px;
  }

  .section_exhibition_nav {
    display: none;
  }

  .section_content_txt {
    top: 67%;
    line-height: 1.5rem;
    padding: 10px 15px;
  }
  .section_content_txt .title {
    font-size: 1.125rem;
  }
  .section_content_txt .txt {
    font-size: 0.75rem;
  }
  .section_content_txt.p_left_dir {
    left: calc(15% + 50px);
    max-width: calc(70% - 50px);
  }

  .section_advertising_view {
    width: 840px;
  }

  .popup_exhibition_inner {
    justify-content: center;
    margin: 0px auto;
    padding: 130px 50px 0;
    display: flex;
    flex-direction: row-reverse;
  }

  .popup_exhibition_search {
    width: 30%;
    flex: 0 0 250px;
    max-width: 250px;
    text-align: right;
    padding-top: 60px;
  }

  .popup_exhibition_content {
    width: 70%;
    max-width: 930px;
    top: 0px;
    left: 0;
    height: 100%;
  }

  .popup_exhibition_close {
    top: 50px;
    right: 50px;
  }
  .popup_exhibition_close:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .popup_exhibition_title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .popup_exhibition_list {
    height: calc(100vh - 250px);
  }
  .popup_exhibition_list .item {
    margin-right: 15px;
    height: 200px;
    width: 135px;
  }
  .popup_exhibition_list .pic {
    width: 135px;
    height: 135px;
  }
  .popup_exhibition_list p {
    padding: 15px 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }

  .popup_exhibition_search_box {
    margin-bottom: 35px;
  }

  .popup_exhibition_area_list .txt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .popup_exhibition_area_list .txt:hover:after {
    right: 0%;
    width: 60%;
    animation: navbottom 1s;
  }

  #cursor .cursor_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }
  #cursor .cursor_content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background-color: #000;
  }
  #cursor.active {
    background-color: transparent;
    transform: scale(1);
    animation: cursorSize 1s linear;
  }
  #cursor.active:before {
    display: none;
  }
  #cursor.active .cursor_content {
    animation: cursorTxt 1s linear;
    display: block;
  }
  #cursor.active .circle {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    top: 20px;
    left: 25px;
    background-color: #fff;
  }
  #cursor.active .txt {
    position: absolute;
    background-image: url(../images/txt_seemore.png);
    width: 67px;
    height: 61px;
    top: 35px;
    left: 25px;
  }
  #cursor.hide {
    animation: cursorhide 1s linear;
    opacity: 0;
  }

  @keyframes cursorSize {
    0% {
      transform: scale(0.2);
    }
    20% {
      transform: scale(0.4);
    }
    40% {
      transform: scale(0.6);
    }
    60% {
      transform: scale(0.8);
    }
    80% {
      transform: scale(1.2);
    }
  }
  @keyframes cursorTxt {
    40% {
      opacity: 0;
    }
    60% {
      opacity: 0.5;
    }
    80% {
      opacity: 1;
    }
  }
  @keyframes cursorHide {
    0% {
      opacity: 1;
    }
    60% {
      opacity: 0.5;
    }
    80% {
      opacity: 0;
    }
  }
  .VIDEO {
    height: 80vh;
    min-height: 800px;
  }

  .NEWS {
    height: 80vh;
    min-height: 800px;
  }

  .INFORMATION {
    height: 80vh;
    min-height: 800px;
  }

  .FOCUS {
    height: 80vh;
    min-height: 800px;
  }
}
