@charset "UTF-8";
/* 1.6 - Variable */
.article-loop .article-title .post-title a, .article-loop .article-detail .entry-content {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/*===== BLOGS +++ ARTICLE  =================================*/
/* Blog */
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
  margin-bottom: 0; }

.boxBlog-left {
  padding-right: 30px; }

.boxBlog-right {
  padding-left: 0; }

.heading-page {
  margin-bottom: 20px; }

.heading-page h1 {
  font-size: 28px;
  margin: 0; }

.blogs-grid-slide__wrapper {
  background-color: #f9f86c;
  border-radius: 20px;
  padding: 20px;
  margin: 30px 0; }
  .blogs-grid-slide__wrapper .blogs-grid-slide__heading h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center; }
  .blogs-grid-slide__wrapper .blogs-grid-slide__content {
    padding: 0 15px;
    position: relative; }
    .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn {
      position: absolute;
      top: 45%;
      bottom: 45%;
      margin: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      border: none;
      background-color: rgba(17, 17, 17, 0.3);
      border-radius: 100%;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
      transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
      -o-transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
      transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
      transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn.slick-prev {
        left: -32px; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn.slick-next {
        right: -32px; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn:hover {
        background-color: #111111; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn svg {
        width: 12px;
        height: 12px; }
        .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn svg * {
          fill: #ffffff; }
  .blogs-grid-slide__wrapper .list-article-slider:not(.slick-initialized) {
    display: flex;
    display: -ms-flex; }
  .blogs-grid-slide__wrapper .article-loop {
    padding: 0 0; }
    .blogs-grid-slide__wrapper .article-loop .article-image img {
      width: 100%; }
  @media (min-width: 992px) {
    .blogs-grid-slide__wrapper {
      padding: 40px; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__heading h2 {
        font-size: 30px;
        text-align: left;
        margin-bottom: 2em; }
      .blogs-grid-slide__wrapper .blogs-grid-slide__content {
        padding: 0 25px; }
        .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn {
          width: 50px;
          height: 50px; }
          .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn.slick-prev {
            left: -50px; }
          .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn.slick-next {
            right: -50px; }
          .blogs-grid-slide__wrapper .blogs-grid-slide__content .slick-btn svg {
            width: 20px;
            height: 20px; }
      .blogs-grid-slide__wrapper .article-loop {
        padding: 0 15px; } }

.blogs-featured-category .blogs-featured-category__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px; }
  .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0; }
  .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    padding-bottom: 10px; }
    @media (min-width: 992px) {
      .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items {
        flex-wrap: wrap;
        overflow-x: hidden; } }
    .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items .blogs-featured-category__item {
      border: 1px solid #d9d9d9;
      border-radius: 10px;
      padding: 8px 20px;
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items .blogs-featured-category__item:hover, .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items .blogs-featured-category__item.active {
        background-color: #d9d9d9; }
  @media (min-width: 992px) {
    .blogs-featured-category .blogs-featured-category__wrapper {
      flex-wrap: nowrap;
      margin-bottom: 30px; }
      .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items {
        padding-bottom: 0; }
        .blogs-featured-category .blogs-featured-category__wrapper .blogs-featured-category__items .blogs-featured-category__item {
          font-size: 20px;
          line-height: 1.5; } }

.list-article-content {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .list-article-content button {
    position: absolute;
    top: -50px;
    right: 7px;
    border: none;
    background: transparent;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset; }
    .list-article-content button.slick-prev {
      right: 60px; }
    .list-article-content button.slick-disabled {
      opacity: 0.7; }

/* Article Loop */
.article-loop {
  margin-bottom: 30px; }
  .article-loop .article-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08); }
  .article-loop .article-image {
    position: relative;
    overflow: hidden; }
  .article-loop .article-image img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .article-loop .article-detail {
    padding: 15px 20px; }
  .article-loop .article-title .post-title {
    font-size: 20px; }
  .article-loop .article-detail .entry-content {
    font-size: 16px;
    margin-bottom: 8px; }
  .article-loop .article-post-meta {
    font-size: 13px;
    color: #74839f;
    margin: 0 0 5px; }
    .article-loop .article-post-meta a {
      color: #757575; }
    .article-loop .article-post-meta a:hover {
      color: var(--shop-color-hover); }
    .article-loop .article-post-meta span {
      position: relative; }
    .article-loop .article-post-meta span + span:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: -1px 10px 0;
      border-radius: 100%;
      background-color: #74839f;
      opacity: 0.4;
      vertical-align: middle; }
    @media (max-width: 991px) {
      .article-loop .article-post-meta {
        font-size: 10px; }
      .article-loop .article-post-meta span + span:before {
        margin: 0 2px; }
      .article-loop .article-post-meta span.comment:before {
        margin-right: 5px; } }
  @media (min-width: 1200px) {
    .article-loop .article-inner:hover .article-image img {
      transform: scale(1.07);
      -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      opacity: 0.8; } }

/* Article */
.wrapper-contentArticle, .wrapper-contentBlogs {
  margin-bottom: 40px; }

.wrapper-contentArticle .heading-article {
  margin: 0px 0 20px; }

.wrapper-contentArticle .heading-article h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px; }

.boxArticle-detail {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }

.inforArticle-content .article-content > div {
  margin-bottom: 30px; }

.inforArticle-content .article-content .box-article-detail {
  max-width: 860px;
  margin: 0 auto 30px; }
  .inforArticle-content .article-content .box-article-detail * {
    line-height: 22px; }
  .inforArticle-content .article-content .box-article-detail ul:not(.table-content) {
    list-style-type: initial !important;
    padding-left: 1rem; }
    .inforArticle-content .article-content .box-article-detail ul:not(.table-content) li {
      margin-bottom: 15px; }
  .inforArticle-content .article-content .box-article-detail table, .inforArticle-content .article-content .box-article-detail th, .inforArticle-content .article-content .box-article-detail td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px; }
  .inforArticle-content .article-content .box-article-detail a {
    color: #2980b9;
    font-weight: bold; }

.inforArticle-content .article-post-meta {
  font-size: 13px;
  color: #74839f;
  margin: 0 0 5px; }
  .inforArticle-content .article-post-meta a {
    color: #757575; }
  .inforArticle-content .article-post-meta a:hover {
    color: var(--shop-color-hover); }
  .inforArticle-content .article-post-meta span {
    position: relative; }
  .inforArticle-content .article-post-meta span + span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #74839f;
    opacity: 0.4;
    vertical-align: middle; }
  @media (max-width: 991px) {
    .inforArticle-content .article-post-meta {
      font-size: 10px; }
    .inforArticle-content .article-post-meta span + span:before {
      margin: 0 2px; }
    .inforArticle-content .article-post-meta span.comment:before {
      margin-left: 0;
      margin-right: 5px; } }

.inforArticle-content .post-navigation {
  border-top: 1px solid var(--shop-color-border);
  width: 100%;
  display: inline-block;
  font-size: 16px;
  padding: 25px 0 0; }
  .inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 13px;
    margin: 0 -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a {
      color: var(--shop-color-text); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
      color: var(--shop-color-hover); }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
      font-size: 14px;
      color: var(--shop-color-title);
      font-weight: 600; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
      text-align: right;
      font-weight: 600; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
      vertical-align: -1px;
      width: 12px;
      color: var(--shop-color-text);
      height: 12px;
      margin: 0 4px; }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
      display: inline-block;
      position: relative;
      width: 1px;
      height: 12px;
      margin: 0 18px;
      background: var(--shop-color-text);
      opacity: 0.8;
      vertical-align: middle; }

.inforArticle-content .box-article-detail h2 {
  font-size: 22px; }

.inforArticle-content .box-article-detail h3 {
  font-size: 20px; }

.inforArticle-content .box-article-detail h4, .inforArticle-content .box-article-detail h5, .inforArticle-content .box-article-detail h6 {
  font-size: 18px; }

.inforArticle-content .box-article-tags {
  font-size: 16px; }

.inforArticle-content .box-article-tags a {
  color: red; }

.inforArticle-content .box-article-sharing ul {
  display: -webkit-flex;
  display: flex;
  gap: 10px; }

.inforArticle-content .box-article-sharing svg {
  width: 30px;
  height: 30px; }

.inforArticle-content .article-comment {
  background: #fff;
  padding: 15px 20px;
  border-radius: 3px;
  box-shadow: 0 0 6px #e5e8e0; }
  .inforArticle-content .article-comment > div {
    margin-bottom: 30px; }
  .inforArticle-content .article-comment .title-bl h3 {
    font-size: 22px;
    color: #252a2b;
    border-bottom: 1px solid var(--shop-color-border);
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment_form .form-group {
    width: 100%;
    margin-bottom: 15px; }
  .inforArticle-content .article-comment .comment_form .form-group input {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment_form .form-group textarea {
    box-shadow: none;
    border: 1px solid var(--shop-color-border);
    border-radius: 4px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px; }
  .inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px; }
  .inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right; }

.inforArticle-content .article-related {
  margin-top: 25px;
  border-radius: 3px; }
  .inforArticle-content .article-related .title-blog-related {
    position: relative;
    text-align: left;
    margin: 0 0 20px; }
  .inforArticle-content .article-related .title-blog-related span {
    display: inline-block;
    color: var(--shop-color-text);
    position: relative;
    font-size: 24px; }

.inforArticle-content .list-blogs-related .article-loop {
  margin-bottom: 0;
  height: 100%;
  padding: 0 7.5px;
  width: calc(100%/2 - 0px); }

.inforArticle-content .list-blogs-related .article-loop .article-inner {
  height: 100%; }

.inforArticle-content .list-blogs-related .article-loop .article-detail .post-title {
  font-size: 16px;
  margin: 0;
  padding-bottom: 8px; }

.inforArticle-content .list-blogs-related .article-loop .article-detail .entry-content {
  font-size: 14px; }

#table-content-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
  margin: 0;
  margin-bottom: 15px; }
  #table-content-container .title-table {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    #table-content-container .title-table .icon-list {
      color: #000; }
    #table-content-container .title-table h5 {
      padding-right: 30px;
      margin-bottom: 0;
      font-size: 16px; }
  #table-content-container .table-content, #table-content-container .table-content ul {
    /*list-style: decimal !important;
		counter-reset: item;
		list-style-position: inside !important;*/
    padding-left: 14px;
    list-style: none; }
    #table-content-container .table-content li, #table-content-container .table-content ul li {
      list-style: none;
      margin-bottom: 0 !important; }

