@-webkit-keyframes Rotate {
  0%,
  16%,
  24%,
  8%,
  to {
    -webkit-transform: rotate(0deg);
  }
  12%,
  20%,
  4% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes Rotate {
  0%,
  16%,
  24%,
  8%,
  to {
    transform: rotate(0deg);
  }
  12%,
  20%,
  4% {
    transform: rotate(-45deg);
  }
}
.menu > ul,
ol,
ul {
  list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
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,
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;
}
blockquote,
body,
q {
  border: 0;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}
blockquote,
q {
  quotes: none;
  margin: 10px 0 10px 20px;
  padding-left: 10px;
  border-left: 2px solid #eedd73;
}
body {
  margin: 0 auto;
  font-family: Arial, serif;
  font-size: 14px;
  line-height: 21px;
  background: #f2f2f5;
}
.locsim2 > ul > li:hover > ul,
.menu > ul > li:hover > ul,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#buudien,
#chuyenkhoan,
#loading,
#timnangcao,
.menumobile {
  display: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #006532;
}
a:hover {
  color: #000;
}
.clear {
  clear: both;
}
.bg-white {
  background: #fff !important;
}
.header {
  background: #fff;
}
.header-in,
.menu-tim form {
  position: relative;
  overflow: hidden;
}
.header-in {
  margin: 0 auto;
  width: 1170px;
  background: #fff;
}
.header-in .icon-menu-left,
.header-in .icon-menu-right {
  display: none;
  position: absolute;
  top: 46px;
  cursor: pointer;
  width: 26px;
  height: 17px;
  background: url(../img/icon-menu.png) center no-repeat;
}
.header-in .icon-menu-left {
  left: 20px;
}
.header-in .icon-menu-right {
  right: 20px;
}
.logo {
  float: left;
  padding: 15px 0 10px;
}
.logo img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 68px;
}
.logo-icon {
  position: absolute;
  width: 36px;
  height: 37px;
  top: 10px;
  left: 20px;
}
.banner > a > img,
.box-xemsim .thongtin div,
.logo-icon img {
  width: 100%;
}
.dkgoi,
.logo-icon,
.menu-tim {
  display: none;
}
.dkgoi img {
  height: 17px;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  vertical-align: middle;
}
.menuFixed .dkgoi {
  position: fixed;
  background: #15938e;
  top: 62px;
  width: 100%;
  z-index: 2;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
}
.menu-tim {
  text-align: center;
  padding-top: 12px;
  align-items: center;
  justify-content: center;
}
.menu-tim form {
  border-radius: 5px;
  padding-left: 10px;
}
.menu-tim input {
  padding: 0 8px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #087b37;
  font-size: 14px;
  font-weight: 700;
}
.menu-tim button {
  background: #087b37;
  border: 0;
  position: absolute;
  right: 0;
  height: 34px;
  width: 34px;
  color: #fff;
}
.qc {
  float: right;
  padding-top: 35px;
}
.qc div {
  display: inline-block;
}
.menu-hd,
.menu-hd-in {
  background: #f2f2f5;
}
.menu-hd-in {
  margin: 0 auto;
  width: 1170px;
  padding: 12px 0;
}
.menu-hd-in ul {
  font-size: 13px;
  display: flex;
}
.menu-hd-in ul li {
  display: block;
  width: 50%;
}
.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 {
  font-weight: 700;
}
.list-sim > li > a:hover,
.menu-hd-in ul li a:hover {
  color: #fcaf17;
}
.menu-hd-in ul li img {
  vertical-align: text-top;
}
.menu,
.menu-out {
  background: #087b37;
}
.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: #fff;
  font-size: 15px;
  display: block;
  line-height: 45px;
  height: 45px;
  padding: 0 23px;
  border-left: 1px solid #0a9242;
  border-right: 1px solid #005322;
}
.menu > ul > li > a:hover {
  background: #034626;
  color: #fcaf17;
}
.menu > ul > li > ul {
  position: absolute;
  display: none;
  z-index:9999;
}
.menu > ul > li > ul > li > a {
  float: left;
  width: 180px;
  background: #034626;
  color: #fff;
  padding: 3px 10px;
  border-bottom: 1px solid #00381e;
}
.menu > ul > li > ul > li > a:hover {
  color: #fcaf17;
  background: #0a9242;
  font-weight: 700;
}


















.menu > ul > li > a > ul > li > a {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 45px;
  height: 45px;
  padding: 0 26px;
  border-left: 1px solid #0a9242;
  border-right: 1px solid #005322;
}
.menu > ul > li > a > ul > li > a:hover {
  background: #034626;
  color: #fcaf17;
}
.menu > ul > li > ul > li > ul {
  position: absolute;
  display: none;
  z-index: 1;
}
.menu > ul > li > ul > li > ul > li > a {
  float: left;
  width: 180px;
  background: #034626;
  color: #fff;
  padding: 3px 10px;
  border-bottom: 1px solid #00381e;
}
.menu > ul > li > ul > li > ul > li > a:hover {
  color: #fcaf17;
  background: #0a9242;
  font-weight: 700;
}

