/*
Theme Name: cit_group
Author: VT.CIT
Version: 1.1
Text Domain: cit_group

-------------------------------------------------------------- */
:root {
  --color-primary: #0f5b89;
  --color-secondary: #009dca;
  --color-orange: #faa61a;
}

a {
  color: var(--color-orange);
}
ul#template-list-tab a:hover,
a:focus {
  color: rgba(255, 255, 255, 0.75);
}

a,
button {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body {

  font-size: 16px;
  font-weight: 300;
  font-family: 'K2D', sans-serif;
  color: #fff;
}

.wp-caption {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 0;
}

.wp-caption-text {
  padding-top: 5px;
}

.grecaptcha-badge {
  opacity: 0.3;
}

#wapper {
  position: relative;
  background: rgb(15, 91, 137) !important;
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
  background: -webkit-linear-gradient(
    125deg,
    #0f5b89 0%,
    #009dca 100%
  ) !important;
  min-height: 100vh;
}

#wapper:before {
  content: '';
  position: fixed;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-image: url(images/logo-pattern.svg?t=1);
  width: 30vw;
  height: 30vw;
  z-index: 0;
}
.page-id-31821 #wapper:before {
  content: unset;
}
body.admin-bar #wapper {
  min-height: calc(100vh - 32px);
}

.container {
  max-width: 1200px;
}

.container.container-x-lg {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container-x-md {
  max-width: 1000px;
}

.container.container-x-sm {
  max-width: 850px;
}

.container.container-x-xs {
}

.btn-primary,
.bg-primary {
  background: rgb(15, 91, 137);
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
}

.btn {
  border-radius: calc(1.5rem + 0.75rem);
  padding: 0.375rem 1.75rem;
  border: 2px solid #fff;
}

.btn-sm {
  border: 1px solid #fff;
}

.btn:hover {
  border-color: #fff;
}

.btn-primary:hover {
  background: #d09121;
  background: linear-gradient(to bottom, #e5a430 0%, #d09121 100%);
}

.btn-warning {
}

.btn-lg {
  border-radius: calc(1.875rem + 1rem);
  padding: 0.5rem 2rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 1.2rem;
  border-radius: calc(1.75rem + 0.5rem);
}

.form-control {
  border-radius: calc(1.5rem + 0.75rem + 2px);
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.form-control-lg {
  border-radius: calc(1.875rem + 1rem + 2px);
}

.input-group > .input-group-append {
  position: relative;
}

.input-group > .input-group-append > .btn {
  border-radius: calc(1.5rem + 0.75rem) !important;
  margin-left: -2.25rem;
  z-index: 11;
  border-width: 1px;
}

.input-group > .input-group-append > .btn-lg {
  border-radius: calc(1.875rem + 1rem) !important;
  margin-left: -2.875rem;
  z-index: 11;
}

b,
strong,
.strong {
  font-weight: bold;
}

h1.heading,
h2.h1.heading {
  text-transform: uppercase;
  margin-bottom: 30px;
}

h1.heading,
h2.heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 2rem;
}

.resize {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 66.6667%;
}

.resize > .over {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  position: absolute;
  background: transparent;
}

.resize > img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}

.about-van-hoa .items > .row {
  justify-content: stretch;
  align-items: center;
}

.about-van-hoa .nav-pills .nav-link {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding-right: 40px;
}

.about-nhan-su .desc,
.about-van-hoa .desc {
  max-width: 800px;
  margin: 0 auto;
}

.about-van-hoa .items {
  padding-top: 30px;
  padding-left: 30%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 36%;
  height: 100%;
}

.about-van-hoa .nav-pills .nav-link.active,
.about-van-hoa .nav-pills .show > .nav-link {
  background-color: transparent;
}

.about-van-hoa .tab-content {
  padding: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}

.about-van-hoa .tab-content .tab-desc {
  text-align: justify;
}

.about-van-hoa .nav-pills .nav-link:focus {
  outline: 0;
}

.about-van-hoa .nav-pills .nav-link.active {
  position: relative;
}

.about-van-hoa .nav-pills .nav-link.active:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 70px;
  background-color: #eeeeee;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-contact .wpcf7 {
  padding-left: 40%;
}

.slide-contact {
  position: relative;
  overflow: hidden;
}

.slide-contact:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -20px;
  left: 0;
  width: 45%;
  background: url(images/building-website.png) left bottom / contain no-repeat;
}

.contact-info-content {
  padding-left: 40%;
}

.contact-info-content .taikhoan {
  margin-bottom: 30px;
}

.contact-info-content .thongtin {
}

.contact-info-content .thongtin-item span {
  font-weight: 100;
}

.map-container .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

.map-container .nav-link.active {
  color: var(--color-orange);
}

.contact-info-content .map-list {
  margin-top: 20px;
}

.contact-info-content .item-map {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.contact-info-content .item-map iframe {
  width: 100%;
}

.bg-gray {
  background-color: #f8f8f8;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  margin-top: 1rem;
}

.price {
  color: var(--color-orange);
  font-weight: bold;
  font-size: 1.2rem;
}

.table {
  color: #fff;
}

.table td,
.table th {
  border-color: rgba(255, 255, 255, 0.5);
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  border: 2px solid transparent;
  position: relative;
  border-radius: 100%;
}

.slick-dots li button:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-57%, -57%);
}

