/*============================================================================================= 
    Company    : PT Web Architect Technology - webarq.com
    Document   : Stylesheet
    Author     : Harlan
==============================================================================================*/
@media only screen and (max-width: 1680px) {
  /*============================================================================================= 
      Company    : PT Web Architect Technology - webarq.com
      Document   : Stylesheet
      Author     : Front End WEBARQ
  ==============================================================================================*/
  @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700");
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);
  body ::selection {
    background: #2CB3FF; }

  body ::-moz-selection {
    background: #2CB3FF; }

  body {
    color: #333;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    overflow-x: hidden;
    background: #f9f9f9; }

  img {
    border: 0;
    max-width: 100%;
    height: auto; }

  .italic {
    font-style: italic; }

  .bold {
    font-weight: bold; }

  .regular {
    font-weight: lighter; }

  .fl {
    float: left; }

  .fr {
    float: right; }

  .clear {
    clear: both; }

  p {
    margin: 1px 0 15px;
    line-height: 20px; }

  input, textarea, select {
    font-size: 12px;
    border: none;
    border: 1px solid #D8D8D8;
    padding: 10px;
    margin: 0;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Quicksand', sans-serif; }

  textarea {
    resize: none; }

  input[type="submit"] {
    cursor: pointer; }

  input[type=checkbox], input[type=radio] {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }

  select.def {
    background: url("../images/material/arr_tooltip_bottom.png") no-repeat 95% 50%;
    padding: 10px 35px 10px 10px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 14px; }

  /* structure 
  ----------------------------------------------------------------------------------------------*/
  section {
    position: relative; }

  #middle {
    padding-bottom: 0px; }

  figure {
    margin: 0; }

  .wrapper {
    width: 1170px;
    margin: 0 auto; }

  .container {
    width: 1170px;
    margin: 0 auto; }

  .container.w1200 {
    width: 1200px; }

  /* global
  ----------------------------------------------------------------------------------------------*/
  .after_clear:after, .wrapper:after, section:after {
    clear: both;
    display: block;
    content: " "; }

  .before_clear:before {
    clear: both;
    display: block;
    content: " "; }

  .a-left {
    text-align: left; }

  .a-right {
    text-align: right; }

  .a-center {
    text-align: center; }

  .noborder {
    border: none !important; }

  .nopadding {
    padding: 0 !important; }

  .nomargin {
    margin: 0 !important; }

  .noborradius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important; }

  .btn-blue {
    background: #0070b2;
    font-size: 14px;
    font-weight: bold;
    color: #fcf218;
    height: 30px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all; }
    .btn-blue span {
      font-size: 12px;
      font-weight: normal; }
    .btn-blue:hover {
      background: #1486ca; }
    .btn-blue.btnh2 {
      height: 35px;
      line-height: 35px;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 20px; }
    .btn-blue.btn-trans {
      background: #fff;
      border: 2px solid #0070b2;
      color: #0070b2;
      height: 35px;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
      padding-left: 40px;
      padding-right: 40px;
      display: block;
      line-height: 35px; }
      .btn-blue.btn-trans:hover {
        background: #1486ca;
        border-color: #1486ca;
        color: #fcf218; }
    .btn-blue.btn-cancel {
      background: transparent;
      border: 2px solid #ff1515;
      color: #ff1515;
      height: 35px;
      line-height: 35px;
      padding-top: 0;
      padding-bottom: 0; }

  .btn-oval {
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    padding: 0 20px;
    background: #1a5bff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: inline-block; }
    .btn-oval:hover {
      color: #fff; }
    .btn-oval.anew {
      background: #0070b2; }
    .btn-oval.ared {
      background: #c30101; }
      .btn-oval.ared:hover {
        background: #f16767; }

  .btn_round {
    height: 50px;
    background: #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    padding: 0 40px 0 20px;
    font-size: 19px;
    color: #7e7e7e;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center; }
    .btn_round.blue {
      background: #0070b2;
      color: #f5fc00; }
      .btn_round.blue span {
        display: inline-block;
        background: url("../images/material/arr_btn.png") no-repeat right center;
        height: 16px;
        width: 23px;
        transition: all linear 0.2s;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        margin-left: 8px;
        vertical-align: middle; }
      .btn_round.blue:hover {
        background: #1486ca; }
        .btn_round.blue:hover span {
          transition: all linear 0.2s;
          -webkit-transition: all linear 0.2s;
          -moz-transition: all linear 0.2s;
          -ms-transition: all linear 0.2s;
          -o-transition: all linear 0.2s; }

  .opt {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
    /*.radio-custom{
        width: 20px;height: 20px;float: left;margin: 2px 10px 0 0;position: absolute !important;top:6px;left:0;
        background: url(../images/material/radio-arr.png) no-repeat left center;                
    }
    .radio-custom.active{background-position: right center;}*/ }
    .opt .check-custom {
      width: 20px;
      height: 20px;
      float: left;
      margin: 0px 5px 0 0;
      position: absolute !important;
      /*top:-2px;*/
      top: 0px;
      left: 0;
      cursor: pointer;
      background: url(../images/material/checkbox.png) no-repeat left center; }
      .opt .check-custom input[type="checkbox"], .opt .check-custom input[type="radio"] {
        cursor: pointer; }
    .opt .check-custom.active {
      background-position: right center; }

  .mCSB_outside + .mCSB_scrollTools {
    right: 0; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #0070b3; }

  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f0f2f7;
    margin: 0; }

  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 5px 0; }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    box-shadow: 0px 0px 2px #1486ca;
    -webkit-box-shadow: 0px 0px 2px #1486ca;
    -moz-box-shadow: 0px 0px 2px #1486ca;
    -ms-box-shadow: 0px 0px 2px #1486ca;
    -o-box-shadow: 0px 0px 2px #1486ca; }

  /* istep style
  ----------------------------------------------------------------------------------------------*/
  #istep {
    min-height: 768px;
    color: #fff; }
    #istep.istep_home {
      min-height: 100vh; }
      #istep.istep_home .absolute_img {
        overflow: hidden; }
        #istep.istep_home .absolute_img .abs {
          height: 82%; }
          #istep.istep_home .absolute_img .abs.img1 {
            left: -50px; }
          #istep.istep_home .absolute_img .abs.img2 {
            right: -50px; }
      #istep.istep_home #middle .box_step {
        min-height: 450px; }
      #istep.istep_home footer {
        position: absolute;
        bottom: 0; }
    #istep .absolute_img {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 40px; }
    #istep.istep_home {
      background-size: 100%; }
    #istep.istep_delivery {
      min-height: 100vh; }
      #istep.istep_delivery.step2 .absolute_img img {
        height: 70%; }
      #istep.istep_delivery .absolute_img {
        overflow: hidden; }
        #istep.istep_delivery .absolute_img img {
          height: 40%; }
          #istep.istep_delivery .absolute_img img.img1 {
            left: -50px; }
          #istep.istep_delivery .absolute_img img.img2 {
            right: -50px; }
      #istep.istep_delivery footer {
        position: absolute;
        bottom: 0; }
    #istep header {
      margin: 0 0 40px; }
      #istep header .logo {
        width: 180px;
        height: 80px; }
      #istep header .top_menu ul li {
        font-size: 13.5px;
        padding: 0 15px 0 0; }
    #istep .ui-widget select {
      font-size: 15px; }
    #istep .ui-widget.ui-widget-content.ui-autocomplete {
      font-size: 16px; }
    #istep #middle {
      min-height: auto; }
      #istep #middle h1 {
        font-size: 30px; }
      #istep #middle h6 {
        font-size: 14px;
        margin: 0 150px; }
        #istep #middle h6 a.skip {
          font-size: 16px; }
      #istep #middle .box_step {
        width: 650px;
        margin: 0 auto;
        padding-top: 20px; }
        #istep #middle .box_step .txt {
          font-size: 30px;
          padding-bottom: 20px; }
          #istep #middle .box_step .txt span {
            font-size: 22px; }
        #istep #middle .box_step .frame .fbox {
          width: 270px;
          padding: 1% 14px;
          height: 200px; }
          #istep #middle .box_step .frame .fbox a {
            padding: 3% 15px; }
            #istep #middle .box_step .frame .fbox a img {
              width: 65px;
              height: 65px; }
            #istep #middle .box_step .frame .fbox a .fbx1 {
              font-size: 14px;
              margin-bottom: 0; }
            #istep #middle .box_step .frame .fbox a .fbx2 {
              font-size: 24px;
              margin-bottom: 15px; }
            #istep #middle .box_step .frame .fbox a .fbx3 {
              font-size: 12px;
              line-height: 18px;
              margin-bottom: 0; }
        #istep #middle .box_step .pwr_by p {
          font-size: 11px; }
        #istep #middle .box_step .pwr_by a {
          width: 120px; }
        #istep #middle .box_step .link {
          margin-top: 30px; }
          #istep #middle .box_step .link a {
            font-size: 14px; }
      #istep #middle .form_std fieldset {
        margin-bottom: 30px; }
      #istep #middle .form_std .select_wrap {
        width: 210px;
        margin-right: 10px; }
        #istep #middle .form_std .select_wrap select {
          height: 45px;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding: 0 30px 0 15px; }
      #istep #middle .form_std .submit input[type="submit"] {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        width: 210px; }
      #istep #middle .frame_branch {
        width: 650px; }
        #istep #middle .frame_branch .goSite {
          margin-bottom: 40px; }
          #istep #middle .frame_branch .goSite .customAutocomplete .innerauto {
            height: 45px;
            width: 460px; }
          #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox {
            height: 45px; }
          #istep #middle .frame_branch .goSite .customAutocomplete .custom-combobox-input {
            height: 35px;
            font-size: 16px; }
          #istep #middle .frame_branch .goSite .customAutocomplete input[type="submit"] {
            width: 80px;
            height: 45px;
            font-size: 16px; }
        #istep #middle .frame_branch .block_accordion ul li a {
          font-size: 16px; }

  .ui-widget.ui-widget-content.ui-autocomplete {
    font-size: 16px; }

  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-next {
    right: -50px; }
  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px; }
  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a:hover.bx-next {
    right: -65px; }
  #isite .homeproduct_populer .bx-wrapper .bx-controls-direction a:hover.bx-prev {
    left: -65px; }
  #isite .homeproduct_populer h3 {
    font-size: 34px; }
  #isite .home_category h3 {
    font-size: 34px;
    padding: 30px 0 20px 0; }
  #isite .home_category .catitle {
    height: 130px; }
  #isite .home_category .showAll {
    font-size: 14px; }
  #isite .home_category .product_category ul li h5 {
    font-size: 16px; }

  .pg_thanks {
    padding-top: 13%; } }

/*# sourceMappingURL=desktop.css.map */
