@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: "Raleway";
  background: white;
  color: #1F1F29;
}
body.no-scroll {
  overflow: hidden !important;
}

a {
  text-decoration: none;
}

.tbl {
  width: 100%;
  height: 100%;
  display: table;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.v-top {
  vertical-align: top;
}

.pos-rel {
  position: relative;
}

html:not([dir=rtl]) .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group.mb40 {
  margin-bottom: 40px;
}
.form-group.mb8 {
  margin-bottom: 8px;
}
.form-group.mb60 {
  margin-bottom: 60px;
}
.form-group label {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #101014;
  margin-bottom: 8px;
}
.form-group label.mb0 {
  margin-bottom: 0;
}
.form-group label.error {
  color: #E4002B;
  font-size: 11px;
  line-height: 15px;
  margin: 5px 0 0;
  font-weight: 500;
}

.form-control:disabled, .form-control[readonly] {
  background: #FBFAFA;
  cursor: no-drop;
  border-color: #FBFAFA;
}

textarea.form-control {
  height: 160px;
  resize: none;
}

.picker .input-group-text {
  border: 1px solid #E8E8E8 !important;
  background-color: #FBFAFA !important;
}
.picker .form-control {
  border: 1px solid #E8E8E8 !important;
  background-color: #FBFAFA !important;
}
.picker .calendar-cell.selected:not(.previous):not(.next) .calendar-cell-inner, .picker .calendar-cell.selected:not(.previous):not(.next).end .calendar-cell-inner, .picker .calendar-cell.selected:not(.previous):not(.next).start .calendar-cell-inner {
  background-color: #FE4F02;
}

.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.select select::-ms-expand {
  display: none;
}

.select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 8px;
  pointer-events: none;
}

.form-control {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #FBFAFA;
  border: 1px solid #E8E8E8;
  color: #1F1F29;
  font-size: 15px;
  line-height: 22px;
  padding: 15px 20px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s;
}
.form-control.h50 {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
}
.form-control.error {
  border-color: #E4002B;
}
.form-control:focus {
  box-shadow: none;
  background: #FBFAFA;
  border-color: #FE4F02;
}
.form-control::-moz-placeholder {
  color: #333;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}
.form-control::placeholder {
  color: #333;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}
.form-control::-ms-input-placeholder {
  color: #333;
  opacity: 0.5;
}

button.hvr-button {
  border: 1px solid #FE4F02;
  background: #FE4F02;
  color: white;
  min-width: 280px;
  border-radius: 24px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  bottom: 0;
  letter-spacing: 0.3;
  box-shadow: none;
}
button.hvr-button:hover {
  background-color: white;
  color: #FE4F02;
}
button.hvr-button.full {
  width: 100%;
  min-width: auto;
}
button.hvr-button.w320 {
  width: 320px;
}
button.hvr-button.w250 {
  width: 250px;
  min-width: 250px;
}
button.hvr-button.w400 {
  width: 400px;
}
button.hvr-button.white {
  background-color: white;
  color: #FE4F02;
}
button.hvr-button.white:hover {
  opacity: 0.7;
}
button.hvr-button.white2 {
  background-color: white;
  color: #FE4F02;
}
button.hvr-button.white2:hover {
  background-color: #FE4F02;
  color: white;
}

#menu {
  background-color: #FE4F02;
  height: 100vh;
  width: 100%;
  position: fixed;
  transition: all 0.3s;
  top: -200%;
  z-index: 1000;
}
#menu .close {
  position: absolute;
  top: 15px;
  line-height: 1;
  right: 15px;
  transition: all 0.3s;
}
#menu .close:hover {
  opacity: 0.7;
}
#menu .close img {
  max-width: 100%;
}
#menu.open {
  top: 0;
}
#menu .hdr-no-account, #menu .hdr-account {
  display: none;
}
#menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu ul.menu li {
  display: block;
  margin-bottom: 20px;
}
#menu ul.menu li a {
  color: white;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
  letter-spacing: 0.02em;
}
#menu ul.menu li a:hover {
  opacity: 0.7;
}

.bg-dark {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: black;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0px;
  display: none;
  opacity: 0;
}

#cart {
  background-color: #fff;
  height: 100vh;
  width: 550px;
  position: fixed;
  transition: all 0.3s;
  top: 0;
  right: -200%;
  z-index: 1000;
  padding: 30px 10px 30px 0;
}
#cart .scroll {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#cart .scroll::-webkit-scrollbar {
  width: 5px;
}
#cart .scroll::-webkit-scrollbar-button {
  display: none;
}
#cart .scroll::-webkit-scrollbar-track {
  background-color: #E6F0F5;
  border-radius: 20px;
}
#cart .scroll::-webkit-scrollbar-thumb {
  background: #FE4F02;
  border-radius: 20px;
}
#cart .pad {
  padding: 0 20px 10px;
}
#cart .pad .t1 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #1F1F29;
  font-weight: 600;
}
#cart .pad .close {
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s;
}
#cart .pad .close:hover {
  opacity: 0.7;
}
#cart .pad .close img {
  width: 25px;
}
#cart.open {
  right: 0;
}
#cart .box-name {
  padding: 20px 30px;
  background-color: #FBFAFA;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #1F1F29;
  margin: 20px 0;
}
#cart .table-cart .pad {
  padding: 10px 30px;
}
#cart .table-cart .pad .tbl .cell.img {
  width: 110px;
  padding-right: 20px;
}
#cart .table-cart .pad .tbl .cell.img img {
  border-radius: 4px;
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
#cart .table-cart .pad .tbl .cell.desc .nm {
  font-size: 14px;
  line-height: 19px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#cart .table-cart .pad .tbl .cell.desc .code {
  font-size: 13px;
  line-height: 17px;
  color: #1F1F29;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#cart .table-cart .pad .tbl .cell.desc .category {
  margin: 3px 0;
  font-size: 12px;
  line-height: 15px;
  color: #888;
  letter-spacing: 0.1px;
}
#cart .table-cart .pad .tbl .cell.desc .unit {
  font-size: 12px;
  line-height: 15px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.1px;
}
#cart .table-cart .pad .tbl .cell.last {
  width: 100px;
  padding-left: 20px;
  text-align: right;
}
#cart .table-cart .pad .tbl .cell.last .remove-cart {
  margin-top: 10px;
}
#cart .table-cart .pad .tbl .cell.last .remove-cart a {
  cursor: pointer;
  font-size: 13px;
  line-height: 17px;
  color: #1F1F29;
  font-weight: 600;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
#cart .table-cart .pad .tbl .cell.last .remove-cart a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1F29;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#cart .table-cart .pad .tbl .cell.last .remove-cart a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#cart .table-cart .pad .tbl .cell.last .remove-cart a:hover:before {
  background-color: #FE4F02;
}
#cart .link {
  padding: 50px 30px 0;
}
#cart .link a {
  display: block;
}

.input-qty {
  width: 135px;
  margin: 0 auto;
}
.input-qty .qtyminus {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 9px 7px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #FBFAFA;
  height: 40px;
  cursor: pointer;
}
.input-qty .qtyminus img {
  width: 18px;
}
.input-qty .qtyplus {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 7px 10px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background-color: #FBFAFA;
  height: 40px;
}
.input-qty input.form-control {
  width: 65px;
  padding: 8px 5px;
  background-color: white;
  border: 1px solid #E8E8E8;
  border-left: 0;
  border-right: 0;
  vertical-align: middle;
  display: inline-block;
  margin: 0 -4px;
  text-align: center;
}
.input-qty input.form-control:focus {
  box-shadow: none;
  background: white;
  border-color: #E8E8E8;
}

#main {
  max-width: 2560px;
  margin: 0 auto;
}
#main .pad-home {
  padding: 40px 0 60px;
}
#main .css-select {
  position: relative;
}
#main .css-select .form-control {
  cursor: pointer;
  padding-right: 50px;
}
#main .css-select .abs {
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  transform: translateY(-50%);
}
#main ul.breadcrumb {
  margin: 0 0 40px;
  padding: 0;
}
#main ul.breadcrumb li {
  display: inline-block;
  margin-right: 8px;
  color: #777;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
#main ul.breadcrumb li:last-child {
  margin-right: 0;
}
#main ul.breadcrumb li a {
  color: #777;
  transition: all 0.3s;
}
#main ul.breadcrumb li a:hover {
  color: #FE4F02;
}
#main .box-featured .item-featured {
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 40px;
  position: relative;
}
#main .box-featured .item-featured.active .box {
  border-color: #FE4F02;
  background-color: #FE4F02;
}
#main .box-featured .item-featured.active .box img.plus {
  display: none;
}
#main .box-featured .item-featured.active .box img.correct {
  display: inline-block;
}
#main .box-featured .item-featured .box {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 12px;
  background-color: white;
  padding: 3px 7px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
#main .box-featured .item-featured .box img {
  width: 15px;
  height: 15px;
}
#main .box-featured .item-featured .box img.correct {
  display: none;
}
#main .box-featured .item-featured a {
  display: block;
}
#main .box-featured .item-featured a:hover .img {
  opacity: 0.7;
}
#main .box-featured .item-featured a:hover .nm {
  color: #FE4F02;
}
#main .box-featured .item-featured a .img {
  margin-bottom: 15px;
  transition: all 0.3s;
}
#main .box-featured .item-featured a .img img {
  border-radius: 4px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .box-featured .item-featured a .nm {
  font-size: 14px;
  line-height: 20px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  font-weight: 600;
  transition: all 0.3s;
}
#main .box-featured .item-featured a .code {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #1F1F29;
  margin: 5px 0 8px;
}
#main .box-featured .item-featured a .merk {
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
#main .box-featured .item-featured a .uom {
  margin: 5px 0 20px;
  color: #1F1F29;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
#main .box-featured .item-featured .quantity {
  margin-bottom: 5px;
  color: #1F1F29;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#main .box-featured .item-featured .input-qty {
  width: 100%;
}
#main .box-featured .item-featured .input-qty input.form-control {
  width: 90px;
}
#main .box-featured .item-featured .link {
  margin-top: 20px;
}
#main .box-featured .item-featured .link a .hvr-button {
  padding: 9px 15px;
  font-size: 12px;
  line-height: 17px;
  min-width: 100%;
  width: 100%;
}
#main .box-featured .item-featured .link a .hvr-button:disabled {
  cursor: no-drop;
  background-color: #ABABAB;
  border-color: #ABABAB;
}
#main .box-featured .item-featured .link a .hvr-button:disabled:hover {
  background-color: #ABABAB;
  border-color: #ABABAB;
  opacity: 1;
}
#main .box-featured .item-featured .link a .hvr-button img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
#main .box-featured .item-featured .link a .hvr-button:hover {
  background-color: #FE4F02;
  color: white;
  opacity: 0.7;
}
#main .box-login .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
#main .box-login .in-login {
  position: relative;
  padding: 70px 60px;
  border-radius: 4px;
  background-color: #fedebe;
  margin-bottom: 60px;
}
#main .box-login .in-login .t2 {
  font-size: 18px;
  line-height: 25px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
