/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
   outline: none;
 }
 .slides,
 .slides > li,
 .flex-control-nav,
 .flex-direction-nav {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .flex-pauseplay span {
   text-transform: capitalize;
 }
 /* ====================================================================================================================
  * BASE STYLES
  * ====================================================================================================================*/
 .flexslider {
   margin: 0;
   padding: 0;
 }
 .flexslider .slides > li {
   /* display: none; */
   -webkit-backface-visibility: hidden;
margin:15px 0 10px 0;
 }
 .flexslider .slides img {
   max-width: 100%;
   display: block;
margin:auto;
 }
 .flexslider .slides:after {
   content: "\0020";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }
 html[xmlns] .flexslider .slides {
   display: block;
 }
 * html .flexslider .slides {
   height: 1%;
 }
 .no-js .flexslider .slides > li:first-child {
   display: block;
 }
 /* ====================================================================================================================
  * DEFAULT THEME
  * ====================================================================================================================*/
 .flexslider {
   margin: 0 0 10px;
   background: transparent;
   border: 0px solid transparent;
   position: relative;
   zoom: 1;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
 }
 .flexslider .slides {
   zoom: 1;
   display: flex;
   align-items: flex-start;
 }
 .flexslider.newSlider .slides {
 
  align-items: flex-start;
}

 .slides .subtitle{
   font-size: 14px !important;
 }
 .flexslider .slides img {
   height: 25px;
   -moz-user-select: none;

 }
 .flex-viewport {
   max-height: 2000px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }
 .loading .flex-viewport {
   max-height: 300px;
 }
 @-moz-document url-prefix() {
   .loading .flex-viewport {
     max-height: none;
   }
 }
 .carousel li {
   margin-right: 5px;
 }
 .flex-direction-nav {
   *height: 0;
   
 }

 .carousel .flex-direction-nav {
  *height: 0;
  display: none;
}
 .flex-direction-nav a {
   text-decoration: none;
   display: block;
   width: 40px;
   height: 40px;
   margin: -20px 0 0;
   position: absolute;
   top: 50%;
   z-index: 10;
   overflow: hidden;
   opacity: 0;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.8);
   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   border: 1px solid grey; 
 }
/*  
 .flex-direction-nav .flex-prev {
   left: -50px;
 }
 .flex-direction-nav .flex-next {
   right: -50px;
   text-align: right;
 }
 .flexslider:hover .flex-direction-nav .flex-prev {
   opacity: 0.7;
   left: 10px;
 }
 .flexslider:hover .flex-direction-nav .flex-prev:hover {
   opacity: 1;
 }
 .flexslider:hover .flex-direction-nav .flex-next {
   opacity: 0.7;
   right: 10px;
 }
 .flexslider:hover .flex-direction-nav .flex-next:hover {
   opacity: 1;
 } */
 .flex-direction-nav .flex-disabled {
   opacity: 0!important;
   filter: alpha(opacity=0);
   cursor: default;
   z-index: -1;
 }
 .flex-pauseplay a {
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   bottom: 5px;
   left: 10px;
   opacity: 0.8;
   z-index: 10;
   overflow: hidden;
   cursor: pointer;
   color: #000;
 }
 .flex-pauseplay a:before {
   font-family: "flexslider-icon";
   font-size: 20px;
   display: inline-block;
   content: '\f004';
 }
 .flex-pauseplay a:hover {
   opacity: 1;
 }
 .flex-pauseplay a.flex-play:before {
   content: '\f003';
 }
 .flex-control-nav {
   width: 100%;
   position: absolute;
   bottom: -40px;
   text-align: center;
 }
