.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
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: Arial;
    font-size: 13px;
    line-height: 20px;
    background: #EEEEEE;
}

a {
    text-decoration: none;
    color: #9c0000;
}

a:hover {
    color: #000000;
}

.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; }
/*a:visited {*/
    /*color: #8a2be2*/
/*}*/

.clear {
    clear: both
}

.header {
    background: #FFFFFF;
}
.hd-menu-fixed { width: 100%; }
.header-in {
    margin: 0 auto;
    width: 1170px;
    height: 130px;
    overflow: hidden;
    position: relative;
}
.header-in .icon-menu-left { display: none; position: absolute;
    top: 17px; right: 20px; cursor: pointer;
    width: 35px; height: 35px; background: url("../img/icon-menu-left.png") center no-repeat }
.header-in .icon-menu-right {
    display: none; position: absolute;
    top: 46px; left: 18px; cursor: pointer;
    width:48px; height:50px; background: url("../img/logoami-mb2.png") center no-repeat }
.logo {
    float: left;
    padding: 15px 0 10px 0;
}
.menu-tim {
    text-align: center;
    padding-top: 9px;
    align-items: center;
    justify-content: center;
    display: none;
}
.menu-tim form {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 8px;
}
.menu-tim input {
    padding-left: 8px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 15px;
    font-weight: bold;
}
.menu-tim button img { width: 90%; vertical-align: middle; }
.menu-tim button {
    background: #ad0909;
    border: none;
    position: absolute;
    right: 0;
    height: 34px;
    width: 34px;
    color: #FFF;
}
.qc {
    float: right;
    padding-top: 26px;
}
.qc div { display: inline-block; }
.menu-hd {
    /*color: #8b8b8b;*/
    background: #f2f2f5;
}

