.no_pd {
  padding: 0 !important;
}

.no_pd_d {
  padding-bottom: 0 !important;
}

.no_pd_top {
  padding-top: 0 !important;
}

.no_pd_r {
  padding-right: 0 !important;
}

.no_pd_l {
  padding-left: 0 !important;
}

.no_pd_rl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pad_t_d_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd_l_60 {
  padding-left: 60px;
}

.pd_r_60 {
  padding-right: 60px;
}

.pd_rl_30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pd_rl_5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pd_d_15 {
  padding-bottom: 15px !important;
}

.pd_d_30 {
  padding-bottom: 30px !important;
}

.pd_d_60 {
  padding-bottom: 60px !important;
}

.pd_top_30 {
  padding-top: 30px !important;
}

.pd_top_60 {
  padding-top: 60px !important;
}

.pd_top_150 {
  padding-top: 150px !important;
}

.no_mg {
  margin: 0 !important;
}

.no_mg_top {
  margin-top: 0 !important;
}

.no_mg_d {
  margin-bottom: 0 !important;
}

.mg_top_30 {
  margin-top: 30px !important;
}

.mg_top_60 {
  margin-top: 60px !important;
}

.mg_d_30 {
  margin-bottom: 30px !important;
}

.mg_d_15 {
  margin-bottom: 15px !important;
}

h1.seo-setting,
h2.seo-setting {
  margin-bottom: 15px !important;
}

h2.product-seo-h2{
  font-size: 18px;
}

h2.product-seo-h2 span.seo-term{
  display: block;
  color: #aeaeae;
}

h3.product-seo-h3{
  font-size: 18px;
}

h3.product-seo-h3 span.seo-term{
  display: block;
  color: #aeaeae;
}

.mg_r_30 {
  margin-right: 30px !important;
}

.mg_rl_30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mg_l_15 {
  margin-left: 15px !important;
}

.mg_td_5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mg_l_4h_vw {
  margin-left: 4.5vw !important;
}

.index_pd_mgt_79 {
  margin-top: 79px;
}

.h5_no_mg_d h5 {
  margin-bottom: 0 !important;
}

.h1_no_mg_d h1 {
  margin-bottom: 0 !important;
}

.img_mg_d_15 img {
  margin-bottom: 15px !important;
}

.all_mg_5 {
  margin: 5px;
}

.min_w_5rem {
  min-width: 5rem !important;
}

.text_img_cetern {
  text-align: center;
}

.text_img_left {
  text-align: left;
}

@media(max-width: 767px) {
  .dl_center {
    text-align: center;
  }
}

.ww_fg_bg {
  background: #f7f7f7;
}

.gray_bg {
  background: url("../images/background_gray.png") no-repeat;
  background-size: cover;
}

.pd_sub_t_l {
  text-align: left;
}

.team-filter div a.active {
  background: #006ebc;
  color: #ffffff;
}

.team-filter div a:hover {
  background: #006ebc;
  color: #ffffff;
}
.team-filter .filter-item{
  float: left;
}
.team-filter div a {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
  border-radius: 4px;
/*  float: left;*/
}

.pd_title_text p {
  margin: 15px 0 15px 0;
  font-size: 20px;
}

.pd_k_info_t {
  text-align: left;
/*  display: none;*/
}

.news_img img {
  width: 100%;
}

.com_img img {
  width: 100%;
}

.pd_nav_img img {
  width: 100%;
}

.cp_img img {
  width: 100%;
}

.pd_nav_img p {
  margin: 0 !important;
}

@media(min-width:768px) {
  .pd_t_img {
    width: 20% !important;
  }
}

/* video */

a {
  text-decoration: none;
}

.video-item {
  width: 100%;
  max-width: 600px;
  margin: 200px auto 0;
}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}

.video-item figure img {
  width: 100%;
}

.video-item figure a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}

.video-item figure a:hover:before {
  background-color: rgba(255, 39, 0, 0.9);
}

.modal-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 109%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 120px 10px;
  display: none;
  box-sizing: border-box;
  overflow: auto;
  z-index: 100;
}

.popup-modal {
  position: relative;
  margin: 0 auto;
  display: none;
}

