:root {
  --color-primary: #af1237;
  --color-primary50: #fce3e9;
  --color-primary100: #f9c8d3;
  --bs-border-color: #E8E8E8;
  --color-ink100: #E8E8E8;
  --color-ink500: #8F8F8F;
  --color-ink700: #616161;
  --color-ink900: #333333;
  --color-bg: #fff6f8;
  --bg-gradient: linear-gradient(180deg, #e22652 0%, #af1237 100%);
  --fz-12: 12px;
  --fz-14: 14px;
  --fz-16: 16px;
  --fz-24: 24px;
  --fz-32: 32px;
  --lh-16: 16px;
  --lh-18: 18px;
  --lh-20: 20px;
  --lh-24: 24px;
  --lh-26: 26px;
  --lh-32: 32px;
  --lh-44: 44px;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --bs-accordion-transition:none !important;
  --bs-blue: --color-primary;
}

::-moz-selection {
  color: var(--color-primary);
  background: var(--color-primary100);
}

::selection {
  color: var(--color-primary);
  background: var(--color-primary100);
}

* {
  transition: all 0.3s;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--fz-14);
  line-height: var(--lh-20);
  color: var(--color-ink700);
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

header {
  padding: 14px 0;
  background-color: var(--color-primary);
}
header .navbar {
  padding: 0;
}
header .navbar .nav-item:not(:last-child) {
  margin-right: 24px;
}
header .navbar .nav-link {
  font-weight: var(--fw-600);
  color: var(--color-primary100);
  padding: 12px 16px;
}
header .navbar .nav-link:hover, header .navbar .nav-link.active {
  color: white;
}
header .nav-agri .navbar-toggler {
  color: var(--color-primary100);
  border-color: var(--color-primary100);
}
header .nav-agri .navbar-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28249, 200, 211, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") ;
}
header .nav-agri .navbar-toggler:focus {
  box-shadow: none;
}

.form-agri {
  position: relative;
  background-color: white;
  border-radius: 999px;
  align-items: center;
  max-width: 280px;
  height: 36px;
}
.form-agri .btn-outline {
  border: none;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-agri .btn-outline:focus {
  box-shadow: none;
}
.form-agri .btn-outline:active {
  border: none;
}
.form-agri .form-control {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: var(--fz-14);
  line-height: var(--lh-20);
  font-weight: var(--fw-500);
  color: var(--color-ink900);
}
.form-agri .form-control:focus {
  box-shadow: none;
}
.form-agri .form-control::-moz-placeholder {
  color: var(--color-ink500);
}
.form-agri .form-control::placeholder {
  color: var(--color-ink500);
}

.headline-help {
  background-color: var(--color-primary);
  padding: 60px 0;
}
.headline-help .main-title {
  color: white;
  margin-bottom: 32px;
}
.headline-help .form-agri {
  max-width: 590px;
  margin: 0 auto;
}

.list-tag {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 8px;
}
.list-tag li {
  flex: 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.list-tag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary100);
  font-size: var(--fz-12);
  line-height: var(--lh-16);
  font-weight: var(--fw-500);
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--color-ink900);
  text-decoration: none;
}
.list-tag a:hover {
  background-color: var(--color-primary50);
}

.info-search {
  padding: 38px 0;
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-500);
  color: var(--color-ink900);
  border-bottom: var(--color-ink100) 1px solid;
}
.info-search strong {
  color: var(--color-primary);
}
.info-search .form-select {
  border-radius: 999px;
}
.info-search .form-select:focus {
  box-shadow: none;
  border-color: var(--color-primary);
}

