.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
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em {
    font-style: italic
}
* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0 auto;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    background: #f1f1f1;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: orangered; /*9c0000*/
}

.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }
.pt-10 { padding-top: 10px; }
.pb-10 { padding-bottom: 10px; }

/*a:visited {
    color: #8a2be2
}*/

.clear {
    clear: both
}

.header { background: #FFFFFF }

.header-in {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo { padding: 10px 0; }
.logo img { max-width: 100%; }
.hotl {
    color: #FFFFFF;
}
.hotl .numb { font-size: 17px; font-weight: bold }

.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: #006bb7;
}
.menu-in {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    align-items: center;
    height: 40px;
}
.dssim {
    background: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 100%;
    cursor: pointer;
    z-index: 9;
    flex-shrink: 0;
}
.dssim .txt { font-weight: bold; padding-left: 10px; }
.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;
}
.dssim > ul > li:first-child > a {
    border-top: 1px solid #CCCCCC;
}
.dssim > ul > li > a {
    display: block;
    padding: 3px 10px;
    border-bottom: 1px solid #CCCCCC;
}
.dssim > ul > li > a:hover {
    background: #006bb7;
    color: #FFFFFF;
}
.dssim:hover > ul {
    display: flex;
}
.menu { z-index: 9; width: 100%; padding-left: 10px; }
.menu > ul {
    display: flex;
    justify-content: space-evenly;
}
.menu > ul > li > a {
    height: 40px;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    color: #FFFFFF;
}
.menu > ul > li > a:hover {
    color: #FFFFFF;
}
.menufixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.menu-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.mbtnL, .mbtnR { background: #FFFFFF; height: 40px; display: flex; align-items: center; padding: 0 10px; }
.mnSearch {
    position: relative;
    width: 100%;
    /* box-sizing: border-box; */
    margin: 0 5px;
}
.mnSearch .keytop {
    height: 32px;
    /* line-height: 39px; */
    border: 1px solid #CCCCCC;
    /* padding: 3px 6px; */
    width: 100%;
    box-sizing: border-box;
    padding: 0 6px;
    font-weight: bold;
    color: red;
    font-size: 16px;
}
.mnSearch .keytop:focus { outline: none; }
.mnSearch .btntop {
    width: 38px;
    height: 32px;
    background: url(../img/btnsearch_20w.png) center no-repeat #333333;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #CCC;
}

.content-out {
    background: url("../img/ct-bg.png") top repeat-x;
}
.content-in {
    margin: 0 auto;
    padding: 10px 0;
    width: 1200px;
}

.box-admin,
.box-mid,
.box-small1,
.box-small2,
.box-xemsim {
    border: 1px solid #DDD;
    padding: 10px;
}

.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%; }
.banner-home {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.banner-home div { width: 100%; }
.banner-home div:first-child { margin-bottom: 10px; }
.banner-home img { width: 100%; }
.admin-page {
    margin: 50px 0
}

.col-left,
.col-mid {
    float: left;
    margin-right: 10px
}

.box-body-small,
.box-xemsim {
    margin-bottom: 10px;
    background: #FFFFFF;
    line-height: 23px;
}

.col-left {
    width: 840px;
}

.col-right {
    float: left;
    width: 350px;
}

.box-xemsim h3 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700
}

.box-mid,
.box-small1,
.box-small2 {
    margin-bottom: 10px;
    background: #FFFFFF;
}

.box-small2 {
    line-height: 22px
}

.box-admin {
    min-height: 300px
}

