@charset "UTF-8";
/* Note: */
/* ------------------------------------------------- */
/* Created Date: 2017.06.08 */
/* Author: Tom tang */
/* Purpose: SET & Asustor solution */
/* Source Files: */
/* ------------------------------------------------- */
/* */
/* */
/* Start style */
.dis_flex {
  display: flex;
}

.width-sm {
  max-width: 900px;
}

#banner {
  
	background-image: url("../../../images/event/2025/summer_event_2025/banner_bg.jpg");
    background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  #banner {
    /*height: 630px;*/
  }
}

#banner .heading {

}

#banner .heading .title,
#banner .heading .sub-title {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, Helvetica, 微軟正黑體, "Microsoft JhengHei", 新細明體, Verdana, sans-serif;
}

#banner .heading .title {
  font-size: 66px !important;
  font-weight: 800;;
  /*padding-top: 10%;*/
  margin-bottom: 35px;
}

.text-shadow {
    text-shadow: 1px 1px 10px #51435d;
}

@media (max-width: 767px) {
  #banner .heading .title {
    padding-top: 3%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #banner .heading .title {
    font-size: 46px !important;
    line-height: 46px;
    margin-top: 40px;
    max-width: 350px;
    text-align: left;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #banner .heading .title {
    font-size: 33px;
    line-height: 43px;
    margin-top: 0;
    max-width: 550px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #banner .heading .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0px;
  }
}

#banner .heading .sub-title {
  font-size: 46px;
  font-weight: normal;
	font-weight: 800;


}

#banner .heading .sub-title:after {
  content: "";
  width: 100%;
  height: 2px;
  /*background-color: #FFF;*/
  display: block;
  margin-top: 31px;
}

#banner .img > img {
  display: inline-block;
  margin: 0 auto;
}

.section {
  overflow-x: hidden;
  padding-bottom: 150px;
}

.section .heading {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section .title, .section h2 {
  font-size: 36px;
  color: #444444;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 60px;
	font-weight: 800;
}

@media (max-width: 767px) 
{
  .section .title {
    font-size: 25px;
  }
  #banner .heading .sub-title {
  font-size: 36px;
	 line-height: 36px;
  font-weight: normal;
	font-weight: 800;
	  text-align: left !important;


}	
}

.section .intro {
  font-size: 16px;
  line-height: 26px;
  color: #424242;
  text-align: left;
  margin-bottom: 45px;
  font-weight: 600;
}

.section .img {
  margin-bottom: 50px;
}
#sec_0 {
	background-color: #05224a;
}


#sec_1 {
  padding-bottom: 60px;
}

#sec_1 .intro {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px;
}

#sec_1 .icon-group .icon-item .icon {
  text-align: center;
}

#sec_1 .icon-group .icon-item .txt, #sec_6 .icon-group .icon-item .txt, #sec_4 .txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

#sec_2 {
  background: -webkit-linear-gradient(top, #f4f4f4, #FFF);
  background: -o-linear-gradient(top, #f4f4f4, #FFF);
  background: -moz-linear-gradient(top, #f4f4f4, #FFF);
  background: linear-gradient(top, #f4f4f4, #FFF);
}

#sec_2 .s-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

#sec_2 .s-intro {
  padding-top: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  max-width: 900px;
  margin: 0 auto;
}

#sec_2 .s-img {
  text-align: center;
}

#sec_2 .price {
  display: inline-block;
  padding: 0px 5px;
  color: #3da0e4;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

#sec_2 .s-link-group {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 55px;
}

#sec_2 .s-link-group .s-link-group-inner {
  display: inline-block;
}

#sec_2 .s-link-group .s-link-group-inner > a {
  margin: 0 5px;
}

@media (max-width: 767px) {
  #sec_2 .s-link-group .s-link-group-inner > a {
    float: left;
    margin: 5px;
    width: 50px;
  }
}

#sec_2 .icon-item {
  text-align: center;
  margin-bottom: 25px;
}

#sec_2 .icon-item .txt {
  padding: 0 25px 25px 25px;
  display: inline-block;
}

#sec_2 .slide-item {
  padding: 0 62px;
}

@media (max-width: 767px) {
  #sec_2 .slide-item {
    padding: 0;
    padding-bottom: 25px;
  }
}

