﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0px 0px .37em 0px;
  font-style: normal;
  font-weight: 700;
  color: inherit; }

h2 {
  font-size: 45px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: inherit; }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 994px) {
    h2 {
      font-size: 1.4rem; } }

h3 {
  font-size: 2rem;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1;
  color: inherit; }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 27px; } }
  @media screen and (max-width: 994px) {
    h3 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 21px; } }

h4 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: inherit; }

h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0px;
  font-style: normal;
  color: inherit; }
  h5 small {
    font-size: 18px; }
  @media (max-width: 639px) {
    h5 {
      font-size: 17px; } }

h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 0.905rem;
  line-height: 1.2;
  margin: 0 0 10px;
  font-style: normal;
  color: inherit;
  text-transform: uppercase; }

p {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 300;
  font-style: normal;
  color: inherit; }

section, .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.juicer-feed h1.referral {
  display: none !important; }

.juicer-feed {
  z-index: 0; }

.juicer-feed.modern .j-image img {
  display: none !important; }

body,
.Android body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  background: #ffffff;
  opacity: 0;
  min-height: 100vh; }

html.is-reveal-open, html.is-reveal-open body {
  position: relative; }

*, ::after, ::before {
  box-sizing: border-box; }

*, *::before, *::after, *:hover, *:focus, *:active {
  outline: none !important; }

a:link {
  text-decoration: none; }

a, a:active, a:focus, a:hover {
  outline: none !important;
  outline-style: none !important;
  text-decoration: none; }

input::-webkit-input-placeholder {
  /* Chrome */
  color: #555555; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  opacity: 1; }

input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #555555;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #555555; }

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #555555; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  opacity: 1; }

textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #555555;
  opacity: 1; }

img {
  max-width: 100%; }

#success {
  color: #ffffff; }

dl dt {
  margin: auto;
  font-weight: normal; }

.form-error {
  margin-top: 0;
  display: block; }

#errmsg .form-error {
  display: block; }

.font-roboto {
  font-family: "Roboto", sans-serif; }

.font-barlow {
  font-family: "Barlow Condensed", sans-serif; }

.font-lato {
  font-family: "Lato", sans-serif; }

.font-thin {
  font-weight: 100; }

.font-extralight {
  font-weight: 200; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-black {
  font-weight: 800; }

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600; }

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: inherit; }

.mb0 {
  margin-bottom: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

h4.headline {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  
  h4.headline.mb2 {
    margin-bottom: 2rem; }
  h4.headline:after {
    content: "";
    background: #e60027;
    width: 100%;
    max-width: 150px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    
 h1.headline {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem !important;
  text-align:center;
   }
  
  h1.headline.mb2 {
    margin-bottom: 2rem; }
  h1.headline:after {
    content: "";
    background: #e60027;
    width: 100%;
    max-width: 150px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
   
    
    

p {
  margin: 0 0 10px; }

.text-center {
  text-align: center; }

.btn,
a.btn {
  display: flex;
  align-items: center;
  background: #e60027;
  color: #ffffff;
  width: initial;
  height: 31px;
  font-size: 14px;
  font-weight: normal;
  border: none;
  padding: 3px 15px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  width: fit-content;
  width: -moz-fit-content; }
  .btn.transparent,
  a.btn.transparent {
    background: none;
    color: #333333;
    border: 1px solid #333333; }

[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
input,
textarea,
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
input:focus,
textarea:focus {
  width: 100%;
  padding: 6px 12px;
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  margin: 0; }
  [type="color"][type='checkbox'],
  [type="date"][type='checkbox'],
  [type="datetime-local"][type='checkbox'],
  [type="datetime"][type='checkbox'],
  [type="email"][type='checkbox'],
  [type="month"][type='checkbox'],
  [type="number"][type='checkbox'],
  [type="password"][type='checkbox'],
  [type="search"][type='checkbox'],
  [type="tel"][type='checkbox'],
  [type="text"][type='checkbox'],
  [type="time"][type='checkbox'],
  [type="url"][type='checkbox'],
  [type="week"][type='checkbox'],
  input[type='checkbox'],
  textarea[type='checkbox'],
  [type="color"]:focus[type='checkbox'],
  [type="date"]:focus[type='checkbox'],
  [type="datetime-local"]:focus[type='checkbox'],
  [type="datetime"]:focus[type='checkbox'],
  [type="email"]:focus[type='checkbox'],
  [type="month"]:focus[type='checkbox'],
  [type="number"]:focus[type='checkbox'],
  [type="password"]:focus[type='checkbox'],
  [type="search"]:focus[type='checkbox'],
  [type="tel"]:focus[type='checkbox'],
  [type="text"]:focus[type='checkbox'],
  [type="time"]:focus[type='checkbox'],
  [type="url"]:focus[type='checkbox'],
  [type="week"]:focus[type='checkbox'],
  input:focus[type='checkbox'],
  textarea:focus[type='checkbox'] {
    display: initial;
    width: auto;
    height: auto;
    margin: 0;
    margin-right: 1rem; }
  [type="color"][type='submit'],
  [type="date"][type='submit'],
  [type="datetime-local"][type='submit'],
  [type="datetime"][type='submit'],
  [type="email"][type='submit'],
  [type="month"][type='submit'],
  [type="number"][type='submit'],
  [type="password"][type='submit'],
  [type="search"][type='submit'],
  [type="tel"][type='submit'],
  [type="text"][type='submit'],
  [type="time"][type='submit'],
  [type="url"][type='submit'],
  [type="week"][type='submit'],
  input[type='submit'],
  textarea[type='submit'],
  [type="color"]:focus[type='submit'],
  [type="date"]:focus[type='submit'],
  [type="datetime-local"]:focus[type='submit'],
  [type="datetime"]:focus[type='submit'],
  [type="email"]:focus[type='submit'],
  [type="month"]:focus[type='submit'],
  [type="number"]:focus[type='submit'],
  [type="password"]:focus[type='submit'],
  [type="search"]:focus[type='submit'],
  [type="tel"]:focus[type='submit'],
  [type="text"]:focus[type='submit'],
  [type="time"]:focus[type='submit'],
  [type="url"]:focus[type='submit'],
  [type="week"]:focus[type='submit'],
  input:focus[type='submit'],
  textarea:focus[type='submit'] {
    display: initial;
    background: #e60027;
    color: #ffffff;
    width: auto;
    height: 31px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    margin-right: 0;
    cursor: pointer; }
  [type="color"].btn,
  [type="date"].btn,
  [type="datetime-local"].btn,
  [type="datetime"].btn,
  [type="email"].btn,
  [type="month"].btn,
  [type="number"].btn,
  [type="password"].btn,
  [type="search"].btn,
  [type="tel"].btn,
  [type="text"].btn,
  [type="time"].btn,
  [type="url"].btn,
  [type="week"].btn,
  input.btn,
  textarea.btn,
  [type="color"]:focus.btn,
  [type="date"]:focus.btn,
  [type="datetime-local"]:focus.btn,
  [type="datetime"]:focus.btn,
  [type="email"]:focus.btn,
  [type="month"]:focus.btn,
  [type="number"]:focus.btn,
  [type="password"]:focus.btn,
  [type="search"]:focus.btn,
  [type="tel"]:focus.btn,
  [type="text"]:focus.btn,
  [type="time"]:focus.btn,
  [type="url"]:focus.btn,
  [type="week"]:focus.btn,
  input:focus.btn,
  textarea:focus.btn {
    border-radius: 4px; }

textarea {
  height: 112px; }

.bgwhite {
  background: #ffffff !important; }

#Contents {
  z-index: 3; }

#PopUpContainer {
  max-height: 100vh;
  min-height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  overflow: auto; }
  #PopUpContainer .btn, #PopUpContainer a.btn {
    padding: 6px 15px !important;
    display: inherit;
    margin: 1rem auto; }

.MMGlobalNaviStyle a {
  font-size: 14px; }

.CourtesyNavi li a,
ul.MMLinkListStyle li {
  font-size: 12px; }

#GlobalNaviTop li a {
  padding: 0 25px; }
@media screen and (max-width: 767px) {
  #GlobalNaviTop li a {
    padding-left: 0.25em; } }

#GlobalNavi .CourtesyNavi {
  margin: -50px auto 0; }

.MMGrid1.MMFirstItem p.services, .MMGrid2.MMFirstItem p.services, .MMGrid3.MMFirstItem p.services {
  text-align: center;
  font-size: 1.55rem; }
  .MMGrid1.MMFirstItem p.services a, .MMGrid2.MMFirstItem p.services a, .MMGrid3.MMFirstItem p.services a {
    color: #ffffff; }

#GlobalNaviTop li {
  position: relative; }
  #GlobalNaviTop li a {
    font-size: 0.906rem;
    letter-spacing: 0.5px; }
#GlobalNaviTop .submenu {
  margin: 0;
  height: 0;
  width: 340px;
  position: absolute;
  left: 0rem;
  background: #f2f2f2;
  overflow: hidden;
  transition: all 1s ease; }
  #GlobalNaviTop .submenu li {
    display: block;
    width: 100%;
    transition: all 1s ease; }
    #GlobalNaviTop .submenu li a {
      padding: 0 15px;
      font-size: 0.825rem; }
#GlobalNaviTop li:hover .submenu {
  height: auto; }
@media screen and (max-width: 767px) {
  #GlobalNaviTop li {
    display: block;
    width: 100%; }
    #GlobalNaviTop li.hassubmenu > a {
      position: relative; }
      #GlobalNaviTop li.hassubmenu > a:after {
        content: "+";
        position: absolute;
        right: 0.5rem;
        top: 0; }
    #GlobalNaviTop li.hassubmenu.open > a:after {
      content: "\2014"; }
  #GlobalNaviTop .submenu {
    display: none;
    position: static;
    transition: none;
    margin-left: 0;
    background: #dadada;
    width: 100%;
    height: auto; }
    #GlobalNaviTop .submenu li a {
      margin: 0;
      padding-left: 1.5rem; } }

#SiteIdentity .Title a[href]:hover img {
  opacity: 1; }

section {
  margin-top: 4rem; }
  section.default {
    min-height: 100%; }
  section h2,
  section h4,

  section p {
    background: none;
    text-align: center;
    margin: 2rem 0;
    margin-top: 0; }
  section .section-title {
    text-align: center;
    display: block;
    margin: auto; }
    section .section-title h4 {
      display: inline-block;
      position: relative;
      padding: 0 126px;
      margin-bottom: 1rem; }
      section .section-title h4:before, section .section-title h4:after {
        content: "";
        width: 128px;
        height: 1px;
        top: 50%;
        background: #333333;
        position: absolute;
        left: 0; }
      section .section-title h4:after {
        right: 0;
        left: auto; }
      section .section-title h4 span {
        position: relative;
        padding: 0 16px 0 22px;
        text-transform: uppercase; }
        section .section-title h4 span:after, section .section-title h4 span:before {
          content: "";
          width: 2px;
          height: 22px;
          background: #333333;
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -11px; }
        section .section-title h4 span:after {
          left: auto;
          right: 0; }
    section .section-title.white h4:before, section .section-title.white h4:after,
    section .section-title.white h4 span:before,
    section .section-title.white h4 span:after {
      background: #ffffff; }
  section p.mt {
    margin-top: -0.7rem;
    font-size: 1rem;
    font-weight: 400; }
  section .grid-container.fluid {
    max-width: 965px;
    width: 100%;
    margin: 0 auto; }
  section .grid-container.full {
    width: 100%; }

.play-button {
  display: block;
  background: url(../../../image/en/home/play_icon.svg);
  background-size: 50px;
  width: 50px;
  height: 50px;
  z-index: 0; }
  .play-button:hover {
    background-position: 0 -50px; }

.video_container {
  position: relative;
  width: 100%;
  height: calc(100vh - 121px); }
  .video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .video_container iframe .html5-video-player:not(.ytp-transparent),
    .video_container iframe .html5-video-player.unstarted-mode,
    .video_container iframe .html5-video-player.ad-interrupting,
    .video_container iframe .html5-video-player.ended-mode,
    .video_container iframe .html5-video-player.ytp-fullscreen {
      background: #ffffff; }

.grid {
  display: flex; }
  .grid .grid-col {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 0.5rem;
    overflow: hidden; }

nav {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%; }

#header #HeaderArea {
  -webkit-font-smoothing: auto; }
  #header #HeaderArea p {
    margin: auto; }
  #header #HeaderArea #Search .BtnOpen a,
  #header #HeaderArea #CountryRegion .BtnOpen a {
    height: 49px; }
  #header #HeaderArea #HeaderSet #Search {
    margin-right: -4px; }
  #header #HeaderArea #HeaderSet #CountryRegion {
    margin-right: -3px; }

.submenu li a {
  padding: 0 25px; }
.submenu li:first-of-type a {
  margin-top: 1rem; }
.submenu li:last-of-type a {
  margin-bottom: 1rem; }

.grid-container {
  max-width: 965px;
  width: 100%;
  margin: auto; }

.swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateX(0); }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #ffffff;
    opacity: 1;
    margin: 0 0.25rem; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  position: initial;
  background: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0.25rem; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  margin-right: 0; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  margin-left: 0; }

.top_slider-imagery {
  min-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: bottom; }
  .top_slider-imagery video,
  .top_slider-imagery img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translate(-50%, -50%); }

.swiper2 .swiper-slide a{
  width: 100vw;
  display: block;
}
.swiper2 .swiper-slide img{
  width: 100vw;
  display: block;
  padding-top: 7em;
}

