﻿.header {
    width:1200px;
    margin:0px auto;
    height:56px;
}

.headlogo {
    float: left;
    width: 200px;
    height: 56px;
}

.navbar-memu {
    float: left;
    line-height: 38px;
}

.float-left {
    float: left;
}

.top-image {
    width: 100%;
    height: 622px;
    background: url('/Content/ERPimages/Company.jpg') top center no-repeat;
}

.top-image2 {
    width: 100%;
    height: 722px;
    background: url('/Content/ERPimages/s1-2.jpg') top center no-repeat;
}

.bg-texture {
    background-color: #198ACE !important;
}

.text-write {
    color: #E0E0E0 !important;
}

    .text-write:hover {
        color: #28a745 !important;
    }

.m-auto {
    margin: 0 auto !important;
}

.row-color {
    background: #eeeaea;
}

.bg-secondary {
    background-color: #ebebeb !important;
}

a.link-while {
    color: #ffffff;
}

    a.link-while:hover {
        color: #fff836;
    }
a.link-darks {
    color: #343a40;
}

    a.link-darks:hover {
        color: #008ad4;
    }

.nav-pills .nav-link {
    border-right: 4px solid #fff;
}

.nav-pills .nav-link.active {
    background-color: #efefef !important;
    border-color: #f19240;
}

.nav-items:hover {
    background-color: #efefef !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #008ad4 !important;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-28 {
    font-size: 28px;
}

.card-columns-image-six {
    column-count: 6 !important;
    column-gap: 0.25rem !important;
}

.card-img-overlay-box {
     width:1200px;
     margin:0px auto;
     position:relative;
}

.card-img-overlay {
    position:absolute;
    top: 440px;
    left:510px;
}
.card-img-overlay2 {
    position: absolute;
    top: 130px;
    left: 70px;
    width:600px
}

.centerbt li {
    color: #008ad4;
}

.centerbt .text-muted:hover {
    color: #008ad4 !important;
}

.platform {
    display: inline-block;
    width: 10%;
    margin-bottom: 0px;
    padding: 5px;
}

.platform span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    transition: .5s;
    background: #fff;
    border-radius: 4px;
}

.platform span:hover {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(36, 34, 34, 0.38);
}

.platform img {
    max-height: 26px;
    max-width: 80%;
}

.PrivacyAgreement {
    width: 1200px;
    margin: 0px auto;
    color: #232323;
    line-height:25px;
    font-size:16px;
}

.function-bottom-line {
    width: 52px;
    height: 3px;
    background: #008AD4;
    margin-top: 11px;
    margin-bottom: 20px;
}

.image-width-40 {
    width: 40px;
    height: 40px;
}

.image-width-80 {
    width: 80px;
    height: 80px;
}

.image-width-130 {
    width: 130px;
    height: 130px;
}

.cursor-pointe {
    cursor:pointer;
}
a.link-darks {
    color: #212529;
}
    a.link-darks:hover {
        color: #212529;
        /*text-decoration:none;*/
    }
.market-price {
    margin-left: 14px;
    font-size: 12px;
    vertical-align: 0;
    text-decoration: line-through !important;
    color: #ccc !important;
}