.slick-dots li button:after {
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-53%, -53%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-dots li.slick-active button:after {
  width: 15px;
  height: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bootstrap-select .btn-light {
  background-color: #fff;
  border-color: #ced4da;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.myblock {
  padding-top: 50px;
  padding-bottom: 50px;
}

.post-list article {
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.post-list article .post-intro {
  padding: 10px 20px 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.post-list article .entry-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.post-list .entry-header {
  height: 44px;
  overflow: hidden;
  margin-bottom: 15px;
}

.post-list .entry-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-list article.relative {
  position: relative;
  z-index: 1;
  animation-delay: 0.1s;
}

.post-list article.relative .entry-title {
  font-size: 24px;
  font-weight: 500;
  animation-delay: 0.5s;
}

.post-list article.relative .post-intro {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
  color: #fff;
  pointer-events: none;
  text-shadow: 2px 2px rgb(0 0 0 / 10%);
}

.post-list article.relative .post-intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120%;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
  border-radius: 5px;
}

.post-list article.relative .post-intro a {
  color: #fff;
}

.post-image {
  border: 1px solid rgba(0 0 0 / 0.15);
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery > .gallery-item {
  position: relative;
  width: 100%;
  padding: 15px;
}

.gallery .gallery-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery .gallery-caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  padding: 10px;
  text-align: center;
}

.gallery .gallery-icon > a {
  position: relative;
}

.gallery .gallery-icon > a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 100%;
}

.gallery .gallery-icon > a > img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: 10;
}

.gallery.gallery-columns-6 > .gallery-item {
  -ms-flex: 0 0 16.6667%;
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
}

.gallery.gallery-columns-5 > .gallery-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.gallery.gallery-columns-4 > .gallery-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gallery.gallery-columns-3 > .gallery-item {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.gallery.gallery-columns-2 > .gallery-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.footer-menu {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-menu ul {
  margin: 0;
}

.footer-menu ul > li {
  margin-top: 8px;
  margin-bottom: 7px;
}

.footer-copy .container {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #fff;
  font-size: 0.9rem;
}

.socials {
  text-align: right;
}

.socials .fa {
  font-size: 25px;
}

.wpcf7-spinner {
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 22;
  margin: 0;
}

.accordion.btn {
  background: #fff;
  cursor: pointer;
  padding: 18px 18px 18px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: 1px solid #8d8d8d;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}

.wpcf7 label ~ br,
.wpcf7 label:empty,
.wpcf7 label > br {
  display: none;
}

.wpcf7 textarea.form-control {
  height: 4rem;
}

.single-product .wpcf7 textarea.form-control {
  height: 4rem;
}

.header-top {
  text-align: center;
  position: relative;
  z-index: 1;
}

.header-top * {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-top.loaded .logo-desktop,
.header-top.loaded .slogan,
.header-top.loaded .menu-top {
  -webkit-animation-name: loadedFadeInUp;
  animation-name: loadedFadeInUp;
  animation-delay: 0.4s;
}

.header-top.loaded .slogan {
  animation-delay: 1s;
}

.header-top.loaded .menu-top {
  animation-delay: 1.5s;
}

@keyframes loadedFadeInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.logo-desktop {
  width: auto;
  display: inline-block;
  position: fixed;
  top: 40px;
  left: 40px;
  height: 70px;
  z-index: 1;
}

.logo-desktop svg,
.logo-desktop img {
  height: 100%;
  width: auto;
}

.slogan {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  position: fixed;
  font-weight: bold;
  margin: 31.5px 0;
  font-size: 18px;
  top: 35px;
  width: auto;
  left: 160px;
  z-index: 1;
  text-shadow: 0px 1px 1px #555;
}

.menu-top {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 40px;
  width: auto;
  left: auto;
  right: 40px;
  transform: translate(0, 0);
  z-index: 1;
}

.menu-top > li {
  display: inline-block;
  margin: 0 16px;
  text-shadow: 0px 1px 1px #555;
}

.menu-top > li > a {
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: block; */
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px !important;
}

.menu-top > li > a:before {
  content: '';
  display: block;
  width: 100%;
  min-width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: contain;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-top > li.menu-item-website > a:before {
  -webkit-mask-image: url(images/website.svg);
  mask-image: url(images/website.svg);
}

.menu-top > li.menu-item-seo > a:before {
  -webkit-mask-image: url(images/seo.svg);
  mask-image: url(images/seo.svg);
}

.menu-top > li.menu-item-edu > a:before {
  -webkit-mask-image: url(images/edu.svg);
  mask-image: url(images/edu.svg);
}
.menu-top > li.menu-item-design > a:before {
  -webkit-mask-image: url(images/design.svg);
  mask-image: url(images/design.svg);
}
.menu-top > li.menu-item-software > a:before {
  -webkit-mask-image: url(images/software.svg);
  mask-image: url(images/software.svg);
}
.menu-top > li.menu-item-crmicon > a:before {
  -webkit-mask-image: url(images/crmicon.svg);
  mask-image: url(images/crmicon.svg);
}
.menu-top > li.menu-item-sanpham > a:before {
  -webkit-mask-image: url(images/sanpham.svg);
  mask-image: url(images/sanpham.svg);
}
.menu-top > li.menu-item-object-category > a:before {
  -webkit-mask-image: url(images/sanpham.svg);
  mask-image: url(images/sanpham.svg);
}
.menu-top > li.menu-item-cloud > a:before {
  -webkit-mask-image: url(images/cloud.svg);
  mask-image: url(images/cloud.svg);
}
.menu-top > li.menu-item-app > a:before {
  -webkit-mask-image: url(images/app.svg);
  mask-image: url(images/app.svg);
}
.menu-top > li.menu-item-banhang > a:before {
  -webkit-mask-image: url(images/banhang.svg);
  mask-image: url(images/banhang.svg);
}
.menu-top > li:hover > a {
  color: var(--color-orange);
}

.menu-top > li:hover > a:before {
  background-color: var(--color-orange);
}

.logo-share {
}

.slogan {
  animation-delay: 1s;
}

.menu-top {
  animation-delay: 1.5s;
}

/* LOADED */
.header-top.loaded {
}

.header-top.loaded .logo-desktop {
  top: 120px;
  height: 250px;
  left: 50%;
}

.header-top.loaded .slogan {
  margin: 50px 0;
  font-size: 42px;
  top: 360px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--color-orange);
  display: block;
}

.header-top.loaded .menu-top {
  top: 520px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff0 !important;
}

.header-top.loaded .menu-top > li {
  margin: 0 30px;
  text-shadow: 0px 1px 1px #555;
}

.header-top.loaded .menu-top > li > a {
  font-size: 15px;
  animation-name: fadeInUpOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
}

.header-top.loaded .menu-top > li > a:before {
  min-width: 90px;
  height: 90px;
  margin-bottom: 20px;
}

.header-top.loaded .menu-top > li:nth-child(1) a {
}

.header-top.loaded .menu-top > li:nth-child(2) a {
  animation-delay: 2.5s;
}

.header-top.loaded .menu-top > li:nth-child(3) a {
  animation-delay: 2.9s;
}

.header-top.loaded .menu-top > li:nth-child(4) a {
  animation-delay: 3.3s;
}

#play_video_intro:after,
#play_video_intro:before {
  animation: video 25s linear infinite;
  -webkit-animation: video 25s linear infinite;
  -moz-animation: video 25s linear infinite;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
}

#play_video_intro:before {
  background: rgba(255, 138, 0, 0.161);
  width: 100px;
  height: 100px;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-border-radius: 33.33% 50%;
  -moz-border-radius: 33.33% 50%;
  border-radius: 33.33% 50%;
}

#play_video_intro:after {
  background: rgba(255, 138, 0, 0.302);
  height: 73px;
  width: 73px;
}

.video_intro {
  width: 0;
  max-width: calc(100vw - 40px);
  position: fixed;
  padding-top: 75%;
  left: 0;
  right: 0;
  top: 44%;
  transform: translateY(50%);
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.video_intro_iframe.d-none {
  width: 0%;
}

.video_intro_iframe {
  width: 100%;
}

.video_intro_iframe iframe {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}

.video_intro_iframe1 {
  width: 840px;
  transform: translateY(calc(-50% + 50px));
  max-width: calc(100vw - 40px);
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.video_intro.show {
  width: 840px;
  max-width: calc(100vw - 100px);
  transform: translateY(calc(-50% + 50px));
  opacity: 1;
}

#play_video_intro {
  content: '';
  position: absolute;
  top: 43%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  font-size: 25px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  background: #ff8a00;
  color: #fff;
}

#play_video_intro i {
  transition: transform 0.3s ease-in-out;
}

#play_video_intro:hover i {
  transform: scale(0.95);
}

@keyframes video {
  0% {
    -webkit-border-radius: 33.33% 50%;
    -moz-border-radius: 33.33% 50%;
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-border-radius: 50% 33.33%;
    -moz-border-radius: 50% 33.33%;
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
    -ms-transform: translate(-50%, -50%) rotate(1800deg);
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

@-webkit-keyframes video {
  0% {
    -webkit-border-radius: 33.33% 50%;
    -moz-border-radius: 33.33% 50%;
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-border-radius: 50% 33.33%;
    -moz-border-radius: 50% 33.33%;
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
    -ms-transform: translate(-50%, -50%) rotate(1800deg);
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

@-moz-keyframes video {
  0% {
    -webkit-border-radius: 33.33% 50%;
    -moz-border-radius: 33.33% 50%;
    border-radius: 33.33% 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-border-radius: 50% 33.33%;
    -moz-border-radius: 50% 33.33%;
    border-radius: 50% 33.33%;
    -webkit-transform: translate(-50%, -50%) rotate(1800deg);
    -ms-transform: translate(-50%, -50%) rotate(1800deg);
    transform: translate(-50%, -50%) rotate(1800deg);
  }
}

.rotating,
.spin {
  animation-name: rotating;
}

.about-info .desc,
.slide-about .heading {
  /* opacity: 0; */
}

.slide-main .slide-item .desc,
.slide-main .slide-item p {
  text-align: justify;
}

.slide-main .slick-slide img {
  display: inline-block;
}

.nhansu-map {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
}

.nhansu-map .item > .inner {
  position: relative;
  transform: scale(1.5);
}

.nhansu-map .item.flip > .inner {
  transform: scale(-1.5, 1.5);
}

.nhansu-map .item svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

svg.nhansu-svg polygon {
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 3;
  fill: rgba(0, 157, 202, 0);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

svg.nhansu-svg polygon:hover {
  stroke: rgba(255, 255, 255, 0.8);
  fill: rgba(0, 157, 202, 0.5);
}

svg.nhansu-svg polygon.on {
  stroke: rgba(255, 255, 255, 1);
  fill: rgba(0, 157, 202, 0.5);
}

.popover {
  top: -100px !important;
  left: -5px !important;
  width: 184px;
  height: 184px;
  background-color: transparent;
  border: 0;
}

.bs-popover-auto[x-placement^='right'] > .arrow::after,
.bs-popover-right > .arrow::after {
  border-right-color: #fff;
  border-width: 0.7rem 0.7rem 0.2rem 0;
  left: 2px;
}

.bs-popover-auto[x-placement^='right'] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.7rem - 1px);
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
}

.popover-body {
  width: 100%;
  text-align: center;
  padding: 0;
  position: relative;
}

#modalPricing .modal-body {
  padding: 0;
}

#modalPricing .modal-content {
  background: transparent;
  border: 0;
  border-radius: 10px;
}

#modalPricing .close {
  position: absolute;
  top: -15px;
  right: -20px;
  color: #fff;
  opacity: 0.8;
  font-size: 30px;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#modalPricing iframe {
  border-radius: 10px;
  overflow: hidden;
}

.resize.people-avatar {
  padding-top: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}

.resize.people-avatar:after {
  content: '';
  position: absolute;
  height: 110%;
  width: 110%;
  top: -5%;
  left: -5%;
  background-image: url(images/cit-logo-smile.svg?v=230130);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.slick-active .resize.people-avatar:after,
.popover.show .resize.people-avatar:after {
  transform: rotate(-45deg);
  opacity: 0.85;
}

.people-info {
  padding: 5px 10px;
  position: absolute;
  bottom: -20px;
  color: #fff;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 13px;
  border: 1px solid #fff;
  background-color: var(--color-primary);
  line-height: 1.2;
}

.people-info .name {
  text-transform: uppercase;
}

.contact-submitform .wpcf7-form {
  margin-top: 40px;
  border: 1px solid #f2f9fb63;
  padding: 19px;
  border-radius: 5px;
}

#wpcf7-f29712-o1 {
  margin-top: 38px;
}

.contact-submitform .wpcf7-form .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.contact-submitform .wpcf7 textarea.form-control {
  height: 15rem;
}

.slide-service .slick-active .animate__animated {
  opacity: 1;
}

.slide-item.slick-active .desc,
.slide-item.slick-active .heading,
.about-dinh-huong.slick-active .items {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .issues-list .inner,
.slick-active .additional_services-list .inner,
.featured-list,
.slide-item.slick-active .featured-thumb,
.hero-section.slick-active .thumb,
.slick-active .btns a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.slick-active .btns a + a {
  animation-delay: 0.5s;
}

.about-info .desc {
  animation-delay: 0.3s;
}

.slick-active .issues-list .item:nth-child(2) .inner,
.slick-active .additional_services-list .item:nth-child(2) .inner,
.slick-active .additional_services-list .item:nth-child(3) .inner {
  animation-delay: 0.5s;
}

.slick-active .issues-list .item:nth-child(3) .inner {
  animation-delay: 0.6s;
}

.slick-active .tuvan-info {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.slick-active .tuvan-form {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 1.2s;
}

.slick-active .templates {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .faqs {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.slide-main > .slick-dots {
  text-align: left;
  left: 20px;
  bottom: 20px;
  width: auto;
}

.slide-main > .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7.5px;
  opacity: 0.6;
  position: relative;
}

.slide-main > .slick-dots li button {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.3);
}

.slide-main > .slick-dots li button:before {
  display: none;
}

.slide-main > .slick-dots li button:after {
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
}

.slide-main > .slick-dots li.slick-active {
  opacity: 1;
}

.slide-main > .slick-dots li h3 {
  font-size: 0.8rem;
  margin: 0;
  font-weight: 300;
  line-height: 1;
  background-color: #fff;
  color: #333;
  position: absolute;
  left: 50%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0);
  transform: translate3d(-50%, 0, 0) scale(0);
  bottom: 46px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  white-space: nowrap;
}

.slide-main > .slick-dots li h3:not(:empty):after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin: 0 0 0 -10px;
  transition: all 0.3s ease-in-out;
}

.slide-main > .slick-dots li:hover h3,
.slide-main > .slick-dots li.slick-active h3 {
  -webkit-transform: translate3d(-50%, 0, 0) scale(1);
  transform: translate3d(-50%, 0, 0) scale(1);
}

.slide-main > .slick-dots li:hover {
  opacity: 1;
}

.slide-main > .slick-dots li:hover h3 {
  background-color: var(--color-orange);
  z-index: 1;
}

.slide-main > .slick-dots li:hover h3:not(:empty):after {
  border-color: var(--color-orange) transparent transparent;
}

.slide-main > .slick-dots li:hover button {
  color: var(--color-orange);
}

.slide-main > .slick-dots li:hover button:after {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.slide-main > .slick-dots li h3:empty {
  display: none;
}

.about-dinh-huong .items {
  width: 100%;
}

.about-dinh-huong .items > .item {
  display: inline-block;
  width: auto;
  position: relative;
  vertical-align: middle;
  height: auto;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: balloons 5s infinite;
}

.about-dinh-huong .items > .item.su-menh {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.about-dinh-huong .items > .item.lich-su {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.animate__balloons {
  -webkit-animation-name: balloons;
  animation-name: balloons;
}

a#contactFixed {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 1031;
}
.tmplModal .toolgroup,
.tmplModal a#contactFixed {
  display: none;
}

.toolgroup {
  position: fixed;
  right: 0;
  bottom: calc(40% + 47px);
  z-index: 1031;
}

a.toolfix + a.toolfix {
  margin-bottom: 10px;
}

a.toolfix .fa {
  margin-right: 10px;
}

a.toolfix .fa-usd {
  border: 1px solid #ffff;
  border-radius: 50%;
  /* padding: 5px; */
  width: 1.28571429em;
  height: 1.28571429em;
}

a.toolfix {
  transition: transform 0.3s ease-in-out;
  transform: translateX(100px);
  box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
  background: rgba(15, 91, 137);
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  border: 1px solid #fff;
  color: #fff;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  width: 140px;
  font-weight: bold;
  padding: 0.35rem 0.5rem 0.35rem 0.6rem;
}

a.toolfix:hover {
  transform: translateX(0);
  background: #d09121;
  background: linear-gradient(to bottom, #e5a430 0%, #d09121 100%);
}

#contactFormFixed {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: calc(100vh);
  transition: all 0.6s ease-in-out;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
  width: 0;
  opacity: 0;
}

#contactFormFixed.show {
  width: 100%;
  opacity: 1;
  z-index: 1031;
}

.admin-bar #contactFormFixed {
  padding-top: 32px;
  z-index: 99999;
}

