@charset "UTF-8";
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans/OpenSans-Regular.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Light';
  src: url('../fonts/OpenSans/Light/OpenSans-Light.eot');
  src: url('../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/Light/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans/Light/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans/Light/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans Bold';
  src: url('../fonts/OpenSans/Bold/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans/Bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  background-color: #f5f5f5;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  line-height: 22px;
}
html.safari-mac {
  display: flex !important;
}
a,
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:focus {
  color: inherit;
}
label {
  font-weight: normal;
}
.clearfix {
  clear: left;
}
:focus,
.btn:focus,
.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
button {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clr {
  clear: left;
}
.ffw {
  font-weight: bold;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.mas {
  margin: 0 auto !important;
  display: table !important;
  float: none !important;
}
li {
  list-style: none;
}
.posr {
  position: relative;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
.wf {
  width: 100%;
}
.db {
  display: block;
}
.pn {
  padding: 0;
}
.pn-md {
  padding: 0;
}
@media all and (min-width: 768px) {
  .pn-md {
    padding: inherit;
  }
}
.img-cen {
  margin: 0 auto;
  display: block;
}
.cp {
  cursor: pointer;
}
.bgn {
  background: none;
}
.bn {
  border: none;
}
.brn {
  border-radius: 0;
}
.b1 {
  border: 1px solid #cccccc;
}
.b2 {
  border: 1px solid #e4e4e4;
}
.my15 {
  margin: 15px 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mtspace {
  margin-top: 15px;
}
.mbspace {
  margin-bottom: 15px;
}
.mrspace {
  margin-right: 15px;
}
.mlspace {
  margin-left: 15px;
}
.uli {
  padding: 0;
  margin: 0;
}
.wrap2 {
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
  height: 40px !important;
}
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line1 {
  -webkit-line-clamp: 1;
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}
.gra1 {
  background: #323480;
  background: -moz-linear-gradient(top, #323480 0%, #e7212d 100%);
  background: -webkit-linear-gradient(top, #323480 0%, #e7212d 100%);
  background: linear-gradient(to bottom, #323480 0%, #e7212d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033454', endColorstr='#2b8ec9', GradientType=0);
}
.ron {
  border-radius: 0 !important;
}
.centro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.centro.center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.centro.left {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.cc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cc.center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cc.left {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.ccl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.ccl.center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ccl.left {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
/* Container
 ------------------------------------------------------------- */
.card {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 3px solid transparent;
}
.card:hover {
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.12), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  border-bottom: 3px solid #ecb731;
}
.card h1,
.card h2,
.card h3,
.card h4 {
  margin-top: 0;
}
.card p {
  text-align: justify;
}
.scrolltop {
  width: 45px;
  height: 45px;
  background: white;
  position: fixed;
  right: 15px;
  bottom: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.scrolltop:hover {
  cursor: pointer;
  background-color: white;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.12), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  background-color: #a43319;
}
.scrolltop:hover i {
  color: #ffffff;
}
.scrolltop i {
  font-size: 27px;
  color: #000;
}
/* -------------------------------- 
swiper
-------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiper-slide.center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.swiper-slide.left {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  opacity: 0.4;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  opacity: 0.4;
}
.banner-container .swiper-pagination-bullet {
  width: 111px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: transparent;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  margin: 0 !important;
}
.banner-container .swiper-pagination-bullet-active {
  color: #000;
  background: transparent;
  border-bottom: 1px solid #000;
}
.banner-container span.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 30px;
  background-color: #000;
  height: 2px;
  width: 1px;
  margin-left: -7px;
}
.banner-container .swiper-container-horizontal > .swiper-pagination-bullets,
.banner-container .banner-container .swiper-pagination-custom,
.banner-container .swiper-pagination-fraction {
  bottom: 0;
}
.banner-container .swiper-pagination-bullet-active:after {
  content: "";
  height: 8px!important;
  top: 23px!important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23323480'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23323480'%2F%3E%3C%2Fsvg%3E");
}
.swiperdot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  border: 2px solid #000;
}
.swiperdot .swiper-pagination-progress .swiper-pagination-progressbar,
.swiperdot .swiper-pagination-bullet-active {
  background-color: #000;
}
.bg1 {
  background-color: #323480;
  color: #ffffff;
}
.bg2 {
  background-color: #e7212d;
  color: #ffffff;
}
.bg3 {
  background-color: #a43319;
  color: #ffffff;
}
.mh50 {
  min-height: 50px;
}
.mh150 {
  min-height: 150px;
}
.header.fullwith .container,
.main-container.fullwith .container,
.footer.fullwith .container {
  width: auto;
}
/*
Example selectors
tr:nth-child(2n+1)
Represents the odd rows of an HTML table.
tr:nth-child(odd)
Represents the odd rows of an HTML table.
tr:nth-child(2n)
Represents the even rows of an HTML table.
tr:nth-child(even)
Represents the even rows of an HTML table.
span:nth-child(0n+1)
Represents a span element which is the first child of its parent; this is the same as the :first-child selector.
span:nth-child(1)
Equivalent to the above.
span:nth-child(-n+3)
Matches if the element is one of the first three children of its parent and also a span.
*/
/* -------------------------------- 
Header
-------------------------------- */
.hcalc {
  height: -moz-calc(100% - (98px + 35px));
  height: -webkit-calc(100% - (98px + 35px));
  height: calc(100% - (98px + 35px));
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated-slow {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
/* -------------------------------- 
Header
-------------------------------- */
header {
  background-color: #ffffff;
  height: 98px;
  line-height: 98px;
  top: 0;
  z-index: 50;
  width: 100%;
  box-shadow: 0 0 9px -2px #000;
  -moz-box-shadow: 0 0 9px -2px #000;
  -webkit-box-shadow: 0 0 9px -2px #000;
  position: relative;
}
header.fixed {
  position: fixed;
}
@media all and (max-width: 991px) {
  header {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  header {
    box-shadow: none;
  }
}
header.middle .my-nav,
header.fullwith .my-nav {
  border-radius: 0 !important;
}
@media all and (max-width: 767px) {
  header.middle .my-nav,
  header.fullwith .my-nav {
    border: 0;
    box-shadow: 0 0 9px -2px #000;
    -moz-box-shadow: 0 0 9px -2px #000;
    -webkit-box-shadow: 0 0 9px -2px #000;
  }
}
header .my-nav {
  background-color: transparent;
  border-color: transparent;
}
header .my-nav .navbar-header {
  z-index: 50;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .my-nav .navbar-header {
    float: none;
    margin: 0 auto;
    width: 160px;
  }
}
header .my-nav .navbar-header .navbar-brand {
  height: auto !important;
  padding: 10px 0 10px 15px !important;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .my-nav .navbar-header .navbar-brand {
    width: 228px;
  }
}
@media all and (max-width: 767px) {
  header .my-nav .navbar-header .navbar-brand {
    width: 190px;
  }
}
header .my-nav .navbar-collapse {
  border-color: transparent;
  z-index: 5;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  header .my-nav .navbar-collapse {
    clear: left;
    float: left;
  }
}
@media all and (max-width: 767px) {
  header .my-nav .navbar-collapse {
    background-color: #ffffff;
    padding: 0;
  }
}
header .my-nav .navbar-collapse .navbar-nav {
  float: right;
  margin-right: -15px;
}
@media all and (max-width: 767px) {
  header .my-nav .navbar-collapse .navbar-nav {
    width: 100%;
    margin-right: 0;
  }
}
header .my-nav .navbar-collapse .navbar-nav li.active a {
  color: #e7212d;
  background-color: transparent;
}
header .my-nav .navbar-collapse .navbar-nav li.open a.dropdown-toggle {
  background-color: transparent;
}
header .my-nav .navbar-collapse .navbar-nav li.open a.dropdown-toggle:hover {
  color: #e7212d !important;
}
header .my-nav .navbar-collapse .navbar-nav li.open .dropdown-menu li a {
  color: #000000;
}
header .my-nav .navbar-collapse .navbar-nav li.open .dropdown-menu li.active a {
  background-color: #323480;
  color: #ffffff !important;
}
header .my-nav .navbar-collapse .navbar-nav li.open .dropdown-menu a {
  background-color: transparent;
}
header .my-nav .navbar-collapse .navbar-nav li.open .dropdown-menu a:hover {
  color: #ffffff !important;
}
header .my-nav .navbar-collapse .navbar-nav li a {
  padding: 0 6px;
  font-size: 14px;
  height: 73px;
  line-height: 60px;
  margin-top: 24px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .my-nav .navbar-collapse .navbar-nav li a:hover {
  color: #e7212d !important;
}
@media all and (max-width: 991px) {
  header .my-nav .navbar-collapse .navbar-nav li a {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  header .my-nav .navbar-collapse .navbar-nav li a {
    background-color: #ffffff;
    padding: 0 15px;
    margin: 0;
  }
}
header .my-nav .navbar-collapse .navbar-nav li ul.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
}
header .my-nav .navbar-collapse .navbar-nav li ul.dropdown-menu li a {
  padding: 10px 15px;
  height: auto;
  margin: 0;
  line-height: 20px;
}
header .my-nav .navbar-collapse .navbar-nav li ul.dropdown-menu li a:hover {
  background-color: #323480;
  color: #ffffff;
}
header .my-nav .navbar-toggle {
  margin-top: 12px;
  border-color: transparent;
}
header .my-nav .navbar-toggle:hover,
header .my-nav .navbar-toggle:focus {
  background-color: transparent;
}
header .my-nav .navbar-toggle .icon-bar {
  position: relative;
  transition: all 300ms ease-in-out;
  width: 29px;
  height: 4px;
}
header .my-nav .navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
header .my-nav .navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
header .my-nav .navbar-toggle .icon-bar:nth-child(1) {
  background-color: #f37e28 !important;
}
header .my-nav .navbar-toggle .icon-bar:nth-child(2) {
  background-color: #fbcc29 !important;
}
header .my-nav .navbar-toggle .icon-bar:nth-child(3) {
  background-color: #e51425 !important;
}
header .my-nav .navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
header .my-nav .navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent !important;
}
header .my-nav .navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -10px;
  transform: rotate(-45deg);
}
.my-nav {
  margin-bottom: 0;
}
.my-nav .open .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.my-nav .open .dropdown-menu li a {
  color: #000;
}
.my-nav .dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.my-nav .dropdown-menu li a {
  color: #fff;
}
/* Firefox 45+ */
@supports (-moz-appearance:none)
    and (word-spacing:100%) {
  .my-nav .open .dropdown-menu {
    height: auto;
    overflow-y: inherit;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
  }
  .my-nav .dropdown-menu {
    height: 0;
    overflow-y: hidden;
  }
}
.main-container {
  background-color: #eeeeee;
}
.main-container.fixed {
  position: relative;
  height: -moz-calc(100% - (98px + 35px));
  height: -webkit-calc(100% - (98px + 35px));
  height: calc(100% - (98px + 35px));
  margin-top: 98px;
  overflow-y: hidden;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .main-container.fixed {
    height: -moz-calc(100% - (120px + 35px));
    height: -webkit-calc(100% - (120px + 35px));
    height: calc(100% - (120px + 35px));
    margin-top: 120px;
  }
}
@media all and (max-width: 767px) {
  .main-container.fixed {
    height: -moz-calc(100% - (67px + 35px));
    height: -webkit-calc(100% - (67px + 35px));
    height: calc(100% - (67px + 35px));
    margin-top: 67px;
  }
}
footer .footer.one {
  background-color: #2c2c2c;
  min-height: 35px;
  line-height: 25px;
  width: 100%;
  margin: 0;
  color: #979797;
  padding: 15px 0;
}
footer .footer.one.fixed {
  position: fixed;
  bottom: 0;
  z-index: 50;
}
footer .footer.one .social-fot {
  text-align: center;
  margin-top: 15px;
}
footer .footer.one .social-fot ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
footer .footer.one .social-fot ul li {
  float: left;
  margin: 0 5px;
}
footer .footer.one .social-fot ul li .btn {
  padding: 0;
}
footer .footer.one .fot-menu {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
footer .footer.one .fot-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
footer .footer.one .fot-menu ul.center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer.one .fot-menu ul.left {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
}
footer .footer.one .fot-menu ul li {
  float: left;
  border-right: 1px solid #989898;
  padding: 0 10px;
  line-height: 14px;
  font-size: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer.one .fot-menu ul li:hover {
  color: #e8e8e8;
}
footer .footer.one .fot-menu ul li:last-child {
  border-right: 0;
}
@media all and (max-width: 576px) {
  footer .footer.one .fot-menu ul li {
    border-right: 0;
    float: left;
    clear: none;
    text-align: center;
    width: 100%;
  }
}
footer .footer.one .fot-menu p a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer.one .fot-menu p a:hover {
  color: #e8e8e8;
}
footer .footer.two {
  background-color: #1f1e1e;
  height: auto;
  line-height: 47px;
  color: #979797;
  font-size: 15px;
  text-align: center;
}
@media all and (max-width: 576px) {
  footer .footer.two {
    font-size: 13px;
  }
}
.banner-container {
  padding-top: 0;
}
.banner-container .swiper-container {
  padding-bottom: 35px;
}
.banner-container .swiper-container.bannerslider .swiper-wrapper .swiper-slide:nth-child(2) {
  background-color: #f0f0f0;
}
.aboutus-container {
  padding: 70px 0;
}
@media all and (max-width: 767px) {
  .aboutus-container {
    padding: 30px 0;
  }
}
.btn {
  border: 1px solid #a43319;
  background-color: #ffffff;
  padding: 9px 15px;
  text-transform: uppercase;
  color: #000;
  margin: 15px 0;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:focus,
.btn:hover {
  background-color: #a43319;
  color: #fff;
  box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.5) !important;
}
.vvp_container {
  padding: 25px 0;
}
.vvp_container h1 {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}
.vvp_container.about,
.vvp_container.ferroxheader {
  background-color: #fff;
  text-align: left;
}
.vvp_container.about .sidebar_left h1,
.vvp_container.ferroxheader .sidebar_left h1 {
  text-align: left;
  color: #d42e19;
}
.vvp_container.about .sidebar_left h2,
.vvp_container.ferroxheader .sidebar_left h2 {
  color: #5f600e;
}
.vvp_container.about .sidebar_left h3,
.vvp_container.ferroxheader .sidebar_left h3 {
  margin-bottom: 20px !important;
  position: relative;
  color: #921f25;
}
.vvp_container.about .sidebar_left h3:after,
.vvp_container.ferroxheader .sidebar_left h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #a83238;
  left: 0;
  float: left;
  bottom: -8px;
}
.vvp_container.about .sidebar_left h4,
.vvp_container.ferroxheader .sidebar_left h4 {
  color: #000000;
  margin-bottom: 50px !important;
  position: relative;
}
.vvp_container.about .sidebar_left h4:before,
.vvp_container.ferroxheader .sidebar_left h4:before,
.vvp_container.about .sidebar_left h4:after,
.vvp_container.ferroxheader .sidebar_left h4:after {
  content: "";
  position: absolute;
  float: left;
  bottom: -8px;
  height: 4px;
}
.vvp_container.about .sidebar_left h4:before,
.vvp_container.ferroxheader .sidebar_left h4:before {
  border-left: 50px solid #a83238;
  border-right: 50px solid #ea6402;
  left: 0;
}
.vvp_container.about .sidebar_left h4:after,
.vvp_container.ferroxheader .sidebar_left h4:after {
  border-left: 50px solid #a83238;
  border-right: 50px solid #dabe20;
  left: 100px;
}
.vvp_container.about .sidebar_left h1,
.vvp_container.ferroxheader .sidebar_left h1,
.vvp_container.about .sidebar_left h2,
.vvp_container.ferroxheader .sidebar_left h2,
.vvp_container.about .sidebar_left h3,
.vvp_container.ferroxheader .sidebar_left h3,
.vvp_container.about .sidebar_left h4,
.vvp_container.ferroxheader .sidebar_left h4 {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  text-transform: inherit;
}
.vvp_container.about .sideright h3,
.vvp_container.ferroxheader .sideright h3,
.vvp_container.about .sideright h4,
.vvp_container.ferroxheader .sideright h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'OpenSans Bold', Arial, Helvetica, sans-serif;
  margin: 30px 0 10px;
}
.vvp_container.about .sideright h3,
.vvp_container.ferroxheader .sideright h3 {
  color: #f7b048;
}
.vvp_container.about .sideright h4,
.vvp_container.ferroxheader .sideright h4 {
  color: #a93238;
}
.vvp_container.about p,
.vvp_container.ferroxheader p {
  font-size: 16px;
  line-height: 25px;
}
.vvp_container.ferrox {
  text-align: left;
}
.vvp_container.product {
  background-color: #f8f8f8;
}
.vvp_container.product.slider {
  text-align: left;
}
.vvp_container.product.slider .part-one p,
.vvp_container.product.slider .part-two p {
  font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 29px;
}
.vvp_container.product.slider .part-one {
  padding-top: 20px;
}
.vvp_container.product.slider .part-one .hsline {
  margin-top: 30%;
  text-align: right;
}
@media all and (max-width: 767px) {
  .vvp_container.product.slider .part-one .hsline {
    margin-top: 0;
  }
}
.vvp_container.product.slider .part-one .hsline .one a {
  display: inline-block;
}
.vvp_container.product.slider .part-one .hsline .one ul {
  clear: left;
  width: 100%;
  float: left;
  padding-right: 45px;
  padding-left: 0;
}
.vvp_container.product.slider .part-one .hsline .one ul li::before {
  right: -25px;
}
.vvp_container.product.slider .part-one .hsline .one ul li.red::before {
  background-color: #de0d06;
}
.vvp_container.product.slider .part-one .hsline .one ul li.yellow::before {
  background-color: #ffd800;
}
.vvp_container.product.slider .part-one .hsline .one ul li.orange::before {
  background-color: #ff8000;
}
.vvp_container.product.slider .part-one .hsline .two p {
  float: right;
}
.vvp_container.product.slider .part-one .hsline .two .btn {
  clear: left;
  float: right;
}
.vvp_container.product.slider .part-two {
  padding-bottom: 4%;
}
.vvp_container.product.slider .part-two .lgproduct {
  float: right;
}
.vvp_container.product.slider .part-two .smproduct {
  float: left;
}
@media all and (max-width: 991px) {
  .vvp_container.product.slider .part-two .lgproduct {
    float: left;
  }
}
.vvp_container.product.slider .hsline {
  margin-top: 25%;
}
.vvp_container.product.slider .hsline .one {
  padding-left: 25px;
}
.vvp_container.product.slider .hsline .two {
  padding-left: 25px;
}
.vvp_container.product.slider ul {
  padding-left: 45px;
}
.vvp_container.product.slider h2,
.vvp_container.product.slider h3,
.vvp_container.product.slider h4 {
  margin: 0;
}
.vvp_container.product.slider h2 {
  text-align: left;
  font-size: 19px;
  color: #000;
}
.vvp_container.product.slider h3 {
  font-size: 16px;
  color: #000;
}
.vvp_container.product.slider p {
  width: 90%;
}
.vvp_container.product img.smproduct {
  width: 170px;
}
.vvp_container.product .center {
  text-align: center;
}
.vvp_container.product .center h1 {
  display: inline-block;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 20px;
  margin-bottom: 25px;
}
.vvp_container.product ul {
  padding-top: 10px;
}
.vvp_container.product ul li {
  font-size: 18px;
  line-height: 30px;
}
.vvp_container.product ul li::before {
  content: "";
  font-size: 66px;
  position: absolute;
  margin-left: -27px;
  margin-top: 8px;
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.vvp_container.product ul li.red::before {
  background-color: #de0d06;
}
.vvp_container.product ul li.yellow::before {
  background-color: #ffd800;
}
.vvp_container.product ul li.orange::before {
  background-color: #ff8000;
}
.vvp_container.product .vvproduct {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.vvp_container.product .vvproduct p {
  font-size: 17px;
  width: 65%;
}
@media all and (max-width: 576px) {
  .vvp_container.product .vvproduct p {
    width: 100%;
  }
}
@media all and (max-width: 576px) {
  .vvp_container.product .vvproduct .btn {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
@media all and (max-width: 576px) {
  .vvp_container.product .vvproduct .inner .cover img {
    float: none;
    margin: 0 auto;
  }
}
.vvp_container.product .vvproduct.vannam {
  border-right: 1px solid #d5d5d5;
  background-size: 76%;
}
@media all and (max-width: 1200px) {
  .vvp_container.product .vvproduct.vannam {
    background-position: right 60px;
  }
}
@media all and (max-width: 991px) {
  .vvp_container.product .vvproduct.vannam {
    background-position: right 90px;
  }
}
@media all and (max-width: 767px) {
  .vvp_container.product .vvproduct.vannam {
    background-position: right 60px;
    background-size: 50%;
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 576px) {
  .vvp_container.product .vvproduct.vannam {
    background-position: center top;
    padding-top: 25%;
    margin: 0 auto;
    background-size: 76%;
  }
}
.vvp_container.product .vvproduct.vannam .cover img {
  margin-top: -23px;
}
.vvp_container.product .vvproduct.ferrox {
  background-size: 44%;
}
@media all and (max-width: 1200px) {
  .vvp_container.product .vvproduct.ferrox {
    background-position: right 60px;
  }
}
@media all and (max-width: 991px) {
  .vvp_container.product .vvproduct.ferrox {
    background-position: right 90px;
  }
}
@media all and (max-width: 767px) {
  .vvp_container.product .vvproduct.ferrox {
    background-position: right 60px;
    background-size: 50%;
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 576px) {
  .vvp_container.product .vvproduct.ferrox {
    background-position: center top;
    padding-top: 41%;
    margin: 0 auto;
    background-size: 47%;
    margin-top: 20px;
  }
}
.vvp_container.application {
  background-color: #ffffff;
}
.vvp_container.application h1 {
  padding-bottom: 15px;
}
.vvp_container.application ul.gallery-con {
  padding: 0;
  margin: 0;
}
.vvp_container.application ul.gallery-con li {
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vvp_container.application ul.gallery-con li img {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.22);
}
.vvp_container.application ul.gallery-con li .labelbtn {
  position: absolute;
  width: 100%;
  height: 94%;
}
.vvp_container.application ul.gallery-con li .labelbtn a {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  display: table;
  background-color: rgba(0, 0, 0, 0.43);
  color: #fff;
  font-size: 18px;
  left: -4%;
  position: relative;
  top: 38%;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'OpenSans Bold', Arial, Helvetica, sans-serif;
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vvp_container.application ul.gallery-con li .labelbtn a:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}
.vvp_container.application ul.gallery-con li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .vvp_container.application ul.gallery-con li img {
    width: 100%;
  }
}
.vvp_container.application ul.gallery-con li:nth-child(1) {
  width: 45.5%;
  padding: 1%;
}
.vvp_container.application ul.gallery-con li:nth-child(2) {
  width: 27%;
  padding: 1%;
}
.vvp_container.application ul.gallery-con li:nth-child(3) {
  width: 27%;
  padding: 1%;
}
.vvp_container.application ul.gallery-con li:nth-child(4) {
  width: 54%;
  padding: 1%;
}
@media all and (max-width: 767px) {
  .vvp_container.application ul.gallery-con li:nth-child(1) {
    width: 44.5%;
  }
  .vvp_container.application ul.gallery-con li:nth-child(2) {
    width: 55.5%;
  }
  .vvp_container.application ul.gallery-con li:nth-child(3) {
    width: 33.5%;
  }
  .vvp_container.application ul.gallery-con li:nth-child(4) {
    width: 66.5%;
  }
}
@media all and (max-width: 576px) {
  .vvp_container.application ul.gallery-con li:nth-child(1),
  .vvp_container.application ul.gallery-con li:nth-child(2),
  .vvp_container.application ul.gallery-con li:nth-child(3),
  .vvp_container.application ul.gallery-con li:nth-child(4) {
    width: 100%;
  }
}
.social-fot .btn,
.social-fot .btn:before,
.social-fot .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-fot .btn {
  display: inline-block;
  background-color: #5c5c5c;
  border: 2px solid #828282;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
}
.social-fot .btn:hover,
.social-fot .btn:focus {
  border: 0;
  line-height: 40px;
}
.social-fot .btn:hover.facebook,
.social-fot .btn:focus.facebook {
  border: 0 solid #066aa5;
}
.social-fot .btn:hover.twitter,
.social-fot .btn:focus.twitter {
  border: 0 solid #00aced;
}
.social-fot .btn:hover.google,
.social-fot .btn:focus.google {
  border: 0 solid #dd4b39;
}
.social-fot .btn:hover.comment,
.social-fot .btn:focus.comment {
  border: 0 solid #f26798;
}
.social-fot .btn:hover.skype,
.social-fot .btn:focus.skype {
  border: 0 solid #00aff0;
}
.social-fot .btn:before {
  top: 90%;
  left: -110%;
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-fot .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  font-size: 19px;
  color: #838282;
}
.social-fot .btn.facebook:before {
  background-color: #066aa5;
}
.social-fot .btn.twitter:before {
  background-color: #00aced;
}
.social-fot .btn.google:before {
  background-color: #dd4b39;
}
.social-fot .btn.comment:before {
  background-color: #f26798;
}
.social-fot .btn.skype:before {
  background-color: #00aff0;
}
.social-fot .btn:focus:before,
.social-fot .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-fot .btn:focus .fa,
.social-fot .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 767px) {
  .aboutslide.left img {
    width: 48%;
    padding-bottom: 34px;
    margin: 0 auto;
  }
}
.aboutslide.right img {
  animation-name: fadeInRight;
  width: 30%;
  float: right;
  margin-left: 2%;
}
.aboutslide.right.ferrox img,
.aboutslide.right.vannam img {
  width: auto;
  float: left;
}
@media all and (max-width: 767px) {
  .aboutslide.right.ferrox img,
  .aboutslide.right.vannam img {
    width: 220px;
    margin: 0 auto;
    float: none;
  }
}
@media all and (max-width: 767px) {
  .vannam-sheet .aboutslide img {
    padding-bottom: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumb li span {
  color: #383a7f;
}
.breadcrumb li.active {
  color: #e7212d;
}
.techical-cap h1,
.techical-cap ul {
  text-align: left;
}
.techical-cap ul {
  padding: 0;
  margin: 0;
}
.techical-cap h3 {
  text-align: left;
  margin-top: 20px;
}
.techical-cap p {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.techical-cap .card {
  box-shadow: none;
  border-bottom: 0;
}
.techical-cap .card:hover {
  box-shadow: none;
  border-bottom: 0;
}
.about-card .card {
  padding: 20px 20px 5px;
  margin: 0 0 15px;
  box-shadow: none;
  border-bottom: 0;
}
.about-card .card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 7px 10px 0 rgba(0, 0, 0, 0.24);
}
.about-card .card h1 {
  text-align: left;
}
.about-card .card p {
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.about-card .card ul li {
  list-style: disc;
}
.sheets .swiper-wrapper {
  padding-bottom: 35px;
}
.sheets .swiper-button-prev,
.sheets .swiper-button-next {
  top: inherit !important;
  bottom: 0;
  left: 51.4%;
  width: 25px;
  height: 25px;
}
.sheets .swiper-button-next {
  margin-right: -50px;
}
.sheets .swiper-button-prev {
  margin-left: -50px;
}
.sheets .lightbox:hover {
  cursor: zoom-in;
}
.sheets .lightbox img {
  margin-bottom: 15px;
}
.vvpcontactform {
  text-align: left;
}
.vvpcontactform h1 {
  text-align: left;
}
@media all and (max-width: 767px) {
  .vvpcontactform h1 {
    font-size: 25px;
  }
}
@media all and (max-width: 576px) {
  .vvpcontactform h1 {
    font-size: 18px;
    font-family: 'OpenSans Bold', Arial, Helvetica, sans-serif;
    color: #e7212d;
  }
}
.vvpcontactform .header .one h1 {
  border-right: 1px solid #ddd;
}
.vvpcontactform .body {
  padding: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
@media all and (max-width: 576px) {
  .vvpcontactform .body {
    padding: 0;
    border: 0;
  }
}
.vvpcontactform .body .addrbox img {
  display: inline-block;
  padding-right: 10px;
}
.vvpcontactform .body .addrbox span {
  margin-bottom: 15px;
  float: left;
  clear: left;
}
.vvpcontactform .body .one .addrbox {
  border-right: 1px solid #ddd;
}
.vvpcontactform .desc p {
  text-align: center;
  padding: 15px 0;
}
.vvpcontactform .footer {
  padding: 25px;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
@media all and (max-width: 576px) {
  .vvpcontactform .footer {
    padding: 10px;
  }
}
.vvpcontactform .footer form {
  padding: 50px 50px 10px;
}
@media all and (max-width: 576px) {
  .vvpcontactform .footer form {
    padding: 0;
  }
}
.vvpcontactform .footer form input,
.vvpcontactform .footer form textarea {
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 17px;
  color: #000;
  height: 40px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 576px) {
  .vvpcontactform .footer form input,
  .vvpcontactform .footer form textarea {
    font-size: 15px;
  }
}
.vvpcontactform .footer form textarea {
  resize: none;
  height: 120px;
}
.vvpcontactform .footer form .btn {
  margin-top: 30px !important;
  background-color: #a43319;
  color: #ffffff;
}
.an_input.input-effect.text .focus-border {
  bottom: 5px;
}
.an_input.input-effect {
  float: left;
  width: 100%;
  margin: 20px 0;
  position: relative;
}
@media all and (max-width: 576px) {
  .an_input.input-effect {
    margin: 15px 0;
  }
}
.effect-16 {
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent !important;
  width: 100%;
}
.effect-16 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #a43319;
  transition: 0.4s;
}
.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}
.effect-16 ~ label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #aaa;
  transition: 0.3s;
  z-index: 0;
  letter-spacing: 0.5px;
  font-size: 17px;
}
@media all and (max-width: 576px) {
  .effect-16 ~ label {
    font-size: 15px;
  }
}
.effect-16:focus ~ label,
.has-content.effect-16 ~ label {
  top: -16px;
  font-size: 12px;
  color: #a43319;
  transition: 0.3s;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
  -webkit-transform-style: preserve-3d;
  background: url('../img/vannam-sheet/vannam_bann_img.png') repeat-x center;
  background-size: 100%;
}
.ball:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -40px 10px 70px 10px rgba(0, 0, 0, 0.1) inset;
  z-index: 2;
}
.ball:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(0);
  opacity: 0.3;
  background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.12) 10%, rgba(68, 182, 86, 0) 66%, rgba(6, 39, 69, 0) 100%);
}
.ball .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 50%);
  -webkit-transform: rotateX(90deg) translateZ(-250px);
  -moz-transform: rotateX(90deg) translateZ(-250px);
  -ms-transform: rotateX(90deg) translateZ(-250px);
  -o-transform: rotateX(90deg) translateZ(-250px);
  transform: rotateX(90deg) translateZ(-250px);
  z-index: -1;
}
@media all and (max-width: 991px) {
  .ball .shadow {
    -webkit-transform: rotateX(90deg) translateZ(-150px);
    -moz-transform: rotateX(90deg) translateZ(-150px);
    -ms-transform: rotateX(90deg) translateZ(-150px);
    -o-transform: rotateX(90deg) translateZ(-150px);
    transform: rotateX(90deg) translateZ(-150px);
  }
}
@media all and (max-width: 767px) {
  .ball .shadow {
    -webkit-transform: rotateX(90deg) translateZ(-75px);
    -moz-transform: rotateX(90deg) translateZ(-75px);
    -ms-transform: rotateX(90deg) translateZ(-75px);
    -o-transform: rotateX(90deg) translateZ(-75px);
    transform: rotateX(90deg) translateZ(-75px);
  }
}
.part-two .stage {
  margin-top: -15%;
  position: relative;
  float: right;
}
@media all and (max-width: 767px) {
  .part-two .stage {
    margin-top: 20%;
  }
}
.part-two .ball {
  background-image: url("../img/vferrox-banner.png");
}
.stage {
  width: 500px;
  height: 500px;
  display: inline-block;
  margin: 20px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
@media all and (max-width: 991px) {
  .stage {
    width: 300px;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .stage {
    width: 150px;
    height: 150px;
    margin: 0;
  }
}
@-moz-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes move-map {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -849px 0;
  }
}
@-o-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-ms-keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move-map {
  0% {
    background-position: -849px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.bannertech {
  height: 450px;
  background: url("../img/technical-capability.png") no-repeat center -235px;
  background-attachment: fixed;
}
.mapp {
  height: 450px;
  background: url("../img/map.png") no-repeat center -35px;
  background-attachment: fixed;
}
.careerbanner {
  height: 450px;
  background: url("../img/banner-career.jpg") no-repeat center -300px;
  background-attachment: fixed;
}
div#mail-status .success {
  text-align: center;
  color: #13c000 ;
  font-size: 18px;
  font-weight: bold;
}
div#mail-status .success:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 3px;
  background-color: #13c000 ;
  left: 44%;
  margin-top: 31px;
}
div#mail-status .error {
  line-height: 40px;
  background-color: #fef5f1;
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: 10px center;
}
div#mail-status .error span {
  padding: 10px;
  position: absolute;
  right: 15px;
}
