* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #fff;
}



/*NAVBAR*//*NAVBAR*//*NAVBAR*//*NAVBAR*//*NAVBAR*//*NAVBAR*//*NAVBAR*/
.hamburguer {
  position: relative;
  z-index: 999;
  height: 50px;
  width: 80px;
  display: none;
}
.navigation .hamburguer {
  position: relative;
  z-index: 999;
  height: 30px;
  width: 30px;
  display: none;
}
.hamburguer:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 15%;
  width: 70%;
  height: 12%;
  background-color: #fff;
  border-radius: 20px;
  transition: 1s ease-in;
}
.hamburguer:before {
  content: "";
  position: absolute;
  top: 60%;
  right: 15%;
  width: 40%;
  height: 12%;
  background-color: #fff;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
#check {
  display: none;
}
#check:checked + label .hamburguer:after {
  transform: rotate(225deg);
  top: 45%;
}
#check:checked + label .hamburguer:before {
  transform: rotate(-405deg);
  width: 70%;
  top: 45%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  transition: 0.5s;
  background-color: rgb(0, 0, 0, 0.5);
  font-family: 'Source Sans Pro', sans-serif;
  z-index: 99;
}
.logo a img{
  z-index: 3;
}
header.sticky {
  padding: 0px 0;
  background-color: #fff;
  box-shadow: 0 3px 13px #000;
  z-index: 11;
}
header.sticky .logo, header.sticky ul li a {
  color: #000;
  font-weight: 600;
}
header.sticky .hamburguer:before, header.sticky .hamburguer:after {
  background-color: #000;
}
header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  list-style: none;
}
header ul li a {
  margin: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  font-size: 1.2rem;
  font-weight: 600;
  transition: 0.7s;
}
.logo{
  width: 25%;
}









.showcase {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.showcase video {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}

.showcase h1, .showcase h3 {
  z-index: 10;
}

.showcase h1 {
  font-weight: 600;
  font-size: 5rem;
  margin: 0.5rem 0;
}
.showcase h3 {
  font-weight: lighter;
  font-size: 1.7rem;
  line-height: 1.2;
}

.showcase-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
}









.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 1rem;
}
.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}
.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}




#mbPOCControlsLangDrop{
  display: flex;
  width: fit-content;
  margin: 30px 0;
  font-family: 'Courier New', Courier, monospace;
}



.banner{
  background-image: url(/images/0514_DxO.jpg);
  height: 65vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22rem;
  height: 100%;
}
.banner-content h2 {
  display: flex;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
  font-size: 3.55rem;
  color: #fff;
  line-height: 2;
}





.breaker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(/images/background/bg1200.png);
  padding: 2rem 5rem;
}
.breaker h2 { 
  font-size: 3.5rem;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
.breaker img { 
  margin-left: 5rem;
}



.breaker-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(/images/background/bg1200.png);
  padding: 2rem 5rem;
}
.breaker-2 h2 { 
  font-size: 2rem;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}
.breaker-2 img { 
  padding: 0 2rem;
  width: 42%;
}