.top_slider {
  padding-top: 8.48rem;
  margin-top: 0; }
  .top_slider #top_slider img {
    width: 100%; }
  .top_slider #top_slider .swiper-slide {
    min-height: calc(100vh - 136px);
    min-width: 100vw; }
    .top_slider #top_slider .swiper-slide .home-cont {
      position: absolute;
      left: 0;
      right: 0;
      color: #ffffff; }
      .top_slider #top_slider .swiper-slide .home-cont .Grid4 {
        padding: 0 1rem; }
      .top_slider #top_slider .swiper-slide .home-cont h2,
      .top_slider #top_slider .swiper-slide .home-cont h4,
      .top_slider #top_slider .swiper-slide .home-cont p {
        text-align: left; }
      .top_slider #top_slider .swiper-slide .home-cont h2 {
        font-weight: 900;
        font-size: 45px;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        text-transform: uppercase; }
        .top_slider #top_slider .swiper-slide .home-cont h2:after {
          content: "";
          background: #e60027;
          width: 100%;
          max-width: 215px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .top_slider #top_slider .swiper-slide .home-cont p {
        margin: 0;
        font-weight: 400;
        font-size: 18px; }
      .top_slider #top_slider .swiper-slide .home-cont .linked a {
        font-weight: 500;
        margin-top: 1rem;
        display: inline-block;
        background: none;
        border: 2px solid #ffffff;
        height: inherit; }
        .top_slider #top_slider .swiper-slide .home-cont .linked a, .top_slider #top_slider .swiper-slide .home-cont .linked a:hover, .top_slider #top_slider .swiper-slide .home-cont .linked a:visited, .top_slider #top_slider .swiper-slide .home-cont .linked a:focus {
          color: #ffffff; }
        .top_slider #top_slider .swiper-slide .home-cont .linked a:hover {
          background: #e60027;
          color: #ffffff;
          border: 2px solid #e60027; }
    .top_slider #top_slider .swiper-slide .play-button {
      position: absolute; }
  @media screen and (max-width: 767px) {
    .top_slider #top_slider .swiper-slide .home-cont h2 {
      font-size: 32px; } }

.solution_service {
  min-height: calc(100%);
  background: #000000;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: block; }
  .solution_service h3,
  .solution_service h5,
  .solution_service p {
    text-align: left;
    word-wrap: break-word;
    margin: 0; }
    .solution_service h3 a,
    .solution_service h5 a,
    .solution_service p a {
      background: none;
      color: #ffffff;
      text-decoration: none; }
      .solution_service h3 a:hover,
      .solution_service h5 a:hover,
      .solution_service p a:hover {
        text-decoration: none; }
  .solution_service h3 {
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 12px rgba(27, 27, 27, 0.85); }
  .solution_service h4 {
    margin-bottom: 1rem; }
  .solution_service p {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 18px; }
  .solution_service .solution_service-grid {
    transition: all 1s ease;
    display: flex;
    min-height: calc(100vh - 136px); }
    .solution_service .solution_service-grid .solution_service-cols {
      width: 100%;
      height: 100%;
      position: absolute;
      padding: 1rem;
      display: inline-block;
      background: none;
      overflow: hidden;
      display: flex;
      flex-flow: column;
      align-items: flex-start;
      justify-content: flex-end;
      max-width: 482px;
      margin: auto;
      transition: all 1s ease;
      padding-bottom: 3rem;
      left: 0;
      right: 0;
      bottom: 3rem; }
      .solution_service .solution_service-grid .solution_service-cols.solutions {
        margin-right: 0; }
      .solution_service .solution_service-grid .solution_service-cols.services {
        margin-left: 3rem; }
      .solution_service .solution_service-grid .solution_service-cols .btn {
        max-width: 77px; }
  .solution_service .quotebg {
    background: #f9f9f9;
    color: #333333;
    justify-content: flex-end; }
    .solution_service .quotebg .quote {
      position: relative;
      padding-right: 1rem;
      display: flex;
      flex-flow: column;
      justify-content: center;
      max-width: 844px;
      margin: 5rem auto;
      padding: 0 .9375rem; }
      .solution_service .quotebg .quote h4 {
        margin-top: 0 !important;
        color: #4d4d4d; }
        
        .solution_service .quotebg .quote h1 {
        margin-top: 0 !important;
        color: #4d4d4d; }

        
      .solution_service .quotebg .quote p {
        font-size: 0.9375rem;
        line-height: 1.5rem; }
      .solution_service .quotebg .quote .btn {
        position: absolute;
        bottom: 1rem; }
      .solution_service .quotebg .quote .icons {
        margin-top: 2.5rem; }
        .solution_service .quotebg .quote .icons img {
          display: block;
          width: 70%;
          margin: auto; }
  .solution_service .solution_service-grid.servicesbg {
    background: url(../../../image/en/home/solution_service/services.jpg);
    background-size: cover;
    background-position: center; }
  .solution_service .solution_service-grid.solutionsbg {
    background: url(../../../image/en/home/solution_service/solutions.jpg);
    background-size: cover;
    background-position: center; }
  .solution_service .solution_service-grid {
    position: relative;
    overflow: hidden; }
    .solution_service .solution_service-grid img {
      position: absolute;
      top: 0;
      left: 0%;
      height: auto;
      transition: all 1s ease;
      transform: scale(1);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover; }
    .solution_service .solution_service-grid:hover img {
      transform: scale(1.2); }
  @media screen and (max-width: 767px) {
    .solution_service .solution_service-grid .solution_service-cols {
      padding-bottom: 0; }
    .solution_service .solution_service-grid .solution_service-cols.services {
      margin-left: 0; }
    .solution_service .solution_service-grid .solution_service-cols p {
      text-align: left;
      margin-bottom: 1rem !important;
      font-size: 14px; } }

.client_success {
  background: #dadada;
  color: #333333;
  padding: 4rem 0;
  padding-bottom: 4rem;
  margin: 0; }
  .client_success .client_success-cards {
    margin-top: 2rem; }
    .client_success .client_success-cards .carousels-container {
      position: relative;
      color: #333333; }
      .client_success .client_success-cards .carousels-container h6 {
        text-align: center;
        letter-spacing: 1px; }
      .client_success .client_success-cards .carousels-container .carousels {
        padding-bottom: 0rem;
        overflow: hidden;
        margin-bottom: 0rem; }
      .client_success .client_success-cards .carousels-container .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .client_success .client_success-cards .carousels-container .swiper-pagination {
        bottom: 128px;
        left: 10px;
        text-align: left; }
      .client_success .client_success-cards .carousels-container .swiper-slide .card-header {
        position: relative; }
        .client_success .client_success-cards .carousels-container .swiper-slide .card-header .category {
          position: absolute;
          bottom: 0;
          left: 0;
          vertical-align: middle;
          height: 31px;
          width: 130px;
          border-radius: 0 12px 0 0;
          background: rgba(0, 0, 0, 0.8);
          display: none; }
        @media screen and (max-width: 767px) {
          .client_success .client_success-cards .carousels-container .swiper-slide .card-header {
            min-height: 90pxpww; } }
      .client_success .client_success-cards .carousels-container .swiper-slide .card_slider-cont {
        margin: 0;
        padding: 0;
        padding-bottom: 2.5rem;
        min-height: 71px;
        display: flex;
        justify-content: center; }
        .client_success .client_success-cards .carousels-container .swiper-slide .card_slider-cont h5 {
          text-align: center; }
        .client_success .client_success-cards .carousels-container .swiper-slide .card_slider-cont h6 {
          text-transform: capitalize;
          margin: 1rem 0; }
        .client_success .client_success-cards .carousels-container .swiper-slide .card_slider-cont p {
          text-transform: capitalize;
          margin: 1rem 0;
          font-weight: 400;
          min-height: 40px; }
      .client_success .client_success-cards .carousels-container .swiper-slide .link-to {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
        .client_success .client_success-cards .carousels-container .swiper-slide .link-to a {
          padding: 0 0.5rem;
          min-height: 32px;
          display: inline-flex;
          align-items: center;
          border-top: 1px solid #c3c3c3;
          border-bottom: 1px solid #c3c3c3;
          font-weight: 400; }
          .client_success .client_success-cards .carousels-container .swiper-slide .link-to a, .client_success .client_success-cards .carousels-container .swiper-slide .link-to a:hover, .client_success .client_success-cards .carousels-container .swiper-slide .link-to a:visited, .client_success .client_success-cards .carousels-container .swiper-slide .link-to a:focus {
            color: #333333; }
      .client_success .client_success-cards .carousels-container .card-footer {
        padding: 0.65rem 0;
        padding-bottom: 0;
        margin: auto 1rem;
        position: relative;
        width: auto; }
        .client_success .client_success-cards .carousels-container .card-footer p {
          font-size: 12px;
          margin: 0; }
        .client_success .client_success-cards .carousels-container .card-footer a {
          font-size: 12px; }
    .client_success .client_success-cards .explore-btn {
      background-image: url(../../../image/en/r1/icon/icon_link_right_l_white_hd.gif);
      background-repeat: no-repeat;
      background-position: 93% center;
      background-size: 16px 16px;
      -moz-background-size: 16px 16px;
      -webkit-background-size: 16px 17px;
      -o-background-size: 16px 16px;
      -ms-background-size: 16px 16px;
      word-break: break-all;
      padding-right: 2.5rem;
      max-width: 140px;
      max-width: fit-content;
      max-width: -moz-fit-content;
      margin: auto; }

.news_insights {
  background-color: #f2f2f2;
  color: #333333;
  padding: 4rem 0;
  padding-bottom: 4rem;
  margin: auto; }
  .news_insights .smartmarquee {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 300px; }
    .news_insights .smartmarquee .container {
      position: absolute; }
  .news_insights .news_insights-cards {
    margin-top: 2rem; }
    .news_insights .news_insights-cards h6 {
      color: #333333;
      text-align: center; }
    .news_insights .news_insights-cards .carousels-container {
      position: relative;
      color: #333333; }
      .news_insights .news_insights-cards .carousels-container h6 {
        text-align: center;
        letter-spacing: 1px; }
      .news_insights .news_insights-cards .carousels-container .carousels {
        background: none;
        padding-bottom: 0.25rem;
        overflow: hidden;
        height: calc(100% - 31px); }
        .news_insights .news_insights-cards .carousels-container .carousels .swiper-container {
          height: 100%; }
      .news_insights .news_insights-cards .carousels-container .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .news_insights .news_insights-cards .carousels-container .swiper-container-autoheight .swiper-wrapper {
        padding-bottom: 1.45rem; }
      .news_insights .news_insights-cards .carousels-container .swiper-pagination-fraction, .news_insights .news_insights-cards .carousels-container .swiper-pagination-custom, .news_insights .news_insights-cards .carousels-container .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 129px;
        left: 7px;
        text-align: left; }
      .news_insights .news_insights-cards .carousels-container .swiper-slide {
        flex-flow: column; }
        .news_insights .news_insights-cards .carousels-container .swiper-slide .card-header {
          position: relative; }
          .news_insights .news_insights-cards .carousels-container .swiper-slide .card-header .category {
            position: absolute;
            bottom: 0;
            left: 0;
            vertical-align: middle;
            height: 31px;
            width: 130px;
            border-radius: 0 12px 0 0;
            background: rgba(0, 0, 0, 0.8);
            display: none; }
        .news_insights .news_insights-cards .carousels-container .swiper-slide .card_slider-cont {
          margin: 0;
          padding-top: 0.75rem;
          min-height: 72px; }
          .news_insights .news_insights-cards .carousels-container .swiper-slide .card_slider-cont p {
            text-align: left;
            margin: 0.75rem 0;
            margin-top: 0.1rem;
            text-align: center;
            font-weight: 400; }
          .news_insights .news_insights-cards .carousels-container .swiper-slide .card_slider-cont h6 {
            text-transform: capitalize;
            margin-bottom: 0.5rem; }
      .news_insights .news_insights-cards .carousels-container .card-footer {
        padding: 2px 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .news_insights .news_insights-cards .carousels-container .card-footer p {
          font-size: 12px;
          margin: 0; }
        .news_insights .news_insights-cards .carousels-container .card-footer a {
          padding: 0 0.5rem;
          min-height: 32px;
          display: inline-flex;
          align-items: center;
          border-top: 1px solid #c3c3c3;
          border-bottom: 1px solid #c3c3c3;
          font-size: 12px;
          font-weight: 400; }
          .news_insights .news_insights-cards .carousels-container .card-footer a, .news_insights .news_insights-cards .carousels-container .card-footer a:hover, .news_insights .news_insights-cards .carousels-container .card-footer a:visited, .news_insights .news_insights-cards .carousels-container .card-footer a:focus {
            color: #333333; }
    .news_insights .news_insights-cards .list-container {
      position: relative;
      color: #333333; }
      .news_insights .news_insights-cards .list-container .list-marquee {
        position: relative;
        overflow: hidden;
        top: 0;
        height: 100%;
        max-height: 290px;
        min-height: 250px; }
      .news_insights .news_insights-cards .list-container .lists {
        position: absolute;
        -webkit-animation: scroll 50s linear infinite;
        -moz-animation: scroll 50s linear infinite;
        -ms-animation: scroll 50s linear infinite;
        -o-animation: scroll 50s linear infinite;
        animation: scroll 50s linear infinite;
        background: none;
        padding: 1rem 0.5rem;
        padding-top: 0;
        padding-left: 0; }
        .news_insights .news_insights-cards .list-container .lists ul {
          list-style: none; }
          .news_insights .news_insights-cards .list-container .lists ul li {
            margin-bottom: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #c3c3c3; }
            .news_insights .news_insights-cards .list-container .lists ul li h6,
            .news_insights .news_insights-cards .list-container .lists ul li p {
              text-align: left;
              margin: 0;
              margin-bottom: 0.1rem; }
              .news_insights .news_insights-cards .list-container .lists ul li h6 a,
              .news_insights .news_insights-cards .list-container .lists ul li h6 a:visited,
              .news_insights .news_insights-cards .list-container .lists ul li p a,
              .news_insights .news_insights-cards .list-container .lists ul li p a:visited {
                color: #333333; }
            .news_insights .news_insights-cards .list-container .lists ul li h6 {
              margin-bottom: 0.5rem;
              text-transform: capitalize; }
    .news_insights .news_insights-cards .view-all {
      margin-top: 4.68rem; }
    .news_insights .news_insights-cards .view-btn {
      padding: 0 0.5rem;
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      border-top: 1px solid #c3c3c3;
      border-bottom: 1px solid #c3c3c3;
      font-size: 12px; }
      .news_insights .news_insights-cards .view-btn, .news_insights .news_insights-cards .view-btn:hover, .news_insights .news_insights-cards .view-btn:visited, .news_insights .news_insights-cards .view-btn:focus {
        color: #333333; }
    .news_insights .news_insights-cards .explore-btn {
      background-image: url(../../../image/en/r1/icon/icon_link_right_l_white_hd.gif);
      background-repeat: no-repeat;
      background-position: 93% center;
      background-size: 16px 16px;
      -moz-background-size: 16px 16px;
      -webkit-background-size: 16px 17px;
      -o-background-size: 16px 16px;
      -ms-background-size: 16px 16px;
      word-break: break-all;
      padding-right: 2.5rem;
      max-width: 140px;
      max-width: fit-content;
      max-width: -moz-fit-content;
      margin: auto;
      margin-top: 2.8rem; }
    @media screen and (max-width: 767px) {
      .news_insights .news_insights-cards .carousels-container,
      .news_insights .news_insights-cards .list-container {
        margin-bottom: 2rem; }
      .news_insights .news_insights-cards .carousels-container {
        margin-bottom: 1rem; }
      .news_insights .news_insights-cards .view-all {
        margin-top: 2rem; }
      .news_insights .news_insights-cards .explore-btn {
        margin-top: 0; } }

.newstab {
  margin: auto;
  padding: 2rem 0 0 0;
  background: #ffffff; }
  .newstab ul li {
    display: inline-block;
    margin: 0.5rem;
    text-transform: uppercase;
    color: #000000;
    font-size: 1rem; }
    .newstab ul li a {
      color: #000000; }
  .newstab.news-tabs-fixed {
    position: fixed;
    top: 100.68px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 2; }

@keyframes "scroll" {
  from {
    top: 290px; }
  to {
    top: -550px; } }
@-moz-keyframes scroll {
  from {
    top: 290px; }
  to {
    top: -550px; } }
@-webkit-keyframes "scroll" {
  from {
    top: 290px; }
  to {
    top: -550px; } }
@-ms-keyframes "scroll" {
  from {
    top: 290px; }
  to {
    top: -550px; } }
@-o-keyframes "scroll" {
  from {
    top: 290px; }
  to {
    top: -550px; } }
.ecosystem_partners-section {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  margin: auto; }
  .ecosystem_partners-section .ecosystem_partners {
    position: relative;
    margin: 0 3rem; }
    .ecosystem_partners-section .ecosystem_partners .partner {
      margin: 0.25rem;
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid #dbd7d7; }
    .ecosystem_partners-section .ecosystem_partners .navigation-buttons {
      width: 100%; }
      .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-next, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-prev, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-prev, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0; }
        .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-next img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-prev img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-next img {
          max-width: 15px; }
      .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-prev, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-next {
        left: -3rem; }
      .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-next, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-prev {
        right: -3rem; }
    @media screen and (max-width: 767px) {
      .ecosystem_partners-section .ecosystem_partners .navigation-buttons {
        display: none; } }

.social_feed {
  background: url(../../../image/en/home/social_feed/bg2.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 4rem 0 4rem 0;
  margin: auto; }
  .social_feed .social {
    max-height: 40vh;
    overflow: auto; }

.contact_us {
  background: #1a1a1a;
  color: #ffffff;
  padding: 4rem 0;
  margin: auto; }
  .contact_us form {
    max-width: 700px;
    margin: auto; }
  .contact_us form#contact-form-web input,
  .contact_us form#contact-form-web textarea {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    float: left;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    margin: 0; }
    .contact_us form#contact-form-web input[type='checkbox'],
    .contact_us form#contact-form-web textarea[type='checkbox'] {
      display: initial;
      width: auto;
      height: auto;
      margin: 0;
      margin-right: 1rem; }
    .contact_us form#contact-form-web input[type='submit'],
    .contact_us form#contact-form-web textarea[type='submit'] {
      display: initial;
      background: #e60027;
      color: #ffffff;
      width: auto;
      height: 31px;
      font-size: 16px;
      font-weight: normal;
      border: none;
      padding: 5px 10px;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      margin: auto;
      margin-right: 0; }
    .contact_us form#contact-form-web input.btn,
    .contact_us form#contact-form-web textarea.btn {
      border-radius: 4px; }
  .contact_us form#contact-form-web textarea {
    height: 112px; }
  .contact_us form#contact-form-web label {
    display: inline-block;
    color: #ffffff; }

.career_header {
  padding-top: 8.48rem;
  margin-top: 0; }
  .career_header .play-button {
    margin: auto;
    margin-top: 1rem; }
  .career_header #career_header-slider img {
    width: 100%; }
  .career_header #career_header-slider .swiper-slide {
    min-height: calc(100vh - 136px);
    min-width: 100vw; }
    .career_header #career_header-slider .swiper-slide.slide-1 {
      background: url("../../../image/en/careers/careers_topslider/02.jpg");
      background-size: cover;
      background-position: top; }
    .career_header #career_header-slider .swiper-slide.slide-2 {
      background: url("../../../image/en/careers/careers_topslider/01.jpg");
      background-size: cover;
      background-position: top; }
    .career_header #career_header-slider .swiper-slide.slide-3 {
      background: url("../../../image/en/careers/careers_topslider/02.jpg");
      background-size: cover;
      background-position: top; }
	  .career_header #career_header-slider .swiper-slide.slide-4 {
      background: url("../../../image/en/careers/careers_topslider/04.jpg");
      background-size: cover;
      background-position: top; }
    .career_header #career_header-slider .swiper-slide .career_header-cont {
      position: absolute;
      left: 0;
      right: 0;
      color: #ffffff; }
      .career_header #career_header-slider .swiper-slide .career_header-cont .Grid4 {
        padding: 0 1rem; }
      .career_header #career_header-slider .swiper-slide .career_header-cont h2,
      .career_header #career_header-slider .swiper-slide .career_header-cont h4,
      .career_header #career_header-slider .swiper-slide .career_header-cont p {
        width: 100%; }
      .career_header #career_header-slider .swiper-slide .career_header-cont h2 {
        font-weight: 900;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        text-transform: uppercase; }
        .career_header #career_header-slider .swiper-slide .career_header-cont h2:after {
          content: "";
          background: #e60027;
          width: 100%;
          max-width: 495px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .career_header #career_header-slider .swiper-slide .career_header-cont p {
        margin: 0;
        font-size: 18px;
        font-weight: 400; }

.text_strip {
  flex-flow: column;
  padding-top: 0;
  background: #f9f9f9;
  margin-top: 0; }
  .text_strip p {
    color: #4d4d4d;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem; }
  .text_strip .make_a_difference {
    position: relative;
    padding-right: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 820px;
    /*margin: 5rem auto;*/
	margin: 4rem auto;
    padding: 0 .9375rem; }
    .text_strip .make_a_difference p {
      font-size: 0.9375rem;
      line-height: 1.5rem; }
    .text_strip .make_a_difference h4 {
      color: #4d4d4d;
      position: relative;
      padding-bottom: 1rem;
      margin-top: 0; }

.hitachi_spirit {
  padding: 0;
padding-top: 2rem;  
  padding-bottom: 4rem; }
  .hitachi_spirit p {
    margin-top: 0; }
  .hitachi_spirit .spirit_section .spirits {
    position: relative;
    background: #696A6D;
    color: #ffffff;
    margin: 1rem 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .hitachi_spirit .spirit_section .spirits .cell {
      position: relative; }
      .hitachi_spirit .spirit_section .spirits .cell:first-of-type, .hitachi_spirit .spirit_section .spirits .cell:last-of-type {
        display: flex;
        justify-content: center;
        align-items: center; }
      .hitachi_spirit .spirit_section .spirits .cell:last-of-type {
        padding: 0 2rem; }
      .hitachi_spirit .spirit_section .spirits .cell p {
        margin: 2rem 0;
        text-align: left; }
    .hitachi_spirit .spirit_section .spirits .btn.category {
      text-align: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      left: 0;
      border-radius: 0 25px 0 0;
      width: 100%; }
    .hitachi_spirit .spirit_section .spirits:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
      transform: scale(1.01); }

.spirit {
  padding: 0;
  /*padding-top: 4rem;
   padding-bottom: 4rem;*/
 padding-top: 0rem;
  padding-bottom: 0rem; }
  .spirit p {
    margin: 0.3rem 0 1.5rem 0; }
  .spirit .cntpnlbox {
    border: 1px solid #e60027;
    padding: 1rem 2rem;
    min-height: 320px;
    position: relative;
    margin-top: 4rem; }
    .spirit .cntpnlbox p {
      text-align: left;
      line-height: 1.5;
      margin-bottom: 0; }
    .spirit .cntpnlbox h6 {
      text-align: center;
      text-transform: uppercase;
      color: #555555;
      margin: 2rem 0 0 0;
      font-size: 1.1rem; }
    .spirit .cntpnlbox h5 {
      background: #e60027;
      width: 160px;
      height: 80px;
      border-top-left-radius: 90px;
      border-top-right-radius: 90px;
      text-align: center;
      font-size: 1.1rem;
      color: #ffffff;
      text-transform: uppercase;
      margin: auto;
      position: absolute;
      top: -52px;
      left: 0;
      right: 0;
      padding-top: 2rem; }
  .spirit.dark .cntpnlbox {
    border: 1px solid #555555;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .spirit.dark .cntpnlbox:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .spirit.dark h5 {
    background: #555555; }
  .spirit.dark h6 {
    color: #e60027; }

.our_culture {
  padding: 0; }
  .our_culture #our_culture-slider h4 {
    font-size: 2.3rem;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    color: #ffffff; }
  .our_culture #our_culture-slider img {
    width: 100%; }
  .our_culture #our_culture-slider .swiper-slide {
    min-height: 100vh;
    min-width: 100vw; }
    .our_culture #our_culture-slider .swiper-slide.slide-1 {
      background: url("../../../image/en/careers/careers_topslider/01.jpg");
      background-size: cover;
      background-position: center; }
    .our_culture #our_culture-slider .swiper-slide.slide-2 {
      background: url("../../../image/en/careers/careers_topslider/02.jpg");
      background-size: cover;
      background-position: center; }
    .our_culture #our_culture-slider .swiper-slide.slide-3 {
      background: url("../../../image/en/careers/careers_topslider/01.jpg");
      background-size: cover;
      background-position: center; }
