@font-face {
    font-family: 'Inter UI';
    src: url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff2') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter UI Bold';
    src: url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff2') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Inter UI Medium';
    src: url('fonts/Inter-Medium.woff2') format('woff2'),
        url('fonts/Inter-Medium.woff2') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Avenir_Next_Demi_bold';
    src: url('fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-avenirdemi: "Avenir_Next_Demi_bold", sans-serif;
    --inter: "Inter UI", sans-serif;
    /*--intermedium: "Inter UI Medium", sans-serif;*/
    --intermedium: "Inter UI", sans-serif;
    --interbold: "Inter UI Bold", sans-serif;
    --font44: 34px;
    --font30: 28px;
    --blue: #003060;
    --padtop30: 30px;
    --color-white: #FFFFFF;
    --color-primary-light: #1ec3e0;
    --color-primary: #e57139;
    --color-white-rgb: 255, 255, 255;
    --color-secondary-dark: #3a4753;
    --color-primary-rgb: 14, 162, 189;
    --font-primary: 'Source Sans Pro', sans-serif;
    --color-secondary: #485664;
  }

  body {
    font-size:16px;
    font-family: var(--inter);
    margin: 0px;
    padding: 0px;
   /* overflow-x: hidden;*/
}

.wrapper {
    max-width: 1200px;
}
.container {
    max-width: 1200px;
}

.noLRMar{
  margin-right: 0 !important;
  margin-left: 0 !important;
 }

.topbg {
    background-image:url(../images/top-bg.jpg); max-height: 385px; background-size: cover; height: 385px;
}
.hero {
    margin-top: -350px;
}

.hero h2 {
    font-family: var(--inter);
    color: #FFF;
    padding-bottom: 30px;
    font-size: var(--font44);
}

.fontmedium {
    font-family: var(--intermedium);
    font-size: 18px;
    color: var(--blue);
    line-height: 22px;
}

.fontmedium a {
  color: var(--blue);
  text-decoration: none;
}

.padtop30 {
    padding-top: var(--padtop30);
}
.padrgt20 {
    padding-right: 20px;
}

.martop30{
    margin-top: var(--padtop30);
}
.brdrgt {
    border-right: 1px solid #3A3A3B;
}

.brdlft {
  border-left: 1px solid #3A3A3B;
}

.hero p {
    font-family: var(--inter);
    font-size: 16px;
    color: #666666;
    padding-left: 18px;
}

.slick-dots li.slick-active button:before {
    
    color: #E86020;
    background-color: #E86020;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: '';
}

.slick-dots li button {
    opacity: 1;
    font-family: var(--inter);
    font-size: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: '';
    color: #D9D9D9;
    background-color: #D9D9D9;
}

.slick-dots {
    margin: 10px 0px;
    bottom: auto;
}

nav ul.sub_nav>li:nth-child(5) a:before {
    background: #e86020;
    opacity: 1;
    visibility: visible;
}

section.technology, section.infocus, section.dataprivacy, section.esgttl, section.infocus1, footer {
    margin-top: 80px;
}
.technology .conthold {
    position: relative;
    margin-bottom: 30px;
}
.technology .ttlhold {
    position: absolute; 
    display: flex; 
    align-items: center;
    background-color: #F5F5F5; 
    top: 0; 
    width: 35%; 
    height: 100%; 
    padding: 20px; 
    border-top-left-radius: 20px 20px;  
    border-bottom-left-radius: 20px 20px; 
}

.technology  .conthold img {
    border-radius: 20px 20px; 
}

.technology .techimg img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.rgtttlhold {
    background-color: #F5F5F5; 
    padding: 20px;
    border-bottom-left-radius: 20px 20px;  
    border-bottom-right-radius: 20px 20px; 
    margin-bottom: 30px;
}

a.readmore {
    color: #E86020; 
    font-family: var(--intermedium); 
    font-size: 16px; 
    text-decoration: underline;
    display: block;
    padding-top: 10px;
}

.minhgt222 {
   /* min-height: 177px;*/
}

.font36 {
    font-family: var(--intermedium);
    font-size: 28px;
    color: #132649;
    padding-bottom: 20px;
}

.infocus .tttlhold{
    padding: 20px;
    border-bottom-left-radius: 20px 20px;  
    border-bottom-right-radius: 20px 20px; 
    border-left: 0.5px solid #000000;
    border-right: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
}

.infocus .marbtm30 {
  margin-bottom: 30px;
}


.infocus1 .tttlhold{
  padding: 20px;
  border-bottom-left-radius: 20px 20px;  
  border-bottom-right-radius: 20px 20px; 
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.infocus1 .marbtm30 {
margin-bottom: 30px;
}

.brdrdus {
    border-top-left-radius: 20px 20px;  
    border-top-right-radius: 20px 20px; 
}

.dataprivacy .tttlhold {
    padding-top: 20px;
}

.dataprivacy .slick-next:before, .dataprivacy .slick-prev::before {
    color: #132649;
}

.esg .slick-slide{
  padding-left:  0px;
  padding-right:  0px;
}


.dataprivacy .slick-slide{
  margin-left:  10px;
  margin-right:  10px;
}

.dataprivacy .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.dataprivacy .slick-prev, .dataprivacy .slick-next {
  top: 30%;
}

.dataprivacy .slick-next:before {
  content: '';
  background:url(../images/arrow-next.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat
}

.dataprivacy .slick-prev:before {
    content: '';
    background:url(../images/arrow-prev.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat
}

.dataprivacy .tttlhold h3 {
  min-height: 150px;
}

section.esg {
    background: #132649;
    padding: 50px 0px; 
}

.white {
    color: #FFF !important;
}

.esg .slick-next:before {
  content: '';
  background:url(../images/arrow-next-white.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat
}

.esg .slick-prev:before {
    content: '';
    background:url(../images/arrow-prev-white.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat
}

.esg .slick-dots {
    margin: 30px 0px 30px 0px; 
}

.infocusdetail .custombg {
  background: #00225A;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.infocusdetail .custombg p {
  color: #FFF;
}

.infocusdetail .custombg h3 {
  color: #EA733B;
  padding-bottom: 20px;
  font-size: 22px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: var(--color-white);
    font-size: 14px;
  }
  
  .footer .footer-content {
    background: var(--color-secondary);
    padding: 60px 0 30px 0;
  }
  
  .footer .footer-content .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
  }
  
  .footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-white);
  }
  
  .footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  
  .footer .footer-content h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
  }
  
  .footer .footer-content .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1;
  }
  
  .footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-content .footer-links ul a {
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-content .footer-links ul a:hover {
    color: var(--color-white);
  }
  
  .footer .footer-content .footer-newsletter form {
    margin-top: 30px;
    background: var(--color-white);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  .footer .footer-content .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  .footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
    outline: none;
  }
  
  .footer .footer-content .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-content .footer-newsletter form input[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
  }
  
  .footer .footer-legal {
    padding: 30px 0;
    background: var(--color-secondary-dark);
  }
  
  .footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: var(--color-white);
  }
  
  .footer .footer-legal .credits a {
    color: var(--color-primary-light);
  }
  
  .footer .footer-legal .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .footer .footer-legal .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
  }

  .horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .horizontal-list li {
  
  display: inline;
  padding: 1px 5px;
  list-style-type: none;
  border-right: 1px solid #efefef;
  
  }

  .horizontal-list li:last-child {
    border-right: none;
    
    }
  
  .horizontal-list li a {
    text-decoration: none;
    color: #e57139;
  }

  ul.bread {
    margin: 40px 0px;
    padding: 0px;
  }
  
  .detail ul.bread li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
  } 