@keyframes anim {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-o-keyframes anim {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-ms-keyframes anim {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-moz-keyframes anim {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@-webkit-keyframes anim {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.slider-collection-list-1:not(.slick-slider) {
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  overflow: hidden; }

.slider-collection-list-1:not(.slick-slider) .proloop-loading {
  flex: 0 0 auto;
  width: calc(100% / 4);
  padding: 4px; }
  @media (max-width: 767px) {
    .slider-collection-list-1:not(.slick-slider) .proloop-loading {
      width: calc(100% / 2); } }

.proloop-loading--img {
  padding-top: 100%; }

.proloop-loading--title {
  min-height: 37.6px;
  max-height: 37.6px; }

.proloop-loading--price {
  min-height: 24px; }

.proloop-loading > * {
  background: #f6f7f8 no-repeat 800px 104px;
  margin-bottom: 15px;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  -webkit-animation: anim 1s forwards infinite linear;
  animation: anim 1s forwards infinite linear; }

@media (max-width: 767px) {
  .slider-collection-list-1 .slick-track {
    padding: 15px 0; } }

/* Blog Tuyển Dụng */
#blog-tuyendung .blog-top {
  background: #e7f1fd url(https://kumarpreet.com/workin-live-demo/workin/assets/img/star-banner.png) no-repeat;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    #blog-tuyendung .blog-top {
      min-height: 400px;
      height: 50vh;
      padding: 0;
      border-radius: 0 0 0 30%; } }
  #blog-tuyendung .blog-top h1 {
    margin-bottom: 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2; }
    @media (max-width: 992px) {
      #blog-tuyendung .blog-top h1 {
        font-size: 20px;
        line-height: 32px; } }
  #blog-tuyendung .blog-top .filter {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #blog-tuyendung .blog-top .filter select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    #blog-tuyendung .blog-top .filter > div {
      position: relative; }
      #blog-tuyendung .blog-top .filter > div:before {
        content: '';
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        bottom: 0;
        top: 0;
        left: 7px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat; }
      #blog-tuyendung .blog-top .filter > div.filter__type:after, #blog-tuyendung .blog-top .filter > div.filter__location:after {
        content: "";
        position: absolute;
        border-color: #888888 transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        right: 7px;
        width: 0;
        height: 0; }
    #blog-tuyendung .blog-top .filter > div:not(:last-child) {
      flex-basis: 28%; }
      #blog-tuyendung .blog-top .filter > div:not(:last-child) > :first-child {
        outline: none;
        border: 0;
        padding: 10px 10px 10px 30px;
        width: 100%; }
      @media (max-width: 992px) {
        #blog-tuyendung .blog-top .filter > div:not(:last-child) {
          width: 100%;
          margin-bottom: 15px; } }
    #blog-tuyendung .blog-top .filter__btn {
      background: #ff8000; }
      #blog-tuyendung .blog-top .filter__btn button {
        border: 0;
        outline: none;
        color: #fff;
        padding: 10px 40px;
        background: transparent;
        position: relative;
        z-index: 1; }
    #blog-tuyendung .blog-top .filter__position:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 481.831 481.831' style='enable-background:new 0 0 481.831 481.831;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpolygon points='288.177,103.764 288.177,103.764 288.177,103.764 ' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Cpath d='M293.833,90.108c-45.33-44.936-114.729-54.911-170.88-24.56c-3.879,2.116-5.308,6.977-3.192,10.856 c2.116,3.879,6.977,5.308,10.856,3.192c49.912-26.994,111.611-18.129,151.904,21.824c1.496,1.506,3.533,2.35,5.656,2.344 c2.121,0,4.154-0.843,5.654-2.342C296.956,98.298,296.956,93.233,293.833,90.108z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M109.817,83.252c-2.872-3.358-7.922-3.752-11.28-0.88c-2.864,2.448-5.651,5.024-8.36,7.728 c-1.508,1.504-2.354,3.548-2.35,5.678c0.008,4.418,3.596,7.994,8.014,7.986c2.124,0.004,4.161-0.843,5.656-2.352 c2.416-2.411,4.896-4.704,7.44-6.88C112.294,91.66,112.688,86.61,109.817,83.252z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M479.489,422.924l0.024-0.024L352.929,296.34c57.641-88.935,32.272-207.759-56.664-265.4 C207.33-26.702,88.506-1.333,30.865,87.603C10.726,118.676,0.007,154.912,0.001,191.94 c-0.262,105.848,85.333,191.868,191.181,192.13c37.379,0.092,73.97-10.748,105.267-31.186l126.528,126.552 c3.124,3.123,8.188,3.123,11.312,0l45.2-45.2C482.612,431.112,482.612,426.048,479.489,422.924z M292.929,336.116 c-69.909,49.149-165.056,40.806-225.344-19.76C-1.153,247.629-1.161,136.192,67.566,67.454s180.164-68.745,248.902-0.018 c60.405,60.396,68.722,155.446,19.725,225.416C324.387,309.671,309.748,324.31,292.929,336.116z M428.657,462.468L309.753,343.564 c1.288-1,2.504-2.088,3.768-3.12c1.08-0.888,2.16-1.768,3.2-2.68c3.792-3.248,7.504-6.584,11.008-10.088 c3.504-3.504,6.84-7.2,10.088-11.008c0.912-1.064,1.792-2.144,2.68-3.2c1.032-1.264,2.12-2.48,3.12-3.768l118.928,118.88 L428.657,462.468z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    #blog-tuyendung .blog-top .filter__location:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M402.488,62.729C363.379,22.277,311.355,0,256,0S148.621,22.277,109.512,62.729 C70.491,103.09,48.999,156.73,48.999,213.766s21.49,110.676,60.513,151.037l139.41,144.194c1.855,1.919,4.41,3.003,7.078,3.003 s5.223-1.084,7.078-3.002l65.975-68.24c3.78-3.91,3.675-10.143-0.235-13.922c-3.909-3.779-10.142-3.675-13.922,0.235L256,487.988 L123.67,351.117c-73.222-75.735-73.222-198.964,0-274.7C159.035,39.838,206.031,19.692,256,19.692s96.965,20.145,132.33,56.725 c73.222,75.735,73.222,198.965,0,274.7l-34.696,35.886c-3.78,3.91-3.675,10.143,0.235,13.922s10.143,3.676,13.922-0.235 l34.696-35.886c39.021-40.361,60.513-94,60.513-151.037S441.51,103.091,402.488,62.729z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M341.344,404.026c-5.438,0-9.846,4.408-9.846,9.846v0.016c0,5.438,4.408,9.838,9.846,9.838s9.846-4.416,9.846-9.854 S346.783,404.026,341.344,404.026z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M341.114,126.21C318.398,102.714,288.17,89.775,256,89.775s-62.398,12.94-85.114,36.435 c-46.678,48.279-46.678,126.834,0,175.114c22.716,23.495,52.944,36.435,85.114,36.435s62.398-12.94,85.114-36.435 C387.792,253.045,387.792,174.49,341.114,126.21z M326.956,287.637c-18.973,19.622-44.172,30.43-70.956,30.43 s-51.984-10.807-70.956-30.43c-39.381-40.732-39.381-107.007,0-147.739c18.973-19.623,44.172-30.431,70.956-30.431 s51.984,10.807,70.956,30.431C366.337,180.63,366.337,246.905,326.956,287.637z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    #blog-tuyendung .blog-top .filter__type:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 60.123 60.123' style='enable-background:new 0 0 60.123 60.123;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cpath d='M57.124,51.893H16.92c-1.657,0-3-1.343-3-3s1.343-3,3-3h40.203c1.657,0,3,1.343,3,3S58.781,51.893,57.124,51.893z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Cpath d='M57.124,33.062H16.92c-1.657,0-3-1.343-3-3s1.343-3,3-3h40.203c1.657,0,3,1.343,3,3 C60.124,31.719,58.781,33.062,57.124,33.062z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Cpath d='M57.124,14.231H16.92c-1.657,0-3-1.343-3-3s1.343-3,3-3h40.203c1.657,0,3,1.343,3,3S58.781,14.231,57.124,14.231z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Ccircle cx='4.029' cy='11.463' r='4.029' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Ccircle cx='4.029' cy='30.062' r='4.029' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3Ccircle cx='4.029' cy='48.661' r='4.029' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23BFCADA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    #blog-tuyendung .blog-top .filter__btn:before {
      left: 20px !important;
      background: url("//cdn.hstatic.net/themes/200000689681/1001429000/14/icon4.png?v=583"); }
    @media (max-width: 992px) {
      #blog-tuyendung .blog-top .filter {
        flex-direction: column; } }

