a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
}

.accordion-button::after {
  background-image: inherit !important;
  transform: inherit !important;
  font-family: "Font Awesome 6 Pro";
  content: "\f068";
}

.accordion-button.collapsed::after {
  content: "+";
}

.navbar-collapse.collapsing {
  transition: height 0.01s;
}

.nav-logo img {
  width: 130px;
}

.divider {
  height: 1px;
  background: #333;
  width: 100%;
  margin: 30px 0px;
}

.dropdown-menu {
  width: 580px;
  left: -200px !important;
  border-radius: 0;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  top: 100%;
  padding: 0;
}

.dropdown-menu .nav-item {
  margin: 0;
}

.nav-href {
  color: #FF7878 !important;
  border-bottom: 1px solid #FF7878;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  font-size: 30px;
}

.navbar-nav .dropdown-menu .nav-link.active {
  background: #eee;
}

.navbar .dropdown-menu a {
  color: #666;
  font-size: 18px;
}

.dropdown-menu .tab-content {
  padding: 20px 0px;
}

.dropdown-menu .tab-pane a {
  margin-right: 20px;
  font-size: 16px;
  text-align: center;
}

.dropdown-menu .tab-pane img {
  width: 40px;
  display: block;
  margin: 0px auto 8px auto;
}

.dropdown-menu .menu-box {
  display: flex;
}

.dropdown-menu .menu-box a {
  margin-bottom: 10px;
}

.circle {
  background: #eee;
  color: #333;
  border-radius: 200%;
  padding: 8px 5px;
  width: 40px;
  text-align: center;
  font-weight: bold;
}

.langs {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  margin-left: 10px;
}

.langs li {
  margin: 0px 3px;
}

.langs li a {
  font-size: 15px;
  color: #666;
}

.langs li a.active {
  color: #333;
  font-weight: bold;
}

.form-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.form-control {
  box-shadow: none;
}