.list-search .box-new {
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.list-search .box-new .card-img {
  max-width: 205px;
  border-radius: 8px;
  padding-top: 10.66%;
}
.list-search .box-new .card-img .box-new-img {
  border-radius: 8px;
}
.list-search .box-new .card-body {
  padding: 0 0 0 16px;
}
.list-search .box-new .card-body .list-tags {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  justify-content: flex-start;
}
.list-search .box-new .card-body .list-tags > *:not(:first-child) {
  margin-left: 8px;
}
.list-search .box-new .card-body .box-new-title {
  margin-bottom: 12px;
  min-height: unset;
}
.list-search > * {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: var(--color-ink100) 1px solid;
}

.accordion {
  --bs-accordion-transition: all .3s;
}
.accordion-item {
  border: none;
  border-bottom: var(--color-primary50) 1px solid;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.accordion-item:not(:last-child) {
  margin-bottom: 16px;
}
.accordion-button {
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-600);
  border: var(--color-primary50) 1px solid;
  border-bottom: 0;
  border-radius: 12px !important;
}
.accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
  color: var(--color-ink900);
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: var(--color-primary) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../../media/icon/24x24-down.svg);
}
.accordion-button::after {
  background-image: url(../../media/icon/24x24-down.svg);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-collapse {
  border: var(--color-primary) 1px solid;
  border-radius: 0 0 12px 12px !important;
  border-top: 0;
  margin-bottom: -1px;
}
.accordion-body {
  padding-top: 0;
}

.swiffy-slider .slider-indicators > * {
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.swiffy-slider .slider-indicators > .active {
  width: 32px;
  border-radius: 999px;
}
.swiffy-slider .slider-nav {
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.2));
}
.swiffy-slider .slider-nav::before {
  width: 48px;
  height: 48px;
}
.swiffy-slider .slider-nav::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30811 12.2871C2.34611 12.3791 2.40097 12.462 2.46997 12.531L9.46997 19.531C9.61597 19.677 9.808 19.751 10 19.751C10.192 19.751 10.384 19.678 10.53 19.531C10.823 19.238 10.823 18.763 10.53 18.47L4.81006 12.75H21C21.414 12.75 21.75 12.414 21.75 12C21.75 11.586 21.414 11.25 21 11.25H4.81104L10.531 5.53005C10.824 5.23705 10.824 4.76202 10.531 4.46902C10.238 4.17602 9.76297 4.17602 9.46997 4.46902L2.46997 11.469C2.40097 11.538 2.34611 11.6209 2.30811 11.7129C2.23211 11.8969 2.23211 12.1031 2.30811 12.2871Z' fill='%23AF1237'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.30811 12.2871C2.34611 12.3791 2.40097 12.462 2.46997 12.531L9.46997 19.531C9.61597 19.677 9.808 19.751 10 19.751C10.192 19.751 10.384 19.678 10.53 19.531C10.823 19.238 10.823 18.763 10.53 18.47L4.81006 12.75H21C21.414 12.75 21.75 12.414 21.75 12C21.75 11.586 21.414 11.25 21 11.25H4.81104L10.531 5.53005C10.824 5.23705 10.824 4.76202 10.531 4.46902C10.238 4.17602 9.76297 4.17602 9.46997 4.46902L2.46997 11.469C2.40097 11.538 2.34611 11.6209 2.30811 11.7129C2.23211 11.8969 2.23211 12.1031 2.30811 12.2871Z' fill='%23AF1237'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  margin: 12px;
  background-color: var(--color-primary);
}
.swiffy-slider-newhome .slider-indicators > * {
  background-color: var(--color-primary100);
}
.swiffy-slider-newhome .slider-indicators > .active {
  background-color: var(--color-primary);
}
.swiffy-slider-newhome .slider-container {
  padding-bottom: 10px;
}

.section-main {
  padding: 40px 0;
}
.section-main .big-product {
  background-color: var(--color-primary50);
  border-radius: 12px;
  height: 100%;
  position: relative;
}
.section-main .big-product img {
  margin: 8px auto;
  top: 0;
  bottom: 0;
  right: auto;
  left: auto;
}
.section-bg {
  background-color: var(--color-bg);
}
.section-bg-extra {
  display: block;
  width: 100%;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-bg-extra-style1 {
  background-image: url(../../media/icon/wave-home-1.svg);
}
.section-bg-extra-style2 {
  background-image: url(../../media/icon/wave-home-2.svg);
}

.section-new {
  color: var(--color-ink900);
}

.section-new .main-title {
  margin-bottom: 32px;
  text-align: unset;
}
.section-new .main-title .section-main-title {
  text-align: left;
  font-size: var(--fz-32);
  line-height: var(--lh-44);
  font-weight: var(--fw-600);
}
.section-new .main-share {
  padding-bottom: 32px;
  border-bottom: var(--color-ink100) 1px solid;
}
.section-new .main-share .card-share {
  font-size: var(--fz-14);
  line-height: var(--lh-20);
  font-weight: var(--fw-400);
  color: var(--color-ink900);
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  margin-left: auto;
}
.section-new p {
  text-align: justify;
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  color: var(--color-ink900);
}

.main-breadcrumb {
  border-bottom: var(--color-ink100) 1px solid;
}
.main-breadcrumb .breadcrumb {
  padding: 12px 8px;
  margin-bottom: 0;
}
.main-breadcrumb .breadcrumb-item {
  color: var(--color-ink900);
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-600);
  display: inline-flex;
  align-items: center;
}
.main-breadcrumb .breadcrumb-item::before {
  content: "";
  width: 16px;
  height: 16px;
  padding: 0;
  float: none;
  margin-right: 12px;
  background: url(../../media/icon/16x16-arrow-right.svg);
}
.main-breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.main-breadcrumb .breadcrumb-item.active {
  color: var(--color-primary);
}

