@charset "UTF-8";
@font-face {
  font-family: 'main';
  src: url('fonts/Regular.eot');
  src: url('fonts/Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/Regular.woff') format('woff'),
  url('fonts/Regular.ttf') format('truetype'),
  url('fonts/Regular.svg#Regular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'MuliRegular';
  src: url('fonts/MuliRegular.eot');
  src: url('fonts/MuliRegular.eot?#iefix') format('embedded-opentype'),
  url('fonts/MuliRegular.woff') format('woff'),
  url('fonts/MuliRegular.ttf') format('truetype'),
  url('fonts/MuliRegular.svg#MuliRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url('fonts/RobotoBold.eot');
  src: url('fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/RobotoBold.woff') format('woff'),
  url('fonts/RobotoBold.ttf') format('truetype'),
  url('fonts/RobotoBold.svg#RobotoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('fonts/RobotoRegular.eot');
  src: url('fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
  url('fonts/RobotoRegular.woff') format('woff'),
  url('fonts/RobotoRegular.ttf') format('truetype'),
  url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaBook';
  src: url('fonts/SFUFuturaBook.eot');
  src: url('fonts/SFUFuturaBook.eot?#iefix') format('embedded-opentype'),
  url('fonts/SFUFuturaBook.woff') format('woff'),
  url('fonts/SFUFuturaBook.ttf') format('truetype'),
  url('fonts/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFUFuturaHeavy';
  src: url('fonts/SFUFuturaHeavy.eot');
  src: url('fonts/SFUFuturaHeavy.eot?#iefix') format('embedded-opentype'),
  url('fonts/SFUFuturaHeavy.woff') format('woff'),
  url('fonts/SFUFuturaHeavy.ttf') format('truetype'),
  url('fonts/SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "RobotoRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:::after,
*:::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[hidden],
template {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin: 30px 0;
}
pre {
  overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  color: inherit;
}
.container {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.container-full {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.opacity {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.img-full,
.img-full img{
  width: 100%;
  height: auto;
  display: block;
}

.img-center {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
p,h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  vertical-align: middle;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a:hover,
a:focus {
  text-decoration: none;
}
.clearfix::before,
.clearfix::after,
.nav::before,
.nav::after,
.row::before,
.row::after,
.ar::before,
.ar::after,
.side::before,
.side::after,
.widget::before,
.widget::after,
.footer::before,
.footer::after,
.copyright::before,
.copyright::after,
#form-lienhe .form-group::before,
#form-lienhe .form-group::after {
  content: '';
  display: table;
}
.clearfix::after,
.nav::after,
.row::after,
.ar::after,
.side::after,
.widget::after,
.footer::after,
.copyright::after,
#form-lienhe .form-group::after{
  clear: both;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.main {
  padding-top: 20px;
  padding-bottom: 25px;
}
.main.white {
  background-color: white;
}
.main.white.hide {
  overflow: hidden;
}
.main .bg-white {
  background-color: white;
}
.mrg-l30 {
  margin-left: 30px;
}
.mrg-b10 {
  margin-bottom: 10px;
}
.mrg-b35 {
  margin-bottom: 35px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
.mrg-t15 {
  margin-top: 15px;
}
.visit_hidden {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0.1;
}
.o-hide {
  overflow-x: hidden;
}
.oppp {
  font-family: "RobotoBold";
  color: red;
  font-size: 18px;
  font-weight: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.social {
  margin-left: -2.5px;
  margin-right: -2.5px;
  text-align: right;
}
.social li {
  float: left;
}
.social li.title {
  margin-top: 5px;
  margin-right: 0px;
  font-family: "RobotoBold";
  color: #424242;
  font-size: 14px;
  font-weight: normal;
}
.social li.bocongthuong {
  margin-left: 20px;
}
.social li a {
  padding: 0px 2.5px;
}
.social-ht {
  padding: 0 30px 20px 30px;
}
.social-2 {
  margin-left: -4px;
  margin-right: -4px;
}
.social-2 li {
  float: left;
}
.social-2 li a {
  display: block;
  padding: 0 4px;
}
.social-3 {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.social-3 li {
  float: left;
  font-family: "SairaRegular";
  color: white;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.social-3 li:first-child {
  margin-right: 20px;
}
.social-3 li a {
  display: block;
  padding: 0 3px;
}
.nav-bar li {
  float: left;
}
.noidung * {
  max-width: 100% !important;
  height: auto !important;
}
.red {
  color: #ee0000;
}
.blue {
  color: #0a85d3;
}
.list-lq li a {
  display: block;
  font-family: "RobotoRegular";
  color: #333333;
  font-size: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1 {
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-2 {
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-3 {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-4 {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-5 {
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-7 {
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-8 {
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-9 {
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-10 {
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-11 {
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-12 {
  margin-left: 100%;
}
.breadcrumb {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 10px;
  background: none;
}
.breadcrumb li + li::before {
  padding: 0 5px;
  color: #333333;
  font-size: 15px;
  content: " » ";
}
.breadcrumb li {
  font-family: "Arial";
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  display: inline;
  text-transform: capitalize;
}
.bg-page .breadcrumb li {
  color: white;
}
.breadcrumb li a {
  font-family: "Arial";
  color: #1b85c5;
  font-size: 12px;
  font-weight: normal;
}
.bg-page .breadcrumb li a {
  color: white;
}
.breadcrumb li + li:::before {
  padding: 0 5px;
  color: #333333;
  font-size: 15px;
  content: " » ";
}
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Arial";
  color: #333333;
  font-size: 12px;
}
.flex-bws{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex-bwc{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination {
  display: inline-block;
  margin: 0px 0px;
  padding: 2px 14px;
  position: relative;
}
.pagination > li {
  float: left;
  text-decoration: none;
  margin: 0px 2.5px;
  border: 1px solid #b7b7b7;
  background-color: white;
}
.pagination > li:hover,
.pagination > li.active {
  border-color: #1b85c5;
  background: #1b85c5;
}
.pagination > li:hover a,
.pagination > li.active a {
  color: white;
}
.pagination > li > a {
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 0px 9.5px;
  line-height: 30px;
  font-family: "Arial";
  color: #333333;
  font-size: 12px;
}
/* efect */
.hover a:hover{
  color: red;
}

.hide,
.effect{
  overflow: hidden;
}

.effect img{
  transition: 1s all;
}
.effect img:hover{  
  transform: scale(1.1);
}
.color-white{
  color: white;
}
/* end efect */
/* header */
header {
}
.block-header{

}
.header-top{background: #015baa;padding: 10px;}
.hTop-box{

}
.header-hotline{width: 52%;}
.header-hotline span{
  font-family: RobotoRegular;
  font-size: 14px;
}
.header-hotline i{font-size: 20px;position: relative;top: 5px;}
.header-email span{font-family: RobotoRegular; font-size: 14px;}
.header-email{width: 25%;}
.header-email i{font-size: 20px;position: relative;top: 2px;}
.header-social{width: 23%;}
.header-bot{
  margin: 15px 0;
}
.header-box{

}
.header-logo{

}
.block-menu {
}
.hSocial-box a{padding: 0px 15px;}

/* end header */
/* gioithieu */
.block-gioithieu{padding-top: 50px;margin-bottom: -50px;}
.gioithieu-box{
}
.gioithieu-text{
  width: 705px;
  margin-right: 47px;
  float: left;
}
.gioithieu-img{
  position: relative;
  width: 440px;
  top: -100px;
  z-index: 1;
}
.gioithieu-img img{
}
.gioithieu-img::before{
  content: '';
  position: absolute;
  width: 96.4%;
  height: 96.7%;
  border: 8px solid #fff9;
  z-index: 2;
}
.gioithieu-text p{
  font-family: RobotoBold;
  font-size: 14px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.gioithieu-text h3{

}
.gioithieu-text h3 a{
  font-family: SFUFuturaHeavy;
  font-size: 34px;
  color: #015baa;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.gioithieu-text span{
  font-family: RobotoRegular;
  font-size: 14px;
  color: #525252;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.gioithieu-text > a{text-transform: capitalize;font-family: RobotoBold;font-size: 15px;color: #444444;padding: 10px 20px;border: 1px solid #ccc;display: inline-block;}
.gioithieu-text h3 a:hover{
  color: red;
}
.gioithieu-text > a:hover{
  border: 1px solid red;
  color: red;
}
/* end gioithieu */
/* lydo */
.block-lydo{background: #edf3f7;text-align: center;padding-bottom: 50px;padding-top: 35px;}
.lydo-box{margin: 40px -10px 0;padding-top: 40px;}
.lydo-col{width: 33%;float: left;padding: 0 10px;}
.lydo-col:nth-child(3n+1){
  clear: both;
}
.lydo-item{position: relative;text-align: center;}
.lydo-img{
  width:  100px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  border: 5px solid #edf3f7;
  left: 0;
  right: 0;
  top: -45px;
}
.lydo-text{
  background: #fff;
  height: 200px;
  padding-top: 70px;
}

.lydo-text h3{
  font-family: SFUFuturaHeavy;
  font-size: 17px;
  color: #333;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.lydo-text h3 a:hover{

}
.lydo-text span{font-family: MuliRegular;font-size: 13px;color: #525252;display: -webkit-box;width: 100%;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
/* end lydo */
.isfixed {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  background-color: white;
  border-bottom: 1px solid #1b85c5;
}
#fix {
  height: 50px;
  position: relative;
  z-index: 9;
}



.cube-left,
.cube-right {
  width: calc((100% - 1200px) / 2);
  position: absolute;
  top: 0;
  height: 100%;
}
.cube-right {
  right: 0;
  background-color: #bd0000;
}
.copyright .cube-right {
  background-color: rgba(0, 0, 0, 0.25);
}
.main-menu {
  float: right;
  margin-bottom: 0;
  position: relative;
}
.main-menu li {
  position: relative;
}
.main-menu li a {
  font-family: SFUFuturaBook;
  color: #333333;
  font-size: 15px;
  font-weight: normal;
}
.main-menu li:hover .menu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li ul {
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  width: 250px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main-menu li ul li a {
  font-family: RobotoRegular;
  color: #045fbb;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.main-menu li .menu-list {
  left: -23px;
  top: 100%;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li .menu-list li {
  text-align: left;
}
.main-menu li .menu-list li:hover > a,
.main-menu li .menu-list li:focus > a {
  background-color: #045fbb;
  color: #fff;
}
.main-menu li .menu-list li:hover .menu-cat,
.main-menu li .menu-list li:focus .menu-cat {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li .menu-list li a {
  display: block;
  padding: 6px 20px;
  -webkit-transition: padding-left 0.3s;
  -moz-transition: padding-left 0.3s;
  -ms-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.main-menu li .menu-list li .menu-cat {
  left: 100%;
  top: 0;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li .menu-list li .menu-cat.hvr-left {
  left: -100%;
}
.main-menu li .menu-list li .menu-cat li:hover .menu-item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li .menu-list li .menu-cat li .menu-item {
  left: 100%;
  top: 0;
  -webkit-transition: visibility 0.3s,opacity 0.3s;
  -moz-transition: visibility 0.3s,opacity 0.3s;
  -ms-transition: visibility 0.3s,opacity 0.3s;
  -o-transition: visibility 0.3s,opacity 0.3s;
  transition: visibility 0.3s,opacity 0.3s;
}
.main-menu li .menu-list li .menu-cat li .menu-item.hvr-left {
  left: -100%;
}
.main-menu > li {
  text-align: center;
  float: left;
}
.main-menu > li > a {
  padding: 4.5px 0px;
  margin: 0 30px;
  position: relative;
  z-index: 2;
  display: block;
  text-transform: uppercase;
}
.main-menu > li + li::before {
  content: '';
  width: 3px;
  height: 52px;
  background-image: url('../images/line.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.main-menu > li:hover > a,
.main-menu > li.active > a {
  color: #015baa;
  border-bottom: 3px solid #015baa;
}
.slider {
  position: relative;
}
.title-main {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.title-main::after{
  content: '';
  width: 60px;
  bottom: -10px;
  position: absolute;
  height: 2px;
  background-color: #015baa;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.title-main h3 {
  display: inline-block;
  padding: 16px 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "SFUFuturaHeavy";
  color: #333;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
}
.ar-left {
  width: 285px;
  float: left;
  min-height: 1px;
}
.aside-right {
  width: 885px;
  margin-left: 30px;
  float: left;
  min-height: 1px;
}
.container-m {
  padding-top: 35px;
  padding-bottom: 25px;
}
/* dichvu */
.block-dichvu{background: #edf3f7;text-align: center;padding: 50px 0;}
.dichvu-box{

}
.dichvu-item{background: #fff;border: 1px solid #ccc;padding: 10px;}
.dichvu-text{padding: 0 20px;}
.dichvu-text h3{

}
.dichvu-text h3 a{
  font-family: RobotoBold;
  font-size: 17px;
  color: #333333;
}
.dichvu-text span{
  font-family: RobotoRegular;
  font-size: 13px;
  color: #444444;
}
/* end dichvu*/
/* tintuc */
.block-tintuc{
  text-align: center;
  padding: 40px;
  height: 500px;
}
.tintuc-box{

}
.tintuc-item{
  position: relative;
  height: 316px;
}
.tintuc-text{
  position: absolute;
  background: #015baa;
  bottom: 0px;
  left: 20px;
  right: 20px;
  height: 80px;
}
.tintuc-text p span:first-child{float: left;padding-left: 20px;}
.tintuc-text p span:last-child{float: right;padding-right: 20px;}
.tintuc-text p span{font-family: RobotoRegular;font-size: 10px;color: #fff;display: inline-block;}
.tintuc-text h3 a{font-family: RobotoBold;font-size: 13px;color: #fff;display: -webkit-box;width: 100%;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
/* end tintuc */

/* dktin */
.block-dktin{
  margin-top: 50px;
  position: relative;
  height: 240px;
  padding-top: 30px;
  text-align: center;
}
.block-dktin::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  top: 0;
  background: url('../images/before-dktin.png') repeat-x;
  left: 0;
}
.block-dktin::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: 0;
  background: url('../images/after-dktin.png') repeat-x;
  left: 0;
}

.block-dktin .title-main h3{
  color: #fff;
}
.block-dktin .title-main::before{
  background: url('../images/after-title.png');
}
.dktin-box{
  width: 850px;
  margin: 0 auto;
  position: relative;
}
.title-dktin{
  font-family: RobotoRegular;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  width: 40%;
}
.dktin-box .col-4{
  padding: 0 5px;
}
.dktin-box .form-group{
  margin-bottom: 20px !important;
}
.dktin-box .col-12{padding: 0 10px;
}
.dktin-box #form-lienhe input,
.dktin-box #form-lienhe textarea{
  background: #fff;
  height: 40px;
  padding-left: 25px;
  border-radius: 5px;
}
.dktin-box #form-lienhe textarea{
  height: 90px;
  line-height: 30px;
}
.dktin-box .btns{
  position: absolute;
  border-radius: 5px;
  background-color: #da0000;
}
/* end dktin */
/* doitac */
.block-doitac{
  margin: 50px 0;
}
.doitac-box{margin: 0 -8px;}
.doitac-col{width: 16.66%;float: left;padding: 0 8px;}
.doitac-item{
  border: 1px solid #f2f2f2;
}
/* end doitac */

.fixed {
  position: sticky !important;
  top: 70px;
  z-index: 9;
}
.aside {
  border: 1px solid #d5d5d5;
  background-color: #F2F2F2;
  -moz-box-shadow: inset 0 0 15px 0px #d5d5d5;
  -webkit-box-shadow: inset 0 0 15px 0px #d5d5d5;
  box-shadow: inset 0 0 15px 0px #d5d5d5;
}
.aside-heading {
  background-image: url('../images/panel.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.aside-heading h3 {
  background-repeat: no-repeat;
  background-position: 30px center;
  text-align: center;
  margin: 0;
  line-height: 48px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  font-family: "RobotoBold";
  color: #e60303;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.aside-list {
  padding: 0 25px;
}
.aside-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #d4d4d4;
}
.aside-list li b {
  display: block;
  font-family: "RobotoMedium";
  color: #424242;
  font-size: 15px;
  font-weight: normal;
}
.aside-list li p {
  margin-bottom: 0;
  font-family: "RobotoLight";
  color: #424242;
  font-size: 14px;
  font-weight: normal;
}
.aside-list li p img {
  margin-right: 10px;
}
.aside-list li:last-child {
  border-bottom: none;
}
.hotline2 {
  padding: 0 25px;
  font-family: "SFUTradeGothicBoldCondensedTwenty";
  color: #ff0000;
  font-size: 24px;
  font-weight: normal;
}
.menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 98;
  border-top: none;
  display: none;
}
.aside .menu {
  display: block;
  position: relative;
}
.slider .menu {
  display: block;
  position: relative;
  top: 0;
}
.menu-list-s {
  padding: 0 15px;
}
.aside .menu-list-s {
  height: auto;
}
.menu-list-s li {
  position: relative;
  border-bottom: 1px dashed #d4d4d4;
}
.menu-list-s li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  width: 243px;
  height: 9px;
  bottom: -9px;
  background-image: url('../images/shadow.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-list-s li:hover .menu-cat-s {
  visibility: visible;
  opacity: 1;
  -webkit-transition:  all .3s ease;
  -moz-transition:  all .3s ease;
  -ms-transition:  all .3s ease;
  -o-transition:  all .3s ease;
  transition:  all .3s ease;
}
.menu-list-s li:hover .side {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.menu-list-s li > a {
  position: relative;
}
.menu-list-s li > a::after {
  content: '';
  width: 6px;
  height: 11px;
  position: absolute;
  left: 25px;
  top: calc(50% - 5.5px);
  z-index: 1;
  background-image: url('../images/bullet.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.aside .menu-list-s li > a {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.menu-list-s li a {
  font-family: "OpenSansRegular";
  color: black;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 16.5px 20px 16.5px 40px;
}
.menu-cat-s li:hover .menu-item-s {
  visibility: visible;
  opacity: 1;
  -webkit-transition:  all .3s ease;
  -moz-transition:  all .3s ease;
  -ms-transition:  all .3s ease;
  -o-transition:  all .3s ease;
  transition:  all .3s ease;
}
.menu-cat-s,
.menu-item-s {
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 250px;
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.side {
  margin-bottom: 0;
  background-color: white;
  border: 1px solid #1b85c5;
  position: absolute;
  width: 350px;
  left: 100%;
  top: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.side-left {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.side-left a {
  display: block;
  padding: 5px 3px;
  font-family: "RobotoRegular";
  color: #333333;
  font-size: 14px;
}
/* spnoibat */
.block-spnoibat {
  margin: 50px 0px;
  text-align: center;
}
.spnoibat-box{
  margin: 0 -10px;
  margin-top: 20px;
}
.spnoibat-col{
  width: 25%;
  float: left;
  padding: 0 10px;
}
.spnoibat-col:nth-child(4n+1){
  clear: both;
}
.spnoibat-item{border: 1px solid #ccc;padding: 10px;}
.spnoibat-img{

}
.spnoibat-text{text-align: left;}
.spnoibat-text h3{

}
.spnoibat-text h3 a{font-family: RobotoBold;font-size: 14px;color: #333;}
.spnoibat-text h3 a:hover{

}
.spnoibat-text span{font-family: RobotoRegular;font-size: 13px;color: #797979;display: inline-block;width: 100%;}
.spnoibat-text a{font-family: RobotoRegular;font-size: 12px;color: #333;}

/* end spnoibat */
/* sanpham */
.block-sanpham{
  text-align: center;
  padding: 40px 0;
}
.bg_sanpham{
  background: #edf3f7;
}
.sanpham-item{
  height: 300px;
}
.pad-bot20{
  padding-bottom: 20px;
}
.sanpham-img{
  border: 1px solid #ccc;
}
.sanpham-text{

}
.sanpham-text h3 {

}
.sanpham-text h3 a{
  font-family: RobotoBold;
  font-size: 14px;
  color: #333333;
}
.sanpham-text > a{
  background: #015baa;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
}
.sanpham-text > a:hover{
  color: blue;
}
/* end sanpham */
.box-sp {
  border: 1px solid #016dd7;
  position: relative;
  -moz-box-shadow: -5px 3px #e8e8e8;
  -webkit-box-shadow: -5px 3px #e8e8e8;
  box-shadow: -5px 3px #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-sp:hover .addtocart2 {
  right: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.box-sp-img {
  padding: 6px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-sp-img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.box-sp-caption {
  padding: 3px 6px 25px 6px;
}
.box-sp-caption h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.box-sp-caption h2 a {
  font-family: "OpenSansSemiBold";
  color: #414141;
  font-size: 16px;
  font-weight: normal;
}
.box-sp-caption .xemthemsp {
  position: absolute;
  width: 95px;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
.box-sp-caption .xemthemsp a {
  background-image: url('../images/xemthem.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 11px 20px;
  font-family: RobotoRegular;
  color: white;
  font-size: 12px;
}
.box-sp .gia-caption {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
}
.box-sp .gia-caption p {
  line-height: 1.4em;
  margin-bottom: 0px;
  font-family: "OpenSansSemiBold";
  color: #414141;
  font-size: 16px;
  font-weight: normal;
}
.box-sp .gia-caption p del {
  padding-left: 5px;
  color: #7b7b7b;
  font-weight: normal;
}
.box-sp .gia-caption p del.no-p {
  padding-left: 0;
}
.box-sp .gia-caption p strong,
.box-sp .gia-caption p a {
  color: #e90303;
  font-weight: normal;
}
.large_img {
  padding: 5px;
  border: 1px solid #ebebeb;
}
.gallery {
  margin-top: 10px;
  padding: 5px;
  background-color: #ececec;
}
.slick-gallery {
  margin: 0px -4px;
}
.item-gallery {
  padding: 0px 4px;
}
.item-gallery > div {
  padding: 3px;
}
.product_detail li {
  font-family: "RobotoRegular";
  color: #333333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.product_detail li h1,
.product_detail li p {
  margin: 0px;
}
.product_detail li b {
  color: black;
}
.product_detail li h1 {
  font-family: "RobotoBold";
  color: #1b85c5;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.product_detail li.share {
  display: flex;
}
.gia{
  font-size: 20px !important;
  color: red !important;
}
.gia b{
  font-size: 15px !important;
  color: black !important;
}

.product_detail li.gia strong,
.product_detail li.gia a {
  font-family: "RobotoCondensedbold";
  color: red;
  font-size: 15px;
  font-weight: normal;
}
.product_detail li.gia del {
  font-family: "RobotoCondensedRegular";
  color: black;
  font-size: 15px;
  font-weight: normal;
}
.content-product {
  margin-bottom: 15px;
}
.content-product .title-content h2 {
  display: inline-block;
  text-align: center;
  width: 250px;
  max-width: 100%;
  padding: 10px 0;
  margin: 0;
  font-family: "Robotobold";
  color: white;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
.content-product .title-content.bg-red h2 {
  background-color: #ff3333;
}
.content-product .title-content.bg-main h2 {
  background-color: #156798;
}
.content-product .content {
  padding: 10px;
  border: 1px solid #dddddd;
}
.container-widget {
  padding-top: 40px;
  padding-bottom: 30px;
}
.video-wrapper {
  margin-bottom: 0;
}
.video-wrapper iframe,
.video-wrapper object {
  display: flex;
}
.cbo_video {
  width: 100%;
  height: 40px;
  border: 1px solid #d4dbd9;
}
.widget-left {
  width: 370px;
  float: left;
  min-height: 1px;
}
.widget-middle {
  width: 375px;
  margin-left: 40px;
  float: left;
  min-height: 1px;
}
.widget-right {
  width: 375px;
  margin-left: 40px;
  float: left;
  min-height: 1px;
}
.widget-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.widget-title::before {
  content: '';
  width: 6px;
  height: 33px;
  background-color: #ed1c24;
  position: absolute;
  top: 3px;
  left: 0;
}
.widget-title::after {
  content: '';
  width: calc(100% - 20px);
  left: 20px;
  height: 8px;
  background-image: url('../images/loop2.png');
  position: absolute;
  bottom: 0;
}
.widget-title h3 {
  margin: 0;
  line-height: 100%;
  font-family: "OpenSansSemiBold";
  color: #282828;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.slick-sec-news {
  margin: -4px 0px;
}
.item-sec-news {
  padding: 4px 0px;
}
.first-news {
  float: left;
  width: 380px;
  position: relative;
  min-height: 1px;
}
.first-news h2 {
  margin-top: 7.5px;
  margin-bottom: 10px;
}
.first-news h2 a {
  display: block;
  font-family: "RobotoMedium";
  color: #333333;
  font-size: 15px;
  font-weight: normal;
}
.first-news p {
  margin-bottom: 0;
  font-family: "RobotoRegular";
  color: #838383;
  font-size: 13px;
}
.sec-news {
  float: left;
  width: 100%;
  margin-left: 0px;
  position: relative;
  min-height: 1px;
  overflow: hidden;
}
.player {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 12px;
}
.slick-video {
  margin: 0px -6px;
}
.item-video {
  padding: 0px 6px;
}
.box_tin {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.box_tin img {
  position: relative;
  margin-right: 10px;
  float: left;
  padding: 2px;
  border: 1px solid #e1e1e1;
}
.box_tin img.img-right {
  float: right;
  margin-left: 10px;
}
.box_tin h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.box_tin h2 a {
  display: block;
  font-family: "Arial";
  color: #3b3b3b;
  font-size: 14px;
  font-weight: bold;
}
.box_tin span {
  line-height: 16px;
  font-family: "SairaRegular";
  color: #858585;
  font-size: 13px;
  font-weight: normal;
}
.box_tin span img {
  display: inherit;
  float: none;
  margin-right: 4px;
}
.box_tin p {
  margin-bottom: 0;
  font-family: "Arial";
  color: #3b3b3b;
  font-size: 13px;
  font-weight: normal;
}
.slick-tintuc-index {
  margin: -20px 0px;
}
.item-tintuc-index {
  padding: 20px 0px;
}
.item-tintuc-index {
  border-bottom: 1px solid #e2e2e2;
}
.xemthem {
  margin-top: 15px;
}
.xemthem a {
  display: inline-block;
  background-color: transparent;
  padding: 9px 34px 7px 22px;
  position: relative;
  background-color: #1b85c5;
  font-family: "RobotoRegular";
  color: white;
  font-size: 13px;
  font-weight: normal;
}
.xemthem a:hover {
  background-color: #166da1;
}
.xemthem a::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  right: 15px;
  top: 37%;
  z-index: 0;
}
.box-tintuc img {
  width: 100%;
}
.box-tintuc .caption {
  padding: 15px;
}
.box-tintuc h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.box-tintuc h2 a {
  display: block;
  font-family: "OpenSansBold";
  color: #333333;
  font-size: 16px;
  font-weight: normal;
}
.box-tintuc p {
  font-family: "OpenSansRegular";
  color: #6f6f6f;
  font-size: 14px;
  font-weight: normal;
}
/* footer */
footer {
  padding-top: 45px;
  background-color: #1b85c5;
}
.block-footer{

}
.footer-title {
  padding-bottom: 13px;
  position: relative;
}
.footer-title h3 {
  position: relative;
  margin: 0;
  font-family: SFUFuturaHeavy;
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.footer-title h3::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #015baa;
  bottom: -10px;
  left: 0;
}
.footer-cty{
  width: 260px;
}
.footer-cuahang{
  width: 195px;
}
.footer-tags{
  width: 230px;
}
.faceebook{
  width: 270px;
}
.cty-noidung *{
  color: #fff!important;
}
.footer-list{

}
.tags-list{

}
.tags-list a{
  color: #fff;
}
.footer-list a{color: #fff;}
/* end footer */
.footer-list li {
  margin-bottom: 10px;
  display: block;
  font-family: "RobotoRegular";
  color: white;
  font-size: 15px;
}
.footer-list li img {
  margin-right: 10px;
}
.footer-list li:last-child {
  margin-bottom: 0;
}
.name-company {
  margin-bottom: 25px;
}
.name-company h1 {
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SVNHemiHead";
  color: white;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.table-counter {
  width: 100%;
}
.table-counter tbody tr td {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 0;
  font-family: "RobotoRegular";
  color: white;
  font-size: 13px;
}
.copyright {
  background-color: #015baa;
  margin-top: 30px;
  position: relative;
}
.copyright .container > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.copyright p {
  margin-bottom: 0;
  font-family: "Arial";
  color: white;
  font-size: 12px;
  font-weight: normal;
}
.copyright p.counter {
}
.group_map {
  margin-top: 15px;
}
.ten_diachi a {
  display: block;
  background-color: #1b85c5;
  padding: 5.5px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "RobotoRegular";
  color: white;
  font-size: 13px;
  font-weight: normal;
}
.ten_diachi a.active,
.ten_diachi a:hover {
  background-color: #279be1;
}
#ch_map {
  position: relative;
}
#box-input-info-search {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  padding: 10px;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 0 7px;
}
.adr {
  position: absolute;
  top: 54px;
  left: 0;
  background-color: white;
  padding: 10px;
  z-index: 1;
  border-top: 1px solid #ddd;
  width: 100%;
}
#map {
  height: 500px;
}
#form-lienhe .form-group {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
#form-lienhe .group-addon {
  position: relative;
}
#form-lienhe .group-addon span {
  position: absolute;
  left: 5.5px;
  top: 5.5px;
  width: 35px;
  height: 35px;
  border-right: 1px solid #cccccc;
  color: #cccccc;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
}
#form-lienhe input,
#form-lienhe textarea {
  width: 100%;
  height: 46px;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  border: 1px solid #cccccc;
  font-family: "Arial";
  color: #333333;
  font-size: 15px;
}
#form-lienhe input::-webkit-input-placeholder,
#form-lienhe textarea::-webkit-input-placeholder {
  font-family: "Arial";
  color: #cccccc;
  font-size: 15px;
  font-weight: normal;
}
#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
  font-family: "Arial";
  color: #cccccc;
  font-size: 15px;
  font-weight: normal;
}
#form-lienhe input::-ms-input-placeholder,
#form-lienhe textarea::-ms-input-placeholder {
  font-family: "Arial";
  color: #cccccc;
  font-size: 15px;
  font-weight: normal;
}
#form-lienhe input::-moz-placeholder,
#form-lienhe textarea::-moz-placeholder {
  font-family: "Arial";
  color: #cccccc;
  font-size: 15px;
  font-weight: normal;
}
#form-lienhe input:focus,
#form-lienhe textarea:focus {
  outline: none;
  border-color: #1b85c5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#form-lienhe textarea {
  height: 180px;
  line-height: 30px;
}
.btns {
  min-width: 120px;
  height: 37px;
  border: none;
  outline: none;
  background-color: #1b85c5;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "RobotoRegular";
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
.btns:hover {
  background-color: #166da1;
}
.ce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-product::after {
  content: '';
  width: 1;
  height: 10000px;
  left: 0;
  top: -100px;
  border-left: 1px solid #ebebeb;
  position: absolute;
}
.list-product li {
  margin-bottom: 10px;
  position: relative;
}
.list-product .delete_cart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}
.list-product .delete_cart:hover {
  color: #1b85c5;
}
.list-product .product-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-product .image,
.list-product .inf {
  float: left;
}
.list-product .image {
  width: 50%;
}
.list-product .image img,
.list-product .image h2 {
  display: inline-block;
  vertical-align: middle;
}
.list-product .image h2 {
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 7.5px;
}
.list-product .image h2 a {
  font-family: RobotoRegular,sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: normal;
}
.list-product .inf {
  width: 307px;
  min-height: 1px;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-product .inf input {
  width: 50px;
  padding: 5px;
  border: 1px solid #ebebeb;
}
.list-product .inf input:focus {
  border: 1px solid #1b85c5;
}
.list-product .inf p {
  margin: 0;
  font-family: RobotoRegular,sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: normal;
}
.list-product .inc {
  width: 85px;
  margin-left: 10px;
  float: left;
}
.list-product .inc p {
  font-family: RobotoRegular,sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: right;
}
.total {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.total p {
  margin-bottom: 0px;
  font-family: RobotoRegular,sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: normal;
}
.total p strong {
  color: #dd0404;
}
.sua {
  margin-bottom: 15px;
}
.sua a {
  font-family: RobotoRegular,sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: normal;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-link {
  color: #337ab7;
  border: 1px solid #1b85c5;
  font-family: "RobotoRegular";
  color: #1b85c5;
  font-size: 14px;
  font-weight: normal;
}
.btn-link:hover {
  background-color: #f2f2f2;
}
.btn-xoa {
  background-color: #cc0000;
  font-family: "RobotoRegular";
  color: white;
  font-size: 14px;
  font-weight: normal;
}
.btn-xoa:hover {
  background-color: #ff1a1a;
}
.btn-capnhat {
  background-color: #1876af;
  font-family: "RobotoRegular";
  color: white;
  font-size: 14px;
  font-weight: normal;
}
.btn-capnhat:hover {
  background-color: #1e94db;
}
.btn-thanhtoan {
  background-color: #006700;
  font-family: "RobotoRegular";
  color: white;
  font-size: 14px;
  font-weight: normal;
}
.btn-thanhtoan:hover {
  background-color: #009a00;
}
.btn-dropdown {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "RobotoRegular";
  color: #656565;
  font-size: 13px;
}
.gr-btn-checkout {
  margin-top: 15px;
}
.gr-button {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.gr-button a {
  color: #337ab7;
  border: 1px solid #1b85c5;
  font-family: "RobotoRegular";
  color: #1b85c5;
  font-size: 14px;
  font-weight: normal;
}
.gr-button a:hover {
  background-color: #f2f2f2;
}
.gr-button button {
  font-family: "RobotoRegular";
  color: white;
  font-size: 14px;
  font-weight: normal;
  background-color: #1b85c5;
}
.gr-button button:hover {
  background-color: #1876af;
}
.btn-main {
  font-family: "RobotoRegular";
  color: white;
  font-size: 14px;
  font-weight: normal;
  background-color: #1b85c5;
}
.btn-main:hover {
  background-color: #1876af;
}
#checkout .tong {
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
}
#checkout .tong p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #828282;
}
#checkout table {
  background: transparent;
  color: #5c5c5c;
  border: 1px solid #7dcbb6;
  border-top: none;
  border-radius: 2px;
  border-spacing: 0;
}
#checkout th {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #828282;
}
#checkout .cart-items {
  background: transparent;
  color: #5c5c5c;
  border: 1px solid #1b85c5;
  border-top: none;
  border-radius: 2px;
  border-collapse: separate;
  width: 100%;
  border-top: 1px solid #1b85c5;
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
#checkout .cart-items th.first {
  text-align: left;
  padding-left: 30px;
}
#checkout .cart-items tr td:first-child,
#checkout .cart-items tr th:first-child {
  border-left: none;
}
#checkout .cart-items td,
#checkout .cart-items th {
  padding: 30px;
  border: 0;
}
#checkout .cart-items th {
  padding: 20px 30px 20px 0;
  font-size: 12px;
  text-align: right;
  border-bottom: 1px solid #1b85c5;
  text-transform: uppercase;
}
#checkout .cart-item .product-item {
  position: relative;
  width: 55%;
  font-size: 0;
  padding-right: 0;
}
#checkout .cart-item .price,
#checkout .cart-item .quantity,
#checkout .cart-item .total {
  width: 15%;
  padding-left: 0;
  text-align: right;
  display: table-cell;
}
#checkout .cart-item .quantity input {
  display: inline-block;
  width: 50px;
  text-align: center;
  -webkit-appearance: none;
  border: 1px solid #1b85c5;
  color: #5c5c5c;
  padding: 10px 12px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checkout .cart-item .image,
#checkout .cart-item .product-item-details {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#checkout .cart-item .image {
  width: 25%;
  float: none;
}
#checkout .cart-item .product-item-details {
  width: 75%;
  padding: 0 30px 0 20px;
}
#checkout .cart-item .product-item-details span {
  display: block;
}
#checkout .cart-item .remove {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 15px;
  color: #8a8a8a;
  -webkit-font-smoothing: antialiased;
}
#checkout .cart-item .remove:hover {
  color: red;
}
#checkout .cart-title {
  margin: 5px 0;
  font-size: 16px;
}
/***** Phần không tác động *****/
.facebook_tab {
  position: fixed;
  right: 0px;
  top: 30%;
  z-index: 999999;
}
.facebook_tab img {
  float: left;
  cursor: pointer;
}
.facebook_hide {
  width: 300px;
  float: left;
  margin-right: -300px;
}

/* slick */
.slick-slide:focus {
  outline: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* slick-theme */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev::before {
  content: "←";
}
[dir="rtl"] .slick-prev::before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next::before {
  content: "→";
}
[dir="rtl"] .slick-next::before {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active {
  opacity: 0.8;
}
.slick-dots li button {
  border: 0;
  background: #555555;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}
.back_to_top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 3;
  width: 48px;
  height: 43px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  cursor: pointer;
}
.back_to_top .iconbacktotop {
  padding: 0px;
}
.back_to_top .iconbacktotop svg {
  width: 100%;
  height: auto;
  background-color: white;
}
.back_to_top .iconbacktotop svg:hover {
  opacity: 0.8;
}
/*
* Animte
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
html:not(.lt-ie10) .not-animated {
  opacity: 0;
}
/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/**
* FadeInDown Keyframes Animation 
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes fadeBoth-small {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes fadeBoth-small {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUpSmall {
  -webkit-animation-name: slideInUpSmall;
  animation-name: slideInUpSmall;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@-webkit-keyframes slideInUpSmall {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUpSmall {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInRightSmall-v2 {
  -webkit-animation-name: fadeInRightSmall-v2;
  animation-name: fadeInRightSmall-v2;
}
@-webkit-keyframes fadeInRightSmall-v2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightSmall-v2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftSmall-v2 {
  -webkit-animation-name: fadeInLeftSmall-v2;
  animation-name: fadeInLeftSmall-v2;
}
@-webkit-keyframes fadeInLeftSmall-v2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftSmall-v2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* trang trong */
.inNews-img{
  float: left;
  width: 40%;
}
.inNews-capt{
  float: left;
  width: 55%;
  margin-left: 5%;
  margin-bottom: 20px;
}
.inNews-capt h3 {margin: 0;}
.inNews-capt h3 a{
  font-family: RobotoBold;
  text-transform: uppercase;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #015baa;
}
.inNews-capt h3:hover a{
  color: red;
}
.inNews-capt p{
  font-family: RobotoRegular;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inNews-capt > a{font-family: RobotoBold;display: inline-block;padding: 5px 10px;background: #015baa;color: #fff;text-transform: uppercase;font-size: 13px;border-radius: 5px;margin-top: 10px;}
.inNews-capt > a:hover{
  color: yellow;
  background: blue;
}
.list-lq li a {
  display: block;
  font-family: RobotoRegular;
  color: #333333;
  font-size: 15px;
}
.list-lq li:hover a {
  color: red;
}