
body {
    background: #343235;
/*    height: 100vh;*/
    margin: 0;
    padding: 0;
}
.col-md-12 {
    padding: 0 40px;
}
.col-md-12:nth-child(2) .gold, .col-md-12:nth-child(2) .gold-translate{
    margin: 0 !important;
}
.col-md-12 .k-8, .k-14 {
    height: 48.5vh !important;
}
.col-md-12 .k-8-price, .k-14-price {
    height: 48.5vh !important;
}
.col-md-12 .gold{
    height: 49.6vh;
    font-size: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-md-12 .gold-translate{
    margin-top: 50px;
    margin-bottom: 10px;
    height: 44vh;
    font-size: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-md-12 .gold .title, .col-md-12 .gold-translate .title{
    height: 49.65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 170px !important;
}
.col-md-12 .gold-translate .title{
    height: 44vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 170px !important;
}
.gray {
    color: black;
    font-size: 20px;
    border-radius: 20px;
    background: gray;
    margin-bottom: 5px;
    font-size: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49.6vh;
}
.gray-translate {
    color: black;
    font-size: 20px;
    border-radius: 20px;
    background: gray;
    margin-bottom: 10px;
    font-size: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44vh;
}
.gray-translate div {
    text-align: center
}
.gray-translate:first-child {
    margin-top: 50px;
}
.gray-translae:last-child {
    margin-top: 12px;
    margin-bottom: 36px;
}
.gray:last-child {
    margin-bottom: 0px;
}
.gray p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.gray .title {
    font-weight: bold;
    font-size: 110px;
}

.gray-translate .title {
    font-weight: bold;
    font-size: 110px;
}
.gray-translate p {
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.gold {
    color: white;
    font-size: 20px;
    border-radius: 20px;
    background: linear-gradient(#ed9c2d, #ffbc26);
    margin-bottom: 5px;
}
.gold p {
    margin: 0;
    text-align: center;
    color: black;
    font-weight: bold;
}
.gold .title {
    font-size: 40px;
    color: black;
    font-weight: bold;
}

.gold-translate {
    color: white;
    font-size: 20px;
    border-radius: 20px;
    background: linear-gradient(#ed9c2d, #ffbc26);
    margin-bottom: 5px;
}
.gold-translate p {
    margin: 0;
    text-align: center;
    color: black;
    font-weight: bold;
}
.gold-translate .title {
    font-size: 40px;
    color: black;
    font-weight: bold;
}
.wrapper {
    margin: 50px auto;
    background: #343235;
    padding: 0;
}
.wrapper .col-md-6 {
    padding: 5px;
}

body.logo-body {
    background-color: #343235;
}
.logo-body .logo {
    background:url('../image/multilogoweb.jpg') no-repeat center/cover;
    height: 100vh;
}