/*
Theme Name: production-industry Child
Theme URI:  https://www.wpserveur.net
Author:     Tami
Author URI: https://www.wpserveur.net
Template:   production-industry
Version:    1.0
License:    GNU General Public License v2 or later
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Common */
:root {
  --primary-red: #c1231a;
  --primary-black: #080808;
  --text-gray: #363636;
  --bg-light: #f4f4f4;
  --bg-pink: #fff5f4;
  --white: #ffffff;
  --font-main: 'Roboto', sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-main) !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text-gray);
  background-color: var(--white);
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
.page-id-7 .c-course .title input{
	display: none;
}
a, button{
	transition: .2s;
}
a:hover, button:hover{
	opacity: 0.7;
}
e-page-transition e-preloader{
  opacity: 1 !important;
}
.course-template .c-course .title input{
	display: none;
}
.course-pagination{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  display: none;
}
body.page .course-pagination{
  display: flex;
}
.featured-course .course-pagination{
  display: none !important;
}
.course-pagination .page-numbers{
	width: 35px;
	height: 35px;
	    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.course-pagination .page-numbers:hover{
	color: #C1231A;
}
.course-pagination .current{
    background: #C1231A;
    color: #fff !important;
    border-radius: 50%;
}
#section-team .gap-10{
	gap: 30px;
}
.no-course{
   max-width: 1480px;
	padding: 0 20px;
    margin: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
}
nav.trp-language-switcher{
  display: none !important;
}
.elementor-post-info__item-prefix, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
  color: #7e7e7e;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}
@media (max-width: 767px){
  .elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a {
    font-size: 20px !important;
    line-height: 32px !important;
}
div.elementor-posts .elementor-post__excerpt p {
    font-size: 16px !important;
    line-height: 26px !important;
}
  .elementor-widget-tabs .elementor-tab-title{
    background: url("/images/icon-down.svg") no-repeat right center;
  }
}

.box{
  background-color: transparent !important;
}
.hidden{
  display: none;
}
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container,
.l-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-image-box {
  display: none !important;
}

.breadcrumb {
  margin-bottom: 25px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-left:0 !important;

}
.breadcrumb ul li{
  list-style: none;
}
.breadcrumb ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #363636;
  position: relative;
  text-decoration: none;
}

.breadcrumb ul li a::after {
  content: "/";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #363636;
  position: absolute;
  top: 0px;
  right: -15px;
}

.breadcrumb ul li:last-child a::after {
  display: none;
}

.pill {
  display: inline-flex;
  align-items: center;
  background-color: #ffeeed;
  border: 1px solid var(--primary-red);
  color: var(--primary-red);
  padding: 7px 15px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--primary-black);
  font-weight: 700;
}

p {
  margin: 0;
  line-height: 1.6;
}

.section-title {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 56px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 14px;
  }
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 34px;
}

.owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFCAC7 !important;
  position: relative;
}

.owl-dots button.active {
  border: 1px solid #C1231A !important;
  width: 20px;
  height: 20px;
  background-color: transparent !important;
}

.owl-dots button.active::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #C1231A !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#content>.container {
  max-width: 100%;
  padding: 0;
}

/* Header */
html[lang="vi"] .header-top-en,
html[lang="vi"] .header-top-jp,
html[lang="vi"] .header-main-en,
html[lang="vi"] .header-main-jp
{
  display: none !important;
}
html[lang="en-US"] .header-top-vi,
html[lang="en-US"] .header-top-jp,
html[lang="en-US"] .header-main-vi,
html[lang="en-US"] .header-main-jp
{
  display: none !important;
}
html[lang="ja"] .header-top-en,
html[lang="ja"] .header-top-vi,
html[lang="ja"] .header-main-en,
html[lang="ja"] .header-main-vi
{
  display: none !important;
}
#wpadminbar {
    position: fixed !important;
}
.tahefobu-site-logo img{
	height: 47px !important;
}
#tahefobu-header{
  position: fixed !important;
  width: 100%;
  background-color: #fff;
}
#tahefobu-header ~ .elementor, #tahefobu-header ~ #content{
  margin-top: 120px;
}
.topheader{
	display: none;
}
.middle-header{
	display: none;
}

.header-top .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0;
}

