/*============ Body and Core Css ============*/

* {
    box-sizing: border-box;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

a,
a:hover,
a:focus {
    color: #20A7B7;
}
img {
    width: 100%;
    height: auto;
}

html, body {
    font-family:  "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;
    position: relative;
    font-size: 16px;
    line-height: 1.65;
    color: #484848;
    width: 100%;
    background: #444;
}
#wrapper {
  margin-bottom:260px;
  background-color:#efefef;
}
p {
    font-size: 16px;
    font-family:  "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;
}

span {
    display: inline-block;
}
.blue-txt {
  color: #009fa8 !important;
}
.btn {
  display: inline-block;
  border-radius: 1.5rem;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Orange Button Glowing
@keyframes glowing {
  0% { background-color: #ff8400; box-shadow: 0 0 3px #ff8400; }
  50% { background-color: #ffb400; box-shadow: 0 0 10px #ffb400; }
  100% { background-color: #ff8400; box-shadow: 0 0 3px #ff8400; }
}
*/
.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
    margin-right:10px;
    margin-top:15px;
}
.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:9px;
}
.btn-blue {
	border: 0.125rem solid #17a2b8;
  padding: 5px 20px;
	border-radius: 2rem;
	background-color: #17a2b8;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
  white-space: nowrap;
}

.btn-blue:hover {
	border: 0.125rem solid #17a2b8;
	background-color: transparent;
	color: #17a2b8;
	text-decoration: none;
}
.btn_blue_flash {
  background-color: #00BAE9;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  text-align: center;
  text-decoration: none;
  animation: glowing 1500ms infinite;
}
.btn-orange {
	border: 0.125rem solid #ff8400;
  padding: 5px 20px;
	border-radius: 2rem;
	background-color: #ff8400;
	color: #fff;
  white-space: nowrap;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-orange:hover {
	border: 0.125rem solid #ff8400;
	background-color: transparent;
	color: #ff8400;
	text-decoration: none;
}
.btn_orange_flash {
  background-color: #ff8400;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 1.3em;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  animation: glowing 1500ms infinite;
}
.btn-white {
	border: 0.125rem solid #d2d7dd;
  padding: 5px 20px;
	border-radius: 2rem;
	background-color: #f7f8f9;
	color: #404244;
  white-space: nowrap;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-white:hover {
	border: 0.125rem solid #d2d7dd;
	background-color: #d2d7dd;
	color: #3b454e;
	text-decoration: none;
}
.btn-fb {
    border: 0.125rem solid #416cf6;
    border-radius: 2rem;
    color: #fff;
    background-color: #416cf6;
    white-space: nowrap;
    text-decoration: none;
  	transition: all 0.2s;
}
.btn-fb:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #d3d3d3;
}
@keyframes glowing {
  0% { background-color: #00BAE9; box-shadow: 0 0 3px #5593be; }
  50% { background-color: #00CDE9; box-shadow: 0 0 10px #23BEFF; }
  100% { background-color: #00BAE9; box-shadow: 0 0 3px #5593be; }
}

/*===========Margin And Paddings============*/

.mt-0 {
    margin-top: 0 !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-62 {
    margin-top: 62px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mr-45 {
    margin-right: 45px !important;
}
/* Custom Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-62 {
    margin-bottom: 62px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.m-0 {
    margin: 0px !important;
}
/* Custom Padding top */
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pt-140 {
    padding-top: 140px !important;
}
/* Custom Padding top */
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-41 {
    padding-bottom: 41px !important;
}
.pb-42 {
    padding-bottom: 42px !important;
}
.pb-43 {
    padding-bottom: 43px !important;
}
.pb-44 {
    padding-bottom: 44px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-95 {
    padding-bottom: 95px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.p-0 {
    padding: 0 !important;
}
.p-large {
  font: 400 1.125rem / 1.875rem "Open Sans", sans-serif;
}
.p-small {
  font: 400 0.875rem / 1.5rem "Open Sans", sans-serif;
}
.txt_alert {
  color: #961818 !important;
}
/*===========Helpers Css============*/

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.heading {
    margin-bottom: 50px;
}

.heading h6 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading h2 {
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-theme .owl-dot span {
    width: 20px !important;
}

.bg-gray {
    background-color: #f2f2f2;
}

.main-btn {
    display: inline-block;
    background-color: #222;
    padding: 10px 20px;
    border: 2px solid #222;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .2s background-color ease;
    -o-transition: .2s background-color ease;
    transition: .2s background-color ease;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.main-btn:hover {
    color: #222;
    background-color: transparent;
}

.bread-crumb {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}
.bread-crumb a {
    color: #20A7B7;
    margin: 0 10px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}

.bread-crumb a:before {
    content: "/";
    position: absolute;
    right: -18px;
}

.bread-crumb a:last-child:before {
    display: none;
}
.bread-crumb span {
    color: #000;
    margin: 0 10px;
    position: relative;
    font-size: .9em;
    text-transform: uppercase;
}


.page-near {
  display: flex;
  justify-content:space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2em;
}
.page-near a {
    margin: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.page-near .left {
  text-align: left;
}
.page-near .right {
  text-align: right;
}
.w-100 {
  width: 100% !important; }

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.img-responsive {
  display:block;
  max-width:100%;
  height:auto
}
.round_corner {
  border-radius: 1rem;
}
.col-xs-6 {
  width: 50% !important;
}
blockquote {
    font-size: .9em;
    color: #222;
    border-left: 4px solid #222;
    padding-left: 20px;
    margin: 40px 0;
    font-weight: 500;
}
hr.small {
  max-width: 100px;
}

.intro-2 .btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.picmask {
  margin: 0 auto;
  overflow: hidden;
}
.img-circle {
  border-radius: 50%;
}
.float-none {
  float: none;
}
select option:disabled {
	color: #dddddd;
}
.thumbnail #userpic {
  width:148px;
}

.checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #57b846;
}
.nk_table {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
}
.nk_table>thead>tr>th {
  background-color: #aaa;
  color: #fff;
  padding: 10px;
}
.nk_table>tbody>tr>td {
  background-color: #fafafa;
  padding: 10px;
}
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e5e5e5;
  border-radius: 50%;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.thead .tr {
  background-color: #ccc;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_small {
  font-size: 14px;
}
.text-muted {
  color: #999;
  font-size: 16px;
}
.txt_tip {
  font-size: 16px;
  color: #F04E02;
}
.p-heading {
  text-align: left;
}
.left_right {
  display: flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap: nowrap;
}
.custom-file-label::after {
content: "瀏覽" !important;
}
.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nowrap {
  white-space:nowrap
}
.clearfix {
    display: block;
    clear: both;
}
/*============ Navbar ============*/

nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .5s ease;
    background-color: #000000cc;
}

nav.navbar .logo {
  width: 150px;
  background-image: url("../images/nk_logo_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

nav.navbar .logo-changer {
    font-size: 1.5em;
    font-weight: 800;
    text-transform: lowercase;
}

nav.navbar .navbar-toggler {
    border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
    font-size: 1em;
    font-weight: 400;
    padding-right: 13px;
    padding-left: 13px;
    color: #fff;
    text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
    padding-left: 0;
}

nav.navbar .nav-item:last-child {
    padding-right: 0;
}

nav.navbar .nav-item .nav-link {
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 0;
}
nav.navbar .nav-item .nav-link-special {
    background-color: #fff;
    color: #333;
    position: relative;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
}
nav.navbar .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before {
    visibility: visible;
    transform: scaleX(1);
}

nav.fixed-top {
    position: fixed;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
  background-image: url("../images/nk_logo.png");
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
    color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
    color: #000;
}

nav.fixed-top .nav-item .nav-link {
    color: #000 !important;
}

nav.fixed-top .nav-item .nav-link-special {
    background-color: #333;
    color: #fff;
}
nav.fixed-top .nav-item .nav-link-special a {
    background-color: #333;
    color: #fff;
}


nav.fixed-top .nav-item .nav-link:before {
    background-color: #000;
}


.arrow a {
    color: #fff;
}

@media(min-width:573px) {
    .navbar-nav>li>a {
        line-height: 30px;
    }
    .form {
        padding-left:0px;
        padding-right:0px;
        padding-top:150px;
    }
    .form_title {
      text-align: center;
      font-size: 2em;
      margin-bottom: 30px;
    }
    .form_label {
      text-align: right;
    }
}

@media(max-width:572px) {
	.dropdown-menu{
		min-width: 100%;}
	.navbar-nav>li>a {
        line-height: 20px;}
	.dropdown-menu .divider { background-color: #484848;}

  .form {
      padding-left:40px;
      padding-right:40px;
      padding-top:150px;
  }
  .form_title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
  }
  .form_label {
    text-align: left;
  }

}

/*============  Index Banner ============*/
section.index-banners {
    background: #fff;
  }
  .banner {
  }
  @media screen and (max-width:992px) {
  .banner .img {
      padding: 105px 0 0 0 ;
      height: 100%;
      position: relative;
      border-radius: 0;
      overflow: hidden;
      align-self: center;
  }
}
@media screen and (min-width:993px) {
  .banner .img {
      padding: 0px 0 0 0 ;
      height: 100%;
      margin-top: 0px;
      position: relative;
      border-radius: 0;
      overflow: hidden;
  }
}
/*============  TM feature banner ============*/
.features {
  padding: 3em 0;
  background: #fff;
}
.feature {
  width: 100%;
}
.feature .img {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    z-index: 0;
}
.feature .text_black {
    padding: 20px;
    font-size: 1.1em;
    padding-top: 0;
    color: #000;
    text-align: center;
  }
.feature .text_black h3 {
    font-size: 1.6em;
    font-weight:bold;
    text-align: center;
    font-family: "微軟正黑體";
    padding-top: 20px;
    color: #000;
}
.feature .text_black h3 a {
    color: #000;
}
.feature .text_white {
    padding: 20px;
    font-size: 1.1em;
    padding-top: 0;
    color: #fff;
    text-align: center;
  }
.feature .text_white h3 {
    font-size: 1.6em;
    font-weight:bold;
    text-align: center;
    font-family: "微軟正黑體";
    padding-top: 20px;
    color: #fff;
}
.feature .text_white h3 a {
    color: #fff;
}
.feature .text {
    font-size: 1.4em;
}
/*============  Report ============*/
.report_type {
  display: flex;
  justify-content:flex-start;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 10px 0px;
}
.report_type:hover {
  background-color: #f0f0f0;
}
.report_type .txt {
  font-size: 16px;
  color: #666;
}
.report_type img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 10px;
}
.report_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.report_title img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.report_item_type {
  padding: 0px 15px;
  margin: 10px 6px;
  border-left: 2px solid #ccc;
}
.report_name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  margin-right: 10px;
}
.report_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px;
  border-bottom: 1px solid #ccc
}
.report_list .item .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  line-height: 26px;
}
.report_list .item .subtxt {
  font-size: 16px;
  font-weight: normal;
  color: #aaa;
}
.report_list .right {
  white-space:nowrap;
}
.report_list .right .going {
  color: #ff9e00;
}
.report_list .right .done {
  color: #00c67f;
}
.map_area_demo {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  background-image: url(../images/map_demo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #505050;
  height: 50vh;
  margin: 10px;
}
/*============  Index Body ============*/
@media screen and (max-width:992px) {

.index-body {
  background-color: #fff !important;
}
.product-box {
  padding: 10px 10px;
}
.product-item {
  margin: 40px 0px;
}
.product-item .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 5px;
}
.product-item .icon {
  width: 80px;
}
.product-item .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.product-item .title {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}
.product-item .subtitle {
  font-size: 1em;
}
.product-name {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 2px solid #06a4d4;
}
.product-link {
  text-align: center;
  padding: 20px;
}
.product-series {
  margin: 40px 0px;
}
.product-series .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 10px;
}
.product-series .icon {
  width: 80px;
}
.product-series .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.product-series .title {
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}
.product-series .subtitle {
  font-size: 1em;
}
.download-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #06a4d4;
}
.download-title .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 10px;
}
.download-title .icon {
  width: 80px;
}
.download-title .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.download-title .title {
  font-size: 2em;
  line-height: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.download-title .subtitle {
  font-size: 1em;
}
.download-body {
  padding: 0px;
}
.download-body .name {
  display:block;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.download-body .name2 {
  display:block;
  font-size: 20px;
  padding-left: 10px;
  text-align: left;
}
.download-body .cell1 {
  padding:10px 10px 0 10px;
  border-right: 0px;
  font-size: 20px;
  text-align: left;
}
.download-body .cell2 {
  padding:10px 10px 0 10px;
  font-size: 20px;
  text-align: left;
}
.download-body .row1 {
  margin: 0 10px 0 10px;
  border-bottom: 1px solid #ccc;
}
.download-body .row2 {
  padding-bottom: 0px;
  margin: 20px 10px 0 10px;
}
.download-body .row3 {
  padding: 20px 0;
  margin: 20px 10px 20px 10px;
  border-top: 1px solid #ccc;
}
.download-body .icon {
  width: 80px;
  padding: 20px;
}
.btn-download {
  font-size: 14px;
}
.download_words {
  color: #222;
  font-size: 20px;
}
.update_img {
  max-width: 400px;
  padding: 10px;
}
.file-list {
  margin-bottom: 20px;
}
.file-list-item {
  margin:10px 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fafafa;
  border-radius: 10px;
}
.file-list-item:hover{
  background-color: #f4f4f4;
}
.file-list-txt {
  font-size: 20px;
}
.file-list-date {
  font-size: 24px;
  text-align: right;
  color: #aaa
}
ul.rbList {
    margin: 0;
    padding: 0 0 0 17px;
}
ul.step>li.s1 {
    background-image: url(../images/step_h1_01.png);
    background-size:20% auto;
}
ul.step>li.s2 {
    background-image: url(../images/step_h1_02.png);
    background-size:20% auto;
}
ul.step>li.s3 {
    background-image: url(../images/step_h1_03.png);
    background-size:20% auto;
}
ul.step>li {
    padding: 0 0 0 90px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 20px 0;
}
.alert_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #dc7f6f;
  color: #fff;
}
.notify_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFBE5;
  color: #685e29;
}
.cht {
  margin: 40px 10px;
  display: none;
}
.cht-mobile {
  margin: 40px 10px;
  display: block;
}
.cht-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  align-items: flex-end;
  margin-left: 5px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.cht-icon {
  width: 140px;
}
.cht-words {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
  color: #1FA7B7;
}
.cht-pic {
  margin: 10px 0px 10px 0px;
}
.sidebar {
  background-color: #fff;
}
.sidebar-box {
  margin-top: 10px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 20px;
}
.sidebar-box .head-icon {
  width: 120px;
}
.sidebar-box .head-words {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #343434;
}
.index-banner-s {
  margin: 20px 0;
}
.service-item {
  text-align: center;
}
.service-item a:hover {
  background-color: #ccc;
}
.service-icon {
  padding: 40px;
}
.service-label {
  margin-top: -40px;
  font-size: 1.5em;
}
.sidebar-body li {
  margin:1%;
  padding: 1%;
  border-bottom: 1px dashed #c3c3c3;
}
.news-item {
  font-size: 1.5em;
}
.news-date {
  font-size: 1.3em;
  text-align: right;
  color: #aaa;
}
.news-more {
  text-align: right;
  font-size: 1.6em;
  margin: 20px 10px 0 0;
}
.login_slogan {
  display:none;
}
.form_card {
  font-size: 20px;
  margin: 0px;
}
.form_card .title {
  color: #646464;
  font-size: 1.2em;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.form_card .agree {
  font-size: 0.7em;
  padding: 10px 5px 20px 5px;
}
.license_card {
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
}
.license_id {
  margin: 0 10px 30px 10px;
  padding: 0 20px;
}

}
@media screen and (min-width:993px) {

  .index-body {
    background-color: #fff !important;
  }

.product-item {
  margin: 40px 0px;
}
.product-item .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 10px;
}
.product-item .icon {
  width: 80px;
}
.product-item .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.product-item .title {
  font-size: 2em;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 0;
}
.product-item .subtitle {
  font-size: 1.3em;
}
.product-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.product-name {
  border-bottom: 2px solid #06a4d4;
}
.product-link {
  text-align: center;
  padding: 20px;
}
.product-series {
  margin: 40px 0px;
}
.product-series .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 10px;
}
.product-series .icon {
  width: 80px;
}
.product-series .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.product-series .title {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}
.product-series .subtitle {
  font-size: 1.3em;
}
.product-name {
  font-size: 2em;
  border-bottom: 2px solid #06a4d4;
}
.download-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #06a4d4;
}
.download-title .head {
  display: flex !important;
  align-items: left !important;
  justify-content: left !important;
  margin-left: 10px;
}
.download-title .icon {
  width: 80px;
}
.download-title .words {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  text-align: left;
  color: #343434;
}
.download-title .title {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: bold;
  margin-top: 10px;
}
.download-title .subtitle {
  font-size: 1.0em;
}
.download-body .name {
  display:block;
  font-size: 20px;
  margin-bottom: 20px;
}
.download-body .name2 {
  display:block;
  font-size: 20px;
  padding-left: 10px;
  text-align: left;
}
.download-body .cell1 {
  padding:0 30px;
  border-right: 1px solid #ccc;
  font-size: 20px;
  text-align: center;
}
.download-body .cell2 {
  padding:0 30px;
  font-size: 20px;
  text-align: center;
}
.download-body .row1 {
  text-align: center;
  padding-bottom: 20px;
  margin: 20px;
  border-bottom: 1px solid #ccc;
}
.download-body .row2 {
  text-align: center;
  padding-bottom: 0px;
  margin: 20px;
}
.download-body .row3 {
  padding: 20px 10px 10px 10px;
  margin: 20px;
  border-top: 1px solid #ccc;
}
.download-body .icon {
  width: 120px;
  padding: 20px;
}
.btn-download {
  font-size: 16px;
}
.download_words {
  color: #222;
  font-size: 16px;
}
.update_img {
  max-width: 500px;
  padding: 20px;
}
.file-list {
  margin-bottom: 20px;
}
.file-list-item {
  margin:10px 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fafafa;
  border-radius: 10px;
}
.file-list-item:hover{
  background-color: #f4f4f4;
}
.file-list-txt {
  font-size: 20px;
}
.file-list-date {
  font-size: 16px;
  text-align: right;
  color: #aaa
}
ul.rbList {
    margin: 0;
    padding: 0 0 0 17px;
}
ul.step>li.s1 {
    background-image: url(../images/step_h1_01.png);
    background-size:14% auto;
}
ul.step>li.s2 {
    background-image: url(../images/step_h1_02.png);
    background-size:14% auto;
}
ul.step>li.s3 {
    background-image: url(../images/step_h1_03.png);
    background-size:14% auto;
}
ul.step>li {
    padding: 0 0 0 100px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 20px 0;
}
.alert_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #dc7f6f;
  color: #fff;
}
.notify_box {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFBE5;
  color: #685e29;
}
.cht {
  margin: 40px 10px;
  display: block;
}
.cht-mobile {
  margin: 40px 10px;
  display: none;
}
.cht-head {
  display: flex !important;
  align-items: left !important;
  justify-content: space-between !important;
  align-items: flex-end;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 20px;
  margin-left: 5px;
  padding-bottom: 5px;
}
.cht-icon {
  width: 150px;
}
.cht-words {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
  color: #1FA7B7;
}
.cht-pic {
  margin: 0px 0px 20px 0px;
}
.sidebar {
  background-color: #fff;
  background-image: url(../images/sidebar_bg.png);
  background-repeat: repeat;
}
.sidebar-box {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.sidebar-box .sidebar-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 20px;
}
.sidebar-box .head-icon {
  width: 60px;
}
.sidebar-box .head-words {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
  color: #343434;
}
.service-item {
  border-radius: 10px;
  text-align: center;
  margin: 0px;
}
.service-item a:hover {
  background-color: #ccc;
}
.service-icon {
  padding: 15px;
}
.service-label {
  margin-top: -10px;
  font-size: 0.9em;
}
.sidebar-body {
  display: block;
}

.sidebar-body li {
  margin:2%;
  padding: 2%;
  border-bottom: 1px dashed #c3c3c3;
}
.index-banner-s {
  margin: 20px 0;
}
.news-item {
  font-size: 1em;
}
.news-date {
  font-size: 0.8em;
  text-align: right;
  color: #aaa;
}
.news-more {
  text-align: right;
  margin: 0 10px 0 0;
  font-size: 1em;
  line-height: 3em;
}
.login_slogan {
  display: block;
  padding: 50px 100px;
  color: #646464;
  font-size: 1.5em;
}
.form_card {
  border-radius: 10px;
  margin: 20px 10px 0px 10px;
  padding: 10px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-size: 20px;
}
.form_card .title {
  color: #646464;
  font-size: 1.5em;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.form_card .title_left {
  color: #646464;
  font-size: 1.5em;
  text-align:left;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.form_card .agree {
  font-size: 1em;
  padding: 10px 5px 20px 5px
}
.form_card .sub_title {
  font-size: 1.36em;
}
.license_card {
  border-radius: 10px;
  margin: 0;
  padding: 0x;
}
.license_id {
  margin: 0 0px 20px 0px;
}
}
/*============ 全3D ============*/
section.all3d {
  padding-top: 150px;
}
.all3d-head {
  border-bottom: 1px solid #000;
}
.all3d-head-buttons {
  margin-top: 30px;
}
.all3d-body {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.all3d-tail {
  padding: 30px 0;
  text-align: left;
}
/*============ A系列 ============*/
section.banner-a6 {
    height: 500px;
    background-color: #222;
    background-image:url(../images/products/a6-bk.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-a6 .a-banner-caption {
    width: 100%;
    margin-top: 180px;
    text-align: center;
}
section.banner-a5i3d {
    height: 500px;
    background-color: #222;
    background-image:url(../images/products/a5i3d-bk.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-a5i3d .a-banner-caption {
    width: 100%;
    margin-top: 180px;
    text-align: center;
}
section.banner-a5i {
    height: 500px;
    background-color: #222;
    background-image:url(../images/products/a5i-bk.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-a5i .a-banner-caption {
    width: 100%;
    margin-top: 180px;
    text-align: center;
}
.a-banner-caption .title {
  color: #fff;
  font-size: 40px;
}
.a-banner-caption .subtitle {
  color: #fff;
  font-size: 20px;
}
.a5i {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
	background-color:#000;
    background: url(../images/a5i/a5i-bk.jpg) no-repeat center center scroll;
    background-size: cover;
}
.a5i3d {
    display: table;
    width: 100%;
    height: 500px;
    color: #fff;
	  background-color:#000;
    background: url(../images/a5i/a5i3d-bk.jpg) no-repeat center center scroll;
    background-size: cover;
}
.btn-link,.btn-link:link,.btn-link:active,.btn-link:visited{
	border:#FFF 2px solid;
  color:#FFF;
  text-decoration:none;
  background:rgba(100%, 100%, 100%, 0.1);}

.btn-link:hover{
	border:#FFF 2px solid;
  color:#FFF;
  text-decoration:none;
  background:#23527c;}

@media(max-width: 767px){
.feature-a5i {
  display: none;
}
}
@media(min-width: 768px){
.feature-a5i {
    padding: 50px 0;
    background-color:#2C4C6D;
    color:#FFF;
}
}

.feature-a5i-item {
    margin-top: 20px;
}
.feature-a5i-title {
    font-size: 2em;
    border-bottom: 1px solid #fff;
    width: 50%;
    margin: 20px auto;
}

@media (min-width: 768px){
    .portfolio-a5i {
    padding: 30px 0;
}}
@media (max-width: 767px){
.portfolio-a5i {
    padding: 10px 0;
}
}
.portfolio-a5i-title {
    font-size: 2em;
    border-bottom: 1px solid #000;
    width: 50%;
    margin: 20px auto;
}
.portfolio-a5i-item {
    margin-top: 30px;
}

.img-portfolio-a5i {
    margin: 0 auto;
}

.img-portfolio-a5i:hover {
    opacity: 0.8;
}
.box {
  background-color: #F7F7F7;
  padding: 5px 0;
  margin-bottom: 20px;
}
.box-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}
.box-words {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  padding: 10px;
}

/*============ Product Page ============*/

section.banner-product {
    height: 40vh;
    background-color: #222;
    background-image:url(../images/tm/blog/blog-header.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-product .banner-caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    left:10%;
}

section.banner-product .banner-caption h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
section.banner-product .banner-caption .sub {
    color: #fff;
    font-size: 1em;
    font-weight:normal;
    text-transform: uppercase;
}

.products {
  padding-top: 110px;
}

.products .product-item {
}

.products .product-item .nkproduct-img {
    position: relative;
    overflow: hidden;
}

.products .product-item .nkproduct-img img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.products .product-item .nkproduct-img img:hover {
    transform: scale(1.15);
}

.products .product-item .nkproduct-content {
    padding: 30px 15px 15px;
    background: #fff;
}

.products .product-item .nkroduct-content h3 {
    font-size: 1.2em;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

/*============ News ============*/
.news_page {
  padding-top: 140px;
}
.news_card {
  border-radius: 10px;
  padding: 10px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.news-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
}
.news-list {
  margin-bottom: 20px;
}
.news-list-item {
  margin:10px 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fafafa;
  border-radius: 10px;
}
.news-list-item:hover{
  background-color: #f4f4f4;
}
.news-list-txt {
  font-size: 1em;
}
.news-list-date {
  font-size: 0.9em;
  text-align: right;
  color: #aaa
}
.news-list-pages {
  text-align: center;
  padding: 20px 0;
}
.news-list-pages a {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 4px 7px;
}
.news-list-pages .now{
  font-weight: bold;
  border-radius: 10px;
  padding: 4px 7px;
}
.news-list-pages input {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0px 10px;
}
.news-list-count {
  padding-bottom: 20px;
}
.news-list-pages-mobile {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.newsDetail {
  padding: 20px 10px;
}
.news-heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news-heading h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 25px 0 10px 0;
}
.news-meta .date {
    font-size: 1.2em;
}
.news-near {
  display: flex;
  justify-content:space-between;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  font-size: 1.2em;
  border-top: 1px solid #ccc;
}
.news-near a {
    margin: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.news-near .left {
  text-align: left;
}
.news-near .right {
  text-align: right;
}
/*============ Blogs Page ============*/

section.banner-blog {
    height: 40vh;
    background-color: #222;
    background-image:url(../images/tm/blog/blog-header.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-blog #particles-js {
    width: 100%;
    height: 100%;
}

section.banner-blog .banner-caption {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    left:10%;
}

section.banner-blog .banner-caption h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
section.banner-blog .banner-caption .sub {
    color: #fff;
    font-size: 1em;
    font-weight:normal;
    text-transform: uppercase;
}

section.banner-blog-short {
    height: 20vh;
    background-color: #222;
    background-image:url(../images/tm/blog/blog-header.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

section.banner-blog-short #particles-js {
    width: 100%;
    height: 100%;
}

section.banner-blog-short .banner-caption {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left:10%;
}

section.banner-blog-short .banner-caption h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}
section.banner-blog-short .banner-caption .sub {
    color: #fff;
    font-size: 1em;
    font-weight:normal;
    text-transform: uppercase;
}

.blog-detail {
  padding-top: 130px;
}
.blog-detail .blog-heading {
    margin-bottom: 30px;
}

.blog-detail .blog-heading h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 25px 0 10px 0;
}

.blog-detail .blog-heading .blog-meta span {
    font-size: .9em;
}

.blog-detail .blog-content {
    margin-bottom: 40px;
}

.blog-detail .blog-content p {
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.blog-detail .blog-content .sub-sec {
  border-bottom: 2px solid #ddd;
  margin: 20px;
}

.blogs .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

.blogs .blog-item {
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-item .blog-img img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog-item .blog-img img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-item .blog-content {
    padding: 30px 15px 15px;
    background: #fff;
}

.blog-content h3 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.blog-content .blog-meta {
    padding-top: 15px;
}

.blog-content .blog-meta span {
    font-size: .8em;
    color: #748182;
}

.blog-content .blog-meta .more {
    color: #222;
    border-bottom: 1px solid #aaa;
    font-weight: 600;
}

.blogs .blog-item .blog-content .blog-meta .date {
    float: right;
}

.blog-list .blog-item {
    margin-bottom: 50px;
}
.line_intro_title {
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #06c755;
}
.line_intro_txt {
  font-size: 1em;
  color: #666;
}
.blog_subtitle {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #5DC6D3;
}
.blog_card {
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
.blog_card_head {
  display: flex;
  justify-content:flex-start;
  padding-bottom: 10px;
  align-items: center;
}
.blog_card_head_pic {
  width: 100px;
  padding-right: 10px;
}
.blog_card_title {
  font-size: 24px;
  font-weight: bold;
}
.blog_card_subtitle {
  font-size: 18px;
}
.blog_alert {
  color: red;
}
.blog_img_app {
  border-radius: 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.line_step {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #666;
  font-size: 1em;
  line-height: 30px;
}
.line_step_head {
  font-size: 1.5em;
  color: #06c755;
  font-weight: bold;
}
.line_step_title {
  font-size: 1.5em;
  font-weight: bold;
}

.txt_green {
  color: #06c755 !important;
}
.blog_ep_number {
  background-color: #ffa800;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.blog_ep_txt {
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
}

/*============ general page  ============*/
.page_body {
  padding-top: 150px;
  padding-bottom: 10px;
}
/*============ authenticate  ============*/
#authenticate_banner {
  background-image: url(../authenticate/navikingtm/images/dark_tint2.png), url(../authenticate/navikingtm/images/bg.png);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 14em 0em 4em;
  text-align: center;
}

  #authenticate_banner :last-child {
    margin-bottom: 0;
  }

  #authenticate_banner h2 {
    color: #ffffff;
    font-size: 4em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    padding: 0;
  }

  #authenticate_banner p {
    font-size: 1.5em;
    margin-bottom: 1.75em;
  }
  .authenticate {
    padding-bottom: 20px;
  }
  .authenticate .title {
    text-align: center;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: bold;
    margin: 20px 0;
  }

  .authenticate .txt {
    font-size: 1.2em;
    color: #999;
  }
  .authenticate .list {
    font-size: 1.0em;
    line-height: 1.6em;
    color: #999;
    margin: 20px;
  }
  .authenticate .list li {
    list-style: disc;
  }
  .authenticate .auth_body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .authenticate .step_item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .authenticate .phone {
    width: 200px;
    padding: 20px;
  }
  .authenticate .step_head {
    color: #ff7800;
    font-size: 1.6em;
  }
  .authenticate .step_icon {
    width: 150px;
    padding: 20px;
  }
  .authenticate .badge {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .authenticate .badge img {
    width: 200px;
    padding: 10px;
  }
  .authenticate ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
  }
  .authenticate .button_big {
    background-color: #ff9200;
    border-radius: 30px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 2em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
  @media(min-width:993px) {
    .authenticate .subtitle {
      font-size: 1.6em;
      padding-bottom: 10px;
      text-align: left;
    }
  }
  @media(max-width:992px) {
    .authenticate .subtitle {
      font-size: 1.6em;
      padding-bottom: 10px;
      text-align: center;
    }
    .authenticate {
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #fff;
    }
  }

/*============ faq  ============*/
.faq_page {
  padding-top: 150px;
  padding-bottom: 10px;
}
@media(min-width:993px) {
.faq_panel {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.faq_page .card-header {
  background-color:transparent !important;
}
}
@media(max-width:992px) {
.faq_panel {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.faq_page .card-header {
  background-color:transparent !important;
  padding: 10px 0px !important;
}
}
.panel-heading{
  padding: 10px 10px 5px 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: #fafafa;
}
.panel-heading h4 {
  color: #646464;
}
.panel-body{
  padding: 10px;
}
.panel-title {
  font-size: 1.2em;
  font-weight:normal;
  line-height: 1.6em;
}
.faq_page .card {
  border: 0px !important;
}
.faq_page .card h5 a {
  color: #646464;
}
.faq_page .card h5 a:hover {
  color: #ff9000;
}
.fa-angle-down {
    transition: all 0.3s ease;
 }
.faq_item.collapsed .fa-angle-down {
  transform: rotate(-90deg);
}
.panel-title-list {
  padding: 2px 5px;
  border-radius: 4px;
  background-color: #F90;
  color: #fff;
}

@media(min-width:573px) {
    .navbar-nav>li>a {
        line-height: 30px;
    }
    #intro {
      background-color: #fff;
    }
    .intro-video {
      position: relative;
      background-color: #fff;
      padding: 0;
      padding-top: 140px;
      width: 100%;
    }
    .intro-2 {
      padding: 250px 20px 0px 20px;
      text-align: center;
      color: #000;
      font-size: 3em;
    }
    .intro-1 {
      position: relative;
      background-color: #fff;
      padding: 0;
      width: 100%;
    }
    .intro-txt {
      position: relative;
      background-color: #fff;
      padding: 140px 50px 0px 50px;
      top: 0px;
      right : auto;
      color: #fff;
      font-size: 4em;
    }
    .intro-driver {
      text-align: center;
    }
    .intro-dialog1 {
      position: absolute;
      bottom: 35%;
      left: 5%;
      width: 50%;
      z-index: 10;
    }
    .intro-dialog2 {
      position: absolute;
      bottom: 30%;
      right: 5%;
      width: 50%;
      z-index: 20;
    }
    .intro-dialog3 {
      position: absolute;
      bottom: 5%;
      left: 20%;
      width: 40%;
      z-index: 20;
    }
    .intro-logo {
      margin-bottom: 20px;
      padding: 50px;
    }
    .go_area {
      /* 原設定 position:relative; */
      position: fixed;
      z-index: 100;
      bottom: 0;
      right: 0;
      /* 固定位置end */
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #0096c2;
      color: #fff;
      text-align: center;
      font-size: 2em;
    }
    .go_area .title {
      text-align: right;
      margin-top: 30px
    }

    .single-stat {
      text-align: center;
      margin-bottom: 0px;
    }
    .single-stat .icon {
      max-width: 240px;
    }
    .single-stat .txt {
      padding: 0 20px 0 20px;
    }
    .store {
      padding: 10px;
    }
    .comment_title {
      font-size: 2em;
      margin-bottom: 50px;
      font-weight: bold;
    }
    .line_step_img {
      border-radius: 10px;
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
      margin: 10px;
      width: 45% !important;
    }
}

@media(max-width:572px) {
	.dropdown-menu{
		min-width: 100%;}
	.navbar-nav>li>a {
        line-height: 20px;}
	.dropdown-menu .divider { background-color: #484848;}

  #intro {
    background-color: #fff;
  }
  .intro-video {
    position: relative;
    background-color: #fff;
    padding: 0;
    padding-top: 120px;
    width: 100%;
  }
  .intro-2 {
    background-color: #fff;
    margin: 40px 0px 40px 0px;
    text-align: center;
    color: #000;
    font-size: 3em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .intro-logo {
    margin: 20px auto;
    padding: 0 30px 0 30px;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .intro-1 {
    position: relative;
    background-color: #fff;
    padding: 0;
    width: 100%;
  }
  .intro-txt {
    position: relative;
    background-color: #fff;
    padding: 160px 50px 0px 50px;
    top: 0px;
    right : auto;
    color: #000;
    font-size: 4em;
  }
  .intro-driver {
    text-align: center;
  }
  .intro-dialog1 {
    position: absolute;
    bottom: 35%;
    left: 5%;
    width: 50%;
    z-index: 10;
  }
  .intro-dialog2 {
    position: absolute;
    bottom: 30%;
    right: 5%;
    width: 50%;
    z-index: 20;
  }
  .intro-dialog3 {
    position: absolute;
    bottom: 5%;
    left: 20%;
    width: 40%;
    z-index: 20;
  }
  .go_area {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0096c2;
    color: #fff;
    text-align: center;
    font-size: 2em;
  }
  .go_area .title {
    text-align: center;
    margin-bottom: 20px;
  }

  .comment_title {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .single-stat {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-stat .icon {
    max-width: 240px;
  }
  .single-stat .txt {
    padding: 0 60px 0 60px;
  }
  .store {
    padding: 0;
  }
  .line_step_img {
    border-radius: 20px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    margin: 0;
    width: 100% !important;
  }
}
/*============ Member  ============*/

.row-space {
  justify-content: space-between;
}

.col-in2 {
  width: calc((100% - 30px) / 2);
}

@media (max-width: 767px) {
  .col-in2 {
    width: 100%;
  }
}
.kw_form-body {
  padding: 0 10px 40px 10px;
}
.kw_form input {
     margin: 0;
     box-shadow: none;
     font-size: 20px;
     font-family: inherit;
   }
.kw_form .alert {
  display:block;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
.input--style-3 {
  border: 1px solid #ddd;
  line-height: 40px;
  background: #fafafa;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 5px;
  color: #666;
  transition: all 0.4s ease;
}
.input--style-4 {
  border: 1px solid #ddd;
  line-height: 40px;
  background: #fafafa;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 0 20px;
  color: #666;
  transition: all 0.4s ease;
  width: 100%;
}
.input--style-select {
  border: 1px solid #ddd;
  line-height: 40px;
  background: #fafafa;
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px 20px;
  color: #666;
  transition: all 0.4s ease;
}
.input-style-code {
  line-height: 40px;
  background: #333;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.4s ease;
  text-align: center;
  width: 100%;
  border: 0px;
}
input[id='code'] {
  font-size: 1.6em;
}
.member_id {
  background-color: inherit;
  padding: 5px 0;
  font-size: 1.6em;
  font-family: sans-serif;
  color: #666;
}
.member_cc_no {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  color: #333;
}
.image_cc {
  height: 24px;
  width: 40px;
  border-radius: 5px;
}

.kw_form_label {
  font-size: 24px;
  color: #555;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  color: #666;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked ~ .checkmark {
  background-color: #e5e5e5;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.kw-input-group {
  position: relative;
  margin-bottom: 10px;
}

.kw_form .input-group-icon {
  position: relative;
}

.kw_form .input-icon {
  position: absolute;
  color: #999;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/*============ Date Picker  ============*/
td.active {
  background-color: #2c6ed5;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after, .daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
}

/*============ Selector  ============*/
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 50px;
  background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 16px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding-left: 22px;
}

/*============ Tab  ============*/

.nav-pills .nav-link {
  color: rgb(110, 110, 110);
  font-weight: 500;
}
.nav-pills .nav-link:hover {
  color: #5799ac;
}
.nav-pills .nav-item {
  width: 50%;
  text-align: center;
  font-size: 24px;
}
.nav-pills {
  border-bottom : 1px solid#61bbd5;
  margin-top: 20px;
}
.nav-pills a.active {
  border-bottom: 3px solid #61bbd5;
}
.nav-pills .nav-link.active {
  color: black;
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

.tab-content {
  padding-bottom: 1.3rem;
}
.tab-prod {
  display: flex;
  justify-content: flex-start;
  padding: 0px 10px;
  margin: 10px 0px;
  border-left: 5px solid #ccc;
}
.tab-prod-info {
  margin-left: 20px;
}
.tab-prod-title {
  font-size: 20px;
  font-weight: bold;
}
.tab-prod-icon {
  width: 80px;
  border-radius: 1rem;
  margin-top: 5px;
}
.tab-prod-code {
  color: #ff7800;
  font-weight: bold;
}
.tab-prod-txt {
  font-size: 16px;
  color: #999;
}
.tab-prod-code-valid {
  color: #82c600;
  font-weight: bold;
}
.tab-prod-code-expiring {
  color: #D11B00;
  font-weight: bold;
}
.tab-prod-code-expired {
  color: #989898;
  font-weight: bold;
}
.subscribe-period {
  border-bottom: 1px solid #ccc;
}
.subscribe-expired {
  border-bottom: 1px solid #ccc;
}
.subscribe-state-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}
.member_avatar {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.avatar {
  width: 100px;
  margin: 5px;
}
.notice_body .button_area {
  text-align: center;
}
.button_area .btn {
  padding: 10px 30px;
  font-weight: bold;
}
.notice_title {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}
.notice_text {
    padding-top: 20px;
    word-break: break-all;
}
/*============ Footer  ============*/

footer {
    background: #444;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

footer .contact-info h5 {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
}

footer .contact-info p {
    color: #fff;
    font-size: .9em;
}

footer hr {
    border-color: #666;
}
footer .logo {
  margin:0;
  margin-bottom: 10px;
  text-align: right;
}
footer .social {
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
}
footer .social a {
    font-size: 2em;
    color: #fff;
    text-align: left;
}
footer .copy {
    font-size: 0.9em;
    color: #aaa;
    text-align: left;
}
footer a:link {
    color: #fff;
}
footer a:visited {
    color: #fff;
}
footer a:hover,
footer a:focus {
    color: #20A7B7;
}

footer .link_kw {
  text-align: right;
  font-size: 1em;
  line-height: 1.5em;
}
footer .terms {
    text-align: right;
    font-size: 0.9em;
    line-height: 1.5em;
}

/*============ Mobile Responsive  ============*/

@media screen and (max-width: 991px) {
    #wrapper {
      margin-bottom:270px;
    }
    .navbar-collapse {
        text-align: center;
        background-color: rgba(34, 34, 34, 0.9);
    }
    .navbar-collapse .nav-item {
        padding: 0 !important;
    }
    .navbar-collapse .nav-item a {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav.navbar .logo {
      width: 150px;
      background-image: url("../images/nk_logo_white.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size:contain;
    }
    .fixed-top .navbar-collapse {
        background-color: transparent;
    }
    nav.fixed-top .logo {
      background-image: url("../images/nk_logo.png");
    }
    .banner .banner-caption {
      bottom: 50px;
    }
    .banner .banner-caption h1 {
        font-size: 2.5em;
    }
    .banner .banner-caption p {
        font-size: 1.5em;
    }
    .tech_title {
        position: relative;
        width: 60%;
    }
    section.banner-blog .banner-caption h1 {
        font-size: 2.5em;
    }
    .tech-txt {
        font-size: 1em;
        padding-top: 10px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .tech_more {
        font-size: 1.2em;
        color: #999;
        text-align: center;
        margin-top: 50px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .dots {
      background-image: url(../images/dots_grey_l.png);
      background-repeat:no-repeat;
      background-position:50% 40%;
      background-size: contain;
      height: 100px;
      margin-bottom: 10px;
    }
    .news-near {
      display: flex;
      justify-content:space-between;
      background-color: #fff;
      border-radius: 10px;
      padding: 10px;
      font-size: 1em;
      border: 0px;
    }
    .news-list-pages {
      display: none;
    }
    .news-list-pages-mobile {
      text-align: center;
      display: block;
    }
    .nk_table .hide1 {
      display: none;
    }

}

@media screen and (max-width: 576px) {
  #wrapper {
    margin-bottom:370px;
  }
  nav.navbar .logo {
    width: 150px;
    background-image: url("../images/nk_logo_white.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
  }
  .fixed-top .navbar-collapse {
      background-color: transparent;
  }
  nav.fixed-top .logo {
    background-image: url("../images/nk_logo.png");
  }

    footer .social {
        text-align: center;
    }
    footer .link_kw {
        text-align: center;
    }
    footer .terms {
        text-align: center;
    }
    footer .copy {
        text-align: center;
    }
    footer .logo {
      margin-left: 30%;
      margin-right: 30%;
      margin-bottom: 10px;
    }
    .news_card {
      padding: 10px 10px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
      background-color:transparent;
    }
    .news_page {
      padding-top: 110px;
    }
    .nk_table .hide1 {
      display: none;
    }
    .nk_table .hide2 {
      display: none;
    }

}
.input-name{
  position: relative;

  overflow: hidden;
  width: 100%;
}
.input-name > input[type=text]{
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  border-radius: 0px;
  box-shadow:none;
  webkit-box-shadow:none;
	height: 55px;
}

.underline-animation{
  transition: all 0.5s;
  display: inline-block;
  bottom: 0px;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #459aff;
}
.input-name > input[type=text]:focus + .underline-animation{
  left: 0;
}

.input-name > select:focus + .underline-animation{
  left: 0;
}

.input-name > textarea{
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  border-radius: 0px;
  box-shadow:none !important;
  webkit-box-shadow:none !important;
}

.input-name > textarea:focus{
  background: #f1f1f1 !important;
}

.input-name > textarea:focus + .underline-animation{
  left: 0;
}

/*---- upload ----*/

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;

	margin-top: 20px;
	border-radius: 5px;
	background: #eee;
	border: 2px solid #ccc;
	position: relative;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  /*border: 4px dashed #1FB264;*/
	border-radius: 5px;
	background: #eee;
	border: 2px solid #ccc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
	background: #f1f1f1;
}

.image-title-wrap {
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #999;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 35px;
  height: 35px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 50px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 7px;
	left: calc(50% + 60px);

}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.desc{
	position: relative;
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 40px;
	display: none;
}

.desc::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	width:0;
	height:0;
	border-left:10px solid transparent !important;
	border-right:10px solid transparent !important;
	border-bottom:10px solid #fff!important ;
}

.fs20{
	font-size: 20px;
}
@media(max-width: 767px){
.question-item label {
	width: 46%;
	height: 90px;
	background: #dfdfdf;
	border-radius: 10px;
	margin: 2%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	padding: 15px;
	color: #666;
	position: relative;
	line-height: 24px;
	padding-top: 20px;
	text-align: center;
}

.question-item input[type="radio"]:checked + label {
  background: #007BFF;
  color: #fff;
}

.question-item input[type="radio"]:checked + label::after {
    color: #007BFF;
    font-family: FontAwesome;
    border: 2px solid #fff;
	box-shadow: 0 0 15px #33333366;
    content: "\f128";
    font-size: 18px;
    position: absolute;
    top:-12px;
    left: calc(50%);
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: white;
  }
}
@media(min-width: 768px){
.question-item label {
	width: 48%;
	height: 90px;
	background: #dfdfdf;
	border-radius: 10px;
	margin: 1%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	padding: 15px;
	color: #666;
	position: relative;
	line-height: 24px;
	text-align: center;
}

.question-item input[type="radio"]:checked + label {
  background: #007BFF;
  color: #fff;
}

.question-item input[type="radio"]:checked + label::after {
    color: #007BFF;
    font-family: FontAwesome;
    border: 2px solid #fff;
	box-shadow: 0 0 15px #33333366;
    content: "\f128";
    font-size: 18px;
    position: absolute;
    top:calc(50% - 16px);
    left: 18%;
  transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: white;
  }
}
.question-area{
	width: 100%;
	display: inline-block;
}

.question-row{
	margin-left: -5px;
	margin-right: -5px;
}

.question-title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
	display: none;
	padding-left: 40px;
	margin-left: -5px;
	color: #555;
}

.question-title::before{
    content: "\f128";
	color: #fff;
	font-weight: normal;
	font-size: 22px;
    font-family: FontAwesome;
	height: 30px;
    width: 30px;
	border-radius: 40px;
	background: #007BFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3px;
	left: 0px;

}


.question-item input[type="radio"] {
  display: none;
}
.question-item input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
  }
.question-item input[type="radio"]:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }


  .step-title{
  	font-weight: bold;
  	margin: 10px 0 15px 0;
  	border-left: 7px solid #FC6520;
  	padding-left: 5px;
  	width: 100%;
  	font-size: 24px;
  }

  .step-info{
  	margin-left: 20px;
  	font-size: 20px;
  }

  .step-info li{
  	list-style:decimal !important;
  }

  .step-img img{
  	width: 49%;
  	padding: 1%;
  }
  .input-style-1{
    background:#fff !important;
    font-size: 20px !important;
  }
  .input-style-2{
  	background:#EBEBEB !important;
  	outline: none !important;
  	border: none !important;
  	border-bottom: 2px solid #ccc !important;
  	font-size: 20px !important;
  }
  .input-style-3{
  	background:#fff !important;
  	outline: none !important;
  	border: none !important;
  	border-bottom: 2px solid #ccc !important;
  	font-size: 20px !important;
  }
  .input-style-4{
  	background:#fff !important;
  	outline: none !important;
  	border: none !important;
  	font-size: 20px !important;
  }

  .version-input{
  	font-size: 20px;
  	box-shadow: none !important;
  }

  .hint-text{
  	color:#F00;
  	font-size:14px;
  	padding-top: 10px;
  }
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 1;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  color: rgba(0, 0, 0, 0.2) !important;
  transition: 0.7s;
  opacity: 1; }
@media (prefers-reduced-motion: reduce) {
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  transition: none; } }
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 1em;
  transition: 0.3s; }
@media (prefers-reduced-motion: reduce) {
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  transition: none; }
}
.owl-carousel .owl-nav .owl-prev:hover span:before,
.owl-carousel .owl-nav .owl-next:hover span:before {
  color: #b063c5;
}
.owl-carousel .owl-nav .owl-prev {
  right: 0;
  margin-right: 20px; }
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: -30px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  margin: 6px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  }
