/* CSS to style the video container */
        .video-container {
            display: flex;
            flex-wrap: wrap; /* Allows videos to wrap into multiple rows on smaller screens */
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* CSS to style individual videos */
        iframe {
            width: 33%; /* Adjust this value to control the size of the videos on larger screens */
            margin-bottom: 5px; /* Add spacing between videos */
        }

        @media (max-width: 750px) {
            /* CSS for screens with a width of 750px or below (mobile phones) */
            .video-container {
                flex-direction: column; /* Stack videos in a single column */
            }

            iframe {
                width: 100%; /* Videos occupy 100% width of the container on smaller screens */
            }
        }
		
* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-661 {
  float: left;
  width: 55.66666%;
  padding: 20px;
}

.column-331 {
  float: left;
  width: 44.33333%;
  padding: 0px;
}

.large-font {
  font-size: 24px;
}

.xlarge-font {
  font-size: 64px
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .column-661,
  .column-331 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}

.button {
    background-color: #0472ba; /* °´Å¥±³¾°É« */
    border: none;
    color: white;
    padding: 10px 22px;
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: left;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 33.333%;
}

.responsive1 {
    padding: 0 6px;
    float: left;
    width: 24.333%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
    
    .responsive1 {
        width: 49.99999%;
        margin: 6px 0;
    } 
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
    
      .responsive1 {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.ic5-b1{
    float:left;
	width:100%;
    margin-top: 24px;
}
.ic5-l{
    float:left;
	width:67%;
}
.ic5-t1{
    color:#000;
}
.ic5-r{
    float:left;
	margin-left:2%;
	width:31%;
}
.ic5-img{
    float:left;
	width:100%
}
.ic5-b2{
    float:left;
	width:100%;
	margin-top:50px;
}
@media screen and (max-width: 850px){
    .ic5-l{
	width:100%;
    }
    .ic5-r{
	margin-left:0%;
	width:100%;
margin-top:20px;
    }
}

h2 {
  font-size:34px;
  color: #0472ba;
}

p{
  font-size:18px;
  font-family: 'Montserrat', sans-serif

}

.tech-slideshow {
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(../images/5f438b45b1b94222926293_t_WNo_1733d390.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 30s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}



* {
  box-sizing:border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 50.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 49.33333%;
  padding: 0px;
}

.large-font {
  font-size: 24px;
}

.xlarge-font {
  font-size: 64px
}


.button {
    background-color: #0472ba; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #0472ba;
}

.button2:hover {
    background-color: #0472ba;
    color: white;
}



img {
  display: block;
  height: auto;
  max-width: 100%;
 
}

@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}