::-webkit-scrollbar {
  background:#fff;
  width:10px;
  height:11px;
}

::-webkit-scrollbar-thumb {
  background:#BBB;
}

* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  outline:none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width:100% !important;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
  width:100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
  width:100% !important;
}

.video_popup {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#clickvideo {
  width:100%;
  padding:10px 0;
  border:1px solid #DDD;
  box-sizing:border-box;
}

.addthis_native_toolbox {
  margin:10px 0;
  width:100%;
  clear:both;
  border:1px solid #ededed;
  padding:10px;
  margin-bottom:10px;
  background:#f7f6f6;
  box-sizing:border-box;
}

.addthis_native_toolbox b {
  float:left;
  font-size:14px;
  text-transform:uppercase;
  margin-right:10px;
}

#toptop {
  width:37px;
  height:37px;
  position:fixed;
  bottom:30px;
  right:20px;
  text-indent:-99999px;
  cursor:pointer;
  background:url(images/back_to_top.png) top center no-repeat;
  transition:.5s;
  z-index:200;
}

#toptop:hover {
  background:url(images/back_to_top.png) bottom center no-repeat;
  transition:.5s;
}

.clear {
  clear:both;
}

img {
  max-width:100% !important;
  height:auto;
}

div.bando img {
  max-width:none !important;
}

body {
  font-family:"Poppins","HelveticaNeue","Helvetica Neue",sans-serif;
  font-size:12px;
  line-height:1.5;
}

@font-face {
  font-family:'myFont';
  src:url(font/Roboto-Regular.ttf);
}

@font-face {
  font-family:'myFont1';
  src:url('font/SVN-Poppins Regular.ttf');
}

@font-face {
  font-family:'myFont3';
  src:url(font/Poppins-Bold.ttf);
}

@font-face {
  font-family:'myFont2';
  src:url(font/Roboto-Bold.ttf);
}

div#wapper {
  margin:auto;
  max-width:1920px;
  background:#fff;
  overflow:hidden;
  position:relative;
}

div#header {
  position:relative;
  margin:auto;
  height:100px;
}

div#header a.logo {
  display:block;
  line-height:0;
}

div#header img.logo_mobi {
  display:none;
}

div#header a.logo img {
  width:100%;
}

.menu_login {
  list-style:none;
  position:absolute;
  top:5px;
  right:70px;
}

.menu_login li {
  display:inline-block;
}

.menu_login li a {
  text-decoration:none;
  color:#fff;
  border-right:1px solid #fff;
  padding:0 5px;
}

div#lang {
  position:absolute;
  top:5px;
  right:10px;
}

div#lang a img {
  margin-left:3px;
}

.sang_header {
  top:30%;
  left:5%;
}

div.header_mobi {
  display:none;
}

div.wap_menu {
  position:relative;
  background:#fff;
  height:65px;
  line-height:65px;
  margin:auto;
  width:100%;
  border-bottom:1px solid #ddd;
}

div.menu {
  position:relative;
  max-width:1140px;
  margin:auto;
  width:89%;
}

div.menu ul {
  list-style:none;
  float: left;
  text-align:center;
  margin-left: 150px;
}

div.menu ul li {
  display:inline-block;
  position:relative;
  z-index:50;
}

div.menu ul li.line {
  background:url(images/menu_gach.png) center no-repeat;
  height:41px;
  width:1px;
  display:none;
}

div.menu ul li a {
  color:#767676;
  font-size:14px;
  padding: 0px 15px 0px 15px;
  text-decoration:none;
  display:block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", Sans-serif;
}

.seo_off_menu img {
  display:block;
  float:left;
  margin-right:5px;
  margin-top:16px;
}
}

div.menu ul li a i {
  font-size:12px;
  vertical-align:top;
  margin-top:17px;
  margin-left:5px;
}

div.menu ul li a:hover,
div.menu ul li a.active,
div.menu ul li a.active2 {
  color: #0054A6;
}

div.menu ul li ul,
div.menu ul li:hover ul li ul {
  position:absolute;
  margin-left:0;
  display:none;
  min-width:240px;
  background:#fff;
  line-height:1.5;
}
div.menu ul li ul li a:hover 
{
   color: #0054A6 !important;
  background-color: #E9F3FE !important;
}
 

div.menu ul li ul li {
  float:none;
  display:block;
  text-align:left;
}

div.menu ul li ul li a {
  padding:6px 10px;
  text-transform:none;
  display:block;
  border-bottom:1px solid #333;
}

div.menu ul li ul li ul {
  left:100%;
  top:0;
}

div.search {
 position: absolute;
    right: 0px;
    top: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 40px;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 500;
}
div.active_search
{
	visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

div.search input {
  padding:0 10px;
  float:left;
  border:none;
  background:none;
  width:calc(100% - 50px);
  outline:none;
  color:#777;
  font-style:italic;
  height:40px;
  list-style-type:40px;
  display:block;
}

div.search i {
  float:right;
  color:#222;
  font-size:17px;
  cursor:pointer;
  height:40px;
  line-height:38px;
  width:40px;
  text-align:center;
}

div#slider {
  margin:auto;
}

div#left {
  width:20%;
  float:left;
}

div.tieude {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #062746;
}

div#danhmuc {
  border-bottom:none;
}

div.danhmuc {
  margin-bottom:15px;
}

div.danhmuc:last-child {
  margin-bottom:0;
}

div#danhmuc ul {
  list-style:none;
}

div#danhmuc ul li {}

div#danhmuc ul li:last-child {
  border:none;
}

div#danhmuc ul li a {
  color:#454545;
  font-family:'myFont';
  text-decoration:none;
  font-size:14px;
  transition:.4s;
  display:block;
  padding:9px 5px 9px 23px;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color:#0054A6;
  transition:.4s;
}

div#danhmuc ul li ul li a {
  padding:9px 5px 9px 35px;
}

div#danhmuc ul li ul {
  display:none;
}

div#tinmoi {}

div#tinmoi ul {
  list-style:none;
  padding:0 10px;
}

div#tinmoi ul li {
  border-bottom:1px dashed #DDD;
  padding:10px 0;
}

div#tinmoi ul li a img {
  width:35%;
  max-width:150px !important;
  border:1px solid #d6d6d6;
  float:left;
  margin-right:10px;
}

div#tinmoi ul li a img:hover {
  transition:1s;
  border:1px solid red;
}

div#tinmoi ul li h4 a {
  text-decoration:none;
  color:#111;
  font-size:12px;
  transition:.4s;
  font-weight:400;
}

div#tinmoi ul li h4 a:hover {
  color:red;
  transition:.4s;
}

div.load_video {
  width:100%;
}

div#hotro {
  background:url(images/bg_hotro.png) left 40px no-repeat;
}

div#hotro .phone {
  color:#f10b0b;
  font-size:24px;
  font-weight:700;
  padding-top:62px;
  padding-left:90px;
  padding-bottom:10px;
  margin-right:20px;
  font-style:italic;
}

div#hotro ul {
  list-style:none;
  border-bottom:1px dashed #DDD;
  padding:7px;
  margin:0 10px;
  font-size:13px;
}

div#hotro ul li {
  clear:both;
  padding:6px 0;
  color:#555;
}

div#hotro ul li i {
  font-size:17px;
  margin-right:8px;
  clear:both;
}

div#hotro ul li span {
  color:#3853a4;
  font-weight:400;
  font-size:14px;
  margin-top:3px;
  float:left;
}

div#hotro ul li a img {
  margin-right:5px;
  float:left;
  width:25px;
}

div#quangcao a img {
  width:90%;
  max-width:300px !important;
  border:1px solid #DDD;
  margin:5px auto;
  padding:4px;
  box-sizing:border-box;
}

div#quangcao a img:hover {
  border:1px solid red;
}

div#dknt {
  max-width:400px;
  float: left;
  background: #F8F8F8;
  padding: 5px;
  height: 50px;
  width: 280px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

form#frm_dknt {
}

form#frm_dknt input[type='text'] {
  width:calc(100% - 40px);
  padding:0 5px;
  float:left;
  border:none;
  background:none;
  outline:none;
  color:#000;
  outline:none;
  height:40px;
  line-height:40px;
  margin-bottom:10px;
}