.btn-contact-now{
	background: #C1231A;
    color: #fff !important;
    border-radius: 6px;
    padding: 12px 10px;
    display: inline-flex;
    align-items: center;
    width: 200px;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.header-top .trp-shortcode-switcher__wrapper{
	cursor: pointer;
	position: absolute;
    right: 27px;
    top: -46px;
	z-index: 10;
}

.header-top .trp-language-item-name{
	display: none;
}

.header-top .trp-switcher-dropdown-list{
	padding: 6px 0;
	width: 160px;
    right: 91px;
	top: 4px;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    border-radius: 4px;
	z-index: 10;
}

.header-top .trp-switcher-dropdown-list .trp-language-item-name{
	display: block;
	font-size: 16px;
    line-height: 24px;
	color: #363636;
	font-family: 'Roboto';
}

.header-top .trp-shortcode-switcher{
	border: none;
	background: transparent;
}

.header-top .trp-shortcode-overlay{
	right: 0;
	overflow: visible;
}

.header-top .trp-language-item{
	padding: 10px 12px;
	transition: .2s;
}

.header-top .trp-language-item.trp-language-item__current{
	padding: 7px;
}

.header-top .trp-flag-image{
	width: 24px !important;
    height: 16.5px !important;
    min-width: 24px;
    object-fit: cover;
    border-radius: 3px !important;
}

.header-top .trp-shortcode-arrow{
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.header-main .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{
	font-weight: 500;
	color: #7a7a7a !important;
}

.header-main .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active{
	color: #C1231A !important;
}

.menu-item-has-children:hover > .sub-menu{
	display: block
}

.menu-item-has-children::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/wp-content/uploads/2026/01/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-close-btn{
  display: none;
}
@media (max-width: 1024px){
  nav.elementor-nav-menu__container{
    margin-top: 0 !important;
    max-height: calc(100dvh + 150px) !important;
    position: fixed !important;
    width: 100% !important;
    height: calc(100dvh + 150px);
    top: 0 !important;
    bottom: 0;
    left: 100% !important;
    transition: .4s !important;
    z-index: 1000 !important;
  }
  nav.elementor-nav-menu__container.open{
    left: 0 !important;
  }
  .menu-close-btn{
    justify-content: flex-end;
    display: flex;
    padding: 70px 15px 15px;
  }
}
.header-top .elementor-widget-html{
  margin-bottom: 0 !important;
} 
.elementor-nav-menu .sub-arrow {
  display: none !important;
}

#tahefobu-header.tahefobu-ready {
  position: relative;
  z-index: 5;
}

.header-main {
  max-width: 1710px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto;
}

@media (min-width: 768px) {
  .header-main .text-right {
    width: 15% !important;
  }
}

.header-main .elementor-element-populated {
  padding: 0 !important;
}

.header-main .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu-item-has-children {
  margin-right: 0px !important;
}

.menu-item-has-children::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/images/icon-down.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.elementor-nav-menu .elementor-item-active {
  color: #C1231A !important;
  font-weight: 700 !important;
}

.elementor-nav-menu .elementor-item-active:after {
  width: calc(100% - 40px) !important;
  left: 20px !important;
  background: #C1231A !important;
  border-radius: 4px 4px 0 0 !important;
  height: 4px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
  color: #C1231A !important;
  font-weight: 700 !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover::after {
  bottom: auto !important;
  top: 0 !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item::after {
  width: calc(100% - 40px) !important;
  left: 20px !important;
  background: #C1231A !important;
  border-radius: 4px 4px 0 0 !important;
  height: 4px !important;
  transition: none !important;
  bottom: 3px !important;
}

@media (min-width: 1200px) {
  ul.elementor-nav-menu>li:not(:first-child)>ul.sub-menu {
    top: calc(100% - 3px) !important;
    left: 0px !important;
    min-width: 200px;
    padding: 6px 0 !important;
    width: auto !important;
    box-shadow:
      0px 1px 3px 1px rgba(0, 0, 0, 0.15),
      0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    background-color: #fff;
    z-index: 5;
  }
	ul.elementor-nav-menu>li:not(:first-child)>ul.sub-menu .menu-item-has-children::before{
    right: 8px;
    top: 35%;
    transform: rotate(-90deg) translateY(0%);
  }
  ul.elementor-nav-menu>li:not(:first-child)>ul.sub-menu .menu-item-has-children::after{
    display: none;
  }
  ul.elementor-nav-menu>li:not(:first-child)>ul.sub-menu .sub-menu{
    left: 100%;
    top: 0px !important;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
    background-color: #fff;
  }
}

.sub-menu li a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #363636 !important;
  border: none !important;
  padding: 10px 12px !important;
}

.sub-menu li a.elementor-item-active {
  background-color: #ebebeb !important;
}

.sub-menu li a:hover {
  background-color: #ebebeb !important;
}

/* Course */
.js-course-register:hover{
  color: #fff !important;
}
.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.course-grid .course-card {
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.course-grid .course-card .thumb {
  position: relative;
  display: block;
}

.course-grid .course-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-grid .course-card .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e53935;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
}

.course-grid .course-body {
  padding: 14px;
}

.course-grid .teacher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.course-grid .teacher img {
  border-radius: 50%;
}

.course-grid .title {
  font-size: 16px;
  margin: 6px 0 8px;
}

.course-grid .meta {
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 12px;
}

.course-grid .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.course-grid .price {
  color: #e53935;
  font-weight: 600;
}

.course-grid .btn {
  background: #e53935;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
}

/* About */
.page-about .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-about .elementor-widget-wrap {
  padding: 0 !important;
}

.page-about .hero-section {
  padding: 40px 0 80px;
  background: linear-gradient(180deg, rgba(32, 40, 45, 0.1) 0%, rgba(255, 255, 255, 0.1) 96%);
  position: relative;
}

.page-about .hero-header {
  text-align: center;
  margin-bottom: 62px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-about .hero-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 0px;
}

.page-about .hero-visuals {
  position: relative;
  margin-bottom: 40px;
}

.page-about .merged-visuals {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.page-about .main-hero-img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.page-about .deco-circle-1 {
  position: absolute;
  top: -116px;
  left: -163px;
  width: 132px;
  z-index: 1;
}

.page-about .deco-circle-2 {
  position: absolute;
  top: -176px;
  width: 92px;
  z-index: 1;
  left: 50%;
}

.page-about .deco-shape {
  position: absolute;
  top: -97px;
  left: calc(100% + 6px);
  width: 234px;
  z-index: 1;
}

.page-about .hero-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .page-about .hero-title {
    font-size: 32px;
  }

  .page-about .deco-circle-1,
  .page-about .deco-circle-2,
  .page-about .deco-shape {
    display: none;
  }
}

.page-about .partners-section {
  padding: 89px 0;
  background-image: url('../images/210406909860e45525da3c05e98990b55492a0bd.png');
  background-size: cover;
  background-position: center;
}

.page-about .partners-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 58px;
}

.page-about .partner-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-width: 180px;
	 */
  height: 78px;
}

