:root {
  --w-container: 1300px;
  --main-color: #e51e31;
  --main-color2: #529C11;
  --color-border: #EAEAEA;
  --color-hover: #40920D;
  --main-border: 1px solid #EAEAEA;
  --container: 100%;
  --fs-text: 18px;
  --fs-text-small: 16px;
  --fs-text-main: 35px;
  --fs-text-sub: 28px;
  --fs-text-other: 22px;
  --section-size: 100px;
  --module-size: 50px;
  --gap-module: 50px;
  --gap-section: 100px;
  --fs-item-product: 20px;
  --fs-item-news: 20px;
  --fs-detail-news: 26px;
  --fs-detail-product: 24px;
  --height: 154px;
}

@media (min-width: 1210px) and (max-width: 1600px) {
  :root {
    --section-size: 70px;
    --module-size: 50px;
    --gap-module: 30px;
    --gap-section: 70px;
    --fs-item-product: 16px;
    --fs-item-news: 16px;
    --fs-text: 15px;
    --fs-text-small: 14px;
    --fs-text-main: 30px;
    --fs-text-sub: 25px;
    --fs-text-other: 18px;
    --fs-detail-news: 20px;
    --fs-detail-product: 20px;
  }
}
@media (max-width: 1400px) {
  :root {
    --w-container: 1270px;
  }
}
@media (max-width: 1260px) {
  :root {
    --w-container: 1280px;
  }
}
@media (max-width: 1200px) {
  :root {
    --w-container: 1110px;
  }
}
@media (max-width: 992px) {
  :root {
    --w-container: 930px;
  }
}
@media (max-width: 767px) {
  :root {
    --w-container: 510px;
    --section-size: 15px;
    --gap-section: 15px;
    --fs-text-sub: 20px;
    --fs-text-main: 26px;
    --module-size: 15px;
    --gap-module: 15px;
    --fs-item-news: 18px;
    --fs-text: 15px;
    --fs-text-small: 14px;
    --fs-item-product: 16px;
    --fs-item-news: 16px;
    --fs-detail-news: 18px;
    --fs-detail-product: 18px;
  }
}
@media (max-width: 576px) {
  :root {
    --w-container: 100%;
  }
}
#fb-root {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: var(--w-container);
  margin: auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #e8e8e8;
}

::-webkit-scrollbar-thumb {
  background: #AFAFAF;
}

::selection {
  color: #ffffff;
  background: #19328C;
}

::selection {
  color: #fff;
  background: #19328c;
}

::-moz-selection {
  color: #000;
  background: #19328c;
}

::-webkit-input-placeholder {
  color: #c9c9c9;
  text-overflow: ellipsis;
}

:-moz-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

::-moz-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

