@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: 300; }
@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Thin.ttf");
  src: url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.ttf") format("truetype"), url("../fonts/Gotham-Thin.svg") format("svg");
  font-weight: 100; }
@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Book.ttf");
  src: url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Medium.ttf");
  src: url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: gotham;
  src: url("../fonts/Gotham-Bold.ttf");
  src: url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg") format("svg");
  font-weight: 800;
  font-style: normal; }
body {
  padding-top: 45px;
  font-family: 'helvetica';
  font-weight: 400; }

.no-padding {
  padding: 0; }

.img-full {
  width: 100%; }

@media screen and (max-width: 992px) {
  body {
    padding-top: 45px; } }
.container-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 45px 100px 0px 100px; }
  @media screen and (max-width: 992px) {
    .container-content {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) {
    .container-content {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) {
    .container-content {
      padding: 30px 15px 0px 15px; } }
  .container-content .content-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px; }
  .container-content .content-desc {
    text-align: center;
    text-transform: uppercase;
    margin: 0; }

.container-wide {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff; }

.item-group {
  position: relative;
  float: left;
  width: 100%; }

.item-spec {
  position: relative;
  float: left;
  width: 100%; }
  .item-spec .spec-unit {
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #615f60; }
  .item-spec .spec-value {
    position: relative;
    float: left;
    width: 100%;
    font-size: 32px;
    color: #f26522; }

.item-table {
  position: relative;
  float: left;
  width: 100%;
  color: #333; }
  .item-table tr:nth-child(even) {
    background-color: #f9f9f9; }
  .item-table tr td:first-child {
    font-weight: 600; }
  .item-table td {
    padding: 7.5px; }

.item-color {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  border: 1px solid #a2a2a2;
  margin-right: 5px;
  transition: all ease-in-out 0.1s; }
  .item-color:focus {
    outline: none; }

.item-heading {
  position: relative;
  float: left;
  width: 100%;
  font-size: 22px;
  padding-bottom: 25px;
  text-align: center;
  color: #4d4d4d; }

ul.share-buttons {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 15px; }

ul.share-buttons li {
  display: block;
  float: left; }

ul.share-buttons li img {
  width: 40px;
  margin-right: 5px; }

@media screen and (max-width: 992px) {
  ul.share-buttons {
    text-align: center; }

  ul.share-buttons li {
    display: inline-block;
    float: none; } }
.btn-o {
  border: none;
  margin: 0;
  background-color: #333;
  color: #fff;
  font-weight: 300;
  padding: 5px 10px;
  transition: all ease-in-out 0.2s; }

.btn-o:hover {
  text-decoration: none;
  background-color: #777;
  color: #fff; }

.btn-o-orange {
  background-color: #f26522; }
  .btn-o-orange:hover {
    background-color: #c84700; }

.product-details-container {
  position: relative;
  float: left;
  width: 100%; }
  .product-details-container .item-head {
    position: relative;
    float: left;
    width: 100%;
    width: 50%;
    padding: 15px; }
    .product-details-container .item-head .item-thumbnail {
      width: 100%; }
      .product-details-container .item-head .item-thumbnail img {
        width: 100%; }
    @media screen and (max-width: 992px) {
      .product-details-container .item-head {
        width: 100%; } }
    .product-details-container .item-head .item-group {
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      margin: 20px 0px; }
      .product-details-container .item-head .item-group .item-color {
        float: none;
        display: inline-block;
        width: 35px;
        height: 35px; }
        .product-details-container .item-head .item-group .item-color:hover {
          border-color: #f26522; }
      .product-details-container .item-head .item-group .item-color:first-child {
        margin-left: -50px; }
  .product-details-container .item-body {
    position: relative;
    float: left;
    width: 100%;
    width: 50%;
    padding: 15px; }
    .product-details-container .item-body .item-title {
      color: #333;
      margin: 0 0 15px 0;
      font-weight: 600;
      text-transform: uppercase; }
    .product-details-container .item-body .item-desc {
      color: #615f60;
      margin: 0; }
    .product-details-container .item-body .item-group {
      margin: 30px 0px;
      padding: 7.5px 0px;
      border: 1px solid #f0f0f0;
      border-right: none;
      border-left: none; }
    .product-details-container .item-body .item-spec {
      position: relative;
      float: left;
      width: 100%;
      width: 25%;
      text-align: center;
      padding: 7.5px; }
      @media screen and (max-width: 768px) {
        .product-details-container .item-body .item-spec {
          width: 50%; } }
    @media screen and (max-width: 992px) {
      .product-details-container .item-body {
        width: 100%; } }
    .product-details-container .item-body .btn-o {
      position: relative;
      float: left;
      width: 100%;
      webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      background-color: #f26522;
      text-transform: uppercase;
      text-align: center;
      font-size: 18px;
      padding: 10px 15px;
      font-weight: 600; }
    .product-details-container .item-body .btn-o:hover {
      background-color: #c84700; }

.footer-container {
  position: relative;
  float: left;
  width: 100%;
  webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 100px 0px 100px;
  padding-bottom: 30px;
  color: #fff;
  background-color: #f26522; }
  @media screen and (max-width: 992px) {
    .footer-container {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) {
    .footer-container {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) {
    .footer-container {
      padding: 30px 15px 0px 15px; } }
  .footer-container .item-logo-container {
    width: 100%;
    text-align: center; }
  .footer-container .item-logo {
    position: relative;
    float: left;
    width: 100%;
    width: 70%;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .footer-container .item-logo {
        margin-bottom: 20px; } }
  .footer-container .item-group {
    width: 18.75%;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-container .item-group .item-desc {
      color: rgba(255, 255, 255, 0.5);
      padding-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .footer-container .item-group .item-desc {
          padding-right: 25px; } }
    .footer-container .item-group p {
      font-size: 18px;
      padding: 20px 50px;
      padding-left: 0; }
      @media screen and (max-width: 768px) {
        .footer-container .item-group p {
          padding: 0px;
          padding-top: 30px; } }
    @media screen and (max-width: 480px) {
      .footer-container .item-group {
        width: 100%;
        min-height: auto;
        margin-bottom: 15px;
        border: none;
        padding-left: 30px; } }
  .footer-container .item-group:first-child {
    border: none;
    width: 25%; }
  .footer-container .item-link {
    position: relative;
    float: left;
    width: 100%;
    color: #d9d9d9;
    padding: 0px 30px;
    transition: all ease-in-out 200ms;
    margin-bottom: 5px;
    font-size: 12px; }
    .footer-container .item-link p {
      padding: 0px 0px !important;
      margin: 0px;
      cursor: pointer; }
    .footer-container .item-link .blogger-icon {
      opacity: 0.5;
      height: 30px;
      margin-top: -2px;
      transition: all ease-in-out 400ms; }
    .footer-container .item-link:hover {
      text-decoration: none;
      color: white; }
      .footer-container .item-link:hover img {
        opacity: 1 !important; }
    @media screen and (max-width: 480px) {
      .footer-container .item-link {
        padding: 0px;
        margin-top: 15px; } }
    @media screen and (max-width: 480px) {
      .footer-container .item-link {
        margin: 0px;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 14px; } }
    .footer-container .item-link img {
      margin-top: 5px; }
  .footer-container .item-link.active {
       position: relative;
    float: left;
    width: 100%;
    color: #d9d9d9;
    padding: 0px 30px;
    transition: all ease-in-out 200ms;
    margin-bottom: 5px;
    font-size: 12px; }
  .footer-container .item-link-non {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 30px;
    margin-bottom: 30px;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .footer-container .item-link-non {
        padding: 0px;
        margin-top: 15px;
        margin: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: 300;
        cursor: pointer; } }
    .footer-container .item-link-non img {
      margin-top: 5px; }
  .footer-container .item-link-collapse {
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    padding: 0px 30px;
    margin-bottom: 0px;
    font-weight: bold;
    text-decoration: none; }
    @media screen and (max-width: 480px) {
      .footer-container .item-link-collapse {
        padding: 0px;
        margin-top: 15px; } }
    .footer-container .item-link-collapse img {
      margin-top: 5px; }
  @media screen and (max-width: 992px) {
    .footer-container {
      padding-bottom: 25px; } }

.socmed i {
  font-size: 24px; }

.socmed a {
  padding: 0px !important; }

#socmed {
  padding: 0px 10px; }

.footer-copyright {
  padding: 5px 0px;
  font-size: 10px;
  font-weight: 300;
  background-color: #ed560e;
  color: #fff;
  text-align: center;
  color: rgba(255, 255, 255, 0.5); }
  .footer-copyright .item-link {
    color: white; }
  .footer-copyright .item-hidden {
    float: left;
    width: 100%;
    font-size: 100px;
    color: #c84700; }

.item-recommended {
  position: relative;
  float: left;
  width: 100%;
  width: 33.3%;
  padding: 10px; }
  .item-recommended .item-skeleton {
    position: relative;
    float: left;
    width: 100%;
    webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-top: 5px solid transparent;
    transition: all ease-in-out 300ms; }
    .item-recommended .item-skeleton:hover {
      border-top: 5px solid #f26522; }
    .item-recommended .item-skeleton:hover .item-feature {
      color: #f26522;
      text-decoration: none; }
  .item-recommended .item-head {
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .item-recommended .item-head {
        float: left;
        width: auto;
        max-width: 20%; } }
    @media screen and (max-width: 480px) {
      .item-recommended .item-head {
        float: left;
        width: auto;
        max-width: 100%; } }
  .item-recommended .item-body {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px;
    height: 200px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .item-recommended .item-body {
        float: right;
        width: 80%; } }
    @media screen and (max-width: 480px) {
      .item-recommended .item-body {
        float: left;
        width: 100%; } }
    .item-recommended .item-body .item-source {
      position: relative;
      float: left;
      width: 100%;
      font-size: 12px;
      color: #777;
      font-weight: 300;
      margin: 0;
      margin-bottom: 10px; }
    .item-recommended .item-body .item-title {
      position: relative;
      float: left;
      width: 100%;
      font-size: 12px;
      margin: 0;
      color: #4d4d4d; }
      .item-recommended .item-body .item-title:hover {
        color: #f26522;
        text-decoration: none; }
    .item-recommended .item-body .item-feature {
      position: relative;
      float: left;
      width: 100%;
      font-size: 18px;
      margin: 0;
      color: #333;
      margin-bottom: 10px;
      font-weight: bold;
      transition: all ease-in-out 400ms; }
      @media screen and (max-width: 768px) {
        .item-recommended .item-body .item-feature {
          min-height: auto; } }
    .item-recommended .item-body .item-desc {
      position: relative;
      float: left;
      width: 100%;
      font-size: 14px;
	  font-weight:both;
      margin: 0;
      color: #000; }
      @media screen and (max-width: 480px) {
        .item-recommended .item-body .item-desc {
          height: auto; } }
  @media screen and (max-width: 992px) {
    .item-recommended {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .item-recommended {
      width: 100%; } }
  @media screen and (max-width: 760px) {
    .item-recommended {
      width: 100%; } }

.item-features {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  width: 16.6%;
  padding: 10px;
  text-align: center; }
  .item-features .item-skeleton {
    position: relative;
    float: left;
    width: 100%;
    background: none;
    border-radius: 20px;
    transition: all ease-in-out 400ms;
    cursor: pointer; }
    .item-features .item-skeleton:hover .item-img img {
      background: #f0f0f0; }
  .item-features .item-img img {
    height: 100px;
    display: inline-block; }
  @media screen and (max-width: 992px) {
    .item-features {
      width: 33.3%; } }
  @media screen and (max-width: 768px) {
    .item-features {
      width: 50%; } }

.features-container-home {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 100px; }

.features-img {
  display: inline-block;
  width: 30%;
  margin: 0px 10px 10px 10px;
  cursor: pointer;
  transition: all ease-in-out 400ms; }
  .features-img:hover {
    -webkit-filter: contrast(120%);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 768px) {
    .features-img {
      width: 35%; } }
  @media screen and (max-width: 480px) {
    .features-img {
      width: 80%; } }

.modal-body-content a {
  text-decoration: underline;
  color: black; }

.features-modal .modal-content {
  border-radius: 0px;
  padding: 0px 50px; }
  @media screen and (max-width: 480px) {
    .features-modal .modal-content {
      padding: 0px 10px; } }
  .features-modal .modal-content .modal-header {
    padding: 20px 0px;
    border: none;
    margin-bottom: 20px; }
    .features-modal .modal-content .modal-header .modal-icon {
      height: 30px;
      float: left;
      margin-right: 20px; }
    .features-modal .modal-content .modal-header h4 {
      padding-right: 40px; }
    .features-modal .modal-content .modal-header .modal-title {
      color: #f26522;
      font-weight: 600; }
      .features-modal .modal-content .modal-header .modal-title i {
        font-size: 10px;
        background: #f26522;
        padding: 3px 5px;
        margin-right: 10px;
        border-radius: 100%;
        color: white; }
  .features-modal .modal-content .modal-body {
    height: 300px;
    overflow-y: scroll;
    color: silver;
    margin-bottom: 50px; }
    .features-modal .modal-content .modal-body span {
      padding: 10px 10px;
      margin-right: 10px;
      color: white;
      font-size: 10px;
      display: inline-block;
      margin-bottom: 10px; }
      .features-modal .modal-content .modal-body span a {
        color: white !important;
        text-decoration: none; }
      .features-modal .modal-content .modal-body span:hover {
        cursor: pointer; }
    .features-modal .modal-content .modal-body #tablet {
      background-color: steelblue;
      transition: all ease-in-out 400ms; }
      .features-modal .modal-content .modal-body #tablet a {
        color: white !important;
        text-decoration: none; }
      .features-modal .modal-content .modal-body #tablet:hover {
        background-color: #38678f; }
    .features-modal .modal-content .modal-body #smartphone {
      background-color: seagreen;
      transition: all ease-in-out 400ms; }
      .features-modal .modal-content .modal-body #smartphone a {
        color: white !important;
        text-decoration: none; }
      .features-modal .modal-content .modal-body #smartphone:hover {
        background-color: #21653f; }
  .features-modal .modal-content .modal-footer {
    border: none;
    padding-bottom: 20px; }

.promo-form-container {
  padding-right: 15px; }

.promo-form {
  padding: 5px 20px;
  border: none;
  margin-right: 15px;
  width: 100%; }

.promo-form:focus {
  outline: none; }

.promo-btn {
  padding: 5px 20px;
  border: none;
  background: #d35400;
  color: white;
  width: 100%; }

.news-container {
  background: #f3f3f3;
  padding-bottom: 0px;
  -moz-box-shadow: inset 0 8px 8px -8px rgba(105, 104, 104, 0.5);
  -webkit-box-shadow: inset 0 8px 8px -8px rgba(105, 104, 104, 0.5);
  box-shadow: inset 0 8px 8px -8px rgba(105, 104, 104, 0.5); }

.item-news {
  padding: 7.5px; }
  .item-news .item-skeleton {
    position: relative;
    float: left;
    width: 100%;
    webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    background: white;
    transition: all ease-in-out 400ms;
    border-bottom: 2px solid white; }
    .item-news .item-skeleton:hover {
      border-bottom: 2px solid #f26522; }
    .item-news .item-skeleton:hover .item-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20;
      background-color: transparent; }
  .item-news .item-head {
    position: relative;
    float: left;
    width: 100%; }
    .item-news .item-head .evercoss-news-img {
      height: 150px; }
    .item-news .item-head .item-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20;
      background-color: rgba(0, 0, 0, 0.2);
      transition: all ease-in-out 800ms; }
  .item-news .item-body {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    min-height: 100px; }
    .item-news .item-body .item-date {
      position: relative;
      float: left;
      width: 100%;
      font-size: 10px;
      color: #777;
      font-weight: 300;
      margin: 0;
      margin-bottom: 10px; }
    .item-news .item-body .item-title {
      position: relative;
      float: left;
      width: 100%;
      font-size: 14px;
      margin: 0;
      color: #333;
      height: 40px; }
      .item-news .item-body .item-title:hover {
        color: black;
        text-decoration: none; }
  @media screen and (max-width: 992px) {
    .item-news {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .item-news {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .item-news {
      width: 100%; } }

.banner-container {
  background: #f3f3f3;
  padding-bottom: 50px;
  -moz-box-shadow: inset 0 -8px 8px -8px rgba(105, 104, 104, 0.8);
  -webkit-box-shadow: inset 0 -8px 8px -8px rgba(105, 104, 104, 0.8);
  box-shadow: inset 0 -8px 8px -8px rgba(105, 104, 104, 0.8); }

#banner-xs {
  display: none; }

@media screen and (max-width: 640px) {
  #banner-md {
    display: none; }

  #banner-xs {
    display: block; } }
.p-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .p-desktop {
    display: none; }

  .p-mobile {
    display: block; } }
* {
  box-sizing: border-box; }

ul, ol {
  padding: 0px;
  margin: 0; }

/*Menubar Desktop Start*/
.navbar-theme-o-news {
  height: 45px;
  background-color: #f26522;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  padding: 0px 75px;
  border-bottom: 5px solid #ed560e; }

.navbar-theme-o-news .logo {
  height: 20px;
  float: left;
  margin: 12px 15px; }

.navbar-theme-o-news .logo img {
  height: 100%;
  float: left; }

.navbar-theme-o-news .responsive-menu-btn {
  background-color: #f26522;
  border: none;
  display: none;
  font-size: 20px;
  border-bottom: 5px solid #ed560e; }

.navbar-theme-o-news ul {
  float: right;
  padding: 0px;
  margin-bottom: 0px; }

.navbar-theme-o-news ul li {
  list-style: none;
  float: left; }

.navbar-theme-o-news ul li a {
  float: left;
  font-size: 15px;
  font-weight: Bold;
  color: #fff;
  padding: 10px 10px;
  transition: all ease-in-out 200ms; }
  .navbar-theme-o-news ul li a:hover {
    background-color: #ed560e;
    text-decoration: none; }

.navbar-theme-o-news ul li .megamenu li {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  z-index: 100; }

.navbar-theme-o-news ul li:hover .megamenu li {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.navbar-theme-o-news ul li .megamenu li .megamenu-item-container {
  float: left;
  width: 100%; }

.navbar-theme-o-news ul li .megamenu li .heading {
  width: 100%;
  float: left;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px 15px 0px; }

.navbar-theme-o-news ul li .megamenu li .preview-small {
  float: left;
  width: 100%;
  padding: 5px 0px; }

.navbar-theme-o-news ul li .megamenu li .preview-small a {
  font-size: 14px;
  padding: 0px;
  width: 100%;
  float: left;
  color: #000434; }

.navbar-theme-o-news ul li .megamenu li .preview-small .preview-img {
  height: 80px;
  width: 35%;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-small .preview-desc {
  height: 80px;
  width: 65%;
  padding: 0px 10px;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-small .preview-desc span {
  width: 100%;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-small:hover .preview-desc span {
  text-decoration: underline; }

.navbar-theme-o-news ul li .megamenu li .preview-large {
  float: left;
  width: 100%;
  padding: 5px 0px; }

.navbar-theme-o-news ul li .megamenu li .preview-large a {
  font-size: 14px;
  padding: 0px;
  width: 100%;
  float: left;
  color: #000434; }

.navbar-theme-o-news ul li .megamenu li .preview-large .preview-img {
  height: 160px;
  width: 100%;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-large .preview-desc {
  width: 100%;
  padding: 10px 0px;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-large .preview-desc span {
  width: 100%;
  float: left; }

.navbar-theme-o-news ul li .megamenu li .preview-large:hover .preview-desc span {
  text-decoration: underline; }

.navbar-theme-o-news ul li .megamenu li .viewall {
  width: 100%;
  text-align: center;
  font: 14px;
  color: #fff;
  background-color: #09214f;
  padding: 10px 0px 10px 0px;
  margin-top: 15px; }

.navbar-theme-o-news .blackout {
  display: none; }

.navbar-theme-o-news:last-child:focus, .navbar-theme-o-news:last-child:hover {
  background: none;
  text-decoration: none; }
.navbar-theme-o-news .searchbar-container {
  float: left;
  padding: 10px 0px 0px 0px;
  height: 45px; }
  .navbar-theme-o-news .searchbar-container:hover {
    cursor: pointer; }
  .navbar-theme-o-news .searchbar-container .search-field {
    float: left;
    outline: none;
    margin: 0px;
    height: 25px;
    width: 0px;
    /*margin-right: -5px;*/ }
    .navbar-theme-o-news .searchbar-container .search-field.active {
      width: 150px;
      margin-right: 0px;
      background-color: #f26522; }
      .navbar-theme-o-news .searchbar-container .search-field.active:hover {
        background-color: #f26522; }
  .navbar-theme-o-news .searchbar-container .search-btn {
    float: left;
    width: 35px;
    height: 25px;
    margin: 0px;
    border: 1px solid #BBB;
    border-left: none;
    text-align: center;
    outline: none;
    font-size: 10px;
    padding: 0;
    padding-top: 5px; }
  .navbar-theme-o-news .searchbar-container .search-field, .navbar-theme-o-news .searchbar-container .search-btn {
    background: none;
    border: none;
    color: #fff;
    transition: all ease-out 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .navbar-theme-o-news .searchbar-container .search-field.active, .navbar-theme-o-news .searchbar-container .search-btn.active {
    border-bottom: 1px solid white; }

.navbar-theme-o-news ul li.active a {
  float: left;
  width: 100%;
  background-color: #ed560e;
  text-decoration: none; }
  @media screen and (max-width: 992px) {
    .navbar-theme-o-news ul li.active a {
      color: #ed560e;
      background: none; } }

/*MenuBar Desktop End*/
/*MenuBar Mobile Start*/
.search-box-mobile {
  float: left;
  width: 100%;
  padding: 20px 8px 15px 8px; }

.search-box-mobile input {
  float: left;
  border: none;
  width: 200px;
  outline: none;
  padding-right: 25px; }

.search-box-mobile button {
  float: left;
  margin-left: -25px;
  background: none;
  border: none; }

.search-box-mobile form {
  padding-bottom: 20px; }

.only-show-mobile {
  display: none; }

@media screen and (min-width: 768px) {
  .search-box-mobile {
    display: none; } }
@media screen and (max-width: 768px) {
  .only-hidden-mobile {
    display: none; }

  .only-show-mobile {
    display: block; }

  .navbar-theme-o-news ul li a {
    float: left;
    font-size: 14px;
    color: #fff;
    padding: 12px 10px;
    transition: all ease-in-out 200ms; }
    .navbar-theme-o-news ul li a:hover {
      background-color: transparent;
      text-decoration: none;
      color: #f26522; }

  .navbar-theme-o-news {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    z-index: 110;
    padding: 0px; }

  .navbar-theme-o-news .logo {
    height: 20px;
    float: left; }

  .navbar-theme-o-news .responsive-menu-btn {
    display: block;
    width: 55px;
    height: 45px;
    float: left;
    color: #fff;
    z-index: 100;
    outline: none; }

  .navbar-theme-o-news ul {
    position: fixed;
    height: 100%;
    top: 45px;
    bottom: 0px;
    width: 220px;
    left: -220px;
    background-color: #fff;
    transition: all ease-in-out 0.2s;
    z-index: 100; }

  .navbar-theme-o-news .responsive-menu-show {
    position: fixed;
    height: 100%;
    top: 45px;
    bottom: 0px;
    left: 0;
    width: 220px;
    transition: all ease-in 0.2s;
    z-index: 100;
    overflow-y: scroll; }

  .navbar-theme-o-news ul li {
    list-style: none;
    float: left;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    position: relative; }

  .navbar-theme-o-news ul li a {
    font-size: 14px;
    padding: 15px 15px;
    color: #615f60; }

  .navbar-theme-o-news ul li .megamenu {
    display: none; }

  .navbar-theme-o-news .blackout {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.1s;
    z-index: 99; }

  .navbar-theme-o-news .blackout-show {
    display: block;
    top: 45px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: all ease-in-out 0.1s; } }
/*Slider Content Start*/
.onero-touch-slider-container {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0px -2px 55px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 55px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 55px -5px rgba(0, 0, 0, 0.2); }

.onero-touch-slider-container .arrow-left-o-slider {
  position: absolute;
  left: 15px;
  top: 40%;
  z-index: 30;
  opacity: 0;
  transition: ease-out all 0.2s; }

.onero-touch-slider-container .arrow-right-o-slider {
  position: absolute;
  right: 15px;
  top: 40%;
  z-index: 30;
  opacity: 0;
  transition: ease-out all 0.2s; }

.onero-touch-slider-container .arrow-right-o-slider, .onero-touch-slider-container .arrow-left-o-slider {
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.onero-touch-slider-container .arrow-right-o-slider:focus, .onero-touch-slider-container .arrow-left-o-slider:focus {
  outline: none; }

.onero-touch-slider-container .arrow-right-o-slider:hover .arrow-right-o-slider i, .onero-touch-slider-container .arrow-left-o-slider:hover .arrow-left-o-slider i {
  outline: none;
  color: #969696; }

.onero-touch-slider-container .arrow-right-o-slider i, .onero-touch-slider-container .arrow-left-o-slider i {
  font-size: 50px;
  color: rgba(150, 150, 150, 0.5); }

.onero-touch-slider-container:hover .arrow-right-o-slider {
  opacity: 0.5; }

.onero-touch-slider-container:hover .arrow-left-o-slider {
  opacity: 0.5; }

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0px;
  width: 100%;
  z-index: 20;
  margin-bottom: 10px; }

.pagination span {
  margin: 0px 2.5px; }

.pagination .swiper-pagination-bullet {
  background-color: #777; }

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer; }

.swiper-active-switch {
  background: #fff; }

.onero-touch-slider-container:hover .arrow-right-o-slider {
  opacity: 0.8; }

.onero-touch-slider-container:hover .arrow-left-o-slider {
  opacity: 0.8; }

.swiper-container {
  height: auto;
  width: 100%; }

.slider-o-image {
  height: auto; }

.slider-o-content {
  padding: 45px 100px 0px 100px;
  position: absolute;
  top: 10%;
  left: 200px;
  right: 0; }
  @media screen and (max-width: 992px) {
    .slider-o-content {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) {
    .slider-o-content {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) {
    .slider-o-content {
      padding: 30px 15px 0px 15px; } }

.slider-o-content h2 {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px #c8c8c8;
  float: left;
  margin-top: 0;
  font-weight: 300;
  text-align: right; }

.slider-o-content p {
  font-size: 24px;
  color: #777;
  margin-bottom: 15px;
  width: 55%;
  text-shadow: 1px 0px 1px #c8c8c8;
  padding-left: 60px;
  float: left;
  margin: 0;
  font-weight: 100; }

@media screen and (max-width: 1200px) {
  .slider-o-content {
    padding: 45px 100px 0px 100px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; } }
  @media screen and (max-width: 1200px) and (max-width: 992px) {
    .slider-o-content {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 1200px) and (max-width: 768px) {
    .slider-o-content {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 1200px) and (max-width: 480px) {
    .slider-o-content {
      padding: 30px 15px 0px 15px; } }

@media screen and (max-width: 1200px) {
  .slider-o-content h2 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #c8c8c8;
    float: left;
    margin-top: 0;
    font-weight: 600;
    text-align: right; }

  .slider-o-content p {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    width: 40%;
    text-shadow: 1px 0px 1px #c8c8c8;
    padding-left: 20px;
    float: left;
    margin: 0;
    font-weight: 100; } }
@media screen and (max-width: 768px) {
  .slider-o-content {
    padding: 45px 100px 0px 100px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; } }
  @media screen and (max-width: 768px) and (max-width: 992px) {
    .slider-o-content {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .slider-o-content {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    .slider-o-content {
      padding: 30px 15px 0px 15px; } }

@media screen and (max-width: 768px) {
  .slider-o-content h2 {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #c8c8c8;
    float: left;
    margin-top: 0;
    font-weight: 600;
    text-align: right; }

  .slider-o-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    width: 40%;
    text-shadow: 1px 0px 1px #c8c8c8;
    padding-left: 20px;
    float: left;
    margin: 0;
    font-weight: 100; } }
@media screen and (max-width: 480px) {
  .slider-o-content {
    padding: 45px 100px 0px 100px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0; } }
  @media screen and (max-width: 480px) and (max-width: 992px) {
    .slider-o-content {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 480px) and (max-width: 768px) {
    .slider-o-content {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .slider-o-content {
      padding: 30px 15px 0px 15px; } }

@media screen and (max-width: 480px) {
  .slider-o-content h2 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #c8c8c8;
    float: left;
    margin-top: 0;
    font-weight: 600;
    text-align: right; }

  .slider-o-content p {
    font-size: 10px;
    color: #333;
    margin-bottom: 15px;
    width: 60%;
    text-shadow: 1px 0px 1px #c8c8c8;
    padding-left: 20px;
    float: left;
    margin: 0;
    font-weight: 100; } }
/*
@media screen and (max-width:1024px) {
	.onero-touch-slider-container {height:512px;}
	.swiper-container {height: 512px;}
	.slider-o-image{height:512px;}
}

@media screen and (max-width:992px) {
	.onero-touch-slider-container {height:395px;}
	.swiper-container {height: 395px;}
	.slider-o-image{height:395px;}
}
@media screen and (max-width:768px) {
	.onero-touch-slider-container {height:310px;}
	.swiper-container {height: 310px;}
	.slider-o-image{height:310px;}
    .slider-o-content{bottom: 30px;}
}
@media screen and (max-width:480px) {
	.onero-touch-slider-container {height:200px;}
	.swiper-container {height: 200px;}
	.slider-o-image{height:200px;}
    .slider-o-content{bottom: 20px;}
    .slider-o-content p{display: none;}
}
*/
/*Slider Content End*/
#map {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 1024px) {
    #map {
      width: 100%;
      height: 300px; } }
  @media screen and (max-width: 768px) {
    #map {
      width: 100%;
      height: 300px; } }
  @media screen and (max-width: 480px) {
    #map {
      width: 100%;
      height: 150px; } }

@media screen and (max-width: 480px) {
  .map-service {
    width: 100%;
    height: 150px;
    display: none; } }

.contact-map-container {
  padding: 40px; }

#mapsmall {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 1024px) {
    #mapsmall {
      width: 100%;
      height: 300px; } }
  @media screen and (max-width: 768px) {
    #mapsmall {
      width: 100%;
      height: 300px; } }
  @media screen and (max-width: 480px) {
    #mapsmall {
      width: 100%;
      height: 150px; } }

/*service*/
.container-service {
  padding: 50px 20%;
  float: left; }

.item-heading-service {
  color: #f26522;
  text-align: right;
  padding: 0;
  margin: 0; }

.item-heading-service-desc {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: silver;
  margin-top: 20px;
  font-size: 20px; }

.services-search-container {
  margin-top: 20px;
  margin-bottom: 50px; }

/*custom dropdown start*/
.dropdown-search {
  /* Size & position */
  position: relative;
  width: 100%;
  padding: 12px 15px;
  /* Styles */
  background: #fff;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: silver; }

.dropdown-search:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #f26522 transparent; }

.dropdown-search .dropdown {
  /* Size & position */
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -2px;
  right: -2px;
  /* Styles */
  background: #fff;
  border: 1px solid #f26522;
  border-top: 1px solid #f26522;
  border-bottom: 1px solid #f26522;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s  ease-in-out;
  -ms-transition: all 0.3s  ease-in-out;
  -o-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden; }

.dropdown-search .dropdown li {
  padding: 0 10px; }

.dropdown-search .dropdown li a {
  display: block;
  text-decoration: none;
  color: #f26522;
  padding: 15px 0; }

.dropdown-search .dropdown li:last-of-type a {
  border: none; }

.dropdown-search .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.dropdown-search .dropdown li:hover a {
  color: white; }

.dropdown-search .dropdown li:hover {
  background-color: #f26522; }

/* Active state */
.dropdown-search.active {
  box-shadow: none; }

.dropdown-search.active .dropdown {
  max-height: 400px; }

/*custom dropdown end*/
/*custom dropdown 2 start*/
.dropdown-search-2 {
  /* Size & position */
  position: relative;
  width: 100%;
  padding: 12px 15px;
  /* Styles */
  background: #fff;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: silver; }

.dropdown-search-2:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #f26522 transparent; }

.dropdown-search-2 .dropdown {
  /* Size & position */
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -2px;
  right: -2px;
  /* Styles */
  background: #fff;
  border: 1px solid #f26522;
  border-top: 1px solid #f26522;
  border-bottom: 1px solid #f26522;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s  ease-in-out;
  -ms-transition: all 0.3s  ease-in-out;
  -o-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden; }

.dropdown-search-2 .dropdown li {
  padding: 0 10px; }

.dropdown-search-2 .dropdown li a {
  display: block;
  text-decoration: none;
  color: #f26522;
  padding: 15px 0; }

.dropdown-search-2 .dropdown li:last-of-type a {
  border: none; }

.dropdown-search-2 .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle; }

/* Hover state */
.dropdown-search-2 .dropdown li:hover a {
  color: white; }

.dropdown-search-2 .dropdown li:hover {
  background-color: #f26522; }

/* Active state */
.dropdown-search-2.active {
  box-shadow: none; }

.dropdown-search-2.active .dropdown {
  max-height: 400px; }

/*custom dropdown 2 end*/
/*custom dropdown checkbox*/
.dropdown-search-cb {
  /* Size & position */
  position: relative;
  width: 100%;
  padding: 12px 15px;
  /* Styles */
  background: #fff;
  border-bottom: 2px solid #f26522;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: silver; }

.dropdown-search-cb:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #f26522 transparent; }

.dropdown-search-cb .dropdown {
  /* Size & position */
  position: absolute;
  z-index: 100;
  top: 100%;
  margin-top: 1px;
  /* border of wrapper */
  left: -2px;
  right: -2px;
  /* Styles */
  background: #fff;
  border: 1px solid #f26522;
  border-top: none;
  border-bottom: 2px solid #f26522;
  list-style: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s  ease-in-out;
  -ms-transition: all 0.3s  ease-in-out;
  -o-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out;
  /* Hiding */
  opacity: 0;
  pointer-events: none; }

.dropdown-search-cb .dropdown li {
  position: relative;
  /* Enable absolute positioning for checkboxes */
  color: silver;
  font-size: 12px; }
  .dropdown-search-cb .dropdown li input {
    opacity: 0; }

.dropdown-search-cb .dropdown li .opt {
  margin: 0px 10px; }

.dropdown-search-cb .dropdown li .opt-border {
  border-bottom: 1px solid #f26522;
  margin: 0px 10px; }

.dropdown-search-cb .dropdown li label {
  display: block;
  padding: 10px 10px 10px 0px;
  /* Same padding as the button */
  margin-bottom: 0px;
  font-weight: 400; }

.dropdown-search-cb .dropdown li:last-of-type label {
  border: none; }

.dropdown-search-cb .dropdown li input {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -8px; }

/* Hover state */
.dropdown-search-cb .dropdown li:hover {
  background: #f26522;
  color: white; }

/* Checked state */
.dropdown-search-cb .dropdown li input:checked ~ label {
  color: #f26522;
  font-weight: 600; }
  .dropdown-search-cb .dropdown li input:checked ~ label:hover {
    color: white; }

.dropdown-search-cb.active:after {
  border-width: 0 6px 6px 6px; }

.dropdown-search-cb.active .dropdown {
  opacity: 1;
  pointer-events: auto; }

/*custom dropdown checkbox end*/
.services-search {
  border: none;
  border-bottom: 2px solid #f26522;
  padding: 12px 15px;
  width: 90%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  margin-right: 0; }

.services-search:focus {
  outline: none; }

.services-search-btn {
  background-color: #f26522;
  border: 2px solid #f26522;
  color: white;
  height: 46px;
  width: 46px;
  float: left; }

.services-search-box {
  padding-left: 15px; }

.services-result-container h2 {
  text-align: center;
  font-size: 20px;
  color: grey;
  margin-bottom: 50px;
  margin-top: 0px; }
.services-result-container .result-list {
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
  height: 100px; }
.services-result-container .result-list .item-head p {
  font-size: 20px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  color: grey; }
  @media screen and (max-width: 1024px) {
    .services-result-container .result-list .item-head p {
      font-size: 14px; } }
.services-result-container .result-list .item-body {
  font-size: 10px;
  padding-left: 10px;
  color: grey; }
.services-result-container .result-list img {
  margin-top: 5px; }

.services-search-product {
  border: none;
  border-bottom: 2px solid #f26522;
  padding: 12px 15px;
  width: 90%;
  margin-bottom: 20px;
  float: left;
  border-radius: 0px; }
  .services-search-product:focus {
    outline: none; }

@media screen and (max-width: 1360px) {
  .services-search {
    padding: 12px 15px;
    width: 85%; }

  .services-search-product {
    padding: 12px 15px;
    width: 85%;
    margin-bottom: 20px;
    float: left;
    border-radius: 0px; } }
@media screen and (max-width: 850px) {
  .container-service {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 800px) {
  .services-search {
    padding: 12px 15px;
    width: 80%;
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  .dropdown-search {
    margin-bottom: 0px;
    width: 95%; }

  .container-service {
    padding: 50px 10%;
    float: left; }

  .item-heading-service {
    color: #f26522;
    text-align: left;
    padding-left: 15px; }

  .services-search {
    padding: 12px 15px;
    width: 85%;
    margin-bottom: 20px; }

  .services-search-product {
    padding: 12px 15px;
    width: 70%;
    margin-bottom: 20px;
    float: left; }

  .news-search-sm {
    width: 80%; }

  .services-search-box {
    padding: 0px; }

  .services-result-container .result-list {
    padding-right: 50px;
    margin-bottom: 50px;
    float: left;
    height: 50px; } }
@media screen and (max-width: 765px) {
  .dropdown-search {
    margin-bottom: 0px;
    width: 100%; }

  .services-search {
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 20px; }

  .services-search-btn {
    background-color: #f26522;
    color: white;
    margin-left: 0px; }

  .services-search-product {
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    border-radius: 0px; } }
@media screen and (max-width: 480px) {
  .container-service {
    padding: 50px 5%;
    float: left; }

  .services-search {
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 20px; }

  .services-search-btn {
    background-color: #f26522;
    color: white;
    height: 48px;
    width: 100%;
    margin-left: 0px; }

  .services-result-container .result-list {
    padding-right: 50px;
    margin-bottom: 5px;
    float: left;
    height: 80px; }

  .dropdown-search {
    margin-bottom: 0px;
    width: 100%; } }
.loc-list .result-list {
  display: none; }

.loc-list .result-list:nth-child(-n+7) {
  display: block; }

.loc-list-show .result-list {
  display: block; }

.loadMore {
  cursor: pointer; }

.loadMore2 {
  cursor: pointer; }

#showLess {
  color: red;
  cursor: pointer; }

#showLess:hover {
  color: black; }

.common-btn {
  padding: 5px 20px;
  background: #f26522;
  border: none;
  color: white;
  transition: all ease-in-out 400ms; }

.common-btn:hover {
  background: #ed560e; }

.common-btn:focus {
  outline: none; }

.item-heading-faq {
  color: #f26522;
  text-align: right;
  padding: 0;
  margin: 0;
  margin-top: 15px; }
  @media screen and (max-width: 768px) {
    .item-heading-faq {
      text-align: left;
      padding: 0px 15px; } }

.item-heading-faq-desc {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: silver;
  font-size: 20px; }

/*FAQ*/
.container-faq {
  padding: 50px 20%;
  float: left; }

.faq-result-container .result-list {
  padding-right: 50px;
  float: left;
  height: 100px; }
  .faq-result-container .result-list .item-img {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px; }
  .faq-result-container .result-list .item-desc {
    padding-left: 50px; }
    .faq-result-container .result-list .item-desc .item-head p {
      font-size: 16px;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      color: silver;
      font-weight: 800;
      transition: all ease-in-out 100ms; }
      @media screen and (max-width: 768px) {
        .faq-result-container .result-list .item-desc .item-head p {
          font-size: 10px; } }
    .faq-result-container .result-list .item-desc:hover .item-head p {
      margin: 0;
      padding: 0;
      padding-left: 10px;
      color: #f26522;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .faq-result-container .result-list .item-desc:hover .item-head p {
          font-size: 10px; } }
    .faq-result-container .result-list .item-desc .item-body {
      font-size: 12px;
      padding-left: 10px;
      color: grey; }
  .faq-result-container .result-list .img {
    margin-top: 5px;
    width: 100%; }

.faq-detail-container .result-list {
  float: left;
  padding-bottom: 10px; }
.faq-detail-container .result-list {
  margin-bottom: 50px;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .faq-detail-container .result-list:hover {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
  .faq-detail-container .result-list .item-img {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px; }
  .faq-detail-container .result-list .item-desc .item-head p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #f26522;
    font-weight: 800;
    transition: all ease-in-out 100ms;
    margin-bottom: 10px; }
    .faq-detail-container .result-list .item-desc .item-head p i {
      font-size: 10px;
      background: #f26522;
      padding: 3px 5px;
      margin-right: 10px;
      border-radius: 100%;
      color: white; }
  .faq-detail-container .result-list .item-desc:hover .item-head p {
    color: #f26522;
    cursor: pointer; }
  .faq-detail-container .result-list .item-desc .item-body {
    font-size: 14px;
    padding-left: 12px;
    color: black; }
	
  .faq-detail-container .result-list .img {
    margin-top: 5px;
    width: 100%; }

#faq-Modal .modal-content {
  border-radius: 0px;
  padding: 0px 50px; }
  @media screen and (max-width: 480px) {
    #faq-Modal .modal-content {
      padding: 0px 10px; } }
  #faq-Modal .modal-content .modal-header {
    padding: 20px 0px;
    border: none;
    margin-bottom: 20px; }
    #faq-Modal .modal-content .modal-header h4 {
      padding-right: 40px; }
    #faq-Modal .modal-content .modal-header .modal-title {
      color: #f26522;
      font-weight: 600; }
      #faq-Modal .modal-content .modal-header .modal-title i {
        font-size: 10px;
        background: #f26522;
        padding: 3px 5px;
        margin-right: 10px;
        border-radius: 100%;
        color: white; }
  #faq-Modal .modal-content .modal-body {
    height: 300px;
    overflow-y: scroll;
    color: silver;
    margin-bottom: 50px; }
  #faq-Modal .modal-content .modal-footer {
    border: none;
    padding-bottom: 20px; }

.common-modal .modal-content {
  border-radius: 0px;
  padding: 0px 50px; }
  @media screen and (max-width: 480px) {
    .common-modal .modal-content {
      padding: 0px 10px; } }
  .common-modal .modal-content .modal-header {
    padding: 20px 0px;
    border: none;
    margin-bottom: 10px;
    margin-top: 20px; }
    .common-modal .modal-content .modal-header h4 {
      padding-right: 40px; }
    .common-modal .modal-content .modal-header .modal-title {
      color: #f26522;
      font-weight: 600;
      padding-left: 15px; }
      .common-modal .modal-content .modal-header .modal-title i {
        font-size: 10px;
        background: #f26522;
        padding: 3px 5px;
        margin-right: 10px;
        border-radius: 100%;
        color: white; }
  .common-modal .modal-content .modal-body {
    height: 300px;
    overflow-y: scroll;
    color: silver;
    margin-bottom: 50px; }
  .common-modal .modal-content .modal-footer {
    border: none;
    padding-bottom: 20px; }

.e-btn {
  background: #f26522;
  color: white;
  border-radius: 0px; }
  .e-btn:focus {
    color: white; }
  .e-btn:hover {
    color: white;
    background-color: #ed560e; }

@media screen and (max-width: 938px) {
  .container-faq {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 768px) {
  .container-faq {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 480px) {
  .container-faq {
    padding: 50px 5%;
    float: left; } }
/*NEWS*/
.container-news {
  padding: 50px 20%;
  float: left; }

.item-heading-news {
  color: #f26522;
  text-align: right;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .item-heading-news {
      text-align: left;
      padding: 0px 15px; } }

.item-heading-news-desc {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #999999;
  font-size: 20px; }

.news-search-container {
  margin-top: 20px;
  margin-bottom: 20px; }

.news-result-container .result-list {
  float: left;
  height: 150px;
  margin-bottom: 20px; }
@media screen and (max-width: 480px) {
  .news-result-container .result-list {
    padding: 0; } }
.news-result-container .result-list .item-img {
  height: 150px;
  width: 30%;
  float: left; }
  @media screen and (max-width: 480px) {
    .news-result-container .result-list .item-img {
      width: 100%;
      float: none;
      height: 200px;
      margin: 0;
      display: none; } }
.news-result-container .result-list .item-desc {
  float: left;
  padding: 0px 20px;
  border: solid 2px #f26522;
  border-left: none;
  width: 70%;
  line-height: 146px; }
  @media screen and (max-width: 480px) {
    .news-result-container .result-list .item-desc {
      width: 100%;
      margin: 0;
      border: solid 2px #f26522; } }
  .news-result-container .result-list .item-desc .item-head p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #f26522;
    font-weight: 600;
    transition: all ease-in-out 100ms;
    line-height: auto; }
    @media screen and (max-width: 480px) {
      .news-result-container .result-list .item-desc .item-head p {
        font-size: 12px; } }
  .news-result-container .result-list .item-desc:hover .item-head p {
    color: #f26522;
    cursor: pointer; }
  .news-result-container .result-list .item-desc .item-body {
    font-size: 12px;
    padding-left: 10px;
    color: grey;
    font-size: 12px;
    padding-top: 10px; }
  .news-result-container .result-list .item-desc .item-body {
    color: silver; }
  .news-result-container .result-list .item-desc .item-body span {
    color: #f26522;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 20px; }
.news-result-container .result-list .read-news {
  white-space: pre-line;
  text-align: center;
  width: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0px;
  background: #f26522;
  opacity: 0;
  transition: all ease-in-out 400ms;
  color: white;
  padding-top: 15px;
  font-weight: 800; }
.news-result-container .result-list:hover .read-news {
  width: 50px;
  background: #f26522;
  opacity: 1; }

.container-n-news {
  padding: 20px 10%; }
  @media screen and (max-width: 938px) {
    .container-n-news {
      padding: 10px 10%;
      float: left; } }
  @media screen and (max-width: 768px) {
    .container-n-news {
      padding: 20px 10%;
      float: left;
      padding-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .container-n-news {
      padding: 20px 5%;
      float: left; } }

.news-result-n .result-list {
  float: left;
  height: 150px;
  margin-bottom: 20px; }
.news-result-n .result-list {
  border-bottom: 1px solid rgba(192, 192, 192, 0.4); }
  @media screen and (max-width: 480px) {
    .news-result-n .result-list {
      padding: 0; } }
  .news-result-n .result-list .img-container {
    padding: 5px 0px; }
  .news-result-n .result-list .item-img {
    height: 125px;
    width: 20%;
    float: left; }
    @media screen and (max-width: 768px) {
      .news-result-n .result-list .item-img {
        width: 30%; } }
    @media screen and (max-width: 480px) {
      .news-result-n .result-list .item-img {
        width: 100%;
        float: none;
        height: 200px;
        margin: 0;
        display: none; } }
  .news-result-n .result-list .item-desc {
    float: left;
    padding: 0px 20px;
    border-left: none;
    width: 70%;
    line-height: 121px; }
    @media screen and (max-width: 480px) {
      .news-result-n .result-list .item-desc {
        width: 100%;
        margin: 0;
        border: solid 2px #f26522; } }
    .news-result-n .result-list .item-desc .item-head p {
      font-size: 18px;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      color: black;
      font-weight: 400;
      transition: all ease-in-out 100ms;
      line-height: auto; }
      @media screen and (max-width: 480px) {
        .news-result-n .result-list .item-desc .item-head p {
          font-size: 12px; } }
    .news-result-n .result-list .item-desc:hover .item-head p {
      color: #f26522;
      cursor: pointer; }
    .news-result-n .result-list .item-desc .item-body {
      font-size: 10px;
      padding-left: 10px;
      color: grey;
      padding-top: 5px; }
    .news-result-n .result-list .item-desc .item-body {
      color: silver; }
      .news-result-n .result-list .item-desc .item-body .item-link {
        color: #f26522;
        text-decoration: underline;
        font-weight: 600; }
    .news-result-n .result-list .item-desc .item-body span {
      color: silver;
      font-weight: 400;
      padding-left: 5px;
      padding-right: 20px; }
  .news-result-n .result-list .read-news {
    white-space: pre-line;
    text-align: center;
    width: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    background: #f26522;
    opacity: 0;
    transition: all ease-in-out 400ms;
    color: white;
    padding-top: 15px;
    font-weight: 800; }
  .news-result-n .result-list:hover .read-news {
    width: 50px;
    background: #f26522;
    opacity: 1; }

.vertical-o-allign {
  display: inline-block;
  vertical-align: middle;
  line-height: normal; }

.vertical-o-allign p {
  line-height: 1.5em; }

@media screen and (max-width: 938px) {
  .container-news {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 768px) {
  .container-news {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 480px) {
  .container-news {
    padding: 50px 5%;
    float: left; } }
/*PAGINATION*/
.pagination-container {
  padding: 50px 50px; }

.pagination {
  height: 36px;
  margin: 18px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination li {
  display: inline; }

.pagination a {
  margin: 0px 5px;
  float: left;
  padding: 0 3px;
  width: 40px;
  line-height: 34px;
  text-decoration: none;
  border: 2px solid #f26522;
  color: #f26522;
  transition: all ease-in-out 200ms; }
  @media screen and (max-width: 400px) {
    .pagination a {
      width: 25px;
      line-height: 25px;
      font-size: 10px; } }

.pagination a:hover,
.pagination .active a {
  background-color: #f26522;
  color: white; }

.pagination .active a {
  background-color: #f26522;
  color: white;
  cursor: default; }

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #f26522;
  background-color: transparent;
  cursor: default; }

.pagination li:first-child a {
  border: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.pagination li:first-child a:hover {
  background: none;
  color: #ed560e; }

.pagination li:last-child a {
  border: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.pagination li:last-child a {
  background: none;
  color: #ed560e; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.container-about {
  padding: 50px 7%;
  float: left; }

.row-wrapper {
  border: 2px solid #f26522; }

.about-content-row {
  height: 400px; }
  .about-content-row .about-img {
    height: 400px; }
  .about-content-row .about-content {
    border: 2px solid white;
    line-height: 396px;
    padding: 0px 50px; }
    .about-content-row .about-content p {
      float: left; }
    .about-content-row .about-content a:focus {
      outline: none; }
    .about-content-row .about-content .link-more {
      color: #f26522;
      margin-bottom: 20px; }
    .about-content-row .about-content h3 {
      color: #f26522;
      margin-bottom: 20px;
      font-weight: 800; }
    @media screen and (max-width: 1025px) {
      .about-content-row .about-content {
        overflow-y: scroll;
        height: 400px; }
        .about-content-row .about-content .e-btn {
          margin-bottom: 20px;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .about-content-row .about-content {
        overflow-y: scroll;
        height: 400px; }
        .about-content-row .about-content .e-btn {
          margin-bottom: 20px;
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .about-content-row .about-content {
        overflow-y: visible;
        height: auto;
        padding-bottom: 30px; }
        .about-content-row .about-content .e-btn {
          margin-bottom: 20px;
          width: 100%; } }
  .about-content-row:nth-child(even) .about-img {
    float: right; }
  .about-content-row:nth-child(even) .about-content {
    text-align: right; }

.container-support {
  padding: 50px 20%;
  float: left; }

.item-heading-support {
  color: #f26522;
  text-align: right;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .item-heading-support {
      text-align: right;
      padding: 0px 15px;
      font-size: 28px;
      padding-top: 10px; } }
  @media screen and (max-width: 768px) {
    .item-heading-support {
      text-align: left; } }

.item-heading-support-desc {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: silver;
  font-size: 20px;
  margin-top: 10px; }

.support-result-container h3 {
  color: #f26522;
  font-weight: 600px; }
.support-result-container h3 span {
  border-bottom: 2px solid #f26522;
  padding-bottom: 5px; }
.support-result-container .result-list {
  padding-right: 50px;
  float: left;
  height: 100px; }
.support-result-container .result-list .item-img {
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  float: left;
  padding: 10px 10px; }
.support-result-container .result-list .item-desc {
  padding-left: 50px; }
  .support-result-container .result-list .item-desc .item-head p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: silver;
    font-weight: 800;
    transition: all ease-in-out 100ms; }
  .support-result-container .result-list .item-desc:hover .item-head p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #f26522;
    cursor: pointer; }
  .support-result-container .result-list .item-desc .item-body {
    font-size: 12px;
    padding-left: 10px;
    color: grey; }
.support-result-container .result-list .img {
  margin-top: 5px;
  width: 100%; }

.support-download {
  padding: 20px 0px; }
  .support-download h3 {
    margin-bottom: 20px; }

.support-content h3 {
  margin-bottom: 20px; }

.firmware p {
  float: left;
  margin-right: 20px;
  font-size: 12px;
  color: silver;
  padding-right: 20px; }
  .firmware p span {
    color: #f26522; }
    .firmware p span:hover {
      cursor: pointer; }
  .firmware p a {
    text-decoration: none;
    color: silver;
    transition: all ease-in-out 400ms; }
    .firmware p a:hover {
      color: grey; }

@media screen and (max-width: 938px) {
  .container-support {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 768px) {
  .container-support {
    padding: 50px 10%;
    float: left; } }
@media screen and (max-width: 480px) {
  .container-support {
    padding: 50px 5%;
    float: left; } }
.container-about {
  padding: 50px 7%;
  float: left; }

.career-content-row {
  height: 400px; }
  .career-content-row .e-btn {
    background: #f26522;
    color: white; }
  .career-content-row .about-img {
    height: 400px; }
  .career-content-row .about-content {
    border: 2px solid white;
    line-height: 396px;
    padding: 0px 50px; }
    .career-content-row .about-content p {
      float: left; }
    .career-content-row .about-content a:focus {
      outline: none; }
    .career-content-row .about-content .link-more {
      color: #f26522;
      margin-bottom: 20px; }
    .career-content-row .about-content h3 {
      margin-bottom: 20px;
      font-weight: 800;
      color: #f26522; }
    @media screen and (max-width: 1025px) {
      .career-content-row .about-content {
        overflow-y: scroll;
        height: 400px; }
        .career-content-row .about-content .e-btn {
          margin-bottom: 20px;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .career-content-row .about-content {
        overflow-y: scroll;
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .career-content-row .about-content {
        overflow-y: visible;
        height: auto;
        padding-bottom: 30px; }
        .career-content-row .about-content .e-btn {
          width: 100%; } }
  .career-content-row:nth-child(even) .about-img {
    float: right; }
  .career-content-row:nth-child(even) .about-content {
    text-align: right; }

.career-search {
  border: 2px solid #f26522;
  padding: 12px 15px;
  width: 85%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  margin-right: 0; }
  @media screen and (max-width: 1278px) {
    .career-search {
      width: 80%; } }
  @media screen and (max-width: 1000px) {
    .career-search {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .career-search {
      width: 100%;
      margin-bottom: 20px; } }

.career-search:focus {
  outline: none; }

.detail-Modal .modal-content {
  border-radius: 0px;
  padding: 0px 50px; }
  @media screen and (max-width: 480px) {
    .detail-Modal .modal-content {
      padding: 0px 10px; } }
  .detail-Modal .modal-content .modal-header {
    padding: 20px 0px;
    border: none;
    margin-bottom: 20px; }
    .detail-Modal .modal-content .modal-header img {
      height: 40px;
      padding-left: 15px;
      margin-right: 20px; }
    .detail-Modal .modal-content .modal-header h4 {
      padding-right: 40px; }
    .detail-Modal .modal-content .modal-header p {
      color: #f26522; }
    .detail-Modal .modal-content .modal-header .modal-title {
      color: silver;
      font-weight: 800; }
      .detail-Modal .modal-content .modal-header .modal-title i {
        font-size: 10px;
        background: #f26522;
        margin-right: 10px;
        border-radius: 100%;
        color: white; }
  .detail-Modal .modal-content .modal-body {
    height: 300px;
    overflow-y: scroll;
    color: silver;
    margin-bottom: 50px; }
  .detail-Modal .modal-content .modal-footer {
    border: none;
    padding-bottom: 20px; }

.item-heading-contact {
  color: #f26522;
  text-align: right;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .item-heading-contact {
      text-align: left;
      padding: 0px 15px; } }

.item-heading-contact-desc {
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: silver;
  font-size: 20px; }

.contact-container {
  padding: 0;
  padding-top: 50px; }
  .contact-container .common-input {
    margin-bottom: 20px; }
  .contact-container textarea {
    resize: vertical; }
  .contact-container .contact-content {
    font-size: 12px;
    color: silver;
    float: left; }
    .contact-container .contact-content i {
      border-radius: 50%;
      color: #f26522;
      padding: 10px;
      font-size: 20px; }

#subyek {
  margin: 0px;
  border-bottom: none !important; }

.common-input {
  border: 2px solid #f26522;
  padding: 12px 15px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  margin-right: 0; }

.common-input:focus {
  outline: none; }

.container-compare {
  padding: 50px 20%;
  float: left; }
  @media screen and (max-width: 990px) {
    .container-compare {
      padding: 50px 5%;
      float: left; } }
  @media screen and (max-width: 768px) {
    .container-compare {
      padding: 50px 10%;
      float: left; } }
  @media screen and (max-width: 480px) {
    .container-compare {
      padding: 50px 5%;
      float: left; } }

.compare-container {
  padding: 0;
  padding-top: 50px; }
  .compare-container .compare-item-container {
    padding: 0px 20px; }
    @media screen and (max-width: 480px) {
      .compare-container .compare-item-container {
        padding: 5px; } }
    .compare-container .compare-item-container .compare-item {
      height: 350px;
      width: 100%;
      text-align: center;
      padding: 0;
      padding: 25px 0px;
      webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
      .compare-container .compare-item-container .compare-item img {
        width: 100%;
        display: inline-block; }
      .compare-container .compare-item-container .compare-item a:focus {
        outline: none; }
      .compare-container .compare-item-container .compare-item p {
        margin-top: 20px;
        color: #f26522;
        font-weight: 600; }
      .compare-container .compare-item-container .compare-item .common-btn {
        margin-bottom: 10px;
        width: 150px;
        font-size: 10px; }
        @media screen and (max-width: 1024px) {
          .compare-container .compare-item-container .compare-item .common-btn {
            width: 80%; } }
        @media screen and (max-width: 480px) {
          .compare-container .compare-item-container .compare-item .common-btn {
            width: 80%; } }
      .compare-container .compare-item-container .compare-item i {
        font-size: 48px;
        color: #f26522;
        padding: 100px 0px; }
        @media screen and (max-width: 1024px) {
          .compare-container .compare-item-container .compare-item i {
            padding: 84px 0px; } }
      @media screen and (max-width: 1024px) {
        .compare-container .compare-item-container .compare-item {
          height: auto; } }
  .compare-container textarea {
    resize: vertical; }
  .compare-container .contact-content {
    font-size: 12px;
    color: silver;
    float: left; }
    .compare-container .contact-content i {
      border-radius: 50%;
      color: #f26522;
      padding: 10px;
      font-size: 20px; }

.container-comparison {
  padding: 0px 80px;
  padding-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .container-comparison {
      padding: 0px 15px; } }
  .container-comparison .table tr td {
    border: none !important;
    padding-left: 0px; }
  .container-comparison .table th {
    padding-left: 0px; }
  .container-comparison .table > thead > tr > th {
    border-top: none; }

.comparison-table {
  color: grey; }
  .comparison-table tr {
    border: none; }
    .comparison-table tr:hover {
      background-color: rgba(224, 224, 224, 0.1); }
    @media screen and (max-width: 768px) {
      .comparison-table tr:hover {
        background-color: white; } }
  .comparison-table th {
    color: #f26522;
    padding-left: 0px; }
    .comparison-table th:hover {
      background-color: white; }
  .comparison-table .compare-param a {
    text-decoration: none;
    cursor: pointer; }
  .comparison-table .compare-label {
    width: 20%; }
  .comparison-table .compare-mobile-view {
    float: left;
    width: 30%; }
  .comparison-table .compare-panel-title {
    display: none;
    background: #f2f2f2;
    color: #333333;
    font-size: 26px;
    line-height: 60px;
    padding-left: 0.75rem;
    margin-bottom: 10px; }
  .comparison-table .compare-mobile-view {
    display: block; }
  .comparison-table .compare-mobile-view label {
    display: none; }
  .comparison-table .text-plus {
    position: relative;
    float: right;
    top: 22px;
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    display: block; }
  .comparison-table .text-minus {
    position: relative;
    float: right;
    top: 22px;
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    display: none; }
  .comparison-table .collapse-mobile {
    display: block;
    visibility: visible; }
  @media screen and (max-width: 768px) {
    .comparison-table th {
      display: none; }
    .comparison-table .compare-label {
      display: none; }
    .comparison-table .compare-panel-title {
      display: block; }
    .comparison-table .compare-mobile-view {
      float: left;
      width: 100%; }
    .comparison-table .compare-mobile-view label {
      display: block; } }

.breadcrumb-o {
  position: relative;
  float: left;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 300; }
  .breadcrumb-o a {
    float: left;
    color: #777; }
    .breadcrumb-o a:after {
      float: left;
      content: "/";
      margin: 0px 5px;
	  color: #999999; }
    .breadcrumb-o a:first-child:after {
      content: none; }
    .breadcrumb-o a:hover {
      cursor: pointer; }
  .breadcrumb-o i {
    margin: 0px 3px; }

.product-list-container {
  padding: 0;
  padding-top: 50px; }
  .product-list-container .common-list {
    text-align: right;
    padding-bottom: 20px; }
    .product-list-container .common-list .see-more {
      color: #f26522; }
  .product-list-container .item-heading-separator {
    background-color: #f26522;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 10px 0px;
    margin-bottom: 60px; }
  .product-list-container .product-list-item-container {
    padding: 0px 20px; }
    @media screen and (max-width: 480px) {
      .product-list-container .product-list-item-container {
        padding: 5px; } }
    .product-list-container .product-list-item-container .product-list-item {
      height: auto;
      width: 100%;
      text-align: center;
      padding: 0;
      padding: 25px 0px;
      margin-bottom: 40px;
      webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
      .product-list-container .product-list-item-container .product-list-item .item-group {
        position: absolute;
        top: 25px;
        right: 10%;
        width: 20px;
        transition: all ease-in-out 400ms;
        opacity: 0; }
        .product-list-container .product-list-item-container .product-list-item .item-group button {
          margin-bottom: 10px;
          width: 15px;
          height: 15px; }
        @media screen and (max-width: 768px) {
          .product-list-container .product-list-item-container .product-list-item .item-group {
            opacity: 1; } }
      .product-list-container .product-list-item-container .product-list-item img {
        display: inline-block;
        width: 100%; }
      .product-list-container .product-list-item-container .product-list-item .item-content {
        font-size: 10px;
        font-weight: 300;
        margin-top: 0px;
        padding: 0px 5px;
        height: 30px; }
      .product-list-container .product-list-item-container .product-list-item p {
        margin-top: 20px;
        color: #black;
        font-weight: 600; }
      .product-list-container .product-list-item-container .product-list-item:hover {
        webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
      .product-list-container .product-list-item-container .product-list-item:hover .item-group {
        opacity: 1; }
      .product-list-container .product-list-item-container .product-list-item:hover p {
        color: #f26522; }
      .product-list-container .product-list-item-container .product-list-item:hover p {
        color: #a2a2a2; }
      .product-list-container .product-list-item-container .product-list-item:hover .common-btn {
        margin-bottom: 10px;
        font-size: 10px; }
      .product-list-container .product-list-item-container .product-list-item i {
        font-size: 48px;
        color: #f26522;
        padding: 100px 0px; }
      @media screen and (max-width: 768px) {
        .product-list-container .product-list-item-container .product-list-item {
          height: auto; } }
      .product-list-container .product-list-item-container .product-list-item a {
        text-decoration: none; }
      .product-list-container .product-list-item-container .product-list-item .common-btn {
        margin-bottom: 10px;
		margin-top: 10px;
        width: 150px;
		padding:10px;
        font-size: 12px;
		background-color: #a2a2a2; }
        @media screen and (max-width: 768px) {
          .product-list-container .product-list-item-container .product-list-item .common-btn {
            width: 80%; } }
        .product-list-container .product-list-item-container .product-list-item .common-btn:hover {
          background-color: #f26522; }
          @media screen and (max-width: 480px) {
            .product-list-container .product-list-item-container .product-list-item .common-btn:hover {
              width: 80%; } }
        @media screen and (max-width: 480px) {
          .product-list-container .product-list-item-container .product-list-item .common-btn {
            width: 80%; } }
        .product-list-container .product-list-item-container .product-list-item .common-btn:hover {
          background-color: #f26522; }
          @media screen and (max-width: 480px) {
            .product-list-container .product-list-item-container .product-list-item .common-btn:hover {
              width: 80%; } }
  .product-list-container textarea {
    resize: vertical; }
  .product-list-container .contact-content {
    font-size: 12px;
    color: silver;
    float: left; }
    .product-list-container .contact-content i {
      border-radius: 50%;
      color: #f26522;
      padding: 10px;
      font-size: 20px; }

#product-slider .swiper-slide #p-mobile {
  display: none; }
@media screen and (max-width: 768px) {
  #product-slider .swiper-slide #p-desktop {
    display: none; }
  #product-slider .swiper-slide #p-mobile {
    display: block; } }

.dev-item-container {
  padding: 2px 2px; }

.dev-item {
  padding: 5px 10px;
  max-height: 30px;
  overflow: hidden; }
  .dev-item:hover {
    background-color: #f26522;
    color: white;
    cursor: pointer; }
  .dev-item.active {
    background-color: #f26522;
    color: white; }

/*result container*/
.search-result-container .result-list {
  float: left;
  height: 100px;
  margin-bottom: 50px; }
  .search-result-container .result-list .item-img {
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 10px 10px; }
  .search-result-container .result-list .item-desc .item-head p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: silver;
    font-weight: 800;
    transition: all ease-in-out 100ms; }
  .search-result-container .result-list .item-desc:hover .item-head p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    color: #f26522;
    cursor: pointer; }
  .search-result-container .result-list .item-desc .item-body {
    font-size: 12px;
    padding-left: 10px;
    color: grey; }
  .search-result-container .result-list .img {
    margin-top: 5px;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .search-result-container .result-list {
      height: auto; } }
.search-result-container a {
  padding: 0px;
  float: left; }

.search-result-nav a {
  color: grey; }
  .search-result-nav a:hover {
    background: white !important;
    color: black; }
.search-result-nav a.active {
  color: #f26522;
  border-bottom: 2px solid #f26522; }

.container-search {
  padding: 0px 20%;
  float: left;
  padding-bottom: 50px; }
  @media screen and (max-width: 938px) {
    .container-search {
      padding: 10px 10%;
      float: left; } }
  @media screen and (max-width: 768px) {
    .container-search {
      padding: 10px 10%;
      float: left; } }
  @media screen and (max-width: 480px) {
    .container-search {
      padding: 10px 5%;
      float: left; } }

.container-contact {
  padding: 40px; }
  @media screen and (max-width: 938px) {
    .container-contact {
      padding: 10px 10%;
      float: left; } }
  @media screen and (max-width: 768px) {
    .container-contact {
      padding: 20px 10%;
      float: left;
      padding-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .container-contact {
      padding: 20px 5%;
      float: left; } }

.contact-map-container {
  padding: 50px;
  float: left; }
  @media screen and (max-width: 938px) {
    .contact-map-container {
      padding: 10px 10%;
      float: left; } }
  @media screen and (max-width: 768px) {
    .contact-map-container {
      padding: 20px;
      float: left; } }
  @media screen and (max-width: 480px) {
    .contact-map-container {
      padding: 20px; } }

.orange-link {
color: #ff6600;
background: #ffffff none repeat scroll 0 0;
box-shadow: 3px 3px 3px; 
text-decoration: none;
padding: 5px 10px;
font-weight: bold;
  }
  .orange-link:hover {
  color: #ff6600;}

.error_label {
  margin-top: 20px;
  background: #e74c3c;
  padding: 15px;
  border: 2px solid #d13737; }
  .error_label p {
    font-weight: 400;
    color: white; }
    .error_label p label {
      font-weight: 300;
      color: white; }

.section-title {
  margin: 0 0 30px 0;
  text-align: center; }

.top-container {
  position: relative;
  float: left;
  width: 100%;
  height: 93vh;
  min-height: 600px; }

.top-left-container {
  position: relative;
  float: left;
  width: 100%;
  width: 65%;
  height: 100%;
  background: #ffffff;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 50%, #c8c8c8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #c8c8c8));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 50%, #c8c8c8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 50%, #c8c8c8 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 50%, #c8c8c8 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 50%, #c8c8c8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/*Owl Thumbnail Start*/
.slider-phone-container {
  position: relative;
  float: left;
  width: 100%;
  height: 100%; }

.slide-cont {
  width: 75%;
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .slide-cont {
      width: 100%; } }

.owl-carousel .owl-slide {
  width: 100%; }

.owl-carousel .owl-controls .owl-dot {
  float: left;
  background-size: cover;
  margin-top: 10px; }

.owl-dots {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0px; }

.owl-carousel .owl-controls .owl-dot {
  float: none;
  display: inline-block;
  width: 10%; }

.owl-carousel .owl-item {
  float: left;
  width: 100%;
  text-align: center; }
  .owl-carousel .owl-item img {
    margin-top: 45px;
    width: 65% !important;
    display: inline-block !important; }

/*Owl Thumbnail End*/
.top-right-container {
  webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background-color: #fff; }

/*Overview Spec Start*/
.overview-desc-container {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 20px 15px 20px;
  color: #777;
  border-bottom: 1px solid #f0f0f0; }
  .overview-desc-container .item-title {
    font-size: 24px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #f26522; }
  .overview-desc-container .item-desc {
    font-weight: 300; }
  .overview-desc-container .video-link {
    color: #f26522;
    float: left;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px; }

.overview-color-container {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px 20px;
  border-bottom: 1px solid #f0f0f0; }
  .overview-color-container li {
    float: left;
    padding: 0px 0px 15px 0px;
    margin-right: 5px; }
    .overview-color-container li .color-picker {
      float: left;
      width: 30px;
      height: 30px;
      border: none;
      border: 1px solid #f0f0f0; }

.overview-spec-container {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px; }
  .overview-spec-container li {
    position: relative;
    float: left;
    width: 100%;
    width: 50%;
    padding: 15px 15px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0; }
    .overview-spec-container li .icon {
      float: left;
      width: 25%;
      -webkit-filter: grayscale(1);
      /* Webkit */
      filter: gray;
      /* IE6-9 */
      filter: grayscale(1);
      /* W3C */ }
    .overview-spec-container li .detail {
      float: left;
      width: 75%;
      padding: 0px 10px; }
    .overview-spec-container li .spec-value {
      position: relative;
      float: left;
      width: 100%;
      font-size: 18px;
      color: #777; }
    .overview-spec-container li .spec-unit {
      position: relative;
      float: left;
      width: 100%;
      font-size: 10px;
      color: #777;
      text-transform: uppercase; }
    @media screen and (max-width: 992px) {
      .overview-spec-container li {
        width: 33.3%; } }
    @media screen and (max-width: 768px) {
      .overview-spec-container li {
        width: 50%; }
        .overview-spec-container li .icon {
          width: 15%; }
        .overview-spec-container li .spec-value {
          font-size: 12px; }
        .overview-spec-container li .spec-unit {
          font-size: 8px; } }
    @media screen and (max-width: 480px) {
      .overview-spec-container li {
        width: 50%;
        padding: 10px; }
        .overview-spec-container li .icon {
          display: block; }
        .overview-spec-container li .spec-value {
          margin-top: 0px; } }
    @media screen and (max-width: 320px) {
      .overview-spec-container li {
        width: 100%; } }

.btn-product-cart {
  position: relative;
  float: left;
  width: 100%;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #f26522;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-weight: 600; }

@media screen and (max-width: 1200px) {
  .top-left-container {
    width: 60%; }

  .top-right-container {
    width: 40%; } }
@media screen and (max-width: 992px) {
  .top-container {
    height: auto; }

  .top-left-container {
    width: 100%; }

  .top-right-container {
    position: relative;
    float: left;
    width: 100%; } }
/*Overview Spec End*/
.slide-img-item {
  float: left;
  width: 100%;
  height: 450px;
  text-align: center; }
  .slide-img-item img {
    display: inline-block;
    height: 90%; }

@media screen and (max-width: 1200px) {
  .slide-img-item {
    height: 350px; } }
@media screen and (max-width: 1024px) {
  .slide-img-item {
    height: 330px; } }
@media screen and (max-width: 992px) {
  .slide-img-item {
    height: 450px; } }
@media screen and (max-width: 480px) {
  .slide-img-item {
    height: 300px; } }
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #999 !important; }

.spec-container {
  position: static;
  float: left;
  width: 100%;
  /*background-image:url(../img/bg_polygon.png);*/
  background-position: right;
  background-attachment: fixed;
  background-color: #f9f9f9; }

.spec-row {
  position: relative;
  float: left;
  width: 100%; }

@media screen and (max-width: 992px) {
  width: 100%; }
.spec-btn-container {
  background: none;
  text-align: center;
  padding: 20px 0px 30px 0px; }
  .spec-btn-container .btn-o {
    font-size: 14px;
    padding: 10px 15px;
    outline: none; }

.spec-item {
  position: relative;
  float: left;
  width: 100%;
  width: 16.6%;
  /*height: 170px;*/
  text-align: center;
  padding: 7.5px; }
  .spec-item img {
    display: inline-block;
    width: 70%;
    border-radius: 10px; }
  .spec-item .item-title {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 300;
    margin: 10px 0px; }
  @media screen and (max-width: 768px) {
    .spec-item {
      width: 33.3%;
      height: 190px; }
      .spec-item img {
        width: 50%; } }
  @media screen and (max-width: 480px) {
    .spec-item {
      width: 33.3%;
      height: 175px; }
      .spec-item img {
        width: 75%; } }

.spec-group-item {
  position: relative;
  float: left;
  width: 100%;
  width: 33.3%;
  padding: 15px 15px 0px 15px;
    /*
    width: 100%;
    -webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
    */ }
  @media screen and (max-width: 992px) {
    .spec-group-item {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .spec-group-item {
      width: 100%;
      padding: 15px 0px; } }

.spec-table-container {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 35px;
  /*
  @media screen and (min-width: $break-md) {.spec-group-item:nth-child(3n){background-color: #f0f;
      &:before{content: " "; float: left; width: 100%; height: 5px; background-color: #ff0;}
      }}*/
    /*-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 3;
	column-gap: 15px;
	column-fill: auto;
    
    @media screen and (max-width: $break-md) {padding: 15px 20px;}
    @media screen and (max-width: $break-sm) {padding: 15px 10px;}
    @media screen and (max-width: $break-xs) {padding: 15px 0px;}
    
    @media screen and (max-width: $break-md) {
        -webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
    }
    @media screen and (max-width: $break-sm) {
        -webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
    }
    @media screen and (max-width: $break-xs) {
        -webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
    }*/ }
  @media screen and (max-width: 768px) {
    .spec-table-container {
      padding: 15px; } }
  @media screen and (max-width: 480px) {
    .spec-table-container {
      padding: 15px 0px; } }
  .spec-table-container .spec-group-divider {
    float: left;
    width: 100%;
    height: 5px;
    display: none; }
    @media screen and (min-width: 992px) {
      .spec-table-container .spec-group-divider:nth-child(6n) {
        display: block; } }
    @media screen and (max-width: 991px) {
      .spec-table-container .spec-group-divider:nth-child(4n) {
        display: block; } }
    @media screen and (max-width: 480px) {
      .spec-table-container .spec-group-divider:nth-child(4n) {
        display: none; } }

.spec-table {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .spec-table td, .spec-table th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top; }
  .spec-table th {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
  .spec-table tr td:first-child {
    width: 30%;
    font-weight: 600; }
  @media screen and (max-width: 992px) {
    .spec-table {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .spec-table {
      width: 100%; } }

.service-info-container {
  position: relative;
  float: left;
  width: 100%;
  padding: 45px 100px 0px 100px;
  padding-bottom: 30px;
  border-top: solid 1px #f0f0f0; }
  @media screen and (max-width: 992px) {
    .service-info-container {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) {
    .service-info-container {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) {
    .service-info-container {
      padding: 30px 15px 0px 15px; } }
  .service-info-container .service-info-item {
    position: relative;
    float: left;
    width: 100%;
    width: 33.3%; }
    @media screen and (max-width: 768px) {
      .service-info-container .service-info-item {
        width: 50%; }
        .service-info-container .service-info-item:last-child {
          width: 100%;
          padding: 15px; } }
  .service-info-container .service-icon {
    float: left;
    background-color: #df6420;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      .service-info-container .service-icon {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    @media screen and (max-width: 768px) {
      .service-info-container .service-icon {
        display: none; } }
  .service-info-container .service-desc {
    float: left;
    padding: 0px 15px; }
    .service-info-container .service-desc .item-title {
      position: relative;
      float: left;
      width: 100%;
      font-size: 20px;
      color: #df6420;
      margin: -5px 0 0 0; }
    .service-info-container .service-desc .item-desc {
      position: relative;
      float: left;
      width: 100%;
      font-size: 12px;
      color: #777;
      margin: 10px 0 0 0; }
    @media screen and (max-width: 992px) {
      .service-info-container .service-desc .item-title {
        font-size: 14px; }
      .service-info-container .service-desc .item-desc {
        margin: 5px 0 0 0; } }
  .service-info-container .format-title {
    font-weight: 600;
    color: #777; }
  .service-info-container .format-desc {
    color: #777; }

.feature-container {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background-color: #f9f9f9; }
  .feature-container .item-title {
    position: relative;
    float: left;
    width: 100%;
    font-weight: 300;
    margin: 10px 0px; }

.lookbook-container {
  position: relative;
  float: left;
  width: 100%; }

.lookbook-container .swiper-container {
  width: 100%;
  /*height: 600px;
  margin: 20px auto;*/ }

.lookbook-container .arrow-left-o-slider {
  position: absolute;
  left: 8%;
  top: 45%;
  z-index: 30;
  opacity: 0;
  transition: ease-out all 0.2s; }
  @media screen and (max-width: 768px) {
    .lookbook-container .arrow-left-o-slider {
      top: auto;
      left: 0;
      bottom: 10px; } }

.lookbook-container .arrow-right-o-slider {
  position: absolute;
  right: 8%;
  top: 45%;
  z-index: 30;
  opacity: 0;
  transition: ease-out all 0.2s; }
  @media screen and (max-width: 768px) {
    .lookbook-container .arrow-right-o-slider {
      top: auto;
      right: 0;
      bottom: 10px; } }

.lookbook-container .arrow-right-o-slider, .lookbook-container .arrow-left-o-slider {
  width: 35px;
  height: 35px;
  background-color: #df6420;
  text-align: center;
  border-radius: 0px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (max-width: 768px) {
    .lookbook-container .arrow-right-o-slider, .lookbook-container .arrow-left-o-slider {
      background-color: rgba(223, 100, 32, 0.4); } }

.lookbook-container .arrow-right-o-slider:focus, .lookbook-container .arrow-left-o-slider:focus {
  outline: none; }

.lookbook-container .arrow-right-o-slider:hover, .lookbook-container .arrow-left-o-slider:hover {
  outline: none;
  background-color: #df6420; }

.lookbook-container .arrow-right-o-slider i, .lookbook-container .arrow-left-o-slider i {
  font-size: 30px;
  color: #fff; }

.lookbook-container:hover .arrow-right-o-slider {
  opacity: 0.8; }

.lookbook-container:hover .arrow-left-o-slider {
  opacity: 0.8; }

.lookbook-container .swiper-container .swiper-slide {
  webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background: #fff;
  float: left;
  width: 100%;
  /* Center slide text vertically */
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  */ }

.lookbook-container .swiper-container .swiper-pagination-bullet-active {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); }

.lookbook-container .swiper-container .swiper-slide img {
  float: left;
  width: 100%; }

.lookbook-container .swiper-container .center-content {
  position: relative;
  float: left;
  width: 100%;
  width: 84%;
  margin-left: 8%;
  padding: 0px 35px; }
  .lookbook-container .swiper-container .center-content .img-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.3;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  .lookbook-container .swiper-container .center-content .img-content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 2; }

.product-nav-container {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 52px; }
  .product-nav-container .product-nav {
    webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    color: #333;
    padding: 0px 75px;
    z-index: 100;
    border-bottom: solid 5px #f0f0f0;
    text-align: center; }
    .product-nav-container .product-nav ul {
      float: left;
      list-style: none;
      padding: 0px; }
      .product-nav-container .product-nav ul li {
        float: left;
        padding: 15px 25px 15px 0px;
        color: #df6420;
        font-size: 12px; }
        .product-nav-container .product-nav ul li a {
          color: inherit;
          text-decoration: none; }
      @media screen and (max-width: 768px) {
        .product-nav-container .product-nav ul {
          text-align: center; }
          .product-nav-container .product-nav ul li {
            float: none;
            display: inline-block;
            padding: 20px 10px; } }
      @media screen and (max-width: 768px) {
        .product-nav-container .product-nav ul {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .product-nav-container .product-nav {
        padding: 0px 25px; } }
    @media screen and (max-width: 480px) {
      .product-nav-container .product-nav {
        padding: 0px 5px; } }
    .product-nav-container .product-nav .btn-getnow {
      margin-top: 10px;
      font-size: 12px;
      float: right;
      visibility: hidden;
      opacity: 0;
      transition: all ease-in-out 0.2s; }
      @media screen and (max-width: 768px) {
        .product-nav-container .product-nav .btn-getnow {
          display: none; } }
    .product-nav-container .product-nav .product-title {
      display: inline-block;
      float: none;
      padding: 15px 0px 15px 0px;
      color: #df6420;
      font-size: 12px; }
  @media screen and (max-width: 992px) {
    .product-nav-container {
      padding-top: 0px; }
      .product-nav-container .product-nav {
        position: relative;
        float: left;
        width: 100%; } }

.slider-news-item {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }
  .slider-news-item .content-left {
    position: relative;
    float: left;
    width: 100%;
    width: 30%; }
    .slider-news-item .content-left .img-thumbnail-news {
      height: 350px; }
    @media screen and (max-width: 768px) {
      .slider-news-item .content-left .img-thumbnail-news {
        height: 250px; } }
  .slider-news-item .content-right {
    webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    background-color: #fff;
    color: #777; }
    .slider-news-item .content-right .news-content {
      position: relative;
      float: left;
      width: 100%;
      position: static;
      padding: 45px; }
    .slider-news-item .content-right .item-label {
      position: relative;
      float: left;
      width: 100%; }
    .slider-news-item .content-right .item-title {
      position: relative;
      float: left;
      width: 100%;
      margin: 5px 0px 20px 0px;
      color: #df6420; }
    .slider-news-item .content-right .item-desc {
      position: relative;
      float: left;
      width: 100%;
      margin-bottom: 30px;
      font-size: 16px;
      font-weight: 300; }
      .slider-news-item .content-right .item-desc .item-head p {
        font-size: 10px;
        margin-bottom: 20px;
        background: red; }
    .slider-news-item .content-right .news-item-next {
      cursor: pointer;
      position: absolute;
      right: 0px;
      bottom: 0px;
      height: 75px;
      padding: 0px 42px 0 30px;
      color: #df6420;
      max-width: 60%; }
      .slider-news-item .content-right .news-item-next .arrow-container {
        float: right;
        font-size: 20px;
        width: 12px;
        margin-right: -12px; }
        .slider-news-item .content-right .news-item-next .arrow-container i {
          font-size: 30px; }
      .slider-news-item .content-right .news-item-next .item-title-next {
        float: right;
        margin-right: 5px;
        padding-top: 8px; }
    .slider-news-item .content-right .btn-o {
      display: inline-block;
      padding: 10px 25px;
      background: none;
      border: 1px solid #df6420;
      color: #df6420; }
      .slider-news-item .content-right .btn-o:hover {
        background-color: #df6420;
        color: #fff; }
  @media screen and (max-width: 992px) {
    .slider-news-item .content-left {
      width: 40%; }
    .slider-news-item .content-right {
      width: 60%; }
      .slider-news-item .content-right .news-content {
        padding: 15px 30px; }
      .slider-news-item .content-right .item-label {
        font-size: 12px; }
      .slider-news-item .content-right .item-title {
        font-size: 20px;
        margin-bottom: 15px; }
      .slider-news-item .content-right .item-desc {
        font-size: 14px;
        margin-bottom: 20px; }
      .slider-news-item .content-right .news-item-next {
        max-width: none; } }
  @media screen and (max-width: 768px) {
    .slider-news-item .news-search-sm {
      width: 10% !important; }
    .slider-news-item .content-left {
      width: 100%; }
    .slider-news-item .content-right {
      position: relative;
      width: 100%;
      float: left; }
      .slider-news-item .content-right .news-content {
        padding: 30px 15px;
        min-height: 350px; }
      .slider-news-item .content-right .news-item-next {
        position: relative;
        margin-top: 15px;
        float: left;
        width: 100%;
        max-width: none;
        padding: 0px; }
        .slider-news-item .content-right .news-item-next .item-title-next {
          font-size: 12px; } }

.container-news-detail {
  padding: 50px 20%;
  float: left; }
  .container-news-detail .item-heading-news {
    color: #f26522;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    font-size: 36px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .container-news-detail .item-heading-news {
        text-align: left;
        padding: 0px 0px;
        font-size: 24px; } }
  .container-news-detail .item-detail {
    font-size: 12px;
    margin-bottom: 20px;
    color: silver; }
  .container-news-detail p {
    font-size: 21px;
    font-weight: 300; }
    .container-news-detail p span {
      padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .container-news-detail p {
        font-size: 18px; } }
  .container-news-detail .recommeded-article {
    margin-top: 40px; }
    .container-news-detail .recommeded-article a {
      cursor: pointer; }
    .container-news-detail .recommeded-article p {
      font-size: 18px; }
  @media screen and (max-width: 480px) {
    .container-news-detail {
      padding: 50px 5%;
      float: left; } }

.item-news-img {
  height: 425px; }
  @media screen and (max-width: 1024px) {
    .item-news-img {
      height: 345px; } }
  @media screen and (max-width: 992px) {
    .item-news-img {
      height: 330px; } }
  @media screen and (max-width: 768px) {
    .item-news-img {
      height: 260px; } }
  @media screen and (max-width: 480px) {
    .item-news-img {
      height: 160px; } }
  .item-news-img img {
    width: 100%; }

.article-detail-container .share-container {
  float: left;
  width: 100%;
  padding: 10px 35px 10px 35px;
  border: 1px solid #f5f5f5;
  border-left: none;
  border-right: none; }

.container-news-detail .share-container span {
  float: left; }

.container-news-detail .share-container ul.share-buttons {
  list-style: none;
  padding: 0; }

.container-news-detail .share-container ul.share-buttons li {
  display: block;
  float: left; }

.container-news-detail .share-container ul.share-buttons li img {
  width: 40px;
  margin-right: 5px; }

.pagination-news {
  width: 30%; }

.onero-touch-slider-container .arrow-news-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  /*background-color:darken(#fff,0%);*/
  z-index: 30;
  height: 75px; }

.onero-touch-slider-container .arrow-left-news-slider, .onero-touch-slider-container .arrow-right-news-slider {
  width: 75px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  color: #df6420;
  font-size: 30px;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  transition: ease-out all 0.2s; }

.onero-touch-slider-container .arrow-left-news-slider {
  left: 0; }

.onero-touch-slider-container .arrow-right-news-slider {
  right: 0px; }

@media screen and (max-width: 992px) {
  .pagination-news {
    width: 40%; }

  .onero-touch-slider-container .arrow-news-container {
    height: 50px;
    width: 60%; }

  .onero-touch-slider-container .arrow-left-news-slider, .onero-touch-slider-container .arrow-right-news-slider {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20 px; } }
@media screen and (max-width: 768px) {
  .onero-touch-slider-container .arrow-news-container {
    background: none;
    top: 75px;
    width: 100%; }

  .onero-touch-slider-container .arrow-left-news-slider, .onero-touch-slider-container .arrow-right-news-slider {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    display: none; }

  .pagination-news {
    width: 100%;
    display: none; } }
.share-title {
  float: left;
  padding: 7px 0px 0px 0px;
  font-size: 12px;
  color: #777;
  margin-right: 10px; }

ul.share-buttons {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding: 15px 15px 15px 15px; }

ul.share-buttons li {
  display: block;
  float: left; }

ul.share-buttons li img {
  width: 30px;
  margin-right: 5px; }

@media screen and (max-width: 992px) {
  ul.share-buttons {
    text-align: center; }

  ul.share-buttons li {
    display: inline-block;
    float: none; } }
.modal-container {
  position: relative;
  float: left;
  width: 100%;
  width: 80%;
  margin-left: 10%;
  padding: 45px 100px 0px 100px;
  padding-bottom: 45px; }
  @media screen and (max-width: 992px) {
    .modal-container {
      padding: 45px 50px 0px 50px; } }
  @media screen and (max-width: 768px) {
    .modal-container {
      padding: 30px 30px 0px 30px; } }
  @media screen and (max-width: 480px) {
    .modal-container {
      padding: 30px 15px 0px 15px; } }
  .modal-container .modal-img-header {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  .modal-container .modal-label {
    font-size: 14px;
    color: #999; }
  .modal-container .modal-heading {
    float: left;
    width: 100%;
    margin: 5px 0 15px 0;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600; }
  .modal-container .modal-desc {
    float: left;
    width: 100%;
    font-size: 16px; }
    .modal-container .modal-desc p {
      float: left;
      width: 100%; }
    .modal-container .modal-desc img {
      max-width: 100%;
      margin: 15px 0px;
      float: left; }
  @media screen and (max-width: 1024px) {
    .modal-container {
      width: 100%;
      margin-left: 0px; } }
  @media screen and (max-width: 768px) {
    .modal-container {
      padding-bottom: 15px; }
      .modal-container .modal-heading {
        font-size: 20px; }
      .modal-container .modal-desc {
        font-size: 14px; } }

#btn-close-modal {
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 10px 0px;
  background-color: #df6420; }

@media screen and (min-width: 769px) {
  .navbar-absolute-scroll {
    position: absolute !important; }

  .navbar-fixed-scroll {
    position: fixed !important;
    z-index: 100; }

  .navbar-product-transition {
    top: 55px !important; }

  .navbar-main-transition {
    top: 90vh !important; }

  .navbar-fixed-scroll .btn-getnow {
    visibility: visible !important;
    opacity: 1 !important; } }
/*Light Slider Start*/
.light-slider-container {
  position: relative;
  float: left;
  width: 70%;
  margin-left: 15%;
  margin-top: 40px;
  text-align: center; }
  .light-slider-container .item-group {
    display: inline-block;
    float: none;
    width: auto;
    padding-top: 15px; }
  .light-slider-container .item-thumbnail {
    width: 100%; }
    .light-slider-container .item-thumbnail img {
      width: 100%; }
  @media screen and (max-width: 992px) {
    .light-slider-container {
      width: 100%; } }
  .light-slider-container .item-group {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0px; }
    .light-slider-container .item-group .item-color {
      float: none;
      display: inline-block;
      width: 35px;
      height: 35px; }
      .light-slider-container .item-group .item-color:hover {
        border-color: #f26522; }
    .light-slider-container .item-group .item-color:first-child {
      margin-left: -50px; }
  @media screen and (max-width: 1200px) {
    .light-slider-container {
      width: 80%;
      margin-left: 10%; } }
  @media screen and (max-width: 992px) {
    .light-slider-container {
      width: 70%;
      margin-left: 15%; } }
  @media screen and (max-width: 768px) {
    .light-slider-container {
      width: 70%;
      margin-left: 15%; } }
  @media screen and (max-width: 480px) {
    .light-slider-container {
      width: 90%;
      margin-left: 5%; } }

/*Light Slider End*/
.page-404-container {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 100px; }
  .page-404-container .logo {
    float: left;
    max-height: 25px;
    margin-bottom: 30px; }
  .page-404-container .description {
    float: left;
    width: 100%; }
    .page-404-container .description h1 {
      float: left;
      width: 100%;
      margin: 5px 0 5px 0;
      font-size: 28px;
      color: #555;
      font-weight: 400; }
    .page-404-container .description p {
      float: left;
      width: 100%;
      color: #777; }

#banner-xs {
  margin-left: auto;
  margin-right: auto; }

#banner-md {
  margin-left: auto;
  margin-right: auto; }

.dropdown {
  overflow: scroll !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: 150px; }

/*# sourceMappingURL=evercoss.css.map */
