.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top {
  background: var(--color-main);
  padding: 10px 0;
}
.header-top * {
  color: #fff;
}
.header-right {
  flex: 1;
  display: flex;
  justify-content: end;
}
.header-right > *:not(:last-child) {
  margin-right: 15px;
}
.header-main {
  background: #fff;
  padding: 10px 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom {
  background: var(--color-main);
  padding: 10px 0;
}
.header-bottom > * {
  color: #fff;
  padding: 10px 0;
}
.header-contact {
  display: flex;
  align-items: center;
}
.header-contact * {
  line-height: 1;
}
.header-contact-text > *:not(:last-child) {
  margin-bottom: 5px;
}
.header-contact-icon {
  margin-right: 10px;
  font-size: 20px;
}
.header-contact-text > *:first-child {
  font-size: 13px;
}
.header-contact-text > *:last-child {
  font-family: "Helveticaneue-Bold";
}
.header-search .form-control {
  height: 35px;
  color: #262626;
  font-size: 13px;
}
.header-menu .main-menu li {
  list-style: none;
}
.header-menu .main-menu > .menu-item {
  display: inline-block;
}
.header-menu .main-menu > .menu-item > .menu-link {
  padding: 25px 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.header-menu .main-menu > .menu-item:first-child > .menu-link {
  padding-left: 0;
}
.header-menu .main-menu > .menu-item:last-child > .menu-link {
  padding-right: 0;
}
.header-bottom .header-menu .main-menu > .menu-item > .menu-link {
  color: #fff;
}
/* .header-menu .main-menu > .menu-item > .menu-link:hover {
    color: var(--color-main);
} */
.title-seo {
  font-size: 20px;
  color: var(--color-main);
}
@keyframes logomove {
  0% {
    background: url(../images/TOP_100_THE_GIOI_02.svg) center no-repeat;
    background-size: 170px 29px;
  }
  49% {
    background: url(../images/TOP_100_THE_GIOI_02.svg) center no-repeat;
    background-size: 170px 29px;
  }
  50% {
    background: url(../images/TOP_1_VIET_NAM_02.svg) center no-repeat;
    background-size: 170px 29px;
  }
  99% {
    background: url(../images/TOP_1_VIET_NAM_02.svg) center no-repeat;
    background-size: 170px 29px;
  }
  100% {
    background: url(../images/TOP_100_THE_GIOI_02.svg) center no-repeat;
    background-size: 170px 29px;
  }
}
.mbTop100 {
  width: 170px;
  height: 39px;
  display: block;
  float: left;
  animation: logomove 7s infinite;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-menu .main-menu > .menu-item > .sub-menu {
  position: absolute;
  background: #fff;
  width: max-content;
  padding: 15px;
  top: 40px;
  z-index: 999;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  display: none;
}
.header-menu .main-menu > .menu-item > .sub-menu.mega-menu {
  min-width: 900px;
  left: 0;
  padding: 30px;
  border-top: 3px solid var(--color-main);
}
/* .header-menu .main-menu > .menu-item {
    position: relative;
} */
/* .header-menu .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
} */
.header-menu .sub-menu .menu-item {
  text-align: left;
}
.header-menu .main-menu > .menu-item:hover .sub-menu {
  display: block;
}
.header-menu .main-menu > .menu-item:hover .sub-menu.mega-menu {
  display: flex;
}
.header-menu .main-menu > .menu-item:hover .sub-menu.mega-menu > * {
  width: 25%;
  margin-bottom: 0 !important;
}
.main-menu {
  height: 100%;
}
.header-menu {
  height: 100%;
}
.header-main-right {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: end;
  position: relative;
}
.header-main-left {
  height: 100%;
}
.header_style_2 .header-main-left {
  width: 45%;
}
.header-main-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-domain {
  position: relative;
}
.main-title {
  font-size: 32px;
  text-transform: capitalize;
  color: var(--color-main);
}
#search-domain .main-title {
  font-size: 26px;
  color: var(--color-main);
}
#search-domain:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.matbao.net/Content/images/HomePage/Background-services/background-home-4.svg?ver=2)
    #ffffff;
  z-index: -1;
  background-size: cover;
  background-position: bottom;
}
#search-domain > .container .search-domain-text > *:not(:last-child) {
  margin-bottom: 15px;
}
#search-domain .main-desc {
  font-size: 18px;
}
.search-domain-text {
  order: 2;
  width: 55%;
}
#promotion-marketing .container {
  display: flex;
  justify-content: space-between;
}
.section .container {
  max-width: 1170px;
}
#promotion-marketing .container > * > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.promotion-banner {
  width: 21%;
}
.promotion-slide {
  flex: 1;
  margin-right: 30px;
}
.promotion-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
#search-domain .container {
  display: flex;
  align-items: center;
}
.personal-avatar {
  height: 360px;
  object-fit: contain;
  width: 30%;
}
.header-menu
  .main-menu
  > .menu-item
  > .sub-menu.mega-menu
  > .menu-item
  > .menu-link {
  text-transform: capitalize;
  font-family: "Helveticaneue-Bold";
  font-size: 16px;
}
.header-menu
  .main-menu
  > .menu-item
  > .sub-menu.mega-menu
  > .menu-item
  > .sub-menu {
  margin-top: 15px;
}
.header-menu
  .main-menu
  > .menu-item
  > .sub-menu.mega-menu
  > .menu-item
  > .sub-menu
  > .menu-item:not(:last-child),