@media screen and (max-width:767px){
 .flex-control-nav{bottom: -20px; }
}

 .flex-control-nav li {
   margin: 0 6px;
   display: inline-block;
   zoom: 1;
   *display: inline;
 }
 .flex-control-paging li a {
   width: 15px;
   height: 15px;
   display: block;
   background: #fff;
   background: rgba(256,256,256,1);
   cursor: pointer;
   text-indent: -9999px;
   /* -webkit-box-shadow:  0 0 5px rgba(0, 0, 0, 0.3);
   -moz-box-shadow:  0 0 5px rgba(0, 0, 0, 0.3);
   -o-box-shadow:  0 0 5px rgba(0, 0, 0, 0.3);
   box-shadow:  0 0 5px rgba(0, 0, 0, 0.3); */
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   border: 1px solid #012169;
 }
 .flex-control-paging li a:hover {
   background: #333;
   background: #94b5e0;
 }
 .flex-control-paging li a.flex-active {
   /* background: #000; */
   background: #94b5e0;
   cursor: default;
 }
 .flex-control-thumbs {
   margin: 10px 0 0;
   position: static;
   overflow: hidden;
 }
 .flex-control-thumbs li {
   width: 100px;
   float: left;
   margin: 0;
 }
 .flex-control-thumbs img {
   width: 100%;
   height: auto;
   display: block;
   opacity: .7;
   cursor: pointer;
   -moz-user-select: none;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }
 .flex-control-thumbs img:hover {
   opacity: 1;
 }
 .flex-control-thumbs .flex-active {
   opacity: 1;
   cursor: default;
 }
 /* ====================================================================================================================
  * RESPONSIVE
  * ====================================================================================================================*/
 @media screen and (max-width: 860px) {
   .flex-direction-nav .flex-prev {
     opacity: 1;
     left: 10px;
   }
   .flex-direction-nav .flex-next {
     opacity: 1;
     right: 10px;
   }
 }

 .flex-prev,
 .flex-next{
   display: none !important;
 }

.sliderProduct {

}
.thumbOfthumbnailSlider .flex-prev,
 .thumbOfthumbnailSlider .flex-next,
 .thumbOfthumbnailSlider .flex-prev:hover,
 .thumbOfthumbnailSlider .flex-next:hover,
 .productSlider  .flex-prev,
 .productSlider  .flex-next,
 .productSlider  .flex-prev:hover,
 .productSlider  .flex-next:hover,
  .productDetailSlider  .flex-prev,
 .productDetailSlider  .flex-next,
 .productDetailSlider  .flex-prev:hover,
 .productDetailSlider  .flex-next:hover,
 .timeline  .flex-prev,
 .timeline  .flex-next,
 .timeline  .flex-prev:hover,
 .timeline  .flex-next:hover{
   display: flex !important;
   align-items: center;
   justify-content: center;
   opacity: 1;
   left: auto;
   right: 0;
   top: -2em;
 }

.thumbOfthumbnailSlider .flex-prev,
 .thumbOfthumbnailSlider .flex-next,
 .thumbOfthumbnailSlider .flex-prev:hover,
 .thumbOfthumbnailSlider .flex-next:hover,
 .productDetailSlider  .flex-prev,
 .productDetailSlider  .flex-next,
 .productDetailSlider  .flex-prev:hover,
 .productDetailSlider  .flex-next:hover{
  top: 0;
  bottom:0;
  margin:auto;
  border:0;
  color: #94b5e0;
 }

.thumbOfthumbnailSlider li figure, .image3d figure{ cursor:pointer; position:relative;}

.thumbOfthumbnailSlider .videoT figure:after{
content:"";
background: rgba(256,256,256,0.5) url(../images/video-bg.jpg) no-repeat center;
    background-size: contain;
    height: 55px;
width:100%;
position:absolute;
top:0;
opacity: 0.5;
}

.thumbOfthumbnailSlider .image3d figure:after,
.image3d figure:after{
content:"";
background: url(../images/3d-bg.png) no-repeat center;
    background-size: cover;
    height: 55px;
width:100%;
position:absolute;
top:0;
left:0;
}

.image3d  img {
    height: 55px;
}

.image3d figure{
border: 1px solid #4c4c4d;
width:80px;
height:57px;
-webkit-backface-visibility: hidden;
    margin: 0 0 0 2em;
}

.image3d figure:hover{
border: 1px solid #012169;
    box-shadow: 1px 1px 5px #012169;
}

.image3dpopup .modal-card{
box-shadow: 0px 0px 5px 2px rgba(256,256,256, 0.2);
   /* height: 700px;
    width: 892px;
    max-width: 100%;*/

    height: auto;
    width: 100%;
    max-width: 100%;
}
.image3dpopup .delete{
max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
z-index:5;
}


 .productDetailSlider  .flex-prev svg,
 .productDetailSlider  .flex-next svg{
   height: 2em;
   width: 8em;
 }

