@font-face {
    font-family: 'Manrope-Regular';
    src: url('/fonts/Manrope-Regular.eot');
    src: url('/fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Manrope-Regular.woff2') format('woff2'),
    url('/fonts/Manrope-Regular.woff') format('woff'),
    url('/fonts/Manrope-Regular.ttf') format('truetype'),
    url('/fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
}
body {
    font-family: Manrope-Regular;
    color: #1E1E1E;
    font-size: 16px;
    line-height: normal;
    width: 100%;
    overflow-x:hidden ;
}
header {
    z-index: 7;
    position: relative;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.20);*/
    background: linear-gradient(180deg, #000 -54.52%, rgba(0, 0, 0, 0.00) 100%);
}
header:before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 20%);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
header:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #000 -54.52%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 180px;
    left: 0;
    top: 0;
    z-index: -1;
}
.top{
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #30CFD0 0%, #330867 100%);
    height: 45px;
}
.container-top {
    display: flex;
    justify-content: space-between;
}
.container-top > div {
    display: flex;
    align-items: center;
}
.call-manager {
    display: flex;
}
.call-manager svg {
    margin-right: 15px;
}
.call-manager span {
    color: #F2F2F2;
    text-align: right;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}
.telephone a {
    color: #F2F2F2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.telephone a:hover {
    color: #049cee;
}
.seti_wrapper span.seti-item {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.seti_wrapper span.seti-item:hover {
    transform: scale(1.1);
}
.search-section {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: -100px;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 9;
    transition: 1s;
}
form#form-language > div > button {
    color: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
    line-height: 16px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
form#form-language > div > button svg{
    margin-left: 3px;
}
.main__video--slider {
    margin-top: -101px;
    position: relative;
    /*display: flex;*/
    align-items: center;
    height: 70vh;
}
#menu .dropdown a svg,
.dropdown button svg {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*#menu .dropdown:hover a svg,
.dropdown:hover button svg {
    transform: rotate(180deg);
}*/
form#form-language:hover > div > button {
    color: #049cee;
}
/*#menu .dropdown:hover a svg path,*/
.dropdown:hover button svg path {
    stroke: #049cee;
}
div#article {
    line-height: 1.6;
}
.scroll-bottom {
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    transform: rotate(-90deg);
    /* height: 100%; */
    top: 0;
    margin: 0;
    bottom: 0;
    left: 0;
}
.content-scroll{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin: 0;
    user-select: none;
    pointer-events: none;
    animation: jump-arrow 5s infinite;
    /*top: 280px;*/
}
@keyframes jump-arrow {
    0%, 20%, 55%, 80%, 100% {
        transform: translate3d(-40%, 0%, 0);
      }
      40% {
        transform: translate3d(-50%, 0%, 0);
      }
      70% {
        transform: translate3d(-70%, 0%, 0);
      }
      90% {
        transform: translate3d(-40%, 0%, 0);
      }
}
.line-scroll {
    width: 80px;
    height: 1px;
    background: #fff;
    margin-right: 28px;
}
.text-scroll {
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
}
.text-video {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.64px;
    margin-top: 15px;
}
.name-video {
    color: #FFF;
    font-family: HeadingNow-95Medium;
    font-style: normal;
    font-weight: 500;
    line-height: 144%;
    text-transform: uppercase;
    max-width: 1044px;
    margin:0;
}
a.btn-more {
    display: flex;
    border-radius: 20px;
    background: #fff;
    width: 167px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #151515;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main__video--slide-content a.btn-more:hover {
    color: #fff;
    background-color: #30CFD0;
}
a.btn-more:focus {
    text-decoration: none;
}
.r-b {
    display: flex;
    position: absolute;
    bottom: -95px;
}

.content-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-ico {
    position: relative;
}

div#search button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: none;
    box-shadow: none;
}
#btn-search svg {
    margin-right: 23px;
}
#form-language {
    margin: 0;
}
#btn-search span {
    color: #FFF;
    font-size: 18px;
    letter-spacing: -0.36px;
}
.main-menu{
    cursor:pointer;
}
#menu {
    margin-bottom: 0;
    cursor: auto;
}

