
.c-timeline h1{margin-bottom: 10px; font-size: 2em; font-weight: 500; margin-top: 0px;}
.c-timeline h1 span{font-size: 1em; color: #00a94f; font-weight: 500;}
.c-timeline {overflow: hidden; padding-left: 15px; margin-left: -15px}
.c-timeline .wrap {position: relative; padding: 175px 0 175px 200px; margin-bottom: 30px}
.c-timeline .list {margin: 0; padding: 0; display: block; width: 100%; font-size: 0; white-space: nowrap}
.c-timeline .list:after {content: ''; position: absolute; top: 192px; left: 0;  width: 100%; height: 8px;  background: url(../images/drag-line.png);  z-index: 0}
.c-timeline .list li {display: inline-block; text-align: center; position: relative; cursor: pointer; font-size: 16px;  height: 10px}

@media (max-width:1400px) {
    .c-timeline .list li {
        font-size: 13px
    }
}

@media (max-width:767px) {
    .c-timeline .list li {
        font-size: 12px
    }
}

.c-timeline .list li:last-child {
    text-align: right;
    cursor: auto
}

.c-timeline .list li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    width: 150%;
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    height: 3px;
    left: auto;
    right: 0;
    background: #fff;
    margin-top: -1px;
    z-index: 1
}

.c-timeline .list li .item-wrap {
    position: relative;
    display: inline-block;
    z-index: 2
}

.c-timeline .list li .img {
    width: 15px;
    height: 15px;
    border: 2px solid #038c43;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: all .2s;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0)
        -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
   

    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    transform: skew(-25deg);
}

.c-timeline .list li .img img {
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.c-timeline .list li .img.btn-back {
    width: 30px;
    height: 30px;
    cursor: pointer;   margin-top: -11px;
}

.c-timeline .list li .img.btn-back.las {border: 1px solid #00a94f; background: #00a94f;}
.c-timeline .list li .img.btn-back:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
    -o-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: 2px;
    transition: all .3s
}

.c-timeline .list li .date,
.c-timeline .list li .txt {
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%
}

.c-timeline .list li .img.btn-back:hover:after {
    margin-left: 0
}

.c-timeline .list li .img img {
    display: block;
        max-width: 300px;
    height: 240px;
    opacity: 0;
    transform: skew(25deg);
    margin-left: -36px;
    margin-top: -36px;
}

.c-timeline .list li .txt {
    white-space: normal;
    margin-top: 70px;
    opacity: 0;
    margin-left: 120px;
    width: 320px;
    font-weight: 100;
    text-align: left
}

.c-timeline .list li .txt h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #00a94f;
    margin: 0;
}

.c-timeline .list li .txt p {
    font-size: 1emem;
    line-height: 1.3em;
    color: #0d4f8a;
    margin: 0
}

.c-timeline .list li .date {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -25px;
    color: #525252;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1em
}

.c-timeline .list li.active .item-wrap {
    z-index: 10
}

