.posts-pagination {
  display: block;
  border-top: 1px solid #ccc;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  color: #333;
}
.posts-pagination .page-numbers {
  color: #000;
  font-size: 13px;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.posts-pagination .page-numbers.current,
.posts-pagination .page-numbers:hover {
  color: #fdb768;
}
.k2-page-title .woocommerce-breadcrumb {
  color: #999;
  font-size: 14px;
}
.k2-page-title .woocommerce-breadcrumb a {
  color: #333;
  font-size: 14px;
}
.k2-page-title .woocommerce-breadcrumb a:hover {
  color: #deb12c;
}
.slider-for.slick-slider {
  margin: 0 0 10px 0;
}
.slider-for .slick-slide {
  margin: 0;
  max-height: 400px;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  border: 1px solid #ccc;
}
.slider-for .slick-slide:focus {
  outline: 0;
}
.slider-for .slick-slide img {
  margin: 0 auto;
  width: auto;
  height: 400px;
}
@media screen and (max-width: 991px) {
  .slider-for .slick-slide img {
    height: auto;
  }
}
.slider-nav .slick-slide {
  margin: 0;
  padding-bottom: 2px;
  max-height: 140px;
  overflow: hidden;
  text-align: center;
}
.slider-nav .slick-slide img {
  margin: 0 auto;
  width: auto;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
}
.w-iframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease 0s;
}
.w-iframe.sha-show {
  visibility: visible;
  opacity: 1;
}
.w-iframe .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.w-iframe .close-iframe {
  text-align: right;
}
.w-iframe .close-iframe a {
  color: #fff;
  font-size: 20px;
}
.w-iframe .show-iframe [class*="w-show"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-iframe .show-iframe [class*="w-show"].iframe-show {
  visibility: visible;
  opacity: 1;
}
.widget-area {
  padding: 30px 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.widget-area .widgettitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 25px;
}
.widget-area .hight-post .item {
  display: flex;
  margin: 0 -15px 15px -15px;
}
.widget-area .hight-post .k2-image {
  width: 40%;
  line-height: 0;
  padding: 0 15px;
}
.widget-area .hight-post .k2-image img {
  border-radius: 4px;
  width: 100%;
}
.widget-area .hight-post .k2-info {
  width: 60%;
  padding: 0 15px;
}
.widget-area .hight-post .k2-info a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.widget-area .hight-post .k2-info a:hover {
  color: #ff6000;
}
.k2-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.k2-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.k2-pagination li {
  display: inline-block;
}
.k2-pagination span {
  color: #fff;
  background-color: #974c35;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px;
  padding: 12px 15px;
  line-height: 1;
  border-radius: 3px;
}
.k2-pagination a {
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin: 0 2px;
  padding: 12px 15px;
  line-height: 1;
  border-radius: 3px;
  background-color: #eee;
}
.k2-pagination a:hover {
  color: #fff;
  background-color: #974c35;
}
@media (max-width: 767px) {
  .page-default {
    padding-bottom: 50px;
  }
}
.page-default .default-banner {
  max-height: 400px;
  overflow: hidden;
}
.page-default .w-breadcrumb {
  padding-top: 40px;
  margin-bottom: 30px;
}
.page-default .w-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.page-default .w-breadcrumb ul li {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-right: 5px;
}
.page-default .w-breadcrumb ul li a {
  color: #000;
  font-size: 14px;
}
.page-default .w-breadcrumb ul li a:hover {
  color: #974c35;
}
.page-default .w-breadcrumb ul li:after {
  content: "/";
  padding-left: 5px;
}
.page-default .w-breadcrumb ul li:last-child:after {
  display: none;
}
.page-default .w-contents {
  padding: 30px 0;
}
.page-default .w-contents h1,
.page-default .w-contents h2 {
  font-size: 28px;
  color: #2c3a59;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .page-default .w-contents h1,
  .page-default .w-contents h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.page-default .w-contents h3,
.page-default .w-contents h4 {
  font-size: 23px;
  color: #2c3a59;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .page-default .w-contents h3,
  .page-default .w-contents h4 {
    font-size: 20px;
  }
}
.page-default .w-contents h5,
.page-default .w-contents h6 {
  font-size: 16px;
  color: #2c3a59;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.page-default .w-contents a {
  color: #974c35;
}
.page-default .w-contents a:hover {
  color: #deb12c;
}
.page-default .w-contents p {
  color: #333;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
}
.page-default .w-contents p.wp-caption-text {
  text-align: center;
}
.page-default .w-contents .aligncenter {
  margin-bottom: 0;
}
.page-default .w-contents strong {
  font-weight: 700;
}
.page-default .w-contents blockquote {
  background: #f5f5f5;
  padding: 10px 20px 10px 24px;
  font-size: 16px;
  color: #888;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
  position: relative;
}
.page-default .w-contents blockquote p {
  font-style: italic;
}
.page-default .w-contents blockquote:before {
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: #974c35;
}
.page-default .w-contents table {
  width: 100% !important;
  table-layout: fixed;
  background-color: transparent;
}
.page-default .w-contents table td {
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  border-top: none;
  background-color: transparent;
  color: #666;
  padding: 10px;
}
.sha-content * {
  font-family: Roboto;
}
.sha-content h1,
.sha-content h2 {
  font-size: 30px;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .sha-content h1,
  .sha-content h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.sha-content ol,
.sha-content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 18px;
}
.sha-content ol li,
.sha-content ul li {
  color: #e10000;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.sha-content ul {
  list-style: disc;
}
.sha-content ol {
  list-style: decimal;
}
.sha-content li > ol,
.sha-content li > ul {
  margin-bottom: 0;
}
.sha-content h3,
.sha-content h4 {
  font-size: 24px;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .sha-content h3,
  .sha-content h4 {
    font-size: 20px;
  }
}
.sha-content h4 {
  font-size: 22px;
}
.sha-content h5,
.sha-content h6 {
  font-size: 16px;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.sha-content h6 {
  font-size: 14px;
}
.sha-content a {
  color: #974c35;
}
.sha-content a:hover {
  color: #deb12c;
}
.sha-content .wpcf7 {
  max-width: 50%;
  margin: 30px auto 35px auto;
  background-color: rgba(151, 76, 53, 0.1);
  padding: 20px 30px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sha-content .wpcf7 {
    max-width: none;
  }
}
.sha-content .wpcf7 .sub input {
  text-transform: uppercase;
}
.sha-content p {
  color: #111;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 23px;
}
.sha-content p.wp-caption-text {
  text-align: center;
}
.sha-content img {
  max-width: 100%;
}
.sha-content strong {
  font-weight: 700;
}
.sha-content blockquote {
  background: #ffe2e2;
  padding: 10px 20px 10px 24px;
  font-size: 16px;
  color: #888;
  font-style: italic;
  line-height: 1.7;
  text-align: left;
  position: relative;
}
.sha-content blockquote p {
  font-style: italic;
}
.sha-content blockquote:before {
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4px;
  background: #974c35;
}
.sha-content table {
  width: 100% !important;
  table-layout: fixed;
  background-color: #f9f9f9;
}
.sha-content table th {
  background-color: #974c35;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
  text-align: center;
}
.sha-content table td {
  padding: 7px 10px;
  color: #212529;
  background-color: rgba(151, 76, 53, 0.1);
  border: 1px solid #fff;
}
.sha-content table tbody tr:nth-child(odd) td {
  background-color: rgba(151, 76, 53, 0.1);
  border: 1px solid #fff;
}
.no-results {
  max-width: 500px;
  margin: 0 auto;
}
.no-results .searchform-wrap {
  display: flex;
}
.no-results .searchform-wrap input {
  margin-top: 0;
}
.no-results .searchform-wrap .search-submit {
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  background-color: #974c35;
  width: 80px;
}
.chuyen-muc {
  padding-bottom: 150px;
}
.chuyen-muc .wrap-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.chuyen-muc .wrap-content .item-archive {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .chuyen-muc .wrap-content .item-archive {
    width: 100%;
  }
}
.chuyen-muc .wrap-content .item-archive .archive_img {
  height: 180px;
  line-height: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .chuyen-muc .wrap-content .item-archive .archive_img {
    height: auto;
  }
}
@media (max-width: 499px) {
  .chuyen-muc .wrap-content .item-archive .archive_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.chuyen-muc .wrap-content .item-archive .archive_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
.chuyen-muc .wrap-content .item-archive .archive_content {
  width: 60%;
  padding-left: 20px;
}
@media (max-width: 499px) {
  .chuyen-muc .wrap-content .item-archive .archive_content {
    width: 100%;
    padding-left: 0;
  }
}
.chuyen-muc .wrap-content .item-archive .archive_content h3 {
  position: relative;
  line-height: 0;
  margin-bottom: 10px;
}
.chuyen-muc .wrap-content .item-archive .archive_content h3 a {
  line-height: 1.3;
  font-size: 15px;
  color: #974c35;
  overflow: hidden;
  height: 38px;
  display: block;
}
.chuyen-muc .wrap-content .item-archive .archive_content h3 a:hover {
  color: #deb12c;
}
.chuyen-muc .wrap-content .item-archive .archive_content p {
  line-height: 1.6;
  color: #111;
  font-size: 15px;
  margin-bottom: 5px;
  overflow: hidden;
}
.chuyen-muc .wrap-content .item-archive .archive_content p span {
  color: #888;
}
.chuyen-muc .wrap-content .item-archive .archive_content p a {
  color: #888;
}
.chuyen-muc .wrap-content .item-archive .archive_content p a:hover {
  color: #974c35;
}
.chuyen-muc .banner-service {
  width: 100%;
  margin-bottom: 70px;
}
.chuyen-muc .banner-service img {
  width: 100%;
  max-width: 100%;
}
.chuyen-muc .category-description {
  border-bottom: 2px solid #974c35;
  padding-bottom: 70px;
}
.chuyen-muc .category-description .des-content {
  margin: 0 auto;
  max-width: 890px;
}
.chuyen-muc .category-description .des-content h1,
.chuyen-muc .category-description .des-content h2,
.chuyen-muc .category-description .des-content h3,
.chuyen-muc .category-description .des-content h4,
.chuyen-muc .category-description .des-content h5,
.chuyen-muc .category-description .des-content h6 {
  margin-bottom: 20px;
  color: #974c35;
  font-size: 36px;
  font-weight: 500;
}
.chuyen-muc .category-description .des-content p {
  font-size: 16px;
  color: #111;
  margin-bottom: 15px;
}
.chuyen-muc .w-category {
  padding-top: 20px;
}
.chuyen-muc .w-category .w-breadcrumb {
  margin-bottom: 20px;
}
.chuyen-muc .w-category .w-breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chuyen-muc .w-category .w-breadcrumb li {
  display: inline-block;
  font-size: 16px;
  color: #974c35;
  text-transform: uppercase;
  font-weight: 500;
}
.chuyen-muc .w-category .w-breadcrumb li a {
  color: #333;
  position: relative;
  padding-right: 15px;
  margin-right: 7px;
}
.chuyen-muc .w-category .w-breadcrumb li a:after {
  content: "/";
  position: absolute;
  right: 0;
  top: -3px;
}
.chuyen-muc .w-category .w-breadcrumb li a:hover {
  color: #974c35;
}
.related-post-title {
  line-height: 1.4;
  font-size: 15px;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-post-title a {
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
@-webkit-keyframes sha-ho {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes sha-ho {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.container-sha {
  max-width: 1350px;
}
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent;
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.swiper-pagination-bullet {
  background-color: #974c35;
}
.swiper-pagination-bullet-active {
  background-color: #974c35;
}
.page-titles {
  position: relative;
  padding: 160px 0 130px;
  background-position: center;
  background-size: cover;
}
.page-titles:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.page-titles .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-titles {
    padding: 20px 0;
  }
}
.page-titles h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-titles h1 {
    font-size: 25px;
  }
}
.page-titles .title-flex {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-titles .title-flex h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.page-titles #crumbs {
  list-style: none;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
}
.page-titles #crumbs a {
  color: #fff;
}
.page-titles #crumbs a:hover {
  color: #deb12c;
}
.page-title {
  position: relative;
  padding: 10px 0;
  background-position: center;
  background-size: cover;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.page-title .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-title {
    padding: 20px 0;
  }
}
.page-title h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-title h1 {
    font-size: 25px;
  }
}
.page-title .title-flex {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-title .title-flex h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-transform: none;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.page-title #crumbs {
  list-style: none;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  color: #333;
  font-size: 15px;
  margin-right: 10px;
}
.page-title #crumbs a {
  color: #333;
}
.page-title #crumbs a:hover {
  color: #ff6000;
}
.meta_bottom {
  padding-top: 30px;
  display: flex;
  border-top: 1px solid #999;
  margin-top: 50px;
  align-items: center;
}
.meta_bottom p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
}
.meta_bottom .text_share {
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
}
.meta_bottom .post-shares {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.meta_bottom .post-shares a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.meta_bottom .post-shares a[href*="facebook.com"] {
  background-color: #45619d;
}
.meta_bottom .post-shares a[href*="twitter.com"] {
  background-color: #53a8ea;
}
.meta_bottom .post-shares a[href*="pinterest.com"] {
  background-color: #ca1f26;
}
.meta_bottom .post-shares a[href*="linkedin.com"] {
  background-color: #1b85bc;
}
.box_error404 {
  width: calc(100% - 40px);
  margin: 20px 2%;
  padding: 20px 3% 150px;
}
.box_error404 h2 {
  font: 20px/20px;
  padding-bottom: 15px;
  position: relative;
}
.box_error404 h2:after {
  position: absolute;
  right: 0;
  top: 0;
  font: 24px/24px WP;
  content: "H";
}
.box_error404 h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #111;
  margin-bottom: 0;
}
.box_error404 h5 {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 20px;
  color: #555;
  margin-bottom: 0;
}
.box_error404 div {
  width: 100%;
}
.box_error404 div.big {
  padding: 0 0 20px 0;
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
  letter-spacing: 8px;
}
.box_error404 div.oops {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.box_error404 div.go {
  margin-bottom: 40px;
}
.box_error404 div.go a {
  padding: 15px 30px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  display: table;
  text-transform: uppercase;
}
.box_error404 div.useful {
  padding-top: 10px;
}
.box_error404 div.useful ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.box_error404 div.useful ul li {
  list-style: none;
  padding: 0 0 12px 20px;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  display: list-item;
}
.box_error404 div.useful ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  font: 16px/16px WP;
  content: "*";
}
.box_error404 div.useful form {
  width: 38%;
  padding-left: 2%;
  float: right;
}
.box_error404 div.useful input.field {
  margin-top: 0;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  outline: 0;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  font-size: 15px;
  line-height: 45px;
}
.box_error404 {
  background: #fff;
}
.box_error404 h2 {
  border-bottom: 1px solid #dadada;
  color: #646262;
}
.box_error404 h2:after {
  color: #ce1417;
}
.box_error404 div.big {
  color: #974c35;
}
.box_error404 div.oops {
  color: #393a3c;
}
.box_error404 div.go a {
  background: #974c35;
  color: #fff;
}
.box_error404 div.go a:hover {
  background: #deb12c;
  color: #fff;
}
.box_error404 div.useful {
  border-top: 1px solid #dadada;
  color: #646262;
}
.box_error404 div.useful ul li a {
  color: #666;
}
.box_error404 div.useful ul li a:hover {
  color: #974c35;
}
.box_error404 div.useful input.field {
  border: 1px solid #d2d8dd;
}
@media (max-width: 1199px) {
  .box_error404 div.useful form {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@-webkit-keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.box_error404 .useful {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 1199px) {
  .box_error404 .useful {
    flex-direction: row;
  }
}
.box_error404 .useful .w-right {
  width: 62%;
}
@media (max-width: 1199px) {
  .box_error404 .useful .w-right {
    width: 100%;
  }
}
.rate-sha {
  padding-top: 30px;
}
.rate-sha p.title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.grecaptcha-badge {
  display: none !important;
}
.sha-container-fluid {
  max-width: 1480px;
}
@media (max-width: 1400px) {
  .sha-container-fluid {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .no-padding {
    padding: 0;
  }
}
.padding-50 {
  padding: 50px 0;
}
.sha-breadcrumb {
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
}
.sha-breadcrumb a {
  color: #000;
  font-size: 15px;
}
.sha-breadcrumb a:hover {
  color: #ff6000;
}
.sha-link {
  text-align: center;
  padding: 30px 0;
}
.sha-link a {
  display: inline-block;
  background-color: #974c35;
  height: 45px;
  padding: 0 25px;
  border-radius: 5px;
  color: #fff;
  line-height: 45px;
}
.sha-link a:hover {
  background-color: #deb12c;
  color: #000;
}
.w-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.button-contact {
  position: relative;
}
.button-contact .phone-vr {
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  display: block;
}
.button-contact .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  -webkit-animation: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.button-contact .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.button-contact .phone-vr-img-circle img {
  max-width: 25px;
  position: relative;
  top: 6px;
}
.button-contact#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  background-color: rgba(33, 150, 243, 0.7);
}
.button-contact#zalo-vr .phone-vr-img-circle {
  background-color: #2196f3;
}
@-webkit-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);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes rotate-center {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 767px) {
  body
    .section-1
    .event-wrap-mobile
    .event-content
    .event-wrap
    .event-content
    .event-list
    .event-content-tab {
    top: 25px;
    bottom: 45px;
  }
}
.sha-event-wrap {
  background-image: url(/wp-content/themes/n2/assets/images/bg_news_03.png);
  background-size: contain;
  padding-top: 2.5rem;
  padding-left: 3rem;
  padding-bottom: 6rem;
  background-repeat: no-repeat;
  max-width: 1100px;
  margin: 0 auto;
}
.sha-event-wrap .sha-row {
  display: flex;
  flex-wrap: nowrap;
}
.sha-event-wrap .col-left {
  width: 40%;
}
.sha-event-wrap .col-right {
  width: 60%;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .sha-event-wrap {
    margin-right: 1rem;
  }
}
.sha-event-wrap .event-heading {
  background-image: url(/wp-content/themes/n2/assets/images/bg_title_n_03.png);
  background-size: cover;
  padding: 13px 15px 37px;
  margin-right: -1rem;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .sha-event-wrap .event-heading {
    padding: 10px;
    max-width: 600px;
    height: 93px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .sha-event-wrap .event-heading {
    padding: 1rem 0 0 3rem;
    width: calc(100% + 1rem);
    height: 10rem;
    margin-bottom: 0rem;
    aspect-ratio: 400/55;
    display: flex;
    margin-right: -1rem;
  }
}
.sha-event-wrap .event-left {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.sha-event-wrap .event-left .event-thumb {
  position: absolute;
  left: 2.2rem;
  top: 1.3rem;
  right: 0.9rem;
  bottom: 1.4rem;
}
.sha-event-wrap .event-left .event-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body .section-1 {
  margin-bottom: 5rem;
}
body .system-avatar .avatar-list .item {
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 0 0 #d70000;
  transition: all 0.25s ease 0s;
}
body .system-avatar .avatar-list .item img {
  width: 100%;
  max-width: 100%;
}
body
  .system-avatar
  .avatar-detail-wrap
  .avatar-detail
  .avatar-content
  .skill
  .item
  .skill-item {
  background-color: transparent;
}
body .system-avatar .avatar-detail-wrap .avatar-detail .avatar-content .skill {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  body
    .system-avatar
    .avatar-detail-wrap
    .avatar-detail
    .avatar-content
    .skill
    .item {
    flex: 0 0 25%;
    padding-top: 25%;
  }
}
body .system-avatar {
  overflow: hidden;
}
@media (max-width: 1199px) {
  body .system-avatar {
    height: 142rem;
  }
  body .system-avatar .container {
    max-width: 100%;
  }
}
body .main-title {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  body .main-title {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  body .header-menu .main-menu {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
body .section-1 {
  background-color: #e5e5e7;
}
@media (max-width: 1199px) {
  body .section-1 {
    height: 185rem;
    padding-top: 90rem;
    background-size: contain;
    background-position: 0 60px;
  }
}
@media (min-width: 1200px) {
  body .section-1 {
    height: 1300px;
    padding-top: 600px;
    background-size: contain;
    background-position: top center;
  }
}
@media (min-width: 1400px) {
  body .section-1 {
    height: 1300px;
    padding-top: 520px;
    background-size: contain;
    background-position: top center;
  }
}
@media (min-width: 1600px) {
  body .section-1 {
    height: 1565px;
    padding-top: 800px;
    background-size: cover;
    background-position: top center;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body .header-menu .main-menu .menu-item.logo-brand {
    width: 380px;
    height: 65px;
  }
  body .header-menu .main-menu .menu-item.logo-brand .logo {
    max-width: 100%;
    width: 100%;
    right: -20px;
  }
}
html {
  font-size: 10px;
}
@media (max-width: 1199px) {
  body .section-1 .container {
    max-width: 100%;
  }
}
body .section-1 .btn-apps {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 2rem auto;
}
@media (max-width: 1199px) {
  body .section-1 .btn-apps {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    max-width: 80%;
  }
}
body .section-1 .btn-apps .app {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  justify-content: center;
  width: 25%;
  padding: 0 1rem;
  transform: scale(1);
  transition: all 0.25s ease 0s;
}
@media (max-width: 1199px) {
  body .section-1 .btn-apps .app {
    width: 50%;
    flex-basis: 50%;
    max-width: 31rem;
  }
}
@media (max-width: 991px) {
  body .section-1 .btn-apps .app {
    max-width: 45rem;
  }
}
body .section-1 .btn-apps .app a {
  display: inline-block;
  position: relative;
  line-height: 0;
}
body .section-1 .btn-apps .app img {
  max-width: 100%;
}
body .section-1 .btn-apps .app:hover {
  transform: scale(1.05);
}
body .section-1 .btn-apps span {
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  display: inline-block;
  line-height: 1;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  body .section-1 .btn-apps span {
    font-size: 3rem;
    top: 1.5rem;
    right: 0.5rem;
    font-weight: 400;
  }
}
body .section-1 .btn-apps .versions {
  padding-top: 10px;
  color: #222;
  text-shadow: 2px 0 1px #fff;
}
body .section-1 .btn-apps p {
  margin-bottom: 0;
  padding-top: 3px;
}
.page-blog {
  padding-top: 250px;
  background: url(/wp-content/themes/n2/assets/images/banner-1.png) top
    center/contain no-repeat;
  width: 100%;
  padding-bottom: 300px;
}
.page-blog .w-blog {
  padding: 100px;
  border-radius: 10px;
  background-color: rgba(251, 251, 227, 0.95);
}
@media (max-width: 991px) {
  .page-blog .w-blog {
    padding: 30px 30px 50px 30px;
  }
}
.page-blog .blog-item {
  margin-bottom: 50px;
  text-align: center;
}
.page-blog .blog-item .item-image {
  line-height: 0;
  margin-bottom: 10px;
}
.page-blog .blog-item .item-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.page-blog .blog-item .item-info h3 {
  line-height: 0;
  margin-bottom: 0;
}
.page-blog .blog-item .item-info a {
  line-height: 1.4;
  display: block;
  color: #8c0707;
  transition: all 0.25s ease 0s;
}
.page-blog .blog-item .item-info a:hover {
  color: #d01d1d;
}
.site-content,
body .footer,
body .header-menu {
  margin-right: auto;
  margin-left: auto;
}
.content-single {
  padding-top: 250px;
  background: url(/wp-content/themes/n2/assets/images/banner-1.png) top
    center/contain no-repeat;
  width: 100%;
  padding-bottom: 300px;
}
@media (max-width: 991px) {
  .content-single {
    padding-top: 25%;
  }
}
@media (max-width: 767px) {
  .content-single {
    padding-top: 160px;
    padding-bottom: 150px;
    margin-bottom: 15px;
  }
}
.content-single .w-single {
  padding: 60px;
  border-radius: 10px;
  background-color: #fbfbe3;
}
@media (max-width: 991px) {
  .content-single .w-single {
    padding: 30px 30px 50px 30px;
  }
}
@media (max-width: 767px) {
  .content-single .w-single {
    padding: 10px;
  }
}
.content-single .header-standard {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .content-single .header-standard {
    margin-bottom: 20px;
  }
}
.content-single .header-standard h1 {
  margin-bottom: 0;
  color: #8c0707;
  font-size: 30px;
  font-weight: 600;
  font-family: Roboto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .content-single .header-standard h1 {
    font-size: 20px;
  }
}
body .footer {
  background: #2b2b2b;
  text-align: center;
  padding: 24px 0;
}
body .footer p {
  color: #e5e5e7;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body .footer p {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
body .footer a {
  color: #e5e5e7;
  line-height: 1.2;
  font-size: 30px;
}
@media (max-width: 767px) {
  body .footer a {
    font-size: 6rem;
    line-height: 1.2;
  }
}
body .section-3 {
  background-size: cover;
  background-position: center bottom;
  background-color: #e5e5e7;
}
body .section-3 .carousel-control-next,
body .section-3 .carousel-control-prev {
  width: 10%;
}
body .section-3 .ss3-title {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 1199px) {
  body .section-3 .ss3-title {
    margin-bottom: 1rem;
  }
}
body .section-3 .ss3-title img {
  width: 60rem;
  max-width: 60%;
}
@media (max-width: 1199px) {
  body .section-3 {
    height: 90rem;
  }
  body .section-3 .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .section-3 {
    height: 100rem;
  }
}
body .section-2 {
  background-size: cover;
  position: relative;
  z-index: 2;
}
body .section-2 .ss2-title {
  text-align: center;
  margin-bottom: 0;
}
body .section-2 .ss2-title img {
  width: 60rem;
  max-width: 60%;
}
body .section-2.system-avatar .avatar-list .item {
  -webkit-filter: grayscale(0.9);
  filter: grayscale(0.9);
  transition: all 0.25s ease 0s;
}
body .section-2.system-avatar .avatar-list .item.active,
body .section-2.system-avatar .avatar-list .item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body .section-2.system-avatar .avatar-list .item:nth-child(1) {
  width: 280px;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 65% 0, 100% 90%, 0 100%);
}
body .section-2.system-avatar .avatar-list .item:nth-child(2) {
  width: 230px;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 90%, 43% 100%);
  clip-path: polygon(0 0, 98% 0, 100% 90%, 43% 100%);
  margin-left: -6%;
}
body .section-2.system-avatar .avatar-list .item:nth-child(3) {
  width: 210px;
  margin-top: -1%;
}
body .section-2.system-avatar .avatar-list .item:nth-child(4) {
  width: 250px;
  -webkit-clip-path: polygon(0 0, 58% 0, 100% 84%, 0 100%);
  clip-path: polygon(0 0, 58% 0, 100% 84%, 0 100%);
}
body .section-2.system-avatar .avatar-list .item:nth-child(5) {
  width: 250px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
  margin-left: -6%;
}
body .section-2.system-avatar .avatar-list .item:hover {
  transform: scale(1.1);
}
body .section-1 .event-list::-webkit-scrollbar {
  display: none;
}
body .section-1 .event-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .section-1 .event-list a {
  color: #000;
  transition: all 0.25s ease 0s;
  outline: 0;
}
body .section-1 .event-list a:hover {
  color: #f35c00;
}
.page-home {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body .header-menu .main-menu .menu-item:not(.logo-brand) {
    width: 140px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body .header-menu .main-menu .menu-item:not(.logo-brand) a {
    font-size: 27px;
  }
}
body .system-avatar .avatar-detail-wrap .avatar-detail.has-im {
  background-image: none;
  width: 1100px;
}
@media (max-width: 991px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail.has-im {
    width: auto;
  }
}
@media (max-width: 767px) {
  body .system-avatar .avatar-detail-wrap .avatar-detail.has-im {
    width: auto;
    padding-top: 0;
  }
}
body .system-avatar .avatar-detail-wrap .avatar-detail.has-im img {
  max-width: 100%;
}
#download_ios .modal-sha,
#download_wind .modal-sha {
  max-width: 700px;
  overflow: hidden;
  border-radius: 30px;
}
#download_ios .modal-header,
#download_wind .modal-header {
  position: relative;
  display: block;
  background-color: #f7a20e;
  padding: 5px 0;
}
#download_ios .modal-header .btn-close,
#download_wind .modal-header .btn-close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  color: #fff;
}
#download_ios .modal-header h1,
#download_wind .modal-header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#download_ios .modal-header h1 p,
#download_wind .modal-header h1 p {
  margin: 0 10px;
  display: inline-block;
  font-size: 40px;
  color: #000;
  font-family: "UTM Cafeta";
}
@media (max-width: 991px) {
  #download_ios .modal-header h1 p,
  #download_wind .modal-header h1 p {
    font-size: 30px;
  }
}
#download_ios .modal-header h1 img,
#download_wind .modal-header h1 img {
  max-width: 55px;
}
@media (max-width: 991px) {
  #download_ios .modal-header h1 img,
  #download_wind .modal-header h1 img {
    max-width: 30px;
  }
}
#download_ios .sha-dowload,
#download_wind .sha-dowload {
  display: flex;
  align-items: centrer;
  justify-content: center;
  flex-direction: column;
}
#download_ios .sha-dowload p,
#download_wind .sha-dowload p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  font-family: "UTM Cafeta";
}
@media (max-width: 991px) {
  #download_ios .sha-dowload p,
  #download_wind .sha-dowload p {
    font-size: 20px;
  }
}
#download_ios .sha-dowload .btn-apps,
#download_wind .sha-dowload .btn-apps {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 991px) {
  #download_ios .sha-dowload .btn-apps,
  #download_wind .sha-dowload .btn-apps {
    flex-direction: column;
    align-items: center;
  }
}
#download_ios .sha-dowload .btn-apps .versions,
#download_wind .sha-dowload .btn-apps .versions {
  color: #981809;
  font-size: 20px;
}