.popup-modal .close {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 28px;
  height: 28px;
  border: solid 1px #004eff;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.popup-modal .close:before {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup-modal .close:after {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 50%;
  margin-right: -7px;
  background-color: #004eff;
  content: '';
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.popup-modal .close:hover {
  border-color: #ff2700;
}

.popup-modal .close:hover:before {
  background-color: #ff2700;
}

.popup-modal .close:hover:after {
  background-color: #ff2700;
}

.post-popup {
  width: 100%;
  max-width: 71%;
  background-color: rgba(255, 255, 255, 0);
  top: 0%;
}

@media(max-width:1199px) {
  .post-popup {
    max-width: 98%;
    top: 11%;
  }
}

.post-popup .popup-header {
  padding: 5px 15px 0px 15px;
  font-size: 14px;
  margin-right: 60px;
}

.post-popup .popup-video {
  font-size: 0;
}

.post-popup .popup-video video {
  width: 100%;
}

.post-popup .popup-video img {
  width: 100%;
}

.video-preview__title {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 31px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 60px);
  background: #333;
  padding: 5px 5px;
  margin-bottom: 10px;
}

.play-btn img {
  width: 100%;
}

/* video */

/* sitemap */

.project-header {
  margin-bottom: 40px;
}

.project-sitemap {
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #444;
}

.project-title {
  margin: 0 0 .2em;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
}

.project-subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  color: #666;
}

.sitemap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}

.sitemap a {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .5em 1em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  border-bottom-width: 3px;
  background: #f9f9f9;
  font-weight: 500;
  text-decoration: none;
  color: #595959;
}

.sitemap a:before {
  margin-bottom: .3em;
  font-size: .8em;
  color: #aaa;
}

.sitemap-main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 1em;
}

.sitemap-main a {
  margin-bottom: .5em;
  margin-left: .2em;
}

.sitemap-main ul {
  position: relative;
  padding-left: 2em;
}

.sitemap-main>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sitemap-main>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sitemap li {
  margin-right: 1em;
  list-style: none;
}

/* Handle grid lines */

.sitemap-main li:before,
.sitemap-main li:after {
  display: inline-block;
  width: 1em;
  height: 2em;
  border: 2px solid #f2f2f2;
  border-right: none;
  border-top: none;
  content: "";
}

.sitemap-main li:after {
  position: absolute;
  left: 2em;
  bottom: 0;
  width: 2px;
  height: 100%;
}

.sitemap-main ul:before {
  position: absolute;
  left: 0;
  top: -1.75em;
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
}

.sitemap-main>ul:before {
  display: none;
}

.sitemap-main li:last-child:after {
  border-color: #fff;
  bottom: 0;
  height: 2.3em;
}

/* The home/top level link */

.sitemap-root {
  margin-bottom: 2em;
}

.sitemap-root>a {
  min-width: 8em;
  background: #78797f;
  border-color: #b8bbc4;
  color: #fff;
}

.sitemap-root>a:before {
  color: #f2f2f2;
}

.sitemap-root a:before {
  content: unset !important;
}

.sitemap-root>a:after {
  position: absolute;
  bottom: -2.6em;
  left: calc(2em - 1px);
  display: block;
  width: 2px;
  /* height: 2em; */
  background: #f2f2f2;
  content: "";
}

.sitemap-main>ul>li>a {
  background: #d4d7e0;
  border-color: #ecf0fb;
}

.sitemap-main ul ul ul a {
  background: #fff;
}

.sitemap-aux {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: .9em;
}

.sitemap-aux ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.sitemap-aux li {
  margin: 0 .5em .5em 0;
}

.sitemap-aux a {
  background: #FAF8D4;
  border-color: #f5f1a6;
}