#sec_2 .lSSlideOuter .lSPager.lSpg > li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

#sec_2 .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #bdbdbd;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

#sec_2 .lSSlideOuter .lSPager.lSpg > li:hover a, #sec_2 .lSSlideOuter .lSPager.lSpg > li.active a {
  position: relative;
  top: 2px;
  background-color: #5bb2ea;
  width: 16px;
  height: 16px;
}

#sec_2 .lSSlideOuter .lSPager.lSpg {
  z-index: 999;
}

@media (max-width: 767px) {
  #sec_2 .lSAction {
    display: none;
  }
}

#sec_2 .lSAction > a {
  width: 62px;
  height: 62px;
  background-image: url("../../images/event/win_nas/controls.png");
}

#sec_2 .lSAction > a.lSNext {
  background-position: 0  0;
  right: 0px;
  z-index: 999;
}

#sec_2 .lSAction > a.lSPrev {
  background-position: 62px  0;
  left: 0px;
  z-index: 999;
}

#sec_3 {
	background-color: #E0E9F8;
	padding-top: 150px;
}
#sec_3_2 {
	background-color: #ecdcc2;
}

#sec_3 .heading {
  max-width: 700px;
}

#sec_3 .title {
  color: #ffd201;
  font-size: 60px;
}

@media (max-width: 767px) {
  #sec_3 .title {
    font-size: 30px;
  }
}

#sec_3 .title:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 101px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/event/share_your_backup/get_award_icon.png");
}

@media (max-width: 767px) {
  #sec_3 .title:before {
    background-size: 100%;
    background-position: 50% bottom;
    width: 55px;
    height: 55px;
  }
}

#sec_3 .sub-title {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  color: white;
  margin-top: 25px;
}

#sec_3 .sub-title:after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ffd776;
  display: block;
  margin-top: 31px;
}

#sec_3 .product-feature {
  margin-top: 35px;
  color: white;
  font-size: 16px;
  line-height: 26px;
  margin-left: -25px;
}

#sec_3 .product-feature ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 25px;
}

#sec_3 .product-feature li {
  margin-bottom: 25px;
}



#sec_4 #step_intro_bk a.step_link_outer {
  display: inline-block;
  padding: 0 35px;
  color: #767676;
  padding: 5px;
}

#sec_4 #step_intro_bk a.step_link_outer .icon {
  margin-top: 25px;
}

#sec_4 #step_intro_bk a.step_link_outer .txt {
  font-size: 18px;
  line-height: 24px;
}

#sec_4 #step_intro_bk a.step_link_outer:hover .txt {
  color: #000;
}

#sec_4 .win_nas, #sec_8 .win_nas{
  margin-top: 65px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #0099FF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 12px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#sec_4 .win_nas:hover {
  background-color: #52BAFF;
  -webkit-box-shadow: 0 2px 45px #004675;
  -moz-box-shadow: 0 2px 45px #004675;
  -ms-box-shadow: 0 2px 45px #004675;
  box-shadow: 0 2px 45px #004675;
}
#sec_3_2 .win_nas {
  margin-top: 65px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #3b3b3b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 12px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#sec_3_2 .win_nas:hover {
  background-color: #000000;
  -webkit-box-shadow: 0 2px 45px #333333;
  -moz-box-shadow: 0 2px 45px #333333;
  -ms-box-shadow: 0 2px 45px #333333;
  box-shadow: 0 2px 45px #333333;
}

#sec_5 {
/*  background: -webkit-linear-gradient(top, #f4f4f4, #FFF);
  background: -o-linear-gradient(top, #f4f4f4, #FFF);
  background: -moz-linear-gradient(top, #f4f4f4, #FFF);
  background: linear-gradient(top, #f4f4f4, #FFF);*/
}

#sec_5 .temrs_list ol li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}

.modal-body {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0 25px;
  }
}

.hero-image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../../images/event/share_your_backup/modal_bg.jpg");
    margin: -35px -20px 0px -35px;
    padding: 30px 30px;
}

@media (max-width: 767px) {
  .hero-image {
    margin: 0 -25px;
    padding: 25px;
  }
}

.hero-image .hero-text h1 {
  color: #ffd776;
  margin-bottom: 25px;
  font-weight: 600;
}