.main-content{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
.main-content .content-1{
  width: 55%;
  background-image: url(/images/0142_DxO-final.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-content .content-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 10rem 0 10rem 3rem;
}
.main-content .content-2-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
.main-content .content-2 h2{
  font-size: 3.2rem;
  padding: 0;
}
.main-content .content-2 p{
  font-size: 2.2rem;
}
.main-content .content-2 a{
  padding: 0;
}
.main-content .content-2 button{
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.main-content .content-2 button:hover{
  cursor: pointer;
  background-color: #03A64A;
  color: #fff;
}






.main-content-2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0;
}
.main-content-2 .content-1{
  width: 45%;
  background-image: url(/images/20191002_094236.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-content-2 .content-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 7rem 0;
}
.main-content-2 .content-2-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
.main-content-2 .content-2 h2{
  font-size: 3.2rem;
  padding: 0;
}
.main-content-2 .content-2 p{
  font-size: 2.2rem;
}
.main-content-2 .content-2 a{
  padding: 0;
}
.main-content-2 .content-2 button{
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.main-content-2 .content-2 button:hover{
  cursor: pointer;
  background-color: #03A64A;
  color: #fff;
}




















footer{
  display: flex;
  justify-content: center;
  background-color: #041E42;
  box-shadow: 0 3px 13px #000;
  padding: 2rem 5rem 1rem 5rem;
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 100%;
}
/*FOOTER LOGO & TEXT*//*FOOTER LOGO & TEXT*//*FOOTER LOGO & TEXT*//*FOOTER LOGO & TEXT*/
.footer-logo{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  width: 40%;
  font-size: 1.1rem;
}
.footer-logo h4{
  font-size: 1.5rem;
  color: #03A64A;
  padding: 0 0 0.5rem 0;
}
.footer-logo img{
  width: 70%;
}
/*FOOTER INFO*//*FOOTER INFO*//*FOOTER INFO*//*FOOTER INFO*//*FOOTER INFO*/
.footer-info{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 60%;
}
.footer-info h4{
  font-size: 1.5rem;
  color: #03A64A;
  padding: 0 0 0.5rem 0;
}
.footer-info p{
  color: #fff;
  line-height: 1.5;
  font-size: 1.1rem;
}
.number{
  font-size: 1.1rem !important;
}
.footer-info a{
  color: #fff;
  font-size: 1.1rem;
}
.footer-info a:hover{
  color: lightsalmon;
}
.footer-links{
  display: flex;
  flex-direction: column;
}
.footer-links a{
  font-size: 1.2rem;
  line-height: 1.5;
  color: #B8D941;
}
.footer-contact{
  width: auto;
}
.footer-social{
  width: auto;
  flex-wrap: wrap;
}
.footer-social-link{
  display: flex;
  flex-direction: row;
}
.footer-social-link a{
  padding-right: 1.3rem;
}
.footer-social-link img{
  width: 3rem;
}
.footer-certs{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.footer-certs img{
  padding: 0.5rem;
  width: 50%;
}
.SOM{
  height: max-content;
}
.myO{
  height: max-content;
}










/*MOBILE SIZES*//*MOBILE SIZES*//*MOBILE SIZES*//*MOBILE SIZES*//*MOBILE SIZES*//*MOBILE SIZES*/
/*GENERAL ITEMS*//*GENERAL ITEMS*//*GENERAL ITEMS*/
/*NAVBAR MOBILE*//*NAVBAR MOBILE*//*NAVBAR MOBILE*//*NAVBAR MOBILE*//*NAVBAR MOBILE*/
@media screen and (max-width: 1600px) {
.footer-links {
  padding: 0 0.5rem;
}
.footer-contact {
  padding: 0 0.5rem;
}
.footer-social {
  padding: 0 0.5rem;
}
}
@media screen and (max-width: 1024px) {
.hamburguer {
  display: block;
  width: 50px;
}
ul {
  position: fixed;
  top: 0;
  right: -1200px;
  height: 100vh;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul li {
  margin: 30px 0;
}
#check:checked ~ ul {
  right: 0;
}
header{
  justify-content: space-between;
}
header ul li a {
  color: #fff;
}
header.sticky ul li a {
  color: #000;
}
header.sticky .hamburguer:before,
header.sticky .hamburguer:after {
  background-color: #000;
}
header.sticky ul {
  background: rgba(255, 255, 255, 0.9);
}
header .hamburguer:before,
header .hamburguer:after {
  background-color: #fff;
}
header img{
  width: 100%;
}
.logo {
  width: 35%;
  padding-left: 1rem;
}
#mbPOCControlsLangDrop{
  display: flex;
  width: fit-content;
  margin: 30px 0;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.9);
}
}
@media screen and (max-width: 430px) {
.logo {
  width: 55%;
  padding-left: 1rem;
}  
#mbPOCControlsLangDrop{
  display: flex;
  width: fit-content;
  margin: 30px 0;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.9);
}
}
/*FOOTER MOBILE*//*FOOTER MOBILE*//*FOOTER MOBILE*//*FOOTER MOBILE*//*FOOTER MOBILE*/
@media screen and (max-width: 1024px) {
footer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
}
.footer-logo{
  width: 91%;
}
.footer-logo img {
  width: 100%;
}
.footer-info {
  padding: 2rem 0 1rem 0;
  width: 100%;
}
.footer-info h4 {
  font-size: 1.3rem;
}
.footer-links{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 20%;
}
.footer-links a {
  line-height: 2;
}
.footer-contact{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 20%;
}
.footer-social{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.footer-social-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-social-link a {
  padding: 0.5rem 0;
}
.footer-social-link img {
  width: 2.5rem;
}
.footer-certs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.certs h3{
  padding: 0 0.5rem 0 0;
}
.footer-certs img{
  padding: 0.5rem;
  width: 70%;
}
}




@media screen and (max-width: 430px) {
footer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 5rem;
}
.footer-logo img {
  width: 80%;
}
.footer-logo{
  width: 100%;
}
.footer-logo h4{
  font-size: 1.5rem;
}
.footer-logo p{
  font-size: 1.5rem;
}
.footer-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.footer-info h4 {
  font-size: 1.5rem;
}
.footer-links{
  width: 100%;
  padding: 1rem 0;
  font-size: 1.5rem;
}
.footer-links a {
  font-size: 1.5rem;
  line-height: 1.5;
}
.footer-contact{
  width: 100%;
  padding: 1rem 0;
  font-size: 2rem;
}
.footer-contact p{
  font-size: 1.5rem;
}
.number{
  font-size: 1.5rem !important;
}
.footer-social{
  width: 100%;
  padding: 1rem 0;
  align-items: flex-start;
}
.footer-social-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.footer-social-link a {
  padding: 0.5rem;
}
.footer-social-link img {
  width: 3rem;
}
.footer-certs {
  width: 100%;
  padding: 1rem 0;
  align-items: flex-start;
}
.certs h3{
  padding: 0;
}
.footer-certs img{
  padding: 0.5rem;
  width: 50%;
}
}
@media screen and (max-width: 390px){
footer {
  padding: 1rem 2rem;
}
}


