* {
  font-family: Helvetica, Arial, sans-serif;
  
}

html,body{
  height: 100%;
  width: 100%;
  margin: 0;
  font-size:100%;
}

body {
  display: flex;
  flex-direction: column;
}


h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

h7 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 0px;
  margin-left: 8px;
}

.subTitle{
  color: grey;
  padding-top: 0px;
  margin-top: 3px;
  font-size: 15px;
  margin-left: 8px;
}

p, 
li {
  font-size: 18px;
}


a {
  text-decoration: none;
}


#divHead{
  height: auto;
  width: 100%;
  display: flex;
  margin: 0;
  flex-wrap:wrap;
  
}

#divHead > div {
  box-sizing: border-box;
}

.vl {
  border-left: 1px solid rgb(6, 6, 124);
  height: 2%;  
}

#divLogo{
  height: auto;
  margin: 0;
  padding-top: 4px;
  padding-left: 1%;
  padding-right: 0%;
  display: block;
  flex: 8%;
}

#divLogoTitle{
  height: auto;
  display: block;
  padding: 15px;
  padding: 8px;
  text-align: left;
  flex: 25%;
}

#divNav{
  height: auto;
  margin: 0;
  display: flex;
  width: auto;
  flex: 67%;
}

.navbar{
  display: flex;
  flex: 0 0 1;
  background-color: #333;
  height: auto;
  margin-left: auto;
  text-align: right;
}

.navbar a {
  display: block;
  height: auto;
  font-size: 16px;
  color: white;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  padding-top: 13%;
}

.subnav{
  background-color: #333;
  width: 210px;
  height: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex: 1;
}

.subnav .subnavbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  line-height: 100%;
  text-align: center;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width: 100%;
  height: 100%;

}

.subnav:hover .subnav-content{
  display: block;
}

.subnav:hover .subNavContentLink{
  background-color: #444;
  display: block;
}

.subnav:hover .subnavbtn2{
  background-color: #444;
  display: block;
}

.subnav-content {
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  display: none;
  border: black;
  position: absolute;
  top: 100%;
  width: 420px;
  z-index: 1;
  height: 100%;
}

.subnavL2{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}

.subnavbtn2{
  display: block;
  font-size: 16px;  
  width: 50%;
  height: 100%;
  border: none;
  outline: none;
  color: white;
  font-family: inherit;
  background-color: #1279BE;
  margin: 0;
}

.subnavbtn2:hover .subnav-content-v2{
  background-color: #1279BE;
  display: block;
}

.subnavbtn2:hover .subNavContentLink{
  background-color: #444;
  display: block;
}

.subnav-content-v2 {
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin: auto;
  display: none;
  border: black;
  position: absolute;
  top: 100%;
  /*width: 32%;*/
  width:420px;
  z-index: 1;
  height: 100%;
}

.subNavContentLink{
  background-color: #1279BE;
  text-align: center;
  width: 50%;
  height: 100%;
  color: white;
  text-decoration: none;
  display: none;
}

.subNavContentLink a{
  text-align: center;
  line-height: 100%;
  height: 100%;
}

.subNavContentLink:hover {
  background-color: #444;
  color: white;
}

.subnav-content2{
  background-color: oldlace;
  margin-top: 0;
  display: none;
  border: black;
  position: block;
  height: 100%;
  width: 50%;
  z-index: 1;
  line-height: 100%;
  vertical-align: middle;
}

.subnav-content2 :hover{
  background-color: #eee;
  color: black;
}

.subNavContentLink2{
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  background-color: #333;
}

.subNavContentLink2 a{
  display: block;
  width: 100%;
  height: 80%;
  text-align: center;
}

.subnav:hover .subnavbtn  {
  background-color: #1279BE;
}

.subnav:hover .subnav-content-v2 {
  display: block;
}

.subnavL2:hover .subnavbtn2 {
  background-color: #000;
}

.subnavL2:hover .subnav-content2 {
  display: block;
}

.subNavContentLink:hover a {
  background-color: #000;
}

.navContentLink{
  width: 100px;
  height: 100%;
  display: block;
  background-color: #333; 
  line-height: 100%;
  flex: 1;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
}

.navContentLink a{
  height: 100%;
}

.centertext{
  align-content: center;
  color: white;
  font-size: 16px;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
}

.navContentLink:hover{
  background-color: #1279BE;
}

.brand{
  width: 400px;
  height: 150px;
}

.gallery{
  width: 700px;
  height: 500px;
}

.gallery2{
  width: 720px;
  height: 520px;
}

.person{
  width: 300px;
  height: 300px;
}

.roundImage{
  border-radius: 50%;
}

