@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

.s_wrapper {
    margin-top: -60px;
    background: transparent;
    z-index: 0;
}
/*Header*/
.header {
    position: relative;
    z-index: 10;
}
.header .header-pagi {
    background: #99836d;
    color: #fff;
}
.header .header-pagi .header-pagi__box {
    display: flex;
    justify-content: space-between;
}
.header .header-pagi .header-pagi__box .header-pagi__box-icon ul,
.header .header-pagi .header-pagi__box .header-pagi__box-lang ul {
    margin: 0;
    list-style: none;
    display: flex;
}
.header .header-pagi .header-pagi__box .header-pagi__box-icon ul li a {
    color: #fff;
    line-height: 40px;
    width: 40px;
    display: block;
    border-right: 1px solid #777777;
    text-align: center;
}
.header .header-pagi .header-pagi__box .header-pagi__box-icon ul li:first-child a {
    border-left: 1px solid #777777;
}
.header .header-pagi .header-pagi__box .header-pagi__box-lang ul {
    align-items: center;
    height: 100%;
}
.header .header-pagi .header-pagi__box .header-pagi__box-lang ul li {
    margin-left: 6px;
}
.header .header-pagi .header-pagi__box .header-pagi__box-lang ul li a {
    display: block;
    border: 1px solid #fff;
}
.header .header-pagi .header-pagi__box .header-pagi__box-lang ul li img {
    height: 22px;
}
.header .header-top {
     background: #fff;
     padding: 20px 0;
}
.header .header-top .header-top__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-top .header-top__box .header-top__logo img {
    max-width: 125px;
}
.header .header-top .header-top__box .header-top__contact {
    display: flex;
}
.header .header-top .header-top__box .header-top__contact .header-top__contact-item {
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    margin-left: 70px;
}
.header .header-top .header-top__box .header-top__contact .header-top__contact-item .header-top__contact-img {
     margin-right: 15px;
}
.header .header-top .header-top__box .header-top__contact .header-top__contact-item label {
    display: block;
    color: #111;
    margin-bottom: 1px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .5px;
    font-weight: 500;
}
.header .header-top .header-top__box .header-top__contact .header-top__contact-item span {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}
.header .header-top .header-top__box .header-top__btn {
    display: none;
}
.header .header-top .header-top__box .header-top__btn a {
    display: block;
    color: #0f3e65;
    font-size: 35px;
}
.header .header-nav .header-nav__box {
    display: flex;
    background: #0f3e65;
    color: #fff;
    justify-content: space-between;
}
.header .header-nav .header-nav__box .header-nav__btn {
    display: none;
}
.header .header-nav .header-nav__box .header-nav__btn a {
    color: #fff;
    font-size: 35px;
    height: 100%;
    width: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
}
.header .header-nav .header-nav__box .header-nav__menu {
    padding: 0 15px;
}
.header .header-nav .header-nav__box .header-nav__so {
    position: relative;
}
.header .header-nav .header-nav__box .header-nav__so .page-search {
    position: absolute;
    background: #fff;
    right: 0;
    padding: 10px;
    width: 300px;
    transform: translateY(20px);
    visibility: hidden;
    transition: all .3s;
}
.header .header-nav .header-nav__box .header-nav__so .page-search.active {
    transform: translateY(0px);
    visibility: visible;
}
.header .header-nav .header-nav__box .header-nav__so .page-search input {
    border-radius: 0;
    padding: 10px;
    width: 100%;
    margin: 0;
    height: auto;
}
.header .header-nav .header-nav__box .header-nav__so .page-search .page-search--btn {
    position: absolute;
    height: 42px;
    width: 42px;
    background: #0f3e65;
    color: #fff;
    border: 0;
    top: 10px;
    right: 10px;
    outline: none;
} 
.header .header-nav .header-nav__box .header-nav__menu .btn-close--menu {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.header .header-nav .header-nav__box .header-nav__menu .btn-close--menu svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.header .header-nav .header-nav__box .header-nav__menu .btn-close--menu svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.header .header-nav .header-nav__box .header-nav__menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li > a {
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 600;
    display: block;
    position: relative;
    letter-spacing: .6px;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li > a i {
    margin-left: 3px;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    height: 3px;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0,1);
    -khtml-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -khtml-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -moz-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -ms-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    -o-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
    transition: transform .25s cubic-bezier(.37,.31,.2,.85);
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li:hover > a:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1,1);
    -khtml-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li {
    position: relative;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li ul {
    position: absolute;
    background: #fff;
    padding: 28px 0;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 205px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 8px 83px rgba(40,40,40,.08);
    -khtml-box-shadow: 0 8px 83px rgba(40,40,40,.08);
    -moz-box-shadow: 0 8px 83px rgba(40,40,40,.08);
    -ms-box-shadow: 0 8px 83px rgba(40,40,40,.08);
    -o-box-shadow: 0 8px 83px rgba(40,40,40,.08);
    box-shadow: 0 8px 83px rgba(40,40,40,.08);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    clip: rect(1px,1px,1px,1px);
    margin: 0;
    list-style: none;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li > ul li {
    padding: 0 20px;
    position: relative;
}
.header .header-nav .header-nav__box .header-nav__menu > ul > li > ul li a {
    color: #222;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}
.header .header-nav .header-nav__box .header-nav__so .header-nav__so-search {
    line-height: 60px;
    display: block;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    background: #0f3e65;
}

/*Home Slide*/
.home-slide {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.home-slide .owl-dots {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-slide .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 30px;
    height: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 0px solid;
    margin: 5px 0px;
    padding: 0px;
    border-radius: 10px;
    transition: all 500ms ease;
    outline: none;
}
.home-slide .owl-dots .owl-dot:before {
    position: absolute;
    top: 0px;
    right: -10px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: rgba(255, 255, 255, 0.30);
    transition: all 500ms ease;
}
.home-slide .owl-dots .owl-dot span {
    display: none;
}
.home-slide .owl-dots .owl-dot.active {
    width: 40px;
}
.home-slide .owl-dots .owl-dot.active:before,
.home-slide .owl-dots .owl-dot.active {
    background: #fd5d14;
}
/*Home title*/
.home-title {
    max-width: 720px;
    margin: 0 auto 50px auto;
    padding-bottom: 20px;
    position: relative;
}
.home-title h3 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
    padding: 0;
}
.home-title .home-title__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.home-title .home-title__desc p {
    margin: 0;
}
.home-title:before {
    content: '';
    position: absolute;
    width: 60%;
    background: #dedede;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home-title:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    background: #0f3e65;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

/*Home Service*/
.home-service {
    padding: 75px 0;
    background: #f3f5f9;
    position: relative;
    z-index: 2;
}
.home-service:after {
    content: "\f013 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 500px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    color: rgba(0, 30, 87, 0.03);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.home-service .home-service__item {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.home-service .home-service__item:hover {
    -webkit-box-shadow: 0 9px 27px rgba(0,0,0,.15);
    -khtml-box-shadow: 0 9px 27px rgba(0,0,0,.15);
    -moz-box-shadow: 0 9px 27px rgba(0,0,0,.15);
    -ms-box-shadow: 0 9px 27px rgba(0,0,0,.15);
    -o-box-shadow: 0 9px 27px rgba(0,0,0,.15);
    box-shadow: 0 9px 27px rgba(0,0,0,.15);
}
.home-service .home-service__item .home-service__item-img {
    position: relative;
    overflow: hidden;
}
.home-service .home-service__item .home-service__item-img h4 {
    position: absolute; 
    bottom: 0;
    padding: 0;
    width: 100%;
    background: rgba(5, 5, 5, 0.71);
    left: 0;
}
.home-service .home-service__item .home-service__item-img h4 a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.home-service .home-service__item .home-service__item-img img {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.home-service .home-service__item:hover .home-service__item-img img {
    transform: scale(1.05);
}
.home-service .home-service__item .home-service__item-text {
    padding: 20px 20px 40px 20px;
    border: 1px solid #dedede;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.home-service .home-service__item .home-service__item-text h4 {
    color: #111;
    margin: 0 0 8px;
    padding: 0;
}
.home-service .home-service__item .home-service__item-text h4 a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .03em;
    color: #111;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
}
.home-service .home-service__item .home-service__item-text .home-service__item-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore {
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a {
    height: 36px;
    width: 36px;
    background-color: #0f3e65;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    text-align: center;
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a i,
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a:hover span {
    opacity: 0;
}
.home-service .home-service__item .home-service__item-text .home-service__item-readmore a:hover i {
    opacity: 1;
}
.home-service .home-service__item .home-service__item-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-service .home-service__item .home-service__item-text ul li {
    display: flex;
    align-items: center;
}
.home-service .home-service__item .home-service__item-text ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}
.home-service .home-service__item .home-service__item-text ul li .home-service__sub-img {
    width: 50px;
}
.home-service .home-service__item .home-service__item-text ul li .home-service__sub-text {
    width: calc(100% - 50px);
    padding-left: 10px;
}
.home-service .home-service__item .home-service__item-text ul li .home-service__sub-text h5 {
    margin: 0;
    padding: 0;
}
.home-service .home-service__item .home-service__item-text ul li .home-service__sub-text h5 a {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.home-service .home-service__item .home-service__item-text ul li .home-service__sub-text .home-service__sub-desc {
    margin-top: 2px;
}
.home-service__owl .owl-stage-outer { 
overflow: visible !important;
}
.home-service__owl .owl-nav button.owl-prev,
.home-service__owl .owl-nav button.owl-next {
    width: 48px;
    height: 48px;
    border: 1px solid #c8c8c8;
    line-height: 48px;
    color: #777;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    outline: none;
}
.home-service__owl .owl-nav button.owl-prev:hover,
.home-service__owl .owl-nav button.owl-next:hover {
        background: #0f3e65;
    color: #FFF;
    border: 1px solid #0f3e65;
}
.home-service__owl .owl-nav button.owl-prev {
    left: -80px;
}
.home-service__owl .owl-nav button.owl-next {
    right: -80px;
}
.home-service__owl .owl-item {
   opacity: 0;
   transition: opacity 200ms;
}
.home-service__owl .owl-item.active {
  opacity: 1;
}

/*Home About*/
.home-about {
    padding: 70px 0;
}
.home-about .home-about__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.home-about .home-about__box .home-about__6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.home-about .home-about__box .home-about__6:first-child {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.home-about .home-about__box .home-about__6:last-child {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.home-about .home-about__box .home-about__box-img {
    position: relative;
}
.home-about .home-about__box .home-about__box-img .shape {
    position: absolute;
    left: -130px;
    bottom: -70px;
    right: 0px;
    background: url(/themes/images/shape-1.png);
    width: 697px;
    height: 439px;
    content: "";
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.home-about .home-about__box .home-about__box-text {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-top: 30px;
}
.home-about .home-about__box .home-about__box-text h2 {
    position: relative;
    display: block;
    color: #000000;
    font-size: 45px;
    line-height: 40px;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 0;
    text-shadow: none;
}
.home-about .home-about__box .home-about__box-text .home-about__box-sub {
    position: relative;
    display: block;
    padding-top: 36px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #0f3e65;
    font-weight: 600;
}
.home-about .home-about__box .home-about__box-text .home-about__box-desc {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    font-weight: 300;
    color: #000;
}
.home-about .home-about__box .home-about__box-text .home-about__btn {
    color: #0f3e65;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

/*Home Synthetic*/
.home-synthetic {
    position: relative;
    padding: 70px 0;
}
.home-synthetic .home-synthetic__box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}
.home-synthetic .home-synthetic__box .home-synthetic__item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
}
.home-synthetic .home-synthetic__box .home-synthetic__item .home-synthetic__title {
     margin-bottom: 25px;
}
.home-synthetic .home-synthetic__box .home-synthetic__item .home-synthetic__title h2 {
    background: url(http://wp1.themexlab.com/factorypress/wp-content/themes/factorypress/img/resources/section-title-bg.png) repeat-x center left;
    margin: 0;
    text-transform: none;
    padding: 0;
    line-height: initial;
}
.home-synthetic .home-synthetic__box .home-synthetic__item .home-synthetic__title h2 span {
    background: #fff;
    display: inline-block;
    font-size: 31px;
    line-height: 26px;
    color: #272727;
    padding: 10px 35px;
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
    font-weight: 600;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item {
    display: flex;
    box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 25px;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-img {
    width: 150px;
    position: relative;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-img img {
    height: 123px;
    object-fit: cover;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text {
    width: calc(100% - 150px);
    padding-left: 30px;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text h3 {
    margin: 0;
    margin-bottom: 6px;
    transition: all 0.5s ease;
    padding: 0;
    text-shadow: none;
    line-height: inherit;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text h3 a {
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-weight: 600;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text .home-synthetic__news-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000;
}
.home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text .home-synthetic__news-date {
    font-family: 'Roboto', sans-serif;
    color: #0f3e65;
    font-weight: 600;
    margin-top: 5px;
}
.home-synthetic .home-synthetic__box .button2 {
    margin: 0;
    float: right;
    text-transform: none;
    color: #000;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .item {
    position: relative;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .item h3 {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    margin: 0;
    padding: 0;
    text-shadow: none;
    line-height: inherit;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .item h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 18px;
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    letter-spacing: .5px;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .owl-dots {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .owl-dots button {
    margin-right: 5px;
    outline: none;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .owl-dots button span {
    margin: 0;
    background: #d0d0d0;
    width: 8px;
    height: 8px;
    transition: all .3s ease;
}
.home-synthetic .home-synthetic__box .home-synthetic__project .owl-dots button.active span {
    background: #0f3e65;
    width: 30px;
}

@media (max-width: 1200px) {
    .header .header-nav .header-nav__box .header-nav__menu > ul > li > a {
        font-size: 12px;
    }
    .home-about .home-about__box .home-about__box-img .shape {
        display: none;
    }
    .home-about .home-about__box .home-about__box-text {
        padding: 0;
    }
}
@media (max-width: 993px) {
    .header .header-nav .header-nav__box .header-nav__menu .btn-close--menu {
        display: block;
    }
    .header .header-top .header-top__box .header-top__contact .header-top__contact-item:nth-child(2) {
        display: none;
    }
    .header .header-nav .header-nav__box .header-nav__menu {
        position: fixed;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        padding: 60px 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .3s;
        visibility: hidden;
    }
    .header .header-nav .header-nav__box .header-nav__menu.active {
        transform: translateX(0);
        visibility: visible;
    }
    .header .header-nav .header-nav__box .header-nav__menu > ul {
        flex-direction: column;
    }
    .header .header-nav .header-nav__box .header-nav__menu > ul > li > a {
        font-size: 14px;
        line-height: 40px;
        display: inline-block;
    }
    .header .header-nav .header-nav__box .header-nav__menu > ul > li ul {
        opacity: 1;
        visibility: visible;
        clip: inherit;
        position: relative;
        background: transparent;
        padding: 0 15px;
    }
    .header .header-nav .header-nav__box .header-nav__menu > ul > li > ul li a {
        font-size: 15px;
        font-weight: 400;
        padding: 10px;
        color: #fff;
        display: inline-block;
    }
    .header .header-nav .header-nav__box .header-nav__menu > ul > li > ul li a:before {
        content: '-';
        position: absolute;
        left: -10px;
        font-size: 18px;
    }
    .home-synthetic .home-synthetic__box .home-synthetic__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-synthetic .home-synthetic__box .button2 {
        display: block;
        text-align: center;
        float: none;
        margin-bottom: 30px;
    }
    #menu_bot > li {
        padding-right: 10px;
    }
    #menu_bot {
        display: flex;
        justify-content: center;
    }
    .header .header-nav .header-nav__box .header-nav__btn {
        display: block;
    }
}
@media (max-width: 767px) {
    .home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item {
        flex-direction: column;
    }
    .home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-img,
    .home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-text {
        width: 100%;
        padding-left: 0;
    }
    .home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-img {
        margin-bottom: 15px;
    }
    .home-synthetic .home-synthetic__box .home-synthetic__news .home-synthetic__news-item .home-synthetic__news-img img {
        width: 100%;
    }
    .home-about .home-about__box .home-about__6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .home-about .home-about__box .home-about__box-text h2 {
        font-size: 30px;
    }
    .home-about .home-about__box .home-about__box-text .home-about__box-sub {
        padding-top: 16px;
        font-size: 15px;
    }
    .home-title h3 {
        font-size: 30px;
    }
    #menu_bot {
        flex-wrap: wrap;
    }
    #menu_bot > li {
        border: 0;
    }
    #menu_bot > li:before {
        display: none;
    }
    .header .header-top .header-top__box .header-top__contact {
        display: none;
    }
    .home-slide {
        margin: 0;
    }
    header {
        padding: 0;
    }
    .header .header-top .header-top__box .header-top__logo img {
        max-width: 90px;
    }
    .header .header-top {
        padding: 10px 0;
    }
    .header .header-top .header-top__box .header-top__btn {
        display: block;
    }
    .home-slide .owl-dots {
        right: 15px;
    }
    .header .header-nav .header-nav__box .header-nav__menu {
        width: 100%;
    }
    .header .header-nav .header-nav__box .header-nav__btn ,
    .header .header-nav .header-nav__box .header-nav__so {
        display: none;
    }
}