.main-title {
  text-align: center;
  margin-bottom: 36px;
  font-size: var(--fz-24);
  line-height: var(--lh-32);
  font-weight: var(--fw-700);
  color: var(--color-ink900);
}

.box-dv {
  border-radius: 12px;
  border: var(--color-primary50) 1px solid;
  padding: 24px;
  height: 100%;
  background-color: white;
}
.box-dv-icon {
  margin-bottom: 16px;
}
.box-dv-title {
  font-size: var(--fz-16);
  line-height: var(--fz-24);
  font-weight: var(--fw-600);
  margin-bottom: 8px;
  color: var(--color-ink900);
}
.box-dv p {
  margin-bottom: 0;
}

.box3s-main {
  background-color: var(--color-primary50);
  padding: 24px 24px 0;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.b3s-step {
  border: var(--color-primary50) 1px solid !important;
  border-radius: 12px !important;
  padding: 24px !important;
  display: block;
  opacity: 1 !important;
}
.b3s-step-id {
  border-radius: 16px;
  border: var(--color-primary50) 1px solid;
  padding: 12px 16px;
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-700);
  color: var(--color-primary);
}
.b3s-step-title {
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-600);
  margin-bottom: 8px;
  color: var(--color-ink900);
}
.b3s-step p {
  margin-bottom: 0;
}
.b3s-step.active {
  border-color: var(--color-primary) !important;
}

.list-3step > * {
  margin-bottom: 24px;
}

.b3s-step-note {
  background-color: var(--color-bg);
  padding: 24px;
  border-radius: 12px;
  color: var(--color-primary);
  font-weight: var(--fw-500);
}

.slide-3s .carousel-indicators {
  position: relative;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  left: auto;
  height: auto;
  margin-bottom: 0;
}
.slide-3s .carousel-indicators > * {
  text-indent: unset;
  width: auto;
  height: auto;
  border: var(--color-primary50) 1px solid !important;
  border-radius: 12px !important;
  padding: 24px !important;
  opacity: 1;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}
.slide-3s .carousel-indicators > * p {
  margin-bottom: 0;
}
.slide-3s .carousel-indicators > *.active {
  border-color: var(--color-primary) !important;
}

.box-new {
  --bs-card-border-color: transparent;
  height: 100%;
  box-shadow: 0px 4px 8px 0px rgba(175, 18, 55, 0.0392156863);
  border-radius: 12px;
}
.box-new:hover {
  box-shadow: 0px 6px 12px 0px rgba(175, 18, 55, 0.0784313725);
}
.box-new-title {
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-600);
  margin-bottom: 16px;
  color: var(--color-ink900);
  min-height: 72px;
  cursor: pointer;
}
.box-new-tag {
  border: var(--color-primary50) 1px solid;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: var(--fz-12);
  font-weight: var(--fw-600);
  line-height: var(--lh-16);
  color: var(--color-primary);
  text-decoration: none;
}
.box-new .box-new-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.box-new .card-img {
  transition: all 0.3s;
  background: var(--color-ink100) url(../../media/icon/image-place-hoder.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 66.66% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
}
.box-new .card-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box-new .card-img:hover {
  opacity: 0.8;
}
.box-new .card-body {
  padding: 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.box-new-big {
  box-shadow: none !important;
}
.box-new-big .box-new-img {
  border-radius: 12px;
}
.box-new-big .card-body {
  border-radius: 0;
  padding: 0;
}
.box-new-big .card-body .box-new-title {
  font-size: var(--fz-24);
  line-height: var(--lh-32);
  font-weight: var(--fw-600);
  margin: 24px 0 48px;
}

.card-link + .card-link {
  margin-left: 8px;
}

.list-newshz > *:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: var(--color-ink100) 1px solid;
}
.list-newshz .box-new {
  box-shadow: none;
  display: flex;
  border-radius: 0;
  flex-direction: row;
  align-items: flex-start;
}
.list-newshz .box-new .card-img {
  max-width: 170px;
  padding-top: 22.66%;
  border-radius: 12px;
}
.list-newshz .box-new .box-new-img {
  border-radius: 12px;
}
.list-newshz .box-new .card-body {
  border-radius: 0;
  padding: 0 0 0 14px;
}

.pagination {
  margin-top: 60px;
}
.pagination .page-item {
  padding: 0 6px;
}
.pagination .page-item .page-link {
  background: none;
  border: none;
  height: 32px;
  min-width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-14);
  line-height: var(--lh-20);
  font-weight: var(--fw-600);
  color: var(--color-ink900);
  border-radius: 0;
  border-bottom: transparent 2px solid;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
  border-color: var(--color-primary);
}