/*VIDEO INDEX*//*VIDEO INDEX*//*VIDEO INDEX*//*VIDEO INDEX*//*VIDEO INDEX*/
@media screen and (max-width: 1024px) {
.vid-index{
  width: auto;
  height: auto;
}
.vid-index video{
  width: 100%;
  height: 200%;
  overflow: hidden;
}
}




/*CONTENT ITEMS*//*CONTENT ITEMS*//*CONTENT ITEMS*/
@media screen and (max-width: 1024px) {
.arrows {
  height: 6rem;
  margin-bottom: 0;
}  
.breaker {
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 5rem;
  height: 100%;
}  
.breaker h2 {
  font-size: 1.5rem;
}
.breaker img {
  margin-left: 0;
}
.breaker-2 {
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1rem 2rem;
  height: fit-content;
}  
.breaker-2 h2 {
  font-size: 1.5rem;
}
.breaker-2-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.breaker-2 img {
  padding: 0 1rem;
  width: 50%;
}
.banner{
  height: 50vh;
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content {
  padding: 0 5rem;
}
.banner-content h2 {
  font-size: 3rem;
  line-height: 2;
}
.main-content-2 .content-1{
  width: 50%;
  background-image: url(/images/20191002_094236mobile.jpg);
  background-position: left;
}
.main-content-2 .content-2 {
  width: 50%;
}
.main-content .content-2 {
  padding: 10rem 0 10rem 0;
  width: 50%;
}
.main-content .content-1 {
  width: 50%;
}
}


@media screen and (max-width: 430px){
.arrows {
  height: 72px;
  margin-bottom: 0;
}  
.breaker {
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
  height: fit-content;
}
.breaker img {
  width: 60%;
  margin-top: 1rem;
}
.breaker-2 {
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem 2rem;
  height: fit-content;
}
.breaker-2-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.breaker-2 img {
  margin-top: 1rem;
  padding: 0 1rem;
  width: 45%;
}
.banner {
  height: 100%;
  background-attachment: initial;
}
.banner-content {
  padding: 0 1rem;
  height: 100%;
}
.banner-content h2 {
  font-size: 2.2rem;
  line-height: 2;
  padding: 0 2rem;
  height: 100%;
}
/*main-content-1*//*main-content-1*//*main-content-1*//*main-content-1*/
.main-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 80vh;
}
.main-content .content-1 {
  width: auto;
  height: 100%;
}
.main-content .content-2 {
  width: auto;
  height: 100%;
  padding: 0;
}
.main-content .content-2-text {
  padding: 0 2rem;
}
.main-content .content-2 h2 {
  font-size: 2.2rem;
  padding: 0;
}
.main-content .content-2 p {
  font-size: 1.2rem;
}
.main-content .content-2 button {
  font-size: 1rem;
}
/*main-content-2*//*main-content-2*//*main-content-2*//*main-content-2*/
.main-content-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 95vh;
}
.main-content-2 .content-1 {
  width: auto;
  height: 100%;
}
.main-content-2 .content-2 {
  width: auto;
  height: 100%;
  padding: 1rem 0;
}
.main-content-2 .content-2-text {
  padding: 0 2rem;
}
.main-content-2 .content-2 h2 {
  font-size: 2.2rem;
  padding: 0;
}
.main-content-2 .content-2 p {
  font-size: 1.2rem;
}
.main-content-2 .content-2 button {
  font-size: 1rem;
}
}


@media screen and (max-width: 360px){
.breaker {
  padding: 1rem;
}
.breaker h2 {
  font-size: 1.3rem;
}
.breaker img {
  width: 55%;
  margin-top: 1rem;
}
.breaker-2 {
  flex-direction: column;
  justify-content: space-evenly;
  padding: 2rem;
  height: fit-content;
}
.breaker-2-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.breaker-2 img {
  margin-top: 1rem;
  padding: 0 1rem;
  width: 45%;
}
.banner{
  height: 100%;
}
.banner-content {
  padding: 0 1rem;
}
.banner-content h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding: 0 1rem;
}
/*main-content-1*//*main-content-1*//*main-content-1*//*main-content-1*/
.main-content .content-1 {
  width: auto;
  height: 70%;
}
.main-content .content-2 {
  width: auto;
  height: 50%;
  padding: 0;
}
.main-content .content-2-text {
  padding: 0 1rem;
}
/*main-content-2*//*main-content-2*//*main-content-2*//*main-content-2*/
.main-content-2 .content-2 {
  width: auto;
  height: 80%;
  padding: 0;
}
.main-content-2 .content-2-text {
  padding: 0 1rem;
}
}