.our_culture #our_culture-slider .swiper-slide.slide-4 {
      background: url("../../../image/en/careers/careers_topslider/04.jpg");
      background-size: cover;
      background-position: center; }
    .our_culture #our_culture-slider .swiper-slide .our_culture-cont {
      position: absolute;
      left: 0;
      right: 0;
      color: #ffffff; }
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont .Grid4 {
        padding: 0 1rem; }
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont h2,
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont h4,
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont p {
        width: 100%;
        text-align: left; }
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont h2 {
       text-align: left;
        font-weight: 400;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        font-size: 36px; }
        .our_culture #our_culture-slider .swiper-slide .our_culture-cont h2:after {
          content: "";
         background: #e60027;
          width: 100%;
          max-width: 400px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
		  .our_culture #our_culture-slider .swiper-slide .our_culture-cont h3 {
       text-align: center;
        font-weight: 300;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
		margin-top:0.75rem;
        font-size: 36px; }
        .our_culture #our_culture-slider .swiper-slide .our_culture-cont h3:after {
          content: "";
        /* background: #e60027;*/
          width: 100%;
          max-width: 400px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont p {
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        max-width: 495px; }
    @media screen and (max-width: 767px) {
      .our_culture #our_culture-slider .swiper-slide .our_culture-cont {
        padding: 0 15px; }
        .our_culture #our_culture-slider .swiper-slide .our_culture-cont h2 {
          font-size: 27px; }
          .our_culture #our_culture-slider .swiper-slide .our_culture-cont h2:after {
            max-width: 140px; } }

.recruitment_process {
  /*padding: 4rem 0;*/
  padding: 0;
  padding-bottom: 4rem; }
  .recruitment_process p {
    margin-top: 0;
    margin-bottom: 0; }
  .recruitment_process .recruitment_process-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-height: 380px; }
    .recruitment_process .recruitment_process-container hr {
      margin: 0;
      border-color: #e60027;
      position: absolute;
      width: 85%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 0; }
    .recruitment_process .recruitment_process-container .process {
      text-align: center;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      width: 20%; }
      .recruitment_process .recruitment_process-container .process .process-head {
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 0rem;
        z-index: 1;
        cursor: pointer; }
        .recruitment_process .recruitment_process-container .process .process-head .pro-num {
          border: 1px solid #e60027;
          padding: 3px;
          border-radius: 100%;
          height: 30px;
          width: 30px;
          margin: auto;
          background: #ffffff; }
          .recruitment_process .recruitment_process-container .process .process-head .pro-num:hover {
            padding: 0; }
          .recruitment_process .recruitment_process-container .process .process-head .pro-num span {
            background: #e60027;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            width: 100%;
            height: 100%; }
        .recruitment_process .recruitment_process-container .process .process-head h6 {
          position: absolute;
          top: 37%;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          color: #e60027;
          text-transform: capitalize;
          font-weight: 400;
          font-size: 0.8rem; }
      .recruitment_process .recruitment_process-container .process .process-content {
        opacity: 0;
        height: 350px;
        width: 100%;
        background: #ffffff;
        padding: 3rem 1rem 1rem 1rem;
        border-radius: 12px;
        margin-top: -3.5rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07), 0px 0px 20px rgba(0, 0, 0, 0.16);
        overflow: hidden;
        position: absolute;
        bottom: 0; }
        .recruitment_process .recruitment_process-container .process .process-content * {
          opacity: 0; }
        .recruitment_process .recruitment_process-container .process .process-content p {
          text-align: left;
          font-size: 0.75rem;
          line-height: 1.4; }
      .recruitment_process .recruitment_process-container .process.active {
        width: 33%; }
        .recruitment_process .recruitment_process-container .process.active .process-head {
          margin-bottom: 16rem; }
          .recruitment_process .recruitment_process-container .process.active .process-head .pro-num {
            height: 60px;
            width: 60px; }
            .recruitment_process .recruitment_process-container .process.active .process-head .pro-num span {
              font-size: 1.75rem; }
          .recruitment_process .recruitment_process-container .process.active .process-head h6 {
            top: 49%;
            font-size: 1rem; }
        .recruitment_process .recruitment_process-container .process.active .process-content {
          opacity: 1;
          height: 325px;
          width: 100%; }
          .recruitment_process .recruitment_process-container .process.active .process-content * {
            opacity: 1;
            transition: opacity 2s cubic-bezier(0.25, 0.8, 0.25, 1); }
          .recruitment_process .recruitment_process-container .process.active .process-content img {
            margin-bottom: 4rem;
            max-width: 100px; }
  @media screen and (max-width: 994px) {
    .recruitment_process .recruitment_process-container {
      flex-direction: column;
      margin-top: 2rem; }
      .recruitment_process .recruitment_process-container hr {
        display: none; }
      .recruitment_process .recruitment_process-container .process {
        position: static;
        width: 100%;
        margin-bottom: 1.75rem; }
        .recruitment_process .recruitment_process-container .process .process-head {
          flex-flow: column; }
          .recruitment_process .recruitment_process-container .process .process-head .pro-num {
            height: 40px;
            width: 40px; }
            .recruitment_process .recruitment_process-container .process .process-head .pro-num span {
              font-size: 1rem; }
          .recruitment_process .recruitment_process-container .process .process-head h6 {
            position: static;
            transform: translate(0%);
            font-size: 1rem;
            margin-top: 0.9rem; }
        .recruitment_process .recruitment_process-container .process .process-content {
          opacity: 1;
          position: static;
          transform: translate(0%);
          right: 0;
          width: 90%;
          margin-top: -4rem;
          padding-top: 5.5rem; }
          .recruitment_process .recruitment_process-container .process .process-content * {
            opacity: 1; }
        .recruitment_process .recruitment_process-container .process.active {
          width: 100%; }
          .recruitment_process .recruitment_process-container .process.active .process-head {
            margin-bottom: 0; }
            .recruitment_process .recruitment_process-container .process.active .process-head .pro-num {
              height: 40px;
              width: 40px; }
              .recruitment_process .recruitment_process-container .process.active .process-head .pro-num span {
                font-size: 1rem; }
            .recruitment_process .recruitment_process-container .process.active .process-head h6 {
              position: static;
              font-size: 1rem; }
          .recruitment_process .recruitment_process-container .process.active .process-content {
            width: 90%; } }

