@charset "UTF-8";
/* Topbar */
.header_topbar {
  padding-left: 40px;
  padding-right: 40px;
  border-bottom: 1px solid #253846; }
  .header_topbar .header-topbar {
    display: none;
    background: #e3f2fd;
    padding: 4px 0;
    border-bottom: 1px solid #c4e2fc;
    text-align: right; }
  .header_topbar .header-topbar .navTop {
    margin: 0;
    position: relative;
    text-align: left; }
  .header_topbar .header-topbar .navTop > li {
    display: inline-block;
    vertical-align: middle; }
  .header_topbar .navTop > li > a {
    font-size: 14px; }
  .header_topbar .navTop li a.link-login {
    height: 26px;
    line-height: 26px;
    color: #0180fe;
    font-family: 'sfuiText_bold';
    margin-left: 20px;
    border-bottom: 1px solid #0180fe;
    text-transform: uppercase; }
  @media (max-width: 991px) {
    .header_topbar .header-topbar {
      display: block; } }
  @media (max-width: 767.98px) {
    .header_topbar {
      padding-right: 15px;
      padding-left: 15px; }
      .header_topbar .header-topbar {
        display: block; }
      .header_topbar .navTop li a.link-login {
        display: none; } }

.hotline_topbar {
  flex: 0 0 183px;
  max-width: 183px;
  background: #4D8F14;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  margin: 0; }
  .hotline_topbar a {
    color: #fff;
    font-size: 16px;
    font-weight: 600; }
    .hotline_topbar a svg {
      width: 25px;
      height: 25px;
      margin-right: 12px; }

.menu_topbar {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px); }
  .menu_topbar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0;
    height: 100%; }
    .menu_topbar ul li {
      padding: 0 14px; }
      .menu_topbar ul li a {
        font-size: 12px;
        font-weight: 600;
        color: #253846; }
  @media (max-width: 767.98px) {
    .menu_topbar {
      flex: 8;
      max-width: inherit; }
      .menu_topbar ul li {
        padding: 0 8px; }
        .menu_topbar ul li a {
          font-size: 10px; } }

/* Header Bottom */
.header_bottom {
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #253846;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .header_bottom .header_bottom_logo {
    flex: 0 0 130px;
    max-width: 130px; }
  .header_bottom .header_bottom_menu {
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px); }
    .header_bottom .header_bottom_menu > ul {
      display: flex;
      flex-wrap: wrap; }
      .header_bottom .header_bottom_menu > ul > li a {
        font-size: 15px;
        font-weight: 700;
        color: #4D8F14;
        padding: 0 20px; }
      .header_bottom .header_bottom_menu > ul > li:hover .megamenu_child {
        display: block; }

.megamenu_child {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
  display: none; }
  .megamenu_child .megamenu_child_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .megamenu_child .megamenu_child_left {
    flex: 0 0 45%;
    max-width: 45%; }
    .megamenu_child .megamenu_child_left ul {
      display: flex;
      flex-wrap: wrap;
      margin-left: -30px;
      margin-right: -30px; }
      .megamenu_child .megamenu_child_left ul li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
        padding: 0 30px; }
        .megamenu_child .megamenu_child_left ul li a {
          font-size: 16px;
          font-weight: 700;
          color: #1389C9; }
  .megamenu_child .megamenu_child_right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    .megamenu_child .megamenu_child_right .megamenu_child_banner {
      flex: 0 0 calc(50% - 16px);
      max-width: calc(50% - 16px);
      position: relative; }
      .megamenu_child .megamenu_child_right .megamenu_child_banner .megamenu_child_banner_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        color: #fff;
        font-size: 18px;
        font-weight: 700; }
      .megamenu_child .megamenu_child_right .megamenu_child_banner .megamenu_child_banner_txt {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
        color: #fff;
        border-top: 2px solid #fff;
        width: 100%;
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .megamenu_child .megamenu_child_right .megamenu_child_banner .megamenu_child_banner_txt span:nth-child(1) {
          font-size: 18px; }
        .megamenu_child .megamenu_child_right .megamenu_child_banner .megamenu_child_banner_txt span:nth-child(2) {
          display: inline-block;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.8);
          width: 27px;
          height: 27px;
          line-height: 27px;
          text-align: center; }

/* Slider index */
.home-slider {
  position: relative; }

#sync1 .item {
  position: relative; }
  #sync1 .item .item-content {
    max-width: 650px;
    position: absolute;
    top: 120px;
    left: 120px;
    color: #fff; }
    #sync1 .item .item-content h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 16px;
      color: #fff; }
    #sync1 .item .item-content p {
      font-size: 16px; }
    #sync1 .item .item-content .item-content-btn a {
      display: inline-flex;
      background: rgba(255, 255, 255, 0.8);
      padding: 12px 16px;
      border-radius: 20px;
      font-weight: 500;
      align-items: center; }
      #sync1 .item .item-content .item-content-btn a svg {
        margin-left: 4px; }
  #sync1 .item img {
    width: 100%; }
  @media (max-width: 991.98px) {
    #sync1 .item .item-content {
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      right: 20px; }
      #sync1 .item .item-content h3 {
        font-size: 24px; }
      #sync1 .item .item-content p {
        font-size: 14px; } }

