@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext,vietnamese");
body {
  font-size: 14px;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  font-weight: 400; }

img {
  max-width: 100%; }

.div-table {
  display: table;
  width: 100%; }

.div-table-cell {
  display: table-cell;
  vertical-align: middle; }

.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative; }

.flex-row-top {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.flex-col {
  max-height: 100%; }

.flex-left {
  margin-right: auto; }

.flex-right {
  margin-left: auto; }

.txt-right {
  text-align: right !important; }

.txt-left {
  text-align: left !important; }

.div-table {
  display: table;
  width: 100%; }

.div-table-cell {
  display: table-cell;
  width: 100%; }

.visible-991 {
  display: none !important; }

.visible-767 {
  display: none !important; }

.vertical {
  display: table;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.vertical-top {
  vertical-align: top !important; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.content-standard-ck {
  color: #282828;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; }

.content-standard-ck p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial"; }

.content-standard-ck table tr:hover {
  background-color: #F8FAFB; }

.content-standard-ck ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }

.yellow {
  color: #ffe400 !important; }

.pagination {
  list-style: none; }

.pagination > li > a, .pagination > li > span {
  display: inline-block;
  white-space: nowrap;
  max-width: initial !important;
  border-radius: 1px;
  background: #fff;
  font-weight: 400; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li.active > a {
  z-index: 2;
  color: #fff;
  background-color: #17a349;
  border-color: #17a349; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #17a349;
  border-color: #17a349; }

.pagination > li {
  float: left;
  margin-bottom: 5px; }

#countdown {
  display: flex;
  font-size: 14px;
  float: left;
  margin-left: 15px; }
  @media (max-width: 480px) {
    #countdown {
      margin-top: -3px;
      margin-left: 4px; } }

#countdown span b {
  background: #17a349;
  display: inline-block;
  color: #fff;
  padding: 2px 3px; }

#countdown span {
  display: inline-block;
  margin: 0px 5px;
  position: relative; }
  #countdown span:after {
    content: ":";
    position: absolute;
    right: -6px;
    top: 2px;
    width: 3px;
    height: 5px;
    font-weight: 600; }
  #countdown span:last-child:after {
    display: none; }

#countdown span spam {
  display: block;
  color: #fff; }

@media (max-width: 991px) {
  .hidden-991 {
    display: none; } }
@media (max-width: 767px) {
  html {
    font-size: 4.3px !important; }

  .hidden-767 {
    display: none !important; }

  .visible-767 {
    display: block !important; }

  .flex-row-top {
    display: block; }
    .flex-row-top .flex-col {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0px !important; }

  .copyright {
    float: left;
    margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-991 {
    display: block !important; } }
@media (min-width: 1300px) {
  .container {
    width: 1270px; } }
.facebook:hover {
  background: #3b5998 !important; }

.twitter:hover {
  background: #32CDFD !important; }

.google:hover {
  background: #EA4335 !important; }

.pinterest:hover {
  background: #BD081C !important; }

.linkedin:hover {
  background: #1686B0 !important; }

#main {
  background: #f5f5f5;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%; 
}
.banner-inhome {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .banner-inhome {
      margin-top: 0px; }
      .banner-inhome .container {
        padding: 0px; } }

.title-standard {
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .title-standard {
      background: #fff;
      margin-bottom: 0px;
      padding: 10px; } }
  .title-standard h2 {
    margin: 0px;
    float: left;
    position: relative; }
    .title-standard h2:after {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #17a349; }
    .title-standard h2 a {
      color: #17a349;
      font-weight: 600;
      font-size: 17px;
      text-transform: uppercase;
      float: left;
      padding-bottom: 10px; }
      @media (max-width: 480px) {
        .title-standard h2 a {
          font-size: 14px;
          margin-left: 5px;
          padding-bottom: 0px; }
          .title-standard h2 a img {
            width: 115px; } }
    @media (max-width: 767px) {
      .title-standard h2 {
        margin: 4px 0px 0px 0px; }
        .title-standard h2 a {
          padding-bottom: 0; }
        .title-standard h2:after {
          display: none; } }
  .title-standard .view-more {
    float: right;
    color: #17a349;
    font-size: 14px; }
    @media (max-width: 480px) {
      .title-standard .view-more {
        margin-right: 5px; } }
    .title-standard .view-more i:last-child {
      margin-left: -2px; }

.title-standard.border {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: none; }
  .title-standard.border:after {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 100%;
    height: 5px;
    background: #dcdcdc; }
  @media (max-width: 480px) {
    .title-standard.border {
      background: #fff;
      margin-bottom: 0px;
      padding: 10px; }
      .title-standard.border:after {
        bottom: 19px; } }
  .title-standard.border h2 {
    margin: 0px;
    float: left;
    position: relative;
    padding-right: 20px; }
    .title-standard.border h2:after {
      display: none; }
    .title-standard.border h2 a {
      color: #17a349;
      font-weight: 600;
      font-size: 17px;
      text-transform: uppercase;
      float: left;
      padding: 6px 0px 4px 0px; }
      .title-standard.border h2 a:hover {
        color: #283d12; }
      @media (max-width: 480px) {
        .title-standard.border h2 a {
          font-size: 14px;
          margin-left: 5px;
          padding-bottom: 0px; }
          .title-standard.border h2 a img {
            width: 115px; } }
    @media (max-width: 480px) {
      .title-standard.border h2 {
        margin: 4px 0px 0px 0px; }
        .title-standard.border h2:after {
          display: none; } }
  .title-standard.border .view-more {
    float: right;
    color: #17a349;
    font-size: 14px;
    position: relative;
    background: #f5f5f5;
    z-index: 9999;
    padding: 6px 0px 4px 20px; }
    @media (max-width: 480px) {
      .title-standard.border .view-more {
        margin-right: 5px;
        padding: 6px 10px 4px 20px;
        background: #fff; } }
    .title-standard.border .view-more i:last-child {
      margin-left: -2px; }

@media (max-width: 480px) {
  .width-full-footer {
    padding: 0px 5px; }

  .slick-prev, .slick-next {
    display: none !important; } }
.page-404 {
  float: left;
  width: 100%;
  text-align: center;
  padding: 8rem 0px; }
  .page-404 h1 {
    color: #17a349;
    font-size: 29px;
    line-height: 36px;
    margin: 25px auto;
    max-width: 767px; }
    @media (max-width: 767px) {
      .page-404 h1 {
        font-size: 20px;
        line-height: 28px; } }
  .page-404 .come-back-home {
    line-height: 43px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 0px;
    background-color: #17a349;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    padding: 0px 20px;
    white-space: nowrap;
    font-family: "Roboto", Arial, sans-serif;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }

.owl-carousel.owl-theme .owl-nav .owl-next, .owl-carousel.owl-theme .owl-nav .owl-prev {
  position: absolute;
  right: -1px;
  top: Calc(50% - 20px);
  width: 22px;
  height: 40px;
  line-height: 38px !important;
  z-index: 999;
  background: #ffffff !important;
  margin: 0px;
  box-shadow: -4px 0px 7px #908181cc;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 5px !important;
  opacity: .7 !important;
  outline: none; }
  .owl-carousel.owl-theme .owl-nav .owl-next span, .owl-carousel.owl-theme .owl-nav .owl-prev span {
    font-size: 35px; }
  .owl-carousel.owl-theme .owl-nav .owl-next:hover, .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1 !important; }
    .owl-carousel.owl-theme .owl-nav .owl-next:hover span, .owl-carousel.owl-theme .owl-nav .owl-prev:hover span {
      color: #000 !important; }
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -1px;
  box-shadow: 2px 0px 7px #908181cc;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding-left: 0px !important;
  padding-right: 6px !important;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.owl-theme .owl-nav {
  margin: 0px; }

.disabled {
  display: none !important; }

.row-5-flex {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.col-lg-5-12-item {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 5px; }
  @media (max-width: 1200px) {
    .col-lg-5-12-item {
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; } }
  @media (max-width: 992px) {
    .col-lg-5-12-item {
      -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
      max-width: 33.3333%; } }
  @media (max-width: 767px) {
    .col-lg-5-12-item {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }

@media (max-width: 767px) {
  .categories-product-page .section-product {
    margin-top: 0px;
    padding: 0px 5px; } }
@media (min-width: 480px) {
  .show-inmobile {
    display: none !important; } }
/*----------------------------- Popup ----------------------*/
.home-popup-show .popup-sapphire {
  display: block !important; }

.popup-sapphire .owl-pagination {
  width: 30%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 99;
  margin-top: -30px; }

.close-btn-sapphire {
  cursor: pointer; }

.popup-sapphire .owl-prev {
  position: absolute;
  left: 0px;
  top: 43%;
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  font-size: 43px;
  text-align: center;
  line-height: 80px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 11px; }

.popup-sapphire .owl-next, .popup-sapphire .owl-carousel.owl-theme .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav .popup-sapphire .owl-prev {
  position: absolute;
  right: 0px;
  top: 43%;
  width: 40px;
  height: 80px;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  font-size: 43px;
  text-align: center;
  line-height: 80px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 11px; }

.popup-ctn-sapphire {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 710px;
  width: 100%;
  margin: auto;
  max-height: 90vh;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.popup-ctn-sapphire img {
  max-height: 90vh;
  margin: 0 auto;
  display: block;
  border: 3px solid #00000047; }

.bg-shadow {
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px; }

.popup-sapphire {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999; }

.close-btn-sapphire {
  position: absolute;
  right: -13px;
  top: -14px;
  background: #fff;
  color: #020202;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 1px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0px 0px 13px #000; }

@media (max-width: 767px) {
  .popup-ctn-sapphire {
    width: 80%; } }
/*--------------------------- End Popup ----------------------*/
.back-page-version .ui-controlgroup-controls {
  width: 100%; }
.back-page-version a {
  float: left !important;
  width: initial; }
.back-page-version .back-top-home {
  float: right !important;
  border: none;
  padding: 9px 6px 5px 6px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #17a349; }
  .back-page-version .back-top-home img {
    height: 23px;
    margin-right: 0px; }

.btn-style-1, .btn-submit-form input, .btn-submit-form a.interview {
  line-height: 46px;
  height: 42px;
  width: 100%;
  max-width: 150px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 5px;
  background-color: #63a947;
  color: #fff !important;
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .btn-style-1 img, .btn-submit-form input img, .btn-submit-form a.interview img {
    margin-right: 6px;
    display: inline-block;
    margin-top: -5px; }
  @media (max-width: 480px) {
    .btn-style-1, .btn-submit-form input, .btn-submit-form a.interview {
      line-height: 39px;
      height: 35px;
      max-width: initial;
      margin-bottom: 20px;
      width: initial; } }
  .btn-style-1:hover, .btn-submit-form input:hover, .btn-submit-form a.interview:hover {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25); }

.btn-style-2 {
  line-height: 43px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 4px;
  background-color: #17a349;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-size: 13px;
  display: inline-block;
  padding: 0px 20px;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .btn-style-2 i {
    margin-right: 6px; }
  @media (max-width: 767px) {
    .btn-style-2 {
      line-height: 34px;
      height: 31px;
      margin-top: 5px;
      border-radius: 5px !important; } }
  @media (max-width: 400px) {
    .btn-style-2 {
      padding: 0px 7px; } }

@media (max-width: 767px) {
  .btn-post-new .btn-style-1, .btn-post-new .btn-submit-form input, .btn-submit-form .btn-post-new input, .btn-post-new .btn-submit-form a.interview, .btn-submit-form .btn-post-new a.interview {
    line-height: 38px;
    height: 35px;
    width: 100%;
    max-width: 115px;
    font-size: 12px; }
    .btn-post-new .btn-style-1 img, .btn-post-new .btn-submit-form input img, .btn-submit-form .btn-post-new input img, .btn-post-new .btn-submit-form a.interview img, .btn-submit-form .btn-post-new a.interview img {
      height: 17px; } }
.view-more-plus {
  height: Calc(100% - 70px); }
  .view-more-plus button {
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px dashed #ccc;
    cursor: pointer; }
    .view-more-plus button .plus-circle {
      width: 48px;
      height: 48px;
      display: inline-block;
      background: #8ac944;
      line-height: 48px;
      color: #fff;
      font-size: 20px;
      border-radius: 50%;
      text-align: center; }
    .view-more-plus button p {
      font-size: 13px;
      margin-top: 11px; }

#header {
  position: relative;
  z-index: 999;
  float: left;
  width: 100%; }
  @media (max-width: 480px) {
    #header {
      position: fixed;
      z-index: 999;
      float: left;
      width: 100%;
      top: 0px;
      left: 0px;
      background: #fff;
      box-shadow: 0px 0px 8px #ccc; } }

.top-header {
  background: #17a349;
  position: relative;
  z-index: 999; }
  @media (max-width: 1200px) {
    .top-header .flex-row {
      display: block; }
      .top-header .flex-row .flex-col {
        text-align: center; }
    .top-header .left-top-header {
      float: left; }
      .top-header .left-top-header a {
        margin-left: 0px;
        margin-right: 17px; } }
  @media (max-width: 767px) {
    .top-header {
      display: none; } }
  .top-header p {
    margin-bottom: 0px; }
  .top-header .right-top-header, .top-header .left-top-header {
    float: right;
    padding: 10px 0px; }
    .top-header .right-top-header a, .top-header .left-top-header a {
      color: #fff;
      font-size: 13px;
      margin-left: 17px;
      position: relative; }
      .top-header .right-top-header a i, .top-header .left-top-header a i {
        margin-right: 7px; }
      .top-header .right-top-header a:hover:after, .top-header .left-top-header a:hover:after {
        opacity: 1;
        visibility: visible;
        width: 50%; }
      .top-header .right-top-header a:after, .top-header .left-top-header a:after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -6px;
        right: 0px;
        width: 0%;
        height: 1px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        margin: auto;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
    .top-header .right-top-header .drop-header, .top-header .left-top-header .drop-header {
      display: inline-block;
      position: relative; }
      .top-header .right-top-header .drop-header:hover ul, .top-header .left-top-header .drop-header:hover ul {
        visibility: visible;
        opacity: 1;
        top: Calc(100%); }
      .top-header .right-top-header .drop-header ul, .top-header .left-top-header .drop-header ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 220px;
        background: #fff;
        padding: 15px;
        box-shadow: 0px 0px 3px #ccc;
        list-style: none;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
        .top-header .right-top-header .drop-header ul:after, .top-header .left-top-header .drop-header ul:after {
          content: "";
          position: absolute;
          left: 10px;
          top: -5px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #9a9898; }
        .top-header .right-top-header .drop-header ul li, .top-header .left-top-header .drop-header ul li {
          margin-bottom: 5px;
          padding-bottom: 5px;
          border-bottom: 1px solid #ebebeb; }
          .top-header .right-top-header .drop-header ul li:last-child, .top-header .left-top-header .drop-header ul li:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: none; }
          .top-header .right-top-header .drop-header ul li a, .top-header .left-top-header .drop-header ul li a {
            color: #444;
            margin-left: 0px; }
            .top-header .right-top-header .drop-header ul li a:hover, .top-header .left-top-header .drop-header ul li a:hover {
              text-decoration: none;
              color: #17a349; }

.ico-img {
  float: left;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
  padding-bottom: 40px;
  width: 100%; }

.title-box h2 {
  margin: 7px 0px 0px 0px;
  font-size: 14px; }
  .title-box h2 a {
    color: #17a349; }
  .title-box h2 span {
    float: left;
    width: 100%;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
    margin-top: 4px;
    font-size: 13px; }

.box-login-register {
  float: left;
  margin-left: 30px;
  padding-left: 46px;
  position: relative; }
  @media (max-width: 767px) {
    .box-login-register {
      display: none; } }
  @media (max-width: 767px) {
    .box-login-register {
      display: inline-block;
      margin: 1px 0px 0px 0px;
      padding: 0px;
      float: right; }
      .box-login-register .title-box {
        display: none; } }

.box-shopping-cart {
  float: left;
  margin-left: 15px;
  padding-left: 46px;
  position: relative;
  width: 125px; }
  .box-shopping-cart:hover .cart-mini {
    display: block; }
  @media (max-width: 767px) {
    .box-shopping-cart {
      display: inline-block;
      margin: 3px 5px 0px 0px;
      padding: 0px;
      float: right;
      width: initial; }
      .box-shopping-cart .title-box {
        display: none; } }

@media (max-width: 767px) {
  .ico-img {
    float: left;
    margin-right: 0px;
    position: relative;
    left: 0px;
    top: 4px;
    width: 32px;
    height: 30px;
    padding-bottom: 0px;
    text-align: center; }
    .ico-img img {
      height: 28px; } }
@media (max-width: 480px) {
  .ico-img {
    padding-top: 3px; }
    .ico-img img {
      height: 21px; } }
.cart-mini {
  display: none;
  position: absolute;
  top: 55px;
  left: -90px;
  z-index: 970;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 245px; }
  .cart-mini.open {
    display: block; }
  .cart-mini.close {
    display: none !important; }
  @media (max-width: 767px) {
    .cart-mini {
      left: -170px; } }
  @media (max-width: 480px) {
    .cart-mini {
      left: -175px; } }
  .cart-mini .uk-dropdown {
    padding: 15px;
    background: #fff;
    color: #444;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0px 1px 6px #adabab; }
    .cart-mini .uk-dropdown:after {
      content: '';
      position: absolute;
      border-style: solid;
      border-width: 0 14px 14px;
      border-color: #efe6e6 transparent;
      display: block;
      width: 0;
      z-index: 1;
      top: -14px;
      margin-left: -7px;
      left: 50%; }
      @media (max-width: 767px) {
        .cart-mini .uk-dropdown:after {
          left: 75%; } }
      @media (max-width: 480px) {
        .cart-mini .uk-dropdown:after {
          left: 77%; } }
    .cart-mini .uk-dropdown h1 {
      font-size: 20px;
      text-align: center;
      line-height: 34px;
      font-family: "Roboto", Arial, sans-serif;
      margin-top: 0px; }
    .cart-mini .uk-dropdown .title {
      font-weight: bold; }
    .cart-mini .uk-dropdown td {
      padding-bottom: 10px;
      vertical-align: middle;
      font-size: 13px;
      font-family: "Roboto", Arial, sans-serif; }
    .cart-mini .uk-dropdown .quantity {
      padding: 0px 15px; }
      .cart-mini .uk-dropdown .quantity div {
        background-clip: padding-box;
        background-color: #ededed;
        border: 2px solid #b8b6b6;
        border-radius: 3px;
        box-sizing: border-box;
        height: 24px;
        line-height: 20px;
        margin-right: 5px;
        text-align: center;
        width: 30px;
        font-weight: bold; }
    .cart-mini .uk-dropdown .price {
      color: #86c66f;
      white-space: nowrap; }
    .cart-mini .uk-dropdown .total td {
      padding-top: 5px;
      border-top: 1px solid #ededed; }
    .cart-mini .uk-dropdown .total .price {
      color: #983bc7; }
    .cart-mini .uk-dropdown .uk-button {
      width: 100%;
      margin-left: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 4px;
      background-color: #63aa47;
      transition: background-color .2s ease 0s,background-color .2s ease 0s;
      color: #fff;
      display: inline-block;
      text-align: center;
      font-size: 15px; }

.close-btn {
  display: none; }

.search-box .close-btn {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 3px;
  display: none; }
  .search-box .close-btn:after {
    content: "";
    position: absolute;
    left: 19px;
    top: 9px;
    width: 2px;
    height: 21px;
    background: #000;
    transform: rotate(-45deg); }
  .search-box .close-btn:before {
    content: "";
    position: absolute;
    left: 19px;
    top: 9px;
    width: 2px;
    height: 21px;
    background: #000;
    transform: rotate(45deg); }

.btn-post-new {
  min-width: 127px;
  margin-left: 30px;
  max-width: 170px; }

@media (max-width: 767px) {
  .bottom-header .flex-row {
    display: block; }

  .btn-post-new {
    margin-left: 10px;
    min-width: 105px;
    max-width: 105px;
    float: right;
    margin-top: 3px; } }
@media (max-width: 400px) {
  .bottom-header .flex-row {
    display: block; }

  .btn-post-new {
    margin-left: 5px;
    min-width: 80px;
    max-width: 80px;
    float: right;
    margin-top: 3px; }
    .btn-post-new .btn-style-1, .btn-post-new .btn-submit-form input, .btn-submit-form .btn-post-new input, .btn-post-new .btn-submit-form a.interview, .btn-submit-form .btn-post-new a.interview {
      line-height: 34px;
      height: 30px;
      width: 100%;
      max-width: 115px;
      font-size: 11px;
      margin-top: 2px;
      padding: 0px 6px; }
      .btn-post-new .btn-style-1 img, .btn-post-new .btn-submit-form input img, .btn-submit-form .btn-post-new input img, .btn-post-new .btn-submit-form a.interview img, .btn-submit-form .btn-post-new a.interview img {
        height: 13px;
        margin-right: 1px; } }
@media (max-width: 767px) {
  .close-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ccc;
    width: 28px;
    height: 28px; }
    .close-popup:after {
      content: "";
      position: absolute;
      left: 13px;
      top: 4px;
      width: 2px;
      height: 21px;
      background: #fff;
      transform: rotate(-45deg); }
    .close-popup:before {
      content: "";
      position: absolute;
      left: 13px;
      top: 4px;
      width: 2px;
      height: 21px;
      background: #fff;
      transform: rotate(45deg); } }
.box-uselog .box-dropdown {
  display: block;
  position: relative; }
  .box-dropdown:hover .show-ctn {
    display: block; }
  .box-dropdown img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-top: -5px;
    margin-right: 3px; }

.show-ctn {
  display: none;
  position: absolute;
  top: 20px;
  left: -60px;
  z-index: 970;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  background: #fff;
  color: #444;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0px 1px 6px #adabab; }
  .show-ctn a {
    float: left;
    width: 100%;
    color: #000 !important;
    padding: 6px 10px !important;
    margin: 0px !important; }
    .show-ctn a:hover {
      background: #ebebeb; }
  .show-ctn:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: #efe6e6 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    margin-left: -7px;
    left: 50%; }

.login-in-mobile {
  float: right;
  position: relative; }
  @media (max-width: 767px) {
    .login-in-mobile {
      margin-top: 7px; } }
  .login-in-mobile .show-ctn {
    position: absolute;
    top: 40px;
    left: -130px;
    width: 160px;
    padding: 9px; }
    .login-in-mobile .show-ctn.open {
      display: block; }
    .login-in-mobile .show-ctn a {
      width: 100%;
      border: none;
      font-size: 13px;
      padding: 6px 0px 0px 5px !important;
      border-radius: 0px; }
    .login-in-mobile .show-ctn:after {
      left: 87%; }
  @media (max-width: 480px) {
    .login-in-mobile {
      margin-right: 10px;
      margin-top: 11px; } }
  .login-in-mobile a img {
    height: 28px; }
    @media (max-width: 480px) {
      .login-in-mobile a img {
        height: 20px; } }

.box-search-inmobile {
  float: right;
  width: Calc( 100% - 230px); }
  .box-search-inmobile button {
    background: transparent;
    border: 2px solid #17a349;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #17a349;
    margin-top: 5px;
    margin-right: 5px; }
  .box-search-inmobile .btn-show-inmobile {
    background: transparent;
    border: 2px solid #17a349;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    color: #17a349;
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    display: none;
    float: right; }
  .box-search-inmobile input.text-search {
    outline: none;
    display: inline-block;
    border: 2px solid #17a349;
    border-radius: 50px;
    padding: 0px 15px;
    height: 32px;
    font-size: 13px;
    width: Calc(100% - 42px); }
    @media (max-width: 480px) {
      .box-search-inmobile input.text-search {
        width: 100%;
        padding-right: 30px;
        border-radius: 4px;
        border: none;
        background: #ebebeb;
        font-size: 12px;
        padding-left: 10px;
        padding-top: 2px; } }
  .box-search-inmobile .btn-show-search {
    display: none; }
  @media (max-width: 480px) {
    .box-search-inmobile .btn-show-inmobile {
      display: inline-block; }
      .box-search-inmobile .btn-show-inmobile.arrow-angle {
        border: none;
        font-size: 22px; }
        .box-search-inmobile .btn-show-inmobile.arrow-angle .fa-search:before {
          content: "\f00d"; }
    .box-search-inmobile .form-search-inmobile {
      position: absolute;
      top: 0px;
      width: Calc(100% - 210px);
      left: 108px;
      padding: 5px 0px 0px 0px; }
    .box-search-inmobile button {
      background: transparent;
      outline: none;
      position: absolute;
      right: 0px;
      top: 0px;
      border: none; }
    .box-search-inmobile .btn-show-search {
      width: 100%;
      text-align: center;
      max-width: 185px;
      margin: 5px auto;
      border-radius: 50px !important;
      cursor: pointer;
      margin-left: 29%; }
    .box-search-inmobile .btn-show-search {
      display: block; } }

.owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  outline: none; }

.owl-dot {
  outline: none; }

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #869791; }
  @media (max-width: 480px) {
    .owl-theme .owl-dots .owl-dot span {
      width: 8px;
      height: 8px; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff; }

@-webkit-keyframes animation {
  0% {
    background-color: #f00; }
  50.0% {
    background-color: #93e438; }
  /* your chosen 'mid' color */
  100.0% {
    background-color: #f00; } }
@keyframes animation {
  0% {
    background-color: #f00; }
  50.0% {
    background-color: #93e438; }
  100.0% {
    background-color: #f00; } }
.notification-area {
  display: inline-block;
  position: relative; }
  .notification-area > a > span {
    position: absolute;
    left: 5px;
    top: -6px;
    background: #edcd5a;
    width: 13px;
    height: 13px;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    line-height: 13px; }

.notification-area .box-noti {
  background: 0 0;
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .notification-area .box-noti .flex {
    display: flex; }
    .notification-area .box-noti .flex .flex-col-right {
      max-width: 240px; }
  .notification-area .box-noti .unread {
    background-color: rgba(233, 247, 251, 0.6); }
  .notification-area .box-noti:before {
    bottom: Calc(100% - 8px);
    left: 50%;
    content: " ";
    height: 0;
    pointer-events: none;
    border: 9px solid transparent;
    border-bottom: 9px solid #fff;
    margin-left: -9px;
    width: 0;
    position: absolute; }
  .notification-area .box-noti.active, .notification-area .box-noti:hover {
    display: block; }
  .notification-area .box-noti ul {
    border: 1px solid #efefef;
    background: #fff;
    width: auto;
    min-width: 360px;
    z-index: 15;
    list-style: none;
    margin: 7px 0 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    max-height: 600px;
    overflow-y: auto; }
    .notification-area .box-noti ul li {
      display: block;
      position: relative;
      color: #000;
      overflow: hidden;
      border-bottom: solid 1px #e8e8e8; }
      .notification-area .box-noti ul li a {
        display: block;
        padding: 10px 10px 10px 10px;
        text-decoration: none;
        margin-left: 0px; }
        .notification-area .box-noti ul li a:hover {
          background-color: rgba(233, 247, 251, 0.6); }
        .notification-area .box-noti ul li a.view_more {
          font-size: 13px;
          color: #8ac945;
          text-align: center;
          padding: 13px 10px;
          letter-spacing: .1px; }
      .notification-area .box-noti ul li span {
        letter-spacing: .1px; }
        .notification-area .box-noti ul li span.img {
          float: left;
          margin-right: 10px;
          position: relative;
          width: 60px;
          min-width: 60px;
          text-align: center; }
        .notification-area .box-noti ul li span.text {
          color: #333;
          font-size: 13px;
          line-height: 1.31;
          margin-right: 4px; }
        .notification-area .box-noti ul li span.detail {
          font-size: 13px;
          color: #8ac944; }
        .notification-area .box-noti ul li span.date {
          font-size: 11px;
          color: #999;
          margin-top: 5px;
          display: block;
          margin-left: 0px; }

.box-notification-mobile {
  float: right;
  position: relative;
  margin-right: 5px; }
  .box-notification-mobile button {
    display: inline-block;
    border: 2px solid #17a349;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding: 3px 5px;
    margin-top: 5px;
    background: #fff;
    color: #17a549;
    position: relative; }
    .box-notification-mobile button > span {
      position: absolute;
      left: 12px;
      top: 2px;
      background: #edcd5a;
      width: 13px;
      height: 13px;
      font-size: 10px;
      border-radius: 50%;
      text-align: center;
      color: #000;
      line-height: 13px; }

.has-noti {
  position: relative; }
  .has-noti:before {
    content: "\f0f3"; }
  .has-noti:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -webkit-animation-name: animation;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: animation;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-color: #283d12; }

.inmobile-sidebar-right {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 0;
  background: #000000bd;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .inmobile-sidebar-right.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999; }
  .inmobile-sidebar-right h2 {
    background: #fff;
    margin: 0px;
    padding: 15px 10px;
    font-size: 15px; }
  .inmobile-sidebar-right .box-noti {
    background: 0 0;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 250px; }
    .inmobile-sidebar-right .box-noti:before {
      display: none; }
    .inmobile-sidebar-right .box-noti ul {
      min-width: 100%;
      margin: 0px 0 0;
      position: relative;
      max-height: Calc(100vh - 45px);
      overflow-y: auto; }

@media (max-width: 440px) {
  .box-search-inmobile {
    float: right;
    width: Calc( 100% - 200px); } }
.login-account {
  position: relative; }

.notification-mobile-area {
  display: inline-block;
  margin: 14px 10px 0px 0px;
  padding: 0px;
  float: right;
  width: initial;
  position: relative; }
  .notification-mobile-area a i.fa-bell-o {
    color: #59873c;
    font-size: 18px; }
  .notification-mobile-area a span {
    position: absolute;
    right: 1px;
    top: 0px;
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -8000px; }

.center-fix-all .notification-mobile-area {
  margin: 2px 10px 0px 0px; }
  .center-fix-all .notification-mobile-area a span {
    top: 8px; }

.center-fix-all {
  position: relative;
  z-index: 99; }

.logo {
  width: 170px;
  margin: 15px 0px; }
  @media (max-width: 767px) {
    .logo {
      width: 90px;
      margin: 5px 0px;
      float: left;
      margin-right: 15px; } }
  @media (max-width: 480px) {
    .logo {
      margin-right: 5px;
      margin-left: 5px;
      margin-top: 7px;
      margin-bottom: 7px; } }

.search-box {
  width: 500px;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding-left: 80px;
  position: relative;
  margin-left: 30px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  @media (max-width: 992px) {
    .search-box {
      display: none; } }
  @media (max-width: 767px) {
    .search-box {
      display: block;
      float: left;
      width: initial;
      padding-left: 0px;
      margin-top: 3px;
      border: none;
      height: 36px;
      position: absolute;
      right: 203px; }
      .search-box.open {
        display: block;
        float: left;
        width: Calc(100% - 340px);
        padding-left: 0px;
        margin-top: 3px;
        border: none;
        position: fixed;
        width: Calc(100% - 10px);
        background: #fff;
        height: 36px;
        margin-left: 0px;
        z-index: 9999;
        padding-left: 40px;
        right: 6px; }
        .search-box.open .text-search {
          display: block; }
        .search-box.open .submit-search {
          border: none; }
        .search-box.open .close-btn {
          position: absolute;
          cursor: pointer;
          display: block;
          left: 0px;
          top: 0px;
          width: 38px;
          height: 34px; }
          .search-box.open .close-btn:before {
            content: "";
            position: absolute;
            left: 18px;
            top: 7px;
            height: 21px;
            width: 2px;
            background: #000;
            transform: rotate(45deg);
            opacity: 1; }
          .search-box.open .close-btn:after {
            content: "";
            position: absolute;
            left: 18px;
            top: 7px;
            height: 21px;
            width: 2px;
            background: #000;
            transform: rotate(-45deg); } }
  @media (max-width: 400px) {
    .search-box {
      right: 170px; } }
  .search-box select {
    float: left;
    width: 80px;
    height: 42px;
    border: none;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 5px 0px 8px; }
    @media (max-width: 767px) {
      .search-box select {
        display: none; } }
  .search-box .text-search {
    float: left;
    height: 42px;
    border: none;
    border-left: 1px solid #ebebeb;
    margin-top: 1px;
    width: Calc(100% - 12px);
    margin-left: 5px;
    padding: 0px 12px;
    font-size: 13px;
    outline: none; }
    @media (max-width: 767px) {
      .search-box .text-search {
        float: left;
        height: 34px;
        border: none;
        border-left: none;
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
        padding: 0px 10px;
        font-size: 11px;
        outline: none;
        background: #ebebeb;
        border-radius: 4px;
        display: none; } }
  .search-box .submit-search {
    float: left;
    position: absolute;
    right: 12px;
    top: 11px;
    background: #fff;
    border: none;
    outline: none; }
    @media (max-width: 767px) {
      .search-box .submit-search {
        float: left;
        position: absolute;
        right: 2px;
        top: 2px;
        background: transparent;
        border: none;
        border-radius: 50%;
        border: 2px solid #63a947;
        height: 32px;
        width: 32px;
        color: #63a947; } }

.cate-menu-inhome {
  margin: 30px 0px; }
  @media (max-width: 767px) {
    .cate-menu-inhome {
      margin: 20px 0px; }
      .cate-menu-inhome .container {
        padding: 0px; } }
  @media (max-width: 480px) {
    .cate-menu-inhome {
      margin: 10px 0px; } }
  .cate-menu-inhome .list-cate-menu, .cate-menu-inhome .list-cate-menu-mobile {
    float: left;
    width: 100%; }
    .cate-menu-inhome .list-cate-menu .item-cate-menu, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu {
      text-align: center;
      border: 1px solid #ebebeb;
      height: 154px;
      background: #fff;
      border-right: none;
      outline: none;
      width: 100%;
      display: inline-block; }
      .cate-menu-inhome .list-cate-menu .item-cate-menu:hover img, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu:hover img {
        transform: scale(1.1); }
      .cate-menu-inhome .list-cate-menu .item-cate-menu .img, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu .img {
        height: 110px;
        padding: 10px;
        background-size: initial;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%; }
        .cate-menu-inhome .list-cate-menu .item-cate-menu .img img, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu .img img {
          display: inline-block;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          width: initial;
          max-width: 100%; }
      .cate-menu-inhome .list-cate-menu .item-cate-menu h3, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu h3 {
        margin: 3px 0px 0px 0px;
        line-height: 14px;
        padding: 0px 10px;
        font-size: 14px;
        color: #000;
        font-weight: 400; }
        .cate-menu-inhome .list-cate-menu .item-cate-menu h3 a, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu h3 a {
          font-size: 14px;
          color: #000;
          font-weight: 400; }
          .cate-menu-inhome .list-cate-menu .item-cate-menu h3 a:hover, .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu h3 a:hover {
            color: #17a349; }
  .cate-menu-inhome .list-cate-menu-mobile {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    float: left;
    width: 100%;
    padding: 0 5px 10px 5px;
    background: #fff; }
    .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu {
      display: inline-block;
      width: 31% !important;
      vertical-align: middle;
      position: relative;
      border: none; }
      .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu h3 {
        white-space: normal;
        font-size: 14px;
        color: #000;
        font-weight: 400; }
      @media (max-width: 767px) {
        .cate-menu-inhome .list-cate-menu-mobile .item-cate-menu {
          width: 20% !important;
          min-width: 130px; } }

.slider-product-index .slick-prev, .list-cate-menu .slick-prev, .cate-menu-inhome .list-cate-menu-mobile .slick-prev {
  width: 37px;
  height: 37px;
  background: #fff;
  box-shadow: 0px 0px 6px #ccc;
  z-index: 99;
  border-radius: 50%;
  left: -18px;
  top: 45%; }
  .slider-product-index .slick-prev:before, .list-cate-menu .slick-prev:before, .cate-menu-inhome .list-cate-menu-mobile .slick-prev:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(45deg);
    opacity: 1; }
  .slider-product-index .slick-prev:after, .list-cate-menu .slick-prev:after, .cate-menu-inhome .list-cate-menu-mobile .slick-prev:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(-45deg); }
.slider-product-index .slick-next, .list-cate-menu .slick-next, .cate-menu-inhome .list-cate-menu-mobile .slick-next {
  width: 37px;
  height: 37px;
  background: #fff;
  box-shadow: 0px 0px 6px #ccc;
  z-index: 99;
  border-radius: 50%;
  right: -18px;
  top: 45%; }
  .slider-product-index .slick-next:before, .list-cate-menu .slick-next:before, .cate-menu-inhome .list-cate-menu-mobile .slick-next:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(-45deg);
    opacity: 1; }
  .slider-product-index .slick-next:after, .list-cate-menu .slick-next:after, .cate-menu-inhome .list-cate-menu-mobile .slick-next:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 16px;
    height: 13px;
    width: 1px;
    background: #000;
    transform: rotate(45deg); }
.slider-product-index .slick-prev:hover, .slider-product-index .slick-prev:focus, .slider-product-index .slick-next:hover, .slider-product-index .slick-next:focus, .list-cate-menu .slick-prev:hover, .cate-menu-inhome .list-cate-menu-mobile .slick-prev:hover, .list-cate-menu .slick-prev:focus, .cate-menu-inhome .list-cate-menu-mobile .slick-prev:focus, .list-cate-menu .slick-next:hover, .cate-menu-inhome .list-cate-menu-mobile .slick-next:hover, .list-cate-menu .slick-next:focus, .cate-menu-inhome .list-cate-menu-mobile .slick-next:focus {
  color: transparent;
  outline: none;
  background: #ebebeb; }

.slider-product-index {
  float: left;
  width: 100%;
  position: relative; }
  .slider-product-index.owl-carousel .owl-item {
    min-width: 198px;
    max-width: 198px; }
    @media (max-width: 600px) {
      .slider-product-index.owl-carousel .owl-item {
        min-width: 185px;
        max-width: 185px; } }
    @media (max-width: 400px) {
      .slider-product-index.owl-carousel .owl-item {
        min-width: 155px;
        max-width: 155px; } }
  @media (max-width: 480px) {
    .slider-product-index {
      background: #fff;
      padding: 10px 10px 0px 10px; } }

.product-inhome {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .product-inhome .container {
      padding: 0px; } }
  @media (max-width: 480px) {
    .product-inhome {
      margin-bottom: 15px; }
      .product-inhome .list-product-inhome {
        background: #fff;
        float: left;
        width: 100%;
        padding: 5px !important; }
      .product-inhome .slide-product-cateinhome {
        padding: 0px !important; }
      .product-inhome .pad-box .col-lg-8 {
        padding: 0 0px; }
      .product-inhome .pad-box .item-product-inhome {
        margin: 7px 0; } }
  .product-inhome .list-product-inhome-mobile {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    float: left;
    width: 100%;
    padding: 5px 5px 0px 5px;
    background: #f5f5f5; }
    .product-inhome .list-product-inhome-mobile .item-product-inhome {
      display: inline-block;
      width: 46.5% !important;
      vertical-align: middle;
      position: relative;
      border: none;
      float: initial;
      margin-right: .5rem;
      margin-bottom: 0px;
      margin-top: 0px; }
      @media (max-width: 767px) {
        .product-inhome .list-product-inhome-mobile .item-product-inhome {
          width: 30.5% !important;
          min-width: 200px; } }
      .product-inhome .list-product-inhome-mobile .item-product-inhome h3 {
        white-space: normal;
        padding: 0px 5px;
        margin: 0px; }
        @media (max-width: 480px) {
          .product-inhome .list-product-inhome-mobile .item-product-inhome h3 {
            white-space: normal;
            padding: 0px 5px;
            display: inline-block;
            width: 100%;
            float: left;
            margin: 0px; } }

@media (max-width: 600px) {
  .slider-product-index .item-product-inhome {
    width: 100%; } }

.tab-cate-product {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  position: relative; }
  .tab-cate-product > h2 {
    background: #17a349;
    border-top-left-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    height: 64px;
    line-height: 20px;
    width: 115px;
    position: relative;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0px;
    padding-top: 13px;
    float: left;
    margin-right: 40px;
    position: absolute;
    left: 0px;
    top: 0px; }
    @media (max-width: 480px) {
      .tab-cate-product > h2 {
        margin-right: 25px; } }
    .tab-cate-product > h2:before {
      border: 32px solid transparent;
      border-left-color: #17a349;
      content: '';
      position: absolute;
      right: -64px;
      top: 0px; }
    .tab-cate-product > h2 a {
      color: #fff; }
  .tab-cate-product ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: Calc(100% - 150px);
    display: flex;
    margin-left: 150px; }
    @media (max-width: 992px) {
      .tab-cate-product ul {
        float: left;
        display: flex;
        overflow: hidden;
        overflow-x: scroll; } }
    @media (max-width: 480px) {
      .tab-cate-product ul {
        width: Calc(100%); } }
    .tab-cate-product ul li {
      float: left;
      padding: 5px 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .tab-cate-product ul li {
          display: table; } }
      .tab-cate-product ul li .img {
        height: 33px; }
        .tab-cate-product ul li .img img {
          max-height: 28px;
          width: initial;
          display: inline-block; }
      .tab-cate-product ul li h2 {
        margin: 0px;
        line-height: 13px;
        white-space: nowrap; }
        .tab-cate-product ul li h2 a {
          font-size: 13px;
          color: #000;
          font-weight: 400; }
          .tab-cate-product ul li h2 a:hover {
            color: #17a349; }

.news-index {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .news-index {
      margin-bottom: 5px; }
      .news-index .container {
        padding: 0px; } }
  .news-index .row {
    margin: 0px -7px; }
  .news-index .col-lg-4 {
    padding: 0px 7px; }
  .news-index .cate-news-index {
    float: left;
    width: 100%;
    background: #fff;
    padding: 12px; }
    @media (max-width: 480px) {
      .news-index .cate-news-index {
        padding: 5px; } }
    .news-index .cate-news-index .title-cate-news-index {
      float: left;
      width: 100%; }
      .news-index .cate-news-index .title-cate-news-index a {
        color: #17a349;
        font-weight: 600;
        font-size: 16px;
        float: left;
        padding: 6px 0px 14px 0px; }
  .news-index .avarta-cate {
    float: left;
    width: 100%;
    height: 180px;
    position: relative; }
    @media (max-width: 992px) {
      .news-index .avarta-cate {
        height: initial; } }
    .news-index .avarta-cate .img {
      float: left;
      width: 100%;
      height: 100%; }
      .news-index .avarta-cate .img a {
        float: left;
        width: 100%;
        height: 100%; }
        .news-index .avarta-cate .img a img {
          object-fit: cover;
          object-position: center;
          height: 100%;
          min-width: 100%; }
          @media (max-width: 992px) {
            .news-index .avarta-cate .img a img {
              height: initial; } }
    .news-index .avarta-cate h2 {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: #000000a3;
      margin: 0px;
      padding: 12px 30px;
      line-height: 36px;
      width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 400;
      height: 45px;
      padding: 0px 10px; }
      .news-index .avarta-cate h2 a {
        color: #fff;
        font-weight: 400;
        font-size: 16px; }
  .news-index .list-news-incate {
    float: left;
    width: 100%; }
    .news-index .list-news-incate .item-news-incate {
      float: left;
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #ebebeb; }
      .news-index .list-news-incate .item-news-incate:last-child {
        padding-bottom: 0px;
        border-bottom: none; }
      .news-index .list-news-incate .item-news-incate .img {
        float: left;
        width: 140px;
        height: 80px;
        margin-right: 18px; }
        .news-index .list-news-incate .item-news-incate .img a {
          float: left;
          width: 100%;
          height: 100%; }
          .news-index .list-news-incate .item-news-incate .img a img {
            object-fit: cover;
            object-position: center;
            height: 100%;
            min-width: 100%; }
      .news-index .list-news-incate .item-news-incate h3 {
        margin: 0px;
        line-height: 19px; }
        .news-index .list-news-incate .item-news-incate h3 a {
          font-size: 14px;
          color: #000;
          font-weight: 400; }
          .news-index .list-news-incate .item-news-incate h3 a:hover {
            color: #17a349; }

.map {
  float: left;
  width: 100%; }
  @media (max-width: 480px) {
    .map {
      margin-bottom: 5px; } }
  .map .pad-15 {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px; }
    .map .pad-15 img {
      min-width: 100%; }
    @media (max-width: 480px) {
      .map .pad-15 {
        padding: 5px; } }

.fa-star {
  color: #b9b9b9; }

.box-languages {
  float: right;
  position: relative; }
  .box-languages:hover .show-languages {
    display: block; }
  .box-languages > a {
    padding-bottom: 20px; }

.show-languages {
  display: none;
  position: absolute;
  top: 29px;
  left: -100px;
  z-index: 970;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  color: #444;
  font-size: 1rem;
  vertical-align: top;
  box-shadow: 0px 1px 6px #adabab; }
  .show-languages a {
    float: left;
    width: 100%;
    color: #000 !important;
    padding: 0px !important;
    margin: 0px !important; }
    .show-languages a:hover {
      background: #ebebeb; }
  .show-languages:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: #efe6e6 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    margin-left: -7px;
    left: 50%; }

.xuhuong-timkiem {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .xuhuong-timkiem {
      margin-bottom: 12px; }
      .xuhuong-timkiem .container {
        padding: 0; } }
  .xuhuong-timkiem .title-standard {
    border-bottom: none;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    background: #ffff;
    padding: 20px 10px 0px 10px; }
    .xuhuong-timkiem .title-standard:after {
      display: none; }
    .xuhuong-timkiem .title-standard h2 a {
      padding-bottom: 0px; }
    .xuhuong-timkiem .title-standard h2:after {
      display: none; }
    @media (max-width: 767px) {
      .xuhuong-timkiem .title-standard {
        padding: 10px 5px 10px 5px; } }

.list-xuhuong {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px; }
  @media (max-width: 480px) {
    .list-xuhuong {
      margin-bottom: 12px;
      padding: 5px; } }
  .list-xuhuong .item-cate-menu h3 {
    width: 100%;
    margin: 0px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .list-xuhuong .item-cate-menu h3 a {
      color: #fff;
      font-weight: 400; }

.list-xuhuong-mobile {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  float: left;
  width: 100%;
  padding: 0 5px 10px 5px;
  background: #fff; }
  .list-xuhuong-mobile .item-cate-menu {
    display: inline-block;
    width: 27.5% !important;
    margin-left: .5rem;
    vertical-align: middle;
    margin-bottom: .5rem;
    position: relative;
    border: 0.333px solid rgba(0, 0, 0, 0.09) !important; }
    .list-xuhuong-mobile .item-cate-menu h3 {
      width: 100%;
      margin: 0px;
      font-size: 13px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      height: 26px;
      position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      left: 0;
      right: 0;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .list-xuhuong-mobile .item-cate-menu h3 a {
        color: #fff;
        font-weight: 400; }

.box-tabcate-index .list-product-inhome {
  background: #fff;
  padding: 10px; }
  .box-tabcate-index .list-product-inhome .item-product-inhome {
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px; }
    .box-tabcate-index .list-product-inhome .item-product-inhome h3, .box-tabcate-index .list-product-inhome .item-product-inhome .price, .box-tabcate-index .list-product-inhome .item-product-inhome .review {
      padding-left: 0px;
      padding-right: 0px;
      margin: 0px 0px 0px 0px; }

.pad-box {
  float: left;
  width: 100%;
  padding: 0px 10px;
  background: #fff; }
  .pad-box .row {
    margin: 0px -10px; }
  .pad-box .col-lg-4 {
    padding: 10px; }
  .pad-box .col-lg-8 {
    padding: 0 5px; }
  .pad-box .item-product-inhome {
    margin: 10px 0; }
  .pad-box .flex {
    display: flex; }
  .pad-box .owl-item {
    padding: 0px 5px; }
  .pad-box .banner-cate-inhome {
    float: left;
    width: Calc(100% - 20px);
    height: Calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px; }
    .pad-box .banner-cate-inhome a {
      float: left;
      width: 100%;
      height: 100%;
      position: relative; }
      .pad-box .banner-cate-inhome a img {
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        object-position: center; }
  .pad-box .border-right {
    border-right: 1px solid #ebebeb;
    position: relative; }
  .pad-box .border-left {
    border-left: 1px solid #ebebeb;
    position: relative; }

.box-scroll-cate {
  position: relative;
  margin: 0 auto;
  max-width: 1270px; }
  .box-scroll-cate .side-bar-cate {
    position: absolute !important;
    left: -35px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #eee;
    background: #fff;
    padding-top: 0px;
    top: -10px; }
    @media (max-width: 767px) {
      .box-scroll-cate .side-bar-cate {
        display: none; } }
  .box-scroll-cate .list-icon-cate {
    list-style: none;
    margin-bottom: 0px; }
    .box-scroll-cate .list-icon-cate li {
      width: 100%;
      display: block;
      height: 41px;
      text-align: center; }
      .box-scroll-cate .list-icon-cate li a {
        width: 100%;
        display: block;
        height: 41px;
        text-align: center;
        padding: 5px 0px; }
        .box-scroll-cate .list-icon-cate li a.active, .box-scroll-cate .list-icon-cate li a:hover {
          background: #17a349; }
        .box-scroll-cate .list-icon-cate li a span {
          display: inline-block;
          width: 32px;
          text-align: center;
          padding: 5px 5px 0px 5px;
          height: 32px;
          border-radius: 50%;
          margin: 0 auto;
          background: #ffffff; }

.show-inhove {
  display: none;
  height: 28px; }

@media (max-width: 480px) {
  .list-app {
    display: flex; } }
.map-index {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .map-index {
      margin-bottom: 5px; } }
  .map-index .pad-15 {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px; }
    .map-index .pad-15 img {
      min-width: 100%; }
    @media (max-width: 480px) {
      .map-index .pad-15 {
        padding: 5px; } }

.cate-sub-index {
  list-style: none;
  float: right;
  margin: 0px;
  padding: 4px 0px;
  margin-right: 30px; }
  .cate-sub-index li {
    display: inline-block; }
    .cate-sub-index li a {
      color: #283d12;
      margin: 0px 5px;
      position: relative;
      z-index: 999;
      background: #f5f5f5;
      padding: 0px 10px; }
      .cate-sub-index li a:hover {
        color: #17a349; }

.slide-tab-cate .owl-stage .owl-item:first-child {
  margin-right: 5px !important; }

.fixed .bottom-header {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #fff;
  z-index: 99999; }

.video-index {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }
  .video-index .row {
    margin: 0px -7px; }
  .video-index .col-lg-4 {
    padding: 0px 7px; }
  .video-index .item-video-index {
    background: #fff;
    padding: 11px;
    width: 100%;
    display: inline-block; }
    .video-index .item-video-index .img {
      float: left;
      width: 100%;
      padding: 28%;
      position: relative;
      margin-bottom: 11px; }
      .video-index .item-video-index .img a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
        .video-index .item-video-index .img a img {
          width: 100%;
          float: left; }
    .video-index .item-video-index h2 {
      float: left;
      width: 100%;
      margin: 0px;
      color: #000;
      font-weight: 600;
      line-height: 14px; }
      .video-index .item-video-index h2 a {
        font-size: 14px;
        color: #000;
        font-weight: 500; }
        .video-index .item-video-index h2 a:hover {
          color: #17a349; }

.list-skip-link {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ebebeb; }
  .list-skip-link ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .list-skip-link ul li {
      width: 25%;
      float: left;
      padding: 15px 5px 5px 5px;
      border-right: 1px solid #ebebeb;
      cursor: pointer; }
      .list-skip-link ul li .ico {
        text-align: center;
        width: 100%; }
        .list-skip-link ul li .ico img {
          width: 42px; }
      .list-skip-link ul li .title h2 {
        margin: 12px 0px 5px;
        font-size: 13px;
        text-align: center;
        font-weight: 400; }
        .list-skip-link ul li .title h2 a {
          color: #4a4a4a; }
      .list-skip-link ul li:last-child {
        border-right: none; }

.front-back-page {
  position: relative;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%; }
  .front-back-page.popup {
    position: fixed;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .front-back-page.popup.open {
      opacity: 1;
      visibility: visible; }
  .front-back-page .title-back-page {
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: relative; }
    .front-back-page .title-back-page .back-btn {
      width: Calc(100% - 140px);
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      white-space: nowrap;
      font-size: 17px;
      line-height: 41px;
      text-align: left;
      margin-right: 20px; }
      .front-back-page .title-back-page .back-btn img {
        width: 27px;
        margin: 15px 10px 15px 15px;
        float: left; }
    .front-back-page .title-back-page a {
      color: #333; }
  .front-back-page .come-home {
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px; }
    .front-back-page .come-home .btn-menu-back-home {
      width: 100%;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0px;
      padding: 10px 22px;
      cursor: pointer; }
      .front-back-page .come-home .btn-menu-back-home span {
        background: #524e4e;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 5px; }
    .front-back-page .come-home ul {
      list-style: none;
      padding: 0;
      margin: 0px;
      position: absolute;
      right: 0px;
      top: 100%;
      min-width: 180px;
      min-height: 100px;
      background: #fff;
      box-shadow: 0px 0px 10px #ccc;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }
      .front-back-page .come-home ul.open {
        opacity: 1;
        visibility: visible; }
      .front-back-page .come-home ul li a {
        font-size: 15px;
        float: left;
        width: 100%;
        text-align: left;
        padding: 7px 15px;
        border-bottom: 1px solid #ebebeb; }
        .front-back-page .come-home ul li a i {
          margin-right: 5px; }
  .front-back-page .content-back-page {
    background: #fff;
    padding: 15px; }
    .front-back-page .content-back-page .menu-categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .front-back-page .content-back-page .menu-categories ul li {
        width: 100%;
        display: inline-block;
        position: relative; }
        .front-back-page .content-back-page .menu-categories ul li a {
          text-overflow: ellipsis;
          overflow: hidden;
          color: #333;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          font-size: 14px;
          font-weight: 400;
          position: relative;
          height: 35px; }
          .front-back-page .content-back-page .menu-categories ul li a .img {
            min-width: 30px;
            max-width: 30px;
            margin-right: 15px;
            text-align: center; }
            .front-back-page .content-back-page .menu-categories ul li a .img img {
              max-height: 23px; }
        .front-back-page .content-back-page .menu-categories ul li .arrow-sub-cate {
          position: absolute;
          right: -15px;
          width: 40px;
          height: 100%;
          top: 0px;
          color: #000;
          text-align: center;
          line-height: 35px; }
  .front-back-page .center-fix-all #btn-search-mobile {
    color: #35af60;
    font-size: 17px;
    width: 26px;
    display: inline-block; }
  .front-back-page .center-fix-all .ico-img {
    padding-top: 3px;
    top: -7px; }

@media (max-width: 480px) {
  .number-index-shop {
    display: none; } }
#box-search-mobile.open {
  z-index: 99999999; }

.page-store .section-intro {
  padding: 20px 20px 0px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px #e2d3d3;
  float: left;
  width: 100%; }
  @media (max-width: 992px) {
    .page-store .section-intro {
      padding: 12px 12px 0px 12px; } }
  .page-store .section-intro .left-intro {
    max-width: 250px;
    float: left;
    padding-right: 15px;
    font-size: 13px; }
    @media (max-width: 1200px) {
      .page-store .section-intro .left-intro {
        max-width: 100%;
        padding-right: 0px; } }
    .page-store .section-intro .left-intro .star {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      .page-store .section-intro .left-intro .star span {
        color: #b3b3b3; }
    .page-store .section-intro .left-intro p i {
      margin-right: 5px; }
    .page-store .section-intro .left-intro a {
      color: #ff0000;
      font-weight: 600; }
    .page-store .section-intro .left-intro .member-active {
      margin-top: 10px;
      padding-top: 20px;
      border-top: 1px solid #dedede;
      float: left;
      width: 100%; }
      .page-store .section-intro .left-intro .member-active b {
        float: left;
        width: 100%;
        color: #17a349;
        font-size: 15px; }
        .page-store .section-intro .left-intro .member-active b i {
          margin-right: 5px; }
        .page-store .section-intro .left-intro .member-active b.none-active {
          color: #ff0000; }
    .page-store .section-intro .left-intro .btn-member-active {
      float: left;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
      .page-store .section-intro .left-intro .btn-member-active a {
        color: #fff;
        height: 33px;
        float: left;
        width: Calc(33.3333% - 8px);
        background: #17a349;
        text-align: center;
        line-height: 33px;
        border-radius: 4px;
        margin: 0px 4px; }
        .page-store .section-intro .left-intro .btn-member-active a i {
          font-size: 16px; }
        .page-store .section-intro .left-intro .btn-member-active a.phone-store {
          background: #17a349; }
        .page-store .section-intro .left-intro .btn-member-active a.comment-store {
          background: #8ac944; }
        .page-store .section-intro .left-intro .btn-member-active a.addfriend-store {
          background: #ebebeb; }
  .page-store .section-intro .right-intro {
    width: Calc(100% - 250px);
    float: right; }
    @media (max-width: 1200px) {
      .page-store .section-intro .right-intro {
        width: Calc(100%); } }
    .page-store .section-intro .right-intro .bottom-right-intro {
      float: left;
      width: 100%;
      border-top: 1px solid #ebebeb; }
      .page-store .section-intro .right-intro .bottom-right-intro .menu-store {
        float: left; }
        @media (max-width: 992px) {
          .page-store .section-intro .right-intro .bottom-right-intro .menu-store {
            width: 100%;
            margin-top: 12px;
            border-top: 1px solid #ebebeb; } }
        .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul {
          margin-bottom: 0px; }
          .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li {
            display: inline-block;
            position: relative; }
            @media (max-width: 992px) {
              .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li {
                width: 32%; } }
            .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li.active:after {
              content: "";
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 2px;
              background: #17a349; }
            .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li.active a {
              color: #17a349;
              background: #ebebeb69; }
            .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li a {
              color: #4f4f4f;
              font-weight: 600;
              text-transform: uppercase;
              float: left;
              padding: 15px 40px 10px 40px;
              text-align: center; }
              @media (max-width: 767px) {
                .page-store .section-intro .right-intro .bottom-right-intro .menu-store ul li a {
                  padding: 15px 0px 10px 0px;
                  float: left;
                  width: 100%;
                  text-align: center; } }
      .page-store .section-intro .right-intro .bottom-right-intro .search-in-store {
        float: right;
        border: 1px solid #ebebeb;
        margin-top: 10px;
        border-radius: 4px;
        margin-right: 15px; }
        @media (max-width: 480px) {
          .page-store .section-intro .right-intro .bottom-right-intro .search-in-store {
            margin-right: 0px; } }
        .page-store .section-intro .right-intro .bottom-right-intro .search-in-store input[type="text"] {
          border: none;
          height: 33px;
          padding: 0px 15px;
          font-size: 13px;
          border-radius: 4px;
          width: 220px; }
          @media (max-width: 767px) {
            .page-store .section-intro .right-intro .bottom-right-intro .search-in-store input[type="text"] {
              width: 190px; } }
        .page-store .section-intro .right-intro .bottom-right-intro .search-in-store button {
          background: #17a349;
          color: #fff;
          float: right;
          border: none;
          height: 33px;
          width: 40px;
          border-bottom-right-radius: 4px;
          border-top-right-radius: 4px; }
      .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store {
        float: right;
        width: 155px;
        margin-top: 10px; }
        .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store select, .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store .nice-select {
          width: 100%;
          background: #ebebeb;
          border: none;
          height: 33px;
          line-height: 34px;
          padding: 0px 15px;
          border-radius: 4px; }
          .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store select option, .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store .nice-select option {
            background: #fff; }
        .page-store .section-intro .right-intro .bottom-right-intro .filter-az-store .nice-select .list {
          width: 100%; }

.banner-store {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  @media (max-width: 1200px) {
    .banner-store:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background: #00000059; } }
  .banner-store img {
    float: left;
    width: 100%; }

.img-store {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .img-store {
      margin-top: -78px; } }
  .img-store .img {
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px; }
    .img-store .img img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      min-width: 100%; }
    @media (max-width: 1200px) {
      .img-store .img {
        border: 2px solid #fff;
        margin-left: 35px; } }
    @media (max-width: 767px) {
      .img-store .img {
        margin-left: 15px; } }
  .img-store h2 {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0px 5px 0px; }
    @media (max-width: 1200px) {
      .img-store h2 {
        color: #fff; } }
  .img-store span {
    color: #04a400;
    font-size: 13px; }
    @media (max-width: 1200px) {
      .img-store span {
        color: #fff; } }

.content-intro-store {
  float: left;
  width: 100%;
  padding: 15px 30px;
  background: #fff;
  text-align: justify;
  box-shadow: 0px 0px 3px #ccc;
  margin-bottom: 30px; }
  .content-intro-store h2 {
    text-align: center;
    margin: 10px 0px 20px 0px;
    font-size: 20px;
    color: #17a349; }

.create-page-store .menu-my-store {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px #ccc;
  margin-bottom: 30px; }
  .create-page-store .menu-my-store .banner-store {
    margin-bottom: 0px; }
  .create-page-store .menu-my-store .img-store {
    margin-top: -25px;
    margin-left: 15px; }
    .create-page-store .menu-my-store .img-store h2 {
      margin: 35px 0px 2px 0px; }
    .create-page-store .menu-my-store .img-store a {
      font-size: 13px;
      color: #989595; }
    @media (max-width: 1200px) {
      .create-page-store .menu-my-store .img-store .img {
        margin-left: 0px;
        width: 55px;
        height: 55px; }
      .create-page-store .menu-my-store .img-store h2 {
        color: #4a4a4a;
        font-size: 13px; } }
.create-page-store .form-create-store {
  background: #fff;
  float: left;
  width: 100%;
  box-shadow: 0px 1px 6px #ccc;
  margin-bottom: 30px; }
  .create-page-store .form-create-store .item-input-form {
    display: inline-block;
    width: 100%; }

.title-form h2 {
  font-size: 15px;
  color: #17a349;
  text-transform: uppercase;
  margin: 0px;
  padding: 19px 25px 10px 25px;
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 480px) {
    .title-form h2 {
      padding: 19px 15px 10px 15px; } }
  .title-form h2 img {
    margin-right: 10px;
    margin-top: -7px; }
  .title-form h2 i {
    margin-right: 6px;
    background: #17a349;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 13px; }

.ctn-form {
  float: left;
  width: 100%;
  padding: 25px; }
  @media (max-width: 480px) {
    .ctn-form {
      padding: 10px; } }
  .ctn-form .item-input-form > label {
    float: left;
    width: 170px; }
    @media (max-width: 767px) {
      .ctn-form .item-input-form > label {
        width: 100%; } }
  .ctn-form .item-input-form .group-input {
    float: left;
    width: Calc(100% - 170px);
    max-width: 550px; }
    @media (max-width: 767px) {
      .ctn-form .item-input-form .group-input {
        width: 100%;
        max-width: 100%; } }
    .ctn-form .item-input-form .group-input .full-input {
      float: left;
      width: 100%;
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .ctn-form .item-input-form .group-input .full-input {
          margin-bottom: 5px; } }
      .ctn-form .item-input-form .group-input .full-input label {
        float: left;
        width: 100%;
        font-weight: 400;
        margin-bottom: 5px; }
      .ctn-form .item-input-form .group-input .full-input input, .ctn-form .item-input-form .group-input .full-input textarea, .ctn-form .item-input-form .group-input .full-input select {
        width: 100%;
        height: 45px;
        padding: 0px 15px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin: 0px 0px 5px 0px; }
      .ctn-form .item-input-form .group-input .full-input .nice-select {
        width: 100%;
        height: 45px;
        padding: 0px 15px;
        border-radius: 4px;
        border: 1px solid #ccc;
        margin: 0px 0px 5px 0px; }
        .ctn-form .item-input-form .group-input .full-input .nice-select .list {
          width: 100%; }
      .ctn-form .item-input-form .group-input .full-input textarea {
        min-height: 150px;
        padding: 15px; }
    .ctn-form .item-input-form .group-input span.note {
      float: right; }
    .ctn-form .item-input-form .group-input .skip {
      color: #a0a0a0;
      margin: 5px 0px;
      font-size: 13px;
      line-height: 20px;
      float: left;
      width: 100%; }
  .ctn-form .item-input-form .input-img {
    position: relative;
    min-width: 123px;
    min-height: 123px;
    max-height: 123px;
    max-width: 123px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left; }
    .ctn-form .item-input-form .input-img .note-img {
      position: absolute;
      left: Calc(100% + 30px);
      width: 200px;
      top: Calc(50% - 28px); }
    @media (max-width: 767px) {
      .ctn-form .item-input-form .input-img {
        min-width: 100px;
        min-height: 100px;
        max-height: 100px;
        max-width: 100px; } }
    .ctn-form .item-input-form .input-img:after {
      content: "";
      background: url(../images/img-button-images.png) 0 0 no-repeat;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background-size: auto;
      background-position: center;
      background-color: #fcfcfc;
      border: 1px dashed #e3e2e2;
      border-radius: 2px; }
    .ctn-form .item-input-form .input-img input {
      float: left;
      width: 100%;
      height: 100%;
      z-index: 9;
      position: relative;
      opacity: 0;
      min-width: 123px;
      min-height: 123px;
      cursor: pointer; }

.btn-submit-form {
  float: right;
  width: Calc(100% - 170px);
  margin-top: 20px; }
  @media (max-width: 767px) {
    .btn-submit-form {
      width: 100%;
      max-width: 100%; } }
  .btn-submit-form input {
    border: none;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .btn-submit-form input {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px; } }
  .btn-submit-form a.interview {
    background: #8ac945 !important;
    text-align: center; }
    @media (max-width: 767px) {
      .btn-submit-form a.interview {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px; } }

.menu-bar-store {
  float: left;
  width: 100%;
  background: #fff;
  outline: none; }
  .menu-bar-store h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 15px 15px;
    margin: 5px 0px 0px 0px;
    border-top: 1px solid #cccccc73;
    line-height: 25px; }

.menu-bar-lv-1 {
  float: left;
  width: 100%;
  position: relative; }

.menu-bar-lv-1 a {
  float: left;
  width: 100%;
  line-height: 30px;
  background: #fff;
  margin-bottom: 1px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000; }
  .menu-bar-lv-1 a:hover {
    color: #17a349; }
  .menu-bar-lv-1 a img {
    margin-right: 10px;
    margin-top: -3px; }
.menu-bar-lv-1 span {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.menu-bar-lv-2, .menu-bar-lv-3 {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 35px; }
  .menu-bar-lv-2 a, .menu-bar-lv-3 a {
    position: relative;
    width: 100%;
    float: left;
    padding-left: 35px; }

.menu-bar-lv-2, .menu-bar-lv-3 {
  display: none; }

.menu-bar-lv-2 a {
  padding: 5px 15px; }
.menu-bar-lv-2 i:last-child {
  margin-right: 7px; }

.menu-bar-lv-3 a {
  padding: 5px 33px; }

.rotate-menu {
  transform: rotate(180deg);
  top: 10px !important; }

.menu-btn-show {
  position: absolute;
  width: 28px;
  height: 27px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  right: 15px;
  top: 130px;
  z-index: 9999; }
  .menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #106d62;
    float: left;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; }
  .menu-btn-show.active .border-style {
    background: #fff;
    display: none; }
    .menu-btn-show.active .border-style:first-child {
      transform: rotate(42deg);
      margin-top: 5px;
      display: block; }
    .menu-btn-show.active .border-style:last-child {
      transform: rotate(-42deg);
      margin-top: -9px;
      display: block; }

.menu-bar-lv-1 a {
  float: left;
  width: 100%;
  line-height: 30px;
  background: #fff;
  margin-bottom: 1px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000; }
  .menu-bar-lv-1 a:hover {
    color: #17a349; }

.menu-bar-lv-1 a img {
  margin-right: 10px;
  margin-top: -3px; }

.menu-bar-lv-1 span {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.menu-bar-lv-2,
.menu-bar-lv-2 a,
.menu-bar-lv-3,
.menu-bar-lv-3 a {
  position: relative;
  width: 100%;
  float: left;
  padding-left: 35px; }

.menu-bar-lv-2,
.menu-bar-lv-3 {
  display: none; }

.menu-bar-lv-2 a {
  padding: 5px 15px; }

.menu-bar-lv-2 i:last-child {
  margin-right: 7px; }

.menu-bar-lv-3 a {
  padding: 5px 33px; }

.rotate-menu {
  transform: rotate(180deg);
  top: 10px !important; }

.menu-btn-show {
  position: absolute;
  width: 28px;
  height: 27px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  right: 15px;
  top: 130px;
  z-index: 9999; }

.menu-btn-show .border-style {
  width: 100%;
  height: 4px;
  background: #106d62;
  float: left;
  margin-bottom: 5px;
  border-radius: 10px;
  transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.menu-btn-show.active .border-style {
  background: #fff;
  display: none; }

.menu-btn-show.active .border-style:first-child {
  transform: rotate(42deg);
  margin-top: 5px;
  display: block; }

.menu-btn-show.active .border-style:last-child {
  transform: rotate(-42deg);
  margin-top: -9px;
  display: block; }

.fix-img-bg {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: #000;
  border-radius: 50px;
  padding: 3px 15px 2px 15px;
  font-size: 13px;
  z-index: 99; }
  .fix-img-bg i {
    margin-right: 7px; }

.box-banbuon {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .box-banbuon .row {
    float: left;
    width: Calc(100% - 45px);
    margin: 0px -7px; }
  .box-banbuon .col-lg-4 {
    padding: 0px 7px; }

.btn-add-price {
  float: right;
  width: 45px;
  height: 45px;
  background: #17a349;
  border: none;
  border-radius: 4px; }
  .btn-add-price button {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #17a349;
    border-radius: 4px;
    border: none; }

/*Tab content*/
.tabs-standard {
  padding: 15px;
  margin: 0 auto;
  background: #fff;
  display: inline-block;
  width: 100%; }

.tabs-standard section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd; }

.tabs-standard input {
  display: none; }

.tabs-standard label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent; }

.tabs-standard label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px; }

.tabs-standard label[for*='1']:before {
  content: '\f015'; }

.tabs-standard label[for*='2']:before {
  content: '\f0e7'; }

.tabs-standard label[for*='3']:before {
  content: '\f016'; }

.tabs-standard label[for*='4']:before {
  content: '\f013'; }

.tabs-standard label:hover {
  color: #888;
  cursor: pointer; }

.tabs-standard input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff; }

.tabs-standard #tab1:checked ~ #content1,
.tabs-standard #tab2:checked ~ #content2,
.tabs-standard #tab3:checked ~ #content3,
.tabs-standard #tab4:checked ~ #content4 {
  display: block; }

@media screen and (max-width: 650px) {
  .tabs-standard label {
    font-size: 0; }

  .tabs-standard label:before {
    margin: 0;
    font-size: 18px; } }
@media screen and (max-width: 400px) {
  .tabs-standard label {
    padding: 15px; } }
.tab-notification .item.unread {
  background-color: #f6fcff; }
.tab-notification .item {
  padding: 25px;
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
  float: left;
  width: 100%;
  position: relative; }
  @media (max-width: 600px) {
    .tab-notification .item {
      padding: 10px; } }
  .tab-notification .item div {
    font-size: 13px;
    margin-bottom: 0;
    float: left; }
    .tab-notification .item div.account-notify-date {
      width: 12%; }
      @media (max-width: 600px) {
        .tab-notification .item div.account-notify-date {
          width: 100%;
          margin-bottom: 10px; } }
    .tab-notification .item div.img {
      max-width: 100px;
      margin-right: 20px; }
      .tab-notification .item div.img img {
        float: left;
        margin-top: -5px; }
    .tab-notification .item div.account-notify-content {
      width: 88%;
      padding-bottom: 0;
      padding-right: 190px;
      position: relative; }
      @media (max-width: 600px) {
        .tab-notification .item div.account-notify-content {
          width: 100%;
          padding-right: 0px; } }
      .tab-notification .item div.account-notify-content p {
        margin-bottom: 0;
        padding-left: 60px;
        text-align: justify; }
      .tab-notification .item div.account-notify-content .account-unread-notify-status-icon {
        position: absolute;
        right: 35px;
        height: 28px;
        margin: auto;
        border-radius: 4px;
        background: 0 0;
        border: none;
        color: #007ff0;
        font-size: 14px;
        top: -5px;
        bottom: auto; }
        @media (max-width: 600px) {
          .tab-notification .item div.account-notify-content .account-unread-notify-status-icon {
            position: relative;
            right: 0px;
            top: 0;
            bottom: auto;
            width: Calc(100% - 100px);
            text-align: left;
            float: left; } }
      .tab-notification .item div.account-notify-content .account-delete-notify-status-icon {
        right: 0;
        color: #d52e1d;
        top: -5px;
        bottom: auto;
        position: absolute;
        height: 28px;
        margin: auto;
        border-radius: 4px;
        background: 0 0;
        border: none;
        font-size: 14px; }
        @media (max-width: 600px) {
          .tab-notification .item div.account-notify-content .account-delete-notify-status-icon {
            right: 0;
            top: -5px;
            bottom: auto;
            position: relative;
            top: 0;
            bottom: auto;
            width: 100px;
            text-align: right;
            float: right; } }

/*end tab content*/
.menu-my-store .box-in-special {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 999; }
  .menu-my-store .box-in-special a {
    background: #8ac945;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0px 5px;
    cursor: pointer; }
    .menu-my-store .box-in-special a:last-child {
      background: #598626; }

.form-buywith-gca .item-input-form > label {
  float: left;
  width: 210px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .form-buywith-gca .item-input-form > label {
      width: 100%; } }
.form-buywith-gca .item-input-form .group-input {
  float: left;
  width: Calc(100% - 220px);
  max-width: 650px; }
  @media (max-width: 767px) {
    .form-buywith-gca .item-input-form .group-input {
      width: 100%;
      max-width: 100%; }
      .form-buywith-gca .item-input-form .group-input .input-img {
        height: initial !important; } }
.form-buywith-gca .item-input-form label {
  color: #636161; }

.required {
  color: red; }

.form-buywith-gca h2.title-inform {
  float: left;
  width: 100%;
  margin: 15px 0px 20px 0px;
  font-size: 18px; }
.form-buywith-gca .pad-15 {
  padding: 0px 15px; }
  @media (max-width: 480px) {
    .form-buywith-gca .pad-15 {
      padding: 0; } }
@media (max-width: 767px) {
  .form-buywith-gca label {
    font-weight: 600 !important; } }
.form-buywith-gca .awe-check .radio {
  margin-bottom: 8px;
  margin-top: 0px; }
.form-buywith-gca .flex {
  display: flex; }
  .form-buywith-gca .flex .awe-check {
    display: inline-block;
    width: 250px; }
  @media (max-width: 600px) {
    .form-buywith-gca .flex {
      display: block;
      margin: 7px 0px; } }
.form-buywith-gca .note-check p {
  margin-bottom: 2px;
  font-size: 13px; }
.form-buywith-gca .note-check em {
  color: #999;
  font-size: 13px; }
.form-buywith-gca .two-input .input-phone {
  float: left;
  width: Calc(100% - 100px) !important;
  border-left: none !important; }
.form-buywith-gca .two-input .location-phone {
  width: 100px !important;
  float: left; }
.form-buywith-gca .full-input p {
  font-size: 13px; }
.form-buywith-gca .btn-submit-form {
  float: left;
  width: initial;
  margin-right: 20px;
  margin-bottom: 20px; }
.form-buywith-gca .btn-step-gca {
  line-height: 42px;
  height: 42px;
  width: 100%;
  max-width: 150px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 5px;
  border: 1px solid #63a947;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  color: #63a947;
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  text-align: center;
  margin-right: 20px;
  float: left; }
  .form-buywith-gca .btn-step-gca:hover {
    background-color: #63a947;
    color: #fff; }
.form-buywith-gca .upload-cmt .input-img {
  max-width: 500px;
  width: 100%;
  height: 260px;
  max-height: initial; }
  @media (max-width: 480px) {
    .form-buywith-gca .upload-cmt .input-img {
      height: 200px; } }
.form-buywith-gca .bg-pop-white {
  background: #fff;
  float: left;
  width: 100%;
  overflow-y: initial;
  max-height: initial;
  margin: 0 auto; }
  .form-buywith-gca .bg-pop-white:after {
    content: "";
    background: url(../images/vectorft.png) 0 0 no-repeat;
    position: absolute;
    top: 15px;
    left: Calc(-80%);
    right: 0px;
    margin: auto; }
.form-buywith-gca #login-box-popup, .form-buywith-gca #register-box-popup, .form-buywith-gca #register-box-popup {
  max-width: 650px;
  margin: 0 auto; }

.categories-product-page {
  float: left;
  width: 100%;
  position: relative; }
  .categories-product-page .product-inhome {
    float: left;
    width: 100%;
    position: relative; }
  .categories-product-page .section-product {
    margin-top: 0px; }

f.detail-product-page {
  float: left;
  width: 100%;
  position: relative; }

/* detail product*/
#Zoom-1 .mz-expand div a,
html body .mz-expand div:last-child a,
html body .mz-expand div:first-child a,
.mz-expand a,
.mz-zoom-window div:last-child,
.mz-zoom-window div:first-child,
.mz-zoom-window a, .mz-figure span,
.mz-figure div:first-child,
.mz-figure div:last-child,
.mz-figure span:first-child,
.mz-zoom-window span, .mz-active span {
  text-indent: 9000px !important;
  color: #000 !important;
  opacity: 0; }

.detail-product-page {
  float: left;
  width: 100%;
  padding: 10px 0px; }

.big-img {
  max-height: 500px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin-top: 0px;
  position: relative;
  display: table;
  height: 500px !important;
  float: left; }
  @media (max-width: 480px) {
    .big-img {
      max-height: 320px;
      height: 320px !important; } }

.MagicZoom {
  display: table-cell;
  vertical-align: middle; }

.thumb-img {
  text-align: center;
  float: left;
  width: 100%; }

.thumb-img a {
  height: 60px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 480px) {
    .thumb-img a {
      height: 40px; } }

#owl-detail .owl-item img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center; }

.thumb-img a img {
  display: inline-block; }

figure.mz-figure {
  overflow: hidden;
  margin: 0 !important;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  vertical-align: middle;
  text-align: center; }
  @media (max-width: 767px) {
    figure.mz-figure {
      height: 320px; } }

.MagicZoom > img, .mz-figure > img {
  width: 100%;
  height: auto;
  max-height: 500px !important; }

body div div#main div div div div div div div#zoom-fig div a#Zoom-1 > .mz-figure > img {
  max-height: 100% !important;
  width: initial !important;
  max-width: 100% !important; }

a[data-zoom-id] img, .mz-thumb img {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  width: initial;
  height: 100%; }

.selectors {
  float: left;
  width: 100%;
  margin-top: 30px; }

#owl-detail {
  opacity: 1;
  display: block;
  width: 400px;
  margin: 30px auto;
  display: inline-block !important;
  float: initial; }
  @media (max-width: 480px) {
    #owl-detail {
      width: Calc(100% - 60px); } }

#owl-detail .owl-item a {
  border: 1px solid #ebebeb;
  text-align: center; }

#owl-detail .owl-prev {
  position: absolute;
  left: -27px;
  bottom: 20px;
  font-size: 22px; }
  @media (max-width: 480px) {
    #owl-detail .owl-prev {
      left: -45px; } }

#owl-detail .owl-next, #owl-detail .owl-carousel.owl-theme .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav #owl-detail .owl-prev {
  position: absolute;
  right: -27px;
  bottom: 20px;
  font-size: 22px; }
  @media (max-width: 480px) {
    #owl-detail .owl-next, #owl-detail .owl-carousel.owl-theme .owl-nav .owl-prev, .owl-carousel.owl-theme .owl-nav #owl-detail .owl-prev {
      right: -45px; } }

.mz-thumb-selected img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

#owl-detail .owl-item .mz-thumb-selected {
  border: 1px solid #000; }

.mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  opacity: 1;
  filter: alpha(opacity=1); }

.title-detail-product {
  float: left;
  width: 100%; }

.title-detail-product h1 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 400;
  font-size: 25px;
  color: #333;
  font-family: 'Roboto'; }

.sku-product {
  float: left;
  width: 100%;
  margin-top: -3px; }
  .sku-product a {
    margin-left: 5px;
    color: #17a349; }

.description-product {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.description-product ul {
  padding: 0px 18px;
  color: #17a349;
  font-size: 14px; }

.description-product p {
  color: #333;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 2px; }

.price-product {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ded9d9; }

.item-price-product {
  float: left; }

.reviews-product {
  float: left;
  width: 33.3333%; }

.ship-product {
  float: right;
  width: 33.3333%; }

.item-price-product p {
  font-size: 20px;
  color: #ff0000;
  text-transform: uppercase;
  font-family: 'Roboto';
  margin-bottom: 5px;
  font-weight: 600;
  display: inline-block;
  margin-top: 0px; }

.item-price-product span {
  font-size: 15px;
  text-decoration: line-through;
  color: #bebebe;
  display: inline-block;
  margin-left: 10px; }

.item-price-product spam {
  float: right;
  background: #ffcd08;
  padding: 4px 10px;
  margin-top: -2px; }

.reviews-product {
  text-align: right;
  margin-top: 10px;
  font-family: 'Roboto';
  font-size: 15px;
  float: right; }

.reviews-product .rating-symbol {
  display: inline-block; }

.reviews-product .rating-symbol i.checked {
  color: #f5c50c; }

.reviews-product .rating-symbol {
  display: inline-block;
  font-size: 14px;
  color: #dddddd; }

.reviews-product span {
  margin-left: 7px; }

.ship-product {
  float: right;
  margin-top: 10px; }

.ship-product p {
  text-align: right;
  font-size: 14px;
  color: #333;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: 'Roboto'; }

.ship-product span {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  font-family: 'Roboto';
  text-align: right;
  float: right;
  width: 100%; }

.option-product-detail {
  float: left;
  width: 100%; }

.item-option-product-detail {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.item-option-product-detail label {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto';
  float: left;
  width: 100px; }

.color-product-detail {
  float: left; }

.color-product-detail span {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  margin-top: -7px; }

.color-product-detail span:hover, .color-product-detail span.active {
  border: 1px solid #333; }

.size-product-detail span {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: #fff;
  float: left;
  margin-right: 15px;
  margin-top: -7px;
  text-align: center;
  padding-top: 4px; }

.size-product-detail span:hover, .size-product-detail span.active {
  border: 1px solid #333;
  background: #dedede; }

.quality-product-detail {
  float: left;
  position: relative; }

.quality-product-detail input {
  float: left;
  height: 35px;
  width: 120px;
  padding-left: 30px;
  margin-top: -7px;
  font-size: 17px;
  font-family: 'Roboto';
  padding-right: 30px;
  text-align: center; }

.btn_count .increase {
  position: absolute;
  border: none;
  background: transparent;
  top: 1px;
  right: 5px;
  font-weight: 300; }

.btn_count .reduced {
  position: absolute;
  border: none;
  background: transparent;
  top: 1px;
  left: 5px;
  font-weight: 300; }

.addcart-detail-product {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px; }

.addcart-detail-product a {
  margin-bottom: 15px; }

.social-detail-product {
  float: left;
  width: 100%;
  position: relative; }

.infor-detail-product {
  float: left;
  width: 100%; }

.infor-tab-detail {
  float: left;
  width: 100%; }

.infor-tab-detail ul li {
  display: inline-block;
  float: left; }

.infor-tab-detail ul li a {
  font-family: 'Roboto';
  color: #d7d7d7;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  float: left;
  padding: 10px 0px 10px 0px;
  margin-right: 30px;
  font-weight: 600; }

.infor-tab-detail ul li.active a, .infor-tab-detail ul li:hover a {
  color: #333;
  border-bottom: 2px solid #000000; }

.infor-tab-detail ul {
  padding-left: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb; }

.ctn-detail-product {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.ctn-left-detail {
  width: 100%;
  float: left; }

.ctn-left-detail h2 {
  color: #4a4a4a;
  float: left;
  width: 100%;
  font-family: 'Roboto';
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px; }

.ctn-left-detail p {
  font-family: 'Roboto';
  font-size: 15px;
  line-height: 24px; }

.ctn-left-detail ul {
  list-style: square;
  margin-top: 20px;
  margin-bottom: 20px; }

.ctn-left-detail ul li p {
  line-height: 24px; }

.log-detail-product {
  float: right;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px; }

.log-detail-product h2 a {
  color: #73b11a;
  float: left;
  width: 100%;
  font-family: 'Roboto';
  font-size: 17px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.thumb-img .slick-prev {
  background: url(../images/icon-prev-thumb.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  top: 31%;
  left: -40px; }

.thumb-img .slick-next {
  background: url(../images/icon-next-thumb.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  top: 31%;
  right: -40px; }

.thumb-img .slick-prev:before, .thumb-img .slick-next:before {
  display: none; }

.social-detail-product a {
  float: left;
  width: 100%;
  color: #4267b2;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px; }

.review span {
  color: #b3b3b3; }

.addcart-detail-product .btn-style-1, .addcart-detail-product .btn-submit-form input, .btn-submit-form .addcart-detail-product input, .addcart-detail-product .btn-submit-form a.interview, .btn-submit-form .addcart-detail-product a.interview {
  width: initial;
  max-width: initial;
  font-size: 14px;
  text-transform: initial;
  margin-right: 15px;
  font-weight: 400;
  width: 170px;
  text-align: center;
  text-transform: capitalize !important;
  border-radius: 3px;
  padding: 0px 0px; }
  .addcart-detail-product .btn-style-1:last-child, .addcart-detail-product .btn-submit-form input:last-child, .btn-submit-form .addcart-detail-product input:last-child, .addcart-detail-product .btn-submit-form a.interview:last-child, .btn-submit-form .addcart-detail-product a.interview:last-child {
    margin-right: 0px; }
  .addcart-detail-product .btn-style-1 i, .addcart-detail-product .btn-submit-form input i, .btn-submit-form .addcart-detail-product input i, .addcart-detail-product .btn-submit-form a.interview i, .btn-submit-form .addcart-detail-product a.interview i {
    margin-right: 7px;
    font-size: 15px; }
  @media (max-width: 480px) {
    .addcart-detail-product .btn-style-1, .addcart-detail-product .btn-submit-form input, .btn-submit-form .addcart-detail-product input, .addcart-detail-product .btn-submit-form a.interview, .btn-submit-form .addcart-detail-product a.interview {
      width: 100%;
      line-height: 45px;
      height: 42px; } }
.addcart-detail-product .chat-buyer {
  background: #8bc845; }

.infor-buyer-store {
  float: left;
  width: 100%;
  margin-top: 13px;
  font-size: 13px; }

.helptext-store a {
  color: #17a349; }

.white-full {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px; }

.address-buyer-store .page-store {
  margin-top: 30px; }
  .address-buyer-store .page-store .section-intro {
    background: #f7f7f7; }
    .address-buyer-store .page-store .section-intro .left-intro {
      max-width: 100%;
      float: left;
      padding-right: 0px;
      font-size: 13px; }
      @media (max-width: 1200px) {
        .address-buyer-store .page-store .section-intro .left-intro .img-store {
          margin-top: 0px; }
        .address-buyer-store .page-store .section-intro .left-intro .img-store .img {
          border: 2px solid #fff;
          margin-left: 0px; }
        .address-buyer-store .page-store .section-intro .left-intro .img-store h2 {
          color: #000; }
        .address-buyer-store .page-store .section-intro .left-intro .img-store span {
          color: #000; } }
      .address-buyer-store .page-store .section-intro .left-intro a {
        color: #63a947;
        font-weight: 600;
        font-size: 14px; }

.btn-contact-shop {
  float: left;
  width: 100%;
  margin: 15px 0px; }
  .btn-contact-shop a {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 14px;
    padding: 6px 14px;
    border: 1px solid #c5b8b8;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 4px;
    background: #fff; }
    .btn-contact-shop a:last-child {
      margin-right: 0px; }
    .btn-contact-shop a:hover {
      background: #63a947;
      color: #fff !important; }

.title-full {
  font-family: 'Roboto';
  color: #333;
  border-bottom: 1px solid #bdbcbc;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  float: left;
  padding: 4px 0px 12px 0px;
  margin-right: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%; }

.view-more-detail {
  cursor: pointer;
  color: #17a349;
  font-weight: 600;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
  padding: 15px; }

.ctn-left-detail {
  width: 100%;
  float: left;
  height: 370px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.ctn-left-detail.active {
  height: initial;
  -webkit-mask-image: none; }

.view-more-detail:hover {
  background: #ebebeb; }

.box-input-review {
  float: left;
  width: 100%;
  font-size: 13px; }
  .box-input-review textarea {
    width: 100%;
    margin-bottom: 5px;
    height: 100px; }
  .box-input-review spam {
    margin-right: 10px; }

.btn-review {
  margin-top: 15px; }
  .btn-review .btn-style-1, .btn-review .btn-submit-form input, .btn-submit-form .btn-review input, .btn-review .btn-submit-form a.interview, .btn-submit-form .btn-review a.interview {
    line-height: 45px;
    height: 40px;
    width: initial;
    max-width: initial; }

.review-product-box {
  float: left;
  width: 100%; }
  .review-product-box .item-review-product {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .review-product-box .item-review-product .title-review {
      float: left;
      width: 100%;
      margin-bottom: 6px; }
      .review-product-box .item-review-product .title-review h2 {
        float: left;
        margin: 0px;
        font-size: 15px;
        margin-right: 15px;
        font-weight: 600; }

.table-banbuon {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  margin-bottom: 15px; }

.red {
  color: red; }

.table-banbuon table > thead > tr > th, .table-banbuon table > tbody > tr > th, .table-banbuon table > tfoot > tr > th, .table-banbuon table > thead > tr > td, .table-banbuon table > tbody > tr > td, .table-banbuon table > tfoot > tr > td {
  padding: 8px 15px !important;
  border-right: 1px solid #ebebeb; }

.title-detail-product .nice-select {
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 12px; }
  .title-detail-product .nice-select .list {
    width: 100%; }
  .title-detail-product .nice-select .current {
    color: #17a349;
    font-weight: 500;
    position: relative; }
  .title-detail-product .nice-select.address-ship .current {
    padding-left: 115px; }
    .title-detail-product .nice-select.address-ship .current:after {
      content: "Vận chuyển đến:";
      position: absolute;
      left: 0px;
      top: -1px;
      line-height: 20px;
      white-space: nowrap;
      color: #232121; }
  .title-detail-product .nice-select.price-ship .current {
    padding-left: 115px; }
    .title-detail-product .nice-select.price-ship .current:after {
      content: "Phí vận chuyển:";
      position: absolute;
      left: 0px;
      top: -1px;
      line-height: 20px;
      white-space: nowrap;
      color: #232121; }
.title-detail-product em {
  margin-top: 5px;
  margin-bottom: 30px;
  float: left;
  width: 100%; }

.list {
  overflow-y: auto !important;
  max-height: 300px; }

.map iframe, .map img {
  margin-bottom: 20px;
  height: 348px; }

.map p {
  margin-bottom: 0px;
  font-size: 13px; }

@media (max-width: 480px) {
  .detail-product-page .product-inhome {
    padding: 0px 15px; }

  .detail-product-page .list-product-inhome .owl-nav.disabled {
    display: block !important; } }
.mz-expand figure.mz-figure {
  display: initial; }

/*end detail product*/
.page-goi-y {
  float: right;
  width: Calc(100%); }
  .page-goi-y .title {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px; }
    .page-goi-y .title:after {
      content: "";
      background: #dedede;
      top: 47px;
      left: 0px;
      width: 100%;
      height: 1px;
      position: absolute; }
      @media (max-width: 767px) {
        .page-goi-y .title:after {
          top: 42px; } }
    .page-goi-y .title h2 {
      display: inline-block;
      background: #17a349;
      color: #fff;
      font-weight: 400;
      font-size: 22px;
      text-transform: uppercase;
      padding: 16px 30px 12px 30px;
      border-radius: 50px;
      position: relative;
      z-index: 9; }
      @media (max-width: 767px) {
        .page-goi-y .title h2 {
          font-size: 15px; } }
  @media (max-width: 620px) {
    .page-goi-y {
      width: 100%;
      margin-right: 0px; } }
  .page-goi-y .item-product-inhome {
    width: Calc(16.6667% - 6px);
    float: left;
    margin: 3px;
    box-shadow: 0px 0px 3px #c7bcbc; }
    @media (max-width: 1200px) {
      .page-goi-y .item-product-inhome {
        width: Calc(25% - 6px); } }
    @media (max-width: 992px) {
      .page-goi-y .item-product-inhome {
        width: Calc(50% - 6px); } }

.info-vanchuyen-setting {
  float: left;
  width: 100%;
  padding: 15px; }
  .info-vanchuyen-setting h2 {
    margin: 10px 0px 10px 0px;
    font-size: 14px;
    color: #17a349; }

.method-transform {
  float: left;
  margin-top: 15px;
  width: 100%; }
  .method-transform ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .method-transform ul li {
      display: flex;
      float: left;
      width: 100%;
      padding: 15px 0px;
      border-top: 1px solid #ebebeb;
      position: relative; }
      @media (max-width: 600px) {
        .method-transform ul li {
          display: block; } }
      .method-transform ul li .col-left {
        min-width: 200px;
        float: left; }
        @media (max-width: 992px) {
          .method-transform ul li .col-left {
            min-width: 120px; } }
      .method-transform ul li .col-center {
        width: 100%;
        float: left; }
        .method-transform ul li .col-center .info {
          display: flex; }
          .method-transform ul li .col-center .info div {
            margin: 0px 5px; }
          .method-transform ul li .col-center .info p {
            margin-bottom: 0px;
            font-size: 13px; }
        @media (max-width: 600px) {
          .method-transform ul li .col-center {
            margin-bottom: 15px; } }
      .method-transform ul li .col-right {
        min-width: 110px;
        text-align: center;
        float: right; }
        @media (max-width: 600px) {
          .method-transform ul li .col-right {
            min-width: 70px; } }

.ios8-switch {
  position: absolute;
  visibility: hidden;
  margin: 4px 0 0 10px; }

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 2px 0 0 50px;
  line-height: 2.0em;
  cursor: pointer;
  margin-bottom: 5px; }

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -7px;
  width: 57px;
  height: 27px;
  border-radius: 16px;
  background: #bbbbbb;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: -6px;
  width: 25px;
  height: 25px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 31px; }

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #55D069; }

input[type="checkbox"].ios8-switch-sm {
  margin: 5px 0 0 10px; }

input[type="checkbox"].ios8-switch-sm + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em; }

input[type="checkbox"].ios8-switch-sm + label:before {
  width: 25px;
  height: 15px;
  border-radius: 10px; }

input[type="checkbox"].ios8-switch-sm + label:after {
  width: 15px;
  height: 15px;
  border-radius: 10px; }

input[type="checkbox"].ios8-switch-sm + label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-sm:checked + label:after {
  margin-left: 10px; }

input[type="checkbox"].ios8-switch-lg {
  margin: 10px 0 0 20px; }

input[type="checkbox"].ios8-switch-lg + label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em; }

input[type="checkbox"].ios8-switch-lg + label:before {
  width: 50px;
  height: 30px;
  border-radius: 20px; }

input[type="checkbox"].ios8-switch-lg + label:after {
  width: 30px;
  height: 30px;
  border-radius: 20px; }

input[type="checkbox"].ios8-switch-lg + label:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-lg:checked + label:after {
  margin-left: 20px; }

.table-buyer {
  float: left;
  width: 100%;
  padding: 15px 25px; }

.internet-banking-page {
  float: left;
  width: 100%;
  padding: 20px; }

.item-card-bank {
  float: left;
  max-width: 282px;
  width: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 7px #afc4da;
  border-radius: 4px;
  margin-right: 30px;
  margin-bottom: 30px; }
  .item-card-bank .add-product-manager {
    border-radius: 4px; }
  .item-card-bank .title {
    float: left;
    width: 100%;
    background: #17a349;
    padding: 15px;
    border-radius: 4px; }
    .item-card-bank .title .icon {
      float: left;
      width: 100%; }
    .item-card-bank .title h2 {
      float: right;
      margin: 10px 0px;
      color: #fff;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 16px; }
  .item-card-bank .block-card {
    float: left;
    width: 100%;
    padding: 10px 20px; }
    .item-card-bank .block-card .attr-card {
      display: flex;
      padding-top: 50px;
      text-transform: uppercase; }
      .item-card-bank .block-card .attr-card .status {
        margin-left: auto; }
      .item-card-bank .block-card .attr-card a {
        color: #17a349;
        text-transform: initial;
        float: right;
        margin-top: 29px; }
        .item-card-bank .block-card .attr-card a i {
          margin-right: 5px; }

/* #review-product-popup*/
.white-popup .mfp-close {
  right: 20px;
  top: 27px;
  cursor: pointer;
  z-index: 9999; }

.white-popup {
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 890px;
  margin: 20px auto; }

.bg-pop-white {
  background: #fff;
  float: left;
  width: 100%;
  overflow-y: auto;
  max-height: 650px; }

.white-popup .mfp-close {
  right: 20px;
  top: 31px;
  cursor: pointer;
  z-index: 9999; }

.mfp-close {
  background: url(../images/btn-close.png) no-repeat; }

#fixed-account-bank {
  max-width: 400px; }

.title-popup {
  float: left;
  width: 100%; }
  .title-popup h2 {
    margin: 0px;
    background: #17a349;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px; }

.ctn-popup {
  padding: 20px;
  float: left;
  width: 100%;
  font-size: 13px; }
  .ctn-popup .item-popup {
    margin-bottom: 15px;
    float: left;
    width: 100%; }
    .ctn-popup .item-popup label {
      margin-bottom: 5px;
      color: #a0a0a0; }
    .ctn-popup .item-popup p {
      font-size: 14px;
      margin-bottom: 0px; }
  .ctn-popup .btn-tool {
    margin-top: 15px;
    width: 100%; }

/* end #review-product-popup*/
.form-fixed .radio {
  float: left;
  margin-top: 10px;
  margin-right: 30px; }

.manager-product-store {
  float: left;
  width: 100%; }

.nav-manager-product {
  float: left;
  width: 100%;
  background: #fff; }
  .nav-manager-product .count-product {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    padding: 15px 0px 10px 20px;
    text-align: center; }
  .nav-manager-product .manager-nav {
    float: right;
    margin-bottom: 0px; }
    @media (max-width: 450px) {
      .nav-manager-product .manager-nav {
        width: 100%; } }
    .nav-manager-product .manager-nav li {
      display: inline-block;
      position: relative;
      float: left; }
      @media (max-width: 992px) {
        .nav-manager-product .manager-nav li {
          min-width: 100px; } }
      @media (max-width: 450px) {
        .nav-manager-product .manager-nav li {
          width: 33.333%;
          min-width: initial; } }
      .nav-manager-product .manager-nav li.active:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #17a349; }
      .nav-manager-product .manager-nav li.active a {
        color: #17a349;
        background: #ebebeb69; }
      .nav-manager-product .manager-nav li a {
        color: #4f4f4f;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        padding: 15px 40px 10px 40px;
        text-align: center; }
        @media (max-width: 767px) {
          .nav-manager-product .manager-nav li a {
            padding: 15px 8px 10px 8px;
            float: left;
            width: 100%;
            text-align: center; } }

.filter-manager-product {
  float: left;
  width: 100%;
  margin: 23px 0px; }
  .filter-manager-product .search-filter {
    float: right;
    display: flex; }
    @media (max-width: 450px) {
      .filter-manager-product .search-filter {
        width: 100%; } }
    .filter-manager-product .search-filter form {
      float: left;
      width: 260px;
      border: 1px solid #ebebeb;
      height: 33px;
      margin-right: 15px;
      background: #fff;
      border-radius: 4px;
      position: relative;
      font-size: 13px; }
      @media (max-width: 992px) {
        .filter-manager-product .search-filter form {
          width: 190px; } }
      @media (max-width: 650px) {
        .filter-manager-product .search-filter form {
          display: none; } }
      .filter-manager-product .search-filter form input[type="text"] {
        border: none;
        height: 100%;
        width: 100%;
        padding: 0 15px;
        line-height: 33px; }
      .filter-manager-product .search-filter form button {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 38px;
        border: none;
        background: #17a349;
        color: #fff;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }
    .filter-manager-product .search-filter .nice-select {
      float: right;
      height: 33px;
      line-height: 33px;
      color: #17a349;
      border: 1px solid #17a349;
      background: transparent; }
      @media (max-width: 450px) {
        .filter-manager-product .search-filter .nice-select {
          width: 100%; } }

.btn-tool {
  float: left; }
  @media (max-width: 450px) {
    .btn-tool {
      width: 100%; } }
  .btn-tool a {
    background: #17a349;
    color: #fff;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    padding: 0px 15px;
    min-width: 120px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #17a349; }
    .btn-tool a.remove {
      border: 1px solid #17a349;
      background: transparent;
      color: #17a349;
      margin-right: 15px; }
    .btn-tool a:hover {
      background: #8ac944;
      border: 1px solid #8ac944;
      color: #fff; }
    @media (max-width: 450px) {
      .btn-tool a {
        width: 49%;
        margin: 5px 0px !important; } }

.list-product-manager {
  float: left;
  width: 100%;
  margin-top: 0px !important; }
  .list-product-manager.section-product .product-in-store {
    float: right;
    width: Calc(100%);
    margin-right: 0px; }
  .list-product-manager .item-product-inhome .review .star {
    color: #ffe400;
    margin-right: 15px;
    font-size: 12px; }

.add-product-manager {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 2px; }
  .add-product-manager button {
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px dashed #ccc; }
    .add-product-manager button .plus-circle {
      width: 48px;
      height: 48px;
      display: inline-block;
      background: #8ac944;
      line-height: 48px;
      color: #fff;
      font-size: 20px;
      border-radius: 50%;
      text-align: center; }
    .add-product-manager button p {
      font-size: 13px;
      margin-top: 11px; }

.solid-out {
  background: #ffffff94; }
  .solid-out button {
    background: #ffffff94; }
  .solid-out .solid-out-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000000a3;
    display: inline-block;
    color: #fff;
    line-height: 60px;
    font-size: 13px; }

.review-store {
  float: left;
  width: 100%;
  padding: 20px; }

.tab-review-star {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .tab-review-star ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .tab-review-star ul li {
      display: inline-block; }
      .tab-review-star ul li a {
        background: #eeeeee;
        padding: 5px 13px;
        color: #2d2929;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 10px; }
        .tab-review-star ul li a.active {
          background: #17a349;
          color: #fff; }

.list-review-customer {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .list-review-customer .item-review-customer:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }

.item-review-customer {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: Calc(100%);
  padding-left: 100px;
  position: relative; }
  @media (max-width: 500px) {
    .item-review-customer {
      padding-left: 0px; } }
  .item-review-customer .img-item-review-customer {
    float: left;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 0px; }
    @media (max-width: 500px) {
      .item-review-customer .img-item-review-customer {
        position: relative;
        width: 100%;
        height: initial;
        text-align: center;
        margin-bottom: 15px; } }
    .item-review-customer .img-item-review-customer a {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: inline-block;
      overflow: hidden; }
      .item-review-customer .img-item-review-customer a img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        min-width: 100%; }
  .item-review-customer .title-item-review-customer h2 {
    margin: 9px 0px 15px 0;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 23px; }
    .item-review-customer .title-item-review-customer h2 .mr-review {
      margin: 0px 30px;
      display: inline-block; }
      @media (max-width: 992px) {
        .item-review-customer .title-item-review-customer h2 .mr-review {
          margin: 0px 10px; } }
    .item-review-customer .title-item-review-customer h2 em {
      float: right;
      font-size: 13px;
      color: #ccc;
      font-weight: 400; }
      @media (max-width: 500px) {
        .item-review-customer .title-item-review-customer h2 em {
          color: #ccc;
          font-weight: 400;
          width: 100%;
          text-align: left; } }

.btn-answer a {
  color: #17a349; }
  .btn-answer a i {
    margin-left: 6px; }

.box-answer {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none; }
  .box-answer.open {
    display: block; }
  .box-answer textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 150px; }
  .box-answer button {
    background: #17a349;
    color: #fff;
    border: none;
    padding: 8px 20px 5px 20px;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px; }

.update-bill-store .nav-manager-product {
  float: left;
  border-bottom: 1px solid #ebebeb;
  width: 100%; }
.update-bill-store .manager-nav {
  float: left;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .update-bill-store .manager-nav {
      width: 100%;
      margin-left: 0px; }
      .update-bill-store .manager-nav li {
        width: 100%; } }
  .update-bill-store .manager-nav li.active {
    background: transparent; }
    .update-bill-store .manager-nav li.active:after {
      top: initial;
      bottom: 0px;
      display: none; }
.update-bill-store .filter-manager-product {
  float: right;
  width: initial;
  margin: 15px;
  line-height: 33px; }
  .update-bill-store .filter-manager-product .search-filter span {
    margin-right: 15px; }
  @media (max-width: 767px) {
    .update-bill-store .filter-manager-product {
      width: 80%;
      margin-left: 0px;
      white-space: nowrap; } }

.list-message {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff; }

.list-message .item-blog-message:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none; }

.box-ctn-message {
  float: left;
  width: 100%; }

.item-blog-message {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 120px;
  position: relative; }

.img-item-message {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px; }

.title-item-message {
  float: left;
  width: 100%;
  padding-top: 5px; }

.title-item-message h2 {
  float: left;
  width: 100%;
  margin: 0px; }

.title-item-message h2 a {
  font-size: 16px;
  font-family: 'Roboto', serif;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #000; }

.author-message {
  margin-left: 10px; }

.time-message, .author-message {
  color: #af9898;
  font-size: 13px; }

.time-message i, .author-message i {
  margin-right: 5px; }

.title-item-message p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto; }

.btn-view-detail a {
  border-bottom: 1px solid #ccc;
  color: #ccc;
  font-style: italic;
  font-size: 14px; }

.btn-update {
  float: left;
  width: 100%; }

.btn-review-bill {
  height: 33px;
  display: inline-block;
  line-height: 33px;
  padding: 0px 15px;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #17a349;
  background: transparent;
  color: #17a349; }

.btn-view-detail {
  background: #17a349;
  color: #fff;
  height: 33px;
  display: inline-block;
  line-height: 33px;
  padding: 0px 15px;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #17a349; }

.nav-donhang {
  float: left;
  width: 100%;
  overflow-x: auto; }
  @media (max-width: 767px) {
    .nav-donhang .tab-menu {
      width: 800px; } }
  .nav-donhang li {
    display: inline-block;
    position: relative;
    float: left;
    width: 20%; }
    .nav-donhang li.active:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: #17a349; }
    .nav-donhang li.active a {
      color: #17a349;
      background: #ebebeb69; }
    .nav-donhang li a {
      color: #4f4f4f;
      font-weight: 600;
      text-transform: uppercase;
      float: left;
      padding: 15px 0px 10px 0px;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .nav-donhang li a {
          padding: 15px 8px 10px 8px;
          float: left;
          width: 100%;
          text-align: center; } }
    @media (max-width: 992px) {
      .nav-donhang li {
        min-width: 100px; } }
    @media (max-width: 450px) {
      .nav-donhang li {
        width: initial;
        min-width: initial; }
        .nav-donhang li a {
          padding: 15px 20px 10px 20px; } }

.ctn-donhang {
  float: left;
  width: 100%; }

.item-info-donhang {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 6px #ccc;
  margin-bottom: 15px; }
  .item-info-donhang .title {
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb; }
    .item-info-donhang .title .img {
      float: left;
      margin-right: 30px; }
      .item-info-donhang .title .img a {
        color: #000;
        font-weight: 500; }
      .item-info-donhang .title .img img {
        width: 31px;
        height: 31px;
        margin-right: 10px; }
  .item-info-donhang .btn-view-shop {
    float: left;
    height: 31px;
    line-height: 31px;
    color: #17a349;
    font-weight: 500; }
    .item-info-donhang .btn-view-shop a {
      color: #17a349; }
      .item-info-donhang .btn-view-shop a i {
        margin-right: 6px; }
  .item-info-donhang .code-donhang {
    float: right;
    line-height: 31px;
    font-size: 13px; }
    .item-info-donhang .code-donhang p {
      display: inline-block;
      margin-bottom: 0px; }
    .item-info-donhang .code-donhang span {
      margin: 0px 5px;
      display: inline-block; }

.table-donhang {
  float: left;
  width: 100%; }
  .table-donhang .img {
    width: 100px; }
  .table-donhang h2 {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    color: #000; }
    .table-donhang h2 a {
      font-size: 15px !important;
      color: #4a4a4a !important;
      font-weight: 600 !important; }
  .table-donhang p {
    font-size: 13px; }
    .table-donhang p b {
      color: #17a349; }
  .table-donhang .quantity {
    float: left;
    width: 100%;
    color: #17a349;
    margin-bottom: 6px; }
  .table-donhang .price-donhang {
    color: #17a349;
    font-weight: 600; }

.btn-table-donhang a {
  line-height: 36px;
  height: 35px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 3px;
  background-color: #17a349;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-size: 13px;
  display: inline-block;
  padding: 0px 20px;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  border: none;
  margin-bottom: 11px;
  border: 1px solid #17a349;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .btn-table-donhang a.no-background {
    background: transparent;
    border: 1px solid #17a349;
    color: #17a349 !important; }
  .btn-table-donhang a:hover {
    border: 1px solid #17a349;
    background: #17a349;
    color: #fff !important; }
.btn-table-donhang span {
  font-size: 14px;
  color: #b3a8a8;
  float: right; }

.txt-right .price-donhang {
  font-size: 19px;
  margin-top: 10px; }

.bottom-info-donhang {
  float: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #ebebeb; }
  .bottom-info-donhang .btn-table-donhang {
    float: left; }
    .bottom-info-donhang .btn-table-donhang a {
      margin-bottom: 0px;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .bottom-info-donhang .btn-table-donhang a {
          margin-bottom: 5px; } }
  .bottom-info-donhang b.price {
    float: right;
    color: #17a349;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px; }

.success-order {
  color: #17a349; }

.delete-order {
  color: red; }

.box-detail-order {
  font-size: 14px; }
  .box-detail-order h2 {
    margin: 0px 0px 10px 0px;
    color: #4a4a4a;
    font-size: 14px; }
    .box-detail-order h2 i {
      color: #17a349;
      margin-right: 6px; }
  .box-detail-order .table-shop table {
    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0 30px 0; }
    .box-detail-order .table-shop table b {
      color: #17a349; }
  .box-detail-order .infor-nguoigiao {
    float: left;
    width: 100%; }
    .box-detail-order .infor-nguoigiao ul {
      margin: 0px;
      padding: 0px;
      list-style: none;
      float: left;
      width: 100%; }
      .box-detail-order .infor-nguoigiao ul li {
        padding-left: 20px;
        position: relative;
        float: left;
        width: 100%;
        border-left: 1px solid #ebebeb;
        line-height: 27px; }
        .box-detail-order .infor-nguoigiao ul li p {
          margin-bottom: 0px; }
        .box-detail-order .infor-nguoigiao ul li span {
          margin-right: 15px;
          color: #ada5a5; }
        .box-detail-order .infor-nguoigiao ul li:after {
          content: "";
          position: absolute;
          left: -4px;
          top: 10px;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          background: #dadada; }
        .box-detail-order .infor-nguoigiao ul li.active {
          border-left: 1px solid #17a34a; }
          .box-detail-order .infor-nguoigiao ul li.active :after {
            background: #17a34a; }

.bg-eb {
  background: #ebebeb29; }

#donhang-chuanbi1 .btn-table-donhang {
  margin: 0px -15px; }
  #donhang-chuanbi1 .btn-table-donhang a {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    margin: 15px 0px 0px 0px; }

.change-password {
  float: left;
  width: 100%; }
  .change-password .width-change-password {
    max-width: 560px;
    margin: 20px auto;
    padding: 0px 15px; }
    .change-password .width-change-password .item-change-password {
      float: left;
      width: 100%;
      padding-left: 170px;
      position: relative;
      margin-bottom: 12px; }
      .change-password .width-change-password .item-change-password label {
        position: absolute;
        left: 0px;
        top: 11px;
        font-size: 14px;
        font-weight: 500; }
      .change-password .width-change-password .item-change-password input {
        float: left;
        width: 100%;
        height: 40px;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        font-size: 13px;
        padding: 0px 15px; }
      @media (max-width: 560px) {
        .change-password .width-change-password .item-change-password {
          padding-left: 0px;
          margin-bottom: 20px; }
          .change-password .width-change-password .item-change-password label {
            position: relative;
            top: 0px;
            float: left;
            width: 100%; } }

@media (max-width: 480px) {
  .ctn-donhang table {
    width: 520px !important; } }
.ctn-review-popup {
  float: left;
  width: 100%;
  padding: 40px 30px; }
  .ctn-review-popup .info-product {
    float: left;
    width: 100%; }
    .ctn-review-popup .info-product .img {
      float: left;
      width: 130px;
      height: 130px;
      margin-right: 15px; }
      .ctn-review-popup .info-product .img a {
        float: left;
        width: 100%;
        height: 100%; }
        .ctn-review-popup .info-product .img a img {
          object-fit: cover;
          height: 100%;
          object-position: center; }
    .ctn-review-popup .info-product .title h2 {
      margin: 0px;
      line-height: 22px;
      font-size: 19px; }
      .ctn-review-popup .info-product .title h2 a {
        color: #000; }
    .ctn-review-popup .info-product .title .price {
      margin-top: 10px;
      color: #17a349;
      font-size: 16px;
      font-weight: 600; }
  .ctn-review-popup textarea {
    float: left;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 20px 0; }
  .ctn-review-popup button {
    background: #17a349;
    border: none;
    text-align: center;
    width: 100%;
    height: 41px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500; }
  .ctn-review-popup .star-area {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 64px;
    color: #ffde00;
    font-weight: 700;
    line-height: 50px;
    margin: 15px 0; }
    .ctn-review-popup .star-area span {
      float: left;
      width: 100%; }
    .ctn-review-popup .star-area i {
      font-size: 30px; }

.add-address-pay, .list-address-pay .btn-default-pay a {
  line-height: 30px;
  height: 30px;
  float: right;
  margin-top: -6px;
  font-weight: 500;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 4px;
  background-color: #17a349;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  font-size: 13px;
  display: inline-block;
  padding: 0px 20px;
  white-space: nowrap;
  font-family: "Roboto", Arial, sans-serif;
  border: none; }

.list-address-pay {
  float: left;
  width: 100%;
  padding: 15px; }
  .list-address-pay .item-address-pay {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
    .list-address-pay .item-address-pay h2 {
      margin: 0px 0px 2px 0px;
      font-size: 14px;
      float: left;
      width: 100%; }
    .list-address-pay .item-address-pay p {
      margin-bottom: 2px;
      float: left;
      width: 100%; }
  .list-address-pay .btn-default-pay {
    float: left;
    width: 100%;
    margin-top: 15px; }
    .list-address-pay .btn-default-pay a {
      float: left; }
    .list-address-pay .btn-default-pay span {
      margin-left: 15px;
      color: #17a349; }
      .list-address-pay .btn-default-pay span i {
        margin-right: 5px; }

.tool-box {
  float: right; }
  .tool-box a {
    color: #847676;
    float: right;
    margin-left: 16px; }
    .tool-box a i {
      margin-right: 5px; }

.btn-set-default {
  float: right;
  width: 100%;
  max-width: 186px;
  border: 1px solid #17a349;
  background: transparent;
  line-height: 31px;
  color: #17a349;
  margin-top: 15px;
  border-radius: 4px;
  font-weight: 500; }
  .btn-set-default:hover {
    background: #17a349;
    color: #fff; }
  .btn-set-default.active {
    border: 1px solid #ebebeb;
    color: #ebebeb; }

.input-fixed {
  display: none;
  line-height: 29px;
  padding: 0px 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 0px;
  background: #fff;
  position: relative; }
  .input-fixed.open {
    display: block; }

.btn-save.input-fixed {
  height: initial;
  float: left;
  width: initial;
  padding: 0px;
  border-radius: 4px; }
  .btn-save.input-fixed a {
    line-height: 35px;
    height: 35px;
    margin: 0px;
    min-width: 70px;
    text-align: center; }

.fag-page {
  background: #fff;
  padding-top: 30px; }
  .fag-page .menu-bar-lv-2, .fag-page .menu-bar-lv-3 {
    padding-left: 15px !important;
    background: #e4dddd2e; }
  .fag-page .menu-bar-lv-1 a {
    padding: 5px 0px;
    font-size: 16px; }
  .fag-page .col-lg-9 {
    border-left: 1px solid #ebebeb; }
  .fag-page .a-lv-2 {
    background: #ffffff2e; }

.ctn-trick-faq {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px; }
  .ctn-trick-faq h1 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px; }
  .ctn-trick-faq .list-trick-faq ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 0 0; }
    .ctn-trick-faq .list-trick-faq ul li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      padding: 15px 0px;
      border-bottom: 1px dotted #E1E1E1; }
      .ctn-trick-faq .list-trick-faq ul li a {
        font-size: 18px;
        color: #555555; }
        .ctn-trick-faq .list-trick-faq ul li a i {
          margin-right: 10px;
          color: #555555; }
        .ctn-trick-faq .list-trick-faq ul li a:hover {
          color: #17a349; }
      .ctn-trick-faq .list-trick-faq ul li:last-child {
        border-bottom: none; }

.e-invoice-page {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #edecf2; }
  .e-invoice-page .body-main {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0; }
    .e-invoice-page .body-main .e-invoice-form-block {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
      max-width: 620px;
      margin: auto;
      width: 90%;
      padding: 50px 80px 80px; }
      @media (max-width: 767px) {
        .e-invoice-page .body-main .e-invoice-form-block {
          padding: 40px 15px 50px; } }
      .e-invoice-page .body-main .e-invoice-form-block .form-title {
        font-weight: 300;
        font-size: 24px;
        margin: 56px 0 40px;
        line-height: 32px;
        position: relative; }
        .e-invoice-page .body-main .e-invoice-form-block .form-title:before {
          content: '';
          width: 32px;
          height: 4px;
          background-color: #ff274b;
          position: absolute;
          top: -15px;
          left: 0;
          right: 0;
          margin: auto; }
      .e-invoice-page .body-main .e-invoice-form-block .form-group {
        margin-bottom: 20px; }
        .e-invoice-page .body-main .e-invoice-form-block .form-group label {
          font-weight: 400;
          line-height: 20px;
          color: #000; }
        .e-invoice-page .body-main .e-invoice-form-block .form-group .form-control {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          background-color: #ffffff;
          border: solid 1px #e1e1e1;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          height: 48px;
          padding-left: 17px;
          padding-right: 17px;
          font-size: 13px; }
        .e-invoice-page .body-main .e-invoice-form-block .form-group .btSearchInvoice {
          font-size: 16px;
          line-height: 28px;
          padding-top: 10px;
          padding-bottom: 10px;
          color: #fff;
          background-color: #17a349;
          border-color: #17a349;
          width: 100%;
          border: none; }
          .e-invoice-page .body-main .e-invoice-form-block .form-group .btSearchInvoice:hover {
            color: #fff;
            background-color: #0f6d31;
            border-color: #0f6d31; }

.alert-danger {
  background-color: #f8eaeb;
  color: #e51b13; }

.tintuc-index {
  float: left;
  width: 100%;
  padding: 0px 0px 20px 0; }
  .tintuc-index .item-news {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px #dfd7d7;
    padding: 12px; }
    .tintuc-index .item-news .img-item-news {
      float: left;
      width: 36rem;
      height: 23rem;
      margin-right: 3rem;
      min-width: 300px;
      min-height: 240px; }
      @media (max-width: 767px) {
        .tintuc-index .item-news .img-item-news {
          min-width: 210px;
          min-height: 150px; } }
      @media (max-width: 600px) {
        .tintuc-index .item-news .img-item-news {
          min-width: 100%;
          min-height: initial;
          height: initial;
          margin-right: 0px;
          margin-bottom: 15px; } }
      .tintuc-index .item-news .img-item-news a {
        float: left;
        width: 100%;
        height: 100%; }
        .tintuc-index .item-news .img-item-news a img {
          object-fit: cover;
          object-position: center;
          height: 100%;
          min-width: 100%; }
          @media (max-width: 600px) {
            .tintuc-index .item-news .img-item-news a img {
              height: initial; } }
    .tintuc-index .item-news .title-item-news {
      float: left;
      width: Calc(100% - 39rem);
      max-width: Calc(100% - 350px); }
      @media (max-width: 767px) {
        .tintuc-index .item-news .title-item-news {
          float: right;
          width: Calc(100% - 39rem);
          max-width: Calc(100% - 240px); } }
      @media (max-width: 600px) {
        .tintuc-index .item-news .title-item-news {
          width: 100%;
          max-width: 100%;
          min-height: initial;
          height: initial;
          margin-right: 0px; } }
      .tintuc-index .item-news .title-item-news h2 {
        color: #4f4f4f;
        font-size: 16px;
        line-height: 22px; }
        @media (max-width: 767px) {
          .tintuc-index .item-news .title-item-news h2 {
            margin: 8px 0px; } }
        .tintuc-index .item-news .title-item-news h2 a {
          color: #4f4f4f;
          font-size: 16px;
          line-height: 22px;
          text-transform: uppercase; }
      .tintuc-index .item-news .title-item-news p i {
        margin-right: 5px; }
      .tintuc-index .item-news .title-item-news p span {
        display: inline-block;
        margin: 0px 5px; }
      .tintuc-index .item-news .title-item-news p.time-news {
        color: #9d9d9d;
        font-size: 13px; }
      .tintuc-index .item-news .title-item-news .tool-item-news {
        float: left;
        width: 100%;
        padding-top: 15px;
        margin-top: 10px;
        border-top: 1px solid #ebebeb; }
        .tintuc-index .item-news .title-item-news .tool-item-news .view-more {
          height: 32px;
          line-height: 34px;
          border-radius: 4px; }

.right-social-box {
  float: right;
  display: flex; }
  @media (max-width: 600px) {
    .right-social-box {
      width: 100%;
      display: block; } }
  .right-social-box p {
    margin-top: 9px;
    margin-right: 10px;
    margin-bottom: 0px; }
  .right-social-box a {
    width: 37px;
    height: 37px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    background: transparent;
    margin-right: 10px; }

.infor-news-detail {
  padding: 15px 10px; }
  .infor-news-detail .title-detail {
    margin: 10px 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #17a349;
    line-height: 20px; }
  .infor-news-detail .time-news {
    color: #9d9d9d; }
    .infor-news-detail .time-news i {
      margin-right: 5px; }
    .infor-news-detail .time-news span {
      margin-right: 6px; }

/*tag blog*/
.hastag {
  float: left;
  margin-top: 10px; }

.hastag .tags {
  float: left;
  padding: 3px 10px;
  background: #f7f7f7;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #847c7c; }

.tag_title {
  float: left;
  padding: 3px 10px;
  background: #f7f7f7;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #847c7c; }

.tag_title:hover {
  background: #17a349;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0); }

/*end tag blog*/
/*news-hot*/
.news-hot, .tag-silde-right {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.head-news-hot {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-bottom: 9px; }

.head-news-hot span {
  border-bottom: 2px solid #333;
  padding-bottom: 7px; }

.item-news-hot {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb; }

.news-hot .item-news-hot:last-child, .tag-silde-right .item-news-hot:last-child {
  border-bottom: none; }

.img-news-hot {
  float: left;
  width: 35%;
  height: 80px;
  position: relative;
  overflow: hidden; }

.img-news-hot img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.title-news-hot {
  float: left;
  width: 65%;
  padding-left: 15px; }

.title-news-hot h3 {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.title-news-hot h3 a:hover {
  color: #000; }

.time-hot {
  font-style: italic;
  color: #888;
  float: left;
  width: 100%;
  margin-bottom: 1px;
  margin-top: 3px;
  font-size: 12px; }

.time-hot i {
  margin-right: 6px; }

@media screen and (max-width: 992px) {
  .item-news-hot {
    float: left;
    width: 50%;
    padding-right: 15px; } }
@media screen and (max-width: 600px) {
  .item-news-hot {
    float: left;
    width: 100%; }

  .owl-news-hot-inmobile .owl-pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px; }

  .img-news-hot {
    float: left;
    width: 35%;
    height: 100px;
    position: relative;
    overflow: hidden; } }
/*end news-hot*/
/*new relate*/
.news-relate {
  float: left;
  width: 100%; }
  .news-relate .slide-news-relate {
    margin: 0px -15px; }
  .news-relate .item-news-relate {
    border: 15px solid whitesmoke;
    width: 33.33333333333%;
    float: left;
    padding: 10px;
    background: #fff;
    margin-bottom: 30px; }
  .news-relate .img-item-news {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px; }
  .news-relate .img-item-news img {
    float: left;
    width: 100%; }
  .news-relate .title-item-news {
    float: left;
    width: 100%; }
  .news-relate .title-item-news h2 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f2220;
    margin: 15px 0px;
    line-height: 22px; }
  .news-relate .title-item-news h2 a {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f2220;
    margin: 0px; }
  .news-relate .item-news-relate .time-news {
    color: #9d9d9d;
    font-size: 13px; }
  @media screen and (max-width: 600px) {
    .news-relate .img-news-relate {
      float: left;
      width: 100%;
      position: relative;
      height: 150px;
      overflow: hidden;
      margin-bottom: 5px; }
    .news-relate .item-news-relate {
      border: 10px solid #fff;
      width: 100%;
      float: left; } }

/*end new relate*/
.cate-news-detail {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px; }
  .cate-news-detail h2 {
    padding: 15px 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f2220;
    margin: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b0a4a4; }
  .cate-news-detail ul {
    list-style: none;
    background: #f5f5f5;
    padding: 0px;
    margin: 0px; }
    .cate-news-detail ul li {
      float: left;
      width: 100%; }
      .cate-news-detail ul li a {
        float: left;
        width: 100%;
        background: #f5f5f5;
        padding: 12px 10px;
        border-bottom: 1px solid #fff;
        color: #000; }
        .cate-news-detail ul li a:hover {
          background: #17a349;
          color: #fff; }

.news-hot, .tag-silde-right {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px; }
  .news-hot h2, .tag-silde-right h2 {
    padding: 15px 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1f2220;
    margin: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b0a4a4; }
  .news-hot h3 a, .tag-silde-right h3 a {
    color: #707070;
    font-weight: 400; }
    .news-hot h3 a:hover, .tag-silde-right h3 a:hover {
      color: #000; }

.tag-silde-right a {
  padding: 11px 22px;
  background: #ebebeb;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag-silde-right a:hover {
    background: #17a349;
    color: #fff; }

.banner-inpage-gca {
  float: left;
  width: 100%;
  position: relative; }
  .banner-inpage-gca .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
    .banner-inpage-gca .bg-img img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      min-width: 100%; }
  .banner-inpage-gca .ctn-banner-inpage {
    position: relative;
    min-height: 430px;
    height: 43rem;
    text-align: center; }
    .banner-inpage-gca .ctn-banner-inpage h2 {
      margin: 0px;
      color: #fff;
      font-size: 40px;
      font-weight: 300; }
      @media (max-width: 1200px) {
        .banner-inpage-gca .ctn-banner-inpage h2 {
          font-size: 30px; } }
      .banner-inpage-gca .ctn-banner-inpage h2 span {
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 20px; }
    .banner-inpage-gca .ctn-banner-inpage p {
      color: #fff;
      font-size: 15px;
      font-weight: 300;
      margin: 0 auto;
      max-width: 400px; }
    .banner-inpage-gca .ctn-banner-inpage .register-now {
      margin-top: 30px;
      margin-bottom: 30px;
      line-height: 43px;
      height: 40px;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 4px;
      background-color: #17a349;
      -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      color: #fff !important;
      font-size: 13px;
      display: inline-block;
      padding: 0px 30px;
      white-space: nowrap;
      font-family: "Roboto", Arial, sans-serif;
      border: none;
      cursor: pointer;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }

.why-buyon-gca {
  float: left;
  width: 100%;
  padding: 65px 0px; }
  .why-buyon-gca h2 {
    color: #4f4f4f;
    font-size: 40px;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 70px 0px; }
    @media (max-width: 1200px) {
      .why-buyon-gca h2 {
        font-size: 30px; } }
  .why-buyon-gca .item-why-gca {
    float: left;
    width: 100%;
    text-align: center; }
    .why-buyon-gca .item-why-gca .img-item-why-gca {
      margin-bottom: 10px; }
    .why-buyon-gca .item-why-gca h3 {
      color: #17a349;
      font-weight: 400;
      font-size: 20px;
      margin: 30px 0px 13px 0px; }
    .why-buyon-gca .item-why-gca p {
      line-height: 24px;
      font-size: 14px; }
  @media (max-width: 480px) {
    .why-buyon-gca .col-xs-6 {
      width: 100%;
      padding: 15px 30px; } }

.step-create-store {
  float: left;
  width: 100%;
  position: relative; }
  .step-create-store .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
    .step-create-store .bg-img img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      min-width: 100%; }

.left-bottom-img {
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 39rem;
  width: 39rem; }
  .left-bottom-img img {
    position: absolute;
    right: 0px;
    bottom: 0px; }

.right-bottom-img {
  position: absolute;
  right: 0px;
  bottom: -1px;
  height: 39rem;
  width: 39rem; }
  .right-bottom-img img {
    position: absolute;
    right: 0px;
    bottom: 0px; }

.step-create-store .container {
  position: relative; }

.ctn-step-store {
  border-top: 1px solid #197507;
  position: relative;
  float: left;
  width: 100%; }
  .ctn-step-store .btn-join-store {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -32px; }
    .ctn-step-store .btn-join-store a {
      font-size: 15px;
      padding: 21px 6rem 21px 6rem;
      display: inline-block;
      background: #17a349;
      color: #ffff;
      border-radius: 100px;
      text-transform: uppercase;
      font-weight: 600; }
      @media (max-width: 480px) {
        .ctn-step-store .btn-join-store a {
          padding: 21px 4rem 21px 4rem; } }
  .ctn-step-store h2 {
    float: left;
    width: 100%;
    margin: 6rem 0px 6rem 0px;
    text-align: center;
    font-size: 4rem;
    color: #4f4f4f;
    font-weight: 400; }
    @media (max-width: 1200px) {
      .ctn-step-store h2 {
        font-size: 30px; } }

.circle-step-store {
  float: left;
  width: 100%;
  margin: 10rem 0 14rem 0px; }
  @media (max-width: 600px) {
    .circle-step-store {
      margin: 10rem 0 40rem 0px; } }
  .circle-step-store .item-circle-step {
    width: 16rem;
    height: 16rem;
    display: table;
    background: linear-gradient(to bottom right, #55e6f6, #39d2e3);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 0px 27px #999797;
    position: relative;
    z-index: 9; }
    .circle-step-store .item-circle-step .number {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 4.5rem;
      height: 4.5rem;
      background: #17a349;
      border: .5rem solid #fff;
      border-radius: 50%;
      color: #fff;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 3.5rem;
      box-shadow: 0px 0px 27px #999797; }
    .circle-step-store .item-circle-step .img-circle img {
      max-height: 6.4rem; }
    .circle-step-store .item-circle-step h3 {
      font-size: 1.5rem;
      color: #fff;
      margin: 1.5rem 0px 0 0; }
  .circle-step-store .step-center {
    width: 21.6rem;
    height: 21.6rem;
    background: linear-gradient(to bottom right, #65b61c, #1a6903);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto; }
    .circle-step-store .step-center h3 {
      margin: 1.5rem 0px 0px 0px;
      line-height: 3rem;
      font-size: 2.2rem;
      font-weight: 300; }
  .circle-step-store .square-circle {
    width: 57rem;
    height: 57rem;
    margin: 0 auto;
    position: relative;
    border: 1px dashed #a19393;
    border-radius: 50%; }
    @media (max-width: 400px) {
      .circle-step-store .square-circle {
        width: 45rem;
        height: 45rem; } }
    .circle-step-store .square-circle:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 0px;
      width: 1px;
      height: 100%;
      background: #666; }
    .circle-step-store .square-circle:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #666; }
  .circle-step-store .step-1 {
    top: -8rem;
    left: 0px;
    right: 0px;
    margin: auto; }
  .circle-step-store .step-2 {
    background: linear-gradient(to bottom right, #2f83d9, #2f83d9);
    position: absolute;
    right: -8rem;
    top: Calc(50% - 8rem); }
  .circle-step-store .step-3 {
    background: linear-gradient(to bottom right, #fd6318, #fd6318);
    bottom: -8rem;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto; }
    .circle-step-store .step-3 .number {
      bottom: -.6rem;
      top: initial; }
  .circle-step-store .step-4 {
    background: linear-gradient(to bottom right, #ffbf26, #ffbf26);
    position: absolute;
    left: -8rem;
    top: Calc(50% - 8rem); }
    .circle-step-store .step-4 .number {
      left: 0px; }

.create-store-now {
  float: left;
  width: 100%;
  position: relative; }
  .create-store-now .bg-img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
    .create-store-now .bg-img img {
      object-fit: cover;
      min-width: 100%;
      height: 100%;
      object-position: center; }
  .create-store-now .ctn-create-store-now {
    position: relative;
    padding: 6rem 0px;
    text-align: center;
    max-width: 575px;
    margin: 0 auto; }
    .create-store-now .ctn-create-store-now h2 {
      margin: 0px 0px 30px 0px;
      color: #fff;
      font-weight: 400;
      line-height: 38px; }
    .create-store-now .ctn-create-store-now a {
      line-height: 43px;
      height: 40px;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 4px;
      background-color: #17a349;
      -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
      color: #fff !important;
      font-size: 13px;
      display: inline-block;
      padding: 0px 30px;
      white-space: nowrap;
      font-family: "Roboto", Arial, sans-serif;
      border: none;
      cursor: pointer;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }

.partner-in-store {
  float: left;
  width: 100%;
  padding: 6.5rem 0px; }
  .partner-in-store h2 {
    color: #4f4f4f;
    font-size: 40px;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 70px 0px; }
    @media (max-width: 1200px) {
      .partner-in-store h2 {
        font-size: 30px; } }
  .partner-in-store .slider-item-partner {
    float: left;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .partner-in-store .slider-item-partner {
        padding: 0px 30px; } }
    .partner-in-store .slider-item-partner .item-partner {
      display: inline-block;
      height: 120px;
      text-align: center;
      padding: 0px 20px; }
      .partner-in-store .slider-item-partner .item-partner img {
        display: inline-block; }
    .partner-in-store .slider-item-partner .slick-prev:before, .partner-in-store .slider-item-partner .slick-next:before {
      color: #363232; }
    @media (max-width: 767px) {
      .partner-in-store .slider-item-partner .slick-next {
        right: 0px; }
      .partner-in-store .slider-item-partner .slick-prev {
        left: 5px; } }
    @media (max-width: 480px) {
      .partner-in-store .slider-item-partner .slick-prev, .partner-in-store .slider-item-partner .slick-next {
        display: block !important; } }

#login-box-popup, #register-box-popup {
  max-width: 570px; }
  #login-box-popup .bg-pop-white, #register-box-popup .bg-pop-white {
    float: initial;
    width: initial;
    padding: 4.5rem; }
    @media (max-width: 480px) {
      #login-box-popup .bg-pop-white, #register-box-popup .bg-pop-white {
        padding: 10px; } }
    #login-box-popup .bg-pop-white h2, #register-box-popup .bg-pop-white h2 {
      color: #17a349;
      font-weight: 400;
      margin: 0px 0px 23px 0px; }
      @media (max-width: 767px) {
        #login-box-popup .bg-pop-white h2, #register-box-popup .bg-pop-white h2 {
          margin: 10px 0px 10px 0px;
          font-size: 25px; } }
    #login-box-popup .bg-pop-white p, #register-box-popup .bg-pop-white p {
      color: #4a4a4a;
      font-size: 14px; }
    #login-box-popup .bg-pop-white form, #register-box-popup .bg-pop-white form {
      margin-top: 35px;
      position: relative;
      z-index: 9; }
      @media (max-width: 767px) {
        #login-box-popup .bg-pop-white form, #register-box-popup .bg-pop-white form {
          margin-top: 15px; } }
      #login-box-popup .bg-pop-white form input, #register-box-popup .bg-pop-white form input {
        width: 100%;
        height: 53px;
        border-radius: 4px;
        border: 1px solid #ebebeb;
        padding: 0px 20px;
        margin-bottom: 22px; }
        @media (max-width: 767px) {
          #login-box-popup .bg-pop-white form input, #register-box-popup .bg-pop-white form input {
            height: 45px;
            margin-bottom: 10px; } }
      #login-box-popup .bg-pop-white form button, #register-box-popup .bg-pop-white form button {
        width: 100%;
        height: 63px;
        background: #17a349;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          #login-box-popup .bg-pop-white form button, #register-box-popup .bg-pop-white form button {
            height: 45px; } }
    #login-box-popup .bg-pop-white .fogot-password, #register-box-popup .bg-pop-white .fogot-password {
      display: inline-block;
      width: 100%;
      margin-bottom: 10px; }
      #login-box-popup .bg-pop-white .fogot-password .checkbox, #register-box-popup .bg-pop-white .fogot-password .checkbox {
        margin: 0px; }
      #login-box-popup .bg-pop-white .fogot-password div, #register-box-popup .bg-pop-white .fogot-password div {
        float: left; }
      #login-box-popup .bg-pop-white .fogot-password a, #register-box-popup .bg-pop-white .fogot-password a {
        float: right;
        color: #17a349; }
      #login-box-popup .bg-pop-white .fogot-password span, #register-box-popup .bg-pop-white .fogot-password span {
        margin: 0px; }
      #login-box-popup .bg-pop-white .fogot-password .awe-check .checkbox label::after, #register-box-popup .bg-pop-white .fogot-password .awe-check .checkbox label::after {
        margin-left: -20px; }
    #login-box-popup .bg-pop-white span, #register-box-popup .bg-pop-white span {
      font-size: 13px;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 20px 0px; }
    #login-box-popup .bg-pop-white .button-facebook, #register-box-popup .bg-pop-white .button-facebook {
      display: inline-block;
      width: 100%;
      text-align: center; }
      #login-box-popup .bg-pop-white .button-facebook button, #register-box-popup .bg-pop-white .button-facebook button {
        width: 100%;
        height: 63px;
        background: #3c5a99;
        border: none;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase; }
        #login-box-popup .bg-pop-white .button-facebook button i, #register-box-popup .bg-pop-white .button-facebook button i {
          margin-right: 15px;
          font-size: 20px; }
        @media (max-width: 767px) {
          #login-box-popup .bg-pop-white .button-facebook button, #register-box-popup .bg-pop-white .button-facebook button {
            height: 45px; } }
    #login-box-popup .bg-pop-white p.center, #register-box-popup .bg-pop-white p.center {
      margin-top: 25px;
      margin-bottom: 0px; }
      @media (max-width: 767px) {
        #login-box-popup .bg-pop-white p.center, #register-box-popup .bg-pop-white p.center {
          margin-top: 15px; } }
      #login-box-popup .bg-pop-white p.center a, #register-box-popup .bg-pop-white p.center a {
        color: #17a349; }

.mfp-close {
  background: #17a349 !important;
  top: 0px !important;
  opacity: 1;
  right: 0px !important;
  border-radius: 50%;
  cursor: pointer; }
  .mfp-close:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 10px;
    width: 1px;
    height: 23px;
    background: #fff;
    transform: rotate(-45deg); }
  .mfp-close:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 10px;
    width: 1px;
    height: 23px;
    background: #fff;
    transform: rotate(45deg); }

.bg-pop-white {
  position: relative; }

.bg-pop-white:after {
  content: "";
  background: url(../images/vectorft.png) 0 0 no-repeat;
  position: absolute;
  top: -150px;
  left: -150px;
  width: 370px;
  height: 370px; }

.search-width-googlemap {
  display: inline-block;
  width: 100%;
  padding: 30px 0px; }
  @media (max-width: 767px) {
    .search-width-googlemap {
      padding: 0px; } }
  .search-width-googlemap .flex {
    display: flex;
    margin-bottom: 6px; }
    .search-width-googlemap .flex:last-child {
      margin-bottom: 0px; }
    @media (max-width: 767px) {
      .search-width-googlemap .flex {
        position: relative; } }
  .search-width-googlemap .col-list-address {
    margin-left: auto;
    max-width: 400px;
    min-width: 400px;
    border: 1px solid #eee;
    background: #fff;
    overflow-y: auto;
    max-height: 833px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    @media (max-width: 992px) {
      .search-width-googlemap .col-list-address {
        max-width: 310px;
        min-width: 310px; }
        .search-width-googlemap .col-list-address .star {
          display: none; } }
    @media (max-width: 767px) {
      .search-width-googlemap .col-list-address {
        max-width: 100%;
        min-width: 100%;
        max-height: 300px;
        position: absolute;
        z-index: 0;
        bottom: 0px;
        height: 0px; }
        .search-width-googlemap .col-list-address.active {
          height: 300px; } }
  .search-width-googlemap .col-map {
    width: 100%;
    margin-right: auto; }
    .search-width-googlemap .col-map img, .search-width-googlemap .col-map iframe {
      height: 100%;
      width: 100%; }
    .search-width-googlemap .col-map .show-mobile {
      display: none; }
    @media (max-width: 767px) {
      .search-width-googlemap .col-map {
        height: 100vh;
        overflow: hidden; }
        .search-width-googlemap .col-map .show-mobile {
          background: #17a349;
          position: relative;
          left: 0px;
          top: 0px;
          width: 100%;
          padding: 3px 10px;
          display: flex;
          float: left;
          width: 100%; }
          .search-width-googlemap .col-map .show-mobile form {
            padding: 5px;
            position: relative;
            float: left;
            width: 100%; }
            .search-width-googlemap .col-map .show-mobile form .input-search-product {
              background: #159242;
              padding: 4px 10px 4px 10px;
              position: relative;
              float: left;
              width: 100%;
              border-radius: 60px; }
            .search-width-googlemap .col-map .show-mobile form i {
              position: absolute;
              left: 17px;
              top: 11px;
              color: #fff; }
            .search-width-googlemap .col-map .show-mobile form input {
              width: 100%;
              padding: 5px 25px;
              font-size: 13px;
              background: transparent;
              border: none;
              color: #fff; }
              .search-width-googlemap .col-map .show-mobile form input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #fff; }
              .search-width-googlemap .col-map .show-mobile form input::-moz-placeholder {
                /* Firefox 19+ */
                color: #fff; }
              .search-width-googlemap .col-map .show-mobile form input:-ms-input-placeholder {
                /* IE 10+ */
                color: #fff; }
              .search-width-googlemap .col-map .show-mobile form input:-moz-placeholder {
                /* Firefox 18- */
                color: #fff; }
            .search-width-googlemap .col-map .show-mobile form .input-self-location {
              background: #159242;
              padding: 4px 10px 4px 10px;
              position: relative;
              float: left;
              width: 100%;
              border-radius: 60px; }
              .search-width-googlemap .col-map .show-mobile form .input-self-location .btn-self-location {
                width: 30px;
                position: absolute;
                right: 10px;
                top: 10px; }
          .search-width-googlemap .col-map .show-mobile .back-page {
            color: #fff;
            background: transparent;
            border: none;
            margin: 0px 7px 0px 0px;
            padding: 0px; }
          .search-width-googlemap .col-map .show-mobile .button {
            font-size: 20px;
            color: #fff;
            width: 35px;
            margin-left: 10px;
            background: transparent;
            border: none;
            position: relative;
            text-align: center;
            cursor: pointer; }
            .search-width-googlemap .col-map .show-mobile .button.active {
              background: #fff;
              color: #000; }
              .search-width-googlemap .col-map .show-mobile .button.active span {
                display: none; }
            .search-width-googlemap .col-map .show-mobile .button i {
              margin-right: 0px;
              left: 6px; }
            .search-width-googlemap .col-map .show-mobile .button img {
              height: 23px;
              width: initial;
              max-width: inherit; } }
  .search-width-googlemap .item-address {
    padding: 10px;
    display: flex;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    text-align: left; }
    .search-width-googlemap .item-address:hover {
      background: #f9f9f9; }
    .search-width-googlemap .item-address .img {
      width: 70px;
      height: 70px;
      min-width: 70px;
      margin-right: 15px; }
      .search-width-googlemap .item-address .img a {
        float: left;
        width: 100%;
        height: 100%; }
        .search-width-googlemap .item-address .img a img {
          object-fit: cover;
          object-position: center;
          height: 100%; }
    .search-width-googlemap .item-address .title {
      width: 100%;
      font-size: 13px; }
      .search-width-googlemap .item-address .title h2 {
        margin: 4px 0px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .search-width-googlemap .item-address .title h2 a {
          color: #333;
          font-size: 15px; }
      .search-width-googlemap .item-address .title .price {
        float: left;
        color: red;
        font-size: 14px; }
      .search-width-googlemap .item-address .title .star {
        float: left;
        margin-left: 15px;
        font-size: 12px; }
      .search-width-googlemap .item-address .title .location {
        width: 100%;
        float: left; }
    .search-width-googlemap .item-address .btn-distance {
      background: transparent;
      border: none;
      border-left: 1px solid #ebebeb;
      margin-left: 10px;
      padding-left: 10px;
      color: #17a349;
      width: 100px;
      max-width: 100px;
      min-width: 100px;
      text-align: center; }
      .search-width-googlemap .item-address .btn-distance img {
        height: 42px;
        display: inline-block; }
        @media (max-width: 767px) {
          .search-width-googlemap .item-address .btn-distance img {
            height: 34px; } }
      .search-width-googlemap .item-address .btn-distance span {
        width: 100%;
        text-align: center;
        display: inline-block; }
      @media (max-width: 767px) {
        .search-width-googlemap .item-address .btn-distance {
          width: 70px;
          max-width: 70px;
          min-width: 70px; } }

.btn-show-all-address {
  position: absolute;
  bottom: 299px;
  left: 0px;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px -2px 4px #a79f9f;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: none; }
  @media (max-width: 767px) {
    .btn-show-all-address {
      bottom: 0px;
      display: block; } }
  .btn-show-all-address p {
    color: #666;
    margin-bottom: 0px;
    float: left;
    margin-top: 6px;
    width: 100%; }
    .btn-show-all-address p span {
      float: right;
      background: #17a349;
      color: #fff;
      padding: 5px 13px;
      border-radius: 3px;
      margin-top: -5px; }
  .btn-show-all-address i {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 44px;
    background: #fff;
    top: -17px;
    box-shadow: 0px -3px 0px #ccc8c8;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
  .btn-show-all-address.active {
    bottom: 299px; }
    .btn-show-all-address.active i.fa-angle-up:before {
      content: "\f107"; }

.search-googlemap-index.search-width-googlemap {
  float: left;
  left: 100%;
  position: absolute;
  top: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .search-googlemap-index.search-width-googlemap.open {
    position: relative;
    left: 0px; }
  .search-googlemap-index.search-width-googlemap .col-map {
    height: initial; }

.form-header-inmobile {
  left: 0px;
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .form-header-inmobile.close-div {
    left: -100%;
    position: absolute;
    width: 100%; }

#main {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

#main.height-mobile {
  margin-top: 95px; }

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"],
  input[type="datetime"], input[type="datetime-local"],
  input[type="date"], input[type="month"], input[type="time"],
  input[type="week"], input[type="number"], input[type="email"],
  input[type="url"] {
    font-size: 16px; } }
.banner-inhome .row {
  margin: 0px -5px;
  display: flex; }
  @media (max-width: 992px) {
    .banner-inhome .row {
      display: block; } }
.banner-inhome .col-lg-8, .banner-inhome .col-lg-4 {
  padding: 0px 5px; }
.banner-inhome .big-banner {
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  border-radius: 4px; }
  @media (max-width: 480px) {
    .banner-inhome .big-banner .owl-nav {
      display: none; } }
  @media (max-width: 400px) {
    .banner-inhome .big-banner {
      max-height: initial;
      border-radius: 0; } }
  .banner-inhome .big-banner .slick-list, .banner-inhome .big-banner .slick-track {
    height: 100%; }
  .banner-inhome .big-banner .item-img {
    float: left;
    width: 100%;
    height: 100%; }
    .banner-inhome .big-banner .item-img a {
      float: left;
      width: 100%;
      height: 100%; }
      .banner-inhome .big-banner .item-img a img {
        min-width: 100%;
        /*object-fit: cover;*/
        height: 100%;
        object-position: center; }
        @media (max-width: 400px) {
          .banner-inhome .big-banner .item-img a img {
            height: initial;
            min-height: 145px; } }
  .banner-inhome .big-banner .owl-stage-outer {
    height: 100%; }
  .banner-inhome .big-banner .owl-stage {
    height: 100%; }
  .banner-inhome .big-banner .owl-item {
    height: 100%; }
.banner-inhome .small-banner {
  float: left;
  width: 100%;
  height: 100%; }
  @media (max-width: 992px) {
    .banner-inhome .small-banner {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .banner-inhome .small-banner {
      margin-top: 5px;
      margin-bottom: 5px }
    .banner-inhome .small-banner .item-img img { height: initial !important; }
      }
  .banner-inhome .small-banner .item-img {
    float: left;
    width: 100%;
    height: 50%;
    overflow: hidden; }
    @media (max-width: 992px) {
      .banner-inhome .small-banner .item-img {
        width: 50%;
        padding-right: 5px; } }
    @media (max-width: 480px) {
      .banner-inhome .small-banner .item-img {
        padding-right: 2.5px; } }
    .banner-inhome .small-banner .item-img a {
      float: left;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      overflow: hidden; }
    .banner-inhome .small-banner .item-img img {
      height: 100%;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      /*object-fit: cover;*/
      object-position: center; }
      @media (max-width: 400px) {
        .banner-inhome .small-banner .item-img img {
          height: initial;
          min-height: 50px; } }
    .banner-inhome .small-banner .item-img:first-child {
      padding-bottom: 5px; }
    .banner-inhome .small-banner .item-img:last-child {
      padding-top: 5px; }
      @media (max-width: 992px) {
        .banner-inhome .small-banner .item-img:last-child {
          padding-top: 0px;
          padding-left: 5px;
          padding-right: 0px; } }
      @media (max-width: 480px) {
        .banner-inhome .small-banner .item-img:last-child {
          padding-left: 2.5px; } }
    .banner-inhome .small-banner .item-img:hover img {
      transform: scale(1.1); }
@media (max-width: 480px) {
  .banner-inhome .container {
    padding: 0px 0px; }
  .banner-inhome .col-lg-4 {
    padding: 0px 10px; } }

.full-width {
  margin-top: 15px;
  float: left;
  width: 100%; }

.banner-inhome .small-banner {
  float: left;
  width: 100%;
  height: 250px !important; }

.banner-inhome .small-banner .item-img img {
  min-width: 100%; }

@media (max-width: 992px) {
  .banner-inhome .small-banner .item-img {
    width: 50%;
    padding-right: 5px;
    height: 130px;
    padding-bottom: 0px !important; }

  .banner-inhome .small-banner {
    float: left;
    width: 100%;
    height: initial !important; } }
@media (max-width: 992px) {
  .banner-inhome .small-banner .item-img {
    height: initial; } }
.banner-inpage {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .banner-inpage img {
    min-width: 100%; }

.section-product {
  float: left;
  width: 100%;
  margin-top: 20px; }
  @media (max-width: 620px) {
    .section-product {
      margin-top: 10px; } }
  .section-product .left-filter {
    float: left;
    width: 186px; }
    @media (max-width: 620px) {
      .section-product .left-filter {
        width: 100%;
        display: none; } }
    .section-product .left-filter .option-filter {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd; }
      .section-product .left-filter .option-filter:last-child {
        border-bottom: none; }
      .section-product .left-filter .option-filter h2 {
        color: #4f4f4f;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px; }
      .section-product .left-filter .option-filter ul {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        .section-product .left-filter .option-filter ul li {
          margin-bottom: 5px;
          float: left;
          width: 100%; }
          .section-product .left-filter .option-filter ul li a {
            color: #4f4f4f; }
            .section-product .left-filter .option-filter ul li a:hover {
              color: #17a349; }
  .section-product .product-in-store {
    float: right;
    width: Calc(100% - 186px); }
    @media (max-width: 620px) {
      .section-product .product-in-store {
        width: 100%;
        margin-right: 0px; } }
    .section-product .product-in-store .item-product-inhome {
      float: left;
      margin: 3px;
      box-shadow: 0px 0px 3px #c7bcbc;
      position: relative;
      margin: 0 0px 10px 0px; }

.see-store-w {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px; }
  .see-store-w:last-child {
    border-bottom: none; }
  .see-store-w .some-product {
    float: left;
    width: 250px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .see-store-w .some-product {
        width: 100%;
        margin-right: 0px;
        float: left; } }
    .see-store-w .some-product h3 {
      margin: 10px 0px;
      font-size: 15px; }
      .see-store-w .some-product h3 a {
        color: #666; }
  @media (max-width: 767px) {
    .see-store-w .attrs {
      width: 100%;
      margin-right: 0px;
      float: left; } }
  .see-store-w .attr {
    display: flex;
    font-size: 13px;
    margin-bottom: 6px;
    color: #666; }
    .see-store-w .attr .value {
      margin-left: 15px; }
      .see-store-w .attr .value img {
        margin-right: 6px; }

.item-product-inhome {
  background: #fff;
  padding: 0px;
  width: 100%;
  max-width: 300px;
  float: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden; }
  .item-product-inhome .store-user-img {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    margin-left: 10px;
    box-shadow: 0px 0px 4px #000;
    border-radius: 4px;
    margin-right: 12px; }
    .item-product-inhome .store-user-img a {
      width: 100% !important;
      display: inline-block; }
      .item-product-inhome .store-user-img a img {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
  .item-product-inhome:hover {
    box-shadow: 0 0.1rem 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
    z-index: 1; }
  .item-product-inhome:hover img {
    transform: scale(1.1); }
  .item-product-inhome .img {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 7px; }
    .item-product-inhome .img .sale-label {
      background: url(../images/icon-sale.png) center center no-repeat;
      position: absolute;
      top: -2px;
      right: -3px;
      width: 65px;
      height: 56px;
      padding-top: 18px;
      text-align: center;
      font-weight: 900;
      color: #fff;
      background-size: 40px; }
    .item-product-inhome .img a {
      float: left;
      width: 100%;
      overflow: hidden;
      max-height: 200px; }
      .item-product-inhome .img a img {
        min-width: 100%;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
  .item-product-inhome h3 {
    padding: 2px 10px 5px 10px;
    margin: 0px;
    line-height: 17px;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px; }
    .item-product-inhome h3 a {
      font-size: 14px;
      color: #000;
      font-weight: 400;
      display: block; }
      .item-product-inhome h3 a:hover {
        color: #17a349; }
  .item-product-inhome .price {
    color: #598627;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 1px 10px 1px 10px;
    margin-bottom: 0px; }
    .item-product-inhome .price span {
      display: block; }
    @media (max-width: 480px) {
      .item-product-inhome .price {
        font-size: 12px;
        padding: 5px 5px 5px 5px !important; } }
    .item-product-inhome .price del {
      color: #b3b3b3;
      margin-left: 15px; }
      @media (max-width: 400px) {
        .item-product-inhome .price del {
          width: 100%;
          display: block; } }
      @media (max-width: 400px) {
        .item-product-inhome .price del {
          float: left;
          width: 100%; } }
  .item-product-inhome .marker {
    color: #000;
    font-size: 13px;
    margin-bottom: 4px; }
    .item-product-inhome .marker i {
      color: #17a349;
      margin-left: 1px;
      margin-right: 4px; }
  .item-product-inhome .review {
    display: flex;
    float: left;
    width: 100%;
    padding: 0px 10px 10px 10px; }
    @media (max-width: 400px) {
      .item-product-inhome .review {
        display: block; } }
    .item-product-inhome .review .star {
      color: #ffe400;
      margin-right: 15px; }
      @media (max-width: 400px) {
        .item-product-inhome .review .star {
          margin-right: 0px;
          font-size: 11px;
          float: left;
          margin-top: 3px; } }
      .item-product-inhome .review .star span {
        color: #b3b3b3; }
    .item-product-inhome .review .wishlist a {
      color: #b3b3b3; }
    .item-product-inhome .review .car-ship {
      transform: rotateY(180deg);
      margin-left: auto;
      color: #598627; }
    @media (max-width: 400px) {
      .item-product-inhome .review .wishlist {
        float: right;
        margin-top: 0; }
      .item-product-inhome .review .car-ship {
        float: right;
        margin-top: 0;
        margin-right: 15px; } }

.breadcrumb {
  margin-bottom: 0px;
  padding: 10px 0px 10px 0px; }
  .breadcrumb a, .breadcrumb span {
    color: #868686;
    margin-right: 3px; }
  @media (max-width: 480px) {
    .breadcrumb {
      padding: 10px 5px 10px 5px; } }

.awe-check .checkbox {
  padding-left: 20px;
  color: #888;
  margin-bottom: 15px; }

.awe-check .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  font-family: 'Roboto';
  font-size: 14px; }

.awe-check .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
  transition: border .15s ease-in-out,color .15s ease-in-out; }

.awe-check .checkbox label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -15px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 11px;
  color: #777; }

.awe-check .checkbox input[type=checkbox]:focus + label::before, .awe-check .checkbox input[type=radio]:focus + label::before {
  outline: thin dotted #555;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.awe-check .checkbox input[type=checkbox]:checked + label::after, .awe-check .checkbox input[type=radio]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c"; }

.awe-check .checkbox input[type=checkbox]:disabled + label, .awe-check .checkbox input[type=radio]:disabled + label {
  opacity: .65; }

.awe-check .checkbox input[type=checkbox]:disabled + label::before, .awe-check .checkbox input[type=radio]:disabled + label::before {
  background-color: #e6e6e6;
  cursor: not-allowed; }

.awe-check .checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.awe-check .checkbox.checkbox-inline {
  margin-top: 0; }

.awe-check .checkbox-primary input[type=checkbox]:checked + label::before, .awe-check .checkbox-primary input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #f7941d; }

.awe-check .checkbox-primary input[type=checkbox]:checked + label::after, .awe-check .checkbox-primary input[type=radio]:checked + label::after {
  color: #f7941d; }

.awe-check .checkbox-danger input[type=checkbox]:checked + label::before, .awe-check .checkbox-danger input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #ef474f; }

.awe-check .checkbox-danger input[type=checkbox]:checked + label::after, .awe-check .checkbox-danger input[type=radio]:checked + label::after {
  color: #ef474f; }

.awe-check .checkbox-info input[type=checkbox]:checked + label::before, .awe-check .checkbox-info input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #00b9f2; }

.awe-check .checkbox-info input[type=checkbox]:checked + label::after, .awe-check .checkbox-info input[type=radio]:checked + label::after {
  color: #00b9f2; }

.awe-check .checkbox-warning input[type=checkbox]:checked + label::before, .awe-check .checkbox-warning input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #f0ad4e; }

.awe-check .checkbox-warning input[type=checkbox]:checked + label::after, .awe-check .checkbox-warning input[type=radio]:checked + label::after {
  color: #f0ad4e; }

.awe-check .checkbox-success input[type=checkbox]:checked + label::before, .awe-check .checkbox-success input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #5cb85c; }

.awe-check .checkbox-success input[type=checkbox]:checked + label::after, .awe-check .checkbox-success input[type=radio]:checked + label::after {
  color: #5cb85c; }

.awe-check .checkbox input[type=checkbox], .awe-check .checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  margin-top: 0px;
  float: left;
  cursor: pointer; }

.awe-check .radio {
  padding-left: 20px;
  color: #888;
  margin-bottom: 15px; }

.awe-check .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.awe-check .radio label::before {
  outline: none;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out; }

.awe-check .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #777;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.awe-check .radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 17px;
  margin-top: 0px;
  float: left;
  cursor: pointer; }

.awe-check .radio input[type=radio]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.awe-check .radio input[type=radio]:disabled + label {
  opacity: .65; }

.awe-check .radio input[type=radio]:disabled + label::before {
  cursor: not-allowed; }

.awe-check .radio.radio-inline {
  margin-top: 0; }

.awe-check .radio-primary input[type=radio] + label::after {
  background-color: #f7941d; }

.awe-check .radio-primary input[type=radio]:checked + label::before {
  border-color: #f7941d; }

.awe-check .radio-primary input[type=radio]:checked + label::after {
  background-color: #f7941d; }

.awe-check .radio-danger input[type=radio] + label::after {
  background-color: #ef474f; }

.awe-check .radio-danger input[type=radio]:checked + label::before {
  border-color: #ef474f; }

.awe-check .radio-danger input[type=radio]:checked + label::after {
  background-color: #ef474f; }

.awe-check .radio-info input[type=radio] + label::after {
  background-color: #00b9f2; }

.awe-check .radio-info input[type=radio]:checked + label::before {
  border-color: #00b9f2; }

.awe-check .radio-info input[type=radio]:checked + label::after {
  background-color: #00b9f2; }

.awe-check .radio-warning input[type=radio] + label::after {
  background-color: #f0ad4e; }

.awe-check .radio-warning input[type=radio]:checked + label::before {
  border-color: #f0ad4e; }

.awe-check .radio-warning input[type=radio]:checked + label::after {
  background-color: #f0ad4e; }

.awe-check .radio-success input[type=radio] + label::after {
  background-color: #5cb85c; }

.awe-check .radio-success input[type=radio]:checked + label::before {
  border-color: #5cb85c; }

.awe-check .radio-success input[type=radio]:checked + label::after {
  background-color: #5cb85c; }

.awe-check input[type=checkbox].styled:checked + label:after, .awe-check input[type=radio].styled:checked + label:after {
  font-family: FontAwesome;
  content: "\f00c"; }

.awe-check input[type=checkbox] .styled:checked + label::before, .awe-check input[type=radio] .styled:checked + label::before {
  color: #fff; }

.awe-check input[type=checkbox] .styled:checked + label::after, .awe-check input[type=radio] .styled:checked + label::after {
  color: #fff; }

.awe-check .radio input[type=radio]:focus {
  outline: none; }

.awe-check .radio:hover label, .awe-check .checkbox:hover label {
  color: #ff6a00; }

.box-filter h2 {
  font-size: 15px;
  font-family: 'Roboto';
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ebebeb; }

.group-check-box {
  width: 100%;
  float: left;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }

.left-filter .awe-check .checkbox label::after {
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px; }

.search-engine, .box-advanced-search {
  display: flex;
  margin: 0px 0px 0px 30px; }
  @media (max-width: 767px) {
    .search-engine, .box-advanced-search {
      float: right;
      display: block;
      margin: 0px 0px 0px 5px; } }
  .search-engine .nice-select, .box-advanced-search .nice-select, .search-engine input, .box-advanced-search input {
    float: left;
    width: 300px;
    height: 40px;
    margin-right: 8px;
    padding-left: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 13px; }
    .search-engine .nice-select.text-search, .box-advanced-search .nice-select.text-search, .search-engine input.text-search, .box-advanced-search input.text-search {
      border: 2px solid #17a349; }
    @media (max-width: 1200px) {
      .search-engine .nice-select, .box-advanced-search .nice-select, .search-engine input, .box-advanced-search input {
        width: 330px; } }
    @media (max-width: 992px) {
      .search-engine .nice-select, .box-advanced-search .nice-select, .search-engine input, .box-advanced-search input {
        width: 150px; } }
    .search-engine .nice-select .list, .box-advanced-search .nice-select .list, .search-engine input .list, .box-advanced-search input .list {
      min-width: 100%; }
    .search-engine .nice-select.location, .box-advanced-search .nice-select.location, .search-engine input.location, .box-advanced-search input.location {
      position: relative;
      padding-left: 23px;
      width: 120px; }
      .search-engine .nice-select.location:before, .box-advanced-search .nice-select.location:before, .search-engine input.location:before, .box-advanced-search input.location:before {
        content: "\f041";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 8px;
        top: 12px;
        width: 10px;
        height: 10px; }
  .search-engine button, .box-advanced-search button {
    white-space: nowrap;
    margin-right: 8px; }

.box-advanced-search {
  display: block;
  position: absolute;
  bottom: -197px;
  width: 100%;
  max-width: 1170px;
  background: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 1px 12px #b9d9e2;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
  .box-advanced-search.active {
    visibility: visible;
    opacity: 1;
    bottom: Calc(100% - 250px);
    position: fixed; }
    @media (max-width: 1200px) {
      .box-advanced-search.active {
        max-width: 940px; } }
    @media (max-width: 992px) {
      .box-advanced-search.active {
        max-width: 100%;
        position: fixed;
        top: 0px;
        bottom: 0px !important;
        background: #fffffff5; } }
  .box-advanced-search .item-advanced-search {
    margin-right: 12px;
    width: 228px; }
    @media (max-width: 992px) {
      .box-advanced-search .item-advanced-search {
        margin-right: 15px;
        width: Calc(50% - 30px);
        float: left;
        margin-top: 45px; }
        .box-advanced-search .item-advanced-search.position-location {
          width: Calc(100% - 45px); } }
  .box-advanced-search label {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
    float: left;
    width: 100%; }
  .box-advanced-search .flex {
    display: flex; }
    @media (max-width: 992px) {
      .box-advanced-search .flex {
        display: block; } }
  .box-advanced-search .price-from, .box-advanced-search .price-to {
    max-width: 250px; }
  .box-advanced-search .nice-select, .box-advanced-search input {
    width: 100%;
    min-width: 20%; }
  .box-advanced-search .awe-check .checkbox {
    padding-left: 13px;
    color: #888;
    margin-bottom: 0px;
    margin-right: 25px;
    float: left;
    margin-top: 15px; }
    .box-advanced-search .awe-check .checkbox label {
      font-size: 13px;
      margin-bottom: 0px; }
      .box-advanced-search .awe-check .checkbox label::before {
        content: "";
        width: 14px;
        height: 14px;
        left: 0;
        top: 3px;
        margin-left: -13px; }
  .box-advanced-search .list-check {
    float: left;
    width: 100%; }
  .box-advanced-search button {
    margin-top: 24px;
    margin-right: 0px; }
    @media (max-width: 992px) {
      .box-advanced-search button {
        margin-top: 69px; } }
    @media (max-width: 673px) {
      .box-advanced-search button {
        margin-top: 24px; } }
  .box-advanced-search .close-btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: -3px;
    cursor: pointer; }
    .box-advanced-search .close-btn:after {
      content: "";
      position: absolute;
      left: 19px;
      top: 9px;
      width: 2px;
      height: 21px;
      background: #000;
      transform: rotate(-45deg); }
    .box-advanced-search .close-btn:before {
      content: "";
      position: absolute;
      left: 19px;
      top: 9px;
      width: 2px;
      height: 21px;
      background: #000;
      transform: rotate(45deg); }

.cate-search-engine {
  float: left;
  width: 100px;
  height: 40px;
  margin-right: 8px;
  padding-left: 6px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  font-size: 13px;
  position: relative; }
  .cate-search-engine h2 {
    font-size: 13px;
    margin: 0px;
    float: left;
    width: 100%;
    height: 39px;
    line-height: 40px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    padding-right: 15px; }
    .cate-search-engine h2 i {
      float: right;
      margin-top: 13px;
      margin-right: 6px;
      position: absolute;
      right: 0px;
      top: 0px; }
  .cate-search-engine .dropdow-lv1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 100;
    background: #fff;
    color: #000;
    padding-bottom: 10px;
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-top: medium none;
    border-bottom: none;
    visibility: hidden;
    opacity: 0;
    cursor: pointer; }
    .cate-search-engine .dropdow-lv1.open {
      visibility: visible;
      opacity: 1; }
    .cate-search-engine .dropdow-lv1 ul {
      max-width: 250px;
      background-color: #fff;
      padding: 11px;
      white-space: nowrap;
      position: relative;
      margin: 0px;
      padding: 15px 0px 15px 15px;
      list-style: none;
      height: 323px; }
      .cate-search-engine .dropdow-lv1 ul li {
        display: block; }
        .cate-search-engine .dropdow-lv1 ul li a {
          padding: 6px 5px;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          text-decoration: none;
          font-size: 14px;
          line-height: 23px;
          color: #000;
          display: block; }
          .cate-search-engine .dropdow-lv1 ul li a:hover {
            font-weight: 700; }
        .cate-search-engine .dropdow-lv1 ul li:hover {
          background: #f2f2f2; }
    .cate-search-engine .dropdow-lv1 ul li:hover .dropdown-cate {
      visibility: visible;
      display: inline-block;
      left: 250px;
      top: 0;
      position: absolute;
      background-color: #F2F2F2; }
    .cate-search-engine .dropdow-lv1 .dropdown-cate {
      visibility: hidden;
      display: none; }
      .cate-search-engine .dropdow-lv1 .dropdown-cate .list-cate-lv2 {
        display: inline-block;
        width: 240px;
        overflow: hidden;
        vertical-align: top;
        border-left: 1px solid #dedede;
        height: 333px;
        padding-top: 10px;
        padding-left: 10px; }
        .cate-search-engine .dropdow-lv1 .dropdown-cate .list-cate-lv2:first-child {
          border: none; }
        .cate-search-engine .dropdow-lv1 .dropdown-cate .list-cate-lv2 a:hover {
          font-weight: 700; }

.fixed .box-advanced-search.active {
  visibility: visible;
  opacity: 1;
  bottom: Calc(100% - 220px);
  position: fixed; }

.search-new-area {
  display: flex;
  border: 2px solid #17a349; }
  .search-new-area .choice-type {
    width: 10rem;
    height: 37px;
    float: left;
    min-width: 100px; }
    .search-new-area .choice-type select, .search-new-area .choice-type .nice-select {
      border: none;
      width: 100%;
      height: 100%;
      border-radius: 0px; }
  .search-new-area .input-type {
    position: relative; }
    .search-new-area .input-type input {
      border-top: 0px;
      border-bottom: 0px;
      border-radius: 0px;
      height: 37px;
      padding-left: 30px;
      border-color: #dedede;
      margin-right: 0px;
      padding-right: 22px; }
    .search-new-area .input-type .fa-search {
      position: absolute;
      left: 12px;
      top: 11px;
      color: #666; }
  .search-new-area .choice-location {
    float: left;
    width: 25rem;
    min-width: 150px;
    position: relative; }
    .search-new-area .choice-location input {
      width: 100%;
      height: 37px;
      color: #7c7c7c;
      border: none;
      border-radius: 0px;
      padding-left: 30px;
      padding-right: 40px; }
    .search-new-area .choice-location .fa-map-marker {
      position: absolute;
      left: 12px;
      top: 9px;
      color: #666;
      font-size: 18px; }
    .search-new-area .choice-location .btn-show-search {
      position: absolute;
      top: 9px;
      right: 12px;
      color: #17a349;
      background: transparent;
      border: none; }
  .search-new-area .btn-submit-search {
    background: #17a349;
    border: none;
    height: 37px;
    padding: 4px 15px 2px 15px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }

.search-engine, .box-advanced-search {
  width: 825px; }
  .search-engine .choice-type, .box-advanced-search .choice-type {
    width: 105px; }
  .search-engine .search-new-area .choice-location, .box-advanced-search .search-new-area .choice-location {
    width: 270px; }
  .search-engine .advanced-fix, .box-advanced-search .advanced-fix {
    visibility: visible;
    opacity: 1;
    width: initial;
    max-width: initial;
    bottom: initial;
    position: relative;
    background: transparent;
    padding: 0;
    box-shadow: none; }
    .search-engine .advanced-fix .close-btn, .box-advanced-search .advanced-fix .close-btn {
      display: none !important; }
  @media (max-width: 1300px) {
    .search-engine .input-type input, .box-advanced-search .input-type input {
      width: 300px; } }
  @media (max-width: 1200px) {
    .search-engine .input-type input, .box-advanced-search .input-type input {
      width: 200px; }
    .search-engine .search-new-area .choice-location, .box-advanced-search .search-new-area .choice-location {
      width: 180px; } }

@media (max-width: 992px) {
  .search-engine .advanced-fix, .box-advanced-search .advanced-fix {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    position: absolute;
    background: #fffffff5;
    padding: 0;
    box-shadow: none;
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: 0px 1px 12px #b9d9e2;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .search-engine .advanced-fix .close-btn, .box-advanced-search .advanced-fix .close-btn {
      display: block !important; }
    .search-engine .advanced-fix.active, .box-advanced-search .advanced-fix.active {
      background: #fffffff5;
      width: 100%;
      z-index: 99999;
      opacity: 1;
      visibility: visible;
      display: block;
      position: fixed;
      padding: 15px;
      top: 0px; }

  .advanced-fix.active {
    background: #fffffff5;
    width: 100%;
    z-index: 99999; }

  .search-engine, .box-advanced-search, .advanced-fix {
    width: 100%; }

  .btn-search-new {
    margin-left: auto;
    font-size: 18px;
    color: #17a349;
    margin-right: 15px;
    margin-top: 7px; }

  .advanced-fix .search-new-area {
    display: block;
    border: none;
    margin: 0 auto;
    max-width: 410px; }
  .advanced-fix .close-btn-news {
    position: absolute;
    cursor: pointer;
    display: block;
    right: 0px;
    top: 0px;
    width: 38px;
    height: 34px; }
    .advanced-fix .close-btn-news:before {
      content: "";
      position: absolute;
      left: 18px;
      top: 7px;
      height: 21px;
      width: 2px;
      background: #000;
      transform: rotate(45deg);
      opacity: 1; }
    .advanced-fix .close-btn-news:after {
      content: "";
      position: absolute;
      left: 18px;
      top: 7px;
      height: 21px;
      width: 2px;
      background: #000;
      transform: rotate(-45deg); }

  .search-engine .choice-type, .box-advanced-search .choice-type, .advanced-fix .choice-type {
    width: 100%;
    margin-bottom: 10px; }

  .search-new-area .input-type {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px; }

  .search-engine .search-new-area .choice-location, .box-advanced-search .search-new-area .choice-location, .advanced-fix .search-new-area .choice-location {
    width: 100%;
    margin-bottom: 10px; }

  .search-new-area .choice-location input {
    width: 100%;
    height: 37px;
    color: #7c7c7c;
    border: none;
    border-radius: 0px;
    padding-left: 30px;
    background: #ebebeb; }

  .search-engine .input-type input, .box-advanced-search .input-type input, .advanced-fix .input-type input {
    width: 100%;
    border: none !important;
    background: #ebebeb; }

  .search-new-area .choice-type select, .search-new-area .choice-type .nice-select {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #ebebeb; } }
.btn-adv-search-news {
  position: absolute;
  right: -45px;
  top: 2px;
  font-size: 28px;
  color: #17a349; }

.check-location-desk {
  position: absolute;
  right: 7px;
  top: 7px; }

.check-location-desk img {
  max-height: 18px; }

.table-shop {
  overflow-x: auto; }
  @media (max-width: 480px) {
    .table-shop {
      padding: 15px 5px; } }

.table-shop table {
  width: 100%; }
  @media (max-width: 360px) {
    .table-shop table {
      width: 380px; } }

.table-shop table > thead > tr > th,
.table-shop table > tbody > tr > th,
.table-shop table > tfoot > tr > th,
.table-shop table > thead > tr > td,
.table-shop table > tbody > tr > td,
.table-shop table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #eee;
  text-align: left;
  font: 14px/18px "arial";
  color: #4a4a4a; }
  @media (max-width: 480px) {
    .table-shop table > thead > tr > th,
    .table-shop table > tbody > tr > th,
    .table-shop table > tfoot > tr > th,
    .table-shop table > thead > tr > td,
    .table-shop table > tbody > tr > td,
    .table-shop table > tfoot > tr > td {
      padding: 8px;
      width: initial; } }

.table-shop table tr:first-child td {
  border-top: none; }

.table-shop table tr:hover {
  background-color: #F8FAFB; }

.table-shop table label {
  margin-bottom: 0px;
  white-space: nowrap; }
.table-shop table p {
  margin-bottom: 0px; }
.table-shop table a {
  color: #aeaeae;
  font-size: 13px; }
  .table-shop table a:hover {
    text-decoration: underline;
    color: #17a349; }
  .table-shop table a i {
    margin-right: 6px; }
  .table-shop table a.view-more {
    color: #17a349; }

.form-fixed {
  float: left;
  width: 100%;
  margin-top: 15px;
  display: none; }
  .form-fixed input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .form-fixed textarea {
    min-height: 150px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%; }
  .form-fixed a {
    margin-left: 15px;
    color: #17a349 !important; }
    .form-fixed a i {
      margin-right: 6px; }

.open .form-fixed {
  display: block; }
.open .open-fixed {
  display: none; }

.table-shop .txt-right {
  vertical-align: top; }

.loading-content-gca {
  background: #fff;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  @transition (.4s);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .loading-content-gca [class*="box-"] {
    height: 6px;
    width: 400px;
    background: #f6f7f9;
    margin-bottom: 13px;
    margin-right: 5px; }
  .loading-content-gca .box-thumbnail {
    width: 100%;
    height: 100%;
    float: left;
    display: inline-block; }
    .loading-content-gca .box-thumbnail-xs {
      width: 40px;
      height: 40px; }
    .loading-content-gca .box-thumbnail-sm {
      width: 120px;
      height: 120px; }
    .loading-content-gca .box-thumbnail-lg {
      width: 360px;
      height: 360px; }
    .loading-content-gca .box-thumbnail-lgx {
      width: 500px;
      height: 500px; }
  .loading-content-gca .box-line-xs {
    width: 80px;
    margin-left: 50px; }
  .loading-content-gca .box-line-sm {
    width: 120px;
    margin-top: 10px;
    margin-left: 50px; }
  .loading-content-gca .box-line-lg {
    width: 50%; }
  .loading-content-gca .box-line-lgx {
    width: 100%; }
  .loading-content-gca [class*="box-line"] {
    animation: timeline;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px auto;
    background-position: 100px 0; }

@keyframes timeline {
  0% {
    background-position: -350px 0; }
  100% {
    background-position: 400px 0; } }
.relative .img {
  position: relative; }

[class*="box-line"] {
  height: 6px;
  width: 400px;
  background: #f6f7f9;
  margin-bottom: 13px;
  margin-right: 5px;
  animation: timeline;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px auto;
  background-position: 100px 0; }

.box-thumbnail-abs {
  background: #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.hidden-loading-content {
  opacity: 0;
  visibility: hidden;
  @transition (.4s); }

.item-news-incate.relative {
  position: relative; }
  .item-news-incate.relative h3 {
    overflow: hidden; }
    .item-news-incate.relative h3 a {
      display: none; }

.relative {
  position: relative; }
  .relative.open h3 a {
    display: block !important; }
  .relative.open .loading-content-gca {
    opacity: 0;
    visibility: hidden; }
  .relative.open .hidden-loading-content {
    opacity: 1;
    visibility: visible; }
  .relative.open .box-thumbnail-abs {
    display: none; }
  .relative.open [class*="box-line"] {
    display: none; }

.list-cate-menu-lazy {
  float: left;
  width: 100%; }
  .list-cate-menu-lazy .item-cate-menu {
    text-align: center;
    border: 1px solid #ebebeb;
    height: 154px;
    background: #fff;
    border-right: none;
    outline: none;
    width: 154px;
    display: inline-block;
    overflow: hidden; }
  .list-cate-menu-lazy .img {
    height: 110px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background: #e2dfdf; }
  .list-cate-menu-lazy h3 {
    margin: 20px 30px;
    overflow: hidden; }
    .list-cate-menu-lazy h3 [class*="box-line"] {
      margin: 0px; }

.xuhuong-timkiem .relative {
  float: left;
  width: 100%;
  background: #f5f5f5;
  min-height: 154px; }

.item-product-inhome [class*="box-line"] {
  float: left; }
.item-product-inhome.relative {
  min-height: 390px; }
  .item-product-inhome.relative .hidden-loading-content {
    float: left;
    width: 100%;
    height: 0px; }
  .item-product-inhome.relative.open {
    min-height: initial; }
    .item-product-inhome.relative.open .pad-loading {
      display: none; }
    .item-product-inhome.relative.open .hidden-loading-content {
      float: left;
      width: 100%;
      height: initial; }
    .item-product-inhome.relative.open h3 {
      height: 37px; }
      .item-product-inhome.relative.open h3 .hidden-loading-content {
        float: initial; }

.pad-loading {
  float: left;
  width: 100%;
  padding: 10px;
  overflow: hidden; }
  .pad-loading [class*="box-line"] {
    float: left;
    margin-bottom: 5px; }
  .pad-loading .box-line-lg {
    width: 100%; }
  .pad-loading .box-line-xs {
    width: 35%; }
  .pad-loading .box-line-sm {
    width: 50%; }

.box-thumbnail .box-line-lg {
  width: 75%;
  margin-left: 50px; }
.box-thumbnail .box-line-sm {
  width: 50%;
  margin-left: 50px; }
.box-thumbnail .box-line-xs {
  width: 25%;
  margin-left: 50px; }

.box-thumbnail-abs .box-line-lg, .box-thumbnail-abs .box-line-sm, .box-thumbnail-abs .box-line-xs {
  margin-left: 10px; }

/* shopping cart 2*/
.shopping-cart-page {
  margin-top: 20px;
  /*end shopping cart 2*/
  /*payment step 1*/
  /*end payment*/
  /*payment bank*/
  /*end payment bank*/ }
  .shopping-cart-page .cart-title h1 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto";
    color: #252525;
    border-bottom: 3px solid #ff5c01;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 0 7px;
    margin-bottom: 15px; }
  .shopping-cart-page .cart .bg-cart-page {
    padding-bottom: 15px;
    min-height: 300px;
    position: relative; }
    .shopping-cart-page .cart .bg-cart-page .bg-scroll {
      overflow: hidden;
      border-top: none;
      margin-bottom: 30px; }
      .shopping-cart-page .cart .bg-cart-page .bg-scroll .cart-thead {
        background: #fff;
        font-weight: bold;
        font-size: 13px;
        clear: both;
        width: 100%;
        border: 1px solid #e1e1e1;
        float: left;
        color: #464646;
        text-align: center; }
      .shopping-cart-page .cart .bg-cart-page .bg-scroll .cart-thead > div {
        float: left;
        padding: 10px 20px;
        line-height: 35px;
        font-size: 14px; }
    .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals h3 {
      font-size: 15px;
      margin-bottom: 15px;
      border-bottom: 1px #ddd solid;
      padding: 10px 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 20px;
      font-weight: bold;
      font-family: 'Roboto';
      line-height: 20px;
      display: none; }
    .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner {
      padding: 20px 0px 15px 0px;
      margin-top: 0px; }
    .shopping-cart-page .cart .bg-cart-page .cart-collaterals td, .shopping-cart-page .cart .bg-cart-page .cart-collaterals th {
      border: none;
      padding: 0;
      font-size: 18px; }
    .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout {
      color: #666666;
      padding-top: 5px;
      text-align: center;
      list-style: none;
      padding: 0;
      margin: 0; }
      .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-proceed-checkout {
        background: #ff5c01;
        padding: 12px 15px;
        color: #fff;
        width: 100%;
        border: 1px solid #ff5c01;
        border-radius: 4px; }
        .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-proceed-checkout:before {
          content: "\f00c";
          font-family: FontAwesome;
          font-size: 20px;
          padding-right: 5px; }
        .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-proceed-checkout span {
          font-size: 18px;
          font-weight: normal; }
      .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-continue {
        margin-top: 15px;
        width: 100%;
        background: #ecebec;
        font-size: 16px;
        padding: 13px;
        border: 1px solid #ddd;
        border-radius: 4px; }
        .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-continue:before {
          content: "\f060";
          font-family: FontAwesome;
          font-size: 12px;
          padding-right: 8px; }
      .shopping-cart-page .cart .bg-cart-page .cart-collaterals .totals .inner .checkout .btn-proceed-checkout:hover {
        background: #222222;
        border: 1px solid #222222; }
  .shopping-cart-page .cart-droplist__content {
    display: none;
    width: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 999;
    color: #333333; }
  .shopping-cart-page .cart .cart-droplist__content {
    position: relative;
    width: 100%;
    display: block;
    box-shadow: none;
    border: 1px solid #ddd;
    margin-top: 15px;
    z-index: 1; }
    @media (max-width: 767px) {
      .shopping-cart-page .cart .cart-droplist__content {
        border: none;
        margin-top: 0px; } }
  .shopping-cart-page .cart-droplist__status {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    background: #f5f5f5;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px #ddd solid; }
    .shopping-cart-page .cart-droplist__status i {
      color: #ff5c01;
      font-size: 18px; }
    @media (max-width: 767px) {
      .shopping-cart-page .cart-droplist__status {
        background: #fff;
        border: none;
        border-bottom: 15px solid #f5f5f5;
        padding: 13px 15px 10px 15px; } }
  .shopping-cart-page .cart-droplist .mini-list {
    position: relative; }
    .shopping-cart-page .cart-droplist .mini-list .list-item-cart {
      padding: 8px 15px 0 15px;
      max-height: 252px;
      overflow: auto;
      list-style: none;
      margin: 0; }
      .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item {
        border-bottom: 1px solid #eee;
        margin: 5px 0px 10px;
        overflow: hidden;
        padding: 0px 0px 10px 0px; }
        .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item:last-child {
          margin: 0px;
          border-bottom: 0px #eee solid; }
        .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-image {
          float: left;
          margin-right: 10px; }
          .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-image img {
            max-width: 55px; }
        .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details {
          color: #333333;
          position: relative;
          text-align: left;
          padding: 0px; }
          .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details .fa-trash-o {
            position: absolute;
            right: 0px;
            color: #333333; }
        .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-name a {
          color: #333333;
          padding-right: 25px;
          display: block;
          max-height: 36px;
          overflow: hidden; }
        .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom {
          color: #333333;
          margin-top: 10px;
          margin-bottom: 5px; }
          .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom .price {
            color: #463f3a;
            font-size: 12px;
            display: inline-block;
            line-height: 22px;
            font-weight: bold; }
          .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom .quantity-select {
            display: inline-block;
            float: right; }
            .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom .quantity-select button {
              border: 1px solid #ddd;
              background: #fff;
              outline: none;
              height: 20px;
              width: 20px;
              font-size: 10px;
              line-height: 20px;
              text-align: center;
              padding: 0; }
            .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom .quantity-select .number-sidebar {
              border: 1px solid #ddd;
              outline: none;
              text-align: center;
              font-size: 12px;
              width: 26px;
              height: 20px;
              margin: 0 -1px;
              line-height: 20px;
              vertical-align: top; }
            .shopping-cart-page .cart-droplist .mini-list .list-item-cart .item .product-details-bottom .quantity-select button {
              border: 1px solid #ddd;
              background: #fff;
              outline: none;
              height: 20px;
              width: 20px;
              font-size: 10px;
              line-height: 20px;
              text-align: center;
              padding: 0; }
    .shopping-cart-page .cart-droplist .mini-list .top-subtotal {
      color: #333333;
      font-size: 16px;
      font-weight: bold;
      padding: 12px 15px;
      padding-bottom: 0;
      text-align: center;
      text-transform: none;
      border-top: 1px solid #ddd; }
      .shopping-cart-page .cart-droplist .mini-list .top-subtotal .price {
        color: #f55856; }
      @media (max-width: 767px) {
        .shopping-cart-page .cart-droplist .mini-list .top-subtotal {
          float: left;
          width: 100%; } }
    .shopping-cart-page .cart-droplist .mini-list .actions {
      padding: 15px 20px;
      margin: 0;
      overflow: hidden;
      background: #fff;
      padding-top: 15px; }
      .shopping-cart-page .cart-droplist .mini-list .actions .btn-checkout {
        background: #ff5c01;
        color: #fff;
        font-size: 14px;
        padding: 8px 16px;
        text-align: left;
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        border: none;
        outline: none; }
        .shopping-cart-page .cart-droplist .mini-list .actions .btn-checkout.btn-return {
          margin-top: 10px;
          background: #ecebec;
          border: 1px solid #ddd;
          color: #252525; }
  .shopping-cart-page .form-group select {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc; }
  .shopping-cart-page .border-payment {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  .shopping-cart-page .title-payment h2 {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    font-family: arial;
    font-weight: 600; }
  .shopping-cart-page .infor-order {
    float: left;
    width: 100%;
    padding: 15px; }
  .shopping-cart-page .item-order {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb; }
  .shopping-cart-page .infor-order .item-order:last-child {
    margin-bottom: 0px; }
  .shopping-cart-page .item-order p {
    width: 75%;
    float: left; }
    .shopping-cart-page .item-order p a {
      color: #337ab7;
      text-decoration: none; }
      .shopping-cart-page .item-order p a:hover {
        color: #009846; }
  .shopping-cart-page .item-order span {
    float: right;
    width: 25%;
    text-align: right;
    color: #515151; }
  .shopping-cart-page .item-order b {
    font-size: 12px; }
  .shopping-cart-page .item-order img {
    max-width: 50px;
    float: left;
    margin-right: 10px; }
  .shopping-cart-page .total-order {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 15px;
    border-top: 1px solid #ebebeb; }
    .shopping-cart-page .total-order p {
      color: #999;
      margin-bottom: 5px;
      font-size: 13px; }
      .shopping-cart-page .total-order p span {
        float: right;
        font-size: 14px;
        color: #515151; }
    .shopping-cart-page .total-order h3 {
      float: left;
      width: 100%;
      color: #515151;
      margin-top: 10px;
      padding-top: 15px;
      border-top: 1px solid #999; }
      .shopping-cart-page .total-order h3 p {
        font-size: 16px;
        color: #000; }
      .shopping-cart-page .total-order h3 span {
        color: #ed1c24;
        font-size: 20px;
        font-weight: 700; }
  .shopping-cart-page .check-address {
    padding: 0px;
    float: left;
    width: 100%; }
  .shopping-cart-page .check-address-border {
    border-bottom: 1px dashed #ccc;
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%; }
  .shopping-cart-page .check-address p, .shopping-cart-page .check-address b {
    margin-top: 10px;
    float: left;
    width: 100%; }
  .shopping-cart-page .steps-hoso {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    padding-bottom: 0px;
    display: none; }
  .shopping-cart-page .bg-step {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .shopping-cart-page .bg-step img {
      width: 100%; }
  .shopping-cart-page .box-left-position {
    float: left;
    width: 600px; }
  .shopping-cart-page .position-apply {
    float: left;
    width: 100%;
    margin: 7px 0px; }
    .shopping-cart-page .position-apply .selectric .label {
      padding-left: 20px; }
  .shopping-cart-page .title-position {
    float: left;
    width: 170px;
    text-align: right; }
  .shopping-cart-page .position-apply .select-box-position {
    float: left;
    width: 60%; }
  .shopping-cart-page .title-position h2 {
    font-size: 17px;
    font-weight: 600;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px; }
  .shopping-cart-page .title-position h3 {
    font-size: 17px;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px; }
  .shopping-cart-page .box-right-position {
    float: left;
    text-align: center;
    padding-left: 60px; }
    .shopping-cart-page .box-right-position img {
      width: 160px; }
    .shopping-cart-page .box-right-position span {
      float: left;
      width: 100%;
      text-align: center;
      font-style: italic;
      color: #ccc;
      font-size: 13px;
      margin: 12px 0px; }
  .shopping-cart-page .flex-box {
    display: flex;
    float: left;
    width: 100%; }
  .shopping-cart-page .form-infor-user .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%; }
  .shopping-cart-page .control-label {
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 7px;
    margin-top: 10px; }
  .shopping-cart-page .form-infor-user .form-control {
    border-radius: 5px; }
  .shopping-cart-page .form-infor-user .selectric .label {
    padding-left: 7px; }
  .shopping-cart-page .form-control {
    height: 40px; }
  .shopping-cart-page #txtInformation h2 {
    font-size: 15px;
    font-family: arial;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px; }
  .shopping-cart-page .controls textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc; }
  .shopping-cart-page #txtInformation h2 a {
    color: #337ab7;
    text-decoration: none; }
  .shopping-cart-page #txtInformation input {
    margin-right: 5px; }
  .shopping-cart-page #txtInformation textarea {
    width: 100%;
    float: left;
    padding: 10px; }
  .shopping-cart-page #txtInformation h3 {
    font-size: 17px;
    font-family: arial;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
    width: 100%; }
  .shopping-cart-page #txtInformation .control-label {
    margin-top: 10px; }
  .shopping-cart-page #txtInformation .form-control {
    border-radius: 5px; }
  .shopping-cart-page #txtInformation .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%; }
  .shopping-cart-page .btn-add-field {
    padding: 7px 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 7px;
    margin-right: 7px; }
    .shopping-cart-page .btn-add-field:hover {
      background: #ebebeb; }
    .shopping-cart-page .btn-add-field i {
      margin-right: 7px; }
  .shopping-cart-page .colorff6a00 {
    border-bottom: 4px solid #63a60d;
    outline: 0;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
    color: #ffffff;
    background-color: #71be0f;
    /* border-color: #63a60d; */
    padding: 6px 25px 5px 25px;
    border-radius: 5px; }
    .shopping-cart-page .colorff6a00:hover {
      color: #fff;
      background: #ff6a00; }
  .shopping-cart-page .panel-body {
    padding-bottom: 0px; }
  .shopping-cart-page .next-step {
    float: left;
    width: 100%;
    background: #ebebeb;
    padding: 15px;
    margin-top: 10px; }
  .shopping-cart-page .btn-next-step {
    outline: 0;
    float: right;
    text-shadow: 0 1px 1px rgba(99, 165, 15, 0.75);
    color: #ffffff;
    background-color: #ff5c01;
    padding: 11px 40px 7px 40px;
    border-radius: 5px; }
    .shopping-cart-page .btn-next-step i {
      margin-right: 6px; }
    .shopping-cart-page .btn-next-step:hover {
      outline: 0 !important;
      background-color: #222222;
      color: #fff;
      border-bottom-color: #487513; }
  .shopping-cart-page .btn-back-step {
    margin-top: 5px;
    float: left; }
    .shopping-cart-page .btn-back-step i {
      margin-right: 6px; }
  .shopping-cart-page .address-payment {
    padding: 30px 30px 0px 30px;
    float: left;
    width: 100%; }
  .shopping-cart-page .item-address-payment {
    float: left;
    width: 100%;
    border: 1px solid #eea236;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px; }
    .shopping-cart-page .item-address-payment h2 {
      font-weight: 600;
      font-family: arial;
      float: left;
      width: 100%;
      margin-bottom: 5px; }
    .shopping-cart-page .item-address-payment p {
      margin-bottom: 5px;
      color: #515151; }
    .shopping-cart-page .item-address-payment .btn {
      margin-top: 7px;
      margin-right: 7px; }
  .shopping-cart-page .ship-method img {
    margin: 0 9px; }
  .shopping-cart-page .ship-method p {
    margin-bottom: 12px; }
  .shopping-cart-page .ship-method h2 {
    font-size: 15px;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  .shopping-cart-page .border-payment .item-address-payment {
    border: none; }
  .shopping-cart-page .sucesss-page {
    padding: 10%; }
    .shopping-cart-page .sucesss-page img {
      margin-bottom: 30px; }
    .shopping-cart-page .sucesss-page p {
      margin-bottom: 15px; }
  .shopping-cart-page .payment-step1-page .nice-select {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px; }
  .shopping-cart-page .form-group .nice-select .list {
    width: 100%; }
  .shopping-cart-page .payment {
    margin-top: 20px;
    min-height: 242px; }
  .shopping-cart-page .foot-check-orderpaper {
    background: #f3eded;
    float: left;
    width: 100%;
    text-align: right;
    padding: 12px 15px; }
    .shopping-cart-page .foot-check-orderpaper i {
      margin-right: 7px; }
  .shopping-cart-page .check-info-order {
    float: left;
    width: 50%;
    background: #f9f9f9;
    margin-bottom: 15px; }
    .shopping-cart-page .check-info-order h4 {
      float: left;
      width: 100%;
      font-size: 17px;
      padding: 12px;
      margin: 0px;
      background: #f1f1f1; }
    .shopping-cart-page .check-info-order ul {
      list-style: none;
      float: left;
      width: 100%;
      padding: 12px;
      margin: 0px; }
      .shopping-cart-page .check-info-order ul li {
        margin-bottom: 3px; }
  .shopping-cart-page .bg-cart-page-mobile {
    float: left;
    width: 100%; }
  .shopping-cart-page .btn-end-step1 {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
    .shopping-cart-page .btn-end-step1 .btn-next-step {
      padding: 17px 40px 12px 40px;
      width: 100%;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 19px;
      text-decoration: none; }
      .shopping-cart-page .btn-end-step1 .btn-next-step:hover, .shopping-cart-page .btn-end-step1 .btn-next-step:focus {
        color: #fff;
        text-decoration: none; }
  .shopping-cart-page .voucher {
    float: left;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px; }
  .shopping-cart-page .btn-submit-voucher {
    float: right;
    margin-top: -34px;
    background: #ccc;
    border: none;
    padding: 5px 20px 4px 20px;
    border-radius: 4px;
    margin-right: 5px;
    color: #ffffff;
    box-shadow: 0px 0px 1px #2d2727; }
    .shopping-cart-page .btn-submit-voucher:hover {
      box-shadow: 0px 0px 3px #2d2727; }
  .shopping-cart-page ul.bankList {
    clear: both;
    height: 202px;
    width: 636px; }
    .shopping-cart-page ul.bankList li {
      list-style-position: outside;
      list-style-type: none;
      cursor: pointer;
      float: left;
      margin-right: 0;
      padding: 5px 2px;
      text-align: center;
      width: 90px; }
  .shopping-cart-page .list-content {
    margin: 0px;
    padding: 0px; }
    .shopping-cart-page .list-content li {
      list-style: none outside none;
      margin: 0 0 10px; }
      .shopping-cart-page .list-content li .boxContent {
        display: none;
        width: 100%;
        border: 1px solid #cccccc;
        padding: 10px; }
      .shopping-cart-page .list-content li label {
        margin-bottom: 5px; }
        .shopping-cart-page .list-content li label input {
          margin-right: 5px;
          margin-left: 5px;
          margin-top: 0px; }
      .shopping-cart-page .list-content li.active .boxContent {
        display: block; }
      .shopping-cart-page .list-content li .boxContent ul {
        margin: 0px;
        padding: 0px; }
  .shopping-cart-page i.VISA, .shopping-cart-page i.MASTE, .shopping-cart-page i.AMREX, .shopping-cart-page i.JCB, .shopping-cart-page i.VCB, .shopping-cart-page i.TCB, .shopping-cart-page i.MB, .shopping-cart-page i.VIB, .shopping-cart-page i.ICB, .shopping-cart-page i.EXB, .shopping-cart-page i.ACB, .shopping-cart-page i.HDB, .shopping-cart-page i.MSB, .shopping-cart-page i.NVB, .shopping-cart-page i.DAB, .shopping-cart-page i.SHB, .shopping-cart-page i.OJB, .shopping-cart-page i.SEA, .shopping-cart-page i.TPB, .shopping-cart-page i.PGB, .shopping-cart-page i.BIDV, .shopping-cart-page i.AGB, .shopping-cart-page i.SCB, .shopping-cart-page i.VPB, .shopping-cart-page i.VAB, .shopping-cart-page i.GPB, .shopping-cart-page i.SGB, .shopping-cart-page i.NAB, .shopping-cart-page i.BAB, .shopping-cart-page i.visacard, .shopping-cart-page i.mastercard {
    width: 80px;
    height: 30px;
    display: block;
    background: url(https://www.nganluong.vn/webskins/skins/nganluong/checkout/version3/images/bank_logo.png) no-repeat; }
  .shopping-cart-page i.MASTE {
    background-position: 0px -31px; }
  .shopping-cart-page i.AMREX {
    background-position: 0px -62px; }
  .shopping-cart-page i.JCB {
    background-position: 0px -93px; }
  .shopping-cart-page i.VCB {
    background-position: 0px -124px; }
  .shopping-cart-page i.TCB {
    background-position: 0px -155px; }
  .shopping-cart-page i.MB {
    background-position: 0px -186px; }
  .shopping-cart-page i.VIB {
    background-position: 0px -217px; }
  .shopping-cart-page i.ICB {
    background-position: 0px -248px; }
  .shopping-cart-page i.EXB {
    background-position: 0px -279px; }
  .shopping-cart-page i.ACB {
    background-position: 0px -310px; }
  .shopping-cart-page i.HDB {
    background-position: 0px -341px; }
  .shopping-cart-page i.MSB {
    background-position: 0px -372px; }
  .shopping-cart-page i.NVB {
    background-position: 0px -403px; }
  .shopping-cart-page i.DAB {
    background-position: 0px -434px; }
  .shopping-cart-page i.SHB {
    background-position: 0px -465px; }
  .shopping-cart-page i.OJB {
    background-position: 0px -496px; }
  .shopping-cart-page i.SEA {
    background-position: 0px -527px; }
  .shopping-cart-page i.TPB {
    background-position: 0px -558px; }
  .shopping-cart-page i.PGB {
    background-position: 0px -589px; }
  .shopping-cart-page i.BIDV {
    background-position: 0px -620px; }
  .shopping-cart-page i.AGB {
    background-position: 0px -651px; }
  .shopping-cart-page i.SCB {
    background-position: 0px -682px; }
  .shopping-cart-page i.VPB {
    background-position: 0px -713px; }
  .shopping-cart-page i.VAB {
    background-position: 0px -744px; }
  .shopping-cart-page i.GPB {
    background-position: 0px -775px; }
  .shopping-cart-page i.SGB {
    background-position: 0px -806px; }
  .shopping-cart-page i.NAB {
    background-position: 0px -837px; }
  .shopping-cart-page i.BAB {
    background-position: 0px -868px; }
  .shopping-cart-page i.visacard {
    background-position: 0px -1px; }
  .shopping-cart-page i.mastercard {
    background-position: 0px -32px; }
  .shopping-cart-page ul.cardList li {
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 4px;
    text-align: center;
    width: 100px; }
  @media screen and (max-width: 1200px) {
    .shopping-cart-page .ctn-left-detail {
      width: 610px;
      float: left; }
    .shopping-cart-page .container {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .shopping-cart-page .ctn-left-detail {
      width: 390px;
      float: left; }
    .shopping-cart-page #shopping-cart-table {
      border: none;
      float: left;
      width: 990px;
      background-color: #FFFFFF;
      text-align: left; }
    .shopping-cart-page .box-btn-cart {
      float: left;
      width: 340px;
      margin-top: 15px;
      margin-bottom: 0px; }
    .shopping-cart-page .item-btn-cart a.skip-buy {
      margin-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .shopping-cart-page .ctn-left-detail {
      width: 100%;
      float: left; }
    .shopping-cart-page .ctn-right-detail, .shopping-cart-page .totals-cart {
      float: right;
      width: 100%; }
    .shopping-cart-page .box-btn-cart {
      float: left;
      width: 100%; } }
  @media screen and (max-width: 560px) {
    .shopping-cart-page .reviews-product {
      float: left;
      width: initial; }
    .shopping-cart-page .like-detail-product {
      float: left;
      width: 100%; }
    .shopping-cart-page #owl-package-detail .owl-pagination {
      display: block; }
    .shopping-cart-page #owl-package-detail .owl-buttons {
      display: none; }
    .shopping-cart-page #owl-detail {
      width: 80%; }
    .shopping-cart-page .cart-table thead {
      display: none; }
    .shopping-cart-page #shopping-cart-table {
      border: none;
      float: left;
      width: 100%;
      background-color: #FFFFFF;
      text-align: left; }
    .shopping-cart-page .data-table td {
      float: left;
      width: 100%;
      border: none;
      padding-left: 120px;
      text-align: left;
      padding-top: 5px;
      padding-bottom: 3px; }
    .shopping-cart-page #shopping-cart-table .product-image {
      float: left;
      margin-right: 15px;
      height: 90px;
      position: absolute;
      left: 12px;
      top: 12px; }
    .shopping-cart-page .cart-table tr {
      border-bottom: 1px solid #ebebeb;
      position: relative;
      float: left;
      width: 100%; }
    .shopping-cart-page #shopping-cart-table .quality-product-detail {
      width: 113px;
      float: left;
      margin: 0 auto;
      margin-top: 5px; }
    .shopping-cart-page .sku-incart, .shopping-cart-page .code-incart {
      font-size: 13px !important;
      color: #999 !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important; }
    .shopping-cart-page .data-table td.image {
      padding-top: 10px; }
    .shopping-cart-page .button.remove-item {
      position: absolute;
      right: 15px;
      top: 15px; }
    .shopping-cart-page .process-payment {
      border: none; }
      .shopping-cart-page .process-payment ul li a {
        display: none; }
      .shopping-cart-page .process-payment ul li.active a {
        float: left;
        width: 95%;
        display: block; }
    .shopping-cart-page .check-info-order {
      float: left;
      width: 100%;
      background: #f9f9f9;
      margin-bottom: 15px; } }
  @media screen and (max-width: 400px) {
    .shopping-cart-page .list-product-categories .col-xs-6 {
      width: 100%; }
    .shopping-cart-page .list-style-product .img-item-package {
      float: left;
      width: 100%;
      height: initial;
      text-align: center;
      margin-bottom: 15px;
      position: relative;
      overflow: hidden; }
    .shopping-cart-page .list-style-product .title-item-package {
      float: left;
      width: 100%;
      padding-left: 0px; } }
  .shopping-cart-page .cart-price .price {
    font-weight: bold !important;
    color: #17a349 !important; }
  .shopping-cart-page .cart-collaterals .totals {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #fcf3f3;
    margin-bottom: 30px;
    box-shadow: 3px 1px 9px #dfd7d7;
    padding: 20px; }
    .shopping-cart-page .cart-collaterals .totals .note-totals {
      float: left;
      font-weight: bold !important;
      color: #17a349 !important;
      margin-bottom: 0px;
      height: 35px;
      line-height: 37px; }
    .shopping-cart-page .cart-collaterals .totals .right-totals {
      float: right; }
      .shopping-cart-page .cart-collaterals .totals .right-totals .payment-btn {
        float: right;
        border-radius: 5px;
        height: 35px;
        line-height: 37px; }
      .shopping-cart-page .cart-collaterals .totals .right-totals .totals-prices {
        float: right;
        margin-right: 30px; }
        .shopping-cart-page .cart-collaterals .totals .right-totals .totals-prices p {
          font-weight: bold !important;
          color: #17a349 !important;
          margin-bottom: 0px;
          height: 35px;
          line-height: 37px; }
      .shopping-cart-page .cart-collaterals .totals .right-totals .remove-all-btn {
        float: right;
        border: none;
        background: transparent;
        color: #17a349;
        margin-left: 30px;
        height: 35px;
        line-height: 37px; }

.list-process-payment {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  color: #333;
  border-bottom: 1px solid #ebebeb; }
  .list-process-payment ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .list-process-payment ul li {
      display: inline-block;
      width: 200px;
      position: relative;
      margin: 0px -2px; }
      @media (max-width: 991px) {
        .list-process-payment ul li {
          width: 160px; } }
      @media (max-width: 700px) {
        .list-process-payment ul li {
          display: none; }
          .list-process-payment ul li.current {
            display: block;
            width: 100%; }
            .list-process-payment ul li.current:before {
              background: #17a349 !important; } }
      .list-process-payment ul li a {
        color: #333;
        position: relative;
        z-index: 9; }
        .list-process-payment ul li a span {
          margin-top: 5px;
          display: block; }
        .list-process-payment ul li a img {
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
      .list-process-payment ul li:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 20px;
        width: 50%;
        height: 2px;
        background: #ebebeb; }
      .list-process-payment ul li:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 20px;
        width: 50%;
        height: 2px;
        background: #ebebeb; }
      .list-process-payment ul li:first-child:after {
        display: none; }
      .list-process-payment ul li:last-child:before {
        display: none; }
      .list-process-payment ul li.active:after {
        background: #17a349; }
      .list-process-payment ul li.active:before {
        background: #17a349; }
      .list-process-payment ul li.active img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }
      .list-process-payment ul li.current:before {
        background: #ebebeb; }
      .list-process-payment ul li.current img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%); }

.address-ship-content {
  display: table;
  margin: 0 auto;
  width: 450px;
  padding: 30px 0px; }
  @media (max-width: 480px) {
    .address-ship-content {
      width: 92%; } }
  .address-ship-content h2 {
    color: #17a349;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .address-ship-content p {
    margin-bottom: 0px;
    text-align: center; }
  .address-ship-content .box-address-ship {
    border: 1px dashed #17a349;
    border-radius: 4px;
    margin-top: 30px;
    padding: 25px;
    display: inline-block;
    width: 100%; }
    .address-ship-content .box-address-ship p {
      text-align: left;
      margin-bottom: 5px;
      color: #333;
      font-weight: 400;
      width: 100%;
      float: left; }
      .address-ship-content .box-address-ship p b {
        font-weight: 500; }
      .address-ship-content .box-address-ship p a {
        color: #17a349;
        float: left;
        width: 100%;
        margin: 5px 0px 15px 0px; }
    .address-ship-content .box-address-ship .btn-tool a {
      text-transform: initial;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .address-ship-content .box-address-ship .btn-tool a {
          width: 100%; } }

.box-shadow-payment {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-top: none;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 0px 9px #dfd7d7; }

.payment-ship-content {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0px; }
  @media (max-width: 480px) {
    .payment-ship-content {
      width: 92%; } }
  .payment-ship-content h2 {
    color: #17a349;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600; }
  .payment-ship-content p {
    text-align: center; }

.a-left {
  text-align: left !important; }

.shopping-cart-page .box-shadow-payment .bg-cart-page {
  padding-bottom: 0px; }
  .shopping-cart-page .box-shadow-payment .bg-cart-page .bg-scroll {
    margin-bottom: 0px; }
  .shopping-cart-page .box-shadow-payment .bg-cart-page .totals {
    margin-bottom: 0px; }

.box-shadow-payment .address-ship-content {
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px; }
  .box-shadow-payment .address-ship-content .box-address-ship {
    border: none;
    border-radius: 4px;
    margin-top: 0px;
    padding: 15px 25px;
    display: inline-block;
    width: 100%; }
    .box-shadow-payment .address-ship-content .box-address-ship:nth-child(odd) {
      background: #ebebeb; }

.voucher-ctn {
  padding: 20px; }
  .voucher-ctn .send-to-mobile {
    margin-bottom: 10px; }
    .voucher-ctn .send-to-mobile label {
      font-weight: 400;
      margin-right: 10px; }
    .voucher-ctn .send-to-mobile input {
      border: none;
      color: #17a349; }
    .voucher-ctn .send-to-mobile button {
      border: none;
      background: transparent;
      color: #17a349;
      font-weight: 600; }
  .voucher-ctn input.style-input {
    padding: 10px 15px;
    min-width: 350px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    font-size: 13px; }
    @media (max-width: 480px) {
      .voucher-ctn input.style-input {
        min-width: 100%; } }

.button-order-buy {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .button-order-buy a {
    width: 100%;
    background: #17a349;
    color: #fff;
    display: inline-block;
    max-width: 320px;
    height: 47px;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px; }
    .button-order-buy a:hover {
      box-shadow: 0px 0px 17px #ce7f7f; }

.title-user-shop {
  background: #fff;
  font-weight: bold;
  font-size: 13px;
  clear: both;
  width: 100%;
  border: 1px solid #e1e1e1;
  float: left;
  color: #464646;
  text-align: center;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .title-user-shop {
      margin-top: 0px;
      background: #17a349;
      color: #fff; }
      .title-user-shop ~ .list-item-cart {
        border-bottom: 15px solid #f5f5f5;
        max-height: initial !important;
        float: left;
        width: 100%;
        padding-bottom: 15px !important;
        overflow: initial !important; } }
  .title-user-shop .name-user-shop {
    float: left;
    padding: 15px; }
    @media (max-width: 767px) {
      .title-user-shop .name-user-shop {
        padding: 8px; } }
    .title-user-shop .name-user-shop img {
      float: left;
      width: 30px;
      border-radius: 4px; }
    .title-user-shop .name-user-shop h2 {
      float: left;
      font-size: 15px;
      margin: 8px 0px 0px 12px; }
      @media (max-width: 767px) {
        .title-user-shop .name-user-shop h2 {
          float: left;
          font-size: 13px;
          margin: 8px 0px 0px 7px; } }

.coin-user-shop {
  float: right;
  padding: 20px; }
  @media (max-width: 767px) {
    .coin-user-shop {
      padding: 13px;
      font-size: 11px; } }
  .coin-user-shop img {
    width: 19px;
    margin-right: 6px; }

.footer-user-shop {
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #ebebeb; }
  .footer-user-shop p {
    float: left;
    color: #444;
    margin-bottom: 0px; }
    .footer-user-shop p i {
      margin-right: 5px; }

.section-payment-item .title-user-shop {
  margin-top: 0px; }

.mr-50 {
  float: left;
  width: 100%;
  margin-top: 50px; }

.btn-add-address {
  float: left;
  width: 100%; }
  .btn-add-address button {
    background: #17a349;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px; }

#add-address-other {
  max-width: 500px; }
  #add-address-other .form-create-store {
    position: relative;
    z-index: 99; }
    #add-address-other .form-create-store .ctn-form .item-input-form .group-input {
      float: left;
      width: 100%;
      max-width: 550px; }

.ctn-page-dhtc {
  padding: 30px; }
  .ctn-page-dhtc .img {
    text-align: center;
    margin-top: 15px; }
  .ctn-page-dhtc .info {
    margin-bottom: 30px; }
    .ctn-page-dhtc .info span {
      color: #3a7a31;
      font-weight: 600;
      margin-top: 15px;
      display: inline-block; }
    .ctn-page-dhtc .info a {
      color: #ff0000;
      font-weight: 600; }
  .ctn-page-dhtc .title-page-dhtc {
    margin: 15px 0px 30px 0px; }
    .ctn-page-dhtc .title-page-dhtc h2 {
      color: #3a7a31;
      text-transform: uppercase;
      font-size: 26px;
      font-weight: 900; }
    .ctn-page-dhtc .title-page-dhtc em {
      color: #7d2537;
      font-size: 16px; }

.setting-vanchuyen {
  overflow: initial !important;
  color: #353535;
  padding-bottom: 0px !important; }
  .setting-vanchuyen .fee-ship {
    color: #353535; }
  .setting-vanchuyen .title-user-shop {
    background: #ddd; }
  .setting-vanchuyen .nice-select .option {
    color: #353535; }

.cart-tbody {
  width: 100%;
  float: left;
  text-align: center;
  max-height: 460px;
  overflow: overlay;
  background: #fff; }

.cart-tbody .item-cart {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  float: left; }
  .cart-tbody .item-cart > div {
    float: left;
    padding: 15px 20px 15px;
    line-height: 20px;
    vertical-align: top; }
  .cart-tbody .item-cart .image {
    float: left;
    margin-right: 15px; }
    .cart-tbody .item-cart .image .product-image {
      display: block; }
      .cart-tbody .item-cart .image .product-image img {
        max-width: 100px; }
  .cart-tbody .item-cart:last-child {
    border-bottom: none; }
  .cart-tbody .item-cart > div.a-left {
    text-align: left; }
  .cart-tbody .item-cart .product-name {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px; }
    .cart-tbody .item-cart .product-name a {
      color: #252525;
      font-weight: bold;
      font-size: 14px; }
  .cart-tbody .item-cart .variant-title {
    color: #333; }
  .cart-tbody .item-cart > div.a-right {
    text-align: right; }
  .cart-tbody .item-cart > div.a-left {
    text-align: left; }
  .cart-tbody .item-cart .price {
    font-size: 14px;
    font-weight: normal;
    color: #333; }
  .cart-tbody .item-cart > div.a-center {
    text-align: center; }
  .cart-tbody .item-cart .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 30px;
    width: 30px;
    vertical-align: top;
    text-align: center;
    padding: 0; }
  .cart-tbody .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 30px;
    margin-left: -1px;
    text-align: center;
    width: 55px;
    margin-right: -1px; }
  .cart-tbody .item-cart a.remove-item {
    background-image: none;
    color: #333;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    border: none; }
    .cart-tbody .item-cart a.remove-item:before {
      content: "\f014";
      font-family: FontAwesome;
      font-size: 14px; }
    .cart-tbody .item-cart a.remove-item span {
      display: none; }

#footer {
  background: #fafafa;
  float: left;
  width: 100%;
  padding: 30px 0px 0 0; }
  @media (max-width: 480px) {
    #footer {
      padding-top: 10px;
      overflow: hidden; } }
  #footer .col-xs-12 {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      #footer .col-xs-12 {
        margin-bottom: 15px; } }
  #footer h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin: 0px 0px 20px 0px;
    line-height: 23px;
    font-weight: 400; }
    @media (max-width: 480px) {
      #footer h2 {
        margin: 0px 0px 7px 0px; } }
  #footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #footer ul li {
      float: left;
      width: 100%;
      margin-bottom: 3px; }
      #footer ul li a {
        color: #000;
        font-weight: 400; }
        #footer ul li a:hover {
          color: #17a349; }
  #footer .support-footer {
    padding-left: 60px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px; }
    #footer .support-footer .ico-support {
      position: absolute;
      top: 5px;
      left: 5px; }
    #footer .support-footer .title-support p {
      color: #000;
      margin-bottom: 0px; }
  #footer a {
    color: #17a349;
    font-weight: 700; }
  #footer .bot-footer {
    float: left;
    width: 100%;
    text-align: left;
    color: #7d7d7d;
    background: #fafafa;
    padding: 30px 0px; }
    @media (max-width: 767px) {
      #footer .bot-footer {
        margin-top: 0px; } }
    @media (max-width: 480px) {
      #footer .bot-footer {
        padding-top: 15px;
        margin-bottom: 15px;
        padding: 15px 5px; } }
    #footer .bot-footer h2 {
      color: #333;
      text-align: left; }
    #footer .bot-footer .list-cate-footer a {
      font-weight: 400;
      color: #7d7d7d;
      text-transform: uppercase;
      font-size: 13px; }
      #footer .bot-footer .list-cate-footer a:hover {
        color: #17a349;
        text-decoration: underline; }
  #footer .copyright p {
    margin-bottom: 0px;
    color: #7d7d7d; }
  #footer .width-full-footer {
    font-size: 13px; }
    #footer .width-full-footer form {
      position: relative;
      margin-bottom: 15px; }
    #footer .width-full-footer .input-email {
      width: 100%;
      padding: 10px 0;
      background: #fff;
      border: 2px solid #ebe2e2;
      border-radius: 2px;
      font-size: 14px;
      font-weight: 300;
      text-indent: 12px;
      color: #000; }
    #footer .width-full-footer .footer-form-input-submit {
      position: absolute;
      right: 0px;
      top: 0px;
      background: #17a349;
      border: none;
      padding: 13px 30px;
      text-transform: uppercase;
      font-size: 13px;
      color: #fff; }

.list-app div, .list-app a {
  display: inline-block;
  margin-right: 10px; }

.logo-app-footer {
  float: left; }

.giayphep {
  float: left;
  width: 100%; }
  .giayphep h2 {
    color: #000 !important;
    height: initial !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-size: 14px !important; }
  .giayphep p {
    margin-bottom: 0px; }

.logo-app-footer img {
  height: 50px; }

.bottom-payment-footer {
  background: #f5f5f5;
  padding: 30px 0px 0px 0px;
  float: left;
  width: 100%; }
  @media (max-width: 480px) {
    .bottom-payment-footer {
      padding: 15px 5px 0px 5px;
      margin-top: 15px; } }
  .bottom-payment-footer .area ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .bottom-payment-footer .area ul li {
      display: inline-block;
      width: initial !important; }
  .bottom-payment-footer .social-footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .bottom-payment-footer .social-footer ul li {
      display: inline-block;
      width: initial !important; }
      .bottom-payment-footer .social-footer ul li a {
        width: 37px;
        height: 37px;
        display: inline-block;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 37px;
        border-radius: 50%;
        background: #fff;
        margin-right: 10px; }

a.facebook {
  background: #3b5998 !important;
  color: #fff !important; }
  a.facebook:hover {
    background: #fff !important;
    color: #3b5998 !important;
    border: 1px solid #3b5998 !important; }

a.twitter {
  background: #32CDFD !important;
  color: #fff !important; }
  a.twitter:hover {
    background: #fff !important;
    color: #32CDFD !important;
    border: 1px solid #32CDFD !important; }

a.google {
  background: #EA4335 !important;
  color: #fff !important; }
  a.google:hover {
    background: #fff !important;
    color: #EA4335 !important;
    border: 1px solid #EA4335 !important; }

a.pinterest {
  background: #BD081C !important;
  color: #fff !important; }
  a.pinterest:hover {
    background: #fff !important;
    color: #BD081C !important;
    border: 1px solid #BD081C !important; }

a.linkedin {
  background: #1686B0 !important;
  color: #fff !important; }
  a.linkedin:hover {
    background: #fff !important;
    color: #1686B0 !important;
    border: 1px solid #1686B0 !important; }

/*# sourceMappingURL=style.css.map */
.new-add-version {
  position: relative;
}
.new-add-version:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/icon-new.gif);
    top: -16px;
    left: -10px;
    z-index: 1;
    width: 33px;
    background-size: cover;
    height: 39px;
}