/*!
Theme Name: underscores child
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Template: underscores
Description: Underscores Company Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underscores
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

underscores is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*-- site general css --*/
:root {
    --site-primary-color: #FFD401;
    --site-second-color: #1C5089;
    --site-third-color: #675C07;
    --site-fourth-color: #0D7DFC;
    --font-primary-color: #333;
    --font-second-color: #FFF;
    --font-third-color: #1CB162;
}

html, body {
    overflow-x: hidden;
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 21px;
    font-family: "Plus Jakarta Sans", serif;
    color: var(--font-primary-color);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:focus {
    outline: none;
}

a,
a:visited {
    color: var(--font-primary-color);
}

a:hover,
a:focus {
    color: var(--font-primary-color);
}

.hidden,
.woocommerce-cart-form__cart-item .minus,
.woocommerce-cart-form__cart-item .plus {
	display: none !important;
}

.btn {
    box-shadow: none !important
}

.btn,
.btn:hover,
.btn:focus {
    border: none;
}

.img-content {
    width: 100% !important;
}

.hover-img-wrapper {
    margin-bottom: -5px;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}

.hover-img {
    transition: all .5s ease-in-out;
}

.fancybox-container {
    z-index: 99999;
}

.custom-swiper-button-wrapper {
    display: flex;
}

.swiper-button-next, 
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--font-primary-color);
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    color: var(--font-second-color);
    font-size: unset;
}

.content-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--site-second-color);
    display: flex;
    align-items: center;
}

.content-title {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
}

.icon-title {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.page-header {
    height: 450px;
    border-radius: 30px;
    border: solid 10px var(--font-second-color);
    background: linear-gradient(to right, #1D2D41, #243851, #05060B);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-header,
.page-header a,
.page-header a:hover,
.page-header a:focus,
.page-header a:visited {
    color: var(--font-second-color);
}

.back-to-top {
    padding: 12px;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    background: rgb(0,0,0, .6);
    position: fixed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    cursor: pointer;
}

.icon-to-top {
    filter: brightness(0) invert(1);
}
/*-- end site general css --*/


/*-- site breadcrumbs css --*/
.breadcrumbs-wrapper {
    margin-bottom: 20px;
    padding: 10px 0;
}

#breadcrumbs {
    margin: 0;
}

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:visited {
    color: var(--font-second-color);
}
/*-- end site breadcrumbs css --*/


/*-- site contact form 7 css --*/
.wpcf7-text,
.wpcf7-select,
.wpcf7-file,
.wpcf7-textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 15px !important;
    border-radius: 30px !important;
}

.form-content-title {
    margin-bottom: 5px;
    color: var(--site-second-color);
    display: inline-block;
}

.wpcf7-submit {
    padding: 20px !important;
    font-weight: 700;
    width: 100%;
    border-radius: 30px !important;
    border: none !important;
    color: var(--font-second-color) !important;
    background: var(--site-second-color) !important;
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-response-output {
    margin: 0 !important;
}
/*-- end site contact form 7 css --*/


/*-- site modal content css --*/
body.modal-open {
    padding-right: 0 !important;
}

.modal {
	z-index: 999999;
}

.btn-close {
    box-shadow: none !important;
}
/*-- end site modal content css --*/


/*-- site navigation css --*/
.mega-sticky-wrapper #mega-menu-wrap-menu-1 {
    background: var(--site-fourth-color);
}

.sticky {
    width: 100%;
    z-index: 9999;
    position: fixed;
    background: var(--site-fourth-color);
}

.site-title {
    margin-bottom: 0 !important;
}

.site-logo {
    padding: 5px 0 !important;
    height: 70px !important;
}

.site-brand,
.site-brand a,
.site-brand a:hover,
.site-brand a:focus,
.site-brand a:visited {
    color: var(--font-second-color);
}

.site-brand {
    padding: 15px 0;
    border-radius: 15px;
    border: solid 4px var(--font-second-color);
    background: var(--font-primary-color);
}

.site-brand ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.site-brand li {
    list-style: none;
    display: inline-block;
}

.site-brand li:not(:last-child) {
    margin-right: 20px;
}
/*-- end site navigation css --*/


/*-- site homepage content css --*/
.homeSwiper,
.img-home-carousel {
    height: 600px;
}

.homeSwiper,
.homeSwiper .swiper-slide,
.img-home-carousel {
    border-radius: 30px;
}

.homeSwiper,
.homeSwiper .swiper-slide {
    position: relative;
}

.homeSwiper {
    border: solid 4px var(--font-second-color);
    background: rgba(0,0,0, .6);
}

.banner-socials-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px 10px;
    left: 0;
    bottom: 100px;
    border-radius: 0 15px 15px 0;
    background: var(--font-second-color);
    position: absolute;
    z-index: 9;
}