form#frm_dknt input[type='button'] {
  background:#0054A6 url(images/arrow.svg) no-repeat center center;
  color:#fff;
  padding:0 20px;
  width: 40px;
  height:40px;
  line-height:40px;
  border:none;
  cursor:pointer;
  float:right;
  text-transform:uppercase;
  outline:none;
  font-family:myFont1;
  font-size:14px;
  border-radius: 5px;
}

form#frm_dknt textarea {
  width:100%;
  padding:5px;
  float:left;
  border:none;
  background:none;
  outline:none;
  color:#000;
  outline:none;
  line-height:35px;
  border:1px solid #333;
  margin-bottom:10px;
  background:#fff;
}

div#main_content {
  max-width:1140px;
  margin:40px auto;
  width:89%;
  margin-bottom:0;
}

div#right {
  width:100%;
  float:right;
}

div.tieude_giua {
  margin-bottom: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #0054A6;
    height: 35px;
    line-height: 35px;
}

.tieude_danhmuc_mobi {
  margin:auto;
  font-size:18px;
  font-family:myFont1;
  letter-spacing:0;
  text-transform:uppercase;
  text-align:center;
  color:#333;
  margin-top:10px;
  position:relative;
  padding-bottom:10px;
  border-bottom:1px solid #bbb;
  margin-bottom:20px;
  max-width:200px;
}

.tieude_danhmuc_mobi:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  width:30px;
  height:18px;
  margin:auto;
  background:url(images/tieude_dmmuc.png) no-repeat bottom center;
  background-color:#fff;
}

div.wap_item {
  text-align:center;
  position:relative;
  margin-top:35px;
  margin-left:-15px;
  margin-right:-15px;
}

div.item {
  width:calc(100% / 3 - 30px);
  margin-left:15px;
  margin-right:15px;
  text-align:center;
  float:left;
  vertical-align:top;
  margin-bottom:35px;
  padding: 10px;
  background-color: #F8F8F8;
}
div.item_trangchu {
  width:calc(20% - 30px);
  margin-left:15px;
  margin-right:15px;
  text-align:center;
  float:left;
  vertical-align:top;
  margin-bottom:35px;
}
div.item .sp_img {
  overflow:hidden;
  margin-bottom:10px;

}

div.item .sp_img a {
  display:block;
  line-height:0;
  position:relative;
}


div.item a img {
  width:100%;
}

div.item .sp_name a {
  color: #0054A6;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-decoration: none;
}

div.item .sp_name a:hover {
  transition:.4s;
  color:red;
}

div.item .sp_gia .gia,
div.item .sp_gia .giakm {
  color:red;
  font-size:15px;
  font-family:myFont1;
  text-align:center;
}

div.item .sp_gia .giakm {
  font-weight:700;
}

div.item .sp_gia span.giacu {
  color:#666;
  text-decoration:line-through;
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
}

div.item .sp_gia span.giacu2 {
  display:inline-block;
  margin-left:5px;
  margin-right:5px;
}

div#wap_footer {
  padding-top:30px;
  margin:auto;
  color:#333;
  padding-bottom:30px;
  border-top: 1px solid #ddd;
}

div#footer {
  max-width:1140px;
  margin:auto;
  width:89%;
}

div#main_footer {
  width:35%;
  float:left;
}

div.mxh {
  margin-top:10px;
}

div.mxh a {
  display:inline-block;
  vertical-align:top;
  margin:0 2px;
}

div.mxh a img {
  max-height:35px;
  border-radius:4px;
}

div.mxh a img:hover {
  transition:1s;
  transform:rotate(360deg);
}

div#thongke {
  width:21%;
  float:right;
}

div#thongke .td_ft {
  color:#FF3;
  margin-bottom:7px;
  font-size:14px;
  text-transform:uppercase;
}

div#thongke ul {
  list-style:none;
}

div#thongke ul li {
  clear:both;
  padding:4px 0;
}

div#thongke ul li img {
  float:left;
  margin-right:15px;
  width:16px;
  margin-top:2px;
}

div#doitac {
  box-sizing:border-box;
  max-width:1200px;
  margin:auto;
  width:89%;
}

div#doitac a img {
  height:100px;
  margin:0 5px;
  border:1px solid #DDD;
}

div.wap_pro {
  margin:15px auto;
  clear:both;
}

.zoom_slick {
  width:50%;
  float:left;
  text-align:center;
}

.zoom_slick .slick2 {
  width:calc(100% - 140px);
  float:right;
}

.zoom_slick .slick2 img {
  border-radius:4px;
}

.zoom_slick .slick {
  width:130px;
  float:left;
}

.zoom_slick .slick img {
  width:100%;
  margin:auto;
  box-sizing:border-box;
  cursor:pointer;
  margin-bottom:10px;
  display:block;
  border-radius:2px;
}

.zoom_slick .slick img:hover {
  border:1px solid #F60;
  opacity:.5;
  transition:1s;
}

.product_info {
  float:right;
  list-style:none;
  width:48%;
}

.product_info li {
  font-size:13px;
  line-height:22px;
  margin-bottom:10px;
  font-family:myFont1;
}

.product_info li.ten {
  color:#000;
  font-size:30px;
  font-family:myFont2;
  margin-bottom:10px;
  line-height:30px;
}

.product_info li.giakm,
.product_info li.gia {
  font-size:20px;
  color:#000;
  position:relative;
  font-family:myFont2;
  margin-bottom:10px;
}

.product_info li.giacu {
  text-decoration:line-through;
  color:#333;
  font-family:myFont1;
  font-size:14px;
}

.product_info li.giakm .tinh_phantram {
  background:red;
  color:#fff;
  width:35px;
  display:block;
  height:35px;
  line-height:35px;
  border-radius:50%;
  font-size:12px;
  text-align:center;
  position:absolute;
  right:50%;
  top:0;
}

.product_info li b {
  font-weight:400;
  font-size:14px;
}

.xemgiohang {
  color:#E80019;
  display:block;
  width:120px;
  height:30px;
  text-align:center;
  line-height:30px;
  text-align:center;
  font-weight:700;
  cursor:pointer;
  font-size:13px;
  transition:.4s;
  margin:auto;
  margin-top:7px;
}

.product_info li .dathang {
  background:#000;
  color:#fff;
  display:block;
  max-width:200px;
  height:40px;
  line-height:40px;
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  cursor:pointer;
  font-size:14px;
  transition:.4s;
  font-family:myFont2;
  border-radius:2px;
}

.product_info li .dathang i {
  margin-right:10px;
  font-size:25px;
  margin-top:3px;
}

.product_info li .dathang:hover {
  transition:.4s;
  background:#E00;
}

span.size {
  display:inline-block;
  padding:2px 10px;
  border:1px solid #DDD;
  border-radius:3px;
  margin-right:5px;
  cursor:pointer;
}

span.mausac {
  display:block;
  float:left;
  border:1px solid #DDD;
  width:30px;
  height:30px;
  margin-right:5px;
  cursor:pointer;
  font-size:0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
  border:1px solid #E00;
}

input.soluong {
  height:20px;
  line-height:20px;
  width:30px;
  border:none;
  text-align:center;
  float:left;
  display:block;
}

.tieude_soluong {
  float:left;
  margin-right:10px;
}

.tru_soluong {
  height:20px;
  line-height:15px;
  text-align:center;
  font-family:myFont2;
  color:#333;
  border:1px solid #333;
  margin-right:5px;
  display:block;
  float:left;
  width:20px;
  border-radius:50%;
  font-size:20px;
  cursor:pointer;
}

.cong_soluong {
  height:20px;
  line-height:16px;
  text-align:center;
  font-family:myFont2;
  color:#333;
  border:1px solid #333;
  margin-right:5px;
  display:block;
  float:left;
  width:20px;
  border-radius:50%;
  font-size:18px;
  cursor:pointer;
}

table#giohang input {
  margin:5px 0;
}

table#giohang input.btn,
.click_ajax {
  background:#DC0018;
  color:#fff;
  padding:7px 15px;
  border:none;
  cursor:pointer;
  margin:5px 1px;
  border-radius:3px;
}