.detail ul.bread li + li {
  border-left: 1px solid #D9D9D9;
  padding-left: 10px;
}

ul.bread li.yelbold{
  font-family: var(--intermedium);
  color: #E86020;
  font-size: 18px;
}

ul.bread li.small{
  font-family: var(--inter);
  color: #132649;
  font-size: 16px;
}

.detail h2 {
  font-family: var(--intermedium);
  font-size: 28px;
  color: #132649;
  padding-bottom: 20px;

}
.detail h3 {
  font-family: var(--intermedium);
  font-size: 22px;
  color: #132649;
  padding-bottom: 20px;

}
.detail p.cont {
  font-family: var(--inter);
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.detail .contgreybg {
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 50px;
  margin: 50px 0px;
}

.detail .contgreybg .detimg{
  margin-left: 50px; 
  margin-bottom: 30px;
  float: right;
}

.clearall {
  clear: both;
  content: "";
}

.detail .contgreybg img {
  border-radius: 20px;
}

.blue {
  color: #132649 !important;
}
.mailto {
  color: #E86020;
}
.detail hr {
  height: 1px; background-color: #000000; margin: 50px 0px;
}

.readmoreart .tttlhold {
  padding: 20px;
  background: #F5F5F5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 150px;
}

.readmoreart .slick-next:before, .readmoreart .slick-prev::before {
  color: #132649;
}

.readmoreart  .slick-prev {
  left: 0px;
}
.readmoreart  .slick-next {
  right: 0px;
}
.readmoreart .padlftrgt30 {
  padding: 0px 30px;
}

.readmoreart .slick-slide{
margin-left:  10px;
margin-right:  10px;
}

.readmoreart .slick-list {
margin-left: -10px;
margin-right: -10px;
}

.readmoreart .slick-next:before {
content: '';
background:url(../images/arrow-next.svg);
width: 30px;
height: 30px;
display: block;
background-size: contain;
background-repeat: no-repeat
}

.readmoreart .slick-prev:before {
  content: '';
  background:url(../images/arrow-prev.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat
}

.dataprivacy .tttlhold h3 {
min-height: 150px;
}


.detailtop img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.detail ul.bread{
  margin: 40px 0px;
  padding: 0px;
}
.detail ul {
  margin: 20px 0px 20px 20px;
}
.detail ul li{
  margin: 0px; 
  padding: 0px 0px 10px 0px;
  list-style: disc;
  font-family: var(--inter);
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}

.detail p.cont a {
  color: #E86020;
  text-decoration: none;
}
.detail p.cont a:hover {
  text-decoration: underline;
}

.hidedesktop {
  display: none;
}

.detailtop .articletopbg {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.showdesktop {display: block;}

.regularinside .slick-slide img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.slick-dots li button:before {
  opacity: 0;
  content: '';
}

.hidden {
  display: none;
}

.dataprivacy .slick-slide img {
  border-radius: 20px;
  /*height: 340px;*/
  object-fit: cover;
}

.ceimghold img {
  border-radius: 20px;
  max-height: 270px;
  object-fit: cover;
  width: 100%;
}

.esg .slick-slide img {
  border-radius: 20px;
  /*height: 340px;*/
  object-fit: cover;
}

.height814 {
  min-height: 778px;
  object-fit: cover;
}

.infocfirst {
  min-height: 742px;
  object-fit: cover;
}
nav {
  position: relative;
  border-top: 1px solid #e0e5ea;
  border-bottom: 1px solid #e0e5ea;
}
.infocusdetail h2 {
  font-family: var(--intermedium);
  font-size: 32px;
  color: #132649;
  line-height: normal;
  padding: 20px 0px;
}

.infocusdetail .introimg img {
  border-radius: 20px; 
  object-fit: cover;
}

.infocusdetail .orangetxt {
  font-family: var(--inter);
  font-size: 20px;
  color: #E86020;
}

.infocusdetail .date {
  font-family: var(--inter);
  color: #132649;
  font-size: 16px;
}

.infocusdetail .mainttl {
  font-family: var(--intermedium);
  font-size: 28px;
  color: #132649;
}

.infocusdetail .grymid {
  font-family: var(--inter);
  font-size: 18px;
  color: #666666;
}

.infocusdetail .greybg {
  background-color: #F5F5F5; padding: 40px 0px;
}

.infocusdetail p {
  font-family: var(--inter);
  font-size: 16px;
  color: #666;
}

.infocusdetail .padtopbtm {
  padding: 30px 0px;
}

.infocusdetail h3 {
  font-family: var(--intermedium);
  color: #132649;
  padding-bottom: 20px;
  font-size: 22px;
}

.infocusdetail h4 {
  font-family: var(--intermedium);
  color: #132649;
  font-size: 24px;
}

.infocusdetail .lgtblbg {
  background-color: #F5F8FF;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.infocusdetail .lgtblbg1 {
  background-color: #FFF;
  margin-bottom: 50px;
}

.infocusdetail .blbg {
  background-color: #132649;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}

.infocusdetail .blbg p {
  color: #FFF;

}

.infocusdetail .blbg h3{
  color: #FFF;
}

.infocusdetail .insideimg {
  padding-bottom: 50px;
}

.topslideimaage img{
  border-radius: 20px;
}

.techmainimg img {
  height: 418px;
  object-fit: cover;
  width: 100%;
}

.infocus .minhgt222{
  min-height: 138px;
}

.infocusdetail .lgtblbg ul {
  margin: 20px 0px 0px 20px;
}
.infocusdetail .lgtblbg ul li {
  margin: 0px; padding: 0px 0px 10px 0px; list-style: disc; font-family: var(--inter); color: #666666; font-size: 16px; line-height: 24px;
}



  @media (min-width: 960px) {
    .container {
      max-width: 960px;
      width: 88%;
      margin: 0 auto;
    } 
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }
  @media screen and (max-width: 1280px) {
    .infocfirst {
      min-height: 710px;
    }
    .height814 {
      min-height: 746px;
    }
    .minhgt222 {
      min-height: 140px;
    }
  }
  @media screen and (max-width: 1024px) {

    .detail ul li {
      font-size: 14px;
      line-height: 24px;
    }
    .infocusdetail .lgtblbg ul li {
      font-size: 14px;
      line-height: 24px;
    }
    .topbg {
      height: 178px;
      max-height: 178px;
    }
    .hero {
      margin-top: -140px;
    }
    .hero h2 {
      font-size: 24px;
    }
    .hero .martop30 {
      margin-top: 20px;
    }
    .hero .brdrgt {
      border-right: none;
    }
    .hero .brdlft {
      border-left: none;
    }
    .hero .padrgt20 {
      padding-right: 0px;
    }
    section.technology, section.infocus, section.dataprivacy, section.esgttl, footer {
      margin-top: 50px;
    }

    .font36 {
      font-size: 24px;
    }

    .detailtop img {
      height: 260px;
      object-fit: cover;
    }
    ul.bread li.yelbold {
      font-size: 16px;
    }
    ul.bread li.small {
      font-size: 14px;
    }
    ul.bread {
      margin: 20px 0px;
    }
    .detail h2 {
      font-size: 24px;
      line-height: 25px;
      font-family: var(--intermedium);
      padding-bottom: 20px;
    }
    .detail p.cont {
      font-size: 14px;
      line-height: 24px;
    }
    .detail h3 {
      font-size: 20px;
      line-height: 30px;
    }

    .detail .contgreybg {
      padding: 30px 20px;
      margin: 30px 0px; 
    }
    .readmoreart .padlftrgt30 {
      padding: 0px 40px;
  }
  .readmoreart .slick-prev {
    left: 10px;
  }
  .readmoreart .slick-next {
    right: 10px;
  }

  .readmoreart .slick-dots{
    left: 0px;
  }
  .minhgt222 {
    min-height: 160px;
  }

  .infocfirst {
    min-height: 550px;
  }
  .height814 {
    min-height: 576px;
  }

  .readmoreart .tttlhold {
    min-height: 194px;
  }

  .infocusdetail h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .infocusdetail .orangetxt {
    font-size: 16px;
  }
  .infocusdetail .date {
    font-size: 14px;
  }
  .infocusdetail .mainttl {
    font-size: 26px;
    line-height: normal;
  }
  .infocusdetail .grymid {
    font-size: 14px;
  }
  .infocusdetail p {
    font-size: 14px;
    line-height: 24px;
  }
  .techmainimg img {
    height: 348px;
    object-fit: cover;
    width: 100%;
  }

  .infocus .tttlholdheight1 br {
    display: none;
  }

  .technology .minhgt222 br {
    display: none;
  }
  .infocus .minhgt222{
    min-height: 160px;
  }
  }

  @media screen and (max-width: 768px) {
    .imgmartop {
      margin-top: 20px
    }
    .hero p  {
      font-size: 14px;
    }
    a.readmore {
      font-size: 14px;
    }
    .container {
      max-width: 720px;
    }
    .topbg {
      height: 178px;
      max-height: 178px;
    }
    .hero {
      margin-top: -140px;
    }
    .hero h2 {
      font-size: 24px;
    }
    .moblftrgtpad {
      padding: 0px 20px !important;
    }
    .hero .martop30 {
      margin-top: 20px;
    }
    .hero .brdrgt {
      border-right: none;
    }
    .hero .brdlft {
      border-left: none;
    }
    .hero .padrgt20 {
      padding-right: 0px;
    }
    section.technology, section.infocus, section.dataprivacy, section.esgttl, footer {
      margin-top: 50px;
    }
    .technology .ttlhold {
      width: 100%;
      height: auto;
      border-top-left-radius: 0px;
      border-bottom-right-radius: 20px 20px;
      position: static;
      margin-bottom: 20px;
      padding: 15px 10px;
      align-items: baseline;
    }
    .technology .conthold img {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

    .technology .techimg img {
   
      border-top-right-radius: 20px;
      border-bottom-right-radius: 0px;
    }
    .tchnology .rgtttlhold {
      width: 50%;
      float: left;
    }
    .technology .rgtttlhold {
      border-bottom-right-radius: 20px;
      border-top-left-radius: 0px;
      margin-bottom: 20px;
      padding: 15px 10px;
    }
    .infocus .marbtm30 {
      margin-bottom: 20px;
    }
    .infocus .tttlholdheight {
     /* min-height: 212px;*/
    }

    .infocus .tttlhold {
      padding: 15px 10px; 
    }

    .dataprivacy .padlftrgt30 {
      padding: 0px 30px;
    }
    .dataprivacy .slick-prev {
      left: 10px;
      display: none !important;
    }
    .dataprivacy .slick-next {
      right: 10px;
      display: none !important;
    }

    .dataprivacy .tttlhold h3 {
      min-height: auto;
    }

    .dataprivacy .slick-dots {
      left: 0;
    }

    .ceimghold img{
      min-height: 200px;
      object-fit: cover;
      border-radius: 20px;
    }
    .esg h3.fontmedium{
      padding-top: 20px;
     /* text-align:center;*/
    }
    .esg a.readmore{
      display: block;
     /* text-align:center;*/
    }
    .esg .slick-dots {
      left: 0;
    }
    .tttlholdheight1 {
      min-height: 130px;
    }

    .detailtop img {
      height: 260px;
      object-fit: cover;
    }
    ul.bread li.yelbold {
      font-size: 16px;
    }
    ul.bread li.small {
      font-size: 14px;
    }
    ul.bread {
      margin: 20px 0px;
    }

    .detail p.cont {
      font-size: 14px;
      line-height: 24px;
    }

    .detail .contgreybg .detimg {
      display: block;
      float: none;
      margin-left: 0px;
      width: 100%;
    }
    .detail .contgreybg {
      padding: 30px 20px;
      margin: 30px 0px; 
    }
    .readmoreart .padlftrgt30 {
      padding: 0px 40px;
  }
  .readmoreart .slick-prev {
    left: 10px;
  }
  .readmoreart .slick-next {
    right: 10px;
  }

  .readmoreart .slick-dots{
    left: 0px;
  }

  .mobcustcolum .col-md-8 {
    max-width: 100%;
    width: 50%;
  }

  .mobcustcolum .col-md-4 {
    max-width: 100%;
    width: 50%;
  }

  .detail ul{
    margin-left: 20px;
  }


  .hidedesktop {
    display: block;
  }
  
  .showdesktop {display: none;}

  .detailtop .articletopbg {
    height: 260px;
  }

  .infocfirst {
    min-height: 460px;
  }
  .height814 {
    min-height: 558px;
  }
  .readmoreart .tttlhold {
    min-height: 212px;
  }
  .infocusdetail h4 {
    font-size: 20px;
    text-align: center;
  }

  .infocus .tttlholdheight1 br {
    display: none;
  }

  .technology .minhgt222 br {
    display: none;
  }

  .esg .slick-prev, .esg .slick-next {
    display: none !important;
  }
  .minhgt222 {
    min-height: 140px;
  }
  .infocus .minhgt222 {
    min-height: 180px;
}
}

  @media screen and (max-width: 600px) {

    .hero p {
      padding-left: 0px;
      font-size: 14px;
    }
    a.readmore {
      font-size: 14px;
    }
    .infocfirst {
      min-height: auto;
    }
    .height814 {
      min-height: auto;
    }
    .tttlholdheight1 {
      min-height: 142px;
    }
    .technology .minhgt222 {
      min-height: 180px;
    }
    .readmoreart .tttlhold {
      min-height: 170px;
    }
    .infocusdetail .orangetxt {
      text-align:center;
    }
    .infocusdetail .date {
      text-align: center;
    }
    .infocusdetail .mainttl {
      text-align: center;
    }
    .infocusdetail .grymid {
      text-align: center;
    }
    .greybg .introimg {
      margin-bottom: 20px;
    }
    .infocusdetail .insideimg img {
      min-height: 540px;
      object-fit: cover;
      border-radius: 20px;
    }

    .techmainimg img {
      height: auto;
      object-fit: cover;
      width: auto;
    }

    .infocus .tttlholdheight1 br {
      display: none;
    }

    .technology .minhgt222 br {
      display: none;
    }

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

    .dataprivacy .slick-prev, .dataprivacy .slick-next {
      display: none !important;
    }
  
    .dataprivacy .padlftrgt30 {
      padding: 0px 30px;
    }

    .infocus .minhgt222 {
      min-height: 216px;
    }

  }