#main .box-login .in-login .link {
  position: relative;
  z-index: 10;
}
#main .box-login .in-login .link a {
  display: inline-block;
}
#main .box-login .in-login .link a .hvr-button {
  padding: 8px 20px;
  min-width: 170px;
}
#main .box-login .in-login .img {
  position: absolute;
  bottom: 0;
  right: 50px;
}
#main .box-login .in-login .img.img1 {
  right: 40px;
}
#main .box-login .in-login .img.img1 img {
  height: 190px;
}
#main .box-login .in-login .img.img2 img {
  height: 200px;
}
#main .box-login .in-login .img.img3 img {
  height: 190px;
}
#main .box-login .in-login .img.img4 img {
  height: 175px;
}
#main .box-register {
  margin-bottom: 60px;
}
#main .box-register .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
#main .box-register .l-login {
  border-radius: 4px;
  background: #F6F6F6;
  padding: 40px 40px;
  position: relative;
}
#main .box-register .l-login .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main .box-register .l-login .img img {
  height: 150px;
}
#main .box-register .l-login .t2 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: #1F1F29;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}
#main .box-register .l-login .link a {
  display: inline-block;
}
#main .box-register .l-login .link a .hvr-button {
  min-width: 200px;
}
#main .box-register .l-register {
  border-radius: 4px;
  background: #FE4F02;
  padding: 53px 40px;
  position: relative;
  overflow: hidden;
}
#main .box-register .l-register .t2 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  color: white;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
#main .box-register .l-register .link {
  position: relative;
  z-index: 10;
}
#main .box-register .l-register .link a {
  display: inline-block;
}
#main .box-register .l-register .link a .hvr-button {
  min-width: 200px;
}
#main .box-register .l-register .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#main .box-register .l-register .img img {
  width: 295px;
}
#main .box-about {
  margin-bottom: 60px;
}
#main .box-about .pad-right {
  padding-right: 80px;
}
#main .box-about .pad-right.pr30 {
  padding-right: 30px;
}
#main .box-about .img img {
  width: 100%;
}
#main .box-about .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
#main .box-about .t2 {
  margin-bottom: 20px;
}
#main .box-about .t2 p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
}
#main .box-about .link a {
  display: inline-block;
  color: #888;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
#main .box-about .link a i {
  position: relative;
  top: 1px;
  left: 2px;
}
#main .box-about .link a:hover {
  color: #FE4F02;
}
#main .box-testi .t1 {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
  color: #1F1F29;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 50px;
}
#main .box-testi .slider-testi {
  margin-bottom: 40px;
}
#main .box-testi .slider-testi .slick-track {
  padding-top: 30px;
}
#main .box-testi .slider-testi .item {
  padding: 50px 20px 40px;
  margin: 0 12.5px;
  border-radius: 4px;
  text-align: center;
  background-color: #FEDEBE;
  position: relative;
}
#main .box-testi .slider-testi .item .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
#main .box-testi .slider-testi .item .img img {
  width: 60px;
}
#main .box-testi .slider-testi .item .desc {
  margin-bottom: 20px;
}
#main .box-testi .slider-testi .item .desc p {
  font-size: 14px;
  line-height: 24px;
  color: #1F1F29;
  font-weight: 500;
  letter-spacing: 0.2px;
}
#main .box-testi .slider-testi .item .text {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1F1F29;
  letter-spacing: 0.5px;
}
#main .box-testi .link {
  text-align: center;
}
#main .box-testi .link a {
  display: inline-block;
}
#main .box-testi .link a .hvr-button.white:hover {
  background: #FE4F02;
  color: white;
  opacity: 1;
}
#main .product .detail .nm {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1F1F29;
  font-size: 26px;
  line-height: 35px;
}
#main .product .detail .code {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #888;
  font-size: 18px;
  line-height: 26px;
  margin: 5px 0;
}
#main .product .detail .category {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #888;
  font-size: 18px;
  line-height: 26px;
}
#main .product .detail .desc {
  margin-bottom: 50px;
  text-align: center;
}
#main .product .detail .desc p {
  margin-bottom: 0;
  letter-spacing: 0.2px;
  color: #1F1F29;
  font-size: 15px;
  line-height: 24px;
}
#main .product .detail .link {
  margin-bottom: 60px;
  text-align: center;
}
#main .product .detail .link a {
  display: inline-block;
}
#main .product .detail .link a .hvr-button:hover {
  opacity: 0.7;
  background-color: #FE4F02;
  color: white;
}
#main .product .detail .unit {
  margin-top: 30px;
  color: #FE4F02;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
#main .product .detail .unit img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#main .product .detail .quantity {
  margin: 30px 0 40px;
  text-align: center;
}
#main .product .detail .quantity .t1 {
  font-weight: 600;
  color: #1F1F29;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
#main .product .detail .slider-product {
  margin-bottom: 60px;
}
#main .product .detail .slider-product .item .img img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}
#main .product .detail .slider-product .slick-dots {
  bottom: 20px;
}
#main .product .detail .slider-product .slick-dots li {
  margin: 0 5px;
  width: 12px;
  height: 12px;
}
#main .product .detail .slider-product .slick-dots li.slick-active button {
  background: #FE4F02;
}
#main .product .detail .slider-product .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #ABABAB;
  border: 0;
  border-radius: 50%;
}
#main .product .detail .slider-product .slick-dots li button:before {
  display: none;
}
#main .product .product-left {
  padding-top: 60px;
}
#main .product .product-left .t1 {
  color: #1F1F29;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-bottom: 25px;
}
#main .product .product-left ul.l-menu-product {
  margin: 0;
  padding: 0 0 0 25px;
}
#main .product .product-left ul.l-menu-product li {
  display: block;
  margin-bottom: 15px;
}
#main .product .product-left ul.l-menu-product li:last-child {
  margin-bottom: 0;
}
#main .product .product-left ul.l-menu-product li a {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  transition: all 0.3s;
  font-weight: 500;
  display: inline-block;
}
#main .product .product-left ul.l-menu-product li a:before {
  width: 3px;
  height: 100%;
  background-color: transparent;
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  border-radius: 10px;
}
#main .product .product-left ul.l-menu-product li a:hover {
  color: #FE4F02;
}
#main .product .product-left ul.l-menu-product li a.active {
  color: #FE4F02;
  font-weight: bold;
}
#main .product .product-left ul.l-menu-product li a.active:before {
  background-color: #FE4F02;
}
#main .product .product-right {
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 50px;
  border-left: 1px solid rgba(232, 232, 232, 0.5);
}
#main .product .product-right.pad0 {
  padding: 0;
  border: 0;
}
#main .product .product-right .t1 {
  font-weight: bold;
  color: #1F1F29;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#main .product .product-right .t2 {
  margin: 20px 0 30px;
}
#main .product .product-right .t2 p {
  margin-bottom: 0;
  color: #1F1F29;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
#main .product .product-right .t2 p a {
  color: #1F1F29;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
}
#main .product .product-right .t2 p a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1F29;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#main .product .product-right .t2 p a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#main .product .product-right .t2 p a:hover:before {
  background-color: #FE4F02;
}
#main .product .product-right .search {
  position: relative;
}
#main .product .product-right .search .form-control {
  width: 450px;
  padding: 15px 20px 15px 50px;
}
#main .product .product-right .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
#main .product .product-right .results {
  margin: 30px 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  letter-spacing: 0.3px;
}
#main .product .product-right .link a .hvr-button.white:hover {
  background: #FE4F02;
  color: white;
  opacity: 1;
}
#main .product .product-right ul.pagination {
  margin-top: 70px;
  justify-content: right;
  margin-bottom: 0;
}
#main .product .product-right ul.pagination li {
  margin: 0 6px;
}
#main .product .product-right ul.pagination li:first-child {
  margin-left: 0;
}
#main .product .product-right ul.pagination li:first-child a {
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid var(--Light-grey, #ABABAB);
  padding: 5px 10px;
  font-weight: 500;
}
#main .product .product-right ul.pagination li:first-child a:hover {
  background-color: #FE4F02;
  color: white;
  border-color: #FE4F02;
}
#main .product .product-right ul.pagination li:last-child {
  margin-right: 0;
}
#main .product .product-right ul.pagination li:last-child a {
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid var(--Light-grey, #ABABAB);
  padding: 5px 10px;
  font-weight: 500;
}
#main .product .product-right ul.pagination li:last-child a:hover {
  background-color: #FE4F02;
  color: white;
  border-color: #FE4F02;
}
#main .product .product-right ul.pagination li a {
  color: #1F1F29;
  transition: all 0.3s;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#main .product .product-right ul.pagination li a:hover {
  color: #FE4F02;
}
#main .product .product-right ul.pagination li a.active {
  color: #FE4F02;
  font-weight: 600;
}
#main .banner {
  margin-top: 40px;
  background-size: cover !important;
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 4px;
}
#main .banner.mt0 {
  margin-top: 0;
}
#main .banner.mb60 {
  margin-bottom: 60px;
}
#main .banner .abs {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#main .banner .abs .title {
  color: white;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 3px;
}
#main .banner .abs .name {
  color: white;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-top: 50px;
}
#main .pad80 {
  padding: 80px 0;
}
#main .row.row30 {
  margin-left: -30px;
  margin-right: -30px;
}
#main .row.row30 > div {
  padding-right: 30px;
  padding-left: 30px;
}
#main .box-help {
  background-size: cover;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 75px 0;
}
#main .box-help.home {
  padding: 100px 0;
}
#main .box-help .title {
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.2px;
}
#main .box-help .bdy p {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin: 10px 0 40px;
}
#main .box-help .link a {
  display: inline-block;
}
#main .box-help ul.l-help {
  margin: 10px 0 40px;
  padding: 0;
}
#main .box-help ul.l-help li {
  margin-right: 20px;
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#main .box-help ul.l-help li:last-child {
  margin-right: 0;
}
#main .box-help ul.l-help li a {
  color: white;
  transition: all 0.3s;
}
#main .box-help ul.l-help li a:hover {
  color: #FE4F02;
}
#main .item-faq {
  margin-bottom: 40px;
}
#main .item-faq a {
  display: block;
  border: 1px solid #ABABAB;
  border-radius: 4px;
  transition: all 0.3s;
  text-align: center;
  padding: 70px 50px;
}
#main .item-faq a .icon {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
}
#main .item-faq a .icon img {
  width: 100%;
}
#main .item-faq a .nm {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
  color: #1F1F29;
  font-weight: 600;
}
#main .item-faq a:hover {
  border-color: #FE4F02;
}
#main .box-faq {
  background-color: rgba(254, 79, 2, 0.1);
  border-radius: 4px;
  margin-top: 40px;
  padding: 50px 130px;
}
#main .box-faq .img img {
  max-width: 100%;
}
#main .box-faq .title {
  color: #101014;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
#main .box-faq .link a {
  display: inline-block;
}
#main .accordion.accordion-faq {
  margin-bottom: 80px;
}
#main .accordion.accordion-faq .item {
  border-bottom: 1px solid rgba(171, 171, 171, 0.5);
}
#main .accordion.accordion-faq .item .accordion-button {
  padding: 20px 20px 20px 0;
  font-size: 18px;
  line-height: 26px;
  color: #101014;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
}
#main .accordion.accordion-faq .item .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}
#main .accordion.accordion-faq .item .accordion-button:not(.collapsed)::before {
  background: url(/images/plus.svg?b31e9007d328498dbc62df8f8e9e643c);
}
#main .accordion.accordion-faq .item .accordion-button:before {
  content: "";
  background: url(/images/minus.svg?29b475a20c4868bcb065d7e239adf494);
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
#main .accordion.accordion-faq .item .accordion-button:after {
  display: none;
}
#main .accordion.accordion-faq .item .accordion-collapse .accordion-body {
  padding: 0 50px 30px;
}
#main .accordion.accordion-faq .item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
#main .title-global {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #101014;
  margin-bottom: 25px;
}
#main .title-global.testi {
  margin-bottom: 40px;
}
#main .title-global.testi img {
  width: 60px;
  margin-right: 30px;
  position: relative;
  top: -20px;
}
#main .bdy-global {
  margin-bottom: 60px;
}
#main .bdy-global.mb0 {
  margin-bottom: 0;
}
#main .bdy-global p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #101014;
  margin-bottom: 0;
}
#main .success {
  padding: 250px 0;
}
#main .success .flaticon {
  margin-bottom: 30px;
}
#main .success .flaticon img {
  width: 70px;
}
#main .success .t1 {
  font-size: 27px;
  line-height: 35px;
  color: #1F1F29;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#main .success .t2 {
  margin: 30px 0 80px;
}
#main .success .t2 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  font-weight: 500;
}
#main .success .t2 p a {
  color: #1F1F29;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