#contactFormFixed hr {
  border-color: #fff;
}

#contactFormFixed:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#contactFormFixed .inner {
  width: 600px;
  max-width: 100%;
  background: rgb(15, 91, 137) !important;
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
  background: -webkit-linear-gradient(
    125deg,
    #0f5b89 0%,
    #009dca 100%
  ) !important;
  padding: 50px 30px;
  display: flex;
  align-items: center;
}

#contactFormFixed .inner.animate__animated {
  opacity: 0;
}

#contactFormFixed.show .inner.animate__animated {
  opacity: 1;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-delay: 0.8s;
}

#contactFormFixed .close {
  position: absolute;
  top: 50px;
  right: 30px;
  opacity: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 111;
  background: #d09121;
  background: linear-gradient(to bottom, #e5a430 0%, #d09121 100%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#contactFormFixed .close:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

@keyframes balloons {
  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.about-dinh-huong .items > .item:nth-child(1) {
  width: 400px;
  height: 400px;
  background-color: rgb(17 46 70 / 30%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -10px -2vw 0 0;
  padding: 70px 40px;
  animation-delay: 1200ms;
}

.about-dinh-huong .items > .item:nth-child(2) {
  width: 325px;
  height: 325px;
  background-color: rgb(17 46 70 / 30%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 100px -3vw 0 0;
  padding: 50px;
  z-index: 1;
  animation-delay: 1300ms;
}

.about-dinh-huong .items > .item:nth-child(3) {
  width: 640px;
  height: 640px;
  background-color: rgb(17 46 70 / 30%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 60px 90px;
  animation-delay: 1400ms;
}

.hero-section .row {
  align-items: center;
}

.featured-section .btns {
  /* position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); */
  text-align: center;
}

.featured-list ul.nav .icon {
  width: auto;
  height: 60px;
  display: block;
}

.featured-list ul.nav .title {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.featured-list ul {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.featured-list ul > li {
  width: 25%;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.featured-list .icon img {
  width: inherit;
  height: inherit;
}

.featured-list ul > li a {
  color: #fff;
  display: block;
  position: relative;
  font-weight: 400;
}

.featured-list ul > li a.active {
  /* color: #d78a00; */
}

.featured-list ul > li a.active:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 80%;
  left: 10%;
  bottom: -2px;
  background-color: #d78a00;
}

.item-featured .row.column-full > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.item-featured .resize {
  padding-top: 100%;
}

.item-featured .resize > img {
  object-fit: contain;
}

.slide-featured-item {
  padding-left: 20px;
  padding-right: 20px;
}

.item-featured .row.item-content > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

ul#template-list-tab {
  margin-bottom: 20px;
  position: relative;
}

ul#template-list-tab:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
}

ul#template-list-tab .title {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

ul#template-list-tab li + li .title {
}

ul#template-list-tab a {
  position: relative;
  padding: 10px 0;
}

ul#template-list-tab > li a.active:before {
  position: absolute;
  content: '';
  height: 3px;
  width: 80%;
  left: 10%;
  bottom: -1px;
  background-color: #d78a00;
  border-left: 1px solid #d78a00;
}

.template-list .item {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.template-list .item .resize {
  padding-top: 100%;
}

.template-list .item .thumb {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
}

.template-list a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.template-list .inner {
  position: relative;
}

.template-list .item h3 {
  background: rgb(15, 91, 137);
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: 2;
}

.template-list .inner:hover h3 {
  border: 2px solid #fff;
  padding-bottom: 3px;
}

.issues-list,
.additional_services-list {
  align-items: stretch;
}

.issues-list .resize,
.additional_services-list .resize {
  margin: 0 auto;
  width: 80%;
  padding-top: 100%;
}

.issues-list .resize > img,
.additional_services-list .resize > img {
  object-fit: contain;
}

.issues-list .item,
.additional_services-list .item {
  margin-bottom: 30px;
}

.issues-list .inner,
.additional_services-list .inner {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 20px 15px;
  background: var(--color-secondary);
  background: rgb(15, 91, 137);
  background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  background: -webkit-linear-gradient(125deg, #0f5b89 0%, #009dca 100%);
  height: 100%;
}

.issues-list h3 a,
.additional_services-list h3 a {
  color: #fff;
}

.issues-list .inner:hover,
.additional_services-list .inner:hover {
  background: var(--color-orange);
}

.issues-list .intro,
.additional_services-list .intro {
  margin-top: 15px;
}

.pricing-table .table {
  font-size: 13px;
}

.pricing-table .table thead th {
  border: 0;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0;
}

.pricing_plan-desc {
  width: 80%;
  margin: 0 auto;
  font-weight: 300;
}

.pricing-table .table thead th h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
}

.pricing-table .table thead th h3.line:before {
  content: '';
  position: absolute;
  left: 0;
  width: 80%;
  left: 10%;
  bottom: -1px;
  border-bottom: 2px solid var(--color-orange);
}

.pricing-table td.label {
  white-space: nowrap;
}

.pricing-table .table td {
  padding: 0.2rem 0.75rem;
}

.pricing-table .table .price {
  font-size: 14px;
}

.faqs-section h1 {
  max-width: 800px;
  margin: 0 auto 25px;
}

.hsnl-viewer .df-container {
  background-color: transparent !important;
}

/** Flipbook */
.df-container > .df-ui-next,
.df-container > .df-ui-prev {
  opacity: 0.6;
}

.df-container.df-floating > .df-ui-next {
  right: -6px;
}

.df-container.df-floating > .df-ui-prev {
  left: -6px;
}
.float-icon-hotline {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 56px;
  right: 5px;
  z-index: 999;
}
.float-icon-hotline ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.float-icon-hotline ul li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.float-icon-hotline ul li .fa,
.float-icon-hotline ul li img {
/*  background-color: #ed1c24;*/
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 2;
/*  border: 2px solid #fff;*/
}
.float-icon-hotline ul li .fa-phone {
  background-color: #f27418;
}
@media (max-width: 1200px) {
  .fa-phone {
    margin: 0 auto;
  }
}

@media (min-width: 1367px) {
  .slide-main > .slick-dots {
    padding-left: 30px;
    padding-right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .item-featured .item-content {
    align-items: center;
  }

  .featured-content-tab .item-featured:nth-child(2n + 1) .featured-desc {
    order: 1;
  }

  .featured-content-tab .item-featured:nth-child(1) .featured-desc {
    order: 0;
  }

  .nhansu-map {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .nhansu-people-info {
    display: none;
  }
  .float-icon-hotline {
    bottom: 43px;
    left: 20px;
  }
h1.heading, h2.heading {
  margin-bottom: 10px;
  font-size: 2.5rem;
}
  main#main {
    height: 100vh;
    padding-top: 145px;
    position: relative;
    overflow: auto;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 100px,
      rgba(0, 0, 0, 0.95) 120px
    );
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
  }
.single-post #main {
    height: 100%;
    padding-top: 145px;
    position: relative;
    overflow: auto;
    width: 100%;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 100px,
      rgba(0, 0, 0, 0.95) 120px
    );
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
  }
  .admin-bar main#main {
    height: calc(100vh - 32px);
  }
.single-post .admin-bar #main {
    height: calc(100vh - 32px);
  }
  .slide-service .animate__animated {
    opacity: 0;
  }

  .slide-main {
    padding-top: 120px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 125px,
      rgba(0, 0, 0, 0.95) 150px
    );
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top;
  }

  .slide-main .slide-item {
    height: calc(100vh - 120px);
    padding-top: 25px;
  }

  body.admin-bar .slide-main .slide-item {
    height: calc(100vh - 120px - 32px);
  }

  .slide-main .slide-item > .container {
    height: 100%;
  }

  main#main:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 160px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    );
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
  }
  .single-post #main:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    height: 160px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    );
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top;
  }

  .header-top.shadow-bg {
    background-image: linear-gradient(
      to bottom,
      rgba(15, 91, 137, 1),
      rgba(15, 91, 137, 0)
    );
    min-height: 150px;
  }

  .featured-section {
    position: relative;
    height: calc(100vh - 120px - 32px);
  }

  .featured-section .btns {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-top {
  }

  .admin-bar #mainnav.navbar.fixed-top {
    top: 32px;
  }

  #mainnav.navbar {
    top: 145px;
    left: 50px;
    right: auto;
    padding: 0;
  }

  #navbar-primary {
    padding-top: 54px;
    display: inline-block !important;
    flex-grow: unset;
    position: relative;
  }

  .admin-bar #navbar-primary {
    top: 145px;
  }

  #navbar-primary:before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 1);
    width: 24px;
    height: 54px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 20;
    position: absolute;
    cursor: pointer;
    box-shadow: 0px 1px 1px #555;
  }

  #navbar-primary:after {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    top: 24px;
    left: 4.5px;
    color: #fff;
    font-size: 15px;
    -webkit-animation: trackBallSlide 3s linear infinite;
    animation: trackBallSlide 3s linear infinite;
    cursor: pointer;
    text-shadow: 0px 1px 1px #555;
  }

  #navbar-primary.active:after,
  #navbar-primary:hover:after {
    animation-play-state: paused;
    opacity: 1 !important;
  }

  #navbar-primary .navbar-nav {
    /* display: inline-block; */
    margin-left: 6px;
    padding-left: 5px;
    text-shadow: 0px 1px 1px #555;
    display: none;
  }

  #navbar-primary .navbar-nav > li {
    border-left: 2px solid var(--color-primary);
  }

  #navbar-primary .navbar-nav > li:first-child {
    padding-top: 10px;
  }

  #navbar-primary.active .navbar-nav,
  #navbar-primary:hover .navbar-nav {
    /* display: inline-block; */
  }

  #navbar-primary .navbar-nav a {
    color: #fff;
    position: relative;
    padding: 15px 12px;
    font-size: 18px;
  }

  #navbar-primary .navbar-nav a:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f111';
    left: -5px;
    top: 24px;
  }

  #navbar-primary .navbar-nav li:hover > a,
  #navbar-primary .navbar-nav li:hover > a:before,
  #navbar-primary .navbar-nav li.active > a,
  #navbar-primary .navbar-nav li.active > a:before {
    color: var(--color-orange);
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .contact-submitform .wpcf7 textarea.form-control {
    height: 10rem;
  }

  .header-top.loaded {
    height: 540px;
  }

  .header-top.loaded .logo-desktop {
    top: 60px;
    height: 180px;
  }

  .header-top.loaded .slogan {
    margin: 50px 0;
    font-size: 42px;
    top: 240px;
  }

  .header-top.loaded .menu-top {
    top: 400px;
  }

  .header-top.loaded .menu-top > li {
    margin: 0 28px;
  }

  .header-top.loaded .menu-top > li > a:before {
    min-width: 80px;
    height: 80px;
    margin-bottom: 18px;
  }

  .about-dinh-huong .items > .item:nth-child(1) {
    width: 280px;
    height: 280px;
  }

  .about-dinh-huong .items > .item:nth-child(2) {
    width: 240px;
    height: 240px;
  }

  .about-dinh-huong .items > .item:nth-child(3) {
    width: 460px;
    height: 460px;
    padding: 50px 50px;
    margin-top: -28px;
  }

  .slide-main {
    padding-top: 100px;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 100px,
      rgba(0, 0, 0, 0.95) 125px
    );
  }

  .slide-main .slide-item {
    height: calc(100vh - 100px);
  }

  body.admin-bar .slide-main .slide-item {
    height: calc(100vh - 100px - 32px);
  }

  .logo-desktop {
    height: 70px;
    top: 15px;
  }

  .slogan {
    margin: 21.5px 0;
    top: 15px;
  }

  .menu-top {
    top: 15px;
  }

  .admin-bar .menu-top {
    top: calc(15px + 32px);
  }

  .menu-top > li > a {
    line-height: 1;
  }

  .slide-main .lead {
    font-size: 1.18rem;
  }

  .slide-main p {
    margin-bottom: 0.4rem;
  }

  .row.column-full .slide-featured-item {
    text-align: center;
  }

  .item-featured img {
    max-width: 90%;
  }

  .item-featured .row.item-content.column-full img {
    max-width: 80%;
  }

  .item-featured .row.item-content.column-full > div.featured-thumb {
    padding-top: 0;
  }

  .slide-about .lead {
    font-size: 1.125rem;
  }
}