.hero-image .hero-text h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}

.part h3 {
  font-size: 28px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .part h3 {
    font-size: 25px;
  }
}

.part p {
  font-size: 16px;
  line-height: 22px;
}

.part-sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.modal-content {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}

.modal-body {
  position: relative;
}

.modal-body .modal-close {
  position: fixed;
  right: 25px;
  top: 15px;
  z-index: 10;
  color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .modal-body .modal-close {
    right: 15px;
    top: 10px;
  }
}

.modal-body .modal-close span {
  font-size: 30px;
}

.modal-body label {
  margin-bottom: 8px;
}

.modal-body .seemore_btn {
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

.modal-body .submit_btn {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #23a8f8;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 12px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 150px;
  border: 0;
}

.modal-body .submit_btn:hover {
  background-color: #1e96df;
  -webkit-box-shadow: 0 2px 45px #42aae9;
  -moz-box-shadow: 0 2px 45px #42aae9;
  -ms-box-shadow: 0 2px 45px #42aae9;
  box-shadow: 0 2px 45px #42aae9;
}

.modal-body .reset {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: #9f9f9f;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 12px 30px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 150px;
  margin-left: 15px;
  border: 0;
}

@media (max-width: 767px) {
  .modal-body .reset {
    margin-left: 0;
    margin-top: 15px;
  }
}

.modal-body .reset:hover {
  background-color: #878787;
}

.ani_twinkle {
  -webkit-animation: twinkle 3s ease-in-out 2s infinite;
  -moz-animation: twinkle 3s ease-in-out 2s infinite;
  -o-animation: twinkle 3s ease-in-out 2s infinite;
  animation: twinkle 3s ease-in-out 2s infinite;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes twinkle {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes twinkle {
  .ani_twinkle 0% {
    opacity: 0;
  }
  .ani_twinkle 35% {
    opacity: 1;
  }
  .ani_twinkle 70% {
    opacity: 1;
  }
  .ani_twinkle 100% {
    opacity: 0;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mw600
{
	max-width: 600px;
	margin: 0 auto;
	
	
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.godown a div
{
	background-color: rgb(191 229 255 / 80%);
	border-radius: 50%;
	padding: 30px 70px;

    margin: 0 auto;
	
}
.godown a
{
	color: #333;
	font-size: 1.5EM;
	font-weight: 600;
	
}
.godown
{
	position: relative;
    top: 80px;
    z-index: 1;
}



.outer {
  position: relative; /* ★ */
  display: flex; /* ★ */
  align-items: center; /* ★ */
}

.inner {
}

html 
{
  scroll-behavior: smooth;
}


#sec_3 ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -20px;
}



a.link-btn {
    margin-top: 2%;
    display: inline-block;
    margin-right: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ie-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
   
    color: #ffffff;
    padding: 10px 60px;
	background-color: #0099ff;
	
	 -webkit-animation-delay: 0.8s;
  	animation-delay: 0.8s;
	

}
a.link-btn:hover, a.link-btn:focus {
  text-decoration: none;
  background-color: #00ccff !important;
  color: #fff;
}



.card
{
	background-color:#FFFFFF;
	/*border:1px solid #c7d2db;*/

	border-radius: 8px;
	overflow: hidden;
	
	margin: 30px 15px;


}

.card:hover
{
	  	box-shadow:4px 4px 12px 4px rgba(10%,10%,20%,0.2);
        -webkit-transform: translateX(-1px);
        transform: translateX(-2px);
		 -webkit-transform: translateY(-1px);
        transform: translateY(-2px);
}

.card .card-body
{
	padding: 30px 20px;
}


.mw900
{
	max-width: 900px;
	margin: 0 auto;
}
.mw1600
{
	max-width: 1600px;
	margin: 0 auto;
}




#sec_7 {
	background-color: #feffdf;
	padding-top: 150px;
}





p, ul li, ol li
{
	font-size: larger !important;
}




.pv45
{
	padding: 45px 0px;
}
.pv30
{
	padding: 30px 0px;
}
.pv15
{
	padding: 15px 0px;
}


#sec_logo img
{
	max-height: 40px;
	
}

.font-large
{
	font-size: x-large;
}