#main .success .t2 p a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1F29;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#main .success .t2 p a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#main .success .t2 p a:hover:before {
  background-color: #FE4F02;
}
#main .success .img img {
  max-width: 100%;
}
#main .member.pad {
  padding: 40px 0 100px;
}
#main .member .account-left {
  padding-top: 60px;
}
#main .member .account-left .t1 {
  color: #1F1F29;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-bottom: 40px;
}
#main .member .account-left .t1.mb80 {
  margin-bottom: 80px;
}
#main .member .account-left .t1 .mb15 {
  margin-bottom: 15px;
}
#main .member .account-left ul.l-account {
  margin: 0;
  padding: 0;
}
#main .member .account-left ul.l-account li {
  display: block;
}
#main .member .account-left ul.l-account li a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #6B6868;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s;
  display: block;
  background-color: transparent;
  position: relative;
}
#main .member .account-left ul.l-account li a:before {
  width: 100%;
  right: 100%;
  top: 0;
  height: 100%;
  background-color: transparent;
  content: "";
  position: absolute;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#main .member .account-left ul.l-account li a:after {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 12px;
  right: -12px;
  top: 0;
  height: 100%;
  background-color: transparent;
  content: "";
  position: absolute;
}
#main .member .account-left ul.l-account li a img {
  height: 30px;
  margin-right: 8px;
}
#main .member .account-left ul.l-account li a.active {
  background: rgba(254, 79, 2, 0.1);
}
#main .member .account-left ul.l-account li a.active:before, #main .member .account-left ul.l-account li a.active:after {
  background: rgba(254, 79, 2, 0.1);
}
#main .member .account-left ul.l-account li a.active.active:hover {
  color: #6B6868;
}
#main .member .account-left ul.l-account li a:hover {
  color: #FE4F02;
}
#main .member .account-left .logout {
  margin-top: 250px;
}
#main .member .account-left .logout a {
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  color: #6B6868;
  transition: all 0.3s;
}
#main .member .account-left .logout a i {
  margin-right: 10px;
}
#main .member .account-left .logout a:hover {
  color: #FE4F02;
}
#main .member .account-right {
  padding-bottom: 60px;
  padding-top: 60px;
  padding-left: 50px;
  border-left: 1px solid rgba(232, 232, 232, 0.5);
}
#main .member .account-right .link a {
  display: inline-block;
}
#main .member .account-right ul.l-btn-order {
  margin: 50px 0 20px;
  padding: 0;
}
#main .member .account-right ul.l-btn-order li {
  display: inline-block;
  margin-right: 15px;
}
#main .member .account-right ul.l-btn-order li:last-child {
  margin-right: 0;
}
#main .member .account-right ul.l-btn-order li a .hvr-button {
  min-width: 330px;
  font-size: 15px;
  line-height: 22px;
}
#main .member .account-right ul.l-btn-order li a .hvr-button.white:hover {
  opacity: 1;
  background-color: #FE4F02;
  color: white;
}
#main .member .account-right .txt-small {
  font-size: 12px;
  line-height: 15px;
  color: #888;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2px;
}
#main .member .account-right .mt60 {
  margin-top: 60px;
}
#main .member .account-right .mt100 {
  margin-top: 100px;
}
#main .member .account-right .mt15 {
  margin-top: 15px;
}
#main .member .account-right.pad0 {
  padding: 0;
  border: 0;
}
#main .member .account-right .t1 {
  font-weight: bold;
  color: #101014;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
#main .member .account-right .t1.mb0 {
  margin-bottom: 0;
}
#main .member .account-right .t1.mb20 {
  margin-bottom: 20px;
}
#main .member .account-right .t2 {
  color: #101014;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
#main .member .account-right .t3 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #101014;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
#main .member .account-right .t3.mt50 {
  margin-top: 50px;
}
#main .member .account-right .t4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #101014;
  margin-bottom: 8px;
}
#main .member .account-right .t4.mb15 {
  margin-bottom: 15px;
}
#main .member .account-right .t5 {
  font-size: 15px;
  line-height: 22px;
  color: #1F1F29;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#main .member .account-right .t6 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #101014;
  font-size: 14px;
  line-height: 26px;
}
#main .member .account-right .t6 a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
  transition: all 0.3s;
}
#main .member .account-right .t6 a:hover {
  opacity: 0.7;
}
#main .member .account-right .t6 a img {
  width: 25px;
}
#main .member .account-right .box-address {
  width: 520px;
  margin-bottom: 10px;
}
#main .member .account-right .box-address .tbl .cell.w300 {
  width: 300px;
}
#main .member .account-right .box-address a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all 0.3s;
}
#main .member .account-right .box-address a:hover {
  opacity: 0.7;
}
#main .member .account-right .box-address a img {
  width: 25px;
}
#main .member .account-right .mb30 {
  margin-bottom: 30px;
}
#main .member .account-right .mb15 {
  margin-bottom: 15px;
}
#main .member .account-right .bdr {
  margin: 10px 0 30px;
  width: 100%;
  height: 1px;
  background-color: rgba(232, 232, 232, 0.5);
}
#main .member .account-right .box {
  background: #FBFAFA;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #1F1F29;
  padding: 14px 25px;
  width: 100%;
}
#main .member .account-right .box.left {
  text-align: left;
}
#main .member .account-right .box .bold {
  font-weight: 600;
  margin-bottom: 5px;
}
#main .member .account-right .box-order-summary {
  border-radius: 4px;
  background: #FBFAFA;
  padding: 30px 40px;
}
#main .member .account-right .box-order-summary .t-summary {
  font-size: 18px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.1px;
  font-weight: 600;
  margin-bottom: 40px;
}
#main .member .account-right .box-order-summary .table-order-summary .tbl .cell {
  vertical-align: top;
  padding-right: 10px;
}
#main .member .account-right .box-order-summary .table-order-summary .tbl .cell.w75 {
  width: 75px;
}
#main .member .account-right .box-order-summary .table-order-summary .tbl .cell.w75.pr0 {
  padding-right: 0;
}
#main .member .account-right .box-order-summary .table-order-summary .hdr {
  color: #1F1F29;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
}
#main .member .account-right .box-order-summary .table-order-summary .bdy {
  color: #1F1F29;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #888;
  padding: 10px 0;
  margin-bottom: 20px;
}
#main .member .account-right .box-order-summary .table-order-summary .bdy > div {
  padding: 10px 0;
}
#main .member .account-right .box-order-summary .table-order-summary .total {
  color: #1F1F29;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#main .member .account-right .box-order {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background-color: white;
  padding: 0;
  margin-bottom: 40px;
}
#main .member .account-right .box-order.detail {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#main .member .account-right .box-order.detail.bdr0 {
  border: 0;
  padding: 0;
  margin-bottom: 50px;
}
#main .member .account-right .box-order.detail .top-order {
  padding: 0;
}
#main .member .account-right .box-order.detail .top-order .t-order {
  font-size: 20px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.4px;
  font-weight: 600;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail {
  margin: 0 0 10px;
  padding: 0;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail.mb0 {
  margin-bottom: 0;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  font-weight: 500;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail li.green {
  color: #46AA50;
  font-weight: 600;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail li:first-child {
  font-weight: 600;
  width: 90px;
}
#main .member .account-right .box-order.detail .top-order ul.l-detail li:last-child {
  margin-right: 0;
}
#main .member .account-right .box-order.detail .top-order .link a .hvr-button {
  width: 275px;
  min-width: 275px;
}
#main .member .account-right .box-order .top-order {
  padding: 30px 40px;
}
#main .member .account-right .box-order .top-order .no-order {
  color: #1F1F29;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-order .top-order .date-order {
  color: #888;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin: 15px 0;
}
#main .member .account-right .box-order .top-order .date-order .time {
  margin-left: 20px;
}
#main .member .account-right .box-order .top-order .name-order {
  color: #888;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-order .top-order .status-order {
  color: #1F1F29;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-order .top-order .result-order {
  color: #1F1F29;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-order .top-order .arrived-order {
  margin-top: 8px;
  font-size: 13px;
  line-height: 15px;
  color: #888;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#main .member .account-right .box-order .top-order .link.mb15 {
  margin-bottom: 15px;
}
#main .member .account-right .box-order .top-order .link a {
  display: inline-block;
}
#main .member .account-right .box-order .top-order .link a .hvr-button {
  font-size: 15px;
  line-height: 20px;
  width: 200px;
  min-width: 200px;
}
#main .member .account-right .box-order .top-order .link a .hvr-button.white:hover {
  opacity: 1;
}
#main .member .account-right .box-order .top-order .link a .hvr-button img {
  margin-right: 5px;
  width: 18px;
  position: relative;
  top: -1px;
}
#main .member .account-right .box-order .top-order .link a .hvr-button:hover {
  background-color: #FE4F02;
  color: white;
  opacity: 0.7;
}
#main .member .account-right .box-order .bottom-order {
  padding: 30px 40px;
  border-top: 1px solid #E8E8E8;
}
#main .member .account-right .box-order .bottom-order ul.l-order {
  margin: 0;
  padding: 0;
}
#main .member .account-right .box-order .bottom-order ul.l-order li {
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel {
  position: relative;
}
#main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel .abs {
  background-color: rgba(119, 119, 119, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 55px;
  text-align: center;
}
#main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel .abs a {
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
#main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel .abs a:hover {
  background-color: rgba(119, 119, 119, 0.9);
}
#main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel .abs .in {
  color: white;
}
#main .member .account-right .box-order .bottom-order ul.l-order li:last-child {
  margin-right: 0;
  margin-left: 15px;
}
#main .member .account-right .box-order .bottom-order ul.l-order li img {
  border-radius: 4px;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 {
  margin: 0;
  padding: 0;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li {
  display: block;
  margin-bottom: 10px;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li:last-child {
  margin-bottom: 0;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li:first-child {
  position: relative;
  left: -15px;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li a {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888;
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li a img {
  position: absolute;
  left: -28px;
  width: 20px;
  top: -2px;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#main .member .account-right .box-order .bottom-order ul.l-order2 li a:hover:before {
  background-color: #FE4F02;
}
#main .member .account-right .box-detail .t-detail {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1F1F29;
  margin-bottom: 30px;
}
#main .member .account-right .box-detail .desc-detail {
  margin-bottom: 70px;
}
#main .member .account-right .box-detail .desc-detail h1 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  font-weight: 600;
}
#main .member .account-right .box-detail .desc-detail h2 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  font-weight: 500;
}
#main .member .account-right .box-detail .desc-detail p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #1F1F29;
  letter-spacing: 0.3px;
}
#main .member .account-right .table-order {
  margin-bottom: 30px;
}
#main .member .account-right .table-order .input-form {
  display: none;
}
#main .member .account-right .table-order .input-form textarea.form-control {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 20px;
  height: 110px;
}
#main .member .account-right .table-order.review {
  margin-top: 50px;
}
#main .member .account-right .table-order.review .t-header {
  display: none;
  color: #888;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}