table#tt td {
  height:30px;
}

table#tt td input.t {
  width:300px;
  height:20px;
  margin:3px 0 5px;
  border:1px solid #DDD;
}

table#tt td textarea {
  width:300px;
}

table#tt span {
  color:red;
}

@-webkit-keyframes star {
  0% {
    -webkit-transform:rotate(0) scale(0);
  }
  50% {
    -webkit-transform:rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform:rotate(360deg) scale(0);
  }
}

@-o-keyframes star {
  0% {
    -o-transform:rotate(0) scale(0);
  }
  50% {
    -o-transform:rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform:rotate(360deg) scale(0);
  }
}

@-moz-keyframes star {
  0% {
    -moz-transform:rotate(0) scale(0);
  }
  50% {
    -moz-transform:rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform:rotate(360deg) scale(0);
  }
}

.start-animate {
  z-index:1.0E+17 !important;
  position:absolute;
  animation:star linear 1.75s infinite;
  -moz-animation:star linear 1.75s infinite;
  -webkit-animation:star linear 1.75s infinite;
  -o-animation:star linear 1.75s infinite;
}

@keyframes star {
  0% {
    transform:rotate(0) scale(0);
  }
  50% {
    transform:rotate(180deg) scale(1.5);
  }
  100% {
    transform:rotate(360deg) scale(0);
  }
}

.wap_89 {
  width:89%;
  margin:auto;
  max-width:1140px;
  position:relative;
}

.thongtin_top {
  width:100%;
  height:35px;
  line-height:35px;
  background:#61B000;
}

.item_thongtin_top {
  width:calc(100% / 3);
  float:left;
  font-family:myFont1;
  font-size:13px;
  color:#fff;
  text-align:center;
}

.logo_top {
  position:absolute;
  left:0px;
  top:0px;
  right:0;
  display:block;
  max-width: 150px;
}

.logo_top img {
  	display: block;
	height: 50px;
	margin-top: 8px;
}

.thongtin_header {
  width:calc(100% - 380px);
  float:right;
  text-align:center;
}

.logan_1 {
  font-family:myFont1;
  color:#000043;
  margin-top:42px;
  font-size:27px;
  line-height:45px;
  text-transform:uppercase;
}

.logan_2 {
  font-family:myFont1;
  color:#EB0F4F;
  margin-top:5px;
  font-size:15px;
  line-height:15px;
}

.giohang_menu {
  position:absolute;
  right:0;
  top:10px;
  height:28px;
  text-align:center;
  line-height:28px;
  color:red;
  width:28px;
  font-size:22px;
}

.giohang_menu a {
  text-decoration:none;
  color:red;
}

.giohang_menu a span {
  font-size:13px;
  color:red;
  display:block;
  position:absolute;
  right:-10px;
  top:-10px;
}

.item_hinhanh {
  width:25%;
  float:left;
}

.item_hinhanh a {
  display:block;
  overflow:hidden;
}

.item_hinhanh a img {
  display:block;
  width:100%;
  transition:.3s;
}

.item_hinhanh:hover a img {
  transform:scale(1.1);
  transition:.3s;
}

.noidung_copyright a {
  text-decoration:none;
  color:#fff;
  font-family:myFont1;
  font-size:14px;
}

.copyright {
  line-height:40px;
  text-align:left;
  border-top:1px solid #ddd;
  display:block;
  text-decoration:none;
  color:#9D9D9D;
  font-size:14px;
  font-family: "Roboto", Sans-serif ;
  padding-bottom: 10px;

}

.menu_bottom {
  width:30%;
  float:left;
  margin-left:2%;
}

.tieude_footer 
{
  	color: #0054A6;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.item_footer_ct_1 h3
{
	color: #0054A6;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.noidung_dm_sp {
  margin-top:20px;
  font-family:myFont1;
}

.noidung_dm_sp a {
  display:block;
  text-decoration:none;
  color:#333;
  font-size:14px;
}

.noidung_dm_sp a:hover {
  color:red;
  transition:.3s;
}

.dangky_nhantin {
  width:30%;
  float:right;
}

.box_news {
  width:calc(50% - 30px);
  margin-left:15px;
  margin-right:15px;
  float:left;
  margin-bottom:30px;
}

.box_news h3 {
  font-weight:400;
}

.box_news h3 a {
  font-family:myFont1;
  font-size:18px;
}

.item_boloc {
  width:calc(100% / 3 - 30px);
  margin-left:15px;
  margin-right:15px;
  float:left;
}

.right_sanpham {
  width:75%;
  float:right;
}

.boloc_sanpham {
  margin-top:0;
  width:23%;
  float:left;
}
.noidung_nhasanxuat
{
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}
.noidung_nhasanxuat a
{
  display: flex;
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  margin-bottom: 10px;
  height: 56px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
}
.noidung_nhasanxuat a img
{
  display: block;
  margin: auto;
  max-height: 40px;
}
.tieude_nhasanxuat
{
    background-image: url(images/background_brand.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 33px;
    border-radius: 6px;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
    font-family: Roboto;
}
.boloc_sanpham select {
  height:40px;
  line-height:40px;
  border:1px solid #333;
  padding:0 20px;
  width:100%;
  display:block;
  font-size:15px;
  color:#333;
  font-family:myFont1;
}

div.frm_lienhe .item_lienhe input[type='text'],
div.frm_lienhe .item_lienhe select {
  display:block;
  width:100% !important;
  padding:12px 10px !important;
  border:1px solid #b3afaf !important;
  box-sizing:border-box !important;
  background:#F7F7F7 !important;
  margin-bottom:15px !important;
}

div.frm_lienhe .item_lienhe textarea {
  order:1px solid #b3afaf;
  box-sizing:border-box;
  background:#F7F7F7;
  display:block;
  width:100% !important;
}

.left_giohang {
  width:48%;
  float:left;
}

.right_giohang {
  width:48%;
  float:right;
}

div.frm_lienhe .item_lienhe {
  margin:0;
}

.ten_httt_tieude {
  font-size:17px;
  color:#333;
  font-weight:700;
  margin-bottom:20px;
  display:block;
  text-transform:uppercase;
}

.hinhthucthanhtoan_giohang input {
  display:block;
  float:left;
}

.hinhthucthanhtoan_giohang span {
  font-family:myFont2;
  margin-top:-6px;
  font-size:13px;
  color:#333 !important;
  display:block;
  float:left;
  margin-left:6px !important;
}

.item_httt_giohang {
  margin-top:-9px;
  line-height:25px;
  display:block;
  min-height:30px;
}

.thongtin_thanhtoan {
  font-size:13px;
  font-family:myFont2;
  color:#333;
  line-height:24px;
  padding-left:25px;
  margin-bottom:20px;
  display:none;
}

.active_thanhtoan {
  visibility:visible;
  height:auto;
  display:block;
}

.mausac_loc {
  margin-top:20px;
}

.noidung_mausac {
  max-height:300px;
  overflow-y:auto;
  min-height:50px;
  border:solid 1px #ebebeb;
  border-radius:0 0 5px 5px;
  margin-top:-1px;
  padding:15px;
}

.item_mausac {
  float:left;
  position:relative;
}

.item_mausac .fa {
  width:20px;
  height:20px;
  position:relative;
  border-radius:15%;
  margin-right:5px;
  cursor:pointer;
}

.item_mausac .fa:after {
  font-family:'FontAwesome';
  display:block;
  content:"\f00c";
  color:#fff;
  font-size:12px;
  width:20px;
  height:20px;
  border-radius:50%;
  position:absolute;
  left:5px;
  top:3px;
  display:none;
}

.active_mausac .fa:after {
  display:block;
}

.khoanggia_loc {
  margin-top:20px;
}

.noidung_khoanggia {
  overflow-y:auto;
  border:solid 1px #ebebeb;
  border-radius:0 0 5px 5px;
  margin-top:-1px;
}

.item_khoanggia {
  margin:0;
  cursor:pointer;
  width:100%;
  line-height:40px;
  float:left;
  padding-right:10px;
  padding:0 20px;
  position:relative;
  margin-bottom:0;
  border-bottom:solid 1px #ebebeb;
  font-family:"Roboto",sans-serif;
}

.item_size {
  margin:0;
  cursor:pointer;
  line-height:40px;
  min-width:100%;
  float:left;
  padding-right:10px;
  padding:0 20px;
  position:relative;
  margin-bottom:0;
  border-bottom:solid 1px #ebebeb;
  font-family:"Roboto",sans-serif;
}

.item_khoanggia .fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin-right:5px;
  width:14px;
  font-size:18px;
  line-height:40px;
  position:relative;
  top:2px;
}

.item_size .fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  margin-right:5px;
  width:14px;
  font-size:18px;
  line-height:40px;
  position:relative;
  top:2px;
}