.header-menu .main-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.mbwp-list-section > *:not(:last-child) {
  margin-bottom: 60px;
}
.mbwp-list-section {
  padding: 60px 0;
}
.title-box > *:not(:last-child) {
  margin-bottom: 15px;
}
.title-box .main-desc {
  max-width: 70%;
  margin: auto;
}
.section-element-equal .container > *:not(:last-child) {
  margin-bottom: 30px;
}
.blog-item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  height: 100%;
}
.blog-thumbnail {
  height: 250px;
  object-fit: cover;
  width: 100%;
  flex-shrink: 0;
  border-radius: 5px 5px 0 0;
  transition: 0.2s linear;
}
.blog-info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-title {
  flex-shrink: 0;
}
.blog-desc {
  margin-top: auto;
  color: #858585;
}
.blog-slider .blog-desc,
.blog_style_1 .blog-desc {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-meta {
  margin-top: auto;
}
.blog-meta > *:not(:first-child) {
  margin-left: 15px;
}
.blog-title a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
}
.blog-title a:hover {
  color: var(--color-second);
}
.blog-info > *:not(:last-child) {
  margin-bottom: 15px;
}
.blog-slider .previous {
  left: -70px;
}
.blog-slider .next {
  right: -70px;
}
.blog-slider {
  margin: 0 -15px;
}
.blog-slider .blog-inner {
  width: 33% !important;
  padding: 15px;
}
.blog-vertical .blog-item {
  flex-direction: revert;
}
.blog-vertical .blog-item .blog-thumbnail {
  width: 40%;
  height: 200px;
}
.blog-style-3 .blog-vertical .blog-thumbnail {
  height: 115px;
  border-radius: 5px 0 0 5px;
}
.blog-style-3 .blog-vertical > *:not(:last-child) {
  margin-bottom: 15px;
}
.blog-style-3 .blog-vertical .blog-title a {
  font-size: 14px;
}
.blog-style-3 .blog-left .blog-thumbnail {
  height: 330px;
}
.copyright {
  background: var(--color-main);
  padding: 15px;
}
.copyright * {
  color: #fff;
}
.call-for-price {
  padding: 10px 10px;
  text-align: center;
  width: 100%;
}
.call-for-price .dashicons-smartphone {
  color: #fd6e1d;
}
div#mbwph-contact {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1000;
  -webkit-animation: zoomInDown 1.5s;
  animation: zoomInDown 1.5s;
}
.mbwph-contact-container {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -o-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  transform: translateY(20px);
}
.mbwph-call-container {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  z-index: 1000001;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -o-transition: ease-out 0.2s all;
  transition: ease-out 0.2s all;
  transform: translateY(20px);
}
.mbwph-contact-container::before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.mbwph-contact-container.mbwph-container-left::before {
  left: 25px;
  right: auto;
}
.mbwph-contact-container.mbwph-container-right::before {
  left: auto;
  right: 25px;
}
.mbwph-call-container::before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.mbwph-contact-button {
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #f26364;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.mbwph-button-border {
  width: 64px;
  height: 64px;
}
.mbwph-button-border {
  width: 84px;
  height: 84px;
  background-color: #ff00005e;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: mbwph-pulse 2s infinite;
  animation: mbwph-pulse 2s infinite;
}
.mbwph-button-border:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mbwph-button-icon {
  position: absolute;
  top: 25%;
  left: 25%;
  margin: 0 0 0 -2px;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  -webkit-animation: mbwphRotate 1s;
  animation: mbwphRotate 1s;
}
.mbwph-button-group-icon {
  transition: 0.4s;
}
.mbwph-button-icon-animation {
  opacity: 1;
}
.mbwph-close-button-icon {
  color: #fff;
  opacity: 0;
  visibility: visible;
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
}
.mbwph-close-button-icon.isShowCloseButton {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.mbwph-call-main .mbwph-close-button-icon {
  display: none;
}
.mbwph-call-button-close-icon {
  color: #fff;
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
}
.mbwph-call-button-close-icon.isShowCloseButton {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
svg.mbwph-call-button-icon-child {
  position: absolute;
  top: 25%;
  left: 25%;
  margin: 0 0 0 -2px;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  -webkit-animation: mbwphRotate 2s;
  animation: mbwphRotate 2s;
}
.mbwph-call-for-price {
  padding: 5px 0 0;
}
.mbwph-call-for-price-numner-phone {
  font-weight: 500;
  text-decoration: none !important;
}
.mbwph-contact-header {
  padding: 17px 15px;
  color: #fff;
  background: #f26364;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.mbwph-call-header {
  padding: 17px 15px;
  color: #fff;
  background: #f26364;
  border-radius: 7px 7px 0 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.mbwph-header-title {
  width: 90%;
  text-align: left;
}
.mbwph-contact-header-close,
.mbwph-header-close {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0;
  margin: 0;
  border: 0 none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
}
.mbwph-contact-header-close:hover,
.mbwph-header-close:hover {
  background: #f26364;
  transition: 0.4s;
  box-shadow: 0 0 40px rgb(0 0 0 / 27%);
}
.mbwph-contact-header-close img,
.mbwph-header-close img {
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
}
.mbwph-contact-header-close span svg,
.mbwph-header-close span svg {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  display: block;
  position: absolute;
}
.mbwph-btt svg#Capa_1 {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
.mbwph-contact-container ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.mbwph-contact-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbwph-contact-container ul li:hover {
  background: #33333312;
}
.mbwph-contact-container ul li a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.mbwph-call-item,
.mbwph-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 12px 8px 12px;
  box-sizing: border-box;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}
.mbwph-contact-icon {
  width: 36px;
}
.mbwph-contact-item .mbwph-contact-child {
  width: calc(100% - 36px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbwph-contact-icon img {
  width: 100%;
  height: 100%;
}
.mbwph-contact-child {
  padding: 0 10px;
  text-align: left;
}
.mbwph-contact-child-desc,
.mbwph-contact-child-title {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  color: #323232d9;
}
.mbwph-contact-child-desc {
  font-size: 16px;
  color: #787878b8;
}
.isButtonShow {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  -ms-transform: scale(1);
  transform: translateY(0);
}
.mbwph-contact-greeting {
  display: inline;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  border-radius: 7px;
  z-index: 1000000;
  transform: scale(1);
  color: #787878;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  max-width: 250px;
  width: 400px;
  height: auto;
  bottom: 0;
  right: 80px;
  padding: 14px 20px 14px;
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.mbwph-contact-greeting::before {
  position: absolute;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
  content: "";
}
.mbwph-contact-close-greeting {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s all;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 0;
  margin: 0;
  border: 0 none;
  line-height: 1;
  width: 26px;
  height: 26px;
  cursor: pointer;
  color: #fff;
  background: #ed6162;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
}
.mbwph-contact-close-greeting span svg {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -6px 0 0 -6px;
}
.mbwph-contact-greeting:hover .mbwph-contact-close-greeting {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.fb-customerchat > span > iframe {
  right: 10px !important;
  left: auto !important;
}
.fb-customerchat
  > span
  > iframe.fb_customer_chat_bounce_in_v2_mobile_chat_started {
  right: 0 !important;
}
@media (max-width: 480px) {
  .fb-customerchat > span > iframe {
    left: 0 !important;
    right: 0 !important;
  }
}
.mbwph-fbc > #fb-root > .fb_dialog {
  display: none !important;
}
.mbwph-fbc > #fb-root > .fb-customerchat > span > iframe {
  z-index: 2147483647 !important;
  bottom: 118px !important;
  margin-right: 0 !important;
  height: 550px !important;
}
.mbwph-fbc {
  display: none;
}
.mbwph-fbc.isFbcShow {
  display: block;
}
#tawkchat-maximized-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
}
#tawkchat-minified-box {
  opacity: 0 !important;
  visibility: hidden !important;
}
.mbwph-call {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  z-index: 999999999;
  -webkit-animation: zoomInDown 1.5s;
  animation: zoomInDown 1.5s;
}
.mbwph-call ul {
  margin: 0;
  padding: 0 0 10px 0;
  width: 300px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  bottom: 60px;
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
}
.mbwph-call ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbwph-call ul li a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.mbwph-call-container ul li:hover {
  background: #33333312;
}
.mbwph-call-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 12px 8px 12px;
  box-sizing: border-box;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}
.mbwph-call-item a {
  text-decoration: none;
  font-size: 15px;
  color: #787878;
}
.mbwph-call-number {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
}
.mbwph-call-name {
  font-size: 15px;
  font-weight: 700;
  color: #333333c9;
  box-sizing: border-box;
  padding: 0 10px;
}
.mbwph-call-info {
  padding: 6px 0;
  width: 80%;
  float: right;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  color: #979797;
}
img.cc-user-img-c {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 2px solid #f26364;
}
.mbwph-call-image {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 2px;
}
.mbwph-call-container-item {
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  border-radius: 5px;
}
.mbwph-call-main {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 99999999999999999999999;
  border-radius: 50%;
  background: #f26364;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: zoomInDown 1.5s;
  animation: zoomInDown 1.5s;
}
.mbwph-pd-button-left {
  left: 20px;
}
.mbwph-pd-button-right {
  right: 20px;
}
.mbwph-btt {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 99999999;
  color: #777 !important;
  background: #f26364;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.mbwph-btt .fa-chevron-up {
  margin: 15px 17px;
  color: #fff;
  transition: 0.4s;
}
.mbwph-btt:hover .fa-chevron-up {
  color: #fff;
  transition: 0.4s;
}
.mbwph-btt.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
.isHideElement {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.isHideGreeting {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.isHideMWPContact {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.isShowCallList {
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.4s !important;
  transition: ease-out 0.2s all;
  transform: translateY(0) !important;
}
.isShowCloseButton {
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.4s;
}
.isHideGroupIcon {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.4s;
}
.mbwph-call-container.onLeft {
  right: inherit;
  left: 0;
}
.mbwph-call-container.onLeft::before {
  left: 25px;
  right: auto;
}
.mbwph-call-container.onRight::before {
  left: auto;
  right: 25px;
}
.mbwph-contact-container.onLeft::before {
  left: 25px;
  right: auto;
}
.mbwph-contact-container.onRight::before {
  left: auto;
  right: 25px;
}
.mbwph-call.onLeft {
  left: 20px !important;
}
.mbwph-call.onRight {
  right: 20px !important;
}
.mbwph-call-low {
  bottom: 60px !important;
}
.mbwph-call-high {
  bottom: 220px !important;
}
.mbwph-contact.onLeft {
  left: 10px !important;
}
.mbwph-contact.onRight {
  right: 10px !important;
}
.mbwph-contact-container.onLeft {
  left: 0;
  right: inherit;
}
.mbwph-contact-container.onRight {
  left: inherit;
  right: 0;
}
.mbwph-main-contact.onLeft {
  left: 20px;
  right: inherit;
}
.mbwph-main-contact.onRight {
  left: inherit;
  right: 20px;
}
.mbwph-btt.onLeft {
  left: 20px !important;
}
.mbwph-btt.onRight {
  right: 20px !important;
}
.mbwph-btt.mbwph-btt-high {
  bottom: 220px !important;
}
.mbwph-btt.mbwph-btt-middle {
  bottom: 130px !important;
}
.mbwph-btt.mbwph-btt-low {
  bottom: 60px !important;
}
.mbwph-contact-greeting.onLeft {
  left: 80px;
  right: auto;
}
.mbwph-contact-greeting.onLeft::before {
  left: -15px;
  right: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid #fff;
}
.mbwph-fbc.onRight .fb_reset .fb-customerchat > span > iframe {
  right: 10px !important;
  left: auto !important;
}
.mbwph-fbc.onLeft .fb_reset .fb-customerchat > span > iframe {
  right: auto !important;
  left: 10px !important;
}
.mbwph-fbc.onRight .fb_reset .fb_dialog > .fb_dialog_content > iframe {
  right: 10px !important;
  left: auto !important;
}
.mbwph-fbc.onLeft .fb_reset .fb_dialog > .fb_dialog_content > iframe {
  right: auto !important;
  left: 10px !important;
}
.woocommerce div.product form.cart .button {
  float: right !important;
}
#buy_now_button {
  display: block;
  margin-top: 10px;
  margin-left: 0;
  padding: 15px 0;
  border-radius: 4px;
  border: none;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
}
#buy_now_button:hover {
  background: -webkit-linear-gradient(top, #ff6a00, #fd271d);
}
.clone-me.mbwph-clone-action {
  text-decoration: none;
  color: #ff3547;
}
span.duplicate a {
  color: #ff3547;
}
#btn_duplicate_menu .dashicons {
  vertical-align: middle;
}
#btn_duplicate_menu.button-danger {
  border: 1px solid #00c851;
  color: #fff;
  background: #00c851;
}
#loginform div.g-recaptcha,
#lostpasswordform div.g-recaptcha,
#registerform div.g-recaptcha {
  margin: 12px 0 24px -15px;
}
@media (max-width: 550px) {
  #mbwph-contact {
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mbwph-contact-container {
    border-radius: 0;
    width: 100%;
  }
  .mbwph-contact-header-close,
  .mbwph-header-close {
    right: 15px;
    top: 50%;
    margin-top: -13px;
  }
  .mbwph-contact-header {
    border-radius: 0;
  }
  .mbwph-header-title {
    text-align: left;
  }
  .mbwph-contact-header {
    border-radius: 0;
  }
  .mbwph-contact-button {
    right: 20px;
  }
  .mbwph-call-main {
    right: 0;
  }
  .mbwph-btt {
    right: 20px;
  }
  .mbwph-btt:focus {
    outline: 0 !important;
  }
  .mbwph-contact-close-greeting {
    opacity: 1;
    visibility: visible;
  }
  .mbwph-call {
    width: 100%;
    right: 0;
    left: 0;
  }
  .mbwph-call-main {
    right: 20px;
  }
  .mbwph-call-container {
    width: 100%;
  }
  .mbwph-call-header,
  .mbwph-contact-header {
    border-radius: 0;
  }
  .mbwph-call ul {
    width: 100%;
  }
  .mbwph-call.onLeft {
    left: 0 !important;
  }
  .mbwph-call-main.onLeft {
    left: 20px;
  }
  .mbwph-contact-button.onLeft {
    left: 20px;
  }
  .mbwph-btt.onLeft {
    left: 20px !important;
  }
  .mbwph-contact-button.onRight {
    right: 20px;
  }
  .mbwph-call-main.onRight {
    right: 20px;
  }
  .mbwph-btt.onRight {
    right: 20px !important;
  }
  .mbwph-fbc > #fb-root > .fb-customerchat > span > iframe {
    bottom: 0 !important;
    height: 100% !important;
    top: auto !important;
  }
}
@-webkit-keyframes mbwph-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes mbwphRotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes mbwphRotate {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.contact-qrcode {
  width: 100px;
  height: 100px;
  object-fit: cover;
  position: absolute;
  top: 30px;
  right: 15px;
  border-radius: 5px;
}
.info-contact {
  background: #fff;
  padding: 30px;
  position: relative;
  border-radius: 5px;
}
.info-contact-text {
  max-width: 75%;
}
.info-contact-text h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.form-contact {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}
.list-social {
  display: flex;
  margin-top: 15px;
}
.list-social img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.list-social > *:not(:last-child) {
  margin-right: 15px;
}
.usp-item img {
  height: 40px;
}
.usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}
.usp-item span {
  line-height: 1.2;
}
.contact-usp {
  margin-top: 30px;
}
.usp-item > *:not(:last-child) {
  margin-bottom: 10px;
}
.quatrang > * {
  display: inline-block;
  background: #eee;
  padding: 15px;
}
.quatrang > *.current {
  background: var(--color-main);
  color: #fff;
}
#section-post-detail .container {
  background: #fff;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  max-width: 1000px;
}
#section-post-detail .entry-title {
  font-size: 30px;
  line-height: 1.3;
}
#section-post-detail h2 {
  font-size: 26px;
}
#section-post-detail h3 {
  font-size: 22px;
}
.entry-content {
  font-size: 16px;
  text-align: justify;
}
.entry-content > *:not(:last-child) {
  margin-bottom: 10px;
}
.entry-content > * {
  line-height: 1.8;
}
#section-post-detail .container > *:not(:last-child) {
  margin-bottom: 30px;
}
.entry-content ul li {
  list-style: outside;
}
.entry-content ol li,
.entry-content ul li {
  margin-left: 15px;
}
.entry-content a {
  color: blue;
  word-wrap: break-word;
}
.entry-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.entry-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.entry-content a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-meta > *:not(:first-child) {
  margin-left: 15px;
}