#main .member .account-right .table-order.review .input-form textarea.form-control {
  font-size: 12px;
  line-height: 17px;
  height: 90px;
}
#main .member .account-right .table-order.review .text-form {
  font-size: 12px;
  line-height: 17px;
}
#main .member .account-right .table-order.review .tbl .cell.w150 {
  width: 150px;
}
#main .member .account-right .table-order.review .tbl .cell.w150 img {
  width: 100%;
  border-radius: 4px;
}
#main .member .account-right .table-order.review .tbl .cell.w140 {
  width: 140px;
}
#main .member .account-right .table-order.review .tbl .cell.w230 {
  width: 230px;
}
#main .member .account-right .table-order.review .tbl .cell.w200 {
  width: 200px;
  vertical-align: bottom;
}
#main .member .account-right .table-order.review .tbl .cell.w350 {
  padding-right: 40px;
  width: 350px;
}
#main .member .account-right .table-order.review .tbl .cell .show-sm {
  display: none;
}
#main .member .account-right .table-order.review .tbl .cell .type {
  display: none;
}
#main .member .account-right .table-order.big .tbl .cell.w150 {
  width: 150px;
}
#main .member .account-right .table-order.big .tbl .cell.w150 img {
  width: 100%;
  border-radius: 4px;
}
#main .member .account-right .table-order.big .tbl .cell.w230 {
  width: 230px;
}
#main .member .account-right .table-order.big .tbl .cell.w200 {
  width: 200px;
}
#main .member .account-right .table-order.big .tbl .cell.w300 {
  padding-right: 20px;
  width: 300px;
}
#main .member .account-right .table-order.big .tbl .cell .show-sm {
  display: none;
}
#main .member .account-right .table-order .tbl .cell {
  vertical-align: top;
  padding-right: 20px;
}
#main .member .account-right .table-order .tbl .cell.w130 {
  width: 130px;
}
#main .member .account-right .table-order .tbl .cell.w130 img {
  width: 100%;
  border-radius: 4px;
}
#main .member .account-right .table-order .tbl .cell.w230 {
  width: 250px;
}
#main .member .account-right .table-order .tbl .cell.w100 {
  width: 130px;
}
#main .member .account-right .table-order .tbl .cell.w210 {
  padding-right: 0;
  width: 210px;
}
#main .member .account-right .table-order .tbl .cell .show-md {
  display: none;
}
#main .member .account-right .table-order .hdr {
  color: #888;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
}
#main .member .account-right .table-order .hdr .nowrap {
  white-space: nowrap;
}
#main .member .account-right .table-order .bdy {
  color: #1F1F29;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#main .member .account-right .table-order .bdy > div {
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}
#main .member .account-right .table-order .bdy ul.l-product {
  margin: 10px 0 0 0;
  padding: 0;
}
#main .member .account-right .table-order .bdy ul.l-product li {
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.3px;
}
#main .member .account-right .table-order .bdy ul.l-product li.pos-rel {
  position: relative;
}
#main .member .account-right .table-order .bdy ul.l-product li.pos-rel .abs {
  background-color: rgba(119, 119, 119, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 85px;
  text-align: center;
}
#main .member .account-right .table-order .bdy ul.l-product li.pos-rel .abs a {
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
#main .member .account-right .table-order .bdy ul.l-product li.pos-rel .abs a:hover {
  background-color: rgba(119, 119, 119, 0.9);
}
#main .member .account-right .table-order .bdy ul.l-product li.pos-rel .abs .in {
  color: white;
}
#main .member .account-right .table-order .bdy ul.l-product li:last-child {
  margin-right: 0;
  margin-left: 15px;
}
#main .member .account-right .table-order .bdy ul.l-product li img {
  border-radius: 4px;
  width: 70px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .member .account-right .table-order .bdy .nm {
  font-weight: 600;
}
#main .member .account-right .table-order .bdy .code {
  margin: 5px 0;
}
#main .member .account-right .table-order .bdy .merk {
  color: #888;
}
#main .member .account-right .table-order .bdy .desc {
  margin-top: 15px;
}
#main .member .account-right .table-order .bdy .desc p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#main .member .account-right .table-order .bdy .edit, #main .member .account-right .table-order .bdy .save {
  text-align: right;
  margin: 3px 0 40px;
}
#main .member .account-right .table-order .bdy .edit a, #main .member .account-right .table-order .bdy .save a {
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
}
#main .member .account-right .table-order .bdy .edit a:hover, #main .member .account-right .table-order .bdy .save a:hover {
  opacity: 0.7;
}
#main .member .account-right .table-order .bdy .edit a img, #main .member .account-right .table-order .bdy .save a img {
  width: 25px;
}
#main .member .account-right .table-order .bdy .save {
  display: none;
}
#main .member .account-right .table-order .bdy .text {
  font-weight: 600;
}
#main .member .account-right .table-order .bdy .text.orange {
  color: #FE4F02;
}
#main .member .account-right .table-order .bdy .remove {
  text-align: right;
}
#main .member .account-right .table-order .bdy .remove a {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: #1F1F29;
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
}
#main .member .account-right .table-order .bdy .remove a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1F29;
  position: absolute;
  left: 0;
  bottom: 2px;
}
#main .member .account-right .table-order .bdy .remove a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#main .member .account-right .table-order .bdy .remove a:hover:before {
  background-color: #FE4F02;
}
#main .member .account-right .box-notes {
  margin-bottom: 50px;
}
#main .member .account-right .box-notes .text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #1F1F29;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
#main .member .account-right .box-notes .desc {
  width: 540px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FBFAFA;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 20px;
  color: #1F1F29;
  letter-spacing: 0.3px;
}
#main .auth .mt60 {
  margin-top: 60px;
}
#main .auth .t1 {
  font-weight: bold;
  color: #101014;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
#main .auth .t2 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #101014;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
#main .auth .t3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #101014;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
#main .auth .t-login {
  font-size: 13px;
  line-height: 18px;
  color: #1F1F29;
  letter-spacing: 0.2px;
  font-weight: 500;
}
#main .auth .t-login a {
  color: #FE4F02;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  font-weight: bold;
}
#main .auth .t-login a:hover {
  opacity: 0.7;
}
#main .auth .bdr-auth {
  margin: 20px 0 40px;
  width: 100%;
  height: 1px;
  background-color: rgba(232, 232, 232, 0.5);
}
#main .auth .img img {
  max-width: 100%;
}
#main .auth .pos-rel input.form-control {
  padding-right: 45px;
}
#main .auth .toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
#main .auth .toggle-password:hover {
  color: #FE4F02;
}
#main .contact .t1 {
  font-weight: bold;
  color: #101014;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
}
#main .contact .t2 {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #1F1F29;
  margin: 15px 0 30px;
}
#main .contact .t2 a {
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  color: #1F1F29;
  font-weight: 600;
}
#main .contact .t2 a:before {
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1F1F29;
  position: absolute;
  left: 0;
  bottom: 3px;
}
#main .contact .t2 a:hover {
  color: #FE4F02;
  border-color: #FE4F02;
}
#main .contact .t2 a:hover:before {
  background-color: #FE4F02;
}
#main .contact .img {
  margin-bottom: 50px;
}
#main .contact .img img {
  max-width: 100%;
}
#main .contact .mb20 {
  margin-bottom: 20px;
}
#main .contact .l-contact .tbl .cell.bdr {
  width: 65px;
  padding-right: 15px;
}
#main .contact .l-contact .tbl .cell.bdr .in {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  background: white;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
}
#main .contact .l-contact .tbl .cell.bdr .in img {
  width: 30px;
}
#main .contact .l-contact .tbl .cell a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #101014;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
}
#main .contact .l-contact .tbl .cell a:hover {
  color: #FE4F02;
}
#main .list-about::after {
  content: "";
  display: block;
  clear: both;
}
#main .list-about ul {
  margin: 0;
  padding: 0;
}
#main .list-about ul li {
  float: left;
  width: 33.33%;
  list-style: none;
}
#main .list-about ul li img {
  width: 100%;
}
#main .item-testi {
  margin-bottom: 40px;
  padding: 50px 40px;
  border-radius: 4px;
  background: rgba(254, 79, 2, 0.1);
}
#main .item-testi .bdy {
  margin-bottom: 30px;
}
#main .item-testi .bdy p {
  margin-bottom: 0;
  font-weight: 500;
  color: #101014;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
#main .item-testi .tbl .cell.img {
  width: 80px;
  padding-right: 25px;
}
#main .item-testi .tbl .cell.img img {
  width: 100%;
}
#main .item-testi .tbl .cell .title {
  font-size: 15px;
  line-height: 24px;
  color: #101014;
  letter-spacing: 0.3px;
  font-weight: 600;
}

header {
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
  padding: 15px 0;
}
header .hdr-no-account, header .hdr-account {
  display: none;
}
header .btn-login a {
  display: inline-block;
}
header .btn-login a .hvr-button {
  padding: 7px 13px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  font-weight: 600;
  min-width: 150px;
  width: 150px;
}
header .btn-login a .hvr-button img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
header .btn-login a .hvr-button:hover {
  background-color: #FE4F02;
  color: white;
  opacity: 0.7;
}
header .toggle {
  display: none;
}
header ul.l-hdr {
  margin: 0;
  padding: 0;
}
header ul.l-hdr.css-icon li {
  line-height: 1;
  margin-right: 5px;
}
header ul.l-hdr.css-icon li a {
  cursor: pointer;
  border-radius: 24px;
  padding: 0;
  display: inline-block;
  background-color: transparent;
}
header ul.l-hdr.css-icon li a:hover {
  opacity: 0.7;
}
header ul.l-hdr.css-icon li a.active {
  padding: 8px 15px;
  background-color: #FE4F02;
}
header ul.l-hdr.css-icon li a.active img {
  height: 23px;
}
header ul.l-hdr.css-icon li a.active img.img1 {
  display: none;
}
header ul.l-hdr.css-icon li a.active img.img2 {
  vertical-align: middle;
  display: inline-block;
}
header ul.l-hdr.css-icon li a.active .text {
  display: inline-block;
  vertical-align: middle;
}
header ul.l-hdr.css-icon li a img {
  position: relative;
  top: -1px;
  height: 30px;
}
header ul.l-hdr.css-icon li a img.img2 {
  display: none;
}
header ul.l-hdr.css-icon li a .text {
  margin-left: 5px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.3px;
  position: relative;
  top: -3px;
}
header ul.l-hdr li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
header ul.l-hdr li:last-child {
  margin-right: 0;
}
header ul.l-hdr li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #1F1F29;
  font-weight: 500;
  transition: all 0.3s;
}
header ul.l-hdr li a:hover {
  color: #FE4F02;
}
header ul.l-hdr li a.active {
  color: #FE4F02;
  font-weight: bold;
}
header ul.l-hdr li a img {
  height: 55px;
}