.menu > ul > li > ul > li:hover > ul{
	left: 100%;
    display: block;
}

.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}












.banner {
  text-align: center;
  display: flex;
}
.banner > a {
  width: 50%;
}
.banner > a:first-child {
  margin-right: 10px;
}
.banner-right {
  text-align: center;
}
.banner-right img,
.seo-link iframe {
  max-width: 100%;
}
.home-banner {
  margin: 0 auto;
  width: 1170px;
}
.home-banner img {
  vertical-align: top;
}
.home-banner .line01,
.home-banner .line02 {
  display: flex;
  overflow: hidden;
}
.home-banner .line01 div:first-child,
.home-banner .line02 div:first-child {
  padding-right: 10px;
}
.home-banner .line01 div:first-child img:first-child {
  padding-bottom: 10px;
}
.home-banner .line01 div:last-child img {
  padding-bottom: 9px;
}
.content-in {
  margin: 0 auto;
  width: 1170px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.box-admin,
.box-mid,
.box-small1,
.box-small2,
.box-xemsim {
  border: 1px solid #ddd;
  padding: 10px;
}
.box-xemsim {
  background: #fff;
  padding: 40px;
}
.box-xemsim ul {
  list-style: disc;
  margin-left: 30px;
}
.box-xemsim .sosim {
  font-size: 20px;
  font-weight: 700;
  color: #343434;
  padding-bottom: 5px;
}
.box-xemsim .thongtin {
  display: flex;
}
.box-xemsim .thongtin div:first-child {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-top: 30px;
}
.box-xemsim .thongtin div:last-child {
  text-align: center;
}
.box-xemsim .info {
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 20px;
}
.box-xemsim .info .first {
  width: 90px;
  display: inline-block;
}
.box-xemsim .info .txt {
  color: #087b37;
  font-weight: 700;
}
.nut-mua-sim {
  background: url(../img/nut-mua-sim.png) no-repeat;
  width: 111px;
  height: 37px;
  border: 0 !important;
  cursor: pointer;
}
.nut-mua-ngay,
.nut-tra-gop {
  border: 0;
  border-radius: 6px;
  padding: 7px 0;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
}
.nut-mua-ngay {
  background: #087b37;
}
.nut-mua-ngay > div {
  font-size: 20px;
  margin: 5px 0;
}
.nut-tra-gop {
  background: #fcaf17;
  margin-top: 5px;
}
.nut-tra-gop > div {
  margin-bottom: 3px;
}
.nut-muasim {
  text-align: center;
}
.nut-muasim img,
.nut-trapt {
  cursor: pointer;
}
.box-lienhe .senlh div,
.nut-dat-mua img {
  width: 100%;
}
.nut-trapt {
  background: url(../img/nut-trapt.png) no-repeat;
  width: 135px;
  height: 44px;
  border: 0 !important;
}
.box-muatragop {
  display: none;
  position: fixed;
  left: 45%;
  top: 45%;
  width: 300px;
  height: auto;
  background: url(../img/bg-tk-mb.png) #087b37;
  background-size: cover;
  z-index: 9999;
  padding: 20px;
  border: 2px solid #ccc;
  color: #fff;
}
.box-muatragop .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url(../img/close-icon.png) center no-repeat;
  cursor: pointer;
}
.box-muatragop .btn-tg,
.box-search .line label {
  cursor: pointer;
}
.box-lienhe .senlh p,
.box-muatragop > div {
  padding: 5px 0;
}
.box-muatragop .btn-dong {
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 700;
  width: 100%;
  color: red;
  background: #fff;
  border: 0;
}
.box-muatragop a {
  color: #eedd73;
}
.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: #fff;
}
.col-left {
  width: 830px;
}
.col-right {
  float: left;
  width: 320px;
}
.box-mid,
.box-search,
.box-small1,
.box-small2 {
  margin-bottom: 10px;
  background: #fff;
}
.box-nganhang {
  background: #fff;
  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,
.box-title-left {
  font-weight: 700;
  text-align: center;
}
.box-title {
  background: #087b37;
  color: #fff;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.box-title .ttr {
  position: absolute;
  top: 10px;
  right: 15px;
}
.box-title .ttr a {
  color: #fff;
}
.box-title .text {
  text-transform: uppercase;
}
.box-title .small {
  font-weight: 400;
}
.box-title > span {
  padding-top: 10px;
  padding-left: 36px;
  display: inline-block;
}
.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-left {
  background: #fff;
  border: 1px solid #087b37;
  color: #087b37;
  border-radius: 8px;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.title-new {
  padding-left: 20px;
  text-align: left;
  position: relative;
}
.xemthem {
  text-align: center;
  font-size: 14px;
}
.xemthem a {
  color: #000;
}
.showfull {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #005d2b;
  cursor: pointer;
}
.box-search {
  padding: 20px;
  display: none;
  border: 2px solid #055b2d;
  border-top: none;
}
.box-search.active {
  display: block;
  border-radius: 0 0 5px 5px;
}
.box-search .line {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.box-search .hdtim {
  font-weight: 700;
  padding-bottom: 10px;
}
.box-search .mang label {
  padding-right: 20px;
}
.box-search .mang img,
.box-title > span {
  vertical-align: middle;
  padding-bottom: 10px;
}
.box-search .loaisimout {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
}
.box-search .loaisim {
  text-align: left;
}
.box-search .loaisim label {
  width: 25%;
  float: left;
}
.box-search .loaigia {
  padding: 10px 0;
}
.box-search .sgia {
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 135px;
  background: #fff;
}
.box-keys .key:focus,
.box-search .diem:focus,
.box-search .sgia:focus,
.box-trapt .nhap-trapt input:focus,
.box-trapt .nhap-trapt select:focus {
  border: 1px solid #087b37;
  outline: 0;
}
.box-search .lastline {
  padding-top: 10px;
}
.box-search .kobg {
  padding-bottom: 15px;
  padding-top: 10px;
}
.box-search .kobg label {
  padding: 0 10px;
}
.box-search .diem {
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100px;
}
.box-search .bochon {
  font-weight: 700;
  font-size: 16px;
}
.box-search .bochon img,
.box-search .sphongthuy label img,
.mobile_bot div img {
  vertical-align: middle;
}
.box-search .sphongthuy {
  display: flex;
}
.box-search .sphongthuy label {
  line-height: 46px;
  padding-right: 10px;
}
.box-search .dangchon {
  float: left;
  width: 780px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  color: #087b37;
}
.box-search .loaidau {
  text-align: center;
}
.box-search .sapxep {
  text-align: left;
  padding-top: 10px;
}
.box-search .sapxep select {
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.box-search .nuttim {
  width: 130px;
  height: 44px;
  border: 0;
  background: url(../img/nuttim.png) center no-repeat;
  vertical-align: middle;
  padding: 0;
  cursor: pointer;
}
.box-keys {
  background: url(../img/bg-tk-mb.png) #087b37;
  background-size: cover;
  color: #fff;
}
.box-keys .keytim {
  padding: 10px;
  position: relative;
}
.box-keys .key,
.box-simns a {
  box-sizing: border-box;
  font-weight: 700;
}
.box-keys .key {
  border: 1px solid #888;
  height: 41px;
  width: 100%;
  background: #ededed;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 16px;
}
.box-keys .nuttim {
  width: 130px;
  height: 44px;
  border: 0;
  background: url(../img/nuttim.png) center no-repeat;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  right: 9px;
  top: 10px;
  cursor: pointer;
}
.box-keys .bt-timnc {
  cursor: pointer;
}
.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 #ddd;
  padding: 5px 10px;
  border-radius: 5px;
}
.box-lienhe,
.box-simns {
  background: #fff;
  border: 1px solid #ddd;
}
.box-simns {
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  height: 250px;
  overflow-y: scroll;
}
.box-simns:after,
.simtheogia:after {
  content: "";
  clear: both;
}
.box-simns a {
  float: left;
  width: 24.4%;
  border: 1px solid #ddd;
  margin: 2px;
  padding: 5px;
  text-align: center;
  color: #000;
}
.box-thong-ke td {
  padding: 3px 0;
}
.box-lienhe {
  padding: 30px;
}
.box-lienhe .senlh,
.box-timns .nschon {
  display: flex;
}
.box-lienhe .senlh div:first-child {
  margin-right: 20px;
}
.box-lienhe .senlh div:last-child img {
  width: 100%;
}
.box-lienhe .senlh input,
.box-lienhe .senlh textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.box-timns {
  border: 0;
  background: url(../img/simns_bg.png) center #07612c;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff;
  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 select {
  width: 100%;
  margin-right: 10px;
  padding: 5px 0;
}
.box-news .items > div:last-child,
.box-timns .nschon select:last-child,
.locsim select:last-child {
  margin-right: 0;
}
.box-timns .nutsm {
  width: 100%;
  border: 0;
  background: url(../img/timns_but.png);
  height: 38px;
  margin-top: 10px;
}
.list-sim .no-icon {
  padding: 0;
  background: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-right: 5px;
  text-align: center;
}
.list-sim .icon-1 {
  background: url(../img/list-sim-ic-112019.png) 0 0 no-repeat;
}
.list-sim .icon-2 {
  background: url(../img/list-sim-ic-112019.png) -40px 0 no-repeat;
}
.list-sim .icon-3 {
  background: url(../img/list-sim-ic-112019.png) -80px 0 no-repeat;
}
.list-sim .icon-4 {
  background: url(../img/list-sim-ic-112019.png) -120px 0 no-repeat;
}
.list-sim .icon-5 {
  background: url(../img/list-sim-ic-112019.png) -160px 0 no-repeat;
}
.list-sim .icon-6 {
  background: url(../img/list-sim-ic-112019.png) -200px 0 no-repeat;
}
.list-sim .icon-7 {
  background: url(../img/list-sim-ic-112019.png) -240px 0 no-repeat;
}
.list-sim .icon-8 {
  background: url(../img/list-sim-ic-112019.png) -280px 0 no-repeat;
}
.list-sim .icon-9 {
  background: url(../img/list-sim-ic-112019.png) -320px 0 no-repeat;
}
.list-sim .icon-10 {
  background: url(../img/list-sim-ic-112019.png) -360px 0 no-repeat;
}
.list-sim .icon-11 {
  background: url(../img/list-sim-ic-112019.png) -400px 0 no-repeat;
}
.list-sim .icon-12 {
  background: url(../img/list-sim-ic-112019.png) -440px 0 no-repeat;
}
.list-sim .icon-13 {
  background: url(../img/list-sim-ic-112019.png) -480px 0 no-repeat;
}
.list-sim .icon-14 {
  background: url(../img/list-sim-ic-112019.png) -520px 0 no-repeat;
}
.list-sim .icon-15 {
  background: url(../img/list-sim-ic-112019.png) -560px 0 no-repeat;
}
.list-sim .icon-16 {
  background: url(../img/list-sim-ic-112019.png) -600px 0 no-repeat;
}
.list-sim .icon-17 {
  background: url(../img/list-sim-ic-112019.png) -640px 0 no-repeat;
}
.list-sim .icon-18 {
  background: url(../img/list-sim-ic-112019.png) -680px 0 no-repeat;
}
.list-sim .icon-19 {
  background: url(../img/list-sim-ic-112019.png) -720px 0 no-repeat;
}
.list-sim .icon-20 {
  background: url(../img/list-sim-ic-112019.png) -760px 0 no-repeat;
}
.list-sim .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 3px;
}
.list-sim {
  background: #fff;
}
.list-sim > li {
  padding: 3px 0;
  width: 25%;
  float: left;
}
.list-sim > li > a,
.list-sim > li > ul > li > a {
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url(../img/icon-li-ns.png) left no-repeat;
  line-height: 28px;
}
.list-sim > li:last-child {
  border-bottom: 1px solid #fff;
}
.list-sim > li > a {
  color: #000;
  padding-left: 15px;
}
.list-sim > li > ul > li > a {
  color: #999;
  padding-left: 35px;
}
.home-sim td,
.home-sim th,
.tab-sim td,
.tab-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;
}
.home-sim,
.tab-sim {
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
}
.tab-sim th {
  background: #ddd;
  font-weight: 700;
}
.tab-sim td {
  height: 33px;
  vertical-align: middle;
}
.home-sim th,
.tab-sim tr:hover {
  background: #eee;
}
.home-sim th {
  font-weight: 700;
}
.home-sim .sosim a {
  color: #00f;
  font-weight: 700;
  font-size: 16px;
}
.home-sim .sosim a:hover {
  color: #ff4500;
}
.home-sim .giasim {
  color: red;
  font-weight: 700;
}
.simnumb {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.simnumb a {
  color: #333;
}
.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;
  min-width: 320px;
}
.nhaplieu td {
  vertical-align: top;
}
.nhaplieu input,
.nhaplieu select,
.nhaplieu textarea {
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}
.nhaplieu input[type="text"],
.nhaplieu select,
.nhaplieu textarea {
  width: 100%;
}
.box-body-large {
  margin-bottom: 10px;
}
.phantrang {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.phantrang a {
  padding: 6px 11px;
  background: #087b37;
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.phantrang .active,
.phantrang a:hover {
  color: #ffd074;
}
.footer,
.footer-in {
  margin: 0 auto;
  background: #fff;
}
.footer {
  color: #000;
  width: 100%;
  border-top: 3px solid #087b37;
}
.footer-in {
  width: 1170px;
  padding: 30px 0;
  display: flex;
  box-sizing: border-box;
}
.footer-in > div {
  width: 100%;
  padding-right: 10px;
  margin-top: 15px;
}
.footer-in .right {
  float: right;
  width: 320px;
}
.box-lienhe .title,
.footer-in .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  color: #087b37;
}
.box-lienhe .title span,
.dathang > div,
.footer-in .title span {
  border-bottom: 3px solid #fcaf17;
  padding-bottom: 10px;
}
.footer-in ul li a {
  color: #087b37;
  display: block;
  padding: 7px 0 7px 15px;
  background: url(../img/icon-li-nh.png) left no-repeat;
}
.copyright {
  background: #087b37;
  color: #fff;
}
.copyright .copyright-in {
  width: 1170px;
  margin: 0 auto;
  padding: 10px 0;
}
.copyright .copyright-in .chinhsach a,
.copyright a {
  color: #fff;
}
.dathang {
  padding: 10px 20px;
  background: #fff;
}
.dathang > div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.dathang > div:last-child {
  border: 0;
  padding: 0;
}
.dathang .khach {
  float: left;
  margin-right: 20px;
  padding-top: 22px;
}
.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;
}
.tin-tuc-des p,
.tin-tuc-social {
  padding-bottom: 10px;
}
.tin-tuc-des img {
  padding: 10px 0;
}
.tin-tuc-des ul {
  list-style: inherit;
  margin-left: 40px;
  margin-bottom: 10px;
}
.box-tin-tuc a,
.tin-tuc-des a {
  color: #0035f7;
}
.tin-tuc-cate {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
}
.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 #ddd;
  padding: 3px;
  margin-right: 10px;
  overflow: hidden;
}
.tin-tuc-cate .thumb img {
  max-width: 120px;
  vertical-align: middle;
}
.box-tin-tuc {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
}
.box-tin-tuc img,
.tin-tuc-des img {
  max-width: 100%;
  height: auto;
}
.box-tin-tuc .tin-tuc-cate:first-child {
  margin-top: 0;
}
.box-tin-tuc .tin-tuc-cate:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.box-tin-tuc .tin-tuc-cate a {
  color: #087b37;
}
.box-tin-tuc h2,
.box-tin-tuc h3,
.box-tintuc h2,
.seo-link h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
.box-tin-tuc h3 {
  font-size: 18px;
}
.box-tin-tuc .date {
  color: #999;
}
.ft-tab ul,
.tinlienquan {
  margin-left: 30px;
  list-style: inherit;
}
.tinlienquan a {
  color: #006532;
}
.homesim a,
.tin-tuc-cm a {
  float: left;
  width: 50%;
}
.tin-tuc-cm .cm_item {
  margin: 10px;
  background: #087b37;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
}
.tin-tuc-cm .cm_item:hover {
  background: #000;
}
.homesim,
.simtheogia {
  border: 1px solid #ddd;
  padding: 10px;
}
.homesim a {
  line-height: 25px;
  font-weight: 700;
}
.subsim a {
  width: 33%;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.boxdauso a,
.simtheogia a,
.subsim a {
  float: left;
  font-weight: 700;
  color: #000;
  background: url(../img/icon-li-ns.png) left no-repeat;
  box-sizing: border-box;
}
.boxdauso a {
  width: 16%;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.simtheogia {
  padding: 5px 10px;
}
.simtheogia a {
  width: 50%;
  padding: 7px 0 7px 12px;
}
.locsim2 > ul > li > ul > li > a:hover,
.simtheogia a:hover {
  color: #fcaf17;
}
.simtheogia a:last-child {
  border: 0;
}
.row4 a {
  width: 25%;
}
.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 0;
  text-transform: uppercase;
}
.ft-tab ul li a {
  color: #9c0000;
}
.ft-tab ul li a:hover {
  color: #fa0202;
}
.ft-res {
  border-top: 1px solid #777;
  padding-top: 10px;
  margin-top: 10px;
}
.box-dat-mua {
  margin: 0 auto;
  width: 1170px;
  padding-top: 20px;
}
.box-dau-so {
  margin: 0 auto;
  padding: 0 10px;
  display: none;
}
.box-dau-so img {
  width: 100%;
  padding-top: 10px;
}
.text-left {
  text-align: left !important;
}
.datmua {
  cursor: pointer;
  opacity: 0.8;
  display: inline-block;
  background: url(../img/datmua.png) center no-repeat;
  width: 94px;
  height: 35px;
}
.datmua:hover {
  opacity: 1;
}
.footer-menu a,
.xemdt-h2 {
  font-weight: 700;
  padding: 5px 0;
  font-size: 14px;
}
.giamgia {
  text-decoration: line-through;
}
.datsimhome input[type="text"] {
  width: 130px;
}
.datsimhome td {
  padding: 3px;
}
.ft_info_bct,
.ft_info_logo,
.ft_info_text {
  float: left;
  width: 25%;
  text-align: center;
}
.ft_info_bct,
.ft_info_text {
  padding-top: 30px;
}
.ft_info_logo img {
  max-width: 150px;
}
.ft_info_bct img {
  max-width: 190px;
}
.ft_info_text {
  width: 50%;
  font-size: 14px;
  padding-top: 10px;
}
.footer-menu {
  margin: 0 auto;
  padding: 5px 0;
  background: #000;
  text-align: center;
  font-size: 12px;
}
.footer-menu a {
  color: #fff;
  padding: 0 5px;
}
.footer-menu,
.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 {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
  overflow: hidden;
}
.box-small1 .home-tin:first-child {
  padding-top: 0;
}
.home-tin-thumb {
  float: left;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.home-tin-thumb img {
  max-width: 120px;
  vertical-align: middle;
}
.home-tin-title h3 {
  font-size: 13px;
  font-weight: 700;
}
.home-tin-title .date {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
.box-sim-list {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.box-small1 .home-tin:last-child {
  border-bottom: 0 solid #f1f1f1;
  padding-bottom: 0;
}
.box-support {
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}
.box-support .anh {
  width: 100%;
}
.box-support .hotline {
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  color: red;
}
.box-support .thank,
.box-support .time {
  font-size: 16px;
  font-weight: 700;
}
.box-support .icon-sp-hotline {
  text-align: center;
  display: block;
}
.box-support .list-hotline table {
  width: 100%;
  margin-bottom: 10px;
}
.box-support .list-hotline table .left {
  vertical-align: middle;
  border-right: 1px solid #ddd;
  width: 60px;
}
.box-support .list-hotline table .right {
  text-align: left;
  padding: 0 15px;
}
.box-support .list-hotline a {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  display: block;
  padding: 4px 0;
}
.box-support .list-hotline .gopy {
  font-size: 1em;
  color: #087b37;
}
.block-tintuc .col-6 {
  width: 545px;
  display: inline-block;
}
.block-tintuc .col-6:first-child {
  margin-right: 10px;
}
.seo-link {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
}
.seo-link a {
  color: #0035f7;
}
.seo-link h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.seo-link .video {
  float: left;
  width: 200px;
  height: 113px;
  margin-right: 10px;
  overflow: hidden;
}
.seo-link img {
  height: auto;
}
.menh {
  width: 40px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  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;
  text-align: center;
  border-radius: 0px;
  overflow: hidden;
}
.mobile-show {
  display: none;
}
.cac-dich-vu-mb {
  display: none;
  text-align: center;
  padding: 20px;
  background: #fff;
}
.cac-dich-vu-mb img,
.seo-link img {
  max-width: 100%;
}
.leftmenu,
.overlay {
  position: fixed;
  height: 100%;
}
.overlay {
  background: #000;
  opacity: 0.5;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.leftmenu {
  width: 60%;
  background: #fff;
  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,
.rightmenu::-webkit-scrollbar {
  display: none;
}
.leftmenu ul li,
.rightmenu ul li {
  position: relative;
}
.leftmenu ul li a,
.rightmenu ul li a {
  display: block;
  font-size: 14px;
  overflow: hidden;
  color: #000;
}
.leftmenu ul li a {
  border-bottom: 1px solid #087b37;
  padding: 10px 0 10px 10px;
  font-weight: 700;
}
.leftmenu ul li .sub,
.rightmenu ul li .sub {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
}
.leftmenu ul li ul,
.rightmenu ul li ul {
  display: none;
  font-size: 12px;
  background: #222;
}
.leftmenu ul li ul li a,
.rightmenu ul li ul li a {
  border-bottom: 1px solid #383838;
}
.leftmenu .dongmenu {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #fcaf17;
}
.rightmenu {
  position: fixed;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  right: -100%;
}
.rightmenu ul {
  padding-left: 5px;
  padding-top: 5px;
  margin-bottom: 8px;
}
.rightmenu ul li {
  display: inline-block;
  width: 32%;
}
.rightmenu ul li a {
  border: 1px solid #087b37;
  padding: 3px 5px;
}
.rightmenu .dongmenu {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #b30000;
}
.activemenul {
  left: 0;
}
.activemenur {
  right: 0;
}
.subsimns a {
  float: left;
  width: 25%;
  line-height: 25px;
  font-size: 13px;
}
.simns-thang {
  background: #ccc;
  padding: 5px;
  margin-bottom: 3px;
}
.simns-ngay {
  margin-left: 30px;
}
.simns-ngay li {
  float: left;
  width: 25%;
  list-style: initial;
}
.chonns {
  background: #fff;
  margin-bottom: 10px;
}
.mobile_bot {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #087b37;
  color: #fff;
}
.mobile_bot div {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}
.mobile_bot div:first-child {
  border-right: 1px solid #fff;
  position: relative;
}
.mobile_bot .hide-hotline {
  position: absolute;
  left: 0;
  display: none;
  bottom: 50px;
  background: #087b37;
  text-transform: uppercase;
  padding: 0;
}
.mobile_bot .hide-hotline .title {
  font-size: 12px;
  font-weight: 700;
  background: url(../img/icon-bhot.png) left no-repeat #087b37;
  padding: 10px 0 10px 30px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0 5px 0 0;
}
.mobile_bot .hide-hotline a {
  font-size: 23px;
  line-height: 34px;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 5px 0;
}
.mobile_bot div p {
  padding-top: 3px;
}
.mobile_bot div p a {
  color: #fff;
}
.mobile_bot .sps {
  width: 100%;
}
.locsim {
  display: flex;
  padding-bottom: 10px;
}
.locsim select {
  width: 100%;
  margin-right: 10px;
  padding: 8px;
}
.locsim2,
.locsim2 > ul > li > ul {
  background: #fff;
  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 #087b37;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.locsim2 > ul > li > ul {
  display: none;
  min-width: 150px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 0;
}
.locsim2 > ul > li > .txtactive {
  font-weight: 700;
  color: red;
}
.locsim2 > ul > li > ul > li > a {
  display: block;
  cursor: pointer;
  color: #fff;
  background: #087b37;
  border-bottom: 1px solid #00572e;
  line-height: 32px;
}
.locsim2 > ul > li > ul > li > a:last-child {
  border-bottom: none;
}
.locsim2 > ul > li > ul > li > a.active {
  font-weight: 700;
  color: red;
}
.box-simds li,
.locsim2 > ul > li > ul > li > a.tatca {
  border-bottom: 1px solid #ddd;
}
.box-tintuc {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 28px;
}
.box-tintuc h3 {
  font-size: 16px;
  font-weight: 700;
}
.box-tintuc .home-tin {
  border-bottom: none;
  border-top: 1px solid #f1f1f1;
  height: auto;
  padding: 10px 0;
}
.box-simds {
  padding: 0;
  margin: 0;
}
.box-simds li {
  padding-left: 20px;
}
.box-simds li a {
  display: block;
  font-weight: 700;
  color: #000;
  padding: 10px 15px;
  background: url(../img/icon-li-ns.png) left no-repeat;
}
.box-simds li:hover {
  background: #ddd;
}
.box-banner {
  display: flex;
  flex-direction: column;
}
.box-banner img {
  width: 100%;
  border-radius: 0px;
}
.text-red {
  color: #fcaf17;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mobile-ctv,
.mobile-zalo {
  position: fixed;
  left: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-zalo {
  bottom: 94px;
  background: url(../img/icon-zalo.png) center no-repeat #00acd4;
}
.mobile-ctv {
  bottom: 20px;
  background: url(../img/phone_w.png) center no-repeat #fcaf17;
}
.mobile-ctv-hotline {
  position: fixed;
  left: 20px;
  bottom: 88px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
  border-radius: 8px;
  z-index: 99;
  overflow: hidden;
}
.mobile-ctv-hotline .title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.anhsim {
  text-align: center;
}
.anhsim img {
  max-width: 100%;
}
.listnew > li {
  float: left;
  margin-right: 3px;
}
.box-mang-body,
.listnew > li > a {
  background: #fff;
  border: 1px solid #ddd;
}
.listnew > li > a {
  display: block;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-right: 3px;
  position: relative;
  width: 136px;
  padding-left: 52px;
  min-height: 70px;
  line-height: normal;
}
.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;
  max-width: 100%;
}
.listnew > li > a > .info {
  padding: 10px 5px 0 0;
  text-align: right;
}
.listnew > li > a > .info > .sosim {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 4px;
  color: #333;
}
.listnew > li > a > .info > .gia,
.sim-nhamang li a {
  font-size: 14px;
  color: #000;
}
.box-mang-body {
  padding: 20px 19px 10px 22px;
}
.sim-nhamang .icon-vt {
  background: url(../img/mang-viettel.png) no-repeat;
}
.sim-nhamang .icon-vn {
  background: url(../iconmang/mang-vnpm.png) -23px 0 no-repeat;
}
.sim-nhamang .icon-mb {
  background: url(../iconmang/mang-mbm.png) -23px 0 no-repeat;
}
.sim-nhamang .icon-vnm {
  background: url(../iconmang/mang-vnmm.png) -23px 0 no-repeat;
}
.sim-nhamang .icon-gm {
  background: url(../iconmang/mang-gmm.png) -23px 0 no-repeat;
}
.sim-nhamang .icon-it {
  background: url(../img/mang-itelecom.png) 0 0 no-repeat;
}
.sim-nhamang .icon-rd {
  background: url(../img/mang-reddi.png) 0 0 no-repeat;
}
.sim-nhamang .icon-cd {
  background: url(../iconmang/mang-hpm.png) -23px 0 no-repeat;
}
.sim-nhamang .icon {
  background-position-y: center;
  padding: 10px 0 10px 40px;
}
.sim-nhamang li {
  float: left;
  width: 25%;
}
.sim-nhamang li a {
  display: block;
  padding: 10px 0 10px 25px;
  font-weight: 700;
  background: url(../img/li-a-simcard.png) left no-repeat;
}
.sim-nhamang li a:hover {
  color: #fcaf17;
}
.sim-nhamang li:last-child a {
  border-bottom: none;
}
.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;
}
.list-chon2 a,
.myzalo {
  display: inline-block;
  border-radius: 8px;
}
.myzalo {
  background: url(../img/zalo-icon.svg) 6px no-repeat #007bff !important;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 10px 5px 39px !important;
  margin-top: 5px;
}
.list-ns > li {
  display: inline-block;
  width: 24%;
}
.list-ns > li > a {
  color: #000;
  font-weight: 700;
  padding: 3px 0;
  display: block;
}
.list-chon2 {
  margin: 10px 0;
}
.list-chon2 a {
  border: 1px solid #087b37;
  margin-bottom: 3px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  color: #087b37;
}
.list-chon2 a:hover {
  background: #087b37;
  color: #fcaf17;
}
.list-chon2 a > img {
  height: 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 2px;
}
.list-dau li,
.listxt a {
  background: #fff;
  border-radius: 5px;
}
.list-dau li {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: normal;
  margin: 5px;
}
.list-dau li a {
  padding: 5px;
  font-weight: 700;
  display: block;
}
.list-dau li.ds-active {
  border: 1px solid #055b2d;
  background: #087b37;
  font-weight: 700;
}
.list-dau li.ds-active a {
  color: #ffd074;
}
.list-dau li:hover {
  border: 1px solid #087b37;
}
.listxt {
  font-size: 14px;
  margin-bottom: 5px;
}
.listxt a {
  padding: 3px 5px;
  margin-bottom: 2px;
}
.box-news h2,
.tthome {
  text-transform: uppercase;
}
.listxt a,
.tthome {
  border: 1px solid #ccc;
  display: inline-block;
}
.tthome {
  font-size: 12px;
  padding: 0 6px;
  border-radius: 10px;
}
.box-news {
  margin: 0 auto;
  width: 1170px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
}
.box-news h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.box-news h3,
.listxt a {
  font-weight: 700;
  font-size: 16px;
}
.box-news .items {
  display: flex;
}
.box-news .items > div {
  width: 25%;
  margin-right: 20px;
}
.anhthumb {
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 5px;
}
.anhthumb,
.anhthumb img {
  width: 100%;
}
.index-box-items {
  margin-top: 10px;
}
.slidehotline {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  background: #087b37;
  border-radius: 50px;
  color: #fff;
  height: 37px;
  line-height: 37px;
  padding: 0 20px 0 46px;
  font-size: 20px;
  font-weight: 700;
}
.slidehotline a {
  color: #fff;
  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;
}
.toolbar a,
.totop {
  justify-content: center;
  align-items: center;
  color: #fff;
}
.toolbar,
.totop {
  background: #087b37;
  position: fixed;
  display: none;
}
.totop {
  right: 21px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 2;
}
.totop img {
  width: 50%;
}
.toolbar {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fcaf17;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  font-size: 12px;
}
.toolbar a {
  display: flex;
  flex-direction: column;
}
.morelink {
  margin-bottom: 10px;
  align-items: center;
}
.morelink a {
  padding: 5px;
  display: inline-block;
  border: 1px solid #087b37;
  border-radius: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  background: #fff;
}
.morelink .title {
  padding-right: 5px;
  color: red;
}
.boxthem a,
.youtubevideo {
  text-align: center;
}
.h1-title {
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0;
  line-height: 30px;
}
.boxthem a,
.morelink .title {
  display: inline-block;
  font-weight: 700;
}
.boxthem a {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 0;
  color: #000;
  overflow: hidden;
}
.boxthem a:hover {
  border: 1px solid #087b37;
  color: #fcaf17;
}
.boxthem.box2 a {
  width: 48%;
}
.boxthem.box3 a {
  width: 31.8%;
}
.lban {
  margin-bottom: 10px;
}
.lban,
.lban a {
  display: flex;
}
.lban a:first-child {
  margin-right: 10px;
}
.phone-mobile .phone-content {
  display: none;
}
.phone-mobile:hover .phone-content {
  display: block;
}
.phone-mobile:hover {
}
.phone_animation {
  border-radius: 50%;
  background: #22a213;
  height: 42px;
  display: block;
  width: 42px;
  margin-left: 6px;
}
.giuseart-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}
.giuseart-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.giuseart-nav ul li {
  list-style: none !important;
}
.giuseart-nav ul > li a {
  border: none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}
.giuseart-nav ul > li .chat_animation {
  display: none;
}
.giuseart-nav ul > li a i.ticon-heart {
  background: url(../img/icon-map.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul > li a i.ticon-zalo-circle2 {
  background: url(../img/icon-zalo-circle2.png.pagespeed.ce_.iUc59tfITH.png)
    no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav li .button {
  background: transparent;
}
.giuseart-nav ul > li a i.ticon-angle-up {
  background: url(../img/icon-angle-up.png.pagespeed.ce_.NGU5VowWiC.png)
    no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul > li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}
.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
  top: -3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}
.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}
.giuseart-nav ul > li a.chat_animation svg {
  margin: -13px 0 -20px;
}
.giuseart-nav ul > li a i.ticon-messenger {
  background: url(../img/icon-messenger.png.pagespeed.ce_.sSebhnGGgP.png)
    no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 9px;
}
.giuseart-nav ul > li a i.ticon-chat-sms {
  background: url(../img/icon-sms-1.jpg) no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}
.giuseart-nav ul > li a i.icon-phone-w {
  background: url(../img/icon-phone-w.png) no-repeat;
  background-size: contain;
}
.giuseart-nav ul li .button .btn_phone_txt {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .to-top-pc {
    display: none;
  }
  .giuseart-nav ul li .button .btn_phone_txt {
    top: 35px;
  }
  .giuseart-nav li .chat_animation {
    display: block !important;
  }
  .giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
  }
  .giuseart-nav li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    margin-left: 0px;
    border: 2px solid white;
  }
  .giuseart-nav ul > li a {
    padding: 0;
    margin: 0 auto;
  }
  .giuseart-nav {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }
  .giuseart-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
  }
  .phone-mobile {
    display: block !important;
  }
}
.top-deals-v2 .item-name {
  min-height: 40px;
}
@media (max-width: 767px) {
  .header-mobile .logo {
    margin: 0px 0 0px 8px;
  }
  .bpt-bar {
    padding: 12px 11px 12px 15px;
  }
}
.phone-mobile .phone-content p {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: red;
}
.phone-mobile .phone-content {
  position: absolute;
  right: 60px;
  width: 190px;
  background: white;
  padding: 11px;
}
.phone-mobile .icon-v201.icon-hotline-support-v2 {
  float: left;
  margin-right: 9px;
}