@media (max-width: 1366px) {
  h1.heading,
  h2.h1.heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  h2.heading {
    font-size: 1.7rem;
  }

  .featured-list ul > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    line-height: 1.2;
  }

  .featured-list ul.nav .icon {
    height: 40px;
  }

  .featured-list ul.nav .title {
    padding: 0 5px;
  }

  .featured-list ul > li {
    margin-bottom: 0;
  }

  .issues-list .intro,
  .additional_services-list .intro {
    font-size: 13px;
  }

  .issues-list .inner,
  .additional_services-list .inner {
    padding: 15px 10px;
  }

  .issues-list .resize,
  .additional_services-list .resize {
    padding-top: 50%;
  }
}

@media (max-width: 991px) {
  .gallery.gallery-columns-6 > .gallery-item,
  .gallery.gallery-columns-5 > .gallery-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .slick-list {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .nhansu-people-info {
    display: block;
  }

  .nhansu-map {
    display: none;
  }

  .nhansu-people {
    padding: 10px;
  }

  .nhansu-people-inner {
    position: relative;
  }

  .nhansu-people-slideshow .slick-prev {
    left: -10px;
  }

  .nhansu-people-slideshow .slick-next {
    right: -10px;
  }

  .people-info {
    font-size: 12px;
  }

  .slick-prev,
  .slick-next {
    font-size: 16px !important;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 10px rgba(0 0 0 / 0.5);
    background: rgba(15, 91, 137) !important;
    background: linear-gradient(125deg, #0f5b89 0%, #009dca 100%) !important;
    background: -webkit-linear-gradient(
      125deg,
      #0f5b89 0%,
      #009dca 100%
    ) !important;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 50%;
  }

  .about-van-hoa .tab-content {
    padding: 0;
    border: 0;
  }

  .about-van-hoa .tab-content > .tab-pane {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
  }

  .about-van-hoa .tab-content > .tab-pane + .tab-pane {
    margin-top: 20px;
  }

  body:before {
    bottom: 50px;
  }

  #wapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #mainnav.navbar .navbar-brand img {
    height: 40px;
    width: auto;
    max-width: initial;
    padding-left: 0.5rem;
  }

  .widget-visible > iframe {
    bottom: 55px !important;
  }

  #mainnav.navbar {
    background: rgb(15 90 137 / 54%);
    padding: 0;
  }

  #mainnav .navbar-toggler {
    z-index: 1;
    font-size: 40px;
    color: #fff;
    border-color: #fff;
    padding: 0.3125rem 1rem;
    border: 0;
    outline: 0;
  }

  #mainnav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 28px;
    padding: 1.2rem 1.2rem;
  }

  #navbar-primary .navbar-nav {
    display: block !important;
  }

  #navbar-primary {
    position: relative;
    top: -50px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #navbar-primary.show {
    height: calc(100vh - 50px);
    opacity: 1;
  }
  .navbar-toggler .toggler-open{
      display: none;
  }
  .slide-contact:before {
    z-index: -1;
    bottom: 50px;
    position: fixed;
    opacity: 0.7;
  }

  .toggler-open,
  .collapsed .toggler-close {
    display: none;
  }

  .toggler-close,
  .collapsed .toggler-open {
    display: block;
  }

  #navbar-primary .navbar-nav > li.nav-item {
    opacity: 0;
  }

  #navbar-primary.show .navbar-nav > li.nav-item {
    animation-name: fadeInRight;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    text-align: center;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(1) {
    animation-delay: 0.3s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(2) {
    animation-delay: 0.4s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(3) {
    animation-delay: 0.5s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(4) {
    animation-delay: 0.6s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(5) {
    animation-delay: 0.7s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(6) {
    animation-delay: 0.8s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(7) {
    animation-delay: 0.9s;
  }

  #navbar-primary.show .navbar-nav > li.nav-item:nth-child(8) {
    animation-delay: 0.7s;
  }

  .slide-main .slide-item h1.heading,
  .slide-main .slide-item .h1.heading {
    text-align: center;
  }

  .btns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
  }

  .btns a.btn {
    margin-bottom: 10px;
  }

  /* .slide-main {
        counter-reset: slide-counter;
        list-style-type: none;
    }
    .slide-main .slide-item h1.heading:before,
    .slide-main .slide-item .h1.heading:before {
        counter-increment: slide-counter;
        content: counters(slide-counter, ".") "";
        background: #ff8a00;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -18px;
        border-radius: 20px;
    } */
  .slide-main > .slick-dots {
    padding-left: 0;
    bottom: 55px;
    white-space: nowrap;
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .socials {
    text-align: center;
    margin-top: 20px;
  }

  .gallery.gallery-columns-6 > .gallery-item,
  .gallery.gallery-columns-5 > .gallery-item,
  .gallery.gallery-columns-4 > .gallery-item,
  .gallery.gallery-columns-3 > .gallery-item,
  .gallery.gallery-columns-2 > .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .header-top {
    height: 0;
    z-index: 1031;
  }

  .menu-top {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /* background: var(--color-primary); */
    background: rgba(15, 90, 137, 0.75);
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    padding: 3px;
  }

  .slogan {
    margin: 0;
    left: 80px;
    top: 16px;
    font-size: 12px;
    color: #ff8a00;
    width: 62%;
  }

  .header-top.loaded .slogan {
    font-size: 18px;
    top: 240px;
  }

  .logo-desktop {
    height: 0;
    opacity: 0;
  }

  .header-top.loaded .logo-desktop {
    height: 120px;
    opacity: 1;
  }

  .page-template-templ_home-full .header-top.loaded .menu-top {
    background: transparent;
    top: calc(100vh / 2 - 46px);
  }

  .menu-top > li a {
    font-size: 12px;
  }

  .menu-top > li > a:before {
    min-width: 28px;
    height: 28px;
    margin: 3px;
  }

  .header-top.loaded .menu-top > li > a:before {
    min-width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .header-top.loaded .menu-top > li {
    margin: auto;
  }

  .slide-main .slide-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-dinh-huong .items > .item {
    animation: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 15px 0 !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
  }

  .about-van-hoa .tab-content > .tab-pane {
    opacity: 1 !important;
    display: block !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-van-hoa .items {
    padding-left: 0;
    background: none !important;
  }

  .wpcf7-form .text-right {
    text-align: center;
  }

  .contact-info h2.h1,
  .featured-list ul.nav {
    display: none;
  }

  .slide-contact .wpcf7,
  .contact-info-content {
    padding-left: 0;
  }

  .slide-main .slide-item .desc,
  .slide-main h1.heading,
  .slide-main h2.heading {
    text-align: center;
  }

  .page-id-30451 .item-featured.tab-pane {
    display: block;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-featured.tab-pane .heading {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
  }

  .item-featured.tab-pane .heading > .icon {
    height: 50px;
    width: auto;
    display: block;
  }

  .item-featured.tab-pane .heading > .title {
    padding-left: 10px;
  }

  .slide-main .slide-item .desc {
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
  }

  .slide-main .slide-item .desc:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .slide-main .slide-item .desc:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #faa61a;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }

  .item-featured .row.item-content > div {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .template-list .item .thumb {
    width: 100%;
    padding: 0 10px;
  }

  .issues-list .inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .issues-list .inner .thumb {
    max-width: 100px;
    width: 20%;
    margin-right: 10px;
  }

  .issues-list .inner .intro {
    margin-top: 0;
    width: 99%;
    font-size: 1rem;
    text-align: left;
  }

  .issues-list .resize {
    padding-top: 100%;
  }

  #modalPricing .close {
    top: 5px;
    right: 10px;
    color: #fff;
    opacity: 1;
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  .menu-top > li > a {
    font-weight: normal;
    font-size: 11px !important;
  }
}

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

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

@keyframes fadeInUpOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes trackBallSlide {
  0%,
  100%,
  30%,
  60% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  15%,
  50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes trackBallSlide {
  0%,
  100%,
  30%,
  60% {
    opacity: 1;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  15%,
  50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.animate__animated.animate__10s {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-duration: calc(var(--animate-duration) * 10);
  animation-duration: calc(var(--animate-duration) * 10);
}

@-webkit-keyframes mypulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes mypulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__mypulse {
  -webkit-animation-name: mypulse;
  animation-name: mypulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.page-doi-tac .container {
  max-width: 1400px;
  padding: 0 20px 30px;
  text-align: center;
}

.page-doi-tac .resize {
  padding-top: 50%;
  display: inline-block;
}

.page-doi-tac .resize > img {
  object-fit: contain;
  background-position: center;
}

.page-doi-tac .desc {
  margin-top: 15px;
}

.page-doi-tac .item,
.faqs-list .item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-doi-tac .inner,
.faqs-list .inner {
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 15px;
  color: #eee;
  background-color: rgb(0 0 0 / 30%);
  padding: 15px;
}

.faqs-list .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/faqs-bg.png) center center / auto 75% no-repeat;
  opacity: 0.1;
}

.page-doi-tac .inner:hover,
.faqs-list .inner:hover {
  text-align: center;
  border: 2px solid #0c89be;
  color: #111;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 5px rgba(0 0 0 / 80%);
}

.page-doi-tac .inner a,
.faqs-list .inner a {
  color: #eee;
}

.page-doi-tac .inner:hover a,
.faqs-list .inner:hover a {
  color: #111;
}

.page-doi-tac h3,
.faqs-list h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.page-doi-tac .desc-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}

.faqs-list .inner {
  position: relative;
  padding-top: 100%;
}

.faqs-list h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faqs-list .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}

.faqs-list .inner:hover h3 {
  top: 10px;
  transform: translateY(0);
}

.faqs-list .inner:hover .intro {
  height: auto;
  opacity: 1;
}

.row-padding-lg {
  margin-left: -20px;
  margin-right: -20px;
}

.row-padding-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row-padding-xs {
  margin-left: -5px;
  margin-right: -5px;
}

.row-padding-lg > div {
  padding-left: 20px;
  padding-right: 20px;
}

.row-padding-sm > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row-padding-xs > div {
  padding-left: 5px;
  padding-right: 5px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-45,
.col-sm-45,
.col-md-45,
.col-lg-45 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45 {
  float: left;
}

.col-xs-15 {
  width: 20%;
}

.col-xs-25 {
  width: 40%;
}

.col-xs-35 {
  width: 50%;
}

.col-xs-45 {
  width: 80%;
}

@media (min-width: 768px) {
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45 {
    float: left;
  }
  .col-sm-15 {
    width: 20%;
  }

  .col-sm-25 {
    width: 40%;
  }

  .col-sm-35 {
    width: 50%;
  }

  .col-sm-45 {
    width: 80%;
  }

  .row-list > .col-sm-15:nth-child(5n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45 {
    float: left;
  }

  .col-md-15 {
    width: 20%;
  }

  .col-md-25 {
    width: 40%;
  }

  .col-md-35 {
    width: 50%;
  }

  .col-md-45 {
    width: 80%;
  }

  .row-list > .col-md-15:nth-child(5n + 1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    float: left;
  }

  .col-lg-15 {
    width: 20%;
  }

  .row-list > .col-lg-15:nth-child(5n + 1) {
    clear: left;
  }
}

/*New Call*/
.tool-actions {
    position: fixed;
    left: 10px;
    bottom: 56px;
    z-index: 1031;
}
.tool-actions .item {
    position: relative;
    margin-bottom: 15px;
}
.tool-actions .item:before {
    content: '';
    width: 120%;
    top: -10%;
    left: -10%;
    bottom: -10%;
    position: absolute;
    border-radius: 25%;
    border: 2px solid transparent;
    animation: z-zoom 1.3s infinite;
    z-index: -1;
    box-shadow: 0 0 0 0 var(--color-orange);
    background-color: var(--color-orange);
    opacity: 0.6;
}
.tool-actions .item a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-orange);
    color: #fff;
    font-size: 20px;
    border-radius: 22%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.tool-actions .zalo-action i, .tool-actions .tel-action i {
    animation: infinite ease-in-out;
    color: #fff;
}
@media (max-width:768px){
  .linh-vat-action{
    bottom: 15% !important;
  }
  .linh-vat-action{
  position: fixed;
  width: 100px ;
  height: 100px ;
  display: block;
  right: -91px !important;
  bottom: 50% !important;
   animation: fadeIn 5s forwards;
   z-index: 0;
   cursor: move;
}
}
@media (max-width:375px){
  .linh-vat-action{
    bottom: 10% !important;
  }
}
.linh-vat-action{
  position: fixed;
  width: 150px;
  height: 150px;
  display: block;
  right: -117px;
  bottom: 50%;
   animation: fadeIn 5s forwards;
   z-index: 0;
   cursor: move;
}
  @keyframes fadeIn {
        0% {
          opacity: 0;
          transform: translateX(0);
        }
        100% {
          opacity: 1;
          transform: translateX(-50px);
        }
      }
#icon-linh-vat{
    display: block;
    width: 70%;
    height: 70%;
    background: url(images/linh-vat.png) center / contain no-repeat;
}

.hello-text {
  position: absolute;
  top: -11%;
  right: 22%;
  width: 100%;
  transform: translate(-25%, -50%);
  font-size: 10px;
  color: #000;
  opacity: 1;
  transition: opacity 5s ease-in-out;
  padding: 5px;
  border-radius: 10px;
  background-color: #ffffffc2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  display: flex;
  justify-content: left;
  align-items: center;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.hide {
    display: none;
  }

  .hello-text.hide {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .click-me.hide {
    display: none;
  }
  .hello.hide{
    display: none;
  }
  .move.hide{
    display: none;
  }
.icon-zalo {
    display: block;
    width: 60%;
    height: 60%;
    background: url(images/zalo2.png) center / contain no-repeat;
}

.tool-actions .item span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(230, 8, 8, 0.8); */
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 16px;
    z-index: -1;
    white-space: nowrap;
}
@keyframes z-zoom {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px transparent;
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media(min-width:1000px) and (max-width:1366px) and (min-height:600px){
  .desc .resize {
        padding-top: 36.6667% !important;
  }
  .desc .resize > img{
       object-fit: contain;
  }
}
.desc .resize > img{
       object-fit: contain;
  }
  @media (min-width: 1220px){
.single-post #main-header{
    background-image: linear-gradient( to bottom, rgba(15, 91, 137, 1), rgba(15, 91, 137, 0) ) !important;
    position: fixed !important;
    z-index: 99999;
    width: 100%;
    top: 0;
    padding: 10px 0 6px 0;
    height: 140px;
    z-index: 1;
}

}