/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.row-small > .col,
.row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  padding: 0 9.8px 0px;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
  font-weight: 800;
}
.header-main {
  background: url(images/xHeaderBackground.jpg) no-repeat;
  background-size: 100%;
}

.xHotline {
  background: url(images/iHotline.png) no-repeat;
  padding-left: 64px;
  display: flex;
  height: 53px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: white;
  max-width: 210px;
  padding-right: 40px;
  margin-right: 40px;
}
.xHotline span {
  flex: 0 0 100%;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 20px;
}

.header-search-form .ux-search-box {
}
.header-search-form .ux-search-box .flex-col {
}
.header-search-form .ux-search-box .flex-col .search-field {
}
.header-search-form .ux-search-box .flex-col .search-field {
}
.header-search-form .xSearchForm {
}

.header-search-form .xSearchForm .search-field {
  border: none;
  background: #eff0f2;
  box-shadow: none;
  min-width: 236px;
  padding: 0 20px 0 35px;
  font-weight: 600;
  color: #a9a9a1 !important;
  font-size: 14px;
}
.header-search-form .xSearchForm .search-field::placeholder {
  color: #a9a9a1 !important;
  font-size: 14px;
}
.header-search-form .xSearchForm .ux-search-submit {
  background: #ffffff !important;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-28px, -10px);
}
.xHeaderGroupButton {
  display: flex;
  gap: 49px;
}
.xHeaderGroupButton a {
  padding: 16px 20px 16px 66px;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-radius: 40px;
  min-width: 184px;
  display: block;
}
.xHeaderGroupButton span {
  font-size: 16px;
  font-weight: bold;
  color: #54413d;
}
.xHeaderGroupButton a:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  position: relative;
}
.xHeaderGroupButton a:nth-child(1)::before {
  content: "";
  background: url(images/iMap.png);
  width: 15px;
  height: 18px;
  position: absolute;
  left: 0px;
  transform: translate(31px, 1px);
}
.xHeaderGroupButton a:nth-child(1) span {
}

.xHeaderGroupButton a:nth-child(2) {
  display: flex;
  align-items: center;
  position: relative;
  animation: seeSaw 1.6s ease-in-out infinite;
}
.xHeaderGroupButton a:nth-child(2)::before {
  content: "";
  background: url(images/iBook.png) no-repeat;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0px;
  transform: translate(21px, 1px);
}
.xHeaderGroupButton a:nth-child(2) span {
}
.header-bottom {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
}
.ftFooter {
  background: url(images/ftBackground.png) no-repeat;
  background-size: cover;
}

.ftList {
}
.ftList h4 {
  font-size: 20px;
  color: #54413d;
}
.ftList ul {
  list-style: none;
  margin: 0;
}
.ftList ul li {
  margin: 0 0 0.6em;
}
.ftList ul li a {
  font-size: 14px;
  color: #54413d;
  font-weight: bold;
  position: relative;
  padding-left: 13px;
}
.ftList ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background: #54413d;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.ftList ul li:hover a {
}
.ftForm {
}
.ftForm .wpcf7-form-control-wrap {
  border-radius: 10px;
  overflow: hidden;
}
.ftForm .wpcf7-form-control-wrap .wpcf7-form-control {
  border: none;
  box-shadow: none;
  margin: 0;
}
.ftForm .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/iSend.png) no-repeat;
  width: 27px;
  height: 23px;
  bottom: 0;
  border: none;
  box-shadow: none !important;
  transform: translate(4px, 9px);
  text-indent: -999px;
  padding: 0;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.ftForm .wpcf7 form .wpcf7-response-output {
  background: white;
  color: #54413d;
}
.colBCT {
}
.colBCT .img {
  margin-bottom: 0 !important;
}
.colBCT .img img {
  width: auto;
}

.ftSystemCol {
  position: relative;
}
.ftSystemCol > .col-inner {
  border-radius: 21px;
  overflow: hidden;
}

.ftSystemColHeading {
}
.ftSystemColHeading h2 span {
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 20px;
}
.ftLogox {
}
.ftLogox img {
  width: auto;
}
.xSystemContainer {
  padding: 0 150px;
  margin: 20px 0 20px;
}
.xSystemList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.xSystemItem {
  background: rgb(238 238 238 / 10%);
  color: white;
  border-radius: 10px;
  overflow: hidden;
  animation: waveFloat 3s ease-in-out infinite;
}
.xSystemItem a {
  color: unset;
  text-decoration: unset;
  padding: 18px 24px;
  display: block;
}
.xSystemItemContent {
}
.xSystemItemTitle {
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 18px;
}
.xSystemItemText {
  font-size: 14px;
  margin-top: 5px;
}