.page-about .partner-card img {
  width: 130px;
}

@media (max-width: 767px) {
  .page-about .partners-grid {
    gap: 10px;
  }

  .page-about .partner-card {
    min-width: 140px;
    padding: 15px;
  }
}

.page-about .methodology-section {
  padding: 80px 0;
}

.page-about .methodology-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 75px;
}

.page-about .methodology-features {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}

.page-about .feature-item {
  display: flex;
  align-items: center;
  gap: 32px;
  background-color: #f4f4f4;
  padding: 40px 40px;
  border-radius: 12px;
}

.page-about .feature-icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}

.page-about .feature-text h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 2px;
  margin-top: 2px;
}

.page-about .feature-text p {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 28px;
}

.page-about .methodology-info {
  flex: 1;
  position: relative;
}

.page-about .methodology-info-top {
  padding-top: 84px;
  padding-left: 107px;
}

.page-about .methodology-info-top .section-title {
  line-height: 56px;
  margin-bottom: 24px;
}

.page-about .methodology-info .pill {
  margin-bottom: 24px;
}

.page-about .methodology-desc {
  color: #363636;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 24px;
  padding-right: 20px;
}

.page-about .decorative-line {
  margin-top: 24px;
}

.page-about .team-section {
  padding: 80px 0 75px;
  background-color: #fff;
}

.page-about .team-section .pill {
  margin-bottom: 24px;
}

.page-about .team-section .section-title {
  line-height: 56px;
  margin-bottom: 24px;
}

.page-about .team-header {
  text-align: center;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-about .team-subtitle {
  color: #363636;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 0;
}

.page-about .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.page-about .team-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.page-about .team-img-wrapper img {
  width: 100%;
  height: 412px;
  object-fit: cover;
  border-radius: 15px;
}

.page-about .team-info {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: calc(100% - 48px);
  padding: 16px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.07);
}

.page-about .team-info h4 {
  color: var(--primary-red);
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.page-about .team-info p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 24px;
}

.page-about .team-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.page-about .dot {
  width: 8px;
  height: 8px;
  background-color: #ffcac7;
  border-radius: 4px;
  cursor: pointer;
}

.page-about .dot.active {
  width: 20px;
  height: 6px;
  background-color: transparent;
  border: 1px solid var(--primary-red);
  border-radius: 3px;
  position: relative;
}

.page-about .dot.active::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffcac7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .page-about .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .page-about .team-grid {
    grid-template-columns: 1fr;
  }
}

.page-about .values-section {
  padding: 80px 0;
  background-color: var(--bg-pink);
}

.page-about .values-section .pill {
  margin-bottom: 24px;
}

.page-about .values-layout {
  display: flex;
  align-items: center;
  gap: 138px;
}

.page-about .values-image {
  flex: 1;
}

.page-about .values-image img {
  border-radius: 5px;
  width: 100%;
}

.page-about .values-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-about .values-list {
  margin-top: 13px;
  width: 100%;
}

.page-about .value-item {
  display: flex;
  align-items: center;
  gap: 110px;
  padding: 0;
}

.page-about .value-item+.value-item {
  margin-top: 40px;
}

.page-about .value-icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: var(--primary-red);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.page-about .value-icon-box .line img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 100%;
  z-index: 1;
}

.page-about .value-icon-box .circle svg {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -10px;
  z-index: 2;
}

.page-about .value-icon img {
  width: 52px;
  height: 52px;
}

.page-about .value-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  background-color: #fff;
  color: #c1231a;
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  outline: 9px solid #fb685f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.page-about .value-text {
  position: relative;
  background-color: var(--primary-red);
  padding: 38px 48px;
}

.page-about .value-text h4 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.page-about .value-text p {
  color: #c9c9c9;
  font-size: 16px;
  line-height: 24px;
}

.page-about .divider {
  height: 1px;
  background-color: #fb685f;
  width: 100%;
  opacity: 0.3;
}

@media (max-width: 1024px) {
  .page-about .stats-grid {
    gap: 20px !important;
  }

  .page-about .methodology-info-top {
    padding-top: 0px;
    padding-left: 0px;
  }

  .page-about .values-layout {
    gap: 48px;
  }

  .page-about .values-layout {
    flex-direction: column;
  }

  .page-about .values-image {
    width: 100%;
  }
}

.page-about .stats-section {
  padding: 80px 0;
  background-color: #fff;
}

.page-about .stats-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.page-about .stat-item {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 32px;
}

.page-about .stat-icon {
  width: 100px;
  height: 100px;
  background-color: #ffeeed;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.page-about .stat-icon img {
  width: 50px;
  height: 50px;
}

.page-about .stat-info {
  display: flex;
  flex-direction: column;
}

.page-about .stat-number {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: var(--primary-black);
}

.page-about .stat-label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #7e7e7e;
  margin-top: 5px;
}

.page-about .stat-divider {
  width: 1px;
  height: 100px;
  background-color: #e1e4ed;
}

@media (max-width: 767px) {
  .page-about .stats-grid {
    flex-direction: column;
    gap: 40px;
  }

  .page-about .stat-divider {
    width: 100%;
    height: 1px;
  }
}

.cta-section {
  position: relative;
  padding: 100px 0;
  background-image: url('/images/contact-bg.jpg');
  background-size: 100% 100%;
  text-align: center;
}

.cta-section .pill {
  margin-bottom: 24px;
}

.cta-section .cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-section .cta-title {
  font-size: 48px;
  margin: 16px 0;
}

.cta-section .cta-desc {
  font-size: 18px;
  line-height: 28px;
  color: var(--primary-black);
  margin-bottom: 64px;
}