.employee_stories-section {
  background: url(../../../image/en/careers/employee_stories/bg.jpg);
  background-size: cover;
  background-position: top;
  color: #ffffff;
  padding: 4rem 0;
  margin: auto; }
  .employee_stories-section .employee_stories {
    position: relative; }
    .employee_stories-section .employee_stories .employee {
      color: #333333;
      margin: 1rem;
      position: relative;
      padding: 1rem 1rem;
      width:100%;}
      .employee_stories-section .employee_stories .employee .emp_details {
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 100%; }
        .employee_stories-section .employee_stories .employee .emp_details img {
          border: 1px solid #e60027;
          border-radius: 100%;
          max-width: 130px; }
        .employee_stories-section .employee_stories .employee .emp_details h6 {
          color: #333333;
          margin: 1.5rem 0; }
      .employee_stories-section .employee_stories .employee .emp_cont {
        min-height: 253px; }
        .employee_stories-section .employee_stories .employee .emp_cont p {
          min-height: 221px;
          margin-bottom: 1.5rem;
          margin-top: 0.25rem;
          text-align: left; }
      .employee_stories-section .employee_stories .employee .emp_social {
        text-align: center; }
    .employee_stories-section .employee_stories .navigation-buttons .swiper-button-next, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-prev, .employee_stories-section .employee_stories .navigation-buttons .swiper-button-prev, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 1; }
      .employee_stories-section .employee_stories .navigation-buttons .swiper-button-next img, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .employee_stories-section .employee_stories .navigation-buttons .swiper-button-prev img, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-next img {
        width: 15px; }
    .employee_stories-section .employee_stories .navigation-buttons .swiper-button-prev, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-next {
      left: -1rem; }
    .employee_stories-section .employee_stories .navigation-buttons .swiper-button-next, .employee_stories-section .employee_stories .navigation-buttons .swiper-container-rtl .swiper-button-prev {
      right: -1rem; }
  .employee_stories-section .swiper-pagination-employee_stories {
    display: none;
    bottom: -1rem; }
  @media screen and (max-width: 767px) {
    .employee_stories-section .swiper-pagination-employee_stories {
      display: block; }
    .employee_stories-section .navigation-buttons {
      display: none; }
    .employee_stories-section .employee_stories .employee .emp_cont p {
      min-height: unset; }
    .employee_stories-section .employee_stories-section .employee_stories .employee .emp_cont {
      min-height: 100%; } }

.hiring_section {
  background: #f9f9f9;
  padding: 4rem 0;
  padding-bottom: 4rem;
  margin-top: 0; }
  .hiring_section h4.work_with_us {
    font-weight: 300; }
  .hiring_section .job_card {
    text-align: center;
    position: relative;
    background: #ffffff;
    color: #333333;
    padding: 0.75rem 1rem;
    padding-top: 1.5rem;
    margin: 1rem 0;
    border-radius: 12px;
    min-height: 185px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .hiring_section .job_card a {
      color: inherit; }
    .hiring_section .job_card img[alt='LinkedIn'] {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 18px; }
    .hiring_section .job_card .job_head h6 {
      text-align: left; }
    .hiring_section .job_card .job_head p {
      text-align: left;
      margin: 0.75rem 0; }
    .hiring_section .job_card .job_footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: auto;
      width: 90%; }
      .hiring_section .job_card .job_footer a {
        color: #ffffff; }
      .hiring_section .job_card .job_footer .job_location {
        margin: 0;
        padding-left: 17px;
        position: relative;
        font-size: 11px;}
        .hiring_section .job_card .job_footer .job_location:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          background: url(../../../image/en/careers/location.svg);
          background-repeat: no-repeat;
          width: 17px;
          height: 17px;
          filter: brightness(0%); }
    .hiring_section .job_card:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22); }
  .hiring_section .hiring-list {
    position: relative; }
    .hiring_section .hiring-list:before {
      content: "Current Openings";
      position: absolute;
      left: -145px;
      top: 115px;
      background: #e60027;
      color: #ffffff;
      transform: translateY(0) rotate(-90deg);
      width: 150px;
      text-align: center;
      border-radius: 20px 20px 0 0;
      padding: 0.075rem 0;
      transform-origin: 100% 100%; }
    @media screen and (max-width: 767px) {
      .hiring_section .hiring-list:before {
        transform: translate(0);
        width: calc(100% - 1.25rem);
        position: static;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: -0.25rem; } }

/* ==========================================================================
  contact page start here
   ========================================================================== */
.contact .indiamap {
  width: 515px;
  margin: auto;
  display: block; }
.contact .linkedin-button {
  margin: auto; }
.contact .headquarter_address {
  margin-top: 1rem; }
  .contact .headquarter_address h6.headquarter {
    position: relative;
    padding-bottom: 0.25rem; }
    .contact .headquarter_address h6.headquarter:after {
      content: "";
      background: #e60027;
      width: 100%;
      max-width: 129px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .contact .headquarter_address p {
    line-height: 1.5; }
  .contact .headquarter_address a,
  .contact .headquarter_address a:visited,
  .contact .headquarter_address a:link {
    color: #333333; }
.contact .terms span,
.contact .terms label {
  font-size: 0.75rem;
  cursor: pointer;
  color: #ffffff; }
  .contact .terms span img,
  .contact .terms label img {
    margin-right: 0.2rem;
    width: 20px; }
.contact .terms input[type="checkbox"] {
  margin-top: 0rem;
  margin-right: 0.1rem; }
.contact .terms input[type='submit'].btn {
  margin-left: 0; }
.contact section {
  background: #ffffff;
  min-height: inherit;
  padding: 250px 0 100px 0;
  margin-top: 0; }
  .contact section h4,
  .contact section p {
    text-align: left;
    margin: 0.5rem 0 !important; }
.contact h2 {
  font-weight: 900;
  font-size: 2rem;
  text-align: left;
  color: #333333;
  margin-bottom: 0.5rem !important;
  margin-top: 0; }
.contact hr {
  display: block !important;
  border-bottom: 1px solid #E91C24; }
.contact section:nth-child(2) {
  background: #F2F2F2;
  min-height: inherit;
  padding: 100px; }
  .contact section:nth-child(2) .oterhitachi {
    background: #696A6D;
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem 1.2rem; }
    .contact section:nth-child(2) .oterhitachi p {
      margin: 0;
      padding: 0 0 0.5rem 0; }
    .contact section:nth-child(2) .oterhitachi h6 {
      text-transform: capitalize;
      margin-bottom: 1.2rem; }
    .contact section:nth-child(2) .oterhitachi h5 {
      margin-bottom: 1.2rem;
      padding-top: 1rem;
      font-size: 1.1rem; }
  .contact section:nth-child(2) h4 {
    text-align: center;
    width: 100%;
    margin: 2rem 0; }
.contact form#contact-form-web {
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 8px; }
  .contact form#contact-form-web label,
  .contact form#contact-form-web .terms label {
    color: #ffffff; }
.contact [type="number"], .contact [type="password"], .contact [type="search"], .contact [type="tel"], .contact [type="text"], .contact [type="time"], .contact [type="url"], .contact [type="week"], .contact textarea,
.contact [type="email"]:focus, .contact [type="number"]:focus, .contact [type="password"]:focus, .contact textarea:focus {
  background: #F3F4F5;
  box-shadow: none; }
.contact textarea {
  height: 111px; }
.contact .form-error {
  display: block;
  margin-bottom: 0; }
.contact section:nth-child(3) {
  min-height: inherit;
  padding: 100px; }
  .contact section:nth-child(3) .grid-container {
    background: #797B7E;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 3rem;
    color: #ffffff; }
    .contact section:nth-child(3) .grid-container h4 {
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0.5rem 0; }
    .contact section:nth-child(3) .grid-container p {
      margin: 0;
      padding: 0 0 0.5rem 0; }
    .contact section:nth-child(3) .grid-container .input-group {
      border-radius: 6px;
      border: 1px solid #ffffff;
      overflow: hidden; }
    .contact section:nth-child(3) .grid-container input[type="submit"] {
      background: #ffffff;
      color: #797B7E; }
    .contact section:nth-child(3) .grid-container [type="email"] {
      background: none;
      border-radius: 6px;
      height: inherit;
      padding: 3px 12px; }
.contact section.map-cont {
  padding: 4rem 0; }
  .contact section.map-cont h4 {
    margin-bottom: 2rem !important;
    font-weight: 400 !important;
    font-size: 1.5rem; }
    .contact section.map-cont h4 span {
      font-size: 1.3rem;
      font-weight: 400; }
    .contact section.map-cont h4 img {
      vertical-align: middle;
      margin-right: 0.5rem; }
  .contact section.map-cont select {
    padding: 0.1rem 1.5rem;
    height: inherit;
    font-weight: 300;
    border-radius: 6px;
    max-width: 291px;
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 2rem; }
    .contact section.map-cont select:focus {
      box-shadow: none !important;
      border: 0px !important; }
.contact #newsletterform {
  position: relative; }
.contact #errnews {
  position: absolute;
  bottom: -1.75rem; }

/* ==========================================================================
  terms_of_use page start here
   ========================================================================== */
.terms_of_use {
  padding: 8rem 0 4rem 0; }
  .terms_of_use p {
    text-align: left;
    margin-bottom: 0.7rem; }
  .terms_of_use h4 {
    text-align: left;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin: 30px 0 10px 0;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 6px; }
    .terms_of_use h4:after {
      content: "";
      background: #e60027;
      width: 100%;
      max-width: 100px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .terms_of_use h2 {
    text-align: left;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0; }
  .terms_of_use li {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.2;
    margin-bottom: 1rem; }

/* ==========================================================================
  about page start here
   ========================================================================== */
.seemore {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin-bottom: 4rem; }
  .seemore:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 30px;
    background: #e60027; }
  .seemore li {
    display: inline-block;
    cursor: pointer;
    margin: 0 -13rem; }
    .seemore li h4 {
      color: #333333;
      margin: 0;
      font-weight: 300; }
      .seemore li h4.headline {
        font-weight: 600;
        padding-bottom: 0.5rem; }
    .seemore li a h4 {
      color: #b3b3b3; }
    .seemore li a h4:hover {
      color: #b3b3b3; }

.see-more {
  padding-bottom: 4rem;
  background: #f9f9f9;
  padding-top: 4rem;
  margin-top: 0; }
  .see-more h4 {
    margin: 0; }
  .see-more a.btn {
    font-size: inherit;
    background-image: none;
    color: #ffffff;
    display: inline-block;
    height: 40px; }
    .see-more a.btn:hover {
      text-decoration: none; }

.horizontal-scroll-wrapper .journeymap {
  display: block;
  padding: 5px;
  transform-origin: right top; }

.journeymapmain p {
  text-align: center;
  margin-bottom: 0; }
.journeymapmain .journeymap {
  overflow: hidden; }
  .journeymapmain .journeymap img {
    max-width: 3150px;
    width: 6300px; }

.about .about_header {
  padding-top: 8.48rem;
  padding-bottom: 0;
  margin-top: 0; }
  .about .about_header #about_top_slider [class*='slide-'] {
    background-size: cover !important;
    background-position: center top !important; }
  .about .about_header #about_top_slider .slide-1 {
    background: url(../../../image/en/about/slider01.jpg); }
  .about .about_header #about_top_slider .slide-2 {
    background: url(../../../image/en/about/slider02.jpg); }
  .about .about_header #about_top_slider .slide-3 {
    background: url(../../../image/en/about/slider03.jpg); }
  .about .about_header #about_top_slider img {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    object-position: top; }
  .about .about_header #about_top_slider .swiper-slide {
    min-height: calc(100vh - 136px);
    width: 100vw; }
    .about .about_header #about_top_slider .swiper-slide .about-cont {
      position: absolute;
      left: 0;
      right: 0;
      color: #ffffff; }
      .about .about_header #about_top_slider .swiper-slide .about-cont .Grid4 {
        padding: 0 1rem; }
      .about .about_header #about_top_slider .swiper-slide .about-cont h2,
      .about .about_header #about_top_slider .swiper-slide .about-cont h4,
      .about .about_header #about_top_slider .swiper-slide .about-cont p {
        text-align: left; }
      .about .about_header #about_top_slider .swiper-slide .about-cont h2 {
        font-weight: 900;
        font-size: 45px;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        text-transform: uppercase;
        max-width: 600px;
        width: 100%; }
        .about .about_header #about_top_slider .swiper-slide .about-cont h2:after {
          content: "";
          background: #e60027;
          width: 100%;
          max-width: 315px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .about .about_header #about_top_slider .swiper-slide .about-cont p {
        margin: 0;
        font-weight: 400;
        font-size: 18px; }
  .about .about_header .linked a {
    margin-top: 1rem; }
