html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Keframes */
/* Keframes end*/
.scale {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.scale:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.cp-img-mob {
  overflow: hidden;
}

.global-wrapper {
  padding-top: 80px;
  position: relative;
}

.header-block1 {
  float: left;
}

.global-header {
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
}

.logo a {
  display: inline-block;
}

.top-head {
  display: inline-block;
  font-family: 'FilsonSoft-Book';
  font-size: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
  .top-head {
    font-size: 26px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .top-head {
    font-size: 18px;
    margin-left: 5px;
    max-width: 160px;
  }
}

@media only screen and (max-width: 350px) {
  .top-head {
    font-size: 16px;
    max-width: 140px;
  }
}

.top-head span {
  font-family: 'FilsonSoft-Bold';
}

.menu-item-holder {
  position: fixed;
  overflow: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 80px;
  background-color: #000000;
  z-index: 98;
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-item-holder .menu-accordian {
    padding-bottom: 40px;
  }
}

.menu-item-holder .menu-items {
  padding: 98px 0 112px;
  background-color: #4d2779;
}

@media only screen and (max-width: 1024px) {
  .menu-item-holder .menu-items {
    padding: 40px 0 60px;
  }
}

.menu-item-holder .menu-items .icons-block {
  float: none;
}

.menu-item-holder .menu-items .icons-block a {
  margin-right: 60px;
  background-image: url(../image/icons-sprite-mob.png);
}

.menu-item-holder .menu-items .icons-block a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 350px) {
  .menu-item-holder .menu-items .icons-block a {
    margin-right: 40px;
  }
}

.menu-item-holder .menu-items .icons-block a.fb {
  background-position: -88px center;
}

.menu-item-holder .menu-items .icons-block a.twitter {
  background-position: -178px center;
}

.menu-item-holder .menu-items .icons-block a.instagram {
  background-position: -268px center;
}

.menu-item-holder .menu-items .menu-head {
  display: block;
  font-family: 'FilsonSoft-Book';
  font-size: 29px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .menu-item-holder .menu-items .menu-head {
    font-size: 22px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-item-holder .menu-items .menu-head {
    font-size: 24px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
  }
  .menu-item-holder .menu-items .menu-head::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../image/accordian-icon.png) no-repeat left top;
  }
  .menu-item-holder .menu-items .menu-head.open::after {
    background-position: right top;
  }
}

@media only screen and (max-width: 767px) {
  .menu-item-holder .menu-items ul {
    display: none;
    margin-top: 20px;
  }
}

.menu-item-holder .menu-items ul li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .menu-item-holder .menu-items ul li {
    margin-bottom: 10px;
  }
}

.menu-item-holder .menu-items ul li a {
  font-family: 'FilsonSoft-Light';
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .menu-item-holder .menu-items ul li a {
    font-size: 14px;
  }
}

.menu-item-holder .menu-items ul li a:hover {
  font-family: 'FilsonSoft-Bold';
}

.icons-block {
  font-size: 0;
  float: right;
  margin-top: 25px;
}

.icons-block a {
  display: inline-block;
  background: url(../image/icons-sprite.png) no-repeat left center;
  width: 30px;
  height: 30px;
  margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
  .icons-block a {
    margin-right: 20px;
  }
}

.icons-block a.fb {
  background-position: -68px center;
}

.icons-block a.twitter {
  background-position: -138px center;
}

.icons-block a.instagram {
  background-position: -208px center;
}

.header-block2 {
  float: right;
}

.header-block2 .menu-toggle {
  width: 80px;
  height: 80px;
  background-color: #4d2779;
  padding: 22px 18px 22px 18px;
  cursor: pointer;
  float: right;
}

@media only screen and (max-width: 767px) {
  .header-block2 .menu-toggle {
    background-color: transparent;
  }
}

.header-block2 .menu-toggle .mob-menu {
  right: 0;
  top: 48px;
}