.ten_khoanggia {
  padding-left:5px;
  display:inline-block;
  color:#898989;
  font-size:1em;
  font-weight:400;
}

.item_size .fa:before {
  content:"";
  margin-right:5px;
  font-size:18px;
  border:solid 1px #ddd;
  line-height:40px;
  height:40px;
  position:absolute;
  top:-15px;
  height:15px !important;
  width:15px;
  border-radius:3px;
}

.item_khoanggia .fa:before {
  content:"";
  margin-right:5px;
  font-size:18px;
  border:solid 1px #ddd;
  line-height:40px;
  height:40px;
  position:absolute;
  top:-15px;
  height:15px !important;
  width:15px;
  border-radius:3px;
}

.noidung_khoanggia::-webkit-scrollbar {
  width:5px;
  height:11px;
  background:#ebebeb;
}

.noidung_khoanggia::-webkit-scrollbar-thumb {
  background-color:#692C85;
}

.item_khoanggia .fa:after {
  font-family:'FontAwesome';
  color:#362A6E;
  content:"\f00c";
  position:absolute;
  width:15px;
  height:15px;
  line-height:15px;
  top:-14px;
  font-size:12px;
  left:3px;
  display:none;
}

.item_size .fa:after {
  font-family:'FontAwesome';
  color:#362A6E;
  content:"\f00c";
  position:absolute;
  width:15px;
  height:15px;
  line-height:15px;
  top:-14px;
  font-size:12px;
  left:3px;
  display:none;
}

.active_khoanggia .fa:after {
  display:block;
}

.active_size .fa:after {
  display:block;
}

.tieude_danhmuc_left {
  font-size:15px;
  height:30px;
  line-height:30px;
  text-transform:uppercase;
  color:#333;
  font-family:myFont2;
}

.menu_dienthoai {
  display:none;
}

.item_khuyenmai_top {
  width:100%;
  font-size:15px;
  text-align:center;
}

.item_khuyenmai_top a {
  text-decoration:none;
  color:#fff;
  display:block;
}

.giohang_index {
  position:absolute;
  height:38px;
  border-radius:19px;
  line-height:36px;
  border:1px solid #e5e5e5;
  background:#fff;
  padding-left:42px;
  padding-right:55px;
  color:#333;
  right:0;
  top:31px;
}

.giohang_index a {
  text-decoration:none;
  color:#333;
}

.giohang_index:after {
  top:11px;
  left:16px;
  display:block;
  width:16px;
  height:16px;
  content:"";
  position:absolute;
  background:url(images/sprinter.png) left -302px no-repeat;
}

.giohang_index span.total {
  position:absolute;
  top:5px;
  right:5px;
  display:block;
  height:28px;
  line-height:28px;
  width:28px;
  text-align:center;
  background:#333;
  border-radius:100%;
  color:#fff;
}

.giohang_index a:hover {
  text-decoration:underline;
}

.dangky_dangnhap {
  position:absolute;
  right:0;
  top:0;
  font-family:myFont;
  font-size:14px;
}

.hotline_top {
  position:absolute;
  left:0;
  top:0;
  font-family:myFont;
  font-size:14px;
  color:#fff;
}

.dangky_dangnhap a {
  display:block;
  float:left;
  text-decoration:none;
  color:#fff;
}

.dangky_dangnhap a svg {
  margin-top:11px;
  display:block;
  margin-right:5px;
  float:left;
}

.line_dkdn {
  float:left;
  margin-left:10px;
  margin-right:10px;
  width:1px;
  height:12px;
  background:#fff;
  margin-top:12px;
}

.danhmuc_sanpham {
  position:relative;
  margin-top:-40px;
  z-index:600;
}

.wap_danhmuc_sp {
  margin:auto;
  width:calc(100% - 30px);
  box-shadow:1px 1px 20px rgba(0,0,0,0.3);
  background:#fff;
  padding:30px 15px;
}

.item_danhmuc_sp {
  width:calc(100% / 3 - 30px);
  float:left;
  margin-left:15px;
  margin-right:15px;
}

.item_danhmuc_sp a {
  display:block;
  position:relative;
}

.item_danhmuc_sp a img {
  display:block;
  width:100%;
}

.item_danhmuc_sp a:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background:#0006;
  z-index:1;
  opacity:0;
  transition:.3s;
}

.item_danhmuc_sp:hover a:before {
  opacity:1;
  transition:.3s;
}

.thongtin_dm_sp {
  position:absolute;
  left:10px;
  bottom:20px;
  z-index:10;
  right:10px;
}

.ten_danhmuc_sanpham {
  font-family:myFont2;
  font-size:25px;
  color:#fff;
  text-decoration:none;
  text-align:center;
  transform:scale(1);
  opacity:1;
  transition:.3s;
}

.item_danhmuc_sp:hover .ten_danhmuc_sanpham {
  transform:scale(1.2);
  opacity:1;
  transition:.3s;
}

.xemthem_danhmuc_sp {
  margin:auto;
  margin-top:10px;
  width:125px;
  text-align:center;
  height:35px;
  line-height:35px;
  font-family:myFont;
  font-size:14px;
  color:#333;
  background:#fff;
}

.phantram_giamgia {
  background:#e82b00;
  position:absolute;
  right:5px;
  top:0;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:14px;
  color:#fff;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  font-family:myFont;
  box-shadow:0 4px 6px -2px #504f4f;
}

.hethang {
  position:absolute;
  left:0;
  top:0;
  height:40px;
  background:#ddd;
  color:#333;
  font-size:10px;
  font-family:myFont1;
  height:20px;
  line-height:20px;
  padding:0 10px;
}

.wap_sanpham_moi {
  margin-top:0;
}

.left_bosuutap1 {
  width:calc(100% * 2 / 3 - 7px);
  float:left;
}

.right_bosuutap1 {
  width:calc(100% / 3 - 13px);
  float:right;
}

.bosuutap_index {
  padding:40px 0;
  padding-top:0;
}

.wap_item_bosuutap {
  margin-top:30px;
}

.item_bosuutap {
  margin-bottom:20px;
  width:100%;
  overflow:hidden;
}

.item_bosuutap a {
  display:block;
  position:relative;
}

.item_bosuutap a img {
  display:block;
  width:100%;
  transition:.3s;
}

.item_bosuutap:hover img {
  transform:scale(1.1);
  transition:.3s;
}

.ten_bosuutap {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  line-height:30px;
  background:#00000091;
  text-decoration:none;
  color:#fff;
  font-family:myFont;
  font-size:14px;
  padding:5px 10px;
}

.bosuu_tap_conlai {
  margin-left:-10px;
  margin-right:-10px;
}

.item_bosuutap2 {
  width:calc(100% / 3 - 20px);
  float:left;
  margin-left:10px;
  margin-right:10px;
}

.daily_index {
  padding:20px 0;
  background:#fbfafa;
}

.wap_daily_index {
  margin-left:-10px;
  margin-right:-10px;
}

.item_daily_index {
  width:100%;
  float:left;
  overflow:hidden;
}

.tieude_daily_index {
  font-family:myFont2;
  font-size:20px;
  color:#333;
  border-bottom:1px solid #ddd;
  height:25px;
  padding-left:10px;
  line-height:20px;
  border-left:4px solid #61B000;
  text-transform:uppercase;
}

