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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey: #cccccc;
  --FontAwesome: "Font Awesome 5 Free";
}
.header-block {width:auto;}
.d-none {
  display: none !important;
}
.img-radius {
  border-radius: 20px;
}
.header-block-block-1 a.button {
  margin: 0;
}

.premium {
  width: 800px !important;
  margin-left: -130px;
  margin-top: -100px;
}
.ss-1 h1 {
  font-size: 56px;
  min-height: 220px;
  margin-bottom: 24px;
}
spantype {
  border-right: 0.09em solid;
  animation: caret 1s steps(1) infinite;
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.ss-1 p {
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.ss-1 p span {
  font-size: 14px;
}
.ss-1 p:nth-child(4) {
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.ss-1 h3 {
  font-size: 18px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.ss-1 svg {
  vertical-align: middle;
}
.btn-icon {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.btn-icon i {
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold !important;
  margin-right: 16px !important;
}
.ss-2 {
  padding-bottom: 0 !important;
}
.ss-2 h2 {
  font-size: 48px;
  margin-bottom: 24px;
}
.ss-2 p {
  font-size: 18px;
  margin-bottom: 48px;
}
.ss-2 .icon-box .icon-box-img img {
  padding: 16px;
  background-color: #0e1f36;
  border-radius: 8px;
}
.ss-2 .icon-box .icon-box-text {
  padding-left: 24px;
}
.ss-2 .icon-box .icon-box-text h3 {
  font-size: 20px;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.ss-2 .icon-box .icon-box-text p {
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ss-3 .card-body {
  padding: 16px 0;
}
.ss-3 .card-body a {
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  padding: 24px 8px !important;
  margin: 24px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14.4px;
}
.ss-3 .card-body a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
  transform: translateY(-0.25rem);
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
}
.ss-3 .card-body img {
  margin: 8px auto;
}
.ss-3 .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 7px;
  border-radius: 800px;
}
.ss-3 .swiper-pagination .swiper-pagination-bullet-active {
  width: 23.99px;
  background-color: #fff;
}
.ss-4 h2 {
  font-size: 40px;
  margin-bottom: 48px;
}
.ss-4 .nav-pills li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.ss-4 .nav-pills li:last-child {
  margin-right: 0;
  border-radius: 6px;
}
.ss-4 .nav-pills li a {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 8.56px 16px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.6px;
  border-radius: 6px;
}
.ss-4 .nav-pills li.active a {
  background-color: var(--primary-color);
}
.ss-4 .nav-pills li.active a:hover {
  color: #fff;
}
.ss-4 .nav-pills li a:hover {
  color: var(--primary-color);
}
.ss-4 .entry-content .col-inner {
  height: 100%;
}
.ss-4 .card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 14.4px;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ss-7 .card-hover {
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.ss-4 .card-hover:hover,
.ss-7 .card-hover:hover {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-0.25rem);
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
}
.ss-4 .card .card-header {
  width: calc(100% - 24px * 2);
  margin: auto;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.ss-4 .card .card-body {
  padding: 24px;
}
.ss-4 .card .card-body h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
.ss-4 .card .card-body p {
  font-size: 14px;
  margin-bottom: 0;
}
.ss-5 h2 {
  font-size: 40px;
  margin-bottom: 4px;
}
.steps {
  display: flex;
  flex-direction: column;
}
.step:first-child {
  padding-top: 0 !important;
}
.step {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0;
}
.step::before,
.step::after {
  position: absolute;
  left: 60px;
  width: 1px;
  height: 50%;
  content: "";
}
.step::before {
  top: 0;
}
.step::after {
  top: 50%;
}
.step:not(:first-child)::before {
  background-color: rgba(255, 255, 255, 0.14);
}
.step:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.14);
}
.step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 122px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #181b24;
  font-size: 32px;
  font-weight: 800;
  z-index: 2;
}
.step-number .step-number-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff0a;
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
}
.bg-warning {
  background-color: rgba(255, 186, 8, 1) !important;
}
.step-body {
  padding-left: 24px;
}
.step-body h5 {
  font-size: 20px;
  margin-bottom: 8px;
}
.step-body p {
  font-size: 14px;
  margin-bottom: 0;
}
.ss-6 h2 {
  font-size: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.testimonial-around {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
}
.testimonial-around .btn-icon i {
  width: 35.99px;
  height: 35.99px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.danh-gia .col-inner {
  height: 100%;
}
.swiper-testimonial .swiper-slide {
  padding-top: 25px;
}
.testimonial-box {
  background-color: rgba(255, 255, 255, 0.04);
  height: 100%;
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06),
    0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03) !important;
  border-radius: 14.4px;
  padding: 24px;
}
.icon-quote {
  width: 44px;
  height: 44px;
  background-color: var(--primary-color);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  margin-bottom: 0;
  position: absolute;
  transform: translateY(-50%) !important;
  top: 0;
  left: 0;
  border-radius: 6px;
  font-size: 24px;
}
.testimonial-box .star-rating {
  margin-top: 28px;
  margin-bottom: 16px;
}
.star-rating:before,
.star-rating span:before {
  color: #ffba08 !important;
}

.testimonial-text p:not(.icon-quote) {
  font-size: 18px;
  margin-bottom: 70px;
  line-height: 28.8px;
  font-style: normal;
}
.ss-6 .card-footer {
  position: absolute;
  bottom: 24px;
}
.ss-6 .card-footer .icon-box-text {
  padding-left: 12px;
}
.ss-6 .card-footer h6 {
  font-size: 16px;
  text-transform: unset;
  margin-bottom: 0;
  opacity: 1;
}
.ss-6 .card-footer p {
  font-size: 14px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}
.ss-6 .testimonial-meta {
  display: none;
}
.ss-7 h2 {
  font-size: 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.ss-7 .any-questions p {
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.ss-7 .any-questions .card-hover p {
  font-size: 14px;
  margin-bottom: 8px;
}
.ss-7 .fa-phone-volume {
  color: var(--primary-color);
  font-size: 25px;
}
.ss-7 .fa-comment-dots {
  font-size: 25px;
  color: var(--fs-color-success);
}
.ss-7 .btn-link {
  color: var(--primary-color);
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  text-wrap: nowrap;
}
.ss-7 .btn-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.ss-7 .text-success {
  color: var(--fs-color-success);
}
.ss-7 .fa-skype {
  margin-right: 4px;
}
.ss-7 .fa-arrow-right {
  margin-left: 8px;
}
.ss-7 .accordion-item {
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  margin-bottom: 15px;
}
.ss-7 .accordion-title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 16px 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ss-7 .accordion-title span {
  width: 90%;
}
.ss-7 .accordion-title::after {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 35.99px;
  height: 35.99px;
  margin-left: auto;
  content: "";
  font-family: fl-icons !important;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  font-weight: normal;
  transition: all 0.35s;
}
.ss-7 .accordion-title.active::after {
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 -0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
  transform: rotate(-180deg);
}
.ss-7 .toggle {
  display: none;
}
.ss-7 .accordion-inner {
  padding: 0 24px 16px;
  font-size: 14px;
}
.ss-contact .rounded-3 .col {
  padding-bottom: 0;
}
.ss-contact .rounded-3 h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.ss-contact .rounded-3 h6 {
  margin-top: 10px;
  margin-bottom: 16px;
  text-transform: unset;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  font-weight: 800;
}
.ss-contact .rounded-3 form label {
  font-size: 14px;
  color: #fff;
}
.ss-contact .rounded-3 form input:not(.submitform),
.ss-contact .rounded-3 form textarea {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 10px 16px;
  box-shadow: none;
}
.ss-contact .rounded-3 form input:not(.submitform):focus,
.ss-contact .rounded-3 form textarea:focus {
  border-color: rgba(255, 255, 255, 0.35);
}
.ss-contact .rounded-3 form .submitform {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.6px;
  margin: 16px 0 0;
  padding: 10px 28px;
  border-radius: 6px;
  text-transform: unset;
}
.wpcf7-spinner {
  display: none;
}
.ss-contact .contact-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
}
.ss-contact .contact-button a:nth-child(1) .contact-body,
.ss-contact .contact-button a:nth-child(2) .contact-body {
  font-weight: 600;
}
.ss-contact .contact-button a:nth-child(n + 3) .contact-header {
  font-size: 40px;
}
.ss-contact .contact-button a:nth-child(n + 3) .contact-body {
  color: var(--primary-color);
}
.ss-contact .btn-outline-info {
  height: 110px;
  min-width: 150px;
  max-width: 200px;
  margin: auto;
  border-radius: 12px !important;
  border: 1px solid rgba(76, 130, 247, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.ss-contact .btn-outline-success {
  border-color: rgba(34, 197, 94, 0.35);
}
.contact-header {
  color: var(--primary-color);
  font-size: 14px;
}
.btn-outline-success .contact-header {
  color: var(--fs-color-success);
}
.contact-header i {
  margin: 0 8px;
}
.contact-body {
  margin: 8px 0;
}
.contact-body svg {
  vertical-align: middle;
}
.contact-footer {
  color: var(--primary-color);
  font-size: 14px;
}
.ss-contact
  .contact-button
  a:nth-child(n + 3)
  .btn-outline-success
  .contact-body {
  color: var(--fs-color-success);
}
.btn-outline-info:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.btn-outline-success:hover {
  background-color: var(--fs-color-success);
}
.btn-outline-info:hover .contact-header,
.btn-outline-info:hover .contact-footer,
.ss-contact
  .contact-button
  a:nth-child(n + 3)
  .btn-outline-info:hover
  .contact-body {
  color: #fff;
}
.footer .menu-footer ul {
  padding: 16px 0 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .menu-footer ul li {
  margin: 0;
  list-style: none;
}
.footer .menu-footer ul li a {
  padding: 8.56px 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.footer .social-icons a {
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43.99px;
  height: 43.99px;
  border-radius: 6px !important;
  background-color: #ffffff0f !important;
}
.footer .social-icons a.facebook:hover {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  box-shadow: 0 0.375rem 1.125rem -0.375rem rgba(24, 119, 242, 0.8) !important;
}
.footer .social-icons a.instagram:hover {
  border-color: #405de6 !important;
  background-color: #405de6 !important;
  color: #fff !important;
  box-shadow: 0 0.375rem 1.125rem -0.375rem rgba(64, 93, 230, 0.8) !important;
}
.footer .social-icons a.twitter:hover {
  border-color: #1da1f2 !important;
  background-color: #1da1f2 !important;
  color: #fff !important;
  box-shadow: 0 0.375rem 1.125rem -0.375rem rgba(29, 161, 242, 0.8) !important;
}
.footer .social-icons a.youtube:hover {
  border-color: red !important;
  background-color: red !important;
  color: #fff !important;
  box-shadow: 0 0.375rem 1.125rem -0.375rem rgba(255, 0, 0, 0.8) !important;
}
.absolute-footer {
  font-size: 14px;
  padding: 0 0 48px;
}
.back-to-top {
  border: none !important;
  background-color: #ffffff4d !important;
  font-weight: 600;
}
.back-to-top i {
  top: 0;
}
.mobile-sidebar .sidebar-menu {
  padding: 0;
}
.mobile-sidebar .sidebar-menu .sidebar-menu-top-content {
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-sidebar .sidebar-menu ul {
  padding: 24px;
  position: unset;
}
.mobile-sidebar .sidebar-menu ul li.menu-item,
.mobile-sidebar .sidebar-menu .header-block {
  border: none;
}
.mobile-sidebar .sidebar-menu ul li.menu-item a {
  padding: 8.56px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: unset;
  color: #fff;
}
.mobile-sidebar .sidebar-menu ul li.menu-item a:hover {
  color: var(--primary-color);
}
.mobile-sidebar .sidebar-menu .header-block {
  position: absolute;
  bottom: 0;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-sidebar .sidebar-menu .header-block .header-block-block-1,
.mobile-sidebar .sidebar-menu .header-block a.button {
  width: 100%;
}
@media (min-width: 850px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media (min-width: 850px) and (max-width: 1024px) {
  #tab_personal-ads-account .col:not(:nth-child(4n)),
  #tab_business-manager .col:not(:nth-child(4n)) {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #tab_personal-ads-account .col:nth-child(4n),
  #tab_business-manager .col:nth-child(4n) {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 849px) {
  .ss-1 h1 {
    font-size: 44.336px;
  }
  .testimonial-around {
    padding-top: 0;
    justify-content: center;
  }
  .ss-7 h2 {
    font-size: 28.112px;
  }
  .ss-contact .rounded-3 h2 {
    font-size: 22.704px;
  }
  .ss-7 .btn-link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 549px) {
  .ss-1 h1 {
    font-size: 35.075px;
  }
  .ss-1 .btn-icon {
    justify-content: center;
  }
  .ss-2 h2 {
    font-size: 42px;
  }
  .ss-4 .tabbed-content {
    margin-left: 48px;
    margin-right: 48px;
  }
  .ss-4 h2,
  .ss-5 h2,
  .ss-6 h2 {
    font-size: 28.375px;
  }
  .ss-5 h2 {
    margin-bottom: 48px;
  }
  .step {
    padding: 15px 0;
  }
  .step-number {
    width: 76.25px;
    height: 76.25px;
    font-size: 20px;
  }
  .step-number .step-number-inner {
    width: 56.25px;
    height: 56.25px;
  }
  .step::before,
  .step::after {
    left: 39px;
  }
  .ss-7 h2 {
    font-size: 25.025px;
  }
  .ss-7 .btn-link {
    font-size: 14px;
  }
}
.mfp-content {
  background-color: #02132b !important;
}
@media only screen and (max-width: 549px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
