body {
  font-family: 'Noto Sans KR',sans-serif;
  word-break: keep-all;
  padding-top:100px;
}
@media (max-width: 1200px) {
  body {padding-top:60px;}
} 
a:hover {text-decoration:none; font-weight:500;}
.menu {position:absolute; top:0; left:0; right:0; z-index:999; }
.menu {text-align:center; 
}

.menu:after {
}

.menu .menu-main{
  border-bottom:solid 1px #e0e0e0;
}
.menu .menu-main.row > div {background-color:rgba(255,255,255,1); height:100px; color:#000;}

.menu .menu-main.row .menu-main-link a {display:inline-block; margin-top:40px; padding:0.8em 1.2em; line-height:1em; font-size:1.3em; font-weight:500; color:#000; border-radius:6em;}
.menu .menu-main.row .menu-main-link a.active,
.menu .menu-main.row .menu-main-link a:hover {
  background-color:#222;
  color:#fff;
}
.menu .menu-main.row > .logo { padding-top:40px;}
.menu .menu-main.row > .logo a img { margin-top:-20px;}
.menu .menu-main.row > .global {padding-top:46px;}
.menu .menu-main.row > .global > a { margin-top:40px; padding-left:20px; font-size:16px; font-weight:400; color:#aaa;}
.menu .menu-main.row > .global > a:first-child {border:none; padding-left:0;}

.menu .menu-sub {
  overflow: hidden;
  height: 0px;
  background-color:#fff;
  border-bottom:solid 1px #999;
}
.menu .menu-sub a{
  display:block;
  padding:1em;
  font-size:0.9em;
  color:#000;
}

.menu-mobile {
  background-color:rgba(255,255,255,1);
  position:absolute; top:0; left:0; right:0; z-index:999; 
  height:60px;
}
.menu-mobile .logo a{
  display:inline-block;
  padding-top:12px;;
  height: 100px;
}
.menu-mobile .menu-main {
  margin:0;
  padding:0px 20px;
}
.menu-mobile > ul {
  padding:1em!important;
}
.menu-mobile ul {
  background-color:#fafafa;
  list-style:none;
  padding:0;
}
.menu-mobile ul li {
  padding:0;
}
.menu-mobile li > ul {
  padding:0 0 0 1em;
}
.menu-mobile a {
  padding:0;
  margin:0;
  color:#000;
}
.menu-mobile ul a {
  display:block;
  padding:0.8em;
  border-bottom:solid 1px #e0e0e0;
}
.menu-mobile  ul > li {
  font-weight:500;
}
.menu-mobile  ul > li > ul > li  {
  font-weight:200;
}
.btn-show-menu {
  position:fixed;
  top:10px;
  right:20px;
  z-index:9999; 
  display:inline-block;
  padding:0;
  margin:0;
  width:50px;
  height:50px;
  border-radius:100px;
  border:none;
  background-color:rgba(255,255,255,0.9);
}
.btn-show-menu i {
  display:inline-block;
  margin-top:10px;
  color:#a0a0a0;
}
.btn-show-menu i:before{
  font-size:22px;
  margin-left:0;
}

.modal-dialog {margin:0;}

.index-call {background-color:#000; color:#fff; text-align:center;}
.index-call .row > div {padding:80px 0;}
.index-call h4 {font-size:40px; font-weight:600; letter-spacing:-0.1em;}
.index-call p {font-size:16px; margin:40px 0;}
.index-call .btn {font-size:16px; border-radius:38px;  border:solid 3px #fff; line-height:42px; min-width:200px; text-align:center;}

.foot { background-color:#e9e9e9;padding:2em 0;}
.foot .row {margin:0; padding:0;}
.foot .row > div {background-color:#e9e9e9 padding:20px 40px; border-left:solid 1px #ddd;}
.foot .row > div a {margin:1em; display:block; font-size:1em; font-weight:400; color:#000; }
/*.foot .row > div a:first-child {margin-left:0; font-size:1.2em; font-weight:500;}*/
.foot .row > div a:first-child {font-size:1.2em; font-weight:bold;}

/* content start */
.content-top {
  position: relative;
  color:#fff;
}
.content-top:after {
  content: "";
  position: absolute;
  top: 0px;;
  left: 0;
  display: block;
  height: 100%;
  width:100%;
  background-image: radial-gradient(farthest-corner at 50% 100%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.2) 100%);
  z-index:-1;
}
.content-top:before {
  content: "";
  height:100%;
  width:100%;
  display: block;
  position: absolute;
  top: 0;
  background-size:cover;
  background-position:center;
  z-index:-2;
}
.content-top .container {
  margin-top:200px;
}
.content-top h1 {
  position: relative;
  font-size:3em;
  line-height:1em;
  font-weight:500;
  text-align:center;
  text-shadow: 1px 1px #000;
  margin-bottom:0.8em;
}
.content-top h1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    width: 1.8em;
    height: 4px;
    margin-left: -0.9em;
    bottom: -0.4em;
    background-color: #e60012;
}
.content-top h2 {
  text-align:center;
  font-size:1em;
  font-weight:500;
  letter-spacing:-0.04em;
  margin-bottom:80px;
}

.content-body {
  position: relative;
}
.content-body:nth-child(odd) {
  background-color: #f8f9fa!important;
}
.content-body:before {
  position: absolute;
  left: 50%;
  top: -100px;
  width: 100%;
  height: 200px;
  z-index: 0;
  background-color:#fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 2px solid transparent;
  border: 0 solid transparent;
  border-width: 1px 0;
}
.content-body p {
  font-size:1.1em;
}
.content-body-gray {
}
.content-body-gray:before {
}

.content-body h2 {
  position:relative;
  margin-top:2em;
  margin-bottom:1em;
  font-size:1.8em; !important;;
  line-height:1.8em;
  font-weight:500;
}


.content-body h2:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: -12px;
    display: block;
    width: 6px;
    height: 1em;
    background-color: #253b95;
}
.content-body h2.text-center:after {
    left: 50%;
    margin-left:-20px;
}
.content-body h3 {
  font-size:1.3em;
  font-weight:500;
  margin-bottom:1em;
}
.content-body h3:after {
  content: '';
  display:block;
  height:4px;
  width:40px;
  position:relative;
  left:0px;
  top:4px;
  background-color: #e60012;
}

.content-body p {
  margin-bottom: 0.5em;
}
.content-body.first {
}
.content-body.first:before {
  display:none;
}
.menu-tab {
  position:relative;
  background-color: #253b95;
  border-bottom:solid 1px #000;
}
.menu-tab .banner-foot a {
  display:inline-block;
  position:relative;
  font-size:0.9em;
  font-weight:200;
  line-height:70px;
  text-align:center;
  color:#fff;
}
.menu-tab .banner-foot a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: 1.8em;
  height: 0.1em;
  margin-left: -0.9em;
  background-color: #fff;
}
.menu-tab .banner-foot a.active,
.menu-tab .banner-foot a:hover {
  font-weight:500;
}
.menu-tab .banner-foot a.active:after,
.menu-tab .banner-foot a:hover:after {
  background-color: #f00;
}
.business-description {
  background-color:rgba(0,0,0,1);
  padding:2em 3em 2em 3em;
  margin-top:18px;
}
.business-description p {
  text-align:center;
  margin:0;
  font-size:1em;
  font-weight:500;
  line-height:160%;
  color:#f0f0f0;
}
.v-center {
   display: flex;
   align-items: center;
}


@media (min-width: 1600px) {
  .d-xxl-block {
      display: block!important;
  }
  .d-xxl-none {
      display: none!important;
  }
}
@media (max-width: 1200px) {
  body {
    font-size:12px;
  }
  .business-description {
      display: none!important;
  }
} 

/* ESS */
.content-top-ess:before {
  background-image:url('/images/top/top-ess.jpg');
}
.content-ess-usa ul {
  list-style: square;
}
.content-ess-usa ul li {
  margin-bottom:2em;
  font-size:1.1em;
  line-height: 2em;
}
.content-ess-summary ul {
  list-style:none;
  padding:0;
}
.content-ess-summary li {
  margin:0;
  font-size: 1.1rem;
}
.content-ess-summary h3 {
  font-size:1.3em;
}
.content-ess-solution .icon {
  display:inline-block;
  position:relative;
  width:160px;
  height:160px;
  line-height:160px;
  background-color:#014a98;
  border-radius:140px;
  overflow:hidden;
  text-align:left;
}
.content-ess-summary p {
  font-size:1.1em;
}
.content-ess-solution .icon .circle{
  display:inline-block;
  width:80px;
  height:170px;
  /*background-color:rgba(255,255,255,0.3);*/
}
.content-ess-solution .icon i{
  position:absolute;
  left:50%;
}
.content-ess-solution .icon i:before {
  color:#fff;
  font-size:80px;
  margin-left:-40px;
}
.content-ess-solution {}
.content-ess-solution p.name {margin:0; margin-top:8px; font-size:1.6em; font-weight:500;}
.content-ess-solution p.msg {
  font-size:1.1em; font-weight:400; line-height:1.4em;
}
.content-ess-application .cell {
  text-align:left;
}
.content-ess-application h3 {
  font-size:1.4em;
}
.content-ess-application .img{
  text-align:center;
}
.content-ess-application img{
  height:10em;
}
.content-ess-application p {
  font-size:1.1em;
}
.content-ess-solution .arrow{
  font-size:40px;
  margin:46px 0px 0 0px;
  color:#ccc;
}

.d-xxl-none.content-ess-solution .icon {
  display:inline-block;
  position:relative;
  margin:0 2em;
  width:180px;
  height:180px;
  line-height:180px;
  background-color:#014a98;
  border-radius:140px;
  overflow:hidden;
}

.d-xxl-none.content-ess-solution .icon .circle{
  position:absolute;
  top:0;
  height:50%;
  width:100%;
}
.d-xxl-none.content-ess-solution .content {
  width:180px;
}
.d-xxl-none.content-ess-solution p {
  color:#000;
}
.d-xxl-none.content-ess-solution p.name {
  margin-top:1.8em;
  margin-bottom:0.4em;
}
.d-xxl-none.content-ess-solution p.msg {
  font-size:1em;
}
.d-xxl-none.content-ess-solution p.down {
  line-height:40px; width:140px;
}
.d-xxl-none.content-ess-solution .cell-arrow {
  text-align:center;
  color:#ccc;
}
.d-xxl-none.content-ess-solution .cell-arrow i{
  font-size:1em;
}
.d-xxl-none.content-ess-solution .cell-arrow i:before{
  font-size:2em;
}
.d-xxl-block.content-ess-solution .arrow i:before{
  margin-left:10px; margin-right:6px;
}
.product-box-ess ul {display:block; list-style:none; margin:0; padding:0;}
.product-box-ess ul li {display:inline-block;margin:0; padding:0;}
.content-ess-product table tr {font-size:1.1em;}
.content-ess-in h3 {
  display:inlie-block;
  
}
.content-ess-in.bg-img-1 {
  color:#fff;
  background-color:#222 !important;
  padding-top:2em;
  padding-bottom:2em;
}
.content-ess-in.bgm-img1 ul {
}
.content-ess-in.bg-img-1 h3 {
  display:inline-block;
  padding:1em 2em;
  background-color:#eee;
  border-radius:10em;
  font-size:1.2em;
  color:#222;
}
.content-ess-in.bg-img-1 h3:after {
  content:none;
}

/* ESS end */
/* Display */
.content-top-display:before {
  background-image:url('/images/top/top-display.jpg');
}
.content-display-product h4{
  margin-top:30px;
}
.content-display-product img {
  margin-bottom:1em;
}
.content-display-product dd {
  padding-left:12px;}
.content-display-product h4 {
  font-weight:500;
}
.content-display-product h3 {
  margin:0;
}
.content-display-application .process-wrap {
  position:relative;
}
.content-display-application .process {
  padding:3em 1em 3em 1em;
  background-color:transparent;
  color:#afafaf;
  text-align:center;      
  position:relative;

   -moz-box-shadow:    4px -10px 10px -10px #000000;
   -webkit-box-shadow: 4px -10px 10px -10px #000000;
   box-shadow:         4px -10px 10px -10px #000000;
}
.content-display-application .process:before {
  content:'';
  display:block;
  height:3em;
  width:3em;
  position:absolute;
  top:0.6em;
  right:-1.5em;
  background-color:#fafafa;
  transform: rotate(45deg);
  z-index:3;
}
.content-display-application .process.sat:before {
  background-color:#253b95;
}

.content-display-application .process:last-child:before {
  content: none;
}

.content-display-application .process:after {
  content:'';
  display:block;
  height:100%;
  width:50%;
  background-color:#fff;
  opacity:0.1;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}
.content-display-application .process.sat {
  background-color:#253b95;
  color:#fff;
}
.content-display-application .process p {
  font-size:1.2em;
  font-weight:500;
}
.content-display-application .process p.number {
  position:relative;
  font-size:1.2em;
  font-weight:500;
}
.content-display-application .process p.number:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    width: 1em;
    height: 2px;
    margin-left: -0.5em;
    bottom: -6px;
    background-color: #dfdfdf;
}
.content-display-application .process.sat p.number:after {
    background-color: #e60012;
}
.content-display-application .process p .name {
  display:inline-block;
  z-index:3;
  background-color:#222;
  padding:0.6em;
}
.content-display-application .process .img {
  background-color:#fafafa;
  display:inline-block;
  height:8em;
  width:8em;
  border-radius:6em;
  position:relative;
  margin-top:0.4em;
}
.content-display-application .process .img img {
  position:absolute;
  display:inline-block;
  top:50%; 
  left:50%; 
  height:4em;
  width:4em;
  margin-top:-2em;
  margin-left:-2em;
}
.content-display-application .process .img img path{
  fill: #000 !important;
}
.content-display-application .process-box {
  overflow:hidden;
  border-radius:4em; 
  border:solid 1px #dfdfdf;
  background-color:#fafafa;
}

.content-display-application .cell-arrow {
  position:absolute;
  left:-1.6em;
  top:50%;
  margin-top:-20px;
  color:#666;
}
.content-display-application .cell-arrow i:before {
  margin:0;
}

.product-box-display {
  border:solid #ddd 1px;
}
.product-box-display-list {
  background-color:#fff;
  border-right:solid 1px #ddd;
}
.product-box-display-list ul {
  list-style:none;
  margin:0;
  padding:0;  
}
.product-box-display-list ul li {
  border-bottom:solid 1px #ddd;
}
.product-box-display-list ul li:last-child {
  border-bottom:none;
}
.product-box-display-list ul li a {
  position: relative;
  font-size:0.9em;
  display:block;
  padding:1em 1.4em;
  background-color:#f9f9f9;
}
.product-box-display-list ul li.active a,
.product-box-display-list ul li a:hover {
  margin-right:-1px;
  background-color:#fff;
  font-weight:500;
}
.product-box-display-list ul li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 1.4em;
  bottom: 0.6em;
  width: 1.8em;
  height: 1px;
  background-color: #222;
}
.product-box-display-list ul li.active a:after,
.product-box-display-list ul li a:hover:after {
  height: 2px;
}
@media (max-width: 1600px) {
}
/* Display end*/
/* Company */
.content-satway h3:after {
  content: '';
  display:block;
  height:4px;
  width:40px;
  position:relative;
  left:0px;
  top:4px;
  background-color: #e60012;
}
.content-top-company:before {
  background-image:url('/images/top/top-company.jpg');
}
.content-history .border-right  {
  border-color: #253b95 !important;
  border-width:2px!important;
}
.content-history h3 {
  margin: 0px 0 20px 0;
  position:relative;
}
.content-summary p.msg{
  font-size:1.1em;
  font-weight:400;

}
.content-summary p.msg:last-child{
  /*margin-bottom:2em;*/
}
.content-summary table {
  margin-top:1em;
}
.content-summary table th {
  text-align:center;
}
.content-summary table th,
.content-summary table td {
  padding:1em 1em;
}
.content-history h4{
  padding-bottom:0.3em;
  font-size:1.4em;
  font-weight:500;
  position:relative;
  color:#222;
  padding-left:40px;
}
.content-history h4:before {
  content: '';
  display:block;
  height:2px;
  width:140px;
  position:absolute;
  left:-8px;
  bottom:-2px;
  background-color: #253b95;
}
.content-history .text-right h4 {
  padding-right:40px;
}
.content-history .text-right h4:before {
  left:auto;
  right:-8px;
}
.content-history img {
  border-radius:0;
}
.content-history h4:after{
  content: '';
  display:block;
  width:20px;
  height:20px;
  background-image:url('/images/company/history-circle.svg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:absolute;
  bottom:-10px;
  left:-28px;

}
.content-history .text-right h4:after{
  left:auto;
  right:-28px;
}
.content-history .text-right p {
  margin-right:40px;
}
.content-history p {
  margin-top:1.2em;
  margin-left:40px;
  font-size:0.8em;
}
.content-history p.title {
  display:inline-block;
  text-align: center;
  background-color: #253b95;
  padding: 2em;
  border-radius: 10em;
  color:#fff;
  width:6em;
  height:6em;
  font-size:1.4em;
  font-weight:500;
  line-height:0.8em;
  margin:0;
  padding:1.6em 0 0 0;
}
.content-history p.title span {
  font-size:0.6em;
}
.content-ceo p {

}
.content-ceo p.msg {
  font-size:1.1em;
}
.content-ceo p.name {
  font-size:1.3em;
  font-weight: 500;
  margin:2em 0 0 2em;
}
.content-ceo p.sign {
  margin:1em 0 0 16em;
}
.content-ceo img.sign {
  display:inline-block;
}
.content-satway p {
  font-size:1.1em;
}
.content-value-head h4 {
  font-size:1.6em;
  margin-top:1em;
}
.content-value h4 {
  position:relative;
  display:inline-block;
  width:200px;
  height:200px;
  line-height:200px;
  border-radius:100px;
  color:#fff;
  margin-top:20px;
  margin-bottom:20px;
  overflow:hidden;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.content-value h4.circle-1 {
  background-color:#29b54a;
}
.content-value h4.circle-2 {
  background-color:#cb6dce;
}
.content-value h4.circle-3 {
  background-color:#3582d1;
}
.content-value h4 .name{
  font-size:1.2em;
  font-weight:500;
  z-index:2;
}
.content-value h4 .name:after {
  content: '';
  display:block;
  height:0.2em;
  width:2em;
  position:absolute;
  left:50%;
  margin-left:-1em;
  top: 130px;
  background-color: rgba(255,255,255,0.9);
  z-index:100;
}
.content-value p {
  font-size:1.2em;
  font-weight:500;
  letter-spacing:-0.1em;
}
/* Company end*/
/* Battery */
.content-top-battery:before {
  background-image:url('/images/top/top-battery.jpg');
}
.content-battery .img-title {
  display:block;
  margin:0;
  padding:0.6em;
  background-color:#efefef;
  color:444;
  font-size:1em;
  text-align:center;
}
.content-battery .img-box {
  border: solid 1px #efefef;
}
/* Battery end*/
/* SmartFactory */
.content-top-smartfactory:before {
  background-image:url('/images/top/top-smartfactory3.jpg');
}
.content-smartfactory .img-title {
  display:block;
  margin:0;
  padding:0.6em;
  background-color:#efefef;
  color:444;
  font-size:1em;
  text-align:center;
}
.content-smartfactory .img-box {
  border: solid 1px #efefef;
}
/* SmartFactory end*/
/* News */
.content-top-news:before {
  background-image:url('/images/top/top-news.jpg');
}
.content-news a {
  color:#222;
}
.content-news p.plus {
  margin-top:-30px;
  margin-right:-10px;
  text-align:right;
}
.content-news span.plus {
  display:inline-block;
  background-color:#222;
  color:#fff;
  line-height:40px;
  width:40px;
  text-align:center;
}
.content-news .plus i:before {
  margin:0;
}
.content-news p.date {
  font-size:0.9em;
  color:#aaa;
}
.content-news p.title{
  font-weight:500;
  font-size:1.2em;
}
.content-news p.msg{
  font-size:1em;
}
/* News end */
/* Download */
.content-top-download:before {
  background-image:url('/images/top/top-download.jpg');
}
.content-catalog a {
  text-align: center;
  color:#444;
}
.content-catalog h3 {
  text-align:center;
  margin:1em 0 0.3em 0;
  padding-bottom:0.3em;
  border-bottom: solid 1px #eee;
  color:#444;
}
.content-catalog h3:after {
  content: none;
}
.content-catalog img {
  
}
.content-catalog i {
  display:inline-block;
  font-size:1.6em;
}
.content-catalog i:before {
  font-size:1.6em;
  margin:0;
}
.content-catalog a span{
  border-top:solid 2px #444;
  font-weight:500;
}
/* Download end */
/* Invest */
.content-top-invest:before {
  background-image:url('/images/top/top-invest.jpg');
}
/* Invest end*/
.content-invest .table {
  border:none!important;
  font-size:1.1em;
  color:#666;
  margin-top:0.4em;
}

.underline{border-bottom:1px solid #000 !important;}

.content-invest .table th,
.content-invest .table td {
  padding: 0.50em;
  border-left:solid 1px #eee;
}
.content-invest .table th{
  border-top:solid 2px #888;
  background-color:#fafafa;
}
.content-invest .table td {
}
.content-invest .table th:first-of-type,
.content-invest .table td:first-of-type{
  border-left:none;width:40%;
}
  
.content-invest .table-title {
  display:inline-block;
  font-size:1.8em;
  font-weight:500;
  color:#666;
}
.content-invest .table-msg {
  text-align:right;
  display:inline-block;
  font-size:1.2em;
  padding-top:0.6em;
  color:#666;
}

.bg-img-1 {
  background-color:#000;
  background-image:url('/images/ess/in/bg-1.jpg');
  background-size:cover;
  background-position:center;
}
.bg-img-1 ul {
  list-style: square;

}

.bg-img-1 ul:last-child {
  margin-bottom: 0 !important;
}

.bg-img-1 ul li:last-child {
  margin-bottom: 0 !important;
}

p.epc {
  font-size:1.1em;
}

ul.product-tab {
  margin-bottom:-1px; 
}
ul.product-tab a {
  cursor:pointer;
  font-size: 1.2em;
  
}
ul.product-tab a.active,
ul.product-tab a:hover {
  background-color:#fff;
}
.content-ess-product ul.product-tab a.active,
.content-ess-product ul.product-tab a:hover {
  background-color:#f8f9fa !important;
  font-size: 1.2em;
}
table.ess img {margin:1em 1em 0.4em 1em; width:4em;}
table.ess p {
    font-size:0.9em;
    display:inline-block;
    padding:0.4em 2em;
    background-color:#f0f0f0;
    border-radius:1em;
}
.content-news p.plus {
  margin-top:-30px;
  margin-right:-10px;
  text-align:right;
}
.content-news span.plus {
  display:inline-block;
  background-color:#222;
  color:#fff;
  line-height:40px;
  width:40px;
  text-align:center;
}
.content-news .plus i:before {
  margin:0;
}
.content-news p.date {
  font-size:1.0em;
  color:#aaa;
}
.content-news p.title{
  font-weight:500;
  font-size:1.6em;
}
.content-news p.msg{
  font-size:1em;
}

.content-notice p.date {
  font-size:1.0em;
  color:#aaa;
}
.content-notice p.title{
  font-weight:500;
  font-size:1.0em;
  text-align:left;
}
.content-notice p.number{
  font-weight:500;
  font-size:1.0em;
  color:black;
  text-align : center;
}
.content-notice p.date{
  font-weight:500;
  font-size:1.0em;
  color:#aaa;
  text-align : center;
}

.content-notice th{
  font-size:1.0em;
  text-align : center;
}

.content-notice table tr td{
	border:1px solid #dee2e6;
}
.content-notice table tr th{
	border:1px solid #dee2e6;
}

.content-notice tr:not(:nth-child(1)):hover td{
	background:rgb(213,213,213);
	cursor:pointer;
}

.content-contactus form,
.content-contactus form input,
.content-contactus form textarea,
.content-contactus form select,
.content-contactus .form,
.content-contactus .form input,
.content-contactus .form textarea,
.content-contactus .form select{
  border:solid 1px #eaeaea;
}
.content-contactus form textarea,
.content-contactus .form textarea{
  height:10em;
}
.content-contactus form .row,
.content-contactus .form .row{
  margin:0;
  padding:0;
  color:#404040;
  font-size:0.8em;
  font-weight:500;
  background-color:#fafafa;
  border-bottom:solid 1px #eaeaea;
}
.content-contactus form .col-sm-2,
.content-contactus .form .col-sm-2{
  padding:1em;
}
.content-contactus form .col-sm-10,
.content-contactus .form .col-sm-10{
  margin:0;
  padding:1em;
  background-color:#fff;
}
.content-ess-tech h4{
  font-size:1.2em;
  font-weight:500;
  padding-top:0.4em;
  padding-bottom:0.6em;
  border-bottom:solid 1px #efefef;
}
.content-ess-tech p.msg {
  margin-bottom:2em;
}

/* content end */
/* index satrt */
.carousel-caption {bottom:40%; text-align:left;}
.carousel-caption p { margin:0;}
.carousel-caption p.small { font-size:30px; font-weight:200; line-height:30px;}
.carousel-caption p.strong { font-size:60px; font-weight:200; line-height:60px;}

.carousel-caption .box {margin-top:40px;}
.carousel-caption .box .btn {border:solid 2px #fff; font-weight:bold; padding:10px 40px;}

.img-card {background-size:cover; background-position:center; margin:20px;}

.carousel-item{height:calc(100vh - 100px); }

.index-img {
  height:calc(100vh - 100px); background-size:cover; background-position:center center;position:relative;}
@media (max-width: 1200px) {
  .carousel-item{ height:calc(82vh - 60px); }
  .index-img {
    height:calc(82vh - 60px);
    min-height: 450px;
  }

  .content-body h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .content-body h3 {
    margin-bottom: 1em;
  }

  .mb-4 {
    margin-bottom: 0.8rem!important;
  }

  .mt-5 {
    margin-top: 1rem!important;
  }

  .mb-5 {
    margin-bottom: 1rem!important;
  }

  .pt-4 {
    padding-top: 0.8rem!important;
  }

  .content-top .container {
    margin-top: 50px;
  }

  .sat-partner h3 {
    font-size: 1rem;
  }

  .sat-partner .pt-5 {
    padding-top: 2rem!important;
  }

  .sat-partner.px-5 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }

  .carousel-inner {
    min-height: 450px;
  }
  .index-img-dark {
    height:calc(82vh - 60px);
    min-height: 450px;
  }
} 
.index-img-dark {
  height:calc(100vh);
  width:100%;
  background-image: radial-gradient(farthest-corner at 50% 44%, rgba(0,0,0,0.3) 10%, rgba(0,0,0,0) 37%);
}
.index-img-text {
  position:absolute;
  display:block;
  top:calc(100vh / 2 - 300px);
  top:30%;
  left:50%;
  margin-left:-400px;
  height:300px;
  width:800px;
  text-align:center;
  color:#fff;
}
.index-img-text p.title {
  font-size:4em;
  font-weight:600;
  letter-spacing:-0.1em;
  line-height:1em;
  margin-bottom:20px;
}
.index-img-text p.msg {
  margin-top:50px;
  font-size:2em;
  letter-spacing:-0.1em;
}
.index-img-text p.msg:after {
    content: "";
    position: relative;
    bottom: -6px;
    left: 50%;
    display: block;
    width: 1.8em;
    height: 0.2em;
    margin-left: -0.9em;
    background-color: #e60012;
}
.btn-view.index {
  display:inline-block;
  margin:10px;
  padding-top:20px;
  padding-bottom:20px;
  width:300px;
  border:solid 1px rgba(255,255,255,1);
  border-radius:0;
  font-size:1.2em;
}

.index-left {padding-top:120px !important; position:fixed; top:100; z-index:997;}
.index-left > .row > div { }
.index-left > .row > div p {display:block; height:30px;}
.index-left > .row > div p {color:#fff; font-size:20px;}
.index-left > .row > div.empty {margin-top: -15px !important;}
.index-left > .row > div.empty p {border-bottom:solid 1px rgba(255,255,255,0.5); visibility:hidden;}
.index-left > .row > div.text p {margin-left:10px; border:none;}
.index-left > .row > div p.active {font-weight:800;}
.index-left > .row > div a {color:rgba(255,255,255,0.8);}
.index-left .disable {display:none;}
.index-left .enable {display:none;}

.index-down {padding:20px; font-size:10px; font-weight:400; text-align:center; position:absolute;
   bottom:60px; left:0; right:0; color:rgba(255,255,255,0.9); }
.index-down a {display:inline-block; }
.index-down img {height:40px; opacity:0.8;}
.index-down p {color:#fff; font-size:18px; font-weight:400;}

.icons {
  margin-top:40px;
  font-weight:900;
}
.icons a.title{
  border:solid 2px #fff;
  margin:0 1em;
  padding:1em 3em;
  font-size:1.2em;
  color:#fff;
}
.icons a.img {
  margin:0 1em;
  color:#fff;
}

.icons img {
  height:60px; margin-bottom:10px;
}

.icons .box {
    margin: 0 1em;
    border-radius:40px;
}
.icons .box a {
  display:inline-block;
  margin:20px 40px;
  color:#fff;
  text-align:center;
  font-weight:600;
}
.icons .sub {
  padding:0;
}
.icons .sub a {
  display:inline-block;
  width:240px;
  padding-top:20px;
  padding-bottom:20px;
  border:solid 1px rgba(255,255,255,1);
  border-radius:0;
  font-size:1em;
}
.icons .sub a.title:after {
}
.icons .sub a {
  margin:0;
}

.carousel .banner-foot {
  position:absolute;
  bottom:0;
  z-index:997;
}
.carousel .banner-foot a {
  display:inline-block;
  background-color:#fff;
  color:#444;
  font-size:1em;
  font-weight:400;
  line-height:80px;
  text-align:center;
  margin: 0 0px;
}
.carousel .banner-foot a.active {
  background-color:#253b95;
  color:#fff;
  font-weight:900;
}
.carousel .banner-foot a:after {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  bottom: 20px;
  margin-left: -0.9em;
  width: 1.8em;
  height: 0.1em;
  background-color: #eee;
}
.carousel .banner-foot a.active:after {
  background-color: #e60012;
}

.index-img-text .icons a {
  float:none!important;
}

.index-img-text .icons div {
  display: flex !important;
}

.index-img-text .icons .row div {
  justify-content: left!important;
}

.index-img-text .icons .row div:first-child {
  justify-content: flex-end!important;
}


@media (max-width: 800px) {

  .index-img-dark {
    background-image: radial-gradient(farthest-corner at 50% 35%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 60%);
  }

  p {
    word-break: break-all;
  }

  .content-body span {
    word-break: break-all;
  }

  .content-body table {
    word-break: break-all;
  }

  .content-body ul li {
    word-break: break-all;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 10px;
      padding-left: 10px;
  }

  .content-history h4:after {
      left:-21px;
  }

  .content-history .text-right h4:after {
      right: -21px;
  }

  .index-img-text .icons img {
    height:45px;
  }

  .index-img-text .icons a {
    width:80px;
  }

  .index-img-text .icons .row div:first-child {
    justify-content: center!important;
  }

  .index-img-text .icons .row div {
    justify-content: center!important;
  }


  .index-img-text {
    position: inherit;
    height:auto;
    margin-left: 0px;
    width:100%;
    padding-top:20px;
  }

  .index-call h4 {
    font-size: 30px;
    padding-bottom:1rem!important;
  }

  .index-call .row > div {
    padding:20px 0 20px 0;
  }

  .index-img-text p.title {
    font-size:3em;
    padding: 15px 15px 0 15px;
    margin:0px;
  }

  .index-img-text p.msg {
    margin-top:20px;
    font-size:1.8em;
  }

  .icons a.title {
    min-width:150px;
    font-size:1em;
    padding:0.8em 1.6em;
  }

  .carousel-control-prev,
  .carousel-control-next{
    /*display:none!important;*/
  }

  .product-tab li {
    width: 49.4%;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }
  .product-tab li a {
    width: 100%;
  }
} 

.carousel-control-next-icon, .carousel-control-prev-icon {height:40px; width:40px;}

  .carousel-control-prev,
  .carousel-control-next{
  }

/* index end */



.sub-title-center h3 {
  margin-left:auto;
  margin-right:auto;
}

