a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;transition: all 0.3s;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.medi{font-weight: 500;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.clred{color: #fe0000;}
.clyel{color: #fedc22;}
.clblue{color: #0072bc;}
.header-top{
	padding: 10px 0;
	background: #e9e9e9;
}
.header-top span{
	font-weight: 700;
	color: #fe0000;
	margin-right: 30px;
}
.header-top span:last-child{
	margin-right: 0;
}
.header-top span i{
	color: #0072bc;
	margin-right: 7px;
}
.social-head a{
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}
.social-head a.so-fb{
	color: #0072bc;
}
.social-head a.so-gg{
	color: #ef0000;
}
.social-head a.so-tw{
	color: #3da6ea;
}
.social-head a.so-pr{
	color: #ac0303;
}
.social-head a.so-ytb{
	color: #cf0505;
}
.main-logo a {
    display: inline-block;
    position: relative;
    background: #0072bc;
    padding: 10px 0;
}
.main-logo a:after {
    content: "";
    display: block;
    background: url(../img/nhon.png) top left no-repeat;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
}
.main-logo a:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000px;
    background: #0072bc;
    height: 100%;
}
.main-logo{
	width: 153px;
	float: left;
}
.main-menu{
	width: calc(100% - 153px);
	float: left;
	padding-left: 80px; 
    position: relative;
}
div#showsearch {
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 99;
}
.ul-main-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 90px;
}
.ul-main-menu > li > a{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #0072bc;
	text-transform: uppercase;
	padding: 10px 0;
}
.ul-main-menu > li > a.basket{
	color: #fe0000;
}
.ul-main-menu > li:hover > a{
	color: #fedc22;
}
.main-banner{
	width: 60%;
	float: left;
	position: relative;
}
.uptop{
	clear: both;
	position: relative;
	top: -14px;
}
.header-bottom {
    position: relative;
    z-index: 999;
}
.prev-bn{
	position: absolute;
	top: calc(50% - 20px);
	left: 30px;
	cursor: pointer;
	z-index: 99;
}
.next-bn{
	position: absolute;
	top: calc(50% - 15px);
	right: 30px;
	cursor: pointer;
	z-index: 99;
}
.main-cate {
    width: calc(40% - 30px);
    float: left;
    display: flex;
    margin-left: 30px;
    flex-direction: column;
    justify-content: space-between;
}
.block-cate > a{
	color: #fff;
	position: absolute;
	height: 100%;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
}
.main-cate .block-cate {
    background: url(../img/cate1.jpg) center center no-repeat;
    background-size: cover;
    height: calc(25% - 15px);
    position: relative;
}
.main-cate .block-cate:hover > a{
	color: #fedc22;
}
.has-sub{
	position: relative;
}
.ul-sub-menu{
	position: absolute;
	top: 150%;
	left: 0;
	width: 200px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 5px 10px -5px #000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}
.ul-sub-menu > li > a{
	display: block;
	color: #0072bc;
	font-weight: 500;
	padding: 5px 15px;
}
.ul-sub-menu > li:hover > a{
	color: #000;
	background: #fedc22;
}
.has-sub:hover .ul-sub-menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}
.titpub{
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #0072bc;
	margin-bottom: 20px;
}
.block-title{
	text-align: center;
}
.block-smsp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
}
.item-dmsp-a{
	display: block;
	position: relative;
}
.name-sp {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(254, 220, 34, 0.7);
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    left: 0;
    bottom: -100px;
    transition: all 0.3s;
}
.item-dmsp{
	width: calc(16.66666667% - 15px);
	margin-bottom: 15px;
    overflow: hidden;
}
.item-dmsp:hover .name-sp {
    bottom: 0;
    transition: all 0.3s;
}
.block-mh-a{
	display: block;
	position: relative;
	overflow: hidden;
}
.name-mh {
    position: absolute;
    width: 100%;
    background: rgba(254, 220, 34, 0.7);
    color: #000;
    text-align: center;
    bottom: -100px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
	transition: all 0.3s;
    left: 0;
}
.block-mh-a:hover .name-mh{
	bottom: 0;
	transition: all 0.3s;
}
.block-mh{
	margin-bottom: 30px;
}
.main-thanhtuu{
	background: url(../img/thanhtuu.jpg) center center no-repeat;
	background-size: cover;
}
.icon-count{
	margin-bottom: 20px;
}
span.counter {
    color: #0072bc;
    font-size: 40px;
    font-weight: 700;
}
.title-count {
    color: #0072bc;
    font-size: 20px;
    font-weight: 700;
    margin-top: -13px;
}
.tit-ne{
	margin: 0;
	border-bottom: 1px solid #fedc22;
	font-weight: 700;
	text-indent: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}