#blog-tuyendung .blog-body {
  padding: 40px 0 0; }
  #blog-tuyendung .blog-body .body__right {
    margin-bottom: 30px; }
  #blog-tuyendung .blog-body .body__left {
    margin-bottom: 30px; }
  #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight: bold; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head div {
      padding: 0 10px;
      text-align: center; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-position {
      width: 50%;
      text-align: left; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-type {
      width: 15%; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-location {
      width: 20%; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-exp {
      width: 15%; }
  #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body {
    font-size: 13px; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li {
      display: flex;
      background: #fcfdfe;
      border-radius: 4px;
      margin-bottom: 10px;
      position: relative;
      padding: 10px;
      border: 1px solid #f4f5f7;
      transition: all ease .4s;
      justify-content: space-between; }
      @media (min-width: 992px) {
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li:not(.click-next):hover {
          cursor: pointer;
          border: 1px solid #f4f5f7;
          background: #f4f5f7; } }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li div {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position {
        width: 50%;
        justify-content: flex-start; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a {
          display: flex;
          align-items: center; }
          #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i {
            width: 50px;
            height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            background: #f4f5f7;
            border-radius: 6px; }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i:before {
              content: "";
              width: 30px;
              height: 30px;
              background-repeat: no-repeat;
              background-size: contain; }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="ban-hang"]:before, #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="khoi-kinh-doanh"]:before {
              /*background-image: url("");*/ }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="marketing"]:before, #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="marketing"]:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512' viewBox='0 0 64 64' width='512'%3E%3Cpath d='m37 54h-2v-9.8a1 1 0 0 0 -2 0v9.8h-26v-20h8.32a1 1 0 0 0 0-2h-9.32a1 1 0 0 0 -1 1v21h-2a1 1 0 0 0 -1 1v2a5 5 0 0 0 5 5h26a5 5 0 0 0 5-5v-2a1 1 0 0 0 -1-1zm-1 3a3 3 0 0 1 -3 3h-2v-1a1 1 0 0 0 -2 0v1h-18v-1a1 1 0 0 0 -2 0v1h-2a3 3 0 0 1 -3-3v-1h32z'/%3E%3Cpath d='m54 8h2a1 1 0 0 0 0-2h-2a3 3 0 0 0 -3 3v1h-1a1 1 0 0 0 0 2h1v3a1 1 0 0 0 2 0v-3h1a1 1 0 0 0 0-2h-1v-1a1 1 0 0 1 1-1z'/%3E%3Cpath d='m59 2h-12a3 3 0 0 0 -3 3v2a1 1 0 0 0 2 0v-2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1-1v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-12a3 3 0 0 0 -3-3z'/%3E%3Cpath d='m49 42a4 4 0 1 0 4-4 4 4 0 0 0 -4 4zm6 0a2 2 0 1 1 -2-2 2 2 0 0 1 2 2z'/%3E%3Cpath d='m59 33h-12a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-2a1 1 0 0 0 -2 0v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1-1v-12a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 0 2 0v-6a3 3 0 0 0 -3-3z'/%3E%3Cpath d='m24.47 13.85a1 1 0 0 0 .53.15 1 1 0 0 0 .45-.11l6-3a1 1 0 0 0 0-1.78l-6-3a1 1 0 0 0 -1.45.89v6a1 1 0 0 0 .47.85zm1.53-5.23 2.76 1.38-2.76 1.38z'/%3E%3Cpath d='m27 19a9 9 0 1 0 -9-9 9 9 0 0 0 9 9zm0-16a7 7 0 1 1 -7 7 7 7 0 0 1 7-7z'/%3E%3Cpath d='m37 23a1 1 0 0 0 .8-.4l3-4a1 1 0 0 0 -1.6-1.2l-3 4a1 1 0 0 0 .2 1.4 1 1 0 0 0 .6.2z'/%3E%3Cpath d='m39.2 26.6a1 1 0 0 0 .8.4 1 1 0 0 0 .6-.2l4-3a1 1 0 1 0 -1.2-1.6l-4 3a1 1 0 0 0 -.2 1.4z'/%3E%3Cpath d='m49 28.8a1 1 0 0 0 -1.2-.8l-5 1a1 1 0 0 0 .2 2h.2l5-1a1 1 0 0 0 .8-1.2z'/%3E%3Cpath d='m3 29h12a1 1 0 0 0 1-1v-16a1 1 0 0 0 -1-1h-12a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1zm1-16h10v14h-10z'/%3E%3Cpath d='m11 15h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2z'/%3E%3Cpath d='m11 19h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z'/%3E%3Cpath d='m11 23h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z'/%3E%3Cpath d='m36.12 28.7a1 1 0 0 0 -1.74 1l4.41 7.63-16 6s0 0-.07 0h-.08l-2.6 1.5-1.73 1a2 2 0 0 1 -1.52.2 2 2 0 0 1 -1.21-.93l-2-3.46a2 2 0 0 1 .75-2.64l3.46-2 2.5 4.33a1 1 0 0 0 .87.5 1 1 0 0 0 .87-1.5l-2.58-4.46 12.55-10.35.41.71a1 1 0 1 0 1.74-1l-1-1.73a1 1 0 0 0 -.69-.48 1 1 0 0 0 -.82.21l-14 11.54-4.26 2.46a4 4 0 0 0 -1.84 4.53l-1 .57a3 3 0 0 0 .72 5.5 3 3 0 0 0 .78.1 3.06 3.06 0 0 0 1.5-.4l1-.57a3.88 3.88 0 0 0 1.75 1.04 3.79 3.79 0 0 0 1.05.14 3.94 3.94 0 0 0 2-.54l.87-.5 2 3.47a3 3 0 0 0 4.09 1.1 3 3 0 0 0 1.1-4.1l-1.82-3.17 15-5.63a1 1 0 0 0 .59-.6 1 1 0 0 0 -.07-.83zm-23.62 17.09a1 1 0 0 1 -.76.1 1 1 0 0 1 -.61-.46 1 1 0 0 1 -.1-.76 1 1 0 0 1 .47-.61l.87-.5 1 1.73zm13.16 2.8a1 1 0 0 1 .1.76 1 1 0 0 1 -.47.6 1 1 0 0 1 -1.36-.36l-2-3.47 1.66-.95h.08z'/%3E%3C/svg%3E"); }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="cham-soc-khach-hang"]:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M366,396c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C376,400.48,371.52,396,366,396z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M390.622,363.663l-47.53-15.84l-17.063-34.127c15.372-15.646,26.045-36.348,29.644-57.941L357.801,243H376 c16.542,0,30-13.458,30-30v-63C406,67.29,338.71,0,256,0c-82.922,0-150,67.097-150,150v63c0,13.036,8.361,24.152,20,28.28V253 c0,16.542,13.458,30,30,30h8.782c4.335,9.417,9.946,18.139,16.774,25.974c1.416,1.628,2.893,3.206,4.406,4.741l-17.054,34.108 l-47.531,15.841C66.112,382.092,26,440.271,26,502c0,5.523,4.477,10,10,10h440c5.522,0,10-4.477,10-10 C486,440.271,445.889,382.092,390.622,363.663z M386,213c0,5.514-4.486,10-10,10h-15.262c2.542-19.69,4.236-40.643,4.917-61.28 c0.02-0.582,0.036-1.148,0.054-1.72H386V213z M136,223c-5.514,0-10-4.486-10-10v-53h20.298c0.033,1.043,0.068,2.091,0.107,3.146 c0.001,0.036,0.003,0.071,0.004,0.107c0,0.003,0,0.006,0,0.009c0.7,20.072,2.372,40.481,4.856,59.737H136V223z M156,263 c-5.514,0-10-4.486-10-10v-10h8.198l2.128,12.759c0.406,2.425,0.905,4.841,1.482,7.241H156z M146.017,140H126.38 C131.445,72.979,187.377,20,256,20c68.318,0,124.496,52.972,129.619,120h-19.635c-0.72-55.227-45.693-100-101.033-100h-17.9 C191.712,40,146.736,84.773,146.017,140z M247.05,60h17.9c44.809,0,81.076,36.651,81.05,81.41c0,3.147-0.025,5.887-0.078,8.38 c0,0.032-0.001,0.065-0.001,0.098l-12.508-1.787c-33.98-4.852-66.064-20.894-90.342-45.172C241.195,101.054,238.652,100,236,100 c-26.856,0-52.564,12.236-69.558,32.908C170.63,92.189,205.053,60,247.05,60z M178.54,263c-5.006-16.653-10.734-65.653-12-97.053 l13.459-17.946c12.361-16.476,31.592-26.713,52.049-27.888c26.917,25.616,61.739,42.532,98.537,47.786l14.722,2.104 c-0.984,20.885-2.995,41.843-5.876,61.118c-0.001,0.006-0.002,0.013-0.003,0.02c-0.916,6.197-1.638,10.185-3.482,21.324 c-5.296,31.765-28.998,60.49-60.287,68.313c-12.877,3.215-26.443,3.214-39.313,0c-19.537-4.884-37.451-18.402-49.012-37.778 h20.386c4.128,11.639,15.243,20,28.28,20h20c16.575,0,30-13.424,30-30c0-16.542-13.458-30-30-30h-20 c-13.327,0-24.278,8.608-28.297,20H178.54z M235.159,341.016c6.859,1.445,13.852,2.184,20.841,2.184 c5.471,0,10.943-0.458,16.353-1.346l-17.67,18.687L235.159,341.016z M240.935,375.079l-31.718,33.542 c-8.732-16.714-16.235-34.109-22.389-51.917l11.911-23.822L240.935,375.079z M311.566,329.494l13.604,27.209 c-6.164,17.838-13.669,35.239-22.392,51.933l-33.948-33.948L311.566,329.494z M226,273c0-5.521,4.478-10,10-10h20 c5.514,0,10,4.486,10,10c0,5.522-4.479,10-10,10h-20C230.486,283,226,278.514,226,273z M46.4,492 c3.963-49.539,36.932-94.567,81.302-109.363l42.094-14.028c7.712,21.325,17.266,42.052,28.463,61.74 c0.019,0.034,0.037,0.068,0.056,0.101c0,0.001,0.001,0.001,0.001,0.002c8.181,14.389,17.389,28.45,27.372,41.799L237.99,492H46.4z M256,483.086l-13.562-21.773c-0.152-0.244-0.314-0.481-0.486-0.711c-8.098-10.802-15.652-22.099-22.532-33.662l35.663-37.714 l37.578,37.578c-6.926,11.647-14.506,22.991-22.611,33.796C269.56,461.253,270.255,460.224,256,483.086z M274.01,492 l12.301-19.748c10.027-13.4,19.301-27.574,27.564-42.132c0.05-0.088,0.097-0.178,0.147-0.266c0.006-0.011,0.012-0.021,0.018-0.032 c11.055-19.5,20.509-40.047,28.164-61.213l42.093,14.028c44.371,14.796,77.34,59.824,81.303,109.363H274.01z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M435.546,451.531c-6.683-13.377-16.472-25.261-28.309-34.367c-4.378-3.369-10.656-2.55-14.023,1.828 c-3.368,4.378-2.549,10.656,1.828,14.024c9.454,7.273,17.272,16.766,22.611,27.453c2.473,4.949,8.483,6.941,13.415,4.477 C436.008,462.478,438.013,456.472,435.546,451.531z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="cua-hang"]:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.467,443.733H8.533c-4.71,0-8.533,3.814-8.533,8.533V486.4c0,4.719,3.823,8.533,8.533,8.533h494.933 c4.719,0,8.533-3.814,8.533-8.533v-34.133C512,447.548,508.186,443.733,503.467,443.733z M494.933,477.867H17.067V460.8h477.867 V477.867z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.211,160.06l-25.6-102.4c-0.956-3.789-4.361-6.46-8.277-6.46H42.667c-3.917,0-7.33,2.671-8.277,6.46l-25.6,102.4 c-0.64,2.551-0.06,5.248,1.553,7.322s4.096,3.285,6.724,3.285h477.867c2.628,0,5.103-1.212,6.724-3.285 S503.851,162.611,503.211,160.06z M27.998,153.6l21.333-85.333h413.338l21.333,85.333H27.998z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M281.6,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H281.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H213.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M145.067,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H76.8V179.2 c0,23.526,19.14,42.667,42.667,42.667s42.667-19.14,42.667-42.667v-17.067H145.067z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M76.8,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H8.533V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H76.8z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M486.4,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6c-14.114,0-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H486.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M418.133,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6c-14.114,0-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H418.133z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M349.867,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H281.6V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H349.867z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='213.333' y='59.733' width='17.067' height='102.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='281.6' y='59.733' width='17.067' height='102.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='106.498' y='102.415' transform='matrix(0.083 -0.9965 0.9965 0.083 34.1971 259.0603)' width='102.736' height='17.066'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='41.963' y='102.403' transform='matrix(0.1646 -0.9864 0.9864 0.1646 -31.0012 185.2705)' width='103.821' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='345.581' y='59.566' transform='matrix(0.9965 -0.083 0.083 0.9965 -7.986 29.7754)' width='17.057' height='102.736'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='409.607' y='59.021' transform='matrix(0.9864 -0.1644 0.1644 0.9864 -12.5476 70.2519)' width='17.067' height='103.817'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M469.333,17.067H42.667c-4.71,0-8.533,3.823-8.533,8.533v34.133H51.2v-25.6h409.6v25.6h17.067V25.6 C477.867,20.89,474.052,17.067,469.333,17.067z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='34.133' y='213.333' width='17.067' height='230.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='460.8' y='213.333' width='17.067' height='238.933'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M315.733,256H76.8c-4.71,0-8.533,3.814-8.533,8.533v136.533c0,4.719,3.823,8.533,8.533,8.533h238.933 c4.719,0,8.533-3.814,8.533-8.533V264.533C324.267,259.814,320.452,256,315.733,256z M307.2,392.533H85.333V273.067H307.2V392.533 z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M435.2,256h-85.333c-4.719,0-8.533,3.814-8.533,8.533v187.733c0,4.719,3.814,8.533,8.533,8.533H435.2 c4.719,0,8.533-3.814,8.533-8.533V264.533C443.733,259.814,439.919,256,435.2,256z M426.667,443.733H358.4V273.067h68.267V443.733 z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='120.962' y='307.197' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -180.7566 195.0755)' width='48.273' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='129.185' y='319.973' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -178.5461 225.965)' width='108.611' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='197.719' y='341.338' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -182.4167 259.3502)' width='48.273' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="it"]:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='511pt' viewBox='0 0 511.998 511' width='511pt'%3E%3Cpath d='m58.960938 187.046875c1.460937 1.460937 3.378906 2.195313 5.296874 2.195313 1.917969 0 3.835938-.730469 5.300782-2.195313 2.925781-2.925781 2.925781-7.671875 0-10.597656l-18.195313-18.195313 18.195313-18.191406c2.925781-2.929688 2.925781-7.671875 0-10.597656-2.925782-2.925782-7.671875-2.925782-10.597656 0l-23.492188 23.492187c-1.40625 1.40625-2.195312 3.3125-2.195312 5.296875 0 1.988282.789062 3.894532 2.195312 5.300782zm0 0'/%3E%3Cpath d='m133.320312 158.253906-18.195312 18.195313c-2.925781 2.925781-2.925781 7.671875.003906 10.597656 1.460938 1.460937 3.378906 2.195313 5.296875 2.195313s3.835938-.734376 5.296875-2.195313l23.496094-23.496094c2.925781-2.925781 2.925781-7.671875 0-10.59375l-23.496094-23.496093c-2.925781-2.925782-7.667968-2.925782-10.59375 0-2.929687 2.929687-2.929687 7.671874 0 10.597656zm0 0'/%3E%3Cpath d='m81.171875 188.722656c.898437.351563 1.828125.519532 2.738281.519532 2.992188 0 5.816406-1.804688 6.976563-4.753907l18.457031-46.988281c1.515625-3.851562-.382812-8.199219-4.234375-9.714844-3.847656-1.511718-8.199219.382813-9.710937 4.234375l-18.460938 46.988281c-1.511719 3.851563.382812 8.203126 4.234375 9.714844zm0 0'/%3E%3Cpath d='m45.007812 233.203125h50.480469c4.136719 0 7.492188-3.355469 7.492188-7.496094 0-4.136719-3.355469-7.492187-7.492188-7.492187h-50.480469c-4.140624 0-7.492187 3.355468-7.492187 7.492187 0 4.140625 3.351563 7.496094 7.492187 7.496094zm0 0'/%3E%3Cpath d='m211.753906 218.214844h-88.75c-4.136718 0-7.492187 3.355468-7.492187 7.492187 0 4.140625 3.355469 7.496094 7.492187 7.496094h88.75c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492187-7.496094-7.492187zm0 0'/%3E%3Cpath d='m45.007812 264.808594h21.503907c4.136719 0 7.492187-3.355469 7.492187-7.496094 0-4.136719-3.355468-7.492188-7.492187-7.492188h-21.503907c-4.140624 0-7.492187 3.355469-7.492187 7.492188 0 4.140625 3.351563 7.496094 7.492187 7.496094zm0 0'/%3E%3Cpath d='m184.339844 249.820312c-4.140625 0-7.492188 3.355469-7.492188 7.492188 0 4.140625 3.351563 7.496094 7.492188 7.496094h13.09375c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492188-7.496094-7.492188zm0 0'/%3E%3Cpath d='m164.617188 257.3125c0-4.136719-3.355469-7.492188-7.492188-7.492188h-64.320312c-4.140626 0-7.492188 3.355469-7.492188 7.492188 0 4.140625 3.351562 7.496094 7.492188 7.496094h64.320312c4.136719 0 7.492188-3.355469 7.492188-7.496094zm0 0'/%3E%3Cpath d='m213.703125 257.3125c0 4.140625 3.355469 7.496094 7.492187 7.496094h24.527344c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492188-7.496094-7.492188h-24.527344c-4.136718 0-7.492187 3.355469-7.492187 7.492188zm0 0'/%3E%3Cpath d='m172.894531 164.265625h25.871094c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492187-7.496094-7.492187h-25.871094c-4.140625 0-7.496093 3.355468-7.496093 7.492187 0 4.140625 3.355468 7.496094 7.496093 7.496094zm0 0'/%3E%3Cpath d='m227.742188 164.265625h157.855468c4.140625 0 7.492188-3.355469 7.492188-7.496094 0-4.136719-3.351563-7.492187-7.492188-7.492187h-157.855468c-4.140626 0-7.496094 3.355468-7.496094 7.492187 0 4.140625 3.355468 7.496094 7.496094 7.496094zm0 0'/%3E%3Cpath d='m361.621094 182.246094h-63.945313c-4.136719 0-7.492187 3.355468-7.492187 7.496094 0 4.136718 3.355468 7.492187 7.492187 7.492187h63.945313c4.136718 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.355469-7.496094-7.492187-7.496094zm0 0'/%3E%3Cpath d='m273.699219 182.246094h-21.980469c-4.140625 0-7.492188 3.355468-7.492188 7.496094 0 4.136718 3.351563 7.492187 7.492188 7.492187h21.980469c4.140625 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.351562-7.496094-7.492187-7.496094zm0 0'/%3E%3Cpath d='m172.894531 197.234375h53.847657c4.136718 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.355469-7.496094-7.492187-7.496094h-53.847657c-4.140625 0-7.496093 3.355468-7.496093 7.496094 0 4.136718 3.355468 7.492187 7.496093 7.492187zm0 0'/%3E%3Cpath d='m157.21875 281.160156h-50.476562c-4.140626 0-7.496094 3.355469-7.496094 7.492188 0 4.136718 3.355468 7.492187 7.496094 7.492187h50.476562c4.136719 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.355469-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m83.789062 281.160156h-38.78125c-4.140624 0-7.492187 3.355469-7.492187 7.492188 0 4.136718 3.351563 7.492187 7.492187 7.492187h38.78125c4.140626 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.351562-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m248.722656 281.160156h-65.941406c-4.140625 0-7.492188 3.355469-7.492188 7.492188 0 4.136718 3.351563 7.492187 7.492188 7.492187h65.941406c4.136719 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.355469-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m337.898438 242.667969h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492187 0 4.140625 3.355469 7.496094 7.492188 7.496094h36.058594c4.140624 0 7.492187-3.355469 7.492187-7.496094 0-4.136718-3.351563-7.492187-7.492187-7.492187zm0 0'/%3E%3Cpath d='m400.46875 257.65625h50.902344c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136718-3.355469-7.492187-7.496094-7.492187h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492187 0 4.140625 3.355469 7.496094 7.492188 7.496094zm0 0'/%3E%3Cpath d='m375.015625 242.667969h-11.664063c-4.140624 0-7.496093 3.355469-7.496093 7.492187 0 4.140625 3.355469 7.496094 7.496093 7.496094h11.664063c4.140625 0 7.492187-3.355469 7.492187-7.496094 0-4.136718-3.351562-7.492187-7.492187-7.492187zm0 0'/%3E%3Cpath d='m301.839844 339.3125h36.058594c4.140624 0 7.492187-3.351562 7.492187-7.492188 0-4.136718-3.351563-7.492187-7.492187-7.492187h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492187 0 4.140626 3.355469 7.492188 7.492188 7.492188zm0 0'/%3E%3Cpath d='m400.46875 339.3125h50.902344c4.140625 0 7.496094-3.351562 7.496094-7.492188 0-4.136718-3.355469-7.492187-7.496094-7.492187h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492187 0 4.140626 3.355469 7.492188 7.492188 7.492188zm0 0'/%3E%3Cpath d='m363.351562 339.3125h11.664063c4.140625 0 7.496094-3.351562 7.496094-7.492188 0-4.136718-3.355469-7.492187-7.496094-7.492187h-11.664063c-4.140624 0-7.492187 3.355469-7.492187 7.492187 0 4.140626 3.351563 7.492188 7.492187 7.492188zm0 0'/%3E%3Cpath d='m337.898438 405.988281h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492188s3.355469 7.492187 7.492188 7.492187h36.058594c4.140624 0 7.492187-3.355468 7.492187-7.492187s-3.351563-7.492188-7.492187-7.492188zm0 0'/%3E%3Cpath d='m451.371094 405.988281h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492188s3.351563 7.492187 7.492188 7.492187h50.902344c4.140625 0 7.496094-3.355468 7.496094-7.492187s-3.355469-7.492188-7.496094-7.492188zm0 0'/%3E%3Cpath d='m375.015625 405.988281h-11.664063c-4.140624 0-7.496093 3.355469-7.496093 7.492188s3.355469 7.492187 7.496093 7.492187h11.664063c4.140625 0 7.492187-3.355468 7.492187-7.492187s-3.351562-7.492188-7.492187-7.492188zm0 0'/%3E%3Cpath d='m479.023438.5h-446.042969c-18.183594 0-32.980469 14.792969-32.980469 32.980469v362.566406c0 18.183594 14.796875 32.976563 32.980469 32.976563h28.199219c4.136718 0 7.492187-3.351563 7.492187-7.492188 0-4.136719-3.355469-7.492188-7.492187-7.492188h-28.199219c-9.921875 0-17.992188-8.070312-17.992188-17.992187v-28.425781h272.996094v12.914062h-5.941406c-8.128907 0-14.738281 6.609375-14.738281 14.738282v18.765624h-160.566407c-4.136719 0-7.492187 3.355469-7.492187 7.492188 0 4.140625 3.355468 7.492188 7.492187 7.492188h72.046875v26.875h-22.625c-15.09375 0-27.371094 12.28125-27.371094 27.371093v16.1875c0 6.886719 5.601563 12.488281 12.488282 12.488281h228.875c6.886718 0 12.488281-5.601562 12.488281-12.488281v-16.1875c0-15.089843-12.277344-27.371093-27.371094-27.371093h-22.625v-9.472657h138.527344c8.125 0 14.734375-6.609375 14.734375-14.738281v-3.527344c14.605469-3.390625 25.523438-16.496094 25.523438-32.113281l.566406-362.570313c.003906-18.183593-14.789063-32.976562-32.972656-32.976562zm-196.730469 349.28125v-35.917969h188.628906v35.917969zm20.675781-50.90625v-15.765625h147.273438v15.765625zm147.273438 65.890625v15.769531h-147.273438v-15.769531zm-256.472657 64.257813h73.535157v2.667968c0 8.125 6.609374 14.734375 14.738281 14.734375h35.617187v9.472657h-123.890625zm161.503907 41.863281c6.828124 0 12.382812 5.554687 12.382812 12.382812v13.691407h-223.882812v-13.691407c0-6.828125 5.558593-12.382812 12.386718-12.382812zm115.648437-39.449219h-188.628906v-35.914062h188.628906zm25.523437-35.390625c0 7.257813-4.328124 13.511719-10.535156 16.351563v-17.128907c0-8.125-6.613281-14.734375-14.738281-14.734375h-5.941406v-12.914062h31.214843zm0-43.410156h-10.78125c.152344-.847657.246094-39.023438.246094-39.023438 0-8.128906-6.613281-14.738281-14.738281-14.738281h-5.941406v-15.765625h5.941406c8.125 0 14.738281-6.613281 14.738281-14.738281v-36.417969c0-8.125-6.613281-14.738281-14.738281-14.738281h-42.324219c-4.140625 0-7.492187 3.355468-7.492187 7.496094 0 4.136718 3.351562 7.492187 7.492187 7.492187h42.074219v35.917969h-188.628906v-35.917969h99.929687c4.140625 0 7.492188-3.355469 7.492188-7.492187 0-4.140626-3.351563-7.496094-7.492188-7.496094h-100.179687c-8.128907 0-14.738281 6.613281-14.738281 14.738281v36.417969c0 8.125 6.609374 14.738281 14.738281 14.738281h5.941406v15.765625h-5.941406c-8.128907 0-14.738281 6.613281-14.738281 14.738281 0 0 .09375 38.175781.246093 39.023438h-252.5625v-250.207031h481.457031zm0-265.195313h-480.90625v-53.964844c0-9.917968 8.070313-17.988281 17.992188-17.988281h444.921875c9.921875 0 17.992187 8.070313 17.992187 17.992188zm0 0'/%3E%3Cpath d='m55.261719 29.261719c-12.125 0-21.988281 9.863281-21.988281 21.988281s9.863281 21.992188 21.988281 21.992188 21.992187-9.867188 21.992187-21.992188-9.867187-21.988281-21.992187-21.988281zm0 28.992187c-3.859375 0-7.003907-3.140625-7.003907-7.003906 0-3.859375 3.144532-7.003906 7.003907-7.003906 3.863281 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.140625 7.003906-7.003906 7.003906zm0 0'/%3E%3Cpath d='m111.25 29.261719c-12.125 0-21.992188 9.863281-21.992188 21.988281s9.867188 21.992188 21.992188 21.992188 21.988281-9.867188 21.988281-21.992188-9.867187-21.988281-21.988281-21.988281zm0 28.992187c-3.863281 0-7.003906-3.140625-7.003906-7.003906 0-3.859375 3.140625-7.003906 7.003906-7.003906 3.859375 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.144531 7.003906-7.003906 7.003906zm0 0'/%3E%3Cpath d='m167.234375 29.261719c-12.125 0-21.988281 9.863281-21.988281 21.988281s9.863281 21.992188 21.988281 21.992188 21.992187-9.867188 21.992187-21.992188-9.867187-21.988281-21.992187-21.988281zm0 28.992187c-3.859375 0-7.003906-3.140625-7.003906-7.003906 0-3.859375 3.144531-7.003906 7.003906-7.003906 3.863281 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.140625 7.003906-7.003906 7.003906zm0 0'/%3E%3C/svg%3E"); }
            #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i[data-cate*="van-phong"]:before {
              /*background-image: url("");*/ }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-type {
        width: 15%; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-location {
        width: 20%; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-exp {
        width: 15%;
        color: red; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body .click-next {
      padding: 0;
      background: #fff;
      border: 1px solid transparent;
      justify-content: flex-end; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body .click-next .jobs-next-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 31.49 31.49' style='enable-background:new 0 0 31.49 31.49;' xml:space='preserve'%3E%3Cpath style='fill:%231E201D;' d='M21.205,5.007c-0.429-0.444-1.143-0.444-1.587,0c-0.429,0.429-0.429,1.143,0,1.571l8.047,8.047H1.111 C0.492,14.626,0,15.118,0,15.737c0,0.619,0.492,1.127,1.111,1.127h26.554l-8.047,8.032c-0.429,0.444-0.429,1.159,0,1.587 c0.444,0.444,1.159,0.444,1.587,0l9.952-9.952c0.444-0.429,0.444-1.143,0-1.571L21.205,5.007z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 50%;
        background-color: #fcfdfe;
        border-radius: 50%;
        background-position: center;
        border: 1px solid #f4f5f7; }
  @media (max-width: 991px) {
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head {
      font-size: 12px;
      padding: 5px 0px;
      align-items: flex-start; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head div {
        padding: 0 2px;
        text-align: left; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-position {
        width: 40%; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-type {
        width: 17%; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-location {
        width: 23%; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head .head-exp {
        width: 20%; }
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body {
      font-size: 12px; }
      #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li {
        padding: 5px; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li div {
          padding: 0 2px;
          align-items: flex-start; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position {
          width: 40%; }
          #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-position a i {
            display: none; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-type {
          width: 17%; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-location {
          width: 23%; }
        #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body li .body-exp {
          width: 20%; } }
  @media (max-width: 767px) {
    #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--head, #blog-tuyendung .blog-body .body__menu-jobs .table-jobs .table-jobs--body {
      font-size: 10px; } }
  #blog-tuyendung .blog-body .body__menu-type {
    cursor: pointer;
    text-align: center;
    border: 1px solid #f4f5f7;
    font-size: 13px;
    padding-bottom: 4px;
    border-radius: 4px; }
    #blog-tuyendung .blog-body .body__menu-type li.title {
      border-bottom: 1px solid #f4f5f7;
      background: #fcfdfe;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px;
      margin-bottom: 4px; }
    #blog-tuyendung .blog-body .body__menu-type li.item {
      padding: 4px 15px;
      display: flex;
      align-items: center; }
      #blog-tuyendung .blog-body .body__menu-type li.item i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        background: #f4f5f7;
        border-radius: 100%; }
        #blog-tuyendung .blog-body .body__menu-type li.item i:before {
          content: "";
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: contain; }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="ban-hang"]:before {
          /*background-image: url("");*/ }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="marketing"]:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512' viewBox='0 0 64 64' width='512'%3E%3Cpath d='m37 54h-2v-9.8a1 1 0 0 0 -2 0v9.8h-26v-20h8.32a1 1 0 0 0 0-2h-9.32a1 1 0 0 0 -1 1v21h-2a1 1 0 0 0 -1 1v2a5 5 0 0 0 5 5h26a5 5 0 0 0 5-5v-2a1 1 0 0 0 -1-1zm-1 3a3 3 0 0 1 -3 3h-2v-1a1 1 0 0 0 -2 0v1h-18v-1a1 1 0 0 0 -2 0v1h-2a3 3 0 0 1 -3-3v-1h32z'/%3E%3Cpath d='m54 8h2a1 1 0 0 0 0-2h-2a3 3 0 0 0 -3 3v1h-1a1 1 0 0 0 0 2h1v3a1 1 0 0 0 2 0v-3h1a1 1 0 0 0 0-2h-1v-1a1 1 0 0 1 1-1z'/%3E%3Cpath d='m59 2h-12a3 3 0 0 0 -3 3v2a1 1 0 0 0 2 0v-2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1-1v-6a1 1 0 0 0 -2 0v6a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-12a3 3 0 0 0 -3-3z'/%3E%3Cpath d='m49 42a4 4 0 1 0 4-4 4 4 0 0 0 -4 4zm6 0a2 2 0 1 1 -2-2 2 2 0 0 1 2 2z'/%3E%3Cpath d='m59 33h-12a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-2a1 1 0 0 0 -2 0v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1-1v-12a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 0 2 0v-6a3 3 0 0 0 -3-3z'/%3E%3Cpath d='m24.47 13.85a1 1 0 0 0 .53.15 1 1 0 0 0 .45-.11l6-3a1 1 0 0 0 0-1.78l-6-3a1 1 0 0 0 -1.45.89v6a1 1 0 0 0 .47.85zm1.53-5.23 2.76 1.38-2.76 1.38z'/%3E%3Cpath d='m27 19a9 9 0 1 0 -9-9 9 9 0 0 0 9 9zm0-16a7 7 0 1 1 -7 7 7 7 0 0 1 7-7z'/%3E%3Cpath d='m37 23a1 1 0 0 0 .8-.4l3-4a1 1 0 0 0 -1.6-1.2l-3 4a1 1 0 0 0 .2 1.4 1 1 0 0 0 .6.2z'/%3E%3Cpath d='m39.2 26.6a1 1 0 0 0 .8.4 1 1 0 0 0 .6-.2l4-3a1 1 0 1 0 -1.2-1.6l-4 3a1 1 0 0 0 -.2 1.4z'/%3E%3Cpath d='m49 28.8a1 1 0 0 0 -1.2-.8l-5 1a1 1 0 0 0 .2 2h.2l5-1a1 1 0 0 0 .8-1.2z'/%3E%3Cpath d='m3 29h12a1 1 0 0 0 1-1v-16a1 1 0 0 0 -1-1h-12a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1zm1-16h10v14h-10z'/%3E%3Cpath d='m11 15h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2z'/%3E%3Cpath d='m11 19h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z'/%3E%3Cpath d='m11 23h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z'/%3E%3Cpath d='m36.12 28.7a1 1 0 0 0 -1.74 1l4.41 7.63-16 6s0 0-.07 0h-.08l-2.6 1.5-1.73 1a2 2 0 0 1 -1.52.2 2 2 0 0 1 -1.21-.93l-2-3.46a2 2 0 0 1 .75-2.64l3.46-2 2.5 4.33a1 1 0 0 0 .87.5 1 1 0 0 0 .87-1.5l-2.58-4.46 12.55-10.35.41.71a1 1 0 1 0 1.74-1l-1-1.73a1 1 0 0 0 -.69-.48 1 1 0 0 0 -.82.21l-14 11.54-4.26 2.46a4 4 0 0 0 -1.84 4.53l-1 .57a3 3 0 0 0 .72 5.5 3 3 0 0 0 .78.1 3.06 3.06 0 0 0 1.5-.4l1-.57a3.88 3.88 0 0 0 1.75 1.04 3.79 3.79 0 0 0 1.05.14 3.94 3.94 0 0 0 2-.54l.87-.5 2 3.47a3 3 0 0 0 4.09 1.1 3 3 0 0 0 1.1-4.1l-1.82-3.17 15-5.63a1 1 0 0 0 .59-.6 1 1 0 0 0 -.07-.83zm-23.62 17.09a1 1 0 0 1 -.76.1 1 1 0 0 1 -.61-.46 1 1 0 0 1 -.1-.76 1 1 0 0 1 .47-.61l.87-.5 1 1.73zm13.16 2.8a1 1 0 0 1 .1.76 1 1 0 0 1 -.47.6 1 1 0 0 1 -1.36-.36l-2-3.47 1.66-.95h.08z'/%3E%3C/svg%3E"); }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="cham-soc-khach-hang"]:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M366,396c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C376,400.48,371.52,396,366,396z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M390.622,363.663l-47.53-15.84l-17.063-34.127c15.372-15.646,26.045-36.348,29.644-57.941L357.801,243H376 c16.542,0,30-13.458,30-30v-63C406,67.29,338.71,0,256,0c-82.922,0-150,67.097-150,150v63c0,13.036,8.361,24.152,20,28.28V253 c0,16.542,13.458,30,30,30h8.782c4.335,9.417,9.946,18.139,16.774,25.974c1.416,1.628,2.893,3.206,4.406,4.741l-17.054,34.108 l-47.531,15.841C66.112,382.092,26,440.271,26,502c0,5.523,4.477,10,10,10h440c5.522,0,10-4.477,10-10 C486,440.271,445.889,382.092,390.622,363.663z M386,213c0,5.514-4.486,10-10,10h-15.262c2.542-19.69,4.236-40.643,4.917-61.28 c0.02-0.582,0.036-1.148,0.054-1.72H386V213z M136,223c-5.514,0-10-4.486-10-10v-53h20.298c0.033,1.043,0.068,2.091,0.107,3.146 c0.001,0.036,0.003,0.071,0.004,0.107c0,0.003,0,0.006,0,0.009c0.7,20.072,2.372,40.481,4.856,59.737H136V223z M156,263 c-5.514,0-10-4.486-10-10v-10h8.198l2.128,12.759c0.406,2.425,0.905,4.841,1.482,7.241H156z M146.017,140H126.38 C131.445,72.979,187.377,20,256,20c68.318,0,124.496,52.972,129.619,120h-19.635c-0.72-55.227-45.693-100-101.033-100h-17.9 C191.712,40,146.736,84.773,146.017,140z M247.05,60h17.9c44.809,0,81.076,36.651,81.05,81.41c0,3.147-0.025,5.887-0.078,8.38 c0,0.032-0.001,0.065-0.001,0.098l-12.508-1.787c-33.98-4.852-66.064-20.894-90.342-45.172C241.195,101.054,238.652,100,236,100 c-26.856,0-52.564,12.236-69.558,32.908C170.63,92.189,205.053,60,247.05,60z M178.54,263c-5.006-16.653-10.734-65.653-12-97.053 l13.459-17.946c12.361-16.476,31.592-26.713,52.049-27.888c26.917,25.616,61.739,42.532,98.537,47.786l14.722,2.104 c-0.984,20.885-2.995,41.843-5.876,61.118c-0.001,0.006-0.002,0.013-0.003,0.02c-0.916,6.197-1.638,10.185-3.482,21.324 c-5.296,31.765-28.998,60.49-60.287,68.313c-12.877,3.215-26.443,3.214-39.313,0c-19.537-4.884-37.451-18.402-49.012-37.778 h20.386c4.128,11.639,15.243,20,28.28,20h20c16.575,0,30-13.424,30-30c0-16.542-13.458-30-30-30h-20 c-13.327,0-24.278,8.608-28.297,20H178.54z M235.159,341.016c6.859,1.445,13.852,2.184,20.841,2.184 c5.471,0,10.943-0.458,16.353-1.346l-17.67,18.687L235.159,341.016z M240.935,375.079l-31.718,33.542 c-8.732-16.714-16.235-34.109-22.389-51.917l11.911-23.822L240.935,375.079z M311.566,329.494l13.604,27.209 c-6.164,17.838-13.669,35.239-22.392,51.933l-33.948-33.948L311.566,329.494z M226,273c0-5.521,4.478-10,10-10h20 c5.514,0,10,4.486,10,10c0,5.522-4.479,10-10,10h-20C230.486,283,226,278.514,226,273z M46.4,492 c3.963-49.539,36.932-94.567,81.302-109.363l42.094-14.028c7.712,21.325,17.266,42.052,28.463,61.74 c0.019,0.034,0.037,0.068,0.056,0.101c0,0.001,0.001,0.001,0.001,0.002c8.181,14.389,17.389,28.45,27.372,41.799L237.99,492H46.4z M256,483.086l-13.562-21.773c-0.152-0.244-0.314-0.481-0.486-0.711c-8.098-10.802-15.652-22.099-22.532-33.662l35.663-37.714 l37.578,37.578c-6.926,11.647-14.506,22.991-22.611,33.796C269.56,461.253,270.255,460.224,256,483.086z M274.01,492 l12.301-19.748c10.027-13.4,19.301-27.574,27.564-42.132c0.05-0.088,0.097-0.178,0.147-0.266c0.006-0.011,0.012-0.021,0.018-0.032 c11.055-19.5,20.509-40.047,28.164-61.213l42.093,14.028c44.371,14.796,77.34,59.824,81.303,109.363H274.01z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M435.546,451.531c-6.683-13.377-16.472-25.261-28.309-34.367c-4.378-3.369-10.656-2.55-14.023,1.828 c-3.368,4.378-2.549,10.656,1.828,14.024c9.454,7.273,17.272,16.766,22.611,27.453c2.473,4.949,8.483,6.941,13.415,4.477 C436.008,462.478,438.013,456.472,435.546,451.531z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="cua-hang"]:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.467,443.733H8.533c-4.71,0-8.533,3.814-8.533,8.533V486.4c0,4.719,3.823,8.533,8.533,8.533h494.933 c4.719,0,8.533-3.814,8.533-8.533v-34.133C512,447.548,508.186,443.733,503.467,443.733z M494.933,477.867H17.067V460.8h477.867 V477.867z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.211,160.06l-25.6-102.4c-0.956-3.789-4.361-6.46-8.277-6.46H42.667c-3.917,0-7.33,2.671-8.277,6.46l-25.6,102.4 c-0.64,2.551-0.06,5.248,1.553,7.322s4.096,3.285,6.724,3.285h477.867c2.628,0,5.103-1.212,6.724-3.285 S503.851,162.611,503.211,160.06z M27.998,153.6l21.333-85.333h413.338l21.333,85.333H27.998z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M281.6,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H281.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H213.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M145.067,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H76.8V179.2 c0,23.526,19.14,42.667,42.667,42.667s42.667-19.14,42.667-42.667v-17.067H145.067z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M76.8,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H8.533V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H76.8z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M486.4,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6c-14.114,0-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H486.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M418.133,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6c-14.114,0-25.6-11.486-25.6-25.6v-17.067h-17.067V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H418.133z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M349.867,162.133V179.2c0,14.114-11.486,25.6-25.6,25.6s-25.6-11.486-25.6-25.6v-17.067H281.6V179.2 c0,23.526,19.14,42.667,42.667,42.667c23.526,0,42.667-19.14,42.667-42.667v-17.067H349.867z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='213.333' y='59.733' width='17.067' height='102.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='281.6' y='59.733' width='17.067' height='102.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='106.498' y='102.415' transform='matrix(0.083 -0.9965 0.9965 0.083 34.1971 259.0603)' width='102.736' height='17.066'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='41.963' y='102.403' transform='matrix(0.1646 -0.9864 0.9864 0.1646 -31.0012 185.2705)' width='103.821' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='345.581' y='59.566' transform='matrix(0.9965 -0.083 0.083 0.9965 -7.986 29.7754)' width='17.057' height='102.736'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='409.607' y='59.021' transform='matrix(0.9864 -0.1644 0.1644 0.9864 -12.5476 70.2519)' width='17.067' height='103.817'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M469.333,17.067H42.667c-4.71,0-8.533,3.823-8.533,8.533v34.133H51.2v-25.6h409.6v25.6h17.067V25.6 C477.867,20.89,474.052,17.067,469.333,17.067z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='34.133' y='213.333' width='17.067' height='230.4'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='460.8' y='213.333' width='17.067' height='238.933'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M315.733,256H76.8c-4.71,0-8.533,3.814-8.533,8.533v136.533c0,4.719,3.823,8.533,8.533,8.533h238.933 c4.719,0,8.533-3.814,8.533-8.533V264.533C324.267,259.814,320.452,256,315.733,256z M307.2,392.533H85.333V273.067H307.2V392.533 z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M435.2,256h-85.333c-4.719,0-8.533,3.814-8.533,8.533v187.733c0,4.719,3.814,8.533,8.533,8.533H435.2 c4.719,0,8.533-3.814,8.533-8.533V264.533C443.733,259.814,439.919,256,435.2,256z M426.667,443.733H358.4V273.067h68.267V443.733 z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='120.962' y='307.197' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -180.7566 195.0755)' width='48.273' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='129.185' y='319.973' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -178.5461 225.965)' width='108.611' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='197.719' y='341.338' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -182.4167 259.3502)' width='48.273' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="it"]:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='511pt' viewBox='0 0 511.998 511' width='511pt'%3E%3Cpath d='m58.960938 187.046875c1.460937 1.460937 3.378906 2.195313 5.296874 2.195313 1.917969 0 3.835938-.730469 5.300782-2.195313 2.925781-2.925781 2.925781-7.671875 0-10.597656l-18.195313-18.195313 18.195313-18.191406c2.925781-2.929688 2.925781-7.671875 0-10.597656-2.925782-2.925782-7.671875-2.925782-10.597656 0l-23.492188 23.492187c-1.40625 1.40625-2.195312 3.3125-2.195312 5.296875 0 1.988282.789062 3.894532 2.195312 5.300782zm0 0'/%3E%3Cpath d='m133.320312 158.253906-18.195312 18.195313c-2.925781 2.925781-2.925781 7.671875.003906 10.597656 1.460938 1.460937 3.378906 2.195313 5.296875 2.195313s3.835938-.734376 5.296875-2.195313l23.496094-23.496094c2.925781-2.925781 2.925781-7.671875 0-10.59375l-23.496094-23.496093c-2.925781-2.925782-7.667968-2.925782-10.59375 0-2.929687 2.929687-2.929687 7.671874 0 10.597656zm0 0'/%3E%3Cpath d='m81.171875 188.722656c.898437.351563 1.828125.519532 2.738281.519532 2.992188 0 5.816406-1.804688 6.976563-4.753907l18.457031-46.988281c1.515625-3.851562-.382812-8.199219-4.234375-9.714844-3.847656-1.511718-8.199219.382813-9.710937 4.234375l-18.460938 46.988281c-1.511719 3.851563.382812 8.203126 4.234375 9.714844zm0 0'/%3E%3Cpath d='m45.007812 233.203125h50.480469c4.136719 0 7.492188-3.355469 7.492188-7.496094 0-4.136719-3.355469-7.492187-7.492188-7.492187h-50.480469c-4.140624 0-7.492187 3.355468-7.492187 7.492187 0 4.140625 3.351563 7.496094 7.492187 7.496094zm0 0'/%3E%3Cpath d='m211.753906 218.214844h-88.75c-4.136718 0-7.492187 3.355468-7.492187 7.492187 0 4.140625 3.355469 7.496094 7.492187 7.496094h88.75c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492187-7.496094-7.492187zm0 0'/%3E%3Cpath d='m45.007812 264.808594h21.503907c4.136719 0 7.492187-3.355469 7.492187-7.496094 0-4.136719-3.355468-7.492188-7.492187-7.492188h-21.503907c-4.140624 0-7.492187 3.355469-7.492187 7.492188 0 4.140625 3.351563 7.496094 7.492187 7.496094zm0 0'/%3E%3Cpath d='m184.339844 249.820312c-4.140625 0-7.492188 3.355469-7.492188 7.492188 0 4.140625 3.351563 7.496094 7.492188 7.496094h13.09375c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492188-7.496094-7.492188zm0 0'/%3E%3Cpath d='m164.617188 257.3125c0-4.136719-3.355469-7.492188-7.492188-7.492188h-64.320312c-4.140626 0-7.492188 3.355469-7.492188 7.492188 0 4.140625 3.351562 7.496094 7.492188 7.496094h64.320312c4.136719 0 7.492188-3.355469 7.492188-7.496094zm0 0'/%3E%3Cpath d='m213.703125 257.3125c0 4.140625 3.355469 7.496094 7.492187 7.496094h24.527344c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492188-7.496094-7.492188h-24.527344c-4.136718 0-7.492187 3.355469-7.492187 7.492188zm0 0'/%3E%3Cpath d='m172.894531 164.265625h25.871094c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136719-3.355469-7.492187-7.496094-7.492187h-25.871094c-4.140625 0-7.496093 3.355468-7.496093 7.492187 0 4.140625 3.355468 7.496094 7.496093 7.496094zm0 0'/%3E%3Cpath d='m227.742188 164.265625h157.855468c4.140625 0 7.492188-3.355469 7.492188-7.496094 0-4.136719-3.351563-7.492187-7.492188-7.492187h-157.855468c-4.140626 0-7.496094 3.355468-7.496094 7.492187 0 4.140625 3.355468 7.496094 7.496094 7.496094zm0 0'/%3E%3Cpath d='m361.621094 182.246094h-63.945313c-4.136719 0-7.492187 3.355468-7.492187 7.496094 0 4.136718 3.355468 7.492187 7.492187 7.492187h63.945313c4.136718 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.355469-7.496094-7.492187-7.496094zm0 0'/%3E%3Cpath d='m273.699219 182.246094h-21.980469c-4.140625 0-7.492188 3.355468-7.492188 7.496094 0 4.136718 3.351563 7.492187 7.492188 7.492187h21.980469c4.140625 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.351562-7.496094-7.492187-7.496094zm0 0'/%3E%3Cpath d='m172.894531 197.234375h53.847657c4.136718 0 7.492187-3.355469 7.492187-7.492187 0-4.140626-3.355469-7.496094-7.492187-7.496094h-53.847657c-4.140625 0-7.496093 3.355468-7.496093 7.496094 0 4.136718 3.355468 7.492187 7.496093 7.492187zm0 0'/%3E%3Cpath d='m157.21875 281.160156h-50.476562c-4.140626 0-7.496094 3.355469-7.496094 7.492188 0 4.136718 3.355468 7.492187 7.496094 7.492187h50.476562c4.136719 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.355469-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m83.789062 281.160156h-38.78125c-4.140624 0-7.492187 3.355469-7.492187 7.492188 0 4.136718 3.351563 7.492187 7.492187 7.492187h38.78125c4.140626 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.351562-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m248.722656 281.160156h-65.941406c-4.140625 0-7.492188 3.355469-7.492188 7.492188 0 4.136718 3.351563 7.492187 7.492188 7.492187h65.941406c4.136719 0 7.492188-3.355469 7.492188-7.492187 0-4.136719-3.355469-7.492188-7.492188-7.492188zm0 0'/%3E%3Cpath d='m337.898438 242.667969h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492187 0 4.140625 3.355469 7.496094 7.492188 7.496094h36.058594c4.140624 0 7.492187-3.355469 7.492187-7.496094 0-4.136718-3.351563-7.492187-7.492187-7.492187zm0 0'/%3E%3Cpath d='m400.46875 257.65625h50.902344c4.140625 0 7.496094-3.355469 7.496094-7.496094 0-4.136718-3.355469-7.492187-7.496094-7.492187h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492187 0 4.140625 3.355469 7.496094 7.492188 7.496094zm0 0'/%3E%3Cpath d='m375.015625 242.667969h-11.664063c-4.140624 0-7.496093 3.355469-7.496093 7.492187 0 4.140625 3.355469 7.496094 7.496093 7.496094h11.664063c4.140625 0 7.492187-3.355469 7.492187-7.496094 0-4.136718-3.351562-7.492187-7.492187-7.492187zm0 0'/%3E%3Cpath d='m301.839844 339.3125h36.058594c4.140624 0 7.492187-3.351562 7.492187-7.492188 0-4.136718-3.351563-7.492187-7.492187-7.492187h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492187 0 4.140626 3.355469 7.492188 7.492188 7.492188zm0 0'/%3E%3Cpath d='m400.46875 339.3125h50.902344c4.140625 0 7.496094-3.351562 7.496094-7.492188 0-4.136718-3.355469-7.492187-7.496094-7.492187h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492187 0 4.140626 3.355469 7.492188 7.492188 7.492188zm0 0'/%3E%3Cpath d='m363.351562 339.3125h11.664063c4.140625 0 7.496094-3.351562 7.496094-7.492188 0-4.136718-3.355469-7.492187-7.496094-7.492187h-11.664063c-4.140624 0-7.492187 3.355469-7.492187 7.492187 0 4.140626 3.351563 7.492188 7.492187 7.492188zm0 0'/%3E%3Cpath d='m337.898438 405.988281h-36.058594c-4.136719 0-7.492188 3.355469-7.492188 7.492188s3.355469 7.492187 7.492188 7.492187h36.058594c4.140624 0 7.492187-3.355468 7.492187-7.492187s-3.351563-7.492188-7.492187-7.492188zm0 0'/%3E%3Cpath d='m451.371094 405.988281h-50.902344c-4.140625 0-7.492188 3.355469-7.492188 7.492188s3.351563 7.492187 7.492188 7.492187h50.902344c4.140625 0 7.496094-3.355468 7.496094-7.492187s-3.355469-7.492188-7.496094-7.492188zm0 0'/%3E%3Cpath d='m375.015625 405.988281h-11.664063c-4.140624 0-7.496093 3.355469-7.496093 7.492188s3.355469 7.492187 7.496093 7.492187h11.664063c4.140625 0 7.492187-3.355468 7.492187-7.492187s-3.351562-7.492188-7.492187-7.492188zm0 0'/%3E%3Cpath d='m479.023438.5h-446.042969c-18.183594 0-32.980469 14.792969-32.980469 32.980469v362.566406c0 18.183594 14.796875 32.976563 32.980469 32.976563h28.199219c4.136718 0 7.492187-3.351563 7.492187-7.492188 0-4.136719-3.355469-7.492188-7.492187-7.492188h-28.199219c-9.921875 0-17.992188-8.070312-17.992188-17.992187v-28.425781h272.996094v12.914062h-5.941406c-8.128907 0-14.738281 6.609375-14.738281 14.738282v18.765624h-160.566407c-4.136719 0-7.492187 3.355469-7.492187 7.492188 0 4.140625 3.355468 7.492188 7.492187 7.492188h72.046875v26.875h-22.625c-15.09375 0-27.371094 12.28125-27.371094 27.371093v16.1875c0 6.886719 5.601563 12.488281 12.488282 12.488281h228.875c6.886718 0 12.488281-5.601562 12.488281-12.488281v-16.1875c0-15.089843-12.277344-27.371093-27.371094-27.371093h-22.625v-9.472657h138.527344c8.125 0 14.734375-6.609375 14.734375-14.738281v-3.527344c14.605469-3.390625 25.523438-16.496094 25.523438-32.113281l.566406-362.570313c.003906-18.183593-14.789063-32.976562-32.972656-32.976562zm-196.730469 349.28125v-35.917969h188.628906v35.917969zm20.675781-50.90625v-15.765625h147.273438v15.765625zm147.273438 65.890625v15.769531h-147.273438v-15.769531zm-256.472657 64.257813h73.535157v2.667968c0 8.125 6.609374 14.734375 14.738281 14.734375h35.617187v9.472657h-123.890625zm161.503907 41.863281c6.828124 0 12.382812 5.554687 12.382812 12.382812v13.691407h-223.882812v-13.691407c0-6.828125 5.558593-12.382812 12.386718-12.382812zm115.648437-39.449219h-188.628906v-35.914062h188.628906zm25.523437-35.390625c0 7.257813-4.328124 13.511719-10.535156 16.351563v-17.128907c0-8.125-6.613281-14.734375-14.738281-14.734375h-5.941406v-12.914062h31.214843zm0-43.410156h-10.78125c.152344-.847657.246094-39.023438.246094-39.023438 0-8.128906-6.613281-14.738281-14.738281-14.738281h-5.941406v-15.765625h5.941406c8.125 0 14.738281-6.613281 14.738281-14.738281v-36.417969c0-8.125-6.613281-14.738281-14.738281-14.738281h-42.324219c-4.140625 0-7.492187 3.355468-7.492187 7.496094 0 4.136718 3.351562 7.492187 7.492187 7.492187h42.074219v35.917969h-188.628906v-35.917969h99.929687c4.140625 0 7.492188-3.355469 7.492188-7.492187 0-4.140626-3.351563-7.496094-7.492188-7.496094h-100.179687c-8.128907 0-14.738281 6.613281-14.738281 14.738281v36.417969c0 8.125 6.609374 14.738281 14.738281 14.738281h5.941406v15.765625h-5.941406c-8.128907 0-14.738281 6.613281-14.738281 14.738281 0 0 .09375 38.175781.246093 39.023438h-252.5625v-250.207031h481.457031zm0-265.195313h-480.90625v-53.964844c0-9.917968 8.070313-17.988281 17.992188-17.988281h444.921875c9.921875 0 17.992187 8.070313 17.992187 17.992188zm0 0'/%3E%3Cpath d='m55.261719 29.261719c-12.125 0-21.988281 9.863281-21.988281 21.988281s9.863281 21.992188 21.988281 21.992188 21.992187-9.867188 21.992187-21.992188-9.867187-21.988281-21.992187-21.988281zm0 28.992187c-3.859375 0-7.003907-3.140625-7.003907-7.003906 0-3.859375 3.144532-7.003906 7.003907-7.003906 3.863281 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.140625 7.003906-7.003906 7.003906zm0 0'/%3E%3Cpath d='m111.25 29.261719c-12.125 0-21.992188 9.863281-21.992188 21.988281s9.867188 21.992188 21.992188 21.992188 21.988281-9.867188 21.988281-21.992188-9.867187-21.988281-21.988281-21.988281zm0 28.992187c-3.863281 0-7.003906-3.140625-7.003906-7.003906 0-3.859375 3.140625-7.003906 7.003906-7.003906 3.859375 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.144531 7.003906-7.003906 7.003906zm0 0'/%3E%3Cpath d='m167.234375 29.261719c-12.125 0-21.988281 9.863281-21.988281 21.988281s9.863281 21.992188 21.988281 21.992188 21.992187-9.867188 21.992187-21.992188-9.867187-21.988281-21.992187-21.988281zm0 28.992187c-3.859375 0-7.003906-3.140625-7.003906-7.003906 0-3.859375 3.144531-7.003906 7.003906-7.003906 3.863281 0 7.003906 3.144531 7.003906 7.003906 0 3.863281-3.140625 7.003906-7.003906 7.003906zm0 0'/%3E%3C/svg%3E"); }
        #blog-tuyendung .blog-body .body__menu-type li.item i[data-cate*="van-phong"]:before {
          /*background-image: url("");*/ }
      #blog-tuyendung .blog-body .body__menu-type li.item.active {
        color: red; }
  #blog-tuyendung .blog-body .container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      #blog-tuyendung .blog-body .container {
        padding: 0 80px; } }

