@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@fa-font-path: "../font";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.basic_btn {
  display: block;
  background-color: #f6e4d7;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0.5rem 2rem;
}

.btu_basic {
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  background-image: url(../imgs/backguard/btu.png);
  background-size: cover;
  line-height: 100px;
  display: inline-block;
  color: black;
  letter-spacing: 1px;
  border: 0;
}
.btu_basic i {
  margin-right: 0.5rem;
}
.btu_basic:hover {
  opacity: 0.8;
}
.btu_basic.product {
  background-color: #58f9ff;
  -moz-box-shadow: 0 2px 5px transparent;
  -webkit-box-shadow: 0 2px 5px transparent;
  box-shadow: 0 2px 5px transparent;
  border: 0;
  color: #333;
}

.step_bar > div {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 2;
  display: inline-block;
  background-color: #00665b;
  padding: 0.5rem 1.5rem;
  margin-right: 15px;
  color: #fff;
}
.step_bar > div.active {
  background-color: #00ffe4;
}
.step_bar > div.complate {
  background-color: black;
}

.login_bar p {
  font-size: 1rem;
}
.login_bar a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #f1f1f1;
  font-size: 1.2rem;
  line-height: 0;
  display: block;
  border: 1px solid #333;
  padding: 1rem 0;
}
.login_bar a:hover {
  background-color: #00ffe4;
  color: #fff;
}
.login_bar a span {
  display: inline-block;
  position: relative;
  top: -8px;
}
.login_bar a i {
  font-size: 2.4rem;
  margin-right: 10px;
  position: relative;
}

.icon {
  width: 100%;
  background-size: cover;
  display: block;
  margin: auto;
  padding-top: 100%;
  color: #fff;
}
.icon.s_1 {
  background-image: url(../imgs/icon/s1.png);
}
.icon.s_2 {
  background-image: url(../imgs/icon/s2.png);
}
.icon.s_3 {
  background-image: url(../imgs/icon/s3.png);
}
.icon.s_4 {
  background-image: url(../imgs/icon/s4.png);
}
.icon.s_5 {
  background-image: url(../imgs/icon/s5.png);
}
.icon.s_6 {
  background-image: url(../imgs/icon/s6.png);
}

.text_area {
  margin-top: 10%;
}
.text_area .header {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 575px) {
  .text_area .header {
    padding-top: 3.5rem;
  }
}
.text_area a {
  color: #f2f2f2;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #f6e4d7;
}
.text_area a:hover {
  color: white;
}
.text_area article {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 2.4remrem;
}
.text_area article h3 {
  font-weight: bold;
  margin-top: 1rem;
}
.text_area article h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.text_area article p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a6a6a6;
}
.text_area article ul {
  padding-left: 1.2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.text_area article ul li {
  list-style-type: disc;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a6a6a6;
}
.text_area article ul li ul li {
  list-style-type: circle;
}
.text_area article a {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #a6a6a6;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.text_area article a:hover {
  color: white;
}

.head {
  position: fixed;
  padding-top: 15px;
  top: 0px;
  left: 15px;
  right: 0;
  z-index: 8000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .head {
    left: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    height: 0vh;
  }
}
.head .logo {
  width: 200px;
  float: left;
  display: block;
  position: relative;
  z-index: 1000;
}
.head .logo .img_bg {
  padding-top: 77%;
  background-image: url(../imgs/logo-m.png);
}
@media only screen and (max-width: 575px) {
  .head .logo {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    float: none;
  }
}
.head.menu_active {
  background-color: #202945;
  height: 100vh;
}
.head.menu_active .main_menu {
  top: 20%;
  opacity: 1;
}

.main_menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  margin-right: 3rem;
}
.main_menu li {
  display: inline-block;
}
.main_menu li a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  padding: 0rem 0.75rem;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 44px;
}
.main_menu li a i {
  font-size: 1.5rem;
  line-height: 44px;
}
.main_menu li a i:before {
  top: 4px;
  position: relative;
}
.main_menu li a:hover {
  color: #00ffe4;
}
@media only screen and (max-width: 575px) {
  .main_menu {
    margin-right: 0;
    position: fixed;
    top: -100%;
    opacity: 0;
    width: 100%;
  }
  .main_menu ul {
    flex: 0 0 100%;
  }
  .main_menu ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .main_menu ul li a {
    width: 100%;
    font-size: 1.6rem;
  }
}

.menu_bar_btu {
  width: 43px;
  height: 43px;
  position: relative;
  display: block;
}
.menu_bar_btu div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 33px;
  height: 2px;
  background-color: #f6e4d7;
}
.menu_bar_btu div:nth-child(3n+1) {
  top: 12px;
  left: 5px;
}
.menu_bar_btu div:nth-child(3n+2) {
  width: 28px;
  top: 22px;
  left: 5px;
  opacity: 1;
}
.menu_bar_btu div:nth-child(3n+3) {
  top: 32px;
  left: 5px;
}
.menu_bar_btu.menu_active div {
  height: 3px;
}
.menu_bar_btu.menu_active div:nth-child(3n+1) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 18px;
  left: 5px;
}
.menu_bar_btu.menu_active div:nth-child(3n+2) {
  width: 0px;
  top: 18px;
  left: 19px;
  opacity: 0;
}
.menu_bar_btu.menu_active div:nth-child(3n+3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 18px;
  left: 5px;
}