.wap_tintuc_index {

  margin-bottom: 40px;
}
.wap_tintuc_index_con {

  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.chitiet_noidung_tintuc
{
  margin-top:20px;
  margin-left:-10px;
  margin-right:-10px;
}

.img_tintuc_1 a {
  display:block;
  position:relative;
}

.img_tintuc_1 a img {
  display:block;
  width:100%;
}

.ten_tt_1 {
  text-decoration:none;
  color:#fff;
  font-size:14px;
  font-family:myFont1;
  display:block;
  position:absolute;
  background:#00000085;
  left:0;
  right:0;
  bottom:0;
  padding:5px 10px;
}

.tintuc_index_conlai {
  margin-top:10px;
}

.ten_tt_2 a {
  font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #062746;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}

.mota_tt_index_ct {
  font-family:myFont1;
  font-size:14px;
  margin-top:5px;
  line-height:25px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

.mota {
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:3;
  display:-webkit-box;
  -webkit-box-orient:vertical;
}

.box_news h3 a {
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  display:-webkit-box;
  -webkit-box-orient:vertical;
}

.wap_video_index {
  margin-top:20px;
  margin-left:-10px;
  margin-right:-10px;
}

.item_video_1 {
  display:block;
  width:100%;
}

.item_video_1 a {
  display:block;
  position:relative;
}

.item_video_1 a img {
  display:block;
  max-height:250px;
  width:100%;
}

.video_conlai {
  margin-top:10px;
  margin-left:-5px;
  margin-right:-5px;
}

.item_video_conlai {
  width:calc(50% - 20px);
  float:left;
  margin-right:10px;
  margin-left:10px;
  overflow:hidden;
}

.item_video_conlai a {
  display:block;
  position:relative;
}

.item_video_1 a span {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  content:"";
  width:70px;
  margin-left:-35px;
  margin-top:-25px;
  height:50px;
  background:url(images/sprinter.png) left -318px no-repeat;
}

.item_video_conlai a span {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  content:"";
  width:70px;
  margin-left:-35px;
  margin-top:-25px;
  height:50px;
  background:url(images/sprinter.png) left -318px no-repeat;
}

.item_video_conlai a img {
  display:block;
  width:100%;
}

.wap_daily_index_ct {
  margin-top:20px;
}

.item_daily_index_ct {
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
  width:100%;
}

.ten_daily_index a {
  display:block;
  font-family:myFont2;
  font-size:15px;
  color:#333;
  text-decoration:none;
  background:url(images/map-marker.svg) no-repeat left center;
  background-size:15px 15px;
  padding-left:20px;
}

.mota_daily_index {
  font-family:myFont;
  font-size:13px;
  margin-top:5px;
  color:#333;
}

.load_website {
  background:#fff;
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:99999;
}

.logo_load {
  position:absolute;
  top:30%;
  display:block;
  left:0;
  right:0;
}

.logo_load img {
  display:block;
  margin:auto;
  max-width:250px !important;
  padding-bottom:10px;
}

.logo_load:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  width:0;
  background:#3D3B3C;
  height:2px;
  bottom:26px;
  margin:auto;
  margin-left:calc(50% - 125px);
  animation:slide 1s;
  -webkit-animation:slide 1s;
}

@-webkit-keyframes slide {
  from {
    width:0;
  }
  to {
    width:140px;
  }
}

#slideText {}

.logan_dangky {
  margin-top:20px;
}

.logan_dangky {
  font-family:myFont1;
  font-size:16px;
  color:#333;
}

.logan_dangky a {
  display:block;
  color:#333;
  text-decoration:none;
}

.logan_dangky span {
  font-size:16px;
  color:#333;
  font-family:myFont1;
}

.logan_dangky a span {
  color:#61B000;
  font-family:myFont2;
}

.noidung_dm_sp .section {
  margin-bottom:10px;
}

.noidung_dm_sp .icon {
  width:20px;
  height:20px;
  float:left;
}

.noidung_dm_sp .icon i {
  font-size:16px;
  margin-top:5px;
  color:#363636;
}

.noidung_dm_sp .fa-map-marker-alt {
  margin-left:2px;
}

.noidung_dm_sp .title-contact {
  font-weight:600;
  font-size:16px;
  display:block;
  line-height:24px;
  padding:0;
  color:#363636;
}

.noidung_dm_sp .fright {
  display:block;
  float:left;
  width:calc(100% - 20px);
  -webkit-width:calc(100% - 20px);
  -moz-width:calc(100% - 20px);
  -os-width:calc(100% - 20px);
  -o-width:calc(100% - 20px);
  padding-left:15px;
  position:relative;
}

.noidung_dm_sp .fright:before {
  content:"";
  width:1px;
  background:#e1e1e1;
  position:absolute;
  left:-16px;
  top:20px;
  height:70%;
}

#matkhau,
#nhaplaimatkhau,
#matkhaucu {
  padding:10px;
  margin-bottom:15px;
  border:1px solid #b3afaf;
  padding-left:8%;
}

div.dangky_frm .item_lienhe input[type='text'],
div.dangky_frm .item_lienhe select {
  padding:10px;
}

.btn_dangnhap {
  background:#0054A6 ;
}

div.frm_lienhe .item_lienhe input[type='button'],
div.frm_lienhe .item_lienhe input[type='reset'],
div.frm_lienhe .item_lienhe input[type='submit'] {
  background:#0054A6 ;
}

.trave_thongbao {
  float:left;
  height:22px;
  line-height:22px;
  color:red;
  margin-left:10px;
  font-size:14px;
  font-family:myFont;
}

.ten_giohang_ct {
  font-family:myFont2;
  color:#333;
  font-size:14px;
}

.size_giohang {
  font-family:myFont2;
  color:#333;
  font-size:12px;
  margin-top:10px;
  height:30px;
  line-height:30px;
}

.mausac_giohang {
  height:30px;
  line-height:30px;
  font-family:myFont2;
  color:#333;
  font-size:12px;
}

.pupup_dangky {
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  right:0;
  top:0;
  z-index:99999999;
  background:#0000003d;
}

.pupup_con_ct {
  width:60%;
  margin:auto;
  height:70%;
  margin-top:10%;
  background-position:right !important;
  background-repeat:no-repeat !important;
  background-size:auto 100% !important;
  max-width:950px;
  position:relative;
}

.close_pupup {
  width:40px;
  line-height:40px;
  border-radius:50%;
  height:40px;
  text-align:center;
  cursor:pointer;
  background:#000000d1;
  color:#fff;
  font-size:20px;
  font-family:myFont;
  position:absolute;
  right:-20px;
  top:-20px;
}

.noidung_dk_nt {
  width:40%;
  height:100%;
  background:#ffffffe0;
  float:left;
  display:block;
  padding:10px;
  font-family:myFont1;
  font-size:15px;
}

.noidung_dk_nt ul {
  list-style-type:none;
}

.none_pupup {
  display:none !important;
}

.line_sanpham_con {
  width:100%;
  height:1px;
  background:#ddd;
  margin-bottom:10px;
}

.tieude_hinhanh {
  font-size:26px;
  font-family:myFont2;
  letter-spacing:0;
  text-transform:uppercase;
  text-align:center;
  color:#333;
  margin-top:20px;
  margin-bottom:20px;
}

.tieude_hinhanh a {
  display:block;
  font-family:myFont1;
  font-size:14px;
  color:#333;
  text-decoration:none;
  text-align:center;
  text-transform:capitalize;
}

.trangchu a i {
  display:block;
  font-size:35px !important;
  margin-top:0 !important;
  margin-left:0 !important;
  position:absolute;
  left:0;
  top:-23px;
}

.trangchu a {
  display:block;
}

.ten_video_index {
  font-family:myFont2;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  color:#333;
  margin-top:10px;
  display:block;
}

.item_video_conlai a {
  text-decoration:none;
}

.item_tt_index {
  margin-top:30px;
}

.item_tt_index_ct {
  width:calc(100% / 3 - 20px);
  float:left;
  margin-left:10px;
  margin-right:10px;
  margin-bottom: 20px;
}

.img_tt_index_Ct a {
  display:block;
  overflow:hidden;
}

.img_tt_index_Ct a img {
  display:block;
  width:100%;
  border-radius:4px;
  transition:.3s;
}

.img_tt_index_Ct:hover a img {
  transition:.3s;
  transform:scale(1.1);
}

button.slick-next:before {
  border-radius:50%;
  height:40px !important;
  width:40px !important;
  line-height:40px;
  color:#222;
  background:#fff;
  content:"\f105";
  font-family:"FontAwesome";
  text-indent:0;
  position:absolute;
  left:0;
  width:29px;
  text-align:center;
  font-size:25px;
  border:1px solid #222;
}

button.slick-next {
  top:40%;
  position:absolute;
  text-decoration:none;
  margin-top:-15px;
  padding:0;
  outline:none;
  text-indent:1010%;
  border-radius:0;
  white-space:nowrap;
  margin-right:11px;
  background:#fff;
  height:40px;
  width:40px;
  line-height:40px;
  border-radius:50%;
  transform:scale(1);
  opacity:1;
  transition:transform .3s ease-in-out,opacity .3s ease-in-out;
  right:0;
  opacity:.7;
}

button.slick-prev:before {
  border-radius:50%;
  height:40px !important;
  width:40px !important;
  line-height:40px;
  color:#222;
  background:#fff;
  content:"\f104";
  font-family:"FontAwesome";
  text-indent:0;
  position:absolute;
  left:0;
  text-align:center;
  font-size:25px;
  border:1px solid #222;
}

button.slick-prev {
  opacity:.7;
  top:40%;
  position:absolute;
  text-decoration:none;
  margin-top:-15px;
  padding:0;
  outline:none;
  text-indent:1010%;
  border-radius:0;
  white-space:nowrap;
  margin-right:11px;
  background:#fff;
  height:40px;
  width:40px;
  line-height:40px;
  border-radius:50%;
  transform:scale(1);
  transition:transform .3s ease-in-out,opacity .3s ease-in-out;
  left:0;
}

.chay_sanpham_nb {
  position:relative;
}

div.user {
  top:10px !important;
}

.menu_dangky_dangnhap {
  margin-top:20px;
  padding:10px 10px 10px 20px;
}

.item_dangky_dangnhap {
  border-bottom:none;
  width:50%;
  float:left;
}

.item_dangky_dangnhap a {
  font-family:myFont1;
  font-size:16px;
  color:#fff;
}

.danhmuc_sanpham_mobi {
  display:none;
}

.left_noidung_baiviet {
  width:73%;
  float:left;
}

.right_noidung_baiviet {
  width:25%;
  float:right;
}

.tieude_tinlienquan {
  color:#333;
  font-size:20px;
  text-align:center;
  text-transform:uppercase;
  padding-bottom:15px;
  font-family:myFont1;
}

.item_tt_lienquan_con {
  margin-bottom:20px;
}

.img_tt_lienquan_con a {
  display:block;
}

.img_tt_lienquan_con a img {
  display:block;
  width:100%;
}

.ten_tt_lienquan a {
  margin-top:5px;
  color:#333;
  font-size:14px;
  text-align:center;
  font-family:myFont1;
  text-decoration:none;
  display:block;
}

.item_slider_top {
  height:560px;
}

.luotxem_luotmua {
  position:absolute;
  left:0;
  right:0;
  width:100%;
  bottom:0;
}

.luotmua_sp {
  background:#ddd;
  color:#333;
  font-size:12px;
  font-family:myFont1;
  height:30px;
  line-height:30px;
  padding:0 5px;
  float:left;
}

.luotxem_sp {
  background:#ddd;
  color:#333;
  font-size:12px;
  font-family:myFont1;
  height:30px;
  line-height:30px;
  padding:0 5px;
  float:right;
}

.dieuhuong_sanpham {
  border-bottom:1px solid #ddd;
  padding-bottom:10px;
}

.dieuhuong_sanpham a {
  display:block;
  float:left;
  margin-right:5px;
  font-size:12px;
  color:#333;
  text-decoration:none;
}

.dieuhuong_sanpham a:hover {
  color:red;
}

.tintuc_mobie {
  display:none;
}

.xemtatca_tintuc {
  display:block;
  margin:auto;
  width:100px;
  font-family:myFont;
  font-size:14px;
  height:30px;
  line-height:30px;
  border:1px solid #ddd;
  margin-top:10px;
}

.xemtatca_tintuc a {
  text-decoration:none;
  color:red;
  text-align:center;
  display:block;
}

.mangxa_hoifix {
  position:fixed;
  right:10px;
  bottom:10%;
  z-index:999;
}

.mangxa_hoifix a {
  display:block;
  margin-bottom:5px;
  position:relative;
}

.mangxa_hoifix a:hover {
  color:#fff;
}

.mangxa_hoifix a .ten_hover {
  position:absolute;
  right:calc(100% + 10px);
  top:12px;
  font-size:12px;
  width:175px;
  text-align:right;
  color:#fff;
  visibility:hidden;
  opacity:0;
  transition:.3s;
}

.mangxa_hoifix a .ten_hover div {
  display:inline-block;
  background:#43acc4;
  padding:2px 5px;
  border-radius:5px;
}

.mangxa_hoifix a:hover .ten_hover {
  visibility:visible;
  opacity:1;
  transition:.3s;
}

.mangxa_hoifix a img {
  display:block;
  max-width:50px !important;
  border-radius:10px;
}

.hidden_mxh {
  opacity:0;
  visibility:hidden;
  transition:.5s;
  right:-100px;
}

.hidden_mxh2 a {
  opacity:0 !important;
  visibility:hidden !important;
  transition:.5s;
  margin-right:-100px !important;
}

.hidden_mxh2 a:nth-child(6) {
  opacity:1 !important;
  visibility:visible !important;
  transition:.5s !important;
  margin-right:0 !important;
}

.close_mxh {
  text-align:center;
  color:#fff;
  text-decoration:none;
  padding:2px 5px;
  background:#43acc4;
  border-radius:4px;
}

.donhang_damua tr {
  height:50px;
  line-height:50px;
  text-align:center;
}

.donhang_damua thead tr {
  font-weight:500;
  font-size:18px;
}

.donhang_damua tr td {
  text-align:center;
  border-right:1px solid #ddd;
}



.mota_sanpham {
  height:40px;
  line-height:20px;
  overflow:hidden;
  margin-top:10px;
}

div.item .sp_name a {
  height:40px;
  line-height:20px;
  overflow:hidden;
}
.ngon_ngu_top
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.ngon_ngu_top a 
{
	text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    text-decoration: none;
    margin-left: 5px;
}
.ngon_ngu_top a:hover 
{
	color: #0054A6 !important;
    text-decoration: underline !important;
}
.active_ngonngu
{
	color: #0054A6 !important;
    text-decoration: underline !important;
}
.icon_timkiem_top
{
	float: left;
	margin-left: 80px;
	position: relative;
}
.icon_timkiem_top a 
{
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    color: #0054A6;
    text-decoration: none;
    display: block;
    height: 65px;
    line-height: 65px;
}
.icon_timkiem_top a img 
{
	display: block;
    margin-right: 5px;
    margin-top: 24px;
    float: left;
}
.menu_sanpham_ct
{
	position: relative;
}
.noidung_menu_sanpham
{
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 570px;
	background: #fff;
	z-index: 500;
	padding: 2.5px;
	padding-bottom: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}
.noidung_menu_sanpham a
{
	display: block !important;
    width: calc(50% - 5px) !important;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
    margin-top: 2.5px !important;
    float: left;
    color: #000000 !important;
    height: 35px;
    text-align: left;
    line-height: 35px;
}
.noidung_menu_sanpham a:hover {
    color: #0054A6 !important;
    background-color: #E9F3FE !important;
}
.menu_sanpham_ct:hover .noidung_menu_sanpham
{
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}
.chay_top
{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 10px;
    height: 40px;
    line-height: 25px;
}
.chay_top li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}
.chay_top li .fa, .chay_top li .fab, .chay_top li .fad, .chay_top li .fal, .chay_top li .far, .chay_top li .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.img_gioithieu_index 
{
	position: relative;
}
.img_gioithieu_index img 
{
	display: block;
	border-radius: 6px;
	width: 100%;
}
.mota_thongtin_trangchu
{
	position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(0%, -50%);
    width: 45%;
}
.mota_thongtin_trangchu h2 {
    font-family: Roboto;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    color: #0054A6;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.mota_thongtin_trangchu p {
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #0054A6;
    text-transform: uppercase;
}
.gioithieu_vechungtoi
{
	background-color: #F7F8FA;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 20px 0px 20px;
    border-radius: 6px 6px 6px 6px;
    padding-right: 0px;
}
.left_gioithieu_index {
    width: 55.72%;
    float: left;
    padding: 10px;
}
.right_gioithieu_index {
    width: 44.185%;
    float: right;
}
.right_gioithieu_index img 
{
	display: block;
}
.left_gioithieu_index h2 {
    color: #1B75BB;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 50px;
}
.left_gioithieu_index p 
{
	margin-top: 20px;
	color: #949494;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.nutgioithieu
{
	font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0054A6;
    padding: 0px 30px 0px 14px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    position: relative;
    border-radius: 6px;
}
.nutgioithieu svg 
{
	display: block;
    position: absolute;
    right: 10px;
    top: 7px;
}
.logo_footer 
{
	display: block;
	margin-bottom: 30px;
}
.item_footer_ct_1
{
	width: 35%;
	float: left;
	padding-right: 3%;
}
.item_footer_ct_2
{
	width: 40%;
	float: left;
	padding-right: 3%;
}
.item_footer_ct_3
{
	width: 20%;
	float: left;
	padding-right: 3%;
}
.item_footer_ct_4
{
	width: 20%;
	float: left;
}
.ct_lienhe 
{
	display: block;
	margin-bottom: 10px;
	color: #5C5C5C;
	font-family: "Roboto", Sans-serif;
	font-size: 13px;
}
.ct_lienhe i
{
	color: #0054A6;
    font-size: 14px;
}
.item_footer_ct_1 p 
{
	display: block;
	margin-bottom: 10px;
	color: #5C5C5C;
	font-family: "Roboto", Sans-serif;
	font-size: 13px;
}
.item_footer_ct_1 p:hover 
{
	color: #0054A6;
}
.ct_lienhe:hover  
{
	color: #0054A6;
}
.noidung_link_footer a
{
	display: block;
	margin-bottom: 10px;
	color: #5C5C5C;
	font-family: "Roboto", Sans-serif;
	font-size: 13px;
	text-decoration: none;
}
.noidung_link_footer a:hover 
{
	color: #0054A6;
}
.dangky_nhantin_ct
{
	border-top: 1px solid #ddd;
	height: 90px;
}
.email_dangky_nhantin
{
	float: right;
    height: 90px;
    line-height: 90px;
}
.email_dangky_nhantin a 
{
	text-decoration: none;
	color: #5C5C5C;
	font-size: 14px;
	font-family: "Roboto", Sans-serif;
}
.email_dangky_nhantin a i 
{
	color: #0054A6;
    padding: 5px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-left: 6px;;
}
.email_dangky_nhantin a:hover 
{
	color: #0054A6;
}
.theodoi_dangky_nhantin
{
	color: #5C5C5C;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	float: right;
	margin-right: 200px;
    height: 90px;
    line-height: 90px;
}
.theodoi_dangky_nhantin a
{
	color: #0054A6;
    margin-left: 10px;
    display: block;
    float: right;
}
.theodoi_dangky_nhantin a i
{
	color: #0054A6;
    padding: 5px;
    background: #F0F0F0;
    border-radius: 4px;
}
.tieude_dangky_nhantin
{
	width: 25%;
    float: left;
    color: #5C5C5C;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    height: 90px;
    padding: 26px 0px;
}
.tieude_tintuc_index h2
{
	margin-bottom: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #0054A6;
    width: 25%;
    float: left;
     height: 35px;
    line-height: 35px;
}

.xemthatca {
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0054A6;
    padding: 0px 30px 0px 14px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    position: relative;
    border-radius: 6px;
    width: 110px;
    float: right;
    margin-bottom: 20px;
}
.xemthatca img {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
}

.danhmuc_tintuc_nb
{
	width: calc(75% - 150px);
	margin-left: 20px;
	float: left;
}
.danhmuc_tintuc_nb a
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #062746;
	background: #F0F0F0;
    padding: 0px 8px;
    border-radius: 4px;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
}
.danhmuc_tintuc_nb a:hover
{
	background: #0054A6;
	color: #fff;
}
.danhmuc_tintuc_nb .active_dm_tintuc
{
	background: #0054A6;
	color: #fff;
}
.chitiet_noidung_tintuc
{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}
.item_tintuc_ct
{
	width: calc(25% - 20px);
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.img_tintuc_ct a 
{
	display: block;
}
.img_tintuc_ct a img
{
	display: block;
	width: 100%;
}
.ten_tintuc_ct a
{
	font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #062746;
    margin-bottom: 15px;
    text-decoration: none;
    transition: 0.3s;
    display: block;
}
.ten_tintuc_ct a:hover 
{
	color: #0054A6;
	transition: 0.3s;
}

.mota_tintuc_ct {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #77787B;
}
.tab_tintuc
{
	margin: 14px 0 18px 0;
}
.tab_tintuc a 
{
	border-radius: 40px;
    background: #E9F3FE;
    padding: 2px 10px;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    color: #0054A6;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    margin-bottom: 4px;
}
.tab_tintuc a:hover {
    background: #0054A6;
    color: #fff;
}
.wap_ykienchuyengia
{
	background-image: url(/images/hinhctr.png);
	padding: 30px;
    border-radius: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    min-height: 200px;
}
.wap_ykienchuyengia h2 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF94;
}
.noidung_ykien_chuyen_gia
{
	margin-bottom: 30px;
}
.noidung_ykien_chuyengia {
    text-align: left;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    padding: 25px 300px 25px 0px;
}
.ten_ykien_chuyengia {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 30px;
}
.mota_ykien_chuyengia
{
	color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 60px;
}
.tieude_doitac_khachhang
{
    float: left;
}
.tieude_doitac_khachhang h2 
{
	margin-bottom: 0;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #0054A6;
}
.tabs_doitac_right
{
	float: right;
}
.tabs_doitac_right a
{
	display: inline-block;
    margin-left: 15px;
    padding: 5px 8px;
    background-color: #F0F0F0;
    border-radius: 4px;
    position: relative;
    text-align: center;
    color: #062746;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}
.tabs_doitac_right a:hover 
{
	background-color: #0054A6;
	color: #fff;
	transition: 0.3s;
}
.tabs_doitac_right .active
{
	background-color: #0054A6;
	color: #fff;
}
.wap_doitac_index
{
	margin-bottom: 40px;
}
.mota_doitac
{
	font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    width: 65%;
    margin-bottom: 39px;
    color: #949494;
    margin-top: 15px;
}
.mota_doitac a {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #77787B;
    text-decoration: none;
}
.mota_doitac a:hover 
{
	color: #062746;
}
.noidung_chay_doitac
{
	margin-top: 20px;
}
.noidung_chay_doitac a
{
	display: block;
  border: 1px solid #ddd;
  padding: 5px;
  margin-left: 2px;
  margin-right: 2px;
}

.noidung_chay_doitac a img {
  height:70px;
}
.doitac_con_ct
{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.doitac_con_ct a 
{
	display: block;
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	margin-bottom: 20px;
	float: left;
	padding: 10px 0px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.doitac_con_ct a img 
{
	display: block;
	width: 251px;
	height: 68px;
	margin: auto;
}
.left_lienhe
{
	width: 49%;float: left;
}

@media screen and (max-width:1260px) {
  div.menu ul li a {
    padding:0 20px;
  }
}

@media screen and (max-width:1120px) {
  div.menu ul li a {
    padding:0 15px;
  }
}

@media screen and (max-width:1080px) {
  .logo_top {
    position:relative;
    left:auto;
    top:auto;
  }
  .logo_top img {
    display:block;
    margin:auto;
  }
  .thongtin_header {
    float:none;
    margin:auto;
    text-align:center;
    width:100%;
  }
  div#header {
    height:auto;
    padding:20px 0;
  }
  .logan_1 {
    margin-top:0;
  }
  .logan_2 {
    margin-bottom:10px;
  }
}

@media screen and (max-width:1024px) {
  div.menu ul li a {
    padding:0 10px;
  }
}

@media screen and (max-width:960px) {
  .mangxa_hoifix a .ten_hover {
    display:none !important;
  }
  .mangxa_hoifix a {
    display:inline-block;
    vertical-align:middle;
    margin-bottom:0;
  }
  .mangxa_hoifix {
    position:fixed;
    right:10px;
    bottom:10px;
    z-index:999;
    width:97%;
    text-align:center;
  }
  .mangxa_hoifix .close_mxh {
    display:none;
  }
  .boloc_sanpham {
    width:100%;
  }
  .right_sanpham {
    width:100%;
  }
  .item_slider_top {
    height:180px;
  }
  form#frm_dknt {
    text-align:center;
  }
  form#frm_dknt input[type='button'] {
    float:none;
    display:inline-block;
  }
  div.search_mobi {
    background:#fff !important;
    color:#333 !important;
  }
  div.search_mobi input {
    color:#333 !important;
  }
  .mm-listview > li a {
    text-transform:uppercase !important;
  }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    text-transform:uppercase !important;
    font-size:18px;
  }
  .danhmuc_sanpham_mobi {
    display:block;
    border-bottom:1px solid #ddd;
  }
  .slick {
    width:100% !important;
    margin-top:10px;
  }
  .slick img {
    width:98% !important;
    margin:auto !important;
  }
  .slick2 {
    width:100% !important;
  }
  .sanpham_con_ct {
    padding:10px;
    width:95%;
  }
  .item_danhmuc_sp_mobi {
    font-family:myFont2;
    font-size:10px;
    text-align:center;
    width:calc(100% / 3 - 10px);
    margin-left:5px;
    margin-right:5px;
    float:left;
    padding:0 5px;
    margin-bottom:10px;
    margin-top:10px;
  }
  .item_danhmuc_sp_mobi a {
    text-decoration:none;
    color:#333;
  }
  .wap_danhmuc_sp {
    display:none;
  }
  .danhmuc_sanpham {
    margin-top:0;
  }
  button.slick-next {
    top:30%;
    right:-10px;
  }
  button.slick-prev {
    top:30%;
    left:0;
  }
  .logo_top img {
    max-width:115px !important;
  }
  .pupup_con_ct {
    width:90%;
  }
  .noidung_dk_nt {
    width:100%;
  }
  .wap_danhmuc_sp {
    padding:10px 5px;
    width:89%;
  }
  .dangky_dangnhap {
    display:none;
  }
  .hotline_top {
    display:none;
  }
  div.search {
    display:none;
  }
  .giohang_index {
    display:none;
  }
  div.wap_menu {
    background:none;
    height:auto;
  }
  .logo_top_mb {
    position:absolute;
    max-width:70px;
    display:block;
    left:0;
    right:0;
    margin:auto;
    top:4px;
  }
  .logo_top_mb img {
    display:block;
  }
  .header a.hien_menu {
    top:0px !important;
  }
  div#header {
    display:none;
  }
  .menu_dienthoai {
    display:block;
    width:100%;
  }
  div.menu {
    width:100%;
  }
  .menu_com {
    display:none;
  }
  .menu_bottom {
    width:100%;
    margin-top:10px;
    margin-left:0;
  }
  .dangky_nhantin {
    width:100%;
    margin-top:10px;
    margin-left:0;
  }
  .giohang_menu {
    display:none;
  }
  div.header_mobi {
    display:block;
  }
  nav#menu {
    display:none;
  }
  div#main_content {
    width:90%;
  }
  div#footer {
    width:90%;
  }
  div#slider {
    width:100%;
    padding:0;
    border:none;
  }
  div#danhmuc {
    display:none;
  }
  div#right {
    width:100%;
  }
  div#left {
    width:100%;
  }
  div.wap_item {
    margin-left:-5px;
    margin-right:-5px;
  }
  div.item {
    width:calc(100% / 3 - 10px);
    margin-left:5px;
    margin-right:5px;
  }
  div#main_footer {
    width:100%;
  }
  div#thongke {
    width:100%;
  }
  div.thongke_an {
    display:none;
  }
  div.tt_lh {
    width:100%;
  }
  div.bando {
    width:100%;
  }
  .menu_login {
    display:none;
  }
  .item_khoanggia {
    width:100%;
  }
  .item_footer_ct_2
  {
    width: 100%;
  }
  .item_footer_ct_3
  {
    width: 100%;
    margin-top: 30px;
  }
  .item_footer_ct_4
  {
    width: 100%;
    margin-top: 30px;
  }
  .dangky_nhantin_ct
  {
    height: auto;
  }
  div#dknt
  {
    width: 100%;
     margin-left: 0px;
    margin-top: 0px;
  }
  .tieude_dangky_nhantin
  {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
  .theodoi_dangky_nhantin
  {
    margin-right: 20px;
  }
  .left_gioithieu_index
  {
    width: 100%;
  }
  .right_gioithieu_index
  {
    width: 100%;
    margin-top: 20px;
  }
  .ngon_ngu_top {
    position: absolute;
    right: 60px;
    top: -10px;
  }
}