.stSystem {
  margin-bottom: -340px;
  z-index: 9999;
}
.stSystem::after {
  content: "";
}
.ftSystemCol::after {
  content: "";
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  height: 14px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 21px;
  position: absolute;
  left: revert-layer;
  bottom: 0px;
  width: calc(100% - 30px);
}
.xSystemItem:hover {
}

.xHeadingDefault2 {
}
.xHeadingDefault2 h3 {
  font-size: 14px;
  color: #a9a9a1;
}
.xHeadingDefault2 h2 {
  font-size: 38px;
  color: #54413d;
  text-transform: uppercase;
}
.text-ani-item.show .char {
  animation: fadeLoop 10s infinite;
  animation-delay: calc(100ms * var(--char-index));
}

.defaultOwl {
}

.partnerOwl {
}

.partnerThumb {
  /* width: 75px; */ /* height: 75px; */
  padding-top: 100%;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.partnerThumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.txtHeading {
  background: #54413d;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px #00000040;
  text-align: center;
  text-transform: uppercase;
}
.txtHeading h2 {
  margin: 0;
}

.txtHeading h2 span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 30px;
}

.txtHeading .title span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 30px;
}

.iImageText1 {
}
.iImageText1 h3 {
  margin-bottom: 0;
}

.iImageText1 .box-text.text-center {
  margin: 0;
  padding-bottom: 0;
}
.stBreadcrumb {
}
.stBreadcrumb .col-inner > div > span {
}
.stBreadcrumb a {
  color: black;
}

.stBreadcrumb .breadcrumb_last {
}
.xTeamCons {
  padding: 35px 0;
}
.xTeamHeading {
}
.xTeamHeading .pageHeading {
  text-transform: uppercase;
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 8px;
  margin: 0 0 15px;
  position: relative;
}
.xTeamHeading .pageHeading::after {
  width: 90px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  height: 4px;
  border-radius: 4px;
}
.pageHeading h1 {
  margin-bottom: 0;
}

.xTeamList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.xTeamItem {
  border: 1px solid #e4e4e3;
  border-radius: 20px;
  overflow: hidden;
}
.xTeamItemThumb {
  padding: 0 20px;
}
.xTeamItemCover {
}
.xTeamItemCover img {
}
.xTeamContent {
  padding: 15px;
  background: rgb(84 65 61);
  color: white; /* border-radius: 10px; */
  overflow: hidden;
  border-bottom: 1px solid #efefef69;
}
.xTeamTitle {
}
.xTeamTitle a {
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 20px;
}
.xTeamText1 {
  font-size: 15px;
}
.xTeamText2 {
  font-size: 15px;
}
.xTeamReadmore {
  padding: 15px;
  background: rgb(84 65 61);
  color: white;
}
.xTeamReadmore a {
  color: white;
  font-size: 15px;
}
.xTeamSignHeading {
  text-align: center;
  background-color: rgb(84, 65, 61);
}
.xTeamSignHeading h1 {
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 2px;
}
.xSignTeamInfo {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  border-radius: 10px;
}
.xSignAvatar {
  width: 300px;
  flex: 0 0 auto;
  max-width: 300px;
}
.xSignAvatar img {
}
.xSignContent {
}
.xSignTeamText1 {
}
.xSignTeamText1 h1 {
}
.xSignTeamText2 {
  background: #ee4023 none;
  padding: 12px 15px 11px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.xSignTeamMain {
  display: flex;
  gap: 30px;
  align-items: center;
}
.xSignTeamDesc {
  margin-top: 30px;
  color: black;
  font-size: 1.125em;
}

.headingContact {
}

.headingContact .col-inner {
  display: flex;
  align-items: center;
}

.headingContact p {
  margin: 0 0 15px;
  color: #a9a9a1;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.headingContact h1 {
  margin: 0;
  font-size: 31px;
  color: #54413d;
  text-transform: uppercase;
}

.headingContact .box1 {
  min-width: 500px;
}

.headingContact .col-inner::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #a9a9a1;
  animation-name: aniWidth;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.company-content {
  display: flex;
  gap: 20px;
}

.company-list {
  width: 40%;
  max-height: 600px;
  overflow-y: auto;
}

.company-item {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #f5f5f5;
}

.company-item:hover,
.company-item.active {
  border: 1px solid #54413d;
}

.company-item h3 {
  color: #54413d;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

.company-item .comField:nth-child(2) {
  margin: 0 0 0.6em;
  /* padding-left: 30px; */
  font-size: 13px;
  color: #333;
}

.company-item .comField:nth-child(3) {
  margin: 0 0 0.6em;
  /* padding-left: 30px; */
  font-size: 13px;
}

.company-item:hover .comField:nth-child(2) {
  background-size: 20px;
}
.company-item:hover .comField:nth-child(3) {
  background-size: 20px;
}

.comField strong {
  font-size: 14px;
  color: black;
}

.company-map {
  width: 60%;
  height: 600px;
}

.company-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}

#mapFrame {
  height: 100%;
}

