body {
    font-family: 'Aeroport', sans-serif;
    /* background: #ffffff; */
    font-weight: normal;
    font-style: normal;
}

.wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.wrapper {
    position: relative;
    background-image: url(../images/back.jpg);
    background-size: 8%;
    /* background-attachment: fixed; */
    background-repeat: repeat;
}

a,
a:hover {
    text-decoration: none;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.container {
    max-width: 1200px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item>a,
.breadcrumb .breadcrumb-item>span {
    color: #727272;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
}

.title h1 {
    position: relative;
    margin: 0;
    font-family: "Quarion", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.title h1::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: #BBBBBB;
    bottom: -15px;
}

.title a.url {
    font-size: 16px;
    line-height: 30px;
    color: #004F40;
}

.title a.btn {
    height: 40px;
    background-color: #004F40;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
}


/* Popup */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    border-radius: 2px;
    width: auto;
    max-width: 480px;
    margin: 0 auto;
}

.white-popup__callus {
    max-width: 425px;
}

.mfp-content {
    overflow-y: auto;
    max-height: 100%;
    padding: 20px 0;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close,
.mfp-close:active {
    font-size: 32px;
    right: 10px;
    top: 10px;
}

.mfp-close-btn-in .mfp-close {
    display: none;
}

.popup-main {
    position: relative;
}

.popup-title {
    margin-bottom: 15px;
}

.popup-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #cc3c3c;
    margin-bottom: 20px;
}

.popup-title p {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #757575;
}

.popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.popup-footer .btn {
    width: calc(50% - 10px);
    height: 40px;
    background-color: #004F40;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}


/* Begin Header */

header.header {
    box-shadow: 0px 0px 7px rgb(196 196 196 / 15%);
    background-color: #004F40;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.header-mobile__navbar i {
    color: #fff;
}

.new-navbar .nav-item a {
    color: #fff;
}

.header-main {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    flex: 0 0 auto;
    width: auto;
    margin-right: 30px;
}

.header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-logo a img {}

.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-menu ul {
    /* display: flex; */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
    width: 100%;
}

.header-menu ul li {
    position: relative;
    padding: 0 0;
}

.header-menu ul li a {
    color: #423B3B;
    font-size: 18px;
}

.header-menu ul li a span.original {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all .25s ease;
}

.header-menu ul li a span.hover-menu {
    display: block;
    color: #0a8c73;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    opacity: 0;
    transition: all .25s ease;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.header-menu ul li a:hover .original {
    -webkit-transform: translate(0, -2rem);
    transform: translate(0, -2rem);
    opacity: 0;
}

.header-menu ul li a:hover .hover-menu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    border: 0;
}

.header-info {
    display: flex;
    align-items: center;
}

.header-info .header-lang {
    margin-left: 40px;
}

.header-lang .dropdown .dropdown-toggle i {
    color: #fff;
    margin-left: 5px;
}

.header-lang .dropdown .dropdown-toggle {
    outline: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-lang .dropdown .dropdown-toggle::after {
    display: none;
}

.header-lang .dropdown-menu {
    min-width: 100%;
}

.header-lang .dropdown-menu .dropdown-item {
    padding: 4px 15px;
    color: #212529;
    text-align: center;
}

.header-lang .dropdown-item:focus,
.header-lang .dropdown-item:hover {
    color: #ffffff;
    background-color: #004F40;
}

.header-info .header-search {
    margin-left: 40px;
}

.header-info .header-search a {
    color: #004F40;
    display: flex;
    align-items: center;
}


.header-info .header-search a i {
    color: #fff;
}


/* search */

body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.courses-searching input[type="text"] {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding-left: 20px;
    background: #fff;
    color: #2f2b33;
    font-size: 18px;
    /* font-style: italic; */
    outline: none;
    box-shadow: none;
}

.courses-searching button {
    width: 50px;
    line-height: 50px;
    border-radius: 0;
    float: left;
    font-size: 15px;
    padding: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: #004F40;
}

.courses-searching {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(37, 37, 37, 0.9);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(0.2, 0.2);
    -moz-transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.search-popup-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: url("/assets/public/images/x.png"), auto;
}

.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {
    max-width: 100%;
    width: 600px;
}

.thim-course-search-overlay form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
}

.courses-searching ul.courses-list-search {
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff !important;
    margin-top: 2px;
    left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    border-radius: 0;
    box-shadow: 2px 2px 6px -4px #000;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}


/* end of search */


/* Home Slider */

.slider-home {}

.homeSlider-item {
    position: relative;
}

.homeSlider-item__image {
    position: relative;
    width: 100%;
    height: 660px;
}

.homeSlider-item__image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.homeSlider-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.homeSlider-item__info {
    position: absolute;
    width: 100%;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 1;
    color: #ffffff;
}

.slider-info {
    width: 100%;
}

.slider-info h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 25px;
}

.slider-info p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}

.slider-info a.btn {
    max-width: 160px;
    height: 40px;
    /* background-color: #004F40; */
    background: #83182D;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.process-btn {
    padding: 7px 16px;
    color: #fff;
    background: #83182D;
}

.slider-info a.btn i {
    margin-left: 10px;
    margin-top: 1px;
}

.slider-info>* {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .slider-info>* {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .slider-info>*:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .slider-info>*:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .slider-info>*:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .slider-info>*:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.slider-home .owl-theme .owl-dots {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
    box-shadow: none;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 6px;
    background-color: #eaeaea;
    margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    /* background-color: #004F40; */
    background: #83182D;
}

.about-history p {
    color: #fff;
    font-size: 17px;
}

.bear-info p {
    color: #fff;
    font-size: 17px;
}

/* About Home */

.about-home {
    padding: 30px 0;
}

.url-btn .process-item {
    width: 100%;
    margin-right: auto;
}

.about-home__main {
    padding: 30px 0;
    display: flex;
}

.about-left {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.about-right {
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
}

.about-left__info {
    /* color: #757575; */
    color: #004F40;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.about-left__info p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}


.url-btn {
    display: flex;
    padding-top: 15px;
}

.url-btn a.btn {
    height: 40px;
    background-color: #83182D;
    color: #fff;
    border-radius: 4px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    text-align: center;
}

.url-btn a.btn:focus {
    box-shadow: none;
    outline: none;
}

.url-btn a.btn>i {
    margin-left: 10px;
    margin-top: 1px;
}

.about-left__images {
    width: 650px;
    display: flex;
    background: #004F40;
    border-top: 20px solid #004F40;
    border-right: 20px solid #004F40;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
}

.about-left__images img {
    width: 300px;
    flex: 0 0 300px;
    height: 180px;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}

.about-right__image {
    width: 100%;
    height: 360px;
    border-radius: 2px;
    overflow: hidden;
}


.about-right__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.about-right__image video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}


/* Products Home */

.products-home {
    padding: 30px 0;
}

.products-home__about {
    padding-right: 60px;
}

.products-home__main {
    padding: 30px 0;
}

.products-home__about .title {
    justify-content: flex-start;
}

.products-home__about p {
    font-size: 17px;
    line-height: 23px;
    /* color: #5B5B5B; */
    color: #fff;
}

.products-home__about a.btn i {
    margin-left: 10px;
}

.products-slider {}

#productsSlider.owl-carousel .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.products-item {
    display: block;
    text-decoration: none;
    height: 310px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 1px 7px rgba(196, 196, 196, 0.25);
    background-color: #ffffff;
    background-image: url("../images/prodback.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-item__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 225px;
    padding: 20px 30px;
}

.products-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.products-item__title {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    /* background-color: #ffffff; */
    background: #83182D;
}

.products-item__title h2 {
    font-size: 19px;
    line-height: 23px;
    /* color: #3E3939; */
    color: #fff;
    margin: 0;
}


/* Process Home */

.process-home {
    /* background: #FAFAFA; */
    /* padding: 30px 0; */
    padding-top: 30px;
}

.process-home .title h1::before {
    display: none;
}

.process-home__main {}

.process-item {
    display: flex;
    position: relative;
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
}

.process-item__info {
    width: calc(100% - 330px);
    height: 290px;
    margin-top: 40px;
    /* background: #fafafa; */
    background: #004F40;
    position: relative;
    z-index: 1;
    padding: 30px 240px 30px 0;
    padding-left: 15px;
}

.process-item__info h2 {
    position: relative;
    font-size: 28px;
    line-height: 24px;
    /* color: #423B3B; */
    color: #fff;
    margin-bottom: 45px;
}

.process-item__info h2::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: #BBBBBB;
    bottom: -20px;
    left: 0;
}

.process-item__info p {
    font-size: 18px;
    line-height: 24px;
    text-align: unset !important;
    /* color: #757575; */
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.process-item__info--count {
    position: absolute;
    height: calc(100% - 40px);
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    top: 0;
    right: 0;
}

.process-item__info--count span {
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
    color: #E8ECEB;
}

.process-item__info--count img {
    background: #fff;
}

.process-item__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 370px;
    height: 290px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.process-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.process-item:nth-child(2n) {
    justify-content: flex-end;
}

.process-item:nth-child(2n) .process-item__image {
    right: auto;
    left: 0;
}

.process-item:nth-child(2n) .process-item__info--count {
    right: auto;
    left: 0;
}

.process-item:nth-child(2n) .process-item__info {
    padding: 30px 0 30px 240px;
}


/* News Home */

.news-home {
    padding: 30px 0 60px;
}

.news-home__main {
    padding: 30px 0;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
}

.news-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.news-item__image {
    flex: 0 0 50%;
    max-width: 50%;
    height: 320px;
    background: rgba(61, 61, 61, 0.25);
    border-radius: 2px;
    overflow: hidden;
}

.news-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-item__info {
    flex: 0 0 50%;
    max-width: 50%;
    background: #004F40;
    padding-left: 15px;
}

.news-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin-left: -40px;
    margin-right: 40px;
}

.news-item__head .date {
    display: flex;
    align-items: center;
    width: 202px;
    height: 64px;
    /* background: #EEEEEE; */
    background: #83182d;
    border-radius: 4px;
}

.news-item__head .date strong {
    font-weight: 500;
    font-size: 38px;
    line-height: 34px;
    letter-spacing: 0.03em;
    /* color: #004F40; */
    color: #60e1cd;
    padding: 0 15px 0 25px;
    margin-right: 15px;
    /* border-right: 2px solid #004F40; */
    border-right: 2px solid #60e1cd;
}

.news-item__head .date span {
    font-size: 18px;
    line-height: 22px;
    /* color: #423B3B; */
    color: #fff;
}

.news-item__head span.line {
    display: block;
    width: 120px;
    height: 2px;
    background-color: #004F40;
}

.news-item:nth-child(2n) .news-item__head {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: -40px;
}

.news-item__main {
    padding: 0 40px;
    margin-bottom: 30px;
}

.news-item__main h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    /* color: #757575; */
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item:nth-child(2n) .news-item__main {
    padding: 0 80px 0 0;
}

.news-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.news-item__footer span {
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    /* color: #004F40; */
    color: #fff;
    display: flex;
    align-items: center;
}

.news-item:nth-child(2n) .news-item__footer {
    padding: 0 40px 0 0;
}

.news-item__footer span.view>i {
    margin-right: 8px;
    margin-top: 1px;
}

.news-item__footer span.readmore>i {
    margin-left: 10px;
    margin-top: 2px;
}


/* Reviews Home */

#reviewsSlider {
    margin-top: 30px;
}

.reviews-home {
    padding: 60px 0;
}

.reviews-home .owl-carousel .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.reviewsSlider-item {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
}

.reviewsSlider-item__content {
    position: relative;
    width: 100%;
    height: 215px;
    border-radius: 5px;
    background: #004F40;
    box-shadow: 0px 0px 7px rgba(196, 196, 196, 0.15);
    padding: 40px 40px 40px 240px;

}

.reviewsSlider-item__content h2 {
    /* color: #004F40; */
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    position: relative;
}

.reviewsSlider-item__content p {
    font-size: 18px;
    line-height: 23px;
    /* color: #5B5B5B; */
    color: #fff;
    overflow: hidden;
    max-height: 92px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.reviewsSlider-item__content>* {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .reviewsSlider-item__content>* {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .reviewsSlider-item__content>*:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .reviewsSlider-item__content>*:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .reviewsSlider-item__content>*:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .reviewsSlider-item__content>*:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.owl-item.active .reviewsSlider-item__content>*:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.reviewsSlider-item__image {
    position: absolute;
    bottom: 0;
    left: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 5px 3px 8px rgb(172 170 170 / 16%);
    overflow: hidden;
    width: 170px;
    height: 215px;
}

.reviewsSlider-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reviewsSlider-item__image {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .reviewsSlider-item__image {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


/* 
#reviewsSlider .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
} */

.reviews-home .owl-theme .owl-dots {
    max-width: 110px;
    margin: 0;
    position: absolute;
    left: 235px;
    right: 0;
    bottom: 60px;
}


/* Footer */

footer {
    width: 100%;
    /* background: #33363A; */
    background: #004F40;
    padding: 50px 0;
}

.footer-info {
    color: #ffffff;
    margin-bottom: 20px;
}

a.footer-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.footer-logo img {}

.footer-menu {
    display: flex;
    justify-content: center;
}

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

.footer-menu ul li {
    margin-bottom: 15px;
}

.footer-menu ul li a {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-contacts {
    padding: 0;
}

.footer-contacts h2 {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

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

.footer-contacts ul li {
    margin-bottom: 20px;
}

.footer-contacts ul li a {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
}

.footer-contacts ul li a i.icons {
    font-size: 18px;
    margin-top: 3px;
    margin-right: 10px;
    color: #FFFFFF;
}

.footer-copy {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 24px;
}

.footer-copy a {
    font-size: 17px;
    line-height: 24px;
    color: #87ffe8;
    transition: all 0.3s ease-in-out;
}

.footer-ctrl {
    /* padding-left: 45px; */
}

.footer-copy .dev {
    /* padding-left: 45px; */
}

.footer-socials {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.footer-socials a {
    font-size: 24px;
    color: #ffffff;
    margin-right: 18px;
    transition: all 0.3s ease-in-out;
}

#productsSlider.owl-theme .owl-nav,
#reviewsSlider.owl-theme .owl-nav {
    margin: 0;
}

#productsSlider.owl-carousel .owl-nav .owl-next,
#productsSlider.owl-carousel .owl-nav .owl-prev,
#reviewsSlider.owl-carousel .owl-nav .owl-next,
#reviewsSlider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0;
    width: 36px;
    height: 36px;
    background: #83182D !important;
    border-radius: 2px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

#productsSlider.owl-carousel .owl-nav .owl-next,
#reviewsSlider.owl-carousel .owl-nav .owl-next {
    right: -18px;
}

#productsSlider.owl-carousel .owl-nav .owl-prev,
#reviewsSlider.owl-carousel .owl-nav .owl-prev {
    left: -18px;
}

.pages-block {
    padding-top: 30px;
}


/* News View */

.news-view {
    padding: 30px 0;
}

.news-wrapper {
    padding: 30px 0;
}

.news-main {
    width: 100%;
    /* background: #ffffff; */
    background: #004F40;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgb(196 196 196 / 15%);
}

.news-view-top {}

.news-view-top-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.news-view-left {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    /* color: #004F40; */
    color: #fff;
}

.news-view-left i {
    margin-right: 8px;
}

.news-view-data {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    /* color: #004F40; */
    color: #fff;
    display: flex;
    align-items: center;
}

.news-view-title {}

.news-view-title h2 {
    /* color: #004F40; */
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    position: relative;
}

.news-view-imgBx {
    margin-bottom: 15px;
}

.portfolio-inner-item {}

.portfolio-inner-item a {
    display: flex;
    width: 100%;
    height: 445px;
}

.portfolio-inner-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-view-content {
    font-size: 18px;
    line-height: 24px;
    /* color: #757575; */
    color: #fff;
}

.sidebar-rec {
    margin-bottom: 20px;
}

.sidebar-news {
    width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 14px rgb(196 196 196 / 25%);
}

.sidebar-title {
    margin-bottom: 15px;
}

.sidebar-title h2 {
    color: #004F40;
    font-size: 22px;
    line-height: 24px;
    position: relative;
    margin: 0;
}

.sidebar-news__item {
    display: block;
    margin-bottom: 20px;
}

.sidebar-news__image {
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
}

.sidebar-news__image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.sidebar-news__info {}

.sidebar-news__info h2 {
    color: #004F40;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 5px;
}

.sidebar-news__date {
    display: flex;
    align-items: center;
}

.sidebar-news__date span {
    margin-right: 20px;
    font-size: 15px;
    line-height: 17px;
    color: #757575;
}

.contact_Pages {
    padding: 30px 0;
}

.contacts {
    margin: 30px 0;
    background: #004F40;
    /* background: #83182D; */
    box-shadow: 0px 0px 7px rgba(196, 196, 196, 0.15);
    padding: 20px;
}

.contacts-main {
    padding: 30px 0;
}

.contacts-map {
    width: 100%;
    height: 100%;
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
}

.contacts-info {
    width: 100%;
}

.contacts-info p {
    margin-bottom: 10px;
    color: #fff;
}

.contacts-info span u {
    color: #fff;
}


.contacts-info p span strong {
    font-size: 17px;
    font-weight: 600;
}

.contacts-info a {
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

.contacts-info p>span>strong>u>a {
    color: #fff;
}

.contacts-item {
    padding-bottom: 20px;
}

.contacts-item h2 {
    font-size: 22px;
    line-height: 28px;
    /* color: #423B3B; */
    color: #fff;
    font-weight: 500;
}

.contacts-item a,
.contacts-item span {
    font-size: 18px;
    line-height: 24px;
    /* color: #423B3B; */
    color: #fff;
    display: block;
    transition: all 0.3s ease-in-out;
}

.contacts-item a:hover {
    /* color: #004F40; */
    color: #fff;
}

.catalog-download {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 7px 17px;
    background-color: #83182D;
    width: max-content;
    border-radius: 3px;
}

.catalog-download:hover {
    color: #fff;
}


.zomin-contacts {
    padding: 15px 5px;
    position: relative;
}

.zomin-contacts p {
    display: flex;
    align-items: center;
    font-family: 'Aeroport', sans-serif;
}

.zomin-contacts p i {
    margin-right: 8px;
}

.zomin-contacts span,
.zomin-contacts small {
    display: block;
    color: #fff;
    font-family: 'Aeroport', sans-serif;
}

.zomin-contacts span {
    font-weight: 500;
    font-size: 17px;
    position: relative;
    padding-left: 15px;
}

.zomin-contacts span:before {
    content: '';
    position: absolute;
    left: 0px;
    height: 100%;
    width: 2px;
    background: #ce082f;
}

.zomin-contacts small {
    margin: 10px 0;
    font-size: 17px;
    font-weight: 700;
}

.zomin-contacts::before {
    content: '';
    position: absolute;
    right: 0%;
    transform: translateY(-50%);
    bottom: 0px;
    width: 50%;
    height: 2px;
    background: #ce082f;
}


.contacts-form {
    max-width: 680px;
    box-shadow: 0px 0px 7px rgba(196, 196, 196, 0.15);
    padding: 20px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
    background: #004f40;
}

.contacts-form>h2 {
    font-family: "Quarion", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.contacts-form .form-control {
    font-size: 18px;
    line-height: 21px;
}

.contacts-form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts-form .captcha-input-2 {
    width: 100%;
}

.captcha-main {
    display: flex;
    margin-left: 15px;
}

#captcha_contacts_button a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #004F40; */
    background-color: #83182D;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
}

.contact-button {
    height: 40px;
    /* background-color: #004F40; */
    background-color: #83182D;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    text-align: center;
    border-style: unset;
}


/* QA SECTION */

.qa-home {
    padding: 60px 0 30px;
    min-height: 540px;
}

.qa-home__main {
    width: 100%;
}

.qa-home .card-header h6 {
    /* color: #423B3B; */
    color: #fff;
    font-size: 19px;
    line-height: 21px;
    margin: 0;
    font-weight: normal;
}

.qa-home .accordion__square:nth-child(1) .card-header {
    padding: 0 25px;
    min-height: 100px;
}

.qa-home .accordion__square:nth-child(2) .card-header {
    padding: 0 25px;
    min-height: 100px;
}

.qa-home .card-header {
    margin-bottom: 0;
    /* background-color: rgb(255, 255, 255); */
    background-color: #83182D;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

.qa-home .card-body div {
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}

.qa-home .card-body {
    padding: 0 25px 20px 25px;
    /* color: #5B5B5B; */
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    background: #004F40;
}

.qa-home .card .btn-link:hover {
    text-decoration: none;
}

.qa-home .card .btn {
    display: inline-block;
    font-weight: 400;
    color: #5B5B5B;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.qa-home .card .btn .btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.qa-home .card {
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px rgba(196, 196, 196, 0.25);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 5px;
    padding-bottom: 0;
}

.qa-home .accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qa-home .accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qa-home .accordion>.card:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qa-home .card .btn .myfa {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 27px;
    /* color: #004F40; */
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* END_QA SECTION */

.pages-header {
    position: relative;
    width: 100%;
    min-height: 210px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.pages-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(48, 54, 60, 0.6); */
    /* background-color: rgba(12, 70, 130, 0.7); */
    background-color: rgba(29, 29, 29, 0.7);
}

.pages-header .container {
    position: relative;
}

.pages-header__main {
    color: #ffffff;
}

.pages-header__main .title h1 {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #ffffff;
}

.pages-header__main .breadcrumb .breadcrumb-item>a,
.pages-header__main .breadcrumb .breadcrumb-item>span {
    color: #ffffff;
}

.pages-header__main .breadcrumb-item+.breadcrumb-item::before {
    color: #bcbcbc;
}

.pages-header__main .info {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pages-header__main .info-views {}

.pages-header__main .info-views>a,
.pages-header__main .info-views>span {
    /* font-size: 15px; */
    color: #ffffff;
    margin-left: 20px;
}

.pages-header__main .info-views>a {
    margin-left: 0;
}

.pages-header__main .title {
    padding-bottom: 35px;
}

.pages-header__main .title h1 {
    color: #ffffff;
}

.pages-header__main .title h1::before {
    display: none;
}


/* Pagination */

.pagination {
    display: inline-block;
}

.pagination ul {
    list-style: none;
    margin: 0;
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.pagination ul li {
    float: left;
    margin-right: 10px;
}

.pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 16px;
    border-radius: 4px;
    background-color: rgb(238, 238, 238);
    width: 45px;
    height: 36px;
    color: #201d1d;
}

.pagination ul li.active a {
    background-color: #004F40;
    color: #ffffff;
}

.pagination ul li.page a:hover {}


/* End Pagination */

.all-products {
    padding: 30px 0;
}

.products-wrapper {
    padding: 30px 0;
}

.products {
    width: 100%;
}

.products .products-item {
    margin-bottom: 20px;
    /*background-color: #ffffff;*/
}

.sidebar-category {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0px 0px 14px rgb(196 196 196 / 25%);
    margin-bottom: 20px;
}

.sidebar-category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-category ul li {
    margin-bottom: 10px;
}

.sidebar-category ul li:last-child {
    margin: 0;
}

.sidebar-category ul li a {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #3E3939;
    transition: all 0.25s ease-in-out;
}

.sidebar-category ul li a:hover,
.sidebar-category ul li a.active {
    color: #0a8c73;
}

.products-view {
    width: 100%;
    padding: 20px;
    /* background: #fff; */
    background: #004F40;
    box-shadow: 0px 0px 7px rgb(196 196 196 / 15%);
    margin-bottom: 20px;
}

.products-view__title {
    margin-bottom: 15px;
}

.products-view__content p {
    font-size: 17px;
}

.products-view__title h2 {
    /* color: #004F40; */
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    margin: 0;
    position: relative;
}

.products-view__content {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    /* color: #757575; */
    color: #fff;
}

.products-view__imgBx {
    overflow: hidden;
    width: 100%;
    height: 320px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #dedede;
    border-radius: 4px;
    background-color: #ffffff;


}

.products-imgBx {
    display: flex;
    padding: 30px;
    width: 100%px;
    height: 320px;
    background-color: #ffffff;
}

.products-imgBx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.noagree {
    text-align: center;
    font-size: 24px;
    min-height: 500px;
    color: #fff;
}

.about-history {
    background: #004F40;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.bear-info {
    background: #004F40;
    padding: 15px;
}

.pages {
    padding: 30px 0;
}

.pages-content {
    padding: 30px 0;
}

.gallery-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.gallery-item__image {
    border-radius: 3px;
    background-color: rgb(244, 244, 244);
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.gallery-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.folders-item h3 {
    color: #fff;
    margin-bottom: 22px;
}

.folders-item {
    margin-bottom: 30px;
}

.gallery-item__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 53, 62, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-item__image::after {
    background: rgba(45, 53, 62, 0);
}

.gallery-item__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.gallery-item__info h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #ffffff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery-item__info span.date {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

.catalog-item {
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgba(196, 196, 196, 0.25);
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.catalog-item:hover {
    border-color: rgba(196, 196, 196, 0.25);
    box-shadow: none;
}

.catalog-item__image {
    width: 100%;
    height: 220px;
    padding: 15px 15px 0 15px;
}

.catalog-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.catalog-item__url {
    display: flex;
    height: 80px;
    width: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}

.catalog-item__url span {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #423B3B;
}

.catalog-item:hover .catalog-item__url span {
    color: #004F40;
}

.catalog-item__url span i {
    margin-right: 10px;
}


.newsImages .owl-dots {
    position: absolute;
    left: 43%;
}

.newsImages .owl-dots button {
    width: 10px;
    height: 10px;
    border: 2px solid #004F40;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none;
    outline: none;

}

.newsImages .owl-dots button.active {
    background-color: #004F40;
}

.news-slide__item {
    width: 100%;
    height: 440px;
    overflow: hidden;
    display: block;
}

.history-videoBx {
    width: 100%;
    height: 440px;
    overflow: hidden;
    display: block;
}

.history-videoBx video a {
    display: block;
}

.history-videoBx video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slide__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bear-col {
    width: 50%;
    float: left;
    padding-right: 40px;
    margin-bottom: 20px;
}

.history-col {
    width: 50%;
    float: right;
    padding-left: 40px;
    margin-bottom: 20px;
}



/* .about-history {
    width: 50%;
    float: left;
    padding-right: 40px;
    margin-bottom: 20px;
} */


.certificates_about {
    width: 100%;
    height: auto;

}

.certificates_about img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: none;
}

.product-select {
    margin-bottom: 30px;
    width: 100% !important;
}

.product-input {
    margin-bottom: 30px;
}

.product-select .dropdown-menu li a:hover {
    background-color: #004F40;
    color: #ffffff;
}

.product-input {
    position: relative;
    display: flex;
    align-items: center;
}

.product-input:before {
    content: "\e906";
    font-family: icomoon;
    position: absolute;
    right: 12px;
    display: inline-block;
}

.product-search {
    padding: 6px 30px;
    display: inline-block;
    /* height: 38px; */
    background-color: #83182D;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    overflow: hidden;
    outline: none;
    border: none;
}

.product-search:focus {
    box-shadow: none;
    outline: none;
}

.product-search:hover {
    color: #ffffff;
}

.btn-filter {
    display: flex;
}

.btn-filter a {
    margin-left: 15px;
}

.c_span {
    margin-bottom: 10px;
}

.vacancy-wrapper {
    padding: 20px 10px;
    color: #fff;
    background: #004F40;
}

.resume-form {
    background: #004F40;
    padding: 20px 10px;
}

.resume-form label {
    color: #fff;
}


.resume-form input::placeholder,
.resume-form select::placeholder,
.resume-form textarea::placeholder {
    color: #201d1d;
}


.resume-form input:focus,
.resume-form select:focus,
.resume-form textarea:focus {
    color: #201d1d;
}

.custom-file label {
    color: #201d1d;
}

.fupload span {
    color: #fff;
}

.custom-file-label::after {
    content: "\f019";
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.custom-file-input input {
    height: 35px !important;
}


.gallery h2 {
    color: #fff;
    margin-bottom: 17px;
}