.thumbOfthumbnailSlider .flex-prev svg,
 .thumbOfthumbnailSlider .flex-next svg{
   height: 1.5em;
   width: 8em;
 }

 .thumbOfthumbnailSlider .flex-prev,
 .thumbOfthumbnailSlider .flex-prev:hover,
 .productDetailSlider  .flex-prev,
 .productDetailSlider  .flex-prev:hover{
  left:0;
  right:auto;
 }




.productSlider  .flex-prev,
 .productSlider  .flex-prev:hover,
 .timeline  .flex-prev,
 .timeline  .flex-prev:hover{
   right:50px;
 }

.thumbnailSlider .flex-viewport{
border: 1px solid #dfe9f6;
}

.thumbOfthumbnailSlider .flex-viewport{
margin: 0 2em;
}

 .bannerSlider .box{
   /*padding-top:35%;
   border:1px solid #ccc;*/
background-color: transparent !important;
box-shadow: none !important;
background-size: 100% 100%; 
position:relative;
display:flex;
align-items:center;
 }
  

 .bannerSlider .box aside{
   max-width: 30%;
 }
 .bannerSlider .flex-control-nav{
  bottom: 1em;
  width: auto;
  right: 1em;
 }
 .bannerSlider .slides > li{
   /* padding:2px; */
 }

 .timeline{
      max-width: 100%;
    margin: auto 0;
     height: 500px; 
    padding-top: 3em;
 }

 .timeline ul.slides{
   margin-top: -12%;
 }
 .timeline ul.slides li{
 position: relative;
 display: flex !important;
 
 
 /* border: 1px solid red; */
 align-items: center;
 justify-content: center;

 }
 .timeline ul.slides li >div:after,
 .timeline ul.slides li >div:before{
  content: "";
  border-top:1px dotted grey;
  width: 40%;
  height:1px;
  display: inline-block;
  margin:auto;
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
 }
 .timeline ul.slides li >div:after{
   right: 0;
 }
 .timeline ul.slides li >div:before{
   left: 0;
 }

 .timeline .text{
  position: absolute;
  bottom: 65%;
  width: 220px;
  font-size: 14px;
  left: 0;
  right: 0;
  margin: auto;

 }


 .timeline ul.slides li:nth-child(even) > div .text{
  bottom:auto;
top: 65%;
 }

 .timeline ul.slides li > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:650px;
    position: relative;
}

 .timeline ul.slides li:nth-child(even) > div{
  flex-direction: column-reverse;
 }



 .timeline .images {
  position: relative;
  top:-14px;

 }

 .timeline .year{
   font-family: 'Roboto-Bold';
 }

 .timeline ul.slides li:nth-child(even) > div .images {
   transform: rotate(180deg);
   top: 14px;
 }

 .timeline .slides img{
   height: 80px;
 }

 .timeline .flex-direction-nav .flex-disabled{
   opacity: 0.5 !important;
 }

 .timeline  .flex-prev,
 .timeline  .flex-next,
 .timeline  .flex-prev:hover,
 .timeline  .flex-next:hover{
   top: 0; 
   bottom: 0;
   margin:auto;
   border: 0!important;
 }

 .timeline  .flex-prev{
   left: -50px !important;
   right: auto !important;
 }
 
 .timeline  .flex-next{
  right: -50px !important;
 }

 .abs{
  position: relative !important;
    width: 0px !important;
    left: 0;
    top: 15px;
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto !important; */
    margin-top: 10px;
    font-size: 14px;
    color: #808080;
 }

 .abs:first-child{
  left: 20px ;
 }

.mapDetail svg{ width: 15px; height: 15px;}

.icons{
  display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  
}

.direction{
      background-position: -25px -28px;
    width: 40px;
    height: 40px;
}


.ribbon{
      background-color: #012169;
      color: #fff;
    padding: 5px 8px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    border-radius: 0 5px 5px 0;
position:relative;
}
.ribbon.absolute{ 
 position: absolute;
top:0;
left:0;
}
.thumbnailSlider .slides img{     height: auto;
    max-height: 525px ;
    width: auto; }