/*Article Tuyển dụng*/
#article-career h2 {
  font-size: 24px; }

#article-career h3 {
  font-size: 22px; }

#article-career h6 {
  font-size: 14px; }

#article-career .career-header {
  padding: 80px 0 60px; }
  #article-career .career-header_img {
    width: calc(8.75% + 40px);
    padding: 0 20px; }
    #article-career .career-header_img img {
      border-radius: 50%; }
  #article-career .career-header_left {
    flex-direction: column;
    justify-content: space-around; }
    #article-career .career-header_left .career-title h1 {
      font-size: 26px; }
    #article-career .career-header_left .career-expiration svg {
      margin-right: 5px; }
    #article-career .career-header_left .career-expiration p {
      margin-bottom: 0;
      font-size: 14px;
      margin-right: 5px; }
  #article-career .career-header_right {
    flex-direction: column;
    justify-content: space-around; }
  #article-career .career-header_content {
    width: calc(91.25% - 80px);
    padding: 0 0px 0 15px;
    margin-right: 20px;
    justify-content: space-between; }
  #article-career .career-header_button {
    padding: 10px 15px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer; }
    #article-career .career-header_button svg {
      margin-right: 5px; }
  #article-career .career-header .btn-apply {
    color: #fff;
    background: #01afee;
    transition: all .3s; }
    #article-career .career-header .btn-apply:hover {
      animation: pulse 1s infinite;
      transition: .3s; }
  #article-career .career-header .btn-share {
    background: #fff;
    color: #01afee;
    border: 1px solid #01afee;
    transition: all .3s; }
    #article-career .career-header .btn-share:hover {
      animation: pulse 1s infinite;
      transition: 0.3s; }
  @media (max-width: 992px) {
    #article-career .career-header_left .career-title h1 {
      font-size: 18px; }
    #article-career .career-header_button {
      padding: 2px 10px; } }
  @media (max-width: 767px) {
    #article-career .career-header {
      position: relative;
      padding: 40px 0 50px;
      margin-bottom: 25px; }
      #article-career .career-header_left .career-title h1 {
        font-size: 16px; }
      #article-career .career-header_left .career-expiration {
        margin-bottom: 5px; }
      #article-career .career-header_right {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        #article-career .career-header_right .career-header_button {
          margin-bottom: 5px; }
          #article-career .career-header_right .career-header_button.btn-apply {
            width: calc(60% - 15px); }
          #article-career .career-header_right .career-header_button.btn-share {
            width: 40%; }
      #article-career .career-header_content {
        position: static;
        flex-direction: column;
        margin-right: 0;
        width: 100%; }
      #article-career .career-header_img {
        padding: 0; }
      #article-career .career-header_button {
        text-align: center;
        padding: 6px 0;
        margin-bottom: 0;
        text-transform: uppercase; }
        #article-career .career-header_button svg {
          margin-right: 10px; } }

