@media screen and (max-width: 1023.98px) {
  .container {
    padding: 0 15px;
  }
  .personal-avatar {
    height: 100%;
  }
  .blog-slider .previous {
    left: 0;
  }
  .blog-slider .next {
    right: 0;
  }
  .promotion-slide img {
    height: auto;
  }
  .blog-slider .blog-inner {
    width: 50% !important;
  }
  .promotion-banner {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header-logo .mbTop100 {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .container {
    padding: 0 15px;
  }
  .blog-list.row-3 {
    --f-columns: 1;
  }
  #promotion-marketing .container {
    display: block;
  }
  .promotion-banner {
    width: 100%;
    margin-top: 15px;
  }
  .promotion-slide {
    margin-right: 0;
  }
  .blog-list.row-2.blog-style-3 {
    --f-columns: 1;
  }
  .blog-list.row-2.blog-vertical {
    --f-columns: 1;
  }
  .blog-slider .blog-inner {
    width: 100% !important;
  }
  .blog-list.blog-vertical .blog-desc {
    display: none;
  }
  .title-box .main-desc {
    max-width: 100%;
  }
  .blog-slider .next {
    right: 0;
  }
  .blog-slider .previous {
    left: 0;
  }
  .section-form .row-2 {
    --f-columns: 1;
  }
  .mbwph-contact-greeting.onLeft {
    display: none;
  }
  .search-domain-text {
    width: 100%;
    padding: 20px 0px;
  }
  .personal-avatar {
    height: 100%;
    width: 40%;
  }
  #search-domain .main-title {
    font-size: 16px;
    line-height: 1.5;
  }
  #search-domain .main-desc {
    font-size: 12px;
    line-height: 1.5;
  }
  #search-domain > .container .search-domain-text > *:not(:last-child) {
    margin-bottom: 8px;
  }
  #search-domain .container {
  }
  .search-domain-text .btn {
    padding: 8px 10px;
  }
  .header-top {
    display: none;
  }
  .header-menu-mobile {
    display: block;
  }
  .icon-menu {
    font-size: 20px;
    cursor: pointer;
  }
  .menu-responsive-inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 336px;
    z-index: 99;
    box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .menu-responsive-inner.active {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
  }
  .menu-header {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 15px;
  }
  .menu-header i {
    margin-right: 5px;
    font-weight: 700;
  }
  .menu-body {
    padding: 15px;
  }
  .menu-body .menu-item .menu-link {
    display: flex;
    width: 100%;
    background: #f7f7f7;
    padding: 10px 15px;
    justify-content: space-between;
  }
  .menu-body li {
    list-style: none;
    margin-bottom: 0.6em;
  }
  .menu-body li a {
    color: #333;
    font-weight: 700;
  }
  .icon-show-sub {
    max-width: 30%;
    flex-basis: 30%;
    text-align: right;
    color: var(--color-main);
  }
  .menu-body .sub-menu {
  }
  .menu-body .menu-main > .menu-item > .sub-menu {
    display: none;
    position: inherit;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 8px 20px rgb(182 182 182 / 30%);
    min-width: max-content;
    border-radius: 8px;
    top: 50px;
    left: 0;
    z-index: 1;
    padding: 15px 0;
  }
  .menu-responsive-inner.active {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
  }
  .hide-pc {
    display: block;
  }
  .sub-menu li {
    line-height: 25px;
    margin-bottom: 5px;
    padding: 0 15px;
  }
  .menu-body .menu-main > .menu-item > .sub-menu > .menu-item .menu-link {
    background: #fff;
    padding-bottom: 0;
  }
  .menu-body .menu-main > .menu-item > .sub-menu .menu-item {
    padding-left: 0;
  }
  .menu-body .menu-main > .menu-item > .sub-menu > .menu-item > .menu-link {
    text-transform: uppercase;
  }
  .menu-body .menu-main > .menu-item > .sub-menu .menu-link {
    font-weight: normal;
  }
  .header_style_2 .header-main-center {
    display: none;
  }
  .header_style_2 .header-contact,
  .header_style_3 .header-contact,
  .header_style_2 .header-bottom,
  .header_style_3 .header-bottom,
  .header_style_3 .header-main-left {
    display: none;
  }

  .header_style_3 .header-main-center {
    justify-content: left;
  }
}