#divHomeFirstContent{
  width: auto;
  vertical-align: middle;
  text-align: center;
  color: white;
  background-image: url("./resources/img/AIK-Web-Background.png");
  background-size: 100% 100%;
  height: auto;
  position: relative;
  flex: 2;
  padding: 5% 10%;    /* space from parent */

}

#divHomeFirstContentText{
  margin-top: 0%;
  padding-top: 45px;
  background-color: rgba(255, 255, 255, 0.6); /* white with transparency */
  padding-bottom: 0;
}

#divHomeFirstContentActivity {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  width:100%;
  padding-bottom: 5%;
}

#divGeneralBrandContent{
  padding: 3% 0%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  width:100%;
}

#divGeneralBrandContent2{
  
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  width:100%;
}

#divGeneralBrandContent3{
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  width:100%;
}

#divGeneralHomeContent{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: 40%;
  width:100%;
}

#divGeneralAboutUsContent{
  background-color: black;
  color: white;
  height: auto;
  width: 100%;
  padding: 5% 0%;
  margin-top: 5%;
}

#divGeneralAboutUsContentBox{
  width: 100%;
  display: flex;
  flex-direction: column;
}

#divGeneralContentContactUs{
  height: 50%;
  flex: 1;
  padding-left: 20%;
  padding-bottom: 5%;
}
#divGeneralContentContactUs2{
  height: 50%;
  flex: 1;
  display: flex;

}

#divGeneralContentContactUs2Left{
  flex: 1;
  width: 50%;
  display: block;
  padding-left: 20%;
}

#helpFormDiv{
  width: 50%;
  height: 100%;
}

.halfVerticalDiv{
  height: 50%;
  flex: 1;
}

.halfHorizontalDivLeft{
  width: 35%;
  height: 100%;
  padding: 10px 10px;
  padding-left: 13%;
}

.halfHorizontalDivRight{
  width: 35%;
  height: 100%;
  padding: 10px 10px;
  padding-right: 13%;
}


#divGeneralMapContent{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  height: 80%;
  width:100%;
  border-color: rgb(11, 11, 136); 
}

.linemap{
  background-color: rgb(11, 11, 136);
  height:2px;
}

#divTitleContent{
  margin: auto;
  width: 60%;
  
  padding: 10px;
}

.textHome{
  font-family:verdana;
  font-size: 35px;
  font-weight: bold;
  color : rgb(0, 0, 0);
}

.textSubHome{
  font-family:verdana;
  font-size: 15px;
  font-weight: bold;
  color : rgb(0, 0, 0);
}

.block{
  display: block;
}

.blueMainBackground{
  background-color: #1279BE;
}

.active {
  color: #1279BE;
  font-weight: bold;
}

.aNav{
  font-weight: bold;
  color: white;
}

.deadNav{
  font-weight: bold;
  color: white;
}

#LearnMore{
  padding-top:16px;
  padding-bottom:16px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #1279BE;
  color: white;
  border-radius: 12px 12px 12px 12px;
  font-size: 16px;
  font-weight: bold;
  border-color: none;
}

.BigText{
  font-size: 35px;
  font-weight: bold; 
}

.black{
  color: black;
}

.BoldMediumText{
  font-size: 30px;
  font-weight: bold;
  color:black;
  text-align: center;
}

.BoldMediumWhiteText{
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.mediumWhiteText{
  font-size: 25px;
  color: white;
}

.font21{
  font-size: 21px;
  text-align: justify;
}

.smallWhiteText{
  font-size: 20px;
  color: white;
}

.BoldMedium20WhiteText{
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.white{
  color: white;
}

.bold{
  font-weight: bold;
}


.slideshow-container{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow2-container2{
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top: 2%;
}

/* Caption text */
.captionText {
  color: black;
  font-size: 25px;
  padding: 25px 0px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

  /* The dots/bullets/indicators */
.dot, .galleryDot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot2, .galleryDot2 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dotActive {
  background-color: #717171;
}

.dotActive2 {
  background-color: #717171;
}

.floatLeftBox{
  float: left;
  width: 20%;
  height: 100%;
  display: block;
}

#divIso{
  flex: 1;
}

#divGeneralISO{
  height: auto;
  width: 100%;
  padding: 5% 0%;
  display: flex;
}

.marginLeft{
  margin-left: 20%;
}

.marginRight{
  margin-right: 20%;
}

.iso{
  width: 70%;
  height: 70%;
}

.iso2{
  width: 54%;
  height: 80%;
}

#divAboutFirstContent{
  width: 100%;
  text-align: center;
  height: 2%;
}

#divAboutSecondContent{
  padding-top: 4%;
  width: 100%;
  height: auto;
  display: flex;
}

#divAboutSecondLeftContent{
  margin-top: 2%;
  padding-left: 8%;
  padding-right: 8%;
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
}