#article-career .career-detail {
  padding: 0 20px; }
  #article-career .career-detail_info {
    padding: 20px 15px 0;
    background: #f9f9f9; }
    #article-career .career-detail_info h6:first-child {
      text-decoration: underline;
      margin-bottom: 20px; }
    #article-career .career-detail_info .detail-info {
      width: 50%;
      display: flex;
      flex-wrap: wrap; }
      #article-career .career-detail_info .detail-info_item {
        width: 50%;
        margin-bottom: 20px;
        display: flex;
        align-items: center; }
        #article-career .career-detail_info .detail-info_item .item-left {
          height: 40px;
          width: 40px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          margin-right: 20px;
          border-radius: 50%; }
        #article-career .career-detail_info .detail-info_item .item-right h6 {
          text-decoration: none;
          margin-bottom: 10px; }
        #article-career .career-detail_info .detail-info_item .muc-luong {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-cash-100_c9dd8abf980a419ba17b204ece29b403.png"); }
        #article-career .career-detail_info .detail-info_item .so-luong-tuyen {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-crowd-100_989d66156b2b4c37b91056452d12172f.png"); }
        #article-career .career-detail_info .detail-info_item .hinh-thuc-lam-viec {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-business-100_325c3002010a4064971f9e0390194010.png"); }
        #article-career .career-detail_info .detail-info_item .cap-bac {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-prize-100_55c0f55947884a069e96dfc7036682b8.png"); }
        #article-career .career-detail_info .detail-info_item .gioi-tinh {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-unisex-100_0fbd952dbf284430b155f528a4f312ce.png"); }
        #article-career .career-detail_info .detail-info_item .kinh-nghiem {
          background-image: url("https://file.hstatic.net/200000303807/file/icons8-intelligence-100_f3150388422241c5bb26a864b0fcab52.png"); }
  #article-career .career-detail_location {
    padding: 20px 15px 30px;
    background: #f9f9f9;
    margin-top: 5px; }
    #article-career .career-detail_location h6 {
      text-decoration: underline; }
  @media (max-width: 992px) {
    #article-career .career-detail h2 {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #article-career .career-detail {
      padding: 0; }
      #article-career .career-detail_info .detail-info {
        width: 100%; }
        #article-career .career-detail_info .detail-info .item-right {
          width: 75%; }
          #article-career .career-detail_info .detail-info .item-right p, #article-career .career-detail_info .detail-info .item-right h6 {
            font-size: 12px; }
          #article-career .career-detail_info .detail-info .item-right h6 {
            margin-bottom: 5px; }
        #article-career .career-detail_info .detail-info .item-left {
          width: 25%; } }

