﻿.supplier-box {
    padding: 10px;
    border-radius: 20px;
    background-color: var(--bz-color-grey-4);
    border-radius: 15px;
    margin: 0 5px;
}

.line-separator {
    margin: 2px auto
}

.supplier-logo {
    padding: 25px
}

.supplier-desc {
    padding: 15px;
    min-height: 190px;
    height: 190px
}

    .supplier-desc p {
        text-align: center;
        font-size: 14px;
        line-height: 1.7em
    }

.supplier-url p:last-child, .supplier-url p a {
    color: #916c00;
    text-align : center;
    margin-bottom: 10px;
    font-size: 15px;
}

.supplier-url {
    background-color: rgba(187, 187, 187, 0.16)
}

.tab-icons {
    list-style: none;
    margin-top: 10px
}

    .tab-icons li {
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        margin-left: 3px
    }

.nav-icons {
    left: 0;
    z-index: 999;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.menu-float {
    position: fixed;
    margin: 0;
    top: 200px;
    left: 0
}

.hide-nav-icons {
    margin-left: -78px !important
}

@media (min-width:768px) and (max-width:1198px) {
    .visit-web {
        display: block;
        width: 170px;
        text-overflow: ellipsis;
        overflow-x: auto
    }
}

@media (max-width:1024px) {
    .supplier-desc {
        min-height: 180px;
        height: auto
    }
}

@media (max-width:768px) {
    .supplier-desc {
        min-height: 160px;
        height: auto
    }
}

@media (max-width:425px) {
    .supplier-desc {
        min-height: inherit;
        height: auto
    }

    .supplier-logo {
        padding: 25px 50px
    }
}

.supplier-title {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 15px;
    background-color: #1d56ab;
    margin: 0 40px;
}

.row-float {
    float: left;
}

.nav-icon {
    width: 50px;
    height: 50px
}

.nav-vertical {
    width: 100%;
    height: 100%;
    position: relative
}

.mask-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.nav-vertical.flight {
    background-position: 0px -910px
}

.nav-vertical:hover .mask-icon {
    background-color: rgba(8, 144, 122, 0.54)
}

.nav-vertical.hotel {
    background-position: -58px -910px
}

.nav-vertical.others {
    background-position: -460px -910px
}

.nav-vertical.payment-gateway {
    background-position: -403px -910px
}