#divAboutSecondLeftContentTop{
  height: auto;
  text-align: center;
}

#divAboutSecondLeftContentBottom{
  height: auto;
}

#divAboutSecondRightContent{
  width: 50%;
  padding-right: 9%;
  height: 100%;
}

.left{
  float: left;
}

.p17em{
  line-height: 1.7em;
}

.padding14{
  padding: 14px 18px;
}

#footer{
  height: auto;
  width: 100%;
  background-color: white;
  display: inline-block;
  text-align: center;
}

#footercontact{
  height: 5%;
  width: 100%;
  background-color: white;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.hrcontact {
  border-top: 1px solid black;
}

.center{
  text-align: center;
}

#divProduct{
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  height: auto;
  margin-top: 5%;
}

#contactImg{
  padding-left: 1%;
  width: 500px;
  height: 300px;
}

.imgIcon{
  width: 35px;
  height: 35px;
}

.imgIcon2{
  width: 38px;
  height: 38px;
}

.ImgBox1{
  width: 300px;
  height: 300px;
}

.ImgBox2{
  width: 450px;
  height: 300px;
}

.ImgBox3{
  width: 450px;
  height: 550px;
}

.ImgBox4{
  width: 300px;
  height: 400px;
}

.ImgBox5{
  width: 250px;
  height: 250px;
}

.ImgBox6{
  width: 550px;
  height: 300px;
}

.ImgBox7{
  width: 250px;
  height: 300px;
}

.ImgBox8{
  width: 300px;
  height: 300px;
}

.ImgBox9{
  width: 330px;
  height: 300px;
}

.ImgBox10{
  width:100px;
  height: 250px; 
}

.ImgBox11{
  width:120px;
  height: 240px; 
}

.ImgBox12{
  width:230px;
  height: 240px; 
}

.ImgBox13{
  width: 260px;
  height: 220px;
}

.paddingRight75{
  padding-right: 75px;
}

.paddingRight100{
  padding-right: 100px;
}

.ImgBlog{
  width:800px;
  height: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
    
}

.ImgBlog2{
  width:600px;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
    
}

.ImgBlog3{
  width:300px;
  height: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto;
    
}

.ImgProduct{
  margin-top: 50px;
  margin-left: 210px;
}

.ImgProduct2{
  margin-top: 50px;
  margin-left: 350px;
}

.ImgProduct3{
  margin-top: 50px;
  padding: 5% 25%;
  text-align: center;
}

.ProductType1{
  width: 100%;
  display: flex;
  padding-bottom: 2%;
  padding-top: 2%;
}

.ProductLeftImg{
  width: 30%;
}

.ProductRight{
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  width: 65%;
}

.ProductLeftImg2{
  float: left;
  width: 45%;
}

.ProductRight2{
  float: left;
  padding-left: 5%;
  width: 50%;
}

.ProductRight3{
  display: flex;
  flex-direction: column;  
  padding-left: 5%;
  width: 95%;
}

.ProductTopImg{
  float: left;
  width: 50%;
}

.ProductBottom{
  float: left;
  width: 100%;
}

.lnspace{
  line-height: 10px;
}
.lnspace2{
  line-height: 2px;
}

.swipe{
  overflow:auto;
  white-space:nowrap;
}

#divContactSecondContent{
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 8%;
  padding-bottom: 8%;
}

#divContactThirdContent{
  width: 100%;
  height: 80%;
}

.divContactHalf{
  width: 38%;
  padding-left: 12%;
  float: left;
}

.divContactHalf2{
  width: 38%;
  padding-right: 2%;
  float: right;
}

.ContactImg{
  width: 500px;
  height: 300px;
}

.gallery{
  width: 400px;
  height: 300px;
}

#divsub {
  position: absolute;
  top: 100px;
  right: 50px;
  left: 138px;
  width: 80%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}

#divbrand {
  position: relative;
  border-bottom: 2px solid black;
  height: auto;
  width: 100%;
}

.sizebrands{
  width: 180px;
  height: 80px;
}
  /* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-left: -400px;
  margin-right: 100px;
  margin-top: -20px;
  padding: 28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

  /* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Blog */

.content_resize {
  margin:0 auto;
  padding:24px 0 40px;
  width:960px;
}

.content .mainbar {
  margin:0;
  padding:0;
  float:left;
  width:690px;
}

.content .mainbar .article {
  margin:0 0 8px;
  padding:6px 20px;
  border-bottom:1px solid #e8e8e8;
}

.article a.com {
  float:right;
  margin:-6px -12px 0 0;
  padding:4px 12px;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
  text-align:center;
  color:#fff;
  background:#212121;
}
.article a.com:hover {
  text-decoration:none;
}
.article a.com span {
  font-weight:normal;
  font-size:22px;
}

