@charset "UTF-8";
#gotop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 16px 20px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  z-index: 500;
  border-radius: 50px; }
  #gotop:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden; }

.logo {
  width: 150px;
  height: 60px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .logo a {
    display: block;
    width: 100%;
    height: 100%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.img {
  width: 100%; }

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.rowsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rowsh [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.mb {
  margin-bottom: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb100 {
  margin-bottom: 100px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt50 {
  margin-top: 50px; }

.mt100 {
  margin-top: 100px; }

.m5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m100 {
  margin-top: 100px;
  margin-bottom: 100px; }

#nav-icon span {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#nav-icon.open {
  position: relative; }
  #nav-icon.open span:nth-child(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(100%) rotate(45deg);
    -ms-transform: translateY(100%) rotate(45deg);
    transform: translateY(100%) rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(0deg);
    -ms-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
    opacity: 0; }
  #nav-icon.open span:nth-child(4) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%) rotate(-45deg);
    -ms-transform: translateY(-100%) rotate(-45deg);
    transform: translateY(-100%) rotate(-45deg); }

nav {
  letter-spacing: 1px;
  background: url("../img/navbg.jpg") repeat top center;
  border: none !important; }
  @media (max-width: 767px) {
    nav ul {
      margin: 8px 0 !important; } }
  nav ul > li.active {
    display: inline-block; }
  nav ul > li.active > a {
    background-color: inherit !important; }
  nav .logo {
    width: 200px;
    margin: 8px 0; }
    @media (max-width: 767px) {
      nav .logo {
        display: inline-block;
        margin: 8px 0 8px 18px;
        width: 50px; } }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
      nav .logo {
        margin: 8px 0 8px 30px; } }
  nav .navbar-right {
    margin: 26px 0 0 0; }
    nav .navbar-right li {
      padding: 0px 15px !important; }
      @media (max-width: 991px) {
        nav .navbar-right li {
          padding: 0px 2px !important; } }
      nav .navbar-right li a {
        font-size: 18px;
        font-weight: 300;
        color: #fff !important;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        nav .navbar-right li a:hover {
          color: #e2c47b !important; }
        @media (max-width: 767px) {
          nav .navbar-right li a {
            padding: 8px 15px; } }
      nav .navbar-right li.active img {
        max-width: 26px;
        float: left;
        padding: 10px 0;
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }
        @media (max-width: 767px) {
          nav .navbar-right li.active img {
            max-width: 40px;
            padding: 0 0 0 15px;
            -webkit-transform: translateY(4px) translateX(3px);
            -ms-transform: translateY(4px) translateX(3px);
            transform: translateY(4px) translateX(3px); } }
      nav .navbar-right li.active a {
        color: #e2c47b !important;
        float: left;
        padding: 15px 10px; }
        @media (max-width: 767px) {
          nav .navbar-right li.active a {
            padding: 8px 15px 8px 8px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header {
      height: 62px; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button {
      margin: 15px 10px 0 0;
      border: none; }
      nav > div > .navbar-header button span {
        background-color: #fff !important; } }
  @media (max-width: 767px) {
    nav > div > .navbar-header button:hover {
      background-color: inherit !important; } }

.top-lang {
  position: relative; }
  .top-lang ul {
    position: absolute;
    right: 5px; }
    .top-lang ul li {
      color: #5b0000;
      float: right;
      width: 24px;
      height: 24px;
      margin: 10px 5px 0px 5px;
      border-radius: 3px;
      font-size: 13px;
      line-height: 24px;
      background: #f4bb57;
      text-align: center; }
      .top-lang ul li a {
        color: #5b0000;
        width: 24px;
        height: 24px;
        display: block;
        text-decoration: none;
        background: #cb8b45;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .top-lang ul li a:hover {
          background: #f4bb57; }
  .top-lang > ul > li.active > a {
    background: #f4bb57 !important;
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none; }

body {
  overflow-x: hidden;
  background: url(../img/.jpg) no-repeat top center;
  font-family: "Helvetica Neue", Helvetica, "PingFang TC", "LiHei Pro", "Hiragino Sans GB", "Microsoft JhengHei", "微軟正黑體", Arial ,sans-serif; }

p, span, li {
  font-size: 16px; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0; }

.carousel, .item, .active, .carousel-inner {
  height: 100%; }

.carousel-caption {
  z-index: 10; }

.carousel .item {
  background-color: #777; }

.carousel .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover; }

.carousel .carousel-inner .bg1 {
  background-image: url("../img/index_01_bg.jpg");
  background-position: center top; }
  @media (max-width: 991px) {
    .carousel .carousel-inner .bg1 {
      background-image: url("../img/index_01_bg_m.jpg"); } }
  .carousel .carousel-inner .bg1 .bg1_smoke1 {
    opacity: 0;
    -webkit-animation: smokeanime1 5s infinite linear;
    animation: smokeanime1 5s infinite linear; }

@-webkit-keyframes smokeanime1 {
  0% {
    -webkit-transform: translate(530px, 400px);
    transform: translate(530px, 400px);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(530px, 200px);
    transform: translate(530px, 200px);
    opacity: 0; } }

@keyframes smokeanime1 {
  0% {
    -webkit-transform: translate(530px, 400px);
    transform: translate(530px, 400px);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(530px, 200px);
    transform: translate(530px, 200px);
    opacity: 0; } }
    @media (max-width: 991px) {
      @-webkit-keyframes smokeanime1 {
        0% {
          -webkit-transform: translate(80px, 500px);
          transform: translate(80px, 500px);
          opacity: 0; }
        50% {
          opacity: 1; }
        100% {
          -webkit-transform: translate(80px, 300px);
          transform: translate(80px, 300px);
          opacity: 0; } }
      @keyframes smokeanime1 {
        0% {
          -webkit-transform: translate(80px, 500px);
          transform: translate(80px, 500px);
          opacity: 0; }
        50% {
          opacity: 1; }
        100% {
          -webkit-transform: translate(80px, 300px);
          transform: translate(80px, 300px);
          opacity: 0; } } }
  .carousel .carousel-inner .bg1 .bg1_smoke2 {
    opacity: 0;
    -webkit-animation: smokeanime2 5s infinite linear;
    animation: smokeanime2 5s infinite linear;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }

@-webkit-keyframes smokeanime2 {
  0% {
    -webkit-transform: translate(530px, 0px);
    transform: translate(530px, 0px);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(530px, -200px);
    transform: translate(530px, -200px);
    opacity: 0; } }

@keyframes smokeanime2 {
  0% {
    -webkit-transform: translate(530px, 0px);
    transform: translate(530px, 0px);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(530px, -200px);
    transform: translate(530px, -200px);
    opacity: 0; } }
    @media (max-width: 991px) {
      @-webkit-keyframes smokeanime2 {
        0% {
          -webkit-transform: translate(80px, 0px);
          transform: translate(80px, 0px);
          opacity: 0; }
        50% {
          opacity: 1; }
        100% {
          -webkit-transform: translate(80px, -200px);
          transform: translate(80px, -200px);
          opacity: 0; } }
      @keyframes smokeanime2 {
        0% {
          -webkit-transform: translate(80px, 0px);
          transform: translate(80px, 0px);
          opacity: 0; }
        50% {
          opacity: 1; }
        100% {
          -webkit-transform: translate(80px, -200px);
          transform: translate(80px, -200px);
          opacity: 0; } } }
  .carousel .carousel-inner .bg1 .bg1_smoke3 {
    opacity: 0;
    -webkit-animation: smokeanime3 5s infinite linear;
    animation: smokeanime3 5s infinite linear; }

@-webkit-keyframes smokeanime3 {
  0% {
    -webkit-transform: translate(480px, -900px) scale(1);
    transform: translate(480px, -900px) scale(1);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(480px, -1100px) scale(1);
    transform: translate(480px, -1100px) scale(1);
    opacity: 0; } }

@keyframes smokeanime3 {
  0% {
    -webkit-transform: translate(480px, -900px) scale(1);
    transform: translate(480px, -900px) scale(1);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(480px, -1100px) scale(1);
    transform: translate(480px, -1100px) scale(1);
    opacity: 0; } }
    @media (max-width: 991px) {
      @-webkit-keyframes smokeanime3 {
        0% {
          -webkit-transform: translate(120px, -600px) scale(1);
          transform: translate(120px, -600px) scale(1);
          opacity: 0; }
        50% {
          opacity: 0.6; }
        100% {
          -webkit-transform: translate(120px, -800px) scale(1);
          transform: translate(120px, -800px) scale(1);
          opacity: 0; } }
      @keyframes smokeanime3 {
        0% {
          -webkit-transform: translate(120px, -600px) scale(1);
          transform: translate(120px, -600px) scale(1);
          opacity: 0; }
        50% {
          opacity: 0.6; }
        100% {
          -webkit-transform: translate(120px, -800px) scale(1);
          transform: translate(120px, -800px) scale(1);
          opacity: 0; } } }
  .carousel .carousel-inner .bg1 .bg1_smoke4 {
    opacity: 0;
    -webkit-animation: smokeanime4 5s infinite linear;
    animation: smokeanime4 5s infinite linear;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }

@-webkit-keyframes smokeanime4 {
  0% {
    -webkit-transform: translate(480px, -1500px) scale(1);
    transform: translate(480px, -1500px) scale(1);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(480px, -1700px) scale(1);
    transform: translate(480px, -1700px) scale(1);
    opacity: 0; } }

@keyframes smokeanime4 {
  0% {
    -webkit-transform: translate(480px, -1500px) scale(1);
    transform: translate(480px, -1500px) scale(1);
    opacity: 0; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translate(480px, -1700px) scale(1);
    transform: translate(480px, -1700px) scale(1);
    opacity: 0; } }
    @media (max-width: 991px) {
      @-webkit-keyframes smokeanime4 {
        0% {
          -webkit-transform: translate(120px, -1000px) scale(1);
          transform: translate(120px, -1000px) scale(1);
          opacity: 0; }
        50% {
          opacity: 0.6; }
        100% {
          -webkit-transform: translate(120px, -1200px) scale(1);
          transform: translate(120px, -1200px) scale(1);
          opacity: 0; } }
      @keyframes smokeanime4 {
        0% {
          -webkit-transform: translate(120px, -1000px) scale(1);
          transform: translate(120px, -1000px) scale(1);
          opacity: 0; }
        50% {
          opacity: 0.6; }
        100% {
          -webkit-transform: translate(120px, -1200px) scale(1);
          transform: translate(120px, -1200px) scale(1);
          opacity: 0; } } }
  .carousel .carousel-inner .bg1 .bg1_logo {
    top: 17%;
    right: 25.6%;
    opacity: 0;
    position: absolute;
    -webkit-animation: bg1_logo 0.4s 1;
    animation: bg1_logo 0.4s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }

@-webkit-keyframes bg1_logo {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes bg1_logo {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg1 .bg1_logo {
        top: 9.4%;
        right: 6%;
        width: 64%; } }
  .carousel .carousel-inner .bg1 .bg1_logo2 {
    top: 21%;
    right: 27.6%;
    opacity: 0;
    position: absolute;
    -webkit-animation: bg1_logo2 1s 1;
    animation: bg1_logo2 1s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }

@-webkit-keyframes bg1_logo2 {
  0% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes bg1_logo2 {
  0% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg1 .bg1_logo2 {
        top: 13%;
        right: 11%;
        width: 13%; } }
  .carousel .carousel-inner .bg1 .bg1_title {
    opacity: 0;
    top: 72%;
    right: 27%;
    position: absolute;
    -webkit-animation: bg1_title 0.4s 1;
    animation: bg1_title 0.4s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }

@-webkit-keyframes bg1_title {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes bg1_title {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg1 .bg1_title {
        top: 65%;
        right: 0%; }
      @-webkit-keyframes bg1_title {
        0% {
          -webkit-transform: translateX(-60px) scale(0.84);
          transform: translateX(-60px) scale(0.84);
          opacity: 0; }
        100% {
          -webkit-transform: translateX(0px) scale(0.84);
          transform: translateX(0px) scale(0.84);
          opacity: 1; } }
      @keyframes bg1_title {
        0% {
          -webkit-transform: translateX(-60px) scale(0.84);
          transform: translateX(-60px) scale(0.84);
          opacity: 0; }
        100% {
          -webkit-transform: translateX(0px) scale(0.84);
          transform: translateX(0px) scale(0.84);
          opacity: 1; } } }

.carousel .carousel-inner .bg2 {
  background-image: url("../img/index_02_bg.jpg");
  background-position: center center; }
  @media (max-width: 991px) {
    .carousel .carousel-inner .bg2 {
      background-image: url("../img/index_02_bg_m.jpg"); } }
  .carousel .carousel-inner .bg2 img {
    position: absolute; }
  .carousel .carousel-inner .bg2 .bg2_text {
    opacity: 0;
    -webkit-animation: bg2_text 0.2s 1;
    animation: bg2_text 0.2s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes bg2_text {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes bg2_text {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
    @media (max-width: 991px) {
      @-webkit-keyframes bg2_text {
        0% {
          -webkit-transform: scale(1.4);
          transform: scale(1.4); }
        100% {
          -webkit-transform: scale(0.52);
          transform: scale(0.52);
          opacity: 1; } }
      @keyframes bg2_text {
        0% {
          -webkit-transform: scale(1.4);
          transform: scale(1.4); }
        100% {
          -webkit-transform: scale(0.52);
          transform: scale(0.52);
          opacity: 1; } } }
  .carousel .carousel-inner .bg2 .bg2_text1 {
    top: 24%;
    left: 8%;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg2 .bg2_text1 {
        top: 20%;
        left: 0%; } }
  .carousel .carousel-inner .bg2 .bg2_text2 {
    top: 38%;
    left: 12%;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg2 .bg2_text2 {
        top: 34%;
        left: 6%; } }
  .carousel .carousel-inner .bg2 .bg2_text3 {
    top: 52%;
    left: 8%;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg2 .bg2_text3 {
        top: 48%;
        left: 0%; } }
  .carousel .carousel-inner .bg2 .bg2_text4 {
    top: 66%;
    left: 12%;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg2 .bg2_text4 {
        top: 62%;
        left: 6%; } }

.carousel .carousel-inner .bg3 {
  background-image: url("../img/index_03_bg.jpg");
  background-position: center bottom; }
  .carousel .carousel-inner .bg3 img {
    position: absolute; }
  .carousel .carousel-inner .bg3 .bg3_text {
    top: 17%;
    right: 16%; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg3 .bg3_text {
        top: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0.66);
        -ms-transform: translateX(-50%) scale(0.66);
        transform: translateX(-50%) scale(0.66); } }
  .carousel .carousel-inner .bg3 .bg3_item {
    opacity: 0;
    -webkit-animation: bg3_item 0.2s 1;
    animation: bg3_item 0.2s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes bg3_item {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes bg3_item {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }
  .carousel .carousel-inner .bg3 .bg3_item_1 {
    bottom: 0;
    left: 11%;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    max-width: 20%; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg3 .bg3_item_1 {
        top: 60%;
        left: 0%;
        max-width: 30%; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .carousel .carousel-inner .bg3 .bg3_item_1 {
        max-width: 28%;
        left: 5%; } }
  .carousel .carousel-inner .bg3 .bg3_item_2 {
    bottom: 0;
    left: 30.2%;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    max-width: 20%; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg3 .bg3_item_2 {
        top: 60%;
        left: 23%;
        max-width: 30%; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .carousel .carousel-inner .bg3 .bg3_item_2 {
        max-width: 28%;
        left: 25.2%; } }
  .carousel .carousel-inner .bg3 .bg3_item_3 {
    bottom: 0;
    left: 49.7%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    max-width: 20%; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg3 .bg3_item_3 {
        top: 60%;
        left: 45.5%;
        max-width: 30%; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .carousel .carousel-inner .bg3 .bg3_item_3 {
        max-width: 28%;
        left: 45.5%; } }
  .carousel .carousel-inner .bg3 .bg3_item_4 {
    bottom: 0;
    left: 69%;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    max-width: 20%; }
    @media (max-width: 991px) {
      .carousel .carousel-inner .bg3 .bg3_item_4 {
        top: 60%;
        left: 68%;
        max-width: 30%; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .carousel .carousel-inner .bg3 .bg3_item_4 {
        max-width: 28%;
        left: 66%; } }

.carousel {
  height: 100vh;
  width: 100%;
  overflow: hidden; }

.carousel .carousel-inner {
  height: 100%; }

#myCarousel > a.right.carousel-control, #myCarousel > a.left.carousel-control {
  background-image: none !important; }

footer p {
  position: fixed;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  font-size: 18px; }
  @media (max-width: 991px) {
    footer p {
      font-size: 16px;
      width: 100%; } }

footer span {
  font-size: 14px; }
  footer span a {
    color: #333;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: underline; }
    footer span a:hover {
      color: #333;
      opacity: .8; }