.banner-socials-wrapper::before {
    right: 30px;
    top: -20px;
    content: '';
    width: 20px;
    height: 20px;
    background: url('img/img-corner-right.png') no-repeat left center;
    background-size: contain;
    position: absolute;
}

.banner-socials-wrapper::after {
    right: 30px;
    bottom: -20px;
    content: '';
    width: 20px;
    height: 20px;
    background: url('img/img-corner-bottom.png') no-repeat left center;
    background-size: contain;
    position: absolute;
}

.banner-socials-wrapper li {
    list-style: none;
}

.banner-socials-wrapper li:not(:last-child) {
    margin-bottom: 10px;
}

.icon-home-swiper-social {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.img-home-carousel {
    object-fit: cover;
}

.main-navigation,
.home-carousel-info {
    left: 0;
    width: 100%;
    z-index: 99;
    position: absolute;
}

.home-carousel-info {
    top: 0;
    height: 100%;
    background: rgba(0,0,0, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-carousel-title,
.home-carousel-description p:last-child {
    margin-bottom: 0;
}

.home-carousel-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--font-second-color);
}

.home-carousel-description {
    margin-top: 20px;
}

.home-carousel-description p {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    background: linear-gradient(to right, #EBC222, #F6640B, #F6640B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-home-carousel-wrapper {
    margin-top: 40px;
}

.btn-home-carousel {
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 5px;
    transition: .5s;
    border: solid 1px var(--font-second-color);
    display: inline-block;
}

.btn-home-carousel,
.btn-home-carousel:visited {
    color: var(--site-primary-color);
}

.btn-home-carousel:hover,
.btn-home-carousel:focus {
    border: solid 1px var(--site-primary-color);
    color: var(--font-second-color);
    background: linear-gradient(to right, #FFAE00, #FFBA00, #FFD000);
}

.btn-home-carousel-2 {
    margin-left: 20px;
}

.about-content-left .d-flex {
    position: relative;
}

.about-content-left .flex-shrink-0 {
    width: 150px;
}

.about-left-title,
.organizational-number,
.commit-content-number {
    font-size: 120px;
    line-height: 140%;
    font-weight: 700;
    color: var(--font-second-color);
    background: linear-gradient(-45deg, #28A970, #259177, #1F6682, #1C5188);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-text-stroke: 8px transparent;
    display: inline-block;
}

.about-left-title {
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    height: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-content-right {
    display: flex;
    justify-content: space-between;
}

.img-about {
    width: 30%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}

.img-about-1 {
    margin-top: 75px;
}

.img-about-2 {
    margin-top: 150px;
}

.vision-content,
.vision-content a,
.vision-content a:hover,
.vision-content a:focus,
.vision-content a:visited,
.mission-content,
.mission-content a,
.mission-content a:hover,
.mission-content a:focus,
.mission-content a:visited,
.value-content,
.value-content a,
.value-content a:hover,
.value-content a:focus,
.value-content a:visited {
    color: var(--font-second-color);
}

.vision-description ul {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.vision-description li {
	list-style: inside;
}

.vision-content-left,
.vision-content-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vision-content,
.mission-content,
.value-content {
    position: relative;
}

.bg-img-vision-content {
    right: 0;
    bottom: 0;
    width: 125px;
    height: 125px;
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
}

.vision-content {
    padding: 100px 50px;
    border-radius: 20px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vision-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}

.vision-description {
    margin-top: 20px;
}

.vision-description p:last-child {
    margin-bottom: 0;
}

.mission-content {
    padding: 50px;
    height: 300px;
    border-radius: 20px;
}

.value-content {
    padding: 50px;
    height: 180px;
    border-radius: 20px;
}

.organizational-number {
    margin-top: 100px;
}

.organizational-content {
    border-radius: 20px;
    border: solid 1px #CCC;
}

.img-organizational-wrapper,
.img-organizational-content {
    height: 275px;
    border-radius: 20px;
}

.img-organizational-wrapper {
    position: relative;
}

.img-organizational-content {
    object-fit: cover;
    object-position: top center;
}

.icon-organizational {
    left: 30px;
    bottom: 0;
    width: 75px;
    height: 75px;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
}

.img-organizational-text {
    top: 0;
    right: -66px;
    bottom: 0;
    font-size: 75px;
    line-height: 140%;
    font-weight: 700;
    color: var(--font-second-color);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
}

.organizational-info {
    padding: 15px 15px 10px 15px;
}

.organizational-content-title,
.organizational-content-subtitle {
    font-weight: 700;
}

.organizational-content-title {
    font-size: 24px;
    line-height: 29px;
}

.organizational-content-subtitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 21px;
    color: var(--site-third-color);
}

.organizational-content-middle .organizational-content:not(:last-child) {
    margin-bottom: 40px;
}

.organizational-content-right .organizational-content {
    margin-top: 40px;
}

.product-left-content:not(:last-child),
.product-left-content-title-wrapper {
    margin-bottom: 20px;
}

.product-left-content,
.product-left-content-title-wrapper {
    padding: 100px 40px;
    border-radius: 25px;
}

.product-left-content,
.product-left-content a,
.product-left-content a:hover,
.product-left-content a:focus,
.product-left-content a:visited {
    color: var(--font-second-color);
}

.product-left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-left-content-title-wrapper {
    background: #C4E4EB;
}

.product-left-content-title-wrapper,
.product-left-content-title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}

.product-left-content-title {
    margin-bottom: 0;
}

.btn-product-left-content {
    margin-top: 30px;
    padding: 15px 40px;
    border-radius: 30px;
    border: solid 1px var(--font-second-color);
    display: inline-block;
}

.product-right-content .content,
.img-product-right-content {
    height: 310px;
}

.product-right-content {
    margin-top: 40px;
}

.product-right-content .col-lg-3:first-child .content,
.product-right-content .col-lg-3:first-child .img-product-right-content {
    border-radius: 20px 0 0 20px;
}

.product-right-content .col-lg-3:first-child .product-content-title-wrapper {
    border-radius: 0 0 0 20px;
}

.product-right-content .col-lg-3:last-child .content,
.product-right-content .col-lg-3:last-child .img-product-right-content {
    border-radius: 0 20px 20px 0;
}

.product-right-content .col-lg-3:last-child .product-content-title-wrapper {
    border-radius: 0 0 20px 0;
}

.product-right-content .content {
    position: relative;
}

.img-product-right-content {
    object-fit: cover;
}

.product-content-title-wrapper {
    padding: 20px 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0, .6);
    position: absolute;
}

.product-content-title {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--font-second-color);
    height: 42px;
    overflow: hidden;
}

.img-product-content-wrapper,
.img-product-content {
    border-radius: 20px;
}

.img-product-content-wrapper {
    margin-top: 20px;
    position: relative;
}

.bg-img-product-content {
    right: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
}

.btn-product-content-right {
    margin-top: 20px;
    font-weight: 700;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
}

.btn-product-content-right,
.btn-product-content-right:hover,
.btn-product-content-right:focus,
.btn-product-content-right:visited {
    color: var(--font-third-color);
}

.award-content {
    padding: 50px 100px 150px 50px;
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right -200px center;
}

.award-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    background: linear-gradient(60deg, #1C5288, #227E7C, #28A970);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative
}

.award-title .icon-title {
    top: -10px;
    right: -30px;
    position: absolute;
}

.award-description {
    margin-top: 30px;
    padding-right: 150px;
    font-size: 18px;
    line-height: 24px;
}

.award-description p:last-child {
    margin-bottom: 0;
}

.award {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.award li {
    padding-top: 40px;
    padding-bottom: 20px;
    list-style: none;
    border-bottom: solid 1px var(--font-primary-color);
    display: flex;
}

.award-content-year {
    width: 30%;
    padding-left: 50px;
}

.commit-content-number,
.commit-content-title {
    margin-bottom: 0;
}

.commit-content-title {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
}

.customer-content,
.customer-content a,
.customer-content a:hover,
.customer-content a:focus,
.customer-content a:visited {
    color: var(--font-second-color);
}

.customer-content {
    padding-top: 75px;
    border-radius: 20px;
}

.customer-content-right {
    padding: 50px;
}

.customer-title {
    margin-bottom: 0;
}

.btn-customer {
    margin-top: 30px;
    padding: 15px 40px;
    border-radius: 30px;
    border: solid 1px var(--font-second-color);
    display: inline-block;
}

.customerSwiper .swiper-slide,
.customerSwiper .swiper-slide a,
.customerSwiper .swiper-slide a:hover,
.customerSwiper .swiper-slide a:focus,
.customerSwiper .swiper-slide a:visited {
    color: var(--font-primary-color);
}

.customer-swiper-wrapper {
    position: relative;
}

.customer-swiper-button {
    right: 0;
    bottom: 0;
    height: 70px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: absolute;
}

.customer-swiper-left,
.customer-swiper-right {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.customer-swiper-right {
    margin-left: 10px;
}

.customerSwiper,
.customerSwiper .swiper-slide {
    border-radius: 20px;
}

.customerSwiper .swiper-slide {
    padding: 50px 100px 50px 50px;
    background-image: url('img/bg-customer.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.customerSwiper .swiper-slide .icon-quote {
    margin-bottom: 50px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.customer-content-description {
    height: 63px;
    overflow: hidden;
}

.customer-content-description p:last-child {
    margin-bottom: 0;
}

.customerSwiper .swiper-slide .d-flex {
    margin-top: 75px;
}

.img-customer-content {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.customer-content-title,
.customer-content-subtitle {
    margin-bottom: 0;
}

.customer-content-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.news-content {
    margin-top: 50px;
}

.index-news-content,
.index-news-thumb {
    height: 400px;
    border-radius: 20px;
}

.index-news-content {
    position: relative;
}

.index-news-thumb {
    object-fit: cover;
}

.index-news-info {
    left: 0;
    bottom: 0;
    position: absolute;
}

.pub-date,
.index-news {
    padding: 20px 20px 10px 20px;
    background: var(--font-second-color);
}

.pub-date {
    font-weight: 700;
    border-radius: 20px 20px 0 0;
    display: inline-block;
    position: relative;
}

.pub-date::after {
    right: -20px;
    bottom: 0;
    content: '';
    width: 20px;
    height: 20px;
    background: url('img/img-corner-right.png') no-repeat left bottom;
    background-size: contain;
    position: absolute;
}

.index-news-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
}

.index-news {
    border-radius: 0 20px 20px 20px;
}

.btn-index-news {
    font-weight: 700;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
}

.btn-index-news,
.btn-index-news:hover,
.btn-index-news:focus,
.btn-index-news:visited {
    color: var(--font-third-color);
}

.btn-mentor {
    margin-top: 20px;
    font-weight: 700;
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.btn-mentor,
.btn-mentor:hover,
.btn-mentor:focus,
.btn-mentor:visited {
    color: var(--font-third-color);
}

.img-partner {
    height: 125px;
    object-fit: contain;
}
/*-- end site homepage content css --*/


/*-- site contact page content css --*/
.contact-form-title,
.contact-form-subtitle,
.not-found-title {
    margin-bottom: 0;
    color: var(--site-second-color);
}

.contact-form-title,
.not-found-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.contact-form {
    margin-top: 50px;
    padding: 30px;
    border-radius: 20px;
    background: #F2F8FE;
}

.contact-page-content .contact-content {
    padding: 50px;
    border-radius: 20px;
}

.contact-content-left .d-flex:not(:last-child),
.open-hour-content:not(:last-child) {
    margin-bottom: 20px;
}

.contact-page-content-title,
.open-hour-title {
    margin-bottom: 5px;
    color: #727272;
}

.contact-page-content-subtitle,
.contact-page-content-subtitle a,
.contact-page-content-subtitle a:hover,
.contact-page-content-subtitle a:focus,
.contact-page-content-subtitle a:visited,
.open-hour-subtitle {
    margin-bottom: 0;
    color: #034833;
    font-weight: 700;
}

.open-hour-subtitle {
    display: flex;
    align-items: center;
}

.open-hour-subtitle img {
    margin-right: 10px;
}
/*-- end site contact page content css --*/


/*-- site not found page content css --*/
.not-found-description {
    margin: 20px 0;
}

.not-found-description p {
    margin-bottom: 0;
}

.img-notfound {
    margin-top: 50px;
}

.btn-back {
    margin-top: 20px;
    padding: 20px 30px;
    border-radius: 30px;
    background: var(--site-second-color);
    display: inline-block;
}

.btn-back,
.btn-back:hover,
.btn-back:focus,
.btn-back:visited {
    color: var(--font-second-color);
}
/*-- site not found page content css --*/


/*-- site archive page css --*/
.archive-title,
.page-title {
    font-weight: 700;
}

.archive-main {
    padding: 50px 0;
}

.recent-content-title,
.recent-content-title a,
.recent-content-title a:hover,
.recent-content-title a:focus,
.recent-content-title a:visited,
.categories-list a,
.categories-list a:hover,
.categories-list a:focus,
.categories-list a:visited {
    color: var(--site-second-color) !important;
}

.recent-content:not(:last-child) {
    margin-bottom: 20px;
}

.recent-content-thumb {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
}

.recent-content-date {
    color: #727272;
}

.recent-content-title {
    margin-bottom: 0;
    font-weight: 700;
}

.categories-list li,
.tags-list li {
    list-style-type: none !important;
}

.tags-list li,
.tags-list a {
    display: inline-block;
}

.tags-list li {
    margin-right: 7px;
    margin-bottom: 7px;
}

.tags-list a {
    padding: 10px 25px;
    border-radius: 30px;
    border: solid 1px #CCC;
}

.tags-list a,
.tags-list a:hover,
.tags-list a:focus,
.tags-list a:visited {
    color: #727272 !important;
}

.archive-content {
    margin-bottom: 40px;
}

.archive-content-thumb {
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
}

.archive-content-info {
    margin: 20px 0;
}

.archive-content-info span,
.recent-content-date {
    display: inline-flex;
    align-items: center;
}

.archive-content-author {
    margin-right: 20px;
}

.archive-content-info span img,
.recent-content-date img {
    margin-right: 10px;
}

.archive-content-title {
    margin-bottom: 20px;
    font-weight: 700;
}

.archive-content-excerpt {
    color: #727272;
}

.btn-archive-content {
    margin-top: 20px;
    padding: 15px 40px;
    border-radius: 30px;
    background: var(--site-second-color);
    display: inline-flex;
    align-items: center;
}

.btn-archive-content img {
    margin-left: 10px;
}

.btn-archive-content,
.btn-archive-content:hover,
.btn-archive-content:focus,
.btn-archive-content:visited {
    color: var(--font-second-color);
}
/*-- end site archive page css --*/


/*-- site archive customer page css --*/
.archive-customer-main .col-lg-4 {
    margin-bottom: 20px;
}

.archive-customer-content.odd {
    background: #F4FAFF;
}

.archive-customer-content {
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}

.archive-customer-content .icon-quote {
    margin-bottom: 20px;
}

.archive-customer-content .d-flex {
    margin-top: 20px;
}
/*-- end site archive customer page css --*/


/*-- site archive mentor page css --*/
.archive-mentor-title,
.team-content-number {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

.mentor-list {
    margin-top: 25px;
}

.archive-mentor-content,
.archive-mentor-content-thumb {
    height: 300px;
}

.archive-mentor-content {
    position: relative;
}

.archive-mentor-content.odd {
    background: url('img/bg-mentor-2.svg') no-repeat center center;
    background-size: cover;
}

.archive-mentor-content.even {
    background: url('img/bg-mentor-1.svg') no-repeat center center;
    background-size: cover;
}

.archive-mentor-content-thumb {
    object-fit: cover;
}

.archive-mentor-content-info {
    padding: 15px 25px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0, .6);
    position: absolute;
}

.archive-mentor-content-info,
.archive-mentor-content-info:hover,
.archive-mentor-content-info:focus,
.archive-mentor-content-info:visited {
    color: var(--font-second-color);
}

.archive-mentor-content-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.archive-mentor-content-subtitle {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.archive-mentor-main nav,
.archive-customer-main nav {
    margin-top: 56px;
}

.new-mentor-wrapper,
.mentor-team-wrapper,
.team-content-bottom,
.mentor-register-wrapper {
    margin-top: 56px;
}

.mentor-team-wrapper {
    padding: 75px 0;
    background: #F5fAFF;
}

.team-content-top {
    margin: 0 auto;
    width: 750px;
    max-width: 100%;
}

.mentor-team-description {
    margin-top: 40px;
}

.mentor-team-description p:last-child,
.team-content-description p:last-child {
    margin-bottom: 0;
}

.icon-team-content {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.team-content-description {
    margin-top: 10px;
}

.btn-mentor-register {
    margin-top: 24px;
    padding: 10px 32px;
    border-radius: 5px;
    background: var(--site-fourth-color);
    display: inline-block;
}

.btn-mentor-register,
.btn-mentor-register:hover,
.btn-mentor-register:focus,
.btn-mentor-register:visited {
    color: var(--font-second-color);
}

.mentorModal .modal-body {
    padding: 70px 100px;
    position: relative;
}

.btn-mentor-modal-close {
    top: 25px;
    right: 35px;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
}

.mentor-linkedin {
    margin-top: 50px;
    display: inline-flex;
    align-items: center;
}

.icon-linkedin {
    margin-right: 15px;
    border-radius: 5px;
}
/*-- end site archive mentor page css --*/


/*-- site registration form css -- --*/
#red_registration_form label,
#red_registration_form input {
    width: 100%;
}

#red_registration_form label {
    margin-bottom: 5px;
    font-weight: 700;
}

#red_registration_form input {
    margin-bottom: 10px;
    padding: 15px 25px;
    border-radius: 5px;
    outline: none;
}

.red_errors {
    color: #DC143C;
    margin-bottom: 12px;
    width: 450px!important;
    max-width: 95%!important;
}

.red_form label::after {
    content: " *";
    font-weight: bold;
}

.btn-register {
    margin-top: 20px;
    font-weight: 400;
    border: none !important;
}

.btn-register,
.btn-register:hover,
.btn-register:focus,
.btn-register:visited {
    color: var(--font-second-color) !important;
    background: var(--font-primary-color) !important;
}
/*-- end site registration form css -- --*/


/*-- site widget css --*/
.search-form,
.search-form label,
.search-field {
    width: 100%;
}

.search-field,
.search-submit {
    height: 40px;
}

.widget-notfound .search-form {
    margin-bottom: 10px;
}

.search-form {
	position: relative;
}

.search-field {
    padding-left: 10px !important;
}

.search-submit {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    border: none;
    position: absolute;
}

.widget {
    padding: 20px;
    border-radius: 20px;
}

.widget-title,
.widgettitle {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: var(--site-second-color);
    border-bottom: solid 1px #CCC;
}

.widget ul {
    margin-left: 0;
    padding-left: 0;
}

.widget li {
    list-style: inside;
}

.widget a,
.widget a:hover,
.widget a:focus,
.widget a:visited {
    color: var(--font-primary-color);
}
/*-- end site widget css --*/


/*-- site single css --*/
.entry-meta,
.entry-footer,
.nav-links {
    display: none !important;
}
/*--  end site single css --*/


/*-- site pagination css --*/
.pagination {
    margin: 0 auto;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-link {
    min-width: 36px;
    height: 36px;
    border-radius: 4px;
    color: var(--font-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current,
.pagination .page-link:hover,
.pagination .page-link:hover:focus {
    color: var(--font-second-color);
    border-color: var(--site-fourth-color);
    background: var(--site-fourth-color);
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	box-shadow: none !important;
}

.pagination .prev,
.pagination .next {
    padding: 0;
    border: none;
}

.pagination .prev:hover img,
.pagination .next:hover img,
.pagination .prev:focus img,
.pagination .next:focus img {
    filter: brightness(0) invert(1);
}
/*-- end site pagination css --*/


/*-- site footer css --*/
.site-footer {
    border-radius: 40px;
	border: solid 10px var(--font-second-color);
}

.site-info,
.site-info a,
.site-info a:hover,
.site-info a:focus,
.site-info a:visited {
    color: var(--font-second-color);
}

.site-info {
    padding-top: 20px;
}

.footer-logo-wrapper,
.footer-about-title-wrapper {
    margin-bottom: 30px;
}

.footer-about-title,
.footer-about-subtitle,
.footer-content-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.footer-about-title,
.footer-about-subtitle {
    margin-bottom: 0;
}

.footer-about-description {
    text-align: justify;
}

.footer-about-description p:last-child {
    margin-bottom: 0;
}

.footer-socials-wrapper {
    margin-left: 0;
    padding-left: 0;
}

.footer-socials-wrapper li {
    margin-bottom: 10px;
    list-style: none;
    display: inline-block;
}

.footer-socials-wrapper li:not(:last-child) {
    margin-right: 20px;
}

.icon-footer-social {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-socials-wrapper .d-flex:not(:last-child) {
    margin-bottom: 20px;
}

.footer-socials-wrapper .ms-3 p:last-child {
    margin-bottom: 0;
}

.icon-footer-contact {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.footer-content-title {
    color: var(--font-third-color);
}

.site-copyright {
    margin-top: 40px;
    padding: 10px;
    border-radius: 30px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--font-second-color);
    position: relative;
}

.site-copyright::before {
    left: -30px;
    bottom: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: url('img/img-corner-left.png') no-repeat right bottom;
    background-size: cover;
    position: absolute;
}

.site-copyright::after {
    right: -30px;
    bottom: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: url('img/img-corner-right.png') no-repeat left bottom;
    background-size: cover;
    position: absolute;
}

.img-copyright {
    margin-left: 10px;
    height: 40px;
}
/*-- end site footer css --*/


@media (max-width: 768px) {
    .site-brand,
    .bg-img-product-content,
    .bg-img-vision-content {
        display: none;
    }

    .main-navigation {
        top: 0 !important;
    }

    .about-left-title {
        transform-origin: unset;
        transform: unset;
        position: unset;
    }

    .about-content-left .d-flex,
    .about-content-right {
        flex-direction: column;
    }

    .about-content-left .d-flex .flex-shrink-0,
    .img-about {
        width: 100%;
    }

    .img-about-1,
    .img-about-2 {
        margin-top: 0;
    }

    .organizational-number,
    .product-right-content,
    .organizational-content-right .organizational-content,
    .news-content {
        margin-top: 20px;
    }

    .about-content-left .d-flex .ms-3 {
        margin-left: 0 !important;
    }

    .img-about:not(:last-child),
    .vision-content,
    .mission-content,
    .value-content,
    .organizational-content-left,
    .organizational-content-middle .organizational-content:not(:last-child),
    .product-content-left-wrapper,
    .news-content .col-lg-4:not(:last-child),
	.team-content-bottom .col-lg-4:not(:last-child),
    .contact-form-left,
    .contact-content-left,
    .contact-content-middle,
    .footer-content-left,
    .footer-content-middle,
    .register-content-left,
    .pagination {
        margin-bottom: 20px;
    }

    .content-wrapper {
        padding: 20px 0 !important;
    }

    .homeSwiper,
    .homeSwiper .swiper-slide,
    .img-home-carousel {
        border-radius: 0;
    }

    .homeSwiper {
        border: none;
    }

    .banner-socials-wrapper::before,
    .banner-socials-wrapper::after {
        all: unset;
    }

    .banner-socials-wrapper {
        padding: 20px 15px 10px 15px;
        border-radius: 15px 15px 0 0;
        width: 100%;
        bottom: 0;
        text-align: center;
    }

    .banner-socials-wrapper li {
        display: inline-block;
    }

    .banner-socials-wrapper li:not(:last-child) {
        margin-right: 10px;
    }

    .product-right-content .col-lg-3:first-child .content,
    .product-right-content .col-lg-3:first-child .img-product-right-content {
        border-radius: 20px 20px 0 0;
    }

    .product-right-content .col-lg-3:first-child .product-content-title-wrapper {
        border-radius: 0;
    }

    .product-right-content .col-lg-3:last-child .content,
    .product-right-content .col-lg-3:last-child .img-product-right-content {
        border-radius: 0 0 20px 20px;
    }

    .product-right-content .col-lg-3:last-child .product-content-title-wrapper {
        border-radius: 0 0 20px 20px;
    }

    .award-content,
    .customer-content-right,
    .customerSwiper .swiper-slide,
    .contact-page-content .contact-content {
        padding: 20px;
    }

    .award-content {
        background-image: none !important;
    }

    .award-description {
        padding-right: 0;
    }

    .award-content-year {
        padding-left: 0;
    }

    .award-content-title {
        padding-left: 20px;
    }

    .vision-content {
        padding: 30px 30px 100px 30px;
        min-height: 400px;
    }

    .mission-content {
        padding: 30px 30px 50px 30px;
        height: 200px;
    }

    .value-content {
        padding: 30px;
        height: 200px;
    }

    .customer-content {
        padding-top: 0;
    }

    .customerSwiper .swiper-slide {
        background-image: none;
        background-color: var(--font-second-color);
    }

    .customer-swiper-button {
        width: 100%;
        justify-content: center;
        position: unset;
    }

    .mentorModal .modal-body {
        padding: 50px 20px 20px 20px;
    }

    .btn-mentor-modal-close {
        top: 20px;
        right: 20px;
    }

    .organizational-number,
    .about-left-title,
    .organizational-number,
    .commit-content-number {
        font-size: 90px;
    }

    .archive-title,
    .page-title {
        font-size: 18px;
        line-height: 25px;
    }

    .page-header {
        border-radius: 0;
        border: none;
    }
    
    .archive-content-thumb {
        height: 250px;
    }

    .swiper-button-next, 
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .archive-main {
        padding: 20px 0;
    }

    .site-footer {
        margin-bottom: 0;
        padding-bottom: 15px;
        border-radius: 0;
        border: none;
    }

    .site-copyright {
        border-radius: 20px;
        flex-direction: column;
    }

    .site-copyright::before,
    .site-copyright::after {
        all: unset;
    }

    .img-copyright {
        margin-top: 15px;
    }

    .icon-footer-social {
        width: 30px;
        height: 30px;
    }

    .back-to-top {
        right: 10px;
        bottom: 10px;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    
}

@media (min-width: 800px) and (max-width: 1280px) {
    
}

@media (min-width: 810px) and (max-width: 1080px) {
    
}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape) {
    
}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape) {
    
}

@media (min-width: 810px) and (max-width: 1080px) and (orientation: landscape) {
    
}

@media (min-width: 992px) and (max-width: 1824px) {
    
}

@media (min-width: 1824px) {
    
}