.c-timeline .list li.active .date {
    color: #00a94f;
    font-size: 2em;
    margin-left: 130px;
    margin-top: 40px;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.c-timeline .list li.active .txt {
    opacity: 1;
    margin-left: 130px;
    transition-delay: .3s
}

.c-timeline .list li.active .img {
        width: 220px;
    height: 160px;
    transition-delay: .3s;
    border: 0px solid #00a94f;
    top: -90px;
    left: -150px;

}

.c-timeline .list li.active .img img {
    opacity: 1;
    transition-delay: .3s
}

.c-timeline .list li.left-side .txt {
    margin-left: -450px;
    text-align: right
}

.c-timeline .list li.left-side.active .date {
    margin-left: -175px
}

.c-timeline .list li.left-side.active .txt {
    margin-left: -460px
}











#career-banner{background: url(../images/time.jpg) center top no-repeat; background-size: cover; position: relative; height: 420px;}
.scroll {position: absolute !important; margin-top: 75px; padding: 14px; height: 77px; bottom: 0; z-index: 1; border: 0px solid #fff; border-radius: 200px; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}


 #career-banner .chevron {
  position: absolute;
  width: 10px;
  height: 2px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

 #career-banner .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

 #career-banner .chevron:before,
 #career-banner .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

 #career-banner .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

 #career-banner .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}



@keyframes pulse {
  to {
    opacity: 1;
  }
}




#career-banner .container-fluid{width: 80%;}
#career-banner h2 {color: white!important; margin-top: 180px; font-weight: 400; font-size: 2.5em; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid #00a94f; display: inline-block;}
#career-banner h2 a {color: white!important;}


#histo{padding-top: 70px;text-align: center; padding-bottom: 70px; background: #f5f5f5;}
#histo .container-fluid{width: 75%;}
#histo .box p{font-size: 18px; font-weight: 500!important; margin: 0 0 0px;}
#histo .box{background:#fff; padding: 30px;}
.counter {font-weight: 800; color: #fff; text-align: center; font-size:40px; background: #00a94f; padding-top: 30px; padding-bottom: 30px; margin-bottom: 20px;}
#content .container-fluid{width: 75%;}
#content{padding-top: 50px; padding-bottom: 0px; background: #fff;}
#content p{text-align: left; color: #525252; line-height:28px;}
#content .line1{width: 60%; height: 1px; background:#d3d3d3; margin: auto; margin-top: 50px;}

/* -------------------------------- 

Primary style


/* -------------------------------- 


Main Components 

-------------------------------- */

ol{list-style: none; padding: 0px;}
.cd-horizontal-timeline {
  opacity: 0;
 
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {background: #f5f5f5;
    padding: 0px 0px;
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;    
}
.cd-horizontal-timeline .timeline {
  position: relative;
 /* height: 100px;*/
  width: 96%;
   padding:175px 0 300px 0px; 
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper {
 position: relative;
  margin: 0 40px;
  
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
  background-image: none!important;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00a94f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none!important;
}



.cd-horizontal-timeline .events a::before {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;width: 10%;
}
.cd-horizontal-timeline .events a.selected::before {
  background-color: #000;
  border-color: #000;
}

.cd-horizontal-timeline .events .older-event img{display: none!important;position: absolute;}

.cd-horizontal-timeline .events a.selected img{display: block!important;  position: absolute;  border-radius: 50%;
    height: 200px;
    top: -100%;left: -2%; width: 200px; border: 0px solid #00a94f; /*transform: skew(-25deg);*/

-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    filter: grayscale(0%);
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);


  }


.cd-horizontal-timeline .events a.selected img:hover{filter: grayscale(0%);}


.cd-horizontal-timeline .events .older-event .text{display: none;}
.cd-horizontal-timeline .events a.selected .text{position: absolute; display: block;
    margin-top: 18%;
    margin-left: 70%;
    width: 300px; text-align: left;}

.cd-horizontal-timeline .events a.selected .text h3{font-size: 20px}



.cd-horizontal-timeline .events a.selected .text h2{ font-size: 2em; }
.cd-horizontal-timeline .events a.selected .text h2{ font-size: 1em; }
.cd-horizontal-timeline .events a.selected .text p{ font-size: .67em; }



.cd-horizontal-timeline .events a.older-event::before {
  border-color: #000;
}
@media only screen and (min-width: 1100px) {

  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 36%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: #fff;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0 !important;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {padding: 0 10px;
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s!important;
 /* border-bottom: 1px solid #dfdfdf;*/
      
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;    
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  padding: 0px 20px;
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
 
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {

  font-size: 20px;
    margin-top:4%;
      margin-bottom: 7px;
  font-weight: 400;
  line-height: 1.2;
  color: #535353;
}


.events-content .place-image{
    display:none;
}

.events-content div.place-image{
width:326px;
height:326px;  float: right;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: inherit;
  margin: 0px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 2;color: #00a94f;
}
@media only screen and (min-width: 768px) {



}
.cd-horizontal-timeline .events-content span::after {
    content: '';    height: 25px;width: 25px;border-radius: 50%;border: 2px solid #dfdfdf;overflow: hidden;
    color: transparent; position: absolute;margin-left: 50px;top: 33px;background: url(../img/picture.svg) no-repeat 0 0 !important;}
    .hiddenimg {border-radius: 50%;position: absolute;right:20px;top: 0;width: 30%;/*height: 100%; */}
.hiddenimg:hover{display: block;}

.cd-horizontal-timeline .events-content a:hover{background:url( ../images/1976-2.jpg;);}

.cd-horizontal-timeline .events-content span:hover .hiddenimg { display: block}
.cd-horizontal-timeline .events-content .hov::after {
    content: '';    height: 25px;width: 25px;border-radius: 50%;border: 2px solid #dfdfdf;overflow: hidden;
    color: transparent; position: absolute;margin-left: 50px;top: 155px;}
.cd-horizontal-timeline .events-content .hov:hover .hiddenimg {
  display: block;
}
.cd-horizontal-timeline .events-content .hov2::after {
    content: '';    height: 25px;width: 25px;border-radius: 50%;border: 2px solid #dfdfdf;overflow: hidden;
    color: transparent; position: absolute;margin-left: 50px;top: 83%;}
.cd-horizontal-timeline .events-content .hov2:hover .hiddenimg {
  display: block;
}





@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}



#detail .container-fluid{width: 70%;}
#detail {padding-bottom: 100px;}
#detail h3{color: #535353;font-weight: 400;}
#detail p{line-height: 28px;font-size: 14px;}
#detail h4{font-weight: 400;color: #535353; margin-top: 30px; font-size: 16px;}
#detail .title:after{content: ""; display: block; height: 1px; width: 20px; background: #525252; position: absolute; top: 50%; right: 100%; margin-right: 10px; top: 35px;}

@media only screen and (min-width : 1920px) and (max-width : 2560px){
.c-timeline .wrap {padding: 175px 0 300px 200px;}
.c-timeline .list:after {top: 192px;}
.c-timeline .list li:last-child:after{top:21px;}
#reqiurment .box p{font-size: 16px;}

}
@media only screen and (min-width : 1600px) and (max-width : 1919px){
.c-timeline .wrap {padding: 175px 0 300px 200px;}
.c-timeline .list:after {top: 191px;}
.c-timeline .list li:last-child:after{top:16px;}

}
@media only screen and (min-width : 1440px) and (max-width : 1599px){
#career-banner h2{font-size: 2em; margin-bottom: 10px;}
.c-timeline .wrap {padding: 175px 0 300px 200px;}
.c-timeline .list:after {top: 191px;}
.c-timeline .list li:last-child:after{top:16px;}

#reqiurment .box h3{font-size: 20px;}
#reqiurment .top {margin-top: 30px;}
#reqiurment .box{height: 420px;}
#reqiurment .one{height: auto;}

}
@media only screen and (min-width : 1366px) and (max-width : 1439px){
#career-banner h2{font-size: 2em; margin-bottom: 10px;}

#content {padding-top: 60px; padding-bottom: 30px;}
#content h2{font-size: 20px;}

#reqiurment .top {margin-top: 15px;}
#reqiurment .box h3{font-size: 20px;}
#reqiurment .box{height: 400px;}
#reqiurment .one{height: auto;}
#reqiurment .line2{margin-top: 30px;}
#reqiurment {padding-bottom: 0px;}
#reqiurment h2{font-size: 25px;}
#reqiurment .box h4{font-size: 14px; margin-top: 15px;}
#footer-start {padding-top: 90px;}

#detail h3{font-size: 20px;}
#detail {padding-bottom: 70px;}

#histo {padding-top: 70px;}

.c-timeline .list li .txt h3{font-size: 1.2em;}
.c-timeline .list li .txt p{font-size: 1em;}
input[type=text], select, textarea{padding: 12px;}
.counter{font-size: 35px;}
.cd-horizontal-timeline .events-content h2{font-size: 22px;}

}
@media only screen and (min-width : 1280px) and (max-width : 1365px){
#career-banner h2{font-size: 1.8em; margin-bottom: 10px;}  

#content{padding-top: 60px;}
#content .line1{margin-top: 40px;}
#content .container-fluid{padding-bottom: 40px;}
#content h2{font-size: 23px;}

#reqiurment .container-fluid {width: 80%;}
#reqiurment .top {margin-top: 20px;}
#reqiurment .box h3{font-size: 20px;}
#reqiurment .box{height: 450px;}
#reqiurment .one{height: auto;}
#reqiurment .line2{margin-top: 30px;}
#reqiurment {padding-bottom: 10px;}
#reqiurment h2{font-size: 25px;}
#reqiurment .box h4{font-size: 14px; margin-top: 15px;}

#histo {padding-top: 60px;}

#detail {padding-bottom: 60px;}
#detail h3{margin-top: 0px; font-size: 20px;}
#detail .title:after{top: 13px;}

.cd-horizontal-timeline .events a{font-size: 18px;}
.counter{font-size: 30px;}
.cd-horizontal-timeline .events-content{margin: 1em 0;}
.burger {right: 20px; top: 6px!important;}

}
@media only screen and (min-width : 1200px) and (max-width : 1279px){
#career-banner h2{font-size: 1.8em; margin-bottom: 10px;}  

#content{padding-top: 60px;}
#content .line1{margin-top: 40px;}
#content .container-fluid{padding-bottom: 40px;}
#content h2{font-size: 23px;}

#reqiurment .container-fluid {width: 80%;}
#reqiurment .top {margin-top: 20px;}
#reqiurment .box h3{font-size: 20px;}
#reqiurment .box{height: 450px;}
#reqiurment .one{height: auto;}
#reqiurment .line2{margin-top: 30px;}
#reqiurment {padding-bottom: 10px;}
#reqiurment h2{font-size: 25px;}
#reqiurment .box h4{font-size: 14px; margin-top: 15px;}

#histo {padding-top: 60px;}

#detail {padding-bottom: 60px;}
#detail h3{margin-top: 0px; font-size: 20px;}
#detail .title:after{top: 13px;}

.cd-horizontal-timeline .events a{font-size: 18px;}
.counter{font-size: 30px;}
.cd-horizontal-timeline .events-content{margin: 1em 0;}
.burger {right: 20px; top: 6px!important;}

}
@media only screen and (min-width : 1024px) and (max-width : 1199px){
#career-banner h2{font-size: 1.8em; margin-bottom: 10px;}  

#content{padding-top: 60px;}
#content .line1{margin-top: 40px;}
#content .container-fluid{width:80%;}
#content h2{font-size: 22px;}

#reqiurment .container-fluid {width: 85%;}
#reqiurment .top {margin-top: 20px;}
#reqiurment .box h3{font-size: 20px;}
#reqiurment .box{height: 450px;}
#reqiurment .one{height: auto;}
#reqiurment .line2{margin-top: 30px;}
#reqiurment {padding-bottom: 10px;}
#reqiurment .box p{margin-bottom: 0px;line-height: 28px;}
#reqiurment .box h4{margin-top: 15px; font-size: 14px;}
#reqiurment h2{font-size: 25px;}

#histo .container-fluid {width: 80%;}
#histo {padding-top: 60px; padding-bottom: 60px;}
#histo p {font-size: 14px;margin-bottom: 0px;}
   
#detail h3{font-size: 20px;}
#detail h4{font-size: 15px;}
#detail {padding-bottom: 60px;}

#footer-start {padding-top: 90px;}

.cd-horizontal-timeline .events-content{margin: 1em 0;}
.cd-horizontal-timeline .events a{font-size: 18px;}
.counter{font-size: 30px;} 
.c-timeline .wrap {padding: 175px 0 200px 200px;}
.c-timeline .list:after {top: 198px;}
.c-timeline .list li:last-child:after{top:24px;}

}
@media only screen and (min-width : 768px) and (max-width :1023px){
#career-banner h2{font-size: 1.8em; margin-bottom: 10px;}  

#content{padding-top: 50px;}
#content .container-fluid {width: 80%; padding-bottom: 0px;}
#content .line1{margin-top: 30px;}
#reqiurment .top {margin-top: 20px;}
#reqiurment .box{height: auto;}
#reqiurment .line2{margin-top: 30px;}
#reqiurment{padding-bottom: 0px;}
#footer-start{padding-bottom: 30px;}

#histo{padding-top: 50px; padding-bottom: 25px;}
#histo .box{margin-bottom: 25px;}
#histo .container-fluid {width: 80%;}

#detail .title:after{top: 17px;}
#detail {padding-bottom: 50px;}



}
@media only screen and (min-width : 150px) and (max-width : 767px){
#header {padding-bottom: 0px;}
#career-banner .container-fluid {width: 80%;}
#career-banner h2 {margin-top: 160px; margin-bottom: 10px; font-size: 1.8em;}
#career-banner {background: url(../images/mb-banner/time.jpg) center top no-repeat; height: 350px;}
#career-banner h2 {border: none;}

#histo .col-xs-6{padding: 5px;}
#histo{padding-top: 50px; padding-bottom: 50px;}
#histo .container-fluid{width: 80%;}

#content{padding-top: 30px;padding-bottom: 0px;}
#content .container-fluid {width: 80%;}
#content h2{font-size: 20px;}

#detail h3{font-size: 18px; margin-top: 10px;}
#detail .title:after{right: 95%; top: 12px;}
#detail p{text-align: justify;}
#detail h4{font-size: 15px;line-height: 22px;}
#detail .container-fluid {width: 80%;}
#detail {padding-bottom: 50px;}

#content .line1{margin-top: 25px;width: 70%;}
#reqiurment h2{font-size: 25px;}
#reqiurment .top {margin-top: 20px;}
#reqiurment .box h3{font-size: 20px;}
#reqiurment .box{padding-right: 20px;padding-left: 20px; height: auto; margin-bottom: 15px;}
#reqiurment .box p{text-align: justify; line-height: 28px; margin-bottom: 0px;}
#reqiurment .box h4{margin-top: 15px; font-size: 14px;}

#subject{height: 100px; }
#reqiurment .line2{margin-top: 25px;width: 70%;}
#footer-start{padding-top: 50px;}
#reqiurment .container-fluid {width: 80%;}

.counter{font-size: 35px;}
.cd-timeline-navigation a{width: 25px;height: 25px;}
.cd-horizontal-timeline .events-content{margin: 0px;}

.hiddenimg {width: 80%; right: 0; left: 10%;}
.events-content ol li span{display: none;}
.cd-horizontal-timeline .events a{font-size: 18px;}
.popup .close{top: 5px; right: 15px;}
.popup h2{font-size: 20px!important; margin-bottom: 10px;}
input[type=text], select, textarea{padding: 10px;margin-bottom: 5px; font-size: 11px;}
.box1{padding: 7px; width: 45%; font-size: 12px;}

}
@media only screen and (max-width : 375px){
#reqiurment .top {margin-top: 10px;}
#content .container-fluid{padding-bottom: 40px;}
#reqiurment .box h3 {font-size: 18px;}

#content .cd-horizontal-timeline .events-content span::after{top:57px !important;}
#content .cd-horizontal-timeline .events-content .hov::after{top:180px !important;}
#content .cd-horizontal-timeline .events-content .hov2::after{top:79% !important;}

.box1{margin-top: 20px;} 

} 
@media only screen and (max-width : 320px){
#content .container-fluid {padding-bottom: 30px;}

.popup{padding-left: 10px; padding-right: 10px;}
.box1{width: 60%;}

} 
  
  
  
  
  
  
  
  

  