.cta-section .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--primary-red);
  color: #fff;
  padding: 14.5px 44px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s;
}

.cta-section .btn-primary:hover {
  background-color: #a01d15;
}

@media (max-width: 767px) {
  footer .footer-links {
    text-align: left !important;
  }

  .page-about .cta-desc {
    margin-bottom: 24px;
  }

  .page-about .cta-section {
    padding: 40px 0;
  }

  .page-about .values-section {
    padding: 40px 0;
  }

  .page-about .value-icon-box .circle,
  .page-about .value-icon-box .line {
    display: none;
  }

  .page-about .value-item {
    gap: 10px;
  }

  .page-about .team-section {
    padding: 40px 0;
  }

  .page-about .methodology-section {
    padding: 40px 0;
  }

  .page-about .methodology-info-top {
    padding-top: 0;
    padding-left: 0;
  }

  .page-about .methodology-layout {
    flex-direction: column;
    gap: 30px;
  }

  .page-about .partners-section {
    padding: 40px 0;
  }

  .page-about .hero-section {
    padding: 40px 0 40px;
  }

  .page-about .hero-content {
    gap: 12px;
    font-size: 14px;
    line-height: 28px;
  }

  .page-about .hero-header {
    margin-bottom: 20px;
  }
}

/* Page news */
.elementor-pagination .page-numbers:not(.prev, .next) {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #FFCAC7 !important;
  position: relative;
  font-size: 0 !important;
  display: inline-flex;
}

.elementor-pagination .page-numbers.current {
  border: 1px solid #C1231A !important;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.elementor-pagination .page-numbers.current::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #C1231A !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.elementor-pagination .page-numbers {
  color: #000 !important;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}

div.elementor-widget-posts a.elementor-post__read-more {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #C1231A;
  position: relative;
}

div.elementor-widget-posts a.elementor-post__read-more::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/icon_showmore.svg") no-repeat center;
  position: absolute;
  right: -32px;
  top: 0;
}

.elementor-posts .elementor-post {
  align-items: center !important;
}

div.elementor-widget-posts a.elementor-post__read-more::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 48px);
  height: 2px;
  background-color: #C1231A;
  bottom: -11px;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}

.elementor-posts--thumbnail-top .elementor-post__text {
  padding-bottom: 10px !important;
}

.elementor-posts .elementor-post__excerpt {
  margin-bottom: 32px !important;
}

div.elementor-posts .elementor-post__excerpt p {
  font-size: 20px;
  line-height: 32px;
  display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-posts .elementor-post__meta-data .elementor-post-date {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
}

.elementor-posts .elementor-post__meta-data {
  margin-bottom: 11px !important;
}

.elementor-posts .elementor-post__meta-data .elementor-post-date::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/icon_calendar.svg") no-repeat center;
  position: absolute;
  left: 0px;
}

.elementor-widget-posts .elementor-post__title {
  margin-bottom: 9px !important;
}

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700 !important;
  color: #363636 !important;
}

.elementor-posts .elementor-post {
  flex-direction: row !important;
  gap: 88px;
}

.elementor-posts .elementor-post__thumbnail {
  padding-bottom: 0 !important;
  width: 700px !important;
}

#hero-banner .breadcrumb ul li a,
#hero-banner .breadcrumb ul li a::after {
  color: #fff;
}

#hero-banner .breadcrumb ul li a svg path {
  stroke: #fff;
}

#hero-banner.hero-section {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)),
    url('/images/85a842ff2cbc9539982f533edaf62305265dc75c.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding: 41px 0;
}

#hero-banner .hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
}

#hero-banner .title-wrapper {
  position: relative;
  width: 580px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero-banner .ghost-text {
  position: absolute;
  top: -28px;
  font-size: 150px;
  font-weight: 800;
  line-height: 150px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.24);
  opacity: 1;
  white-space: nowrap;
  z-index: 1;
  user-select: none;
}

#hero-banner .ghost-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 2;
  pointer-events: none;
}

#hero-banner .main-title {
  position: relative;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  z-index: 3;
  text-align: center;
}

@media (max-width: 1024px) {
  #hero-banner .breadcrumb-nav {
    left: 40px;
  }
}

@media (max-width: 768px) {
  #hero-banner .hero-section {
    height: 400px;
  }

  #hero-banner .breadcrumb-nav {
    left: 20px;
    top: 20px;
  }

  #hero-banner .ghost-text {
    font-size: 80px;
    line-height: 100px;
  }

  #hero-banner .main-title {
    font-size: 40px;
  }

  #hero-banner .title-wrapper {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  #hero-banner .ghost-text {
    font-size: 50px;
    line-height: 60px;
  }

  #hero-banner .main-title {
    font-size: 28px;
  }
}


/* Footer */
footer {
  position: relative;
}

.site-footer {
  background-image: url('https://tamiacademy.com/wp-content/uploads/2026/02/footer-bg-1.png');
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 43px;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E1E4ED;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.brand-col {
  max-width: 350px;
}

.footer-logo img {
  width: 246px;
	height:auto;
  margin-bottom: 8px;
}

.footer-desc {
  color: #fff;
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 24px;
  padding-right: 15px;
}

footer .social-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase;
}

footer .social-icons {
  display: flex;
  gap: 16px;
}

