﻿@charset "utf-8";
/* CSS Document */
body {font-family:"微軟正黑體";text-transform: uppercase;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {margin:0; padding:0; -webkit-text-size-adjust:none;list-style: none;}
body,html{ width:100%; height: 100%;}
img {border: 0;}
button{ border: none;cursor: pointer;font-family:"微軟正黑體";}
select, input, textarea{font-family:"微軟正黑體";}
a{text-decoration: none;transition: .3s;cursor: pointer;}
a:hover,a:focus {text-decoration: none;}
select, input, textarea, button {outline: none;}
*:focus {outline: none;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {border: 0; outline: 0;vertical-align: baseline;background: transparent;}


h1,h2,h3,h4,h5,h6 {
  margin: 0 0 10px;
  text-transform: uppercase;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 15px;
}
p {
  margin: 45px 0 25px 0;
  font-size: 16px;
  line-height: 1.8em;letter-spacing: 1px;
}

ul {
  list-style: none;
}
@media (min-width: 1200px){
  .container { width: 1200px; }
}
@media (max-width: 415px){
  h1 { font-size: 35px; }
}

.row {
  margin: 0;
}
.row-top {
  padding-top: 10%;
}
.row-bottom {
  padding-bottom: 10%;
}
.row-padding {
  padding:16% 0% 5% 5%;
}

/* nav */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  background-color: black;
}
.navbar-custom .nav_container {
  padding: 0 20px;
  margin: 0 auto;
}
.navbar-custom .navbar-nav.nav-icon {
  width: 150px;
  margin: 0 auto;
}
.navbar-custom .navbar-nav li {
  text-align: center;
}

.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;  
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-custom .navbar-brand {
  padding: 10px 15px;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
  font-size: 16px;
}
.navbar-custom .nav>li>a:hover,
.navbar-custom .nav>li>a:focus,
.navbar-custom .nav>li>a:active,
.navbar-custom .nav>li>a:visited {
  background: none;
}
.navbar-custom .nav>li>a:hover {
  color: #1f7ee9;
}

.navbar-custom .nav li a.btn-circle {
    width: 30px;
    height: 30px;
    margin: 10px 15px 0 5px;
    padding: 0;
    border: 0;
    border-radius: 100%!important;
    font-size: 17px;
    color: #091523;
    background: rgba(255, 255, 255, 0.6);
}

i.fa.animated {
  font-size: 13px; 
}
i.fa.fa-envelope.animated {
  padding: 8px 9px; 
}
i.fa.fa-facebook.animated {
  padding: 9px 12px; 
}
i.fa.fa-104.animated {
  padding: 8px 4px;
  letter-spacing: 0;
  font-family: "微軟正黑體", Verdana sans-serif;
  font-weight: bold;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  color: #1f7ee9;
}
.navbar-custom .nav li.active a:hover {
  color: #1f7ee9;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 5px 0;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;    
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid #000;
  }

  .navbar-custom .nav>li>a {
    font-size: 16px;
    padding: 15px 10px;
  }

}

@media (max-width: 767px) {
  .navbar-main-collapse ul li.menu-icon {
    float: left;
    margin-bottom: 10px;
  }
  .navbar-custom {
    border:none;
  }
  .navbar-custom .nav_container {
    padding: 0 10px;
  }  
}

/* header */
.intro {
  display: table;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url('../images/kv.jpg') no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
  position: relative;
}
.intro .brand-heading {
  margin-bottom: 20px;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .btn {
  color: #091523;    
  border-radius: 5px;
  background-color: rgba(255,255,255,.6);
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 50px;
  margin-top: 35px;
  border:none;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
}

/* service */
#service .service-img {
  display: block;
  border: 5px solid #1f7ee9;
  border-radius: 50%;
  width: 180px;
  height: 180px;  
  margin: 50px auto 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#service .service-jk {
  min-height: 470px;
}

#service .service-jk .col-md-3 {
  padding: 0;
}

#service .service-1.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#service .service-2.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
#service .service-3.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
#service .service-4.animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

