﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html, body {
  font-size: 16px;
  min-height: 100vh;
}
/*@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}*/

/* #region Utils */
.bold {
    font-weight: bold;
}
.font-xs {
    font-size: 0.6em !important;
}

.font-s {
    font-size: 0.8em !important;
}

.font-sn {
    font-size: 0.9em !important;
}

.font-n {
    font-size: 1em !important;
}

.font-m {
    font-size: 1.2em !important;
}

.font-l {
    font-size: 1.4em !important;
}

.font-xl {
    font-size: 1.6em !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-2em {
    padding: 2em !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-right-8 {
    padding-right: 8px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.padding-tb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.padding-tb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.padding-tb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.padding-rl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.no-margin {
    margin: 0 !important;
}

.margin-left-8 {
    margin-left: 8px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}
.margin-left-110 {
    margin-left:110px;
}
.margin-right-8 {
    margin-right: 8px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.bordered {
    border-style: solid;
}

.border-right {
    border-right-style: solid;
}
.border-left {
    border-left-style: solid;
}
.border-width-3 {
    border-width: 3px;
}

.border-width-2 {
    border-width: 2px;
}

.border-radius-20 {
    border-radius: 20px;
}

.background-position-x--15 {
    background-position-x: -15%;
}

.hide-on-large-and-down {
    display: none;
}

.ico-ltr-fix {
    transform:scaleX(-1);
}
.ico-social {
    height: 40px !important;
    line-height: 40px !important;
}
    .ico-social img {
        height: 100%;
    }

.flex-center {
    justify-content: center;
}

.flex-end {
    justify-content: flex-end;
}

.modal-small {
    width: 30%;
}

@media only screen and (max-width: 600px) {
    .padding-20 {
        padding: 8px !important;
    }

    .padding-tb-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .modal-small {
        width: 90%;
    }
    .full-width-on-mobile {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .flex-column-on-mobile {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1200px) {
    .hide-on-large-and-down {
        display: block;
    }
}
/* #endregion */

/* #region Sticky footer */
.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}
footer nav {
    box-shadow: none;
}
/* #endregion */

/*=========================================== Bordered Form ===========================================*/
.input-field label, .input-field.col label {
    right: auto;
    left: 20px;
}

.input-field input, .input-field input.valid, .input-field textarea.valid {
    margin: 0 !important;
    padding: 0 8px !important;
    width: calc(100% - 18px) !important;
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.input-field textarea {
    border: 2px solid #ffffff !important;
    background-color: #ffffff !important;
    padding: 8px;
    border-radius: 5px !important;
    box-shadow: none !important;
}

    .input-field input.invalid, .input-field textarea.invalid {
        border-color: red !important;
    }

.input-field label:not(.label-icon).active, .select-wrapper + label {
    -webkit-transform-origin: 0% 150% !important;
    transform-origin: 0% 150% !important;
    left: 15px;
    padding: 0 10px;
    width: auto !important;
    background: #ffffff;
    top: 0;
    z-index: 1;
    font-size: inherit;
}

.btn-container {
    text-align: center;
    width: 200px;
    border-bottom: 1px solid rgba(45, 83, 137, 0) !important;
    transition: all 0.5s ease-in-out;
}

    .btn-container.active {
        border-bottom: 1px solid rgb(45, 83, 137) !important;
    }

.field-container {
    position: relative;
    margin: 8px 0;
}

    .field-container .bordered {
        padding: 10px;
        border: 2px solid #000000 !important;        
    }

    .field-container.invalid .bordered {
        border-color: red;
    }

    .field-container .bordered .title {
        color: #9e9e9e;
        position: absolute;
        top: -8px;
        left: 15px;
        background-color: #ffffff;
        padding: 0 10px;
    }

li.invalid {
    border: 1px solid red;
}

.input-field input:focus + label, .input-field textarea:focus + label {
    color: #000000 !important;
}

.input-field input:focus {
    border-bottom: 2px solid #000000;
    box-shadow: none !important;
}

[type="checkbox"][data-group] + span:not(.lever) {
    padding-left: 30px;
    padding-right: 25px;
}

[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border-color: #000000;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid rgb(45, 83, 137) !important;
    border-bottom: 2px solid rgb(45, 83, 137) !important;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    padding-left: 30px;
    padding-right: 25px;
}

    [type="radio"]:not(:checked) + span:before, [type="radio"]:not(:checked) + span:after {
        border: 2px solid rgba(191, 191, 191, 1) !important;
    }

    [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
        background-color: rgb(45, 83, 137) !important;
    }

    [type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
        border: 2px solid rgb(45, 83, 137) !important;
    }

/*.btn:not(.transparent), .btn-large:not(.transparent), .btn-small:not(.transparent), .btn-flat:not(.transparent) {
    background-color: rgb(45, 83, 137);
}*/

.datepicker-container .datepicker-date-display, .datepicker-table td.is-selected {
    background-color: rgb(45, 83, 137);
}

.datepicker-container button:active, .datepicker-container button:focus {
    background-color: transparent;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    background-color: transparent !important;
    color: rgb(45, 83, 137);
}

.datepicker-container .dropdown-content li > a, .dropdown-content li > span, .datepicker-table td.is-today {
    color: rgb(45, 83, 137);
}

.datepicker-container td.is-today.is-selected {
    background-color: rgb(45, 83, 137);
    color: #ffffff;
}

body > ul.dropdown-content {
    max-height: 400px;
    top: 165px !important;
}

.datepicker-controls .select-wrapper .caret {
    display: block !important;
}

.border-cl-1 {
    border-color: rgba(191, 191, 191, 1);
}

.internal-flight {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

    .internal-flight.active {
        height: auto;
        opacity: 1;
    }

.feeder, .rp-1, .rp-2, .rp-3 {
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: all .5s ease-in-out;
}

    .feeder.active, .rp-1.active, .rp-2.active, .rp-3.active {
        height: auto;
        margin: 8px 0;
        overflow: visible;
        opacity: 1;
    }

.sub-title {
    margin: 10px 0 15px;
}

.file-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
}

    .file-btn div {
        line-height: 14px;
    }

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        width: 70%;
    }
}

/*================================= Website Style =================================*/
nav {
    background: none !important;
    box-shadow:none !important;
}
    nav a {
        color: #000 !important;
    }
.btn.border-radius-20, .btn-large.border-radius-20, .btn-small.border-radius-20, .btn-flat.border-radius-20 {
    line-height: 32px;
}
.transparent, .transparent:hover, .transparent:focus {
    background-color: transparent !important;
}
.cl-back-0, .cl-back-0:hover, .cl-back-0:active, .cl-back-0:focus {
    background-color: #ffffff;
}

.cl-back-1, .cl-back-1:hover, .cl-back-1:active, .cl-back-1:focus {
    background-color: #2D5389;
}

.cl-text-0 {
    color: #ffffff;
}

.cl-text-1 {
    color: #000;
}

.cl-border-0 {
    border-color: #ffffff;
}

.cl-border-1 {
    border-color: #2D5389;
}
.logo-text-margin {
    margin-left:110px;
}
.img-tile img {
    outline: none;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tiles-container {
    height:500px;
}
.tiles-container .tile-col {
    height: 100%;
}
    .tiles-container .tile-col .row {
        height: 100%;
    }
.dish-tile {
    height: 50%;
    
}
    .dish-tile h6 {
        font-weight: bold;
    }
    .dish-tile div {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.carousel .carousel-fixed-item img {
    position: relative;
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    main {
        min-height: calc(100vh - 318px);
    }
    .tiles-col {
        /*padding:0 !important;*/
        transform: translateX(-5%);
    }
}

@media only screen and (max-width: 992px) {
    .tiles-container {
        height: 330px;
    }

        .tiles-container .tile-col {
            height: 100%;
        }

            .tiles-container .tile-col .row {
                height: 100%;
            }

    .dish-tile {
        height: 100%;
    }

}
.img-nav-logo {
    width:300px;
}
@media only screen and (min-width: 1400px) {
    .strip-2 {
        background-image: url(/images/1-SMH_4642.png);
        background-repeat: no-repeat;
        background-position-x: -500px;
        background-position-y: center;
        background-size: contain;
    }

        .strip-2 .container {
            width: 60%;
        }
    .strip-contact {
        background-image: url(/images/SMH_4476.png);
        background-repeat: no-repeat;
        background-position-x: -300px;
        background-position-y: center;
        background-size: contain;
    }

        .strip-contact .container {
            width: 60%;
        }
}

@media only screen and (max-width: 600px) {
    .logo-text-margin {
        margin-left: 75px;
        font-size: 0.8em;
    }
    .sidenav .logo-text-margin {
        margin-left: 63px;
        font-size: 0.7em;
    }

    .img-tile img {
        object-position: 35%;
    }
    .img-tile.dish-4 img {
        object-position: 20%;
    }

    .mobile-col {
        flex-direction: column;
    }
    .carousel, .carousel-item {
        height: 300px !important;
    }
        .carousel .carousel-item img {
            height: 300px !important;            
            object-fit: cover;
            object-position: center;
        }
        .carousel .carousel-fixed-item img {
            width: 200px;
        }
}

@media only screen and (max-width: 1200px) {
    .img-nav-logo {
        width: 200px;
    }
}

.collapsible li.active .collapsible-header i.material-icons {
    transform: rotate( 180deg );
}

.floating-fixed {
    position: fixed;
    bottom: 30px;
    right: 33px;
    z-index: 2;
}

#modal-trip-advisor {
    top: auto !important;
    left: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 300px !important;
}

svg {
    position: relative;
    top: 7px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2D5389;
    font-weight:bold;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #2D5389;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    color: #2D5389;
}
.about-us-container {
    height: 80vh;
}

.about-us {
    position: relative;
    float: right;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 20px 0;
    padding: 0 0.75rem;
}
    .about-us .about-text {
        margin-top: 5%;
        width: 50%;
    }

    .about-us .back {
        width: 120%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(20%, -20%);
        z-index: -1
    }

.about-us-image {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 10%;
    margin-left: 5%
}

.tech-container {
    height: 80vh;
}

.tech {
    position: relative;
    float: right;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 20px 0;
    padding: 0 0.75rem;
}

    .tech .tech-text {
        width: 35%;
        transform: translate(-30%, -75%);
    }

    .tech .back {
        width: 200%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(20%, -20%);
        z-index: -1
    }

.tech-image {
    position: relative;
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 10%;
    margin-left: 5%
}
@media screen and (min-width:1800px) {
    .about-us-container {
        height: 90vh;
    }

    .about-us .about-text {
        margin-top: 20%;
    }

    .tech .tech-text {
        width: 35%;
        transform: translate(-10%, -60%);
    }

    .tech .back {
        width: 180%;
        transform: translate(20%, -20%);
    }
}

@media screen and (min-width:1600px) {
    .about-us .about-text {
        margin-top: 10%;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    .about-us-container {
        height: 90vh;
    }
    .about-us .about-text {
        margin-right: -10%;
    }
    .tech .tech-text {
        width: 35%;
        transform: translate(-10%, -40%);
    }

    .tech .back {
        width: 180%;
        transform: translate(20%, -20%);
    }

}

@media screen and (max-width:1300px) {
    .about-us .about-text {
        margin-top: -25%;
        margin-right: -10%;
    }

    .tech-container {
        height: 60vh;
    }

    .tech .tech-text {
        width: 35%;
        transform: translate(-10%, -40%);
    }

    .tech .back {
        width: 180%;
        transform: translate(20%, -20%);
    }
}
@media screen and (max-width:1200px) {
    .about-us .about-text {
        font-size: 0.8em;
    }

    .tech .tech-text {
        width: 45%;
        transform: translate(0%, -20%);
        font-size: 0.8em;
    }
}
@media screen and (max-width:900px) {
    .about-us {
        overflow: hidden;
        width: 100%;
        margin:0;
    }
        .about-us .about-text {
            margin-top: 0;
            margin-right: 0;
            font-size: 1em;
            width: 90%;
        }
        .about-us .back {
            width: 180%;
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(20%, 0%) rotate(215deg);
            z-index: -1
        }

    .about-us-image {
        float: right;
        width: 100%;        
        padding:0 5%;
        margin: 0 0 30px 0;
        height:auto;
    }

    .tech-container {
        height: 60vh;
    }

    .tech {
        overflow: hidden;
        width: 100%;
    }

        .tech .tech-text {
            width: 55%;
        }

        .tech .back {
            width: 200%;
        }

    .tech-image {
        float: right;
        width: 100%;
        height: auto;
        padding: 0 5%;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width:600px) {
    .about-us-container {
        height: 90vh;
    }

}

@media screen and (max-width:400px) {
    .about-us-container {
        height: 75vh;
    }
    .tech-container {
        height: 55vh;
    }
    .tech .back {
        width: 190%;
        transform: translate(20%, -15%);
    }
}

nav.fixed {
    position: fixed;
    z-index: 9999;
    
}
    nav.fixed .nav-wrapper {
        transition: 0.3s ease-in-out;
    }
    nav.fixed a.scroll-to {
        border-radius: 20px;
        line-height: 30px;
        height: 35px;
    }
    nav.fixed a.scroll-to.active {
        background-color: #008DD2;
        color: #ffffff !important;
        transition: 0.3s ease-in-out;
    }