/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Hieu Tran
Template: flatsome
Version: 3.0
*/
/* ============================================================== 
    # Template Default Styles
=================================================================== */
/* Varialbes */
:root {
  --fs-short-paragraph: #4e4e4e;
  --btn-gradient: linear-gradient(
    90deg,
    var(--fs-color-primary) 25%,
    #9747ff 100%
  );
}

/* Button Gradient*/
.btn-readmore {
  font-weight: normal;
  letter-spacing: unset;
  border: unset;
  font-size: 1.1em;
  padding: 0.3em 1.5em;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  transition: background-color 0.3s, transform 0.2s;
}

.btn-readmore::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url("/wp-content/uploads/2025/02/ZAM-47.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

.section-title b {
  display: none;
}

.sub-title-left .section-title span {
  border: 0;
  background: var(--fs-color-primary);
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  padding: 10px 20px;
}
/* Page Setting*/
.page .section-content {
  z-index: unset;
}
/* Zam heading & paragraph*/
.zam-heading h2 {
  color: var(--fs-color-primary);
  font-size: 2.2em;
  line-height: 1.5em;
  text-transform: capitalize;	
}
@media (max-width: 767px)
{
	.section-odop .zam-sub-title
	{
		font-size: 17px !important;
	}
	.single_team_page .team-title
	{font-size: 25px;}
}
.zam-paragraph p {
  color: var(--fs-short-paragraph);
}
/* ============================================================== 
    # Accordion
=================================================================== */
.accordion .toggle {
  top: unset;
  right: 0;
  left: unset;
  border: 2px solid #f9f9f9;
  width: 1.5em;
  margin-right: 20px;
}
.accordion .toggle:after,
.accordion .toggle:before {
  content: "";
  position: absolute;
  top: 0.38em;
  right: 0.56em;
  width: 0.12em;
  height: 0.55em;
  background-color: #fff;
  transition: all 0.2s;
}
.accordion .toggle:after {
  transform: rotate(270deg) !important;
}
.active > .toggle:before {
  transform: rotate(90deg);
}
.active > .toggle {
  transform: unset;
}
.accordion-title {
  border-top: 0;
  background-color: #1f2b38;
  border-radius: 10px;
}
.accordion-item {
  margin-top: 8px;
}
.accordion-item a {
  color: #fff;
}
.accordion-title.active {
  background-color: #1f2b38;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.accordion-inner {
  background: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tab-container .accordion {
  margin-bottom: 20px;
}

/* ============================================================== 
    # Header
=================================================================== */
.lang-item img {
  width: 25px;
  height: 25px;
}

.attr-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.attr-nav li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.attr-nav li .call {
  display: flex;
  justify-content: right;
}

.attr-nav li p {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 13px;
}

.attr-nav li h5 {
  margin: 0;
}

.header-main li a {
  color: #000;
}

.header-main svg path {
  fill: #000;
}

.header.transparent svg path {
  fill: #000;
}

.home .header.transparent svg path {
  fill: #fff;
}

.page-template-page-transparent-header-light .header li a {
  color: #fff;
}

.attr-nav li a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
}

.attr-nav li .call svg {
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
  position: relative;
}

.nav-dark .nav > li > a {
  color: #fff;
}

/* ============================================================== 
    # breadcrumbs
=================================================================== */
.home-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"%3E%3Cg fill="rgb(0,0,0)"%3E%3Cpath d="m9.5 17.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z"%3E%3C/path%3E%3Cpath clip-rule="evenodd" d="m14.1688 2.57514c-1.2716-1.00388-3.066-1.00388-4.33756 0l-6.5 5.13158c-.84073.66374-1.33124 1.67592-1.33124 2.74708v8.0462c0 1.933 1.567 3.5 3.5 3.5h13c1.933 0 3.5-1.567 3.5-3.5v-8.0462c0-1.07116-.4905-2.08334-1.3312-2.74708zm-3.7179.78488c.9083-.71706 2.1899-.71706 3.0982 0l6.5 5.13158c.6005.4741.9509 1.19709.9509 1.9622v8.0462c0 1.3807-1.1193 2.5-2.5 2.5h-13c-1.38071 0-2.5-1.1193-2.5-2.5v-8.0462c0-.76511.35036-1.4881.95089-1.9622z" fill-rule="evenodd"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: sub;
}