.box-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #006bb7;
    padding: 13px;
    /*border-bottom: 2px solid #006bb7;*/
    border-radius: 8px 8px 0 0;
}
.box-title-left {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #006bb7;
    padding: 13px;
    border-radius: 8px 8px 0 0;
    /*border: 1px solid #ddd;*/
    /*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: #333333;
    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: #006bb7;
    color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 8px;
}
.box-search .timkiem { position: relative; }
.box-search .timkiem .sKey {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
.box-search .timkiem .sKey:focus { outline: none; }
.box-search .timkiem .sBut {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #333333;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-right: 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.box-search .timkiem .sBut:hover { background: #000000; outline: none; }
.box-search .timkiem .sBut img { vertical-align: middle; }
.box-search ul {
    padding-top:10px;
    list-style: initial;
    margin-left: 15px;
}
.box-search .meo { padding-top: 10px; }
.box-search ul li { padding: 2px 0; }
.box-thong-ke td {
    padding: 3px 0
}

.list-sim {
}

.list-sim > li {
    border: 1px solid #DDDDDD;
    padding: 5px 0;
    background: #FFFFFF;
    margin-bottom: -1px;
}

.list-sim > li > a,
.list-sim > li > ul > li > a {
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url(../img/li-a-simcard.png) left no-repeat;
    margin-left: 10px;
    line-height: 28px;
}

.list-sim > li:last-child {
    margin-bottom: 0px;
}

.list-sim > li:hover {
    background: #333333
}

.list-sim > li > a {
    color: #000;
    padding-left: 20px
}

.list-sim > li > a:hover {
    color: #FFFFFF;
}

.list-sim > li > ul > li > a {
    color: #999;
    padding-left: 35px
}
.list-sim > li > ul > li > a:hover {
    color: #feb645
}

.list-sim2 {
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.list-sim2 a {
    /*display: inline-block;*/
    border: 1px solid #CCC;
    color: #333333;
    background: #FFFFFF;
    padding: 7px 10px;
    border-radius: 6px;
    margin: 3px;
    width: calc(25% - 6px);
    font-size: 15px;
    font-weight: bold;
}
.list-sim2 a:hover {
    background: #333333;
    color: #FFFFFF;
}
.list-sim2 a.active {
    background: #333333;
    color: #FFFFFF;
}

.tab-sim td, .tab-sim th, .home-sim td, .home-sim th {
    padding: 3px;
    text-align: center
}

.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;
    font-size: 13px;
}

.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, .home-sim {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
    background-color: #ededed;
    /* padding: 0 5px; */
}

.tab-sim th {
    background: #d0d0d0;
    font-weight: 700;
    padding: 12px 5px;
    color: #000000;
    font-size: 15px;
    border-left: 1px solid #ededed;
}

.tab-sim td {
    height: 36px;
    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;
    font-size: 16px;
}

.home-sim .sosim a:hover {
    color: orangered;
}

.home-sim .giasim {
    color: red;
    font-weight: bold;
}

.simnumb {
    font-size: 18px;
    font-weight: 700
}

.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;
    width: 320px;
    padding: 10px 0;
}

.nhaplieu td {
    vertical-align: top
}

.nhaplieu input[type=text],
.nhaplieu select,
.nhaplieu textarea {
    padding: 8px;
    border: 1px solid #b9b9b9;
    width: 100%;
    box-sizing: border-box;
}

.box-body-large {
    margin-bottom: 10px;
    background: #FFFFFF;
}

.phantrang {
    margin: 10px 0
}

