@charset "utf-8";

/* CSS Document */


/*-------------------FontFace--------------------*/

@font-face {
    font-family: OpenSans;
    src: url(../font/OpenSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: OpenSans-Italic;
    src: url(../font/OpenSans-Italic.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../font/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSans-BoldItalic;
    src: url(../font/OpenSans-BoldItalic.ttf);
}


/*-------------------EndFontFace--------------------*/


/*-------------------CssBoss--------------------*/

body {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../images/background.png)no-repeat #16152d;
    background-size: auto;
}

.clear {
    clear: both;
}

.wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

li,
p,
h2,
h3,
label {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-weight: normal;
/*     color: #111; */
}

a,
p,
span,
td {
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none !important;
}

.center {
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


/*-------------------EndCssBoss--------------------*/

.logo {
    float: left;
    width: auto;
    height: auto;
    color: #D6FFFD;
}

.logo a img {
    float: left;
    width: 90px;
    height: auto;
    margin: 20px 0 0 10px;
    text-decoration: none;
}

.lgname {
    float: left;
    color: aliceblue;
    font-size: 24px;
    font-weight: bold;
    font-family: OpenSans-Bold;
    line-height: 40px;
    margin: 40px 0 0 10px;
}

.lgname:hover {
    color: aquamarine;
}

.menu {
    float: right;
    width: auto;
    height: auto;
    margin: 50px 0 0 0;
    color: aliceblue;
}

.menu a {
    float: left;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    color: aliceblue;
}

.menu a:hover {
    color: aquamarine;
}

.text {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color: aliceblue;
    font-family: OpenSans-Bold;
    margin: 185px 0 0 0;
}

h1 {
    text-align: center;
    font-family: OpenSans-Bold;
    font-weight: bold;
    color: aliceblue;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0 auto;
    font-size: 45px;
}

h2 {
    text-align: center;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: aliceblue;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 auto;
    font-size: 30px;
    margin-top: 20px;
}

.download {
    float: left;
    margin: 122px 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.download a img {
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
}


/*Ipad ngang(1024 x 768)*/

@media screen and (max-width:1024px) {
    .logo a img {
        float: left;
        width: 90px;
        height: auto;
        margin: 20px 0 0 20px;
        text-decoration: none;
    }
    .menu {
        float: right;
        width: auto;
        height: auto;
        margin: 50px 10px 0 0;
        color: aliceblue;
    }
}

@media screen and (max-width:960px) {
    .center {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .text {
        margin: 125px 0 0 0;
    }
    .download {
        margin: 92px 0 0 0;
    }
}


/*Ipad dọc(768 x 1024)*/

@media screen and (max-width:768px) {
    .text {
        margin: 100px 0 0 0;
    }
    .download {
        margin: 100px 0 0 0;
    }
    h1 {
        font-size: 38px;
    }
}


/*Tablet nhỏ(480 x 640)*/

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
        line-height: 20px;
    }
    h2 {
        font-size: 20px;
    }
    .download {
        margin: 70px 0 0 0;
    }
    .download a img {
        width: auto;
        height: auto;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 414px) {
    .logo a img {
        float: left;
        width: 64px;
        height: auto;
        margin: 20px 0 0 20px;
        text-decoration: none;
    }
    .lgname {
        float: left;
        color: aliceblue;
        font-size: 24px;
        font-weight: bold;
        font-family: OpenSans-Bold;
        line-height: 40px;
        margin: 30px 0 0 10px;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .menu {
        float: right;
        width: auto;
        height: auto;
        margin: 40px 0px 0 0;
        color: aliceblue;
    }
    h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .menu a {
        float: left;
        width: auto;
        height: auto;
        margin: 0 10px 0 0;
        color: aliceblue;
    }
    .logo a img {
        float: left;
        width: 64px;
        height: auto;
        margin: 20px 0 0 10px;
        text-decoration: none;
    }
    h2 {
        font-size: 23px;
    }
    h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .text {
        margin: 80px 0 0 0;
    }
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {
    .logo a img {
        float: left;
        width: 54px;
        height: auto;
        margin: 20px 0 0 10px;
        text-decoration: none;
    }
    .lgname {
        float: left;
        color: aliceblue;
        font-size: 18px;
        font-weight: bold;
        font-family: OpenSans-Bold;
        line-height: 40px;
        margin: 27px 0 0 10px;
    }
    .menu {
        float: right;
        width: auto;
        height: auto;
        margin: 37px 0px 0 0;
        color: aliceblue;
    }
    .menu a {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
        line-height: 50px;
        padding: 0 20px;
    }
    h2 {
        font-size: 20px;
    }
    .download {
        margin: 20px 0 0 0;
    }
    .download a img {
        width: 70%;
        height: auto;
        margin: 20px 0 0 0;
    }
    .text {
        margin: 60px 0 0 0;
    }
}