@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.clr-primary {
  color: #FFB236;
}
.clr-secondary {
  color: #474747;
}
.ttu {
  *text-transform: uppercase;
}
.ls__mod {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.border-add {
  border-left: 2px solid #5c5c5c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .border-add {
    border-top: 2px solid #5c5c5c;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: none;
  }
}
/*==============================   Border Add 2   ==============================*/
.border-add2 {
  border-left: 2px solid #5c5c5c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 48px;
  top: -30px;
}
@media (max-width: 1199px) {
  .border-add2 {
	top: -9px;
  }
}
@media (max-width: 991px) {
  .border-add2 {
	top: 1px;
  }
}

@media (max-width: 767px) {
  .border-add2 {
    border-top: 2px solid #5c5c5c;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: none;
  }
}

.border-add__mod {
  border-color: #fff;
  padding-top: 36px;
  padding-right: 10px;
}
.md-add {
  margin-top: 67px;
}
@media (max-width: 1199px) {
  .md-add {
    margin-top: 20px;
  }
}
.md-add2 {
  margin-top: 125px;
}
@media (max-width: 991px) {
  .md-add2 {
    margin-top: 30px;
  }
}
.p__mod {
  font-size: 16px;
  line-height: 22px;
}
.ff__mod {
  font-family: "Roboto", sans-serif;
}
.lh31 {
  line-height: 31px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 28px;
}
* + h3 {
  margin-top: 32px;
}
h3 + p {
  margin-top: 18px;
  margin-bottom: 26px;
}
* + h4 {
  margin-top: 11px;
}
h2 + .row {
  margin-top: 42px;
}
h2 + .offs {
  margin-top: 46px;
}
.row + .row {
  margin-top: 30px;
}
h2 + img {
  margin-top: 45px;
}
img + h4 {
  margin-top: 36px;
}
h2 + h3 {
  margin-top: 41px;
}
img + h4 + p {
  margin-top: 16px;
}
h2 + .offs1 {
  margin-top: 50px;
}
.row + .offs {
  margin-top: 55px;
}
h2 + .offs2 {
  margin-top: -5px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box img {
  display: block;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_aside img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.box_cnt {
  display: block;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 480px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
}
/*==================   Page - 404    ====================*/
.p404 * + p {
  margin-top: 54px;
}
.p404 p + p {
  margin-top: 27px;
}
.p404 .md-add3 {
  margin-top: 61px;
}
/*==================   Block-contact   ==================*/
.block-contact {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 501px;
  border: 4px solid #5595c5;
  padding-left: 45px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* + .block-contact {
  margin-top: 36px;
}
.block-contact dl {
  color: #fff;
}
.block-contact dl dt {
  font-size: 27px;
  line-height: 34px;
  letter-spacing: -0.75px;
  margin: 0;
}
.block-contact dl dd {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.45px;
  margin: 8px 0;
  font-weight: 400;
}
.block-contact dl + dl {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .block-contact dl dt {
    font-size: 20px;
    line-height: 23px;
  }
  .block-contact dl dd {
    font-size: 13px;
    line-height: 15px;
  }
  .block-contact dl + dl {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .block-contact {
    display: block;
  }
  * + .block-contact {
    margin-top: 15px;
  }
  .block-contact dl dt {
    font-size: 15px;
    line-height: 17px;
  }
  .block-contact dl dd {
    font-size: 12px;
    line-height: 14px;
  }
  .block-contact dl + dl {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .block-contact {
    padding-left: 10px;
    padding-right: 10px;
    *margin: 20px auto;
  }
}
/*==================   Block-introduce   ==================*/
.block-introduce {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 501px;
  *border: 4px solid #5595c5;
  padding-left: 45px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* + .block-introduce {
  margin-top: 36px;
}
.block-introduce dl {
  color: #fff;
}
.block-introduce dl dt {
  font-size: 23px;
  line-height: 34px;
  letter-spacing: -0.75px;
  margin: 0;
}
.block-introduce dl h5 {
  color: #FFF;
  font-size: 31px;
  line-height: 27px;
  letter-spacing: -0.75px;
  margin: 0;
}
.block-otodispatch dl h5 {
  font-size: 27px;
}

.block-introduce dl dd {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.45px;
  margin: 8px 0;
  font-weight: 400;
}
.block-introduce dl + dl {
  margin-top: 24px;
}
@media (max-width: 1259px) {
  .block-introduce dl dt {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .block-introduce dl dt {
    font-size: 20px;
    line-height: 23px;
  }
  .block-introduce dl dd {
    font-size: 13px;
    line-height: 15px;
  }
  .block-introduce dl + dl {
    margin-top: 14px;
  }
}
@media (max-width: 1140px) {
  .block-introduce dl dt {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .block-introduce {
    display: block;
  }
  * + .block-introduce {
    margin-top: 15px;
  }
  .block-introduce dl dt {
    *font-size: 15px;
    *line-height: 17px;
	font-size: 18px;
    line-height: 22px;

  }
  .block-introduce dl dd {
    font-size: 12px;
    line-height: 14px;
  }
  .block-introduce dl + dl {
    margin-top: 10px;
  }
}
/*@media (max-width: 520px) {
  .block-introduce dl dt {
    font-size: 15px;
    line-height: 19px;
  }
}*/
@media (max-width: 479px) {
  .block-introduce dl dt {
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    padding-right: 10px;
    *margin: 20px auto;
  }
}
@media (max-width: 460px) {
  .block-introduce dl h5 {
	font-size: 25px;
  }
}
@media (max-width: 405px) {
  .block-introduce dl dt {
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
  }
}
@media (max-width: 371px) {
  .block-introduce dl h5 {
	font-size: 22px;
  }
}
@media (max-width: 325px) {
  .block-introduce dl dt {
    font-size: 11px;
  }
}
/*==================      play-button    ========================*/
.play-button {
  position: relative;
  z-index: 1;
  padding-left: 445px;
  margin-top: 110px;
}
@media (max-width: 1099px) {
	.play-button {
	  margin-top: 80px;
	}
}
@media (max-width: 1005px) {
	.play-button {
	  margin-top: 50px;
	}
}
@media (max-width: 900px) {
	.play-button {
	  margin-top: 20px;
	}
}
@media (max-width: 855px) {
	.btn-circle {
	  font-size: 20px;
	  line-height: 33px;
	  border-radius: 30px;
	  padding: 2px 10px;
	}
	.play-button {
	  margin-top: 10px;
	  left: 18px;
	}
}
@media (max-width: 767px) {
  .play-button {
	display: none !important;  
   }
}



/*==================      CNT    ========================*/
.cnt {
  position: relative;
  z-index: 1;
}
.cnt h1 {
  font-size: 89px;
  line-height: 102px;
  color: #fff;
  font-style: italic;
}
@media (max-width: 1840px) {
  .cnt {
    display: inline-block;
    margin-right: 70px;
  }
  .cnt h1 {
    font-size: 56px;
    line-height: 58px;
  }
}
@media (max-width: 1299px) {
  .cnt h1 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .cnt h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1138px) {
  .cnt h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 1092px) {
  .cnt {
    margin-right: 0;
  }
  .cnt h1 {
    line-height: 38px;
  }
}
@media (max-width: 1050px) {
  .cnt {
    margin-right: 0;
  }
  .cnt h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .cnt {
    margin-left: 315px;
  }
  .cnt h1 {
    font-size: 38px;
    line-height: 34px;
  }
}
@media (max-width: 959px) {
  .cnt {
    margin-left: 270px;
  }
  .cnt h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 700px) {
  .cnt h1 {
    display: none;
  }
}
/*==================      Icons    ======================*/
/*==================   Copyright     ====================*/
.copyright {
  padding-top: 43px;
  padding-bottom: 38px;
}
/*==================  404    ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
  float: right;
  margin-right: 98px;
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu .dropdown {
  position: relative;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}
.sf-menu a:hover {
  text-decoration: none;
}
.sf-menu {
  color: #fff;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu > li {
  height: 102%;
  position: relative;
}
.sf-menu > li > a {
  padding: 25px 20px 25px 20px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active {
  background: #0D2840;
  color: #FFB236;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    height: 102%;
    position: relative;
  }
  .sf-menu > li > a {
    padding: 16px 12px 16px 12px;
  }
}
.sf-menu ul {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #1B4F7F;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
  position: absolute;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  padding-left: 32px;
  font-weight: 300;
  font-size: 14px;
  line-height: 37px;
  color: #fff;
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    text-align: left;
    padding-left: 20px;
  }
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  background: #fff;
  color: #1B4F7F;
}
.sf-menu ul .act a:before {
  content: '\f054';
  position: absolute;
  right: 23px;
  top: 5px;
  color: #FFB236;
  font: 400 14px/30px 'FontAwesome';
  opacity: 0;
  filter: alpha(opacity=0);
}
.lt-ie9 .sf-menu ul .act a:before {
  filter: alpha(opacity=0);
}
.sf-menu ul .act.sfHover > a,
.sf-menu ul .act > a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu ul .act.sfHover > a,
.lt-ie9 .sf-menu ul .act > a:hover:before {
  filter: alpha(opacity=100);
}
.sf-menu ul ul {
  display: none;
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 200px;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul > li > a:before {
  display: none;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFB236;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: transparent;
    height: 0;
  }
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    padding-left: 15px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  background: rgba(37, 109, 175, 0.7);
  z-index: 4;
}
.isStuck {
  background: rgba(37, 109, 175, 0.95);
  z-index: 999;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.isStuck .sf-menu > li {
  height: 102%;
  position: relative;
}
.isStuck .sf-menu > li > a {
  padding: 25px 20px 25px 20px;
}
.isStuck .navbar-brand {
  margin-top: 20px;
}
.isStuck .search-form_toggle {
  top: -57px;
}
@media only screen and (max-width: 1199px) {
.isStuck .sf-menu > li > a {
	padding: 16px 12px 16px 12px;
}
.isStuck .search-form_toggle {
  top: -48px;
}
}

/*@media only screen and (max-width: 992px) {*/
@media only screen and (max-width: 767px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 100%;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px!important;
  line-height: 45px!important;
  color: #fff;
  background: #ae6317;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 35px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transition: visibility 2s linear;
  -moz-transition: visibility 2s linear;
  -ms-transition: visibility 2s linear;
  -o-transition: visibility 2s linear;
  transition: visibility 2s linear;
}
.toTop:hover {
  color: #fff;
  background: #474747;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
/*.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.thumb_overlay:before {
  content: '\f084';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 35px 'FontAwesome';
  line-height: 35px;
  margin-top: -17.5px;
  text-align: center;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:hover:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(217, 123, 28, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}*/
/*==================  Thumbnail Feature    ======================*/
.thumb-feature {
  position: absolute;
  left: 1px;
  top: -13px;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  *padding-top: 108px;
  padding-top: 360px;
  padding-bottom: 94px;
}
.parallax2 .parallax_cnt {
  padding-top: 96px;
  padding-bottom: 96px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Ubuntu", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #FFB236;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #474747;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #474747;
}
.rd-mobilemenu_ul li.active ul {
  color: #FFB236;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #FFB236;
  color: #474747;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFB236;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
#advanced .navbar-header {
  color: #fff !important;
  padding: 0 !important;
  background: #563D7C !important;
}
@media (min-width: 768px) {
  #advanced {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #advanced .navbar-toggle {
    display: none;
  }
  #advanced .collapse {
    display: block;
  }
  #advanced .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none!important;
    text-align: left!important;
    top: 98%!important;
    text-transform: none!important;
  }
  #advanced .dropdown-menu:before,
  #advanced .dropdown-menu:after {
    display: none!important;
  }
  #advanced .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #advanced .dropdown-menu li:before,
  #advanced .dropdown-menu li:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a:before,
  #advanced .dropdown-menu li a:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #advanced .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
}
@media (max-width: 767px) {
  #panel {
    display: none;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  margin-top: 8px;
}
.resp-tabs-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
.resp-tabs-list li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #FFB236;
  padding: 20px 0px 17px;
  min-width: 174px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li:hover {
  color: #FFB236;
  background: #e5e5e5;
  border-color: #e5e5e5;
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    min-width: 120px;
  }
}
.resp-tabs-list .resp-tab-active {
  position: relative;
  bottom: -2px;
  background: #fff;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
  border-bottom: 2px solid #fff;
  color: #474747;
}
.resp-tabs-container {
  padding-right: 36px;
}
.resp-tabs-container h6 + p {
  margin-top: 9px;
}
.resp-tabs-container p + h6 {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .resp-tabs-container {
    padding-right: 0px;
  }
}
* + .resp-tabs-container {
  margin-top: 31px;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #5595c5;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
  }
  .resp-accordion:hover {
    background: #FFB236;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  header {
  *  text-align: center;
  }
  header .navbar-brand,
  header .sf-menu {
  *  float: none;
  }
  header .sf-menu {
  *  margin-right: 0;
  }
}
header .position-abs {
  position: absolute;
  top: 35%;
  right: 10%;
}
@media (max-width: 1259px) {
  header .position-abs {
    right: 9%;
  }
}
@media (max-width: 1259px) {
  header .position-abs {
    right: 6%;
  }
}
@media (max-width: 988px) {
  header .position-abs {
 	right: 3%;
  }
}
@media (max-width: 855px) {
  header .position-abs {
    top: 12.5%;
    left: 50%;
    margin-left: -182px;
  }
}
@media (max-width: 767px) {
  header .position-abs {
    top: 35.5%;
    left: 50%;
    margin-left: -240px;
  }
}
@media (max-width: 520px) {
  header .position-abs {
    left: 61%;
    margin-left: -250px;
	margin-right: 29px;
  }
}
@media (max-width: 479px) {
  header .position-abs {
    left: 50%;
    margin-left: -149px;
  }
}
@media (max-width: 405px) {
  header .position-abs {
    left: 52%;
    margin-left: -149px;
  }
}
@media (max-width: 360px) {
  header .position-abs {
    left: 55%;
    margin-left: -149px;
  }
}
@media (max-width: 325px) {
  header .position-abs {
    left: 62%;
  }
}

/*******************************Position Logo smart OTOdispatch*******************************/
header .logo-otodispatch {
  position: absolute;
  top: 0%;
  right: 36%;
}
@media (max-width: 1150px) {
  .img-otodispatch {
	  width: 200px;
  }
  .block-otodispatch dl h5 {
	  font-size: 24px;
  }
  header .logo-otodispatch {
	  right: 30%;
  }
}
@media (max-width: 1080px) {
  .img-otodispatch {
	  width: 180px;
  }
  .block-otodispatch dl h5 {
	  font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .img-otodispatch {
	  width: 160px;
  }
  .block-otodispatch dl h5 {
	  font-size: 17px;
	  line-height: 17px;
  }
}
@media (max-width: 900px) {
  .img-otodispatch {
	  width: 140px;
  }
  .block-otodispatch dl h5 {
	  font-size: 15px;
	  line-height: 15px;
  }
}
@media (max-width: 840px) {
  .img-otodispatch {
	  width: 126px;
  }
  .block-otodispatch dl h5 {
	  line-height: 15px;
  }
}
@media (max-width: 805px) {
  header .logo-otodispatch {
	  right: 28%;
  }
}
@media (max-width: 767px) {
  .img-otodispatch {
	  display: none !important;
  }
 .block-otodispatch dl h5 {
	  font-size: 25px;
	  line-height: 26px;
  }
  header .logo-otodispatch {
	  top: 25%;
	  right: 24%;
  }
}
@media (max-width: 698px) {
 .block-otodispatch dl h5 {
	  font-size: 22px;
	  line-height: 20px;
  }
  header .logo-otodispatch {
	  right: 26%;
  }
}
@media (max-width: 630px) {
 .block-otodispatch dl h5 {
	  font-size: 20px;
	  line-height: 22px;
  }
  header .logo-otodispatch {
	  top: 28%;
  }
}
@media (max-width: 565px) {
 .block-otodispatch dl h5 {
	  font-size: 18px;
	  line-height: 19px;
  }
  header .logo-otodispatch {
	  top: 28%;
  }
}
@media (max-width: 525px) {
 .block-otodispatch dl h5 {
	  font-size: 15px;
	  line-height: 16px;
  }
  header .logo-otodispatch {
	  top: 30%;
	  right: 30%;
  }
}
@media (max-width: 485px) {
  header .logo-otodispatch {
	  top: 72%;
	  left: -5%;
  }
}
@media (max-width: 420px) {
  header .logo-otodispatch {
	  top: 72%;
	  left: -8%;
  }
}
@media (max-width: 350px) {
  .block-otodispatch dl h5 {
	  display: none !important;
  }
}

.header__mod {
  background: url("../images/light_vehicle/lv1.jpg") center top no-repeat;
}
main {
  background: #e5e5e5;
}
footer {
  background: #ffffff;
}
footer p {
  color: #474747;
}
footer ul li {
  font-size: 14px;
  line-height: 31px;
  color: #474747;
}
* + footer ul {
  margin-top: 22px;
}
footer * + .btn {
  margin-top: 5px;
}
footer h4 + p {
  margin-top: 21px;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 560px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row .col-sm-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6,
  .row .col-sm-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-xs-6 {
    margin-bottom: 30px;
  }
}
/*========================================================
                     VIDEO BACKGROUND
=========================================================*/
	video#bgvid {
	
	}
	
	video {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: auto;
	  z-index: -100;
	}
	@media (max-width: 654px) {
	video {
  	  width: auto;
	  height: 100%;
	}
	}
	/*** Menghilangkan play button pada i-phone ***/
	video::-webkit-media-controls {
    	display:none !important;
	}
	.custom-video-controls {
		z-index: 2147483647;
	}
	
/*=======================COVER SMART OTODISPATCH======================*/
.cover-smart-otodispatch {
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
}

/*=======================LOGO======================*/
.logo {
  max-width: 180px;
  margin: -25px 0 0 0;
}

.logo2, .logo2wrap {
  display: none;
}

.isStuck .logo {
  margin: -7px 0 0 0;
}

@media (max-width: 1199px) {
.logo {
  max-width: 140px;
  margin: -10px 0 0;
}
.isStuck .logo {
  margin: -10px 0 0;
}
}

@media (max-width: 767px) {
.logo {
  display: none;
}
.navbar-brand {
  width: 100%;	
}
.logo2wrap {
  display:block;
}
.logo2 {
  display:inline-block;
  max-width: 180px;
}
.header__mod .logo2 {
  margin-top: -21px;
}
  * + .block-contact {
    margin: 40px 10px 0 18px;
  }
}


/*=======================================================================
					Smart OTOdispatch
/*======================================================================*/

/*================= Unit Reservation & Dispatch System ================== */
.dispatch-list {
	padding-left: 5px;
	padding-right: 80px;
}

.container-dispatch {
	padding-left: 40px;
}

.row img + h4 {
	margin-top: 15px;
}

.gif-animation {
	margin-bottom: 20px;
}

/*================= Another Products ================== */
.col-md-6 h4 {
	font-weight: 600;
}

.wells {
	padding-top: 95px;
}

.col-md-10 h2 {
	padding-top: 80px;
	color: #256daf;
}

/*================= Shadow Report ================== */
.shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	z-index : 999;
}

/*================= Image Call Center Features ================== */
.img-call-center {
  margin-bottom: -552px;
}
@media (max-width: 1219px) {
 .img-call-center {
   margin-bottom: -565px;
 }
}
@media (max-width: 1199px) {
 .img-call-center {
   margin-bottom: -565px;
 }
}