.phantrang a {
    background: #575757;
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.phantrang .active,
.phantrang a:hover {
    background: #333333;
    color: #FFFFFF;
}

.footer {
    margin-top: 20px;
    background: #313737;
    color: #FFFFFF;
    line-height: 22px;
}

.footer-top {
    padding: 25px 0;
    background: #333333;
    color: #FFFFFF;
}
.footer-top .ftop-in { margin: 0 auto; width: 1200px; }
.footer-top .ftop-row { }
.footer-top .ftop-item { float: left; width: 31%; padding-right: 10px; padding-left: 10px; text-align: center }
.footer-top .ftop-item .title { font-size: 16px; font-weight: bold; line-height: 32px;}
.footer-top .ftop-item img { filter: contrast(1000%) invert(100%); }

.footer-in {
    margin: 0 auto;
    width: 1170px;
    padding: 30px 0 15px 0;
}
.footer-in .left1 { float: left; width: 320px; }
.footer-in .left1 p { padding-bottom: 15px; text-align: justify; }
.footer-in .left { float: left; width: 500px; padding-left: 20px; }
.footer-in .left ul li, .box-lienhe ul li { width: 50%; float: left; padding: 10px 0; position: relative; }
.footer-in .left ul li .icon-map, .box-lienhe ul li .icon-map { position: absolute; width: 10px; height: 18px; color: #ff4242 }
.footer-in .left ul li .item, .box-lienhe ul li .item { padding-left: 15px; }
.footer-in .right { float: right; width: 320px; }
.footer-in .title, .box-lienhe .title { font-size: 22px; font-weight: bold; text-transform: uppercase; position: relative; margin-bottom: 30px; }
.footer-in .title span, .box-lienhe .title span { border-bottom: 3px solid #12891d; padding-bottom: 10px; }
.footer-in a { display: block }
.footer-in .right a {
    color: #fff;
    display: block;
    padding: 7px 0 7px 15px;
    border-bottom: 1px dashed #262b2b;
    background: url(../img/icon-li-nh.png) left no-repeat;
}

.footer .copyright { padding: 20px 0; background: #262b2b; text-align: center; color: #FFFFFF; }
.footer .copyright a { color: #FFFFFF }
.box-small2 .dathang {
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.box-small2 .dathang:last-child { border-bottom: none; margin: 0; padding: 0; }
.box-small2 .dathang .name {
    font-weight: 700
}

.box-small2 .dathang font {
    border: 1px solid;
    padding: 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.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;
}

.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: #006bb7;
    border-bottom: 3px solid #e5a914;
    color: #000000;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
}
.datmua:hover { background: #333333; color: #FFFFFF; }

.xemdt-h2 {
    font-weight: bold;
    padding: 8px 0;
    font-size: 16px;
}
.datmuasim {
    padding: 8px 26px;
    background: #333333;
    color: #FFFFFF;
    border: 0;
    border-bottom: 1px solid #2f2f2f;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}
.datmuasim:hover {
    color: #FFFFFF;
    background: #2f2f2f;
    border-bottom: 1px solid #333333;
}

.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;
}

.home-tin {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    overflow: hidden;
}
.box-logtim { background: #FFFFFF; padding: 10px; }
.box-logtim a { display: inline-block; padding: 3px 5px; background: #dfdfdf; margin-bottom: 3px; border-radius: 5px; }
.box-logtim a:hover { background: #000000; color: #FFFFFF; }
.xemthemlogtim { padding: 0 10px 10px 10px; text-align: right; }
.xemthem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.xemthem a {
    border: 1px solid #006bb7;
    color: #006bb7;
    border-radius: 5px;
    padding:5px 10px;
}
.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; margin: 10px 0; line-height: 2.5em }
.box-support p { padding: 3px 0; }
.box-support .hotline {
    font-size: 22px; font-weight: bold; line-height: 35px; color: red;
}
.box-support .time {
    font-size: 16px; font-weight: bold;
}
.box-support .thank {
    font-size: 16px; font-weight: bold;
}
.box-simns {
    background: #FFFFFF;
    padding:10px 20px;
    margin-bottom: 10px;
    border: 1px solid #DDDDDD;
}
.box-simns a {
    float: left;
    width: 25%;
    background: #FFFFFF;
    padding:10px 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.subsimns { margin-top: 6px; }
.subsimns a {
    float: left;
    width: 14%;
    background: #FFFFFF;
    padding:10px 20px;
    box-sizing: border-box;
    font-weight: bold;
}
.simns-thang { background: #cccccc; padding: 5px; margin-bottom: 3px; }
.chonns { background: #FFFFFF; margin-bottom: 10px; }
.home-tin-thumb {
    float: left;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
}

.home-tin-thumb span {
}

.home-tin-thumb img {
    max-width: 100px;
    vertical-align: middle;
}
.home-tin-title { line-height: 18px; }
.home-tin-title h3 {
    font-weight: bold;
}

.home-tin-title .date {
    color: #666666;
}

.seo-link {
    border: 1px solid #DDDDDD;
    padding: 10px;
    max-height: 140px;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    line-height: 22px;
    margin-bottom: 10px;
}
.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: #333333;
    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 #333333;
    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 { font-weight: bold; color: red }
.locnhanh .macdinh { border-bottom: 1px solid #DDDDDD; }

/* CSS Sim Năm Sinh */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    /* color: black; */
    /* text-align: center; */
    padding: 3px 5px;
    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: 1px solid #ccc;
    border-top: none;
}

.home-listsim {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px 5px;
    box-sizing: border-box;
}
.home-listsim:after { content: ""; clear: both; display: block }
.home-listsim > .col-3 {
    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;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-size: 18px;
}
.home-listsim .item.last {
    background: #333333;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.home-listsim .item:hover { border: 1px solid #333333; }
.home-listsim .item:hover {
    border: 1px solid #000000;
}
.home-listsim .item.last:after {
    content: '' !important;
    background: transparent;
}
.home-listsim > .col-6 > .item {
    height: 122px;
}

@font-face {
    font-family: "UKNumberPlate";
    src: url('../UKNumberPlate.ttf');
}
.home-listsim .item .bienso {
    display: flex;
    flex-direction: column;
    line-height: normal;
}
.home-listsim .item .bienso .bien {
    background: url("../img/bg-bienso.png") center no-repeat transparent;
    background-size: contain;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: "UKNumberPlate", sans-serif;
}
.home-listsim .item .bienso .tt {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #333333;
}
.home-listsim .item .bienso .gia {
    color: red;
    font-size: 14px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-listsim .item .bienso .gia .goc {
    font-size: 9px;
    color: #333333;
    text-decoration: line-through;
}

.box-ns {
    background: #FFFFFF;
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 10px;
}
.box-ns:after { content: ''; clear: both; }
.box-ns > ul > li {
    display: inline-block;
    width: 32%;
}
.box-ns > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    border-radius: 5px;
}

.sitechatzalo {
    position: fixed;
    left: 20px;
    bottom: 68px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0,0,0,.5);
    background: #2196F3;
    border-radius: 50px;
    color: #000000;
    height: 37px;
    line-height: 37px;
    padding: 0 20px 0 46px;
    font-size: 20px;
    font-weight: bold;
}

.sitechatzalo a { color: #FFFFFF; position: relative; display: block; padding-top: 2px; }
.sitechatzalo a:hover { color: #edea00; }
.sitechatzalo .iczalo {
    width: 39px;
    height: 39px;
    background: url(../img/iczalo.png) center no-repeat #0072b2;
    position: absolute;
    top: -1px;
    left: -47px;
    border-radius: 50%;
    -webkit-animation: Rotate 1300ms linear 1300ms 5;
    animation: Rotate 1300ms linear 1300ms 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
.sitechatzalo.facebook {
    bottom: 117px;
    background: #0043ff;
}
.sitechatzalo.facebook .iczalo {
    background: url(../img/fb_mess_icon.png) center no-repeat #FFFFFF;
    background-size: 28px;
}
.slidehotline {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0,0,0,.5);
    background: #006bb7;
    border-radius: 50px;
    color: #FFFFFF;
    height: 37px;
    line-height: 37px;
    padding: 0 20px 0 46px;
    font-size: 20px;
    font-weight: bold;
}
.slidehotline a { color: #FFFFFF; position: relative; display: block; padding-top: 2px; }
.slidehotline a:hover { color: #edea00; }
.slidehotline .icphone {
    width: 32px;
    height: 32px;
    padding: 5px;
    background: url(../img/icphone.png) center no-repeat #d90000;
    position: absolute;
    top: 2px;
    left: -43px;
    border-radius: 50%;
    -webkit-animation: Rotate 1300ms linear 1300ms 5;
    animation: Rotate 1300ms linear 1300ms 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
@-webkit-keyframes Rotate {
    0% {
        -webkit-transform:rotate(0deg);
    }
    4% {
        -webkit-transform:rotate(-45deg);
    }
    8% {
        -webkit-transform:rotate(0deg);
    }
    12% {
        -webkit-transform:rotate(-45deg);
    }
    16% {
        -webkit-transform:rotate(0deg);
    }
    20% {
        -webkit-transform:rotate(-45deg);
    }
    24% {
        -webkit-transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(0deg);
    }
}
@keyframes Rotate {
    0% {
        transform:rotate(0deg);
    }
    4% {
        transform:rotate(-45deg);
    }
    8% {
        transform:rotate(0deg);
    }
    12% {
        transform:rotate(-45deg);
    }
    16% {
        transform:rotate(0deg);
    }
    20% {
        transform:rotate(-45deg);
    }
    24% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(0deg);
    }
}
.overlay {
    z-index: 1;
    background: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.page-step { margin-bottom: 10px; }