/* ============================================================== 
    # Footer
=================================================================== */
.footer p {
  margin-bottom: 0;
}

.absolute-footer {
  display: none;
}

.quick-links ul li {
  margin-left: 0;
}

.quick-links li {
  list-style: none;
}
.quick-links li a {
  color: #000;
  font-size: 0.9rem;
}
.large-4 .col-inner p {
  margin-bottom: 0;
}
.social-icons .button.is-outline {
  background-color: #d9d9d9;
  border-color: #d9d9d9 !important;
  color: #000;
}

.footer .section-bg img {
  top: 100px;
  opacity: 0.5;
}

/* Contact Form 7 subscribe footer */
.subscribe {
  background: rgb(0 0 0 / 32%);
  padding: 30px;
  border-radius: 4px;
}

.subscribe p {
  margin-bottom: 20px;
  color: #f9f9f9;
  font-size: 0.9rem;
}
.subscribe svg#zam-favicon {
  position: absolute;
  width: 22px;
  height: 22px;
}
.subscribe .cls-1,
.form-submit .cls-1 {
  fill: #f9f9f9 !important;
}
.subscribe button.wpcf7-submit {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  top: 25px;
  right: -6px;
}

.subscribe button.wpcf7-submit i {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  color: #fff;
}
.subscribe-form button {
  border: 0;
}

.subscribe input.wpcf7-form-control {
  border-radius: 99px;
  height: 50px;
  box-shadow: unset;
  margin-top: 20px;
}

.subscribe span.wpcf7-spinner {
  position: absolute;
  right: 35px;
  top: 6px;
  margin: unset;
}

.subscribe .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.subscribe .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #9747ff;
}
/* ============================================================== 
    # Mobile Menu
=================================================================== */
.nav-vertical>li+li, .nav-sidebar.nav-vertical>li+li
{
  border-top:0;
}
@media (max-width: 480px) {
  .nav>li>a
  {
    font-size: .9em;
  }
  .dark .nav>li>a
  {
    color: #fff;
  }
  .nav.nav-vertical
  {
    margin-top: 20px;
  }
  .off-canvas .nav-vertical>li>a
  {
    padding-bottom: 5px;
  }
}


/* ============================================================== 
    # Home page 
=================================================================== */
.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
  border-radius: 4px;
}
.sub-title b {
  display: none;
}

.sub-title .section-title {
  justify-content: center;
}

.sub-title .section-title-bold-center span {
  background: var(--fs-color-primary);
  color: #fff;
  text-transform: uppercase;
  border: unset;
  font-weight: normal;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 15px;
}

.cat-label.tag-label {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 9999;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 20px;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  line-height: unset;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
}

.has-hover:hover .tag-label {
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
}

.logo-partner .ux-logo-link {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .slider-nav-dots-dashes-spaced .flickity-page-dots .dot
  {
    width: 22px;
  }
  .hslider.vi .banner h2 {
    font-size: 18px !important;
  }
  .hslider p {
    font-size: 15px;
  }
.col-zam-heading-vi h2
{
	font-size: 1.31em !important;
}	
  .zam-heading h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .col-lg3 {
    flex-wrap: wrap;
  }
}
/* ============================================================== 
    # Error 404
=================================================================== */
.error-box h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 700;
  margin-bottom: 40px;
  text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.btn.btn-theme {
  color: #fff;
  border-radius: 99px;
  background: var(--fs-color-primary);
}

.error-page-area .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page-area .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}
@media (max-width: 480px) {
  .error-page-area .shape-right, .error-page-area .shape-left {
    display: none;
  }
}
/* ============================================================== 
    # Single Post
=================================================================== */
.single-post .entry-header {
  margin-top: 50px;
}

.single-post .page-wrapper {
  padding-bottom: 0;
}

.single-post .entry-image img {
  border-radius: 4px;
}

