@charset "UTF-8";
/*
Theme Name: 888kbet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

:root {
  --color: #fe9a00;
  /* --color_text:#fe9a00; */
  --color_text: #fff;
  /* --color_text_sub: #383838; */
  --color_text_sub: #b4b4b4;
  --color3: #d30000;
  --color4: #fe9a00;
  /* --color_hover: #383838; */
  --color_hover: #a1a1a1;
  --color5: #f2f2f2;
  --color6: #BBB;
  --color7: #5c5a5a;
  --color8: #a39d9d;
  --color9: #b0b0b0;
  --color10: #1f2022;
  --color11: #f8f8f8;
  --fcolor: #464646;
  --fcolor2: #1b1b1b;
  --bordercolor: #efefef;
  --bordercolor1: #404040;
  --bordercolor2: #f8ee17;
  --bordercolor3: #f2f2f2;
  --bordercolor4: #d30000;
  --colorwhile: #fff;
}

* {
  color: #fff;
}

body {
  color: #fff;
  overflow-x: hidden;
  /* background-color: #000; */
}

body #main,
body #wrapper {
  /* background: transparent; */
  background: #181818;
}

body p {
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #fff;
  border-color: var(--color) !important;
}

.bg-main-color {
  /* background: var(--colorwhile); */
  background: #000;
}

.banner-right-home {
  padding-bottom: 0;
}

label {
  color: #fff;
}

.primary {
  background: var(--color)
}

video{
  margin:0 auto;
  display: block;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .banner-right-home {
    width: calc(100% - 250px);
    flex-basis: calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 767px) {
  video{
    max-width: 100%;
    height: 100%;
  }
  .banner-right-home {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.banner-right-home .col.small-12 {
  padding-bottom: 0;
}

.section-content-home {
  background: rgba(0, 128, 0, 0.1);
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
  background: #181818;
}

.section-content-shadow {
  background: #fff;
}

a.icon-circle:hover,
a.remove:hover,
a:hover {
  color: var(--color);
}

article {
  background: #1e1e1e;
  padding: 16px;
}

textarea {
  background: #393939;
  border: 1px solid #777;
}

@media only screen and (max-width: 991px) {
  .section-content-shadow {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .section-content-shadow {
    padding: 0 10px;
  }
}

.single .article-inner {
  box-shadow: none;
}

.single .article-inner .entry-header .entry-header-text {
  padding-left: 0;
  padding-right: 0;
}

.single .article-inner .entry-header h1 {
  text-align: left;
}

.single .article-inner .entry-header .entry-divider {
  height: auto;
  margin: 0;
  background: transparent;
}

.single .article-inner .single-page {
  border-color: #1e1e1e;
  border-top: 0;
  border-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  /* -o-border-image: linear-gradient(to right, #000, var(--color)) 1;
     border-image: linear-gradient(to right, #000, var(--color)) 1; */
}

.single .article-inner .single-page table {
  border: 1px solid #666;
  margin-bottom: 24px;
}

.single .article-inner .single-page table tr th,
.single .article-inner .single-page table tr td {
  border: 1px solid #666;
  font-size: 15px;
  padding: 10px 12px;
  color: #666;
  border-bottom: 0;
}

.single .article-inner .single-page table tr th {
  font-weight: bold;
  text-align: center;
  background: #ff9900;
  color: #fff;
}

.single .article-inner .single-page blockquote {
  border-left: #ff9900 5px solid;
  padding: 8px 40px;
}

.single .article-inner .single-page blockquote p {
  font-style: normal;
  margin-bottom: 0;
}

.single .article-inner .single-page blockquote p a {
  font-weight: bold;
}

.single .article-inner div#ez-toc-container {
  width: 100%;
}

.single .navigation-post .nav-previous {
  padding-left: 40px;
  position: relative;
}

.single .navigation-post .nav-previous .hide-for-small {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single .navigation-post .nav-next .nav-next {
  padding-right: 40px;
  position: relative;
}

.single .navigation-post .nav-next .nav-next .hide-for-small {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#content table {
  border: 1px solid #666;
  margin-bottom: 24px;
}

#content table tr th,
#content table tr td {
  border: 1px solid #666;
  font-size: 15px;
  padding: 10px 12px;
  color: #666;
  border-bottom: 0;
  border-left: 0;
}

#content table tr th:last-child,
#content table tr td:last-child {
  border-right: 0;
}

#content table tr th {
  font-weight: bold;
  text-align: center;
  background: var(--color);
  color: #fff;
}

#content table:nth-of-type(1) th {
  border-top: 0;
}

#content blockquote {
  border-left: var(--color) 5px solid;
  padding: 8px 40px;
}

#content blockquote p {
  font-style: normal;
  margin-bottom: 0;
}

#content blockquote p a {
  font-weight: bold;
}

/*Sdibar single*/
#secondary .widget {
  margin-bottom: 30px;
}

#secondary .widget form {
  margin-bottom: 0;
}

.widget_search .widget-title {
  display: none;
}

.widget_search .searchform input {
  font-size: 16px;
  line-height: 40px;
  box-shadow: none;
  height: 40px;
}

.widget_search .searchform button[type=submit] {
  background: #fc972b;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: auto;
  min-height: auto;
  border: 0;
}

.widget_search .searchform button[type=submit] i {
  position: relative;
  z-index: 1;
}

.widget_search .searchform button[type=submit]:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 40px solid #111;
  top: 0;
  right: 0;
}

.widget span.widget-title {
  background: #fc972b;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 0;
  padding: 0 20px;
  position: relative;
}

.widget span.widget-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 40px solid #181818;
  position: absolute;
  right: 0;
  top: 0;
}

.widget .recent-blog-posts .mr-half .badge,
.widget .flatsome_recent_posts .mr-half .badge {
  width: 100px;
  height: 61px;
}

.widget .recent-blog-posts .flex-col a,
.widget .flatsome_recent_posts .flex-col a {
  font-size: 14px;
  color: #fff;
}

.widget .recent-blog-posts .flex-col a:hover,
.widget .flatsome_recent_posts .flex-col a:hover {
  color: #fc972b;
}

.archive.category .blog-archive .col .post-item .col-inner,
.single .blog-archive .col .post-item .col-inner {
  box-shadow: none;
}

.archive.category .blog-archive .col .post-item .col-inner .box-text,
.single .blog-archive .col .post-item .col-inner .box-text {
  text-align: left;
  padding: 16px 0;
}

.archive.category .blog-archive .col .post-item .col-inner .box-text .post-title,
.single .blog-archive .col .post-item .col-inner .box-text .post-title {
  font-size: 17px;
  margin-bottom: 8px;
}