#service .service-1 .service-img {
  background-image: url('../images/s3.png');
}
#service .service-2 .service-img {
  background-image: url('../images/s2.png');
  border-color: #0fb94f;
}
#service .service-3 .service-img {
  background-image: url('../images/s1.png');
}
#service .service-4 .service-img {
  background-image: url('../images/s4.png');
  border-color: #ffad2d;
}

#service .service-1 .service-heading {
  color: #1f7ee9;
}
#service .service-2 .service-heading {
  color: #0fb94f;
}
#service .service-3 .service-heading {
  color: #1f7ee9;
}
#service .service-4 .service-heading {
  color: #ffad2d;
}


@media (max-width: 375px) {
  #service .service-img {
    width: 150px;
    height: 150px;  
  }
}

@media (max-width: 320px) {
  #service .service-img {
    width: 130px;
    height: 130px;  
  }
}

#service .service-left.row-padding,
#service .service-right.row-padding {
  padding: 15% 0;
}

@media (max-width: 1260px) and (min-width: 1200px){
  #service .service-left.row-padding .list-inline,
  #service .service-right.row-padding .list-inline{
    padding: 0 100px;
  }
}

#service .service-left .section-subheading,
#service .service-right .section-subheading {
  color: #fff;
  font-size: 27px;
}

#service .service-left ul li,
#service .service-right ul li {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, color 0.2s linear;
  transition: transform 0.2s ease-in-out, color 0.2s linear, -webkit-transform 0.2s ease-in-out;
}

#service .service-left ul li:hover,
#service .service-right ul li:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: color 0.4s linear, -webkit-transform 0.6s ease-in-out;
  transition: color 0.4s linear, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, color 0.4s linear;
  transition: transform 0.6s ease-in-out, color 0.4s linear, -webkit-transform 0.6s ease-in-out;
}

#service .service-left {
  background: url('../images/1.jpg') no-repeat center center;
  background-size: cover;
}

.service-left ul li {
  color: #fff;
  width: 113px;
  height: 113px;
  background-color: rgba(255,173,45,0.7);
  border-radius: 50%;
  line-height: 113px;
  margin:12.5px 10px 12.5px 20px;
  font-size: 17px;
  text-align: left;
  text-indent: 19px;
}

.service-left ul li.blue {
  background-color: rgba(31,126,233,0.7);
}
.service-left ul li.green {
  background-color: rgba(15,185,89,0.7);
}

#service .service-right {
  background: url('../images/2.jpg') no-repeat center center;
  background-size: cover;
}

#service .service-right ul li {
  margin: 10px 0;
}

.hovicon {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  position: relative;
}
.hovicon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hovicon.effect-4:after {
  top: -2px;
  left: -7px;
  padding: 0;
  z-index: 10;
  border: 2px dashed #ffad2d;
}
.blue .hovicon.effect-4:after{border: 2px dashed #1f7ee8;}
.green .hovicon.effect-4:after{border: 2px dashed #0fb94f;}


.hovicon.effect-4.sub-b {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

.hovicon.effect-4.sub-b:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* about */
#about { 
  position: relative;
  overflow: hidden;
}

#about .about-jk {
  min-height: 450px;
}

#about div[class*="block-"] {
  -moz-transform:rotate(40deg);
  -webkit-transform:rotate(40deg);
  -o-transform:rotate(40deg);
  -ms-transform:rotate(40deg);
  transform:rotate(40deg);
  position: absolute;
  top: 300px;  
  width: 80px;
  height: 800px;
}

#about div[class*="block-"] span {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: inherit;
  border-radius: 50%;
  margin-top: -40px;
}

#about .block-blue {
  background-color: #1f7ee9;
  left: -28px;
}
#about .block-green {
  background-color: #0fb94f;
  left: 76px;
}
#about .block-orange {
  background-color: #ffad2d;
  left: 180px;
}

#about p.text-dark {
  color: #4e4e4e;
}

#about .about-system {
  background: url('../images/3.jpg') no-repeat bottom right #004797;
  background-size: contain;
  color: #fff;
  padding: 15% 0;
}

