﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700&subset=latin-ext');


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
header:before,
header:after,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.clearfix:after,
header:after,
.container:after,
.row:after {
    clear: both;
}

div, p, a, li, td {
    -webkit-text-size-adjust: none;
}

html {
    height: 100%;
}

body {
    display: none;
    position: relative;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4d4d4d;
}

.content {
    position: relative;
    min-height: calc(100% - 80px);
    padding-bottom: 100px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.content > .container {
    padding-top: 50px;
}

.row {
    margin: 0 -15px;
}

.width-8, .width-4, .width-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.width-8 {
    width: 66.66666667%;
}

.width-4 {
    width: 33.33333333%;
}

.width-6 {
    width: 50%;
}

.tungeSlider {
    height: calc(100% - 80px);
    padding-left: 350px;
}

.panel {
    position: fixed;
    width: 300px;
    bottom: 70px;
    right: 30px;
    background-color: white;
}

    .panel ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

.newsPrev, .newsNext {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    height: 40px;
    color: white;
    line-height: 30px;
    background-color: #de7e1e;
}

    .newsPrev:hover, .newsNext:hover {
        background-color: #c8711b;
    }

.newsPrev {
    top: -40px;
}

.newsNext {
    bottom: -40px;
}

.news-item {
    padding: 10px;
    margin: 0px;
    border-bottom: 1px dashed #aeaeae;
}

    .news-item > div {
        position: relative;
    }

.newsDate {
    position: relative;
    width: 60px;
    height: 70px;
    background-color: #626262;
    text-align: center;
    float: left;
}

    .newsDate h1, .newsDate h2, .newsDate h3 {
        color: white;
        margin: 0;
    }

    .newsDate h1 {
        font-size: 24px;
        padding-top: 3px;
    }

    .newsDate h2 {
        font-size: 10px;
    }

    .newsDate h3 {
        font-size: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: black;
        padding: 3px 0;
    }

.newsDescription {
    position: absolute;
    width: calc(100% - 70px);
    height: 100%;
    right: 0;
    font-size: 13px;
}

    .newsDescription a {
        text-decoration: none;
        color: #de7e1e;
    }

    .newsDescription > div, .tungeInfo > div {
        height: 100%;
        display: table;
        width: 100%;
        margin: 0;
    }

        .newsDescription > div > div, .tungeInfo > div > div {
            display: table-cell;
            vertical-align: middle;
        }




.tungeInfo {
    position: fixed;
    left: 0;
    bottom: 0;
    height: calc(30% - 24px);
    width: 350px;
}

    .tungeInfo i {
        position: absolute;
        left: 0px;
        top: 1px;
        color: #b26418;
    }


    .tungeInfo p {
        padding-left: 22px;
        position: relative;
    }

    .tungeInfo > div > div {
        padding-left: 40px;
        padding-right: 40px;
    }

p.form-control {
    position: relative;
    padding-left: 32px;
}

    p.form-control > i {
        position: absolute;
        left: 10px;
        top: 12px;
        color: #b26418;
    }



.top-img {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 0 15px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.top-title {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 180px auto 0 auto;
}

    .top-title h3 {
        font-weight: 200 !important;
        font-size: 26px;
        color: white;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 10px;
    }

.top-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) -40%, rgba(0, 0, 0, 0));
}

    .top-overlay:after {
        background-image: url(../img/stripe.png);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.1;
        position: absolute;
        top: 0;
        width: 100%;
    }

.main-title {
    background-color: #de7e1e;
    color: white;
    padding: 10px 20px;
    margin: 0 0 20px;
    box-shadow: 3px 3px 0px #8a4500;
}

    .main-title ~ .main-title {
        margin-top: 20px;
    }

.job-title {
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 9px;
}

ul.job-list {
    margin: 0;
    font-weight: 100;
    list-style-type: none;
    padding: 0;
}

    ul.job-list > li {
        background-color: #dbdbdb;
        display: inline-block;
        margin-bottom: 3px;
        padding: 4px 10px;
    }

.tunge-map {
    height: 677px;
}

