/* fix css angular */
.cdk-overlay-pane {
  max-width: 90vw !important;
}
body,
html {
  height: auto !important;
}
.mat-dialog-container {
  background: transparent;
}
.mat-dialog-container {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.input:disabled ~ .input-ic {
  opacity: 0.3;
}
.mat-dialog-container .modal-dialog-centered::before {
  display: none !important;
}

.mat-dialog-container .modal-dialog-centered {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mat-dialog-container .modal-dialog {
  max-width: 100%;
}
.list-link > div > .list-link-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.list-link > div:last-child > .list-link-item:last-child {
  border: 0;
}
.form-vertical .input-label {
  margin-bottom: 7px;
}
.input-label {
  display: block;
}
.input-readonly-trans,
.input-readonly-trans:focus {
  background-color: transparent;
  padding-left: 0;
}
html.cdk-global-scrollblock {
  position: static !important;
  left: 0 !important;
  top: 0 !important;
  overflow-y: unset !important;
}
[ng-app="App"][name="sidebar-left-trigger"]:first-child {
  display: unset !important;
  -webkit-appearance: checkbox !important;
  position: relative;
  z-index: 9999;
  width: 1px;
  height: 1px;
  opacity: 0;
}
app-root .modal {
  background: rgba(0, 0, 0, 0.5);
}
app-root .live-search-box {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}
app-root input::-webkit-input-placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-size: 15px !important;
}
app-root input::-moz-placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-size: 15px !important;
  line-height: 44px;
}
app-root input:-ms-input-placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-size: 15px !important;
}
app-root input::placeholder {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
  font-size: 15px !important;
}
app-root .input-ic-sm-2 {
  padding-right: 44px;
}
.select-2-backdrop.show ~ .select-2-backdrop.show {
  display: none !important;
}
/* end fix css angular */

/*init*/
.hover-cursor {
	cursor: pointer;
}
.pr5 .input-ic {
  right: 5px;
}
.form-group.row:after,
.form-group.row:before {
  display: none;
}

@media (max-width: 768px) {
  .tooltip {
    display: none !important;
  }
  .sidebar-mini__body {
    overflow: auto;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: regular;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

body {
  font: 100% "Roboto", "Arial", sans-serif;
  margin: 0;
  width: 100%;
  font-size: 15px;
  background-color: #142220;
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: -0.25px;
}
body.no-touch {
  overflow: auto !important;
  padding-right: 0 !important;
}
@media (max-width: 769px) {
  body.modal-open {
    overflow: hidden !important;
  }
}

.menu__mobile--profile img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid white;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  margin: auto;
}
.menu-profile-img {
  position: absolute;
  width: 37px;
  background-size: cover;
  background-position: center;
  height: 37px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  border-radius: 18.5px;
}
/*end init*/

/* background */
.link.h6 {
  text-transform: none;
}
.input-ic--txt {
  font-size: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
/* end background */
/* fix color */
.modal .switch-bg,
.modal .switch-ic {
  border: 1.4px solid rgba(0, 0, 0, 0.4);
}
.modal .item-link-arrow {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .input-clean {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}
.modal .input-clean ~ .input-ic:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(30%, rgba(0, 0, 0, 0.02))
  );
  background: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 30%
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 30%
  );
}
.modal .input-material,
.modal .input-line {
  color: #72bf00;
}
.modal .input-material ~ .input-label,
.modal .input-label,
.modal .color-white-3 {
  color: rgba(0, 0, 0, 0.6);
}
.modal .color-white {
  color: #000000;
}
.modal .input-material:focus ~ .input-label,
.modal .input-material.light-pick-focus ~ .input-label,
.modal .input-material ~ .btn-group.open ~ .input-label {
  color: #72bf00;
}
.modal .input-material,
.modal .input-material ~ .select2-container--default .select2-selection--single,
.modal
  .input-material
  ~ .select2-container--default
  .select2-selection--multiple,