.about .about_text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .about .about_text h4,
  .about .about_text p {
    text-align: left; }
  .about .about_text h4 {
    position: relative;
    padding-bottom: 0.5rem; }
    .about .about_text h4:after {
      content: "";
      background: #e60027;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .about .about_text .about_text-cont {
    margin-right: 2rem; }
.about h4:after {
  max-width: 135px; }
.about .aboutintro {
  background: url(../../../image/en/about/mainbg.jpg) no-repeat;
  position: relative;
  background-size: cover; }
  .about .aboutintro h2 {
    font-size: 45px;
    margin: 0;
    color: #ffffff; }
    .about .aboutintro h2 span {
      text-align: left;
      background: none;
      font-size: 45px;
      padding: 0px 45px;
      color: #ffffff;
      line-height: 0.78; }
  .about .aboutintro p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    z-index: 1;
    position: relative;
    color: #ffffff; }
  .about .aboutintro ul {
    margin: 1.5rem 0 0 0;
    padding: 0; }
    .about .aboutintro ul li {
      list-style: none;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 600;
      margin: 0;
      padding: 0 0 0 1rem;
      line-height: 1.3;
      background: url(../../../image/en/about/toparrow.png) 1px 13px no-repeat;
      background-size: 6px; }
.about section {
  background: #ffffff;
  padding: 4rem 0;
  min-height: inherit;
  position: relative; }
.about section:nth-child(2) {
  text-align: center;
  margin-top: 0; }
  .about section:nth-child(2) p {
    text-align: center; }
.about .overview {
  background: #f9f9f9;
  position: relative; }
  .about .overview p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5rem; }
.about .leadership {
  background: #f9f9f9; }
  .about .leadership .team {
    overflow: auto;
    padding: 0.3rem 0;
    position: relative;
    text-align: center; }
    .about .leadership .team figure {
      position: relative; }
      .about .leadership .team figure img:hover {
        filter: grayscale(1) !important;
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1); }
      .about .leadership .team figure span {
        position: absolute;
        top: 1rem;
        right: 1rem; }
    .about .leadership .team p {
      text-align: center;
      margin: 0.2rem 0 0 0;
      padding: 0;
      font-size: 0.75rem;
      letter-spacing: 0.07rem;
      color: #555555;
      font-weight: 400; }
    .about .leadership .team h6 {
      color: #333333;
      clear: right;
      margin-bottom: 0;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 1rem;
      font-size: 1rem;
      letter-spacing: 0.04rem; }
.about .what-we-believe {
  background: #f9f9f9; }
.about .corporate_philosophy hr {
  border-bottom: 1px solid #DE202C; }
.about .corporate_philosophy p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.2rem; }
.about .corporate_philosophy h5 {
  color: #555555;
  margin-bottom: 1rem; }
.about .corporate_philosophy .video_corporate {
  position: relative; }
  .about .corporate_philosophy .video_corporate a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.about .corporate_philosophy.founding_hitachi .btn {
  margin: 1rem auto;
  margin-top: 2rem;
  background-image: url(../../../image/en/r1/icon/icon_link_right_l_white_hd.gif);
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -webkit-background-size: 16px 17px;
  -o-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  word-break: break-all;
  padding-right: 2.5rem; }
.about .contact_us {
  background: #1a1a1a;
  color: #ffffff; }

.csrbtn {
  text-align: center; }
  .csrbtn .btn, .csrbtn a.btn {
    display: inline-block;
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important; }

.awards-section {
  text-align: center;
  margin-top: 0;
  padding: 4rem 0;
  background-color: #f2f2f2; }
  .awards-section p {
    margin: 0.3rem 0 1.5rem 0; }
  .awards-section .awards {
    position: relative; }
  .awards-section .logopnl {
    position: relative;
    height: 90px;
    margin: 0.5rem 0;
    max-width: 190px;
    padding: 0 1.7rem; }
    .awards-section .logopnl img {
      margin: 0.6rem 0 0 0; }
    .awards-section .logopnl :before {
      width: 32px;
      height: 90px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      background: url(../../../image/en/about/awards/leftdesign.svg);
      background-repeat: no-repeat; }
    .awards-section .logopnl :after {
      width: 32px;
      height: 90px;
      position: absolute;
      bottom: 0;
      right: 0;
      content: "";
      background-image: url(../../../image/en/about/awards/rightdesign.svg);
      background-repeat: no-repeat; }
    .awards-section .logopnl p {
      font-size: 0.8125rem; }
  .awards-section .navigation-buttons {
    width: 100%; }
    .awards-section .navigation-buttons .swiper-button-next, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-prev, .awards-section .navigation-buttons .swiper-button-prev, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .awards-section .navigation-buttons .swiper-button-next img, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .awards-section .navigation-buttons .swiper-button-prev img, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-next img {
        max-width: 15px; }
    .awards-section .navigation-buttons .swiper-button-prev, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-next {
      left: -3rem; }
    .awards-section .navigation-buttons .swiper-button-next, .awards-section .navigation-buttons .swiper-container-rtl .swiper-button-prev {
      right: -3rem; }
  .awards-section .swiper-pagination-awards {
    display: none; }
  @media screen and (max-width: 767px) {
    .awards-section .navigation-buttons {
      display: none; }
    .awards-section .awards {
      margin-top: 1.5rem; } }

/* ==========================================================================
  Services page start here
   ========================================================================== */
.services_header {
  padding-top: 8.48rem;
  margin-top: 0; }
  .services_header #services_top_slider,
  .services_header #solutions_top_slider {
    background: url(../../../image/en/services/services.jpg);
    background-size: cover;
    background-position: center top; }
    .services_header #services_top_slider img,
    .services_header #solutions_top_slider img {
      width: 100%;
      max-height: 90vh;
      object-fit: cover;
      object-position: top; }
    .services_header #services_top_slider .swiper-slide,
    .services_header #solutions_top_slider .swiper-slide {
      min-height: calc(100vh - 136px);
      min-width: 100vw; }
      .services_header #services_top_slider .swiper-slide .services-cont,
      .services_header #solutions_top_slider .swiper-slide .services-cont {
        position: absolute;
        left: 0;
        right: 0;
        color: #ffffff; }
        .services_header #services_top_slider .swiper-slide .services-cont .Grid4,
        .services_header #solutions_top_slider .swiper-slide .services-cont .Grid4 {
          padding: 0 1rem; }
        .services_header #services_top_slider .swiper-slide .services-cont h2,
        .services_header #services_top_slider .swiper-slide .services-cont h4,
        .services_header #services_top_slider .swiper-slide .services-cont p,
        .services_header #solutions_top_slider .swiper-slide .services-cont h2,
        .services_header #solutions_top_slider .swiper-slide .services-cont h4,
        .services_header #solutions_top_slider .swiper-slide .services-cont p {
          text-align: left; }
        .services_header #services_top_slider .swiper-slide .services-cont h2,
        .services_header #solutions_top_slider .swiper-slide .services-cont h2,
        .services_header #solutions_top_slider .swiper-slide .services-cont h1,
        .services_header #services_top_slider .swiper-slide .services-cont h1 {
          font-weight: 900;
          font-size: 45px;
          position: relative;
          background: none;
          display: inline-block;
          margin: 0;
          margin-bottom: 0.75rem;
          padding-bottom: 0.5rem;
          text-transform: uppercase; }
          .services_header #services_top_slider .swiper-slide .services-cont h2:after,
          .services_header #solutions_top_slider .swiper-slide .services-cont h2:after,
          .services_header #solutions_top_slider .swiper-slide .services-cont h1:after,
          .services_header #services_top_slider .swiper-slide .services-cont h1:after
 {
            content: "";
            background: #e60027;
            width: 100%;
            max-width: 135px;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0; }
        .services_header #services_top_slider .swiper-slide .services-cont p,
        .services_header #solutions_top_slider .swiper-slide .services-cont p {
          margin: 0;
          font-weight: 400;
          font-size: 18px; }
  .services_header #solutions_top_slider {
    background: url(../../../image/en/solutions/solutions.jpg);
    background-size: cover;
    background-position: center top; }
	
	 .services_header #aws_top_slider {
    background: url(../../../image/en/solutions/aws/aws.jpg);
    background-size: cover;
    background-position: center top; }

.services_text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .services_text h4,
  .services_text p {
    text-align: left; }
  .services_text h4 {
    position: relative;
    padding-bottom: 0.5rem; }
    .services_text h4:after {
      content: "";
      background: #e60027;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .services_text .services_text-cont {
    margin-right: 2rem; }