@keyframes sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ldio-c4d59ljt0jh {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomInBN {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
@keyframes zoomInBT {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
.ldio-c4d59ljt0jh div {
  left: 47px;
  top: 15px;
  position: absolute;
  animation: ldio-c4d59ljt0jh linear 1s infinite;
  background: #fe718d;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 35px;
}
.ldio-c4d59ljt0jh div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div :nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #fe718d;
}

.loadingio-spinner-spinner-uzlublexfob {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  margin: auto;
}

.ldio-c4d59ljt0jh {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.48);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-c4d59ljt0jh div {
  box-sizing: content-box;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

input.form-control:focus {
  border-color: #ced4da;
}

.form-control::placeholder {
  color: #333;
}

@font-face {
  src: url(../fonts/SVN-Anastasia.ttf);
  font-family: "SVN-Anastasia";
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
input, textarea {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
}
input::placeholder, textarea::placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
}

select {
  font-size: var(--fs-text);
  color: #57585B;
  font-family: "Gilroy";
  font-weight: 400;
}

body {
  color: #57585B;
  font-family: "Gilroy";
  font-size: var(--fs-text);
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
}
body.mobile {
  max-width: 640px;
  margin: auto;
}
body.mobile .container {
  max-width: 640px;
  margin: auto;
}
body.none-scroll {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
  color: #529C11;
  transition: color 0.2s linear;
}

.clearfix {
  clear: both !important;
  float: initial !important;
}

a {
  color: #57585B;
}

.tbl {
  display: table;
  margin: 0;
}
.tbl > .tbl-cell {
  display: table-cell;
}

@keyframes showhead {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.pad-botmodule {
  padding-bottom: var(--module-size);
}

.pad-topmodule {
  padding-top: var(--module-size);
}

.pad-topsection {
  padding-bottom: var(--section-size);
}

.pad-topsection {
  padding-top: var(--section-size);
}

.border-bottom {
  border-bottom: 1px solid #E0E0E0;
}

._detail_content > h3 {
  font-size: 16px;
  font-weight: bold;
}

._detail_content > h3 > a {
  color: #00528b;
}

._detail_content a.prSpecBtnViewAll {
  color: #006abf;
}

._detail_content iframe {
  height: 582px;
}

._detail_content > h2 {
  font-size: 19px;
  font-weight: bold;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #57585B;
}
@media (max-width: 767px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 15px;
  }
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 700;
}
.detail-content h2 font,
.detail-content h3 font,
.detail-content h4 font {
  font-weight: 700;
}
.detail-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.detail-content h2 font {
  font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .detail-content h2 {
    font-size: 20px;
  }
  .detail-content h2 font {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-content h2 {
    font-size: 18px;
  }
  .detail-content h2 font {
    font-size: 18px;
  }
}
.detail-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.detail-content h3 font {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .detail-content h3 {
    font-size: 18px;
  }
  .detail-content h3 font {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail-content h3 {
    font-size: 16px;
  }
  .detail-content h3 font {
    font-size: 16px;
  }
}
.detail-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.detail-content h4 font {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail-content h4 {
    font-size: 15px;
  }
  .detail-content h4 font {
    font-size: 15px;
  }
}
.detail-content .title-item-about {
  font-size: 26px;
  color: #529C11;
  margin-bottom: 20px;
}
.detail-content .title-item-about font {
  font-size: 26px;
}
@media (max-width: 767px) {
  .detail-content .title-item-about {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .detail-content .title-item-about font {
    font-size: 20px;
  }
}
.detail-content .description {
  margin-bottom: 20px;
}
.detail-content .description p {
  font-weight: 600;
  font-style: italic;
  font-size: var(--fs-text);
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: var(--fs-text);
}
@media (max-width: 767px) {
  .detail-content p {
    margin-bottom: 15px;
  }
}
.detail-content strong font {
  font-weight: 600;
}
.detail-content figure {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .detail-content figure {
    margin-bottom: 10px;
  }
}
.detail-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-content figure figcaption {
  text-align: center;
  padding: 5px 15px;
  font-size: var(--fs-text-min);
  font-weight: 600;
  font-style: italic;
  font-style: italic;
}
.detail-content figure figcaption font {
  font-size: var(--fs-text-min);
  font-weight: 600;
  font-style: italic;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 15px;
}
.detail-content ul li:last-child,
.detail-content ol li:last-child {
  padding-bottom: 0;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: #57585B;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: #5F5F5F;
}
.detail-content ul ul {
  list-style-type: circle;
}
.detail-content ul ul li {
  list-style-type: circle;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content .image-center {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
.detail-content .image-center img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content .image-left {
  float: left;
  margin-bottom: 15px;
}
.detail-content .image-left img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content .image-right {
  float: right;
  margin-bottom: 15px;
}
.detail-content .image-right img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content a {
  text-decoration: underline;
}
.detail-content a:hover {
  color: #529C11;
}
.detail-content a.more {
  text-decoration: none;
  color: #fff;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .detail-content a.more {
    margin-bottom: 15px;
  }
}
.detail-content table.table {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
.detail-content table.table tr th {
  line-height: 1;
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
  border: 1px solid #EAEAEA;
  border-top-color: #529C11;
}
.detail-content table.table tr th:first-child {
  border-left-color: #529C11;
}
.detail-content table.table tr th:last-child {
  border-right-color: #529C11;
}
.detail-content table.table tr th,
.detail-content table.table tr td {
  font-size: var(--fs-text);
  line-height: 1.5;
  padding: 5px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}

#back-top {
  cursor: pointer;
  position: fixed;
  width: 41px;
  height: 41px;
  border-radius: 0;
  background: #19328c;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.4s linear;
}
#back-top .show {
  transform: translate(0);
  opacity: 1;
}

.flex-btn {
  display: flex;
  align-items: center;
  width: 100%;
}
.flex-btn.mtop30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flex-btn.mtop30 {
    margin-top: 10px;
  }
}
.flex-btn.center {
  justify-content: center;
}

.view-more {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 40px;
  padding: 0 25px;
  background: #fff;
  color: #006abf;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  grid-column: 1/7;
}
.view-more:hover {
  background: #1c348d;
  color: #fff;
}
.view-more:hover svg {
  fill: #fff;
}

.btn-viewall {
  height: 38px;
  border-radius: 19.306px;
  border: 2px solid #8BBB1D;
  border-radius: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #529C11;
  font-size: 18px;
  font-weight: 600;
  width: 190px;
  transition: background 0.5s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-viewall {
    border-width: 1px;
    font-size: 16px;
    width: 150px;
  }
}
.btn-viewall:hover {
  background: #529C11;
  color: #fff;
}

.btn-detail {
  border-radius: 21.42px;
  background: linear-gradient(90deg, #8BBB1D 0%, #388E0B 100%);
  height: 42px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.5s ease;
}
.btn-detail:hover {
  color: #fff;
  background: linear-gradient(90deg, #388E0B 0%, #8BBB1D 100%);
}

.no-image {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-white {
  background: #fff;
}

.social-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
.social-fixed .scroll-top svg {
  width: 20px;
}
.social-fixed a, .social-fixed div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 15px 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.social-fixed a.phone, .social-fixed div.phone {
  background-color: #579F16;
}
.social-fixed a.fb, .social-fixed div.fb {
  background-color: #1877F2;
}
.social-fixed a.fb svg, .social-fixed div.fb svg {
  fill: #fff;
}
.social-fixed a.yt, .social-fixed div.yt {
  background-color: #CD201F;
}
.social-fixed a.yt svg, .social-fixed div.yt svg {
  fill: #fff;
}
.social-fixed a.mess, .social-fixed div.mess {
  background: #1977f3;
}
.social-fixed a.mess img, .social-fixed div.mess img {
  margin-left: 2px;
  margin-top: -1px;
}
.social-fixed a.zalo, .social-fixed div.zalo {
  background: #0090f3;
}
.social-fixed a.zalo img, .social-fixed div.zalo img {
  margin-left: -4px;
}
.social-fixed a.scroll-top, .social-fixed div.scroll-top {
  background: #7A7A7A;
}
.social-fixed a img, .social-fixed div img {
  object-fit: contain;
  width: 60%;
}
@media (min-width: 0) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 60px;
    height: 60px;
    top: -23.5px;
    left: -8px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #579F16;
    opacity: 0.1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 38px;
    height: 38px;
    top: -15px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 35px;
    height: 35px;
    top: -8px;
    left: 8px;
    position: absolute;
    z-index: 10;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    background-color: #579F16;
  }
}
@media (min-width: 992px) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 70px;
    height: 70px;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: -7px;
    left: 7px;
  }
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.distribution-system .detail-content {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .distribution-system .detail-content {
    margin-bottom: 15px;
  }
  .distribution-system .detail-content br {
    display: none;
  }
}
.distribution-system .detail-content p:last-child, .distribution-system .detail-content ul:last-child, .distribution-system .detail-content ol:last-child {
  margin-bottom: 0;
}

.filter-system {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .filter-system {
    margin-bottom: 15px;
  }
}
.filter-system form {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .filter-system form {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.filter-system.lookup-order {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.filter-system.lookup-order form {
  gap: 15px;
}
.filter-system .input, .filter-system .select {
  width: calc((100% - 220px) / 3);
  position: relative;
}
@media (max-width: 767px) {
  .filter-system .input, .filter-system .select {
    width: 100%;
  }
}
.filter-system .input svg, .filter-system .select svg {
  position: absolute;
  top: 19px;
  right: 15px;
}
.filter-system .input input, .filter-system .input select, .filter-system .select input, .filter-system .select select {
  width: 100%;
  border-radius: 8px;
  border: none;
  appearance: none;
  background: #EDEDED;
  height: 46px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .filter-system .input input, .filter-system .input select, .filter-system .select input, .filter-system .select select {
    height: 40px;
  }
}
.filter-system .input select, .filter-system .select select {
  cursor: pointer;
}
@media (max-width: 767px) {
  .filter-system .select {
    width: calc((100% - 10px) / 2);
  }
}
.filter-system .button {
  width: 160px;
  height: 46px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .filter-system .button {
    width: 100%;
    height: 40px;
  }
}
.filter-system .button button {
  border-radius: 8px;
  background: linear-gradient(180deg, #8BBB1D 0%, #348C0A 100%);
  transition: background 0.5s ease;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  font-size: var(--fs-text);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-system .button button:hover {
  background: linear-gradient(180deg, #348C0A 0%, #8BBB1D 100%);
}

.flex-system {
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  gap: 15px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.flex-system .left-system {
  width: 38%;
}
@media (max-width: 767px) {
  .flex-system .left-system {
    width: 100%;
  }
}
.flex-system .left-system .title-system {
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
  background: #529C11;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: var(--fs-item-news);
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.flex-system .left-system .list-system {
  max-height: 545px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .flex-system .left-system .list-system {
    max-height: 273px;
  }
}
.flex-system .left-system .list-system::-webkit-scrollbar {
  width: 2px;
}
.flex-system .left-system .list-system::-webkit-scrollbar-thumb {
  background: #AFAFAF;
}
.flex-system .left-system .item-system {
  cursor: pointer;
}
.flex-system .left-system .item-system:not(.hidden) {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #EAEAEA;
}
.flex-system .left-system .item-system:not(.hidden):nth-of-type(1) {
  padding-top: 0;
}
.flex-system .left-system .item-system:not(.hidden):last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.flex-system .left-system .item-system .infor h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #57585B;
  font-weight: 600;
  margin-bottom: 15px;
}
.flex-system .left-system .item-system .infor p {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
}
.flex-system .left-system .item-system .infor p a:hover {
  color: #e51e31;
}
.flex-system .left-system .item-system .infor p:last-child {
  margin-bottom: 0;
}
.flex-system .left-system .item-system .infor p svg {
  position: absolute;
  top: 8px;
  left: 0;
}
.flex-system .left-system .item-system:hover .infor h3 {
  color: #529C11;
}
.flex-system .left-system .item-system .view-map {
  display: inline-flex;
  padding-left: 20px;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  color: #529C11;
  cursor: pointer;
}
.flex-system .left-system .item-system .view-map:hover {
  color: #e51e31;
}
.flex-system .left-system .item-system .view-map:hover svg path {
  fill: #e51e31;
}
.flex-system .right-system {
  width: calc(62% - 15px);
}
@media (max-width: 767px) {
  .flex-system .right-system {
    width: 100%;
  }
}
.flex-system .right-system .list-map {
  aspect-ratio: 761/610;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  border-radius: 8px;
}
.flex-system .right-system .list-map .imap {
  width: 100%;
  height: 100%;
}
.flex-system .right-system .list-map .imap iframe {
  width: 100%;
  height: 100%;
}

.error-alert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.error-alert .error-alert {
  color: red;
  font-size: 14px;
  text-align: center;
}
.error-alert .error-form ul li {
  list-style: none;
  color: red;
  font-size: 14px;
  text-align: center;
}

.grid-OrderResult .item-result {
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
}
.grid-OrderResult .item-result .head-result {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
}
.grid-OrderResult .item-result .head-result .code {
  font-weight: 700;
}
.grid-OrderResult .item-result .head-result .status-result {
  font-size: 15px;
  background: #EAEAEA;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.grid-OrderResult .item-result .head-result .status-result.badge-warning {
  background: #ffe528;
}
.grid-OrderResult .item-result .head-result .status-result.badge-info {
  background: #2196F3;
  color: #fff;
}
.grid-OrderResult .item-result .head-result .status-result.badge-danger {
  background: red;
  color: #fff;
}
.grid-OrderResult .item-result .head-result .status-result.badge-default {
  background: #939393;
  color: #fff;
}
.grid-OrderResult .item-result .head-result .status-result.badge-success {
  background: #40920D;
  color: #fff;
}
.grid-OrderResult .item-result .head-result .status-result.newbil {
  background: #00BCD4;
  color: #fff;
}
.grid-OrderResult .item-result .main-result {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.grid-OrderResult .item-result .main-result .img-order {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
}
.grid-OrderResult .item-result .main-result .img-order span {
  font-size: 14px;
}
.grid-OrderResult .item-result .main-result .img-order img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.grid-OrderResult .item-result .main-result .infor-main {
  width: calc(100% - 220px);
}
.grid-OrderResult .item-result .main-result .infor-main .name a {
  font-weight: 600;
}
.grid-OrderResult .item-result .main-result .infor-main .quanlity {
  font-size: 14px;
}
.grid-OrderResult .item-result .main-result .price-infor {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 5px;
  width: 200px;
}
.grid-OrderResult .item-result .main-result .price-infor .price {
  font-weight: 700;
  font-size: 16px;
  color: red;
  line-height: 1;
  margin-bottom: 0;
}
.grid-OrderResult .item-result .main-result .price-infor .oldprice {
  font-weight: 400;
  font-size: 15px;
  text-decoration: line-through;
}
.grid-OrderResult .item-result .main-result .price-infor .percent {
  background: red;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 5px;
}
.grid-OrderResult .item-result .main-result .price-infor .vat {
  color: orange;
}
.grid-OrderResult .item-result .footer-result {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .grid-OrderResult .item-result .footer-result {
    flex-direction: column;
    gap: 5px;
  }
}
.grid-OrderResult .item-result .footer-result .date {
  display: flex;
  gap: 5px;
  line-height: 1;
  align-items: center;
}
.grid-OrderResult .item-result .footer-result .total-money {
  font-size: 20px;
  font-weight: 700;
  color: red;
}
.grid-OrderResult .item-result .footer-result .total-money strong {
  color: #333;
}
.grid-OrderResult .item-result .footer-result > * {
  font-size: 15px;
}

/*# sourceMappingURL=system.css.map */
