@font-face {
  font-family: 'iconset';
  src: url('/assets/resources/css/fonts/iconset.eot?q8hbez');
  src: url('/assets/resources/css/fonts/iconset.eot?q8hbez#iefix') format('embedded-opentype'), url('/assets/resources/css/fonts/iconset.ttf?q8hbez') format('truetype'), url('/assets/resources/css/fonts/iconset.woff?q8hbez') format('woff'), url('/assets/resources/css/fonts/iconset.svg?q8hbez#iconset') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
  content: "\e901";
}
.icon-handshake:before {
  content: "\e902";
}
.icon-mobility:before {
  content: "\e903";
}
.icon-embdeded:before {
  content: "\e904";
}
.icon-efficiency:before {
  content: "\e905";
}
.icon-revenue:before {
  content: "\e906";
}
.icon-future:before {
  content: "\e907";
}
.icon-cart:before {
  content: "\e908";
}
.icon-economy:before {
  content: "\e909";
}
.icon-growth:before {
  content: "\e90a";
}
.icon-retail:before {
  content: "\e90b";
}
.icon-technology:before {
  content: "\e90c";
}
.icon-financial:before {
  content: "\e90d";
}
.icon-consumer:before {
  content: "\e90e";
}
.icon-success:before {
  content: "\e900";
}
/* common */
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Degular';
  font-size: 20px;
  color: #4B3B47;
  line-height: 28px;
}
h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  margin-bottom: 20px;
}
h3 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 20px;
}
h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #260C1A;
}
h5 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #4B3B47;
  margin-bottom: 15px;
}
p {
  color: #260C1A;
}
.container {
  max-width: 1260px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  max-width: 100%;
}
.highlight {
  color: #EB2427;
}
.text-right {
  text-align: right;
}
.iconset {
  font-size: 56px;
  color: #EB2427;
}
.btn {
  line-height: 52px;
  border-radius: 160px;
  border: solid 1px #EB2427;
  color: #EB2427;
  font-size: 20px;
  transition: all 0.3s linear;
  width: 100%;
  padding: 0 30px;
  text-align: left;
  position: relative;
}
.btn .iconset {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 16px;
  transition: all 0.3s linear;
}
.btn:hover {
  background-color: #EB2427;
  color: #ffffff;
}
.btn:hover .iconset {
  color: #ffffff;
}
.carousel .carousel-indicators {
  display: flex;
  margin: 0 17px;
  justify-content: space-between;
  transform: translateY(-85%);
  z-index: 2;
}
.carousel .carousel-indicators li {
  margin: 0 10px;
  width: 15%;
  position: relative;
  cursor: pointer;
  height: 20px;
  bottom: -20px;
  transition: all 0.3s linear;
}
.carousel .carousel-indicators li::before {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  display: inline-block;
  position: absolute;
  transition: all 0.3s linear;
}
.carousel .carousel-indicators li::after {
  width: 0;
  bottom: 0px;
  transition: width 0.1s linear;
  content: '';
  display: inline-block;
  position: absolute;
}
.carousel .carousel-indicators li.active::after {
  width: 100%;
  background-color: #ffffff;
  height: 3px;
  bottom: -1px;
  transition: width 8.9s linear;
}
.carousel .carousel-indicators li:hover::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.carousel .carousel-item-next,
.carousel .carousel-item-prev,
.carousel .carousel-item .active {
  transition: transform 0.1s ease;
}
.carousel .carousel-item video {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s linear;
}
.carousel .carousel-item .text-container {
  position: relative;
  top: 60px;
  transition: all 0.5s linear;
}
.carousel .carousel-item.active video {
  opacity: 1;
}
.carousel .carousel-item.active .text-container {
  position: relative;
  top: 0px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.gohome {
  float: left;
  margin-top: 10px;
}
/* header */
header {
  background-color: #131313;
  padding: 40px 0 80px;
}
header .hdrLogo {
  transition: all 0.2s linear;
}
header .navbar-toggler,
header .navbar-toggler:focus {
  box-shadow: 0 0 0 0;
  border: 0;
  display: none;
}
header nav {
  float: right;
  display: none;
}
header nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
header nav ul li {
  margin: 0 20px;
}
header nav ul li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  font-family: 'Degular';
  transition: all 0.3s ease-in;
  display: inline-block;
  overflow: hidden;
}
header nav ul li a .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}
header nav ul li a:hover {
  opacity: 0.6;
  color: #ffffff;
}
header nav ul li:last-child {
  margin-right: 0;
}
body.showmenu header nav,
body.showmenu header .navbar-toggler {
  display: inline-block;
}
/* home */
section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.hero {
  background-color: #131313;
  padding-bottom: 70px;
}
section.hero .text-container {
  padding: 40px 20px;
}
section.hero .text-container h1 {
  color: #ffffff;
  margin: 0;
}
section.master {
  padding-top: 160px;
}
section.master h2 {
  margin-bottom: 80px;
}
section.master .pts {
  margin-top: 80px;
}
section.master .pts .content {
  padding-left: 120px;
  position: relative;
}
section.master .pts .content .iconset {
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #EB2427;
}
section.master .pts h3 {
  position: relative;
}
section.master .pts h3::before {
  position: absolute;
  left: -50px;
  top: 18px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../../../images/talk.png') no-repeat 0 0;
  content: '';
}
section.master .pts.reverse h6 {
  font-weight: normal;
  margin-bottom: 0px;
}
section.dark {
  padding: 160px 0 100px;
  background-color: #131313;
}
section.dark * {
  color: #ffffff;
}
section.dark ul {
  margin: 90px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.dark ul li {
  position: relative;
  padding-left: 100px;
  width: 42%;
  margin-bottom: 60px;
}
section.dark ul li .iconset {
  position: absolute;
  left: 0;
  top: 16px;
  color: #fff9fb;
  opacity: .7;
}
section.vision {
  padding: 160px 0;
  background-color: #FFF9FB;
  position: relative;
}
section.vision .col-md-12 {
  position: relative;
}
section.vision h2 {
  margin-bottom: 60px;
  max-width: 60%;
}
section.vision h4 {
  padding-right: 130px;
}
section.vision .th_logo {
  position: absolute;
  right: 20px;
  top: 55px;
}
section.vision ul {
  list-style: none;
  padding: 0;
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
}
section.vision ul li {
  width: 30%;
}
section.vision ul li .iconset {
  margin-bottom: 30px;
  display: inline-block;
}
/* footer */
footer {
  background-color: #F4F4ED;
  padding: 80px 0 50px;
}
footer p {
  font-size: 16px;
  margin: 0 0 10px;
}
footer p a {
  color: #4B3B47;
  text-decoration: none;
  margin: 0 ;
  transition: all 0.3s linear;
}
footer p a:hover {
  opacity: 0.7;
  color: #4B3B47;
}
footer .brand p {
  display: flex;
  justify-content: flex-start;
}
footer .brand p a {
  margin-right: 40px;
}
footer .social .si {
  margin-right: 45px;
  transition: all 0.3s linear;
}
footer .social .si:hover {
  opacity: 0.7;
}
footer .social a:hover {
  color: #EB2427;
}
footer .copy {
  padding-top: 40px;
}
footer .copy p {
  color: #A29C9B;
}
footer .copy a {
  margin-left: 40px;
  color: #A29C9B;
}
/* responsive */
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2,
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4,
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6,
  p {
    font-size: 16px;
    line-height: 20px;
  }
  header {
    padding: 20px 0 40px;
  }
  header .nav-band img {
    max-width: 130px;
  }
  header nav ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  section.hero .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  section.hero .container .col-12 {
    padding: 0;
  }
  section.master {
    padding: 100px 0 0;
  }
  section.vision,
  section.dark {
    padding: 100px 0;
  }
  section.vision .th_logo,
  section.dark .th_logo {
    top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-toggler,
  .m-view {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .brand p a {
    font-size: 13px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.frozen {
    position: fixed;
  }
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
  h2,
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4,
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  p {
    font-size: 16px;
    line-height: 20px;
  }
  body {
    padding-top: 95px;
  }
  header {
    padding: 30px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }
  header .navbar-toggler {
    display: inline-block;
    width: 30px;
    padding: 0;
    outline: none;
    float: right;
    box-shadow: 0 0 0;
    display: none;
  }
  header .navbar-toggler span {
    width: 100%;
    height: 1px;
    border-top: solid 1px #ffffff;
    margin: 5px 0;
    display: block;
  }
  header .navbar-toggler:focus {
    outline: none;
  }
  header .nav-band,
  header .navbar-toggler {
    z-index: 10;
    position: relative;
  }
  header .navbar-toggler span {
    border-top-color: #ffffff;
  }
  header nav {
    position: fixed;
    right: -100%;
    padding: 0 20px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9;
    transition: all 0.2s linear;
  }
  header nav .m-view {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px;
  }
  header nav ul {
    margin-top: 100px;
    flex-wrap: wrap;
  }
  header nav ul li {
    width: 100%;
    text-align: left;
    margin: 0;
    border-bottom: solid 1px #A29C9B;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  header nav ul li a {
    color: #260C1A;
    font-size: 20px;
    line-height: 28px;
  }
  header nav ul li:last-child {
    border: 0;
  }
  header nav ul li:last-child a {
    color: #EB2427;
  }
  header.nav-open nav {
    right: 0;
  }
  header.nav-open .navbar-toggler span {
    border-color: #4B3B47;
    transition: all 0.2s linear;
  }
  header.nav-open .navbar-toggler span:nth-child(2) {
    display: none;
  }
  header.nav-open .navbar-toggler span:first-child {
    transform: rotate(-45deg);
    top: 6px;
    position: relative;
  }
  header.nav-open .navbar-toggler span:last-child {
    transform: rotate(45deg);
    top: 0px;
    position: relative;
  }
  section.hero h1 {
    padding-right: 50px;
  }
  section.master h2 {
    margin-bottom: 50px;
  }
  section.master h5 {
    font-weight: 700;
    color: #260C1A;
  }
  section.master .pts {
    margin-top: 50px;
  }
  section.master .pts .content {
    padding-top: 10px;
    padding-left: 12px;
  }
  section.master .pts .content .iconset {
    position: relative;
    bottom: 0;
    font-size: 36px;
    margin-bottom: 15px !important;
    display: block;
  }
  section.master .pts.reverse {
    margin-top: 100px;
  }
  section.master .pts.reverse .col-sm-5 {
    order: 2;
  }
  section.master .pts.reverse .col-sm-7 {
    order: 1;
  }
  section.master .pts.reverse h3::before {
    left: 0;
    top: -20px;
  }
  section.dark {
    padding-bottom: 60px;
  }
  section.dark ul li {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }
  section.dark ul li .iconset {
    font-size: 36px;
    position: relative;
    top: 0;
  }
  section.vision .btn span {
    display: none;
  }
  section.vision h2 {
    margin-bottom: 20px;
    max-width: 100%;
  }
  section.vision h4 {
    padding-right: 0;
  }
  section.vision h5 {
    font-weight: 700;
    color: #260C1A;
    margin: 10px 0 15px;
  }
  section.vision .th_logo {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 60px;
  }
  section.vision ul {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  section.vision ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  section.vision ul li .iconset {
    margin-bottom: 0;
    font-size: 36px;
  }
  footer {
    padding: 50px 0;
  }
  footer .social {
    order: 1;
    text-align: left !important;
    margin-top: 40px;
  }
  footer .social .si {
    margin-top: 15px;
    display: inline-block;
  }
  footer .brand {
    margin-top: 40px;
    order: 2;
    padding-top: 20px;
    border-top: solid 1px #A29C9B;
    border-bottom: solid 1px #A29C9B;
  }
  footer .brand p {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: inline-block;
  }
  footer .brand p a {
    width: 100%;
    margin: 0 0 15px;
    display: inherit;
  }
  footer .copy {
    order: 3;
  }
  .gohome {
    margin-top: 5px;
  }
}