footer .social-icons img {
  width: 32px;
  height: 32px;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.footer-divider {
  width: 40px;
  height: 2px;
  background-color: var(--primary-red);
  margin-bottom: 34px;
  position: relative;
}

.footer-divider::after {
  content: '';
  position: absolute;
  left: 50px;
  width: 10px;
  height: 2px;
  background-color: var(--primary-red);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.footer-links li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 9.5px;
  left: 11px;
  background-color: #fff;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--primary-red);
}

footer .contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

footer .contact-icon {
  width: 40px;
  height: 40px;
  background: #ffeeed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

footer .contact-icon img {
  width: 14px;
}

footer .contact-label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #ccc;
  margin-bottom: 4px;
}

footer .contact-value {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom {
  padding: 23.5px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 1365px) {
  .elementor-posts .elementor-post {
    gap: 30px;
}
  .elementor-posts--thumbnail-top .elementor-post__thumbnail__link{
    width: 500px;
  }
  .elementor-posts .elementor-post__thumbnail {
    width: 500px !important;
}
  .header-main .btn-contact-now {
    width: auto;
    padding: 10px 15px;
  }

  .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 13px 15px !important;
  }
}

@media (max-width: 1024px) {
  .elementor-posts .elementor-post__thumbnail{
    width: 100% !important;
  }
  .elementor-posts .elementor-post{
    flex-direction: column !important;
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: initial !important;
}
  .header-top .trp-shortcode-switcher__wrapper {
    right: 15px !important;
  }

  .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
    padding-right: 0 !important;
    gap: 0;
  }

  .header-top .trp-shortcode-switcher__wrapper {
    right: 15px;
  }

  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    background-color: transparent !important;
  }

  .elementor-nav-menu--dropdown {
    max-height: 0px !important;
    transform: none !important;
    position: absolute;
    right: 0px;
    top: 29px;
    width: 300px;
    background: #fff;
    z-index: 100;
    border-radius: 3px;
    padding: 0 !important;
    overflow: hidden;
  }

  .elementor-nav-menu--dropdown.open {
    /* max-height: 500px !important; */
    padding: 4px 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  }

  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }

  .menu-item-has-children::after {
    display: none !important;
  }

  .elementor-nav-menu--dropdown .elementor-item:hover {
    background-color: #ebebeb !important;
    color: #000 !important;
  }

  .elementor-nav-menu li {
    margin-right: 0 !important;
  }

  .menu-item.menu-item-has-children .sub-menu{
    width: 100%;
    box-shadow: none;
  }
	
	.menu-item.menu-item-has-children .sub-menu .sub-menu{
        display: block;
    max-height: 300px !important;
    top: 100%;
    padding-left: 30px !important;
  }

  .menu-item.menu-item-has-children .sub-menu.open {
    max-height: 900px !important;
    position: static;
  }

  .menu-item.menu-item-has-children:hover .sub-menu li a {
    padding-left: 35px !important;
    font-size: 13px !important;
  }

  .menu-item-has-children::before {
    right: 18px;
    transform: none;
    top: 12px;
    pointer-events: none;
  }
}

/* Comming soon */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.breadcrumb p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.p-coming-soon .breadcrumb {
  margin-top: 40px;
}
.p-coming-soon .breadcrumb svg {
  color: #000000;
}
.p-coming-soon .breadcrumb p {
  color: #363636;
}
.p-coming-soon .wrap-content {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-coming-soon .wrap-content .content {
  max-width: 504px;
  margin: auto;
}
.p-coming-soon .wrap-content .content h2 {
  color: #080808;
  font-weight: 700;
  font-size: 62px;
  line-height: 74.4px;
  text-align: center;
  margin-bottom: 32px;
}
.p-coming-soon .wrap-content .content p {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 767px){
  .p-coming-soon .wrap-content .content h2{
    font-size: 30px;
    line-height: 42px;
  }
  .p-coming-soon .wrap-content .content p {
    font-size: 14px;
    line-height: 28px;
  }
}

/* Co so vat chat */
.p-infrastructure {
  position: relative;
}
.p-infrastructure .background > img{
  height: 500px;
  object-fit: cover;
}
.p-infrastructure .background .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
}
.p-infrastructure .background .content .title h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
  color: transparent;