.thumbnailSlider .image.border{
 background: #fff !important;
height: 525px !important;
    display: flex;
    align-items: center;
    justify-content: center;

}
.thumbnailSlider .flex-control-thumbs{
     display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnailSlider .flex-control-thumbs img{     
    height: 70px;
    width: auto;
    border: 1px solid grey;
    margin: auto; }

.thumbnailSlider  .discount {
      top: 2em;
    left: 0;
    background: #f08b13;
    position: absolute;
    z-index: 10;
    font-size: 12px;
    padding: 5px;
}

.flexslider.thumbOfthumbnailSlider .slides li{
 border:1px solid #4c4c4d;
    width: 80px !important;
    height: 57px !important;
}
.flexslider.thumbOfthumbnailSlider .slides li.flex-active-slide{
 border:1px solid #012169;
box-shadow: 1px 1px 5px #012169;
}

.flexslider.thumbOfthumbnailSlider .slides li img{ height: 55px;}

.iframeContainer{
    overflow: hidden;
    padding-top: 30%;
    position: relative;
width: auto !important;
}
.iframe3d{
border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
}

@media screen and (min-width:769px){
.iframe3d{ width:892px; height: 700px; }
}

.show-hide-pass{
    pointer-events: all !important;
cursor:pointer;
}
.show-hide-pass svg{
color: #f08b13;
}

.bannerSlider .box.casestudyBox{ 
  padding:1em;
}

.casestudyBox .containr{ z-index: 1; position: relative; max-width:90%;}
.casestudyBox:before{
 content: "";
width:100%;
height:100%;
background: rgba(0,0,0,0.5);
position:absolute;
z-index:0;
top:0;
left:0;
}


@media screen and (min-width: 1024px){
.bannerSlider .box.casestudyBox{ 
  padding:4em;
}


.casestudyBox .title:after{ display: none;}
.casestudyBox .containr{ z-index: 1; position: relative; max-width:78%;
transition: transform 0.5s ease 0s;
transform: translateX(250px);
}

.flex-active-slide .containr{
  transform: translateX(0);
}
}
@media screen and (min-width: 768px){
    .casestudyBox .is-anchor:before{
        content: "";
        display: block;
         border-top: 1px solid #fff;
        width: 10%;
        padding-top: 1em;
        margin-top: 1em;
        }
    }

.main-page .increased .complex,
.main-page .increased .complex .image{ height: 234px !important;}

   @media screen and (min-width: 1200px) and (max-width: 1410px){
.main-page .increased .complex, .main-page .increased .complex .image {
      height: calc(190px + (200 - 190) * ((100vw - 1200px) / (1410 - 1200))) !important;

}
}

@media screen and (min-width: 900px) and (max-width: 1199px){
.main-page .increased .complex, .main-page .increased .complex .image {
       height: calc(150px + (180 - 150) * ((100vw - 900px) / (1199 - 900))) !important;

}
}


 @media screen and (min-width: 768px) and (max-width: 900px){
.main-page .increased .complex, .main-page .increased .complex .image {
       height: calc(190px + (230 - 190) * ((100vw - 768px) / (899 - 768))) !important;

}
}

 @media screen and (min-width: 600px) and (max-width: 767px){
.main-page .increased .complex, .main-page .increased .complex .image {
       height: calc(145px + (190 - 145) * ((100vw - 600px) / (767 - 600))) !important;
}
}



 @media screen and (min-width: 320px) and (max-width: 599px){
.main-page .increased .complex, .main-page .increased .complex .image {
       height: calc(158px + (305 - 158) * ((100vw - 320px) / (599 - 320))) !important;
}
}


.increased .complex,
.increased .complex .image{ height: 245px !important;}


.flexBox{
 display: flex;
align-items: center;
justify-content: space-between;
}

.productDetailSlider  .flexBox{ flex-wrap: wrap;}
.productDetailSlider  .flexBox strong{ 
 font-family: 'Roboto-Bold' !important;
display: block;
width:50%;
padding-bottom:5px;
}
.productDetailSlider  .flexBox a.button{ font-size:10px;}
.productDetailSlider  figcaption div.mb-4{ height: 45px;}


.brandSlider li img{ height:15px; }

.brandSlider {
 
  position: relative;
}

.brandSlider  ul { list-style: none; display:flex; align-items:center;}

.brandSlider li {
  float: left;
  margin: 1em 1.5em;
}
.flexslider.bannerSlider  .slides > li{ margin-bottom:0}

.rotate-prev { position: absolute; text-indent:-99999px;}