.archive.category .blog-archive .col .post-item .col-inner .box-text .from_the_blog_excerpt,
.single .blog-archive .col .post-item .col-inner .box-text .from_the_blog_excerpt {
  font-size: 14px;
}

.archive.category .post-sidebar,
.single .post-sidebar {
  padding-left: 0;
  border: 0 !important;
}

@media only screen and (min-width: 1201px) {

  .archive.category .post-sidebar,
  .single .post-sidebar {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {

  .archive.category .post-sidebar,
  .single .post-sidebar {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.post-sidebar .fixed-wg {
  position: fixed;
  bottom: 300px;
  width: 300px;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .post-sidebar .fixed-wg {
    position: unset;
    width: 100%;
  }
}

.post-sidebar .wpcf7 {
  background: #fff;
  margin-top: -10px;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  -o-border-image: linear-gradient(to right, #000, var(--color)) 1;
  border-image: linear-gradient(to right, #000, var(--color)) 1;
  margin-bottom: 0 !important;
}

.post-sidebar .wpcf7 label {
  color: #1d2127;
  font-size: 14px;
}

.post-sidebar .wpcf7 input,
.post-sidebar .wpcf7 textarea {
  border: 1px solid #ececec !important;
}

.post-sidebar .wpcf7 input[type=submit] {
  background: #fc972b;
}

.searchform input {
  font-size: 16px;
  line-height: 40px;
  box-shadow: none;
  height: 40px;
}

.searchform button[type=submit] {
  background-color: var(--color) !important;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  min-width: auto;
  min-height: auto;
  border: 0;
}

.searchform button[type=submit] i {
  position: relative;
  z-index: 1;
}

form label {
  font-weight: normal;
  font-size: 15px;
}

form input[type=email],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=text],
form input[type=url],
form textarea {
  box-shadow: none;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

form input[type=file] {
  max-width: 100%;
}

.video-youtube {
  margin-bottom: 0;
  padding-bottom: 0;
}

.video-youtube .col-inner {
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px 10px;
}

.video-youtube .col-inner p {
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  .video-youtube iframe {
    height: 300px !important;
  }
}

.mobile-991 {
  padding-bottom: 0;
}

@media only screen and (max-width: 550px) {
  .mobile-991 blockquote {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 550px) {
  .mobile-991 blockquote h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 550px) {
  .mobile-991 blockquote p {
    font-size: 15px;
  }
}

.sloder-home {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.sloder-home #block_widget-3 span.widget-title {
  margin-bottom: 0;
}

.sloder-home #block_widget-3 .col.small-12 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sloder-home .gui-cv form {
  border: var(--bordercolor) 1px solid;
  padding: 16px 20px;
  margin-bottom: 0;
}

.sloder-home .gui-cv form input[type=submit]:not(.is-form) {
  margin-bottom: 0;
  font-size: 15px;
}

.sloder-home .widget_search .widget-title {
  display: none;
}

.sloder-home .widget.flatsome_recent_posts .mr-half .badge {
  width: 100px;
  height: 61px;
}

.sloder-home .widget.flatsome_recent_posts .flex-col a {
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.sloder-home .widget.flatsome_recent_posts .flex-col a:hover {
  color: var(--color);
}

.sloder-home .widget_tag_cloud .tagcloud {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.sloder-home .widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  background: var(--colorwhile);
  color: var(--colorwhile);
  padding: 5px 10px;
  font-style: italic;
  line-height: 1.4;
}

.sloder-home .widget_tag_cloud .tagcloud a:hover {
  background: var(--color3);
}

.tam-nhin-chien-luoc {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  background: #fff;
  gap: 0 20px;
  border: 1px solid #ccdeff;
  border-radius: 6px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .tam-nhin-chien-luoc {
    flex-wrap: wrap;
  }
}

.tam-nhin-chien-luoc .col {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}

@media only screen and (max-width: 849px) {
  .tam-nhin-chien-luoc .col {
    width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media only screen and (max-width: 550px) {
  .tam-nhin-chien-luoc .col {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.tam-nhin-chien-luoc .col .icon-box {
  padding: 0;
  background: #fff;
  transition-property: box-shadow, transform;
  transition-duration: 350ms;
  transition-timing-function: ease;
  box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.2117647059);
  display: block;
  gap: 0 20px;
  margin-bottom: 20px;
}

.tam-nhin-chien-luoc .col .icon-box .icon-box-img {
  width: 100% !important;
  margin-bottom: 0;
}

.tam-nhin-chien-luoc .col .icon-box .icon-box-img img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #D9D9D9;
  margin: 0 auto;
}

.tam-nhin-chien-luoc .col .icon-box .icon-box-text {
  width: 100%;
  background: #5a5a5a;
  padding: 16px;
}

.tam-nhin-chien-luoc .col .icon-box .icon-box-text h3 {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  font-weight: normal;
}

.tam-nhin-chien-luoc .col .icon-box .icon-box-text p {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.tam-nhin-chien-luoc .item-background {
  padding-bottom: 0;
}

.title-tam-nhin-chien-luoc {
  width: 100% !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.title-tam-nhin-chien-luoc h2 {
  border-radius: 5px 5px 0 0;
  background-color: #f2f7ff;
  background-image: url(images/featured-jobs-background.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  padding: 20px 25px 20px 40px;
  margin-bottom: 0;
  text-align: left !important;
  margin-left: -20px;
  width: calc(100% + 40px);
  font-size: 22px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .title-tam-nhin-chien-luoc h2 {
    padding: 10px 25px 10px 40px;
    font-size: 18px;
  }
}

.content-post-home a.button,
a.button.margin-top,
.post-siderbar a.button {
  border: 1px solid var(--color);
  color: #fff;
  padding: 2px 24px !important;
  background: linear-gradient(-45deg, #000, var(--color), #000, var(--color));
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  float: left;
  bottom: 0;
  width: auto !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
}

.content-post-home a.button::after,
a.button.margin-top::after,
.post-siderbar a.button::after {
  width: 10px;
  height: 100%;
  content: "";
  background: url(images/icon.png) no-repeat center right;
  background-size: auto 12px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
}

.content-post-home a.button>span,
a.button.margin-top>span,
.post-siderbar a.button>span {
  transform: translateX(0);
}

.content-post-home a.button .icon-youtube,
a.button.margin-top .icon-youtube,
.post-siderbar a.button .icon-youtube {
  opacity: 1;
  margin-right: 5px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.header-main .nav>li>a {
  font-size: 16px;
}

.large-title {
  margin-bottom: 0;
}

.large-title .section-title {
  padding: 0;
  margin-bottom: 0;
}

.large-title .section-title b {
  display: none;
}

.large-title .section-title span.section-title-main {
  font-size: 25px;
  color: #fff !important;
  background: var(--color);
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
}

.large-title .section-title span.section-title-main::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - 24px);
  background: url(images/Polygon.png) no-repeat center right;
  background-size: auto 20px;
  bottom: -20px;
}

.content-post-home {
  display: flex;
}

.content-post-home .post-item {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-post-home .post-item .col-inner {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.content-post-home .post-item .col-inner,
.content-post-home .post-item .box,
.content-post-home .post-item .box-text {
  position: unset;
}

.content-post-home .from_the_blog_excerpt {
  color: rgb(85, 85, 85);
  font-size: 14px;
  line-height: 1.8;
}

.row.tuyen-dung-home {
  position: relative;
  margin-top: 50px;
}

.row.tuyen-dung-home::before {
  content: "";
  height: 100%;
  position: absolute;
  background: var(--color);
  color: #555;
  left: calc((100vw - 100%) / 2 * -1);
  right: calc((100vw - 100%) / 2 * -1);
  top: 0;
}

@media only screen and (max-width: 550px) {
  .row.tuyen-dung-home {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.row.tuyen-dung-home .section-title {
  border-color: #fff;
  border-width: 1px;
  font-size: 22px;
  margin-bottom: 0;
}

.row.tuyen-dung-home .section-title::after {
  content: none;
}

.row.tuyen-dung-home .section-title span.section-title-main {
  color: #fff !important;
}

.row.tuyen-dung-home .col.tuyen-dung-100 {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .row.tuyen-dung-home .col.tuyen-dung-100 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .row.tuyen-dung-home .col.tuyen-dung-100 .col-inner {
    padding-top: 20px !important;
    padding-bottom: 16px !important;
  }
}

.row.tuyen-dung-home .col.tuyen-dung-100:nth-of-type(1) {
  padding-left: 0;
}

.row.tuyen-dung-home .col.tuyen-dung-100:nth-of-type(2) {
  padding-right: 0;
}

@media only screen and (max-width: 640px) {
  .row.tuyen-dung-home .col.tuyen-dung-100:nth-of-type(2) {
    padding-left: 0;
  }
}

.content-post-home .post-item {
  margin-bottom: 20px;
  position: relative;
}

.content-post-home .post-item .box .box-image {
  z-index: 1;
  position: relative;
}

.content-post-home .post-item .box .box-text-inner .box-text {
  padding: 16px !important;
}

.content-post-home .post-item .box .box-text-inner .box-text,
.content-post-home .post-item .box .box-text-inner .post-meta {
  z-index: 1;
  position: relative;
}

.content-post-home .post-item .box .box-text-inner a.button {
  z-index: 1;
  bottom: 16px;
}

.activeties-home .col {
  padding-bottom: 0;
  margin-bottom: 16px;
}

.activeties-home .col .col-inner {
  background: #fff;
  border-bottom: 1px solid #ececec;
  box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.2117647059);
  padding: 16px;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
}

.activeties-home .col .col-inner:hover {
  background: #f7f7f7;
}

.activeties-home .col .col-inner .box {
  gap: 0 16px;
  display: flex;
}

.activeties-home .col .col-inner .box .box-image {
  padding: 0;
}

.activeties-home .col .col-inner .box .box-text-inner h5 {
  color: var(--color);
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: none;
}

.activeties-home .col .col-inner .box .box-text-inner h5 a:hover {
  color: #000;
}

.activeties-home .col .col-inner .box a.button {
  border: 0;
  padding: 0;
  text-align: right;
  color: var(--color4);
  font-weight: normal;
  width: 100%;
  text-align: left;
  text-transform: none;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}

.activeties-home .col .col-inner .box a.button:hover {
  background-color: transparent;
  color: var(--color);
}

.section-title {
  font-size: 25px;
}

.section-title a {
  font-size: 18px;
}

.tap-doan {
  background: var(--color);
  padding-top: 100px !important;
}

@media only screen and (max-width: 550px) {
  .tap-doan {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tap-doan .is-border {
  border: 0;
}

.tap-doan .luu-y-cho-ung-vien h2,
.tap-doan .luu-y-cho-ung-vien p {
  color: #fff;
}

.tap-doan .luu-y-cho-ung-vien blockquote {
  border-left: 5px solid #fff !important;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 40px;
}

.tap-doan .luu-y-cho-ung-vien blockquote p {
  color: #fff;
  font-style: normal;
}

footer {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

footer .section {
  color: #fff !important;
}

.header-main {
  border-bottom: 1px solid #ddd;
}

.row.conact-form blockquote {
  background-color: transparent !important;
  margin-bottom: 20px !important;
}

.row.conact-form .contact-form-home {
  padding: 50px 30px 30px 30px;
  background: rgb(0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 550px) {
  .row.conact-form .contact-form-home {
    padding: 30px 20px 0;
  }
}

.row.conact-form .contact-form-home .col-inner {
  padding-top: 0 !important;
}

.row.conact-form .contact-form-home label,
.row.conact-form .contact-form-home h3,
.row.conact-form .contact-form-home input {
  color: #fff;
}

.row.conact-form .contact-form-home input[type=submit] {
  line-height: 40px;
  background-color: var(--color);
  min-width: 250px;
}

.support-fix-mobile {
  background-color: transparent;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 9;
  /* height:60px; */
}

@media only screen and (min-width: 992px) {
  .support-fix-mobile {
    display: none;
  }
}

/* .support-fix-mobile::before,
.support-fix-mobile::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  top: -16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
} */

.support-fix-mobile::after {
  box-shadow: none;
  width: 80px;
  top: -14px;
}

.support-fix-mobile ul {
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
  /* background: var(--color); */
  background:#fe9a00e6;
  margin-bottom: 0;
  /* padding-bottom: 10px; */
  opacity: 1;
}

.support-fix-mobile ul li {
  width: 25%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.support-fix-mobile ul li a {
  font-size: 10px;
  color: #8c8c8c;
  padding-top: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.support-fix-mobile ul li a:hover {
  color: var(--color);
}

.support-fix-mobile ul li a img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 1px 1px 20px 0px #774c0b4a;
}

.support-fix-mobile ul li a span {
  display: inline-block;
  width: 100%;
}

.support-fix-mobile ul li a i {
  font-family: "FontAwesome";
  font-size: 21px;
  color: var(--color);
}

.support-fix-mobile ul li a .top {
  /* height: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.support-fix-mobile ul li:nth-of-type(3) {
  text-align: center;
  position: relative;
}

.support-fix-mobile ul li:nth-of-type(3) a {
  /* position: relative;
  width: 70px;
  height: 70px; */
  /* background: var(--color); */
  border-radius: 50%;
  /* position: absolute; */
  /* left: 50%; */
  /* margin-left: -35px; */
  /* top: -18px; */
  color: #fff;
  overflow: hidden;
}

/* .support-fix-mobile ul li:nth-of-type(3) a .top {
  position: relative;
  height: auto;
  margin-top: 5px;
} */

/* .support-fix-mobile ul li:nth-of-type(3) a span {
  position: relative;
  top: -8px;
} */

.support-fix-mobile ul li:nth-of-type(3) a i {
  color: #fff;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .absolute-footer {
    margin-bottom: 0;
    padding: 8px !important;
    font-size: 12px !important;
  }

  .arcu-widget.right.arcu-message {
    bottom: 82px;
  }

  .arcu-widget.sm .arcu-message-button {
    border: 1px solid #4f4f4f;
  }
}

.copyright-footer h3 {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.menu-footer .accordion-item,
.menu-footer ul {
  list-style: none;
}

.menu-footer .accordion-item li,
.menu-footer ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}

.menu-footer .accordion-item li a,
.menu-footer .accordion-item li a span,
.menu-footer ul li a,
.menu-footer ul li a span {
  color: var(--color) !important;
  font-size: 16px;
  font-weight: normal;
}

.menu-footer .accordion-item li a .toggle i,
.menu-footer .accordion-item li a span .toggle i,
.menu-footer ul li a .toggle i,
.menu-footer ul li a span .toggle i {
  font-size: 12px;
}

.menu-footer .accordion-item li a .accordion-title.active,
.menu-footer .accordion-item li a span .accordion-title.active,
.menu-footer ul li a .accordion-title.active,
.menu-footer ul li a span .accordion-title.active {
  color: var(--color);
}

.menu-footer .accordion-item li::after,
.menu-footer ul li::after {
  width: 10px;
  height: 100%;
  content: "";
  background: url(images/icon.png) no-repeat center right;
  background-size: auto 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.is-divider {
  display: none;
}

#content blockquote {
  margin-bottom: 0;
}

.session-class .col.small-12 {
  padding-bottom: 0;
}

section {
  background: transparent;
}

.widget-title {
  background: var(--color) !important;
  font-size: 18px;
  line-height: 45px;
  border-bottom: 0;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

.widget-title p {
  font-size: inherit !important;
  margin-bottom: 0 !important;
  line-height: 45px;
}

.widget-title:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 40px solid #111;
  position: absolute;
  right: 0;
  top: 0;
}

.post-siderbar {
  counter-reset: section;
}

.post-siderbar .post-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

@media only screen and (max-width: 991px) and (min-width: 551px) {
  .post-siderbar .post-item {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.post-siderbar .post-item::before {
  counter-increment: section;
  content: counter(section);
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  position: absolute;
  top: -5px;
  left: 0px;
  background: var(--color4);
  text-align: center;
  z-index: 2;
  background: linear-gradient(-45deg, #000, var(--color4), #000, var(--color4));
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
}

.post-siderbar .post-item .box {
  display: flex;
  gap: 0 12px;
}

.post-siderbar .post-item .box .box-image {
  width: 100px !important;
}

.post-siderbar .post-item .box .box-image img {
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-siderbar .post-item .box .box-text {
  width: calc(100% - 112px) !important;
  padding: 0;
  text-align: left;
}

.post-siderbar .post-item .box .box-text h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

.post-siderbar .post-item .box .box-text h5 a {
  font-size: inherit;
}

.post-siderbar .post-item .box .box-text a.button {
  border: 0;
  padding: 0;
  text-align: right;
  color: var(--color4);
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-transform: none;
  text-decoration: underline;
}

.post-siderbar .post-item .box .box-text a.button:hover {
  background-color: transparent;
  color: var(--color);
}

.post-siderbar .post-item:nth-of-type(1) .box {
  display: block;
}

@media only screen and (max-width: 991px) {
  .post-siderbar .post-item:nth-of-type(1) .box {
    display: flex;
  }
}

.post-siderbar .post-item:nth-of-type(1) .box .box-image .image-cover {
  padding-top: 60% !important;
}

@media only screen and (max-width: 991px) {
  .post-siderbar .post-item:nth-of-type(1) .box .box-image .image-cover {
    padding-top: 100% !important;
  }
}

.post-siderbar .post-item:nth-of-type(1) .box .box-image img {
  height: auto;
}

@media only screen and (max-width: 991px) and (min-width: 551px) {
  .post-siderbar .post-item:nth-of-type(1) .box .box-image img {
    height: 70px;
  }
}

.post-siderbar .post-item:nth-of-type(1) .box .box-image,
.post-siderbar .post-item:nth-of-type(1) .box .box-text {
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .post-siderbar .post-item:nth-of-type(1) .box .box-image {
    width: 100px !important;
  }
}

@media only screen and (max-width: 991px) {
  .post-siderbar .post-item:nth-of-type(1) .box .box-text {
    width: calc(100% - 112px) !important;
  }
}

.post-siderbar .post-item:nth-of-type(1) .box .box-text h5 {
  margin: 10px 0 0;
}

.post-siderbar.bai-viet-noi-bat .post-item::before {
  content: none;
}

.post-siderbar.bai-viet-noi-bat .post-item:nth-of-type(1) .box {
  display: flex;
}

.post-siderbar.bai-viet-noi-bat .post-item:nth-of-type(1) .box .box-image {
  width: 100px !important;
}

.post-siderbar.bai-viet-noi-bat .post-item:nth-of-type(1) .box .box-text {
  width: calc(100% - 120px) !important;
}

.post-siderbar.bai-viet-noi-bat .post-item:nth-of-type(1) .box .box-text h5 {
  margin: 0;
}

.tag-home .widget_tag_cloud {
  padding: 0;
}

.tong-quan-nop-ho-so {
  background: rgba(0, 178, 255, 0.05);
}

.tong-quan-nop-ho-so .center-row {
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .tong-quan-nop-ho-so .center-row .col.medium-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.nop-ho-so {
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 30px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .nop-ho-so {
    margin-left: 0;
    width: calc(100% - 30px) !important;
    flex-basis: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin-top: 30px;
  }
}

.nop-ho-so input[type=submit] {
  margin-bottom: 0 !important;
}

.section.danh-gia-khach-hang {
  padding-top: 0 !important;
}

@media only screen and (max-width: 550px) {
  .section.danh-gia-khach-hang {
    padding-bottom: 0 !important;
  }
}

.row-danh-gia {
  padding: 0;
}

.section-title-normal .ez-toc-section,
.section-title-normal .ez-toc-section-end,
.section-title .ez-toc-section,
.section-title .ez-toc-section-end {
  display: none;
}

.section-title-normal b,
.section-title b {
  display: none;
}

.title-tong-quan {
  margin-bottom: 30px;
}

.title-tong-quan p {
  font-style: normal;
  margin-bottom: 0;
}

.title-tong-quan blockquote {
  border-left: var(--color) 5px solid;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}

.secssion-su-kien-gan-day {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 550px) {
  .secssion-su-kien-gan-day {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.secssion-su-kien-gan-day .border-box h3 {
  font-size: 30px;
  font-weight: normal;
  border-bottom: 2px solid var(--color);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

.secssion-su-kien-gan-day .border-box h3:after {
  content: "";
  background: var(--color_hover);
  width: 200px;
  height: 2px;
  bottom: -2px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .secssion-su-kien-gan-day .border-box h3 {
    padding: 10px 25px 10px 40px;
    font-size: 18px;
  }
}

.secssion-su-kien-gan-day .border-box h3 .section-title-main {
  padding-bottom: 0;
  border: 0;
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day {
  gap: 0 20px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .secssion-su-kien-gan-day .border-box .su-kien-gan-day {
    gap: 20px;
    padding: 0 15px;
  }
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item {
  padding: 0;
  border: 1px solid #e5e5e5;
  width: calc((100% - 60px) / 4);
  flex-basis: calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}

@media only screen and (max-width: 849px) {
  .secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item {
    width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

@media only screen and (max-width: 550px) {
  .secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item .box-text {
  padding: 16px;
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item .box-text h5 {
  font-size: 17px;
  font-weight: normal;
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item .box-text .from_the_blog_excerpt {
  font-size: 14px;
  margin-bottom: 5px;
}

.secssion-su-kien-gan-day .border-box .su-kien-gan-day .col.post-item .box-text a.button {
  background: linear-gradient(-45deg, #000, var(--color), #000, var(--color));
  animation: gradient 15s ease infinite;
  border: 1px solid var(--color);
  background-size: 400% 400%;
  font-weight: normal;
  padding: 2px 16px;
  line-height: 23px;
  border-radius: 3px;
  margin: 5px auto 0;
  color: #fff;
  display: inline-block;
  font-size: 13px !important;
  text-align: center;
  text-transform: none;
}

.content-main-home {
  background: #f2f7ff;
  padding: 40px 0;
  margin: 0 auto !important;
}

@media only screen and (max-width: 991px) {
  .content-main-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content-main-home .while-content {
  background-color: #fff;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 3px 9px 0px rgba(31, 31, 31, 0.2117647059);
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .content-main-home .while-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.absolute-footer {
    padding: 5px;
    background: repeating-linear-gradient(to right, #fff 0, #fead00 70%, #fff 100%) !important;
    animation: gradient 2s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    background-size: 200% auto !important;
    background-position: 0 100% !important;
}
.absolute-footer .container{
    background: transparent;
}
li.html.header-button-2 a{
    background: linear-gradient(-45deg,#000,#b20000,#000,#b20000);
    animation: gradient1 5s infinite;
    background-size: 400% auto !important;
}
li.html.header-button-1 a{
    background: linear-gradient(-45deg,#333,#000,#333,#000);
    animation: gradient1 5s infinite;
    background-size: 400% auto !important;
}
h1 span, h2 span, h3 span,h4 span, h1, h2, h3, h4 {
    color: #fe9a00;
}
@keyframes gradient{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200% 0;
    }
}
@keyframes gradient1{
    0% {
        background-position: 0% 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media only screen and (max-width: 991px) {
  .absolute-footer {
    padding-bottom: 16px;
  }
}

.absolute-footer .copyright-footer {
  color: #fff;
  text-align: center;
}

.absolute-footer .copyright-footer * {
  color: #fff;
}

footer {
  padding: 60px 0 0;
  background: black;
}

footer .footer-widgets {
  background-color: var(--color);
  border: 0;
  padding-top: 0;
}

footer .footer-widgets * {
  color: #fff;
}

footer .footer-widgets span.widget-title {
  font-size: 25px;
  padding: 0;
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  footer .footer-widgets span.widget-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

footer .footer-widgets span.widget-title::after {
  content: none;
}

@media only screen and (max-width: 991px) {
  footer {
    padding-bottom: 62px;
    margin-bottom: 0;
  }
}

footer .section.foooter {
  padding: 0 !important;
}

footer .ok-tag p span {
  background: var(--color);
  padding: 5px 10px;
  color: #fff !important;
  font-weight: normal;
  border-radius: 3px;
}

footer .widget_tag_cloud .tagcloud {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

footer .widget_tag_cloud .tagcloud a {
  font-size: 17px !important;
  font-weight: bold;
  background: #f00;
  color: var(--colorwhile);
  padding: 5px 10px;
  line-height: 1.4;
  border-radius: 3px;
}

footer .widget_tag_cloud .tagcloud a:hover {
  background: var(--color3);
}

.single .article-inner .entry-header h6 {
  text-align: left;
  font-weight: normal;
}

.single .article-inner .entry-header .entry-meta {
  text-align: left;
}

/* #content .large-4,#content .large-3, #hot_post{
  background:#222
} */

/* .single .article-inner .entry-content {
  padding-left: 20px;
  padding-right: 20px;
} */

.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
  color:#fff;
}

@media only screen and (max-width: 991px) {
  .section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 550px) {
  .section {
    padding: 30px 5px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-991 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .sloder-home {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    box-shadow: none;
  }
}

@media only screen and (max-width: 991px) {
  .row.tam-nhin-chien-luoc {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 550px) {
  .row.tam-nhin-chien-luoc {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .tong-quan-nop-ho-so {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .tong-quan-nop-ho-so .pading-mobile-991 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .conact-form .col.medium-6 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col {
        padding: 0 5px 15px;
    }
    .container {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media only screen and (max-width: 767px) {
  .row-footer .col.medium-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  .row-footer .col.medium-4 {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .row-footer .col.medium-4.ok-tag {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #header .header-main {
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  #header .medium-logo-center .logo {
    padding: 12px 0;
  }
}

@media only screen and (max-width: 550px) {
  .tap-doan {
    padding: 70px 0 0 0 !important;
  }
}

@media only screen and (max-width: 550px) {
  .arcu-widget.right.arcu-message {
    right: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .activeties-home .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .activeties-home .col.post-item .col-inner {
    padding-bottom: 16px !important;
  }
}

/*Đây là CSS cho tuyển dụng hot*/
.huna-recruitment {
  border: 1px solid #ccdeff;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 20px 20px;
}

@media only screen and (max-width: 550px) {
  .huna-recruitment {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

.huna-recruitment .container {
  max-width: 1356px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.huna-recruitment h3 {
  font-size: 20px;
  display: none;
}

.huna-recruitment h2 {
  margin-bottom: 20px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f7ff;
  background-image: url(images/featured-jobs-background.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  padding: 20px 25px 20px 40px;
  text-align: left !important;
  margin-left: -20px;
  width: calc(100% + 40px);
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .huna-recruitment h2 {
    padding: 10px 25px 10px 40px;
    font-size: 18px;
  }
}

.huna-recruitment h2 br {
  display: none;
}

.huna-recruitment h2::before,
.huna-recruitment h2::after {
  content: none;
}

.huna-recruitment .colunm {
  width: calc((100% - 20px) / 2);
  position: relative;
  padding: 12px;
  border: 1px solid rgb(241, 241, 241);
  gap: 8px;
  transition-property: box-shadow, transform;
  transition-duration: 350ms;
  transition-timing-function: ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 0;
  padding: 12px;
}

@media only screen and (max-width: 766px) {
  .huna-recruitment .colunm {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.huna-recruitment .colunm::before {
  content: "Hot";
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
  color: rgb(220, 54, 46);
  background: url(images/hot.png) no-repeat center left 3px rgb(252, 237, 237);
  background-size: auto 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.huna-recruitment .colunm h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}

.huna-recruitment .colunm .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}

.huna-recruitment .colunm .content .images {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid var(--color);
}

.huna-recruitment .colunm .content .images img {
  width: 78px;
  height: 78px;
}

.huna-recruitment .colunm .content .job-infomation {
  width: calc(100% - 98px);
}

.huna-recruitment .colunm .content .job-infomation p {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
}

.huna-recruitment .colunm .content .job-infomation p::before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: var(--color);
  left: 0;
  top: 0;
}

.huna-recruitment .colunm .content .job-infomation p.user::before {
  content: "\f007";
}

.huna-recruitment .colunm .content .job-infomation p.local::before {
  content: "\f3c5";
}

.huna-recruitment .colunm .content .job-infomation p.time::before {
  content: "\f017";
}

.huna-recruitment .colunm .content .job-infomation p.salary::before {
  content: "\f155";
}

.huna-recruitment .colunm .content .job-infomation p.description::before {
  content: "\f29e";
}

.huna-recruitment .colunm .content .job-infomation .salary {
  color: var(--color4);
}

.huna-recruitment .colunm .content .bottom {
  margin-top: 8px;
  text-align: center;
  width: 100%;
}

.huna-recruitment .colunm .content .bottom a {
  background: linear-gradient(-45deg, #000, var(--color), #000, var(--color));
  animation: gradient 15s ease infinite;
  border: 1px solid var(--color);
  background-size: 400% 400%;
  font-weight: normal;
  padding: 2px 16px;
  line-height: 23px;
  width: 100%;
  max-width: 120px;
  border-radius: 3px;
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  text-align: center;
}

.huna-recruitment .colunm:is(:hover, :focus) {
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-8px);
}

/*Đây là kết thúc CSS cho tuyển dụng hot*/
/*Đây là CSS cho yes kiến khách hàng*/
.huna-recruitment.huna-idea {
  background: rgba(246, 246, 246, 0.5);
}

.huna-recruitment.huna-idea .content-idea {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .huna-recruitment.huna-idea .content-idea {
    padding: 0;
  }
}

@media only screen and (max-width: 375px) {
  .huna-recruitment.huna-idea .content-idea {
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: -20px;
  }
}

.huna-recruitment.huna-idea .content-idea .row {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  margin: 0 0 20px;
}

.huna-recruitment.huna-idea .content-idea .row .image {
  width: 300px !important;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .huna-recruitment.huna-idea .content-idea .row .image {
    width: 100% !important;
  }
}

.huna-recruitment.huna-idea .content-idea .row .image img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .huna-recruitment.huna-idea .content-idea .row .image img {
    height: auto;
  }
}

.huna-recruitment.huna-idea .content-idea .row .image p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: rgba(10, 102, 194, 0.8);
  color: #fff;
  margin-bottom: 0;
}

.huna-recruitment.huna-idea .content-idea .row .content {
  width: calc(100% - 320px) !important;
}

@media only screen and (max-width: 640px) {
  .huna-recruitment.huna-idea .content-idea .row .content {
    width: 100% !important;
  }
}

.huna-recruitment.huna-idea .content-idea .row .content p {
  font-style: italic;
}

.title-tuyen-dung2023 {
  margin-bottom: 0 !important;
}

.huna-has-hover img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.huna-has-hover:hover img {
  transform: scale(1.1);
}

.huna-has-hover .huna-block-image {
  overflow: hidden;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.huna-rotating {
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.huna-rotating * {
  position: relative;
  z-index: 1;
}

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 70px;
  z-index: 1;
  margin-top: -50px;
}

.slick-arrow::before {
  color: var(--color);
  font-family: "FontAwesome";
}

.slick-arrow:hover {
  color: var(--color);
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: "\f053";
}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: "\f105";
}

.slick-dots li {
  margin: 0 4px !important;
  padding: 0 !important;
  height: auto;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-color: var(--color_hover);
  border-radius: 50%;
}

.slick-dots li button::before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: var(--color);
}

.huna-block h2 {
  margin-top: 30px;
  font-size: 30px;
  border-bottom: 2px solid var(--color);
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .huna-block h2 {
    font-size: 25px;
  }
}

.huna-block h2:after {
  content: "";
  background: var(--color_hover);
  width: 200px;
  height: 2px;
  bottom: -2px;
  left: 0;
  position: absolute;
}

.huna-block .huna-block-row {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.huna-block .huna-block-row .huna-block-item {
  width: calc((100% - 40px) / 3);
}

.huna-block .huna-block-row .huna-block-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content {
  padding: 16px;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-title {
  color: var(--color_text);
  font-size: 17px;
}

@media only screen and (max-width: 550px) {
  .huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-title {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 0.5em !important;
  }
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-meta {
  display: flex;
  gap: 0 16px;
  border-bottom: 1px solid var(--color11);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-meta p {
  color: var(--color_text_sub);
  font-size: 14px;
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  .huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-meta p {
    font-size: 12px !important;
  }
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .huna-block-meta p i {
  margin-right: 8px;
  color: var(--color_hover);
}

.huna-block .huna-block-row .huna-block-item .huna-block-content p.description {
  color: var(--color_text);
  font-size: 14px;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .read-monre {
  text-align: center;
  margin-bottom: 0;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .read-monre span {
  border: 1px solid var(--color);
  color: #fff;
  padding: 2px 24px;
  min-width: 150px;
  background: linear-gradient(-45deg, #451f1f, var(--color), #3b2917, var(--color));
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  font-size: 14px;
  margin: 0 auto;
  max-width: 250px !important;
  position: relative;
  bottom: 0;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
}

.huna-block .huna-block-row .huna-block-item .huna-block-content .read-monre span:after {
  width: 10px;
  height: 100%;
  content: "";
  background: url(images/icon.png) no-repeat center right;
  background-size: auto 12px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 3;
}

@media only screen and (max-width: 550px) {
  .going_today h2 {
    margin-top: 0;
  }
}

.going_today #going-today {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .going_today #going-today {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}


.going_today .huna-block-item {
  margin: 0 10px;
  background: linear-gradient(192deg, #bb7015a1, #252525e3);
  /* background: rgba(0, 128, 0, 0.08); */
}

.going_today .huna-block-item a {
  /* background:#ff910026; */
  display: block;
}

.going_today .huna-block-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.going_today .huna-block-item .huna-block-content {
  padding: 16px;
}

.going_today .huna-block-item .huna-block-content .huna-block-title {
  color: var(--color_text);
  font-size: 17px;
}

.banner-home .huna-block-row {
  margin-left: -10px;
  width: calc(100% + 20px);
}

@media only screen and (max-width: 991px) {
  .banner-home .huna-block-row {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-home .huna-block-row {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .banner-home .huna-block-row {
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}

.banner-home .huna-block-row a {
  width: calc((100% - 40px) / 3);
  position: relative;
  padding: 0;
  background: var(--color);
  margin: 0 10px;
}

@media only screen and (max-width: 550px) {
  .banner-home .huna-block-row a {
    margin: 0;
  }

  .banner-home .huna-block-row a img {
    width: 100%;
  }
}

.banner-home .huna-block-row a h4 {
  color: white;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  padding: 16px;
  z-index: 2;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .banner-home .huna-block-row a h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 849px) and (min-width: 768px) {
  .banner-home .huna-block-row a h4 {
    font-size: 15px;
  }
}

.banner-home .huna-block-row-bottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 375px) {
  .banner-home .huna-block-row-bottom {
    margin-left: -22px;
    width: calc(100% + 44px);
  }
}

@media only screen and (max-width: 550px) {
  .banner-home .huna-block-row-bottom .pc {
    display: none;
  }
}

.banner-home .huna-block-row-bottom .sp {
  width: 100%;
}

@media only screen and (min-width: 551px) {
  .banner-home .huna-block-row-bottom .sp {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .top-list-home h2 {
    margin-top: 20px;
  }
}

.top-list-home .huna-block-row {
  counter-reset: section;
}

.top-list-home .huna-block-row .huna-block-item {
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

.top-list-home .huna-block-row .huna-block-item::before {
  counter-increment: section;
  content: counter(section);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  border: 1px solid var(--color_hover);
  /* color: var(--color_hover); */
  color: #fff;
  background: linear-gradient(-45deg, #000, var(--color), #000, var(--color));
  animation: gradient 15s ease infinite;
  background-size: 200% 200%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.top-list-home .huna-block-row .huna-block-item a {
  border-bottom: 1px solid rgba(0, 128, 0, 0.05);
  padding-bottom: 12px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-image {
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-image img {
  border-radius: 10px;
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-content {
  padding: 0;
  width: calc(100% - 116px);
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-content .huna-block-title {
  font-size: 15px;
  line-height: 20px;
  color: #fe9a00;
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-content .huna-block-meta {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.top-list-home .huna-block-row .huna-block-item a .huna-block-content .huna-block-meta p {
  font-size: 12px;
}

.top-list-home .huna-block-row .huna-block-item a:hover .huna-block-title {
  color: var(--color_hover);
}

@media only screen and (max-width: 550px) {
  .top-list-home .huna-block-row .huna-block-item:last-child a {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.hot_post .huna-block-row .huna-block-item {
  width: 100%;
}

.hot_post .huna-block-row .huna-block-item a {
  display: flex;
  gap: 0 16px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 550px) {
  .hot_post .huna-block-row .huna-block-item a {
    box-shadow: none;
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 480px) {
  .hot_post .huna-block-row .huna-block-item a {
    flex-wrap: wrap;
  }
}

.hot_post .huna-block-row .huna-block-item .huna-block-image {
  width: 200px;
}

@media only screen and (max-width: 849px) {
  .hot_post .huna-block-row .huna-block-item .huna-block-image {
    width: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .hot_post .huna-block-row .huna-block-item .huna-block-image {
    width: 100%;
    margin-bottom: 16px;
  }
}

.hot_post .huna-block-row .huna-block-item .huna-block-content {
  width: calc(100% - 216px);
  padding: 0;
}

@media only screen and (max-width: 849px) {
  .hot_post .huna-block-row .huna-block-item .huna-block-content {
    width: calc(100% - 166px);
  }
}

@media only screen and (max-width: 480px) {
  .hot_post .huna-block-row .huna-block-item .huna-block-content {
    width: 100%;
  }
}

.hot_post .huna-block-row .huna-block-item .huna-block-content .huna-block-title {
  font-size: 16px;
}

.hot_post .huna-block-row .huna-block-item .huna-block-content .huna-block-meta {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.hot_post .huna-block-row .huna-block-item .huna-block-content .description {
  font-size: 15px;
  margin-bottom: 5px;
}

.hot_post .huna-block-row .huna-block-item .huna-block-content .read-monre {
  text-align: left;
}

.hot_post .huna-block-row .huna-block-item:last-child a {
  margin-bottom: 0;
}

@media only screen and (max-width: 849px) {
  .hunua-menu-top h2 {
    font-size: 20px;
    text-align: center;
  }
}

.hunua-menu-top ul {
  list-style: none;
}

@media only screen and (max-width: 767px) and (min-width: 374px) {
  .hunua-menu-top ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}

.hunua-menu-top ul li {
  padding-left: 36px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 1px solid rgba(0, 128, 0, 0.3);
}

@media only screen and (max-width: 767px) and (min-width: 374px) {
  .hunua-menu-top ul li {
    width: 100%;
    margin-bottom: 4px;
  }
}

.hunua-menu-top ul li img {
  width: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
}

.hunua-menu-top ul li a {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hunua-menu-top ul li a {
    padding: 5px 0;
    font-size: 15px;
  }
}

.hunua-menu-top ul li a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 11px;
  font-size: 12px;
}

.hunua-menu-top-center ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}

@media only screen and (max-width: 849px) {
  .hunua-menu-top-center ul {
    flex-wrap: wrap;
    gap: 0 16px;
  }
}

.hunua-menu-top-center ul li {
  margin-left: 0;
}

@media only screen and (max-width: 849px) {
  .hunua-menu-top-center ul li {
    width: calc((100% - 16px) / 2);
  }
}

.hunua-menu-top-center ul li a {
  border: 1px solid #008000;
  padding: 5px;
  text-align: center;
  margin-right: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25), 0 10px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 849px) {
  .hunua-menu-top-center ul li a {
    width: 100%;
    display: inline-block;
    margin-right: 0;
  }
}

@media only screen and (max-width: 375px) {
  .hunua-menu-top-center ul li a {
    font-size: 13px;
  }
}

.goto-now .huna-block-row {
  padding: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
}

@media only screen and (max-width: 550px) {
  .goto-now .huna-block-row {
    width: 100%;
    margin-left: 0;
  }
}

.goto-now .huna-block-row .huna-block-item {
  margin: 10px 10px 20px;
  /* background-color: #fafafa; */
  background: #222;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.25), 0 10px 4px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 550px) {
  .huna-block .huna-block-row .huna-block-item .huna-block-content .read-monre span {
    min-width: 100px;
    font-size: 12px;
  }

  .goto-now .huna-block-row .huna-block-item {
    width: 100%;
    box-shadow: none;
    padding: 10px;
    /* margin: 0; */
    /* background-color: #fff; */
  }

  .goto-now .huna-block-row .huna-block-item a {
    display: flex;
    /* padding-bottom: 10px;
    margin-bottom: 10px; */
    border-bottom: 1px solid rgba(0, 128, 0, 0.02);
  }

  .goto-now .huna-block-row .huna-block-item .huna-block-image {
    width: 150px;
  }
}

@media only screen and (max-width: 375px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-image {
    width: 130px;
  }
}

@media only screen and (max-width: 550px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-content {
    padding: 0 0 0 16px;
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 375px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-content {
    width: calc(100% - 130px);
  }
}

.goto-now .huna-block-row .huna-block-item .huna-block-content .huna-block-title {
  font-size: 16px;
}

@media only screen and (max-width: 550px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-content .huna-block-title {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-content .huna-block-meta {
    padding-bottom: 0;
    border: 0;
  }
}

@media only screen and (max-width: 550px) {
  .goto-now .huna-block-row .huna-block-item .huna-block-content .read-monre {
    text-align: left;
  }
}

.goto-now .huna-block-row .huna-block-item:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.news-home h2 {
  margin-top: 0;
}

.news-home .huna-block-row {
  gap: 20px;
}

.news-home .huna-block-row .huna-block-item {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .news-home .huna-block-row .huna-block-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.news-home .huna-block-row .huna-block-item .huna-block-meta {
  flex-wrap: wrap;
}

@media only screen and (max-width: 550px) {
  .news-home .huna-block-row .huna-block-item .huna-block-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-social {
  display: flex;
  gap: 0 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.header-social a {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 5px;
  text-align: center;
  float: left;
  width: calc((100% - 48px) / 5);
  padding: 0 4px;
  transition: 0.1s all;
  font-size: 12px;
  color: #222;
  position: relative;
  line-height: 40px;
}

.header-social a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 31px;
  background: url(images/feedback-khach-hang.png) no-repeat center left;
  background-size: contain;
  position: relative;
  right: 10px;
  top: calc(50% - 15px);
}

.header-social a:nth-of-type(2)::before {
  background: url(images/mien-phi-van-chuyen.png) no-repeat center left;
  background-size: contain;
}

.header-social a:nth-of-type(3)::before {
  background: url(images/doi-tra.png) no-repeat center left;
  background-size: contain;
}

.header-social a:nth-of-type(4)::before {
  background: url(images/tra-gop.png) no-repeat center left;
  background-size: contain;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .menu-top-left-col {
    width: 250px;
    flex-basis: 250px;
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-top-left-col {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu-top-left-col .banner {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .col.month {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hm-nay-di-gi {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .section.section-content-home {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 550px) {
  .top-home-home {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 550px) {
  .top-home-home .col.small-12 {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .logo-left .logo {
    padding: 12px;
    width: 185px;
  }
}
.badge-inner span {
    color: var(--fs-color-primary);
}
.social-icons.follow-icons a {
    margin: 0px 5px;
    /* border: 1px solid #ccc !important; */
    box-shadow: 0px 0px 4px 3px #f6790096;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.7em;
}
.custom-footer {
    position: fixed;
    bottom: 15%;
    left: 5px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    background: #000;
    border-radius: 50%;
}
.custom-footer img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.custom-footer-content {
    width: 250px;
    background: #2d2c2c;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    bottom: calc(15% + 45px);
    left: 5px;
    box-shadow: 0px 0px 8px 4px #2c2c2c;
    display: none;
    z-index: 9999;
}
.custom-footer-content a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #ff8c035c !important;
    padding-bottom: 7px;
    font-weight: 600;
}
.custom-footer-content a i {
    width: 20px;
    height: 20px;
    background: #ff8c03;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    font-weight: bold;
    font-size: 13px;
    font-style: normal;
}
.custom-footer-content a:hover i{
    color: #fff;
}
.custom-footer-content img {
    width: 125px;
    margin-top: 5px;
    margin-left: -5px;
}
@media screen and (max-width: 767px){
    .custom-footer {
        display: block;
    }
    .logo-left .logo {
        padding: 10px 0px;
        width: 185px;
    }
    .top-list-home .huna-block-row .huna-block-item a .huna-block-image img {
        height: 55px;
        object-fit: cover;
    }
    .border-box, .page-wrapper .post {
        padding: 10px;
    }
    .row .row:not(.row-collapse){
        margin-left: 0;
        margin-right: 0;
    }
}
.gialaitour {
  background: linear-gradient(to right, #fd9a02 0, #ff0 25%, #f00 50%, #fd9a02 75%, #fd9a02 100%);
  background-size: 200% auto;
  background-position: 0 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  padding: 10px 16px;
  font-size: 18x;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 10px;
}

/*Đây là kết thúc CSS cho ý kiến khách hàng*/
/*# sourceMappingURL=style.css.map */