.modal .input-material ~ .btn-group .multiselect {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.textarea-autosize {
  line-height: 1.3;
}
.modal .table-basic > tbody > tr:nth-of-type(odd) {
  color: #4a4a4a;
  background-color: transparent;
}
.modal .table-border-h > tbody > tr > td,
.modal .table-border-h > thead > tr > th,
.modal .table-border-h > tfoot > tr > td {
  border-bottom: 1px solid #eaeeec;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eaeeec;
}
.modal .table-border-v > tbody > tr > td,
.modal .table-border-v > thead > tr > th,
.modal .table-border-v > tfoot > tr > td {
  border-right: 1px solid #eaeeec;
  border-left: 1px solid #eaeeec;
}
.modal .table-basic > thead > tr > th {
  color: rgba(74, 74, 74, 0.6);
}
.modal th {
  border-top: 1px solid #eaeeec;
}
.input-material ~ .input-label {
  color: rgba(255, 255, 255, 0.7);
}
.input-material,
.input-line {
  color: rgba(255, 255, 255, 0.9);
}
.modal .switch-text {
  color: #4a4a4a;
  opacity: 0.5;
}
.modal .list-check-item > label,
.modal .list-check-item > .switch {
  border-bottom: 1px solid #eaeeec;
}
.modal input[type="checkbox"]:checked ~ .table .switch-on {
  color: #4a4a4a;
}
.modal input[type="checkbox"]:checked ~ .table .switch-on {
  opacity: 1;
}
.input-line option {
  margin: 40px;
  color: #4a4a4a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
a.ubg-op-white-3 {
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
a.ubg-op-white-3:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ubg-primary .ubtn-text {
  color: rgba(255, 255, 255, 0.9);
}
.ubg-primary {
  background: rgb(95, 182, 33);
  background: -o-linear-gradient(
    330deg,
    rgba(95, 182, 33, 1) 0%,
    rgba(0, 124, 48, 1) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(95, 182, 33, 1) 0%,
    rgba(0, 124, 48, 1) 100%
  );
}
.uborder-primary {
  border: 1pt solid #72bf00;
}
.table {
  color: inherit;
}
.ubtn.ubg-trans,
.ubtn.ubg-secondary,
a.ubg-secondary {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.ubtn.ubg-trans:hover {
  background-color: rgb(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.ubtn.ubg-secondary:hover,
a.ubg-secondary:hover,
.tk-eye:hover {
  background-color: rgb(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}
.ubg-trans .legitRipple-ripple,
.ubtn.ubg-secondary .legitRipple-ripple,
.menu__ic-box .legitRipple-ripple,
.box .legitRipple-ripple {
  opacity: 0.1;
}
.select2-results__option {
  color: #4a4a4a;
}
.ubg-primary .legitRipple-ripple {
  opacity: 0.1;
}
.ubtn-line-white {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.ubtn-line-white-sm {
  height: 24px;
  border-radius: 12px;
  cursor: pointer !important;
}

.ubtn-line-white-sm .ubtn-text {
  font-size: 12px;
  white-space: nowrap;
  padding: 0 10px;
  font-weight: 500;
}
/* end fix color */

/* hover line */
.hover-line {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(114, 191, 0)),
    to(rgb(114, 191, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgb(114, 191, 0) 0%,
    rgb(114, 191, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(114, 191, 0) 0%,
    rgb(114, 191, 0) 100%
  );
  background-size: 0 1px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 2px 0px;
}
.hover-red:hover {
  color: #ff4800de;
}
.no-touch .hover-line:hover {
  background-size: 100% 1px;
}
/* end hover line */

/* header */
.menu {
  background-color: rgba(20, 34, 32, 0.7);
  /* opacity: 0.9; */
}
.menu--sticky {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(39, 52, 56, 0.95);
}
@media (max-width: 1199px) {
  .menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
@supports (
  (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
  .menu--sticky {
    background-color: rgba(39, 52, 56, 0.6);
  }
}
@media (min-width: 1201px) {
  .menu,
  .search {
    width: -webkit-calc(100% - 396px);
    width: calc(100% - 396px);
    left: 396px;
    right: auto;
    border-radius: 0;
  }
  .menu:not(.menu--sticky) {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .menu__ic-box {
    width: 100%;
  }
  .menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu__btn_search, .btn_search_when_scroll {
	display: none !important;
	}
}
.menu__item {
  opacity: 0.6;
}
.menu__ic-box {
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.no-touch .menu__ic-box:hover {
  background-color: rgba(255, 255, 255, 0.05);
  opacity: 1;
}

.cart-ic-number {
  position: absolute;
  top: 5px;
  z-index: 10;
  right: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 61, 78, 0.4);
  box-shadow: 0 0 20px 0 rgba(255, 61, 78, 0.4);
  font-size: 11px;
  font-weight: 500;
  display: block;
  line-height: 21px;
}

.main {
  padding-bottom: 0;
  min-height: -webkit-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  position: relative;
  z-index: 2;
}
.main--with-sidebar-both {
  min-height: -webkit-calc(100vh - 128px);
  min-height: calc(100vh - 128px);
}
.main--with-menu {
  margin-top: 80px;
  padding-top: 0;
}
.main-header {
  padding-top: 30px;
}
.main--bg {
  /* background-color: rgba(20, 34, 32, 0.7); */
  background-color: rgba(15, 30, 34, 0.9);
}
.main-section {
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  max-width: none;
}
.main-section-big {
  padding-left: 60px;
  padding-right: 60px;
}
.main-bg-section {
  /* background-color: rgba(20, 34, 32, 0.7); */
  background-color: rgba(15, 30, 34, 0.9);
  padding: 60px;
  margin-bottom: 8px;
}
.main-bg-section:last-child {
  margin-bottom: 0;
}
.main-bg-section {
  position: relative;
}
.main-bg-section > .anchor {
  position: absolute;
  top: -70px;
  height: 1px;
  width: 100%;
  left: 0;
}

@media (max-width: 1200px) {
  .main {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .main-section-big {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .main-section,
  .banner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main {
    min-height: 100vh;
  }
  .main-bg-section > .anchor {
    top: -100px;
  }
}

/* end header */

/* banner */
.banner {
  overflow: hidden;
  margin-bottom: 30px;
}
.banner img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .banner img {
    border-radius: 10px;
  }
}
/* end banner */

/* fav */
.fav-item {
  width: 14.28%;
  padding-top: 14.28%;
  position: relative;
  display: inline-block;
  max-width: 200px;
  max-height: 200px;
}
@supports (-ms-accelerator: true) {
  /* Edge 12+ CSS */
  .fav .fav-item {
    display: table;
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge 16+ CSS */
  .fav .fav-item {
    display: table;
  }
}
@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  @media (min-width: 40px) {
    path[stroke-width*="1."] {
      stroke-width: 1.1 !important;
    }
  }
}
.fav-item-inner {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  top: 0;
  border-radius: 32px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 3px 10px 0 rgba(95, 182, 33, 0.3);
  box-shadow: 0 3px 10px 0 rgba(95, 182, 33, 0.3);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.fav-item:not(.fav-setting) .fav-item-inner {
  background: rgb(95, 182, 33);
  background: -o-linear-gradient(
    330deg,
    rgba(116, 163, 82, 1) 0%,
    rgba(69, 150, 100, 1) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(116, 163, 82, 1) 0%,
    rgba(69, 150, 100, 1) 100%
  );
}
.fav-setting .fav-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.fav-ic {
  padding: 13%;
  padding-bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.fav-text {
  padding: 13% 4%;
  padding-top: 0;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.fav-item-inner .fav-text {
  color: rgba(255, 255, 255, 0.9);
}
.fav-ic img {
  width: 40px;
}
.fav-item:not(.fav-setting) .fav-item-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../images/web/img/bg-bubble.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: top 10px center;
}

.fav-item:not(.fav-setting) .fav-item-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background-image: url(../images/web/img/bg-circle.svg);
  background-size: 30px;
  background-position: top -3px left -3px;
  border-radius: inherit;
}
.main .fav-item:not(.fav-setting) .fav-item-inner::after {
  background-size: 70px;
  background-position: top -20px left -20px;
}
.fav-item:not(.fav-setting):nth-child(n + 1) .fav-item-inner::after {
}
.fav-item-inner:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 182, 33, 0.5);
  box-shadow: 0 10px 30px 0 rgba(95, 182, 33, 0.5);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.fav-setting .fav-item-inner:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #72bf00;
  -webkit-box-shadow: 0 0 10px 0 rgba(95, 182, 33, 0.5),
    inset 0 0 10px 0 rgba(95, 182, 33, 0.5);
  box-shadow: 0 0 10px 0 rgba(95, 182, 33, 0.5),
    inset 0 0 10px 0 rgba(95, 182, 33, 0.5);
}
.fav-item-inner:hover::after {
  background-size: 160px 160px;
}
.swiper-fav {
  overflow: visible;
}

.menu__logo-simple {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.menu__logo-main {
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  display: block;
}
.sticky-fav ~ .menu .menu__logo-main {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.sticky-fav ~ .menu .menu__logo-simple {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
}
@media (min-width: 1700px) {
  .fav-item {
    width: 160px;
    padding-top: 160px;
  }
  .fav-ic img {
    width: 40px;
  }
}
@media (max-width: 1540px) {
  .fav-item {
    width: 16.66%;
    padding-top: 16.66%;
  }
  .fav-page-setting .fav-item {
    width: 33.333%;
    padding-top: 33.333%;
  }
}
@media (min-width: 1201px) and (max-width: 1384px) {
  /* .fav-item-inner {
      left: 15px;
      width: calc(100% - 30px);
      height: calc(100% - 30px);
   } */
  .fav-ic img {
    width: 30px;
  }
  .fav-page-setting .fav-item-inner {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
  }
  .fav-text {
    padding: 4px 6% 13% 6%;
    font-size: 13px;
  }
}

@media (min-width: 1201px) and (max-width: 1330px) {
  .fav-item {
    width: 16.666%;
    padding-top: 16.666%;
  }
  .home-ults__item {
    width: 16.666% !important;
  }
}

@media (max-width: 1200px) {
  .fav-item {
    width: 14.27%;
    padding-top: 14.27%;
  }
}
@media (max-width: 920px) {
  .fav-item {
    width: 16.66%;
    padding-top: 16.66%;
  }
  .fav-text {
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .fav-item {
    width: 25%;
  }
  .form-search-modal {
	width: calc(100% - 44px) !important;
  }
  .btn_close_search_wap {
	position: relative !important ;
	top:0 !important;left:0 !important
  }
}
@media (min-width: 768px) {
  .swiper-wrapper {
    width: auto;
  }
}
@media (max-width: 768px) {
  .fav-item-inner:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(95, 182, 33, 0.4);
    box-shadow: 0 5px 10px 0 rgba(95, 182, 33, 0.4);
  }
  .tooltip {
    display: none;
  }
  .fav-item-inner {
    left: 5px;
  }
  .swiper-fav .swiper-wrapper {
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .fav-item {
    width: 130px;
    padding-top: 130px;
  }
  .fav-item.row-40 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fav-section {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-fav .fav-item:first-child {
    margin-left: 75px;
  }
  .fav-section {
    overflow: hidden;
  }
  .banner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .swiper-fav .fav-item:first-child {
    margin-left: 0;
  }
  .banner {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .main .fav {
    padding-bottom: 20px;
  }
  .main .fav-item:not(.fav-setting) .fav-item-inner::after,
  .main .fav-item:not(.fav-setting) .fav-item-inner::before {
    display: none;
  }
  .main .fav-item-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 0;
    background: transparent !important;
  }
  .main .fav-ic {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    line-height: 46px;
    margin-bottom: 5px;
    background: rgb(95, 182, 33);
    background: -o-linear-gradient(
      330deg,
      rgba(116, 163, 82, 0.9) 0%,
      rgba(69, 150, 100, 0.9) 100%
    );
    background: linear-gradient(
      120deg,
      rgba(116, 163, 82, 0.9) 0%,
      rgba(69, 150, 100, 0.9) 100%
    );
  }
  .main .fav-ic img {
    position: relative;
    z-index: 3;
    width: 30px;
    -webkit-filter: drop-shadow(0 2px 2px #126731);
    filter: drop-shadow(0 2px 2px #126731);
  }
  .main .fav-ic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/web/img/bg-circle.svg);
    background-size: 30px;
    background-position: top -3px left -3px;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .main .fav-ic:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/web/img/bg-bubble.svg);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: top 3px center;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .main .fav-item-inner {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    left: 0;
  }
  .main .fav-item {
    padding-top: 0;
    width: auto;
    width: 22%;
  }
  .main .fav .row-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .main .fav .row-40 > * {
    padding-left: 3px;
    padding-right: 3px;
  }
  .main .fav-text {
    max-width: 83px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
  }
  .main .fav-setting .fav-ic,
  .main .fav-setting .fav-ic:before,
  .main .fav-setting .fav-ic:after {
    background: transparent;
  }
  .main .fav-setting .fav-item-inner {
    border: 0;
    box-shadow: none;
  }
  .main .fav-setting .fav-ic {
    border: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .havenewicon .fav-ic {
    overflow: visible;
  }
  .havenewicon .new-ic {
    position: absolute;
    left: unset;
    bottom: unset;
    top: 0px;
    right: 0px;
    font-size: 7px;
    padding: 1px 2px;
  }
  .havenewicon .fav-ic::after {
    background-position: 0px 3px;
  }
}
/* fav-page */
.fav-page-setting .fav-item-inner {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
}
.fav-setting__inner {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.fav-setting__sub .fav-item:not(.fav-setting) .fav-item-inner::before,
.fav-setting__sub .fav-item:not(.fav-setting) .fav-item-inner::after {
  display: none;
}
.fav-page-setting .fav-item:not(.fav-setting) .fav-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fav-setting__sub .fav-item:not(.fav-setting) .fav-item-inner {
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sortable-ghost {
  opacity: 0.3;
}
.fav-page-setting
  .fav-item:not(.fav-setting).sortable-selected
  .fav-item-inner {
  border: 1px solid red;
}
.fav-setting__main {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.fav-page-setting .fav-ic img {
  width: 36px;
}
.fav-page-setting .fav-item:not(.fav-setting) .fav-item-inner::after,
.fav-page-setting .fav-item:not(.fav-setting) .fav-item-inner::before {
  display: none;
}
.fav-page-setting .fav-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.fav-page-setting .fav-ic {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  line-height: 46px;
  margin-bottom: 5px;
  background: rgb(95, 182, 33);
  background: -o-linear-gradient(
    330deg,
    rgba(116, 163, 82, 0.9) 0%,
    rgba(69, 150, 100, 0.9) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(116, 163, 82, 0.9) 0%,
    rgba(69, 150, 100, 0.9) 100%
  );
}
.fav-page-setting .fav-ic img {
  position: relative;
  z-index: 3;
  width: 30px;
  -webkit-filter: drop-shadow(0 2px 2px #126731);
  filter: drop-shadow(0 2px 2px #126731);
}
.fav-page-setting .fav-ic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/web/img/bg-circle.svg);
  background-size: 30px;
  background-position: top -3px left -3px;
  left: 0;
  top: 0;
  z-index: 1;
}
.fav-page-setting .fav-ic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/web/img/bg-bubble.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: top 10px center;
  left: 0;
  top: 0;
  z-index: 2;
}
.fav-page-setting .fav-item-inner {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  left: 0;
}
.fav-page-setting .fav-item {
  padding-top: 0;
  width: auto;
  width: 20%;
}
.fav-page-setting .fav-text {
  padding-bottom: 20px;
}
.handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.fav-item > .ubtn-wrap {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  z-index: 20;
  width: 66px;
}
.fav-item > .ubtn-wrap > .ubtn {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .fav-page-setting .fav-item {
    width: 25%;
  }
}
@media (max-width: 1440px) {
  .fav-page-setting .fav-item {
    width: 33.3333%;
  }
}
/* endfav-page */
.fav--sticky {
  z-index: 999;
  position: fixed;
  padding: 18px 0;
  overflow: hidden;
  top: 0;
}
.fav--sticky-top {
  top: 0;
}
.fav--sticky .fav-item {
  width: 54px;
  padding-top: 44px;
}
.fav--sticky .fav-ic {
  padding: 0;
  line-height: 42px;
  text-align: center;
}
.fav--sticky .fav-ic img {
  width: 24px;
}
.fav--sticky .fav-item-inner {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  border-radius: 22px;
  left: 5px;
  min-width: 0;
  min-height: 0;
}
.swiper-fav-sticky {
  overflow: visible;
}
.fav--sticky .row {
  -webkit-flex-wrap: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.swiper-fav-sticky {
  opacity: 0;
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}

.sticky-fav .swiper-fav-sticky {
  opacity: 1;
}
.sticky-fav.fav--sticky {
  overflow-y: hidden;
}
.fav-section {
  -webkit-transition: 0.1s all ease-in-out;
  -o-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 25px;
}
.sticky-fav .main .fav-section {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
@media (min-width: 1201px) {
  .swiper-fav-sticky {
    -webkit-transform: translateY(140%);
    -ms-transform: translateY(140%);
    transform: translateY(140%);
  }
  .sticky-fav .swiper-fav-sticky {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fav--sticky {
    right: 90px;
    left: auto;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*swiper-fav-sticky */
.swiper-fav-sticky .swiper-next,
.swiper-fav-sticky .swiper-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 70px;
  cursor: pointer;
  background-color: #042018;
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  z-index: 2;
}
.swiper-fav-sticky .swiper-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 22px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/base/icons/arrow-right/square/white.svg);
}
.swiper-fav-sticky .swiper-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 22px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../images/base/icons/arrow-left/square/white.svg);
}
.swiper-fav-sticky .swiper-next {
  right: -40px;
  background: rgb(52, 85, 73);
  background: rgb(52, 85, 73);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(63, 63, 63, 0)),
    color-stop(60%, rgba(63, 63, 63, 1))
  );
  background: -o-linear-gradient(
    left,
    rgba(63, 63, 63, 0) 0%,
    rgba(63, 63, 63, 1) 60%
  );
  background: linear-gradient(
    90deg,
    rgba(63, 63, 63, 0) 0%,
    rgba(63, 63, 63, 1) 60%
  );
}
.swiper-fav-sticky .swiper-prev {
  left: -40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, rgba(63, 63, 63, 1)),
    to(rgba(63, 63, 63, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(63, 63, 63, 1) 40%,
    rgba(63, 63, 63, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(63, 63, 63, 1) 40%,
    rgba(63, 63, 63, 0) 100%
  );
}
.swiper-fav-sticky .swiper-button-disabled {
  opacity: 0.1;
  cursor: default;
}

/*end swiper-fav-sticky */
@media (max-width: 1200px) {
  .fav--sticky {
    top: 50px;
    padding: 5px 30px;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background: transparent;
    width: 100%;
    pointer-events: none;
    z-index: 99;
  }

  .sticky-fav.fav--sticky {
    pointer-events: all;
    background-color: rgba(63, 63, 63, 0.6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .swiper-fav-sticky .swiper-prev {
    left: -30px;
  }
  .swiper-fav-sticky .swiper-next {
    right: -30px;
  }
}
/* end fav */

/* home ults item */
.home-section-info {
  max-width: 450px;
}
.home-ults__item {
  width: 20%;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
}

.home-ults__item .home-ults__item__inner:hover::before {
  background-color: #183d39;
}
.home-ults__item__inner {
  width: 90%;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
.home-ults-ic {
  width: 92px;
  padding-top: 92px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.home-ults-ic:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0.9;

  z-index: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 32px;
}
.home-ults__item__inner:hover .home-ults-ic:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.home-ults-ic img {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
}
.home-ults-text {
  margin-top: 10px;
  text-align: center;
  max-width: 112px;
  margin-left: auto;
  margin-right: auto;
}
.home-ults-text__main {
  padding-bottom: 5px;
}
.home-ults-text__sub {
  color: rgba(255, 255, 255, 0.75);
  /* width: calc(100% + 20px);
   margin-left: -10px; */
}
.home-ults__item__inner:hover .home-ults-text__sub {
  color: rgba(255, 255, 255, 0.9);
}
.home-section:not(:last-child) {
  padding-bottom: 30px;
}
.home-ults__item {
  width: 14.28%;
}
.home-ults-wrap {
  padding-top: 50px;
}
.main-title {
  font-size: 16px;
  margin-left: -60px;
  padding: 5px 60px 5px 60px;
  display: inline-block;
  position: relative;
  background-image: url("../images/web/img/title-bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: rgba(255, 255, 255, 0.9);
}
.main-title-sm {
  color: rgba(255, 255, 255, 0.9);
}
.main-title-ic {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .main-title {
    background-position: right center;
  }
  .main-title-ic {
    display: none;
  }
}
@media (max-width: 1500px) {
  .home-ults__item {
    width: 16.6666%;
  }
  .home-ults-text__sub {
    font-size: 14px;
    /* text-transform: capitalize; */
  }
}

@media (min-width: 1201px) and (max-width: 1369px) {
  .home-ults-wrap .row-50 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* .home-ults-ic {
      width: 70%;
      padding-top: 70%;
      border-radius: 8px;
   }
   .home-ults-ic:after {
      border-radius: 16px;
   } */
}

@media (max-width: 1200px) {
  .home-ults__item {
    width: 14.27%;
  }
}

@media (max-width: 920px) {
  .home-ults__item {
    width: 16.666%;
  }
}
@media (max-width: 840px) {
  .home-ults__item {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .home-section-info {
    display: none;
  }
  .home-ults-ic img {
    width: 30px;
  }
  .main-title {
    font-size: 16px;
    font-weight: 500;
    padding: 3px 28px 3px 60px;
  }
  .home-ults__item {
    width: 33.333%;
  }
  .home-ults-text__main {
    font-size: 12px;
    padding-bottom: 3px;
  }
  .home-ults-text__sub {
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    margin-left: 0;
  }
  .home-ults__item__inner {
    text-transform: unset;
    display: block;
  }
  .home-ults-wrap > .row-50 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .home-ults-wrap > .row-50 .home-ults__item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .home-ults-text {
    margin-top: 5px;
  }
  .home-ults-ic {
    border-radius: 16px;
    width: 50px;
    padding-top: 50px;
  }
  .home-ults-ic:after {
    border-radius: 16px;
  }
  .home-section-info > span {
    font-size: 14px;
  }
  .home-ults-wrap {
    padding-top: 0;
  }
  .main-bg-section {
    padding-top: 35px;
  }
  .home-section:not(:last-child) {
    padding-bottom: 35px;
  }
}
@media (max-width: 340px) {
  .home-ults__item {
    width: 50%;
    padding-top: 50%;
  }
}
/* end home ults item */

/* blog */
/* blog__tag */
.blog-item a:not(.row) {
  display: block;
}
.blog__tag {
  padding: 3px 10px;
  border-radius: 13px;
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.blog__tag-star {
  border: 0;
  background-color: rgba(255, 255, 255, 1);
  padding-right: 23px;
  background-image: url(../images/web/icons/other/ic_star.svg);
  background-position: center right 7px;
  background-repeat: no-repeat;
}
.blog__tag-star .blog__tag-txt {
  color: #4a4a4a;
  font-weight: 600;
}
.blog__tag-txt {
  color: rgba(255, 255, 255, 0.9);
}
/* end blog__tag */
.blog-item {
  display: block;
  margin-bottom: 30px;
  color: white !important;
}
.blog-all {
  text-transform: uppercase;
  font-weight: bold;
}
.blog-item__sub {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
}
.blog-item__txt {
  line-height: 1.5;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8) !important;
}
.blog-item .hover-line,
.hover-line-white {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(255, 255, 255, 0.9)),
    to(rgb(255, 255, 255, 0.9))
  );
  background-image: -o-linear-gradient(
    left,
    rgb(255, 255, 255, 0.9) 0%,
    rgb(255, 255, 255, 0.9) 100%
  );
  background-image: linear-gradient(
    to right,
    rgb(255, 255, 255, 0.9) 0%,
    rgb(255, 255, 255, 0.9) 100%
  );
  background-size: 0 1px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.3% 0px;
}
a.blog-item {
  cursor: pointer;
}
a.blog-item:hover .hover-line,
.hover-line-white:hover {
  background-size: 100% 1px;
}
.blog-item:hover .blog-item__img img {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
}
.login-news .blog-item:hover .blog-item__img img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.blog-item__img {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
  padding-top: 52%;
  position: relative;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.login .blog-item__img,
.blog-item-big .blog-item__img {
  padding-top: 52.5%;
}
.blog-item__img img {
  position: absolute;
  /* height: 100.5%;
  width: auto; */
  height: auto;
  width: 100%;
  max-width: none;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s,
    -webkit-transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.blog-detail-body p,
.blog-detail-body .p {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.8);
}
.news-tab-txt {
  opacity: 0.5;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  min-height: 30px;
  line-height: 30px;
}
.news-tab-item {
  cursor: pointer;
}
.news-tab-item:hover .news-tab-txt {
  opacity: 1;
}
.news-tab-item > input:checked ~ .news-tab-txt {
  opacity: 1;
  font-size: 18px;
}
.news-tabs {
  white-space: nowrap;
  overflow: auto;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -60px;
  margin-right: -60px;
}
.news-tabs > .row {
  -webkit-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}
.news-title {
  line-height: 1.3;
}
.news-detail > * {
  font-size: 17px;
}
@media (max-width: 992px) {
  .scroll-content-list {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  .scroll-content-list > * {
    width: 80vw;
    max-width: 320px;
    display: inline-block;
    font-size: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .blog-item__txt {
    white-space: normal;
  }
  .blog-all {
    padding-top: 20px;
    display: block;
  }
  .blog-item__txt {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .news-tabs {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* end blog */

/* footer */
footer {
  /* background-color: rgba(20, 34, 32, 0.7); */
  background-color: rgba(15, 30, 34, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 15px;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.login-footer {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-item-icon {
  padding-left: 23px;
  position: relative;
  color: rgb(255, 255, 255, 0.9);
}
.footer-item-icon::after {
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  content: "";
  background-size: contain;
}
.footer-item-lh::after {
  width: 18px;
  height: 18px;
}
.footer-item-phone:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.001' viewBox='0 0 14 14.001'%3E%3Cg id='phone' transform='translate(-776.947 -101.949)'%3E%3Cpath id='icons8_phone' d='M14.466,17h-.015c-2.392-.078-5.193-2.4-7.124-4.327S3.077,7.937,3,5.556c-.027-.835,2.023-2.32,2.044-2.335a.986.986,0,0,1,1.365.1C6.574,3.545,8.128,5.9,8.3,6.167a1.119,1.119,0,0,1-.069,1.1c-.12.229-.521.933-.708,1.262a16.647,16.647,0,0,0,1.845,2.1,16.721,16.721,0,0,0,2.1,1.846c.328-.187,1.032-.588,1.262-.709a1.128,1.128,0,0,1,1.1-.072c.285.175,2.633,1.736,2.849,1.887a.809.809,0,0,1,.322.6,1.17,1.17,0,0,1-.222.767C16.761,14.975,15.294,17,14.466,17Z' transform='translate(773.946 98.951)' fill='%2372BF00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer-item-phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.001' viewBox='0 0 14 14.001'%3E%3Cg id='phone' transform='translate(-776.947 -101.949)'%3E%3Cpath id='icons8_phone' d='M14.466,17h-.015c-2.392-.078-5.193-2.4-7.124-4.327S3.077,7.937,3,5.556c-.027-.835,2.023-2.32,2.044-2.335a.986.986,0,0,1,1.365.1C6.574,3.545,8.128,5.9,8.3,6.167a1.119,1.119,0,0,1-.069,1.1c-.12.229-.521.933-.708,1.262a16.647,16.647,0,0,0,1.845,2.1,16.721,16.721,0,0,0,2.1,1.846c.328-.187,1.032-.588,1.262-.709a1.128,1.128,0,0,1,1.1-.072c.285.175,2.633,1.736,2.849,1.887a.809.809,0,0,1,.322.6,1.17,1.17,0,0,1-.222.767C16.761,14.975,15.294,17,14.466,17Z' transform='translate(773.946 98.951)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  color: #72bf00;
}
.footer-item-lh:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg id='ic_lien-he' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='24' height='24' fill='%2372bf00' opacity='0'/%3E%3Cg id='Group' transform='translate(2 2.001)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M3.286,1.642A1.643,1.643,0,1,0,1.643,3.283,1.643,1.643,0,0,0,3.286,1.642Z' transform='translate(7.328 16.87)' fill='%2372bf00' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M16.961,6.843h2.152a1.375,1.375,0,0,1,1.375,1.375v2.621a1.375,1.375,0,0,1-1.375,1.375h-2.2V6.957A6.865,6.865,0,0,0,10.9.031a6.672,6.672,0,0,0-7.326,6.64v5.543h-2.2A1.376,1.376,0,0,1,0,10.839V8.218A1.376,1.376,0,0,1,1.375,6.843H3.528' fill='rgba(255,255,255,0)' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M0,0S1.21,2.878,3.27,3.373' transform='translate(4.136 14.645)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Crect id='Rectangle_351' data-name='Rectangle 351' width='3' height='5' transform='translate(17.35 7.345)' fill='%2372bf00'/%3E%3Crect id='Rectangle_353' data-name='Rectangle 353' width='3' height='5' transform='translate(0.35 7.345)' fill='%2372bf00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer-item-lh::after {
  background-image: url("data:image/svg+xml,%3Csvg id='ic_lien-he' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='24' height='24' fill='%23fff' opacity='0'/%3E%3Cg id='Group' transform='translate(2 2.001)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M3.286,1.642A1.643,1.643,0,1,0,1.643,3.283,1.643,1.643,0,0,0,3.286,1.642Z' transform='translate(7.328 16.87)' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M16.961,6.843h2.152a1.375,1.375,0,0,1,1.375,1.375v2.621a1.375,1.375,0,0,1-1.375,1.375h-2.2V6.957A6.865,6.865,0,0,0,10.9.031a6.672,6.672,0,0,0-7.326,6.64v5.543h-2.2A1.376,1.376,0,0,1,0,10.839V8.218A1.376,1.376,0,0,1,1.375,6.843H3.528' fill='rgba(255,255,255,0)' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M0,0S1.21,2.878,3.27,3.373' transform='translate(4.136 14.645)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Crect id='Rectangle_351' data-name='Rectangle 351' width='3' height='5' transform='translate(17.35 7.345)' fill='%23fff'/%3E%3Crect id='Rectangle_353' data-name='Rectangle 353' width='3' height='5' transform='translate(0.35 7.345)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer-item-globe::after {
  width: 18px;
  height: 18px;
}
.footer-item-globe:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg id='ic_globe' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='24' height='24' fill='%2372bf00' opacity='0'/%3E%3Cg id='ic_shape_left' data-name='ic/shape/left' transform='translate(3 3)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M18.614,9.308a9.307,9.307,0,1,0-9.307,9.307A9.308,9.308,0,0,0,18.614,9.308Z' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M.431,0V18.614' transform='translate(8.876)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M2.663,0s-5.991,9,0,18.414' transform='translate(5.284 0.101)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_7' data-name='Stroke 7' d='M0,0S5.991,9,0,18.414' transform='translate(10.668 0.101)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_9' data-name='Stroke 9' d='M0,.431H17.755' transform='translate(0.394 6.195)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_11' data-name='Stroke 11' d='M0,.431H17.755' transform='translate(0.394 11.594)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer-item-globe::after {
  background-image: url("data:image/svg+xml,%3Csvg id='ic_globe' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='24' height='24' fill='%23fff' opacity='0'/%3E%3Cg id='ic_shape_left' data-name='ic/shape/left' transform='translate(3 3)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M18.614,9.308a9.307,9.307,0,1,0-9.307,9.307A9.308,9.308,0,0,0,18.614,9.308Z' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M.431,0V18.614' transform='translate(8.876)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M2.663,0s-5.991,9,0,18.414' transform='translate(5.284 0.101)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_7' data-name='Stroke 7' d='M0,0S5.991,9,0,18.414' transform='translate(10.668 0.101)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_9' data-name='Stroke 9' d='M0,.431H17.755' transform='translate(0.394 6.195)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_11' data-name='Stroke 11' d='M0,.431H17.755' transform='translate(0.394 11.594)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (min-width: 1201px) {
  footer {
    width: -webkit-calc(100% - 396px);
    width: calc(100% - 396px);
    left: 396px;
    right: auto;
  }
}
@media (max-width: 576px) {
  .footer-item-phone::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14.001' viewBox='0 0 14 14.001'%3E%3Cg id='phone' transform='translate(-776.947 -101.949)'%3E%3Cpath id='icons8_phone' d='M14.466,17h-.015c-2.392-.078-5.193-2.4-7.124-4.327S3.077,7.937,3,5.556c-.027-.835,2.023-2.32,2.044-2.335a.986.986,0,0,1,1.365.1C6.574,3.545,8.128,5.9,8.3,6.167a1.119,1.119,0,0,1-.069,1.1c-.12.229-.521.933-.708,1.262a16.647,16.647,0,0,0,1.845,2.1,16.721,16.721,0,0,0,2.1,1.846c.328-.187,1.032-.588,1.262-.709a1.128,1.128,0,0,1,1.1-.072c.285.175,2.633,1.736,2.849,1.887a.809.809,0,0,1,.322.6,1.17,1.17,0,0,1-.222.767C16.761,14.975,15.294,17,14.466,17Z' transform='translate(773.946 98.951)' fill='%2372BF00'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .footer-item-lh::after {
    background-image: url("data:image/svg+xml,%3Csvg id='ic_lien-he' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_352' data-name='Rectangle 352' width='24' height='24' fill='%2372bf00' opacity='0'/%3E%3Cg id='Group' transform='translate(2 2.001)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M3.286,1.642A1.643,1.643,0,1,0,1.643,3.283,1.643,1.643,0,0,0,3.286,1.642Z' transform='translate(7.328 16.87)' fill='%2372bf00' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M16.961,6.843h2.152a1.375,1.375,0,0,1,1.375,1.375v2.621a1.375,1.375,0,0,1-1.375,1.375h-2.2V6.957A6.865,6.865,0,0,0,10.9.031a6.672,6.672,0,0,0-7.326,6.64v5.543h-2.2A1.376,1.376,0,0,1,0,10.839V8.218A1.376,1.376,0,0,1,1.375,6.843H3.528' fill='rgba(255,255,255,0)' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M0,0S1.21,2.878,3.27,3.373' transform='translate(4.136 14.645)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Crect id='Rectangle_351' data-name='Rectangle 351' width='3' height='5' transform='translate(17.35 7.345)' fill='%2372bf00'/%3E%3Crect id='Rectangle_353' data-name='Rectangle 353' width='3' height='5' transform='translate(0.35 7.345)' fill='%2372bf00'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .footer-item-globe::after {
    background-image: url("data:image/svg+xml,%3Csvg id='ic_globe' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_183' data-name='Rectangle 183' width='24' height='24' fill='%2372bf00' opacity='0'/%3E%3Cg id='ic_shape_left' data-name='ic/shape/left' transform='translate(3 3)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M18.614,9.308a9.307,9.307,0,1,0-9.307,9.307A9.308,9.308,0,0,0,18.614,9.308Z' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M.431,0V18.614' transform='translate(8.876)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M2.663,0s-5.991,9,0,18.414' transform='translate(5.284 0.101)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_7' data-name='Stroke 7' d='M0,0S5.991,9,0,18.414' transform='translate(10.668 0.101)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_9' data-name='Stroke 9' d='M0,.431H17.755' transform='translate(0.394 6.195)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath id='Stroke_11' data-name='Stroke 11' d='M0,.431H17.755' transform='translate(0.394 11.594)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
/* end footer */

.search-wrap {
  display: none;
}
/* search */
.search {
  position: fixed;
  background: transparent;
  border: 0;
  outline: none !important;
  font-size: 16px;
  padding-left: 60px;
  background-image: url(../images/web/icons/white/ic_search.svg);
  background-position: center left 20px;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  background-size: 24px;
  height: 0;
}

#search:not(:focus) {
  width: 0;
  padding-left: 0;
}
#search:focus {
  height: 70px;
}
#search:focus ~ .fav--sticky,
#search:focus ~ .menu .menu__wrap {
  opacity: 0;
}
#search:focus ~ .search-wrap {
  display: block;
}
.search-close {
  position: fixed;
  top: 12px;
  right: 370px;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .search {
    width: 100%;
  }
  #search:focus {
    height: 50px;
  }
  .search-close {
    right: 10px;
    top: 2px;
  }
  .left {
    left: -100px;
  }
  #search:focus {
    left: 0;
  }
}
@media (min-width: 1201px) {
  .search:not(.search--sticky) ~ .search-wrap .search-close {
    top: 27px;
  }
  .search:not(.search--sticky) {
    top: 15px;
  }
}

/* end search */

/* input group */
.input-group-slot {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  margin: 0;
  line-height: 1.2;
}
.input-group-slot:not(.ubtn) {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e4eb;
  border-right-width: 0;
}
.input-group-slot-line .input-group-slot:not(.ubtn) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
}
.input-group-slot:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-slot:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-slot-inner {
  min-width: 40px;
  margin: 0 5px;
}
.input-group ~ .input-group-slot {
  border-right-width: 1px !important;
  border-left-width: 0 !important;
}
.input-group-flex .input-group:not(:first-child) .input-material,
.input-group-flex .input-group:not(:first-child) .input-clean {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-flex .input-group:not(:last-child) .input-material,
.input-group-flex .input-group:not(:last-child) .input-clean {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* end input group */

/* login */
/* login-fix-color */
.link.u {
  text-decoration: underline !important;
}
.login p,
.login div {
  color: #4a4a4a;
}
.login .input-material ~ .select2-container--default .select2-selection--single,
.login
  .input-material
  ~ .select2-container--default
  .select2-selection--multiple,
.login .input-material ~ .btn-group .multiselect {
  border-color: rgba(74, 74, 74, 0.5);
}
.login .ubtn.ubg-secondary:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: transparent;
}
.login .input-material,
.login .input-line {
  color: #72bf00;
}
.login .input-material:-webkit-autofill,
.login .input-line:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
  -webkit-text-fill-color: #72bf00 !important;
}
.login .input-material ~ .input-label,
.login .ubg-secondary .ubtn-text {
  color: #4a4a4a;
}
.login .input-material {
  border-color: rgba(74, 74, 74, 0.5);
}
.login .list-info-item {
  border-color: rgba(74, 74, 74, 0.3);
}
.login-link .color-white-3,
.login .link {
  color: #143727 !important;
}
.login-link .color-white-3:hover,
.login .link:hover {
  text-decoration: underline !important;
}
.login .ubg-secondary {
  background-color: rgba(255, 255, 255, 0.5);
}
.login .checkbox {
  color: #4a4a4a;
}
/* end login-fix-color */
.login-alert-toggle {
  cursor: pointer;
  padding: 7px 0;
  text-align: center;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
}
.login-alert {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 10px 10px 15px;
  background: rgba(255, 255, 255, 0.3);
  color: #4a4a44;
  margin: 5px 0 10px 0;
}
.login-alert-has-toggle {
  overflow: hidden;
  position: relative;
}

.login-alert {
  padding: 10px 15px 10px 15px;
}
.login-alert-has-toggle {
  padding-bottom: 0;
}
.login-alert-has-toggle::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  opacity: 0;
}
.toggle-show {
  display: none;
}

@media (min-width: 768px) {
  .login-alert .show-xs {
    display: block !important;
  }
}

#login-alert-1:checked ~ .login-alert .login-alert-toggle .toggle-hide {
  display: none;
}
#login-alert-1:checked ~ .login-alert .login-alert-toggle .toggle-show {
  display: block;
}
#login-alert-1:checked ~ .login-alert .login-alert-inner {
  max-height: 20px;
}
#login-alert-1:checked ~ .login-alert-has-toggle::after {
  opacity: 1;
}

.login-alert > *:not(.login-alert-toggle) {
  color: #4a4a44;
  margin-bottom: 0;
}
.login-alert .login-alert-inner p {
  margin-bottom: 0;
}
.login-error {
  border-left: 3px solid rgba(255, 71, 0, 1);
}
.login-info {
  border-left: 3px solid #72bf00;
}

.logo-top {
  position: relative;
  margin-left: 55px;
  padding-top: 40px;
  z-index: 20;
}
.logo-top img {
  height: 60px;
  width: auto;
}
.login-wrap {
  height: auto;
  height: -webkit-calc(100vh - 152px);
  height: calc(100vh - 152px);
  position: relative;
  z-index: 2;
}
.captcha {
  min-width: 100px;
}
.login-form {
  margin-top: 20px;
}
.login-form .form-group:last-child {
  padding-bottom: 0;
}
.login {
  max-width: 1220px;
  margin: 0 auto;
}
.login-form-main-wrap {
  padding: 40px 25px 30px 25px;
  margin: 0 auto;
}

.login-form-main {
  background-color: rgba(255, 255, 255, 0.95);
  margin: auto;
  border-radius: 16px;
}
.bg--login-night ~ .table .login-form-main {
  background-color: rgba(255, 255, 255, 0.95);
}
@supports (
  (-webkit-backdrop-filter: blur(20px) brightness(140%)) or
    (backdrop-filter: blur(20px) brightness(140%))
) {
  .login-form-main {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px) brightness(140%);
    backdrop-filter: blur(20px) brightness(140%);
  }
}
@supports (
  (-webkit-backdrop-filter: blur(20px) brightness(155%)) or
    (backdrop-filter: blur(20px) brightness(155%))
) {
  .bg--login-night ~ .table .login-form-main {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(20px) brightness(155%);
    backdrop-filter: blur(20px) brightness(155%);
  }
}
.login-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-news {
  background-color: rgba(4, 32, 24, 0.7);
  padding: 1px;
}
.login-news-inner {
  padding: 25px;
}
.login-news {
  position: relative;
}
.login-link {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.login {
  padding: 30px 0 30px 0;
}
.login-main {
  overflow: hidden;
}
.login-b-link__item {
  border-radius: 16px;
  background-color: rgba(4, 32, 24, 0.3);
  padding: 20px 10px;
  text-align: center;
  display: block;
  height: 100%;
}
.login-b-link__ic {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
  line-height: 48px;
}
.login-b-link__ic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(95, 182, 33);
  background: -o-linear-gradient(
    330deg,
    rgba(116, 163, 82, 1) 0%,
    rgba(69, 150, 100, 1) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(116, 163, 82, 1) 0%,
    rgba(69, 150, 100, 1) 100%
  );
  left: 0;
  top: 0;
  z-index: 1;
}
.login-b-link__ic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/web/img/special-bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.login-header-item .ic {
  line-height: 1;
  margin: 2px 5px 2px 0;
}
.login-header-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.login-b-link__ic img {
  position: relative;
  z-index: 3;
}
.login-right > .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.login-b-link-list > * {
  margin-bottom: 20px;
}
.swiper-pagination-bullet {
  background-color: #72bf00;
}
.swiper-pagination-bullet {
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.login-news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.login-form-main--big {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.login-form-main--sm {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
@media (max-height: 780px) {
  .logo-top {
    position: absolute;
    margin-left: 35px;
    padding-top: 30px;
  }
  .login-wrap {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
}
@media (max-width: 1600px) {
  .logo-top {
    position: absolute;
    margin-left: 35px;
    padding-top: 30px;
  }
  .login-wrap {
    height: -webkit-calc(100vh - 52px);
    height: calc(100vh - 52px);
  }
  .login-form-main-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .login-link {
    padding-bottom: 30px;
  }
  .login {
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 1260px) {
  .login {
    max-width: 900px;
  }
  .login-form-main--big {
    max-width: 600px;
  }
  .logo-top img {
    height: 50px;
  }
}
@media (max-width: 1000px) {
  .login {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .logo-top {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (min-width: 576px) {
  .login-form-main:not(.login-form-main--big):not(.login-form-main--sm) {
    max-width: 420px;
  }
  .login-news {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 380px);
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    max-width: -webkit-calc(100% - 380px);
    max-width: calc(100% - 380px);
  }
}

@media (max-width: 830px) {
  .login {
    max-width: 100%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .login-form-main {
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login {
    padding: 0;
  }
  .login-b-link {
    padding: 0 15px;
  }
  .login-form-main {
    /* border-radius: 0; */
  }
  .login-wrap {
    display: block;
    height: auto;
    min-height: -webkit-calc(100vh - 105px);
    min-height: calc(100vh - 105px);
  }
  .login-wrap .td {
    display: block;
    padding: 0;
  }
  /* .login-form-main {
      backdrop-filter: none !important;
      background-color: transparent !important;
   } */
  .login-wrap,
  .login-footer {
    /* background-color: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(3px) brightness(120%); */
  }
  /* .bg--login-night ~ .login-wrap,
   .bg--login-night ~ .login-footer {
      background-color: rgba(255, 255, 255, 0.85);
   } */
  .login-footer {
    background-color: rgba(0, 0, 0, 0.6);
    padding-left: 20px;
    padding-right: 20px;
  }
  .login-footer,
  .login-footer .color-white-3 {
    /* color: #4a4a4a; */
  }
}
/* end login */

/* site trong */
.main-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 30px 30px;
}
.main-inner-md {
  max-width: 900px;
}
.main-inner-lg {
  max-width: 1400px;
}

.main-inner-full {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1200px) {
  .main-inner {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .main-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* end site trong */

/* breadcrumb-item */
.breadcrumbs {
  padding-top: 10px;
}
.breadcrumbs-item {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs-item:not(:last-child) {
  padding-right: 10px;
}

.breadcrumbs-item:not(:first-child) {
  padding-left: 17px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 4px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'%3E%3Cpath id='Path_351' data-name='Path 351' d='M6.146.146a.5.5,0,0,1,.708.708l-3,3a.5.5,0,0,1-.692.015l-3-2.75A.5.5,0,0,1,.838.381L3.485,2.808Z' transform='translate(0 7) rotate(-90)' fill='rgba(255,255,255,0.6)'/%3E%3C/svg%3E%0A");
}

.breadcrumb-item--active span {
  color: #72bf00;
}
/* end breadcrumb-item */

/* steps */
.steps {
  position: relative;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.steps__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.steps__item {
}
.steps__inner {
  display: inline-block;
  position: relative;
  z-index: 4;
}
.steps::before,
.steps__progress {
  content: "";
  position: absolute;
}
.steps::before {
  width: 100%;
  z-index: 2;
}
.steps__item--active--last {
  position: relative;
}
.steps__item--active--last::before {
  content: "";
  position: absolute;
  width: 30px;
  right: 0;
  z-index: 4;
}

.steps__progress {
  background-color: #93a3a3;
}

.steps__item--active--last::before,
.steps::before {
  background-color: #3b5958;
}
.steps__progress {
  background: #72bf00;
  z-index: 3;
  display: block;
  left: 0;
}
.steps__item:first-child > .steps__inner::before,
.steps__item:last-of-type > .steps__inner::before,
.steps__item--active--last::before,
.steps::before,
.steps__progress {
  top: 16px;
  height: 2px;
}
.steps__item:first-child > .steps__inner::before,
.steps__item:last-of-type > .steps__inner::before {
  content: "";
  position: absolute;
  width: 30px;
  background-color: #3b5958;
  z-index: 1;
}
.steps__item:first-child > .steps__inner::before {
  left: 1px;
}
.steps__item:last-of-type > .steps__inner::before {
  right: 1px;
}
.steps__item--active .steps__circle {
  z-index: 4;
  color: #72bf00;
  border-color: #72bf00;
}
.steps__item:not(:first-child):not(:last-child),
.steps__txt {
  text-align: center;
}
.steps__item:last-child {
  text-align: right;
}
.steps__circle {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #234545;
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #92a3a2;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
}
.steps__item:first-child .steps__circle {
  margin-left: 0;
  margin-right: auto;
}
.steps__item:last-child .steps__circle {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 576px) {
  .steps__txt {
    display: none;
  }
  .steps__circle {
    width: 30px;
    height: 30px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .steps__item:first-child > .steps__inner::before,
  .steps__item:last-of-type > .steps__inner::before,
  .steps__item--active--last::before,
  .steps::before,
  .steps__progress {
    top: 15px;
    height: 2px;
  }
}
/* end steps */

/* form-section */
.form-horizontal > *:first-child {
  margin-top: 20px;
}
.form-horizontal > *:last-child {
  margin-bottom: 20px;
}
.form-horizontal > *:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .row-15 .input-ic {
  right: 7.5px;
}
.row-0 .input-label:first-child {
  padding-right: 10px;
}

/* end form-section */

.text-center input {
  text-align: center;
}

input {
  color: #72bf00;
}

.success-txt-main {
  margin: 6px 0 6px 0;
}
.loyalty-ic,
.star-ic,
.success-ic,
.danger-ic,
.error-ic {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.success-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.255' height='16.179' viewBox='0 0 23.255 16.179'%3E%3Cpath id='Path_6' d='M0,4.615l6.522,6.736L17.6,0' transform='translate(2.828 2.828)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 20px auto;
}
.danger-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='23.068' viewBox='0 0 4 23.068'%3E%3Cg id='Group' transform='translate(0.998 -0.5)'%3E%3Cpath id='Line_2' data-name='Line 2' d='M.5,0V17.068' transform='translate(0.502 0.5)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath id='Line_2_Copy' data-name='Line 2 Copy' d='M.5,0V3.068' transform='translate(0.502 20.5)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 3px auto;
}
.star-ic {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxnPg0KCQkJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTUuMiw3LjZsNSwxLjdsLTMuMSw0LjRMMTcuMSwxOUwxMiwxNy41TDYuOSwxOWwtMC4xLTUuM0wzLjcsOS4zbDUtMS43TDEyLDMuM0wxNS4yLDcuNnoiLz4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-size: 24px auto;
}
.error-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='23.068' viewBox='0 0 4 23.068'%3E%3Cg id='Group' transform='translate(0.998 -0.5)'%3E%3Cpath id='Line_2' data-name='Line 2' d='M.5,0V17.068' transform='translate(0.502 0.5)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3Cpath id='Line_2_Copy' data-name='Line 2 Copy' d='M.5,0V3.068' transform='translate(0.502 20.5)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 3px auto;
}
.loyalty-ic {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWMtbG95YWx0eS15ZWxsb3ciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzUiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIvPg0KICA8ZyBpZD0iR3JvdXBfMTUxNTciIGRhdGEtbmFtZT0iR3JvdXAgMTUxNTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMjYgMi44NDYpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMTUxNTIiIGRhdGEtbmFtZT0iR3JvdXAgMTUxNTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDkyIDIuMzUxKSI+DQogICAgICA8ZyBpZD0iR3JvdXBfNDIxMSIgZGF0YS1uYW1lPSJHcm91cCA0MjExIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4NCiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTYiIGRhdGEtbmFtZT0iUGF0aCAxNiIgZD0iTTIyNy4wODMsMTIuN2wxLjA5MS0xMC41SDIyNy44TDIyMy43LDguMzYsMjIwLjAzMi0uOTc3SDIxOS45TDIxNi4yMzUsOC4zNmwtNC4xLTYuMTYyaC0uMzczbDEuMDkzLDEwLjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjExLjc1OSAwLjk3NykiIGZpbGw9IiNmZmYiLz4NCiAgICAgICAgPHBhdGggaWQ9IlBhdGhfMTciIGRhdGEtbmFtZT0iUGF0aCAxNyIgZD0iTTIxNi44OTIsNi43bC0xLjc1NS0yLjU1M0EzLjAzOSwzLjAzOSwwLDAsMSwyMTguNywyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxMi41NTMgMC4yOTQpIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDxwYXRoIGlkPSJQYXRoXzIzIiBkYXRhLW5hbWU9IlBhdGggMjMiIGQ9Ik0yMTYuOTQsNi43LDIxOC43LDQuMTUxQTMuMDM5LDMuMDM5LDAsMCwwLDIxNS4xMzcsMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDQuNjkzIDAuMjk0KSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8ZyBpZD0iR3JvdXBfMTUxNTEiIGRhdGEtbmFtZT0iR3JvdXAgMTUxNTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgICAgPGcgaWQ9Ikdyb3VwXzE1MTQ0IiBkYXRhLW5hbWU9Ikdyb3VwIDE1MTQ0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjMpIj4NCiAgICAgICAgPGNpcmNsZSBpZD0iRWxsaXBzZV8zOCIgZGF0YS1uYW1lPSJFbGxpcHNlIDM4IiBjeD0iMS40NDMiIGN5PSIxLjQ0MyIgcj0iMS40NDMiIGZpbGw9IiNmZmYiLz4NCiAgICAgIDwvZz4NCiAgICAgIDxnIGlkPSJHcm91cF8xNTE0NyIgZGF0YS1uYW1lPSJHcm91cCAxNTE0NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzLjI3NSkiPg0KICAgICAgICA8ZyBpZD0iR3JvdXBfMTUxNDUiIGRhdGEtbmFtZT0iR3JvdXAgMTUxNDUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPg0KICAgICAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDAiIGRhdGEtbmFtZT0iRWxsaXBzZSA0MCIgY3g9IjEuMzkyIiBjeT0iMS4zOTIiIHI9IjEuMzkyIiBmaWxsPSIjZmZmIi8+DQogICAgICAgIDwvZz4NCiAgICAgICAgPGcgaWQ9Ikdyb3VwXzE1MTQ2IiBkYXRhLW5hbWU9Ikdyb3VwIDE1MTQ2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi43MDMgMCkiPg0KICAgICAgICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfNDIiIGRhdGEtbmFtZT0iRWxsaXBzZSA0MiIgY3g9IjEuMzkyIiBjeT0iMS4zOTIiIHI9IjEuMzkyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwKSIgZmlsbD0iI2ZmZiIvPg0KICAgICAgICA8L2c+DQogICAgICA8L2c+DQogICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzEyMTkzIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxMjE5MyIgd2lkdGg9IjE2LjcwNSIgaGVpZ2h0PSIxLjk5MSIgcng9IjAuOTk1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjM5MiAxNS43MDUpIiBmaWxsPSIjZmZmIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  background-size: 24px auto;
}
/* sidebar right */
.sidebar-right__cont {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-top: 15px;
}
.sidebar-right {
  padding: 0 0 40px 0;
}

.sidebar-overlay {
  font-size: 0;
  display: block;
}

.sidebar-mobile-header {
  height: 50px;
  line-height: 50px;
}
.sidebar:not(.sidebar-right) .sidebar-mobile-header img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-mobile-back {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.sidebar-right .sidebar-mobile-header {
  text-align: right;
}
.btn-phone {
  background-image: url("../images/web/icons/primary/ic_phone-hotline.svg");
  background-repeat: no-repeat;
  background-position: center left 20px;
  height: 74px;
  padding-right: 20px;
}
.btn-phone .ubtn-text {
  padding-left: 35px;
}
@media (min-width: 1201px) {
  .sidebar-mobile-header {
    display: none;
  }
}
@media (max-width: 480px) {
  .btn-phone .ubtn-text {
    padding-left: 40px;
  }
  .sidebar-right__cont {
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
/* sidebar right */

/* profile */
.profile {
  border-radius: 10px;
  padding: 0;
}

.profile__img {
  background-position: center;
  background-size: 52px 52px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0px auto 10px auto;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #bfe673;
  background-image: url(../images/web/img/avatar-default.svg);
}
.menu__ic-box[for="sidebar-right-trigger"],
.avatar-change {
  opacity: 1;
}
[for="sidebar-right-trigger"]::after {
  width: 34px;
  height: 34px;
  content: "";
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #bfe673;
  border-radius: 50%;
  background-image: url(../images/web/img/avatar-default.svg);
}
.sidebar-mobile-header [for="sidebar-right-trigger"]::after {
  display: none;
}
.profile__img:hover::after {
  opacity: 1;
}
.profile__img::after {
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg id='ic_edit_green' data-name='ic/edit/green' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_7' data-name='Group 7' transform='translate(3 1)'%3E%3Cpath id='Stroke_1' data-name='Stroke 1' d='M4.568,18.409H.652A.652.652,0,0,1,0,17.756V13.841L13.65.191a.652.652,0,0,1,.922,0l3.645,3.645a.652.652,0,0,1,0,.922Z' transform='translate(0.077 0.077)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.36'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M0,0,4.568,4.568' transform='translate(10.98 3.015)' fill='none' stroke='%2372bf00' stroke-miterlimit='10' stroke-width='1.36'/%3E%3Cpath id='Stroke_5' data-name='Stroke 5' d='M0,.056H18.409' transform='translate(0.077 21.856)' fill='none' stroke='%2372bf00' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.36'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
/* end profile */

/* tk */
.tk-eye {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-image: url(../images/web/icons/white-op/ic_eye-open.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.tk-eye::before {
  width: 80%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: "";
  position: absolute;
  height: 1.3px;
  background-color: rgba(255, 255, 255, 0.6);
}

#vcb-card-display:checked ~ .tk-eye::before {
  width: 0%;
}

#vcb-card-display-2:checked ~ .inline-block .tk-eye::before {
  width: 0%;
}
#vcb-card-display-2:checked ~ .account-show {
  display: inline-block;
}

#vcb-card-display-2:checked ~ .account-hide {
  display: none;
}
.login-eye {
  width: 44px;
  height: 36px;
  border-radius: 12px;
  background-image: url(../images/web/icons/dark/ic_eye-open.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: block;
  position: relative;
}
.login-eye-slash {
  width: 60%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  height: 1.3px;
  background-color: rgba(74, 74, 74, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.login-eye input:checked ~ .login-eye-slash {
  width: 0%;
}
/* end tk */

/* cart-checkbox */
.sidebar-cart__wrap {
  padding: 30px 20px;
  -webkit-transform: translate3d(0, 0, 0);
}
.sidebar-mobile-header {
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .sidebar-cart__wrap {
    padding-top: 10px;
  }
}
.cart-checkbox {
  padding: 15px 20px 10px 0;
  margin-left: 20px;
  padding-right: 40px;
  margin-bottom: 4px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.cart-checkbox:last-child {
  margin-bottom: 0;
}
.cart-checkbox .checkbox-ic {
  position: absolute;
  right: 15px;
  top: auto;
  bottom: 10px;
  margin: auto;
}
.cart-checkbox__main {
  padding-top: 3px;
  padding-bottom: 1px;
}
.cart-checkbox__content {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.cart-checkbox:hover .cart-checkbox__content {
  color: rgba(255, 255, 255, 0.9);
}
/* end cart-checkbox */

/* sidebar-left */
.sidebar-mini__bottom {
  position: absolute;
  bottom: 6px;
  width: 100%;
}
.sidebar-left {
  padding-left: 66px;
}
.sidebar-mini {
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 100%;
  background-color: white;
}
.sidebar-mini__body {
  background: rgb(95, 182, 33);
  background: -o-linear-gradient(
    330deg,
    rgba(95, 182, 33, 0.75) 0%,
    rgba(0, 124, 48, 0.75) 100%
  );
  background: linear-gradient(
    120deg,
    rgba(95, 182, 33, 0.75) 0%,
    rgba(0, 124, 48, 0.75) 100%
  );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-mini__item,
.sidebar-left .sidebar-mobile-back {
  width: 54px;
  height: 54px;
  text-align: center;
  display: block;
  line-height: 54px;
  margin: 0 auto 12px auto;
  cursor: pointer;
  border-radius: 16px;
  z-index: 2;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sidebar-left .sidebar-mobile-back {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-mini__body {
  position: relative;
  height: 100%;
  padding-top: 12px;
}
.sidebar-mini__item:hover {
  background-color: rgb(255, 255, 255, 0.1);
}
.sidebar-mini__item--bot {
  margin-top: auto;
}
.sidebar-mini__item--bot ~ .sidebar-mini__item--bot {
  margin-top: 0;
}
.sidebar-mini-active {
  position: absolute;
  top: 12px;
  left: 6px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  border-radius: 16px;
  z-index: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background-color: #00381a;
  opacity: 0;
}
.sidebar-mini-active.show {
  opacity: 1;
}
.sidebar-mini--home.active {
  background-color: transparent;
}
.sidebar-mini__header {
  display: none;
}
.sidebar-left {
  width: auto;
  left: 0;
  min-width: 66px;
  padding-bottom: 0;
}

.sidebar-left-content,
.sidebar-left-inner {
  width: 260px;
  max-width: -webkit-calc(100vw - 100px);
  max-width: calc(100vw - 100px);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: relative;
}
.sidebar-menu {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 30px;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  overflow-y: scroll;
}
.sidebar-left-inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: 3;
  background: rgb(4, 32, 24);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, rgba(4, 32, 24, 1)),
    to(rgba(4, 32, 24, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(4, 32, 24, 1) 70%,
    rgba(4, 32, 24, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(4, 32, 24, 1) 70%,
    rgba(4, 32, 24, 0) 100%
  );
}
.sidebar-left {
  overflow: hidden;
}
#sidebar1:checked ~ .sidebar-left-content .sidebar-menu:nth-child(1),
#sidebar2:checked ~ .sidebar-left-content .sidebar-menu:nth-child(2),
#sidebar3:checked ~ .sidebar-left-content .sidebar-menu:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 2;
}
.sidebar-mini__item.active:nth-child(2) ~ .sidebar-mini-active {
  opacity: 1;
}
.sidebar-mini__item > label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.sidebar-right-expand-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.sidebar-left-inner,
.sidebar-left-content {
  height: 100%;
}
.sidebar-left-back-btn {
  position: relative;
  z-index: 3;
  cursor: pointer;
  padding: 30px;
  padding-left: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='7' viewBox='0 0 4 7'%3E%3Cpath id='Path_564' data-name='Path 564' d='M6.146.146a.5.5,0,1,1,.708.708l-3,3a.5.5,0,0,1-.692.015l-3-2.75A.5.5,0,0,1,.838.381L3.485,2.808Z' transform='translate(4) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center left 30px;
  background-repeat: no-repeat;
  margin: 10px 30px;
  display: none;
}

.sidebar-input-trigger:not(#sidebar-left-close):checked
  ~ .sidebar-left-content {
  width: 260px;
}
.hidden-menu-mobile,
.show-menu-mobile {
  display: none;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .sidebar-input-trigger:checked:not(#sidebar-left-close)
    ~ .sidebar-right-expand-overlay {
    display: block;
  }
  #sidebar1:checked ~ .sidebar-mini .sidebar-mini-active {
    opacity: 1;
    top: 78px;
  }
  #sidebar2:checked ~ .sidebar-mini .sidebar-mini-active {
    opacity: 1;
    top: 144px;
  }
  .sidebar-left-back-btn {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    margin: 0;
    z-index: 5;
  }
  .sidebar-left-content {
    width: 0;
  }
  .sidebar-left {
    -webkit-box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.2);
  }
  .hidden-menu-mobile {
    display: block;
    pointer-events: all;
  }
}
@media (max-width: 1200px) {
  .show-menu-mobile {
    display: block;
    pointer-events: all;
  }
  .sidebar-mini__item.active:nth-child(2) ~ .sidebar-mini-active {
    top: 80px;
  }
  #sidebar1:checked ~ .sidebar-mini .sidebar-mini-active {
    opacity: 1;
    top: 144px;
  }
  #sidebar2:checked ~ .sidebar-mini .sidebar-mini-active {
    opacity: 1;
    top: 210px;
  }
  .sidebar-mini__header {
    display: block;
  }
  .sidebar-menu {
    padding-top: 33px;
  }
  .sidebar-left-inner::before {
    height: 30px;
  }
}
/* end sidebar-left */

.span-card-blank {
  width: 39px;
  height: 1px;
  display: inline-block;
}

.titleboxtk {
  display: inline-block;
}

/* blank */
.blank-section {
  min-height: 200px;
  opacity: 0.3;
  padding: 30px;
}
/* end blank */

/* success-box */
.success-box {
  padding-top: 20px;
}
/* end success-box */

/* tax */
.table-horizontal {
}
.table-scroll .table-wraper-size {
  overflow: auto;
}
.table-scroll .table {
  white-space: nowrap;
  width: auto;
}
.table-tax-input .table > tbody > tr > td {
  padding: 5px;
}
.table-scroll .table-wraper-inner:before {
  height: -webkit-calc(100% - 17px);
  height: calc(100% - 17px);
}
.table-scroll .form-group-wrap {
  width: 170px;
}
.table-scroll .form-group:not(.width-auto) {
  width: 160px;
}
.box {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.table-wrap-fixed {
  position: fixed;
  width: 90%;
  height: auto;
  top: 300px;
  bottom: auto;
  left: 5%;
  right: auto;
  margin: auto;
  z-index: 9999;
  background-color: rgba(4, 32, 24, 1);
}
/* end tax */

.list-info-item ~ .form-group {
  margin-top: 20px;
}
.input-group-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input-group-flex.input-group-material.input-group-slot-line .input-group {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.input-group > .h3 {
  width: 100%;
}
.parsley-errors-list {
  width: 100%;
}

.menu__logo .menu__logo__logo {
  top: 0;
}
.menu__logo .menu__logo__2 {
  height: 44px;
  top: 0;
}
.menu__mobile--2 .menu__mobile__item {
  width: 50%;
  padding: 0 15px;
  vertical-align: middle;
}
.menu__mobile__logo-2 > img {
  height: 30px;
}
.menu__mobile__logo > img.logo-sm {
  height: 17px;
}
.menu__logo img.logo-sm {
  height: 24px;
}
.btn-view-more-wrap {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 96px;
  width: 100%;
  margin: auto;
  z-index: 90;
}
.ubtn-view-more-home {
  height: 28px;
  background-color: #5ac967;
  border-radius: 14px;
  padding-right: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.747' height='9.041' viewBox='0 0 7.747 9.041'%3E%3Cg id='Group_2819' data-name='Group 2819' transform='translate(-0.086 -0.35)'%3E%3Cline id='Line_7' data-name='Line 7' y2='7.477' transform='translate(3.919 1)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3'/%3E%3Cline id='Line_8' data-name='Line 8' x2='2.919' y2='2.381' transform='translate(1 6.096)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3'/%3E%3Cline id='Line_9' data-name='Line 9' x1='2.919' y2='2.381' transform='translate(4 6.096)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right 10px;
  background-repeat: no-repeat;
  cursor: pointer !important;
}
.ubtn-view-more-home .ubtn-text {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: white !important;
}
@media (min-width: 1201px) {
  .menu__logo img {
    height: 55px;
  }
}

@media (max-width: 600px) {
  .btn-view-more-wrap {
    display: block;
  }
}
/* page include  - nop thue */
#page-include .bg {
  width: 100%;
  left: 0;
}
#page-include .main {
  min-height: -webkit-calc(100vh);
  min-height: calc(100vh);
}
#page-include .menu {
  width: -webkit-calc(100%);
  width: calc(100%);
  left: 0;
}

/* fix color opac */
.home-ults-text__sub,
.main .fav-text {
  color: rgba(255, 255, 255, 0.9);
  min-height: 3em;
}
@media (max-width: 600px) {
}
/*end fix color opac */

.tooltip-m .tooltip-inner {
  max-width: 470px;
  padding: 6px 13px;
  text-align: left;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.bs-tooltip-auto[x-placement^="right"].tooltip-m .arrow::before,
.bs-tooltip-right.tooltip-m .arrow::before {
  border-right-color: rgba(255, 255, 255, 0.3);
}
/* bg */
.bg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 1;
  width: -webkit-calc(100% - 396px);
  width: calc(100% - 396px);
  height: 100%;
  bottom: 0;
  left: 396px;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: bottom 0 center;
  background-color: #0c2a45;
}
.bg--login {
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  background-size: cover;
  bottom: 0;
  background-position: center;
}

.bg:not(.bg--login) {
  background-size: cover;
}
@media (max-width: 1200px) {
  .bg:not(.bg--login) {
    left: 0;
    width: 100%;
    background-position: bottom 0 center;
  }
  .menu__search {
	  display:none
  }
}

@media (min-width: 481px) {
  .bg-default {
    background-image: url(../images/web/img/bg/bg-default.jpg);
  }
  .bg-solid-1 {
    background-image: url(../images/web/img/bg/bg-solid-1.jpg) !important;
  }
  .bg-solid-2 {
    background-image: url(../images/web/img/bg/bg-solid-2.jpg) !important;
  }
  .bg-1 {
    background-image: url(../images/web/img/bg/bg-1.jpg) !important;
  }
  .bg-2 {
    background-image: url(../images/web/img/bg/bg-2.jpg) !important;
  }
  .bg-3 {
    background-image: url(../images/web/img/bg/bg-3.jpg) !important;
  }
  .bg-4 {
    background-image: url(../images/web/img/bg/bg-4.jpg) !important;
  }
  .bg-5 {
    background-image: url(../images/web/img/bg/bg-5.jpg) !important;
  }
  .bg-6 {
    background-image: url(../images/web/img/bg/bg-6.jpg) !important;
  }
  .bg-7 {
    background-image: url(../images/web/img/bg/bg-7.jpg) !important;
  }
  .bg-8 {
    background-image: url(../images/web/img/bg/bg-8.jpg) !important;
  }
  .bg-9 {
    background-image: url(../images/web/img/bg/bg-9.jpg) !important;
  }
}
@media (min-width: 1601px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning/1920.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon/1920.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night/1920.jpg);
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning/1600.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon/1600.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night/1600.jpg);
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning/1440.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon/1440.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night/1440.jpg);
  }
}
@media (min-width: 1081px) and (max-width: 1366px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning/1366.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon/1366.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night/1366.jpg);
  }
}
@media (min-width: 577px) and (max-width: 1080px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning/1080.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon/1080.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night/1080.jpg);
  }
}
@media (max-width: 576px) {
  .bg--login-morning {
    background-image: url(../images/web/img/bg-login/morning-mb.jpg);
  }
  .bg--login-noon {
    background-image: url(../images/web/img/bg-login/noon-mb.jpg);
  }
  .bg--login-night {
    background-image: url(../images/web/img/bg-login/night-mb.jpg);
  }
  .bg--login {
    background-position: top center;
    background-size: 100% auto;
  }
}
@media (max-width: 480px) {
  .bg-default {
    background-image: url(../images/web/img/bg/bg-default-mb.jpg);
  }
  .bg-solid-1 {
    background-image: url(../images/web/img/bg/bg-solid-1-mb.jpg) !important;
  }
  .bg-solid-2 {
    background-image: url(../images/web/img/bg/bg-solid-2-mb.jpg) !important;
  }
  .bg-1 {
    background-image: url(../images/web/img/bg/bg-1-mb.jpg) !important;
  }
  .bg-2 {
    background-image: url(../images/web/img/bg/bg-2-mb.jpg) !important;
  }
  .bg-3 {
    background-image: url(../images/web/img/bg/bg-3-mb.jpg) !important;
  }
  .bg-4 {
    background-image: url(../images/web/img/bg/bg-4-mb.jpg) !important;
  }
  .bg-5 {
    background-image: url(../images/web/img/bg/bg-5-mb.jpg) !important;
  }
  .bg-6 {
    background-image: url(../images/web/img/bg/bg-6-mb.jpg) !important;
  }
  .bg-7 {
    background-image: url(../images/web/img/bg/bg-7-mb.jpg) !important;
  }
  .bg-8 {
    background-image: url(../images/web/img/bg/bg-8-mb.jpg) !important;
  }
  .bg-9 {
    background-image: url(../images/web/img/bg/bg-9-mb.jpg) !important;
  }
}
/* bg-setting */
.bg-setting.list-mb30 > :last-child {
  margin-bottom: 30px;
}
.list-mb30-last > :last-child {
  margin-bottom: 30px;
}
.bg-setting-item {
  padding-top: 60%;
  background-size: cover;
  background-position: center bottom -2px;
  position: relative;
  display: block;
  border-radius: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
input:checked ~ .bg-setting-check {
  border: 2px solid #72bf00;
  background-position: right 15px top 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Crect id='Rectangle_262' data-name='Rectangle 262' width='20' height='20' rx='10' fill='%2372bf00'/%3E%3Cpath id='Stroke_3' data-name='Stroke 3' d='M0,2.223,3.214,6,9,0' transform='translate(5.5 7.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.bg-setting-check {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
}
.bg-setting-default {
  background-image: url(../images/web/img/bg/thumbs/bg-default.jpg);
}
.bg-setting-solid-1 {
  background-image: url(../images/web/img/bg/thumbs/bg-solid-1.jpg);
}
.bg-setting-solid-2 {
  background-image: url(../images/web/img/bg/thumbs/bg-solid-2.jpg);
}
.bg-setting-1 {
  background-image: url(../images/web/img/bg/thumbs/bg-1.jpg);
}
.bg-setting-2 {
  background-image: url(../images/web/img/bg/thumbs/bg-2.jpg);
}
.bg-setting-3 {
  background-image: url(../images/web/img/bg/thumbs/bg-3.jpg);
}
.bg-setting-4 {
  background-image: url(../images/web/img/bg/thumbs/bg-4.jpg);
}
.bg-setting-5 {
  background-image: url(../images/web/img/bg/thumbs/bg-5.jpg);
}
.bg-setting-6 {
  background-image: url(../images/web/img/bg/thumbs/bg-6.jpg);
}
.bg-setting-7 {
  background-image: url(../images/web/img/bg/thumbs/bg-7.jpg);
}
.bg-setting-8 {
  background-image: url(../images/web/img/bg/thumbs/bg-8.jpg);
}
.bg-setting-9 {
  background-image: url(../images/web/img/bg/thumbs/bg-9.jpg);
}
/* end bg-setting */

/* end bg */
.ic_hotline {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_2856' data-name='Group 2856' transform='translate(-12724 7397)'%3E%3Crect id='Rectangle_374' data-name='Rectangle 374' width='24' height='24' transform='translate(12724 -7397)' fill='%23fff' opacity='0'/%3E%3Cpath id='icons8_phone' d='M21.014,25H20.99c-3.759-.123-8.159-3.765-11.192-6.8S3.12,10.757,3,7.017C2.96,5.7,6.181,3.371,6.213,3.35A1.549,1.549,0,0,1,8.359,3.5c.257.357,2.7,4.058,2.964,4.48a1.757,1.757,0,0,1-.109,1.734c-.189.36-.818,1.466-1.112,1.982A26.154,26.154,0,0,0,13,15a26.271,26.271,0,0,0,3.3,2.9c.516-.294,1.622-.924,1.983-1.114a1.773,1.773,0,0,1,1.725-.112c.448.274,4.137,2.723,4.48,2.965a1.271,1.271,0,0,1,.505.945,1.839,1.839,0,0,1-.351,1.2C24.62,21.814,22.315,25,21.014,25Z' transform='translate(12722.332 -7398.989)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.ic_pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_2856' data-name='Group 2856' transform='translate(-12724 7397)'%3E%3Crect id='Rectangle_374' data-name='Rectangle 374' width='24' height='24' transform='translate(12724 -7397)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_2860' data-name='Group 2860' transform='translate(-2.345 -0.8)'%3E%3Cpath id='Subtraction_7' data-name='Subtraction 7' d='M8.933,23.924h0a21.278,21.278,0,0,1-5.546-4.992,16.9,16.9,0,0,1-2.6-4.867A13.483,13.483,0,0,1,.023,8.91a8.911,8.911,0,0,1,17.822,0,13.457,13.457,0,0,1-.762,5.155,16.9,16.9,0,0,1-2.6,4.867,21.277,21.277,0,0,1-5.547,4.992ZM9.288,4.8A4.106,4.106,0,1,0,13.394,8.91,4.112,4.112,0,0,0,9.288,4.8Z' transform='translate(12729.501 -7396.2)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* upload */
.p-upload-msg {
  opacity: 0.2;
  padding: 0 0 30px 0;
}
.p-upload .p-upload-wrap,
.p-upload .p-upload-result,
.p-upload.ready .p-upload-msg {
  display: none;
}
.p-upload.ready .p-upload-wrap {
  display: block;
}
.p-upload.ready .p-upload-container {
  display: block;
}
.border-b-dashed {
  border-style: dashed;
}
.dropdown-menu-center {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  top: 100% !important;
}
[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #72bf00; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 3px;
}
[type="range"]::-moz-range-thumb {
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #72bf00; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
/* end upload */

.new-ic {
  border-radius: 13px;
  padding: 3px 6px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: #ff000d;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  color: white !important;
  position: relative;
  bottom: 7px;
  left: -3px;
  line-height: 1;
}

@media (max-width: 768px) {
  .footer-print {
    display: none;
  }
}

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder {
  -webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
  opacity: 1; /* 2. correct opacity on iOS */
}

input[type="radio"]:disabled ~ *,
input[type="checkbox"]:disabled ~ * {
  opacity: 0.5;
}
.tooltip-hover {
  opacity: 0.7;
}
.tooltip-hover:hover {
  opacity: 1;
}
.ubtn-wrap-width-xsx {
  width: 50px;
  display: inline-block;
}

.sticky-first-left {
  position: sticky !important;
  left: -2px;
  z-index: 10;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
}
th.sticky-first-left {
  background-color: #263a3f;
}
.table-basic > tbody > tr:nth-of-type(odd) .sticky-first-left {
  background-color: #2a4242;
}
.table-basic > tbody > tr:nth-of-type(even) .sticky-first-left {
  background-color: #25393e;
}

.tooltip-width-md .tooltip-inner {
  max-width: 400px;
}

.text-left .tooltip-inner {
  text-align: left;
}

.tk-eye-2,
.tk-eye:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%2372BF00'%3E%3Cpath d='M8.843 4.953c0 1.308-1.06 2.37-2.37 2.37-1.308 0-2.369-1.062-2.369-2.37 0-1.309 1.061-2.37 2.37-2.37 1.308 0 2.369 1.061 2.369 2.37z' transform='translate(1.5 2.5)'/%3E%3Cpath d='M12.887 4.953s-2.871 4.255-6.413 4.255C2.932 9.208.06 4.953.06 4.953S2.93.698 6.474.698c3.542 0 6.413 4.255 6.413 4.255z' transform='translate(1.5 2.5)'/%3E%3C/g%3E%3C/svg%3E");
}
.tk-eye::before {
  background-color: #72bf00;
}
.account-show {
  display: none;
}

.account-section {
  padding: 30px 0;
  margin-top: 8px;
}
.account-inner {
  padding: 0 30px;
  max-width: 400px;
  margin: auto;
}
.font24 {
	font-size: 24px;
}
.font-14 {
  font-size: 14px;
}

.font-10 {
  font-size: 10px;
}
.account-list-item {
  display: block;
  padding: 10px 0;
}
.account-list-item .h6 {
  margin-bottom: px;
}
.account-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
}
.account-list-item-ic {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: center;
  background-repeat: no-repeat;
}
.account-list-item-ic:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ic-arrow-right-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.569' height='9.839' viewBox='0 0 5.569 9.839'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:rgba(255,255,255,0.7);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M223.6,353.06l4,4-4,4' transform='translate(-222.685 -352.141)'/%3E%3C/svg%3E");
  background-size: 6px auto;
}
.ic-arrow-right-eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bopacity:0.7;%7D.b%7Bfill:%23fff;opacity:0;%7D.c%7Bfill:none;stroke:rgba(255,255,255,0.7);stroke-miterlimit:10;stroke-width:1.3px;%7D%3C/style%3E%3C/defs%3E%3Cg class='a'%3E%3Crect class='b' width='19' height='19'/%3E%3Cpath class='c' d='M5.862,2.931A2.931,2.931,0,1,1,2.931,0,2.931,2.931,0,0,1,5.862,2.931Z' transform='translate(7.045 6.414)'/%3E%3Cpath class='c' d='M15.867,5.264s-3.552,5.264-7.934,5.264S0,5.264,0,5.264,3.552,0,7.934,0,15.867,5.264,15.867,5.264Z' transform='translate(2.042 4.081)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px auto;
}
.tk-eye2-wrap {
  position: relative;
}
.tk-eye2 {
  width: 80%;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: "";
  position: absolute;
  height: 1.3px;
  background-color: rgba(255, 255, 255, 0.6);
}
.tk-eye2-wrap input:checked ~ .tk-eye2,
#tk-eye2:checked ~ .tk-eye2-wrap .tk-eye2 {
  width: 0%;
}
.mobile-hotline {
  width: 36px;
  height: 36px;
  margin: auto;
  line-height: 1;
  opacity: 1;
}
.account-profile {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .account-section {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal-close {
    top: 5px;
    right: 5px;
  }
  .chiatiennhunhau .checkbox-text {
    font-size: 12px;
  }
  .btn-themnguoinhan .ubtn-text {
    padding: 0px;
    font-size: 12px;
  }
}
/* thêm bg cho step hien tai */
.no-cursor {
  cursor: default !important;
}
.currentsteps .steps__circle {
  background: #72bf00;
  color: #fff;
}
.icon-dropdown {
  height: auto;
}
.icon-dropdown:hover .ic {
  opacity: 1;
}
.sidebar-mini__item .iconnew {
  background: #ff000d;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  top: -39px;
  left: 32px;
}

.switch-wrap-td {
  width: 40px;
}
.cdk-overlay-container {
  z-index: 9999 !important;
}

.dropdown-statics.show-dropdown ~ .dropdown-menu {
  display: block !important;
}
.text-through {
  text-decoration: line-through;
}
.catesodep .box {
  padding: 8px;
  display: flex;
}
.catesodep .box img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.catesodep .box .note {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#grouplist_theolo .items {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background: url("../images/web/icons/white/icAvatarMainWhite.svg") no-repeat
    center;
  width: 50px !important;
  height: 50px;
  cursor: pointer;
  display: inline-block;
}
#grouplist_theolo .items .xoa_ct_lo {
  background-color: rgba(255, 255, 255, 0.7);
  width: 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -5px;
  top: -5px;
}
#grouplist_theolo .error {
  border: 2pt solid #ff4700;
  border-radius: 50%;
}
#grouplist_theolo .active {
  background: url("../images/web/icons/white/icAvatarMainGreen.svg") no-repeat
    center;
  width: 50px;
  height: 50px;
}
.swiper-chuyenlo .swiper-next {
  right: -30px;
  opacity: 0.1;
  cursor: default;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 70px;
}
#grouplist_theolo .item_person {
  width: 120px;
  display: inline-block;
  text-align: center;
}
#grouplist_theolo .item_person .items {
  margin-right: 0px;
  margin-bottom: 0px;
}
#grouplist_theolo .cus_name {
  display: block;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 0 auto;
}

.swiper-chuyenlo .swiper-next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 22px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/base/icons/arrow-right/square/white.svg);
}
.minheight100vh {
  min-height: 100vh;
}
.inline-flex {
  display: inline-flex;
}
.align-items-end {
  vertical-align: bottom !important;
}
.hotitem {
  position: absolute;
  top: 0px;
  right: 10%;
  background-image: url(../images/web/icons/other/badge-bg.svg);
  background-position: center right;
  background-repeat: no-repeat;
  width: 32px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotitem span {
  font-size: 12px;
  color: #fff;
}
.icon_sorting {
  background-position: center;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.header-loyalty {
  background: transparent
    linear-gradient(0deg, rgba(95, 182, 33, 0.7) 0%, rgba(0, 124, 48, 0.7) 100%)
    0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 10px;
}
.header-loyalty .bg-img {
  background-image: url("../images/web/icons/other/gifts-bg.svg");
  background-repeat: no-repeat;
  padding: 25px;
  background-size: 94px;
  background-position: 100% 100%;
}
.header-loyalty .bg-familypack {
  background-image: url("../images/web/img/Family_MH1.png");
  background-repeat: no-repeat;
  padding: 25px;
  background-size: 168px;
  background-position: 96% 36%;
}
.dropdown-menu a.active {
  background-image: url("../images/base/icons/check/square/primary.svg");
  background-position: 91% center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.dropdown-menu a.active .dropdown-text {
  color: #72bf00;
}
.loyalty-tabs {
  margin-right: 30px;
  margin-left: 0px;
  padding-left: 0px;
}
.max2row {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  min-height: 50px;
}
.notshow {
  opacity: 0;
}
.radius-10 {
  border-radius: 10px;
}
.listdsqua .box {
  margin-bottom: 30px !important;
}
.listdsqua a:hover .hover-c {
  color: #72bf00;
}
.no-margin {
  margin: 0 !important;
}
.mb-10px {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .hidden-mobile {
    display: none !important;
  }
  .no-pr-mobile {
    padding-right: 0px !important;
  }
  .mt-10-mobile {
    margin-top: 10px !important;
  }
  .bs-wizard-step .note {
    display: none;
  }
  .bs-wizard-step.active .note {
    display: block;
    width: 200px;
  }
  .StepProgress {
    display: block !important;
  }
  .bs-wizard {
    display: none;
  }
}
/* Theo dõi tiến trình thẻ */
.bs-wizard {
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: #72bf00;
  top: 22px;
  left: 50%;
  margin-top: -10px;
  margin-left: -9px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: url("../images/web/icons/white/ic_check_white.svg") no-repeat
    center #72bf00;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 3px;
  box-shadow: none;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #72bf00;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
  border-radius: 0px;
  height: 3px;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
  border-radius: 0px;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: rgba(44, 64, 68);
  border: 2pt solid rgba(255, 255, 255, 0.2);
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/* ver 2 tiến trình thẻ */
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
  width: 290px;
  margin: 0 auto 30px auto;
}
.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 30px;
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -39px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(44, 64, 68);
}
.StepProgress .is-done:first-child::before {
  border-left: 1px solid rgba(114, 191, 0, 0.49);
  top: 5px;
}
.StepProgress-item:last-child::before {
  border-left: 1pt solid #24373d;
  top: 5px;
}
.StepProgress-item.is-done::after {
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: url("../images/web/icons/white/ic_check_white.svg") no-repeat
    center #24373d;
}
.StepProgress-item.active::after {
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: url("../images/web/icons/white/ic_check_white.svg") no-repeat
    center #72bf00;
}
.StepProgress-item.active {
  color: #72bf00;
}
.StepProgress-item.is-done::after {
  content: "";
  border: 1px solid #72bf00;
}
.StepProgress-item .active .note {
  color: #72bf00;
}
.StepProgress strong {
  display: block;
}
.StepProgress .is-done .note {
  display: block;
  line-height: 16px;
}
/* end theo dõi tiễn trình thẻ */
.bieudomuctieu {
  position: relative;
}
.bieudomuctieu .basebg {
  background: rgba(242 242 242);
  height: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.bieudomuctieu .tientrinh {
  background-image: linear-gradient(to left, #9bc855, #5ac967);
  height: 25px;
  border-radius: 25px;
  min-width: 25px;
}
.bieudomuctieu .star_ic {
  width: 25px;
  height: 25px;
  background: url("../images/web/icons/other/ic_star_c.svg") no-repeat 0px 0px;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
}
.bieudomuctieu .tientrinh_plus {
  background-image: linear-gradient(to left, #ffba00, #e3da25);
  height: 25px;
  border-radius: 0px 25px 25px 0px;
  min-width: 25px;
}
.color-orange {
  color: #fdbc02;
}
.overload .star_ic {
  margin-right: -12px;
}
.overload .tientrinh {
  float: left;
  border-radius: 0px;
}
.overload .tientrinh_plus {
  float: right;
}
.havenewicon {
  overflow: visible;
}
.havenewicon .new-ic {
  position: absolute;
  left: auto;
  bottom: auto;
  top: 0px;
  right: 0px;
}
.h100 {
  height: 100%;
}
.font-12 {
  font-size: 12px;
}
#toTopBtn {
  position: fixed;
  display: none;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: rgb(255, 255, 255, 0.2);
  border-radius: 5px;
}
.js .cd-top--fade-out {
  opacity: 0.5;
}
.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}
.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  background: url(../images/web/icons/white/cd-top-arrow.svg) no-repeat center
    50%;
  background-color: hsla(5, 76%, 62%, 0.8);
  background-color: hsla(
    var(--cd-color-3-h),
    var(--cd-color-3-s),
    var(--cd-color-3-l),
    0.8
  );
}
.ulabel-border-white-2 {
  border-color: rgba(255, 255, 255, 0.16);
}
.sodep__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.sodep__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.btn_dongthongbao {position: relative;left:15px;top:0px; opacity: .8;}
	.btn_dongthongbao:hover {opacity: 1;}
	.thongbaodoimk .box {margin-bottom: 0px !important;}
	
	@media only screen and (max-width: 769px){
	.thongbaodoimk	{padding: 16px 16px 0px 16px;}
	}
	@media only screen and (max-width: 600px){
	.thongbaodoimk	{margin-bottom: -15px;z-index: 99;}
	}
	@media only screen and (max-width: 481px){
	.thongbaodoimk .btn_dongthongbao {left:0px}
}

#mycountdown {
	position: relative;
	display: inline-block;
	height: 26px;
	width: 26px;
	text-align: center;
	display: none;
  }
  
  #countdown-number {
	color: #f46629;
	display: inline-block;
	line-height: 26px;
	font-size: 12px;
  }
  
  #mycountdown svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	transform: rotateY(-180deg) rotateZ(-90deg);
  }
  
  #mycountdown svg circle {
	stroke-dasharray: 90px;
	stroke-dashoffset: 0px;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke:#f46629;
	fill: none;
	animation: countdown 10s linear infinite forwards;
  }
  @keyframes countdown {
	from {
	  stroke-dashoffset: 0px;
	}
	to {
	  stroke-dashoffset: 90px;
	}
  }
  .btn-showsothe {background-color:#72bf00; padding: 0px 25px 0px 9px; border-radius: 11pt;color:#fff; font-size: 13px;
	background-image: url(../images/web/icons/white/icShowcard.svg);
	background-repeat: no-repeat;
	background-position:  90% center;
  }
  .btn-showsothe:hover {color:#fff}
  .btn-copysothe {
	display: none;
	color:#fff;
	font-size: 14px;
	padding-right:20px;
	margin-left: 8px;
	background-image: url(../images/web/icons/white/icCopyWhite.svg);
	background-repeat: no-repeat;
	background-position:  center;
	background-color: #72bf00;
	width: 24px;height: 24px;border-radius: 50%;
  }
  .btn-copysothe:hover {color:#72bf00}
  .row-control-sothe {display: flex;justify-content: space-between;}
  .box--card-credit-card {width: 260px;margin: 0 auto;}
  .block-sothe {display: flex;}
  /* slide gói tk */
  #modaltaikhoan {}
  #modaltaikhoan .modal-content {background: none !important;width: 320px;margin: 0 auto;}
  /* .swipergoitk img {max-height: calc(100vh - 200px);} */
  .swipergoitk .swiper-slide {background:none;margin-top: 30px;}
  #modal_slider .swiper-slide {margin-top:0px}
  #modaltaikhoan .swiper-pagination, #modal_slider .swiper-pagination {position: relative;bottom: 0px;margin:8px auto}
  #modaltaikhoan .swiper-pagination .swiper-pagination-bullet,   #modal_slider .swiper-pagination .swiper-pagination-bullet {margin:5px}
  #modal_slider .swiper-prev {top:-70px}
  #modal_slider .swiper-next {top:-70px}
  #modaltaikhoan .swiper-prev {
	left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M28 13L15 25 28 36'/%3E%3C/svg%3E");
  }
  #modaltaikhoan .swiper-next {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='M22 14L35 25 22 36'/%3E%3C/svg%3E%0A");
  }
  #modaltaikhoan .swiper-button-disabled {
    opacity: 0.1;
    cursor: default;
  }
  #modaltaikhoan .swiper-prev, #modaltaikhoan .swiper-next {
    position: absolute;
    top: 150px;
    bottom: 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-color: rgba(4, 27, 32, 0.5);
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    z-index: 2;
    outline: none !important;
}
#modaltaikhoan .modal-close{
	right: 0px;
	top: 0px;
	color:#fff
}
  .ubg-op-modal {
	  background-color:rgba(0, 0, 0, 0.05);
	  border-radius: 6px;
  }
  .ubg-op-modal .ubg-trans:hover {
	background-color:rgb(0, 0, 0, 0.1)
  }
  .item_goitk_gray {
	background-color: #f3f3f3;
	padding:30px 10px;
	border-radius: 12px;
	max-width: 320px;
  }
  .item_goitk_green {
	background-image: linear-gradient(to bottom right, #74a352, #459664);;
	padding:30px 10px;
	border-radius: 12px;
	max-width: 320px;
	color:#fff;
	position: relative;
  }
  .font-11 {
	  font-size: 11px;
  }
  .font-22 {
	  font-size: 22px;
  }
  .item_goitk_price {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .icon_goitk {
	  width: 60%;
	  margin-bottom: 20px;
	  margin-top: 10px;
  }
  .item_goitk_gray .items_goitk_price_detail {
	  background-color: #ececec;
	  padding:8px 17px;
	  font-size: 11px;
	  border-radius: 10px;
	  display: inline-block;
	  color:#999;
  }
  .item_goitk_green .items_goitk_price_detail {
	  background-color: #4b8959;
	  padding:8px 17px;
	  font-size: 11px;
	  border-radius: 10px;
	  display: inline-block;
	  color:#fff;
  }
  .item_goitk_gray .listloiich {
	  min-height: 180px;
  }
  .item_goitk_gray .listloiich li {
	  text-align: left;
	  font-size: 12px;
	  background-image:url('../images/web/icons/primary/check.svg') ;
	  background-repeat: no-repeat;
	  background-position: 0px center;
	  padding-left: 25px;
	  margin-bottom: 8px;
  }
  .item_goitk_green .listloiich {
	  min-height: 180px;
  }
  .item_goitk_green .listloiich li {
	  text-align: left;
	  font-size: 12px;
	  background-image:url('../images/web/icons/primary/check_w.svg') ;
	  background-repeat: no-repeat;
	  background-position: 0px center;
	  padding-left: 25px;
	  margin-bottom: 8px;
  }
  .ribbon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
  }
  .ribbon span {
	position: absolute;
	display: block;
	width: 120px;
	padding: 5px 0;
	background-color: #fff;
	color: #72bf00;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
  }
  .ribbon-top-right {
	top: 0px;
	right: 0px;
  }
  .ribbon-top-right span {
	left: 16px;
	top: 12px;
	transform: rotate(45deg);
  }
  #header_live_search {
	border-radius: 6px;
	background: #1F3539;
	margin-top: 10px;
  }
  .header_btn_search {
	 width: 370px;
	 top:4px;
	 position: relative;
	 float:right;
  } 
  .items_live_search {
	max-height: 200px;
	overflow-y: auto;
  }
  .items_live_search label {
	display: block;
  }
  .items_live_search a {
	  color: rgba(255, 255, 255, 0.9);
	  padding: 10px 20px;
	  display: block;
	  border-radius: 6px;
  }
  .items_live_search a:hover, .display_result_search_mb .items_live_search a:hover .cate {
	color:#72BF00;
  }
  .items_live_search a span {
	  font-size: 14px;
  }
  .box_search_result::before {
	top: 44px;
	content: "";
	position: absolute;
	left: calc(50% - 4px);
	border: 4px solid #2A3F41;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: translate(0px, 7px) rotate(-45deg);
  }
  .menu__mobile .menu__mobile__ic {
	  min-width:40px
  }
  .searchmb {
	  position: fixed;
	  height: 100%;
	  width: 100%;
	  z-index: 999;
	  background: #041b20;
	  top:0;
	  left: 0;
	  opacity: .98;
	  display: none;
  }
  .result_search_wap {
	  overflow: visible;
	  max-height: none;
  }
  .body_modal_search {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  max-width: 680px;
	  margin: 0 auto; 
  }
  .display_result_search_mb {
	  padding: 0px;
	  flex: 1;
	  overflow: auto;
	  margin-top: 10px;
	  display: none;
  }
  .show_no_result {
	  font-size: 14px;
	  color:#ccc;
  }
  .display_result_search_mb .items_live_search a {
	  padding:16px 0px;
	  border-bottom:1px solid rgba(255, 255, 255, 0.2);
	  border-radius: 0px;
	  font-weight: bold;
  }
  .display_result_search_mb .items_live_search a .cate {
	font-weight: normal;
	color:rgba(255, 255, 255, 0.7);
	font-size: 13px;
  }
  .display_result_search_mb .items_live_search a:last-child {
	  border-bottom: 0px;
  }
  .display_result_search_mb .bg_result_search {
	background: #1F3539;
	border-radius: 6px;
	padding: 30px;
  }
  .btn_close_search_wap {
	  width:44px;height: 44px;
	  background-color: #1F3539;
	  border-radius: 50%;
	  display: flex;
	  margin-right: 12px;
	  position: absolute;
	  top:20px;
	  left: 20px;
  }
  .btn_close_search_wap img {
	  height:16px;
	  margin:auto
  }
  .searchmb .input-clean {
	  background-color: #1F3539 ;
  }
  .height16 {height: 16px;}
  .dpn {
	  display: none;
  }
  .menu__btn_search {
	  background:rgba(44, 64, 68, 0.7);
	  padding:10px 40px 10px 50px;
	  border-radius: 10px;
	  font-size: 14px;
	  position: relative;
	  color:#92a3a2;

  }
  .menu__btn_search .input-ic {
	  padding:10px;
	  left:5px;
	  right: auto;
  }
  .btn_search_when_scroll {
	  background:rgba(44, 64, 68, 0.7);
	  padding:11px 80px 12px 20px;
	  border-radius: 10px;
	  font-size: 14px;
	  position: fixed;
	  top: 18px;
	  right: 60px;
	  z-index: 999;
  }
  .btn_search_when_scroll span {
	  color:#fff;
	  opacity: .4;
  }
  .btn_search_when_scroll .input-ic {
	  width: 44px;
	  height:44px;
	  display: flex;
  }
  .btn_search_when_scroll .input-ic img {
	  margin:auto
  }
  .btn_search_when_scroll.addinput {
	  padding: 0px;
	  width: 44px;
	  height: 44px;
	  border-radius: 50%;
	  cursor: pointer;
  }
  .btn_search_when_scroll.addinput span {
	  display: none;
  }
  .btn_search_when_scroll.addinput .input-ic {
  	  width: 44px;height:44px;
	  background:rgba(44, 64, 68, 0.7);
  	  border-radius: 50%;
  	  display: flex;
  }
#goiychucnang {
	background: #1F3539;
	border-radius: 6px;
	padding: 30px;
	margin-top: 10px;
}
#goiychucnang .title {
	color:#72BF00;
	margin-top: 20px;
}
#goiychucnang a
{
	padding: 16px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	font-weight: bold;
	display: block;
	color:rgba(255, 255, 255, 0.9)
}
#goiychucnang a:last-child {
	border-bottom: 0px;
}
#goiychucnang a:hover, #goiychucnang a:hover span {
	color:#72BF00;
}
#goiychucnang a .cate
{
	font-weight: normal;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}
.form-search-modal {
	width:100%
}
.input-group .select2-container {
	width: 100% !important;
}
.line_border {margin:10px 0px;height:1px;border-bottom:1px solid rgba(255, 255, 255, 0.2)}
.h_14pt {height: 14pt;}
.table-100 {width: 100% !important;}
.table-100 thead > tr > th {text-align: center;}
.headerbox-expand {display: flex; justify-content: space-between; padding-right: 100px;}
@media (max-width: 480px) {
	.headerbox-expand {padding-right: 10px;}
}
.select-whitemode {margin-top: 0px; min-width: 200px;}
.select-whitemode .select2-selection {border-bottom: none !important;}
.list-link-item.has-button {position: relative}
.list-link-item.has-button .ubtn {position: absolute; right: 16px; top:-13px}
.colspan-nopadding > div {padding:0px 30px}
.open .colspan-nopadding > div {padding:30px}
.modal-alias {background-color: #fff;max-width:none !important;}
.modal-alias .listloiich {min-height: auto;}
.tklk_alias {display: flex;align-items: center;justify-content: space-between;}
.tklk_alias .numbertk {height: 32px; line-height:32px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;}
.tklk_alias .textlabel {white-space: nowrap; margin-right: 8px;}
.btn_buyalias {cursor: pointer;}
.btn-make-default {background-image: url(../images/web/icons/other/icStarWhite.svg);background-repeat: no-repeat; background-position: 5px 3px;padding-left: 12px;}
.btn-make-default .ubtn-text {font-size: 12px;padding:3px 9px 2px}
.btn-make-default.active {border-color: rgba(255, 255, 255, 0.7);background-image: url(../images/web/icons/other/ic_star.svg);} 
.btn-make-default.active .ubtn-text{color:rgba(255, 255, 255, 0.7)}
.list-sub-user a:hover .color-white-3,.list-sub-user a:hover .color-white {color:#72BF00}
.avatar-text {border:1pt solid rgba(255, 255, 255, 0.1); width: 50px;height: 50px;border-radius: 50%;padding-right: 0px !important; min-width:auto !important;display: flex;justify-content: center;align-items: center; background-color: #304448;}
.list-sub-user .col-avatar {width: 68px;}
.card-sub-user {background-color: #fff; border-radius: 10px;color:#241f20; margin: 0 auto;max-width: 480px;} 
.card-header-subuser {display: flex;padding:15px 20px; position: relative;}
.card-header-subuser .status-subuser {position: absolute; right: 20px; top:50%; margin-top: -11px;}
.card-header-subuser .col-name {display: flex;align-items: center;}
.card-header-subuser .avatar-text {background: linear-gradient( 120deg, rgba(90 201 103) 0%, rgba(155 200 85)  100% );}
.card-header-subuser .col-avatar {margin-right: 8px}
.card-sub-user .card-body-subuser {background-color: #f5f5f5;border-radius: 0px 0px 10px 10px;padding:15px 20px}
.modal-content .box--accordion-header {border-bottom: 1pt solid #ccc;padding:15px 0px}
.modal-content .accordion-arrow__icon {border-color: #4a4a4a; right:0px;width: 26px;height: 26px;}
.switch-stretch.level2 {padding-left: 16px;}
.switch-stretch.level3 {padding-left: 32px;}
.box--card-credit-card img {
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .box--card-credit-card {position: relative;}
  .box--card-credit-card .text-in-card .card-num {color:#fff; font-size: 17px;font-weight: 600;letter-spacing: 1px;}
  .box--card-credit-card .text-in-card .cus-name {color:#fff;font-weight: 600; font-size: 12px;line-height: 12px;}
  .box--card-credit-card .text-in-card {text-align:left; text-shadow: 1pt 1pt 1pt #333;color:#fff;padding:5px 10px;border-radius:5px;position: absolute; bottom:4px; left:4px;width: 252px;}
  .box--card-credit-card .text-in-card .text-card {display: flex; justify-content: space-between;width: 180px; font-size: 12px;align-items: center;}
  .box--card-credit-card .text-in-card .text-card .note {font-size: 8px;}
.cardlonginfo {bottom: 16px !important}
.cardlonginfo .row-control-sothe {display: block;}
.cardlonginfo .text-in-card {bottom: 17px;}
.cardlonginfo .row-copy-sothe {text-align: left !important;}
.cardlonginfo .d-flex {display: block !important; justify-content: baseline !important;}
.box--card-credit-card .cardlonginfo .text-card {width: 123px;}
.select-logo-banks {box-shadow: none !important; width:40px;height: 40px;background-color: unset; margin-right: 10px;}
.select2-container--default .select2-selection--single .select2-selection__rendered .b {font-weight: normal;}
.select2-container--default .select2-selection--single .select2-selection__rendered .note {display: none;}
.link_contain_modal {position: absolute; width: 100%;height:100%;z-index: 99;}
.index999 {z-index: 999;position: relative;}
.tagtkp {font-size: 10px;color:#72bf00; border:1pt solid #72bf00;padding:3px 5px; display: inline-block;border-radius: 12px;background-color: #fff;}
.label-subuser {
	position: absolute;
	font-size: 8px;
	width: 56px;
	color:#72bf00;
	background-color: #fff; 
	padding:2px 0px; 
	border-radius:8px;
	bottom:-8px;
	left: 0;
	right: 0;
	margin-left: auto; margin-right: auto;z-index: 999;;
}
.hidden_info_card {display: none;}
.showdatacard .hidden_info_card {display: block;}	
.showdatacard #mycountdown {display: block;}	
.showdatacard .btn-showsothe {display: none;}	
.showdatacard .btn-copysothe {display: block;}	
@media (max-width: 370px) {
	.aliasname { display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 110px;}
	.btn_buyalias {
		display: none;
	}
	.list-sub-user .col-avatar {display: none;}
	.card-header-subuser .status-subuser {position: relative; top:0;right:0;margin-top: 0;}
}
@media (max-width: 767px) {
	.card-body-subuser{
		max-width: 480px;
		margin: 0 auto;
		background: #f5f5f5;
		padding: 15px 20px;
		border-radius: 0px 0px 10px 10px;
		color: #333;
	}
	.card-body-subuser .color-white-3 {color:#8F8F8F}
	.card-body-subuser .list-pb20 > * {padding-bottom: 10px;}
	.card-sub-user .card-body-subuser {border-radius: 0px;}
}
.green-text {color:#15734c}
.items-image img  {height:50px;margin-right:8px;margin-bottom: 8px;}
.blog-item__sub {position: relative;}
.btn-mauudai {position: absolute;right: 0;top:-8px;margin:0; z-index: 9;}
.btn-mauudai .ubtn-text {padding:0px}
/* form upload file chuyen tien nuoc ngoai */
input[type="file"] {
	display: block;
}

.form-main .wrapper-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.form-main .wrapper-images:last-child {
	margin-left: auto;
}

.form-main .imageThumb {
	height: 50px;
	width: 80px;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

.form-main .imageThumb img {
	width: 100%;
}

.form-main .imageName {
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	padding-top: 2px;
}

.form-main .pip {
	display: inline-block;
	margin: 10px 10px 0 0;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 6px;
	border-radius: 10px;
}

.form-main .pip:hover .edit {
	opacity: 1;
}

.form-main .remove {
	width: 22px;
	height: 22px;
	border-radius: 11px;
	position: absolute;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	right: -5px;
	top: -5px;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #fff;
	color: white;
	text-align: center;
	cursor: pointer;
}

.form-main .remove:hover {
	background: white;
	color: #72bf00;
}

.form-main .edit {
	border: 1px solid #fff;
	left: 35px;
	top: -5px;
	opacity: 0;
	box-shadow: 0px 0px 3px #333;
	background-color: #72bf00;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
}

.form-main .edit img {
	height: 15px
}

.form-main .btn-upload {
	font-size: 12px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	height: 84px;
	margin: 10px 10px 0 0;
	width: 93px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.form-main .btn-upload:hover {
	border: 1px solid rgba(114, 191, 0, 0.9);
}
#bubble {
	position: fixed;
	width: 170px;
	height: 186px;
	bottom: 30px;
	right: 30px;
	border-radius: 50%;
	cursor: move;
	z-index: 99;
}

#close-button-bubble {
	z-index: 999;
	cursor: pointer;
	color: #C00;
	position: absolute;
	top:0px;
	right: -8px;
	width: 20px;height: 20px;border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	border: 1pt solid rgba(255, 255, 255, 0.3);
}
#close-button-bubble:hover {background-color: rgba(255, 255, 255, 0.5);}
#close-button-bubble img {
	width: 12px;
	height: 12px;
	color:#fff
}