.our_services {
  padding-bottom: 4rem; }
  .our_services .services_text-cont {
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 14px 0px rgba(202, 202, 202, 0.45);
    margin: 0 0.5rem;
    padding: 1rem;
    min-height: 305px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .our_services .services_text-cont img {
      max-width: 130px;
      max-height: 80px; }
      .our_services .services_text-cont img[alt=">"] {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .our_services .services_text-cont h6 {
      min-height: 34px; }
       .our_services .services_text-cont h1 {
      min-height: 34px; }

    .our_services .services_text-cont a {
      position: absolute;
      bottom: 1rem;
      left: 0;
      right: 0;
      color: #333333;
      height: 90%;
      padding: 0 0.25rem; }
    .our_services .services_text-cont p {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .our_services .services_text-cont:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22); }
  .our_services .services_cntarea .imgsctn {
    background-color: #f2f2f2;
    padding: 4rem; }
  .our_services .services_cntarea p {
    text-align: left;
    width: 100%; }
  .our_services .services_cntarea h6 {
    position: relative;
    padding: 0 0 1rem 0;
    font-size: 1.2rem; }
    
     .our_services .services_cntarea h1 {
    position: relative;
    padding: 0 0 1rem 0;
    font-size: 1.2rem;
    margin: 0px 0px 10px  !important; 
    }

    
    
    .our_services .services_cntarea h6:after {
      content: "";
      background: #e60027;
      width: 100%;
      max-width: 80px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      
     .our_services .services_cntarea h1:after {
      content: "";
      background: #e60027;
      width: 100%;
      max-width: 80px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left:0;
      right: 0; }

  .our_services .services_cntarea .link-to {
    margin: auto; }
    .our_services .services_cntarea .link-to a {
      padding: 0 0.5rem;
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      border-top: 1px solid #c3c3c3;
      border-bottom: 1px solid #c3c3c3;
      font-weight: 400; }
      .our_services .services_cntarea .link-to a, .our_services .services_cntarea .link-to a:hover, .our_services .services_cntarea .link-to a:visited, .our_services .services_cntarea .link-to a:focus {
        color: #333333; }
    @media screen and (max-width: 767px) {
      .our_services .services_cntarea .link-to {
        margin: 1rem 0; } }
  .our_services .services_cntarea .grid-x.grid-margin-x {
    padding: 3rem 0;
    position: relative; }
    .our_services .services_cntarea .grid-x.grid-margin-x span {
      position: absolute;
      top: -136px;
      pointer-events: none; }
  .our_services .services_cntarea .grid-x.grid-margin-x:nth-of-type(1) {
    padding-top: 0; }
  .our_services .services_cntarea .grid-x.grid-margin-x:last-child {
    padding-bottom: 0; }

.services_cntareaodd {
  text-align: right; }
  .services_cntareaodd p {
    text-align: right !important; }
  .services_cntareaodd h6 {
    text-align: right; }
    .services_cntareaodd h6:after {
      left: inherit !important; }
      
      .services_cntareaodd h1:after {
      left: inherit !important; }

      
  @media screen and (max-width: 767px) {
    .services_cntareaodd {
      text-align: left; }
      .services_cntareaodd p {
        text-align: left !important; }
      .services_cntareaodd h6 {
        text-align: left; }
        .services_cntareaodd h6:after {
          left: 0 !important; } }

.key_competencies {
  padding-bottom: 4rem; }
  .key_competencies h4 {
    margin-bottom: 2rem; }
  .key_competencies p {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.3rem 0;
    font-size: 0.97rem; }

.our_services-videos .grid-container {
  margin: auto;
  width: 100%; }

.case_studies.hiring_section.our_services-videos {
  background: white;
  padding: 0; }

.our_services-videos h4 {
  font-weight: 400;
  font-size: 1.6rem;
  max-width: 558px;
  width: 100%;
  margin: auto;
  margin-bottom: 1.5rem;
  margin-top: 2rem; }
.our_services-videos h5 {
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1.3rem; }
.our_services-videos .video_corporate {
  position: relative; }
  .our_services-videos .video_corporate a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.our_services-videos .case_studies-container h6 {
  text-align: left;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-transform: capitalize; }

.our_services-popup {
  display: none;
  min-height: calc(100vh - 121px);
  align-items: center;
  justify-content: center; }
  .our_services-popup .cell.our_services-popup-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem; }
    .our_services-popup .cell.our_services-popup-col h4 {
      position: relative;
      margin-bottom: 0.75rem;
      padding-bottom: 0.75rem;
      display: inline-block; }
      
      .our_services-popup .cell.our_services-popup-col h1 {
      position: relative;
      margin-bottom: 0.75rem;
      padding-bottom: 0.75rem;
      display: inline-block; 
      font-size:2rem      }

      
      
      .our_services-popup .cell.our_services-popup-col h4:after {
        content: "";
        background: #e60027;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
        
        .our_services-popup .cell.our_services-popup-col h1:after {
        content: "";
        background: #e60027;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }

    .our_services-popup .cell.our_services-popup-col .servicespopup-list {
      text-align: center;
      padding: 0;
      margin-top: 2.5rem; }
      .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell {
        position: relative;
        padding: 0 1rem;
        max-width: 300px;
        margin: 0 auto; }
        .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell h6 {
          min-height: 34px;
          margin-bottom: 1rem; }
        .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell .imgs {
          position: relative;
          min-height: 100px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell .imgs img {
            max-width: 100px;
            max-height: 100px;
            width: auto;
            height: auto; }
          .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell .imgs:after {
            content: "";
            position: absolute;
            right: -1rem;
            top: 50%;
            transform: translateY(-50%);
            background: #231f20;
            width: 1px;
            height: 100px; }
        .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell ul {
          margin-top: 1rem; }
          .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell ul li {
            border-bottom: 1px solid #e60027;
            margin-bottom: 0.25rem;
            padding-bottom: 0.25rem; }
            .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell ul li:last-of-type {
              border-bottom: 0; }
        .our_services-popup .cell.our_services-popup-col .servicespopup-list .cell:last-of-type .imgs:after {
          display: none; }

.talktohitachi {
  font-weight: 600;
  margin-top: 2rem;
  font-size: 1rem; }

.case_studies {
  padding-bottom: 4rem;
  background: #f9f9f9;
  position: relative; }
  .case_studies .case_studies-container {
    position: relative;
    padding: 0 1rem; }
  .case_studies h6 {
    min-height: 34px;
    text-align: center; }
  .case_studies .link-to {
    text-align: center;
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    margin: auto; }
    .case_studies .link-to a {
      padding: 0.25rem 0.5rem;
      border-top: 1px solid #c3c3c3;
      border-bottom: 1px solid #c3c3c3;
      font-weight: 400; }
      .case_studies .link-to a, .case_studies .link-to a:hover, .case_studies .link-to a:visited, .case_studies .link-to a:focus {
        color: #333333; }
  .case_studies .readmore {
    text-align: left;
    position: absolute;
    bottom: 0.5rem; }
    .case_studies .readmore a {
      padding: 0.25rem 0rem;
      font-weight: 400; }
      .case_studies .readmore a, .case_studies .readmore a:hover, .case_studies .readmore a:visited, .case_studies .readmore a:focus {
        color: #333333; }
  .case_studies .case_card {
    text-align: center;
    position: relative;
    background: #ffffff;
    color: #333333;
    padding: 0.75rem 1rem;
    padding-top: 1.5rem;
    margin: 1rem 0;
    border-radius: 12px;
    min-height: 180px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .case_studies .case_card a {
      color: inherit; }
    .case_studies .case_card img[alt='LinkedIn'] {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 18px; }
    .case_studies .case_card .case_head h6 {
      text-align: left; }
    .case_studies .case_card .case_head p {
      text-align: left;
      margin: 0.75rem 0; }
    .case_studies .case_card:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22); }

/* ==========================================================================
  News Insights page start here
   ========================================================================== */
.newsinsights_header {
  padding-top: 8.48rem;
  margin-top: 0; }
  .newsinsights_header #newsinsights_top_slider {
    background: url(../../../image/en/news_insights/headerimage.jpg);
    background-size: cover;
    background-position: center top; }
    .newsinsights_header #newsinsights_top_slider img {
      width: 100%;
      max-height: 90vh;
      object-fit: cover;
      object-position: top; }
    .newsinsights_header #newsinsights_top_slider .swiper-slide {
      min-height: calc(100vh - 136px);
      min-width: 100vw; }
      .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont {
        position: absolute;
        left: 0;
        right: 0;
        color: #ffffff; }
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont .Grid4 {
          padding: 0 1rem; }
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont h2,
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont h4,
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont p {
          text-align: left; }
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont h2 {
          font-weight: 900;
          font-size: 45px;
          position: relative;
          background: none;
          display: inline-block;
          margin: 0;
          margin-bottom: 0.75rem;
          padding-bottom: 0.5rem;
          text-transform: uppercase; }
          .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont h2:after {
            content: "";
            background: #e60027;
            width: 100%;
            max-width: 215px;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0; }
        .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont p {
          margin: 0;
          font-weight: 400;
          font-size: 15px; }

.tabs,
.tabs-content {
  border: none;
  background: none; }

.tabs {
  display: block;
  margin: auto;
  text-align: center; }
  .tabs .tabs-title {
    float: none;
    margin: auto;
    display: inline-block;
    text-transform: uppercase; }
    .tabs .tabs-title > a {
      position: relative;
      color: inherit;
      font-size: 1rem; }
      .tabs .tabs-title > a:hover {
        font-weight: 600; }
      .tabs .tabs-title > a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #cccccc; }
    .tabs .tabs-title:last-of-type > a:after {
      display: none; }
    .tabs .tabs-title > a:focus, .tabs .tabs-title > a:hover, .tabs .tabs-title > a[aria-selected=true] {
      background: none;
      font-weight: 600; }
  .tabs:before, .tabs:after {
    display: none; }
  .tabs a.btn {
    background-image: none;
    color: #ffffff; }
    .tabs a.btn:hover {
      color: #ffffff;
      text-decoration: none; }

.filters {
  margin-bottom: 1rem;
  border-bottom: 1px solid #333333; }
  .filters li {
    display: inline-block;
    margin: 0 0.25rem; }
    .filters li:first-of-type {
      font-weight: 600;
      margin-left: 0; }
    .filters li a {
      color: #333333; }
      .filters li a.active {
        font-weight: bold; }

		
		  
.newssection {
  padding-bottom: 4rem; }
  .newssection h4.headline::after {
    max-width: 85px; }
  .newssection p {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.6rem 0;
    padding-bottom: 1rem;
    margin: 0 !important;
    font-weight: bold; }
    .newssection p span {
      display: block;
      font-weight: normal;
      max-width: 100px;
      width: 100%;
      font-size: 12px;
      right: 0;
      margin-bottom: 0.5rem; }
    .newssection p a {
      color: #333333; }
    .newssection p:hover {
      background: #f9f9f9; }
    .newssection p:after {
      position: absolute;
      bottom: 0.8rem;
      left: 0;
      font-size: 10px;
      letter-spacing: 0.5px;
      width: auto;
      height: auto;
      background: #737373;
      color: #fff;
      padding: 0.25rem 0.5rem;
      font-weight: 400;
      display: none; }
    .newssection p.hitachi-news:after {
      content: "Hitachi in the News"; }
    .newssection p.press_release:after {
      content: "Press Release"; }
    .newssection p.interview:after {
      content: "Interview"; }
  .newssection .btn, .newssection a.btn {
    margin: 1.5rem auto 0 auto; }

	
	
	
/* ==========================================================================
  HR Blogs page start here
   ========================================================================== */
.hrblogs_header {
  padding-top: 8.48rem;
  margin-top: 0; }
  .hrblogs_header #hrblogs_top_slider {
    background: url(../../../image/en/hrblogs/headerimage.jpg);
    background-size: cover;
    background-position: center top; }
   
    .hrblogs_header #hrblogs_top_slider img {
      width: 100%;
      max-height: 90vh;
      object-fit: cover;
      object-position: top; }
    .hrblogs_header #hrblogs_top_slider .swiper-slide {
      min-height: calc(100vh - 136px);
      min-width: 100vw; }
      .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont {
        position: absolute;
        left: 0;
        right: 0;
        color: #ffffff; }
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont .Grid4 {
          padding: 0 1rem; }
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h2,
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h4,
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont p {
          text-align: left; }
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h2,
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h1 {
          font-weight: 900;
          font-size: 45px;
          position: relative;
          background: none;
          display: inline-block;
          margin: 0;
          margin-bottom: 0.75rem;
          padding-bottom: 0.5rem;
          text-transform: uppercase; }
          .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h2:after,
          .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont h1:after{
            content: "";
            background: #e60027;
            width: 100%;
            max-width: 215px;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0; }
        .hrblogs_header #hrblogs_top_slider .swiper-slide .services-cont p {
          margin: 0;
          font-weight: 400;
          font-size: 15px; }
		 

 .hrblogs_header #hrblogs_top_slider1 {
    background: url(../../../image/en/hrblogs/emppostheader.jpg);
    background-size: cover;
    background-position: center top; }
  .hrblogs_header #hrblogs_top_slider1 img {
      width: 100%;
      max-height: 90vh;
      object-fit: cover;
      object-position: top; }
    .hrblogs_header #hrblogs_top_slider1 .swiper-slide {
      min-height: calc(100vh - 136px);
      min-width: 100vw; }
      .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont {
        position: absolute;
        left: 0;
        right: 0;
        color: #ffffff; }
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont .Grid4 {
          padding: 0 1rem; }
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h2,
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h4,
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont p {
          text-align: left; }
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h2,
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h1 {
          font-weight: 900;
          font-size: 45px;
          position: relative;
          background: none;
          display: inline-block;
          margin: 0;
          margin-bottom: 0.75rem;
          padding-bottom: 0.5rem;
          text-transform: uppercase; }
          .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h2:after,
           .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont h1:after {
            content: "";
            background: #e60027;
            width: 100%;
            max-width: 215px;
            height: 2px;
            position: absolute;
            bottom: 0;
            left: 0; }
        .hrblogs_header #hrblogs_top_slider1 .swiper-slide .services-cont p {
          margin: 0;
          font-weight: 400;
          font-size: 15px; }
		 


	 	
.hrblogsection {
  padding-bottom: 4rem;background: #f9f9f9;
    padding-bottom: 3rem;
    padding-top: 4rem;
margin-top: 0rem;	}
  .hrblogsection h4.headline::after {
    max-width: 85px; }
  .hrblogsection p {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.6rem 0;
    padding-bottom: 1rem;
    margin: 0 !important;
    font-weight: bold; }
    .hrblogsection p span {
      display: block;
      font-weight: normal;
      max-width: 100px;
      width: 100%;
      font-size: 12px;
      right: 0;
      margin-bottom: 0.5rem; }
    .hrblogsection p a {
      color: #333333; }
    .hrblogsection p:hover {
      background: #f9f9f9; }
    .hrblogsection p:after {
      position: absolute;
      bottom: 0.8rem;
      left: 0;
      font-size: 10px;
      letter-spacing: 0.5px;
      width: auto;
      height: auto;
      background: #737373;
      color: #fff;
      padding: 0.25rem 0.5rem;
      font-weight: 400;
      display: none; }
    .hrblogsection p.hitachi-news:after {
      content: "Hitachi in the News"; }
    .hrblogsection p.press_release:after {
      content: "Press Release"; }
    .hrblogsection p.interview:after {
      content: "Interview"; }
  .hrblogsection .btn, .hrblogsection a.btn {
    margin: 1.5rem auto 0 auto; }
	
	.hrblogtitle{font-size: 50px;
	font-weight:500; text-align:left;
	}
	.hrblogtext{color: #000000;
margin-bottom: 10px; text-align:justify;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
	}
	.hrbloglistings{
    background: #ffffff;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); width:100% }
	.hrbloglistings#hrbloglisting:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22); }
	.hrbloglistings.btn {
      background-image: url(../../../image/en/r1/icon/icon_link_right_xl_hover_hd.gif);
      background-repeat: no-repeat;
      background-color: #ffffff;
      color: #e60027;
      background-size: 17px;
      background-position: right;
      padding-left: 0; }
	.hrbloglistings#hrbloglistings h5 {
      font-weight: 400 !important;
      margin-bottom: 1rem; }
	.hrbloglistings#hrbloglistings p {
       text-align: left;
      color: #6c6c6c; }
.hrbloglistings .linked a.btn {
    margin: 1.5rem auto; }
	.hrbloglistingstags {
    padding: 0.5rem;  margin:0.5rem;
	background-color:#f2f2f2; color:#000; border-radius: 5px;}  
	  
	
.events {
  padding-bottom: 3rem; }
  .events h4.headline::after {
    max-width: 90px; }
  .events .events_slider {
    position: relative;
    padding: 0 2rem; }
    .events .events_slider #events_slider .event {
      margin: 0.5rem 1rem;
      text-align: left;
      border-radius: 6px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      overflow: auto; }
.events .events_slider #events_slider .event img{
    width:100%; height:187px; object-fit: cover;
}
      .events .events_slider #events_slider .event .event_cont {
        padding: 1rem; }
        .events .events_slider #events_slider .event .event_cont h6 {
          margin: 1.5rem 0;
          margin-top: 0.5rem;
          color: #333333;
          min-height: 35px; }
        .events .events_slider #events_slider .event .event_cont p {
          text-align: left;
          margin: 0; }
          .events .events_slider #events_slider .event .event_cont p:last-child {
            min-height: 50px; }
      .events .events_slider #events_slider .event .event_link {
        text-align: center;
        margin: auto;
        margin-bottom: auto;
        width: 100%;
        display: block;
        margin-bottom: 0.7rem; }
    .events .events_slider .navigation-buttons {
      width: 100%; }
      .events .events_slider .navigation-buttons .swiper-button-next, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev, .events .events_slider .navigation-buttons .swiper-button-prev, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0; }
        .events .events_slider .navigation-buttons .swiper-button-next img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next img {
          max-width: 15px; }
      .events .events_slider .navigation-buttons .swiper-button-prev, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
        left: 0; }
      .events .events_slider .navigation-buttons .swiper-button-next, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev {
        right: 0; }
    @media screen and (max-width: 767px) {
      .events .events_slider .navigation-buttons {
        display: none; } }
  .events .linked a.btn {
    margin: 1.5rem auto; }