footer {
  background-color: #2C2B2B;
  padding: 40px 0;
}
footer .title {
  font-size: 14px;
  line-height: 19px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
footer ul.l-soc {
  margin: 0;
  padding: 0;
}
footer ul.l-soc li {
  margin-right: 15px;
  display: inline-block;
}
footer ul.l-soc li:last-child {
  margin-right: 0;
}
footer ul.l-soc li a {
  font-size: 20px;
  color: white;
  transition: all 0.3s;
}
footer ul.l-soc li a:hover {
  color: #FE4F02;
}
footer ul.l-footer {
  margin: 0;
  padding: 0;
}
footer ul.l-footer li {
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 12px;
  line-height: 15px;
  color: white;
}
footer ul.l-footer li.mb25 {
  margin-bottom: 25px;
}
footer ul.l-footer li:last-child {
  margin-bottom: 0;
}
footer ul.l-footer li a {
  word-wrap: break-word;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 12px;
  line-height: 15px;
  color: white;
  transition: all 0.3s;
}
footer ul.l-footer li a:hover {
  color: #FE4F02;
}

.modal {
  text-align: center;
  -webkit-overflow-scrolling: auto;
  padding: 0 !important;
  background-color: transparent;
}
.modal#image-modal .close-pop {
  z-index: 10;
  top: 5px;
  right: 5px;
}
.modal#image-modal .modal-content {
  padding: 0;
}
.modal#image-modal .modal-dialog {
  width: 400px;
  max-width: 400px;
}
.modal#image-modal .pop-slider-product {
  margin-bottom: 0;
}
.modal#image-modal .pop-slider-product .slick-list {
  border-radius: 8px;
}
.modal#image-modal .pop-slider-product .item img {
  width: 100%;
  border-radius: 8px;
}
.modal .modal-content {
  padding: 90px 90px;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 1000px;
  max-width: 1000px;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal .t-pop {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #1F1F29;
  font-weight: 600;
}
.modal .t-pop.mb30 {
  margin-bottom: 30px;
}
.modal .img-pop img {
  max-width: 100%;
}
.modal .bdy-pop {
  margin: 20px 0 50px;
}
.modal .bdy-pop p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #1F1F29;
  margin-bottom: 0;
  font-weight: 500;
}
.modal .bdy-pop .tbl .cell img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.modal .img-right {
  text-align: right;
}
.modal ul.l-pop {
  margin: 0;
  padding: 0;
}
.modal ul.l-pop.mt50 {
  margin-top: 50px;
}
.modal ul.l-pop li {
  display: inline-block;
  margin-right: 15px;
}
.modal ul.l-pop li:last-child {
  margin-right: 0;
}
.modal ul.l-pop li a .hvr-button {
  min-width: 220px;
  font-size: 15px;
  line-height: 22px;
}
.modal ul.l-pop li a .hvr-button.w300 {
  min-width: 300px;
}
.modal ul.l-pop li a .hvr-button.white:hover {
  opacity: 1;
  background-color: #FE4F02;
  color: white;
}
.modal .close-pop {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.modal .close-pop:hover {
  opacity: 0.7;
}
.modal .dropzone-wrapper {
  margin: 30px 0;
  border: 1px dashed #FE4F02;
  position: relative;
  height: 150px;
  cursor: pointer;
  transition: all 0.3s;
}
.modal .dropzone-wrapper .dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  top: 30px;
  color: #FE4F02;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.modal .dropzone-wrapper .dropzone-desc img {
  margin-bottom: 15px;
  height: 30px;
}
.modal .dropzone-wrapper .dropzone,
.modal .dropzone-wrapper .dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.modal .dropzone-wrapper:hover, .modal .dropzone-wrapper.dragover {
  opacity: 0.7;
}
.modal .box-csv {
  width: 350px;
  display: block;
  margin-bottom: 40px;
}
.modal .box-csv .mb15 {
  margin-bottom: 15px;
}
.modal .box-csv .tbl .cell.img {
  width: 70px;
  padding-right: 20px;
}
.modal .box-csv .tbl .cell.img img {
  position: relative;
  top: -2px;
  width: 100%;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .box-csv .tbl .cell .nm {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #1F1F29;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
.modal .box-csv .tbl .cell .capacity {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #777;
}
.modal .box-csv .tbl .cell.delete-img {
  text-align: right;
  width: 25px;
  padding-left: 10px;
}
.modal .box-csv .tbl .cell.delete-img a {
  cursor: pointer;
  transition: all 0.3s;
}
.modal .box-csv .tbl .cell.delete-img a:hover {
  opacity: 0.7;
}
.modal .box-csv .tbl .cell.delete-img a img {
  position: relative;
  top: -2px;
}

@media (max-width: 1199px) {
  header ul.l-hdr li {
    margin-right: 25px;
  }

  #main .box-featured .item-featured {
    width: 25%;
  }
  #main .member .account-right .table-order .input-form textarea.form-control {
    height: 125px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w150 {
    width: 110px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w140 {
    width: 130px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w200 {
    width: 90px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w350 {
    padding-right: 30px;
    width: 280px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w150 {
    width: 110px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w300 {
    width: 250px;
    padding-right: 0;
  }
  #main .member .account-right .table-order.big .tbl .cell.w230 {
    width: 180px;
  }
  #main .member .account-right .table-order .tbl .cell.w230 {
    width: 170px;
  }
  #main .member .account-right .table-order .tbl .cell.w130 {
    width: 110px;
  }
  #main .member .account-right .table-order .tbl .cell.w100 {
    width: 115px;
  }
  #main .member .account-right .table-order .tbl .cell.w210 {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .form-group {
    margin-bottom: 20px;
  }
  .form-group.mb60 {
    margin-bottom: 50px;
  }
  .form-group label {
    font-size: 13px;
    line-height: 18px;
  }

  .md30 {
    margin-bottom: 30px;
  }

  .modal .modal-content {
    padding: 40px 40px;
  }
  .modal .modal-dialog {
    width: 700px;
    max-width: 700px;
  }
  .modal .t-pop {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .modal .t-pop.mb30 {
    margin-bottom: 20px;
  }
  .modal .bdy-pop {
    margin: 10px 0 30px;
  }
  .modal .bdy-pop p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
  .modal ul.l-pop li {
    margin-right: 10px;
  }
  .modal ul.l-pop li a .hvr-button {
    min-width: 160px;
    font-size: 14px;
    line-height: 20px;
  }
  .modal ul.l-pop li a .hvr-button.w300 {
    min-width: 300px;
  }
  .modal .box-csv {
    margin-bottom: 30px;
  }
  .modal .close-pop {
    top: 10px;
    right: 10px;
  }
  .modal .dropzone-wrapper {
    margin: 20px 0;
    height: 120px;
  }
  .modal .dropzone-wrapper .dropzone-desc {
    top: 20px;
    font-size: 11px;
    line-height: 15px;
  }
  .modal .dropzone-wrapper .dropzone-desc img {
    margin-bottom: 10px;
    height: 20px;
  }
  .modal .dropzone-wrapper .dropzone,
.modal .dropzone-wrapper .dropzone:focus {
    height: 120px;
  }

  header ul.l-hdr.css-icon li a.active {
    padding: 6px 10px;
  }
  header ul.l-hdr.css-icon li a.active img {
    height: 20px;
  }
  header ul.l-hdr.css-icon li a img {
    height: 25px;
  }
  header ul.l-hdr li {
    margin-right: 15px;
  }
  header ul.l-hdr li a {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1px;
  }
  header ul.l-hdr li a img {
    height: 40px;
  }

  button.hvr-button {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 15px;
  }

  footer {
    padding: 30px 0;
  }
  footer .title {
    margin-bottom: 15px;
  }

  #main ul.breadcrumb {
    margin: 0 0 30px;
  }
  #main .pad-home {
    padding: 30px 0 50px;
  }
  #main .product .detail .nm {
    font-size: 20px;
    line-height: 30px;
  }
  #main .product .detail .code {
    font-size: 16px;
    line-height: 24px;
  }
  #main .product .detail .category {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  #main .product .detail .desc {
    margin-bottom: 40px;
  }
  #main .product .detail .desc p {
    font-size: 14px;
    line-height: 20px;
  }
  #main .product .detail .link {
    margin-bottom: 50px;
  }
  #main .product .detail .unit {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  #main .product .detail .quantity {
    margin: 20px 0 30px;
  }
  #main .product .detail .quantity .t1 {
    font-size: 14px;
    line-height: 22px;
  }
  #main .product .detail .slider-product {
    margin-bottom: 50px;
  }
  #main .product .product-left {
    padding-top: 30px;
  }
  #main .product .product-left .t1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #main .product .product-left ul.l-menu-product {
    padding: 0 0 0 20px;
  }
  #main .product .product-left ul.l-menu-product li {
    margin-bottom: 10px;
  }
  #main .product .product-left ul.l-menu-product li a {
    font-size: 13px;
    line-height: 18px;
  }
  #main .product .product-right {
    padding-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
  }
  #main .product .product-right .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  #main .product .product-right .t2 {
    margin: 10px 0 20px;
  }
  #main .product .product-right .search {
    position: relative;
  }
  #main .product .product-right .search .form-control {
    width: 100%;
    padding: 9px 15px 9px 35px;
  }
  #main .product .product-right .search img {
    left: 10px;
    height: 20px;
  }
  #main .product .product-right .link a {
    display: block;
  }
  #main .product .product-right .link a button.hvr-button.w250 {
    min-width: auto;
    width: 100%;
  }
  #main .product .product-right ul.pagination {
    margin-top: 30px;
  }
  #main .box-featured .item-featured {
    width: 33.33%;
  }
  #main .box-featured .item-featured .input-qty input.form-control {
    width: 80px;
  }
  #main .box-featured .item-featured .box {
    padding: 1px 7px;
  }
  #main .box-featured .item-featured .box img {
    width: 12px;
    height: 12px;
  }
  #main .box-featured .item-featured .link {
    margin-top: 15px;
  }
  #main .box-featured .item-featured .link a .hvr-button {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 12px;
  }
  #main .box-featured .item-featured .link a .hvr-button img {
    width: 18px;
    margin-right: 3px;
  }
  #main .box-featured .item-featured a .nm {
    font-size: 13px;
    line-height: 18px;
  }
  #main .box-featured .item-featured a .code {
    font-size: 13px;
    line-height: 18px;
  }
  #main .box-featured .item-featured a .merk {
    font-size: 11px;
    line-height: 13px;
  }
  #main .box-featured .item-featured a .img {
    margin-bottom: 15px;
  }
  #main .box-featured .item-featured a .img img {
    height: 180px;
  }
  #main .box-login .t1 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #main .box-login .in-login {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  #main .box-login .in-login .t2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  #main .box-login .in-login .link a .hvr-button {
    min-width: 150px;
    font-size: 13px;
    line-height: 15px;
    padding: 7px 15px;
  }
  #main .box-login .in-login .img {
    right: 20px;
  }
  #main .box-login .in-login .img.img1 {
    right: 10px;
  }
  #main .box-login .in-login .img.img1 img {
    height: 115px;
  }
  #main .box-login .in-login .img.img2 img {
    height: 140px;
  }
  #main .box-login .in-login .img.img3 img {
    height: 120px;
  }
  #main .box-login .in-login .img.img4 img {
    height: 115px;
  }
  #main .box-register {
    margin-bottom: 40px;
  }
  #main .box-register .t1 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #main .box-register .l-login {
    padding: 40px 20px;
  }
  #main .box-register .l-login .img img {
    height: 110px;
  }
  #main .box-register .l-login .t2 {
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  #main .box-register .l-login .link a .hvr-button {
    min-width: 150px;
    font-size: 13px;
    line-height: 15px;
    padding: 7px 15px;
  }
  #main .box-register .l-register {
    padding: 49px 20px 50px 20px;
  }
  #main .box-register .l-register .t2 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  #main .box-register .l-register .link a .hvr-button {
    min-width: 150px;
    font-size: 13px;
    line-height: 15px;
    padding: 7px 15px;
  }
  #main .box-register .l-register .img img {
    width: 240px;
  }
  #main .box-about {
    margin-bottom: 50px;
  }
  #main .box-about .pad-right {
    padding-right: 20px;
  }
  #main .box-about .pad-right.pr30 {
    padding-right: 20px;
  }
  #main .box-about .t1 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #main .box-about .t2 {
    margin-bottom: 15px;
  }
  #main .box-about .t2 p {
    font-size: 14px;
    line-height: 22px;
  }
  #main .box-about .link a {
    font-size: 13px;
    line-height: 18px;
  }
  #main .box-about .link a i {
    position: relative;
    top: 1px;
    left: 2px;
  }
  #main .box-testi .t1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #main .box-testi .slider-testi {
    margin-bottom: 30px;
  }
  #main .box-testi .slider-testi .item {
    padding: 40px 20px 30px;
    margin: 0 10px;
  }
  #main .box-testi .slider-testi .slick-prev {
    left: -25px;
    width: 20px;
    height: 30px;
  }
  #main .box-testi .slider-testi .slick-prev:before {
    color: #FE4F02;
    transition: all 0.3s;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
  }
  #main .box-testi .slider-testi .slick-next {
    right: -25px;
    width: 20px;
    height: 30px;
  }
  #main .box-testi .slider-testi .slick-next:before {
    color: #FE4F02;
    transition: all 0.3s;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
  }
  #main .pad80 {
    padding: 60px 0;
  }
  #main .row.row30 {
    margin-left: -20px;
    margin-right: -20px;
  }
  #main .row.row30 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  #main .item-faq {
    margin-bottom: 30px;
  }
  #main .item-faq a {
    padding: 60px 40px;
  }
  #main .box-faq {
    margin-top: 30px;
    padding: 40px 60px;
  }
  #main .box-faq .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #main .accordion.accordion-faq {
    margin-bottom: 60px;
  }
  #main .accordion.accordion-faq .item .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  #main .accordion.accordion-faq .item .accordion-button:before {
    position: relative;
    top: -2px;
    margin-right: 18px;
  }
  #main .accordion.accordion-faq .item .accordion-collapse .accordion-body {
    padding: 0 50px 30px;
  }
  #main .accordion.accordion-faq .item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 25px;
  }
  #main .box-help {
    padding: 50px 0;
  }
  #main .box-help.home {
    padding: 70px 0;
  }
  #main .box-help .title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  #main .box-help .bdy p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 30px;
  }
  #main .box-help ul.l-help {
    margin: 10px 0 30px;
  }
  #main .box-help ul.l-help li {
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  #main .banner {
    margin-top: 30px;
    height: 250px;
  }
  #main .banner.mb60 {
    margin-bottom: 50px;
  }
  #main .banner .abs .title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  #main .banner .abs .name {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    margin-top: 40px;
  }
  #main .title-global {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  #main .title-global.testi {
    margin-bottom: 30px;
  }
  #main .title-global.testi img {
    width: 30px;
    margin-right: 15px;
    top: -15px;
  }
  #main .bdy-global {
    margin-bottom: 50px;
  }
  #main .bdy-global p {
    font-size: 15px;
    line-height: 22px;
  }
  #main .success {
    padding: 170px 0;
  }
  #main .success .flaticon {
    margin-bottom: 20px;
  }
  #main .success .flaticon img {
    width: 50px;
  }
  #main .success .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  #main .success .t2 {
    margin: 20px 0 50px;
  }
  #main .success .t2 p {
    font-size: 15px;
    line-height: 22px;
  }
  #main .success .t2 p a:before {
    bottom: 2px;
  }
  #main .member.pad {
    padding: 30px 0 70px;
  }
  #main .member .account-left {
    padding-top: 30px;
  }
  #main .member .account-left .t1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  #main .member .account-left .t1.mb80 {
    margin-bottom: 50px;
  }
  #main .member .account-left .t1 .mb15 {
    margin-bottom: 10px;
  }
  #main .member .account-left .logout {
    margin-top: 200px;
  }
  #main .member .account-left .logout a {
    font-size: 14px;
    line-height: 20px;
  }
  #main .member .account-left .logout a i {
    margin-right: 7px;
  }
  #main .member .account-right {
    padding-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
  }
  #main .member .account-right .link a {
    display: block;
  }
  #main .member .account-right .link a button.hvr-button {
    min-width: auto;
    width: 100%;
  }
  #main .member .account-right ul.l-btn-order {
    margin: 30px 0 20px;
  }
  #main .member .account-right ul.l-btn-order li {
    display: inline-block;
    margin-right: 15px;
  }
  #main .member .account-right ul.l-btn-order li:last-child {
    margin-right: 0;
  }
  #main .member .account-right ul.l-btn-order li a .hvr-button {
    min-width: 330px;
    font-size: 15px;
    line-height: 22px;
  }
  #main .member .account-right ul.l-btn-order li a .hvr-button.white:hover {
    opacity: 1;
    background-color: #FE4F02;
    color: white;
  }
  #main .member .account-right .txt-small {
    font-size: 12px;
    line-height: 15px;
    color: #888;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.2px;
  }
  #main .member .account-right .mt60 {
    margin-top: 40px;
  }
  #main .member .account-right .mt100 {
    margin-top: 80px;
  }
  #main .member .account-right .t1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #main .member .account-right .t2 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
  #main .member .account-right .t3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
  #main .member .account-right .t3.mt50 {
    margin-top: 40px;
  }
  #main .member .account-right .t4 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  #main .member .account-right .t5 {
    font-size: 14px;
    line-height: 20px;
  }
  #main .member .account-right .box-order-summary {
    padding: 20px 20px;
  }
  #main .member .account-right .box-order-summary .t-summary {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #main .member .account-right .box-order-summary .table-order-summary .tbl .cell.w75 {
    width: 65px;
  }
  #main .member .account-right .box-order-summary .table-order-summary .hdr {
    font-size: 12px;
    line-height: 15px;
  }
  #main .member .account-right .box-order-summary .table-order-summary .bdy {
    font-size: 12px;
    line-height: 15px;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  #main .member .account-right .box-order-summary .table-order-summary .bdy > div {
    padding: 7px 0;
  }
  #main .member .account-right .box-order-summary .table-order-summary .total {
    font-size: 14px;
    line-height: 20px;
  }
  #main .member .account-right .box-order {
    margin-bottom: 30px;
  }
  #main .member .account-right .box-order.detail {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #main .member .account-right .box-order.detail.bdr0 {
    margin-bottom: 10px;
  }
  #main .member .account-right .box-order.detail .top-order .t-order {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  #main .member .account-right .box-order.detail .top-order .link.mt5 {
    margin-top: 5px;
  }
  #main .member .account-right .box-order.detail .top-order .link a {
    display: inline-block;
  }
  #main .member .account-right .box-order.detail .top-order .link a .hvr-button {
    width: 220px;
    min-width: 220px;
  }
  #main .member .account-right .box-order .top-order {
    padding: 20px 20px;
  }
  #main .member .account-right .box-order .top-order .no-order {
    font-size: 15px;
    line-height: 24px;
  }
  #main .member .account-right .box-order .top-order .date-order {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0;
  }
  #main .member .account-right .box-order .top-order .date-order .time {
    margin-left: 0;
    display: block;
  }
  #main .member .account-right .box-order .top-order .name-order {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .box-order .top-order .status-order {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .box-order .top-order .result-order {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .box-order .top-order .arrived-order {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12px;
  }
  #main .member .account-right .box-order .top-order .link.mb15 {
    margin-bottom: 10px;
  }
  #main .member .account-right .box-order .top-order .link a {
    display: block;
  }
  #main .member .account-right .box-order .top-order .link a .hvr-button {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    min-width: auto;
  }
  #main .member .account-right .box-order .top-order .link a .hvr-button img {
    margin-right: 3px;
    width: 15px;
  }
  #main .member .account-right .box-order .bottom-order {
    padding: 20px 20px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order li {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order li.pos-rel .abs {
    line-height: 45px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order li:last-child {
    margin-left: 10px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order li img {
    width: 45px;
    height: 45px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li {
    margin-bottom: 5px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li:first-child {
    left: -12px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li a {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li a img {
    left: -25px;
    width: 18px;
  }
  #main .member .account-right .box-detail .t-detail {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #main .member .account-right .box-detail .desc-detail {
    margin-bottom: 50px;
  }
  #main .member .account-right .box-detail .desc-detail h1 {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 22px;
  }
  #main .member .account-right .box-detail .desc-detail h2 {
    font-size: 14px;
    line-height: 22px;
  }
  #main .member .account-right .box-detail .desc-detail p {
    font-size: 14px;
    line-height: 22px;
  }
  #main .member .account-right .table-order {
    margin-bottom: 20px;
  }
  #main .member .account-right .table-order .hdr {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .table-order .input-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    line-height: 18px;
  }
  #main .member .account-right .table-order .bdy > div {
    padding: 15px 0;
  }
  #main .member .account-right .table-order .bdy .code {
    margin: 2px 0;
  }
  #main .member .account-right .table-order .bdy .edit {
    margin: 3px 0 20px;
  }
  #main .member .account-right .table-order .bdy ul.l-product li {
    font-size: 12px;
    line-height: 17px;
  }
  #main .member .account-right .table-order .bdy ul.l-product li.pos-rel .abs {
    line-height: 75px;
  }
  #main .member .account-right .table-order .bdy ul.l-product li:last-child {
    margin-left: 5px;
  }
  #main .member .account-right .table-order .bdy ul.l-product li img {
    width: 60px;
    height: 75px;
  }
  #main .member .account-right .table-order.review {
    margin-top: 30px;
  }
  #main .member .account-right .table-order.review .input-form textarea.form-control {
    height: 110px;
  }
  #main .member .account-right .table-order.review .bdy {
    font-size: 13px;
    line-height: 18px;
  }
  #main .member .account-right .table-order.review .tbl {
    display: table;
  }
  #main .member .account-right .table-order.review .tbl .cell {
    display: table-cell;
    padding-right: 15px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w150 {
    width: 90px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w140 {
    width: 115px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w200 {
    width: 70px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w350 {
    padding-right: 20px;
    width: 230px;
  }
  #main .member .account-right .table-order.big .bdy {
    font-size: 13px;
    line-height: 18px;
  }
  #main .member .account-right .table-order.big .tbl {
    display: table;
  }
  #main .member .account-right .table-order.big .tbl .cell {
    display: table-cell;
    padding-right: 15px;
  }
  #main .member .account-right .table-order.big .tbl .cell.text-center {
    text-align: center !important;
  }
  #main .member .account-right .table-order.big .tbl .cell.w150 {
    width: 100px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w230 {
    width: 110px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w200 {
    width: 150px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w300 {
    width: 190px;
  }
  #main .member .account-right .table-order .tbl {
    display: block;
  }
  #main .member .account-right .table-order .tbl .cell {
    display: block;
    padding-right: 0;
  }
  #main .member .account-right .table-order .tbl .cell.w130 {
    margin-bottom: 8px;
    width: 80px;
  }
  #main .member .account-right .table-order .tbl .cell.w230 {
    margin-bottom: 8px;
    width: 100%;
  }
  #main .member .account-right .table-order .tbl .cell.w100 {
    margin: 8px 0;
    width: 100%;
  }
  #main .member .account-right .table-order .tbl .cell.w210 {
    padding-right: 0;
    width: 100%;
  }
  #main .member .account-right .table-order .tbl .cell.text-center {
    text-align: left !important;
  }
  #main .member .account-right .table-order .tbl .cell .show-md {
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
  }
  #main .member .account-right .box-notes {
    margin-bottom: 30px;
  }
  #main .member .account-right .box-notes .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  #main .member .account-right .box-notes .desc {
    width: 100%;
    padding: 15px 25px;
    font-size: 13px;
    line-height: 17px;
  }
  #main .auth .mt60 {
    margin-top: 40px;
  }
  #main .auth .t1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #main .auth .t2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  #main .auth .t3 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 15px;
  }
  #main .auth .t-login {
    font-size: 12px;
    line-height: 15px;
  }
  #main .auth .bdr-auth {
    margin: 10px 0 30px;
  }
  #main .contact .t1 {
    font-size: 20px;
    line-height: 30px;
  }
  #main .contact .t2 {
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0 20px;
  }
  #main .contact .img {
    margin-bottom: 40px;
  }
  #main .contact .mb20 {
    margin-bottom: 15px;
  }
  #main .contact .l-contact .tbl .cell.bdr {
    width: 55px;
    padding-right: 10px;
  }
  #main .contact .l-contact .tbl .cell.bdr .in {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  #main .contact .l-contact .tbl .cell.bdr .in img {
    width: 20px;
  }
  #main .contact .l-contact .tbl .cell a {
    font-size: 14px;
  }
  #main .form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
  }
  #main .item-testi {
    margin-bottom: 30px;
    padding: 30px;
  }
  #main .item-testi .bdy {
    margin-bottom: 20px;
  }
  #main .item-testi .bdy p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.2px;
  }
  #main .item-testi .tbl .cell.img {
    width: 60px;
    padding-right: 20px;
  }
  #main .item-testi .tbl .cell .title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .input-qty input.form-control {
    padding: 10px 5px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  .form-group.mb60 {
    margin-bottom: 30px;
  }

  .input-qty {
    display: inline-block;
    vertical-align: middle;
  }
  .input-qty .qtyminus {
    padding: 8px 7px;
    height: 36px;
  }
  .input-qty .qtyminus img {
    width: 15px;
  }
  .input-qty .qtyplus {
    padding: 8px 10px;
    height: 36px;
  }
  .input-qty input.form-control {
    width: 55px;
    padding: 8px 5px !important;
  }

  header {
    padding: 10px 0;
  }
  header .toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
  }
  header .toggle a {
    display: inline-block;
    color: #FE4F02 !important;
    cursor: pointer;
  }
  header .toggle a:hover {
    opacity: 0.7;
  }
  header .btn-login {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  header .btn-login a .hvr-button {
    font-size: 10px;
    line-height: 13px;
    min-width: auto;
    width: auto;
    padding: 5px 10px;
  }
  header .btn-login a .hvr-button img {
    width: 15px;
  }
  header ul.l-hdr.css-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  header ul.l-hdr.css-icon li {
    display: inline-block;
  }
  header ul.l-hdr.css-icon li a {
    font-size: 11px;
    line-height: 15px;
    top: -2px;
    margin-left: 3px;
  }
  header ul.l-hdr.css-icon li a.active {
    padding: 5px 8px;
  }
  header ul.l-hdr.css-icon li a.active img {
    height: 15px;
  }
  header ul.l-hdr.css-icon li a img {
    height: 20px;
  }
  header ul.l-hdr li {
    display: none;
    margin-right: 0;
  }
  header ul.l-hdr li:first-child {
    display: inline-block;
  }

  button.hvr-button {
    font-size: 14px;
    line-height: 20px;
  }
  button.hvr-button.w250, button.hvr-button.w320, button.hvr-button.w400 {
    width: 100%;
    min-width: 100%;
  }

  .xs40 {
    margin-bottom: 40px;
  }

  .xs30 {
    margin-bottom: 30px;
  }

  .xs20 {
    margin-bottom: 20px;
  }

  footer {
    padding: 20px 0;
    text-align: center;
  }
  footer .title {
    margin-bottom: 10px;
  }

  .md30 {
    margin-bottom: 20px;
  }

  textarea.form-control {
    height: 120px;
  }

  .modal#image-modal .close-pop {
    top: 5px;
    right: 5px;
  }
  .modal#image-modal .modal-dialog {
    width: 240px;
    max-width: 240px;
  }
  .modal .modal-content {
    padding: 20px 20px;
  }
  .modal .modal-dialog {
    width: 280px;
    max-width: 280px;
  }
  .modal .close-pop {
    top: 5px;
    right: 5px;
  }
  .modal .close-pop img {
    width: 25px;
  }
  .modal .t-pop {
    font-size: 15px;
    line-height: 20px;
  }
  .modal .t-pop.mb30 {
    margin-bottom: 15px;
  }
  .modal .img-pop {
    margin-top: 10px;
  }
  .modal .img-pop img {
    max-width: 60%;
  }
  .modal .bdy-pop {
    margin: 5px 0 20px;
  }
  .modal ul.l-pop.mt50 {
    margin-top: 5px;
  }
  .modal ul.l-pop li {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
  .modal ul.l-pop li a .hvr-button {
    min-width: auto;
    width: 100%;
  }
  .modal .img-right {
    text-align: center;
  }
  .modal .box-csv {
    width: 100%;
    margin-bottom: 20px;
  }

  #cart {
    width: 300px;
    padding: 20px 10px 20px 0;
  }
  #cart .pad {
    padding: 0 15px 0;
  }
  #cart .pad .t1 {
    font-size: 16px;
    line-height: 25px;
  }
  #cart .pad .close img {
    width: 25px;
  }
  #cart .box-name {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
  }
  #cart .table-cart .pad {
    padding: 10px 15px;
  }
  #cart .table-cart .pad .tbl {
    display: block;
  }
  #cart .table-cart .pad .tbl .cell.img {
    width: 90px;
    padding-right: 0;
  }
  #cart .table-cart .pad .tbl .cell.img img {
    height: 90px;
  }
  #cart .table-cart .pad .tbl .cell.desc {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
  #cart .table-cart .pad .tbl .cell.last {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: left;
  }
  #cart .link {
    padding: 20px 15px 0;
  }

  #main .form-control.h50 {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 18px;
  }
  #main .pad-home {
    padding: 20px 0 40px;
  }
  #main ul.breadcrumb {
    margin: 0 0 20px;
  }
  #main ul.breadcrumb li {
    font-size: 12px;
    margin-right: 5px;
  }
  #main .product .detail .nm {
    font-size: 17px;
    line-height: 26px;
  }
  #main .product .detail .code {
    font-size: 15px;
    line-height: 22px;
  }
  #main .product .detail .category {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  #main .product .detail .desc {
    margin-bottom: 30px;
  }
  #main .product .detail .link {
    margin-bottom: 30px;
  }
  #main .product .detail .unit {
    margin-top: 15px;
  }
  #main .product .detail .quantity {
    margin: 10px 0 20px;
  }
  #main .product .detail .slider-product {
    margin-bottom: 30px;
  }
  #main .product .product-left {
    padding-top: 20px;
  }
  #main .product .product-left .t1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #main .product .product-left ul.l-menu-product {
    padding: 0 0 0 15px;
  }
  #main .product .product-left ul.l-menu-product li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
  }
  #main .product .product-left ul.l-menu-product li a:before {
    left: -15px;
  }
  #main .product .product-right {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: 15px;
  }
  #main .product .product-right .t1 {
    font-size: 16px;
    line-height: 26px;
  }
  #main .product .product-right .t2 {
    margin: 5px 0 15px;
  }
  #main .product .product-right .link {
    margin-top: 15px;
  }
  #main .product .product-right ul.pagination {
    margin-top: 10px;
  }
  #main .box-featured .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  #main .box-featured .item-featured {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main .box-featured .item-featured .input-qty input.form-control {
    width: 70px;
  }
  #main .box-featured .item-featured .box {
    right: 10px;
  }
  #main .box-featured .item-featured a .img {
    margin-bottom: 10px;
  }
  #main .box-featured .item-featured a .uom {
    margin: 7px 0 10px;
  }
  #main .box-testi .t1 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #main .box-testi .slider-testi {
    margin-bottom: 20px;
  }
  #main .box-testi .slider-testi .slick-track {
    padding-top: 25px;
  }
  #main .box-testi .slider-testi .item {
    padding: 30px 15px 20px;
  }
  #main .box-testi .slider-testi .item .img {
    top: -25px;
  }
  #main .box-testi .slider-testi .item .img img {
    width: 50px;
  }
  #main .box-testi .slider-testi .slick-prev {
    left: -7px;
    width: 12px;
    height: 20px;
  }
  #main .box-testi .slider-testi .slick-prev:before {
    font-size: 20px;
  }
  #main .box-testi .slider-testi .slick-next {
    right: -7px;
    width: 12px;
    height: 20px;
  }
  #main .box-testi .slider-testi .slick-next:before {
    font-size: 20px;
  }
  #main .box-login .t1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #main .box-login .in-login {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  #main .box-login .in-login .t2 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  #main .box-login .in-login .link a .hvr-button {
    min-width: 130px;
    font-size: 12px;
  }
  #main .box-login .in-login .img {
    right: 15px;
  }
  #main .box-login .in-login .img.img1 {
    right: 10px;
  }
  #main .box-login .in-login .img.img1 img {
    height: 100px;
  }
  #main .box-login .in-login .img.img2 img {
    height: 120px;
  }
  #main .box-login .in-login .img.img3 img {
    height: 100px;
  }
  #main .box-login .in-login .img.img4 img {
    height: 90px;
  }
  #main .box-register {
    margin-bottom: 30px;
  }
  #main .box-register .t1 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #main .box-register .l-login {
    padding: 30px 20px;
  }
  #main .box-register .l-login .img img {
    height: 90px;
  }
  #main .box-register .l-login .t2 {
    font-size: 13px;
    line-height: 17px;
  }
  #main .box-register .l-login .link a .hvr-button {
    min-width: 130px;
    font-size: 12px;
  }
  #main .box-register .l-register {
    padding: 39px 20px 38px 20px;
  }
  #main .box-register .l-register .t2 {
    font-size: 13px;
    line-height: 17px;
  }
  #main .box-register .l-register .link a .hvr-button {
    min-width: 130px;
    font-size: 12px;
  }
  #main .box-register .l-register .img img {
    width: 205px;
  }
  #main .box-about {
    margin-bottom: 40px;
  }
  #main .box-about .img {
    margin-bottom: 20px;
  }
  #main .box-about .pad-right {
    padding-right: 0;
  }
  #main .box-about .pad-right.pr30 {
    padding-right: 0;
  }
  #main .box-about .t1 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #main .box-about .t2 {
    margin-bottom: 10px;
  }
  #main .box-about .t2 p {
    font-size: 13px;
    line-height: 19px;
  }
  #main .box-about .link a {
    font-size: 12px;
    line-height: 15px;
  }
  #main .pad80 {
    padding: 30px 0;
  }
  #main .row.row30 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  #main .row.row30 > div {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  #main .box-help {
    padding: 30px 0;
  }
  #main .box-help.home {
    padding: 40px 0;
  }
  #main .box-help .title {
    font-size: 16px;
    line-height: 25px;
  }
  #main .box-help ul.l-help {
    margin: 10px 0 20px;
  }
  #main .box-help ul.l-help li {
    display: block;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
  }
  #main .box-help ul.l-help li:nth-child(2) {
    display: none;
  }
  #main .accordion.accordion-faq {
    margin-bottom: 30px;
  }
  #main .accordion.accordion-faq .item .accordion-button {
    padding: 10px 10px 10px 0;
    font-size: 14px;
    line-height: 19px;
  }
  #main .accordion.accordion-faq .item .accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: none;
  }
  #main .accordion.accordion-faq .item .accordion-button:not(.collapsed)::before {
    background: url(/images/plus2.svg?ee960f342e92063a098d4034a26cdf2f);
  }
  #main .accordion.accordion-faq .item .accordion-button:before {
    background: url(/images/minus2.svg?fb9f3cdb484cca25315c129e9186318f);
    width: 45px;
    height: 19px;
    margin-right: 10px;
  }
  #main .accordion.accordion-faq .item .accordion-collapse .accordion-body {
    padding: 0 10px 10px 32px;
  }
  #main .accordion.accordion-faq .item .accordion-collapse .accordion-body p {
    font-size: 13px;
    line-height: 18px;
  }
  #main .item-faq {
    margin-bottom: 20px;
  }
  #main .item-faq a {
    padding: 30px 20px;
  }
  #main .item-faq a .icon {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
  }
  #main .item-faq a .nm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  #main .box-faq {
    margin-top: 20px;
    padding: 20px 20px;
  }
  #main .box-faq .img {
    margin-bottom: 20px;
  }
  #main .box-faq .title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  #main .box-faq .link a {
    display: block;
  }
  #main .box-faq .link a button.hvr-button {
    min-width: 100%;
    width: 100%;
  }
  #main .banner {
    margin-top: 20px;
    height: 150px;
  }
  #main .banner.mb60 {
    margin-bottom: 30px;
  }
  #main .banner .abs .title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  #main .banner .abs .name {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  #main .title-global {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  #main .title-global.testi {
    margin-bottom: 20px;
  }
  #main .title-global.testi img {
    width: 20px;
    margin-right: 10px;
    top: -10px;
  }
  #main .bdy-global {
    margin-bottom: 30px;
  }
  #main .bdy-global p {
    font-size: 14px;
    line-height: 20px;
  }
  #main .member.pad {
    padding: 20px 0 40px;
  }
  #main .member .account-left {
    padding-top: 20px;
  }
  #main .member .account-left .t1 {
    margin-bottom: 0;
  }
  #main .member .account-left .t1.mb80 {
    margin-bottom: 10px;
  }
  #main .member .account-left ul.l-account li a {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0;
  }
  #main .member .account-left ul.l-account li a img {
    height: 25px;
    margin-right: 5px;
  }
  #main .member .account-left .logout {
    margin-top: 10px;
  }
  #main .member .account-right {
    padding-bottom: 30px;
    padding-top: 20px;
    padding-left: calc(var(--cui-gutter-x) * 0.5);
  }
  #main .member .account-right .link.mt10 {
    margin-top: 10px;
  }
  #main .member .account-right ul.l-btn-order {
    margin: 50px 0 20px;
  }
  #main .member .account-right ul.l-btn-order li {
    display: inline-block;
    margin-right: 15px;
  }
  #main .member .account-right ul.l-btn-order li:last-child {
    margin-right: 0;
  }
  #main .member .account-right ul.l-btn-order li a .hvr-button {
    min-width: 330px;
    font-size: 15px;
    line-height: 22px;
  }
  #main .member .account-right ul.l-btn-order li a .hvr-button.white:hover {
    opacity: 1;
    background-color: #FE4F02;
    color: white;
  }
  #main .member .account-right .txt-small {
    font-size: 12px;
    line-height: 15px;
    color: #888;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.2px;
  }
  #main .member .account-right .mt60 {
    margin-top: 10px;
  }
  #main .member .account-right .mt100 {
    margin-top: 20px;
  }
  #main .member .account-right .t1 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #main .member .account-right .t1.mb0 {
    margin-bottom: 0;
  }
  #main .member .account-right .t1.mb20 {
    margin-bottom: 0;
  }
  #main .member .account-right .t2 {
    margin-bottom: 10px;
  }
  #main .member .account-right .t3 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  #main .member .account-right .t3.mt50 {
    margin-top: 25px;
  }
  #main .member .account-right .t4 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  #main .member .account-right .t5 {
    font-size: 13px;
    line-height: 17px;
  }
  #main .member .account-right .t6 a img {
    width: 20px;
  }
  #main .member .account-right .bdr {
    margin: 0 0 20px;
  }
  #main .member .account-right .bdr.bdr-address {
    margin-top: 25px;
  }
  #main .member .account-right .mb30 {
    margin-bottom: 20px;
  }
  #main .member .account-right .box {
    letter-spacing: 0.2px;
    font-size: 13px;
    line-height: 17px;
    padding: 10px 20px;
  }
  #main .member .account-right .box-address {
    width: 100%;
  }
  #main .member .account-right .box-address .tbl .cell {
    vertical-align: top;
  }
  #main .member .account-right .box-address .tbl .cell.w300 {
    width: 140px;
  }
  #main .member .account-right .box-address a {
    top: 15px;
  }
  #main .member .account-right .box-address a img {
    width: 20px;
  }
  #main .member .account-right .box-order-summary {
    margin-bottom: 30px;
    padding: 15px 15px;
  }
  #main .member .account-right .box-order-summary .t-summary {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #main .member .account-right .box-order-summary .table-order-summary .tbl .cell.w75 {
    width: 70px;
  }
  #main .member .account-right .box-order.detail {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #main .member .account-right .box-order.detail.bdr0.mb0 {
    margin-bottom: 0;
  }
  #main .member .account-right .box-order.detail .top-order .t-order {
    font-size: 15px;
    line-height: 20px;
  }
  #main .member .account-right .box-order.detail .top-order ul.l-detail {
    margin: 0;
  }
  #main .member .account-right .box-order.detail .top-order ul.l-detail li {
    margin-right: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  #main .member .account-right .box-order.detail .top-order ul.l-detail li:first-child {
    width: 75px;
  }
  #main .member .account-right .box-order.detail .top-order .link.mt10 {
    margin-top: 10px;
  }
  #main .member .account-right .box-order.detail .top-order .link.mb15 {
    margin-top: 10px;
  }
  #main .member .account-right .box-order.detail .top-order .link a {
    display: block;
  }
  #main .member .account-right .box-order.detail .top-order .link a .hvr-button {
    width: 100%;
    min-width: auto;
  }
  #main .member .account-right .box-order .top-order .date-order .time {
    margin-left: 5px;
    display: inline-block;
  }
  #main .member .account-right .box-order .top-order .link a {
    display: block;
  }
  #main .member .account-right .box-order .top-order .link a .hvr-button {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    min-width: auto;
  }
  #main .member .account-right .box-order .top-order .link a .hvr-button img {
    margin-right: 3px;
    width: 15px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li {
    padding-left: 25px;
  }
  #main .member .account-right .box-order .bottom-order ul.l-order2 li:first-child {
    left: 0;
  }
  #main .member .account-right .box-order .bottom-order .text-end {
    text-align: left !important;
  }
  #main .member .account-right .box-detail .t-detail {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #main .member .account-right .box-detail .desc-detail {
    margin-bottom: 20px;
  }
  #main .member .account-right .box-detail .desc-detail h2 {
    margin-bottom: 0;
  }
  #main .member .account-right .box-detail .desc-detail p {
    margin-bottom: 10px;
  }
  #main .member .account-right .table-order .bdy ul.l-product {
    margin: 10px 0 8px;
  }
  #main .member .account-right .table-order .bdy .edit, #main .member .account-right .table-order .bdy .save {
    margin: 0 0 5px 0;
  }
  #main .member .account-right .table-order .bdy .edit a img {
    width: 20px;
  }
  #main .member .account-right .table-order .bdy .code {
    margin: 4px 0;
  }
  #main .member .account-right .table-order .bdy .desc {
    margin-top: 5px;
  }
  #main .member .account-right .table-order .input-form textarea.form-control {
    height: 110px;
  }
  #main .member .account-right .table-order.review {
    margin-top: 20px;
  }
  #main .member .account-right .table-order.review .t-header {
    display: block;
  }
  #main .member .account-right .table-order.review .input-form textarea.form-control {
    height: 110px;
  }
  #main .member .account-right .table-order.review .hdr {
    display: none;
  }
  #main .member .account-right .table-order.review .tbl {
    display: block;
  }
  #main .member .account-right .table-order.review .tbl .cell {
    display: block;
    padding-right: 0;
  }
  #main .member .account-right .table-order.review .tbl .cell.w150 {
    margin-bottom: 8px;
    width: 80px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w140 {
    display: none;
  }
  #main .member .account-right .table-order.review .tbl .cell .type {
    font-weight: 600;
    display: block;
    margin: 5px 0;
  }
  #main .member .account-right .table-order.review .tbl .cell .type .mr3 {
    margin-right: 3px;
  }
  #main .member .account-right .table-order.review .tbl .cell.w200 {
    width: 100%;
  }
  #main .member .account-right .table-order.review .tbl .cell.w350 {
    padding-right: 0;
    width: 100%;
  }
  #main .member .account-right .table-order.review .tbl .cell .show-sm {
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
  }
  #main .member .account-right .table-order.big .tbl {
    display: block;
  }
  #main .member .account-right .table-order.big .tbl .cell {
    display: block;
    padding-right: 0;
  }
  #main .member .account-right .table-order.big .tbl .cell.text-center {
    text-align: left !important;
  }
  #main .member .account-right .table-order.big .tbl .cell.w150 {
    width: 80px;
    margin-bottom: 8px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w230 {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 8px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w200 {
    width: 100%;
    margin-bottom: 10px;
  }
  #main .member .account-right .table-order.big .tbl .cell .mb10 {
    margin-bottom: 10px;
  }
  #main .member .account-right .table-order.big .tbl .cell.w300 {
    width: 100%;
  }
  #main .member .account-right .table-order.big .tbl .cell .show-sm {
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
  }
  #main .member .account-right .table-order.big .tbl .cell .show-sm.mb5 {
    margin-bottom: 5px;
  }
  #main .member .account-right .box-notes {
    margin-bottom: 20px;
  }
  #main .member .account-right .box-notes .desc {
    padding: 10px 15px;
  }
  #main .success {
    padding: 30px 0 50px;
  }
  #main .success .flaticon {
    margin-bottom: 10px;
  }
  #main .success .flaticon img {
    width: 30px;
  }
  #main .success .t1 {
    font-size: 16px;
    line-height: 26px;
  }
  #main .success .t2 {
    margin: 10px 0 30px;
  }
  #main .success .t2 p {
    font-size: 14px;
    line-height: 20px;
  }
  #main .success .img {
    text-align: center;
    margin-bottom: 20px;
  }
  #main .success .img img {
    max-width: 60%;
  }
  #main .auth .img {
    text-align: center;
  }
  #main .auth .img img {
    max-width: 70%;
  }
  #main .auth .mt60 {
    margin-top: 20px;
  }
  #main .auth .t1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #main .auth .t2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  #main .auth .bdr-auth {
    margin: 10px 0 20px;
  }
  #main .contact .t1 {
    font-size: 16px;
    line-height: 25px;
  }
  #main .contact .t2 {
    line-height: 20px;
  }
  #main .contact .img {
    margin-bottom: 30px;
  }
  #main .contact .mb20 {
    margin-bottom: 10px;
  }
  #main .contact .img img {
    max-width: 80%;
  }
  #main .contact .l-contact .tbl .cell a {
    line-height: 15px;
    font-size: 13px;
  }
  #main .item-testi {
    margin-bottom: 20px;
    padding: 20px;
  }
  #main .item-testi .tbl .cell.img {
    width: 50px;
  }
  #main .item-testi .tbl .cell .title {
    font-size: 13px;
    line-height: 18px;
  }
}