.single-post .entry-header .entry-title {
  margin-top: 30px;
}

.hdev-meta-post {
  margin-top: 10px;
}

.author-datetime {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.author,
.datePublished {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}

.hdev-meta-post i {
  margin-right: 5px;
  font-size: 16px;
  color: #000;
}

.author a {
  color: #000;
}

.breadcrumbs-container {
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 10px 20px;
}

.breadcrumbs-container p {
  margin-bottom: 0;
}

.breadcrumbs-container a {
  color: #000;
}

.entry-meta .meta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry-meta .share-on {
  order: 2;
}

.entry-meta .post-category {
  order: 1;
  text-align: right;
  font-weight: 600;
}

.entry-meta .post-meta {
  padding: 10px 0;
}

.entry-meta .share-on span {
  font-weight: 600;
}

.entry-meta {
  border-bottom: 0 !important;
}

.entry-meta .social-icons {
  font-size: 1.1em;
  vertical-align: sub;
}

.entry-meta .post-category .primary-category {
  background: var(--fs-color-primary);
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
}

.section-content.related-post {
  background: #f7fcff;
  padding: 30px;
}

/* ============================================================== 
    # Archive Post
=================================================================== */
.news-header {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 350px;
  background: #f7fcff;
}

.news-header h1 {
  margin-top: 30px;
  color: var(--fs-color-primary);
}

.archive .post-item img {
  border-radius: 4px;
}

p.from_the_blog_excerpt {
  display: none;
}

/* ============================================================== 
    # Contact Page
=================================================================== */
.form-contact-twocol #row-first {
  display: flex;
  gap: 20px;
}

.form-contact-twocol .form-row {
  margin-bottom: 20px;
}

.form-contact-twocol .form-group {
  position: relative;
  width: 100%;
}

.form-contact-twocol .form-group i {
  position: absolute;
  top: 36%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--fs-color-primary);
  pointer-events: none;
  z-index: 999;
}

.form-contact-twocol i.fas.fa-comment-alt {
  top: 24%;
}

.form-contact-twocol input[type="text"],
.form-contact-twocol input[type="tel"],
.form-contact-twocol input[type="email"],
.form-contact-twocol textarea {
  width: 100%;
  padding: 20px 35px;
  font-size: 15px;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: unset;
  background-color: #f9f9f9;
}

.form-contact-twocol .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-contact-twocol .form-submit button {
  padding: 10px 20px;
  background-color: var(--fs-color-primary);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-contact-twocol .form-terms .required {
  color: red;
}

.form-contact-twocol .form-terms input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: sub;
}
.img-contact-us img {
  border-radius: 4px;
}
.form-submit svg#zam-favicon {
  width: 25px;
  height: 25px;
}
.col-contact-info .icon-box-text h3
{
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .form-contact-twocol #row-first,
  .form-contact-twocol .form-footer {
    display: block;
  }
  .form-contact-twocol .form-submit button
  {
    padding: 5px 10px;
    font-size: 15px;
    margin-top: 20px;
  }
}

/* ============================================================== 
    # Our Partner
=================================================================== */
.logo-box .col-inner {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
  background: #fff;
  padding: 10px 0;
}
@media (max-width: 480px)
{
	.section-banner-grid .row.row-grid
	{
		display: flex !important;
	}
	.section-banner-grid .grid-col
	{
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		transform: unset !important;
	}
	.grid-f1 {order: 1}
	.grid-f2 {order: 1}
	.grid-f3 {order: 3}
	.grid-f4 {order: 2}
	.grid-f5 {order: 4}
	.grid-f6 {order: 5}
}
/* ============================================================== 
    # Our Team
=================================================================== */
.our-team-col-3 .team-style-one-item {
  width: calc(30% - 10px);
}