.resources {
  background: #f9f9f9;
  padding-bottom: 2.5rem;
 /* padding-top: 4rem;*/
 padding-top: 2.5rem;
 }
  .resources .video_corporate {
    position: relative; }
    .resources .video_corporate a {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .resources h4.headline::after {
    max-width: 90px; }
  .resources .resources_slider {
    position: relative;
    padding: 0 2rem; }
    .resources .resources_slider .resources_slider-in .resource,
    .resources .resources_slider #video_slider_res .resource {
      background: #ffffff;
      margin: 0.5rem 1rem;
      text-align: left;
      border-radius: 6px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      overflow: auto; }
      
        .resources .resources_slider .resources_slider-in1 .resource,
    .resources .resources_slider #video_slider_res .resource {
      background: #ffffff;
      margin: 0.5rem 1rem;
      text-align: left;
      border-radius: 6px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      overflow: auto; }

      
      
      
      
      
      
      .resources .resources_slider .resources_slider-in .resource .resource_cont,
      .resources .resources_slider #video_slider_res .resource .resource_cont {
        padding: 1rem; }
        
         .resources .resources_slider .resources_slider-in1 .resource .resource_cont,
      .resources .resources_slider #video_slider_res .resource .resource_cont {
        padding: 1rem; }

        .resources .resources_slider .resources_slider-in .resource .resource_cont h6,
        .resources .resources_slider #video_slider_res .resource .resource_cont h6 {
          margin: 1.5rem 0;
          margin-top: 0.5rem;
          font-weight: 400;
          color: #333333;
          min-height: 55px;
          margin-bottom: 0; }
          
          .resources .resources_slider .resources_slider-in1 .resource .resource_cont h6,
        .resources .resources_slider #video_slider_res .resource .resource_cont h6 {
          margin: 1.5rem 0;
          margin-top: 0.5rem;
          font-weight: 400;
          color: #333333;
          min-height: 55px;
          margin-bottom: 0; }

          .resources .resources_slider .resources_slider-in .resource .resource_cont h6.noht,
          .resources .resources_slider #video_slider_res .resource .resource_cont h6.noht {
            min-height: 100%;
            margin-top: 0; }
            
             .resources .resources_slider .resources_slider-in1 .resource .resource_cont h6.noht,
          .resources .resources_slider #video_slider_res .resource .resource_cont h6.noht {
            min-height: 100%;
            margin-top: 0; }

          .resources .resources_slider .resources_slider-in .resource .resource_cont h6 img,
          .resources .resources_slider #video_slider_res .resource .resource_cont h6 img {
            max-width: 14px;
            vertical-align: top; }
            
             .resources .resources_slider .resources_slider-in1 .resource .resource_cont h6 img,
          .resources .resources_slider #video_slider_res .resource .resource_cont h6 img {
            max-width: 14px;
            vertical-align: top; }

        .resources .resources_slider .resources_slider-in .resource .resource_cont p,
        .resources .resources_slider #video_slider_res .resource .resource_cont p {
          text-align: left;
          color: #a6a6a6;
          margin: 0; }
          
          .resources .resources_slider .resources_slider-in .resource .resource_cont p,
        .resources .resources_slider #video_slider_res .resource .resource_cont p {
          text-align: left;
          color: #a6a6a6;
          margin: 0; }

      .resources .resources_slider .resources_slider-in .resource .resource_link,
      .resources .resources_slider #video_slider_res .resource .resource_link {
        text-align: center;
        margin: auto;
        margin-bottom: auto;
        width: 100%;
        display: block;
        margin-bottom: 0.7rem; }
        
         .resources .resources_slider .resources_slider-in .resource .resource_link,
      .resources .resources_slider #video_slider_res .resource .resource_link {
        text-align: center;
        margin: auto;
        margin-bottom: auto;
        width: 100%;
        display: block;
        margin-bottom: 0.7rem; }

      .resources .resources_slider .resources_slider-in .resource .link-to,
      .resources .resources_slider #video_slider_res .resource .link-to {
        margin-bottom: 1rem;
        text-align: center; }
        
        .resources .resources_slider .resources_slider-in1 .resource .link-to,
      .resources .resources_slider #video_slider_res .resource .link-to {
        margin-bottom: 1rem;
        text-align: center; }

        .resources .resources_slider .resources_slider-in .resource .link-to a,
        .resources .resources_slider #video_slider_res .resource .link-to a {
          padding: 0 0.5rem;
          min-height: 32px;
          display: inline-flex;
          align-items: center;
          border-top: 1px solid #c3c3c3;
          border-bottom: 1px solid #c3c3c3;
          font-weight: 400;
          color: #333333; }
          
          .resources .resources_slider .resources_slider-in1 .resource .link-to a,
        .resources .resources_slider #video_slider_res .resource .link-to a {
          padding: 0 0.5rem;
          min-height: 32px;
          display: inline-flex;
          align-items: center;
          border-top: 1px solid #c3c3c3;
          border-bottom: 1px solid #c3c3c3;
          font-weight: 400;
          color: #333333; }

    .resources .resources_slider .navigation-buttons {
      width: 100%; }
      .resources .resources_slider .navigation-buttons .swiper-button-next, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev, .resources .resources_slider .navigation-buttons .swiper-button-prev, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0; }
        .resources .resources_slider .navigation-buttons .swiper-button-next img, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .resources .resources_slider .navigation-buttons .swiper-button-prev img, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-next img {
          max-width: 15px; }
      .resources .resources_slider .navigation-buttons .swiper-button-prev, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
        left: 0; }
      .resources .resources_slider .navigation-buttons .swiper-button-next, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev {
        right: 0; }
    @media screen and (max-width: 767px) {
      .resources .resources_slider .navigation-buttons {
        display: none; } }
  .resources #white_papers .white_papers-listing,
  .resources #white_papers .case_studies-listing,
  .resources #case_studies .white_papers-listing,
  .resources #case_studies .case_studies-listing {
    background: #ffffff;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .resources #white_papers .white_papers-listing:hover,
    .resources #white_papers .case_studies-listing:hover,
    .resources #case_studies .white_papers-listing:hover,
    .resources #case_studies .case_studies-listing:hover {
      box-shadow: 0 2px 11px rgba(0, 0, 0, 0.25), 0 0px 0px rgba(0, 0, 0, 0.22); }
    .resources #white_papers .white_papers-listing .btn,
    .resources #white_papers .case_studies-listing .btn,
    .resources #case_studies .white_papers-listing .btn,
    .resources #case_studies .case_studies-listing .btn {
      background-image: url(../../../image/en/r1/icon/icon_link_right_xl_hover_hd.gif);
      background-repeat: no-repeat;
      background-color: #ffffff;
      color: #e60027;
      background-size: 17px;
      background-position: right;
      padding-left: 0; }
    .resources #white_papers .white_papers-listing h5,
    .resources #white_papers .case_studies-listing h5,
    .resources #case_studies .white_papers-listing h5,
    .resources #case_studies .case_studies-listing h5 {
      font-weight: 400 !important;
      margin-bottom: 1rem; }
    .resources #white_papers .white_papers-listing p,
    .resources #white_papers .white_papers-listing .linked .btn,
    .resources #white_papers .case_studies-listing p,
    .resources #white_papers .case_studies-listing .linked .btn,
    .resources #case_studies .white_papers-listing p,
    .resources #case_studies .white_papers-listing .linked .btn,
    .resources #case_studies .case_studies-listing p,
    .resources #case_studies .case_studies-listing .linked .btn {
      text-align: left;
      color: #6c6c6c; }
    .resources #white_papers .white_papers-listing .linked .btn,
    .resources #white_papers .case_studies-listing .linked .btn,
    .resources #case_studies .white_papers-listing .linked .btn,
    .resources #case_studies .case_studies-listing .linked .btn {
      margin: 0; }
    .resources #white_papers .white_papers-listing .dateresources,
    .resources #white_papers .case_studies-listing .dateresources,
    .resources #case_studies .white_papers-listing .dateresources,
    .resources #case_studies .case_studies-listing .dateresources {
      margin-bottom: 1rem;
      color: #a6a6a6; }
  .resources #case_studies .case_studies-listing {
    padding: 0; }
    .resources #case_studies .case_studies-listing .case_studies-cont {
      padding: 1rem 0.5rem;
      display: flex;
      flex-flow: column wrap;
      justify-content: center; }
  .resources .linked a.btn {
    margin: 1.5rem auto; }

.newsbottomcnt {
  background: #f9f9f9;
  background-size: cover;
  background-position: center top;
  padding-bottom: 2rem; }
  .newsbottomcnt img {
    width: 100%;
    max-height: 30vh;
    object-fit: cover;
    object-position: top; }
  .newsbottomcnt p {
    text-align: left;
    line-height: 1.5; }
    .newsbottomcnt p a {
      color: #333333; }
  .newsbottomcnt h5 {
    color: #696A6D;
    margin-bottom: 1rem; }

.footer .FatMenu, .footer .FatMenuWide {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  background-color: #ffffff; }
.footer h3 {
  letter-spacing: inherit; }
.footer #SocialAccountBottom {
  padding: 12px 0; }
.footer .FMLinkListStyle li a:link, .footer .FMLinkListStyle li a:visited {
  background: none;
  color: #666; }
.footer .FMSubHeaderLink {
  font-size: 100% !important; }
.footer .FMLinkListStyle li {
  font-size: 100% !important; }

#bcktotop {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%); }
  #bcktotop img {
    width: 22px; }

#SocialAccountBottom {
  border: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and (max-width: 994px) {
  .JS #Contents {
    padding: 0; }
    .JS #Contents section h2, .JS #Contents section h4, .JS #Contents section p {
      margin: 1.5rem 0; }

  .client_success .client_success-cards .card,
  .solution_service .solution_service-grid .grid-col,
  .news_insights .news_insights-cards .card,
  .solution_service .GridSet > * {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: calc(100vw - 30px);
    margin: 15px auto; } }
@media screen and (max-width: 767px) {
  .CourtesyNavi {
    display: none; }

  .JS #SiteIdentityL .Title, .JS #SiteIdentityS .Title {
    padding-bottom: 0.4rem; } }
/* ==========================================================================
   Print styles
   ========================================================================== */
@media all and (-ms-high-contrast: none) {
  .GridSet {
    margin: 0; }

  /* IE10 */
  *::-ms-backdrop, .GridSet {
    margin: 0; }

  .client_success img {
    margin: 0;
    width: 100%; }

  *::-ms-backdrop, .client_success img {
    margin: 0;
    width: 100%; }

  .explore-btn {
    display: inline; }

  *::-ms-backdrop, section .grid-container.fluid {
    margin: 0; }

  section .grid-container.fluid {
    margin: 0; }

  *::-ms-backdrop, section .grid-container {
    margin: 0; }

  section .grid-container {
    margin: 0; }

  *::-ms-backdrop, .cell {
    margin: 0; }

  .cell {
    margin: 0; }

  *::-ms-backdrop, .btn {
    width: auto; }

  .btn {
    width: auto; }

  /* IE11 */ }
/* ==========================================================================
   404 page start here
   ========================================================================== */
