@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root{
    --primary-color: #FFC90F;
    --color-primary: var(--primary-color);
    --ft-text-color: #454545;
    --heading-font: "Be Vietnam Pro", sans-serif;
    --body-font: "IBM Plex Serif", serif;
    --color-body: #000;
    --h1: 45px;
    --h2: 30px;
    --h3: 28px;
    --h4: 25px;
    --h5: 22px;
    --h6: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: var(--heading-font);
}
body{
    font-family: var(--body-font);
}
.echo-hero-section.inner .echo-hero-baner p{
    font-size: 18px;
    line-height: 1.618;
}
.echo-header-top{
    background: var(--primary-color)
}
.echo-meta-total-jobs .swiper-slide{
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.echo-meta-total-jobs .swiper-slide a{
    font-size: 1.2rem;
    text-transform: lowercase;
}
.echo-header-top-date{
    font-size: 1.5rem;
}
.echo-header-top-subs-social-menu .echo-header-top-subscribe-btn a{
    padding: 10px 25px;
}
.slick-dots {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slick-dots li {
    width: 12px;
    height: 8px;
    background-color: #000;
    opacity: 0.5;
    margin: 0 6px;
    cursor: pointer;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slick-dots li.slick-active {
    opacity: 1;
    width: 24px;
    background-color: #FFC90F;
}
.rounded-5{
    border-radius: 2rem !important;
}
.rounded-4{
    border-radius: 1rem !important;
}
.echo-hero-title{
    margin-top: 15px;
}
.title {
    line-height: 1.5 !important;
    margin-bottom: 5px;
}
.title-2{
    font-size: 20px !important;
}
.title-3{
    font-size: 16px !important;
}
.title-4{
    font-size: 14px !important;
}
.text-title-overflow-ellipses-2line {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.text-title-overflow-ellipses-3line {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.text-title-overflow-ellipses-4line {
    width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.echo-feature-area{
    padding-top: 15px;
}
.echo-footer-area{
    background-color: var(--primary-color);
    padding-top: 30px;
}
.echo-get-in-tuch h4, .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address span, .echo-footer-area .echo-row .echo-footer-content-4 .echo-footer-news-text p, .echo-footer-area .echo-row .echo-footer-content-1 .echo-footer-address .echo-footer-social-media a{
    color: var(--ft-text-color);
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-footer-area-subscribe-button button{
    background-color: var(--ft-text-color);
    border: none;
    border-radius: 10px;
}
.footer-logo img{
    max-width: 80px;
}
.echo-footer-area .echo-row .echo-footer-content-4 .echo-subscribe-box-button form .echo-subscribe-input-fill input{
    border: none;
    background-color: #f5e4a9;
    border-radius: 10px;
}
.echo-feature-area-right-site-audio-news{
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}
.echo-feature-area-right-site-audio-news:last-child{
    border-bottom: none;
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box button{
    background-color: var(--primary-color);
}
.echo-feature-area .echo-feature-area-right-site-newsletter .echo-feature-area-right-site-news-subscribe form .echo-feature-area-right-site-input-box input[type=email]{
    border-color: var(--primary-color);
}
.categories.blog-categories{
    margin-bottom: 15px;
}
.categories.blog-categories ul.nav{
    flex-direction: column;
    gap: 10px;
}
.categories.blog-categories ul.nav >li{
    display: grid;
    margin: 0;
}
.categories.blog-categories ul.nav >li:last-child > a{
    border: none;
}
.video-post-item .video-play-button{
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    animation-name: videobuttonpopup;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
}
.video-post-item .video-play-button span{
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 14px solid var(--color-primary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 47%;
}
.video-post-item .video-play-button::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
    background: #FFFFFF;
    border: 0.5px solid #ffffff;
}
.echo-get-in-tuch h4::after{
    display: none;
}
.echo-breadcrumb-area .breadcrumb-inner .title{
    font-size: 3rem !important;
}
.echo-feature-area .echo-feature-area-option .echo-feature-area-option-content .echo-feature-area-option-number h3{
    font-size: 50px;
}