/*   font-family: "DM Sans", sans-serif; */
	font-family: monospace;
  -webkit-text-stroke: 1px #FFF;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  top: 128px;
  -webkit-text-stroke-width: 1px;
  opacity: 0.24;
}
.p-infrastructure .background .content .title h4 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  width: 100%;
  top: 193px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-infrastructure .solution .title {
  margin: 80px 0 22px;
  position: relative;
}
.p-infrastructure .solution .title h3 {
  color: #080808;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-infrastructure .solution .title svg {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-infrastructure .solution .content {
  margin-top: 64px;
  display: -ms-grid;
  display: grid;
  gap: 45px;
  -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.p-infrastructure .solution .content .box hr {
  margin: 22px 0 20px;
}
.p-infrastructure .solution .content .box img {
  border-radius: 12px;
  width: 100%;
}
.p-infrastructure .solution .content .box .text h3 {
  color: #080808;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 8px;
}
.p-infrastructure .solution .content .box .text p {
  color: #363636;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-height: 112px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-infrastructure .slide-block {
  margin-top: 80px;
  position: relative;
  height: 798px;
}
.p-infrastructure .slide-block .bg {
  position: absolute;
}
.p-infrastructure .slide-block .bg img {
  min-height: 798px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-infrastructure .slide-block .infrastructure-slide {
  position: relative;
  max-width: 1228px;
  width: 100%;
  margin: auto;
  height: 798px;
}
.p-infrastructure .slide-block .infrastructure-slide .box {
  width: 1440px;
  max-width: 100%;
  padding-top: 232px;
}
.p-infrastructure .slide-block .infrastructure-slide .box h3 {
  color: #FFF;
  font-weight: 700;
  font-size: 160px;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.p-infrastructure .slide-block .infrastructure-slide .box h3:first-child {
  text-align: left;
}
.p-infrastructure .slide-block .infrastructure-slide .box h3:last-child {
  text-align: right;
}
.p-infrastructure .slide-block .slick-dots {
  margin-top: 150px;
  padding-left: 0;
}
.p-infrastructure .slide-block .slick-dots li{
  list-style: none;
}
.p-infrastructure .foot {
  padding: 0 16px;
}
.p-infrastructure .foot .bg {
  position: absolute;
  left: 0;
  height: 320px;
}
.p-infrastructure .foot .bg img {
  height: 320px;
}
.p-infrastructure .foot .content {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-infrastructure .foot .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-infrastructure .foot .content .box .text h4 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.p-infrastructure .foot .content .box .text p {
  color: #F4F4F4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .p-infrastructure .background > img{
    height: 27vw;
  }
}
@media (max-width: 1440px) {
  .p-infrastructure .background .content {
    padding: 0 16px;
  }
  .p-infrastructure .background .content .title h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    top: 70px;
  }
  .p-infrastructure .background .content .title h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    top: 85px;
  }
  .p-infrastructure .solution .content {
    gap: 16px;
    padding: 0 16px;
  }
  .p-infrastructure .solution .content .box .text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .p-infrastructure .foot .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-infrastructure .foot .content .box {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .p-infrastructure .slide-block .infrastructure-slide .box {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 270px;
  }
  .p-infrastructure .slide-block .infrastructure-slide .box h3 {
    font-weight: 600;
    font-size: 100px;
    line-height: 120px;
  }
  .p-infrastructure .foot .content .box {
    width: calc(50% - 30px);
  }
  .p-infrastructure .foot .content .line {
    display: none;
  }
}
@media (max-width: 768px) {
  .methodology-section .container, .team-section .container{
    padding: 0;
  }
  .background{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .p-infrastructure .background > img{
    height: 250px;
  }
  .p-infrastructure .solution .title {
    margin-bottom: 40px;
  }
  .p-infrastructure .solution .title h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .p-infrastructure .solution .content {
    padding: 0;
    gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-infrastructure .slide-block {
    height: 300px;
  }
  .p-infrastructure .slide-block .bg img {
    min-height: 300px;
  }
  .p-infrastructure .slide-block .infrastructure-slide .box {
    padding-top: 70px;
  }
  .p-infrastructure .slide-block .infrastructure-slide .box h3 {
    font-size: 50px;
    line-height: 78px;
    margin-bottom: 0;
  }
  .p-infrastructure .slide-block .slick-dots {
    margin-top: 35px;
  }
  .p-infrastructure + .cta-section{
    margin-bottom: 30px;
  }
  .p-infrastructure .foot {
    height: 500px;
  }
  .p-infrastructure .foot .bg {
    height: 500px;
  }
  .p-infrastructure .foot .bg img {
    height: 500px;
  }
  .p-infrastructure .foot .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 35px;
  }
  .p-infrastructure .foot .content .box {
    width: 100%;
  }
}

/* Traine */
.trainees-slide {
  margin-top: 62px;
}
.trainees-slide .slick-slide {
  margin: 0 24px;
}
.trainees-slide .slick-list {
  margin: 0 -24px;
}
.trainees-slide .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  padding: 32px 32px 56px 32px;
  border: 1px solid #F4F4F4;
  border-radius: 20px;
  gap: 24px;
  text-align: left;
}
.trainees-slide .box .img-avatar img {
  border-radius: 16px;
  min-width: 260px;
  transform: none;
}
.trainees-slide .box .content .stars{
  display: flex;
}
.trainees-slide .box .content h2 {
  color: #080808;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
.trainees-slide .box .content h3 {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0 24px;
}
.trainees-slide .box .content p {
  color: #363636;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.trainees-slide .slick-dots {
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .trainees-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .trainees-slide .slick-slide{
    margin: 0;
  }
  .trainees-slide .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}
.title-common {
  margin: 80px 0 22px;
  position: relative;
}
.title-common h3 {
  color: #080808;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.title-common svg {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .title-common {
    margin: 50px 0 22px;
  }
  .title-common h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
  }
}

.group-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.group-select .select-custom {
  width: 280px;
  font-family: system-ui, sans-serif;
  position: relative;
}
.group-select .select-custom > h5 {
  color: #080808;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.group-select .select-custom details {
  position: relative;
}
.group-select .select-custom summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  padding: 11px 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.group-select .select-custom summary span {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.group-select .select-custom summary::-webkit-details-marker {
  display: none;
}
.group-select .select-custom .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.group-select .select-custom details[open] .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.group-select .select-custom ul {
  position: absolute;
  width: 100%;
  margin: 1px 0 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
          z-index: 1;
}
.group-select .select-custom li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  cursor: pointer;
  color: #363636;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.group-select .select-custom li label:hover {
  background: #f5f5f5;
}
.group-select .select-custom .check {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-select .select-custom .check svg {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}
.group-select .select-custom #location-hn:checked ~ details ul label[for=location-hn] .check svg,
.group-select .select-custom #location-dn:checked ~ details ul label[for=location-dn] .check svg,
.group-select .select-custom #location-onl:checked ~ details ul label[for=location-onl] .check svg,
.group-select .select-custom #location-hcm:checked ~ details ul label[for=location-hcm] .check svg,
.group-select .select-custom #time-now:checked ~ details ul label[for=time-now] .check svg,
.group-select .select-custom #time-next:checked ~ details ul label[for=time-next] .check svg,
.group-select .select-custom #time-quarter:checked ~ details ul label[for=time-quarter] .check svg,
.group-select .select-custom #time-next-quarter:checked ~ details ul label[for=time-next-quarter] .check svg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.dropdown-progress .accordion {
  width: 860px;
  max-width: 100%;
  margin: 20px auto;
}
.dropdown-progress .item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #C9C9C9;
  padding: 0 32px;
}
.dropdown-progress .header {
  padding: 20px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.dropdown-progress .header > h3 {
  color: #080808;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.dropdown-progress .header > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          min-width: 100px;
    justify-content: flex-end;
}
.dropdown-progress .badge {
  color: #C1231A;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  display: contents;
  white-space: nowrap;
}
.dropdown-progress .arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.dropdown-progress .item.active .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dropdown-progress .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0;
  border-top: 1px solid #F4F4F4;
}
.dropdown-progress .item.active .content {
  padding: 0 0 12px 0;
  max-height: 70vh;
}
.dropdown-progress .module {
  margin-top: 12px;
}
.dropdown-progress .module p, .dropdown-progress .module .module-title {
  color: #363636;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.dropdown-progress .module .module-title {
  font-weight: 600;
}
.dropdown-progress .module p {
  position: relative;
  padding-left: 16px;
}
.dropdown-progress .module p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #363636;
}
@media (max-width: 861px) {
  .dropdown-progress {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .group-select .select-custom summary{
    padding: 5px 10px;
  }
  .dropdown-progress .item {
    padding: 0 10px;
  }
  .dropdown-progress .header > h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.p-blog .contact-us .content {
  position: relative;
  top: 0;
  margin-top: 80px;
}
.p-blog .contact-us .content .commont-title {
  margin-bottom: 40px;
}
.p-blog .contact-us .content .commont-title p {
  margin: auto;
  max-width: 816px;
  padding: 0 16px;
}
.p-blog .news-list {
  max-width: 1460px;
  margin: 64px auto 80px;
  padding: 0 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.p-blog .news-card {
  position: relative;
  height: 470px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.p-blog .news-bg {
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-blog .news-bg img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fill-available;
}
.p-blog .news-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%);
}
.p-blog .news-content {
  position: absolute;
  left: 24px;
  right: 20px;
  bottom: 24px;
  color: #fff;
  z-index: 2;
}
.p-blog .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 12px;
}
.p-blog .news-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.p-blog .news-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}
.p-blog .desc {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-blog .news-title a{
  color: #FFFFFF;
}
.p-blog .news-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.p-blog .news-link .arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: contents;
}
.p-blog .news-card:hover .news-bg {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-blog .news-card:hover .news-link .arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media (max-width: 992px) {
  .p-blog .contact-us{
    padding: 0 16px;
  }
  .p-blog .news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px){
  .elementor-posts--thumbnail-top .elementor-post__thumbnail__link{
    width: 100% !important;
  }
  .elementor-posts--thumbnail-top .elementor-post__thumbnail__link img,.elementor-posts--thumbnail-top .elementor-post__thumbnail__link .elementor-post__thumbnail{
    width: 100% !important;
    height: 250px;
    object-fit: cover;
  }
  .p-blog .contact-us .content .commont-title p{
    padding: 0;
  }
  .p-blog .desc{
    display: none;
  }
}
@media (max-width: 600px) {
  .p-blog .news-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-blog .news-card {
    height: 300px;
  }
}

.p-docs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 0px;
}
.p-docs .tab {
  padding: 7px 24px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #1C2539;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.p-docs .tab.active {
  background: #C1231A;
  color: #fff;
  border-color: #C1231A;
}
.p-docs .tab:hover:not(.active) {
  background: #e7e7e7;
}
.p-docs .tab-contents {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  min-height: 120px;
}
.p-docs .tab-content {
  display: none;
  font-size: 18px;
}
.p-docs .tab-content.active {
  display: block;
}
.p-docs .news-list {
  margin: 20px auto 80px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1470px;
}
.p-docs .news-card {
  height: 398px;
  border-radius: 0;
}
.p-docs .news-card::after {
  position: absolute;
  content: "";
  bottom: -1px;
  right: -1px;
  width: 80px;
  height: 80px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #FFF;
}
.p-docs .news-bg {
  inset: 1px;
}
.p-docs .news-bg img {
  border-radius: 0;
  width: 100%;
}
.p-docs .news-overlay {
  inset: 1px;
}
.p-docs .news-content {
  position: absolute;
  left: 24px;
  right: 20px;
  bottom: 24px;
  color: #fff;
  z-index: 2;
}
.p-docs .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 12px;
}
.p-docs .news-meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-docs .news-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}
.p-docs p.desc {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .p-docs .tab-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .p-docs .l-container{
    padding: 0;
  }
  .p-docs .news-list {
    padding: 0 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-docs .news-card {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .p-docs .tabs {
    gap: 10px;
    flex-wrap: wrap;
  }
  .p-docs .tabs .tab {
    padding: 3px 10px;
  }
  .p-docs p.desc {
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
  }
  .p-docs .news-meta {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-docs .news-content {
    left: 12px;
  }
}
.post-content{
  font-size: 20px;
  line-height: 32px;
}
.post-content h1 { font-size: 36px; line-height: 1.25; margin-bottom: 15px; }
.post-content h2 { font-size: 28px; line-height: 1.3; margin-bottom: 15px;}
.post-content h3 { font-size: 22px; line-height: 1.4; margin-bottom: 15px;}
.post-content h4 { font-size: 18px; line-height: 1.45; margin-bottom: 15px;}
.post-content h5 { font-size: 16px; line-height: 1.5; margin-bottom: 15px;}
.post-content h6 { font-size: 14px; line-height: 1.5; margin-bottom: 15px;}
.post-content .eael-breadcrumbs__content{
  border: none;
  background: transparent !important;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  flex-wrap: wrap;
}
.post-content .eael-breadcrumbs__content a{
  color: #363636;
}
.post-content p{
  margin-bottom: 32px;
}
.post-content p, .post-content li{
  font-size: 20px;
  line-height: 32px;
}
.post-content ul{
  padding-left: 30px;
  margin-bottom: 32px;
}
.post-content li{
  list-style: disc;
}
.post-content .elementor-post-info{
  padding: 0;
  margin-bottom: 0;
}
.post-content .elementor-post-info a{
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-content .elementor-post-info li{
  list-style: none;
  display: inline-flex;
}
.elementor-posts-container .elementor-post__thumbnail__link{
    width: 100% !important;
  }
@media (max-width: 1439px){
  .post-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-67 .post-content, 
  .post-70 .post-content,
  .post-138 .post-content,
  .post-215 .post-content{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px){
	#introduce{
		padding-top: 70px;
	}
  .elementor-posts{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .post-content .l-container{
    padding: 0;
  }
  .post-content p, .post-content li {
    font-size: 14px;
    line-height: 24px;
  }
  .post-content p, .post-content ul {
      margin-bottom: 15px;
  }
}
.post-73 .post-content{
  padding: 0 !important;
}
.wpcf7 form .wpcf7-response-output{
  margin: 20px 0;
  font-size: 16px;
}
.wpcf7-spinner::before{
  animation-name: spin-new;
  /* transform: none !important; */
}
@keyframes spin-new {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-contact {
  margin-top: 80px;
  font-family: "Roboto";
}
.p-contact input:focus, textarea:focus{
  outline: none;
}
.p-contact .contact {
  padding: 60px 20px;
}
.p-contact .container {
  max-width: 1264px;
  margin: auto;
}
.p-contact .contact-header {
  text-align: center;
  margin-bottom: 64px;
}
.p-contact .contact-header h2 {
  color: #080808;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 12px;
}
.p-contact .contact-header p {
  color: #080808;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.p-contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-contact .contact-form {
  background: #FFEEED;
  padding: 60px 190px 60px 60px;
  border-radius: 10px;
  width: 862px;
  min-width: 862px;
}
.p-contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-contact .field label{
  display: flex;
}
.p-contact .field .wpcf7-form-control-wrap{
  display: flex;
  flex-direction: column;
}
.p-contact .field .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  font-size: 14px;
}
.p-contact .field p{
  margin-bottom: 0;
}
.p-contact .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact .field br{
  display: none;
}
.p-contact .field label {
  color: #080808;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.p-contact .field label > span {
  color: #FF4040;
}
.p-contact .field input,
.p-contact .field textarea {
  padding: 11px 16px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.p-contact .field input::-webkit-input-placeholder, .p-contact .field textarea::-webkit-input-placeholder {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-contact .field input::-moz-placeholder, .p-contact .field textarea::-moz-placeholder {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-contact .field input:-ms-input-placeholder, .p-contact .field textarea:-ms-input-placeholder {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-contact .field input::-ms-input-placeholder, .p-contact .field textarea::-ms-input-placeholder {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-contact .field input::placeholder,
.p-contact .field textarea::placeholder {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.p-contact .field textarea {
  resize: vertical;
  margin-top: 24px;
  height: 140px;
  padding-top: 16px;
}
.p-contact .contact-form button, .p-contact .contact-form .btn-submit {
  background: #C1231A;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 64px;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 16px 62px;
  width: 219px;
}
.p-contact .contact-form button:hover {
  opacity: 0.9;
}
.p-contact .contact-info {
  background: #C1231A;
  padding: 60px;
  border-radius: 12px;
  max-height: 493px;
  width: 532px;
  position: absolute;
  right: 0;
  top: 93px;
}
.p-contact .contact-info h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  position: relative;
  margin-bottom: 60px;
}
.p-contact .contact-info h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100px;
  bottom: -12px;
  left: 0;
  background: #FFF;
}
.p-contact .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 44px;
  align-items: center;
}
.p-contact .info-item p {
  color: #F4F4F4;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.p-contact .info-item strong {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1300px) {
  .p-contact{
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-contact .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .contact-form {
    padding-right: 60px;
  }
  .p-contact .contact-info {
    position: relative;
    width: 100%;
    padding: 30px;
    margin-bottom: 80px;
  }
  .p-contact .container {
    max-width: 100vw;
    padding: 0 16px;
  }
}
@media (max-width: 900px) {
  .p-contact .p-contact {
    padding: 0 16px;
  }
  .p-contact .contact-form {
    padding: 16px;
    min-width: 100%;
    width: 100%;
  }
  .p-contact .contact-info {
    position: relative;
  }
  .p-contact .container {
    max-width: 100vw;
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .p-contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact .contact-header h2 {
    font-size: 26px;
  }
  .p-contact .contact-info {
    width: 100%;
    padding: 16px;
  }
}


.custom-accordion .eael-accordion-list{
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  padding: 13px 21px;
}
.custom-accordion .elementor-tab-title{
  background-color: transparent !important;
}
.custom-accordion .elementor-tab-title i{
  width: 20px;
  height: 20px;
  margin: 0;
  background: url("/images/icon-right.svg") no-repeat center;
  display: block;
}
.custom-accordion .elementor-tab-title i::before{
  display: none;
}
.custom-accordion .eael-accordion-tab-title{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.custom-accordion .eael-accordion-tab-title span{
    color: #C1231A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 15px !important;
}
.custom-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-content{
  border: none;
}