.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
}
/*input {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*}*/
#buudien,
#chuyenkhoan,
#timnangcao {
    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
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    background: #f6f6f5;
}
/* Khóa scroll */
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}
a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #eed687; /*9c0000*/
}

/*a:visited {
    color: #8a2be2
}*/

.clear {
    clear: both
}
.p-10 { padding: 10px !important; }
.mt-10 { margin-top: 10px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mb-20 { margin-bottom: 20px !important; }
.my-20 { margin: 20px 0 !important; }

.header { background: #212529 }

.header-in {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 30px 0;
}
.header-in .topl {
    color: #eed687;
    border: 1px solid #eed687;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: fit-content;
}
.header-in .topr {
    font-size: 30px;
    text-align: right;

}
.header-in .topr a {
    color: #eed687;
}
.logo { text-align: center;  }
.logo a { color: #eed687; }
.logo a > div:first-child { font-size: 38px; font-weight: bold; padding-bottom: 5px; }
.logo img { height: 60px; }
.dinhgiasim {
    color: #FFFFFF;
    background: #eed687;
    text-align: center;
    display: block;
}
.dinhgiasim img { height: 56px; }
.hotl .numb { font-size: 26px; font-weight: bold; color: #FFFFFF; }

.menu-hd {
    color: #666;
    border-bottom: 1px solid #EEEEEE;
    background: #f2f2f5;
}
.menu-hd-in {
    margin: 0 auto;
    width: 1200px;
    padding: 10px 0;
    background: #f2f2f5;
}
.menu-hd-in ul {
    float: right;
}

.menu-hd-in ul li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #ababab;
}

.menu-hd-in ul li:last-child {
    padding-right: 0;
    border-right:none;
}

.menu-hd-in ul li a {
    color: #666;
}

.menu-hd-in ul li a:hover {
    color: red;
}


.menu-out {
    background: #222222;
}
.menu-in {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
}
.dssim {
    background: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    flex-shrink: 0;
}
.dssim .txt { font-weight: bold; padding-left: 10px; font-size: 14px; }
.dssim > ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    z-index: 2;
    margin-top: 40px;
    box-sizing: border-box;
    transition: left .2s;
    border: 1px solid #DDDDDD;
    border-top: none;
}
.dssim > ul > li:first-child > a {
    border-top: 1px solid #CCCCCC;
}
.dssim > ul > li > a {
    display: block;
    padding:5px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: bold;
}
.dssim > ul > li > a:hover {
    background: #eed687;
    color: #FFFFFF;
}
.dssim:hover > ul {
    display: flex;
}
.dssim.active .icon-menu, .dssim.active .txt {
    display: none;
}
.dssim.active > ul {
    left: 0;
}
.menu { z-index: 9; width: 100%; padding: 0 10px; background: #222222;
    display: flex;
    justify-content: space-evenly;
}
.menu > a {
    height: 45px;
    align-items: center;
    display: flex;
    font-size: 15px;
    color: #ffffffc9;
    text-transform: uppercase;
    font-weight: bold;
}
.menu > a:hover { color: #eed687}
.menu.active > a {
    color: #000000;
}
.menufixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.menu-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #333333;
    height: 45px;
}
.mbtnL, .mbtnR { background: #333333; height: 45px; width: 45px; display: flex; align-items: center; justify-content: center; padding: 0 10px; color: #eed687; font-size: 22px }
.mnSearch {
    position: relative;
    width: 100%;
    /* box-sizing: border-box; */
    margin: 0;
}
.mnSearch .keytop {
    height: 39px;
    /* line-height: 39px; */
    border: 1px solid #CCCCCC;
    /* padding: 3px 6px; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 6px;
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}
.mnSearch .keytop:focus { outline: none; }
.mnSearch .btntop {
    width: 39px;
    height: 39px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #CCC;
    font-size: 18px;
    color: #333333;
}

.content-out {
    background: url("../img/ct-bg.png") top repeat-x;
}
.content-in {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
    display: flex;
}

.col-left {
    width: 220px;
    margin-right: 20px;
    flex-shrink: 0;
}
.col-mid { width: 100%; margin-right: 20px; }
.col-right {
    width: 300px;
    flex-shrink: 0;
}

.box-xemsim ul {
    list-style: disc;
    margin-left: 30px;
}

.banner { display: flex; margin-bottom: 6px; }
.banner .left { float: left; width: 740px; margin-right: 10px; }
.banner .right { float: left; width: 350px; }
.banner .right div { width: 100%; }
.banner .right div:first-child { margin-right: 10px; }
.banner .right div img { width: 100%; }
.admin-page {
    margin: 50px 0
}

.box-body-small,
.box-xemsim {
    background: #FFFFFF;
}

.box-xemsim h3 {
    margin: 15px 0;
    font-weight: 700
}

.box-mid,
.box-small1,
.box-small2 {
    margin-bottom: 10px;
    background: #FFFFFF;
}

.box-admin {
    min-height: 300px
}
.h2-title { font-weight: bold; font-size: 18px; padding-bottom: 5px; }
.box-title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-left: 5px solid #eed687;
    border-bottom: 1px solid #ddd;
    background: #222;
    color: #eed687;
}
.box-title-left {
    font-weight: bold;
    text-transform: uppercase;
    background: #FFFFFF;
    padding: 13px;
    margin-bottom: -1px;
}

.box-tim-out { }
.box-tim { margin: 0 auto; width: 1200px; padding-top: 10px; }
.box-tim .box-search-hd {
    float: left;
    width: 545px;
    background: #eed687;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-shadow:    inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow:         inset 0 0 20px #000000;
}
.box-tim .box-search-hd .timkiem { position: relative; }
.box-tim .box-search-hd .timkiem .sKey {
    width: 100%;
    border: 1px solid #000000;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
}
.box-tim .box-search-hd .timkiem .sKey:focus { outline: none; border: 1px solid #000000; }
.box-search-hd .timkiem .sBut {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    cursor: pointer;
    border: none;
    background-color: #252525;
    background-image: linear-gradient(to top, #090909 0%, #333333 83%);
    color: #FFFFFF;
}
.box-tim .box-search-hd .timkiem .sBut:hover { background: #ff5440; }
.box-tim .box-search-hd .timkiem .sBut img { vertical-align: middle; }
.box-tim .box-search-hd .meo { padding-top: 10px; }
.box-tim .right { float: right; width: 545px; }
.box-tim .right b { color: #000000; }

.box-search {
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    -moz-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
}
.box-search .timkiem {
    position: relative;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    overflow: hidden;
}
.box-search .timkiem .sKey {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 40px;
    border: none;
}
.box-search .timkiem .sKey:focus { outline: none; }
.box-search .timkiem .sBut {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #eed687;
    color: #000000;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 0;
    cursor: pointer;
    background: linear-gradient(13.44deg, #f7a600 0%, #ffdd00 100%);
    border-left: 1px solid #DDDDDD;
}
.box-search .timkiem .sBut:hover { background: #CCCCCC; outline: none; }
.box-search .timkiem .sBut img { vertical-align: middle; }
.box-search .timkiem .chotim {
    position: absolute;
    right: 100px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-left: 1px solid #ddd;
    padding: 5px 0;
}
.box-search .timkiem .chotim:focus { outline: none; }
.box-search ul {
    padding-top:10px;
    list-style: initial;
    margin-left: 15px;
}
.box-search .meo { padding-top: 10px; color: #000000 }
.box-search ul li { padding: 2px 0; }
.box-thong-ke td {
    padding: 3px 0
}

.list-sim {
}

.list-sim > li {
    background: #FFFFFF;
}

.list-sim > li > a,
.list-sim > li > ul > li > a {
    display: block;
}

.list-sim > li:last-child {
    margin-bottom: 0px;
}

.list-sim > li:hover {
    background: #eed687
}

.list-sim > li > a {
    color: #000;
    padding: 5px 10px;
    border-bottom: 1px solid #DDDDDD;
}

.list-sim > li > a:hover {
    color: #FFFFFF;
}
.list-sim > li:last-child > a {
    border-bottom: none;
}

.list-sim > li > ul > li > a {
    color: #999;
    padding-left: 35px
}
.list-sim2 {
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}
.list-sim2 a {
    display: inline-block;
    border: 1px solid #eed687;
    color: #333333;
    background: #FFFFFF;
    padding: 7px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
    line-height: normal;
}
.list-sim2 a:hover {
    background: #eed687;
    color: #FFFFFF;
}
.list-sim2 a.active {
    background: #eed687;
    color: #FFFFFF;
}
.list-clean { background: transparent; border: none;padding: 0; }
.tab-sim td, .tab-sim th, .home-sim td, .home-sim th {
    text-align: center
}
.tab-sim td img { vertical-align: middle; }

.list-sim > li > ul > li > a:hover {
    color: #feb645
}

.sim-list a {
    float: left;
    width: 25%;
    padding:5px 0 5px 15px;
    box-sizing: border-box;
    background: url("../img/icon-li-ns.png") left no-repeat;
    font-weight: bold;
}

.sim-dauso a {
    float: left;
    width: 20%;
    padding:5px 0 5px 15px;
    box-sizing: border-box;
    background: url("../img/icon-li-ns.png") left no-repeat;
    font-weight: bold;
}

.sim-ns a {
    float: left;
    width: 25%;
    padding:5px 0 5px 15px;
    box-sizing: border-box;
    background: url("../img/icon-li-ns.png") left no-repeat;
    font-weight: bold;
}

.active-menu a {
    color: #dd5131 !important
}

.tab-sim tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.tab-sim, .home-sim {
    border-bottom: 1px solid #DDD;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
}

.tab-sim th {
    background: #d0d0d0;
    font-weight: 700;
    padding: 12px 5px;
    color: #000000;
    border-left: 1px solid #ededed;
}

.tab-sim td {
    height: 46px;
    vertical-align: middle;
    border-left: 1px solid #ededed;
}
.tab-sim tr {
    background: #FFFFFF;
}
.tab-sim tr:hover {
    background: #EEE
}

.home-sim th {
    background: #eeeeee;
    font-weight: bold
}

.home-sim .sosim a {
    color: blue;
    font-weight: bold;
}

.home-sim .sosim a:hover {
    color: orangered;
}

.home-sim .giasim {
    color: red;
    font-weight: bold;
}

.simnumb {
    font-size: 18px;
    font-weight: 700
}
.simicon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nhamang-Viettel {
    background: url(../img/nhamang-min.png) center -61px no-repeat
}

.nhamang-Mobifone {
    background: url(../img/nhamang-min.png) center 1px no-repeat
}

.nhamang-Vinaphone {
    background: url(../img/nhamang-min.png) center -34px no-repeat
}

.nhamang-Gmobile {
    background: url(../img/nhamang-min.png) center -156px no-repeat
}

.nhamang-Sfone {
    background: url(../img/nhamang-min.png) center -192px no-repeat
}

.nhamang-Vietnamobile {
    background: url(../img/nhamang-min.png) center -89px no-repeat
}

.nhamang-MayBan {
    background: url(../img/nhamang-min.png) center -220px no-repeat
}

.nhaplieu {
    border-collapse: separate;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}
.nhaplieu, .nhaplieu th, .nhaplieu td {
    border: none !important;
}
.nhaplieu td {
    vertical-align: top;
}
/* Fix select bị co nhỏ trên Safari */
select {
    -webkit-appearance: none; /* Bỏ style mặc định WebKit */
    -moz-appearance: none;
    appearance: none;

    min-width: 80px; /* ép chiều rộng tối thiểu */
    padding: 6px 30px 6px 10px; /* tạo khoảng trống để tránh chữ sát viền */
    line-height: normal;

    border: 1px solid #ccc;
    background-color: white;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666' d='M0 0l5 5 5-5H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 10px;
}

/* Tránh Safari iOS tự co lại khi bên trong form flex */
select:focus {
    outline: none;
}
.nhaplieu input[type=text], .nhaplieu input[type=number],
.nhaplieu select,
.nhaplieu textarea {
    padding: 12px;
    border: 1px solid #CCCCCC;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.box-body-large {
    margin-bottom: 10px;
    background: #FFFFFF;
}

.btntg {
    background: #333333;
    color: #eed687;
    padding: 10px 20px;
    border: 1px solid #eed687;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.phantrang {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phantrang a {
    background: #575757;
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
}

.phantrang .active,
.phantrang a:hover {
    background: #eed687;
    color: #FFFFFF;
}

.footer {
    margin-top: 20px;
    background: #FFFFFF;
    line-height: 26px;
}
.footer-top {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.footer-top > div { width: 100%; margin-right: 20px; }
.footer-top > div:last-child { margin-right: 0; }
.footer-top a {
    display: block;
    color: #2626ff;
}
.footer-top .imgct { height: 45px; }
.footer-in {
    margin: 0 auto;
    width: 1200px;
    color: #333;
}
.footer-in .finfo { padding: 20px 0; }
.footer .copyright { padding: 10px 0; background: #222529; text-align: center; color: #ffffff; }
.footer .copyright a { color: #FFFFFF }
.lienket a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.lienket a img { width: 35px; margin-right: 5px; }
.dathang {
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.dathang:last-child { border-bottom: none; margin: 0; padding: 0; }
.dathang .name {
    font-weight: 700
}

.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
}

#but_contact {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 305px;
    height: 25px
}

.timnangcao_click {
    cursor: pointer;
    font-weight: 700
}

#remaxacnhan {
    cursor: pointer;
    vertical-align: super;
}

.page-step {
    padding-bottom: 10px;
}

.tin-tuc-cate h2 {
    margin-bottom: 2px !important
}

.tin-tuc-cate .chitiet {
    text-align: right
}

.tin-tuc-cate .date {
    color: #999;
}

.tin-tuc-cate .thumb {
    float: left;
    max-width: 120px;
    border: 1px solid #DDDDDD;
    padding: 3px;
    margin-right: 10px;
    overflow: hidden;
}

.tin-tuc-cate .thumb span {
}

.tin-tuc-cate .thumb img {
    max-width: 120px;
    vertical-align: middle;
}

.box-tin-tuc {
    padding: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    line-height: 1.7em;
}
.box-tin-tuc a {
    color: #2626ff;
}
.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 h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

.box-tin-tuc h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 8px 0;
}

.box-tin-tuc h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0;
}

.box-tin-tuc .date {
    color: #b0b0b0;
    padding: 6px 0;
}

.box-tin-tuc p {
    padding-bottom: 10px
}
.box-tin-tuc p:last-child { padding-bottom: 0; }

.box-tin-tuc img {
    max-width: 100%;
    height: auto;
    padding: 10px 0
}

.box-tin-tuc ul {
    list-style: inherit;
    margin-left: 30px;
}
.box-tin-tuc ol {
    list-style: decimal;
    margin-left: 30px;
}
.box-tin-tuc table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
}
.box-tin-tuc table, .box-tin-tuc th, .box-tin-tuc td {
    border: 1px solid #333333;
}
.box-tin-tuc th, .box-tin-tuc td {
    padding: 5px;
}

.tin-tuc-social {
    padding-bottom: 10px;
}

.tin-tuc-cate {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    margin-top: 15px;
}

.tinlienquan {
    margin-left: 30px;
    list-style: inherit
}
.tinlienquan > li { padding: 5px 0; }

.tin-tuc-cm a {
    float: left;
    width: 50%;
}

.tin-tuc-cm .cm_item {
    margin: 10px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.tin-tuc-cm .cm_item:hover {
    background: #eed687;
    color: #000000;
}

.title-h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.homesim {
    border: 1px solid #DDD;
    padding: 10px;
}

.homesim a {
    float: left;
    width: 50%;
    line-height: 25px;
    font-weight: bold;
}

.subsim a {
    float: left;
    width: 33%;
    line-height: 25px;
    font-weight: bold;
    background: url("../img/icon-li-ns.png") left no-repeat;
    padding: 3px 0 3px 15px;
    box-sizing: border-box;
}

.ft-block {
    padding-top: 5px
}

.ft-tab {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    line-height: 26px;
}

.ft-tab-title {
    font-weight: 700;
    color: #fa0202;
    padding: 5px 0;
    text-transform: uppercase;
}

.ft-tab ul {
    margin-left: 30px;
    list-style: inherit
}

.ft-tab ul li a {
    color: #8B5704
}

.ft-tab ul li a:hover {
    color: #fa0202
}

.box-dau-so {
    margin: 0 auto;
    padding: 10px;
    width: 1000px;
    display: none;
}
.box-dau-so img {
    width: 100%;
    padding-top: 10px;
}

.text-left {
    text-align: left !important
}

.ds-active {
    color: red !important;
    font-weight: 700
}

.datmua {
    display: inline-block;
    background: linear-gradient(13.44deg, #f7a600 0%, #ffdd00 100%);
    color: #000000;
    padding: 3px 5px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.datmua:hover { background: #eed687; color: #FFFFFF; }

.xemdt-h2 {
    font-weight: bold;
    padding: 8px 0;
}
.anhsim {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.anhsim img { max-width: 100%; }
.datmuasim {
    padding: 10px 0;
    background: #333333;
    color: #eed687;
    border: 2px solid #eed687;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
}
.datmuasim .tt {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.datmuasim:hover {
    background: #333333;
    border-bottom: 2px solid #eed687;
    color: #eed687;
}

.giamgia {
    text-decoration: line-through;
}

.datsimhome input[type="text"] {
    width: 130px;
}

.datsimhome td {
    padding: 3px;
}

.ft_info_logo {
    float: left;
    width: 25%;
    text-align: center
}

.ft_info_bct {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 30px;
}

.ft_info_logo img {
    max-width: 150px;
}

.ft_info_bct img {
    max-width: 190px;
}

.ft_info_text {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

#sim-giam-gia {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 165px;
    height: 240px;
    background: url(../img/sim-giam-gia.png) top center no-repeat;
}

.box-logtim { background: #FFFFFF; padding: 10px; }
.box-logtim a {
    display: inline-block;
    padding: 8px;
    background: #dfdfdf;
    margin-bottom: 4px;
    border-radius: 5px;
}
.box-logtim a:hover { background: #000000; color: #FFFFFF; }
.xemthemlogtim { padding: 0 10px 10px 10px; text-align: right; }
.box-small1 .home-tin:first-child {
    padding-top: 0px;
}

.box-small1 .home-tin:last-child {
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 0px;
}
.box-support {
    text-align: center;
    padding: 10px;
}
.box-support .hotline {
    font-size: 22px; font-weight: bold; line-height: 35px; color: red;
}
.box-support .time {
    font-weight: bold;
}
.box-support .thank {
    font-weight: bold;
}
.box-simns {
    background: #FFFFFF;
    padding:10px 20px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
}
.box-simns a {
    float: left;
    width: 25%;
    padding:5px 0 5px 15px;
    box-sizing: border-box;
    background: url("../img/icon-li-ns.png") left no-repeat;
    font-weight: bold;
}
.subsimns { margin-top: 6px; }
.subsimns a {
    float: left;
    width: 25%;
    padding:5px 0 5px 15px;
    box-sizing: border-box;
    background: url("../img/icon-li-ns.png") left no-repeat;
    font-weight: bold;
}
.simns-thang { background: #cccccc; padding: 5px; margin-bottom: 3px; }
.chonns { background: #FFFFFF; margin-bottom: 10px; }
.home-tin-thumb {
    padding: 2px;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    display: block;
}

.home-tin { }
.home-tin .item {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.home-tin .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.home-tin-thumb img {
    width: 100%;
    vertical-align: middle;
}
.home-tin-title { line-height: 18px; }
.home-tin-title h3 {
    font-weight: bold;
}

.home-tin-title .date {
    color: #005fd0;
    font-size: 14px;
    padding: 5px 0;
}

.seo-link {
    border: 1px solid #DDDDDD;
    padding: 10px;
    max-height: 140px;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.seo-link h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 5px;
}
.seo-link h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 3px;
}
.seo-link .video {
    float: left;
    width: 200px;
    height: 113px;
    margin-right: 10px;
    overflow: hidden;
}
.seo-link img { max-width: 100%; height: auto; }
.seo-link .xemthem {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: url("../img/xemthem.png") bottom repeat-x;
    padding: 5px 0;
}
.seo-link .xemthem button {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #000000;
    padding: 3px 10px;
    cursor: pointer;
}
.seo-link .xemthem button:hover {
    background: #eed687;
    color: #FFFFFF;
}
.seo-link .xemthem button:focus { outline: none; }
.show-seo-link { max-height: initial; padding-bottom: 30px; }
.menh {
    width: 40px;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
}

.kim {
    background: #ecd94b;
}

.moc {
    background: #00ad1b;
}

.thuy {
    background: #2e58ec;
}

.hoa {
    background: #ec150d;
}

.tho {
    background: #8f4b0f;
}
.tuan {
    background: #fff;
}
.mobile-hide { }
.mobile-show { display: none; }

.locnhanh { }
.locnhanh:hover { background: #FFFFFF; }
.locnhanh > ul {
    display: flex;
}
.locnhanh > ul > li {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.locnhanh > ul > li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #eed687;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.locnhanh > ul > li > ul {
    display: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding:0 10px;
    min-width: 150px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0;
}
.locnhanh > ul > li:hover > ul {
    display: block;
}
.locnhanh > ul > li > ul > li {
    cursor: pointer;
}
.locnhanh > ul > li > ul > li:hover { color:#fb8300; }

.locnhanh > ul > li > span.active { font-weight: bold; color: red; }
.locnhanh > ul > li > ul > li.active { display: none }
.locnhanh .macdinh { border-bottom: 1px solid #DDDDDD; }

/* CSS Sim Năm Sinh */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}
ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    /* color: black; */
    /* text-align: center; */
    padding: 8px 10px;
    text-decoration: none;
    transition: 0.3s;
    border-right: 1px solid #CCC;
}

ul.tab li a:hover {background-color: #ddd;}

ul.tab li a:focus {background-color: #ccc;}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.listnew { }
.listnew > li {
    display: inline-block;
}

.listnew > li > a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 3px;
    position: relative;
    width: 122px;
    height: 60px;
    padding-left: 52px;
}
.listnew > li > a:hover {
    border: 1px solid #e4363b;
}
.listnew > li > a > .anhmang {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    left: 5px;
    top: 5px;
}

.listnew > li > a > .anhmang img { vertical-align: middle; display: initial; width: auto; }
.listnew > li > a > .info { padding: 10px 5px 0 0; text-align: right; }
.listnew > li > a > .info > .sosim { font-weight: bold; padding-bottom: 3px; }
.listnew > li > a > .info > .gia { }
.box-title-mang {
    color: #000000;
    background: #FFFFFF;
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.box-title-mang .icon { margin-right: 5px; }
.box-title-mang img { vertical-align: middle; padding-right: 10px; }
.box-title-mang .ten { text-transform: uppercase; font-weight: bold; }
.box-title-mang .right {
    position: absolute;
    right: 10px;
    top: 0;
}
.box-title-mang .right a { padding-right: 5px; }
.box-mang-body {
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #DDD
}
.box-mang-body .xemthem {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #3b35e1;
}
.icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.icon-viettel {
    background-image: url("../img/logo-sim.svg");
    background-position: -100px 10px;
}
.icon-vinaphone {
    background-image: url("../img/logo-sim.svg");
    background-position: 0px 12px;
}
.icon-mobifone {
    background-image: url("../img/logo-sim.svg");
    background-position: -50px 8px;
}
.icon-vietnamobile {
    background-image: url("../img/logo-sim.svg");
    background-position: -150px 10px;
}
.icon-gmobile {
    background-image: url("../img/logo-sim.svg");
    background-position: -200px 10px;
}
.icon-itelecom {
    background-image: url("../img/logo-sim.svg");
    background-position: -250px 10px;
}
.icon-wintel {
    background-image: url("../img/logo-sim.svg");
    background-position: -300px 10px;
}
.icon-reddi {
    background-image: url("../img/logo-sim.svg");
    background-position: -301px 8px;
}
.icon-mayban {
    background-image: url("../img/logo-sim.svg");
    background-position: -352px 8px;
}
.icon-menu {
    width: 25px;
}
.homeslide {
    width: 100%;
}
.home3box {
    background-color: #222;
    padding: 10px 0;
}
.home3box .item {
    display: flex;
    color: #FFFFFF;
    font-size: 14px;
    background: #333333;
    padding: 20px;
}
.home3box .item > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.home3box .item .icon {
    margin-right: 10px;
}
.home3box .item .nd {
    align-items: flex-start;
    flex-direction: column;
}
.home3box .item .icon i {
    font-size: 38px;
    color: #eed687;
}
.home3box .item .tt {
    color: #eed687;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.home3box .content-in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.hometop {
    margin: 0 auto;
    width: 1200px;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.homesale {
    margin: 0 auto;
    width: 1200px;
}
.homesale .home-listsim > div {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}
.homesale .home-listsim > div > div:not(:last-child) {
    margin-right: 10px;
}
.homesale .home-listsim > div > div .gia {
    text-decoration: line-through;
}
.homesale .home-listsim > div > div a {
    background-color: #FFFFFF;
    min-width: 170px;
}
.home-listsim {
    background: #FFFFFF;
    padding: 5px 10px;
    box-sizing: border-box;
}
.home-listsim:after { content: ""; clear: both; display: block }
.home-listsim > .col-3 {
    float: left;
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box;
}
.home-listsim > .col-4 {
    float: left;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}
.home-listsim > .col-6 {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.home-listsim .item {
    border: 1px solid #EEEEEE;
    padding: 5px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-size: 18px;
}
.home-listsim .item.last {
    background: #eed687;
    color: #000000;
    font-size: 18px;
    text-align: center;
}
.home-listsim .item:hover { border: 1px solid #333333; }
.home-listsim .item:hover:after {
    background: rgba(0,0,0, 0.7);
    content: 'Đặt mua';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    padding-top: 5px;
}
.home-listsim .item.last:after {
    content: '' !important;
    background: transparent;
}
.home-listsim > .col-6 > .item {
    height: 122px;
}
.home-listsim .item .mang {
    position: absolute;
    left: 4px;
    top: 4px;
    line-height: normal;
    /*border: 1px solid #f1f1f1;*/
}
.home-listsim .item .tt { line-height: normal; padding-left: 50px; padding-top: 4px; text-align: right; }
.home-listsim .item .sosim { font-size: 18px; font-weight: bold; }
.home-listsim .item .gia { font-size: 15px; color: #2a2b2c; padding-top: 3px; }

.overlay {
    z-index: 1;
    background: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.loading {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.loading > img { width: 100px; }

.box-ns {
    background: #FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
}
.box-ns:after { content: ''; clear: both; }
.box-ns > ul > li {
    display: block;
}
.box-ns > ul > li > a {
    display: block;
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 3px;
    border-radius: 3px;
}
.box-sd {
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    -moz-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    border: 1px solid #ddd;
}

.timkiem2 {
    background: #222222;
    background-size: cover;
    color: #FFFFFF;
    padding: 20px;
    -webkit-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    -moz-box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
    box-shadow: 0 4px 12px 0 hsla(0,0%,43.1%,.2);
}
.timkiem2 .keytim {
    border: 1px solid #EEEEEE;
    position: relative;
    overflow: hidden;
}
.timkiem2 .keytim input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 39px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
}
.timkiem2 .keytim input:focus { outline: none; }
.timkiem2 .keytim .btn {
    width: 100px;
    height: 39px;
    border: none;
    background: #eed687;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.sub-tin {
    display: flex;
    margin-bottom: 0;
    padding: 5px;
}
.sub-tin > div {
    margin-right: 10px;
    width: 100%;
}
.sub-tin > div:last-child { margin-right: 0; }
.sub-tin .home-tin-thumb { }

.newchat {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999
}
.newchat .btnHot,.newchat .item .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    cursor: pointer;
    font-size: 32px
}
.newchat .btnHot:focus {
    outline: none;
}

.newchat .item .btn {
    background: #4894ff;
    display: block
}

.newchat .item .btn img {
    width: 42px;
    padding-top: 10px
}

.newchat .btnHot {
    /*background: url(../img/icon-hotline.png)center no-repeat #333333;*/
    background-color: #333333;
    border: 2px solid #eed687;
    background-size: 35px;
    background-position-x: 11px;
}

.newchat .btnHot .txt,.newchat .title {
    background: #fff;
    position: absolute;
    font-size: 14px;
    border-radius: 5px
}

.newchat .btnHot .txt {
    font-weight: 700;
    color: #000000;
    line-height: normal;
    bottom: -10px;
    left: 1px;
    width: 50px;
    border: 2px solid;
    padding: 1px
}

.newchat.active .btnHot {
    /*background: url(../img/icon_x.png)center no-repeat #cd1818*/
}

.newchat .btnHot::after {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 60px;
    height: 60px;
    border: 4px solid #eed687;
    content: "";
    border-radius: 50%;
    transform: scale(.9);
    z-index: -1;
    animation: ripple 2s ease-out infinite
}
@keyframes ripple {
    0% {
        transform: scale(.9);
        opacity: 1
    }

    to {
        transform: scale(1.2);
        opacity: 0
    }
}

.menumobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: none;
    z-index: 9999999;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}
.menumobile.active {
    display: block;
}
.menumobile .top {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.menumobile .top .hot {
    display: flex;
    align-items: center;
}
.menumobile .top .hot a { font-weight: bold; color: #1a68ff}
.menumobile .top .close {
    background-color: #e7e7e7;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.menumobile .top .close > span {
    font-size: 10px;
}
.menumobile .tt {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}
.menumobile .item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}
.menumobile .item a {
    border: 1px solid #dddddd;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/logo_mang.svg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.ic.ic-viettel {
    background-position: 0px 3px;
    width: 80px;
    height: 35px;
}
.ic.ic-vinaphone {
    width: 80px;
    height: 35px;
    background: url(../img/logo_mang.svg) no-repeat;
    background-position: -80px 3px;
}
.ic.ic-mobifone {
    width: 80px;
    height: 35px;
    background-position: -160px 3px;
}
.ic.ic-vietnamobile {
    width: 80px;
    height: 35px;
    background-position: -240px 3px;
}
.ic.ic-itelecom {
    width: 80px;
    height: 35px;
    background-position: -320px 3px;
}

.ic.ic-wintel {
    width: 80px;
    height: 35px;
    background-position: -400px 3px
}

.ic.ic-gmobile {
    width: 80px;
    height: 35px;
    background-position: -480px 3px
}

.ic.ic-vnsky {
    width: 80px;
    height: 35px;
    background-position: -560px 3px
}

.ic.ic-mayban {
    width: 60px;
    height: 35px;
    background-position: -640px 3px
}