.fourzeropage {
  margin: 15% auto;
  text-align: center; }
  .fourzeropage h1 {
    line-height: 1;
    font-size: 10rem;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .fourzeropage h3 {
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.5rem !important;
    width: 100%;
    text-transform: uppercase; }
  .fourzeropage p {
    text-transform: capitalize;
    max-width: 550px;
    margin: auto;
    text-align: center;
    line-height: 1.4; }
  .fourzeropage a {
    color: #000; }

/* ==========================================================================
   sitemap page start here
   ========================================================================== */
.sitemap h5 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 0.905rem;
  line-height: 1.2;
  margin: 0 0 10px;
  font-style: normal;
  color: inherit;
  text-transform: uppercase; }
  .sitemap h5 a {
    color: #333; }
.sitemap hr {
  margin: 0.25rem auto 0.2rem auto !important; }
.sitemap .FMLinkListStyle {
  margin-left: 0px; }
.sitemap .FMLinkListStyle li a {
  color: #2a2a2a; }
.sitemap .FMLinkListStyle li {
  font-size: 92%; }

@media (min-width: 200px) and (max-width: 639px) {
  .case_studies .case_studies-container {
    padding: 0; }

  .our_services-videos h4 {
    font-size: 1rem; }

  .fourzeropage h1 {
    font-size: 6rem; }

  .JS body {
    background-color: inherit !important; }

  .about .corporate_philosophy h5 {
    margin-top: 1rem; }

  h4 {
    line-height: 1.2; }

  .news_insights {
    padding: 1rem 0; }

  .client_success {
    padding-bottom: 2rem;
    padding: 1rem 0; }

  .news_insights .news_insights-cards .view-all {
    margin-bottom: 2rem; }

  .social_feed {
    padding: 0rem 0 2rem 0; }

  .awards-section {
    padding: 1rem 0; }

  .solution_service .solution_service-grid:hover img {
    transform: inherit; }

  .JS .Grid4, .JS .Grid3, .JS .Grid1 {
    padding: 0 15px; }

  .contact_us {
    padding: 0rem; }

  section p.mt {
    font-size: 0.85rem; }

  .JS .GridSet {
    width: 100%;
    max-width: 980px !important; }

  .JS .GridSet {
    margin: 0; }

  .JS #Contents section p {
    margin: 10px 0 0 0; }

  #Contents section h4 {
    margin: 1rem 0 0 0; }

  .services_header #services_top_slider .swiper-slide .services-cont h2, .services_header #solutions_top_slider .swiper-slide .services-cont h2, .newsinsights_header #newsinsights_top_slider .hrblogs_header #hrblogs_top_slider #hrblogs_top_slider1 .swiper-slide .services-cont h2, .about .about_header #about_top_slider #aws_top_slider .swiper-slide .about-cont h2, .contact h2, .top_slider #top_slider .swiper-slide .home-cont h2 {
    font-size: 22px; }

  .services_header #services_top_slider .swiper-slide .services-cont p, .services_header #solutions_top_slider .swiper-slide .services-cont p, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide .about-cont p, .top_slider #top_slider .swiper-slide .home-cont p {
    font-size: 14px; }

  .solution_service .quotebg .quote {
    margin: 2rem auto; }

  .top_slider,
  .services_header, .newsinsights_header, .hrblogs_header, .career_header, .about .about_header {
    padding-top: 6rem; }

  section {
    padding-top: 0rem; }

  .our_services .services_cntarea .grid-x.grid-margin-x {
    padding: 0; }

  h4 {
    font-size: 1.4rem; }

  .hiring_section {
    padding: 1rem 0; }

  .ecosystem_partners-section {
    padding: 0rem 0 2rem 0; }

  .our_services .services_cntarea h6 {
    font-size: 1rem; }
    
    .our_services .services_cntarea h1 {
    font-size: 1rem; }


  .see-more {
    padding-bottom: 0rem; }

  .see-more a.btn {
    height: inherit;
    padding: 0.46rem; }

  .services_header #services_top_slider .swiper-slide, .services_header #solutions_top_slider .swiper-slide, .newsinsights_header #newsinsights_top_slider .swiper-slide, .hrblogs_header #hrblogs_top_slider #hrblogs_top_slider1 .swiper-slide, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide, .top_slider #top_slider .swiper-slide, .solution_service .solution_service-grid {
    min-height: calc(75vh - 136px); }

  .newstab ul li {
    margin: 0.2rem;
    font-size: 0.9rem; }

  .employee img {
    max-width: 130px !important; }

  .about .leadership .team h6 {
    font-size: 0.9rem; }

  .about .leadership .team p {
    letter-spacing: 0.01rem; }

  .about section {
    padding: 2rem 0; }

  .contact section:nth-child(3) {
    padding: 4px; }

  .contact section:nth-child(3) .grid-container {
    padding: 1rem; }

  .contact section:nth-child(3) .grid-container h4 {
    font-size: 1.2rem; }

  .contact section.map-cont {
    padding: 1rem 0; }

  .contact section {
    padding: 109px 0 50px 0; }

  .contact h2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem; }

  .resources_slider, .events .events_slider {
    padding: 0 !important; }

  .resources .resources_slider .resources_slider-in .resource {
    margin: 0.5rem 1rem !important; }
    
    .resources .resources_slider .resources_slider-in1 .resource {
    margin: 0.5rem 1rem !important; }


  .tabs .tabs-title > a {
    font-size: 0.85rem;
    padding: 0.2rem; }

  .OptionRWD.JS #SocialAccountBottom img {
    width: 28px;
    height: 28px; }

  .contact section.map-cont h4 {
    font-size: 1.2rem; }

  .contact section:nth-child(2) .oterhitachi {
    margin-bottom: 1rem; }

  .text_strip .make_a_difference {
    margin: 1rem auto; }

  .spirit {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
@media (min-width: 640px) and (max-width: 1023px) {
  .resources {
    padding-bottom: 0rem; }

  .our_services .services_cntarea .link-to {
    margin-top: 1rem; }

  .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-prev, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-next {
    left: -2rem; }

  .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-next, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-prev {
    right: -2rem; }

  .resources .resources_slider .navigation-buttons .swiper-button-next, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev {
    right: -1rem; }

  .resources .resources_slider .navigation-buttons .swiper-button-prev, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
    left: -1rem; }

  .events .events_slider .navigation-buttons .swiper-button-prev, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next {
    left: -0.6rem; }

  .events .events_slider .navigation-buttons .swiper-button-next, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev {
    right: -0.6rem; }

  .awards-section .navigation-buttons .swiper-button-prev img, .awards-section .navigation-buttons .swiper-button-next img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-next img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-button-prev img, .ecosystem_partners-section .ecosystem_partners .navigation-buttons .swiper-container-rtl .swiper-button-next img, .resources .resources_slider .navigation-buttons .swiper-button-next img, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .resources .resources_slider .navigation-buttons .swiper-button-prev img, .resources .resources_slider .navigation-buttons .swiper-container-rtl .swiper-button-next img, .events .events_slider .navigation-buttons .swiper-button-next img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next img, .events .events_slider .navigation-buttons .swiper-button-next img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-button-prev img, .events .events_slider .navigation-buttons .swiper-container-rtl .swiper-button-next img {
    max-width: 15px !important; }

  .awards-section .awards {
    margin-top: 2rem; }

  .JS body {
    background-color: inherit !important; }

  h4 {
    line-height: 1.2; }

  .solution_service .solution_service-grid:hover img {
    transform: inherit; }

  .JS .Grid4, .JS .Grid3, .JS .Grid1 {
    padding: 0; }

  .employee_stories-section .employee_stories {
    max-width: 94%;
    margin: auto; }

  .awards-section {
    padding: 4rem; }

  .JS .GridSet {
    width: 100%;
    max-width: 980px !important; }

  .JS .GridSet {
    margin: 0; }

  .JS #Contents section p {
    margin: 0; }

  #Contents section h4 {
    margin: 1rem 0 0 0; }

  .services_header #services_top_slider .swiper-slide .services-cont h2, .services_header #solutions_top_slider .swiper-slide .services-cont h2, .newsinsights_header #newsinsights_top_slider .swiper-slide .services-cont h2, .hrblogs_header #hrblogs_top_slider #hrblogs_top_slider1 .swiper-slide .services-cont h2, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide .about-cont h2, .contact h2 {
    font-size: 32px; }

  .services_header #services_top_slider .swiper-slide .services-cont p, .services_header #solutions_top_slider .swiper-slide .services-cont p, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide .about-cont p {
    font-size: 14px; }

  .solution_service .quotebg .quote {
    margin: 2rem auto; }

  .top_slider,
  .services_header, .newsinsights_header,.hrblogs_header, .career_header, .about .about_header {
    padding-top: 6rem; }

  section {
    padding-top: 0rem; }

  .our_services .services_cntarea .grid-x.grid-margin-x {
    padding: 0; }

  h4 {
    font-size: 1.4rem; }

  .hiring_section {
    padding: 1rem 0; }

  .ecosystem_partners-section {
    padding: 0rem 0 2rem 0; }

  .our_services .services_cntarea h6 {
    font-size: 1rem; }
    
    .our_services .services_cntarea h1 {
    font-size: 1rem; }


  .see-more {
    padding-bottom: 0rem; }

  .see-more a.btn {
    height: inherit;
    padding: 0.46rem; }

  .services_header #services_top_slider .swiper-slide, .services_header #solutions_top_slider .swiper-slide, .newsinsights_header #newsinsights_top_slider .swiper-slide, .hrblogs_header #hrblogs_top_slider #hrblogs_top_slider1 .swiper-slide, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide, .top_slider #top_slider .swiper-slide, .solution_service .solution_service-grid, .career_header #career_header-slider .swiper-slide, .our_culture #our_culture-slider .swiper-slide {
    min-height: calc(75vh - 136px); }

  .solution_service-cols p {
    text-align: left;
    font-size: 15px;
    padding-bottom: 1rem; }

  .newstab ul li {
    margin: 0.2rem;
    font-size: 0.9rem; }

  .employee img {
    max-width: 130px !important; }

  .about .leadership .team h6 {
    font-size: 0.9rem; }

  .about .leadership .team p {
    letter-spacing: 0.01rem; }

  .about section {
    padding: 2rem 0; }

  .contact section:nth-child(3) {
    padding: 4px; }

  .contact section:nth-child(3) .grid-container {
    padding: 1rem; }

  .contact section:nth-child(3) .grid-container h4 {
    font-size: 1.2rem; }

  .contact section.map-cont {
    padding: 1rem 0; }

  .contact section {
    padding: 109px 0 50px 0; }

  .contact h2 {
    margin-left: 0;
    margin-right: 0; }

  .resources_slider, .events .events_slider {
    padding: 0 !important; }

  .resources .resources_slider .resources_slider-in .resource {
    margin: 0.5rem 1rem !important; }
    
    .resources .resources_slider .resources_slider-in1 .resource {
    margin: 0.5rem 1rem !important; }


  .OptionRWD.JS #SocialAccountBottom img {
    width: 28px;
    height: 28px; }

  .contact section.map-cont h4 {
    font-size: 1.2rem; }

  .contact section:nth-child(2) .oterhitachi {
    margin-bottom: 1rem; }

  .text_strip .make_a_difference {
    margin: 1rem auto;
    margin-top: 0; }

  .spirit {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .sitemap {
    padding: 167px 0 50px 0 !important; } }
@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important; }

  .services_header #services_top_slider .swiper-slide, .services_header #solutions_top_slider .swiper-slide, .newsinsights_header #newsinsights_top_slider .swiper-slide, .hrblogs_header #hrblogs_top_slider #hrblogs_top_slider1 .swiper-slide, .about .about_header #about_top_slider #aws_top_slider  .swiper-slide, .top_slider #top_slider .swiper-slide, .solution_service .solution_service-grid, .career_header #career_header-slider .swiper-slide, .our_culture #our_culture-slider .swiper-slide {
    min-height: calc(100vh - 136px); } }
.scrolltoppadding {
  position: absolute;
  top: -136px;
  pointer-events: none; }

/* ==========================================================================
   casestudies page start here
   ========================================================================== */
@media (min-width: 639px) {
  .casestudiesdownload {
    max-width: 700px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }
.casestudiesdownload [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
  box-shadow: none;
  border: 1px solid #000000; }

.casestudiesdownload [type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input, textarea, [type="color"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="datetime"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, input:focus, textarea:focus {
  box-shadow: none;
  border: 1px solid #000000; }

.casestudiesdownload input[type="checkbox"] {
  margin-right: 0; }

.case {
  opacity: 1; }
  .case #PageTopBottom {
    display: none !important; }
  .case #captcha {
    width: 50px;
    margin-left: 1rem;
    margin-top: 2px; }
  .case .case .has-error span {
    display: block !important;
    font-weight: 400; }

.casestudiesdownload .btn {
  margin-left: 0.5rem;
  margin-top: 1rem; }

@media (min-width: 200px) and (max-width: 639px) {
  .casestudiesdownload {
    position: static; }
    .casestudiesdownload .btn {
      margin-bottom: 2rem; }

  [type="checkbox"] + label, [type="radio"] + label {
    font-size: 0.75rem; } }
.form-error {
  font-weight: 400; }

.captchahome label {
  color: #ffffff; }
.captchahome input {
  width: 100%;
  margin-left: 1rem;
  max-width: 100px; }

#mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 9999;
  /*  background-color: #000;*/
  background: rgba(0, 0, 0, 0.86); }

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  display: none;
  z-index: 9999999;
  padding: 20px;
  text-align: center; }
#boxes #dialog {
  max-width: 650px;
  width: 100%;
  padding: 10px; }

#popupfoot {
  position: absolute;
  right: 0.8rem;
  top: -1rem; }

@media (min-width: 200px) and (max-width: 650px) {
  .window {
    left: 0 !important; } }

/*# sourceMappingURL=new-style.css.map */


.aws-btn{
	font-weight: 500;

margin-top: 1rem;

display: inline-block;

background: none !important;

border: 2px solid #ffffff !important;

height: inherit;
padding: 6px 20px 6px 20px;

color: #fff !important; border-radius:5px}

.aws-btn:hover{
	background-color:#e60027; border:2px solid #e60027
}

.mt50{
margin-top:50px !important;}

.mb31{
margin-bottom:31px !important;}

.cap{
	font-size: 18px !important;

line-height: 29px !important;}

.cap li{list-style-type:none;}
.cap li:before{content:'\00b7'; font-size:85px; line-height:24px; vertical-align:middle; padding-right:5px}
.bullets-left {
  text-align: right;
  list-style-type: circle;
  direction:rtl;
  margin: 0 1em;
}

.pb7{padding-bottom:7px !important;}
.mt-32{margin-top:-32px !important;}



/******AWS Slider********/




.about .about_header {
  padding-top: 8.48rem;
  padding-bottom: 0;
  margin-top: 0; }
  .about .about_header #aws_top_slider [class*='slide-'] {
    background-size: cover !important;
    background-position: center top !important; }
  .about .about_header #aws_top_slider .slide-1 {
    background: url(../../../image/en/solutions/aws/aws.jpg); }
  .about .about_header #aws_top_slider .slide-2 {
    background: url(../../../image/en/solutions/aws/aws1.jpg); }
  .about .about_header #aws_top_slider .slide-3 {
    background: url(../../../image/en/solutions/aws/aws2.jpg); }
  .about .about_header #aws_top_slider img {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    object-position: top; }
  .about .about_header #aws_top_slider .swiper-slide {
    min-height: calc(100vh - 136px);
    width: 100vw; }
    .about .about_header #aws_top_slider .swiper-slide .about-cont {
      position: absolute;
      left: 0;
      right: 0;
      color: #ffffff; }
      .about .about_header #aws_top_slider .swiper-slide .about-cont .Grid4 {
        padding: 0 1rem; }
      .about .about_header #aws_top_slider .swiper-slide .about-cont h2,
      .about .about_header #aws_top_slider .swiper-slide .about-cont h4,
      .about .about_header #aws_top_slider .swiper-slide .about-cont p {
        text-align: left; }
      .about .about_header #aws_top_slider .swiper-slide .about-cont h2,
      .about .about_header #aws_top_slider .swiper-slide .about-cont h1
       {
        font-weight: 900;
        font-size: 45px;
        position: relative;
        background: none;
        display: inline-block;
        margin: 0;
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
        text-transform: uppercase;
        max-width: 600px;
        width: 100%;
        line-height:53px
        
 }
        .about .about_header #aws_top_slider .swiper-slide .about-cont h2:after,
        .about .about_header #aws_top_slider .swiper-slide .about-cont h1:after

         {
          content: "";
          background: #e60027;
          width: 100%;
          max-width: 315px;
          height: 2px;
          position: absolute;
          bottom: 0;
          left: 0; }
      .about .about_header #aws_top_slider .swiper-slide .about-cont p {
        margin: 0;
        font-weight: 400;
        font-size: 18px; }
  .about .about_header .linked a {
    margin-top: 1rem; }
    
    
    
 .case-studies-title{
	font-size: 19px !important;

font-weight: 500;

line-height: 25px !important;

text-align: left;

padding-left: 9px;
}

.case-studies-det{
	text-align: left;

padding-left: 9px;

margin-top: 10px;
line-height: 24px;
margin-bottom:10px;
padding-right:5px
}

.ml20{
	margin-left:20px !important
}

.front-page{
	font-size:2rem !important;
	text-transform:uppercase !important;
}


.case-study-border{
	border: 1px solid #000;
width:100%;
margin-top: 9px;

margin-bottom: 5px;
}

.det-shadow{
	/*box-shadow: 0 1px 25px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/

transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

padding: 25px 0px 0px 0px;
}

.empr{
	padding-top: 30px;font-weight:500;line-height: 30px; font-size:1.5rem
}

.fontweight500{
	font-weight:500 !important
}

.career_title{
padding-top: 20px;font-size: 21px;
}

