/* main */
.main {
}

.section {
}

.section-title {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 30px;
  color: #0079DE;
}

.section-subtitle {
  font-size: 18px;
  font-weight: normal;
  color: #999;
}

.section-home {
  background-color: #152352;
  color: #FFF;
}

.section-home-video {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  background-color: #152352;
}

.section-home-video::-webkit-media-controls {
  display: none !important;
}

.section-home:not(.active) .section-home-video {
  height: 100%;
}

.section-home-content {
  z-index: 4;
  position: relative;
  text-align: center;
}

.section-home-title {
  margin-bottom: 50px;
  font-size: 30px;
  letter-spacing: 10px;
}

@media (min-width: 568px) {
  .section-home-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .section-home-title {
    font-size: 65px;
  }
}

@media (min-width: 992px) {
  .section-home-title {
    font-size: 90px;
  }
}

.section-home-btn-more,
.section-home-btn-more:focus {
  outline: none;
  border: 2px solid rgba(45, 208, 255, 1);
  border-radius: 24px;
  width: 320px;
  background-color: rgba(0, 121, 222, 0.35);
}

.section-home-btn-more:active,
.section-home-btn-more:hover {
  background-color: #0079DE;
}

.section-home-btn-apply,
.section-home-btn-apply:focus {
  z-index: 5;
  position: absolute;
  right: 60px;
  bottom: 80px;
  outline: none;
  border: 0;
  width: 180px;
  background-color: rgba(0, 121, 222, 0.6);
}

.section-home-btn-apply:active,
.section-home-btn-apply:hover {
  background-color: #0079DE;
}

.section-product {
  color: #FFF;
}

.section-product-title-wrap {
  background: linear-gradient(180deg,rgba(177,187,207,1) 0%,rgba(255,255,255,1) 100%);
}

.section-product-img {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.section-product-img img {
  width: 100%;
}

.section-product-text-outer {
  overflow: hidden;
  padding: 0;
  background-color: #0079DE;
}

.section-product-text {
  z-index: 99;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url('../img/product/bg-light.png');
}

.section-product-text-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 20px;
}

@media (max-width: 991px) {
  .section-product-text-outer {
    height: auto !important;
  }
}

.section-product-text-outer:hover {
  overflow: visible;
}

.section-product-text-outer:hover .section-product-text {
  background-image: url('../img/product/bg-dark.png');
}

.section-product-text h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height:26px;
}

.section-product-text h4 img {
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: 0;
}

.section-product-text p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.section-product-text p:not(:first-child) {
  font-size: 12px;
  opacity: 0.5;
}

.section-technology {

}

.section-technology .thumbnail {
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  padding: 0;
  min-height: 640px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
}

.section-technology .thumbnail:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.12);
}

.section-technology .thumbnail img {
  width: 100%;
}

.section-technology .thumbnail .caption {
  padding: 24px;
}

.section-technology .thumbnail .caption h3 {
  position: relative;
  margin-top: -10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCC;
  padding: 16px;
  font-size: 20px;
  color: #333;
}

.section-technology .thumbnail .caption h3:before {
  content: '';
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 0;
  width: 4px;
  background-color: #0079DE;
}

.section-technology .thumbnail .caption p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.section-application {
  background-size: cover;
  background-image: url('../img/bg/application.png');
}

.section-application-list {
  padding-bottom: 80px;
}

.section-application .thumbnail {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 0;
  border-radius: 10px;
  padding: 0;
}

.section-application .thumbnail img {
  width: 100%;
}

.section-application .thumbnail .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: auto;
  padding: 24px;
  color: #FFF;
  transition: top 0.4s;
}

@media (min-width: 1200px) {
  .section-application .thumbnail .caption {
    top: 66%;
  }
}

.section-application .thumbnail:hover .caption {
  top: 0;
  bottom: 0;
  background-color: rgba(0, 121, 222, 0.75);
}

.section-application .thumbnail .caption h3 {
  margin: 10px 0 20px;
  font-size: 20px;
  line-height: 1.5;
}

.section-application .thumbnail .caption p {
  display: none;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
}

.section-application-more {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  text-align: center;
  font-size: 20px;
}

.section-application .thumbnail:hover .caption p,
.section-application .thumbnail:hover .section-application-more {
  display: block;
}

.section-application-more:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  width: 28px;
  height: 2px;
  margin-left: -14px;
  background-color: #FFF;
}

.section-about {
  background-size: cover;
  background-image: url('../img/bg/about.jpg');
  background-color: #152352;
  color: #FFF;
}

.section-about-title {
  color: #FFF;
}

.section-about-subtitle {
  color: #FEFEFE;
  opacity: 0.5;
}

.section-about-desc {
  margin: 40px 0 120px;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 5px;
}

.section-about-icon-wrap {
  padding-bottom: 100px;
  text-align: center;
}

@media (min-width: 992px) {
  .section-about-icon-wrap .col-md-2 {
    width: 20%;
  }
}

.section-about-icon-wrap h4 {
  font-size: 20px;
}

.section-about-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius:50%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  background-color: rgba(255, 255, 255, 0.15);
}

.section-about-icon canvas {
  width: 80px !important;
  height: 80px !important;
  vertical-align: middle;
}

.section-about-icon:hover {
  background-color: #0079DE;
}

.section-footer {
  padding-top: 0;
}

#fp-nav ul li {
  height: 24px;
}

#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li a span,
#fp-nav ul li:hover a span {
  margin: 3px 0;
  border-radius: 0;
  width: 2px;
  height: 24px;
  background: #FFF;
  opacity: 0.3;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  margin: 3px -1px;
  border-radius: 0;
  width: 4px;
  height: 24px;
  background: #FFF;
  opacity: 1;
}
