@import url('font-Intro.css');
@import url('format.css');
@import url('normalize.css');
@import url('reset.css');
.maxWidth {
    width: 100%;
    padding: 0px 10px
}
.slide_intro .slick-next{
    right: 15px!important;
}
.slide_intro .slick-prev {
    left: 15px;
}
div.bg-slider {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.wrapper-mobile{
    background: -webkit-linear-gradient(to bottom, #f0efec, #fff);
    background: -o-linear-gradient(to bottom, #f0efec, #fff);
    background: -moz-linear-gradient(to bottom, #f0efec, #fff);
    background: linear-gradient(to bottom, #f0efec, #ffffff);
}
.desc-about h3 a {
    font-size: 20px;
    position: relative;
}
.desc-about h3 a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 1px;
    background: #000;
}
.xemthem-about {
    padding: 8px 20px;
    border: 1px solid #000;
    float: left;
}
.xemthem-about a {
    text-transform: uppercase;
}
.title-project h3 a {
    font-family: 'UTM';
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.box-face-project p.title {
    font-size: 14px;
    font-family: 'RobotoRegular';
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
/* menu */


/* search */

.box-search-toggle {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(13, 13, 13, .9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:9999
}

form#search-mobile {
    display: flex;
}

form#search-mobile #keywords {
    background-color: transparent;
    border-color: #000;
    color: #b9bbc0;
    position: relative;
    padding: 5px 10px;
    border-radius: 4px 0px 0px 4px
}

form#search-mobile #keywords::placeholder {
    color: #b9bbc0
}

form#search-mobile button {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    height: 38px;
    border: none;
    border-radius: 0px 4px 4px 0px
}

.video-foreground{
    height:100vh
}
.cs-input-form{
    border-radius:0;
    box-shadow: none;
    margin-bottom:10px
}
button.btn-default-css {
    border: 0;
    padding: 8px 20px;
    background: #000;
    color: #fff;
    text-align: center;
}
/* end search */

.mobile-header-bar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: rgba(13, 13, 13, .9);
}

.btn-search i {
    font-size: 30px;
}

.btn-search i {
    color: #b9bbc0;
    font-size: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
    cursor: pointer;
}

.hamburger-box {
    width: 34px;
    height: 15px;
    display: inline-block;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #b9bbc0;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}

.hamburger-inner {
    top: 1.5px;
}

.hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s;
}

.hamburger-inner::after {
    top: 12px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.navbar-line.active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.navbar-line.active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.85714px, -7px, 0);
    opacity: 0;
}

.navbar-line.active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

.logo-mobile {
    padding: 8px 0px
}

.fix-footer {
    position: fixed;
    background-color: rgba(13, 13, 13, .9);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    color: rgba(185, 187, 192, .9)
}

section.section-navbar.spy-fixed {
    left: -5px;
    transition: all 0.2s;
}

section.section-navbar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    height: 100vh;
    max-width: 250px;
    transition: all 0.2s;
}