.tit-ne:after{
	content: "";
	display: block;
	height: 5px;
	width: 100px;
	background: #fedc22;
	position: relative;
	top: 3px;
	margin-top: 10px;
}
.tit-post a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.tit-post:hover a{
	color: #fe0000;
}
.block-news-event {
    background: #f5f5f5;
    padding: 20px 5px;
}
.img-post{
	width: 40%;
	float: left;
	margin-right: 10px;
}
.des-post{
	float: left;
	width: calc(60% - 10px);
}
.des-post p {
    font-size: 13px;
    height: 90px;
    overflow: hidden;
}
.items-ne {
    margin-bottom: 10px;
}
.prev-pn {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
}
.next-pn {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
}
.main-partner{
	position: relative;
}
.items-pn {
    text-align: center;
}
.slider-partner {
    display: flex;
    align-items: center;
}
.ft-top p,
.ft-top a{
	color: #fff;
}
.ft-top a:hover{
	color: #fedc22;
}
.ft-top{
	background: #363636;
}
.p-add i{
	float: left;
	width: 10px;
	margin-right: 15px;
	color: #cd3738;
	position: relative;
	top: 2px;
}
.p-add span{
	float: left;
	width: calc(100% - 25px);
}
.p-add{
	margin-bottom: 10px;
}
.fanpage iframe{
	width: 100%;
}
.ft-bottom{
	padding: 15px 0;
}
.copyright{
	font-size: 12px;
}
.hvred:hover h4{
	color: #fedc22;
    text-shadow: 0 0 3px #000;
}
.p-brea{
	color: #fff;
}
.p-brea a{
	color: #fff;
}
.p-brea a:hover{
    color: #fedc22;
}
.main-brea{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 117px;
}
.main-brea > img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.p-brea{
	position: absolute;
	width: 1140px;
	z-index: 2;
	margin-top: 14px;
}
.main-brea:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.7);
	z-index: 1;
}
.block-aside{
	border: 1px solid #b7b7b7;
	background: #ebebeb;
	margin-bottom: 30px;
}
.tit-pubaside {
    margin: 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    background-image: linear-gradient(#0073d7, #00408b);
    width: calc(100% + 2px);
    text-transform: uppercase;
    font-size: 18px;
}
.item-list-asi i{
	font-size: 12px;
	color: #e50016;
	margin-right: 15px;
	float: left;
	width: 12px;
	position: relative;
	top: -2px;
}
.item-list-asi:hover i{
    color: #fedc22;
}
.item-list-asi a{
	display: block;
	width: calc(100% - 27px);
	font-size: 16px;
	color: #000;
}
.item-list-asi {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.block-list-asi {
    padding: 15px;
}
.item-list-asi a:hover{
	color: #fedc22;
    text-shadow: 0 0 1px #000,0 0 1px #000;
}
.block-list-asi .item-list-asi:last-child{
	margin: 0;
}
.block-qc{
	margin-bottom: 20px;
}
.block-list-asi .block-qc:last-child{
	margin-bottom: 0;
}
.block-list-news {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.news-xt {
    font-weight: 500;
}
.news-xt i {
    color: #ed1c24;
    margin-right: 10px;
}
.list-giaiphap .block-list-news:last-child{
	padding-bottom: 0;
	border: none;
}
.mgtop15{
	margin-top: 15px;
}
.block-spasi a{
	display: block;
}
.block-spasi a span{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
	color: #000;
}
.block-spasi a img{
	border: 1px solid #ccc;
}
.block-spasi {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.block-spasi:hover a span{
	color: #fe0000;
}
.add-lh p{
	margin-bottom: 10px;
}
.dmtop {
    display: flex;
    margin-bottom: 30px;
}
.nd-dmtop {
    background: #ebebeb;
    padding: 20px;
}
.block-list-sanpham {
    margin-bottom: 20px;
}
.tit-list {
    color: #0072bc;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.xemall {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 14px;
    color: #000;
    text-transform: none;
    font-weight: 500;
}
.tit-list:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #fedc22;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.item-pro-rela.codinh {
    margin-bottom: 20px;
}
.codinh {
    position: relative;
}
.item-pro-rela {
    border: 2px solid #f2f2f2;
}
.xemsp {
    display: none;
    cursor: pointer;
}
.xemsp > a.dathang {
    border: 1px solid #e80505;
    color: #e80505;
    background: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    position: relative;
    z-index: 10;
}
.xemsp > a.viewdetail {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    padding: 5px 20px;
    width: 140px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
}
.xemsp > a.viewdetail:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.codinh:hover > .xemsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.codinh:hover {
    border: 1px solid #e80505;
}
.xemsp > a.dathang:hover {
    background: #e80505;
    color: #fff;
}
.xemsp > a.viewdetail:hover {
    background: #000;
    color: #fff;
}
.xemsp > a.dathang > span > i{
	margin-right: 5px;
}
.share-this *{
	float: left;
	margin-right: 5px;
}
.dathang a{
	display: inline-block;
	background: #0072bc;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #0072bc;
}
.dathang a i{
	margin-right: 10px;
}
.dathang a:hover{
	color: #0072bc;
	background: #fff;
}
.tab-mota-thongso .nav-tabs>li>a {
    border-radius: 0;
    margin-right: 10px;
    border: none !important;
    background: #e1e1e1;
    color: #000;
    text-transform: uppercase;
}
.tab-mota-thongso .nav-tabs{
	border-bottom: 2px solid #fedc22;
	padding-bottom: 1px;
}
.tab-mota-thongso .nav-tabs>li.active>a, 
.tab-mota-thongso .nav-tabs>li.active>a:focus, 
.tab-mota-thongso .nav-tabs>li.active>a:hover{
	color: #000;
	font-weight: 700;
	background: #fedc22;
}
.tab-mota-thongso{
	margin-bottom: 20px;
}
.item-comment > img{
	float: left;
	width: 50px;
	margin-right: 15px;
}
.item-comment .name-cmt-user{
	float: left;
	width: calc(100% - 65px);
}
.nd-cmt{
	background: #e1e1e1;
	padding: 15px;
}
.item-comment.clearfix {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.big-newsm {
    position: relative;
    height: calc(100% - 15px);
}
.big-newsm > a, .small-newsm > a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.big-newsm img, .small-newsm img {
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.content-newsm {
    position: absolute;
    background: rgb(0,0,0,0.5);
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tit-newsm {
    font-size: 18px;
    font-weight: 700;
}
.title-smnews {
    font-size: 14px;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}
.pagi-news {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-news > span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
    font-size: 13px;
    font-weight: 700;
}
.pagi-news > span.acti-pagi > a {
    color: #000;
}
.pagi-news > span > a {
    color: #ffb564;
}
.tit-dmth {
    color: #1C2432;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #1C2432;
    margin-bottom: 20px;
    font-size: 20px;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #1C2432;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.prev-tlq img, .next-tlq img {
    width: 15px;
    cursor: pointer;
}
.next-tlq img {
    margin-left: 10px;
}
.item-tlq p {
    text-align: left;
}
.block-lib {
    margin-bottom: 30px;
}
.pagi-lib {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.pagi-lib li {
    display: inline-block;
}
.pagi-lib .active, .pagi-lib li a:hover {
    background: #ce0023;
    color: #fff;
}
.pagi-lib li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    width: 34px;
    height: 24px;
    border-radius: 7px;
}
.btn-breadcrumb {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    overflow: hidden;
}
.btn-breadcrumb li {
    position: relative;
}
.btn-breadcrumb li a {
    color: #838587;
    background-color: #fff !important;
    border-color: #eaeaea;
    font-size: 18px;
    height: 50px;
    text-transform: uppercase;
    cursor: default;
    padding-top: 12px;
    margin-bottom: 0;
    font-weight: 800;
}
.btn-breadcrumb li.active a {
    background-color: #bf1930 !important;
    color: #fff;
}
.btn-breadcrumb li:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 10px solid #dcdcdc;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb li:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb li.active:not(:last-child):after {
    border-left: 10px solid #bf1930;
}
.td-giohang {
    background: #bf1930;
    margin: 10px 0;
}
.td-giohang p {
    background: #bf1930;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.item-giohang {
    margin: 15px 0;
    background: #f6f6f6;
    padding: 10px;
    border: 1px solid #ccc;
}
.edit-remo-gh {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 5px;
}
.tieude-gh {
    margin-left: 20px;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font20 {
    font-size: 18px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-group-prepend {
    float: left;
}
.input-group-prepend button {
    background: none;
    border-radius: 0;
    outline: none !important;
}
#qty_input {
    width: 50px;
    float: left;
    padding: 0;
    height: 24px;
    text-align: center;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
}
.img-sp-gh {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.agh {
    width: 120px;
    float: left;
    margin-right: 35px;
}
.ct-agh {
    float: left;
    padding: 0;
    width: calc(100% - 155px);
}
.a-thanhtoan {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: #bf1930;
    border-radius: 7px;
}
.block-ttgh {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
}
.dk-gg {
    background: #ce0023;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    border: none;
    box-shadow: none;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    border-radius: 4px;
    display: block;
}
.top-dcgh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #bf1930;
    padding: 10px 15px;
    border-radius: 5px;
}
.top-dcgh h4 {
    font-size: 22px;
}
.top-dcgh a {
    color: #fff;
    padding: 7px 20px;
    background: #ad172b;
    border-radius: 5px;
    font-size: 18px;
}
.bt-dcgh {
    padding: 20px;
}
.diachigiaohang {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.tongdongia {
    border: 1px solid #ccc;
    padding: 20px;
}
.dk-face {
    background: #005890;
    text-align: center;
    color: #fff;
    padding: 7px 15px;
    border: none;
    box-shadow: none;
    width: 100%;
    font-weight: 800;
    font-size: 18px;
    border-radius: 4px;
    display: block;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    background: #4784a1;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.hvyel:hover{
    color: #fedc22;
}
.block-why {
    width: 103px;
    height: 103px;
    background: #0072bc;
    border-radius: 50%;
    border: 3px solid #b7b7b7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.block-why img:last-child{
    display: none;
}
.block-whyoption:hover img:last-child{
    display: block;
}
.block-whyoption:hover img:first-child{
    display: none;
}


@media (max-width: 1399px){
	.name-sp{
		font-size: 13px;
	}
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .main-menu{
    	padding-left: 50px;
    }
    .ul-main-menu > li > a{
    	font-size: 15px;
    }
    .main-banner{
    	width: 100%;
    	float: none;
    	margin-bottom: 30px;
    }
    .main-banner-cate.flex-n{
    	display: block;
    }
    .main-cate{
    	width: 100%;
    	float: none;
    	margin: 0;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	flex-direction: unset;
    }
    .main-cate .block-cate{
    	width: calc(50% - 15px);
    	height: 100px;
    	margin-bottom: 30px;
    }
    .block-cate > a {
	    position: unset;
	    font-size: 16px;
	    text-align: center;
	    padding: 0 15px;
	}
	.item-dmsp{
		width: calc(20% - 15px);
	}
	.p-brea{
		width: 940px;
	}
	.tit-pubaside{
		font-size: 16px;
	}
	.dmtop img {
	    width: 50%;
	}
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #0072bc;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 20px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 0;
    }
    .menu-mobile li {
        border-bottom: 1px solid rgba(219, 219, 219, 0.21176470588235294);
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid rgba(219, 219, 219, 0.21176470588235294);
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid rgba(219, 219, 219, 0.21176470588235294);
        border-bottom: none;
        background: rgba(255,255,255,.08);
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .menu-mobile .sub-menu-mb a {
	    width: 100%;
	    padding: 15px 20px;
	}
    .header-mobile {
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    height: 61px;
	}
	#imaginary_container_mb {
	    padding: 0 15px;
	}
	.main-logo img{
		width: 100px;
	}
	.social-head a {
	    background: #fff;
	    padding: 5px;
	    border-radius: 2px;
	}
	.social-head.hide991{
		display: none;
	}
	.social-head {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.basket {
	    font-size: 20px;
	    color: #fe0000;
	}
	.item-dmsp{
		width: calc(34% - 15px);
	}
	.block-whyoption{
		margin-bottom: 20px;
	}
	.block-news-event{
		margin-bottom: 20px;
	}
	.ft-top .flex-order{
		display: flex;
		flex-wrap: wrap;
	}
	.ft-top .order-1{
		order: 1;
		margin-bottom: 20px;
	}
	.ft-top .order-2{
		order: 2;
		margin-bottom: 20px;
	}
	.ft-top .order-3{
		order: 3;
		margin-bottom: 20px;
	}
	.main-wraper .flex-order{
		display: flex;
		flex-wrap: wrap;
	}
	.main-wraper .order-1{
		order: 1;
		width: 100%;
	}
	.main-wraper .order-2{
		order: 2;
		width: 100%;
	}
	.p-brea{
		width: 720px;
	}
	.ggmap iframe{
		height: 500px;
	}
    .item-giohang .center {
        text-align: left;
        margin-top: 10px;
    }
    .item-giohang .flex-center {
        justify-content: end;
        margin: 15px 0;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .p-brea{
		width: 100%;
		padding: 0 15px;
	}
	.ggmap iframe{
		height: 400px;
	}
	.tab-mota-thongso .nav-tabs>li>a{
		margin-right: 5px;
		font-size: 13px;
	}
	.dmtop {
	    display: block;
	}
	.dmtop img {
	    width: 100%;
	}
	.flex-n.blmb {
	    display: block;
	}
	.big-newsm {
	    margin-bottom: 20px;
	}
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .header-top span i{
    	display: none;
    }
    .header-top span {
	    margin-right: 7px;
	    float: left;
	}
	.main-banner{
		margin-bottom: 16px;
	}
	.main-cate .block-cate{
		width: calc(50% - 8px);
		margin-bottom: 16px;
	}
	.item-dmsp{
		width: calc(50% - 7px);
	}
	.icon-count{
		margin-bottom: 0;
	}
	span.counter{
		font-size: 30px;
	}
	.title-count {
	    font-size: 18px;
	    margin-top: 0px;
	}
	.ft-top .order-2{
		order: 3;
		margin-bottom: 20px;
	}
	.ft-top .order-3{
		order: 2;
		margin-bottom: 20px;
	}
	.ggmap iframe{
		height: 300px;
	}
	.tab-mota-thongso .nav-tabs>li>a{
		margin: 0;
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.tab-mota-thongso .nav-tabs>li{
		width: 100%;
	}
    .block-ttgh{
        padding: 0;
    }
    .top-dcgh h4{
        font-size: 18px;
    }
}