/* 1.1 - Banner */
.banner {
    height: 100vh;
    overflow: hidden;
    padding: 0 0;
    position: relative;
}

.banner .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner .owl-theme {
    height: 100%;
}

.banner .owl-theme div:not(.owl-controls) {
    height: 100%;
    overflow: hidden;
}

.banner .owl-theme .wrap-caption {
    height: auto !important;
}

.banner .owl-theme .owl-dots {
    height: auto !important;
    margin-top: -50px;
}

.banner .owl-theme.banner-nav {
    height: auto !important;
}

.banner .owl-theme.banner-nav .custom-nav {
    height: 100px !important;
}

.banner .owl-theme .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .owl-theme .item img {
    display: none;
}

.banner .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: auto;
}

.banner .custom-nav .owl-prev, .banner .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    cursor: pointer;
}

.banner .custom-nav .owl-prev i, .banner .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.banner .custom-nav .owl-prev {
    left: 0;
}

.banner .custom-nav .owl-next {
    right: 0;
}

@media (max-width: 767px) {
    .banner .custom-nav {
        display: none;
    }
}

.counter-slide {
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 160px;
    width: 100%;
    color: #ffffff;
}

.carousel-thumbs {
    margin-top: -90px;
}

.wrapCarouselThumbs .owl-item {
    border: 3px solid #000;
}

.wrapCarouselThumbs .owl-item.current {
    border-color: #FFD808;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.banner-full {
    height: 100%;
    position: relative;
}

.banner .wrap-caption {
    width: 60%;
    position: relative;
    z-index: 2;
}

.banner .wrap-caption .caption-heading {
    font-size: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 900;
    color: #080700;
    line-height: 1;
}

.banner .wrap-caption .caption-heading span {
    font-size: 60px;
    line-height: 1.8;
}

.banner .wrap-caption .caption-subheading {
    color: #080700;
    font-size: 24px;
    font-style: italic;
}

.banner .wrap-caption .caption-subheading:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 100px;
    height: 1px;
    background-color: #FFD808;
    margin-bottom: 10px;
    margin-top: 15px;
}

.banner .wrap-caption .btn, .banner .wrap-caption .btn-primary, .banner .wrap-caption .btn-secondary, .banner .wrap-caption .btn-light, .banner .wrap-caption .btn-ghost-primary, .banner .wrap-caption .btn-ghost-secondary, .banner .wrap-caption .btn-ghost-light {
    margin-left: 5px;
    margin-right: 5px;
}

.banner .wrap-caption .bg {
    background-color: rgba(77, 77, 77, 0.5);
    padding: 20px;
}

.banner .wrap-caption .bg-light {
    background-color: white;
    color: black;
    padding: 20px;
}

.banner .wrap-caption .bg-dark {
    background-color: black;
    color: #FFD808;
    padding: 20px;
}

.banner .wrap-caption p {
    /*font-size: 24px;*/
    padding: 0;
    color: #080700;
}

.banner .wrap-caption p.bg {
    background-color: rgba(77, 77, 77, 0.5);
    padding: 20px;
      /*color: $color_secondary;*/;
}

@media (max-width: 991px) {
    .banner .wrap-caption {
        width: 100%;
    }

    .banner .wrap-caption .caption-heading {
        font-size: 45px;
    }

    .banner .wrap-caption .btn, .banner .wrap-caption .btn-primary, .banner .wrap-caption .btn-secondary, .banner .wrap-caption .btn-light, .banner .wrap-caption .btn-ghost-primary, .banner .wrap-caption .btn-ghost-secondary, .banner .wrap-caption .btn-ghost-light {
        padding: 13px 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .banner .wrap-caption {
        width: 100%;
    }

    .banner .wrap-caption .caption-heading {
        font-size: 30px;
    }

    .banner .wrap-caption .caption-supheading {
        font-size: 14px;
    }
}

.banner .h-right {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.banner .h-right > .wrap-caption {
    width: 50%;
}

@media (max-width: 991px) {
    .banner .h-right > .wrap-caption {
        width: 100%;
    }
}

.banner .h-center > .wrap-caption {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 991px) {
    .banner .h-center > .wrap-caption {
        width: 100%;
    }
}

.img-video {
    position: relative;
}

.img-video .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    color: #ffffff;
    z-index: 2;
}

.img-video .play-video:hover {
    background-color: #ffffff;
    color: #FFD808;
}

.img-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.img-video img {
    border: 8px solid #ffffff;
}

.ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    animation: ripple 2s infinite;
}

.ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.ripple:after {
    animation-delay: .9s;
    content: "";
    position: absolute;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.client-img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
}

.client-img:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
}

p, .text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #e7e7e7;
    margin: 0;
}
.about-section .content-column .content-box .title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #ebebeb;
    font-weight: 500;
    padding-bottom: 35px;
}
.page-title .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}
.about-section .content-column .content-box {
    position: relative;
    padding: 70px 90px 74px;
    background-color: #343434a6;
    border: 20px solid #a7a7a794;
    border-left: 0;
}