@media (min-width: 1500px){
  #about .about-system .col-md-8{
    width: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px){
  #about .about-system .col-md-8{
    width: 65%;
  }
}

#about .about-system .system-desc {
  border: 8px solid #fff;
  padding: 8%;
}

#about .about-system ul {
  margin-top: 50px;
}
#about .about-system ul li {
  margin-right: 50px;
  margin-bottom: 15px;
}
#about .about-system ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 80px;
  border: 1px solid #fff;    
  border-radius: 5px;
}
#about .about-system ul li a:hover {
  color: #004797;
  background-color: #fff;
}

@media (max-width: 768px) {
  #about .about-system {
    background-size: cover;
    position: relative;
  }

  #about .about-system:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5); 
  }

  #about .about-system ul {
    text-align: center;
    margin: 50px 0 0 0;
  }

  #about .about-system ul li {
    margin: 10px 0;
  }
  
  #about div[class*="block-"] {
    opacity: 0.5;
  }

}

#about .about-team {
  background: url('../images/team.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
}
#about .about-team.row-padding {
  padding: 8% 0;
}
#about .about-team .row-top {
  padding-top: 8%;
}

#about .about-team .counter {
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 65px;
  font-family: 'Source Code Pro';
  margin: 0 auto; 
  background-size: contain;
}

#about .about-team .sys-team .counter {
  background-image: url('../images/t_2.png');
}
#about .about-team .asp-team .counter {
  background-image: url('../images/t_30.png');
}
#about .about-team .fe-team .counter {
  background-image: url('../images/t_8.png');
}
#about .about-team .qa-team .counter {
  background-image: url('../images/t_10.png');
}
#about .about-team .ui-team .counter {
  background-image: url('../images/t_3.png');
}
#about .about-team .it-team .counter {
  background-image: url('../images/t_4.png');
}



#about .about-team h4 {
  margin: 50px 0 0 0;
}

#about .about-team p.text-gray {
  font-size: 15px;
  color: #b2b2b2;
  margin: 5px 0 50px 0;
}

#about .about-env {
  background-color: #212121;
  color: #fff;
  position: relative;
}
#about .about-env #about-target {
  position: absolute;
  top:-50px;
}

#about .about-left {
  padding: 0;
}

#about .about-left .narrow{ display: none; }

#about .about-left .carousel-inner>.item>img {
  padding-top: 15%;
  height: 100%;
}

#about .about-left a.carousel-control.left, .carousel-control.right {
  margin-top: 15%;
  background-image: none;
}

#about .about-left .carousel-control {
  font-size: 50px;
  text-shadow: none;
  color: #212121;
  opacity: 1;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,.7);
  line-height: 40px;
}

#about .about-left a.carousel-control.left {
  position: absolute;
  top: 20px;
  right: 80px;
  left: auto;
}

#about .about-left a.carousel-control.right {
  position: absolute;
  right: 20px;
  top: 20px;
}

#about .about-right {
  padding: 5% 5% 5%; 
}

#about .about-right ul.welfare {
  margin-top: 50px;
} 

#about .about-right ul.welfare li h5 {
  color: #d99406;
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0 15px 0;
}

#about .about-right ul.welfare li h5 span {
  border-bottom: 1px solid #d99406;
  padding-bottom: 3px;
}

#about .about-right ul.welfare li p {
  font-size: 16px;
  color: #b5b5b5;
  margin: 0;
  line-height: 1.2;
}

#about .about-right ul.bonus li {
  font-size: 16px;
  color: #b5b5b5;
  margin: 0;
  line-height: 1.8;
}

#about .about-right ul.bonus li span {
  background: #d99604;
  font-size: 12px;
  color: #000;
  padding: 3px 5px; 
  margin-left: 5px;
  border-radius: 5px;
}

#about .about-right ul.bonus li i.fa-chevron-circle-down {
  color: #d99406;
}

@media (min-width: 1400px){
  #about .about-right ul.bonus li span { border-radius: 10px; }
}

@media (min-width: 1200px) and (max-width: 1500px){
  #about .about-left .narrow { display: block; } 
  #about .about-left .wide { display: none; }
}

