* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

label {
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  padding-left: 5px;
  color: white;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --primary-100: #db3d47;
  --primary-200: #823ddb;
  --primary-300: #ffccc4;
  --accent-100: #25b1bf;
  --accent-200: #db3d96;
  --color-master: #3d47db;
  --mauchyen: #3d96db;
  --text-100: #1a1a1a;
  --text-200: #404040;
  --bg-100: #ffffff;
  --bg-200: #f5f5f5;
  --bg-300: #cccccc;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans", sans-serif;
  src: url(/themes/tummosoft/desktop/assets/fonts/Poppins-Regular.woff2);
}

@font-face {
  font-family: 'Poppins Bold';
  src: url(/themes/tummosoft/desktop/assets/fonts/Poppins-Bold.woff2);
}

body {
  font-size: 14px;
  background: #fff;
}

figcaption {
  text-align: center;
  color: #ccc;
  font-family: Roboto;
  font-size: 12px;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

.header-banner {
  height: 60px;
  width: 100%;
  background: var(--accent-200);
}

.container {
  max-width: 1220px;
  width: 1220px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  line-height: 60px;
  align-items: center;
}

.banner-title {
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins Bold';
  font-size: 14px;
}

.banner-button-group {
  display: flex;
}

.btn-tummo {
  cursor: pointer;
  font-family: 'Poppins Bold';
  border-radius: 8px;
  background: var(--accent-100);
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  color: #fff;
}

.site-header {
  font-family: Poppins;
  background-color: #fff;
  padding: 5px;
  position: relative;
  z-index: 9999;
  -moz-box-shadow: 0 -8px 19px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 -8px 19px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 -8px 19px 0 rgba(0, 0, 0, .2);
}

.row-full {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.logo {
  color: var(--primary-200);
}

.logo-brand {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo-image {
  height: 50px;
}

.logo-text {
  font-family: 'Poppins Bold';
  font-size: 26px;
  color: var(--accent-100);
}

.row-left {
  display: flex;
  gap: 10px;
  text-align: center;
  align-content: center;
  flex-flow: row;
  height: 50px;
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  position: relative;
  width: 320px;
  margin-left: 50px;
}

.search-box input {
  height: 35px;
  padding: 0px 5px;
  border-radius: 8px;
  outline: 0px;
  border: 1px solid var(--accent-100);
  width: 100%;
  font-size: 14px;
}

.search-box::after {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  background: url(/assets/icons/search4.svg);
  background-size: 15px 15px;
  top: 18px;
  right: 10px;
  background-size: cover;
}

.row-right {
  height: 50px;
}

.menu-right {
  height: 25px;
  list-style: none;
  display: flex;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  height: 35px;
  gap: 5px;
  margin-top: 10px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  transform: 5s ease;
}

.menu-icon {
  width: 20px;
  height: 20px;
  padding-top: 5px;
}

.menu-item-user {
  text-decoration: none;
  color: var(--primary-200)
}

.menu-item:hover {
  background: var(--accent-100);
  color: var(--primary-200)
}

.menu-bottom {
  height: 40px;
}

.menu-list {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-list-item {
  cursor: pointer;
  height: 30px;
  gap: 5px;
  margin-top: 10px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  transform: 5s ease;
  font-family: "Noto Sans", sans-serif;
  position: relative;
}

.site-content {
  outline: 0;
  background: #fff;
  padding: 60px;
  overflow-x: hidden;
}

.content-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background: #fff;
  font-weight: 400;
}

.icon-small {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 7px;
  margin-left: 3px;
}

.has-child {
  padding-right: 25px;
}

.footer {
  background-color: var(--text-200);
  padding: 40px 0 18px;
  font-size: 12px !important;
  line-height: 1.5;
}

.footer-site {
  padding-right: 10px;
}

.foot-col2 {
  width: 20%;
}

.foot-col3 {
  width: 30%;
}

.footer-site h3 {
  color: var(--primary-200);
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-site p {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  color: var(--bg-300);
}

.foot-item {
  display: flex;
  justify-content: space-between;
}

.thanhtoan {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.thanhtoan img {
  height: 30px;
}

.social {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
}

.social img {
  height: 30px;
}

.footer-site a {
  color: var(--accent-100);
  text-decoration: none;
}

.sub-menu {
  width: 200px !important;
  box-shadow: 2px 1px 5px 0 rgba(236, 237, 240, .5) !important;
  background-color: #fff !important;
  border: solid 1px #e4e5ec !important;
  padding: 5px 0 !important;
  margin: 0 !important;
  position: absolute;
  list-style: none;
  top: 45px;
}

.sub-menu:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: -8px !important;
  left: 18px;
  right: 0 !important;
  width: 15px !important;
  height: 15px !important;
  background: #fff !important;
  border-top: 1px solid #e9eaec !important;
  border-right: 1px solid #e9eaec !important;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.sub-menu li {
  padding: 4px 10px;
  cursor: pointer;
}

.sub-menu li:hover {
  padding: 4px 10px;
  cursor: pointer;
  background: var(--accent-100);
  color: var(--primary-200)
}

.sub-menu-item {
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
}

.section1 {
  width: 100%;
  padding: 50px;
  padding-bottom: 100px;
}

.section2 {
  width: 100%;
}

.header-section {
  text-align: center;
  font-size: 24px;
  font-family: 'Poppins Bold';
  color: var(--primary-200);
  padding: 20px;
}

.best-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
}

.box-service {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  gap: 10px;
}

.box-service {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.box-service h3 {
  font-family: 'Poppins Bold';
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-service p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
}

.c-vertical-line {
  border: 0;
  clear: both;
  display: block;
  background: #e3e1e9;
  height: 1px;
  margin-bottom: 15px;
}

.c-product-box {
  max-width: 320px;
  background: #fff;
  border-radius: 4px;
  width: 185px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

.u-ratio--3-2 {
  display: block;
  max-height: 185px;
  height: 100%;
}

.ll-image {
  position: relative;
  padding-bottom: 66.5492958%;
  background: linear-gradient(#f2f2f2 66%, rgba(242, 242, 242, 0));
  height: 100%;
  overflow: hidden;
}

.c-product-box__meta {
  position: relative;
  margin: 8px 0 7px;
}

.c-product-box__meta .meta-author {
  display: block;
  margin: 0 44px 3px 0;
  height: 17px;
  overflow: hidden;
  word-break: break-all;
}

.c-product-box__meta .meta-author .meta-author__ellipsis-link {
  display: inline-block;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.sub-menu {
  display: none;
}

.has-child:hover .sub-menu {
  display: block;
  position: absolute;
  width: 200px;
  list-style: none;
  top: 30px;
  left: 0;
  box-shadow: 2px 1px 5px 0 rgba(236, 237, 240, .5);
  background-color: #fff;
  border: solid 1px #e4e5ec;
  padding: 5px 0;
  margin: 0;
}

.text-menu {
  color: var(--text-200);
  text-decoration: none;
}

.card-catalog {
  display: grid;
  grid-template-columns: (4, 1fr);
  gap: 20px;
}

.card-product {
  width: 290px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e1e9;
}

.card-product:hover .card-image {
  transform: scaleX(110%);

}

.card-image {
  width: 290px;
  height: 175px;
}

.card-title {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  color: var(--text-200);
  height: fit-content;
  padding: 10px 5px;
}

.card-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}

.price-new {
  color: var(--accent-100);
  font-family: "Noto Sans", sans-serif;
  color: var(--primary-100)
}

.price-old {
  color: var(--accent-200);
  font-family: "Noto Sans", sans-serif;
  text-decoration: line-through;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
}

.article {
  font-family: "Noto Sans", sans-serif;
}

.article {
  font-size: 14px;
}

.article a {
  color: var(--accent-100);
  text-decoration: none;
}

.article a:hover {
  color: var(--primary-200);
}

.content-inner {
  width: 100%;
}

.content-post {
  margin-top: 50px;
  display: flex;
  padding: 30px;
  flex-direction: row;
  gap: 30px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-200);
  background: #fff;
}

.content-inner {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}

.content-post p {
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--text-200)
}

.content-post h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 32px;
  color: #FF4C4C;
}

.content-post h3 {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #00aecd;
}

.content-post h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.content-side {
  width: 350px;
  padding: 20px;
  position: relative;
}

.side-widget {
  width: 100%;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.side-widget image {
  width: 320px;
}

.article-title {
  color: var(--primary-200);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  font-family: 'Poppins Bold';
}

.article-category {
  align-items: center;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 16px;
  color: #25b1bf;
  font-family: 'Poppins Bold';
}

.content-thumbnail {
  margin-bottom: 30px;
}

.thumbnail-post {
  width: 100%;
}

.content-des {
  margin-bottom: 30px;
  background: #ffccc4;
  padding: 20px;
  font-size: 16px;
  border-left: 3px solid #de283b;
}

.slider-logo {
  border-top: 1px solid #ccc;
}

.slider-image-list {
  position: relative;
  height: 300px;
}

.slider-logo-list {
  list-style: none;
  display: flex;
  height: 100px;
  padding: 10px;
  gap: 10px;
}

.slider-logo-item {
  height: 80px;
  text-align: center;
  position: relative;
}

.slider-logo-item img {
  height: 80px;
  margin: 0 auto;
}

.slider-image-item {
  display: flex;
  list-style: none;
  position: absolute;
}

.slider-image img {
  height: 300px;
}

.slider-wrapper {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 2px #ccc;
}

.logo-active {
  background: #25b1bf;
  border-bottom: 2px solid #ff6366;
}

.slider-animation {
  transition: all 0ms ease 0s;
  animation-name: key1;
  animation-duration: 4s;
}

.slider-animation-even {
  transition: all 0ms ease 0s;
  animation-name: key;
  animation-duration: 4s;
}

.slider-hiden {
  left: 100%;
}

.slider-text h2 {
  font-family: 'Poppins Bold';
}

@keyframes key1 {
  from {
    left: 0px;
    display: block;
  }

  to {
    left: -1000px;
  }
}

@keyframes key2 {
  from {
    left: 1000px;
  }

  to {
    left: 0px;
  }
}

.news-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 20px;
  font-family: 'Roboto';
}

.news-card {
  text-decoration: none;
  width: 100%;
  height: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 8px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.news-image img {
  width: 100%;
  height: 120px;
}

.news-body {
  padding: 10px;
  overflow: hidden;
}

.news-body h3 {
  color: var(--accent-100);
  margin-bottom: 5px;
  font-size: 18px;
}

.news-link {
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}

.news-body p {
  font-size: 14px;
}

.news-des {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100px;
  height: 125px;
}

.author-wrapper {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  height: 25px;
  border-top: 1px solid #ffccc4;
  padding-top: 10px;
  line-height: 25px;
}

.author-item {
  line-height: 25px;
  position: relative;
}

.small-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  position: absolute;
  margin-right: 25px;
}

.author-text {
  margin-left: 25px;
}

.keyword-wrapper {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  height: 25px;
  line-height: 25px;
}

.keyword-item {
  line-height: 25px;
  position: relative;
  background: #25b1bf;
  padding: 0px 10px;
  height: 25px;
  border-radius: 8px;
  text-decoration: none;
}

.small-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  position: absolute;
  margin-right: 25px;
}

.keyword-text {
  margin-left: 25px;
  color: #fff;
}

.wordpress-plugin {
  display: flex;
  width: 100%;
}

.plugin-list {
  width: 30%;
}

.plugin-logo {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.plugin-item {
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.16);
  padding: 24px 10px;
  margin: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
}

.plugin-image {
  border-radius: 8px;
  margin: 20px;
  background: #FFFFFF;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  overflow: hidden;
}

.plugin-comment {
  color: var(--text-200);
  padding: 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  height: 140px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.star_new_rating_main {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
}

.ratings_star_img_p_main {
  background: #01A844;
  padding: 2px 5px !important;
}

.ratings_star_img_p_main {
  display: flex;
  background-color: #43a047;
  width: auto;
  align-items: center;
  border-radius: 4px;
  padding: 1px 5px;
  padding-left: 6px;
  font-size: 14px;
  justify-content: center;
  max-height: 20px;
  margin-right: 4px;
}

.ratings_star_img_p_main p {
  margin: 0;
  color: #fff;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 400;
}

.starsvg_img_profile {
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(/themes/tummosoft/desktop/assets/icons/ngoi-sao.svg);
}

.plugin-list {
  margin-top: 20px;
}

.plugin-name {
  height: 25px;
  margin-top: 10px;
  font-size: 16px;
}

.list-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding-left: 20px;
}

.item-category {
  margin-bottom: 5px;
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  position: relative;
}

.product-card {
  border-radius: 8px;
  overflow: hidden;
  background: #02563e;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.product-card h3 {
  color: #fedc78;
  font-family: "Noto Sans", sans-serif;
  text-shadow: 1px 1px 2px rgba(214, 214, 214, 0.2);
  padding: 20px;
}

.product-text {
  display: flex;
  flex-direction: column;
  z-index: 14;
}

.produc-image {
  position: relative;
}

.product-details {
  padding-left: 90px;
  background: #2e6d46;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  margin-top: 10px;
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-details p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-title {
  text-align: center;
}

.btn-download {
  background: #ff6366;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  height: 40px;
  font-size: 18px;
  line-height: 32px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
}

.imagge-product {
  width: 200px;
  height: auto;
  bottom: -25px;
  right: -45px;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  rotate: -45deg;
}

.imagge-product-a {
  width: 250px;
  height: auto;
  bottom: 0px;
  right: 5px;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 8px;
}

.imagge-product-x {
  width: 200px;
  height: 200px;
  bottom: calc(50% - 150px);
  right: -80px;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}

.price-box {
  background: #00a652;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: flex;
  width: fit-content;
  font-weight: bold;
  text-align: center;
}

#toc {
  background: #a9d9dd;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.mucluc {
  padding-left: 10px;
  background: url(/themes/tummosoft/desktop/assets/icons/mucluc3.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

.mucluc-item {
  text-decoration: none;
  border-bottom: 1px dotted #de283b;
  padding-bottom: 3px;
  margin-left: 10px;
  font-weight: bold;
  color: #3f3c3c;
}

.baivietlienquan {
  width: 100%;
  height: fit-content;
  padding: 10px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.baivietlienquan a {
  text-decoration: none;
  color: #005461;
}

.baiviet-card {
  width: auto;
  height: 360px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #f3e6e6;
}

.baiviet-car-image {
  width: 100%;
}

.baiviet-info {
  width: 100%;
  height: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  gap: 10px;
}

.baiviet-info h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.baiviet-info p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.baiviet-sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.baiviet-post-st {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 210px;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #bdb7b7;
}

.baiviet-post-st img {
  width: 100%;
  height: 210px;
}

.baiviet-post-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-shadow: 2px 2px 2px #c4b9b9;
  color: #de283b;
}

.baiviet-post-title h4 {
  color: #404040;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.baiviet-post-title p {
  color: #404040;
}

.baiviet-other {
  width: 100%;
  height: 120px;
}

.baiviet-other-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background: #fff;
  border: 1px solid #bdb7b7;
  box-shadow: 1px 1px 1px #f3e6e6;
  height: 120px;
}

.baiviet-other-box img {
  width: 120px;
  height: 120px;
}

.other-text {
  padding: 10px;
  height: 120px;
}

.other-text h4 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.other-text p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.author-bottom {
  background: #EBF4F6;
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
  border-radius: 30px;
  border: 1px solid #3d47db;
  margin-top: 50px;
}

.author-bottom-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.author-avatar {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.author-text h3 {
  font-size: 16px;
  color: var(--text-200);
}

.author-text p {
  font-size: 14px;
  color: var(--text-200);
}

.popup_desk {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  z-index: 4555;
  font-family: "Noto Sans", sans-serif;
}

.popup_desk_main_div {
  width: 840px;
  position: absolute;
  top: calc(25% + 50px);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: fit-content;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.popup_desk_auto_scroll_div {
  width: 100%;
  position: relative;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(87deg, #25b1bf -1.16%, #1e929c 99.49%);
  box-shadow: 0px 6.696078300476074px 18.414215087890625px 0px rgba(0, 0, 0, 0.25);
}

.popup_desk_close_btn {
  position: absolute;
  top: 14px;
  cursor: pointer;
  padding: 8px;
  z-index: 1;
  right: 14px;
  background-color: #E3E3E3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 1px 1px #ccc;
}

.background_image_exit_outer {
  border-radius: 22px;
  padding: 26px;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 100%;
  color: #FFF;
  position: relative;
  overflow: hidden;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
  font-family: "Noto Sans", sans-serif;
}

.background_image_exit_outer h2 {
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
  font-size: 24px;
  margin-bottom: 10px;
}

.col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58%;
}

.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.ss_icon_outer {
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: -1.6740195751190186px 21.76225471496582px 21.76225471496582px 0px rgba(9, 20, 55, 0.90);
}

.text_background_exit {
  padding: 14px;
  border-radius: 13px;
}

.tod_main_outer {

  width: 82%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
}

.tod_main_outer h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.tod_main_outer p {
  font-size: 11px;
  font-weight: 100;
  line-height: unset;
  margin-top: 5px;
  margin-bottom: 0;
}

.below_background_image {
  width: 100%;
  height: 59px;
}

.popup_desk_title {
  color: #28324E;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
  width: 100%;
}

.popup_desk_field {
  border-radius: 6.802px;
  border: 0.85px solid var(--gray-300, hsl(217, 16%, 84%));
  background: var(--base-white, #FFF);
  box-shadow: 0px 0.8503px 1.70059px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  color: var(--gray-500, #667085);
  font-size: 14px;
  min-height: 25px;
  -webkit-appearance: button !important;
}

.text_background_exit p {
  font-size: 14px;
  font-weight: 300;
}

.text-label {
  width: 80px;
}

.popup_desk_submit_btn {
  border-radius: 6px;
  background: #28324E;
  box-shadow: 0px 0.8503px 1.70059px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 14px 32px;
  margin-top: 12px;
  border: unset;
  cursor: pointer;
  width: fit-content;
}

.img-fluid {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.img-social {
  height: 30px;
}

.below_background_image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

em {
  color: #7743DB !important;
  padding-left: 10px;
  padding-right: 10px;
}

h3 {
  color: #FF6C22;
  display: inline-block;
}

strong {
  color: #4535C1;
}

#toc {
  background: #FFF5E0;
  color: #12486B;
}

#toc a {
  color: #FF6969;
}

.mucluc-item {
  border-bottom: 1px dotted #FFBFBF;
}

.content-des {
  margin-bottom: 30px;
  background: #F3FDE8;
  color: #614BC3;
  padding: 20px;
  font-weight: bold;
  border-left: 3px solid #de283b;
}

figcaption {
  color: #900C3F;
}

blockquote {
  background: #EBE76C;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 1px #614BC3;
  color: #F6635Cl !important;
  font-style: bold;
}

h4 {
  color: #F6635C;
}

.baiviet-info p {
  color: #0C356A;
}

.content-post ul {
  list-style: none;
  margin: 20px;
}

.content-post ul li {
  background-image: url(/themes/tummosoft/desktop/assets/images/check.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-size: 16px 16px;
}

.share-popup {
  background: #F6F6F6;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 1588;
}

.share-popup-inner {
  padding: 5px;
  width: 40px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.share-popup-button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.small-share {
  width: 30px;
  height: 30px;
}

.check-icon {
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/icons/check-blue.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-size: 16px 16px;
}

.goto {
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/icons/goto.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-size: 16px 16px;
}

.menu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  align-items: center;
}

.menu-item a {
  text-decoration: none;
  color: var(--accent-200);
  font-size: 16px;
}

.menu-item a:hover {
  text-decoration: none;
  background: transparent;
  color: var(--primary-200);
}

.services-website {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.website-text {
  width: 70%;
}

.website-images {
  width: 30%;
}

.image-web {
  height: 300px;
}

.price-table {
  margin-left: 70px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.subtext {
  font-size: 16px;
  width: 50%;
}

.btnprice {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 30px;
}

.news-card {
  height: 340px;
}

.tummospell {
  background: #3d47db;
  width: 100%;
  font-family: 'Poppins Bold';
  height: 840px;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.tummospell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --dot-bg: #19aeff34;
  --dot-color: white;
  --dot-size: 1px;
  --dot-space: 22px;
  opacity: 0.2;
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/images/gonsong.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.tsm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}

.left-column {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.left-column h1 {
  color: #dbd13d;
  margin-bottom: 30px;
}

.left-column p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
}

.right-column {
  width: 40%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.imgr {
  width: 100%;
  height: auto;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 40px;
  width: fit-content;
  margin: 0 auto;
  font-family: 'Poppins Bold';
}

.slider-btn {
  position: relative;
}

.slider-btn::before {
  position: absolute;
  content: "";
  top: -18px;
  left: -12px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  z-index: -1;
  background: #FFE5F0;
  animation: hu__hu__ infinite 2s ease-in-out
}

.slider-btn a {
  text-decoration: none;
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 13px 19px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 2px 0 25px rgb(0 0 0 / 9%);
  color: #06305F;
  font-size: 20px;
  font-weight: 600;
}

.download-button {
  text-decoration: none;
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 13px 19px;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 2px 0 25px rgb(0 0 0 / 9%);
  color: #06305F;
  font-size: 20px;
  font-weight: 600;
}

.slider-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 27%;
  border-radius: 30px;
  padding-left: 30px;
  z-index: -1;
  background: #FC0476;
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  transition: .5s;
}

@keyframes hu__hu__ {
  50% {
    transform: scale(1.2);
    /* Scales the element to 150% of its original size */
    transition: transform 0.2s;
    /* Adds a smooth transition effect */
  }
}

.phone {
  width: 24px;
  height: 24px;
}

.box-sub {
  color: #db823d;
  padding: 20px;
  border-radius: 60px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
}

.service-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.box {
  width: 100%;
  height: 420px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.box-image {
  width: 100%;
}

.box-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.logo-service {
  margin-top: 10px;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  border: 1px solid;
}

.box-text {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  position: absolute;
  padding-top: 20px;
  top: 194px;
  left: 0px;
  height: 100%;
  color: #393939;
  text-align: center;
}

.box-text:hover {
  background: #fdfdfd;
  color: aqua;
  -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.box-text h3 {
  font-size: 24px;
  padding-bottom: 10px;
}

.box-text p {
  padding-bottom: 10px;
  font-size: 16px;
}

/* ----------------------------------------------
* Generated by Animista on 2024-9-5 22:45:56
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-top
* ----------------------------------------
*/
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #393939;
  }

  100% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    color: #393939;

  }
}

.masked-image {
  mask-image: url('mask.svg');
  -webkit-mask-image: url('mask.svg');
  /* Cho các trình duyệt Webkit */
}

.conpany-info {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.sub-title {
  font-size: 18px;
  font-family: 'Poppins Bold';
  color: #FF6C22;
  line-height: 22px;
}

.sub-underline {
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/icons/menubox.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  height: 24px;
  padding-left: 30px;
}

.button-read-more {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.image-thumbnial {
  height: 245px;
  width: 100%;
  overflow: hidden;
}

.image-thumbnial img {
  width: 100%;
  transition: transform 0.5s ease;
}

.image-thumbnial:hover img {
  transform: scale(1.2);
}

.read-more {
  color: #823ddb;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Poppins Bold';
  line-height: 22px;
}

.phone-call {
  background-color: #f4f9ff;
  width: 100%;
  padding-top: 30px;
  background-size: auto 100%;
  padding-bottom: 50px;
  background-position: right;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-image: url('https://tummosoftware.com/wp-content/themes/tummosoftware/assets/images/cham-soc-khach-hang.webp');
}

.bg-service {
  background-color: #f4f9ff;
  position: relative;
  width: 100%;
  padding-top: 30px;
  background-size: 100%;
  padding-bottom: 50px;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-image: url('https://tummosoftware.com/wp-content/themes/tummosoftware/assets/images/bg-service.webp');
}

.mucluc {
  margin-bottom: 20px;
  font-size: 18px;
  color: #FF4C4C;
  font-weight: 400;
}

.content ul li {
  margin-bottom: 10px;
  position: relative;
  background: url(https://yescoupon.net/wp-content/themes/yescoupon/images/check.png) no-repeat;
  background-size: 16px;
  background-position: 0px 2px;
  padding-left: 20px;
}

strong {
  color: #fb8500;
}

figure img {
  width: 100%;
  height: 550px;
}

.content-index {
  width: 300px;
  background: #fff;
}

.post-main {
  width: calc(100% - 300px);
}


.content-post h2 {
  font-family: 'Poppins Bold';
}

.content-post ul {
  list-style: none;
  padding: 10px;
  margin: 0px;
}

.toc-item li {
  bacground: url('https://yescoupon.net/wp-content/themes/yescoupon/images/check.png') no-repeat;
  background-position: 0px 2px;
  padding-left: 20px;
}

.toc-item a {
  text-decoration: none;
  color: #7c0fd1;
  font-weight: 400;
}

.toc-item a:hover {
  color: #FF4C4C;
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb a {
  text-decoration: none;
  color: #7c0fd1;
  font-weight: 400;
}

.breadcrumb a:hover {
  color: #FF4C4C;
}

.breadcrumb-home {
  background: #FF4C4C;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
}

.share-button {
  height: 30px;
  background: var(--primary-300);
  border-radius: 32px;
  border: 1px solid var(--color-master);
  /* padding: 10px 0px; */
  display: flex;
  gap: 10px;
  align-items: center;
  padding-right: 15px;
  cursor: pointer;
}

.tag {
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  background-image: url(https://tummosoftware.com/wp-content/themes/tummosoftware/assets/icons/tag.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 30px;
  align-content: center;
  align-items: center;
}

.tag a {
  text-decoration: none;
  border-bottom: 1px dashed var(--color-master);
  padding: 5px 0px;
  font-size: 14px;
}

.related-post {
  width: 100%;
  list-style: none;
  border-radius: 8px;
  padding-top: 20px !important;
  padding-right: 20px !important;
  margin: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}

.related-post-item {
  width: 240px;
  height: 210px;
  font-size: 18px;
  margin-top: 10px;
}

.related-post-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 120px;
}

.related-post-image img {
  width: 240px;
  height: 120px;

}

.related-post-title {
  font-size: 18px;
  margin-top: 20px;
}

.related-post-title a {
  text-decoration: none;
}

.content-index-list .h3 {
  font-size: 14px;
  color: #595959;
}

.content-wrapper {
  box-shadow: none;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}

.content-post h2 {
  font-size: 32px;
}

.post-main {
  width: 100%;
}

.post-main ul li {
  margin-bottom: 10px;
  position: relative;
  background: url(https://yescoupon.net/wp-content/themes/yescoupon/images/check.png) no-repeat;
  background-size: 16px;
  background-position: 0px 2px;
  padding-left: 20px;
}
table.kb-table {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: 400;
  border: 2px solid #8a9ff3;
}
table.kb-table tr th {
  color: #1B2B68;
  font-size: 16px;
}
.table-header {border-bottom: 2px solid #8a9ff3;}

.kb-article-styles table {
  line-height: 1.8;
}
table {
  border-collapse: collapse;    
}
table.kb-table thead, table.kb-apa-example thead, table#apaExamples thead {
  border-bottom: 2px solid #1B2B68;
}
tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}
table.kb-table tr th, table.kb-apa-example tr th, table#apaExamples tr th, table.kb-table tr td, table.kb-apa-example tr td, table#apaExamples tr td {
  padding: .5rem 1rem;
  border-bottom: 1px solid #EFEEE9;
  vertical-align: top;
}