#article-career .career-description {
  padding: 20px 30px 20px; }
  #article-career .career-description div {
    line-height: 1.5rem; }
  #article-career .career-description ul li {
    line-height: 1.5rem; }
  #article-career .career-description h3:not(:first-child) {
    margin-top: 15px; }
  #article-career .career-description .requi-container, #article-career .career-description .career-relate {
    max-width: 70%;
    margin: 0 auto; }
  #article-career .career-description .requi-content {
    padding: 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px; }
    #article-career .career-description .requi-content .row {
      margin: 0; }
      #article-career .career-description .requi-content .row:not(:first-child) {
        border-top: 1px solid #dfdfdf; }
    #article-career .career-description .requi-content .col {
      padding: 15px 30px; }
      #article-career .career-description .requi-content .col:first-child {
        border-right: 1px solid #dfdfdf; }
      #article-career .career-description .requi-content .col ul {
        list-style-type: initial !important;
        list-style-position: inside;
        margin-bottom: 15px; }
  #article-career .career-description .career-relate {
    margin-top: 15px; }
    #article-career .career-description .career-relate a {
      color: #3366ff; }
  @media (max-width: 992px) {
    #article-career .career-description h3 {
      font-size: 15px; }
    #article-career .career-description .requi-container, #article-career .career-description .career-relate {
      max-width: 85%; } }
  @media (max-width: 767px) {
    #article-career .career-description {
      padding: 20px 0; }
      #article-career .career-description .requi-container, #article-career .career-description .career-relate {
        max-width: 100%; } }