.header-block2 .menu-toggle .mob-menu span {
  width: 40px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.header-block2 .menu-toggle .mob-menu span:nth-child(1) {
  margin-left: 6px;
}

.header-block2 .menu-toggle .mob-menu span:nth-child(3) {
  width: 30px;
  margin-left: 13px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .header-block2 .menu-toggle .mob-menu span {
    background-color: #4d2779;
  }
}

.header-block2 .menu-toggle .mob-menu.on span {
  width: 40px;
  height: 4px;
  display: block;
  margin-bottom: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.header-block2 .menu-toggle .mob-menu.on span:nth-child(2) {
  visibility: hidden;
  transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -ms-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  -webkit-transition: all 0s ease-in;
  margin: 4px 0;
}

.header-block2 .menu-toggle .mob-menu.on span:nth-child(1) {
  /* IE 9 */
  margin-left: 0;
  -webkit-transform: translate(2px, 15px) rotate(135deg);
  -moz-transform: translate(2px, 15px) rotate(135deg);
  -ms-transform: translate(2px, 15px) rotate(135deg);
  transform: translate(2px, 15px) rotate(135deg);
}

.header-block2 .menu-toggle .mob-menu.on span:nth-child(3) {
  /* IE 9 */
  margin-left: 0;
  -webkit-transform: translate(2px, -2px) rotate(-135deg);
  -moz-transform: translate(2px, -2px) rotate(-135deg);
  -ms-transform: translate(2px, -2px) rotate(-135deg);
  transform: translate(2px, -2px) rotate(-135deg);
}

.spotlight {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.spotlight img {
  width: 100%;
  display: block;
}

.spotlight .slick-dots {
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .spotlight .slick-dots {
    display: none !important;
  }
}

.spotlight .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 4px;
}

.spotlight .slick-dots li button {
  border: 1px solid #4d2779;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  padding: 0;
}

.spotlight .slick-dots li button::before {
  content: "";
}

.spotlight .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.spotlight .spotlight-item {
  position: relative;
}

.spotlight .spotlight-item video {
  width: 100%;
  height: auto;
  display: block;
}

.spotlight .spot-content-wrap {
  position: absolute;
  left: 50%;
  padding: 0 15px;
  max-width: 1140px;
  bottom: 100px;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 1200px) {
  .spotlight .spot-content-wrap {
    max-width: 970px;
  }
}

@media only screen and (max-width: 767px) {
  .spotlight .spot-content-wrap {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 18px 15px 30px;
  }
}

.spotlight .spot-content-wrap .spot-content {
  max-width: 380px;
}

@media only screen and (max-width: 767px) {
  .spotlight .spot-content-wrap .spot-content {
    max-width: none;
  }
}

.spotlight .spot-content-wrap .spot-content.larger {
  max-width: 500px;
}

.spotlight .spot-content-wrap .spot-content > span {
  font-size: 50px;
  display: block;
  text-transform: uppercase;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.spotlight .spot-content-wrap .spot-content > span.spot-h1 {
  font-family: 'FilsonSoft-Light';
  padding-bottom: 20px;
}

.spotlight .spot-content-wrap .spot-content > span.spot-h1 span {
  display: inline-block;
  font-family: 'FilsonSoft-Bold';
}

@media only screen and (max-width: 1024px) {
  .spotlight .spot-content-wrap .spot-content > span {
    font-size: 36px;
  }
}

.spotlight .spot-content-wrap .spot-content p {
  color: #706f6f;
  margin-bottom: 30px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.spotlight .spot-content-wrap .spot-content .btn-type1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.spotlight .spot-content-wrap .spot-content .btn-type1.white {
  border: 2px solid #ffffff;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .spotlight .spot-content-wrap .spot-content .btn-type1.white {
    color: #4d2779;
    border: 2px solid #4d2779;
  }
}

.spotlight .spot-content-wrap .spot-content.white .spot-h1 {
  color: #ffffff;
}

.spotlight .spot-content-wrap .spot-content.white p {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .spotlight .spot-content-wrap .spot-content.white .spot-h1 {
    color: #4d2779;
  }
  .spotlight .spot-content-wrap .spot-content.white p {
    color: #706f6f;
  }
}

.spotlight .sp-item3 .spot-content-wrap {
  left: 8%;
  bottom: 60px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 1200px) {
  .spotlight .sp-item3 .spot-content-wrap {
    bottom: 25px;
  }
}

.chairman-message {
  background: #56287f;
  background: -moz-linear-gradient(-45deg, #56287f 0%, #65619d 36%, #7fc6d2 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #56287f), color-stop(36%, #65619d), color-stop(100%, #7fc6d2));
  background: -webkit-linear-gradient(-45deg, #56287f 0%, #65619d 36%, #7fc6d2 100%);
  background: -o-linear-gradient(-45deg, #56287f 0%, #65619d 36%, #7fc6d2 100%);
  background: -ms-linear-gradient(-45deg, #56287f 0%, #65619d 36%, #7fc6d2 100%);
  background: linear-gradient(135deg, #56287f 0%, #65619d 36%, #7fc6d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56287f', endColorstr='#7fc6d2', GradientType=1);
}

@media only screen and (max-width: 767px) {
  .chairman-message {
    padding-bottom: 435px;
    position: relative;
    background: #593184;
    background: -moz-linear-gradient(top, #593184 0%, #76a2bf 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #593184), color-stop(100%, #76a2bf));
    background: -webkit-linear-gradient(top, #593184 0%, #76a2bf 100%);
    background: -o-linear-gradient(top, #593184 0%, #76a2bf 100%);
    background: -ms-linear-gradient(top, #593184 0%, #76a2bf 100%);
    background: linear-gradient(to bottom, #593184 0%, #76a2bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#593184', endColorstr='#76a2bf', GradientType=0);
  }
}

.chairman-message .container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .chairman-message .container {
    position: static;
  }
}

.chairman-message .chairman-pic {
  position: absolute;
  bottom: 0;
  left: 8%;
}

@media only screen and (max-width: 990px) {
  .chairman-message .chairman-pic {
    left: 0;
    width: 52%;
  }
}

@media only screen and (max-width: 767px) {
  .chairman-message .chairman-pic {
    left: 50%;
    width: 330px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.chairman-message .desig-block {
  float: left;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .chairman-message .desig-block {
    padding-top: 0;
  }
}

.chairman-message .desig-block span:nth-child(1) {
  font-family: 'FilsonSoft-Medium';
  font-size: 20px;
  color: #80c7d2;
  display: block;
}

.chairman-message .desig-block span:nth-child(2) {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .chairman-message .desig-block span:nth-child(2) {
    font-size: 18px;
  }
}

.chairman-message .message-block {
  float: right;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .chairman-message .message-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.chairman-message .message-block .sub-head1 {
  color: #ffffff;
  padding-bottom: 25px;
}

@media only screen and (max-width: 990px) {
  .chairman-message .message-block .sub-head1 {
    padding-bottom: 15px;
  }
}

.chairman-message .message-block .net-profit {
  font-family: 'FilsonSoft-Medium';
  font-size: 30px;
  color: #ffffff;
  display: block;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media only screen and (max-width: 767px) {
  .chairman-message .message-block .net-profit {
    font-size: 18px;
  }
}

.chairman-message .message-block p {
  color: #ffffff;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.chairman-message .message-block .sub {
  font-family: 'FilsonSoft-Bold';
  font-size: 90px;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 1200px) {
  .chairman-message .message-block .sub {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .chairman-message .message-block .sub {
    color: #80c7d3;
    font-size: 60px;
  }
}

.chairman-message .message-block .btn-type1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.chairman-message .message-block .count {
  font-family: 'FilsonSoft-Bold';
  font-size: 90px;
  display: inline-block;
  padding-bottom: 40px;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 1200px) {
  .chairman-message .message-block .count {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .chairman-message .message-block .count {
    color: #80c7d3;
    font-size: 60px;
    padding-bottom: 25px;
  }
}

.chairman-message .message-block .count .odometer-value {
  line-height: 1.1;
}

.financial-highlights .top-block {
  background-color: #4d2779;
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .financial-highlights .top-block {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

.financial-highlights .top-block::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 44px 56px 0 56px;
  border-color: #4d2779 transparent transparent transparent;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -42px;
}

.financial-highlights .top-block .sub-head1 {
  color: #ffffff;
  padding-bottom: 25px;
  text-align: center;
}

.financial-highlights .top-block p {
  color: #ffffff;
  padding-bottom: 25px;
  text-align: center;
}

.financial-highlights .bottom-block {
  padding: 70px 0 40px;
}

.financial-highlights .bottom-block .btn-type1 {
  margin: 30px auto 0;
}

.financial-highlights .bottom-block .sub {
  font-family: 'FilsonSoft-Bold';
  font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .financial-highlights .bottom-block .sub {
    font-size: 40px;
    vertical-align: text-bottom;
  }
}

.financial-highlights .bottom-block .odometer-value {
  line-height: 1.3;
}

.statistics {
  background-color: #e9f5f7;
  padding: 24px 20px;
}

@media only screen and (max-width: 767px) {
  .statistics {
    padding: 24px 15px;
  }
}

.statistics .count {
  font-family: 'FilsonSoft-Bold';
  font-size: 48px;
  padding-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .statistics .count {
    font-size: 40px;
  }
}

.statistics .stat-head {
  border-bottom: 1px dotted #4d2779;
  margin-bottom: 10px;
}

.statistics .stat-head h4 {
  color: #706f6f;
  font-family: 'FilsonSoft-Medium';
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .statistics .stat-head h4 {
    font-size: 15px;
  }
}

.statistics .stat-head span {
  font-family: 'FilsonSoft-Book';
  font-size: 14px;
  color: #706f6f;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.statistics .stat-list {
  border-top: 1px solid #a0a5a5;
  border-bottom: 1px solid #a0a5a5;
}

.statistics .stat-list .stat-list-item {
  border-bottom: 1px dotted #a0a5a5;
  position: relative;
}

.statistics .stat-list .stat-list-item:last-child {
  border: none;
}

.statistics .stat-list .stat-list-item::after {
  content: attr(data-year);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  color: #81cbd4;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.statistics .stat-list .stat-list-item .number-pb {
  width: 71.6%;
  position: relative;
  height: auto;
  background-color: transparent;
  padding: 18px 0;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .statistics .stat-list .stat-list-item .number-pb {
    width: 62%;
  }
}

@media only screen and (max-width: 767px) {
  .statistics .stat-list .stat-list-item .number-pb {
    width: 71.6%;
  }
}

.statistics .stat-list .stat-list-item .number-pb .number-pb-shown {
  height: 16px;
  background-color: #81cbd4;
  background-image: none;
  position: relative;
  border: medium none;
  box-shadow: unset;
  width: 0;
}

.statistics .stat-list .stat-list-item .number-pb .number-pb-num {
  font-size: 14px;
  color: #706f6f;
  background-color: transparent;
  top: 19px;
  padding: 0 0 0 10px;
}

.statistics .stat-list .stat-list-item.current::after {
  color: #8784be;
}

.statistics .stat-list .stat-list-item.current .number-pb-shown {
  background-color: #8784be;
}

.statistics .stat-list .stat-list-item.current .number-pb-num {
  color: #333333;
  font-family: 'FilsonSoft-Medium';
}

.financial-highlights-list {
  padding: 60px 0;
}

.financial-highlights-list .col-sm-6 {
  padding-bottom: 30px;
}

.financial-highlights-list .sub {
  font-family: 'FilsonSoft-Bold';
  font-size: 72px;
  vertical-align: sub;
  letter-spacing: 1px;
}

.financial-highlights-list .count {
  font-size: 72px;
}

.operational-highlights {
  padding: 60px 0 0;
  background: url(../image/wood-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.operational-highlights .spot-h1 {
  color: #222222;
  font-size: 50px;
  font-family: 'FilsonSoft-book';
}

.operational-highlights .spot-h1 span {
  font-family: 'FilsonSoft-Bold';
}

.operational-highlights .anim-space {
  display: none;
  width: 100%;
  padding-top: 690px;
}

@media only screen and (max-width: 1366px) {
  .operational-highlights .anim-space {
    padding-top: 50.51%;
  }
}

.operational-highlights .op-detail {
  padding: 200px 15px 0 15px;
  width: 55%;
  float: left;
}

@media only screen and (max-width: 1200px) {
  .operational-highlights .op-detail {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-detail {
    width: 70%;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 359px) {
  .operational-highlights .op-detail {
    width: 67%;
  }
}

.operational-highlights .op-detail h3 {
  font-family: 'FilsonSoft-Bold';
  font-size: 48px;
  color: #56227d;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .operational-highlights .op-detail h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-detail h3 {
    font-size: 24px;
  }
}

.operational-highlights .op-detail p {
  max-width: 80%;
  color: #222222;
  font-family: 'FilsonSoft-Medium';
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-detail p {
    font-size: 14px;
  }
}

.operational-highlights .op-item-list {
  width: 45%;
  float: right;
  padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .operational-highlights .op-item-list {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-item-list {
    width: 30%;
  }
}

@media only screen and (max-width: 359px) {
  .operational-highlights .op-item-list {
    width: 33%;
  }
}

.operational-highlights .op-item-list .list-container-wrapper {
  overflow: hidden;
}

.operational-highlights .op-item-list .list-container {
  max-width: 128px;
  float: right;
}

.operational-highlights .op-item-list .list-item {
  position: relative;
  width: 128px;
  height: 128px;
  background-position: left top;
  background-color: #b1d2d5;
  cursor: pointer;
  margin-bottom: 1px;
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-item-list .list-item {
    width: 90px;
    height: 90px;
    background-size: auto 90px;
  }
}

.operational-highlights .op-item-list .list-item:hover .list-item-hover {
  animation-delay: 0s;
}

@media only screen and (max-width: 990px) {
  .operational-highlights .op-item-list .list-item:hover .list-item-hover {
    -webkit-animation-name: widthAnimv2;
    -moz-animation-name: widthAnimv2;
    -o-animation-name: widthAnimv2;
    animation-name: widthAnimv2;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: initial;
    -moz-animation-iteration-count: initial;
    -o-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

@media only screen and (min-width: 991px) {
  .operational-highlights .op-item-list .list-item:hover .list-item-hover {
    -webkit-animation-name: widthAnim;
    -moz-animation-name: widthAnim;
    -o-animation-name: widthAnim;
    animation-name: widthAnim;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: initial;
    -moz-animation-iteration-count: initial;
    -o-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.operational-highlights .op-item-list .list-item.active {
  background-position: right top;
  background-color: #56227d;
  cursor: default;
}

.operational-highlights .op-item-list .list-item.op1 {
  background-image: url(../image/op-image1.png);
}

.operational-highlights .op-item-list .list-item.op1 .list-item-hover {
  background-image: url(../image/op-image1.png);
}

.operational-highlights .op-item-list .list-item.op2 {
  background-image: url(../image/op-image2.png);
}

.operational-highlights .op-item-list .list-item.op2 .list-item-hover {
  background-image: url(../image/op-image2.png);
}

.operational-highlights .op-item-list .list-item.op3 {
  background-image: url(../image/op-image3.png);
}

.operational-highlights .op-item-list .list-item.op3 .list-item-hover {
  background-image: url(../image/op-image3.png);
}

.operational-highlights .op-item-list .list-item.op4 {
  background-image: url(../image/op-image4.png);
}

.operational-highlights .op-item-list .list-item.op4 .list-item-hover {
  background-image: url(../image/op-image4.png);
}

.operational-highlights .op-item-list .list-item.op5 {
  background-image: url(../image/op-image5.png);
}

.operational-highlights .op-item-list .list-item.op5 .list-item-hover {
  background-image: url(../image/op-image5.png);
}

.operational-highlights .op-item-list .list-item.op6 {
  background-image: url(../image/op-image6.png);
}

.operational-highlights .op-item-list .list-item.op6 .list-item-hover {
  background-image: url(../image/op-image6.png);
}

.operational-highlights .op-item-list .list-item .list-item-content {
  display: none;
}

.operational-highlights .op-item-list .list-item .list-item-hover {
  display: table;
  visibility: hidden;
  position: absolute;
  right: -475px;
  top: 0;
  height: 100%;
  padding-left: 128px;
  padding-right: 15px;
  width: 475px;
  background-position: -128px top;
  background-color: #56227d;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width: 990px) {
  .operational-highlights .op-item-list .list-item .list-item-hover {
    -webkit-animation-name: widthAnim2v2;
    -moz-animation-name: widthAnim2v2;
    -o-animation-name: widthAnim2v2;
    animation-name: widthAnim2v2;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: initial;
    -moz-animation-iteration-count: initial;
    -o-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 368px;
  }
}

@media only screen and (min-width: 991px) {
  .operational-highlights .op-item-list .list-item .list-item-hover {
    -webkit-animation-name: widthAnim2;
    -moz-animation-name: widthAnim2;
    -o-animation-name: widthAnim2;
    animation-name: widthAnim2;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-iteration-count: initial;
    -moz-animation-iteration-count: initial;
    -o-animation-iteration-count: initial;
    animation-iteration-count: initial;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.operational-highlights .op-item-list .list-item .list-item-hover.sd {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .operational-highlights .op-item-list .list-item .list-item-hover {
    display: none !important;
  }
}

.operational-highlights .op-item-list .list-item .list-item-hover h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'FilsonSoft-Bold';
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 990px) {
  .operational-highlights .op-item-list .list-item .list-item-hover h4 {
    font-size: 18px;
  }
}

.odometer-value.odo-adjust {
  text-align: center;
}

@-webkit-keyframes widthAnim {
  0% {
    right: -475px;
  }
  100% {
    right: 0;
  }
}

@-moz-keyframes widthAnim {
  0% {
    right: -475px;
  }
  100% {
    right: 0;
  }
}

@-o-keyframes widthAnim {
  0% {
    right: -475px;
  }
  100% {
    right: 0;
  }
}

@keyframes widthAnim {
  0% {
    right: -475px;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes widthAnim2 {
  0% {
    right: 0;
  }
  100% {
    right: -475px;
  }
}

@-moz-keyframes widthAnim2 {
  0% {
    right: 0;
  }
  100% {
    right: -475px;
  }
}

@-o-keyframes widthAnim2 {
  0% {
    right: 0;
  }
  100% {
    right: -475px;
  }
}

@keyframes widthAnim2 {
  0% {
    right: 0;
  }
  100% {
    right: -475px;
  }
}

@-webkit-keyframes widthAnimv2 {
  0% {
    right: -368px;
  }
  100% {
    right: 0;
  }
}

@-moz-keyframes widthAnimv2 {
  0% {
    right: -368px;
  }
  100% {
    right: 0;
  }
}

@-o-keyframes widthAnimv2 {
  0% {
    right: -368px;
  }
  100% {
    right: 0;
  }
}

@keyframes widthAnimv2 {
  0% {
    right: -368px;
  }
  100% {
    right: 0;
  }
}

@-webkit-keyframes widthAnim2v2 {
  0% {
    right: 0;
  }
  100% {
    right: -368px;
  }
}

@-moz-keyframes widthAnim2v2 {
  0% {
    right: 0;
  }
  100% {
    right: -368px;
  }
}

@-o-keyframes widthAnim2v2 {
  0% {
    right: 0;
  }
  100% {
    right: -368px;
  }
}

@keyframes widthAnim2v2 {
  0% {
    right: 0;
  }
  100% {
    right: -368px;
  }
}

.banking-wrapper .btn-type1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.banking-area:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.banking-area:nth-child(1) img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.banking-area:nth-child(1) h4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.banking-area:nth-child(1) .btn-type1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.banking-area:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.banking-area:nth-child(2) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.banking-area:nth-child(2) h4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.banking-area:nth-child(2) .btn-type1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banking-area:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banking-area:nth-child(3) img {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.banking-area:nth-child(3) h4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.banking-area:nth-child(3) .btn-type1 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.pdf-dowbload-block .btn-type1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.spot-content.animated {
  display: none;
}

.waypoint-slidedown {
  opacity: 0;
}

.waypoint-slidedown.slideInDown {
  opacity: 1;
}

.waypoint-slideup {
  opacity: 0;
}

.waypoint-slideup.slideInUp {
  opacity: 1;
}

.waypoint-fadein {
  opacity: 0;
}

.waypoint-fadein.fadeIn {
  opacity: 1;
}

.waypoint-slideright {
  opacity: 0;
}

.waypoint-slideright.slideInRight {
  opacity: 1;
}

.waypoint-fadeindown {
  opacity: 0;
}

.waypoint-fadeindown.fadeInDown {
  opacity: 1;
}

.waypoint-fadeinup {
  opacity: 0;
}

.waypoint-fadeindown.fadeInUp {
  opacity: 1;
}

.waypoint-zoomin {
  opacity: 0;
}

.waypoint-zoomin.zoomIn {
  opacity: 1;
}

.waypoint-zoomin.zoomIn span {
  opacity: 1;
}

.waypoint-fadeinleft {
  opacity: 0;
}

.waypoint-fadeinleft.fadeInLeft {
  opacity: 1;
}

.waypoint-fadeinright {
  opacity: 0;
}

.waypoint-fadeinright.fadeInRight {
  opacity: 1;
}

.number-pb .number-pb-shown {
  transition: width 0s linear 0s;
}

a:focus, a:hover {
  color: #4d2779;
}

.operational-wrapper {
  background: #9ad5dd;
  width: 100%;
  padding: 50px 0;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper {
    padding: 34px 0;
  }
}

.operational-wrapper .content-area h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-family: 'FilsonSoftRegular';
  padding-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .content-area h3 {
    font-size: 40px;
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .content-area h3 {
    font-size: 36px;
  }
}

.operational-wrapper .content-area h3 strong {
  font-family: 'FilsonSoft-Medium';
}

.operational-wrapper .content-area p {
  text-align: center;
  font-family: 'FilsonSoftRegular';
  line-height: normal;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .content-area p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .content-area p {
    font-size: 14px;
  }
}

.operational-wrapper .banking-area {
  position: relative;
  text-align: center;
  float: none;
  display: table-cell;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  padding-bottom: 35px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .banking-area {
    display: block;
    margin-bottom: 40px;
  }
}

.operational-wrapper .banking-area p {
  padding-bottom: 35px;
  font-family: 'FilsonSoft-Book';
  font-size: 14px;
  margin: 0 auto;
  width: 81%;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area p {
    width: 100%;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .banking-area p {
    width: 100%;
  }
}

.operational-wrapper .banking-area p:nth-last-child(2) {
  margin-bottom: 28px !important;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area p:nth-last-child(2) {
    margin-bottom: 20px !important;
  }
}

.operational-wrapper .banking-area h4 {
  font-family: 'FilsonSoft-Medium';
  font-size: 21px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area h4 {
    font-size: 18px;
  }
}

.operational-wrapper .banking-area img {
  margin: 30px 0 24px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area img {
    margin: 24px 0 20px;
  }
}

.operational-wrapper .banking-area .btn-type1 {
  margin: 0 auto;
  padding: 0 5px;
  height: 35px;
  line-height: 31px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-area .btn-type1 {
    bottom: 20px;
    font-size: 18px;
    width: 166px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .banking-area .btn-type1 {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

.operational-wrapper .banking-area::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url(../image/border-left-top.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}

.operational-wrapper .banking-area::after {
  content: "";
  background: url(../image/border-right-bottom.png) no-repeat right bottom;
  width: 350px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .operational-wrapper .banking-area::after {
    width: 100%;
  }
}

.operational-wrapper .banking-wrapper .row {
  display: table;
}

.operational-wrapper .banking-wrapper .vew-btn {
  margin: 60px auto 10px;
  height: 35px;
  padding: 0 5px;
  line-height: 31px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .operational-wrapper .banking-wrapper .vew-btn {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .operational-wrapper .banking-wrapper .vew-btn {
    margin: 0px auto 6px;
  }
}

.global-footer {
  background: #56227d;
  padding: 42px 0;
}

@media only screen and (max-width: 767px) {
  .global-footer {
    padding: 38px 0;
  }
}

.global-footer .row > div {
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .global-footer .row > div {
    text-align: center;
  }
}

.global-footer .row > div span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border-right: 2px solid #fff;
  padding: 0 10px;
}

@media only screen and (max-width: 990px) {
  .global-footer .row > div span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .global-footer .row > div span {
    padding: 0 15px;
  }
}

.global-footer .row > div span a {
  color: #fff;
  display: inline-block;
}

.global-footer .row > div span:last-child {
  border: 0;
}

@media only screen and (max-width: 767px) {
  .global-footer .row > div span:last-child {
    padding-right: 0;
  }
}

.global-footer .row > div span:first-child {
  padding-left: 0;
}

.global-footer .row .foot-rt-text {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .global-footer .row .foot-rt-text {
    text-align: center;
  }
}

.global-footer .row .foot-rt-text span {
  font-size: 12px;
}

@media only screen and (max-width: 990px) {
  .global-footer .row .foot-rt-text span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .global-footer .row .foot-rt-text span {
    padding: 30px 0 0;
  }
}

.pdf-download-wrapper {
  margin: 60px auto;
}

@media only screen and (max-width: 767px) {
  .pdf-download-wrapper {
    margin: 40px auto 0;
  }
}

.pdf-download-wrapper .pdf-dowbload-block {
  position: relative;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  padding: 30px 15px 70px 30px;
}

@media only screen and (max-width: 767px) {
  .pdf-download-wrapper .pdf-dowbload-block {
    display: block;
    margin-bottom: 40px;
  }
}

.pdf-download-wrapper .pdf-dowbload-block h4 {
  font-size: 21px;
  font-family: 'FilsonSoft-Medium';
  padding-bottom: 15px;
}

.pdf-download-wrapper .pdf-dowbload-block .pdf-content-area {
  position: relative;
}

.pdf-download-wrapper .pdf-dowbload-block .pdf-content-area p {
  padding-bottom: 35px;
  font-family: 'FilsonSoft-Book';
  font-size: 14px;
  width: 66%;
  margin-bottom: 0;
  line-height: normal;
}

.pdf-download-wrapper .pdf-dowbload-block .pdf-content-area p:nth-last-of-type(1) {
  margin-bottom: 28px !important;
}

.pdf-download-wrapper .pdf-dowbload-block .pdf-content-area .pdf-icon-img {
  background: url(../image/pdf-icon.png) no-repeat right top;
  width: 90px;
  height: 90px;
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 5px;
}

@media only screen and (max-width: 990px) {
  .pdf-download-wrapper .pdf-dowbload-block .pdf-content-area .pdf-icon-img {
    width: 65px;
    height: 65px;
    right: 25px;
    background-size: 100%;
  }
}

.pdf-download-wrapper .pdf-dowbload-block .btn-type1 {
  padding: 0 5px;
  height: 35px;
  line-height: 31px;
  position: absolute;
  bottom: 35px;
  left: 30px;
  z-index: 2;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .pdf-download-wrapper .pdf-dowbload-block .btn-type1 {
    font-size: 18px;
  }
}

.pdf-download-wrapper .pdf-dowbload-block::before {
  content: "";
  width: 52px;
  height: 52px;
  background: url(../image/border-left-top.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
}

.pdf-download-wrapper .pdf-dowbload-block::after {
  content: "";
  background: url(../image/border-right-bottom2.png) no-repeat right bottom;
  width: 540px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .pdf-download-wrapper .pdf-dowbload-block::after {
    width: 100%;
  }
}

.spot-content-wrap.inner-spot-content {
  padding-left: 200px;
  bottom: 41px;
  z-index: 80;
}

@media only screen and (max-width: 949px) {
  .spot-content-wrap.inner-spot-content {
    padding-left: 164px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-content-wrap.inner-spot-content {
    padding-left: 12px;
  }
}

.spot-content-wrap.inner-spot-content .spot-content span {
  color: #222222;
  animation-delay: 4s;
  display: block !important;
}

.spot-content-wrap.inner-spot-content .spot-content span.spot-h1 {
  text-transform: none;
  font-family: 'FilsonSoft-Book';
  display: block !important;
}

.inner-spot-image img {
  display: block;
}

.spot-inner-item-wrapper img {
  width: 100%;
  display: block;
}

.spot-inner-item-wrapper .spex {
  max-width: 321px;
  position: absolute;
  top: 30px;
  left: -40px;
  opacity: 0;
  transition: all .7s ease-out 0s;
  -webkit-transition: all .7s ease-out 0s;
  transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .spex {
    max-width: 250px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .spex {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .spex {
    max-width: 100px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .spex {
    max-width: 85px;
  }
}

.spot-inner-item-wrapper .spex.active {
  transition: all .7s ease-out .6s;
  -webkit-transition: all .7s ease-out .6s;
  top: 78px;
  left: 54px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .spex.active {
    top: 50px;
    left: 30px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .spex.active {
    top: 30px;
    left: 20px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .spex.active {
    top: 20px;
    left: 10px;
  }
}

.spot-inner-item-wrapper .cup {
  max-width: 457px;
  position: absolute;
  bottom: -175px;
  left: -150px;
  opacity: 0;
  transition: all .7s ease-out 0s;
  -webkit-transition: all .7s ease-out 0s;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .cup {
    max-width: 347px;
    bottom: -120px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .cup {
    max-width: 240px;
    bottom: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .cup {
    max-width: 160px;
    bottom: 80px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .cup {
    max-width: 80px;
    bottom: 110px;
  }
}

.spot-inner-item-wrapper .cup.active {
  left: -70px;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all .7s ease-out 1s;
  -webkit-transition: all .7s ease-out 1s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .cup.active {
    left: -50px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .cup.active {
    left: -30px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .cup.active {
    left: -15px;
  }
}

.spot-inner-item-wrapper .paper-pins {
  max-width: 210px;
  position: absolute;
  bottom: 8px;
  right: -220px;
  transition: all .7s ease-out 0s;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper-pins {
    max-width: 140px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper-pins {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .paper-pins {
    max-width: 90px;
    bottom: 130px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .paper-pins {
    max-width: 50px;
    bottom: 135px;
  }
}

.spot-inner-item-wrapper .paper-pins.active {
  right: 0;
  opacity: 1;
  transition: all .7s ease-out 1.5s;
  -webkit-transition: all .7s ease-out 1.5s;
}

.spot-inner-item-wrapper .sketches {
  max-width: 576px;
  position: absolute;
  top: -536px;
  right: -217px;
  opacity: 0;
  transition: all .7s ease-out 0s;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .sketches {
    max-width: 486px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .sketches {
    max-width: 400px;
    right: -190px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .sketches {
    max-width: 260px;
    right: -100px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .sketches {
    max-width: 150px;
    right: -50px;
  }
}

.spot-inner-item-wrapper .sketches.active {
  top: -216px;
  opacity: 1;
  transition: all .8s ease-out 1.8s;
  -webkit-transition: all .8s ease-out 1.8s;
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .sketches.active {
    top: -100px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .sketches.active {
    top: -50px;
  }
}

.spot-inner-item-wrapper .paper1 {
  max-width: 479px;
  position: absolute;
  top: -380px;
  left: 543px;
  opacity: 0;
  z-index: 2;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transition: all .7s ease-in 0s;
  -webkit-transition: all .7s ease-in 0s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper1 {
    max-width: 340px;
    left: 403px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper1 {
    max-width: 200px;
    left: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .paper1 {
    max-width: 190px;
    left: 200px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .paper1 {
    max-width: 90px;
    left: 43%;
  }
}

.spot-inner-item-wrapper .paper1.active {
  top: 178px;
  opacity: 1;
  transition: all 1s ease-out 2.4s;
  -webkit-transition: all 1s ease-out 2.4s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper1.active {
    top: 128px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper1.active {
    top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .paper1.active {
    top: 60px;
  }
}

.spot-inner-item-wrapper .paper2 {
  max-width: 434px;
  position: absolute;
  top: -550px;
  left: 597px;
  z-index: 3;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transition: all .7s ease-in 0s;
  -webkit-transition: all .7s ease-in 0s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper2 {
    max-width: 334px;
    left: 427px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper2 {
    max-width: 200px;
    left: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .paper2 {
    max-width: 170px;
    left: 230px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .paper2 {
    max-width: 100px;
    left: 40%;
  }
}

.spot-inner-item-wrapper .paper2.active {
  top: 117px;
  transition: all 1s ease-out 2.8s;
  -webkit-transition: all 1s ease-out 2.8s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper2.active {
    top: 47px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper2.active {
    top: 35px;
  }
}

.spot-inner-item-wrapper .paper3 {
  max-width: 604px;
  position: absolute;
  top: -550px;
  left: 418px;
  z-index: 4;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transition: all .7s ease-in 0s;
  -webkit-transition: all .7s ease-in 0s;
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper3 {
    max-width: 464px;
    left: 278px;
  }
}

@media only screen and (max-width: 949px) {
  .spot-inner-item-wrapper .paper3 {
    max-width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .spot-inner-item-wrapper .paper3 {
    max-width: 240px;
    left: 150px;
  }
}

@media only screen and (max-width: 590px) {
  .spot-inner-item-wrapper .paper3 {
    max-width: 145px;
    left: 30%;
  }
}

.spot-inner-item-wrapper .paper3.active {
  top: 92px;
  transition: all 1s ease-out 3s;
  -webkit-transition: all 1s ease-out 3s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .spot-inner-item-wrapper .paper3.active {
    top: 30px;
  }
}

.bod-wrapper .container {
  margin-top: 95px;
}

@media only screen and (max-width: 990px) {
  .bod-wrapper .container {
    margin-top: 43px;
  }
}

.bod-wrapper .row .bod-block {
  min-height: 540px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bod-wrapper .row .bod-block {
    text-align: center;
  }
}

.bod-wrapper .row .bod-block img {
  max-width: 160px;
  width: 100%;
  border-radius: 50%;
  float: left;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .bod-wrapper .row .bod-block img {
    float: none;
    margin: 0 auto;
  }
}

.bod-wrapper .row .bod-block .bod-name-details {
  float: right;
  width: 64.2%;
  text-transform: uppercase;
  padding-top: 11px;
  font-family: 'FilsonSoft-Medium';
}

@media only screen and (max-width: 1150px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block .bod-name-details {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .bod-wrapper .row .bod-block .bod-name-details {
    float: none;
    width: 100%;
  }
}

.bod-wrapper .row .bod-block .bod-name-details h3 {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: normal;
}

@media only screen and (max-width: 1150px) {
  .bod-wrapper .row .bod-block .bod-name-details h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 990px) {
  .bod-wrapper .row .bod-block .bod-name-details h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bod-wrapper .row .bod-block .bod-name-details h3 {
    font-size: 18px;
  }
}

.bod-wrapper .row .bod-block .bod-name-details h4 {
  font-size: 14px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block .bod-name-details h4 {
    font-size: 12px;
  }
}

.bod-wrapper .row .bod-block .bod-name-details h5 {
  font-size: 14px;
  color: #706f6f;
  padding-bottom: 10px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block .bod-name-details h5 {
    font-size: 10px;
  }
}

.bod-wrapper .row .bod-block .bod-name-details span {
  font-size: 12px;
  color: #706f6f;
  display: block;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block .bod-name-details span {
    font-size: 10px;
  }
}

.bod-wrapper .row .bod-block p {
  width: 100%;
  color: #222222;
  line-height: normal;
  float: left;
  font-family: 'FilsonSoftRegular';
  font-size: 16px;
  padding-top: 20px;
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .bod-wrapper .row .bod-block p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .bod-wrapper .row .bod-block p {
    font-size: 14px;
  }
}

.bod-report-title-wrap {
  margin-top: 44px;
}

.bod-report-title-wrap h2 {
  font-family: 'FilsonSoft-Bold';
  color: #000;
  font-size: 50px;
}

@media only screen and (max-width: 990px) {
  .bod-report-title-wrap h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 990px) {
  .bod-report-title-wrap h2 {
    font-size: 36px;
  }
}

.bod-report-content-area {
  font-family: 'FilsonSoft-Book';
  color: #222222;
  line-height: normal;
  margin-top: 50px;
}

@media only screen and (max-width: 990px) {
  .bod-report-content-area p {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.bod-report-content-area .bod-report-rt-content {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .bod-report-content-area .bod-report-rt-content {
    float: none;
    width: 100%;
  }
}

.bod-report-content-area .bod-report-rt-content p {
  font-size: 24px;
  font-family: 'FilsonSoft-Book';
  color: #70cbd2;
}

@media only screen and (max-width: 990px) {
  .bod-report-content-area .bod-report-rt-content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bod-report-content-area .bod-report-rt-content p {
    font-size: 18px;
  }
}

.bod-report-content-area .bod-report-rt-content span {
  font-family: 'FilsonSoft-Medium';
  font-size: 24px;
  color: #70cbd2;
  margin-top: 144px;
  display: block;
}

@media only screen and (max-width: 990px) {
  .bod-report-content-area .bod-report-rt-content span {
    font-size: 20px;
    margin-top: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .bod-report-content-area .bod-report-rt-content span {
    font-size: 18px;
    margin-top: 40px;
  }
}

.bod-report-content-area .bod-report-rt-content h1 {
  font-size: 72px;
  color: #4d2779;
  font-family: 'FilsonSoft-Bold';
}

.bod-report-content-area .bod-report-lt-content {
  float: right;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .bod-report-content-area .bod-report-lt-content {
    float: none;
    width: 100%;
  }
}

.bod-member-detail {
  width: 100%;
  background: #542989;
  background: -moz-linear-gradient(left, #542989 0%, #627aae 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #542989), color-stop(100%, #627aae));
  background: -webkit-linear-gradient(left, #542989 0%, #627aae 100%);
  background: -o-linear-gradient(left, #542989 0%, #627aae 100%);
  background: -ms-linear-gradient(left, #542989 0%, #627aae 100%);
  background: linear-gradient(to right, #542989 0%, #627aae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#542989', endColorstr='#627aae', GradientType=1 );
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .bod-member-detail {
    margin: 205px 0 55px;
  }
}

.bod-member-detail .container {
  position: relative;
  min-height: 275px;
}

@media only screen and (max-width: 767px) {
  .bod-member-detail .container {
    min-height: 148px;
  }
}

.dob-picture {
  position: absolute;
  bottom: 0;
  left: 80px;
  max-width: 398px;
}

@media only screen and (max-width: 1150px) {
  .dob-picture {
    left: 40px;
  }
}

@media only screen and (max-width: 990px) {
  .dob-picture {
    left: 20px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .dob-picture {
    left: 0;
    max-width: 200px;
  }
}

.dob-picture img {
  display: block;
  width: 100%;
}

.dob-name-wrap {
  width: 50%;
  float: right;
  padding-top: 37px;
}

@media only screen and (max-width: 767px) {
  .dob-name-wrap {
    padding-top: 16px;
    padding-left: 20px;
    min-height: 148px;
  }
}

@media only screen and (max-width: 350px) {
  .dob-name-wrap {
    padding-left: 40px;
  }
}

.dob-name-wrap h4 {
  color: #70cbd2;
  font-family: 'FilsonSoft-Medium';
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .dob-name-wrap h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 350px) {
  .dob-name-wrap h4 {
    font-size: 12px;
  }
}

.dob-name-wrap span {
  color: #fff;
  font-family: 'FilsonSoftRegular';
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .dob-name-wrap span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 350px) {
  .dob-name-wrap span {
    font-size: 10px;
    display: block;
    line-height: normal;
  }
}

.sign-wrapper {
  padding: 26px 0 98px;
}

.sign-wrapper h4 {
  color: #542989;
  font-family: 'FilsonSoft-Medium';
  font-size: 21px;
}

.sign-wrapper span {
  color: #222;
  font-family: 'FilsonSoftRegular';
  font-size: 18px;
}

.plant {
  max-width: 679px;
  position: absolute;
  top: -500px;
  left: -130px;
  opacity: 0;
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .plant {
    max-width: 540px;
    left: -110px;
  }
}

@media only screen and (max-width: 980px) {
  .plant {
    max-width: 340px;
    left: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .plant {
    max-width: 250px;
    left: -60px;
  }
}

@media only screen and (max-width: 490px) {
  .plant {
    max-width: 130px;
    left: -20px;
  }
}

.plant.active {
  top: -200px;
  opacity: 1;
  transition: all .7s ease-out 1s;
  -webkit-transition: all .7s ease-out 1s;
}

@media only screen and (max-width: 1150px) {
  .plant.active {
    top: -170px;
  }
}

@media only screen and (max-width: 980px) {
  .plant.active {
    top: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .plant.active {
    top: -80px;
  }
}

@media only screen and (max-width: 490px) {
  .plant.active {
    top: -30px;
  }
}

.ruler {
  max-width: 490px;
  position: absolute;
  bottom: -290px;
  left: -260px;
  opacity: 0;
  transform: rotate(-20deg);
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .ruler {
    max-width: 370px;
    bottom: -180px;
  }
}

@media only screen and (max-width: 980px) {
  .ruler {
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .ruler {
    max-width: 120px;
    left: -70px;
    bottom: 120px;
  }
}

@media only screen and (max-width: 490px) {
  .ruler {
    max-width: 100px;
    bottom: 140px;
  }
}

.ruler.active {
  bottom: -232px;
  left: -40px;
  opacity: 1;
  transform: rotate(0deg);
  transition: all .7s ease-out .6s;
  -webkit-transition: all .7s ease-out .6s;
}

@media only screen and (max-width: 1150px) {
  .ruler.active {
    bottom: -180px;
  }
}

@media only screen and (max-width: 980px) {
  .ruler.active {
    bottom: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .ruler.active {
    bottom: 120px;
  }
}

@media only screen and (max-width: 490px) {
  .ruler.active {
    bottom: 140px;
    left: -10px;
  }
}

.marker {
  max-width: 252px;
  position: absolute;
  top: 0;
  left: 22%;
  opacity: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .marker {
    max-width: 200px;
    top: -100px;
  }
}

@media only screen and (max-width: 980px) {
  .marker {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .marker {
    max-width: 100px;
  }
}

@media only screen and (max-width: 490px) {
  .marker {
    max-width: 70px;
  }
}

.marker.active {
  top: 197px;
  left: 19.3%;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all .7s ease-out 1.5s;
  -webkit-transition: all .7s ease-out 1.5s;
}

@media only screen and (max-width: 1150px) {
  .marker.active {
    top: 127px;
    left: 16.3%;
  }
}

@media only screen and (max-width: 980px) {
  .marker.active {
    top: 120px;
    left: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .marker.active {
    top: 80px;
    left: 12%;
  }
}

@media only screen and (max-width: 490px) {
  .marker.active {
    top: 70px;
    left: 13%;
  }
}

.notebook {
  max-width: 679px;
  position: absolute;
  top: -380px;
  right: 15%;
  opacity: 0;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .notebook {
    max-width: 500px;
  }
}

@media only screen and (max-width: 980px) {
  .notebook {
    max-width: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .notebook {
    max-width: 240px;
  }
}

@media only screen and (max-width: 490px) {
  .notebook {
    max-width: 180px;
  }
}

.notebook.active {
  top: -16px;
  right: 9.2%;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all .7s ease-out 2s;
  -webkit-transition: all .7s ease-out 2s;
}

@media only screen and (max-width: 1150px) {
  .notebook.active {
    right: 13%;
  }
}

@media only screen and (max-width: 980px) {
  .notebook.active {
    right: 12%;
    top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .notebook.active {
    right: 18%;
    top: -10px;
  }
}

@media only screen and (max-width: 490px) {
  .notebook.active {
    right: 20%;
    top: -5px;
  }
}

.ribbon {
  max-width: 586px;
  position: absolute;
  top: -536px;
  right: -271px;
  opacity: 0;
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .ribbon {
    max-width: 500px;
    right: -230px;
  }
}

@media only screen and (max-width: 980px) {
  .ribbon {
    max-width: 350px;
    right: -160px;
  }
}

@media only screen and (max-width: 767px) {
  .ribbon {
    max-width: 270px;
    right: -125px;
  }
}

@media only screen and (max-width: 490px) {
  .ribbon {
    max-width: 210px;
    right: -100px;
  }
}

.ribbon.active {
  top: -236px;
  opacity: 1;
  transition: all .7s ease-out 2.5s;
  -webkit-transition: all .7s ease-out 2.5s;
}

@media only screen and (max-width: 1150px) {
  .ribbon.active {
    top: -185px;
  }
}

@media only screen and (max-width: 980px) {
  .ribbon.active {
    top: -135px;
  }
}

@media only screen and (max-width: 767px) {
  .ribbon.active {
    top: -95px;
  }
}

@media only screen and (max-width: 490px) {
  .ribbon.active {
    top: -80px;
  }
}

.thumb-tacks {
  max-width: 237px;
  position: absolute;
  right: -220px;
  bottom: 2px;
  opacity: 0;
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .thumb-tacks {
    max-width: 200px;
  }
}

@media only screen and (max-width: 980px) {
  .thumb-tacks {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .thumb-tacks {
    max-width: 90px;
    bottom: 150px;
  }
}

@media only screen and (max-width: 490px) {
  .thumb-tacks {
    max-width: 70px;
    bottom: 160px;
  }
}

.thumb-tacks.active {
  opacity: 1;
  right: -1px;
  transition: all .7s ease-out 3s;
  -webkit-transition: all .7s ease-out 3s;
}

.operational-content {
  padding-top: 633px;
}

@media only screen and (max-width: 767px) {
  .operational-content {
    padding-top: 250px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-content .op-detail {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-content .op-detail {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-content .op-detail p {
    max-width: 100%;
  }
}

.operational-highlights .spot-content-wrap.inner-spot-content {
  padding-left: 23.2%;
  bottom: 0;
  z-index: 2;
  position: absolute;
  top: 36.2%;
}

@media only screen and (max-width: 767px) {
  .operational-highlights .spot-content-wrap.inner-spot-content {
    padding-left: 3%;
    top: 22%;
  }
}

.operational-highlights .spot-content-wrap.inner-spot-content .spot-content span {
  animation-delay: 3.5s;
}

@media only screen and (max-width: 767px) {
  .operational-highlights .spot-content-wrap.inner-spot-content .spot-content span {
    font-size: 36px;
  }
}

.operational-highlights .frame {
  max-width: 805px;
  position: absolute;
  top: -30px;
  left: -780px;
  opacity: 0;
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .frame {
    max-width: 680px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .frame {
    max-width: 580px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .frame {
    max-width: 240px;
    top: -25px;
  }
}

.operational-highlights .frame.active {
  left: -330px;
  opacity: 1;
  transition: all .7s ease-out .6s;
  -webkit-transition: all .7s ease-out .6s;
}

@media only screen and (max-width: 980px) {
  .operational-highlights .frame.active {
    left: -270px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .frame.active {
    left: -148px;
  }
}

.operational-highlights .paper-clips2 {
  max-width: 168px;
  position: absolute;
  top: 196px;
  left: -125px;
  opacity: 0;
  transition: all .7s ease-out 0s;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .paper-clips2 {
    max-width: 120px;
    top: 170px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .paper-clips2 {
    max-width: 90px;
    top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .paper-clips2 {
    max-width: 45px;
    top: 40px;
  }
}

.operational-highlights .paper-clips2.active {
  left: 116px;
  opacity: 1;
  transition: all .7s ease-out 1s;
  -webkit-transition: all .7s ease-out 1s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .paper-clips2.active {
    left: 60px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .paper-clips2.active {
    left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .paper-clips2.active {
    left: -10px;
  }
}

.operational-highlights .pencil-cup {
  max-width: 656px;
  position: absolute;
  top: -534px;
  left: 37.25%;
  opacity: 0;
  transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .pencil-cup {
    max-width: 550px;
    left: 30.25%;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .pencil-cup {
    max-width: 380px;
    left: 37%;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .pencil-cup {
    max-width: 190px;
    left: 27%;
  }
}

.operational-highlights .pencil-cup.active {
  top: 114px;
  opacity: 1;
  transition: all .7s ease-out 1.4s;
  -webkit-transition: all .7s ease-out 1.4s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .pencil-cup.active {
    top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .pencil-cup.active {
    top: 20px;
  }
}

.operational-highlights .sketches {
  top: -600px;
  right: -22px;
}

@media only screen and (max-width: 767px) {
  .operational-highlights .sketches {
    max-width: 180px;
    right: -28px;
  }
}

.operational-highlights .sketches.active {
  top: -296px;
}

@media only screen and (max-width: 980px) {
  .operational-highlights .sketches.active {
    top: -266px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .sketches.active {
    top: -100px;
  }
}

.operational-highlights .pen {
  max-width: 240px;
  position: absolute;
  top: -390px;
  right: 27%;
  opacity: 0;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -webkit-transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .pen {
    max-width: 180px;
    right: 25%;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .pen {
    max-width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .pen {
    right: 28%;
    max-width: 77px;
  }
}

.operational-highlights .pen.active {
  top: 309px;
  opacity: 1;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all .7s ease-out 2.4s;
  -webkit-transition: all .7s ease-out 2.4s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .pen.active {
    top: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .pen.active {
    top: 78px;
  }
}

.operational-highlights .plant2 {
  max-width: 777px;
  position: absolute;
  top: 281px;
  right: -755px;
  opacity: 0;
  -webkit-transition: all .7s ease-out 0;
  -webkit-transition: all .7s ease-out 0s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .plant2 {
    max-width: 550px;
    top: 250px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .plant2 {
    max-width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .plant2 {
    max-width: 245px;
    top: 80px;
  }
}

.operational-highlights .plant2.active {
  right: -355px;
  opacity: 1;
  transition: all .7s ease-out 3s;
  -webkit-transition: all .7s ease-out 3s;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .plant2.active {
    right: -255px;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .plant2.active {
    right: -195px;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .plant2.active {
    right: -138px;
  }
}

.operational-highlights .bottle {
  max-width: 527px;
  position: absolute;
  bottom: -66px;
  left: 9.45%;
}

@media only screen and (max-width: 1150px) {
  .operational-highlights .bottle {
    max-width: 370px;
    bottom: -40px;
    left: 4%;
  }
}

@media only screen and (max-width: 980px) {
  .operational-highlights .bottle {
    max-width: 230px;
    bottom: -20px;
    left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .operational-highlights .bottle {
    max-width: 166px;
    bottom: -12px;
  }
}

.relative {
  position: relative;
}

.corporate-profile {
  background-color: #e9f5f7;
  overflow: hidden;
}

.corporate-profile .sub-head1 {
  color: #222222;
  padding-bottom: 16px;
  text-transform: capitalize;
}

.corporate-profile .assets-wrap {
  padding-top: 23px;
  padding-bottom: 16px;
}

.corporate-profile .assets-wrap .assets {
  padding-bottom: 24px;
}

.corporate-profile .assets-wrap .assets .asset-item {
  font-family: 'FilsonSoft-Medium';
  font-size: 24px;
  padding-bottom: 8px;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  display: block;
  color: #222222;
}

.corporate-profile .assets-wrap .assets .asset-count {
  font-family: 'FilsonSoft-Bold';
  font-size: 72px;
  padding-top: 2px;
  display: block;
}

.corporate-profile .top-lt {
  padding-top: 38px;
}

.corporate-profile .top-lt p {
  font-family: 'FilsonSoft-Book';
  margin-bottom: 13px;
  color: #222222;
}

.corporate-profile .top-rt {
  position: absolute;
  height: 100%;
  width: 200%;
  left: 33.33%;
  margin-left: 15px;
  background: url(../image/corporate-profile-image1.jpg) no-repeat left top/auto 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.corporate-profile .top-rt:hover {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-size: auto 103%;
}

.corporate-profile .our-mission {
  padding-top: 20px;
  padding-bottom: 50px;
}

.corporate-profile .our-mission dl {
  font-size: 0;
  padding-bottom: 12px;
}

.corporate-profile .our-mission dl dt {
  display: inline-block;
  font-family: 'FilsonSoft-Bold';
  min-width: 148px;
  font-size: 18px;
  position: relative;
  color: #222222;
}

@media only screen and (max-width: 767px) {
  .corporate-profile .our-mission dl dt {
    display: block;
    font-size: 14px;
  }
}

.corporate-profile .our-mission dl dt::after {
  content: "-";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
}

@media only screen and (max-width: 767px) {
  .corporate-profile .our-mission dl dt::after {
    display: none;
  }
}

.corporate-profile .our-mission dl dd {
  display: inline-block;
  font-size: 18px;
  padding-left: 20px;
  color: #222222;
}

@media only screen and (max-width: 767px) {
  .corporate-profile .our-mission dl dd {
    display: block;
    font-size: 14px;
    padding-left: 0;
  }
}

.corporate-profile .our-vision {
  padding-top: 50px;
}

.corporate-profile .our-vision p {
  color: #222222;
}

.corporate-profile .bot-lt {
  position: absolute;
  height: 100%;
  width: 200%;
  right: 66.66666667%;
  margin-right: -15px;
  background: url(../image/corporate-profile-image2.jpg) no-repeat right top/auto 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.corporate-profile .bot-lt:hover {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-size: auto 103%;
}

.corporate-profile .padding-l {
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  .corporate-profile .padding-l {
    padding-left: 15px;
    float: none !important;
  }
}

@media only screen and (max-width: 990px) {
  .ceo-message-wrapper .bod-report-rt-content.bottom-lt {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ceo-message-wrapper .bod-report-rt-content.bottom-lt {
    display: none;
  }
}

.ceo-message-wrapper .bod-report-rt-content.bottom-lt span {
  margin-top: 50px;
  font-family: 'FilsonSoft-Book';
}

.ceo-message-wrapper .bod-report-rt-content.bottom-lt small {
  font-size: 18px;
  color: #70cbd2;
}

.ceo-message-wrapper .bod-report-rt-content.bottom-lt .block2 span {
  margin-top: 60px;
}

.ceo-message-wrapper .bod-report-rt-content.bottom-rt {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ceo-message-wrapper .bod-report-rt-content.bottom-rt {
    display: block;
  }
}

/*Fonts*/
@font-face {
  font-family: 'FilsonSoftRegular';
  src: url("../font/FilsonSoftRegular.eot");
  src: url("../font/FilsonSoftRegular.woff2") format("woff2"), url("../font/FilsonSoftRegular.woff") format("woff"), url("../font/FilsonSoftRegular.ttf") format("truetype"), url("../font/FilsonSoftRegular.svg#FilsonSoftRegular") format("svg"), url("../font/FilsonSoftRegular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilsonSoft-Light';
  src: url("../font/FilsonSoft-Light.eot");
  src: url("../font/FilsonSoft-Light.woff2") format("woff2"), url("../font/FilsonSoft-Light.eot?#iefix") format("embedded-opentype");
  src: url("../font/FilsonSoftLight.woff") format("woff"), url("../font/FilsonSoftLight.ttf") format("truetype"), url("../font/FilsonSoftLight.svg#FilsonSoftLight") format("svg");
}

@font-face {
  font-family: 'FilsonSoft-Book';
  src: url("../font/FilsonSoft-Book.eot");
  src: url("../font/FilsonSoft-Book.woff2") format("woff2"), url("../font/FilsonSoft-Book.eot?#iefix") format("embedded-opentype");
  src: url("../font/FilsonSoftBook.woff") format("woff"), url("../font/FilsonSoftBook.ttf") format("truetype"), url("../font/FilsonSoftBook.svg#FilsonSoftBook") format("svg");
}

@font-face {
  font-family: 'FilsonSoft-Medium';
  src: url("../font/FilsonSoft-Medium.eot");
  src: url("../font/FilsonSoft-Medium.woff2") format("woff2"), url("../font/FilsonSoft-Medium.eot?#iefix") format("embedded-opentype"), url("../font/FilsonSoftMedium.woff") format("woff"), url("../font/FilsonSoftMedium.ttf") format("truetype"), url("../font/FilsonSoftMedium.svg#FilsonSoft-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilsonSoft-Bold';
  src: url("../font/FilsonSoft-Bold.eot");
  src: url("../font/FilsonSoft-Bold.woff2") format("woff2"), url("../font/FilsonSoft-Bold.woff") format("woff"), url("../font/FilsonSoft-Bold.ttf") format("truetype"), url("../font/FilsonSoft-Bold.svg#FilsonSoft-Bold") format("svg"), url("../font/FilsonSoft-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilsonSoft-ThinIt';
  src: url("../font/FilsonSoft-ThinIt.eot");
  src: url("../font/FilsonSoft-ThinIt.woff2") format("woff2"), url("../font/FilsonSoft-ThinIt.eot?#iefix") format("embedded-opentype"), url("../font/FilsonSoftThin-Italic.woff") format("woff"), url("../font/FilsonSoftThin-Italic.ttf") format("truetype"), url("../font/FilsonSoftThin-Italic.svg#FilsonSoftThin-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* fonts end */
/*------------------------------------------------START custom styling----------------------------------------------------------------------*/
/* common styles */
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

body {
  font-family: 'FilsonSoftRegular';
  font-size: 18px;
  color: #4d2779;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none !important;
}

.img-stretch {
  display: block;
  width: 100%;
}

.sub-head1 {
  font-family: 'FilsonSoft-Medium';
  font-size: 50px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .sub-head1 {
    font-size: 36px;
  }
}

.sub-head1 span {
  font-family: 'FilsonSoftRegular';
}

.slick-dotted.slick-slider {
  margin: 0;
}

.btn-type1 {
  display: block;
  color: #4d2779;
  text-align: center;
  width: 186px;
  padding: 8px 12px;
  border: 2px solid #4d2779;
  font-family: 'FilsonSoft-Medium';
  font-size: 21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.btn-type1.white {
  border: 2px solid #ffffff;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .for-dt {
    display: none !important;
  }
}

.for-mob {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .for-mob {
    display: block !important;
  }
}

p {
  margin-bottom: 28px;
}

/* common styles end */
/*# sourceMappingURL=style.css.map */