.company-filter {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

.company-filter #btnShowAll {
  width: 220px;
  height: 57px;
  background: #eeeeee;
  border-radius: 40px;
  color: #312e2e;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
  text-transform: none;
}

.company-filter #btnShowAll:hover {
}

.company-filter #citySelect {
  width: auto;
  padding: 0 35px;
  width: max-content;
  height: 57px;
  border: 1px solid #b3b3b3;
  border-radius: 40px;
  color: #312e2e;
  font-size: 16px;
  box-shadow: none;
  background: #eeeeee;
  margin: 0;
  font-weight: 500;
}

.company-filter #btnShowAll.active {
  border-color: #54413d;
  background-color: #54413d;
  color: white;
  text-transform: none;
}
#mapFrame {
  height: 100%;
}

.pagePostList {
  display: grid;

  /* MĂƒÂ u nĂ¡Â»Ân nhĂ¡ÂºÂ¹ cho trang */
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.pPagePostItem {
  width: 100%;
  background: #fff;
  /* border-radius: 12px; */
  overflow: hidden;
  position: relative;
}

.pPagePostItemThumb img {
  display: block;
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pPagePostItemDate {
  position: relative;
  background-color: #eeeeee;
  color: #fff;
  border-radius: 0 0 0 0;
  display: flex;
  z-index: 10;
  /* font-family: "Montserrat"; */
  display: none;
}

.pPagePostItemDate span {
  background: url(images/idate.png) no-repeat #002554;
  background-position-x: 10px;
  background-position-y: 11px;
  padding: 7px 32px;
  font-size: 14px;
  background-size: 13px;
}

.pPagePostItemDate span::before {
}

.pPagePostItemContent {
  padding: 15px 0 10px;
}
.pPagePostItemTitle {
  margin-bottom: 10px;
}
.pPagePostItemTitle a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 41px;
}

.pPagePostItemDescription {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: none;
}

.pPagePostItemReadMore a {
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  background: #54413d;
  border-left: 2px solid #e2c13d;
  padding: 0 20px;
}

.pPagePostItemReadMore a span {
  font-weight: 500;
  font-size: 0.85em;
  height: auto;
  color: white;
}

.pPagePostItemReadMore a::before {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background: #54413d;
  display: none;
}

.pPagePostItemReadMore a::after {
  content: "";
  background: url(images/arRightBlack.png) center no-repeat;
  width: 20px;
  height: 8px;
  display: none;
}

.pPagePostItemReadMore a:hover {
  color: #00264d;
}

.postPage {
  margin-bottom: 40px;
}

.pPagePostItem:hover .pPagePostItemThumb img {
  transform: scale(1.1);
}

.page-numbers.nav-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 20px 0 10px;
}

.page-numbers.nav-pagination li .page-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #666;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s ease;
  background-color: transparent;
}

.page-numbers.nav-pagination li .page-number.current {
  border-color: #00264d;
  color: #00264d;
  border-width: 2px;
}

.page-numbers.nav-pagination li a.page-number:hover {
  border-color: #00264d;
  color: #00264d;
  background-color: rgba(0, 38, 77, 0.05);
  /* NĂ¡Â»Ân xanh rĂ¡ÂºÂ¥t nhĂ¡ÂºÂ¡t khi hover */
}

.page-numbers.nav-pagination li .page-number::before {
}