@media (min-width: 1200px) and (max-width: 1500px){
  #about .about-left .narrow { display: block; } 
  #about .about-left .wide { display: none; }
  #about .about-team .counter {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 50px;
  }
}


@media (max-width: 1200px) {
  #about .about-left, #about .about-right { width: 100%; }  
  #about .about-left .narrow { display:none; } 
  #about .about-left .wide { display:block; }
  #about .about-right {
    padding: 8% 5% 5%; 
  }
}

@media (max-width: 768px){
  .about-team .col-lg-2 {
    width: 50%;
    float: left;
    padding: 0;
  }  
}

@media (max-width: 670px){
  #about .about-right ul.bonus li span {
    display: block;
    border-radius: 5px;
  }  
}

@media (max-width: 415px){
  #about .about-left .carousel-inner>.item>img {
    padding-top: 0%;
    width: 100%;
    height: auto;
  }

  #about .about-left .carousel-control {
    margin-top: 0%;
    width: 30px;
    height: 30px;
    line-height: 20px;
  }

  #about .about-left a.carousel-control.left {
    margin-top: 0%;
    right: 60px;
  }
   
}

@media (max-width: 375px){
  #about .about-team .counter {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 50px;
  }
  #about .about-team h4 {
    font-size: 16px;
  }
  #about .about-team p.text-gray {
    font-size: 13px;
  }
}

@media (max-width: 320px){
  #about .about-team .counter {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 40px;
  }
  #about .about-team h4 {
    font-size: 15px;
  }
  #about .about-team p.text-gray {
    font-size: 13px;
    letter-spacing: 0;
  }
}


/* Join us */
#join_us .container, #join_us .join-opening { padding: 0; }
#join_us .join-opening div[class*=" join-"]{
  border-width: 1px;
  border-style: solid; 
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  padding: 5% 3%;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  -webkit-transform: scale(1.0,1.0);
  -webkit-transition: all .8s;
  transform: scale(1.0,1.0);
  transition: all .8s;  
  border-radius: 5px;
}

@media (min-width: 768px){
  #join_us .join-opening div[class*=" join-"] { 
    width: 30%; 
    margin: 50px 0 0 2%;
    height: 660px;    
  }
}


#join_us .join-opening div[class*=" join-"]:hover {
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.2);
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
  z-index: 1
}

#join_us .join-opening div[class*=" join-"]:after {
  content: "";
  display: block;
  clear: both
}

#join_us .join-opening div[class*=" join-"] img {
  height: 108px;
}

#join_us .join-opening div[class*=" join-"] li {
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  font-size: 0;
  cursor: pointer;
}

#join_us .join-opening div[class*=" join-"] li i.fa-arrow-right {
  font-size: 12px;
  border: 2px solid;
  padding: 4px 0;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  text-align: center;
  vertical-align: middle;
}

#join_us .join-opening div[class*=" join-"] li:hover a {
  color: #fff;
}

#join_us .join-opening div[class*=" join-"] li:hover i.fa-arrow-right {
  color: #fff;
}

#join_us .join-opening div[class*=" join-"] h4 {
  margin: 30px 0;
  font-size: 22px;
}

#join_us .join-opening div[class*=" join-"] a {
  color: inherit;
  display: inline-block;
  text-align: left;
  width: 80%;
  font-size: 16px;
  vertical-align: middle;
}

#join_us .join-opening div[class*=" join-"] a span {
  width: 80%;
  float: left;
}

#join_us .join-opening .join-rd {
  border-color: #1f7ee9;
  color: #1f7ee9;
}

#join_us .join-opening .join-rd ul li:hover{
  background-color: #1f7ee9;
}

#join_us .join-opening .join-product {
  border-color: #0fb94f;
  color: #0fb94f;
}

#join_us .join-opening .join-product ul li:hover{
  background-color: #0fb94f;
}

#join_us .join-opening .join-hr {
  border-color: #ffad2d;
  color: #ffad2d;
}

#join_us .join-opening .join-hr ul li:hover{
  background-color: #ffad2d;
}

