/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* .loader {
  animation: moveIn 1.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: yellow;
  width: 100%;
  z-index: 999;
  color: #000;
  text-align: center;
}
@keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
} */

/* Fonts */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/flatsome/assets/Poppins/Poppins-Regular.ttf);
  }
  
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/wp-content/themes/flatsome/assets/Poppins/Poppins-Medium.ttf);
  }
  
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/wp-content/themes/flatsome/assets/Poppins/Poppins-SemiBold.ttf);
  }
  
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/flatsome/assets/Poppins/Poppins-Bold.ttf);
  }
  
  /* Root */
  :root {
    --primay-yellow: #facc15;
    --secondary-yellow: #fff8ea;
    --tertiary-yellow: #967800;
    --quaternary-yellow: #715400;
    --quinary-yellow: #fffdf9;
  }
  
  .tooltipster-base {
    display: none !important;
  }
  
  body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
  }
  
  body.page-template {
    font-size: 100%;
  }
  
  body:not(.home) #content {
    background: #fff;
  }
  
  a,
  span,
  img {
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none !important;
  }
  
  a.disabled {
    pointer-events: none;
  }
  
  .pb-0 {
    padding-bottom: 0;
  }
  
  /* Head */
  #logo {
    width: auto !important;
    margin-right: 0;
  }
  
  #logo img {
    height: 55px;
  }
  
  .searchform .button.icon {
    color: #2b2b2b;
    background-color: var(--primay-yellow) !important;
  }
  
  .mobile-nav i.icon-search {
    font-size: 20px !important;
  }
  
  .html_topbar_left .button-custom {
    display: inline-block;
  }
  
  .html_topbar_left .button-custom a {
    width: 110px;
  }
  
  .button-custom.btn-trans a {
    background: transparent;
    color: #2b2b2b;
    border: 1px solid #1e2126;
  }
  
  .header-main .nav-left {
    justify-content: center;
  }
  
  .header-main .nav>li>a {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 27px;
  }
  
  .mobile-nav.nav>li>a {
    color: #2b2b2b !important;
  }
  
  .mobile-nav.nav>li>a i.icon-menu {
    font-size: 27px;
  }
  
  .header-main .mobile-nav.nav-left {
    justify-content: start;
  }
  
  .mobile-sidebar .html .button-custom {
    margin: 0 auto;
  }
  
  .mobile-sidebar .html .button-custom a {
    background: var(--primay-yellow);
  }
  
  /* Nav */
  html:not(.has-off-canvas) body:not(.home) .nav>li>a {
    color: #2b2b2b;
  }
  .home .header {
    position: absolute;
    left: auto;
    right: auto;
  }
  
  .home .header-bg-color {
    background-color: transparent;
  }
  
  .home .header-wrapper.stuck {
    background-color: #fff;
  }
  .header-bg-color, .header-wrapper:not(.stuck) {background-color: transparent!important;}
  .nav-spacing-xlarge>li {
    margin: 0 20px;
  }
  
  .loginMenu {
    position: relative;
    display: inline-block;
  }
  
  .loginMenu:hover {
    transform: translateY(12px);
  }
  
  .loginMenu li.classMain {
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  .loginMenu .classMain .sub-menu {
    display: none;
    list-style: none;
    background: #ffec9d;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }
  
  .loginMenu .classMain .sub-menu li {
    margin-bottom: 0;
    border-radius: 8px;
  }
  
  .loginMenu .classMain .sub-menu li:hover {
    background: #ffe57a;
  }
  
  .loginMenu .classMain .sub-menu li a {
    width: 100%;
    padding: 12px 24px;
  }
  
  .loginMenu:hover .sub-menu {
    display: block;
  }
  
  .loginMenu li.classMain a[href^="#client"] {
    width: 128px;
    border: 1px solid #000000;
    position: relative;
    border-radius: 8px;
    font-size: 16px;
    line-height: 27px;
    padding: 12px 24px;
    margin-bottom: 12px;
  }
  
  .loginMenu li.classMain a[href^="#client"]::after {
    content: "\f107";
    position: absolute;
    top: 12px;
    right: 24px;
    font-family: fl-icons;
    font-weight: 600;
  }
  
  .loginMenu li.classMain:hover a[href^="#client"] {
    background: #ffec9d;
    border-color: #ffec9d;
  }
  
  .signin a.nav-top-link {
    color: var(--quaternary-yellow) !important;
    padding: 14px 24px !important;
    border-radius: 8px;
    background-color: var(--primay-yellow);
  }
  
  .nav-right li.current-dropdown:last-child>.nav-dropdown,
  .nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    right: 0;
    left: 0;
  }
  
  .has-dropdown .icon-angle-down {
    font-weight: 700;
    margin-left: 10px;
    opacity: 1;
    font-size: 16px;
  }
  
  .active>ul.sub-menu.nav-dropdown,
  .current-dropdown>ul.sub-menu.nav-dropdown {
    padding: 0;
    min-width: 200px;
    background: #ffe57a;
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    opacity: 1;
    margin-left: 0 !important;
    display: none;
  }
  
  .active.current-dropdown>ul.sub-menu.nav-dropdown,
  .current-dropdown>ul.sub-menu.nav-dropdown {
    display: block;
  }
  
  .sticky-jump .stuck li.current-dropdown>.nav-dropdown {
    background-color: #fff;
  }

  .stuck .header-main .nav > li > a {line-height: normal;}
  
  .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom-width: 0;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 500;
    padding: 16px 24px;
    margin: 0;
  }
  
  .nav-dropdown>li>a:hover {
    background: #ffec9d;
  }
  
  .nav-dropdown li:first-child a {
    border-radius: 8px 8px 0 0;
  }
  
  .nav-dropdown li:last-child a {
    border-radius: 0 0 8px 8px;
  }
  
  .nav-dropdown-has-arrow li.has-dropdown:after,
  .nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
  }
  
  .signin .nav-dropdown {
    min-width: 100%;
  }
  
  .single-post .header-wrapper:not(.stuck) {
    position: absolute;
  }
  .lang-item img {
    height: 16px !important;
    border-radius: 50%;
    object-fit: cover;
  }
  #menu-item-11237-en a img {width: 16px !important;}
  
  /* Number */
  .NumberSection {
    padding-top: 0 !important;
  }
  
  .number-card {
    padding: 24px 16px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 60px rgba(250, 172, 21, 0.14);
  }
  
  .number-value {
    color: #faba15;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  
  .number-value b {
    font-weight: 600;
  }
  
  .number-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  
  /* Partner */
  .partner-title h3 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .scroll1 {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-gap: 0;
    list-style: none;
    text-align: center;
    position: relative;
  }
  
  .scroll1 li {
    margin: 0 !important;
  }
  
  /* Select */
  .select::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    background: rgba(250, 204, 21, 0.4);
    opacity: 0.1;
    filter: blur(100px);
    width: 1321px;
    height: 1100px;
    margin: 0 auto;
    border-radius: 36px;
  }
  
  .priceBox {
    padding: 64px;
    background: #ffffff;
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
  }
  
  .priceBox:hover {
    transform: translateY(-4%);
  }
  
  .priceHead .badge {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: block;
    width: auto;
    height: auto;
  }
  
  .price, .price a {
    color: #ff9922;
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -1px;
  }
  
  .price.popup-price a {
    border-bottom: 2px dashed #f92;
  }
  
  .priceBox ul {
    margin: 40px 0;
    padding: 0;
  }
  
  .priceBox ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  
  .priceBox ul li span {
    width: calc(100% - 57px);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
  }
  
  .priceBox ul li svg,
  .priceBox ul li img {
    width: 32px;
    height: 32px;
    margin-right: 25px;
    transform: translateY(1px);
  }
  
  .priceBottom {
    text-align: center;
  }
  
  .badge-small {
    width: 100%;
    height: auto;
    background: linear-gradient(98.46deg, #ff9922 -10.97%, #f9c90b 112.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }
  
  .priceBtn a {
    background-color: var(--primay-yellow);
    border: 1px solid var(--primay-yellow);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  
  .priceBtn a.white-btn {
    border-color: #c1c1c1;
    background-color: #fff;
  }
  
  .priceBtn a:last-child {
    margin-bottom: 0;
  }
  
  /* Why */
  .contentBx h3 {
    color: #2b2b2b;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0;
    transition: 0.5s;
  }
  
  .cardInfo:hover .contentBx h3 {
    transition: 0.5s;
    margin-bottom: 20px;
  }
  
  .sci {
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
  }
  
  .sci p {
    color: #2b2b2b;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
  
  .cardInfo:hover .sci {
    transform: translateY(0);
    opacity: 1;
    transition: 0.8s;
  }
  
  .why-QC {
    padding: 20px;
    min-height: 240px;
    background: #ffd83c;
    border: 1px dashed #000000;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 24px;
    display: flex;
    align-items: center;
  }
  
  .why-QC .title-main {
    color: var(--quaternary-yellow);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  }
  
  .why-item {
    position: absolute;
  }
  
  .why-item-1 {
    bottom: -329px;
    right: -294px;
  }
  
  .why-item-3 {
    bottom: -315px;
    right: 220px;
  }
  
  .why-item-6 {
    bottom: -74px;
    left: -79px;
  }
  
  .why-item-2 {
    top: -120px;
    right: 30px;
  }
  
  .why-item-4 {
    top: -91px;
    right: -101px;
    left: 0;
  }
  
  .why-item-5 {
    bottom: -307px;
    left: 363px;
  }
  
  .why-item-7 {
    top: -302px;
    left: -24px;
    z-index: -1;
  }
  
  .rounded-circle {
    animation: RL_smooth 2s ease-in-out infinite alternate both;
  }
  
  .animation-scale-up-down {
    animation: animation_scale_up_down 5s ease-in-out infinite alternate both;
  }
  
  @keyframes rotate {
  
    0%,
    100% {
      transform: rotate(0deg);
    }
  
    50% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animation_scale_up_down {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  /* Why Ver2 */
  .title-new h3, .title-new h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  
  .title-new span {
    color: var(--primay-yellow);
  }
  
  .title-new p {
    font-size: 16px;
    line-height: 27px;
  }
  
  /* Commitment */
  .commitTitle h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  
  .commitTitle p {
    margin-bottom: 25px;
  }
  
  .commitList li {
    list-style: none;
    margin-left: 0 !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  
  .commitList li img {
    width: 30px;
    margin-right: 10px;
    transform: translateY(3px);
  }
  
  .commitList li p,
  .commitTitle p {
    color: #1e2126;
    font-size: 16px;
    line-height: 29px;
  }
  
  /* Take */
  .take-content {
    position: relative;
    padding: 40px 30px;
    background: linear-gradient(81.52deg,
        #facc15 21.29%,
        rgba(250, 204, 21, 0.6) 102.59%);
    border-radius: 24px;
    z-index: 1;
  }
  
  .take-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(/wp-content/uploads/2023/02/logo-opa-15-op.png) no-repeat;
    width: 1152px;
    height: 492px;
    z-index: -1;
  }
  
  .title-main {
    font-size: 27px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .button-custom {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .button-custom a {
    color: #ffffff;
    background: #1e2126;
    border: 1px solid #1e2126;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border-radius: 8px;
    width: 244px;
    padding: 9px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .button-custom a+a {
    margin-left: 28px;
  }
  
  .button-custom a:hover {
    transform: translateY(-4px);
  }
  
  .button-custom.btn-dark a:hover {
    color: #fff !important;
  }
  
  /* Footer */
  .footer_warning {
    margin-bottom: 18px;
  }
  
  .footer_menu h5,
  .footer_warning h5 {
    font-size: 1.25em;
    color: var(--tertiary-yellow);
  }
  
  .footer_menu h5 {
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 14px;
  }
  
  .footer_warning h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
  }
  
  .footer_link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
    display: block;
  }
  
  .pay-svg {
    margin-top: 10px;
  }
  
  .footer_logo {
    margin-bottom: 24px;
  }
  
  .footer_warning p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  
  .footer_dive {
    margin: -20px 0 0;
  }
  
  .footer-wrapper img:hover,
  .scroll1 li a img:hover, .top3-main img:hover {
    transform: scale(1.1);
  }
  .copyRight-main {
    padding: 14px 0;
    background: #1e2126;
    color: #fff;
  }
  .copyRight {
    font-size: 14px;
    line-height: 21px;
  }
  
  .absolute-footer {
    display: none !important;
  }
  
  .back-to-top {
    bottom: 11%;
  }
  
  .footer_social {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  
  .footer_social a {
    padding-left: 10px;
  }
  
  .footer_social a:first-child {
    padding-left: 0;
    margin-left: -3px;
  }
  
  .footer_social a img {
    width: 42px;
    height: 42px;
  }
  
  @media (min-width: 1368px) {
    /* Select */
    .select .col:first-child {
      padding-left: 45px;
    }
  
    .select .col:nth-child(2) {
      padding-right: 45px;
    }
  
    /* Commitment */
    .commit-row-2 {
      margin-top: 50px;
    }
  
    .commitList,
    .commitTitle {
      max-width: 81%;
    }
  
    .commit-row-2 .commitList,
    .commit-row-2 .commitTitle {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    #menu-item-791.current-dropdown>ul.sub-menu.nav-dropdown {
      min-width: 300px;
    }
    /* Banner Ver 2 */
    .title-banner {
      max-width: 476px;
      /* word-break: break-all; */
    }
  
    .bannerImage {
      width: 140% !important;
    }
  
    .bannerImage img {
      transform: translateX(-8%);
    }
  
    /* Nav */
    .header-wrapper:not(.stuck) .container, .stuck .header-inner.container {
      max-width: 1664px;
    }
  
    /* Number */
    .NumberSection {
      margin-top: -33px;
    }
  
    .NumberSection .col {
      padding: 0 6px 30px;
    }
  
    /* Partner */
    .partner-logo {
      background-color: #fff;
    }
  
    .title-new p {
      font-size: 17px;
      letter-spacing: -.03vw;
    }
  
    .scroll1 {
      margin: 20px;
    }
  
    .partner:before {
      content: "";
      background-image: url(/wp-content/uploads/2023/10/shape-22.png);
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 380px;
      background-size: cover;
      background-repeat: repeat-x;
  }
    .partner-block {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
    }
  
    .partner .title-new h3, .partner .title-new h2 {
      margin-bottom: 60px;
    }
  
    .scroll1 img {
      width: 91%;
    }
  
    .scroll1:before {
      position: absolute;
      content: '';
      background: var(--primary-color);
      width: 100%;
      height: 1px;
      left: 0px;
      top: 50%;
    }
  
    .scroll1 li a {
      position: relative;
      padding: 37px 0px;
      border-right: 1px solid var(--primary-color);
    }
  
    .scroll1 li:nth-child(4) a, .scroll1 li:last-child a {
      border-right: none;
    }
  
    .partner-title {
      width: 25%;
      border-right: 1px solid #e7e7e7;
    }
  
    .partner-title h3 {
      text-align: left;
      margin-bottom: 0;
    }  
  
    /* Why */
    .cardInfo {
      padding: 20px 20px 0;
      border-bottom: 20px solid #f9f5e4;
    }
  
    .cardInfo:hover {
      border-bottom-color: #ffd83c;
    }
  
    .why-QC {
      min-height: 392px;
    }
  
    /* Footer */
    .FooterWMT {
      padding-top: 100px !important;
    }
    .lightbox-content {
      max-width: 1000px !important;
      box-shadow: none !important;
    }
  }
  
  /* Screen Laptop 1600x900 */
  @media screen and (max-width: 1600px) and (min-width: 992px) {
    .gap-element {
      display: none !important;
    }
  
    .copyRight-main {
        margin-top: 50px;
    }
  
    .bannerImage {
      width: 120% !important;
    }
  
    .bannerImage img {
      transform: translateX(0);
    }
  
    .button-banner .button-custom a {
      margin-right: 5px !important;
    }
  
    .partner-block {
      margin: 0;
    }
  
    .partner-title h3 {
      font-size: 1.875rem;
    }
  
    .title-banner {
      font-size: 48px;
      line-height: 60px;
      max-width: 483px;
    }
  
    .how .title-new h3, .how .title-new h2,
    .title-new h3, .title-new h2 {
      font-size: 1.875rem;
      margin-bottom: 0;
    }
  
    .des-banner-block p {
      font-size: 1.25rem;
      line-height: 32px;
    }
  
    .des-banner-block,
    .title-banner {
      margin-bottom: 27px;
    }
  
    .col,
    .gallery-item,
    .columns {
      padding-bottom: 0;
    }
  
    .des-banner-block p,
    .number-value,
    .scroll1,
    .scroll1 li,
    .commitList li:last-child {
      margin-bottom: 0;
    }
  
    .front-tabed .front-tabs-menu .front-tabs-menu-item .front-tabs-button {
      font-size: 35px;
      line-height: 50px;
    }
  
    .number-card p,
    .button-custom a{
      font-size: 14px;
      font-weight: 500;
    }
  
    .take .title-main {
      font-size: 2.5rem;
      line-height: 50px;
      margin-bottom: 20px;
    }
  
    .take-content {
      padding: 80px;
    }
  
    .number-value {
      line-height: 55px;
    }
  
    .partner {
      padding-bottom: 0 !important;
    }
  
    .priceBox {
      margin-top: 40px;
      padding: 40px 50px;
    }
  
    .select .row:not(.align-middle) .col:first-child {
      padding-left: 65px;
    }
  
    .select .row:not(.align-middle) .col:nth-child(2) {
      padding-right: 65px;
    }
  
    .priceHead .badge {
      font-size: 21px;
    }
  
    .price {
      font-size: 50px;
      line-height: 60px;
    }
  
    .priceBox ul {
      margin: 20px 0;
    }
  
    .priceBox ul li svg {
      width: 30px;
      height: 30px;
      margin-right: 20px;
    }
  
    .priceBox ul li span {
      font-size: 16px;
      width: calc(100% - -18px);
    }
  
    .priceBtn a {
      margin-bottom: 8px;
    }
  
    .commit-stt {
      font-size: 1.875rem;
    }

    .carousel-3D-swiper-section {
      margin-top: 30px;
    }
  
    .commitTitle h3 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 20px;
    }
  
  
    .commitment .title-new {
      margin: 30px 0 60px;
    }
  
    .partner .title-new h3, .partner .title-new h2 {
      margin-top: 60px;
  }
  
    .commitList li img {
      transform: translateY(0);
    }
  
    .details h3 {
      font-size: 20px;
      font-weight: 600;
    }
  
    .footer_link_main .col {
      padding-bottom: 44px !important;
    }
  
    .footer_dive {
      margin: 0 auto 60px !important;
    }
  
    .footer_link a {
      margin: 0;
      padding: 4px 0px 5px 0;
    }
  
    .footer_menu h5,
    .footer_warning h5 {
      font-size: 1.125rem;
      line-height: 24px;
      margin-bottom: 10px;
    }
  
    .commitList {
      max-width: 100% !important;
    }
  }
  
  @media (min-width: 850px) {
    /* Why */
    .why-QC {
      margin: 346px 0 224px;
    }
  
    .cardMain .row {
      margin: 0 -12px !important;
    }
  
    .cardMain .col {
      padding: 12px;
    }
  
    .cardInfo {
      min-height: 300px;
    }
  
    .contentInfo {
      transform: translateY(75%);
    }
  
    .cardInfo .sci {
      transform: translateY(11px);
    }
  
    /* Take */
    .take-content {
      padding: 100px 120px 120px;
    }
  
    .title-main {
      font-size: 40px;
      margin-bottom: 35px;
    }
  
    .title-main span {
      display: block;
    }
  
    .badge-small {margin-top: 32px;}
  
    /* Commitment */
    .commitTitle h3 {
      margin-bottom: 60px;
    }
  
  
    .commitTitle p {
      margin-bottom: 30px;
    }
  
    .commitTitle p span {
      display: block;
      margin-top: 15px;
    }
  
    /* Footer */
    body:not(.home) .footer-wrapper .FooterWMT {
      padding-top: 100px !important;
    }
  
    .footer_menu h5 {
      margin-bottom: 21px;
    }
  
    .footer_link_main .col {
      padding-bottom: 30px;
    }
  
    .footer_dive {
      margin: 0 0 50px;
    }
  
    .footer_menu h5:nth-child(3) {
      margin-top: 30px;
    }

    .footer_social {
      margin-bottom: 100px;
    }
  }

  @media (min-width: 767px) {
    .footer_menu .footer_link{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:12px;}.footer_menu .footer_link a:first-child{order:1}.footer_menu .footer_link a:nth-child(2){order:7}.footer_menu .footer_link a:nth-child(3){order:2}.footer_menu .footer_link a:nth-child(4){order:5}.footer_menu .footer_link a:nth-child(5){order:3}.footer_menu .footer_link a:nth-child(6){order:7}.footer_menu .footer_link a:nth-child(7){order: 4;}
  }
  
  @media (max-width: 849px) {
    /* Header */
    #logo {
      margin: 0 auto;
    }
  
    /* Banner Ver2 */
    .searchform-wrapper .ux-search-submit {
      background-color: var(--primary-yellow);
    }
  
    /* How */
    .state1-02,
    .state1-03,
    .state-pic.state-pic-02 .state1-02,
    .state-pic.state-pic-02 .state1-03 {
      width: 62% !important;
    }
  
    .state3-02 {
      top: 20%;
      left: 4%;
      right: 0;
      margin: 0 auto;
      width: 70% !important;
    }
  
    .state3-03 {
      width: 19% !important;
      bottom: 16%;
      right: 12%;
    }
  
    .state-num {
      width: 68px;
      height: 65px;
      top: 33%;
      left: 18%;
    }
  
    .state-num p {
      font-size: 15px;
      line-height: 18px;
    }
  }
  
  @media (max-width: 767px) {
    /* Select */
    .priceBox {
      padding: 20px;
      border-radius: 10px;
    }
  
    .priceBox ul {
      margin: 0 0 20px;
    }
  
    /* Footer */
    .footer_link_main .col,
    .footer_desc_website .col {
      padding-bottom: 10px;
    }
  }
  
  @media (max-width: 600px) {
  
    /* Nav */
    #logo img {
      height: 34px;
    }
  
    /* FAQ Page */
    .form-search .input-group-append button {
      margin-left: 0 !important;
    }
  
    /* Banner Ver2 */
    .link:hover:before {
      opacity: 0;
    }
  
    .link:hover:after {
      transform: translate3d(-33%, calc(100% - 176px), 0);
    }
  
    /* Number */
    .NumberSection {
      margin-top: -15% !important;
    }
  
    .NumberSection .col {
      padding-bottom: 15px;
    }
  
    .number-value {
      font-size: 28px;
      margin-bottom: 0;
      line-height: 40px;
    }
  
    /* Partner */
    .partner,
    .how,
    .select {
      padding: 0 !important;
    }
  
    .partner-title h3 {
      font-size: 24px;
      line-height: 150%;
      padding: 0;
    }
  
    .partner .col {
      padding-bottom: 0;
    }
  
    .scroll1 {
      grid-template-columns: repeat(2, 4fr);
    }
  
    /* Select */
    .select {
      margin-top: -2%;
    }
  
    .priceHead {
      text-align: center;
    }
  
    .price {
      font-size: 45px;
      line-height: 50px;
    }
  
    .priceHead .badge,
    .footer_menu h5,
    .details p,
    .footer_link a,
    .footer_warning p, .badge-small {
      font-size: 15px;
    }
  
    /* Why */
    .cardMain .col {
      padding-left: 0;
      padding-right: 0;
    }
  
    .why-QC {
      margin-top: -30px;
      margin-bottom: -30px;
    }
  
    /* Commitment */
    .commitment,
    .commitment .row:first-child .col {
      padding-bottom: 0 !important;
    }
  
    .title-new h3,
    .commitTitle h3,
    .details h3, .title-new h2,
    .commitTitle h2,
    .details h2 {
      font-size: 24px;
      text-align: center;
      line-height: 36px;
      margin-bottom: 15px;
    }
  
    .title-new p {
      font-size: 15px;
      text-align: center;
      letter-spacing: 0;
    }
  
    .commit-row-2 {
      flex-direction: column-reverse;
    }
  
    .commitList li {
      margin-bottom: 10px;
    }
  
    .commitList li img {
      width: 20px;
      transform: translateY(4px);
    }
  
    .priceBox ul li {
      align-items: baseline;
      margin-bottom: 0;
    }
  
    .priceBox ul li svg,
    .priceBox ul li img {
      transform: translateY(11px);
      margin-right: 15px;
      width: 20px;
    }
  
    .priceBox ul li span,
    .number-card p {
      width: auto;
      line-height: initial;
      font-size: 15px;
      font-weight: 400;
    }
  
    .priceBox .priceBtn a {
      margin-bottom: 7px;
    }
  
    /* Take */
    .take {
      margin-top: -3%;
    }
  
    .take-content {
      padding: 28px;
    }
  
    .take .title-main {
      font-size: 23px;
      line-height: inherit;
    }
  
    .take-content .button-custom a {
      width: 100%;
    }
  
    .take .title-main br {
      display: none;
    }
  
    .button-custom a+a {
      margin-left: 7px;
    }
  
    /* Footer */
    .footer_desc_website {
      margin-top: 20px;
    }
  
    .footer_link a {
      font-weight: 400;
      margin-bottom: 8px;
    }
  
    .footer_warning p {font-weight: 400;}
  }