.page-numbers.nav-pagination li a.next {
}
.postPageMenu {
  display: none;
}
.pPagePostItemCover {
  position: relative;
  width: 100%;
  padding-top: 52.05%;
  background: #eee;
  overflow: hidden;
  border-radius: 10px;
}

.postHotItem {
  display: flex;
  gap: 25px;
  margin-bottom: 25px;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.postHotItemThumb {
  flex: 0 0 50%;
}
.postHotItemCover {
}
.postHotItemCover img {
}
.postHotItemContent {
  padding-right: 30px;
}
.postHotItemBox1 {
}
.postHotItemText0 {
  background: url(images/iconDate.png) 0px 3px no-repeat;
  background-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 21px;
  font-size: 14px;
  margin-bottom: 9px;
}
.postHotItemItemTitle {
}
.postHotItemItemTitle a {
  font-size: 18px;
  font-weight: bold;
  color: #54413d;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  height: 46.77px;
}
.postHotItemText1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  text-align: justify;
}
.postHotItemReadMore {
  color: black;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  background: #54413d;
  border-left: 2px solid #e2c13d;
  padding: 0 20px;
  margin-top: 10px;
}
.postHotItemReadMore a {
  color: white;
  font-size: 14px;
}
.postHotItem:hover .postHotItemCover img {
}

.postHotItem:hover .postHotItemReadMore a {
}
.pagePostHeading {
  padding: 25px 0;
}
.pagePostHeading .pageHeading {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.pagePostHeading .pageHeading h1 {
  background: #54413d;
  padding: 11px 0;
  border-radius: 10px;
}
.pagePostHeading .pageHeading h1 .char {
  animation: fadeLoop 10s infinite;
  animation-delay: calc(100ms * var(--char-index));
}
.pagePostHeading .pageHeading h1 span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 30px;
}

.signPostBoxEx {
  margin-bottom: 30px;
  border-radius: 8px;
  color: black;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: #54413d;
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 20px;
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}

.widget ul li:last-child a {
  border: none !important;
}

.pagePostDetails {
  padding: 30px 0;
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}
.xContactForm {
}
.xContactForm .wpcf7-form-control {
  border-radius: 6px;
  box-shadow: none;
}
.xContactForm .wpcf7-submit {
  background: #54413d;
  border-radius: 10px;
  margin: 0 auto;
}
.xContactForm .wpcf7 p:nth-child(3) {
  text-align: center;
}
.xContactForm .wpcf7-spinner {
}

.signServicesHeading {
  text-align: center;
}

.signPostBoxContent ul {
  padding-left: 17px;
}
.pum-theme-lightbox {
}
.pum-theme-lightbox .pum-container {
}
.pum-theme-lightbox .pum-container form {
  background: #54413d;
  border-radius: 7px;
  overflow: hidden;
  margin: 0;
}
.pum-theme-lightbox .pum-container form h3 {
  margin: 0;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  padding: 20px 0;
  width: calc(100% - 60px);
  border-bottom-right-radius: 80px;
  text-align: center;
  transform: translate(0px, 0px);
  padding-left: 60px;
  color: rgb(84, 65, 61);
  text-transform: uppercase;
  font-size: 27px;
}
.pum-theme-lightbox .pum-container .xFormBox {
  background: url(images/bgForm.png) no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 0;
}
.pum-theme-lightbox .pum-container .xFormBox label {
  color: white;
}
.pum-theme-lightbox .pum-container .xFormBox .wpcf7-form-control {
  background: #ffffff73;
  border-radius: 7px;
  margin-top: 5px;
  color: white;
  box-shadow: none;
}
.pum-theme-lightbox .pum-container .xFormBox .wpcf7-submit {
  background: #ffffff73;
  border-radius: 7px;
  margin-top: 5px;
  color: white;
  box-shadow: none;
  margin: 0 0 10px;
}
.pum-theme-lightbox .pum-container form .wpcf7-response-output {
  margin: 0px 0;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  background: white;
}
.stProPage {
}
.stProPageHeading {
}
.stProPageHeading h1 {
}
.stProPageHeading h1 .char {
  animation: fadeLoop 10s infinite;
  animation-delay: calc(100ms * var(--char-index));
}
.stProPageHeading h1 span {
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 32px;
}

