/*
Theme Name: one-page
Theme URI: https://xdevlabs.com/themes/simple-wp-theme/
Author: the xDevLabs team
Author URI: https://xdevlabs.com/
Description: Blank is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how xDev-theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xdev-theme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Xdev-theme WordPress Theme, (C) 2021 xDevlabs.com
Xdev-theme is distributed under the terms of the GNU GPL.
*/

.page-privacy-policy{
    padding-bottom: 170px;
}
.dl-content dl{

}
.dl-content dl+dl{
    margin-top: 38px;
}
.dl-content dl dt{
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #001DBA;
}
.dl-content dl dd{
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #C3C3C3;
}
.dl-content dl dd ol,
.dl-content dl dd ul{
    padding: 0;
    margin: 30px 0;
    list-style-position: inside;
}

.page-sitemap{
    padding-bottom: 170px;
}
.page-sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    gap: 27px 70px;
}
.page-sitemap ul li a {
    color: var(--text-body);
    background: url("assets/images/arrow-circle-blue-light-right.svg") no-repeat 100% 4px/17px;
    padding-right: 26px;
}
.page-sitemap ul li a:hover {
    color: var(--primary);
}
@media only screen and (min-width: 1200px) {
    .page-sitemap ul li:nth-child(7) {
        margin-right: 70px;
    }
}

.page-notfound{
    padding-block: 37px 240px;
    background: url("assets/images/notfound_bg.png") bottom center no-repeat;
}
.page-notfound figure{
    margin-bottom: 25px;
}
.page-notfound h3{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 18px;
}
.page-notfound p{
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
    #toc_container {
        padding: 30px;
        margin-block: 15px 57px;
    }
}
@media only screen and (min-width: 1200px) {
    #toc_container {
        padding: 42px 50px 43px;
    }
}
div#toc_container p.toc_title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin: 0 0 7px;
    text-align: left;
}
div#toc_container ul.toc_list a{
    font-size: 16px;
    font-weight: 700;
    line-height: 2.1875;
    letter-spacing: 0.1em;
    text-decoration: underline;
}
/*======================================*/

