* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.form-login input {
    outline: none;
}

@font-face {
    font-family: "DBHelvethaicaMonX";
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url("../font/DB\ Helvethaica\ X\ Med\ v3.2.ttf") format("TrueType");
}

@font-face {
    font-family: "DB Helvethaica 75";
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: url("../font/DB\ Helvethaica\ 75.ttf") format("TrueType");
}

@font-face {
    font-family: "seven_02";
    src: url(../font/seven_02.eot);
    src: url("../font/seven_02.eot?#iefix") format("embedded-opentype"), url(../font/seven_02.woff2) format("woff2"), url(../font/seven_02.woff) format("woff"), url(../font/seven_02.ttf) format("truetype"), url("../fonts/seven_02.svg#seven_02") format("svg");
    font-weight: 400;
    font-style: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: unset;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.owl-carousel .owl-item img.mobile {
    display: none;
}

body {
    font-family: "DBHelvethaicaMonX";
    background-color: #090909;
    font-size: 24px;
    overflow-x: hidden;
    line-height: 24px;
}

.f-desktop {
    display: flex !important;
}

.f-mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.webkit-inline-box.desktop {
    display: -webkit-inline-box !important;
}

.webkit-inline-box.mobile {
    display: none !important;
}

.padd-0 {
    padding: 0 !important;
}

.mg-0 {
    margin: 0 !important;
}

.mgb-30 {
    margin: 0 0 30px;
}

.mgb-20 {
    margin: 0 0 20px;
}

.padd-5 {
    padding: 0 5px;
}

.padd-75 {
    padding: 0 7.5px;
}

.body-width {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select {
    position: relative;
}

.select::after {
    content: "";
    background-image: url(../images/select_03.png);
    position: absolute;
    right: 25px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 20px;
}

.pos-relative {
    position: relative !important;
}

.form-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f6f7f8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alert-black {
    color: #484848;
    background-color: #c8c8c8;
    border-color: #c8c8c8;
    padding: 1rem 1.25rem;
}

.flex {
    display: flex;
    justify-content: center;
}

.webkit-box {
    display: -webkit-box;
}

.webkit-inline-box {
    display: -webkit-inline-box;
}

.c-cus {
    position: relative;
    width: 100%;
}

.c-cus.col-90per {
    max-width: 90%;
}

.c-cus.col-85per {
    max-width: 85%;
}

.c-cus.col-80per {
    max-width: 80%;
}

.c-cus.col-75per {
    max-width: 75%;
}

.c-cus.col-70per {
    max-width: 70%;
}

.c-cus.col-65per {
    max-width: 65%;
}

.c-cus.col-54per {
    max-width: 54%;
}

.c-cus.col-50per {
    max-width: 50%;
}

.c-cus.col-35per {
    max-width: 35%;
}

.c-cus.col-30per {
    max-width: 30%;
}

.c-cus.col-28per {
    max-width: 28%;
}

.c-cus.col-25per {
    max-width: 25%;
}

.c-cus.col-24per {
    max-width: 24%;
}

.c-cus.col-20per {
    max-width: 20%;
}

.c-cus.col-19per {
    max-width: 19%;
}

.c-cus.col-18per {
    max-width: 18%;
}

.c-cus.col-15per {
    max-width: 15%;
}

.c-cus.col-10per {
    max-width: 10%;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #0000;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
}

button:focus {
    outline: none;
}

@media (max-width: 767px) {
    .f-desktop {
        display: none !important;
    }
    .f-mobile {
        display: flex !important;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    .webkit-inline-box.mobile {
        display: -webkit-inline-box !important;
    }
    .webkit-inline-box.desktop {
        display: none !important;
    }
    .owl-carousel .owl-item img.mobile {
        display: block;
    }
}