.xCategoryBoxSlide {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  padding: 40px 0;
  margin-bottom: 60px;
}
.xCategoryItem {
  text-align: center;
}
.xCategoryThumb {
  margin-bottom: 5px;
}
.xCategoryCover {
  max-width: 123px;
  margin: 0 auto;
}
.xCategoryCover img {
  width: 100%;
}
.xCategoryName {
}
.xCategoryName a {
  font-weight: bold;
  font-size: 15px;
  color: #54413d;
}
.xCategoryItem:hover .xCategoryThumb {
}
.xCategoryItem:hover .xCategoryCover img {
}
.xCategoryItem:hover .xCategoryName a {
}
.xCategoryOwl {
}
.xCategoryOwl button {
  margin: 0;
}
.xCategoryOwl .owl-prev {
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/ar1.png) no-repeat !important;
  width: 27px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-60px, 0px);
}
.xCategoryOwl .owl-prev span {
}
.xCategoryOwl .owl-next {
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/ar2.png) no-repeat !important;
  width: 27px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(60px, 0px);
}
.xCategoryOwl .owl-next span {
}
.xCategoryOwlBox {
  padding: 0 60px;
}

.xProductGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.xProductItem {
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.xProductItem a {
}
.xProductThumb {
  margin-bottom: 10px;
}
.xProductCover {
  position: relative;
  width: 100%;
  padding-top: 52.24%;
  border-radius: 5px;
  overflow: hidden;
}
.xProductCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 500ms;
}
.xProductContent {
  position: relative;
  padding-bottom: 18px;
}
.xProductContent::after {
  content: "";
  width: 175px;
  height: 10px;
  border-top-right-radius: 17px;
  border-top-left-radius: 17px;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0px, 16px);
}
.xProductTitle {
  font-size: 16px;
  font-weight: bold;
  color: #54413d;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 51px;
}
.xProductText1 {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: bold;
  text-align: center;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.xProductItem:hover {
}

.xProductItem:hover .xProductCover img {
  transform: scale(1.1);
}

.xProductItem:hover .xProductTitle {
}

.xPagination {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  justify-content: center;
}

.xPagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.xPagination .page-numbers:hover {
  color: #333;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.xPagination .page-numbers.current {
  color: #54413d;
  background: linear-gradient(
    236deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: default;
}

.xPagination .page-numbers.next {
  font-size: 18px;
  padding: 0 16px;
}

.xPagination .page-numbers.next:hover {
  transform: translateX(3px);
}
.product-footer .woocommerce-tabs {
  border-top: none;
}
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 30px;
}

.woocommerce-tabs .wc-tabs {
  display: flex;
  gap: 16px;
  border: 0;
  margin-bottom: 20px;
}

.woocommerce-tabs .wc-tabs li {
  list-style: none;
  margin: 0;
  border: 0;
}

.woocommerce-tabs .wc-tabs li a {
  display: inline-block;
  padding: 17px 35px;
  border-radius: 999px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  transition: all 0.25s ease;
}

.woocommerce-tabs .wc-tabs li.active a,
.woocommerce-tabs .wc-tabs li a[aria-selected="true"] {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-radius: 40px;
  color: #555555;
  font-weight: bold;
  border: 2px solid #54413d;
}

.woocommerce-tabs .wc-tabs li a:hover {
  background: #dcdcdc;
}

.woocommerce-Tabs-panel {
  padding-top: 10px;
  border: none;
  padding: 48px !important;
  border-radius: 22px;
  background: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: black;
  margin-bottom: 20px;
  display: none !important;
}
.yikes-custom-woo-tab-title {
  display: none !important;
}

.xSignProGroupBtn {
  gap: 40px;
  display: flex;
  align-items: center;
}
.xSignProGroupBtn a {
  padding: 15px 66px 15px 58px;
  background: #eeeeee;
  background-position-x: calc(100% - 28px);
  background-position-y: center;
  border-radius: 40px;
  overflow: hidden;
  font-weight: bold;
  color: #54413d;
  /* font-family: "Montserrat"; */
  text-transform: uppercase;
  cursor: pointer;
}
.xSignProGroupBtn a:hover {
  color: unset;
}

.xSignProText1 {
}
.xSignProText1 h3 {
  color: #312e2e;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.xSignProText1 ul li {
}

.xSignProGroupBtn a {
  width: 100%;
}
.xSignProGroupBtn a:nth-child(1) {
  background: url(images/a1.png) 16px center #54413d no-repeat;
}
.xSignProGroupBtn a:nth-child(2) {
  background: url(images/a2.png) 16px center #eeeeee no-repeat;
}
.xSignProGroupBtn a:nth-child(1) span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.xSignProGroupBtn a:nth-child(2) span {
  color: #54413d;
}
.xSignProTitle h1 {
  color: #54413d;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.xSignProGroupBtn {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 30px;
}

.xSignProText1 {
}
.xSignProText1 .spec-table-wrap {
  padding: 22px;
  border-radius: 22px;
  background: #fbfbfb;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: black;
  margin-bottom: 20px;
}

.xSignProText1 .spec-table-wrap h3 {
  font-size: 17px;
  color: #54413d;
  margin-bottom: 10px;
  margin-top: 35px;
}
.xSignProText1 .spec-table-wrap p {
}
.xSignProText1 .spec-table-wrap h3:first-child {
  margin-top: 0;
}

.wb_cptb_title {
  display: none;
}
.xAboutContent {
}
.xAboutContent .button {
  margin: 0;
  background: url(images/btnAr.png) left center no-repeat;
  display: flex;
  align-items: center;
  padding-left: 55px;
  font-size: 24px;
  font-weight: bold;
}
.xAboutContent .button span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.xAboutContent h2 {
  position: relative;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 33px;
  padding-bottom: 12px;
}
.xAboutContent h2::after {
  content: "";
  background: url(images/line1.png) no-repeat;
  height: 33px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.xAboutContent p {
  font-weight: 500;
}
.stAboutHome::after {
  content: "";
}
.xNen {
  position: absolute;
  top: 0;
  right: 0px;
  max-width: 808px;
}
.xNen .img-inner {
}
.xNen .img-inner img {
}
.xGap1 {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  z-index: 999;
  position: relative;
}

.headingDefault2 {
}

.headingDefault2 .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.headingDefault2 .textBox2 {
  order: 1;
  width: 366px;
  flex-shrink: 0;
}

.headingDefault2 .textBox2 p {
  margin: 0 0 15px;
  color: #a9a9a1;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}

.headingDefault2 .textBox2 h2 {
  margin: 0;
  font-size: 40px;
  color: #54413d;
  text-transform: uppercase;
}

.headingDefault2 .col-inner::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #a9a9a1;
  /* animation-name: aniWidth; */
  /* animation-duration: 1s; */
  /* animation-delay: 1s; */
  /* animation-fill-mode: forwards; */
  order: 2;
}

.headingDefault2 .col-inner::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #a9a9a1;
  left: calc(100% - 234px);
  border-radius: 50%;
}

.headingDefault2 .btnReadmorex {
  order: 3;
  margin: 0;
  width: 336px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  border-radius: 40px;
  color: #54413d;
}

.headingDefault2 .btnReadmorex span {
}
.xHeadingdefault2 {
}
.xHeadingdefault2 h2 {
}
.xHeadingdefault2 h2 .char {
  animation: fadeLoop 10s infinite;
  animation-delay: calc(100ms * var(--char-index));
}
.xHeadingdefault2 h2 span {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  font-size: 34px;
}
.xGridDV {
}

.xIconBox {
}
.xIconBox h3 {
  font-size: 18px;
  font-weight: 500;
}
.xGridDV .col-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 80px;
}
.xBackgrounddv {
  background: url(images/nendichvu.png) no-repeat;
  background-size: 100% 100%;
  min-height: 512px;
  margin-bottom: -40px;
  z-index: 1;
}
.xHeading1 {
}
.xHeading1 h2 {
  font-size: 33px;
}