.form-control:focus,
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control.material {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.banner-icon-slider {
  width: calc(100% - 80px);
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.banner-icon-slider-mobile {
  width: calc(100% - 10px);
  margin: auto;
}

.owl-nav {
  display: block !important;
  margin-top: 0 !important;
}

.arrow-slider .owl-prev,
.arrow-slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.arrow-slider .owl-next {
  left: inherit;
  right: 0px;
}

.idea-slider .owl-nav {
  text-align: right;
}

.idea-slider .owl-nav i {
  color: #333;
}

.job-slider .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}

.owl-nav button {
  font-size: 30px !important;
  background: inherit !important;
  color: #FF6565 !important;
}

.home-slider .owl-nav button,
.home-slider-pos {
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold !important;
  margin: 0px 40px !important;
}

.job-slider .owl-nav button {
  color: #666 !important;
}

.stat {
  font-size: 40px;
}

.stat .small {
  font-size: 16px;
}

.txtshadow {
  text-shadow: 1px 1px 2px #333;
}

.accordion {
  margin-bottom: 15px;
}

.form-append {
  padding-right: 40px;
}

.input-group {
  position: relative;
}

.input-group .prepend,
.input-group .append {
  position: absolute !important;
  right: inherit !important;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.input-group .append {
  left: inherit !important;
  right: 30px !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  right: 15px;
  padding-left: 20px;
  z-index: 1 !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 2;
}

.input-group-text {
  background-color: #212529;
  color: #fff;
  border-radius: 50px !important;
  padding: 0px 20px;
}

.notification {
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}

.notification p {
  color: #fff;
  margin-right: 15px;
}

.notification a {
  color: #fff;
  font-size: 13px;
}

.modal-slider .round-btn,
.footer-slider .round-btn {
  display: block;
  margin: 0px 10px;
  padding: 8px;
}

.home-slider .item {
  text-align: center;
}

.home-slider .owl-nav,
.home-slider-pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}

.banner-slider .owl-nav,
.banner-slider-pos {
  bottom: 180px;
}

.home-slider-pos {
  z-index: 1;
  margin: 0 !important;
}

.banner-slider .owl-dots {
  height: 0;
  position: absolute;
  left: 5px;
  transform: rotate(90deg);
  top: 40%;
}

.banner-slider .owl-dots .owl-dot.active span,
.banner-slider .owl-dots .owl-dot:hover span {
  background: #fff;
}

.banner-slider .owl-dots .owl-dot span {
  background: inherit;
  border: 2px solid #fff;
}

.company-slider .owl-nav,
.banner-icon-slider-mobile .owl-nav {
  display: none !important;
}

.banner-icon {
  text-align: center;
  border: 1px solid #FFC0C0;
  border-radius: 10px;
  padding: 20px 0px 10px 0px;
  background: #fff;
  color: #333;
  font-weight: bold;
}

.banner-icon p {
  margin-top: 10px;
  margin-bottom: 0;
}

.banner-icon img {
  max-width: 40px !important;
  margin: auto;
}

.nav-item,
.navbar-icon {
  margin: 0px 10px;
  font-size: 14px;
  text-align: center;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.nav-item .dropdown-toggle img,
.navbar-icon img {
  height: 30px;
  display: block;
  margin: 5px auto;
}

.navbar-icon a {
  color: #666;
}

.banner-hover {
  background: rgba(255, 239, 239, 0.8);
  padding: 10px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.light-pink {
  color: #F6B9B9;
}

.pink {
  color: #FF7878;
}

.red {
  color: #D83A3A;
}

.pink.url {
  border-bottom: 1px solid #FF7878;
}

.title {
  font-size: 30px;
  font-weight: bold;
}

.title.lg {
  font-size: 35px;
}

.subtitle {
  font-size: 18px;
}

.subtitle-bold {
  font-size: 25px;
  font-weight: bold;
}

.feature {
  padding: 50px 0px;
}

.feature p {
  color: #fff;
}

.round-title {
  background: #fff;
  color: #333;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 20px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  font-size: 16px;
}

.btn.round {
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 5px;
}

.round-btn {
  border: 1px solid #FF6565;
  color: #FF6565;
  padding: 10px 20px;
  border-radius: 20px;
}

.round-btn.white {
  background: #fff;
  color: #333;
  border: 0;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.round-btn.black {
  background: #fff;
  color: #333;
  border: 1px solid #666;
}

.round-btn.dark,
.round-btn.white.active {
  background: #333;
  color: #fff;
  border: 0;
}

.round-btn.pink {
  background: #F66162;
  color: #fff;
  border: 0;
}

.round-btn.yellow {
  background: #FF8A00;
  color: #fff;
  border: 0;
}

.round-lg {
  width: 300px;
  border-radius: 15px;
  font-size: 20px;
  display: block;
  margin: auto;
}

.bold {
  font-weight: bold;
  color: #000;
}

.ad-box {
  position: relative;
}

.ad-box p {
  color: #fff;
}

.ad-box .content {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.ad-box .content div {
  flex: 1;
}

.ad-box .bg {
  height: 500px;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}

.ad-box a {
  align-self: flex-start;
}

/* job */
.btn-outline-pink {
  background: #FFE0E0;
  color: #D83A3A;
  border: 1px solid #666;
}

.btn-outline-pink i {
  color: #ffd43b;
}

.highlight-box {
  background: #FFE0E0;
  color: #FF6565;
  padding: 20px 10px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.highlight-box.dark {
  background: #EAEAEA;
  color: #333;
}

.highlight-box.yellow {
  background: #FFE4C5;
  color: #FF8A00;
}

.highlight-pts {
  flex: 1;
}

.protect-item {
  padding: 5px 10px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 15px;
}

.protect-item i {
  font-size: 40px;
  margin-right: 10px;
}

.protect-item p {
  text-align: left;
  margin-bottom: 0;
}

.protect-item p.protect-title {
  font-size: 20px;
  font-weight: bold;
}

.protect-detail {
  margin-top: 10px;
}

.protect-detail.dark {
  background: #E6E6E6;
}

/* footer *

footer .footer-urls {
    padding-left: 50px;
}

footer .footer-urls p {
    font-weight: bold;
    font-size: 18px;
}

footer .footer-urls a {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

footer .footer-terms a {
    font-size: 14px;
    border-bottom: 1px solid #333;
    margin: 0px 10px;
}

footer .footer-accept {
    color: #333;
    font-size: 14px;
    position: relative;
    bottom: 2px;
}

footer .footer-accept a {
    border-bottom: 1px solid #333;
}

/* product */
.product-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.product-tab.collapsed {
  margin-right: 50px;
}

.product-tab:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f068";
}

.product-tab.collapsed:after {
  content: "+";
}

.product-tab p {
  margin: 0;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.product-tab.dark:after {
  display: none;
}

.product-tab.dark {
  background: #B0B0B0;
  margin-right: 0;
}

.product-tab.dark.collapsed {
  background: #fff;
}

.product-tab.dark p {
  color: #fff;
}

.product-tab.dark.collapsed p {
  color: #333;
}

.product-tab img {
  width: 30px;
  margin-right: 10px;
}

.product-slogan {
  font-weight: bold;
  font-size: 20px;
}

.product-content {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product-content.dark,
.product-content.light,
.product-content.pink,
.product-content.gray,
.product-content.pink-btn {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
}

.partner-content {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 15px;
}

.product-content.gray {
  color: #666;
}

.black {
  color: #333;
}

.product-content.gray .highlight {
  color: #333;
}

.product-content.dark {
  background: #333;
  color: #fff;
}

.product-content.pink {
  background: #FFE0E0;
  color: #F6B9B9;
}

.product-content.pink .highlight {
  color: #D83A3A;
}

.product-content.pink i {
  color: #FF7878;
}

.product-content.pink-btn i {
  color: #FF6565;
}

.light {
  background: #F8F8F8;
}

.open-modal {
  font-size: 40px;
}

.close-modal {
  font-size: 30px;
}

.round-btn.gray {
  background: #2B2B2B;
  color: #fff;
  border: 0;
}

.product-table td {
  vertical-align: middle;
}

.product-table tr.last td {
  border-top: 1px solid #333;
}

.product-table img {
  width: 30px;
  margin-right: 5px;
}

.product-btns button {
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-info {
  border-left: 1px solid #333;
  min-height: 300px;
}

.btn.btn-dark {
  color: #fff;
}

.btn.bg-light {
  background: #fff;
}

.btn.bg-light:hover {
  background: #212529 !important;
}

/* blog */
.blog-box {
  max-width: 600px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.views {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.views.last {
  margin-bottom: 0;
  padding-bottom: 0;
}

.views p {
  margin: 0;
  color: #333;
}

.views img {
  width: 60px;
  margin-right: 10px;
}

p.views-title {
  font-size: 18px;
  margin: 5px 0px;
  font-weight: bold;
}

p.views-meta {
  color: #999;
  font-size: 14px;
  margin: 0;
}

.slider-topic {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.to-read {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 80%, rgb(238, 238, 238) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
}

.to-cover {
  display: none;
}

/* comparison */
.comparison {
  font-size: 22px;
  margin-bottom: 50px;
}

.comparison i {
  margin-right: 20px;
}

.comparison .underline {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.comparison-table {
  text-align: left;
}

.comparison-table th {
  background: #eee;
}

.comparison img {
  margin-right: 20px;
}

.comparison p {
  margin: 0;
}

.comparison div {
  min-width: 300px;
}

.comparison .tag {
  border-left: 10px solid #333;
  padding-left: 10px;
  min-width: 60px;
}

.mobile-only,
.mobile-only-flex {
  display: none !important;
}

.accordion-flush .accordion-button {
  background-color: inherit !important;
}

.accordion-flush .accordion-body {
  background-color: #eee !important;
}

.accordion-button {
  background-color: #fff;
  color: #666 !important;
  font-weight: bold;
}

.navbar-toggler-icon {
  width: 1.3em;
  height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .accordion-button:not(.collapsed) {
    background-color: #eee;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  .dropdown-toggle {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 82px;
  }
  .title {
    font-size: 26px;
  }
  .round-lg {
    font-size: 18px;
  }
  .banner-slider .owl-nav,
  .home-slider .owl-nav {
    width: 100%;
  }
  .banner-slider .owl-nav {
    bottom: 5%;
  }
  .banner-slider-pos {
    bottom: 285px !important;
  }
  .home-slider .owl-nav,
  .home-slider-pos {
    bottom: 2%;
  }
  .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
  .navbar-toggler.collapsed .navbar-mobile-close {
    display: none;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon {
    display: block;
  }
  .navbar-mobile-close {
    line-height: 15px;
    font-size: 14px;
    margin: 0;
  }
  .navbar-mobile-close i {
    font-size: 40px;
  }
  .banner-icon {
    margin-bottom: 10px;
  }
  .banner-icon img {
    height: 30px;
    width: auto !important;
  }
  .banner-hover {
    position: static;
  }
  .nav-item .dropdown-toggle img,
  .navbar-icon img {
    height: 35px;
    margin: 10px auto;
  }
  .navbar-expand-md {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-only-flex {
    display: flex !important;
  }
  .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .nav-item.dropdown {
    position: static;
  }
  .navbar-nav .dropdown-menu {
    position: fixed;
    width: 100%;
    top: 180px;
    left: 0 !important;
    bottom: 0 !important;
  }
  .navbar-nav .dropdown-menu .tab-pane {
    padding: 0;
  }
  .navbar-nav .dropdown-menu .menu-box {
    flex-wrap: wrap;
  }
  .modal-slider .round-btn,
  .footer-slider .round-btn {
    display: inline-block;
    padding: 8px 15px;
  }
  footer .footer-urls {
    padding-left: 10px;
    margin-top: 30px;
  }
  .product-slogan {
    font-size: 16px;
  }
  .product-info {
    border-left: 0;
    min-height: inherit;
  }
  .footer-line-left {
    left: 10% !important;
  }
  .footer-line-right {
    right: 10% !important;
  }
}
.bs-collaspe-arrow-down.collapsed i.fa-arrow:before {
  content: "\f063";
}

.bs-collaspe-arrow-down i.fa-arrow:before {
  content: "\f062";
}/*# sourceMappingURL=frontend.css.map */