.menu-hd-in {
    margin: 0 auto;
    width: 1170px;
    padding: 12px 0;
}
.menu-hd-in ul { font-size: 13px; }
.menu-hd-in ul li { display: inline-block; width: 33%; text-align: center; }
.menu-hd-in ul li:first-child { text-align: left; }
.menu-hd-in ul li:last-child { text-align: right; }
.menu-hd-in ul li a { color: #000000; }
.menu-hd-in ul li a:hover { color: #ad0909; }
.menu-hd-in ul li img { vertical-align: text-top; fill: white }

.menu-out { background: #2f2f2f; }

.menu {
    margin: 0 auto;
    width: 1170px;
}

.menu > ul > li {
    float: left;
    position: relative;
}

.menu > ul > li:first-child a {
    border-left: none;
}

.menu > ul > li:last-child a {
    border-right: none;
}

.menu > ul > li > a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    border-left:1px solid #000000;
    border-right:1px solid #494949;
}

.menu > ul > li > a:hover {
    background: #840404;
}

.menu > ul > li:hover > ul {
    display: block;
}

.menu > ul > li > ul {
    position: absolute;
    display: none;
    z-index: 1;
}

.menu > ul > li > ul > li > a {
    float: left;
    width: 180px;
    background: #000000;
    color: #FFF;
    padding: 3px 10px;
    border-bottom: 1px solid #333333;
}

.menu > ul > li > ul > li > a:hover {
    color: #FFFFFF;
    background: #9c0000;
    font-weight: bold;
}
.banner { text-align: center; background:url("../img/banner_bg.png") repeat-x; line-height: 0; }
.banner img { max-width: 100%; }

.banner-right img { max-width: 100%; display: block; border-radius: 10px; margin-bottom: 5px; }

.home-top {
    display: flex;
    margin: 0 auto;
    width: 1170px;
    padding: 10px 0;
}
.home-top > div { width: 50%; }
.home-top > div:first-child { margin-right: 10px; }
.home-top .boxns {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    padding: 8px;
    box-sizing: border-box;
}

.home-banner {
    margin: 0 auto;
    width: 1170px;
    display: flex;
}
.home-banner img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 8px;
    border-radius: 5px;
}
.home-banner .line01 {
    width: 50%;
    margin-right: 10px;
}
.home-banner .line02 {
    width: 50%;
}

.content-in {
    margin: 0 auto;
    width: 1170px;
    padding-top: 10px;
}

.box-admin,
.box-mid,
.box-small1,
.box-small2,
.box-xemsim {
    border: 1px solid #DDD;
    padding: 10px
}
.box-xemsim { background: #FFFFFF; }
.box-xemsim ul {
    list-style: disc;
    margin-left: 30px;
}
.box-xemsim .line { padding: 20px 0; border-bottom: 1px solid #DDDDDD; }
.box-xemsim .sosim { font-size: 20px; font-weight: bold; color: #343434; padding-bottom: 5px; }
.box-xemsim .line .thongtin { display: flex; }
.box-xemsim .line .thongtin div { width: 100%; }
.box-xemsim .line .thongtin div:first-child {
    border-right: 1px solid #DDDDDD;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-xemsim .line .info { font-size: 16px; padding-bottom: 5px; padding-left: 20px; }
.box-xemsim .line .info .first { width: 90px; display: inline-block; }
.box-xemsim .line .info .txt { color: #000000; font-weight: bold; }
.box-xemsim .line:first-child { padding-top: 0; }
.box-loaisim {
    width: 1170px;
    margin:0 auto;
}

.nut-mua-sim { background: url("../img/nut-mua-sim.png") no-repeat; width: 111px; height: 37px; border: none !important; cursor: pointer; }
.nut-mua-ngay { border: none; padding: 0; margin: 0; background: transparent; text-align: center; }
.nut-dat-mua, .nut-mua-ngay { cursor: pointer; }
.nut-trapt {
    background: url("../img/nut-trapt.png") no-repeat;
    width: 135px;
    height: 44px;
    border: none !important;
    cursor: pointer;
}
.box-muatragop {
    display: none;
    position: fixed;
    left: 45%;
    top: 45%;
    width: 300px;
    height: auto;
    background: url("../img/bg-tg.jpg") center top #af0012;
    z-index: 9999;
    padding: 20px;
    border: 2px solid #CCCCCC;
    color: #FFFFFF;
}
.box-muatragop .close { position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url("../img/close-icon.png") center no-repeat;
}
.box-muatragop .btn-tg { cursor: pointer; }
.box-muatragop > div { padding: 5px 0; }
.box-muatragop .btn-dong {
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
    width: 100%;
    color: red;
    background: #fff;
    border: none;
}
.admin-page {
    margin: 50px 0
}

.col-left,
.col-mid {
    float: left;
    margin-right: 20px
}

.box-body-small,
.box-xemsim {
    margin-bottom: 10px
}
.box-body-small { background: #FFFFFF; }
.col-left {
    width: 830px;
}

.col-right {
    float: left;
    width: 320px;
}

.box-xemsim h3 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 700
}

.box-mid,
.box-small1,
.box-small2 {
    margin-bottom: 10px;
    background: #FFFFFF;
}
.box-nganhang {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
}
.box-nganhang ul { padding-top: 15px; }
.box-nganhang ul li {
    background: url("../img/icon-box-nh.png") left 5px no-repeat;
    padding-left: 15px;
    padding-bottom: 10px;
}
.box-nganhang ul li:last-child { padding-bottom: 0; }
.box-small2 {
    line-height: 22px
}

.box-admin {
    min-height: 300px
}

.box-title {
    background: #ad0909;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 0;
    border-radius: 8px 8px 0 0;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.box-title .text { text-transform: uppercase; }
.box-title .small { font-weight: normal; }
.box-title > span {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    display: inline-block;
    vertical-align: middle;
}
.box-title .icon-s {
    background: url("../img/icon_search.png") left no-repeat;
}
.box-title .icon-nh {
    background: url("../img/icon-nh.png") left no-repeat;
    padding-left: 45px;
}
.box-title .icon-sp {
    background: url("../img/icon-sp.png") left no-repeat;
}
.box-title .icon-ds {
    background: url("../img/icon_ds.png") left no-repeat;
}
.box-title .icon-news {
    background: url("../img/icon-news.png") left no-repeat;
    padding-left: 45px;
}
.box-title .icon-xemsim {
    background: url("../img/icon-xemsim.png") left no-repeat;
    padding-left: 45px;
}
.box-title .icon-ns {
    background: url("../img/icon-ns.png") left no-repeat;
}
.box-title .icon-hdtrapt {
    background: url("../img/icon-hdtrapt.png") left no-repeat;
}
.box-title .icon-lh {
    background: url("../img/icon-lh.png") left no-repeat;
}
.box-title .xemthem {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 0;
}
.showfull {
    background: rgba(255,255,255,0.9); padding: 15px 0; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; font-weight: bold; color: #ad0909;
    cursor: pointer;
}
.box-title > .click { vertical-align: middle; }
.box-an { display: none; }
.box-an-top { margin-top: 10px; }
.box-search { padding: 20px; border-top:none; display: none; background: #FFFFFF; }
.box-search.active { display: block; }
.box-search .line { border-bottom: 1px solid #DDDDDD; padding: 10px 0; }
.box-search .line:first-child { padding-top: 0; }
.box-search .line label { cursor: pointer; }
.box-search .line .mang label { padding-right: 30px; }
.box-search .mang { float: left; width: 780px; border-right: 1px solid #DDDDDD; margin-right: 20px; }
.box-search .mang img { vertical-align: middle; padding-bottom: 10px; height: 50px; }
.box-title .keytim { }
.box-title .keytim .timnc { vertical-align: middle; cursor: pointer; padding-left: 10px; }
.box-title .key { border: 1px solid #888888; height: 36px; width: 250px; background: #ededed;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}
.box-title .key:focus { border: 1px solid #ad0909; outline: none; }
.box-title-cl {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}
.box-search .nuttim, .box-title .nuttim {
    width: 129px;
    height: 44px;
    border: none;
    background: url("../img/nuttim.png") center no-repeat;
    vertical-align: middle;
    padding: 0;
}
.box-search .loaisim { float: left; width: 780px; border-right: 1px solid #DDDDDD; margin-right: 20px; }
.box-search .loaisim label { width: 25%; float: left; }
.box-search .loaigia p { padding-bottom: 3px; }
.box-search .dauso { padding-top: 10px; }
.box-search .sgia { padding: 6px 10px; border-radius: 5px; border: 1px solid #DDDDDD; width: 136px; }
.box-search .sgia:focus { border: 1px solid #ad0909; outline: none; }
.box-search .lastline { padding-top: 10px; }
.box-search .kobg {
    float: left; width: 780px; border-right: 1px solid #DDDDDD; margin-right: 20px;
}
.box-search .kobg label { padding: 0 18px; }
.box-search .diem {
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    width: 100px;
}
.box-search .diem:focus { border: 1px solid #ad0909; outline: none; }
.box-search .bochon { font-weight: bold; font-size: 16px; }
.box-search .bochon img { vertical-align: middle; }
.box-search .sphongthuy { display: flex; }
.box-search .sphongthuy label { line-height: 46px; padding-right: 10px; }
.box-search .sphongthuy label img { vertical-align: middle }
.box-search .dangchon { float: left; width: 780px; border-right: 1px solid #DDDDDD; margin-right: 20px;
    font-size: 18px; font-weight: bold;
    padding: 10px 0;
    color: #ad0909;
}

.box-search-mb { display: none; background: url("../img/bg-tk-mb.jpg"); background-size: cover; }
.box-search-mb .nhap-out { padding: 20px; height: 48px; }
.box-search-mb .nhap { position: relative; }
.box-search-mb .nhap .keymb { width: 100%; height: 59px; border-radius: 5px; position: absolute; background: #fff; overflow: hidden; }
.box-search-mb .nhap .keymb input { width: 90%; height: 58px; border: none; margin: 0 10px; font-size: 18px; }
.box-search-mb .nhap .keymb input:focus { outline: none; }
.box-search-mb .nhap .nut-tk-mb { position: absolute; right: 0; top:0; width: 75px; height: 59px; background: url("../img/nut-tk-mb.png"); border: none;  }
.box-search-mb .tim-kiem-nc-mb { text-align: center; padding: 5px 0;}

.box-trapt {
    background: url("../img/bg-tra-spt.png") center no-repeat;
    background-size: cover;
    height: 260px;
    margin-bottom: 10px;
}
.box-trapt .nhap-trapt { padding-left: 250px; padding-top: 20px; line-height: 40px; }
.box-trapt .nhap-trapt span { width: 150px; display: inline-block; }
.box-trapt .nhap-trapt input, .box-trapt .nhap-trapt select { border: 1px solid #DDDDDD; padding: 5px 10px; border-radius: 5px; }
.box-trapt .nhap-trapt input:focus, .box-trapt .nhap-trapt select:focus { border: 1px solid #ad0909; outline: none; }
.box-simns {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    display: block;
    height: 200px;
    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;
}
.box-thong-ke td {
    padding: 3px 0
}
.box-lienhe {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #DDD;
}
.box-lienhe .senlh { display: flex; }
.box-lienhe .senlh div { width: 100%; }
.box-lienhe .senlh div:first-child { margin-right: 20px; }
.box-lienhe .senlh p { padding: 5px 0; }
.box-lienhe .senlh input, .box-lienhe .senlh textarea { width: 100%; padding: 5px; box-sizing: border-box; }

.box-timns {
    border: none;
    background: url(../img/timns_bg.png) center #ad0909;
    background-size: cover;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    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;
}
.sim-nhamang { }
.sim-nhamang .icon-vt { background: url(../img/mang-vtm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-vn { background: url(../img/mang-vnpm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-mb { background: url(../img/mang-mbm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-vnm { background: url(../img/mang-vnmm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-gm { background: url(../img/mang-gmm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-it { background: url(../img/mang-itelecom.png) 0 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-rd { background: url(../img/mang-reddi.png) 0 0 no-repeat #FFFFFF; }
.sim-nhamang .icon-cd { background: url(../img/mang-hpm.png) -23px 0 no-repeat #FFFFFF; }
.sim-nhamang .icon { background-position-y: center; padding: 10px 0 10px 36px; }
.sim-nhamang li { float: left; width: 50%; }
.sim-nhamang li a {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    margin: 2px;
    background: #FFFFFF;
}
.sim-nhamang li a:hover { color: #9c0000; }
.sim-nhamang li:last-child a { border-bottom: none; }

.ctv-list li { }
.ctv-list li a {
    display: block;
    padding: 10px 0 10px 25px;
    font-weight: bold;
    font-size: 14px;
    background: url(../img/li-a-simcard.png) left no-repeat;
    color: #000000;
}
.ctv-list li a:hover { color: #9c0000; }


.list-sim .no-icon {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    background: #FFF;
    padding: 5px;
    border-radius: 10px;
    margin:0 2px;
    border: 1px solid #CCCCCC;
}
.list-sim .icon-1 { background: url(../img/list-sim-ic-2020.png) 0 0 no-repeat; }
.list-sim .icon-2 { background: url(../img/list-sim-ic-2020.png) -50px 0 no-repeat; }
.list-sim .icon-3 { background: url(../img/list-sim-ic-2020.png) -100px 0 no-repeat; }
.list-sim .icon-4 { background: url(../img/list-sim-ic-2020.png) -150px 0 no-repeat; }
.list-sim .icon-5 { background: url(../img/list-sim-ic-2020.png) -200px 0 no-repeat; }
.list-sim .icon-6 { background: url(../img/list-sim-ic-2020.png) -250px 0 no-repeat; }
.list-sim .icon-7 { background: url(../img/list-sim-ic-2020.png) -300px 0 no-repeat; }
.list-sim .icon-8 { background: url(../img/list-sim-ic-2020.png) -350px 0 no-repeat; } /* { background: url(../img/list-sim-ic-50.png) -210px 0 no-repeat; } */
.list-sim .icon-9 { background: url(../img/list-sim-ic-2020.png) -400px 0 no-repeat; }
.list-sim .icon-10 { background: url(../img/list-sim-ic-2020.png) -450px 0 no-repeat; }
.list-sim .icon-11 { background: url(../img/list-sim-ic-2020.png) -500px 0 no-repeat; }
.list-sim .icon-12 { background: url(../img/list-sim-ic-2020.png) -550px 0 no-repeat; }
.list-sim .icon-13 { background: url(../img/list-sim-ic-2020.png) -600px 0 no-repeat; }
.list-sim .icon-14 { background: url(../img/list-sim-ic-2020.png) -650px 0 no-repeat; }
.list-sim .icon-15 { background: url(../img/list-sim-ic-2020.png) -700px 0 no-repeat; }
.list-sim .icon-16 { background: url(../img/list-sim-ic-2020.png) -750px 0 no-repeat; }
.list-sim .icon-17 { background: url(../img/list-sim-ic-2020.png) -800px 0 no-repeat; } /*{ background: url(../img/list-sim-ic-50.png) -120px -30px no-repeat; }*/
.list-sim .icon-18 { background: url(../img/list-sim-ic-2020.png) -850px 0 no-repeat; }
.list-sim .icon-19 { background: url(../img/list-sim-ic-2020.png) -900px 0 no-repeat; }
.list-sim .icon-20 { background: url(../img/list-sim-ic-2020.png) -1000px 0 no-repeat; }
.list-sim .icon-21 { background: url(../img/list-sim-ic-2020.png) -1050px 0 no-repeat; }
.list-sim .icon-ns { background: url(../img/list-sim-ic-2020.png) -950px 0 no-repeat; }
.list-sim .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 3px;
    border: 1px solid #ad0909;
    border-radius: 10px;
}

.list-sim { }

.list-sim > li {
    width: 24.76%;
    /* float: left; */
    display: inline-block;
}

.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 {
    border-bottom: 1px solid #FFF
}

.list-sim > li:hover {
    background: #EEE
}

.list-sim > li > a {
    color: #000;
    padding-left: 20px;
    position: relative;
}

.list-sim > li > a:hover {
    color: #ff6a00
}

.list-sim > li > ul > li > a {
    color: #999;
    padding-left: 35px
}

.list-sim > li > a > .txt {
    vertical-align: middle;
    line-height: 16px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 62px;
}

.tab-sim td, .tab-sim th, .home-sim td, .home-sim th {
    border: 1px solid #DDD;
    padding: 3px;
    text-align: center
}

.list-sim > li > ul > li > a:hover {
    color: #feb645
}

.active-menu a {
    color: #dd5131 !important
}

.tab-sim, .home-sim {
    border: 1px solid #DDD;
    width: 100%;
    background: #FFFFFF;
}

.tab-sim th {
    background: #DDDDDD;
    font-weight: 700;
    vertical-align: middle;
}

.tab-sim td {
    height: 33px;
    vertical-align: middle;
    position: relative;
}

.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: 20px;
    font-weight: 700
}
.simnumb a { color: #000000; }
.giasim { font-size: 12px; }
.goicuoc {
    position: absolute;
    right: 10px;
    font-size: 10px;
    bottom: -4px;
    color: #333333;
}
.nhamang { width: 100px; }
.nhamang-viettel {
    background: url(../img/mang-vt.png) center no-repeat
}
.nhamang-mobifone {
    background: url(../img/mang-mb.png) center no-repeat
}
.nhamang-vinaphone {
    background: url(../img/mang-vn.png) center no-repeat
}
.nhamang-gmobile {
    background: url(../img/mang-gm.png) center no-repeat
}
.nhamang-vietnamobile {
    background: url(../img/mang-vnm.png) center no-repeat
}
.nhamang-mayban {
    background: url(../img/mang-hp.png) center no-repeat
}

.nhaplieu {
    border-collapse: separate;
    border-spacing: 10px;
    margin: 0 auto;
    max-width: 370px;
}

.nhaplieu td {
    vertical-align: top
}
.nhaplieu input, .nhaplieu textarea, .nhaplieu select { border: 1px solid #DDDDDD; padding: 10px; box-sizing: border-box; }
.nhaplieu input[type="text"], .nhaplieu textarea, .nhaplieu select { width: 100%; font-size: 16px; }
.box-body-large {
    margin-bottom: 10px;
}

.phantrang {
    margin: 10px 0
}

.phantrang a {
    padding: 5px 9px;
    background: #000000;
    margin-right: 5px;
    color: #FFFFFF;
    font-weight: 700;
    float: left;
    margin-bottom: 5px
}

.phantrang .active,
.phantrang a:hover {
    color: #ffde00;
}

.footer {
    margin: 0 auto;
    background: #FFFFFF;
    color: #000000;
    width: 100%;
    border-top: 3px solid #ad0909;
}
.footer-in {
    margin: 0 auto;
    width: 1170px;
    padding: 50px 0 30px 0;
    background: #FFFFFF;
    display: flex;
    box-sizing: border-box;
}
.footer-in > div { width: 100%; padding-right: 10px; }
/*}*/
/*.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; }*/
.box-lienhe ul li .icon-map { position: absolute; width: 10px; height: 18px; background: url("../img/icon-li-nh.png") left no-repeat; }
.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; color: #ad0909 }
.footer-in .title span, .box-lienhe .title span { border-bottom: 3px solid #000000; padding-bottom: 10px; }
.footer-in ul li a {
    color: #ad0909;
    display: block;
    padding: 7px 0 7px 15px;
    background: url(../img/icon-li-nh.png) left no-repeat;
}
.copyright { background: #ad0909; color: #FFFFFF; text-align: center; }
.copyright .copyright-in { width: 1170px; margin: 0 auto; background: #ad0909; padding: 10px 0; }
.copyright .copyright-in .chinhsach a { color: #FFFFFF; }


.dathang { padding: 20px; background: #FFFFFF; }
.dathang > div {
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    padding-bottom: 10px
}
.dathang > div:last-child { border: none; padding: 0; }
.dathang .khach {
    float: left;
    margin-right: 20px;
    padding-top: 22px;
}
.dathang .khach img { width: 45px; height: 45px; }
.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-size: 12px;
    font-weight: 700
}

#remaxacnhan {
    cursor: pointer;
    vertical-align: super;
}

.tin-tuc-h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.tin-tuc-des {
    line-height: 23px;
    font-size: 14px
}
.tin-tuc-des a {
    color: #003de8;
}
.tin-tuc-des p {
    padding-bottom: 10px
}

.tin-tuc-des img {
    max-width: 100%;
    height: auto;
    padding: 10px 0
}

.tin-tuc-des ul {
    list-style: inherit;
    margin-left: 40px;
    margin-bottom: 10px
}

.tin-tuc-social {
    padding-bottom: 10px;
}

.tin-tuc-cate {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    margin-top: 15px;
}

.page-step {
    padding-bottom: 10px;
    display: none;
}

.tin-tuc-cate h2 {
    margin-bottom: 2px !important
}

.tin-tuc-cate .chitiet {
    text-align: right
}

.tin-tuc-cate .date {
    color: #000000;
}

.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 {
    border: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}

.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 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 .date {
    color: #999999
}

.tinlienquan {
    margin-left: 30px;
    list-style: inherit
}

.tin-tuc-cm a {
    float: left;
    width: 50%;
}

.tin-tuc-cm .cm_item {
    margin: 10px;
    background: #9c0000;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

.tin-tuc-cm .cm_item:hover {
    background: #000000;
}

.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-left: 15px;
    padding-right: 5px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.boxdauso a {
    float: left;
    width: 16%;
    line-height: 25px;
    font-weight: bold;
    background: url(../img/icon-li-ns.png) left no-repeat;
    padding-left: 15px;
    padding-right: 5px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.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;
    font-size: 14px;
    padding: 5px 0px;
    text-transform: uppercase;
}

.ft-tab ul {
    margin-left: 30px;
    list-style: inherit
}

.ft-tab ul li a {
    color: #9c0000
}

.ft-tab ul li a:hover {
    color: #fa0202
}

.ft-res {
    border-top: 1px solid #777777;
    padding-top: 10px;
    margin-top: 10px;
}

.box-dau-so {
    margin: 0 auto;
    padding: 0 10px;
}

.box-dau-so img {
    width: 100%;
    padding-top: 10px;
}

.text-left {
    text-align: left !important
}

.ds-active {
    color: #000000 !important;
    font-weight: 700
}

.datmua {
    cursor: pointer; opacity: 0.8;
    display: inline-block;
    background: url(../img/datmua.png) center no-repeat;
    width: 93px;
    height: 32px;
}

.datmua:hover { opacity: 1; }

.xemdt-h2 {
    font-weight: bold;
    padding: 5px 0;
    font-size: 14px;
}

.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%;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.footer-menu {
    margin: 0 auto;
    padding: 5px 0px;
    background: #000000;
    text-align: center;
    font-size: 12px;
    color: #ffde00;
}

.footer-menu a {
    color: #FFFFFF;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: bold;
}

.footer-menu a:hover {
    color: #ffde00;
}

#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-out {
    padding: 10px;
    background: #ffffff;
    display: flex;
    margin-bottom: 10px;
}
.home-tin {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    overflow: hidden;
    width: 100%;
    margin-right: 10px;
}
.home-tin-out .home-tin:last-child {
    margin-right: 0;
}
.box-small1 .home-tin:first-child {
    padding-top: 0;
}

.box-small1 .home-tin:last-child {
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 0px;
}
.box-support { text-align: center; font-size: 14px; }
.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-support .icon-sp-hotline { text-align: center; display: block; }
.box-support .list-hotline { padding-bottom: 20px; }
.box-support .list-hotline table { width: 100%; margin-bottom: 10px; }
.box-support .list-hotline table:last-child { margin-bottom: 0; }
.box-support .list-hotline table .left { vertical-align: middle; width: 60px; border-right: 1px solid #ddd; }
.box-support .list-hotline table .right { text-align: left; padding: 0 15px; }
.box-support .list-hotline a {
    border-radius: 8px;
    font-weight: bold;
    color: black;
    font-size: 20px;
    display: block;
    padding: 4px 0;
}
.box-support .list-hotline .gopy { font-size: 0.82em; color: red; }
.box-support .list-hotline .imgnv { width: 40px; }
.home-tin-thumb {
    overflow: hidden;
    padding: 2px;
    border: 1px solid #DDDDDD;
}
.home-tin-thumb img {
    width: 100%;
    vertical-align: middle;
}

.home-tin-title h3 {
    font-size: 13px;
    font-weight: bold;
}

.home-tin-title .date {
    font-size: 10px;
    color: #000000;
    text-transform: uppercase;
}

.block-tintuc .col-6 {
    width: 545px;
    float: left;
    display: inline-block;
}

.block-tintuc .col-6:first-child {
    margin-right: 10px;
}

.seo-link {
    border: 1px solid #DDDDDD;
    padding: 10px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}
.seo-link a {
    color: #003de8;
}
.seo-link .video {
    float: left;
    width: 200px;
    height: 113px;
    margin-right: 10px;
    overflow: hidden;
}
.seo-link img { max-width: 100%; height: auto }
.seo-link iframe { max-width: 100%; }

.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;
}
.timkiem { margin: 0 auto; width: 1170px; padding-top: 10px; }
.mobile-hide { }
.mobile-show { display: none; }
.cac-dich-vu-mb { display: none; text-align: center; padding: 20px; background: #FFFFFF; }
.cac-dich-vu-mb img { max-width: 100%; }

/* Menu top */
.overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.leftmenu {
    position: fixed;
    width: 70%;
    height: 100%;
    background: #222222;
    z-index: 11;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    left: -70%;
}
.leftmenu::-webkit-scrollbar {
    display: none;
}
.leftmenu ul li { position: relative; }
.leftmenu ul li a {
    border-bottom: 1px solid #0c0c0c;
    display: block;
    font-size: 15px;
    padding: 10px 0 10px 10px;
    overflow: hidden;
    color: #FFFFFF;
}
.leftmenu ul li .sub { position: absolute; right: 10px; top: 10px; font-size: 20px; color: #FFFFFF; }
.leftmenu ul li ul { display: none; font-size: 12px; background: #222222; }
.leftmenu ul li ul li a { border-bottom: 1px solid #383838; }
.leftmenu .dongmenu { padding-top: 10px; text-align: center; }
.leftmenu .icon {
    display: inline-block;
    background: url("../img/menu_mobile_bg.png") left;
    width: 28px;
    height: 28px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
}
.leftmenu .icon-home { }
.leftmenu .icon-tragop { background:url("../img/icon-tragop.png") center no-repeat; background-size: 26px; }
.leftmenu .icon-datsim { background-position: -28px 0; }
.leftmenu .icon-hd { background-position: -56px 0; }
.leftmenu .icon-dv { background-position: -84px 0; }
.leftmenu .icon-nm { background-position: -112px 0; }
.leftmenu .icon-ls { background-position: -140px 0; }
.leftmenu .icon-tt { background-position: -168px 0; }
.leftmenu .icon-lh { background-position: -196px 0; }
.leftmenu .icon-th { background-position: -224px 0; }
.leftmenu .icon-dn { background-position: -252px 0; }

.activemenul { left: 0; }
.activemenur { right: 0; }
.menuFixed { }

.subsimns a {
    float: left;
    width: 25%;
    line-height: 25px;
    font-size: 13px;
}
.simns-thang { background: #cccccc; padding: 5px; margin-bottom: 3px; }
.simns-ngay { margin-left:30px; }
.simns-ngay li {
    float: left;
    width:25%;
    list-style: initial;
}
.chonns { background: #FFFFFF; margin-bottom: 10px; }
.locsim { display: flex; padding-bottom: 10px; }
.locsim select {
    width: 100%;
    margin-right: 10px;
    padding: 8px;
}
.locsim select:last-child { margin-right: 0; }
.locsim2 { background: #FFFFFF; border: 1px solid #DDD; }
.locsim2 > ul { display: flex; }
.locsim2 > ul > li {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}
.locsim2 > ul > li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #ad0909;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.locsim2 > ul > li:hover > ul { display: block; }
.locsim2 > ul > li > ul {
    display: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    min-width: 150px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    z-index: 1;
    position: absolute;
    top: 40px;
    left: 0;
}
.locsim2 > ul > li > .txtactive { font-weight: bold; color: red; }
.locsim2 > ul > li > ul > li > a {
    display: block;
    cursor: pointer;
    color: #000000;
    border-bottom: 1px solid #EEEEEE;
    line-height: 32px;
}
.locsim2 > ul > li > ul > li > a:hover { color: #9c0000; }
.locsim2 > ul > li > ul > li > a:last-child { border-bottom: none; }
.locsim2 > ul > li > ul > li > a.active {
    font-weight: bold;
    color: red;
}
.locsim2 > ul > li > ul > li > a.tatca {
    border-bottom: 1px solid #DDDDDD;
}
.anhsim { text-align: center; }
.anhsim img { max-width: 100%; }
.chat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 66px;
    height: 65px;
    background: url("../img/chat2019.png") center no-repeat transparent;
    cursor: pointer;
}
.chat .numb {
    position: absolute;
    bottom: 0;
    right: 12px;
    color: #FFFFFF;
    font-weight: bold;
}
/*.mobile-ctv {*/
/*    position: fixed;*/
/*    left: 20px;*/
/*    bottom: 20px;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    background: url("../img/phone_w.png") center no-repeat #f6001d;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*}*/
/*.mobile-ctv-hotline  {*/
/*    position: fixed;*/
/*    left: 20px;*/
/*    bottom: 88px;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0 5px 30px rgba(0,0,0,.16);*/
/*    display: none;*/
/*    border-radius: 20px;*/
/*    z-index: 99;*/
/*    overflow: hidden;*/
/*}*/
/*.mobile-ctv-hotline .title {*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*    padding-bottom: 5px;*/
/*}*/

.ctvchonsim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: auto;
    padding: 10px;
}
.ctvmenu { display: none; z-index: 9999999999; }

.box-in {
    text-align: right !important;
    background: #777777 !important;
    color: #FFF;
    padding: 5px !important;
}
.box-in > .slprint {
    display: inline-block;
    text-align: right;
    /* position: absolute; */
    right: 10px;
    top: 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.box-in > .slprint input { vertical-align: middle; }
.box-in > .print {
    display: inline-block;
    text-align: left;
    width: 40px;
    height: 24px;
    line-height: 24px;
    background: url(../img/print.png) right no-repeat;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}
.box-in > .printgoc {
    display: inline-block;
    text-align: left;
    width: 66px;
    height: 24px;
    line-height: 24px;
    background: url(../img/print.png) right no-repeat;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}
.box-in > .eye {
    display: inline-block;
    text-align: left;
    width: 73px;
    height: 24px;
    line-height: 24px;
    background: url(../img/icon-eye.png) right no-repeat;
    cursor: pointer;
    font-size: 12px;
    margin-right: 10px;
}

.listnew { }
.listnew > li {
    display: inline-block;
}
.listnew > li > a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-right: 3px;
    position: relative;
    width: 188px;
    min-height: 66px;
}
.listnew > li > a:hover {
    border: 1px solid #e9b964;
}
.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; font-size: 18px; padding-bottom: 4px; color: #000000 }
.listnew > li > a > .info > .gia { font-size: 14px; color: #000000; line-height: normal; }
.listnew > li > a > .info > .gia > .giaw { font-size: 12px; padding-right: 5px; font-weight: bold; }
.listnew > li > a > .info > .gia > .giab { color: green; font-weight: bold }
.box-mang-body {
    background: #FFFFFF;
    padding: 20px 19px 10px 22px;
    border: 1px solid #DDD;
}
.box-mang-body .xemthem { text-align: center; cursor: pointer; }
.box-mang-body .xemthem > a {
    display: inline-block;
    background: #ad0909;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.loading-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 9999;
}

.loading-full > img {
    height: 100px;
}
.toast-bottom-left { bottom: 80px; }
.toast-bottom-right { bottom: 80px; }

.newchat {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999999;
}
.newchat .item {
    position: absolute;
    height: 0;
    width: 60px;
    top: 0;
    right: 0;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    overflow: hidden;
    z-index: -1;
}
.newchat.active .item {
    height: 140px;
    top: -144px;
    overflow: visible;
}
.newchat .item .btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #4894ff;
    color: #FFFFFF;
    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;
    display: block;
}
.newchat .item .btn img { width: 42px; padding-top: 10px; }
.newchat .btnHot {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url("../img/icon-chat.png") center no-repeat #cd1818;
    color: #FFFFFF;
    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;
    border: 2px solid #ad0909;
    font-size: 32px;
}
.newchat .btnHot .txt {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #cd1818;
    background: #FFF;
    line-height: normal;
    bottom: -10px;
    left: 1px;
    width: 50px;
    border: 2px solid;
    border-radius: 5px;
    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 #cd1818;
    content: '';
    border-radius: 50%;
    transform: scale(0.9);
    z-index: -1;
    animation: ripple 2s ease-out infinite
}

@keyframes ripple {
    0% {
        transform: scale(0.9);
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.newchat .title {
    width: 100px;
    height: 35px;
    background: #FFFFFF;
    color: #000000;
    position: absolute;
    font-size: 14px;
    right: 73px;
    line-height: 35px;
    bottom: 10px;
    border-radius: 5px;
    top: unset;
    left: unset;
    text-align: center;
    z-index: -1;
}
.newchat .title .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
    top: 5px;
    position: absolute;
    display: block;
}
.newchat .title .arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #FFFFFF;
}

.newcall {
    left:20px;
    z-index: 9999999;
}
.newcall.active { bottom: 20px; }
.newcall .btnHot {
    background: url("../img/icon-call.png") center no-repeat #cd1818;
}
.newcall.active .btnHot {
    background: url("../img/icon_x.png") center no-repeat #cd1818;
}
.newcall .item { right: 0; }
.newcall.active .item {
    height: auto;
    top: -60px;
    overflow: visible;
}
.newcall .item .btn {
    height: 50px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    background: none;
    width: 230px;
}
.newcall .item .btn img {
    padding-top: 0;
    width: 50px;
    position: absolute;
    left: 4px;
}

.newcall .call-title {
    font-size: 18px;
    font-weight: bold;
    background: #FFF;
    color: #ad0909;
    height: 54px;
    line-height: normal;
    bottom: -2px;
    right: -2px;
    border-radius: 30px;
    width: 100% !important;
    text-align: left;
    padding-left: 62px;
    /* padding-right: 70px; */
    box-sizing: border-box;
}
.newcall .call-title .num {  }
.newcall .call-title p {
    color: #000000;
    font-size: 14px;
    padding-top: 8px;
}
.list-chon2 { margin: 10px 0; }
.list-chon2 a {
    display: inline-block;
    border: 1px solid #ad0909;
    border-radius: 8px;
    margin-bottom: 3px;
    padding: 5px;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #ad0909;
}
.list-chon2 a:hover {
    background: #ad0909;
    color: #FFFFFF;
}
.list-chon2 a > img {
    height: 15px;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 50%;
    padding: 2px;
}
.list-dau {
    background: #FFF;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 8px;
}
.list-dau li {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 3px;
    margin-bottom: 3px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
}
.tthome {
    border: 1px solid #ccc;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 6px;
    border-radius: 10px;
    display: inline-block;
}
.taiapp {
    display: none;
    position: relative;
}
.taiapp img { width: 100%; height: auto; }
.taiapp .close {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 5px;
    top: 5px;
    z-index: 2;
}

.slidehotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    box-shadow: 0 4px 5px -1px rgba(0,0,0,.5);
    background: #ad0909;
    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: 24px;
    height: 24px;
    padding: 5px;
    background: url(../img/icphone.png) center no-repeat #fcaf17;
    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);
    }
}
.timkiem2 {
    background: url(../img/bg-tk-mb.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
.timkiem2 .keytim {
    border: 1px solid #EEEEEE;
    position: relative;
    border-radius: 8px;
    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: 129px;
    height: 44px;
    border: none;
    background: url(../img/nuttim.png) center no-repeat;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.morelink { margin-bottom: 10px; align-items: center; }
.morelink a {
    padding: 5px;
    display: inline-block;
    border: 1px solid #ad0909;
    border-radius: 5px;
    /* margin-right: 10px; */
    margin-bottom: 5px;
    font-weight: bold;
    background: #FFF;
}
.morelink .title {
    padding-right: 5px; display: inline-block; font-weight: bold; color: #ad0909
}

.newbanner {
    display: flex;
    margin-bottom: 5px;
    padding: 0;
}
.newbanner a { display: block; width: 100%; margin-right: 10px; }
.newbanner a:last-child { margin-right: 0; }
.newbanner a img { width: 100%; border-radius: 10px; }