.img-content {
  margin-bottom: 32px;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

footer {
  background: var(--color-primary) url(../../media/icon/bg-footer.png);
  padding: 60px 0 0;
  position: relative;
}
footer .navbar-brand {
  display: inline-block;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  color: var(--color-primary100);
  font-size: var(--fz-14);
  line-height: var(--lh-20);
  font-weight: var(--fw-500);
}
footer ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer ul li a {
  color: var(--color-primary100);
  text-decoration: none;
}
footer ul li a:hover {
  color: white;
}
footer ul li a img {
  margin-right: 4px;
}

.footer-title {
  font-size: var(--fz-18);
  line-height: var(--lh-26);
  font-weight: var(--fw-600);
  color: white;
}

.footer-copyright {
  padding: 14px;
  background: rgba(0, 0, 0, 0.1215686275);
  color: white;
  margin-top: 60px;
}

.sidebar {
  position: fixed;
  right: 24px;
  bottom: 20vh;
  background: var(--bg-gradient);
  border-radius: 12px;
  max-width: 112px;
}
.sidebar .alert {
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 0;
}
.sidebar .btn-close {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66669 4.66666L11.3333 11.3333' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66669 11.3333L11.3333 4.66666' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  padding: 0;
  top: 8px;
  right: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sidebar strong {
  color: #fff;
  font-size: var(--fz-16);
  line-height: var(--fz-24);
  font-weight: var(--fw-700);
  text-align: center;
  margin-bottom: 8px;
}

.p404 {
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-500);
}
.p404 p {
  padding: 16px 16px 24px;
}
.p404 .bt-back {
  background-color: var(--color-primary);
  color: white;
  padding: 12px 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
.p404 .bt-back:hover {
  opacity: 0.8;
}

.dl-mobile {
  background: var(--bg-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  color: white;
  font-size: var(--fz-16);
  line-height: var(--lh-24);
  font-weight: var(--fw-600);
  text-decoration: none;
}

.detail-news img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .list-search .box-new .card-img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-main {
    padding: 80px 0;
  }
  .section-main .big-product img {
    position: absolute;
    margin: auto;
  }
  .section-main .big-product-tinb img {
    left: -64px;
  }
  .section-main .big-product-dvnh img {
    right: -64px;
  }
  .section-main.section-new {
    padding-top: 60px;
  }
  .section-main.section-new p {
    font-size: var(--fz-14);
    line-height: var(--lh-20);
  }
  .box3s-main {
    padding: 57px 77px 0;
  }
  .swiffy-slider-newhome.slider-nav-outside-expand .slider-nav {
    margin-left: -6rem;
  }
  .swiffy-slider-newhome.slider-nav-outside-expand .slider-nav.slider-nav-next {
    margin-right: -6rem;
  }
  .swiffy-slider-home .slider-nav {
    padding: 0 3rem;
  }
  .swiffy-slider.slider-indicators-outside {
    padding-bottom: 68px;
  }
  .row-32 {
    margin-left: -32px;
    margin-right: -32px;
  }

  .row-32 > * {
    padding-left: 32px;
    padding-right: 32px;
  }
}

figure.image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}

figure.image figcaption {
  text-align: center;
  font-style: italic;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-loading {
  background-color: #F5F5F5;
}
.section-loading .ploading {
  background-color: #fff;
  border-radius: 24px;
  min-height: 345px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
}
.section-loading .time-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.section-loading .time-loading .time {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.section-loading .time-loading .bg {
  width: 120px;
  height: 120px;
  display: block;
  content: "";
  background-image: url("../../media/icon/bgloading.png");
  animation: rotate-animation 3s infinite linear;
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */