:root {
  --c-gray600: #4b5563;
  --c-green600: #086c22;
  --c-green500: #6bac1c;
  --c-gray700: #292929;
  --c-gray500: #6b7280;
  --c-blue600: #40a9ff;
  --c-blue500: #3b82f6;
  --c-bluebtn: #1890ff;
  --c-greenbtn: #15803d;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(
    98.49deg,
    #649d44 -39.81%,
    #82ca58 33.9%,
    #649d44 94.09%,
    #086c22 149.71%,
    #649d44 209.9%,
    #086c22 283.6%
  );
}
.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #297600;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
input {
  outline: none;
}
.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}
.pt-\[80\%\] {
  padding-top: 80%;
}
.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #efc529;
  margin-right: 20px;
}
.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}
.rating-item p {
  font-size: 14px;
}
.img_full img {
  width: 100%;
  height: auto;
}
.img-h-full img {
  height: 100%;
}
.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}
.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}
.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}
.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.menu ul li a:hover {
  color: #297600;
}
.nav-menu li a.active {
  background: #e5e7eb;
}
.nav-link-system .link:hover,
.nav-link-system .link.active {
  background: rgb(37, 99, 235);
  color: #fff;
}
.admin-sidebar__box {
  height: 100%;
}
.choose-combo input:checked ~ .content {
  background: #ebebeb;
}
.nice-select {
  border: 1px solid #ebebeb !important;
  height: auto !important;
  line-height: 1.3 !important;
}
.nice-select-dropdown {
  width: 100%;
}
.show-password.open i::before {
  content: "\f06e";
}
select.select-2 {
  display: none;
}
.header.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
input {
  padding: 4px 11px;
}
.nice-select {
  padding: 7px 11px;
}
.table-admin thead tr {
  background: #fafafa;
}
.table-admin thead tr td {
  font-weight: 400;
  font-size: 14px;
}
.table-admin {
  border: 1px solid #f0f0f0 !important;
  font-size: 14px !important;
}
.btn {
  font-size: 14px;
}
.table-admin .btn-view-more {
  background: #6bac1c;
}
.table-admin .btn-view-more:hover {
  background: #16a34a;
  color: #fff;
}
.table-admin td {
  padding: 12px !important;
}
.bank_admin_content .image img {
  max-width: 100px;
}
.btn {
  transition: all 0.3s;
}
.btn:hover {
  background: var(--c-green500);
  color: white;
}
.c-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.c-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-about .video-about {
  border: 2px solid #6bac1c;
}
.section-about .video-about::before {
  content: "";
  position: absolute;
  background: url(../images/btn-youtube.svg);
  width: 64px;
  height: 48px;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.section-about .video-about.active::before {
  content: unset;
}
.section-about .video-about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.why-choose-us .item img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
}
.tab-link {
  padding: 0.5rem 1.25rem;
  border: 2px solid #e5e7eb;
  background: white;
  border-radius: 0.25rem;
  color: #6b7280;
  cursor: pointer;
}
.tab-link.active {
  border: 2px solid #6bac1c;
  color: #1f2937;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.slide-feedback .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination__feedback {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.pagination__feedback .swiper-pagination-bullet {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  background: rgba(0, 0, 0, 0.631);
}
.pagination__feedback .swiper-pagination-bullet-active {
  background: black;
}
.section-contact .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact .form-contact input {
  height: 2.5rem;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
}
.section-contact .form-contact textarea {
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 100%;
}
.footer .menu-footer ul li {
  margin-bottom: 1.25rem;
  color: white;
}
.social-footer a {
  margin-right: 1rem;
}
.social-footer .icon-twitter {
  background: url(../images/icon-twitter.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.social-footer .icon-facebook {
  background: url(../images/icon-facebook.png);
  background-position: center;
  background-repeat: no-repeat;
}
.social-footer .icon-youtube {
  background: url(../images/icon-youtube.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.social-footer .icon-ig {
  background: url(../images/icon-ig.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.social-footer .icon-zalo {
  background: url(../images/icon-zalo.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.login .logo img,
.forgot .logo img,
.register .logo img {
  width: 10rem;
  margin: auto;
}
.login .icon-home img,
.forgot .icon-home img,
.register .icon-home img {
  width: 1rem;
  height: 1rem;
  margin: auto;
}
.form-login label,
.form-forgot label,
.form-register label,
.form-page-ct label {
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
}
.form-page-ct textarea {
  width: 100%;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.85);
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.form-page-ct button {
  background: var(--c-green500);
  border-color: var(--c-green500);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 40px;
  padding: 0.375rem 2.5rem;
  font-size: 16px;
  border-radius: 2px;
  color: white;
  transition: all 0.3s;
}
.form-page-ct button:hover,
.form-page-ct button:focus {
  border-color: var(--c-green600);
  background: var(--c-green600);
}
.form-login label.label-required::before,
.form-forgot label.label-required::before,
.form-register label.label-required::before,
.form-page-ct label.label-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  line-height: 1;
  content: "*";
}
.form-login input,
.form-forgot input,
.form-register input,
.form-page-ct input {
  width: 100%;
  height: 3rem;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.85);
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5715;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.form-login button {
  border-color: var(--c-green500);
  background-color: var(--c-green500);
}
.form-forgot button {
  border-color: var(--c-blue600);
  background-color: var(--c-blue600);
}
.form-register button {
  border-color: var(--c-green500);
  background-color: var(--c-green500);
}
.form-login button,
.form-forgot button,
.form-register button {
  width: 100%;
  line-height: 0;
  color: white;
  height: 3rem;
  border-radius: 0.25rem;
  padding: 6px 1rem;
}
.form-login .re-fo a,
.form-forgot .re-fo a,
.form-register .re-fo a {
  color: var(--c-gray700);
  transition: all 0.3s;
}
.form-login .re-fo a:hover {
  color: var(--c-green500);
}
.form-forgot .re-fo a:hover {
  color: var(--c-blue600);
}
.form-register .re-fo a:hover {
  color: var(--c-green500);
}
.form-contact input:focus,
.form-login input:focus,
.form-forgot input:focus,
.form-register input:focus,
.form-page-ct input:focus,
.form-page-ct textarea:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.form-contact input:hover,
.form-login input:hover,
.form-forgot input:hover,
.form-register input:hover,
.form-page-ct input:hover,
.form-page-ct textarea:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}
.form-contact button {
  transition: all 0.3s;
}
.form-contact button:hover,
.form-contact button:focus {
  background-color: var(--c-greenbtn);
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer .address span {
  padding-left: 1.5rem;
  background: url(../images/icon-address.svg) no-repeat left 0;
  background-size: 20px;
}
.footer .hotline a {
  padding-left: 1.5rem;
  background: url(../images/icon-phone.svg) no-repeat left 0;
  background-size: 20px;
}
.footer .menu-footer ul li a {
  padding-left: 1.5rem;
  background: url(../images/angle-right.svg) no-repeat left center;
  background-size: 16px;
}
.list-news .item-news {
  overflow: hidden;
}
.list-news .item-news .box-img img {
  transition: all 0.4s;
}
.list-news .item-news:hover .box-img img {
  transform: scale(1.1);
}
.list-pro .c-img img {
  object-fit: contain;
}
.btn-see-more {
  padding: 0.5rem 1.25rem;
  border: 1px solid #059669;
  border-radius: 9999px;
}
.btn-see-more:hover {
  background: var(--c-green500);
  color: white;
}
.menu ul li a.active {
  color: var(--c-green500);
}
.nav-menu li ul.nav-menu {
  display: none;
  padding-left: 1.5rem;
}
.nav-menu .btn-dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.5px;
  height: 41.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  color: #374151;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-menu .btn-dropdown-menu.open {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav-menu li {
  position: relative;
}
@media (min-width: 768px) {
  .bank_admin_content .image img {
    max-width: 100%;
  }
  .why-choose-us .item img {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .wow {
    visibility: hidden;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .table-admin thead td {
    font-size: 16px;
  }
  .menu > ul > li {
    padding: 12px 7px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1023px) {
  .admin-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: min(250px, 80%);
    background: #fff;
    z-index: 100;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .admin-sidebar.active {
    left: 0;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    max-width: min(250px, 80%);
    z-index: 100;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu.active {
    left: 0;
  }
  .menu .btn-dropdown-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36.25px;
    height: 36.25px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #323232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu ul li a {
    display: block;
    padding: 8px 16px;
    border-top: 1px solid #ebebeb;
  }
  .menu ul li ul {
    display: none;
  }
  .menu ul li ul li a {
    padding-left: 30px;
  }
  .menu ul li ul li ul li a {
    padding-left: 45px;
  }
  .over-lay.show {
    right: 0;
  }
}
.over-lay-sidebar.show {
  right: 0;
}
.show-menu-sidebar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 75px;
  right: 10px;
  z-index: 10;
  background: #fff;
  color: #6bac1c;
}
/* .header .h-logo img {
  max-width: 65px;
} */
.table-admin td {
  border-left: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.choose-combo .c-img img {
  object-fit: contain;
}
.section-admin.section-product .info a:hover {
  color: white !important;
}
.next-cus,
.prev-cus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  z-index: 10;
  border: 1px solid white;
  background-color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.next-cus {
  right: 0;
}
.prev-cus {
  left: 0;
}