.header-bar {
    background: #000;
    max-width: 250px;
    width: 250px;
    color: #fff;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}

section.section-navbar ul.ul-nav-menu {
    max-width: 250px;
    width: 250px;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}

section.section-navbar ul.ul-nav-menu>li>a {
    display: block;
    padding: 7px 7px 7px 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'RobotoRegular';
}
.dropdown-fa i{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.u-nav-level li +li{
    border-top:1px solid #ccc
}
ul.u-nav-level li a{
    display: block;
    padding: 7px 7px 7px 30px;
    color: #fff;
    font-family: sans-serif;
    
}
ul.u-nav-levell li a{
    display: block;
    padding: 7px 7px 7px 50px;
    color: #fff;
    font-family: sans-serif;
}
.item-news-main .title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
#myTab {
    margin-bottom: 15px;
}
#myTab .nav-item.active,
#myTab .nav-item:hover {
    background-color: #000;
}
#myTab .nav-item {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #eee;
    margin-right: 6px;
    background-color: #fff;
    margin-top: 5px;
}
.nav>li>a{
    padding:5px 0px;
    border:0
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color:transparent !important;
    border:0
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav>li>a:focus, .nav>li>a:hover{
    color: #b9bbc0;

}
.nav>li>a:focus, .nav>li>a:hover{
    background-color:transparent !important
}
.nav-tabs>li>a:hover{
    border:0
}
.nav-tabs{
    border:0
}
.desc-project {
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}
.fade.active, .fade.show {
    opacity: 1!important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.frequently-accordion .card {
    border-radius: 4px;
    margin-bottom: 15px;
}

.frequently-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background: #000 none repeat scroll 0 0;
    border: 0;
}
.frequently-accordion .card-header a {
    display: block;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.frequently-accordion .card-header a.collapsed:before, .frequently-accordion .card-header a:after {
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #b9b9b9;
}
.frequently-accordion .card-header a:after {
    content: "\f068 ";
}
/* end menu */

.container-fluid {
    padding: 0!important
}

.box-slide .slide_intro img {
    height: 100vh;
    min-width: 100%;
    cursor: pointer;
}

.box-fixed-menu.fixed-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

ul.fixed-menu-footer {
    display: flex;
    align-items: center;
}

ul.fixed-menu-footer li {
    text-align: center;
    position: relative;
}

.fixed-logo {
    position: absolute;
    top: 30px;
    left: 8.2%;
}

.fixed-logo a {
    color: #fff;
    font-family: 'UTM';
    font-size: 48px;
}

ul.fixed-menu-footer li+li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    height: 13px;
    width: 1px;
    background: #fff;
}

ul.fixed-menu-footer li a {
    padding: 15px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'RobotoRegular';
    font-size: 10px;
}

.box-right-menu {
    padding: 7px 0px;
    width: 100%;
}

.box-right-menu ul li {
    display: inline-block;
    padding: 0px 10px;
}

.box-fixed-menu-top {
    position: absolute;
    bottom: 10%;
    left: 20px;
    width: 100%;
}

ul.fixed-menu-top-off li {
    display: inline-block;
}

ul.fixed-menu-top-off li a {
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'RobotoRegular';
}

.box-right-menu ul li.show-search-menu {
    -webkit-animation: ac-gn-item-searchshow .4s both;
    animation: ac-gn-item-searchshow .4s both;
}

.ac-gn-searchview.show-input-search-menu {
    -webkit-animation: ac-gn-item-searchhide .4s both;
    animation: ac-gn-item-searchhide .4s both;
    visibility: visible;
    transition: all 0.4s;
}

.ac-gn-link {
    font-size: 14px;
    line-height: 3.14286;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: "arial";
    color: #f5f5f7;
    position: relative;
    top: 5px;
    z-index: 1;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    opacity: .8;
    background: no-repeat;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: transparent;
    outline-offset: -7px;
}

.ac-gn-link-search {
    background-size: 18px 88px;
    background-repeat: no-repeat;
    background-image: url(../../images/q_large.svg);
    background-position: center center;
    width: 30px;
}

.ac-gn-link-search {
    background-position: 7px -10px;
}


/* .ac-gn-searchview {
    display: none;
} */

#ac-gn-searchform {
    height: 50px;
    line-height: 44px;
}

#ac-gn-searchform .ac-gn-searchform-input {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 1.29412;
    letter-spacing: -.021em;
    font-family: "arial";
    color: #fff;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 0 38px 0 39px;
}

.ac-gn-searchview {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100%);
    visibility: hidden;
}

#ac-gn-searchform .ac-gn-searchform-input::placeholder {
    color: #fff;
    font-style: italic;
    opacity: 0.7;
}

#ac-gn-searchform .ac-gn-searchform-input,
#ac-gn-searchform button {
    border: none;
    background-color: transparent;
}

#ac-gn-searchform .ac-gn-searchform-submit {
    left: 0;
    background-size: 18px 88px;
    background-repeat: no-repeat;
    background-image: url(../../images/q_large.svg);
    background-position: 10px -44px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .8;
    z-index: 1;
    top: 3px;
    width: 38px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.ac-gn-searchview-close {
    right: 16.66667%;
    position: absolute;
    opacity: .8;
    z-index: 4;
    width: 38px;
    height: 44px;
    top: 0;
    right: 0;
    color: #86868b;
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-tap-highlight-color: transparent;
}

.ac-gn-searchview-close-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.ac-gn-searchview-close-left {
    right: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.ac-gn-searchview-close-right {
    right: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.ac-gn-searchview-close-left,
.ac-gn-searchview-close-right {
    height: 18px;
    width: 1px;
    background: #86868b;
    position: absolute;
    display: block;
    border-radius: 0.5px;
    top: 15px;
    z-index: 1;
}

@-webkit-keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@keyframes ac-gn-item-searchshow {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@-webkit-keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

@keyframes ac-gn-item-searchhide {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
}

@-webkit-keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0.4
    }
}

@keyframes ac-gn-search-placeholder-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0.4
    }
}

@-webkit-keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}

@keyframes ac-gn-bag-searchshow {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
    100% {
        opacity: 0
    }
}