.xPostHome3Item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.xPostHome3Thumb {
}
.xPostHome3Cover {
      padding-top: 65%;
}
.xPostHome3Cover img {
      position: absolute;
    top: 0;
    left: 0;
  object-fit: cover;
}
.xPostHome3Content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  padding: 16px;
  align-items: center;
  width: 100%;
  height: 119px;
  background: linear-gradient(359deg, #0b195b 0%, transparent 100%);
}
.xPostHome3Title {
}
.xPostHome3Title a {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.xPostHome3Readmore {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex: 0 0 100px;
}
.xPostHome3Readmore a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
.xPostHome3Readmore a {
}
.xPostHome3Readmore a span {
}

.xPostHome3Item:hover {
}

.xPostHome3Item:hover .xPostHome3Cover img {
}

.xPostHome3Readmore a::before {
  content: "";
  position: relative;
  width: 1px;
  height: 30px;
  background: white;
  display: block;
}
.xPostHome3Readmore a span {
  font-weight: 500;
  font-size: 0.85em;
}
.xPostHome3Readmore a::after {
  content: "";
  background: url(images/artuyendung.png) no-repeat;
  width: 20px;
  height: 8px;
}
.xPost3Owl {
}
.xPost3Owl button {
}
.xPost3Owl .owl-prev {
  background: url(images/arhoatdong1.png) no-repeat !important;
  overflow: hidden;
  text-indent: -999px;
  width: 59px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-28px, 0px);
}
.xPost3Owl .owl-prev span {
}
.xPost3Owl .owl-next {
  background: url(images/arhoatdong2.png) no-repeat !important;
  overflow: hidden;
  text-indent: -999px;
  width: 59px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(28px, 0px);
}
.xPost3Owl .owl-next span {
}
.headingDefault3 {
}
.headingDefault3 p {
  margin: 0 0 15px;
  color: #a9a9a1;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.headingDefault3 h2 {
  margin: 0;
  font-size: 40px;
  color: #54413d;
  text-transform: uppercase;
}
.xMenuPostCategory {
  background: linear-gradient(
    33deg,
    rgba(215, 176, 73, 1) 0%,
    rgba(255, 238, 48, 1) 49%,
    rgba(196, 147, 75, 1) 100%
  );
}
.xPostReadHome1 {
  background: #54413d;
  margin: 0;
}
.xPostReadHome1 span {
  background: transparent;
}
.xMenuPost1 {
  flex-direction: unset;
  gap: 55px;
}
.xMenuPost1 .ux-menu-link {
}
.xMenuPost1 .ux-menu-link__link {
}
.xMenuPost1 .ux-menu-link__link::after {
  content: "";
  height: 4px;
  width: 100%;
  background: #54413d;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0px, 0px);
  border-radius: 4px;
  transition: all 500ms;
  visibility: hidden;
}
.xMenuPost1 .ux-menu-link a {
  border: none !important;
  color: rgb(84 65 61 / 55%);
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
  margin: 0;
  min-height: unset !important;
  position: relative;
  text-transform: uppercase;
}
.xMenuPost1 .ux-menu-link:hover a {
}