#article-career .career-apply {
  padding: 0 20px; }

#article-career .career-apply p {
  margin-bottom: 1rem; }

#article-career .career-apply_form {
  width: 60%; }

#article-career .career-apply_form textarea, #article-career .career-apply_form input:not([type="submit"]) {
  width: 100%;
  margin-top: 15px; }

#article-career .career-apply_form textarea {
  resize: none; }

#article-career .career-apply_form textarea, #article-career .career-apply_form input:not([type="file"]) {
  padding: 10px 15px; }

#article-career .career-apply_form input[type="submit"] {
  padding: 10px 50px;
  border-radius: 25px;
  outline: none;
  margin: 0 auto;
  display: block;
  color: #fff;
  transition: all .5s;
  margin-top: 50px;
  border: 1px solid #002c6b;
  background-image: -webkit-linear-gradient(30deg, #002c6b 50%, transparent 50%);
  background-image: linear-gradient(30deg, #002c6b 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }

#article-career .career-apply_form input[type="submit"]:hover {
  background-position: 100%;
  color: #002c6b; }

#article-career .career-apply_form .label-upload {
  cursor: pointer;
  margin: 5px 0 0; }

#article-career .career-apply_form .label-upload svg {
  margin-left: 5px; }

#article-career .career-apply_form .form-group {
  margin-bottom: 0;
  position: relative; }