.recruitment-filter {
    margin-top: 43px;
}
.recruitment-filter__type {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 19px;
    justify-content: center;
}
.recruitment-filter__type a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #E5E9FF;
    color: var(--primary);
    border-radius: 100px;
    min-height: 54px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 228px;
    position: relative;
}
.recruitment-filter__type a::before {
    content: "";
    position: absolute;
    border-top: 14px solid var(--primary);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.recruitment-filter__type a.all {
    min-width: 94px;
}
.recruitment-filter__type a.type-1 {
    background: linear-gradient(20deg, #0E2DAD, #708EF2);
    color: var(--white);
}
.recruitment-filter__type a.type-2 {
    background: linear-gradient(20deg, #14AD0E, #8EF270);
    color: var(--white);
}
.recruitment-filter__type a.type-3 {
    background: linear-gradient(20deg, #0E9BAD, #70DEF2);
    color: var(--white);
}
.recruitment-filter__type a.type-4 {
    background: linear-gradient(20deg, #A70EAD, #F270DE);
    color: var(--white);
}
.recruitment-filter__type a.active::before {
    opacity: 1;
}
.recruitment-filter__search {
    max-width: 1020px;
    background: #F4FEFF;
    margin: 74px auto 0;
    padding: 38px 20px 50px;
    text-align: center;
}
.recruitment-filter__search h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-body);
    letter-spacing: 0.1em;
    margin: 0 0 27px;
}
.recruitment-filter__search--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}
@media only screen and (min-width: 992px) {
    .recruitment-filter__search--inner {
        gap: 10px 56px;
    }
}
@media only screen and (min-width: 992px) {
    .recruitment-filter__search--inner .checkbox-wrap {
        font-size: 16px;
        color: var(--primary);
    }
}
.recruitment-filter__search--inner .checkbox-wrap .check-mark {
    border: 1px solid #AFAFAF;
    background: var(--white);
}
@media only screen and (min-width: 992px) {
    .recruitment-filter__search--inner .checkbox-wrap .check-mark {
        width: 26px;
        height: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .recruitment-filter__search--inner .checkbox-wrap .check-mark::before {
        top: 6px;
        left: 6px;
    }
}
.recruitment-filter__search .btn-outline {
    font-size: 20px;
    border-radius: 200px;
    min-width: 194px;
    min-height: 54px;
    margin-top: 41px;
    padding: 10px 20px;
    background: var(--white);
    font-weight: 500;
}

.recruitment-list {
    padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .recruitment-list {
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .recruitment-list {
        padding-bottom: 156px;
    }
}
.recruitment-list__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1020px;
    margin: 63px auto 0;
}
@media only screen and (min-width: 768px) {
    .recruitment-list__inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (min-width: 992px) {
    .recruitment-list__inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 39px 33px;
    }
}
.recruitment-list__item {
    width: 100%;
    border: 1px solid #D5D5D5;
    letter-spacing: 0.1em;
}
.recruitment-list__item a {
	display: block;
	padding: 16px 17px 24px;
}
.recruitment-list__item figure {
    margin: 0 0 11px;
}
.recruitment-list__item figure img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.4;
}
.recruitment-list__item h6 {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-body);
    margin: 0 0 6px;
    line-height: 1.785;
    letter-spacing: 0.1em;
}
.recruitment-list__item h6 span {
    color: var(--primary);
    margin-right: 7px;
}
.recruitment-list__item h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-body);
    margin: 0 0 11px;
    line-height: 1.785;
    letter-spacing: 0.1em;
}
.recruitment-list__item h3 a {
    color: var(--text-body);
}
.recruitment-list__item h4 {
    border-bottom: 1px solid #AFAFAF;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    padding-bottom: 11px;
    color: var(--text-body);
    line-height: 1.785;
    letter-spacing: 0.1em;
}
.recruitment-list__item h4 span {
    font-weight: 700;
    min-width: 67px;
}
.recruitment-list__item--button {
    text-align: center;
    margin-top: 22px;
}
.recruitment-list__item--button a {
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    color: var(--primary);
    align-items: center;
}
.recruitment-list__item--button a svg {
    width: 17px;
}
.recruitment-list__item--button a svg circle,
.recruitment-list__item--button a svg path {
    stroke: var(--primary);
}
.recruitment-list__item.type-2 h6 span {
    color: #20B418;
}
.recruitment-list__item.type-2 .recruitment-list__item--button a {
    color: #20B418;
}
.recruitment-list__item.type-2 .recruitment-list__item--button a svg circle,
.recruitment-list__item.type-2 .recruitment-list__item--button a svg path {
    stroke: #20B418;
}
.recruitment-list__item.type-3 h6 span {
    color: #199BAD;
    margin-right: 1px;
}
.recruitment-list__item.type-3 .recruitment-list__item--button a {
    color: #199BAD;
}
.recruitment-list__item.type-3 .recruitment-list__item--button a svg circle,
.recruitment-list__item.type-3 .recruitment-list__item--button a svg path {
    stroke: #199BAD;
}
.recruitment-list__item.type-4 h6 span {
    color: #199BAD;
}
.recruitment-list__item.type-4 .recruitment-list__item--button a {
    color: #199BAD;
}
.recruitment-list__item.type-4 .recruitment-list__item--button a svg circle,
.recruitment-list__item.type-4 .recruitment-list__item--button a svg path {
    stroke: #199BAD;
}
@media only screen and (min-width: 992px) {
    .recruitment-list .pagination {
        margin-top: 73px;
    }
}

.recruitment-info picture img{
    height: auto;
}


.animation--fadein-to-top {
    opacity: 0;
}
.animation-active.animation--fadein-to-top {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-animation: SlideFadeInUp 0.5s ease 0s forwards;
    animation: SlideFadeInUp 0.5s ease 0s forwards;
}