.entry-meta {
  color: gray;
}
.rank-math-breadcrumb {
  background: #eee;
  padding: 10px;
}
.header-menu-mobile, .hide-pc {
  display: none;
}

.body-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s,opacity .3s ease-in-out;
  -o-transition: visibility .3s,opacity .3s ease-in-out;
  transition: visibility .3s,opacity .3s ease-in-out;
}
.body-overlay--hover-active, .body-overlay--click-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility .3s,opacity .3s ease-in-out;
  -o-transition: visibility .3s,opacity .3s ease-in-out;
  transition: visibility .3s,opacity .3s ease-in-out;
}
.header-main.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  left: 0;
}
.form-group label.error {
  color: red;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
}
.swal2-modal .swal2-content {
  font-size: 14px;
  line-height: 1.5;
}

.swal2-confirm.swal2-styled {
  background-color: var(--color-second)!important;
}
@keyframes bounce-loader {
  to {
      opacity: 0.1;
      transform: translateY(-1rem);
  }
}
.bounce-loading {
  display: flex;
  justify-content: center;
}
.bounce-loading > div {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bounce-loader 0.6s infinite alternate;
}
.bounce-loading > div:nth-child(2) {
  animation-delay: 0.15s;
}
.bounce-loading > div:nth-child(3) {
  animation-delay: 0.3s;
}
.bounce-loading > div:last-child {
  animation-delay: 0.45s;
}
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #040303db;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  display: none;

}
#mbwp-main {
  min-height: calc(100vh - 200px );
}