/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

htmml,
body {
  height: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  height: 100%;
}

button,
input {
  border: none;
  outline: none;
}
/*ul li {*/
/*    list-style: none;*/
/*    padding-left: 0rem;*/
/*    margin: 0;*/
/*}*/

a {
    text-decoration: none;
}
.footer-ok {
    background-color: #000;
}

.footer {
    max-width: 843px;
    margin: 0 auto;
    height: 313px;
    padding: 40px 0;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-logo-1 {
    width: 170px;
    height: 80px;
}

.footer-logo-2 {
    width: 78px;
    height: 34px;
}
.footer-logo-3 {
    display: flex;
    align-items: center;
}
.text-lienhe {
    color: #fff;
    font-size: 18px;
    font-weight: 700px;
    padding-bottom: 10px;
}

.lienhe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.all-lienhe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
}

.lienhe-list {
    padding-left: 0;

}

.lienhe-list li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

i {
    background: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.mxh {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 35px;
}

.fb {
    width: 109px;
    height: 54px;
}

.yt {
    width: 109px;
    height: 30px;
}

.qr {
    padding-bottom: 30px;
}

.qr-img {
    width: 128px;
    height: 128px;
}

.idol {
    width: 25%;
    position: absolute;
    top: -145px;
    right: -20px;
}

.idol-img-hidden {
    display: none;

}

.idol-img {
    width: 228px;
    height: 308px;
}

@media screen and (max-width: 1023.98px) {
    .idol-img-hidden {
        display: none;

    }

    .idol {
        right: 0;
    }

    .idol-img {
        width: 200px;
    }

    .content {
        padding: 0 20px;
    }
}


@media screen and (max-width: 767.98px) {
    .footer {
        height: 100%;
    }

    .lienhe {
        flex-direction: column;
    }

    .idol {
        width: 100%;
        margin: 0 auto;
        top: 0;
        right: 0;
    }

    .idol-img-hidden {
        display: block;
        margin: 0 auto;
    }

    .idol-img {
        display: none;

    }

    .text-lienhe {
        margin: 20px 0;
        font-size: 20px;
        text-align: center;
    }

    .footer-logo-1 {
        width: 85px;
        height: 50px;
    }

    .footer-logo-2 {
        width: 40px;
        height: 25px;
    }

    .footer-logo-3 {
        display: flex;
        align-items: center;
    }

    .footer-logo-3_1 {
        width: 40px;
    }

    .footer-logo-3_2 {
        width: 70px;
    }

    .all-lienhe {
        width: 100%;
        flex-direction: column;
    }
}