.service-block .lower-content .link-box a {
    font-size: 18px;
    line-height: 1.2em;
}


/*fancybox*/
.fancybox-show-thumbs .fancybox-thumbs{
    background: #3c3c3c;
}

/*service*/
.service-block-two .image-box .image{
    width: 100%;
    height: 100%;
}
.service-block-two .image-box .image img {
    width: 100%;
    height: 100%;
}

/*tech*/
.specialize-section-two .thumbs-carousel {
    position: absolute;
    left: 74px;
    top: -66px;
    transform: rotate(90deg);
    transform-origin: left;
    max-width: 620px;
    margin: 0 auto;
}
.specialize-section-two .carousel-column .carousel-outer{
    height: 620px;
}
.image-carousel.owl-carousel{
    height: 100%;
}
.image-carousel.owl-carousel .owl-stage-outer{
    height: 100%;
}
.image-carousel.owl-carousel .owl-stage-outer .owl-stage{
    height: 100%;
}
.image-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item{
    height: 100%;
}
.image-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item li{
    height: 100%;
}
.image-carousel.owl-carousel .owl-stage-outer .owl-stage .owl-item li .lightbox-image{
    display: block;
    height: 100%;
}
.owl-carousel .owl-item img{
    height: 100%;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 28px;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.main-footer .footer-bottom .inner-container:before {
    background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
}
.main-footer .footer-bottom .copyright-text {
    background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
}
.main-footer .footer-bottom .copyright-text:before {
    border-bottom-color: #ff9900;
}

.main-footer .footer-bottom .copyright-text a{
    font-size: 14px;
    color: #1c1c1c;
}
.main-footer .footer-bottom .copyright-text strong{
    font-size: 21px;
}
.main-footer .footer-bottom .copyright-text p {
    color: #1c1c1c;
}

.main-footer.alternate .widgets-section {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
}

.specialize-section-two .title-column .text-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 15px;
}

#culture {padding-top: 114px; margin-top: -114px }
.corporate-culture-wrapper {/*width: 1920px;*/ /*height: 708px;*/ overflow: hidden }
.corporate-culture {/*width: 1572px;*/ /*height: 657px;*/ margin: auto }
.corporate-culture-content {/*width: 1572px;*/ /*height: 506px;*/ margin: 28px auto 0 }
li {list-style: none }
.listyle {width: 386px; height: 252px; display: block; float: left; background-color: #0065b4; margin-bottom: 28px; margin-right: 21px }
.corporate-culture-content li:nth-child(3),.corporate-culture-content li:nth-child(6) {margin-right: 0 }
.lip {display: block; width: 100%; height: 64px; margin-top: 104px; color: #fff; font-size: 35px; font-weight: 400; line-height: 46px; text-align: center }
.CC-short-line {width: 140px; height: 0; border-bottom: 1px solid hsla(0,0%,100%,.3607843137254902); margin: 0 auto }
.li2img {position: relative; overflow: hidden; background-size: 386px 252px; background-repeat: no-repeat }
.culture-text {position: absolute; left: 0; height: 700px; width: 386px; padding-left: 30px; padding-right: 30px; padding-top: 213px; box-sizing: border-box; transition: all .3s cubic-bezier(.4,0,.2,1) 0s }
.CC-h2 {font-size: 24px; color: #fff; font-weight: 400; margin-bottom: 40px }
.CC-h2-en {font-size: 28px }
.culture-title-input {font-size: 24px; color: #fff; font-weight: 400; margin-bottom: 30px; background-color: transparent; border-width: 0 }
.CC-p {font-size: 20px; color: #fff; line-height: 25px; text-align: left }
.CC-p-en {font-size: 24px }
.culture-text-input {width: 450px; font-size: 20px; color: #fff; line-height: 25px; background-color: transparent; border-width: 0; margin-top: 20px }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text {background-color: rgba(65,65,66,.5); padding-top: 90px }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text .CC-h2 { color: #ff8a00;font-weight: bold; }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text .CC-p { color: #ff8a00;font-weight: bold; }
.about-section .image-column .inner-column{
    margin: 0;
}
.about-section .image-column .image img{
    width: 450px!important;
    height: 600px!important;
}
.about-section .image-column .title-box{
    left: 180px!important;
    bottom: 225px!important;
}
.about-section .image-column .title-box {
    position: absolute;
    left: 15px;
    bottom: 150px;
    width: 100%;
    text-align: left;
    z-index: 9;
}
.fancybox-slide>* {
    max-width: 95%;
}

.about_us_p p{
    margin-bottom: 0px; 
    padding: 0px;
    line-height: 26px;
    line-height: 38px;
    letter-spacing: 1px;
}
p, .text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #2f2f2f;
    margin: 0;
}
.main-footer .links-widget .list li a{
    font-size: 16px;
}
.main-footer .about-widget .text{
    font-size: 18px;
}