.phone_menu {
  position: fixed;
  width: 43px;
  height: 43px;
  top: 15px;
  left: 10px;
  z-index: 12000;
}
@media only screen and (max-width: 575px) {
  .phone_menu {
    top: 8px;
  }
}

.e-button {
  display: inline-block;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.e-button__link {
  text-decoration: none;
  color: #fff;
  font-family: Helvetica;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  position: relative;
  padding: 10px 5px;
  border: 0px solid #fff;
}
.e-button .line {
  position: absolute;
  background-color: #fff;
}
.e-button .line--one {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(0px, 102%, 0px);
}
.e-button .line--two {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  transform: translate3d(-102%, 0px, 0px);
}
.e-button .line--three {
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
  transform: translate3d(0px, -102%, 0px);
}
.e-button .line--four {
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  transform: translate3d(102%, 0px, 0px);
}
.e-button:hover .line {
  opacity: 1;
}
.e-button:hover .line--one, .e-button:hover .line--two, .e-button:hover .line--three, .e-button:hover .line--four {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out;
}
.e-button:hover .line--one {
  transition-delay: 0s;
}
.e-button:hover .line--two {
  transition-delay: 150ms;
}
.e-button:hover .line--three {
  transition-delay: 0ms;
}
.e-button:hover .line--four {
  transition-delay: 150ms;
}

.img_bgset {
  position: relative;
}
.img_bgset .img_bg {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.img_bgset .img_bg.cover {
  background-size: cover;
}
.img_bgset .img_bg.contain {
  background-size: contain;
}
.img_bgset iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.section > .container {
  position: relative;
  z-index: 10;
}
.section p {
  margin-bottom: 0.5rem;
}
.section.section-1 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
}
.section.section-1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section.section-1 h1 {
  font-size: 4.85rem;
  line-height: 1.3;
  color: #f1f1f1;
  margin-bottom: 2rem;
  font-weight: normal;
  margin-top: 2rem;
  letter-spacing: 0px;
}
@media only screen and (max-width: 575px) {
  .section.section-1 h1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.section.section-1 h1.product {
  color: #fff;
}
.section.section-1 h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 575px) {
  .section.section-1 h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.section.section-1 h2.product {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 2px;
}
.section.section-1 span {
  line-height: 2rem;
  display: inline-block;
  color: #f1f1f1;
  font-weight: lighter;
  letter-spacing: 10px;
  margin-bottom: 4rem;
}
.section.section-1 > .container > .row {
  min-height: 750px;
  height: 100vh;
}
.section.section-1 .video_con {
  top: -50%;
  left: -50%;
  width: 100%;
  height: 200%;
}
.section.section-1 .video_con video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
}
.section.section-1 .logo {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.section.section-1 .star_btu {
  margin-top: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}

.bgc {
  background-image: url(../imgs/backguard/style01.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-top: 60%;
  background-size: contain;
}

.index_logo {
  width: 100%;
  max-width: 600px;
  display: block;
  position: relative;
  z-index: 1000;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.index_logo .img_bg {
  padding-top: 74.19355%;
  background-image: url(../imgs/logo.png);
}
@media only screen and (max-width: 575px) {
  .index_logo {
    margin-top: 20%;
  }
}

.phone_bg {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}
@media only screen and (max-width: 575px) {
  .phone_bg {
    left: 0;
    right: 0;
  }
}

body {
  font-family: "Muli", "Noto Sans TC", "微軟正黑體", Helvetica, Arial, sans-serif;
  color: #f6e4d7;
  max-width: 100%;
  height: auto;
  background-color: #171717;
  overflow-y: scroll;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #ccc;
}

div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}

a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #020202;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #ccc;
}

h1 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.err {
  color: #00ffe4;
  font-size: 0.85rem;
}

.tmp_page {
  max-width: 750px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .tmp_page {
    max-width: 100%;
  }
}
.tmp_page .app_ad {
  background-color: #ff405d;
  padding: 15px 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  font-size: 0.875rem;
  line-height: 30px;
  vertical-align: top;
  color: #fff;
}
.tmp_page .app_ad div {
  float: left;
  color: #fff;
}
.tmp_page .app_ad i {
  width: 24px;
  height: 30px;
  float: left;
}
.tmp_page .app_ad .close_btu {
  opacity: 0.5;
  float: right;
}
.tmp_page .app_ad .close_btu i {
  margin-right: 0;
}
.tmp_page.hidden_active {
  padding-bottom: 0;
}
.tmp_page.hidden_active .app_ad {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.content {
  flex: 1 1 auto;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 991px) {
  .main_banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .main_banner {
    min-height: auto;
  }
}

.index_banner {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .index_banner {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .index_banner {
    height: auto;
  }
}
.index_banner .carousel-item, .index_banner .carousel-inner {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .index_banner .carousel-item, .index_banner .carousel-inner {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .index_banner .carousel-item, .index_banner .carousel-inner {
    height: auto;
  }
}
.index_banner .banner_img {
  height: 100%;
  display: block;
}
@media only screen and (max-width: 575px) {
  .index_banner .banner_img {
    height: auto;
  }
}
.index_banner .banner_img .img_bg {
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .index_banner .banner_img .img_bg {
    height: auto;
    padding-top: 46.875%;
  }
}
@media only screen and (max-width: 575px) {
  .index_banner .banner_img .img_bg {
    height: auto;
    padding-top: 109.375%;
  }
}

.car_simple {
  min-height: 400px;
}
@media only screen and (max-width: 575px) {
  .car_simple {
    height: auto;
  }
}
.car_simple > .row {
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .car_simple > .row {
    height: auto;
  }
}
.car_simple .car_img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .car_simple .car_img {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .car_simple .car_img {
    height: auto;
  }
}
.car_simple .car_img .img_bg {
  width: 100%;
  height: 100%;
  display: block;
  background-position: 0 50%;
}
@media only screen and (max-width: 991px) {
  .car_simple .car_img .img_bg {
    height: auto;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .car_simple .car_img .img_bg {
    height: auto;
    padding-top: 50%;
  }
}
.car_simple .title_text {
  left: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin-top: -59px;
}
@media only screen and (max-width: 991px) {
  .car_simple .title_text {
    right: 15px;
  }
}
.car_simple .title_text a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 53%;
  display: inline-block;
  padding: 1rem 0;
  border: 5px solid #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.car_simple .title_text a:hover {
  background-color: #ccc;
  border: 5px solid #333;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .car_simple .title_text a {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .car_simple .title_text a {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .car_simple .title_text a {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .car_simple .title_text a {
    width: 100%;
  }
}
.car_simple .title_text h1 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
.car_simple .title_text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.4rem;
  margin-top: 1rem;
}

.login h1 {
  margin-bottom: 2rem;
}
.login a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 1rem;
  width: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.login a i {
  margin-right: 10px;
}
.login a.facebook {
  background-color: #3a5795;
}
.login a.facebook:hover {
  background-color: #4a6db8;
}
.login a.google {
  background-color: #dd4b39;
}
.login a.google:hover {
  background-color: #e47365;
}

.section-about {
  padding: 0;
}
.section-about .row {
  min-height: 100vh;
}
.section-about article h1 {
  margin-bottom: 1rem;
}

.section-news {
  padding-top: 8rem;
}
@media only screen and (max-width: 575px) {
  .section-news {
    padding-top: 8rem;
  }
}
.section-news .news_list {
  max-width: 100%;
  margin-bottom: 2rem;
  display: inline-block;
}
.section-news .news_list h1 {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-news .news_list h2 {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  height: 3rem;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-news .news_list:hover {
  opacity: 0.8;
}
.section-news .img_bgset {
  margin-bottom: 1rem;
}
.section-news .img_bgset .img_bg {
  padding-top: 75%;
}

.news_detail img {
  margin-bottom: 1rem;
}
.news_detail h1 {
  margin-bottom: 1rem;
}
.news_detail p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.back_news {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #00ffe4;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.back_news i {
  margin-right: 10px;
  font-size: 1rem;
}
.back_news span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.back_news:hover {
  color: #66ffef;
}
.back_news:hover span {
  opacity: 1;
}

.contact_header {
  padding-top: 15%;
  background-image: url(../imgs/banner/banner3.jpg);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.main_contact label {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.main_contact label span {
  color: #f6e4d7;
  font-size: 0.85rem;
  margin-left: 5px;
  font-weight: normal;
}
.main_contact button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.copyright {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #999999;
}

.main_header {
  background: #333;
  position: relative;
  z-index: 999;
  position: fixed;
  top: 0;
  min-height: 80px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .main_header {
    min-height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .main_header {
    min-height: 60px;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1rem 1rem 2rem 1rem;
}
.modal-content .modal-body label {
  font-size: 0.85rem;
}
.modal-content .modal-body input::placeholder {
  color: #ccc;
}
.modal-content .modal-body h1 {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
.modal-content .modal-body h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.modal-content .modal-body .note {
  font-size: 0.85rem;
  line-height: 1.5;
}
.modal-content .modal-header, .modal-content .modal-footer {
  border: 0;
}
.modal-content .close {
  text-shadow: none;
}
.modal-content .close span {
  color: #fff;
}

.btn-amow {
  background-color: #00ffe4;
  border-color: #00ffe4;
  color: #000;
}
.btn-amow:hover {
  background-color: #00ccb6;
  border-color: #00ffe4;
  color: #000;
}
.btn-amow:active, .btn-amow:focus {
  background-color: #009989;
  border-color: #00ffe4;
  color: #fff;
}

.page-link {
  background-color: transparent;
  border: 0;
  color: #00ffe4;
  padding: 0.2rem 1rem;
}

.page-item.active .page-link {
  background-color: #00ffe4;
  border: 0px solid #009989;
  color: #000;
}

/*# sourceMappingURL=style.css.map */