#article-career .career-apply_form .form-group .exclamation-triangle {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #f72b3f;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0; }

#article-career .career-apply_form .form-group .error {
  color: #f72b3f;
  font-size: 12px; }

#article-career .career-apply_form .form-group .error.alert {
  position: unset;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #f72b3f; }

#article-career .career-apply_form .cv-name {
  margin-left: 10px;
  font-size: 12px; }

@media (max-width: 992px) {
  #article-career .career-apply_form {
    width: 100%; } }

@media (max-width: 767px) {
  #article-career .career-apply {
    padding: 0; }
  #article-career .career-apply h2 {
    font-size: 15px; } }

/* CSS Article WP */
.ss-pd {
  padding: 6.4rem 0; }

.detail .container {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem; }

.detail .detail-banner-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2.4rem; }

.detail .detail-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.detail .detail-width {
  width: 99.6rem;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 4.8rem 10rem;
  background-color: white;
  border-radius: 2.4rem;
  max-width: 100%;
  z-index: 2;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem; }

@media (max-width: 1350px) {
  .detail .brandchildren-slide .swiper-navigation {
    display: none; } }

.detail .product-item.feature-content .swiper-slide .image .img .outer .inner img {
  object-fit: cover; }

@media screen and (max-width: 1200px) {
  .detail .detail-width {
    margin-top: 4rem;
    padding: 4rem 1.5rem; } }

.detail .detail-quote {
  display: flex; }

.detail .detail-quote .icon {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  top: 1rem;
  position: relative;
  margin-right: 1.6rem; }

.detail .detail-quote-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0e1d61; }

@media only screen and (max-width: 1200px) {
  .detail .detail-quote-text {
    font-size: 2rem; } }

@media only screen and (max-width: 800px) {
  .detail .detail-quote-text {
    font-size: 1.7rem; } }

/* Blog New */
.layout-blogs.new .post-loop .post-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px; }
  .layout-blogs.new .post-loop .post-image a {
    display: block;
    position: relative;
    padding-bottom: 60%; }
  .layout-blogs.new .post-loop .post-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.layout-blogs.new .post-loop .post-detail .post-title h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin: 0 0 6px;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.layout-blogs.new .post-loop .post-detail .post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 6px;
  color: #8e8e8e; }

.layout-blogs.new .post-loop .post-detail .post-content {
  font-size: 12px;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.layout-blogs.new .post-loop .post-inner {
  display: flex;
  gap: 20px; }
  .layout-blogs.new .post-loop .post-inner.full {
    flex-direction: column; }
  .layout-blogs.new .post-loop .post-inner.half {
    flex-direction: row; }
    .layout-blogs.new .post-loop .post-inner.half .post-image {
      border-radius: 10px;
      overflow: hidden;
      width: 30%;
      height: 100%;
      display: flex; }
      .layout-blogs.new .post-loop .post-inner.half .post-image a {
        width: 100%;
        height: 100%; }
      .layout-blogs.new .post-loop .post-inner.half .post-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .layout-blogs.new .post-loop .post-inner.half .post-detail {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 70%; }

.layout-blogs.new .post-loop.slick-slide {
  padding: 0 10px; }

@media (min-width: 992px) {
  .layout-blogs.new .post-loop .post-detail .post-title h3 {
    font-size: 18px;
    margin: 0 0 12px; }
  .layout-blogs.new .post-loop .post-detail .post-meta {
    font-size: 14px;
    margin-bottom: 12px; }
  .layout-blogs.new .post-loop .post-detail .post-content {
    font-size: 14px;
    -webkit-line-clamp: 4; } }

.layout-blogs.new .list-posts .slick-arrow {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 10%;
  height: 100%;
  border: 0;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  background-color: transparent;
  opacity: 0;
  transition: all .3s; }
  .layout-blogs.new .list-posts .slick-arrow:after, .layout-blogs.new .list-posts .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 1000px;
    transform: translate3d(-50%, -50%, 0);
    transition: all .3s; }
  .layout-blogs.new .list-posts .slick-arrow:after {
    width: 38px;
    height: 38px;
    background-color: #fff;
    background-image: url("https://mcdn.coolmate.me/uploads/November2021/right-arrows(1).png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: 50%;
    z-index: 2; }
  .layout-blogs.new .list-posts .slick-arrow:before {
    width: 60px;
    height: 60px;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.333333); }
  .layout-blogs.new .list-posts .slick-arrow.slick-next {
    right: 0;
    background-image: linear-gradient(-90deg, transparent, transparent); }
    .layout-blogs.new .list-posts .slick-arrow.slick-next:after {
      right: 20px; }
    .layout-blogs.new .list-posts .slick-arrow.slick-next:before {
      right: -2px; }
    .layout-blogs.new .list-posts .slick-arrow.slick-next:hover {
      opacity: 1; }
  .layout-blogs.new .list-posts .slick-arrow.slick-prev {
    left: 0;
    background-image: linear-gradient(90deg, transparent, transparent); }
    .layout-blogs.new .list-posts .slick-arrow.slick-prev:before {
      transform: translate3d(50%, -50%, 0);
      left: -2px; }
    .layout-blogs.new .list-posts .slick-arrow.slick-prev:after {
      transform: translate3d(50%, -50%, 0) rotate(180deg);
      left: 20px; }
    .layout-blogs.new .list-posts .slick-arrow.slick-prev:hover {
      opacity: 1; }

.layout-blogs.new .list-posts .slick-dots {
  display: flex;
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 30px; }
  .layout-blogs.new .list-posts .slick-dots li {
    display: flex;
    flex: 1;
    list-style: none;
    padding: 0 2px;
    height: 2px; }
  .layout-blogs.new .list-posts .slick-dots li button {
    position: relative;
    font-size: 0;
    border: 0;
    width: 100%;
    background-color: #d9d9d9;
    height: 2px; }
  .layout-blogs.new .list-posts .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    background-color: #000;
    transition: all .3s; }
  .layout-blogs.new .list-posts .slick-dots li.slick-active button:before {
    width: 100%;
    left: 0;
    right: auto; }

.layout-blogs.new .list-posts#slider-list-1:not(.slick-initialized) {
  display: flex;
  overflow: hidden; }
  .layout-blogs.new .list-posts#slider-list-1:not(.slick-initialized) .post-loop {
    flex: 0 0 100%;
    width: 100%; }

@media (max-width: 991px) {
  .layout-blogs.new .list-posts {
    padding-bottom: 30px; }
    .layout-blogs.new .list-posts .slick-dots {
      top: initial;
      bottom: 0;
      padding: 0 16px;
      justify-content: center; }
      .layout-blogs.new .list-posts .slick-dots li {
        flex: unset;
        display: table;
        margin: 0 3px; }
      .layout-blogs.new .list-posts .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #d9d9d9; }
      .layout-blogs.new .list-posts .slick-dots li.slick-active button:before {
        width: 8px;
        height: 8px;
        padding: 0;
        border: none;
        border-radius: 100%; } }

@media (min-width: 1024px) {
  .layout-blogs.new .list-posts:hover .slick-arrow {
    opacity: 0.3; } }

.layout-blogs.new .list-article-slider#slider-list:not(.slick-initialized) {
  display: flex;
  overflow: hidden; }
  .layout-blogs.new .list-article-slider#slider-list:not(.slick-initialized) .post-loop {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    padding: 0 10px; }
  @media (max-width: 991px) {
    .layout-blogs.new .list-article-slider#slider-list:not(.slick-initialized) .post-loop {
      flex: 0 0 100%;
      width: 100%; } }

.layout-blogs.new .group-sidebox .list-posts {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (min-width: 992px) {
    .layout-blogs.new .group-sidebox .list-posts {
      gap: 20px; } }

.layout-blogs.new .blog-posts .post-loop {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .layout-blogs.new .blog-posts .post-loop {
    margin-bottom: 20px; }
    .layout-blogs.new .blog-posts .post-loop .post-inner.full {
      flex-direction: row;
      gap: 10px; }
      .layout-blogs.new .blog-posts .post-loop .post-inner.full .post-image {
        border-radius: 10px;
        overflow: hidden;
        width: 40%;
        height: 100%;
        display: flex; }
        .layout-blogs.new .blog-posts .post-loop .post-inner.full .post-image a {
          width: 100%;
          height: 100%; }
        .layout-blogs.new .blog-posts .post-loop .post-inner.full .post-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .layout-blogs.new .blog-posts .post-loop .post-inner.full .post-detail {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%; } }

@media (max-width: 991px) {
  .layout-blogs.new .wrapper-contentBlogs--top .wrapper-title h2 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .layout-blogs.new .wrapper-contentBlogs--top .wrapper-title h2 {
    font-size: 20px; }
  .layout-blogs.new .wrapper-contentBlogs--top .group-sidebox {
    margin-top: 15px; } }

.action-btn-article {
  display: flex;
  align-items: center;
  justify-content: center; }
  .action-btn-article a {
    background: #011e60;
    color: #FFFFFF;
    padding: 12px 26px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px; }