.navbar{
    border: 0;
}
.navbar-collapse{
    padding:0;
}
.top-page {
    background: url(/image/template/bg_page.jpg) no-repeat;
    height: 197px;
    margin-top: -100px;
    display: flex;
    align-items: flex-end;
}
.top-page:before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #000 -54.52%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 197px;
    left: 0;
    top: 45px;
    z-index: 0;
}
/* breadcrumb */
.breadcrumb {
    /*margin: 0 0 20px 0;*/
    margin: 53px 0 41px 0;
    padding: 8px 0;
    display: flex;
    overflow: auto;
    z-index: 6;
    position: relative;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    list-style-type: none;
    position: relative;
    padding-right: 18px;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 1px;
    height: 8px;
    color: #fff;
}
.breadcrumb > li:last-child:after{
    content: '';
}
ul.breadcrumb li a {
    color: #FFF;
    line-height: 120%;
    text-transform: uppercase;
}
ul.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb > li a svg {
    margin-right: 10px;
}
.pagination {
    margin: 0;
}
.lock, .lockburger {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    /*padding-right: 17px;*/
}
.categories_listWraperBox a {
    color: #000;
    cursor:pointer;
}
span.price-old {
    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
}
span.price-new {
    color: #FF2D55;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
    margin-left: 11px;
}
.btn-none {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}
.mobile-menu-btn {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.mobile-menu-btn span {
    margin-left: 10px;
}
.seti_wrapper {
    display: flex;
    align-items: center;
}
.section-list-project {
    position: relative;
}
.information-about a.btn-more {
    /* width: 100px; */
}
.information-about .btn-more>span {
    margin-right: 10px;
}
.information-about a.btn-more {
    justify-content: start;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.information-about a.btn-more:hover {
    text-decoration: underline;
}
.information-about a.btn-more svg {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.information-about a.btn-more:hover svg {
    margin-left: 10px;
}
/* .information-about a.btn-more:hover {
    color: #fff;
    background-color: #151515;
} */
.r-b {
    animation: jump-arrow-left 10s infinite;
}
@keyframes jump-arrow-left {
  0%, 20%, 55%, 80%, 100% {
    transform: translate3d(-40%, -20%, 0);
  }
  40% {
    transform: translate3d(-70%, 0%, 0);
  }
  70% {
    transform: translate3d(-70%, 0%, 0);
  }
  90% {
    transform: translate3d(-40%, -20%, 0);
  }
}
@media(max-width: 1400px){
    .nav>li>a {
        padding: 0px 15px;
    }
}
@media(max-width: 1200px){
    .nav>li>a {
        padding: 0px 15px;
    }
}
@media(max-width: 1023px){
    #btn-search{
        display: none;
    }
    .main-menu {
        display: flex;
        position: fixed;
        left: -100%;
        background: #fff;
        transition: 1s;
        width: 100%;
        top: 0;
        height: 100vh;
    }
    .main-menu.in {
        left: 0;
        transition: 1s;
    }
    #menu {
       /* height: 100vh;*/
        width: 100%;
    }

    ul.nav.navbar-nav {
        display: flex;
        flex-direction: column;
    }
    /*.nav>li>a {
        padding: 10px 15px !important;
        font-size: 16px;
        line-height: 100%;
    }*/
    .nav>li>a {
        padding: 0px 0px !important;
        font-size: 18px;
        line-height: 220%;
    }
    .navbar-nav {
        margin: 0;
    }
    .name-video {
        font-size: 24px;
    }
    a.btn-more {
        margin-top: 55px;
    }
    .r-b {
        right:40px;
    }
    .call-manager {
        margin-left: 16px;
    }
    div#search {
        display: flex;
        flex-direction: column-reverse;
        margin-top:40px;
    }
    #search input {
        padding-left: 45px;
    }
    div#search button{
        left:0;
    }
}