#sync2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  background: rgba(37, 56, 70, 0.4); }
  #sync2 .item {
    margin: 5px;
    color: #FFF;
    cursor: pointer;
    margin: 0;
    color: #fff;
    line-height: 24px;
    max-width: 170px;
    margin: 0 auto;
    padding-bottom: 24px;
    border-bottom: 2px solid #fff; }
    #sync2 .item span {
      padding-left: 48px;
      position: relative;
      font-weight: 700;
      font-size: 16px;
      display: inline-flex;
      min-height: 48px;
      align-items: center; }
      #sync2 .item span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #fff; }
  #sync2 .current .item span:before {
    background: #fff; }
  @media (max-width: 991.98px) {
    #sync2 {
      position: relative; } }

/* Home Aboutus */
.home-aboutus {
  overflow: hidden;
  padding: 80px 0;
  background: #F5F4ED; }
  .home-aboutus .home-aboutus-wrap {
    max-width: 460px; }
  .home-aboutus h2.home-aboutus-title {
    font-weight: 800;
    font-size: 48px;
    margin: 0;
    line-height: 64px; }
    .home-aboutus h2.home-aboutus-title span {
      display: block;
      color: #4D8F14; }
  .home-aboutus .home-aboutus-subtitle {
    font-size: 48px;
    font-weight: 800;
    color: #4D8F14;
    line-height: 64px; }
  .home-aboutus .home-aboutus-des {
    margin-top: 24px;
    font-size: 16px;
    color: #253846; }
  .home-aboutus .home-aboutus-btn {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .home-aboutus .home-aboutus-btn a {
      font-size: 14px;
      font-weight: 500; }
    .home-aboutus .home-aboutus-btn svg {
      margin-left: 4px; }
      .home-aboutus .home-aboutus-btn svg path {
        stroke: #253846; }

.home-aboutus-right {
  position: relative;
  min-height: 482px; }
  .home-aboutus-right .img-position-1 {
    position: absolute;
    top: 56px;
    width: 250px;
    z-index: 5; }
  .home-aboutus-right .img-position-2 {
    width: 170px;
    position: absolute;
    right: 40px;
    z-index: 1; }
  .home-aboutus-right .img-position-3 {
    width: 230px;
    position: absolute;
    right: 0;
    top: 222px;
    z-index: 2; }

@media (max-width: 1199.98px) and (min-width: 992px) {
  .home-aboutus {
    padding: 60px 0; } }

@media (max-width: 991.98px) and (min-width: 768px) {
  .home-aboutus {
    padding: 40px 0; }
    .home-aboutus h2.home-aboutus-title {
      font-size: 28px;
      line-height: 34px; }
    .home-aboutus .home-aboutus-subtitle {
      font-size: 28px;
      line-height: 34px; }
    .home-aboutus .home-aboutus-des {
      margin-top: 14px;
      font-size: 16px; }
    .home-aboutus .home-aboutus-btn {
      margin-top: 14px; }
  .home-aboutus-wrap {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .home-aboutus {
    padding: 40px 0; }
    .home-aboutus h2.home-aboutus-title {
      font-size: 28px;
      line-height: 34px; }
    .home-aboutus .home-aboutus-subtitle {
      font-size: 28px;
      line-height: 34px; }
    .home-aboutus .home-aboutus-des {
      margin-top: 14px;
      font-size: 16px; }
    .home-aboutus .home-aboutus-btn {
      margin-top: 14px; }
  .home-aboutus-wrap {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) and (min-width: 480px) {
  .home-aboutus-right .img-position-2 {
    width: 170px;
    left: 185px;
    right: auto; }
  .home-aboutus-right .img-position-3 {
    left: 178px;
    right: auto; } }

/* Home Slider Giới thiệu SP */
.home-slider-product {
  background-image: url(https://file.hstatic.net/200000917899/file/slider-product.png);
  padding: 60px 0;
  position: relative;
  background-size: cover;
  background-position: top left; }
  .home-slider-product .container {
    display: flex;
    justify-content: flex-end; }
  .home-slider-product .home-slider-owl-wrap {
    max-width: 690px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 32px;
    padding: 40px; }
    .home-slider-product .home-slider-owl-wrap .owl-carousel .owl-dots {
      position: absolute;
      bottom: -70px;
      left: 0;
      width: 100%;
      text-align: center; }
      .home-slider-product .home-slider-owl-wrap .owl-carousel .owl-dots .owl-dot {
        margin: 0 4px; }
        .home-slider-product .home-slider-owl-wrap .owl-carousel .owl-dots .owl-dot span {
          background: #F4F4F4;
          width: 8px;
          height: 8px;
          display: inline-block;
          border-radius: 50%;
          transition: all 0.2s ease; }
        .home-slider-product .home-slider-owl-wrap .owl-carousel .owl-dots .owl-dot.active span {
          width: 24px;
          border-radius: 4px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .home-slider-product .container {
      display: block; }
    .home-slider-product .home-slider-owl-wrap {
      max-width: 540px;
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .home-slider-product .container {
      display: block; }
    .home-slider-product .home-slider-owl-wrap {
      padding: 20px; } }

.home-slider-owl-item {
  position: relative; }
  .home-slider-owl-item .home-slider-owl-title {
    margin-bottom: 32px; }
    .home-slider-owl-item .home-slider-owl-title .title {
      font-size: 24px;
      font-weight: 800;
      color: #4D8F14;
      margin-bottom: 8px; }
    .home-slider-owl-item .home-slider-owl-title .subtitle {
      font-size: 16px;
      font-weight: 800;
      color: #253846;
      margin: 0; }
  .home-slider-owl-item .home-slider-owl-des {
    display: flex;
    flex-wrap: wrap; }
  .home-slider-owl-item .home-slider-owl-des-left {
    flex: 0 0 50%;
    max-width: 50%; }
    .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-title .title {
      font-size: 24px;
      font-weight: 800;
      color: #4D8F14;
      margin-bottom: 8px; }
    .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-title .subtitle {
      font-size: 16px;
      color: #253846;
      font-weight: 800;
      margin: 0; }
    .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-des {
      display: flex;
      flex-wrap: wrap;
      margin-top: 32px; }
    .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-btn {
      margin-top: 24px; }
      .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-btn a {
        background: #1389C9;
        padding: 8px 16px;
        border-radius: 16px;
        color: #fff;
        display: inline-flex; }
        .home-slider-owl-item .home-slider-owl-des-left .home-slider-owl-btn a svg {
          margin-left: 4px; }
  .home-slider-owl-item .home-slider-owl-des-right {
    flex: 0 0 50%;
    max-width: 50%; }
  @media (max-width: 575.98px) {
    .home-slider-owl-item .home-slider-owl-des {
      align-items: flex-end; }
      .home-slider-owl-item .home-slider-owl-des .home-slider-owl-des-left {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2; }
      .home-slider-owl-item .home-slider-owl-des .home-slider-owl-des-right {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        margin-bottom: 15px; }
    .home-slider-owl-item .home-slider-owl-title, .home-slider-owl-item .home-slider-owl-btn {
      text-align: center; } }

/* HOME ABOUT US TABS */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.home-tabs-aboutus {
  display: flex;
  flex-wrap: wrap; }
  .home-tabs-aboutus[data-tab="home-tab1"] {
    background: #def58b; }
  .home-tabs-aboutus[data-tab="home-tab2"] {
    background: #d3fcbd; }
  .home-tabs-aboutus[data-tab="home-tab3"] {
    background: #b5ffff; }

.home-tabs-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  text-align: center; }
  .home-tabs-head .home-tabs-head-item {
    font-size: 20px;
    color: rgba(37, 56, 70, 0.3);
    font-weight: 700;
    cursor: pointer; }
    .home-tabs-head .home-tabs-head-item.active {
      color: #253846; }

.home-tabs-content {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px); }
  .home-tabs-content .home-tabs-item {
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
    .home-tabs-content .home-tabs-item.active {
      display: flex;
      flex-wrap: wrap; }
    .home-tabs-content .home-tabs-item .home-tabs-item-left {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 24px 12px;
      flex: 0 0 100%;
      max-width: 100%; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left h3 {
        font-weight: 800;
        font-size: 32px; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left .home-tabs-item-des {
        margin-bottom: 24px;
        font-size: 16px;
        color: #253846; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left .home-tabs-item-btn a {
        background: #1389C9;
        display: inline-block;
        padding: 8px 16px;
        border-radius: 16px;
        color: #fff;
        font-weight: 500; }
    .home-tabs-content .home-tabs-item .home-tabs-item-right img {
      width: 100%; }

@media (min-width: 992px) {
  .home-tabs-head {
    flex: 0 0 120px;
    max-width: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    -webkit-writing-mode: vertical-lr;
    /* old Win safari */
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    /* actually 
		writing-mode:sideways-lr; would be the one , but not avalaible everywhere so, let's transform */
    transform: scale(-1, -1);
    text-align: center; }
    .home-tabs-head .home-tabs-head-item {
      font-size: 20px;
      color: rgba(37, 56, 70, 0.3);
      font-weight: 700;
      cursor: pointer; }
      .home-tabs-head .home-tabs-head-item.active {
        color: #253846; }
  .home-tabs-content {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px); }
    .home-tabs-content .home-tabs-item .home-tabs-item-left {
      flex: 0 0 380px;
      max-width: 380px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 24px 12px; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left h3 {
        font-weight: 800;
        font-size: 32px; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left .home-tabs-item-des {
        margin-bottom: 24px;
        font-size: 16px;
        color: #253846; }
      .home-tabs-content .home-tabs-item .home-tabs-item-left .home-tabs-item-btn a {
        background: #1389C9;
        display: inline-block;
        padding: 8px 16px;
        border-radius: 16px;
        color: #fff;
        font-weight: 500; }
    .home-tabs-content .home-tabs-item .home-tabs-item-right {
      flex: 0 0 calc(100% - 380px);
      max-width: calc(100% - 380px); }
      .home-tabs-content .home-tabs-item .home-tabs-item-right img {
        width: 100%; } }

@media (max-width: 991.98px) {
  .home-tabs-head {
    flex: 0 0 100%;
    max-width: 100%; }
    .home-tabs-head .home-tabs-head-item {
      padding: 24px 12px; }
  .home-tabs-content {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .home-tabs-content .home-tabs-item .home-tabs-item-left {
    flex: 0 0 50%;
    max-width: 50%; }
    .home-tabs-content .home-tabs-item .home-tabs-item-left h3 {
      font-size: 24px; }
  .home-tabs-content .home-tabs-item .home-tabs-item-right {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 575.98px) {
  .home-tabs-head .home-tabs-head-item {
    font-size: 16px; }
  .home-tabs-content .home-tabs-item .home-tabs-item-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px; }
    .home-tabs-content .home-tabs-item .home-tabs-item-left h3 {
      font-size: 24px; }
  .home-tabs-content .home-tabs-item .home-tabs-item-right {
    flex: 0 0 100%;
    max-width: 100%; } }

/* Home BLog*/
.home-baocaotaichinh-quanhecodong {
  padding: 72px 0; }
  .home-baocaotaichinh-quanhecodong h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-color: #73C22F;
    text-underline-offset: 16px; }

.home-baocaotaichinh-quanhecodong-left {
  max-width: 538px;
  margin: 0 auto; }

.home-baocaotaichinh-quanhecodong-right {
  max-width: 538px;
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .home-baocaotaichinh-quanhecodong-right {
      margin-top: 30px; } }

.home-baocaotaichinh-quanhecodong .home-baocaotaichinh-image img {
  width: 100%; }

.home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content {
  margin-top: 24px; }
  .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content .des {
    margin-top: 8px; }
  .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content .action {
    margin-top: 8px; }
    .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content .action a {
      font-weight: 500; }
      .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content .action a svg {
        margin-left: 4px; }
        .home-baocaotaichinh-quanhecodong .home-baocaotaichinh-content .action a svg path {
          stroke: #253846; }

.home-baocaotaichinh-quanhecodong-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E2E0; }
  .home-baocaotaichinh-quanhecodong-item h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .home-baocaotaichinh-quanhecodong-item .des {
    margin-top: 8px; }
  .home-baocaotaichinh-quanhecodong-item .action {
    margin-top: 8px; }
    .home-baocaotaichinh-quanhecodong-item .action a {
      font-weight: 500; }
      .home-baocaotaichinh-quanhecodong-item .action a svg {
        stroke: #253846;
        margin-left: 4px; }
        .home-baocaotaichinh-quanhecodong-item .action a svg path {
          stroke: #253846; }
  .home-baocaotaichinh-quanhecodong-item:last-child {
    border-bottom: 0; }

.home-blog {
  padding-bottom: 72px;
  overflow: hidden; }
  .home-blog h2 {
    font-size: 40px;
    color: #253846;
    margin-bottom: 32px;
    padding: 0 40px; }
    .home-blog h2 span {
      display: inline-block;
      padding-bottom: 8px;
      border-bottom: 2px solid #73C22F; }
    @media (max-width: 991.98px) {
      .home-blog h2 {
        padding: 0 15px;
        font-size: 24px; } }
  .home-blog .slider-home-blog {
    margin: 0 auto;
    overflow: hidden;
    width: 100%; }
  @media (min-width: 992px) {
    .home-blog .slider-home-blog {
      margin-left: 40px; } }
  @media (max-width: 991.98px) {
    .home-blog .slider-home-blog {
      margin-left: 15px; } }
  .home-blog .slick-list {
    padding-left: 0px !important; }

.swiper-container {
  overflow: hidden; }

.home-blog-owl .home-blog-owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 8px;
  border: 1px solid #4D8F14;
  border-radius: 50%;
  background: #fff;
  left: 0;
  z-index: 10; }
  .home-blog-owl .home-blog-owl-prev svg {
    transform: rotate(180deg);
    fill: #4D8F14; }

.home-blog-owl .home-blog-owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 8px;
  border: 1px solid #4D8F14;
  border-radius: 50%;
  background: #fff;
  right: 60px;
  z-index: 10; }
  .home-blog-owl .home-blog-owl-next svg {
    fill: #4D8F14; }

.home-blog-item {
  margin-right: 24px; }
  .home-blog-item .home-blog-item-image {
    position: relative; }
    .home-blog-item .home-blog-item-image img {
      width: 100%; }
    .home-blog-item .home-blog-item-image .tag-danhmuc {
      padding: 4px 16px;
      position: absolute;
      top: 16px;
      left: 16px;
      z-index: 9;
      background: #fff;
      border-radius: 20px;
      font-size: 16px;
      color: #253846; }
  .home-blog-item .home-blog-item-content {
    margin-top: 16px; }
    .home-blog-item .home-blog-item-content .home-blog-item-date {
      color: #B8B8B8;
      font-size: 16px;
      margin-bottom: 8px; }
    .home-blog-item .home-blog-item-content .home-blog-item-title {
      font-size: 18px;
      margin-bottom: 8px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home-blog-item .home-blog-item-content .home-blog-item-des {
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home-blog-item .home-blog-item-content .home-blog-item-btn {
      margin-top: 16px; }
      .home-blog-item .home-blog-item-content .home-blog-item-btn svg {
        margin-left: 4px; }
        .home-blog-item .home-blog-item-content .home-blog-item-btn svg path {
          stroke: #253846; }

.layout-pageDetail {
  margin: 60px 0; }
  @media (max-width: 991.98px) {
    .layout-pageDetail {
      margin: 30px 0; } }

/* Hệ Thống thành viên */
.page-hethongthanhvien-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px; }
  .page-hethongthanhvien-item .page-hethongthanhvien-left {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; }
    .page-hethongthanhvien-item .page-hethongthanhvien-left img {
      position: relative;
      z-index: 3; }
    .page-hethongthanhvien-item .page-hethongthanhvien-left:before {
      content: '';
      position: absolute;
      top: -32px;
      height: calc(100% + 64px);
      bottom: -32px;
      left: 40px;
      right: 40px;
      width: calc(100% - 80px);
      background: #F5F4ED;
      z-index: 1; }
  .page-hethongthanhvien-item .page-hethongthanhvien-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 105px;
    display: flex;
    flex-wrap: wrap; }
  .page-hethongthanhvien-item .page-hethongthanhvien-head {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px; }
    .page-hethongthanhvien-item .page-hethongthanhvien-head span {
      border-bottom: 2px solid #73C22F;
      padding-bottom: 8px;
      display: inline-block; }
  .page-hethongthanhvien-item .page-hethongthanhvien-des {
    line-height: 24px;
    font-size: 16px; }
  .page-hethongthanhvien-item:last-child {
    margin-bottom: 0px; }
  @media (min-width: 992px) {
    .page-hethongthanhvien-item.right .page-hethongthanhvien-left {
      order: 2; }
    .page-hethongthanhvien-item.right .page-hethongthanhvien-right {
      order: 1;
      justify-content: flex-end;
      padding-left: 0;
      padding-right: 105px; } }
  @media (max-width: 991.98px) {
    .page-hethongthanhvien-item {
      margin-bottom: 60px; }
      .page-hethongthanhvien-item .page-hethongthanhvien-left, .page-hethongthanhvien-item .page-hethongthanhvien-right {
        flex: 0 0 100%;
        max-width: 100%; }
      .page-hethongthanhvien-item .page-hethongthanhvien-right {
        padding-left: 0;
        padding-top: 60px; } }

.wrapper-contentBlogs .title-blog {
  padding: 30px 0 60px; }
  .wrapper-contentBlogs .title-blog span {
    padding-bottom: 8px;
    border-bottom: 2px solid #73C22F; }
  @media (max-width: 991.98px) {
    .wrapper-contentBlogs .title-blog {
      padding: 15px 0 30px;
      font-size: 30px; } }

/* Catalogue */
.catalogue-btn {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
  gap: 64px; }
  .catalogue-btn a {
    display: inline-flex;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #4D8F14;
    color: #4D8F14;
    border-radius: 8px; }
    .catalogue-btn a svg {
      width: 24px;
      height: 24px;
      margin-left: 10px; }
    .catalogue-btn a img {
      margin-right: 10px; }
  @media (max-width: 767.98px) {
    .catalogue-btn {
      gap: 20px;
      padding-top: 30px; }
      .catalogue-btn span {
        display: none; } }

.catalogue-lists-wrap {
  margin-top: 30px; }
  .catalogue-lists-wrap h2 {
    margin-bottom: 30px; }
    .catalogue-lists-wrap h2 span {
      display: inline-block;
      padding-bottom: 8px;
      border-bottom: 2px solid #73C22F; }
    @media (max-width: 767.98px) {
      .catalogue-lists-wrap h2 {
        font-size: 26px; } }
  .catalogue-lists-wrap .catalogue-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .catalogue-lists-wrap .catalogue-lists .catalogue-lists-item {
      flex: 0 0 calc(33.333% - 13.333px);
      max-width: calc(33.333% - 13.333px);
      margin-bottom: 24px; }
      .catalogue-lists-wrap .catalogue-lists .catalogue-lists-item .catalogue-lists-title {
        margin-top: 16px;
        font-size: 20px;
        text-align: center; }
        .catalogue-lists-wrap .catalogue-lists .catalogue-lists-item .catalogue-lists-title a {
          color: #4D8F14;
          display: block; }
      @media (max-width: 767.98px) {
        .catalogue-lists-wrap .catalogue-lists .catalogue-lists-item {
          flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px); }
          .catalogue-lists-wrap .catalogue-lists .catalogue-lists-item .catalogue-lists-title {
            font-size: 18px; } }

/* List Trang Vùng nguyên liệu, hệ thống sản xuất, nuôi cấy..... */
.page-vungnguyenlieu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 80px 0; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-left {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-right: 110px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap; }
    .page-vungnguyenlieu-item .page-vungnguyenlieu-right-wrap {
      max-width: 330px; }
    .page-vungnguyenlieu-item .page-vungnguyenlieu-right img {
      width: 100%; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-head {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px; }
    .page-vungnguyenlieu-item .page-vungnguyenlieu-head span {
      border-bottom: 2px solid #73C22F;
      padding-bottom: 8px;
      display: inline-block; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-des {
    line-height: 24px;
    font-size: 16px; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-left-wrap {
    flex: 0 0 100%;
    max-width: 100%; }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-left-imglist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    .page-vungnguyenlieu-item .page-vungnguyenlieu-left-imglist img {
      flex: 0 0 calc(33.3333% - 8.3333px);
      max-width: calc(33.33333% - 10px); }
  .page-vungnguyenlieu-item .page-vungnguyenlieu-right-imglist {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px; }
    .page-vungnguyenlieu-item .page-vungnguyenlieu-right-imglist img {
      width: 100%;
      flex: 0 0 calc(33.3333% - 10px);
      max-width: calc(33.3333% - 10px); }
  .page-vungnguyenlieu-item.right {
    background: #F5F4ED; }
  @media (min-width: 1366px) {
    .page-vungnguyenlieu-item {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 992px) {
    .page-vungnguyenlieu-item.right .page-vungnguyenlieu-left {
      order: 2;
      padding-right: 0;
      padding-left: 110px; }
    .page-vungnguyenlieu-item.right .page-vungnguyenlieu-right {
      order: 1; } }
  @media (max-width: 991.98px) {
    .page-vungnguyenlieu-item {
      padding: 30px 15px; }
      .page-vungnguyenlieu-item .page-vungnguyenlieu-left, .page-vungnguyenlieu-item .page-vungnguyenlieu-right {
        flex: 0 0 100%;
        max-width: 100%; }
      .page-vungnguyenlieu-item .page-vungnguyenlieu-left {
        padding-right: 0; }
      .page-vungnguyenlieu-item .page-vungnguyenlieu-left-imglist {
        margin-top: 30px; }
      .page-vungnguyenlieu-item .page-vungnguyenlieu-right {
        padding-top: 30px; } }

/* Blog văn hóa doanh nghiệp */
.wrapper-contentBlogs .heading-page {
  margin: 0; }
  .wrapper-contentBlogs .heading-page h1 {
    display: inline-block;
    border-bottom: 2px solid #73C22F;
    padding-bottom: 8px; }
    .wrapper-contentBlogs .heading-page h1 span {
      display: block; }
      .wrapper-contentBlogs .heading-page h1 span:first-child {
        font-weight: 500;
        font-size: 24px; }
      .wrapper-contentBlogs .heading-page h1 span:last-child {
        font-weight: 600;
        font-size: 40px;
        color: #4D8F14; }

.wrapper-contentBlogs .content-page {
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .wrapper-contentBlogs .content-page {
      margin-top: 30px; } }

/* Collection & Product loop new */
.collection-description {
  margin-top: 30px;
  padding-bottom: 30px; }

.product-loop-new-content {
  display: flex;
  flex-wrap: wrap;
  background: #F5F4ED;
  padding: 16px;
  position: relative;
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .product-loop-new-content {
      padding: 8px; } }

.product-loop-new-title {
  flex: 1 1 auto; }
  .product-loop-new-title h3 {
    font-size: 16px;
    height: 40px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .product-loop-new-title h3 a {
      font-size: 20px;
      font-weight: 600;
      color: #4D8F14;
      white-space: initial;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      text-align: center; }
  @media (max-width: 767.98px) {
    .product-loop-new-title {
      flex: 0 0 100%;
      max-width: 100%; } }

.product-loop-new-tags-new {
  flex: 1 1 auto; }
  .product-loop-new-tags-new .new {
    padding: 4px 12px;
    display: inline-block;
    background: #253846;
    color: #fff;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .product-loop-new-tags-new {
      flex: 0 0 100%;
      max-width: 100%;
      position: absolute;
      right: 8px;
      top: 8px; } }

.product-loop-new-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 4px; }
  .product-loop-new-brand img {
    width: 16px !important; }
  .product-loop-new-brand span {
    margin-left: 8px;
    font-size: 16px;
    color: #253846;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .product-loop-new-brand {
      margin-bottom: 8px; } }

.product-loop-new-viewmore {
  padding: 16px;
  background: #F5F4ED; }
  .product-loop-new-viewmore a {
    font-weight: 500; }
    .product-loop-new-viewmore a svg {
      margin-left: 4px; }
  @media (max-width: 767.98px) {
    .product-loop-new-viewmore {
      padding: 8px; } }

/*Collection Nha Đam */
.collection-heading-top {
  display: flex;
  flex-wrap: wrap;
  background: #F5F4ED; }
  .collection-heading-top .collection-heading-top-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 40px; }
    .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap {
      max-width: 570px; }
      .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap h1 {
        font-size: 56px;
        font-weight: 700;
        position: relative;
        margin-bottom: 32px;
        padding-bottom: 32px; }
        .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap h1:after {
          content: '';
          height: 2px;
          background: #73C22F;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 200px; }
    .collection-heading-top .collection-heading-top-content .collection-heading-top-des {
      font-size: 16px; }
  .collection-heading-top .collection-heading-top-image {
    flex: 0 0 50%;
    max-width: 50%; }
  @media (max-width: 991.98px) {
    .collection-heading-top .collection-heading-top-content {
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center;
      padding-right: 15px;
      padding-left: 15px; }
      .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap {
        margin-bottom: 30px;
        margin-top: 30px; }
        .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap h1 {
          font-size: 36px;
          margin-bottom: 20px;
          padding-bottom: 20px; }
    .collection-heading-top .collection-heading-top-image {
      flex: 0 0 100%;
      max-width: 100%; }
      .collection-heading-top .collection-heading-top-image img {
        width: 100%; } }
  @media (max-width: 767.98px) {
    .collection-heading-top .collection-heading-top-content .collection-heading-top-wrap h1 {
      font-size: 26px; } }

.collection-banner-nhadam {
  padding: 60px 0; }
  .collection-banner-nhadam h2 {
    margin-bottom: 60px; }
    .collection-banner-nhadam h2 span {
      padding-bottom: 8px;
      display: inline-block;
      border-bottom: 2px solid #73C22F; }
  @media (max-width: 1199.98px) {
    .collection-banner-nhadam {
      padding: 30px 0; }
      .collection-banner-nhadam h2 {
        margin-bottom: 30px; } }
  .collection-banner-nhadam .collection-donggoi-image {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    .collection-banner-nhadam .collection-donggoi-image img {
      flex: 0 0 calc(33.3333% - 26.6666px);
      max-width: calc(33.3333% - 26.6666px); }
  .collection-banner-nhadam.collection-donggoi3 .collection-donggoi-image img {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px); }
  @media (max-width: 767.98px) {
    .collection-banner-nhadam .collection-donggoi-image {
      display: flex;
      flex-wrap: wrap;
      gap: 40px; }
      .collection-banner-nhadam .collection-donggoi-image img {
        flex: 0 0 100%;
        max-width: 100%; }
    .collection-banner-nhadam.collection-donggoi3 .collection-donggoi-image img {
      flex: 0 0 100%;
      max-width: 100%; } }

/* Cờ */
.language_navtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.language_navtitle svg {
  margin-left: 5px; }

.language_navtop ul,
.language_navtop li {
  margin: 0 !important;
  padding: 0 !important; }

.language_navtop {
  position: relative;
  line-height: 38px;
  margin-left: 10px;
  margin-top: 5px; }

.language_navtop .language_navtitle span {
  display: inline-block;
  vertical-align: middle; }

.language_navtop .language_navtitle > i,
.language_navtop .language_navtitle > .fa,
.language_navtop .language_navtitle > svg {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear; }

.language_navtop:hover .language_navtitle > i,
.language_navtop:hover .language_navtitle > .fa,
.language_navtop:hover .language_navtitle > svg {
  color: #2979ff;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.language_navtop .language_navtitle span svg,
.language_dropdown ul li > a span svg {
  width: 30px;
  height: 30px;
  display: block; }

.language_navcontent {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: -7px;
  width: 165px;
  padding: 0 10px 10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.language_navcontent .language_dropdown {
  background: #fff;
  border-radius: 4px;
  margin-top: 20px;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2); }

.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 45px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul {
  background-color: #fff;
  position: relative;
  z-index: 2; }

.language_dropdown ul li {
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.language_dropdown ul li + li {
  border-top: 1px solid #dfe3e8; }

.language_dropdown ul li > a {
  font-size: 13px;
  color: #3d5067;
  display: block !important;
  text-align: left;
  line-height: initial;
  padding: 5px 9px; }

.language_dropdown ul li > a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.language_dropdown ul li:hover {
  background: #e3f2fd; }

.language_dropdown ul li:hover a {
  text-decoration: none; }

.language_dropdown ul li:hover a:after {
  display: none; }

.language_hovertop:hover .language_navcontent {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px); }

.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {
  border-top-color: #e3f2fd;
  border-right-color: #e3f2fd; }

.header-topbar {
  display: none;
  background: #e3f2fd;
  padding: 4px 0;
  border-bottom: 1px solid #c4e2fc;
  text-align: right; }

.header-topbar .navTop {
  margin: 0;
  position: relative; }

.header-topbar .navTop > li {
  display: inline-block;
  vertical-align: middle; }

.navTop > li > a {
  font-size: 14px; }

.navTop li.language_mobile {
  position: relative;
  cursor: pointer;
  float: left; }

.navTop li.language_mobile .language_flag {
  background-color: #fff;
  border: 1px solid #d8edff;
  height: 22px;
  line-height: 19px;
  padding: 0px 20px 0px 28px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  color: #3d5067;
  font-size: 12px; }

.navTop li.language_mobile .language_flag .flag {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 5px;
  display: inline-block; }

.navTop li.language_mobile .language_flag .flag.en {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzMiIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMzciLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyODgsODUuMzMgMjI0LDg1LjMzIDIyNCwyMjMuOTk2IDAsMjIzLjk5NiAwLDI4Ny45OTYgMjI0LDI4Ny45OTYgMjI0LDQyNi42NjIgMjg4LDQyNi42NjIgMjg4LDI4Ny45OTYgNTEyLDI4Ny45OTYgNTEyLDIyMy45OTYgMjg4LDIyMy45OTYgIi8+PGc+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iMzkzLjc4NSwzMTUuMzU4IDUxMiwzODEuMDM0IDUxMiwzMTUuMzU4ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6IzAwNTJCNDsiIHBvaW50cz0iNDU4LjYzNCw0MjYuNjYyIDMxMS42NTIsMzQ0Ljk5OCAzMTEuNjUyLDQyNi42NjIgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiBwb2ludHM9IjMxMS42NTIsMzE1LjM1OCA1MTIsNDI2LjY2MiA1MTIsMzk1LjE4OCAzNjguMzA3LDMxNS4zNTggIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMzExLjY1MiwzMTUuMzU4IDUxMiw0MjYuNjYyIDUxMiwzOTUuMTg4IDM2OC4zMDcsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSI5MC4zNDEsMzE1LjM1NiAwLDM2NS41NDYgMCwzMTUuMzU2ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjIwMC4zNDgsMzI5LjUxIDIwMC4zNDgsNDI2LjY2MSAyNS40OTEsNDI2LjY2MSAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0Q4MDAyNzsiIHBvaW50cz0iMTQzLjY5MywzMTUuMzU4IDAsMzk1LjE4OCAwLDQyNi42NjIgMCw0MjYuNjYyIDIwMC4zNDgsMzE1LjM1OCAiLz48Zz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIxMTguMjE1LDE5Ni42MzQgMCwxMzAuOTU4IDAsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjUzLjM2Niw4NS4zMyAyMDAuMzQ4LDE2Ni45OTQgMjAwLjM0OCw4NS4zMyAiLz48L2c+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0YwRjBGMDsiIHBvaW50cz0iMjAwLjM0OCwxOTYuNjM0IDAsODUuMzMgMCwxMTYuODA0IDE0My42OTMsMTk2LjYzNCAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIyMDAuMzQ4LDE5Ni42MzQgMCw4NS4zMyAwLDExNi44MDQgMTQzLjY5MywxOTYuNjM0ICIvPjxnPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiMwMDUyQjQ7IiBwb2ludHM9IjQyMS42NTksMTk2LjYzNiA1MTIsMTQ2LjQ0NiA1MTIsMTk2LjYzNiAiLz48cG9seWdvbiBzdHlsZT0iZmlsbDojMDA1MkI0OyIgcG9pbnRzPSIzMTEuNjUyLDE4Mi40ODIgMzExLjY1Miw4NS4zMzEgNDg2LjUwOSw4NS4zMzEgIi8+PC9nPjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEODAwMjc7IiBwb2ludHM9IjM2OC4zMDcsMTk2LjYzNCA1MTIsMTE2LjgwNCA1MTIsODUuMzMgNTEyLDg1LjMzIDMxMS42NTIsMTk2LjYzNCAiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.vn {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgcG9pbnRzPSIxOTYuNjQxLDg1LjMzNyAwLDg1LjMzNyAwLDQyNi42NjMgMTk2LjY0MSw0MjYuNjYzIDUxMiw0MjYuNjYzIDUxMiw4NS4zMzcgIi8+PHBvbHlnb24gc3R5bGU9ImZpbGw6I0ZGREE0NDsiIHBvaW50cz0iMjU2LDE1Ny4yNzkgMjc4LjY2MywyMjcuMDI2IDM1MiwyMjcuMDI2IDI5Mi42NjgsMjcwLjEzMiAzMTUuMzMyLDMzOS44ODEgMjU2LDI5Ni43NzQgMTk2LjY2OCwzMzkuODgxIDIxOS4zMzIsMjcwLjEzMiAxNjAsMjI3LjAyNiAyMzMuMzM3LDIyNy4wMjYgIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li.language_mobile .language_flag .flag.th {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHBhdGggc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIGQ9Ik01MDMuMiw0MjMuN0g4LjhjLTQuOSwwLTguOC00LTguOC04LjhWOTcuMWMwLTQuOSw0LTguOCw4LjgtOC44aDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2MzE3LjggQzUxMiw0MTkuOCw1MDgsNDIzLjcsNTAzLjIsNDIzLjd6Ij48L3BhdGg+IDxnPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTUwMy4yLDQyMy43SDguOGMtNC45LDAtOC44LTQtOC44LTguOHYtNDQuMWg1MTJ2NDQuMUM1MTIsNDE5LjgsNTA4LDQyMy43LDUwMy4yLDQyMy43eiI+PC9wYXRoPiA8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTguOCw4OC4zaDQ5NC4zYzQuOSwwLDguOCw0LDguOCw4Ljh2NDQuMUgwVjk3LjFDMCw5Mi4yLDQsODguMyw4LjgsODguM3oiPjwvcGF0aD4gPC9nPiA8cmVjdCB5PSIxOTQuMiIgc3R5bGU9ImZpbGw6IzQxNDc5QjsiIHdpZHRoPSI1MTIiIGhlaWdodD0iMTIzLjYiPjwvcmVjdD4gPC9zdmc+);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center; }

.navTop li a.link-login {
  height: 26px;
  line-height: 26px;
  color: #0180fe;
  font-family: 'sfuiText_bold';
  margin-left: 20px;
  border-bottom: 1px solid #0180fe;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .header-topbar {
    display: block; }
  .language_mobile .language_navcontent {
    left: -15px; }
  .language_mobile .language_navcontent .language_dropdown:after,
  .language_mobile .language_navcontent .language_dropdown:before {
    right: 72%; } }

@media (max-width: 767px) {
  .header-topbar {
    display: block; }
  .navTop li a.link-login {
    display: none; } }

.navItem-language img {
  width: 30px; }

/* Cờ - end */