@media screen and (max-width:800px) {
  .luotmua_sp {
    background:#ddd;
    color:#333;
    font-size:8px;
    font-family:myFont1;
    height:20px;
    line-height:20px;
    padding:0 5px;
    float:left;
  }
  .luotxem_sp {
    background:#ddd;
    color:#333;
    font-size:8px;
    font-family:myFont1;
    height:20px;
    line-height:20px;
    padding:0 5px;
    float:right;
  }
  .left_noidung_baiviet {
    width:100%;
    float:left;
  }
  .right_noidung_baiviet {
    width:100%;
    float:right;
    margin-top:10px;
  }
  .left_bosuutap1 {
    width:100%;
  }
  .right_bosuutap1 {
    width:100%;
  }
  .thongtin_header {
    display:none;
  }
  .box_news {
    width:calc(100% - 30px);
  }
  .box_news a img {
    max-width:100%;
  }
  .boloc_sanpham {
    margin-top:5px;
  }
  .khoanggia_loc {
    margin-top:0;
  }
}

@media screen and (max-width:700px) {
  .left_giohang {
    width:100%;
  }
  .right_giohang {
    width:100%;
  }
}

@media screen and (max-width:603px) {
  .doitac_con_ct a {
    display: block;
    width: calc(50% - 20px);
  }
  .wap_tintuc_index {
    display:none;
  }
  .tintuc_mobie {
    display:block;
  }
  .item_bosuutap2 {
    width:calc(100% / 1 - 20px);
  }
  .item_hinhanh {
    width:50%;
  }
  div#header a.logo {
    display:none;
  }
  div#header img.logo_mobi {
    display:block;
    margin:auto;
    width:100%;
  }
  div.item {
    width:calc(100% / 2 - 10px);
  }
  div.item:nth-child(2n + 1)
  {
    clear: both;
  }
  .zoom_slick {
    width:100%;
    max-width:100%;
    float:none;
    margin:auto;
  }
  .product_info {
    width:100%;
    margin-top:10px;
  }
  .gh_an {
    display:none;
  }
}

@media screen and (max-width:460px) {
  .copyright {
    height:auto;
    line-height:30px;
    padding:10px 0;
  }
  div.frm_lienhe .item_lienhe input[type='text'],
  div.frm_lienhe .item_lienhe textarea,
  div.frm_lienhe .item_lienhe input[type='password'] {
    width:100%;
  }
  div.frm_lienhe .item_lienhe select {
    width:100%;
  }
  .map_description {
    width:100%;
  }
  .box_news a img {
    width:110px;
  }
  div.frm_lienhe .item_lienhe p {
    width:100%;
  }
  .othernews ul.phantrang {
    margin-left:0;
  }
  .box_news h3 a {
    font-size:14px;
  }
}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {}