@charset "UTF-8";
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important; }
/*Dev Custom */
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block; }
  .lib-two-img .img-1 {
    position: relative;
    transition: all 0.5s ease-in-out; }
  .lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: block;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
    right: 0; }

.lib-two-img-over .img-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden; }
  .lib-two-img-over .img-2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out; }
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/************************************************************************************************
 FOOTER DEFFAULT
 *************************************************************************************************/
footer.typefooter-1 .footer--top {
  padding: 30px 0 27px; }
  footer.typefooter-1 .footer--top .module.news-letter {
    margin: 0; }
    footer.typefooter-1 .footer--top .module.news-letter .newsletter {
      display: table;
      padding: 0;
      background: transparent !important;
      border: none; }
    footer.typefooter-1 .footer--top .module.news-letter .title-block {
      color: #222;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      margin: 3px 0 0 0;
      vertical-align: middle;
      display: table-cell; }
      footer.typefooter-1 .footer--top .module.news-letter .title-block .fa {
        font-size: 26px;
        margin-left: 5px; }
      footer.typefooter-1 .footer--top .module.news-letter .title-block .page-heading {
        font-weight: 600;
        font-size: 14px;
        display: inline-block; }
      footer.typefooter-1 .footer--top .module.news-letter .title-block .newsletter_promo {
        display: inline-block;
        line-height: 37px;
        margin-right: 5px; }
      footer.typefooter-1 .footer--top .module.news-letter .title-block span {
        color: #1f83cf;
        margin-right: 3px; }
      footer.typefooter-1 .footer--top .module.news-letter .title-block .pre-text {
        display: none; }
    footer.typefooter-1 .footer--top .module.news-letter .block_content {
      width: 40%;
      display: table-cell; }
      footer.typefooter-1 .footer--top .module.news-letter .block_content form {
        margin: 0;
        width: auto;
        border-radius: 50px;
        background: #fff;
        vertical-align: middle;
        border: 1px solid #ebebeb; }
      footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group {
        margin: 0;
        height: 40px;
        padding: 0;
        padding-left: 60px;
        position: relative;
        width: 100%; }
        footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group input {
          border: none;
          background: transparent;
          color: #555;
          font-size: 12px;
          width: 100%;
          font-weight: normal;
          padding: 0 20px; }
        footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group .subcribe {
          position: absolute;
          left: 0; }
        footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group button {
          color: #fff;
          height: 41px;
          top: -1px;
          background: #1f83cf;
          bottom: -1px;
          width: auto;
          padding: 0 20px;
          border-radius: 0px 40px 40px 0;
          position: absolute;
          text-transform: uppercase;
          font-weight: bold;
          text-align: center;
          font-size: 12px;
          left: -1px;
          border-radius: 40px 0 0 40px; }
          footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group button:hover {
            background: #1867a3; }
  @media (min-width: 1200px) {
      footer.typefooter-1 .footer--top .block--newletter {
        width: 83%; } }
  footer.typefooter-1 .footer--top .block--social {
    text-align: left; }
    @media (min-width: 1200px) {
    footer.typefooter-1 .footer--top .block--social {
      width: 17%;
      padding-right: 0; } }
  footer.typefooter-1 .footer--top .footer-social {
    margin: 7px 0 0 0; }
    footer.typefooter-1 .footer--top .footer-social h3.block-title {
      display: none; }
    footer.typefooter-1 .footer--top .footer-social .socials {
      font-size: 0; }
      footer.typefooter-1 .footer--top .footer-social .socials a {
        display: inline-block;
        margin-left: 3px; }
        footer.typefooter-1 .footer--top .footer-social .socials a .fa {
          color: #555;
          font-size: 14px;
          border: none;
          border-radius: 0;
          width: 22px;
          background: transparent;
          display: inline-block;
          height: 30px;
          text-align: center;
          line-height: 28px; }
          footer.typefooter-1 .footer--top .footer-social .socials a .fa:hover {
            color: #1f83cf; }
        footer.typefooter-1 .footer--top .footer-social .socials a p, footer.typefooter-1 .footer--top .footer-social .socials a span {
          display: none; }
  footer.typefooter-1 .footer--center {
    padding: 18px 0 0;
    border-top: 3px solid #1f83cf; }
  footer.typefooter-1 .footer--center2 {
    margin-top: 9px;
    padding-bottom: 21px; }
  footer.typefooter-1 .footer--center3 {
    margin: 0;
    padding: 30px 0; }
  footer.typefooter-1 .footer--center3 .contactinfo {
    text-align: center;
    margin-bottom: 3px; }
    footer.typefooter-1 .footer--center3 .contactinfo h4.title-footer {
      color: transparent;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0 0 12px;
      text-indent: -99999px;
      background: url("../../images/logo/logo-footer.png") no-repeat center;
      height: 38px; }
    footer.typefooter-1 .footer--center3 .contactinfo p {
      margin-bottom: 10px; }
    footer.typefooter-1 .footer--center3 .contactinfo .content-footer > div {
      display: inline-block;
      margin: 0 10px; }
      footer.typefooter-1 .footer--center3 .contactinfo .content-footer > div label {
        color: #1f83cf; }
    footer.typefooter-1 .footer--center3 .contactinfo .content-footer .address, footer.typefooter-1 .footer--center3 .contactinfo .content-footer .email, footer.typefooter-1 .footer--center3 .contactinfo .content-footer .phone {
      padding: 0 25px 0 0;
      position: relative;
      line-height: 22px;
      margin-bottom: 10px; }
      footer.typefooter-1 .footer--center3 .contactinfo .content-footer .address label, footer.typefooter-1 .footer--center3 .contactinfo .content-footer .email label, footer.typefooter-1 .footer--center3 .contactinfo .content-footer .phone label {
        font-size: 16px;
        color: #666;
        position: absolute;
        top: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        right: 0; }
  footer.typefooter-1 .footer--center3 .payment-html a.app-1 {
    background: url("../../images/icon/app-store-1.png") no-repeat left center; }
  footer.typefooter-1 .footer--center3 .payment-html a.app-2 {
    background: url("../../images/icon/app-store-2.png") no-repeat left center; }
  footer.typefooter-1 .footer--center3 .payment-html a.app-3 {
    background: url("../../images/icon/app-store-3.png") no-repeat left center; }
  footer.typefooter-1 .footer--center3 .payment-html {
    text-align: center; }
    footer.typefooter-1 .footer--center3 .payment-html a {
      margin: 0 0 0 6px;
      font-size: 0;
      text-indent: -99999px;
      color: transparent;
      display: inline-block;
      height: 30px;
      width: 105px; }
  footer.typefooter-1 .footer-bottom {
    background: #222;
    padding: 20px 0;
    font-size: 12px;
    color: #fff; }
  footer.typefooter-1 .footer-bottom a {
    color: #1f83cf; }
  footer.typefooter-1 .footer--link h3.title-footer {
    color: #222;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 10px 0 7px;
    position: relative;
    border-bottom: 1px solid #c2c6c6; }
    footer.typefooter-1 .footer--link h3.title-footer:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 40px;
      top: auto;
      bottom: -1px;
      background: #1f83cf;
      right: 0; }
  footer.typefooter-1 .footer--link ul.links {
    padding: 0; }
    footer.typefooter-1 .footer--link ul.links li a {
      color: #555;
      font-size: 14px;
      font-weight: normal;
      display: block;
      padding: 2px 13px;
      position: relative; }
      footer.typefooter-1 .footer--link ul.links li a:before {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        width: 3px;
        border-radius: 50%;
        background: #555;
        top: 12px;
        right: 0; }
      footer.typefooter-1 .footer--link ul.links li a:hover {
        color: #1f83cf; }
        footer.typefooter-1 .footer--link ul.links li a:hover:before {
          background: #1f83cf; }