.xMenuPost1 .ux-menu-link a:hover {
}
.xMenuPost1Col {
}
.xMenuPost1Col .col-inner {
}
.xMenuPost1 .ux-menu-link:hover a::after {
  visibility: visible;
}

.xNewsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.xNew1 {
}
.xNew1Thumb {
}
.xNew1Cover {
  position: relative;
  width: 100%;
  padding-top: 73.15%;
  border-radius: 10px;
  overflow: hidden;
}
.xNew1Cover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.xNew1Content {
}
.xNew1Date {
  width: 105px;
  height: 24px;
  display: flex;
  background: url(images/idate2.png) 5px 3px #54413d no-repeat;
  color: white;
  font-size: 12px;
  align-items: center;
  padding: 0 20px 0 25px;
  margin: 15px 0 10px;
  border-radius: 5px;
}
.xNew1Title {
  font-weight: bold;
  font-size: 18px;
  color: #54413d;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.xNew1Text1 {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 500;
}
.xNew1ReadMore {
  font-weight: bold;
  font-size: 14px;
  color: #54413d;
}
.xNewsRight {
}
.xNew2 {
  margin-bottom: 18px;
}
.xNew2 a {
  display: flex;
  gap: 18px;
}
.xNew2Thumb {
  flex: 0 0 321px;
}
.xNew2Cover {
}
.xNew2Cover img {
}
.xNew2Content {
}
.xNew2Date {
  width: 105px;
  height: 24px;
  display: flex;
  background: url(images/idate2.png) 5px 3px #54413d no-repeat;
  color: white;
  font-size: 12px;
  align-items: center;
  padding: 0 20px 0 25px;
  margin: 5px 0 5px;
  border-radius: 5px;
}
.xNew2Title {
  font-weight: bold;
  font-size: 17px;
  color: #54413d;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.xNew2Text1 {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: 500;
}
.xNew2ReadMore {
  font-weight: bold;
  font-size: 14px;
  color: #54413d;
}
.xNew2Cover img {
  width: 100%;
}
.signPostBoxFormx {    max-width: 500px;
    margin: 0 auto;}