.our-team-col-3 .our-team-section {
  justify-content: center;
}
.our-team-col-2 .our-team-section {
  justify-content: center;
}
.our-team-col-2 .team-style-one-item .thumb {
  height: 350px;
}
.our-team-col-2 .team-style-one-item {
  width: calc(30% - 10px);
}
.col-bod .team-style-one-item .thumb {
  height: 380px;
}
.zam-team-description {
  background: #f5f5f5;
  padding: 20px 60px;
  border-radius: 20px;
  position: absolute;
  bottom: -166px;
  width: 960px;
  transform: translate(10%, 2%);
  -moz-transform: translate(10%, 2%);
  -webkit-transform: translate(10%, 2%);
  -o-transform: translate(10%, 2%);
  -ms-transform: translate(10%, 2%);
}
.zam-team-description p {
  margin-bottom: 0;
  font-style: italic;
}
.zam-team-description::before,
.zam-team-description::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cG9seWdvbiBmaWxsPSIjNDYyZDhmIiBwb2ludHM9IjEwMC4xNCAtLjE2IDUwLjAyIC0uMTYgLS4xIDQ5Ljk2IDUwLjAyIDQ5Ljk2IDUwLjAyIDEwMC4wOCA0OS45NCAxMDAuMDggNDkuOTggMTAwLjEyIDEwMC4xNCA0OS45NiAxMDAuMTQgLS4xNiIvPjwvc3ZnPg==")
    no-repeat center;
  background-size: contain;
}

.zam-team-description::before {
  top: 30px;
  left: 30px;
  transform: translate(-50%, -50%);
}

.zam-team-description::after {
  bottom: 30px;
  right: 30px;
  transform: translate(50%, 50%);
}
.our-team-col-3 .team-style-one-item .thumb {
  height: 390px;
}
@media (max-width: 480px) {
	.col-bod .team-style-one-item .thumb
	{
		height:auto;
	}
	.our-team-col-3 .team-style-one-item, .team-style-one-item {
  width: auto !important;
}
  .our-team-col-3 .team-style-one-item .thumb {
  height: auto;
}
  .zam-team-description {
    width: auto;
    -webkit-transform: translate(0%, 70%);
    transform: translate(0%, 70%);
    padding-right: 45px;
    padding-left: 45px;
  }
  .col-bod .team-style-one-item {
    width: auto;
  }
  .row-page-member .team-style-one-item .thumb {
    height: auto;
  }
}
/* ============================================================== 
    # Our Process
=================================================================== */

.our-process-box {
  position: relative;
  background-color: #273545;
  padding: 40px 30px;
  border-radius: 8px; 
  text-align: left;
}

.our-process-box .image-box {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  border: 5px solid #273545;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.our-process-box .image-box img {
  width: 22px;
  height: 22px;
}
.our-process-box .op-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}

.our-process-box .op-desc {
  font-size: 15px;
  color: #cdcdcd;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .our-process-box .image-box
  {
    right: -6px;
    top: -16px;
  }
}
/* ============================================================== 
    # Our Approach
=================================================================== */
.key-services .icon-box {
  margin-bottom: -15px;
}
.col-grid-od {
  border: 3px solid var(--fs-color-primary);
  border-radius: 20px;
  padding: 20px;
}
.col-grid-od h4 {
  color: var(--fs-color-primary);
}
.box.has-hover.col-grid-od.has-hover.box-text-bottom:nth-of-type(1),
.box.has-hover.col-grid-od.has-hover.box-text-bottom:nth-of-type(3) {
  position: relative;
  top: 50px;
}
@media (max-width: 480px) {
  .box.has-hover.col-grid-od.has-hover.box-text-bottom:nth-of-type(1),
  .box.has-hover.col-grid-od.has-hover.box-text-bottom:nth-of-type(3) {
    top: unset !important;
  }
}

/* ============================================================== 
    # About Us
=================================================================== */
@media (max-width: 480px) {
  .col-content h2 {
    font-size: 23px;
  }
}

/* ============================================================== 
    # Zam Sub Title
=================================================================== */

.zam-sub-title-wrapper {
  display: inline-block;
}

.zam-sub-title-content {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px;
}

.zam-sub-title-content img {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.zam-sub-title {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--fs-color-primary) 25%, #9747ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-left: 5px;
}
.off-canvas-center.mfp-bg.mfp-ready {
  opacity: 0.95 !important;
}