
@import url("http://db.onlinewebfonts.com/c/ce1eef0c0ef5fdc56bce04e839bddbcb?family=Swiss+921");

@font-face {
    font-family: "Swis721 Cn BT";
    src: url("fonts/tt0009m.ttf") format("truetype");
}

@font-face {
    font-family: "Myanmar Text";
    src: url("fonts/mmrtext.ttf") format("truetype");
}

@font-face {
    font-family: "Swis721 BT";
    src: url("fonts/tt0003m.ttf") format("truetype");
}

html, body {
    font-family: Myanmar Text !important;
    height: 100%;
}

.bg-cover {
    background: url('../images/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-custom {
    color: #1e1e1e;
    background-color: transparent;
    border-color: #FFF;
    /* width:45%; */
    box-shadow: 0px 7px 20px -5px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 7px 20px -5px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 7px 20px -5px rgba(0,0,0,0.8);
}

.btn-outline-custom {
    color: #1e1e1e;
    background-color: transparent;
    font-size: 1.5rem;
    font-family: Swis721 Cn BT;
}

    .btn-outline-custom:hover {
        color: #1e1e1e;
        background-color: transparent;
        border-color: #FFF;
    }

.text-center-btn {
    display: flex;
    justify-content: center;
}


.title-content {
    font-family: "Swiss 921" !important;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.2;
    color: #888;
    letter-spacing: 1.5px;
}

.sub-title-content {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000;
    letter-spacing: 0.8px;
}

.m-form .label {
    line-height: 35px;
    font-weight: 500;
}

.textbox, .textbox:hover {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none !important;
    font-size: 1.2rem;
}

.part {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .part h3 {
        font-size: 2.4rem;
        line-height: 1.5;
        font-family: "Swis721 Cn BT" !important;
        font-weight: 600;
    }

.text-lg-center {
    text-align: center !important;
}

ul li {
    font-size: 20px;
    font-family: "Swis721 BT" !important;
    line-height: 1.2;
}

ul {
    list-style: none;
    text-align: justify;
}

    ul li::before {
        content: "\2022";
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 1.5rem;
    }

.download {
    position: relative;
    cursor: pointer;
}

p.app {
    position: absolute;
    right: 0;
    left: 0;
    top: 18px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.margin-top {
    margin-top: 40px;
}

@media (min-width:1600px) {
    .title-content {
        font-size: 4.5rem;
    }
}

@media (max-width: 576px) {
    .logo {
        max-width: 200px;
    }

    .title-content {
        font-size: 1.25rem;
        text-align: center;
    }

    .sub-title-content {
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .title-content {
        text-align: center;
    }

    .sub-title-content {
        text-align: center;
    }

    .text-center .margin-top {
        text-align: left !important;
    }
}


.label-text {
    /* font-weight:700; */
    font-size: 1.125rem;
    color: #47674F;
}


/*EClass Style*/
.white {
    color: #FFF;
}


.title-login {
    font-size: 1.8rem;
    font-family: "Swis721 Cn BT";
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.form-control:-moz-placeholder {
    color: #ccc;
}

.form-control::-moz-placeholder {
    color: #ccc;
}

.form-control::placeholder {
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

a {
    color: #ED3237;
}

    a:hover {
        color: #ED3237;
    }