#join_us .join-opening .join-rd.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#join_us .join-opening .join-product.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
#join_us .join-opening .join-hr.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#join_us .join-104 {
  background-color: #ededed;
  padding: 5% 0;
}

.join-104 a.btn {
  color: #000;
  border: 1px solid #000;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
}

.join-104 a.btn:hover {
  color: #fff;
  background-color: #000;
}

.join-partner .partner-group li {
  margin: 10px;
}

.join-partner .partner-group li img {
  max-height: 100px;
  max-width: 200px;
}

.join-partner .partner-group li .wide img {
  margin-top: 28px;
}

.join-partner .owl-prev, .join-partner .owl-next{ 
  display:block; 
  width:40px; 
  height:50px; 
  position:absolute; 
  top:50%; 
  margin-top:-2.5%; 
  border:1px solid #000;
}

.join-partner .owl-prev{ 
  left:-15px;
}

.join-partner .owl-next{ 
  right:-15px;
}

.join-partner .owl-prev .btn-hover,
.join-partner .owl-next .btn-hover{ 
  width: 100%;
  height: 100%;
  font-size: 43px;
  line-height: 38px;
}

.join-partner .owl-prev .btn-hover:hover,
.join-partner .owl-next .btn-hover:hover {
  color: #fff;
}

@media (max-width: 980px) and ( min-width: 768px ){
  .join-partner .owl-prev { left:-40px; }
  .join-partner .owl-next { right:-40px; }
}

@media (max-width: 768px){
  .join-partner .owl-prev { left:-10px; }
  .join-partner .owl-next { right:-10px; }
}


/* footer */
#footer {
  padding:0 0 10px 0;
  background-color: #1e1e1e; 
}
#footer .footer-nav {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
#footer .footer-nav li a {
  color: #999;
  font-size: 16px;
}

#footer .footer-nav li a:hover {
  color: #d99604;
}

#footer .footer-nav li {
  margin: 0 10px;
}

@media (max-width: 375px){
  #footer .footer-nav li a {
    font-size: 15px;
  }
}

@media (max-width: 320px){
  #footer .footer-nav li {
    margin: 0 3px;
  }
}


#footer .footer-add {
  margin: 15px 0;
  color: #a9a9a9;
  font-size: 15px;
}

#footer .footer-add i {
  margin-right: 5px;
}

#footer .footer-social a {
  color: #a9a9a9;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  line-height: 40px;
}

#footer .footer-social a:hover {
  background-color: #a9a9a9;
  border-color: #1e1e1e;
  color: #1e1e1e;
}

#footer .footer-copy p {
  font-size: 14px;
  color: #6d6d6d;
  margin: 10px 0;
}

#right-link{ 
  position:fixed; 
  bottom: 20px; 
  right: 20px; 
  z-index:1; 
  display:none;
}
#right-link a{ 
  display:block;
  transition:all .6s; 
  -webkit-transition:all .6s;
  text-align: center;
  color: #fff; 
  padding:8px 16px;
  background: #1f7ee8;
  cursor:pointer;
}
#right-link a:hover{
  background: #ffad2d;
}
#right-link a i{ 
  font-size: 40px;
}

/* btn hover */

.btn-hover {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn-hover span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

#about .about-system ul li a.btn-hover span {
  background-color: #fff;
}

.join-opening ul li.btn-hover span{
  background-color: inherit;
}

.join-104 a.btn span{
  background-color: #000;
}

.join-partner .owl-prev .btn-hover span,
.join-partner .owl-next .btn-hover span {
  background-color: #000;
} 

#right-link a.btn-hover span {
  background-color: #ffad2d;
}

.btn-hover:hover span{
  width: 225%;
  height: 562.5px;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;s
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (max-width:1800px){
	#fk{/*width: 80%;*/margin:0 auto;float: none;}
}
@media (max-width:768px){
#about .about-left .carousel-inner>.item>img { height: 100%; }
  #about .about-right ul.bonus li span {
    display: inline-block;
    border-radius: 5px;
  }
  #join_us .join-opening div[class*=" join-"] a{text-align: center;}
  .row-padding {
    padding: 16% 0% 5% 0%;
}
	
  
}

