.info-card-lang {
  padding: 10px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-card-lang .lang-info {
    display: flex;
    flex-direction: column !important;
    align-items: center; }
    .info-card-lang .lang-info img {
      width: 30px;
      height: 30px;
      cursor: pointer; }
  .info-card-lang .active-lang {
    background-image: url("/bg-lang.png");
    width: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; }

.info-card-lang-split {
  padding: 10px 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .info-card-lang-split .lang-info {
    display: flex;
    align-items: center;
    flex-direction: row-reverse !important; }
    .info-card-lang-split .lang-info img {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-right: 5px; }
  .info-card-lang-split .active-lang {
    background-image: url("/bg-lang.png");
    width: 50px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; }

.header {
  font-size: 16px; }
  .header input:focus::-webkit-input-placeholder {
    color: #383c45 !important;
    font-size: 17px; }
  .header .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important; }
  .header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .header .navbar {
    height: auto;
    padding: 0px;
    z-index: 9998; }
  .header .collapse {
    justify-content: flex-end;
    padding: 0px 40px 0px 20px; }
  .header .navbar-brand {
    height: 80px;
    padding: 0px; }
  .header .nav-item {
    margin-right: 12px; }
  .header .fixed-top {
    right: 15px !important; }
  .header .navbar-nav {
    margin-right: 0px !important; }
  .header .navbar-text {
    display: flex; }
  .header .ant-input {
    height: 32px !important; }
  @media only screen and (min-width: 1200px) {
    .header .logo {
      height: 80px !important;
      width: 250px !important;
      padding: 14px 0px 15px 25px !important; } }
  @media only screen and (min-width: 992px) {
    .header .logo {
      height: 80px !important;
      width: 250px !important;
      padding: 14px 0px 15px 25px !important; } }
  @media only screen and (min-width: 768px) {
    .header .logo {
      height: 80px;
      width: 250px;
      padding: 0px 0px 0px 30px; } }
  @media only screen and (min-width: 576px) {
    .header .logo {
      height: 80px;
      width: 250px;
      padding: 0px 0px 0px 30px; }
    .header .header-top {
      width: 100%; } }
  @media only screen and (max-width: 576px) {
    .header .logo {
      height: 70px;
      width: 250px;
      padding: 0px 0px 0px 30px; }
    .header .header-top {
      width: 100%; } }
  @media only screen and (max-width: 360px) {
    .header .logo {
      height: 65px;
      width: 200px;
      padding: 0px 0px 0px 10px; } }

.petStyled .ant-drawer-content {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 5%, rgba(171, 121, 13, 0.896796) 100%);
  color: #fff !important; }

.petStyled .ant-drawer-body {
  border: 1px solid #fff; }
  .petStyled .ant-drawer-body a {
    color: #fff;
    font-size: 18;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; }

.animalStyled .ant-drawer-content {
  background-image: linear-gradient(to right, #196F42, #16631b);
  color: #fff !important; }

.animalStyled .ant-drawer-body {
  border: 1px solid #fff; }
  .animalStyled .ant-drawer-body a {
    color: #fff;
    font-size: 18;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; }

.fisheryStyled .ant-drawer-content {
  background: #1181bf;
  background: linear-gradient(90deg, #1181bf 32%, rgba(0, 112, 147, 0.896796) 100%);
  color: #fff !important; }

.fisheryStyled .ant-drawer-body {
  border: 1px solid #fff; }
  .fisheryStyled .ant-drawer-body a {
    color: #fff;
    font-size: 18;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff; }

.nav-link {
  color: #fff !important;
  font-weight: 600; }

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

.boder-top {
  border-top: 1px solid #fff; }

.ant-drawer-content-wrapper {
  overflow: auto !important;
  height: calc(100vh - 80px) !important; }

.related-topic {
  margin-top: 20px; }
  .related-topic .view-all {
    text-decoration: underline;
    color: #000; }
  .related-topic .related-topic-img {
    border-radius: 5px;
    width: 100%;
    height: 120px;
    object-fit: scale-down;
    box-shadow: 3px 3px 3px #ddd; }
  .related-topic .related-topic-title {
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px;
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .related-topic .item-topic {
    cursor: pointer;
    margin-bottom: 5px; }
  .related-topic .swiper-container {
    padding: 0 40px;
    width: 100%; }
  .related-topic .ant-drawer {
    margin-top: 80px; }
  .related-topic .ant-drawer-content-wrapper {
    width: 720px; }
  @media only screen and (max-width: 576px) {
    .related-topic .related-topic-img {
      object-fit: cover; } }

.petStyle .navbar {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 0%, #e98e39 100%); }

.petStyle #drawer-menu-expand .ant-drawer-content {
  background: #d46c23;
  background: linear-gradient(90deg, #d46c23 5%, rgba(171, 121, 13, 0.896796) 100%);
  color: #fff !important; }

.animalStyle .navbar {
  background: #196e3f;
  background: linear-gradient(90deg, #196e3f 0%, #207443 100%); }

.animalStyle #drawer-menu-expand .ant-drawer-content {
  background-image: linear-gradient(to right, #196F42, #16631b);
  color: #fff !important; }

.fisheryStyle .navbar {
  background-color: #1D7FB6 !important; }

.fisheryStyle .ant-drawer-content {
  background: #186c37 !important;
  background: linear-gradient(90deg, #186c37 5%, #365427 53%) !important;
  color: #fff !important; }

.petStyle-swiper .swiper-button-prev, .petStyle-swiper .swiper-button-next {
  color: #F96E0C !important;
  cursor: pointer; }

.petStyle-swiper .swiper-pagination-bullet, .petStyle-swiper .swiper-pagination-bullet-active {
  background-color: #F96E0C !important; }

.animalStyle-swiper .swiper-button-prev, .animalStyle-swiper .swiper-button-next {
  color: #196F42 !important;
  cursor: pointer; }

.animalStyle-swiper .swiper-pagination-bullet, .animalStyle-swiper .swiper-pagination-bullet-active {
  background-color: #196F42 !important; }

.fisheryStyle-swiper .swiper-button-prev, .fisheryStyle-swiper .swiper-button-next {
  color: #1E84CB !important;
  cursor: pointer; }

.fisheryStyle-swiper .swiper-pagination-bullet, .fisheryStyle-swiper .swiper-pagination-bullet-active {
  background-color: #1E84CB !important; }

.ant-drawer {
  margin-top: 80px;
  z-index: 10000; }

.ant-drawer-body {
  padding: 15px 10px 100px 10px !important; }

.drawer a {
  color: #000; }

.drawer a:hover {
  color: #000; }

.title-item-swiper {
  position: absolute;
  bottom: 108px;
  left: 0px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.card-text {
  min-height: 72px; }
  .card-text .description-item-swiper {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

@media only screen and (min-width: 768px) {
  .ant-drawer-content-wrapper {
    width: 720px !important; } }

@media only screen and (max-width: 768px) {
  .ant-drawer-content-wrapper {
    width: 300px !important; } }

@media only screen and (max-width: 576px) {
  .ant-drawer-content-wrapper {
    width: 100%; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ant-drawer-content-wrapper {
    width: 320px !important; } }

.lang-info-mobile {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: 100%;
  justify-items: center;
  align-items: center; }
  .lang-info-mobile .active-lang {
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9; }

.info-card-mobile-drawer {
  width: 50%;
  margin: 0 auto; }
  .info-card-mobile-drawer .social-info {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .info-card-mobile-drawer .social-info .social-ic-parent {
      width: 30px;
      height: 30px;
      cursor: pointer; }
    .info-card-mobile-drawer .social-info .social-ic {
      margin-bottom: 10px;
      width: 27px;
      height: 27px;
      cursor: pointer;
      border-radius: 50%; }

.homepage-icon-mobile {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%; }
  .homepage-icon-mobile a {
    border-bottom: 0px !important;
    margin-bottom: 0px !important; }
  .homepage-icon-mobile .homepage-ic {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: scale-down; }

.footer {
  height: auto;
  padding: 30px 40px 10px 40px;
  color: #fff;
  text-align: left; }
  .footer .image-footer {
    width: 38px;
    height: 38px;
    margin: 0 4px;
    cursor: pointer;
    box-shadow: 3px 3px 3px #ddd;
    border-radius: 5px;
    object-fit: scale-down; }
  .footer .uppercase {
    text-transform: uppercase;
    font-weight: 600; }
  .footer .logo-footer img {
    object-fit: scale-down;
    width: 100%;
    height: 55px; }
  .footer .social {
    min-height: 50px;
    width: 248px;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    line-height: 30px;
    padding: 8px 5px 2px 5px;
    opacity: 0.85; }
    .footer .social .social-text {
      color: #196F42; }
  .footer .info .info-title {
    font-weight: 600; }
  .footer .info-detail {
    font-weight: 600; }
  .footer .copy-right {
    margin-top: 50px; }
  .footer .regis {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    .footer .regis img {
      width: 100%;
      object-fit: scale-down; }

@media only screen and (min-width: 768px) {
  .uppercase {
    font-size: 18px; }
  .container {
    padding: 10px; } }

@media only screen and (max-width: 960px) {
  .footer {
    padding: 0px 0px 10px 0px; }
  .uppercase {
    font-size: 18px; } }

@media only screen and (max-width: 576px) {
  .text-name {
    padding: 0px 35px;
    margin-bottom: 20px; }
  .regis img {
    height: 60px; }
  .uppercase {
    font-size: 16px; } }

@media all and (orientation: landscape) {
  .footer .regis img {
    height: 60px; } }

.footer-en .footer-en-info {
  min-height: 196px;
  color: #fff;
  padding: 20px 40px 10px 40px;
  text-align: left;
  margin: 0px !important; }
  .footer-en .footer-en-info .footer_info .item_footer_info {
    margin-bottom: 4px; }
  .footer-en .footer-en-info .logo_farmer {
    text-align: center; }
    .footer-en .footer-en-info .logo_farmer .logo-footer-en2 {
      width: 250px; }

.footer-en .footer-en-info-2 {
  margin: 0px !important; }

.footer-en .footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 11px;
  margin: 0;
  height: 30px;
  line-height: 30px; }

@media only screen and (min-width: 768px) {
  .footer-en .logo-footer-en2 {
    margin: 50px 10px 10px 10px; } }

@media only screen and (max-width: 576px) {
  .footer-en .footer-en-info {
    padding: 20px 10px; }
  .footer-en .logo-footer-en2 {
    margin: 25px 10px 10px 10px; }
  .footer-en .logo-footer-en {
    padding-left: 55px; }
  .footer-en .footer_info {
    padding-left: 70px; } }

@media only screen and (max-width: 375px) {
  .footer-en .logo-footer-en {
    padding-left: 30px; }
  .footer-en .footer_info {
    padding-left: 45px; } }

@media only screen and (max-width: 320px) {
  .footer-en .logo-footer-en {
    padding-left: 20px; }
  .footer-en .footer_info {
    padding-left: 40px; } }

.homepage-card {
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  width: 50px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }
  .homepage-card .homepage-info {
    display: flex;
    flex-direction: column; }
    .homepage-card .homepage-info .homepage-ic {
      width: 30px;
      height: 30px;
      cursor: pointer;
      object-fit: scale-down;
      margin-bottom: 5px; }

.info-card {
  padding: 10px 5px 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  display: flex;
  justify-content: center; }
  .info-card .social-info {
    display: flex;
    flex-direction: column;
    direction: rtl; }
    .info-card .social-info .social-ic-parent {
      width: 30px;
      height: 30px;
      cursor: pointer;
      margin-bottom: 10px; }
    .info-card .social-info .social-ic {
      margin-bottom: 10px;
      width: 27px;
      height: 27px;
      cursor: pointer;
      border-radius: 50%; }