.signPostBoxFormx form {
    background: #54413d;
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
   max-width: 500px;
}
.signPostBoxFormx .xFormBox {
    background: url(images/bgForm.png) no-repeat;
    background-size: cover;
    padding: 20px;
        border-radius: 0;
   
}

.signPostBoxFormx form h3 {
    margin: 0;
    background: linear-gradient(33deg, rgba(215, 176, 73, 1) 0%, rgba(255, 238, 48, 1) 49%, rgba(196, 147, 75, 1) 100%);
    padding: 20px 0;
    width: calc(100% - 60px);
    border-bottom-right-radius: 80px;
    text-align: center;
    transform: translate(0px, 0px);
    padding-left: 60px;
    color: rgb(84, 65, 61);
    text-transform: uppercase;
    font-size: 27px;
}
.signPostBoxFormx  .xFormBox label {
    color: white;
}
.signPostBoxFormx  .xFormBox .wpcf7-form-control {
    background: #ffffff73;
    border-radius: 7px;
    margin-top: 5px;
    color: white;
    box-shadow: none;
}
.signPostBoxFormx form .wpcf7-response-output {
    margin: 10px 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background: white;
}

@media (max-width: 480px) {
  .xPagination .page-numbers {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}
@media only screen and (max-width: 48em) {
  .xSignProGroupBtn a {
    padding: 15px 18px 15px 50px;
        font-size: 14px;
    
}
  .xSignProGroupBtn {
    display: flex;
    align-items: center;
  
    gap: 10px;
}
  .woocommerce-Tabs-panel {
   
    padding: 20px !important;
   
}
  .xHeadingDefault2 h2 {
    font-size: 25px;
    color: #54413d;
    text-transform: uppercase;
}
  .xAboutContent h2 {
    position: relative;
    background: linear-gradient(
      33deg,
      rgba(215, 176, 73, 1) 0%,
      rgba(255, 238, 48, 1) 49%,
      rgba(196, 147, 75, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 12px;
  }
  .xHeadingdefault2 h2 {
    position: relative;
    background: linear-gradient(
      33deg,
      rgba(215, 176, 73, 1) 0%,
      rgba(255, 238, 48, 1) 49%,
      rgba(196, 147, 75, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 12px;
  }
  .xProductGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .xBackgrounddv {
    background: url(images/nendichvu.png) no-repeat;
    background-size: cover;
    min-height: 512px;
    margin-bottom: -70px;
    z-index: 1;
  }
  .xGridDV .col-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .xPost3Owl .owl-prev {
    transform: translate(-10px, 0px);
  }
  .xPost3Owl .owl-next {
    transform: translate(10px, 0px);
  }
  .xMenuPost1 .ux-menu-link a {
    border: none !important;
    color: rgb(84 65 61 / 55%);
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    margin: 0;
    min-height: unset !important;
    position: relative;
    text-transform: uppercase;
  }
  .xMenuPost1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .xNew2 a {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }
  .xNew2Thumb {
    flex: 0 0 100%;
  }
  .xNewsGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .xNen {
    position: relative;
    top: 0;
    right: 0px;
    max-width: 100%;
  }
  .pum-theme-lightbox .pum-container {
    max-width: 90% !important;
  }
  .header-main {
    background-size: 100% 100%;
  }
  .text-ani-item h2 {
    background: linear-gradient(
      33deg,
      rgba(215, 176, 73, 1) 0%,
      rgba(255, 238, 48, 1) 49%,
      rgba(196, 147, 75, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
  }
  .pagePostList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
  .postHotItemThumb {
    flex: 0 0 100%;
  }
  .postHotItemContent {
    padding-right: 0;
    padding: 10px;
  }
  .postHotItem {
    flex-wrap: wrap;
    gap: 0;
  }
  .company-map {
    width: 100%;
    height: 600px;
  }
  .company-list {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
  }
  .company-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .xSignTeamMain {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .txtHeading h2 {
    background: linear-gradient(
      33deg,
      rgba(215, 176, 73, 1) 0%,
      rgba(255, 238, 48, 1) 49%,
      rgba(196, 147, 75, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
  }
  .xSystemContainer {
    padding: 0 15px;
  }
  .xSystemList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@keyframes seeSaw {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  } /* nghiêng trái */
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(3deg);
  } /* nghiêng phải */
  100% {
    transform: rotate(0deg);
  }
}

@keyframes waveFloat {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeLoop {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  30% {
    opacity: 1;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