.aboutUs {
    background: url(../img/aboutUs2.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding: 20px;
}

    .aboutUs p {
        font-size: 18px;
        line-height: 1.6;
        max-width: 630px;
        text-align: justify;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 30px 36px;
        border: 10px solid white;
    }

.finished, .ongoing {
    cursor: pointer;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    border: 2px solid #de7e1e;
    line-height: 50px;
    font-weight: 500;
    transition: all ease .2s;
}

    .finished:hover, .ongoing:hover {
        background-color: #ea943d;
        border-color: #ea943d;
        color: white;
    }

    .finished.active:hover, .finished.active, .ongoing.active:hover, .ongoing.active {
        background-color: #de7e1e;
        border-color: #de7e1e;
        color: white;
    }

.ongoingDiv {
    display: none;
}

.table > tbody {
    counter-reset: rowNumber;
}

    .table > tbody > tr {
        counter-increment: rowNumber;
    }

        .table > tbody > tr > td:first-child::before {
            content: counter(rowNumber);
        }

footer {
    background-color: #3e3e3e;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*FORM*/
.form-control {
    display: block;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}


textarea,
input[type="file"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="button"],
input[type="datetime"],
button,
select {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: inherit;
}

.form-control:focus, .form-control:hover {
    border-color: #de7e1e;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
    min-height: 99px;
}

input[type="search"] {
    -webkit-appearance: none;
}

.recaptcha-wrap {
    position: relative;
    height: 76px;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    padding-left: 10px;
    margin-bottom: 15px;
    -ms-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
}

    .recaptcha-wrap:hover {
        border-color: #de7e1e;
    }

    .recaptcha-wrap:after {
        content: '';
        display: block;
        background-color: #f9f9f9;
        height: 5px;
        width: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
    }


    .recaptcha-wrap:before {
        content: '';
        display: block;
        background-color: #f9f9f9;
        height: 100%;
        width: 15px;
        top: 0;
        left: 0px;
        position: absolute;
        z-index: 1;
    }


.g-recaptcha {
    overflow: hidden;
    height: 72px;
    max-width: 294px;
    box-sizing: border-box;
    border-right: 60px solid #f9f9f9;
}

/*BUTTON*/

.btn {
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: 2px solid transparent;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 18px;
    line-height: 1.6;
    outline: none;
    color: #6e6e6e;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all ease .2s;
}

    .btn > i {
        margin-right: 10px;
    }


.btnBlue {
    background-color: #337ab7;
}

.btnOrange {
    background-color: transparent;
    border-color: #de7e1e;
}

    .btnOrange:hover {
        background-color: #de7e1e;
        color: white;
    }


.btnGreen {
    background-color: #5cb85c;
}

.btnRed {
    background-color: #d9534f;
}


/*TABLE*/
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    font-family: 'Roboto Condensed', sans-serif;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

    .table th, .table td {
        padding: 15px;
        line-height: 1.42857143;
        vertical-align: middle;
        text-align: center;
        font-size: 15px;
    }



    .table th {
        border-bottom: 2px solid #898989;
        background-color: #f3f3f3;
        text-align: center;
    }

    .table td {
        position: relative;
    }

.table-bordered {
    border: 1px solid #ddd;
}

.table-hover > tbody > tr:hover, .table-hover.table-striped > tbody > tr:nth-of-type(odd):hover {
    background-color: #f3f3f3;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table tr:not(:last-child) > td {
    border-bottom: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}


@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
    .content {
        padding-bottom: 48px;
    }

        .content > .container {
            padding: 15px;
        }

    footer > .container {
        padding: 0 15px;
    }

    .tungeSlider {
        padding-left: 300px;
    }

    .tungeInfo {
        width: 300px;
    }
}

@media (max-width: 991px) {

    .tungeSlider {
        height: 44%;
    }

    .panel {
        position: relative;
        width: calc(100% - 30px);
        margin-top: 58px;
        margin-left: 15px;
        bottom: auto;
        right: auto;
    }

    .tungeInfo {
        width: 100%;
        position: relative;
        margin-top: 40px;
        padding: 15px;
        height: auto;
    }

        .tungeInfo > div {
            border: 1px solid #de7e1e;
        }

            .tungeInfo > div > div {
                padding: 10px 20px;
            }

    .aboutUs p {
        max-width: 100%;
    }

    .width-8, .width-4 {
        width: 50%;
    }

    .content {
        min-height: calc(100% - 60px);
    }

    .news-item {
        padding: 10px 1px;
    }
}

@media (max-width: 767px) {


    .tungeSlider {
        height: 250px;
        padding-left: 0;
    }

    .top-img {
        height: 160px;
    }

    .top-title {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }

        .top-title h3 {
            font-size: 18px;
        }

    .aboutUs {
        padding: 5px;
    }

        .aboutUs p {
            font-size: 14px;
            padding: 15px;
            border: 5px solid white;
            text-align: left;
        }

    footer > .container {
        text-align: center;
        font-size: 11px;
    }

    .table th, .table td {
        text-align: left !important;
        white-space: nowrap;
        font-size: 14px;
    }

    .finished, .ongoing {
        line-height: 1.4;
        padding: 10px 15px;
    }

    .width-8, .width-4 {
        width: 100%;
    }

    .tunge-map {
        height: 250px;
        margin-bottom: 15px;
    }
}