@-webkit-keyframes SlideFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes SlideFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes SlideInToRight {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes SlideInToRight {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes SlideFadeInToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes SlideFadeInToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.title-posts-list{
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 20px;
}
.item-posts-list+.item-posts-list{
    margin-top: 90px;
}

.fixed--bottom{
    position: fixed;
    bottom: 20px;
    right: 20px;

    z-index: 9999;
}

.section.interview{
    background: url(assets/images/home/background-interview.png) 0px 0px / cover no-repeat rgb(234, 251, 255);
}
@media only screen and (min-width: 768px){
    .section.interview .interview__inner{
        margin-top: 60px;
    }
    .section.interview .interview__inner picture{
        width: 50%;
        margin: 0 0 -60px -3%;
    }
    .section.interview .interview__inner picture img{
        transform: scale(1.2);
    }
    .section.interview .interview__inner picture:nth-child(2n){
        margin-top: 120px;
        margin-left: -3%;
    }
    .section.interview .section-buttons{
        margin-top: 120px;
    }
}

/*==========================*/
.site-footer .flex{    
    display: flex;
    margin-bottom: 60px;
}
.site-footer .flex .site-footer__nav ul+ul{
    color: #A5A5A5;
}
@media only screen and (min-width: 768px){
    .site-footer .flex{
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 70px;
    }
    .site-footer .flex .site-footer__logo{
        width: 434px;
    }
    .site-footer .flex .site-footer__logo p{
        margin-block: 35px 33px;
    }
    .site-footer .flex .site-footer__nav{
        margin-top: 40px;
        width: calc(100% - 530px);
    }
    .site-footer .flex .site-footer__nav ul{
        gap: 70px 29px
    }
    .site-footer .flex .site-footer__nav ul+ul{
        margin-top: 70px;
        color: #A5A5A5;
    }
}
@media only screen and (max-width: 767px){
    .site-footer .flex{
        flex-wrap: wrap;
    }
    .site-footer__logo,
    .site-footer__nav {
        display: contents;
    }
    .site-footer__logo > a:first-of-type { order: 1; margin-bottom: 40px;}
    .site-footer__nav > ul:first-of-type { order: 2; margin-bottom: 40px;}

    .site-footer__logo > p               { order: 3; margin-bottom: 40px;}
    .site-footer__logo > a:last-of-type  { order: 4; margin-bottom: 20px;}
    .site-footer__nav > ul:last-of-type  { order: 5; }
}
@media only screen and (max-width: 480px){
    .site-footer__nav > ul:first-of-type li{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .row-content--1 .row-content__images picture:nth-child(2){
        margin: -30.7% 0 0 -5.2%;
    }
    .row-content--3 .row-content__images picture:nth-child(2){
        margin-top: -35%;
        margin-right: -20%;
        margin-left: 20%;
    }
}

@font-face {
  font-family: "lamarpen";
  src: url(assets/fonts/lamarpen.ttf);
}
.banner .container{
    max-width: 1200px;
    padding-inline: 0;
}
.banner_text{
    font-family: "lamarpen";
    position: absolute;
    left: 50%;
    top: 62px;
    font-size: 10vw;
    line-height: 1;
    transform: translateX(-50%) rotate(-18deg);
    width: 100%;
    text-align: left;
    padding-inline: 20px;
}
.banner_text span:last-child{
    margin-left: 45vw;
}

.banner_text span{
    display: inline-block;
    white-space:nowrap;
    overflow:hidden;
    width: 0;
    animation:jojo 2s linear;
    animation-fill-mode: both; /* = backwards + forwards */
}
.banner_text span:first-child{
    /*animation-delay: 2s;*/
}
.banner_text span:last-child{
    animation-delay: 1s;
    
}

@keyframes jojo {
    from {
        width:0%;
    }
    to {
        width:100%;
    }
}
@keyframes s1 {
      from { width:0em; }
      33% { width: 4em; }
      to { width:4em; }
}
@keyframes s2 {
      0% { width:0em; }
      33% { width:0em; }
      66% { width:8em; }
      to { width:8em; }
}
@media only screen and (min-width: 768px){
    .banner_text{
        top: 80px;
        font-size: 65px;
        line-height: 1.8;
        padding-left: 30%;
    }
    .banner_text span:last-child{
		margin-left: 300px;
        position: relative;
        top: -6rem;
    }
}

.boxs__item:hover{
    color: #fff;
    opacity: 0.7 !important;
}

.section.posts{
    background: url(assets/images/bg-208262025.png) center center no-repeat;
    background-size: cover;
}

.heading--post-list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.heading--post-list a{
    margin-top: 7px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    line-height: 18px;
}
.event_type #toc_container{display:none !important;}
div#seminar_overview {
  background: #ffffff;
  border: 1px solid #001DBA;
  width: 100%;
  margin-block: 26px 60px;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  div#seminar_overview {
    padding: 42px 50px 43px;
    margin-block: 15px 57px;
  }
}
div#seminar_overview p.title{
	font-size:16px;
	color:#404040;
	font-weight:600;
}
div#seminar_overview ul{
	padding:0;
	list-style:none;
	margin:20px 0 0;
}
div#seminar_overview ul li{
	display:flex;
	gap:50px;
	margin-bottom:15px;
}
div#seminar_overview ul li:last-child{
	margin-bottom:0;
}
div#seminar_overview ul li span{
	font-size:14px;
	color:#404040;
}
div#seminar_overview ul li span.label{
	color:#001DBA;font-weight:600;min-width: 50px;
}
@media only screen and (max-width: 767px){
	div#seminar_overview ul li {gap: 20px;}
}
