.menu > ul,
ol,
ul {
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

#buudien,
#chuyenkhoan,
#loading,
#timnangcao,
.menumobile {
    display: none
}

blockquote,
q {
    quotes: none;
    margin: 10px 0 10px 20px;
    padding-left: 10px;
    border-left: 2px solid #EEDD73;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: italic
}
.alert-danger,
.errorMessage {
    color: #D8000C;
    background-color: #FFBABA
}

.alert-success,
.successMessage {
    color: #4F8A10;
    background-color: #DFF2BF
}

.alert-info,
.noticeMessage {
    color: #00529B;
    background-color: #BDE5F8
}

.alert-warning,
.warningMessage {
    color: #9F6000;
    background-color: #FEEFB3
}

.alert-danger,
.alert-info,
.alert-success,
.alert-warning,
.errorMessage,
.noticeMessage,
.successMessage,
.warningMessage {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    background: #F2F2F2;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #9C0403;
}

a:hover {
    color: #333333;
}
img { vertical-align: middle; max-width: 100% }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
/*a:visited {*/
    /*color: #8a2be2*/
/*}*/

.clear {
    clear: both
}

.header {
    background: #131313;
}
.header-in {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-hd {
    background: #000000;
}
.menu-hd-in {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 14px;
}
.menu-hd-in a { color: #FFFFFF; }
.menu-hd-in a:hover { color: #333333; }
.menu-hd-in img { padding-right: 3px; }
.menu-hd-in .h_th {
    padding-right: 10px;
}
.menu-hd-in .h_tt {
    padding-left: 10px;
}
.logo {
    background: #FFFFFF;
    text-align: center;
}
.logo a {
    display: block;
    padding: 10px 20px;
}
.menu { width: 50%; }
.menu > ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.menu > ul > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
}
.htim {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.htim form {
    position: relative;
    background: #FFFFFF;
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    padding: 0 5px;
    width: 100%;
    margin-right: 10px;
}
.htim form input {
    border: none;
    font-size: 16px;
    height: 28px;
    width: 100%;
}
.htim form input:focus { outline: none; }
.htim form > button {
    border: none;
    background: #BF140F;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.htim form > button img {
    height: 14px;
}
.htim a {
    color: #FFFFFF; background: #7C0C0B;
    border: 1px solid #ED1E24;
    border-radius: 5px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    flex-shrink: 0;
}
.leftmenu {
    display: none;
}

/* Content */
.content-in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.noidung {
    background: #FFFFFF;
    padding: 20px;
}
/* Home */
.home-banner img {
    width: 100%;
}
.home-s1 {
    background: #F2F2F2;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.home-s1 .content-in {
    padding-top: 100px;
    padding-bottom: 200px;
    height: 600px;
    z-index: 2;
}
.home-s1 .content-in > .left {
    padding-top: 40px;
}
.home-s1 .anhapp {
    position: absolute;
    bottom: 0;
    right: -200px;
}
.bg-s1 {
    position: absolute;
    background: #FFFFFF;
    width: 130%;
    height: 230px;
    bottom: -100px;
    left: 0;
    -webkit-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    transform: rotate(355deg);
}
.title {
    color: #4B4B4B;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}
.nd {
    padding-top: 10px; padding-bottom: 20px;
}
.nutdo {
    background: #B50908;
    color: #FFFFFF;
    border-radius: 10px 0 10px 0;
    padding: 8px 30px;
    font-weight: bold;
    display: inline-block;
}
.nutdo:hover { color: #FFFFFF; }

.bg-w {
    background: #FFFFFF !important;
}
.home-s2 {
    padding-top: 40px;
    padding-bottom: 80px;
}
.home-s2 .tienich {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.home-s2 .tienich > a {
    background: #F2F2F2;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    width: 30%;
    color: #4B4B4B;
}
.home-s2 .tienich > a > img { height: 210px; }
.title2 {
    font-weight: bold;
    font-size: 28px;
    color: #4B4B4B;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: normal;
}
.title2 > span {
    color: #BF140F;
}

.home-s3 {
    background: #F2F2F2;
    padding: 80px 0;
}
.home-s3 .dichvu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.home-s3 .dichvu > a {
    width: calc(50% - 40px);
    margin: 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
}
.home-s3 .dichvu > a > .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.home-s4 {
    padding: 30px 0;
}
.title3 {
    font-weight: bold;
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #BF140F;
}

.home-s5 .content-in {
    display: flex;
    padding: 30px 0;
}
.home-s5 .content-in > div:first-child {
    margin-right: 100px;
}
.home-s5 .content-in .title2 {
    font-size: 35px;
    line-height: 46px;
    color: #000;
}

.home-s6 .dv {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.home-s6 .dv a:nth-child(2) {
    margin: 0 20px;
}
.home-s6 .dv img { width: 100%; }
.home-s6 .dv2 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 100px 100px 0 100px;
}

/* List sim */
.listsim {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.listsim .item {
    background: url("../images/l1.png") right bottom no-repeat #FFFFFF;
    width: calc(25% - 20px);
    margin: 10px;
    border-radius: 15px 0 15px 0;
    padding: 10px;
    position: relative;
    background-position-x: 92%;
    color: #000000;
}
.listsim .item .ct {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #9C0403;
    border-radius: 10px 0 10px 0;
    color: #FFFFFF;
    padding: 0 8px;
    font-size: 12px;
    text-transform: uppercase;
}
.listsim .item .sim {
    font-size: 23px;
    font-weight: bold;
}
.listsim .item .gia {
    color: #666666;
}
.listsim .item .loai {
    color: #666666;
    padding-top: 10px;
    font-weight: bold;
    font-size: 12px;
}
.listsim .item .mang {
    margin: -5px 0;
}

/* list giao dich */
.listgd > div {
    display: flex;
    margin: 0 -10px;
}
.listgd .item {
    width: 25%;
    padding: 10px;
    margin: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    color: #333333;
}
.listgd .item .thumb img {
    width: 100%;
}
.listgd .item .date {
    display: flex;
    justify-content: space-between;
    padding:10px 0;
    font-size: 12px;
}
.listgd .item .tt {
    font-weight: bold;
}

.xemsim {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}
.xemsim .xemsim-top {
    width: 30%;
    margin-right: 20px;
    flex-direction: column;
}
.xemsim .xemsim-top .sim { width: 100%; }
.xemsim .xemsim-top .tt { width: 100%; flex-direction: column }
.xemsim .xemsim-top .tt .t1 { flex-direction: column; }
.xemsim .xemsim-top .tt .t1 > div { margin: 5px 0; }
.xemsim .xemsim-top .tt .t2 { flex-direction: column; }

.xemsim .nhap {
    width: 70%;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
.nhaplieu {
    width: 100%;
}
.nhaplieu input[type="text"], .nhaplieu textarea, .nhaplieu select {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 14px;
    margin: 3px 0;
    width: 100%;
}

.xemsim-top {
    background: url("../images/s1.png") left bottom no-repeat #FFFFFF;
    background-position-x: 30px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}
.xemsim-top .sim {
    width: 40%;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.xemsim-top .sim .s1 {
    font-size: 36px;
    font-weight: bold;
}
.xemsim-top .sim .s2 {
    font-size: 22px;
    color: #666666;
    padding-top: 10px;
}
.xemsim-top .tt {
    width: 60%;
    display: flex;
    flex-direction: column;
}
.xemsim-top .tt .t1 {
    display: flex;
    margin-bottom: 10px;
}
.xemsim-top .tt .t1 > div {
    flex-grow: 1;
}
.xemsim-top .tt .t2 {
    display: flex;
    justify-content: flex-end;
}
.xemsim-top .tt .t2 > a {
    flex-grow: 1;
}
.xemsim-top .tt .t2 > a.btn2 { margin: 0 10px; }

.btn {
    padding: 12px 20px;
    font-weight: bold;
    line-height: normal;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.8;
}
.btn:hover {
    opacity: 1;
}
.btn1 {
    background: #9C0403;
    color: #FFFFFF;
}
.btn2 {
    background: #E0C968;
    color: #333333;
}
.btn3 {
    background: #4B4B4B;
    color: #FFFFFF;
}

.morelink {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.morelink a {
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #BF140F;
    width: calc(10% - 6px);
    text-align: center;
    margin:3px;
    color: #BF140F;
}
.box-title {
    font-size: 22px;
    font-weight: bold;
    color: #131313;
    padding: 10px 0;
    text-transform: uppercase;
}
.box-lienhe {
    padding: 0 200px;
}
.box-lienhe .tb {
    background-color: #FFD2D4;
    color: #4B4B4B;
    border-radius: 10px;
    margin: 30px 100px;
    padding:20px 30px;
    text-align: center;
}
.box-lienhe .lh {
    margin: 30px 200px;
}
.box-lienhe .lh input, .box-lienhe .lh textarea {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.diachi {
    display: flex;
}
.diachi > div { width: 100%; }
.diachi > div:first-child { margin-right: 20px; }
.diachi .title {
    background:url("../images/mappin.png") left no-repeat;
    background-size: 30px;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    padding-left: 36px;
    height: 36px;
    line-height: 36px;
}
.diachi ul { margin-left: 36px; }
.thanhtoan {
    display: flex;
    margin-bottom: 20px;
}
.thanhtoan img { width: 100%; }
.thanhtoan > div { width:100%; }
.thanhtoan > div:first-child { margin-right: 20px; }
.thanhtoan .tt {
    background: #FFD2D4;
    border-radius: 5px;
    padding: 10px 20px;
    color: #BF140F;
    font-weight: bold;
    margin: 10px 0;
}
.thanhtoan .buoc {
    border-left: 1px solid #FFD2D4;
    padding-left: 20px;
    margin: 20px 0;
}
.thanhtoan .buoc b {
    color: #BF140F;
}
.bank {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.bank .item {
    background: #FFFFFF;
    padding: 20px;
    position: relative;
}
.bank .item .ten { font-weight: bold; color: #4B4B4B; text-transform: uppercase; }
.bank .item .web { color: #4B4B4B; margin-bottom: 20px; }
.bank .item .anh {
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size:contain;
    padding: 20px;
}
.bank .item .copy {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url("../images/ic-copy.svg") center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.gioithieu {
    line-height: normal;
    color: #4B4B4B;
}
.gioithieu .s1 {
    background: url("../images/gt1.png?v=1") center top no-repeat #FFFFFF;
    background-size: cover;
    width: 100%;
}
.gioithieu .left12 {
    width: 50%;
    padding: 100px 0;
}
.gioithieu .s1 .ct {
    color: #BF140F;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#BF140F, #ED1E24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gioithieu .s1 .ct2 {
    /*color: #ED1E24;*/
    /*color: #BF140F;*/
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#BF140F, #ED1E24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gioithieu .s1 .mst {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.gioithieu .s1 .mst > div {
    background: #E0C968;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 10px;
}
.gioithieu .s1 .box {
    display: flex;
    padding: 15px 20px;
    box-shadow: 0px 0px 5px 5px #f7f7f7;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: #FFFFFF;
}
.gioithieu .s1 .box b {
    color: #9C0403;
}
.gioithieu .s1 .box > div:first-child {
    margin-right: 10px;
    width: 64px;
    flex-shrink: 0;
}
.gioithieu .s2 {
    background: url("../images/gt22.png?v=1") center bottom no-repeat #9C0403;
    background-size: contain;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.gioithieu .s2 .tt {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0;
}
.gioithieu .sl {
    background: url("../images/gt32.png") right bottom no-repeat transparent;
    width: 91%;
    margin: 0 auto;
    padding-top: 150px;
    /* padding-bottom: 105px; */
    padding-left: 410px;
    padding-right: 135px;
    height: 392px;
    color: #FFFFFF;
    position: relative;
}
.gioithieu .s3 {
    padding: 10px 0;
    background: #f2f2f2;
}
.gioithieu .sl .tt {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
.gioithieu .sl .l {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/gt3.png") center no-repeat transparent;
    background-size: contain;
    width: 400px;
    height: 400px;
}
.gioithieu .s4 {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gioithieu .s4 > div {
    width: 100%;
}
.gioithieu .s4 > div:first-child .tt {
    font-weight: bold;
    padding-bottom: 20px;
    color: #9C0403;
    font-size: 22px;
}
.gioithieu .s4 .swiper {
    width: 520px;
    height: 450px;
}
.gioithieu .s5 { position: relative; background: #9C0403; color: #FFFFFF; text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.gioithieu .s5 .text {
    width: 80%;
    margin: 0 auto;
}
.gioithieu .s5::before {
    background: url("../images/gt22.png?v=2") center top no-repeat #9C0403;
    background-size: cover;
    width: 100%;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transform: rotate(180deg);
}
.gioithieu .s5 .tt {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.gioithieu .s6 {
    padding: 30px 0;
    font-size: 18px;
}
.gioithieu .s6 .tt {
    font-size: 25px;
    font-weight: bold;
    color: #9C0403;
    margin: 20px;
}
.gioithieu .s6 .ct {
    width: 80%;
    margin: 0 auto;
}
.gioithieu .s6 .ut {
    color: #9C0403;
    margin: 20px auto;
    width: fit-content;
    font-weight: bold;
    padding: 18px 40px;
    position: relative;
}
.gioithieu .s6 .ut::before {
    background: url("../images/gt4.png") left top no-repeat transparent;
    width: 42px;
    height: 32px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.gioithieu .s6 .ut::after {
    background: url("../images/gt4.png") left top no-repeat transparent;
    width: 42px;
    height: 32px;
    content: '';
    position: absolute;
    bottom: 0;
    right: -10px;
    transform: rotate(180deg);
}
.gioithieu .s6 .tc {
    display: flex;
}
.gioithieu .s6 .tc > div {
    background: #9C0403;
    color: #FFFFFF;
    padding:40px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 10px;
}
.gioithieu .s6 .tc .ic {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.gioithieu .s7 {
    background: #FFD2D4;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.gioithieu .s7::before {
    background: url("../images/gt22.png?v=2") center top no-repeat #FFD2D4;
    background-size: cover;
    width: 100%;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transform: rotate(180deg);
}

.page-step {
    margin: 10px 0;
}
.box-tin-tuc {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    line-height: 28px;
}
.box-tin-tuc a {
    color: #0035f7;
}
.box-tin-tuc ul {
    list-style: disc;
    margin-left: 20px;
}
.box-tin-tuc img { max-width: 100%; height: auto; }

.box-tin-tuc .tin-tuc-cate:first-child {
    margin-top: 0px;
}

.box-tin-tuc .tin-tuc-cate:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.box-tin-tuc .tin-tuc-cate a {
    color: #087b37;
}

.box-tin-tuc h2 {
    font-size: 20px; font-weight: bold; margin: 10px 0;
}

.box-tin-tuc h3 {
    font-size: 18px; font-weight: bold; margin: 10px 0;
}
.box-tin-tuc h3 em { font-weight: normal !important; font-size: 14px; }
.box-tin-tuc h4, .box-tin-tuc h5 {
    font-weight: bold; margin: 5px 0;
}
.box-tin-tuc .date {
    color: #999999
}
.box-tin-tuc p, .seo-link p {
    margin: 8px 0;
}
.box-tin-tuc > iframe, .box-tin-tuc > div iframe { width: 100% !important; height: 460px !important; }
.box-tin-tuc table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
}
.box-tin-tuc table, .box-tin-tuc th, .box-tin-tuc td {
    width: 100%;
    border: 1px solid #333333;
}
.box-tin-tuc th, .box-tin-tuc td {
    padding: 5px;
}

.tin-tuc-cm a {
    display: inline-block;
    padding: 10px;
    background: #131313;
    color: #FFFFFF;
}
.list-tin {
    display: flex;
    flex-wrap: wrap;
}
.list-tin .item {
    width: calc(33.33% - 10px);
    padding: 10px;
    background: #FFF;
    margin: 5px;
}
.list-tin .item .thumb img {
    max-width: 100%;
}
.list-tin .item h2 {
    font-weight: bold;
    color: #131313;
    padding: 10px 0;
}
.list-tin .item .date { color: #666666; font-size: 14px; padding-bottom: 10px; }
.tinlienquan {
    margin-left: 30px;
    list-style: disc;
}
.phantrang {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.phantrang a {
    padding: 4px 8px;
    border: 1px solid #EEEEEE;
    margin: 0 2px;
    color: #333333;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 4px;
}
.box-timns {
    border: none;
    background: url(../img/timns_bg.png) center #ad0909;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
}
.box-timns > div:first-child { padding-right: 30px; padding-top: 30px;  }
.box-timns > div:last-child { width: 100%; }
.box-timns .nschon { display: flex; }
.box-timns .nschon select {
    width: 100%;
    margin-right: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    background: #FFFFFF;
}
.box-timns .nschon select:last-child { margin-right: 0;}
.box-timns .nutsm {
    width: 100%;
    border: none;
    background: url(../img/timns_but.png);
    height: 38px;
    margin-top: 10px;
}
.box-simns {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    display: block;
    overflow-y: scroll;
}
.box-simns a {
    float: left;
    width: 24.4%;
    /* padding-left: 15px; */
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 2px;
    padding: 5px;
    text-align: center;
}
.thuesim {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}
.support {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 72px;
    height: 72px;
    background: url("../images/sp.png") center no-repeat transparent;
}

.footer {
    background: #131313;
    padding: 20px 0;
    color: #FFFFFF;
}
.footer-in {
    display: flex;
}
.footer-in > div {
    width: 25%;
}
.footer-in .title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0;
}
.footer-in a {
    color: #FFFFFF;
}
.footer-in ul li a {
    padding: 5px 0;
    display: block;
}
.copyright {
    background: #000000;
    padding: 0;
    color: #FFFFFF;
}
.copyright .content-in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.copyright .txt {
    margin-left: 10px;
    padding: 10px 0;
}
.cop-logo {
    background: #FFFFFF;
    padding: 10px 20px;
}
.newchat {
    display: none;
}

.loading-full {
    display: none;
}