p.infopost {
  margin:0 0 8px;
  padding:6px 12px;
  color:#fff;
  background:#78bbe6;
}
p.infopost a {
  padding:0 2px;
  text-decoration:none;
  font-weight:normal;
  color:#fff;
}
p.infopost a:hover {
  text-decoration:underline;
}
p.infopost span.date {
  color:#fff;
}

.clr {
  clear:both;
  padding:0;
  margin:0;
  width:100%;
  font-size:0;
  line-height:0;
}

.content .mainbar img.fl {
  margin:0;
}

.content .mainbar .post_content strong {
  color:#6d6d6d;
}

.post_content a.rm {
  display:block;
  float:left;
  margin:0 0 16px;
  padding:12px 20px;
  font-size:13px;
  line-height:16px;
  font-weight:normal;
  text-transform:none;
  color:#fff;
  text-decoration:none;
  text-align:center;
  background:#212121;
}
.post_content a.rm:hover {
  text-decoration:underline;
}

p.spec {
  padding:0 0 16px;
}

.content p.pages {
  margin:0;
  padding:24px 20px;
  font-size:11px;
  color:#6e6e6e;
  text-align:left;
}
.content p.pages span, .content p.pages a {
  display:block;
  float:left;
  margin:0 4px 0 0;
  padding:8px 14px;
  text-decoration:none;
  text-align:center;
  background:#78bbe6;
}
.content p.pages span, .content p.pages a:hover {
  color:#fff;
  background:#212121;
}
.content p.pages a {
  color:#fff;
  border:none;
}
.content p.pages small {
  font-size:12px;
  float:right;
}

.BlogContent {
  text-align:justify;
}

.titleblog {
  text-align: center; 
}


#containerHomePage {
  display: block;
  top: 100px;
  right: 50px;
  left: 50px;
  width: 100%;
  height: 100%;
  margin: 0;
  
  /* position: relative;
  width: 300px;
  height: 200px; */
}
#blockHomePage {
  background: rgb(255, 255, 255);
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.4;
  /* Mozilla */
  opacity: 0.4;
  /* CSS3 */
  display: block;
  
  right: 50px;
  left: 138px;
  width: 80%;
  height: 150%;
  margin: 0;
}
#textHomePage {
  position: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.LogoK3 {
  position: block;
}

/* Responsive Design */

@media (max-width: 1300px) {
  .navbar{
    width: 100%;
  }
}

@media (max-width: 600px) {
  #divHead{
    height: auto;
  }

  #divLogo{
    flex: 30%;
    height: 50%;
  }

  #divLogoTitle {
    flex: 70%;
    height: 60%;

  }

  #divNav{
    flex: 100%;
    width: auto;
    height: 40%;
    width: 100%;
  }

  .navbar{
    width: 100%;
  }

  .subnav {
    width: auto;
    font-size: 12px;
  }

  .navbar a {
    font-size: 12px;
  }

  html,body{
    font-size:70%;
  }

  .textHome {
    font-size: 20px;

  }

  #divGeneralHomeContent {
    font-size: 12px;

  }

  .slide-mobile {
    width: 250px;
    height: 200px;
  }

  #divGeneralContentContactUs{
    padding-left: 4%;
  }

  #divGeneralContentContactUs2 {
    display: none;
  }

  #divGeneralContentContactUs2{
    flex-direction: column;
  }

  #divGeneralContentContactUs2Left{
    padding-left: 4%;
  }

  .BoldMediumWhiteText {
    font-size: 16px;
  }

  .BoldMediumText {
    font-size: 16px;
  }


  .BigText{
    font-size: 20px;
  }

  .smallText{
    font-size:12px;
  }

  .font21{
    font-size: 16px;
  }

  #footer{
    font-size: 10;
  }

  #divAboutSecondContent {
    flex-direction: column;
  }

  #divAboutSecondLeftContent{
    width: 100%;
    margin-top: 10%;
    height: auto;
    text-align: center;
    padding: 0;
  }

  #divAboutSecondRightContent {
    width: auto;
    padding: 0 5%;
  }

  .person{
    width: 200px;
    height: 200px;
  }

  .gallery2{
    width: 300px;
    height: 300px;
  }

  .brand{
    width: 300px;
    height: 20  0px;
  }

  .mapimg{
    width: 350px;
    height: 250px;
  }

  .ImgBox1{
    width: 200px;
    height: 200px;
  }

   .divProduct{
    font-size: 10;
   }

   .ProductType1 {
    flex-direction: column;
   }
   
   p, li {
    font-size: 12px;
  }
  
  .ImgProduct{
    margin: 10%;
  }



}