@media(max-width: 767px){
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    div#logo img {
        width: 74px;
    }
    .top .telephone {
        display: none;
    }
    .seti_wrapper span.seti-item {
        margin-right: 5px;
        margin-left: 5px;
    }
    .text-video{
        display: none;
    }
    .content-header {
        height: 70px;
    }
    .r-b {
        right: 20px;
        bottom: -40px;
    }
    .r-b svg {
        width: 75px;
        height: 74px;
    }
    .top{
        height: 40px;
    }
    .top > div {
        width: 100%;
    }
    .call-manager{
        align-items: center;
    }
    .call-manager span {
        font-size: 14px;
    }
    .main__video--slider{
        max-height: 550px;
    }
    .main__video--slide-content{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.breadcrumb li a {
        font-size: 14px;
    }
    .top-page > .container {
        width: 100%;
    }
    .top-page {
        height: 135px;
        margin-top: -70px;
    }
    .top-page:before{
        height: 135px;
        top: 40px;
    }
    .image-content img {
        width: 100%;
    }
    .description-section img {
        max-width: 100%;
    }
     .title-section {
        font-size: 22px !important;
    } 
    .item-gallery img {
        max-width: 100%;
    }
    .item_services_image img {
        max-width: 100%;
    }
    #common-home .item_services_image img{
        max-width:110px !important;
    }
    .content_services_slide .arrow-slide, .services-project .arrow-slide{
        position:relative;
    }
    .content_text_image .arrow-slide {
            bottom: 10px !important;
    }
}
@media(min-width: 768px){
    .seti_wrapper span.seti-item {
        margin-right: 10px;
        margin-left: 10px;
    }
    #seti_list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .content-header {
        height: 100px;
    }
    .call-manager span {
        font-size: 16px;
    }

}
@media(min-width: 1024px){
    .mobile-menu-btn{
        display: none;
    }
    .close-mobile-menu {
        display: none;
    }
    #btn-search{
        display: flex;
        align-items: end;
    }
    #search {
        max-width: 540px;
    }
    #menu {
        height: 100px;
    }
    #menu ul.nav > li{
        position: relative;
        height: 99px;
        display: flex;
        align-items: center;
        /*border-left: 1px solid #383838;*/
        cursor: auto;
    }

    #menu ul.nav > li > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: -0.36px;
        text-decoration: solid;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    #menu ul.nav > li:before{
        content: "";
        width: 1px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        background: #383838;
    }
    #menu ul.nav > li:nth-child(1):before{
        background: #fff;
    }
    ul.nav.navbar-nav .dropdown-menu {
        background: rgb(255 255 255 / 90%);
        border-radius: 0;
        min-width: 300px;
        padding: 30px;
    }
    ul.nav.navbar-nav .dropdown-menu li a{
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 0;
    }
    #menu ul.nav li a:hover{
        /*text-decoration: solid;*/
        /* text-decoration: underline; */
        color: #30CFD0;
    }
    .arrow-menu-level-1 {
        display: none;
    }
    /*#menu ul.nav > li:nth-child(1){
        border-left: 1px solid #fff;
    }*/
    #menu ul.nav li:nth-child(1) a{
        /* color: #fff; */
    }
    .name-video {
        font-size: 48px;
    }
    a.btn-more {
        margin-top: 65px;
    }
    .r-b {
        right: 200px;
    }
    .call-manager {
        margin-left: 55px;
    }
    .title-mobile-menu {
        display: none;
    }
    .nav>li>a {
        position: relative;
        display: block;
        border-bottom: 1px solid transparent;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        color: #5A5A5A;
    }
}
@media(min-width: 1400px){
    .language {
        margin-left: 70px;
    }
    #menu ul.nav > li > a{
        padding: 40px 10px;
    }
    #menu ul.nav>li{
        width: 135px;
    }
    .r-b {
        right: 220px;
    }
    .main__video--slider{
        min-height: 798px;
    }
}
@media(min-width: 1700px){
    .content-scroll{
        top: 200px;
    }
    .r-b {
        right: 391px;
    }
}
@media(min-width: 1800px){
    .content-scroll{
        top: 280px;
    }
    .r-b {
        right: 391px;
    }
}
@media(max-width: 1024px){
    li.dropdown {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .arrow-menu-level-1 {
        padding: 10px;
    }
    .dropdown-menu.in {
        display: block;
    }
    .navbar-nav>li>.dropdown-menu{
        padding: 15px 20px;
    }
    .navbar-nav>li>.dropdown-menu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
}
@media(max-width: 1699px){
    .scroll-bottom {
        display: none;
    }
}