@media (min-width: 420px) {
  .sitemap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sitemap-aux ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 600px) {
  .sitemap-aux {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* sitemap */

/* video button */

/* triangle */

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 29%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video_btn .play-btn::after {
  top: 51%;
}

.video_c_5 .play-btn::after {
  top: 41%;
}

/* video button */

/*pd_table*/

.pd_table {
  border-bottom: 1px solid rgb(122, 122, 119) !important;
}

.pd_table td,
.pd_table th {
  border: 1px solid rgb(122, 122, 119);
}

.pd_table table {
  border-collapse: separate;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* margin: 50px auto; */
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.pd_table thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pd_table thead th {
  /* font-family: 'Patua One', cursive; */
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  /* text-align: left; */
  padding: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
  background-image: -moz-linear-gradient(#646f7f, #4a5564);
  background-image: -webkit-linear-gradient(#646f7f, #4a5564);
  background-image: linear-gradient(#646f7f, #4a5564);
  border-top: 1px solid #858d99;
}

.pd_table thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pd_table thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pd_table tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 16px;
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.pd_table tbody tr:nth-child(2n) {
  background: #f0f3f5;
}

.pd_table tbody tr:last-child td {
  border-bottom: none;
}

.pd_table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pd_table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pd_table tbody:hover>tr td {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

.pd_table tbody:hover>tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/*pd_table*/

/*ct_table*/

table {
  border-collapse: collapse;
}

.table-responsive {
  border: unset;
}

.ct_table table {
  margin: 0px auto;
  width: 100%;
  border-collapse: separate;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* margin: 50px auto; */
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.ct_table thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ct_table thead th {
  /* font-family: 'Patua One', cursive; */
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
  background-image: -moz-linear-gradient(#646f7f, #4a5564);
  background-image: -webkit-linear-gradient(#646f7f, #4a5564);
  background-image: linear-gradient(#646f7f, #4a5564);
  border-top: 1px solid #858d99;
}

.ct_table thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.ct_table thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.ct_table tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 13px;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.ct_table tbody tr:nth-child(2n) {
  background: #f0f3f5;
}

.ct_table tbody tr:last-child td {
  border-bottom: none;
}

.ct_table tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ct_table tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* .ct_table tbody:hover>tr td {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.ct_table tbody:hover>tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
} */

/*ct_table*/

/* timeline */

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

Primary style

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

a {
  text-decoration: none;
}

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

Main Components 

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

.cd-horizontal-timeline {
  opacity: 0;
  /* margin: 2em auto; */
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /* background: #F7F7F7; */
}

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

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  /* background-image: -webkit-linear-gradient( left, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); */
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  /* background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); */
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #014099;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

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

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #014099;
  border-color: #014099;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #014099;
  border-color: #014099;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #014099;
}

@media only screen and (min-width: 1100px) {
  /* .cd-horizontal-timeline {
    margin: 6em auto;
  } */
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.html) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #014099;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  /* margin: 2em 0; */
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  height: auto !important;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  /* padding: 0 5%; */
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  text-align: center;
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
  max-width: 100%;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

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

.cd-horizontal-timeline .events-content p {
  text-align: center;
  padding-top: 15px
}

/* timeline */

/* banner */

.sub-bnr {
  padding-top: 17%;
  /* slope */
  height: 120px;
  /* start height */
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}

.home-slide li {
  padding-top: 24%;
  /* slope */
  height: 169px;
  /* start height */
  background-size: cover;
  -moz-background-size: cover;
  /* Firefox 3.6 */
  background-position: center;
  /* Internet Explorer 7/8 */
}

.home-slide li h1 {
  margin-bottom: 10px !important;
}

.home-slide li .headline {
  color: #ffffff;
  margin-bottom: 10px !important;
}

@media(max-width: 1199px) {
  .home-slide li h1 {
    font-size: 39px;
  }
}

@media(max-width: 1199px) {
  .home-slide li .headline {
    font-size: 39px;
  }
}

@media(max-width: 767px) {
  .home-slide li h1 {
    font-size: 26px;
  }
}

@media(max-width: 767px) {
  .home-slide li .headline {
    font-size: 26px;
  }
}

.home-slide .flex-control-nav {
  bottom: 2px;
}

/* banner */

/* company slider */

.contenedor-slider_cp {
  margin: auto;
  width: 100%;
  /* max-width: 900px; */
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 0 0 5px #fff0,  0 5px 36px; */
}

.slider_cp {
  display: flex;
  width: 300%;
}

.slider__section_cp {
  width: 100%;
}

.slider__section_cp img {
  width: 100%;
}

.slider__img_cp {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-prev_cp,
.btn-next_cp {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 31px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}

.btn-prev_cp:hover,
.btn-next_cp:hover {
  background: white;
}

.btn-prev_cp {
  left: 0px;
}

.btn-next_cp {
  right: 0px;
}

/* company slider */

.pd_info_clear {
  clear: both;
}

.index_hot {
  color: #E60012 !important;
}

.index_pd_title_text {
  color: #014099 !important;
}

.company_video_bg {
  background: #353535;
}

.company_video_p_color p,
.company_mid_text p,
.company_mid_text h3 {
  color: #ffffff;
}

@media(min-width:768px) {
  .company_video_p_color p {
    padding: 30px;
  }
}

.company_video_btn .play-btn::after {
  top: 45%;
}

.company_video_btn .video-preview__title {
  bottom: 38px;
}

.company_mid_bg {
  background: url("../images/banner/banner_company_mid.jpg") no-repeat;
  background-size: cover;
}

.products_i_nav {
  float: left;
  width: 100%;
}

.contact_h i {
  padding-right: 9px;
}

.contact_down_text p {
  color: #ffffff;
}

.button_three {
  border-radius: 9px;
  box-shadow: 0 5px #95a5a6;
}

@media(min-width: 1200px) {
  .company_certificated {
    width: 63em;
  }
}

/* fixed_btn for pd */

.fixed_btn {
  position: fixed;
  bottom: 9%;
  right: 1%;
  /* background: #014099 !important; */
  width: 69px;
  height: 56px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 2px 3px 2px 2px #353535;
  cursor: pointer;
  background: #ffffff;
  z-index: 333;
}

/* text bubble for shopping car */

.text_bubble {
  position: fixed;
  display: none;
  bottom: 17%;
  right: 0%;
  width: 100px;
  /* height: 100px; */
  font-size: 12px;
  /* line-height: 100px; */
  text-align: center;
  border: 3px solid #014099;
  border-radius: 15px;
  /* box-shadow: 5px 5px 10px #777; */
}

.text_bubble:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 9px solid;
  border-color: #014099 transparent transparent #014099;
  position: absolute;
  left: 50px;
  top: 19px;
}

.text_bubble:after {
  content: '';
  width: 0px;
  height: 0px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
  position: absolute;
  left: 53px;
  top: 99px;
}

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

.company_mid_text {
  padding: 40px 0 0 40px;
}

.s_code_input {
  width: auto;
  display: inline-block;
}

.s_code_number {
  color: #e60012 !important;
  font-weight: bold;
}

.inquiry_btn {
  text-align: center;
}

.contact_number {
  font-size: 12px;
  border-radius: 49px;
  background: #e60012;
  padding: 1px 6px;
  margin-left: 2px;
}

.slider_left {
  left: 100% !important;
}

@media(max-width: 991px) {
  .news_img_mg_button {
    margin-bottom: 30px;
  }
}

.company_video {
  box-shadow: 5px 8px 9px #333333;
}

.video_shadow {
  box-shadow: 5px 6px 5px #333333;
}

.video_shadow:active {
  box-shadow: 1px 2px 1px #333333;
  transform: translateY(4px);
}

/* .company_certificated_hidden{
  display: none;
}
.company_certificated_show{
  display: block;
} */

/* #certificate1{
  display: block;
} */

.map_dis {
  display: none;
}

.map_dis_s {
  display: block;
}
.news_img_mg_button img{
  box-shadow: 5px 6px 5px #333;
}

/*for SEO item css design by Ben. 2019.09.17*/
.h1-box{
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  background: url("../images/menu_bg.png") center top  no-repeat;
}
.h1-box h1{
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: rgba(255,255,255,0.88);
  font-size: 0.78em;
  font-family:"hemi_head_bd_it";
  background: #004098;
  margin:0 0 0 0 !important;
}
h2.index-aboutus-h2{
  color: #fff;
  margin: 30px 0;
}
h2.index-aboutus-h2 .minor{
  color: #1193d4;
  display: block;
  font-size: 0.28em;
  padding: 0.88em 0 0 0;
  opacity: 0.88;
}
h2.index-news-h2{
  color: #333;
  margin: 30px 0;
}
h2.index-news-h2 .minor{
  color: #a8a8a8;
  display: block;
  font-size: 0.28em;
  padding: 0.88em 0 0 0;
  opacity: 0.88;
}
.pd_sub_t_l p:hover,
.pd_sub_t_l p a:hover{
  cursor: pointer !important;
}
.tab-content_pd img{
  max-width: 100%;
}