.logo {
    width: 200px;
    height: auto;
}

table {
    color: #000;
    border: 2px solid #000;
}

th {
    border: 1px solid #000;
    padding: 5px 10px;
}

td {
    border: 1px solid #000;
    padding: 5px 10px;
}

thead {
    background-color: #c1c1c1;
}

tbody {
    background-color: #ade7f2;
}

tbody .bg-pink {
    background-color: #faddef;
}

tfoot {
    background-color: #c1c1c1;
    border-top: 2px solid #000;
}

.odd h2 {
    color: #fff;
}

.odd p {
    color: rgb(223, 223, 223);
}

.chkbx-field {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
}

.chkbx {
    width: 20px;
    height: 20px !important;
}

.color-primary {
    color: #2dbc9a;
}

.color-red {
    color: #dc143c;
}

.color-white {
    color: #fff;
}

.fade-in {
    animation: fadeIn ease .30s;
    -webkit-animation: fadeIn ease .30s;
    -moz-animation: fadeIn ease .30s;
    -o-animation: fadeIn ease .30s;
    -ms-animation: fadeIn ease .30s;
}

.fade-out {
    animation: fadeOut ease .30s;
    -webkit-animation: fadeOut ease .30s;
    -moz-animation: fadeOut ease .30s;
    -o-animation: fadeOut ease .30s;
    -ms-animation: fadeOut ease .30s;
}

@keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
@-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
@-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
@-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
@keyframes fadeOut {
    0% {
      opacity:1;
    }
    100% {
      opacity:0;
    }
}
@-moz-keyframes fadeOut {
    0% {
      opacity:1;
    }
    100% {
      opacity:0;
    }
}
@-webkit-keyframes fadeOut {
    0% {
      opacity:1;
    }
    100% {
      opacity:0;
    }
} 
@-o-keyframes fadeOut {
    0% {
      opacity:1;
    }
    100% {
      opacity:0;
    }
}
@-ms-keyframes fadeOut {
    0% {
      opacity:1;
    }
    100% {
      opacity:0;
  }
}

#success,
#error {
    justify-content: center;
    align-items: center;
}

.myNoti {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.myNoti .container {
    position: relative;
}

.noti-container {
    width: 620px;
}

.myNoti .noti-box {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
}

.myNoti label {
    font-size: 20px;
    padding-bottom: 15px;
}

.completed,
.failed {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.completed {
    background: #2dbc9a;
}

.failed {
    background: #dc143c;
}

.package:after {
    background-color: transparent;
}

.career .head {
    background-color: #e8edf0;
    padding: 15px 30px;
}

.career .head a .fa-chevron-up {
    color: #009bc4;
}

.career .head a .fa-briefcase {
    color: grey;
}

.career .head span {
    color: grey;
}

.career .head .collapsed .fa-chevron-up {
    transform: rotate(180deg);
}

.career .desc {
    background-color: #f3f8fc;
    padding: 0 30px;
}

.career .desc p {
    margin-bottom: 0;
}

.career .desc a {
    color: #009bc4;
}

.map iframe {
    width: 100% !important;
    height: 500px !important;
}

.tab span{
    font-size: 1.75rem;
}

.tab a.active{
    color: #de1a1c;
}

.img-video {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 150px;
        height: auto;
    }

    .noti-container {
        width: 295px;
    }
}

@media only screen and (min-width: 992px) {
    .map {
        height: 500px;
    }
}