* {
  box-sizing: border-box;
  outline: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  padding: 0;
  margin: 0;
}

a,
span,
label {
  text-decoration: none;
}

a:hover {
  color:#ff0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: 0;
  background: 0;
  display: inline-block;
  cursor: pointer;
}

table,
tr,
td {
  border-collapse: collapse;
}

nav:not(.mm-menu) {
  display: none;
}

strong {
  font-family: Arial;
}

@keyframes color {
  0% {
    color: #d00;
  }
  33% {
    color: #d00;
  }
  66% {
    color: #1b67e0;
  }
  100% {
    color: #1b67e0;
  }
}

body {
  position: relative;
  font-family: "RR", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
  top: 0 !important;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

#top {
  width: 46px;
  height: 46px;
  background: #fff url(../images/top.png) center;
  position: fixed;
  right: 30px;
  bottom: 60px;
  cursor: pointer;
  display: none;
  z-index: 100;
  border-radius: 50%;
}

#breadcrumbs {
  position: relative;
  padding: 8px 0;
  background: #fafafa;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #f2f2f2;
  font-size: 12px;
}

#breadcrumbs ul {
  position: relative;
  padding: 0;
  margin: 0;
  padding-left: 10px;
}

#breadcrumbs ul > li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#breadcrumbs ul > li:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  left: -9px;
  font-size: 12px;
  top: 2px;
  color: #989797;
}

#breadcrumbs ul > li:first-child:before {
  display: none;
}

#breadcrumbs ul > li a {
  color: #989797;
  font-family: Arial;
}

.visit_hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.row-limit-1{
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.paging {
  margin: auto;
  width: auto;
  text-align: center;
}

.paging ul {
  text-align: center;
  color: #000;
  padding: 10px 0;
  margin: 0;
}

.paging ul li {
  cursor: pointer;
  display: inline;
  padding: 0 3px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}

.paging ul li a {
  display: inline-block;
  text-decoration: none;
  color: #555;
  background: #fff;
  box-shadow: 0 0 2px #000;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
}

.paging ul li a:hover {
  background: #555;
  color: #fff;
}

.paging ul li .current {
  background: #d9d9d9;
  color: #fff;
}

.item_box {
  display: none;
}

.lozad {
  opacity: 0;
  visibility: hidden;
}

.fade {
  animation-name: fade;
  animation-duration: 0.5s;
  opacity: 1;
  visibility: visible;
}

@keyframes fade {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.tab div {
  padding: 7px 25px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #333;
  border: 1px solid transparent;
  border-radius: 20px;
  font-family: RB;
  font-size: 16px;
}

.tab .act {
  background: #fff;
  border: 1px dashed #636363;
}

.tab__content > div {
  display: none;
}

.act-ct {
  display: block !important;
  width: 100%;
}

.act {
  display: block !important;
}

.scroller6:not(.simply-scroll-list) {
  display: none;
}

.fix {
  position: relative;
  padding: 16px 0;
  z-index: 99;
  color: #fff;
}


.fix span {
  display: inline-block;
  color: #ffd800;
  font-size: 13px;
}

.fix span label {
  color: #d00;
  font-family: OPB;
}

.fix__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fix__address {
  margin-right: 20px;
  color: #fff;
  float: left;
  font-size: 15px;
}

.fix__hotline {
  background: url(../images/h2.png) no-repeat 0;
  padding-left: 24px;
  margin-right: 30px;
}

.fix__hotline div {
  color: #fff;
  line-height: 20px;
  background: url(../images/h2.png) no-repeat 0;
  float: right;
  padding: 5px 5px 5px 44px;
  text-align: left;
  text-transform: uppercase;
  font-family: OPB;
  color: #d00;
  font-size: 19px;
}

.fix__hotline span {
  margin-right: 20px;
  color: #ffd800;
  font-size: 13px;
}

.fix__email {
  margin-right: 20px;
  font-size: 13px;
}

.fix__time {
  color: #000;
}

.fix__slogan {
  margin-right: 20px;
  color: #fff;
  float: left;
  display: flex;
  font-family: RB;
  font-size: 15px;
}

.fix__cart {
  float: right;
  position: relative;
  margin-right: 20px;
}

.fix__cart a {
  color: #fff;
}

.fix__cart span {
  position: absolute;
  right: 12px;
  top: 1px;
  color: #fff;
  display: inline-block;
  line-height: initial;
}

.fix--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fix__menu ul {
  display: flex;
  align-items: center;
}

.fix__menu ul li {
  list-style: none;
}

.fix__menu ul li a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #fff;
}

.fix__menu ul li a:after {
  content: '|';
  position: absolute;
  right: 0;
  top: 0;
  color: #b5b5b5;
}

.fix__menu ul li:last-child a:after {
  display: none;
}

.bg_fix {
  background: #404362;
}

.bg_fix--flex {
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}

.header-cus {
  margin-bottom: 0 !important;
  background: #ff6600;
}

@keyframes colorm {
  to {
    color: #fff;
  }
  from {
    color: #f7bc21;
  }
}

.header__logo {
  width: 18%;
  height: 50px;
  text-align: center;
  position: relative;
}

.header__menu {
  max-width: 975px;
  width: 100%;
}

.header__logo:after {
  position: absolute;
  width: 208px;
  height: 100%;
  background: url(../images/brlogo.png) no-repeat;
  right: 0;
  background-size: 100% 100%;
  top: 0;
}

.header__banner {max-width: 600px;width: 100%;text-align: center;}

.header__logo img {
  position: relative;
  transition: all ease 0.5s;
  z-index: 9;
  margin: auto;
  top: -45px;
}

.cus-header .header__logo img {}

.header__login a {
  padding-left: 17px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  font-family: Arial;
  width: 90px;
}

.header__login a:after {
  position: absolute;
  content: "\f007";
  font-family: FontAwesome;
  left: 0;
  top: 0;
}

.header__search {
  width: 36%;
}

.header__time1 {
  background: url(images/h3.png) no-repeat 0 2px;
  padding-left: 90px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__slogan {
  color: #f6ff00;
  font-family: UA;
  font-size: 35px;
}

.header__address1 {
  background: url(images/h2.png) no-repeat 0 2px;
  padding-left: 90px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__hotro {
  display: inline-block;
  text-align: left;
}

.header__address {
  max-width: 430px;
  width: 100%;
  display: flex;
  align-items: center;
}

.header__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header__title {
  display: flex;
  font-family: SAR;
  font-size: 18px;
  color: #016fbb;
  text-transform: uppercase;
}

.header__title p {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #016fbb;
  border-radius: 5px;
}

.header__diachi {
  max-width: 260px;
  padding-left: 30px;
  background: url(../images/h1.png) no-repeat 0;
}

.header__cart {
  background: url(../images/cart.png) no-repeat no-repeat center;
  width: 32px;
  height: 23px;
  z-index: 999;
  position: relative;
  display: inline-block;
}

.header__cart a {
  display: inline-block;
  color: #fff;
}

.count-cart {
  color: #fff;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 10px;
}

.header__hotline {
  color: #000;
  background: url(../images/h1.png) no-repeat 0;
  padding: 7px 0 7px 60px;
  max-width: 50%;
  margin-right: 20px;
}

.header__hotline1 {
  padding-left: 60px;
  background: url(../images/h2.png) no-repeat 0;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 50%;
}

.header__hotline p {
  font-size: 12px;
}

.header__hotline p:nth-child(2),
.header__hotline p:nth-child(3) {
  color: #000;
  font-size: 16px;
  text-align: left;
  font-family: RB;
  line-height: 27px;
}

.header__hotline1 p {
  color: #000;
  text-align: left;
  line-height: 20px;
}

.header__hotline1 p span {
  font-family: RB;
  font-size: 16px;
}

.header__dl {
  max-width: 260px;
  width: 100%;
}

.header__dl p {
  background: #2e3190;
  border-radius: 4px;
  padding: 5px;
}

.header__dl a {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  padding: 5px 10px 5px 50px;
  display: block;
  border: 1px dashed #5456a2;
  border-radius: 4px;
  background: url(../images/24h.png) no-repeat 5px;
  font-size: 20px;
}

.header__time {
  color: #000;
  margin-bottom: 5px;
  padding: 5px 10px 5px 55px;
  display: inline-block;
  text-align: left;
  font-family: MLB;
  background: url(../images/h1.png) no-repeat 0;
}

.header__time p:nth-child(2) {
  font-family: MLB;
  color: #76bf00;
  font-size: 16px;
  line-height: 20px;
}

.header__time p:nth-child(2) span {
  font-family: SAV;
  color: #000;
  font-size: 14px;
}

.header__email {
  background: url(images/hd1.png) no-repeat 0;
  padding-left: 26px;
  color: #fff;
}

.header__email p:nth-child(1) {
  padding: 10px 0 10px 55px;
}

.header__ngonngu {
  margin: 0 10px;
}

.header__ngonngu ul li {
  display: inline-block;
  margin: 0 3px;
}

.header__pdhd {
  display: flex;
  align-items: center;
}

.header.cus-header {
  position: relative;
  background: #0d362e;
}

.header.cus-header:after {
  display: none;
}

.cus-header {}

.box-menu {
  background: linear-gradient(to right, transparent 0%, transparent 50%, #e39d00 50%, #e39d00 100%);
  padding: 20px;
  margin-top: 5px;
}

.box-menu .mn-cat {
  text-align: left;
}

.box-menu .mn-cat > a {
  font-family: MR;
  font-size: 12px;
  color: #fff;
}

.box-menu .mn-cat > a:hover {
  text-decoration: underline !important;
}

.box-menu .mn-item {
  text-align: left;
}

.box-menu .mn-item > a {
  font-family: MR;
  font-size: 12px;
  color: #fff;
}

.box-menu .mn-item > a:hover {
  text-decoration: underline !important;
}

.box-menu .md-12-40 .mn-cat > a {
  color: #1558b4;
  text-transform: uppercase;
  font-family: MLB;
}

.ab_map {
  position: absolute;
  right: 0;
}

.fix_header {
  position: fixed !important;
  margin: 0 auto;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

.fix_header .header__logo img {
  top: 0px;
  max-width: 100px;
}

.fix_header .tieude_dm:hover .showmn {
  display: block;
}

.fix_header .menu ul li:hover > ul,
.fix_header .menu ul li > ul {
  top: 60px;
}

.fix_header .search.alb {
  top: 50px;
}

.fix_header .menu ul li a span {
  line-height: 20px;
}

.fix_header .box-search {}

.fix_header .menu {
  top: 0;
}

.fix_header .mxh {
  height: 50px;
}

.fix_header .mxh ul li a {
  max-width: 40px;
}

.fix_header .menu > ul > li:nth-child(1) img {
  position: relative;
  top: -5px;
}

.flex__menu {
  display: flex;
  align-items: center;
}

.menul {
  width: 37%;
}

.menur {
  width: 37%;
}

.menu__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#menu_top {
  position: relative;
  z-index: 999;
}

.bg_menu:after {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../images/brmnb.png) repeat-x bottom;
  padding-bottom: 8px;
  bottom: -7px;
}

.bg_menu {
  position: relative;
  background: #299e5d;
  border-radius: 7px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu >ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.menu > ul > li {
  text-align: center;
  list-style: none;
  position: relative;
}

.menu > ul > li:last-child:after {
  display: none;
}

.menu > ul > li:first-child > a {
}

.menu > ul > li > a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0px 13px;
  line-height: 60px;
  color: #fff;
  transition: all ease 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Time news roman;
  font-weight: 600;
}

.menu > ul > li > a:hover {
  color: #ff0 !important;
}


.menu > ul > li > a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #000;
  width: 100%;
}

.menu > ul > li:last-child > a:after {
  display: none;
}

.menu > ul > li:last-child > a {
  box-shadow: none;
}

.menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.menu > ul ul {
  top: 60px;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  opacity: 0;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  z-index: 999;
  padding: 0;
}

.menu > ul ul li {
  background: #299e5d;
  box-shadow: inset 0 1px #f2f2f285;
  text-align: left;
  box-sizing: border-box;
  display: block;
  position: relative !important;
}

.fix_header .menu > ul ul li,
.cus-header .menu > ul ul li {
}

.menu > ul ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
}

.menu > ul ul li a:hover {
  text-decoration: underline;color: #ff0
}

.menu > ul ul li:hover > ul {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

.menu > ul ul ul {
  visibility: hidden;
  width: 220px;
  margin-left: 218px;
  opacity: 0;
  left: 2px;
  top: 0;
  position: absolute;
}

.menu > ul > li >a:before {
  /* content: ''; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  border-bottom: 1px solid #ff6207;
}

.menu > ul > li >a:after {
  /* content: ''; */
  position: absolute;
  top: 15px;
  right: -1px;
  width: 1px;
  border-right:1px dotted #fff;
  height: 20px;
}


.menu__active {
  color: #ff0 !important;
}

.active_left{
} 

.menu > ul > li:last-child > a {
  background: none;
}

.menu__active span {
  color: #fff !important;
}

.menu__active:before,
.menu > ul > li >a:hover:before {
  width: 100% !important;
  transition: all ease 0.5s;
}

.menu .ngonngu ul li {
  display: inline-block;
  float: right;
  margin-right: 5px;
  padding: 10px 0;
}

.mnl > ul > li > a {
}

.fix_header .header__logo {}

.fix_header .menu > ul > li >a {}

.mnr,
.mnl {
  max-width: 41%;
  width: 100%;
}
.mnr{}
.mnl{}

.home {
  width: 10%;
  text-align: center;
}

.menu_rp {}

.menu_rp .tt_menu {
  display: inline-block;
}

.menu_rp .tt_menu a {
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-family: MLB;
}

.menu_rp span:nth-child(2) a {
  font-family: IBN;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 23px;
  margin-left: 10px;
}

.box-search {
  position: relative;
  display: inline-block;
  float: right;
  z-index: 99;padding: 10px;
}

.search {
  margin-top: 0;
  max-width: 465px;
  width: 100%;
  margin: auto;
}

.search form {
  position: relative;
}

.search.rel {
}

.search.alb {
  position: absolute;
  right: 0;
  top: 65px;
  display: none;
  width: 205px;
}

.search__title {
  font-family: UTMI;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  text-transform: uppercase;
}

.search__txt {
  color: #000;
  height: 37px !important;
  padding: 10px;
  width: 100%;
  padding-right: 41px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #c9c9c9;
}

.search__txt::-webkit-input-placeholder {
  font-family: "Arial";
  color: #fff;
  font-size: '15px';
}

.search__txt::-moz-placeholder {
  font-family: "Arial";
  color: #fff
  font-size: '15px';
}

.search__txt::-ms-input-placeholder {
  font-family: "Arial";
  color: #fff
  font-size: '15px';
}

.search__txt::-moz-placeholder {
  font-family: "Arial";
  color: #fff
  font-size: '15px';
}

.search__btn {
  border: 0 !important;
  width: 55px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background:#299e5d  url(../images/srch.png) no-repeat center center;
  border-radius: 0px 5px 5px 0px;
}
.bgprd{background: url(../images/brprd.jpg) no-repeat;background-size: cover;}
.product.box-id {
  padding: 10px 0;
}

.product__item {
  position: relative;
  transition: all ease 0.4s;
}

.product__bd {
}

.product__item:hover {
  transition: all ease 0.2s;
  box-shadow: 0 0 5px 0 #555;
  background: #fff;
}

.product__item1 {
  position: relative;
  margin-bottom: 20px;
}

.product__item1:hover {
  transition: all ease 0.2s;
  transform: scale(1);
  box-shadow: 0 0 10px 0 #c4c4c4;
}

.product__item:hover .product__flex {
  border-radius: 20px;
}

.product__border {}

.product__content {
  padding: 10px 5px 15px;
}

.product__content1 {
  padding-top: 10px;
  border-left: 1px dashed #d9d9d9;
  border-right: 1px dashed #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  border-radius: 7px;
}

.product__hover .product__img a:after {
  content: '';
  position: absolute;
  width: 94%;
  height: 94%;
  left: 3%;
  top: 3%;
  z-index: 9;
  border: 1px solid #f2f2f2;
}

.product__sale {
  position: absolute;
  width: 50px;
  height: 30px;
  background: url(images/sale.png);
  left: 10px;
  top: 10px;
  z-index: 9;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: RB;
  font-style: italic;
}

.product__img1 {
  padding-bottom: 79%;
  height: 0;
}

.product__img1 img {
  border-radius: 7px 7px 0 0;
}

.product__img {
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  height: 0;
}

.product__item:hover .product__img {
}

.product__img img {
}

.product__cs {
  text-align: left;
  font-family: OPR;
}

.product__ab {
  position: absolute;
  left: -100px;
  z-index: 1;
  display: flex;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  bottom: 0;
  background: #ebaa39;
}

.product__ab a {
  color: #fff;
  padding: 10px 23px 10px 13px;
  text-transform: uppercase;
  background: url(../images/vie.png) no-repeat 75px;
  width: 100px;
}

.product__item:hover .product__ab {
  visibility: visible;
}

.product .product__flex--box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.product .product__flex--reverse {
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
}

.product__view--ab {
  display: inline-block;
  width: 110px;
  line-height: 25px;
  background: linear-gradient(to bottom, #feb503, #e99102);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 12px;
  font-family: RB;
}

.product__like {
  display: inline-block;
  width: 70px;
  line-height: 35px;
  background: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 0 27px 0 8px;
}

.product__like:after {
  content: '\f164';
  position: absolute;
  right: 8px;
  top: -2px;
  font-family: FontAwesome;
  font-size: 17px;
}

.product__masp {
  font-family: RB;
  font-size: 15px;
}

.product__des {
  text-align: center;
}

.product__des a {
  border: 2px solid #234c20;
  border-radius: 5px;
  color: #234c20;
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  font-family: MLB;
}

.product__name {
  position: relative;
  text-align: center;
  color: #004181;
}

.product__name a {
  color: #000;
  font-size: 15px;
  font-weight: normal;
  font-family: RB;
}
.while_p .product__name a {
  color: #fff;
}
.while_p .product__giaban span{font-family:KB;color:#fff !important;font-size:24px;}

  .while_p .product__item:hover .product__name a{color:#000}
.while_p .product__item:hover .product__giaban span{
  font-family:KB;color:#d00 !important;font-size:24px;
}
.product__news {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
}

.product__namedv {
  text-align: center;
  font-weight: normal;
  position: relative;
  margin-top: 10px;
}

.product__namedv a {
  color: #000;
  font-family: RM;
  font-size: 16px;
  text-transform: uppercase;
}

.product__title {
  padding: 5px 0;
}

.product__title a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.product__title .p-price {
  text-transform: none;
  color: #d00;
}

.product__title .p-hot:nth-child(1) {
  background: #d00;
  font-family: RR;
  color: #fff;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 20px;
}

.product__title .p-bold {
  font-family: RM;
}

.product__price {
  color: #000;
  line-height: 1.8;
  text-align: center;
}

.product__giaban {
  text-align: center;
  color: #666666;
}

.product__giaban span {
  color: #e61212;
  font-family: KB;
  font-size: 24px;
}

.prd__price {
  color: #000;
  line-height: 1.8;
  text-align: center;
}

.prd__giaban {
  color: #fff;
  text-align: center;
}

.prd__giaban span {font-family: KB;font-size: 18px;}

.product__giaban1 {
  margin-left: 10px;
  color: #000;
  font-family: RM;
}

.product__giaban1 span {
  color: #d00;
}

.product__giacu {
  color: #7f7f7f;
  text-align: center;
  display: inline-block;
}

.product__giacu span {
  text-decoration: line-through !important;
}

.product__cart {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.product__cart p {
  width: 49%;
}

.product__cart p:nth-child(1) a {
  background: #0c8cef;
  color: #fff;
}

.product__cart p:nth-child(2) a {
  background: #e1e1e1;
  color: #000;
}

.product__cart a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 12px;
  color: #0d362e;
  font-family: Arial;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #0d362e;
  width: 116px;
}

.product__cart a:hover {
  background-color: #0d362e;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.product__cart a:hover {
  color: #fff;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.product.box-top {
  padding: 30px 0;
}

.product.box-top .product__item {
  margin-top: 10px;
}

.product__view {
  text-align: center;
}

.product__view a {
  display: inline-block;
  line-height: 35px;
  color: #000;
  font-size: 13px;
  background: #ececec;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 3px;
}

.product__list {
  display: flex;
  background: #f7f7f7;
  padding: 20px;
}

.product__list--name {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
}

.product__list--name p:nth-child(1) a {
  font-family: SR;
  color: #000;
  font-size: 25px;
}

.product__list--view a {
  font-family: MR;
  font-size: 15px;
  color: #000;
  display: inline-block;
  padding: 5px;
  border-bottom: 1px solid #000;
}

.product__list--title {
  width: 200px;
}

.product__bg {
  background: #f2f2f2;
  padding: 10px;
}

.product__box--item {
  display: flex;
  align-items: flex-start;
}

.product__box--img {
  width: 33%;
  margin-right: 20px;
}

.product__box--content {
  width: 67%;
}

.product__box--name {
  font-family: UTMI;
  background: #ffcc00;
  font-size: 28px;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  left: -20%;
  margin: 15px 0;
  color: #333333;
  text-transform: uppercase;
}

.product__box--des {
  color: #4c4c4c;
  line-height: 2.0;
}

.product__box--view {
  float: right;
  padding-right: 20px;
  position: relative;
}

.product__box--view:after {
  content: '>>';
  position: absolute;
  right: 2px;
  color: #d00;
}

.product__box--view a {
  color: #d00;
  font-size: 13px;
  font-style: italic;
}

.product__box--td {
  font-family: RB;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
  color: #333;
}

.product__flex {
  display: flex;
  font-family: MLB;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 2px;
  cursor: pointer;
}

.product__flex:hover {
  background-color: #fff;
  transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}

.product__flex .name {
  width: 45%;
}

.mg-prddt {
  margin: 0 -5px;
}

.prd__item {
  position: relative;
  background: #fff;
  margin-top: 20px;
}

.brprd {
  background: #0d362e;
}

.prd__item--center {
  min-height: 400px;
  border: 1px solid #f2f2f2;
  text-align: center;
}

.prd__item--center:hover {
  border: 1px solid #000;
}

.prd__item--center span {
  color: #6c2609;
}

.prd__item:hover img {
  transition: all ease 0.5s !important;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.prd__item > div {
}

.prd__name {
  position: relative;
  z-index: 9;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: IBN;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 10px;
}

.prd__name a {
  font-size: 20px;
  color: #fff;
}

.prd__item:hover .prd__name {
  color: #eb9424;
}

.prd__ab:after {
  transition: all ease 0.5s;
  opacity: 0;
}

.prd__item:hover .prd__ab:after {
  transition: all ease 0.5s;
  opacity: 1;
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0d362e61;
  top: 0;
  left: 0;
}

.prd__img {
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 114%;
}
.prd__img a:after{content:'';position:absolute;width:100%;height:100%;left:0px;top:0px;width:calc(100% - 40px);height:calc(100% - 40px);top:16px;left:16px;border:4px solid #ffffffba}
.prd__img img {
  transition: all ease 0.5s !important;
}

.prd__title a {
  font-family: OPB;
  color: #000;
  font-size: 17px;
}

.prd__price span {
  color: #fff;
}

.prd__ab {
  position: absolute;
  left: 40px;
  top: -30px;
  max-width: 110px;
  padding: 5px;
  border: 5px solid #ffffffb8;
  background: #5eae3f;
}

.img-list {
  width: 31%;
  position: relative;
}

.show-product {
  width: 69%;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.bg-product-list {
  background-color: #FBD500;
}

.prddetail__title {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333;
  font-family: RB;
  text-transform: uppercase;
}

.prddetail__li {
  list-style: none;
  text-align: justify;
}

.prddetail__li--masp {
  line-height: 26px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 7px;
  font-size: 13px;
}

.prddetail__li--des {
  margin-top: 5px;
  margin-bottom: 15px;
}

.prddetail__li--giagoc {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: line-through;
}

.prddetail__li--giaban {
  font-family: OPB;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 22px;
  color: #e80001;
}

.prddetail__li--contact {
  font-family: UTMI;
  font-size: 15px;
  color: #d00;
  padding: 5px 0;
}

.prddetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
  font-family: OPB;
}

.prddetail__li--cs a {
  line-height: 20px;
  color: #000;
  width: 100%;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  border: 1px solid #e6e6e6;
}

.prddetail__noidung {
  margin-bottom: 20px;
}

.prddetail__li--tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.prddetail__li--tags li {
  float: left;
  display: inline-block;
}

.prddetail__li--tags li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  float: left;
  color: #555;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  margin-bottom: 5px;
  margin-right: 5px;
}

.prddetail__li--tags li a:hover {
  text-decoration: underline;
}

.prddetail__li--tags li:nth-child(1) {
  margin-right: 10px;
  line-height: 28px;
}

.prddetail__cart {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0;
}

.box_img_pr img,
.bd-prd {}

.dadetail__title {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px dotted #c4c4c4b5;
  padding: 7px 0;
  font-family: MLB;
}

.dadetail__li {
  list-style: none;
  text-align: justify;
  padding: 5px 0;
  border-bottom: 1px dotted #c4c4c4b5;
}

.dadetail__price {
  color: #c4c4c4;
  line-height: 1.8;
  text-align: center;
  font-family: OR;
}

.dadetail__price span {
  color: #ea5015;
}

.dadetail__price label {
  color: #000;
}

.dadetail__lib .button {
  background: #f2f2f2;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: MLB;
  border-radius: 5px;
}
.dadetail__lib a i{margin-right:5px;}
.dadetail__lib .button1 {
  background: #f2f2f2;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: MLB;
  border-radius: 5px;
}

.dadetail__li:nth-child(even) {
  background: #f2f2f28c;
  padding: 5px;
}

.dadetail__li--des {
  padding: 5px 0;
  font-size: 13px;
}

.dadetail__li--contact {
  font-family: MLB;
  font-size: 15px;
  color: #d00;
}

.dadetail__li--label {
  text-align: left;
  position: relative;
  width: 155px;
  display: inline-block;
  font-size: 13px;
  color: #555;
}

.dadetail__li--masp {
  font-size: 13px;
}

.dadetail__li--cs a {
  line-height: 20px;
  color: #000;
  width: 100%;
  padding: 5px 0;
  display: inline-block;
  font-size: 13px;
}

.dadetail__li--giagoc {
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: line-through;
}

.dadetail__li--giaban {
  font-family: MLB;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  color: #e80001;
}

.dadetail__li--des ul,
.dadetail__li--des ol {
  padding-left: 20px;
}

.dadetail__des {
  color: #000;
  line-height: 1.6;
  text-align: left;
  font-size: 13px;
}

.dadetail__des p:nth-child(2) span {
  color: #d00;
}

.dadetail__des label {
  font-family: RB;
  display: inline-block;
}

.gioithieu {
  position: relative;
  background: #f6f6f6;
}

.gioithieu__address {
  max-width: 1100px;
  margin: 30px auto;
}
.gioithieu--des{font-size:13px;line-height: 1.8;}
.gioithieu--title {
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: RB;
  position: relative;
  z-index: 1;
}

.gioithieu__bd {
  display: inline-block;
  border: 20px solid transparent;
  -webkit-border-image: url('images/bggt.png') 20 stretch;
  -o-border-image: url('images/bggt.png') 20 stretch;
}

.gioithieu__img p:nth-child(1) {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.gioithieu__img p:nth-child(2) {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.gioithieu__img:hover .gioithieu__name {}

.gioithieu__time {
  font-size: 25px;
  font-family: UKC;
}

.gioithieu__time span {
  color: #ff0;
}

.gioithieu__list {
  padding-top: 30px;
}

.gioithieu__item {
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
}

.gioithieu__tieude {
  color: #333333;
  font-size: 15px;
  font-family: RR;
  position: relative;
  text-transform: uppercase;
}

.gioithieu__tieude:after {
  position: absolute;
  width: 30px;
  height: 0;
  border-bottom: 3px solid #006BAC;
  left: 0;
  bottom: -10px;
}

.gioithieu__tieude span {
  font-family: RR;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}

.gioithieu__title1 {
  color: #7c7b7b;
  font-size: 24px;
  font-family: SDS;
}

.gioithieu__title {
  position: relative;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  padding: 60px 0 10px 0;
  background: url(../images/tdgtt.png) no-repeat top center,url(../images/tdgtb.png) no-repeat bottom center;
}

.gioithieu__title a {
  color: #299e5d;
  font-family: Time news roman;
  font-size: 26px;
  font-weight: 600;
}

.gioithieu__title h3 {
  font-family: UTMI;
  font-size: 30px;
  color: #dda41b;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 18%;
}

.gioithieu__title span {
  color: #ed3f48;
}

.gioithieu__name {
  width: 100%;
  color: #000;
  font-family: UCN;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.gioithieu__content {
  position: relative;
}

.gioithieu__slogan {
  font-family: SBS;
  font-size: 26px;
  color: #000;
  text-align: center;
}

.gioithieu__des {
  line-height: 2.0;
  margin-top: 10px;
  max-width: 910px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.gioithieu__time {}

.gioithieu__view {
  padding: 5px 0;
  text-align: center;
}

.gioithieu__view a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  line-height: 40px;
  width: 134px;
  background: #5eae3f;
  border-radius: 20px;
  text-transform: uppercase;
}

.gioithieu__view a:hover {
  background-color: #5eae3f;
  color: #ff0;
}

.gioithieu__view a span {
  display: inline-block;
  background: #ffde16;
  padding: 0 35px;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 43px;
  margin-top: -2px;
  margin-left: -5px;
}

.gioithieu__link p {
  font-family: RM;
  font-size: 18px;
  color: #00a08f;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(../images/glass.png) no-repeat 0;
}

.gioithieu__box--item {
  text-align: center;
}

.gioithieu__box--img img {
  background-color: #ebebeb;
  border-radius: 50%;
}

.gioithieu__box--number {
  font-family: OPB;
  font-size: 27px;
}

.gioithieu__box--name {
  font-family: RB;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px 0;
  color: #000;
}

.gioithieu__box--name a {
  color: #000;
}

.gioithieu__box {
  align-items: center;
}

.gioithieu .gioithieu__dk {
  padding: 7px 10px 6px 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: RM;
}

.cs__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cs__bg {
  background: #fff;
  box-shadow: 0 0 5px 0 #c4c4c4;
}
.cs__item {
  display: flex;
}

.cs__img {
  width: 70px;
}

.cs__item.flexfl {
  flex-flow: column-reverse;
}

.cs__img a {
  display: inline-block;
}

.cs__img img {
  width: auto;
}

.cs__content {
  line-height: 1.8;
  width: calc(100% - 70px);
}

.cs__name {
  margin: auto;
  overflow: hidden;
  text-transform: uppercase;
}

.cs__name a {
  font-family: RB;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
}

.cs__des {
  line-height: 22px;
  color: #1e1e1e;
  font-size: 13px;
}

.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dichvu__box {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.dichvu__item a:after{content:'';position:absolute;width:100%;top:0px;left:0px;height:100%;z-index: 99;background: #146bd6c9;}
.dichvu__item a:before{content:'';position:absolute;width:calc(100% - 20px);top:10px;left:10px;height:calc(100% - 20px);z-index: 999;border:1px dashed #fff}

.dichvu__ab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  justify-content: center;
}

.dichvu__item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.dichvu__item:hover .dichvu__ab:before {
  visibility: visible;
}

.dichvu__item:hover:before {
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.dichvu__item img {}

.dichvu__item: hover img {}

.dichvu__img {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.dichvu__img img {
  transition: all ease 0.5s;
}

.dichvu__img:hover img {
  transition: all ease 0.5s;
  transform: scale(1.1);
}

.dichvu__content {
  text-align: center;
}

.dichvu__name {
  text-align: center;
  color: #fff;
  padding: 15px 0 20px;
  position: relative;
  z-index: 1;
  font-family: RB;
  font-size: 16px;
  text-transform: uppercase;
}

.dichvu__name a {
  color: #000;
}

.dichvu__name label {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  font-size: 35px;
  width: 100%;
  text-align: left;
}

.dichvu__des {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #7c7e7e;
}

.duan__box {
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}

.duan__item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding: 5px;
}

.duan__item:hover:before {
  opacity: 1;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.duan__item:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.duan__img {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.duan__content {
  text-align: center;
}

.duan__name {
  text-align: center;
  font-family: ISB;
  text-transform: uppercase;
  font-size: 16px;
}

.duan__name a {
  font-size: 15px;
  font-family: RB;
  color: #000;
  padding: 10px 0;
  display: inline-block;
}

.duan__name label {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  font-size: 35px;
  width: 100%;
  text-align: left;
}

.duan__des {
  line-height: 22px;
}

.duan__item:hover .duan__ab {
  visibility: visible;
}

.duan__ab {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #0000008f;
  visibility: hidden;
}

.duan__ab h3 {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.duan__ab div {
  color: #fff;
  font-size: 13px;
}

.duan__ab > div {
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.duan__ab > div > div {
  padding: 10px;
}

.duan__item:hover .duan__ab > div {
  height: 100%;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.footer {
  position: relative;
  background: #299e5d;
}

.footer:after {
  position: absolute;
  width: 58%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(images/brft.png);
  z-index: 9;
  background-size: 100% 100%;
}

.footer__bg {
  background: #003e81;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

.footer__contact {
  background: #8d573f;
  padding: 25px 0;
}

.footer__cttitle p:nth-child(1) {
  font-family: OPB;
  color: #fff;
  font-size: 17px;
}

.footer__cttitle p:nth-child(2) {
  color: #fff;
  font-style: italic;
}

.footer__ctlink a {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  background: #d5671a;
  border-radius: 5px;
  text-transform: uppercase;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__name {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: RB;
}

.footer__name p:nth-child(2) {
  color: #fff;
  font-family: SAB;
  font-size: 33px;
}

.footer__name span {
  font-family: UTMI;
}

.footer__title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 0;
  /* border-bottom: 2px solid #fff; */
  left: 0;
  bottom: -4px;
}

.footer__content {
  font-family: RR;
  font-style: italic;
  color: #fff;
}

.footer__title {
  margin-bottom: 20px;
  position: relative;
  font-weight: normal;
  color: #fff;
  font-family: RB;
  text-transform: uppercase;
  font-size: 15px;
}

.footer__title span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-family: RB;
  font-size: 25px;
  color: #eb9424;
}

.footer__title span:after {
  content: '';
  background: #eb9424;
  height: 1px;
  width: 500px;
  position: absolute;
  right: auto;
  left: 100%;
  bottom: 9px;
}

.footer .chinhanh {
  padding: 5px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

.footer .chinhanh:hover {
  background: #218cd5;
}

.footer .chinhanh p:nth-child(1) {
  font-family: MLB;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.footer__slogan {
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
  font-style: italic;
  max-width: 380px;
  font-size: 13px;
  line-height: 25px;
}

.footer__tt p:nth-child(1) {
  font-family: OPB;
}

.footer__tt p:nth-child(2) {
  font-family: OPR;
}

.footer__menu {}

.footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: center;
  border-bottom: 1px solid #29b969;
  justify-content: center;
}

.footer__menu ul li {
  display: inline-block;
  list-style: none;
}

.footer__menu ul li:first-child {}

.footer__menu ul li a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  padding: 20px 20px;
  position: relative;
}
.footer__menu ul li a:hover{color: #ff0}
.footer__menu ul li a:after{content:'';position:absolute;height:10px;width:1px;background:#52c083;right:-1px;top: 21px;}
.footer__menu ul li:last-child a:after{display:none;}
.footer__address {
  color: #fafafa;
  line-height: 1.8;
  width: 100%;
  font-size: 15px;
}

.footer__address p {
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 7px;
}

.add_cus p {
  margin-bottom: 10px;
}

.footer__address .fnd {
  margin-bottom: 10px;
  padding: 5px 0 5px 35px;
}

.footer__address .fnd:nth-child(1) {
  background: url(../images/f1.png) no-repeat 0;
}

.footer__address .fnd:nth-child(2) {
  background: url(../images/f2.png) no-repeat 0;
}

.footer__address .fnd:nth-child(2) p:nth-child(2) {
  font-size: 20px;
}

.footer__address .fnd:nth-child(3) {
  background: url(../images/f3.png) no-repeat 0;
}

.footer__address .fnd:nth-child(4) {
  background: url(../images/f4.png) no-repeat 0;
}

.footer__address .fnd p:nth-child(2) {
  font-family: OPB;
}

.footer__address div {
  color: #fff;
}

.footer__address div:nth-child(1) >div {
  padding-left: 87px;
  background: url(../images/ft1.png) no-repeat 0 0;
}

.footer__address div:nth-child(2) >div {
  padding-left: 87px;
  background: url(../images/ft2.png) no-repeat 0 0;
}

.footer__address div:nth-child(2) p:nth-child(2) {
  font-size: 15px;
}

.footer__address div:nth-child(3) >div {
  padding-left: 87px;
  background: url(../images/ft3.png) no-repeat 0 0;
}

.footer__address div:nth-child(4) >div {
  padding-left: 87px;
  background: url(../images/ft4.png) no-repeat 0 0;
}

.footer__des {
  line-height: 1.8;
  font-size: 15px;
}

.footer__link p {
  text-align: left;
  padding-left: 15px;
  padding: 4px 0 4px 0;
}

.footer__link p a {
  color: #fafafa;
  font-size: 15px;
}

.footer__link p a:hover {
  color: #d00;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.footer__fnd {
  margin-right: 15px;
  width: 33px;
}

.footer__fnd p:nth-child(1) {
  font-family: OPB;
  font-size: 16px;
  color: #f38c34;
  text-transform: uppercase;
}

.footer__address p span:nth-child(2) {
  width: calc(100% - 33px);
}

.footer__map,
.dadetail__map {
  padding-bottom: 360px;
  height: 0;
  position: relative;
  width: 100%;
}

.footer__map iframe,
.dadetail__map iframe {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}

.footer__truycap ul li {
  position: relative;
  list-style: none;
  line-height: 30px;
  color: #fff;
}

.footer__nhantin {
  position: relative;
  padding: 15px 17px 17px 17px;
  padding-bottom: 45px;
  background: url(../images/brnt.png) no-repeat bottom,linear-gradient(to bottom, #ffc600 0px,#ffc600 calc(100% - 55px),transparent calc(100% - 55px));
  max-width: 341px;
  margin-top: -30px;
}
.footer__nhantin:after{content:'';position:absolute;width:29px;height:30px;background:url(../images/afnt.png); left:-29px;top:0px;}
.footer__nhantin:before{content:'';position:absolute;width:29px;height:30px;background:url(../images/afnt.png); right:-29px;top:0px;transform:rotateY(180deg)}


.footer__nhantin .txt1 {
  background: url(../images/txt1.png) no-repeat right;
}

.footer__nhantin .txt2 {
  background: url(../images/txt2.png) no-repeat right;
}

.footer__nhantin .txt3 {
  background: url(../images/txt3.png) no-repeat right;
}

.footer__nhantin--title {
  color: #555;
  line-height: 30px;
  padding-left: 80px;
  background: url(../images/icnt.png) no-repeat 0;
}

.footer__nhantin--title p:nth-child(1) {
  text-transform: uppercase;
  font-family: RBL;
  font-size: 32px;
  color: #d12000;
}

form[name="frmdk"] {
  position: relative;
}

.footer__nhantin--txt {
  color: #000;
  height: 40px;
  padding: 8px 50px 8px 20px;
  width: 100%;
  background: #fff;
  font-family: RR;
  border: 1px solid #fff;
  margin-bottom: 15px;
  display: block;
}

.nhantin--txt {
  color: #000;
  height: 30px;
  padding: 8px 20px;
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #fff;
}

.footer__nhantin--txt::-webkit-input-placeholder {
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-moz-placeholder {
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-ms-input-placeholder {
  color: #555;
  font-size: '12px';
}

.footer__nhantin--txt::-moz-placeholder {
  color: #555;
  font-size: '12px';
}

.footer textarea {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.baogialeft {padding-right: 50px;padding-left: calc((100% - 1200px)/2);}

.footer__nhantin--btn {
  background: #fcd538;
  z-index: 2;
  cursor: pointer;
  border: 0;
  color: #000;
  padding: 15px 20px;
  font-size: 15px;
  font-family: RB;
  text-transform: uppercase;
  width: 100%;
  white-space: initial;
  margin-top: 15px;
}

.nhantin--btn {
  background: #d12000;
  z-index: 2;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  height: 30px;
  max-width: 50px;
  padding: 0 10px;
  font-family: RB;
  width: 100%;
}

.footer__hotline span {
  font-weight: 600;
}

.footer__line {
  border-bottom: 1px solid #088e74;
}

.copyfooter {
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: #299e5d;
  border-top: 1px solid #52c083;
}

.copyfooter__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copyfooter__design {
  color: #fff;
  margin-right: 10px;
}

.copyfooter__design span {
  color: #ff0;
  text-transform: uppercase;
}

.copyfooter__truycap {
  display: inline-block;
}

.copyfooter__truycap ul {
  padding-left: 30px;
  padding: 0;
  margin: 0;
}

.copyfooter__truycap ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 13px;
  padding: 0px 10px 0px 0px;
  margin-right: 10px;
}

.copyfooter__truycap ul li:last-child {
  margin: 0;
}

.copyfooter__truycap ul li span {
  color: #fff;
}

.copyfooter__truycap ul li .aft-truycap {
  content: '';
  height: 10px;
  width: 1px;
  right: -1px;
  top: 5px;
  position: absolute;
}

.copyfooter__truycap ul li:nth-child(1):before, .copyfooter__truycap ul li:nth-child(2):before {
  content: '';
  height: 10px;
  width: 1px;
  right: -1px;
  top: 5px;
  position: absolute;
  background: #fff;
}

.left__contact p {
  margin-bottom: 15px;
}

.left__contact p:nth-child(1) a {
  background: #000 url(../images/left-f.png) no-repeat 5px;
}

.left__contact p:nth-child(2) a {
  background: #f5821f url(../images/left-m.png) no-repeat 5px 0;
  border: 1px solid #a85a16;
  font-size: 14px;
}

.left__contact p:nth-child(3) a {
  background: #000 url(../images/left-s.png) no-repeat 5px;
}

.left__contact p a {
  display: inline-block;
  text-align: start;
  padding: 7px 10px 7px 50px;
  color: #fff;
  font-size: 1.2em;
  border: 1px solid #000;
  font-family: MR;
  font-style: italic;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.left__form {
  margin-bottom: 10px;
}

.left__stip {
  padding: 10px 20px 10px 15px;
  color: #555;
  height: 40px;
  outline: none;
  width: 100%;
  border: 1px solid #c4c4c4;
  background: #e6e6e6;
  font-size: 12px;
  border-radius: 5px;
}

.left__stip::-webkit-input-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.left__stip::-moz-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.left__stip::-ms-input-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.left__stip::-moz-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.left__send {
  background: #000;
  color: #fff;
  line-height: 30px;
  border: 1px solid #c4c4c4;
  border: 1px solid #000;
  border-radius: 5px;
  float: right;
  font-size: 13px;
  padding: 2px 30px 2px 10px;
}

.left__item {
  margin-bottom: 20px;
}

.left__boxmn {
  position: relative;
}

.left__link > ul {
  border-top: 0;
  margin: 0;
  padding: 0;
}

.left__link > ul > li {
  list-style: none;
  position: relative;
  box-shadow: inset 1px -1px #ececec;
  background: url(../images/vleft.png) no-repeat 10px 17px;
}

.left__link > ul li:hover, .active_left {
   background: #eaeaea url(../images/vleft.png) no-repeat 10px 17px;
}


.left__link > ul li:hover >a,.active_left a {
 
}

.left__link > ul > li:last-child,
.left__link > ul ul > li:last-child {
  border-bottom: 0;
}

.left__link > ul > li.actleft {
  background: #f2f2f2;
}

.left__link > ul > li > a {
  color: #000;
  display: inline-block;
  text-transform: none;
  padding:12px 10px 12px 30px;
  font-weight: normal;
  width: 100%;
  font-family: RB;
}

.left__link > ul > li > a i {
  margin-right: 10px;
}

.left__link > ul > li:last-child a {
  border-bottom: 0;
}

.left__link > ul > li:hover >ul {
  visibility: visible !important;
}
.left__link > ul ul > li:hover ul {
  visibility: visible !important;
}

.left__link > ul ul {
     position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    background: #f7f7f7;
}

.left__link > ul ul li {
  list-style: none;
    position: relative;    background: url(../images/n__mn1.png) no-repeat 15px;
}

.left__link > ul ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 12px 10px 12px 30px;
  font-weight: normal;
  width: 100%;
}

.left__link > ul ul li a:after {
  left: 35px;
  top: 7px;
}

.left__link > ul ul li:hover > a {
  text-decoration: underline;
}

.left__menu {
  box-shadow: -1px 0 #b80314, 1px 1px #b80314;
  background: #ffffff;
  position: relative;
  border-top: 0;
}

.left__menu > ul {
  padding-bottom: 148.5%;
  overflow-y: scroll;
  height: 0;
}

.left__menu > ul::-webkit-scrollbar {
  width: 0;
  border-radius: 20px;
}

.left__menu > ul::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}

.left__menu > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.chinhanh_box {
  height: 200px;
  overflow-y: scroll;
}

.chinhanh_box::-webkit-scrollbar {
  width: 2px;
  border-radius: 20px;
}

.chinhanh_box::-webkit-scrollbar-thumb {
  background-color: #226fd2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}

.chinhanh_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}


.menulist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.menulist div {}

.menulist div: last-child: after {
  display: none;
}

.menulist div:hover {}

.menulist div: after {
  position: absolute;
  top: 0;
  right: -5px;
}

.menulist ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menulist ul li {
  list-style: none;
  text-align: center;
  display: inline-block;
}

.menulist ul li a {
  color: #000;
}

.menulist p:nth-child(1) {
  margin-bottom: 10px;
  padding: 2px;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
}

.menulist p img {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}

.menulist__act img {
  border: 1px solid #e06a7f !important;
}

.menulist__act p:nth-child(1) {
  border: 3px solid #e06a7f !important;
}

.menulist a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #2f4b44;
  font-family: RB;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 10px;
}

.menulist a span {
  color: #555;
}

.menulist__act p span {
  color: #e06a7f;
}

.menulist a:hover,
.menulist .menulist__act {
  color: #e9a854;
}

.menulist__act {}

.nhantin {
  background: url(images/brnt.png) no-repeat;
  background-size: cover;
}

.nhantin:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, transparent 0, transparent 50%, rgba(0, 0, 0, 0.38039216) 50%);
}

.nhantin__bg {
  position: relative;
  z-index: 9;
  background: #ffffffb8;
  padding: 25px;
}

.nhantin__flex {
  background: url(images/brdk1.png);
  padding: 2% 5%;
  margin-bottom: -65px;
  z-index: 9;
  position: relative;
  background-size: cover;
}

.nhantin__box {
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

.nhantin__col {
  text-align: left;
  margin: 0 auto;
  position: relative;
  max-width: 507px;
}

.nhantin__col .nhantin__txt {
  width: 100%;
  margin-bottom: 10px;
}

.nhantin__col textarea {
  height: auto;
}

.nhantin--title {
  margin-bottom: 15px;
  text-align: center;
}

.nhantin__title {
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
 
  
}
.nhantin__title h2{
   text-align: center;
  padding-top: 20px;
  font-family: UAB;
  font-size: 21px;
}
.nhantin__title p{
  font-size: 16px;font-family:RR;text-align:center
}

.nhantin__title p:nth-child(1) {
  font-family: RB;
  text-transform: uppercase;
}

.nhantin__tieude {
  color: #fff;
  margin-bottom: 15px;
}

.nhantin__txt {
  color: #000;
  height: 40px;
  padding: 10px 10px 10px 30px;
  border: 0;
  background: #fff;
  border-radius: 5px;
}

.nhantin__txt::-webkit-input-placeholder {
  font-family: "RL";
  color: #9a9a9a;
  font-size: '14px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RL";
  color: #9a9a9a;
  font-size: '14px';
}

.nhantin__txt::-ms-input-placeholder {
  font-family: "RL";
  color: #9a9a9a;
  font-size: '14px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RL";
  color: #9a9a9a;
  font-size: '14px';
}

.nhantin--box form {
  display: flex;
  border: 1px solid #c4c4c4;
}

.nhantin__btn {
  display: inline-block;
  color: #fff;
  background: #0d362e;
  padding: 13px 25px;
  border: 0;
  width: 137px;
  bottom: 15px;
  text-transform: uppercase;
  border-radius: 6px;
  font-family: RB;
  cursor: pointer;
}

.nhantin__btn:hover {
  background: #fff;
  color: #0d362e;
}

.btnreset {
  display: inline-block;
  position: relative;
  color: #fff;
  background: none;
  border: 1px solid #f2f2f2;
  padding: 13px 25px;
  text-transform: uppercase;
}

.newsdetail__item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  background: #f2f2f2;
}

.newsdetail__img {
  margin-right: 10px;
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  width: 35%;
  float: left;
}

.newsdetail__img img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.newsdetail__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.newsdetail__content {
  position: relative;
  width: 65%;
}

.newsdetail__name a {
  color: #000;
  text-transform: uppercase;
  outline: none !important;
  font-family: RB;
  font-size: 14px;
}

.newsdetail__name {
  line-height: 18px;
}

.dichvu__name a:hover,
.newsdetail__name a:hover {
  color: #000;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.newsdetail__call {
  color: #d00;
  font-family: RB;
  font-size: 13px;
}

.newsdetail__des {
  color: #000;
  line-height: 1.6;
}

.newsdetail__view {
  text-align: left;
  margin-top: 5px;
}

.newsdetail__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 6px 20px;
  background: #e2e2e2;
  font-size: 13px;
  border: 1px solid #f2f2f2;
}

.newsdetail__view a:hover {
  color: #FBD500;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.news__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
}

.news__img {
  opacity: 1;
  transition: all ease 0.5s;
  width: 38%;
  float: left;
  margin-right: 10px;
}

.news__img img {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.news__img:hover {
  opacity: 0.8;
  transition: all ease 0.5s;
}

.news__content {
  text-align: left;
}

.news__name a {
  color: #98272b;
  font-family: MLB;
  outline: none !important;
  text-transform: uppercase;
}

.news__name span {
  font-family: RR;
  color: #000;
}

.news__call {
  color: #d00;
  font-family: RB;
  font-size: 13px;
}

.news__des {
  color: #000;
  line-height: 1.6;
  font-size: 13px;
  font-family: MR;
  margin-bottom: 10px;
}

.news__view {
  text-align: right;
}

.news__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 6px 20px;
  background: #f7f7f7;
  font-size: 13px;
  border: 1px solid #98272b;
}

.content_detail {
  margin-bottom: 30px;
}

.doitac {
  position: relative;
  z-index: 9;
  background: #fff;
}

.doitac__item {
  text-align: center;
  border: 1px solid #ededed;
}

.bd-dt {
  border: 1px solid transparent;
  background: #f2f2f2;
}

.bd-doitac {
  border-right: 0;
}

.title-doitac {
  line-height: 40px;
}

.title-doitac p:nth-child(1) {
  font-family: RR;
  font-size: 30px;
}

.title-doitac p:nth-child(2) {
  font-family: RB;
  font-size: 42px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #0077c7;
  background: url(images/ictd.png) no-repeat bottom left;
}

.flex-doitac {
  display: flex;
}

.title-doitac {
  width: 15%;
}

.bd-doitac {
  width: 85%;
}

.sanpham {
  background: url(../images/brsp.png) no-repeat;
  background-size: cover;
}

.sanpham__item {
  display: flex;
  border: 1px solid #d9d9d9;
  align-content: center;
}

.sanpham__img {
  position: relative;
}

.sanpham__name {}

.sanpham__name {
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #8ec63fcf;
  padding: 10px 0;
}


.baiviet {
  background: #fff;
}

.baiviet__item {}

.baiviet__item: hover {
  transition: all ease 0.2s;
  transform: scale(1);
}

.baiviet__item:hover .baiviet__content {}

.baiviet__item: hover .baiviet__name a {
  color: #eb9424;
}

.baiviet__item:hover .baiviet__img:after {
  background: #00000038;
  opacity: 0.7;
}

.baiviet__border {
  transition: all ease 0.2s;
  transform: scale(1);
  border: 1px solid #ebebeb;
  padding: 5px;
  background: #fff;
}

.baiviet__img {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
}

.baiviet__img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.4s;
}

.baiviet__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.baiviet__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.baiviet__img p {
  display: inline-block;
  width: 100%;
}

.baiviet__img p span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  color: #000;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}

.baiviet__item:hover .baiviet__img p {
  visibility: visible;
}

.baiviet__content {
  text-align: left;
  position: relative;
  padding: 10px 0;
}

.baiviet__ab {
  position: absolute;
  z-index: 9;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: MLB;
  text-transform: uppercase;
  opacity: 0;
  transition: all ease 0.5s;
  text-align: center;
}

.baiviet__item:hover .baiviet__ab {
  opacity: 1;
  transition: all ease 0.7s;
}

.baiviet__tieude {
  font-family: MRM;
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  display: inline-block;
}

.baiviet__tieude a {
  color: #000;
  font-family: RB;
}

.baiviet__name {
  font-weight: normal;
  font-family: RB;
}

.baiviet__hl {
  text-align: center;
}

.baiviet__hl span {
  font-family: RB;
  color: #d00;
}

.baiviet__name a {
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
  color: #0d362e;
  font-size: 14px;
}

.baiviet__name a:hover {}

.baiviet__item: hover a, 
.baiviet__item: hover .baiviet__des {}

.baiviet__title {
  text-align: center;
}

.baiviet__title a {
  color: #000;
  font-family: RB;
  font-size: 15px;
  text-transform: uppercase;
}

.baiviet__price {
  text-align: center;
  color: #000;
}

.baiviet__giaban {
  margin-right: 10px;
  text-align: center;
}

.baiviet__giaban span {
  line-height: 20px;
  color: #d00;
  font-family: MLB;
  font-size: 15px;
}

.baiviet__giaban span label {
  color: #000;
}

.baiviet__giaban span a {
  line-height: 20px;
  color: #ef0c0c;
  font-family: RB;
}

.baiviet__giacu {
  color: #c6c6c6;
  text-align: center;
  display: inline-block;
}

.baiviet__giacu span {
  text-decoration: line-through !important;
}

.baiviet .clw a {
  color: #fff !important;
}

.baiviet .clw .baiviet__des {
  color: #c4c4c4 !important;
}

.baiviet__des {
  color: #555;
  font-size: 15px;
  text-align: justify;
}

.baiviet__view {
  position: relative;
  text-align: center;
}

.baiviet__view a {
  font-family: RB;
  color: #ff0000;
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
}

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

.baiviet__date {
  color: #848484;
  text-align: center;
  font-family: OPR;
  font-size: 13px;
}

.botnews__bg {
  background: url(images/rpx.png) no-repeat top left;
  padding-top: 25px;
  position: relative;
}

.botnews__bg .brbot {
  position: absolute;
  left: -75px;
  top: 20px;
}

.botnews__news--hot {
  margin-bottom: 20px;
}

.botnews__item--hot {
  position: relative;
}
.botnews__img--hot{overflow:hidden;}
.botnews__item--bd {
  background: #f2f2f2;
  padding: 30px;
  box-shadow: 0 0 10px 0 #c4c4c4;
  min-height: 395px;
}

.botnews__flex {
  display: flex;
  position: relative;
}

.botnews__flex1 {
  display: flex;
  position: relative;
}

.botnews__flex1:after {
  content: '';
  background: url(images/brtd.png);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.botnews__bd {
  border-bottom: 1px dotted #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.botnews__title--hot {
  line-height: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.botnews__title--hot a {
  display: inline-block;
  font-family: RB;
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.botnews__title--hot a:hover {
  color: #ff0;
}

.botnews__content--hot {
  line-height: 1.5;
  color: #000;
  background: #299e5d;
  padding: 10px;
}

.botnews__ab {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 15px;
  text-align: center;
  background: url(../images/brname.png) no-repeat;
  display: flex;
  justify-content: center;
  background-size: cover;
}

.botnews__des--hot {
 font-family: RR;
    line-height: 23px;
    font-size: 15px;
    color: #fff;
    height: 70px;
    overflow: hidden;
}

.botnews__des--other {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.botnews__date {}

.botnews__date {
  color: #fff;
}

.botnews__date span:nth-child(1) {
  color: #fff;padding-left:10px;background:url(../images/d1.png) no-repeat 0px;
 }

.botnews__date span:nth-child(2) {
  margin-left:10px;padding-left:20px;background:url(../images/d2.png) no-repeat 0px;
 }



.tintuc{background:#f6f6f6;}

.botnews__date p:nth-child(1) {
  font-size: 16px;
  font-family: RB;
  color: #fff;
  text-decoration: underline;
}

.botnews__view a:hover{color: #ff0}

.botnews__view a: hover span {
  background-color: #2866c1 !important;
}

.botnews__view span {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #202020 url(../images/icv.png) no-repeat center center;
}

.botnews__news--other {
  position: relative;
}

.botnews__item--other {
  position: relative;
  display: flex;
}

.botnews__item--other:hover .flex-box {
  box-shadow: 0 0 0 1px #0d362e;
}

.botnews__item--other .flex-box {
  background: #ed9b33;
  border-radius: 10px;
}

.bgtt .flex-box {
  background: #0d362e;
}

.bgtt .flex-box {
  flex-flow: row-reverse !important;
}

.botnews__img--other {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  width: 145px;
  padding-right: 10px;
}

.botnews__img--other img {}

.botnews__img--hot img {
  transition: all ease 0.5s;
  transform: scale(1);
}

.botnews__img--hot:hover img {
  transition: all ease 0.5s;
  transform: scale(1.1);
}

.botnews__img--other a,
.botnews__img--hot a {
  position: relative;
}

.botnews__date--other {
  color: #555;
  padding-left: 28px;
  background: url(images/v.png) no-repeat 0;
  padding: 5px 0 5px 25px;
}

.botnews__title--other {
  line-height: 20px;
  display: flex;
}

.botnews__title--other a {
  color: #000;
  font-family: RMB;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.bgtt a {
  color: #ed9b33;
}

.botnews__pd {
  padding: 15px 10px;
}

.botnews__content--other {
  line-height: 1.5;
  position: relative;
  color: #555;
  width: calc(100% - 145px);
}

.botnews__content--other:after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #a7ce35;
  top: 50%;
  left: -8%;
  z-index: 99;
  border-radius: 50%;
  border: 3px solid #bee648;
}

.botnews__link {
  background: #f2f2f2;
  padding: 15px;
}

.botnews__link ul li {
  list-style: none;
}

.botnews__link ul li a {
  color: #000;
  font-size: 13px;
  background: url(../images/dotnews.png) no-repeat 0;
  padding: 4px 0 4px 10px;
  display: inline-block;
  width: 100%;
}

.botnews__change--slt {
  width: 100%;
  color: #555;
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-top: 5px;
}

.botnews__change--link p{
  border-bottom:1px dashed #d9d9d9;color:#fff;padding:10px 10px 10px 50px;background:url(../images/bry.png) no-repeat 10px;cursor:pointer;
}
.botnews__change--link p:hover{background:#f2f2f28f url(../images/bry.png) no-repeat 10px;}

.botnews__change--show {
  height: 0;
  position: relative;
  padding-bottom: 62%;
}

.botnews__change--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.botnews__clickf--show {
  height: 0;
  position: relative;
  padding-bottom: 63%;
}

.botnews__clickf--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.botnews__clickf--box {
  margin: 0 -5px;
  max-width: 770px;
}

.botnews__clickf--item {
  position: relative;
  height: 0;
  padding-bottom: 82%;
}

.botnews__clickf--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.botnews__clickf--item span {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}

.botnews__clickl {
  display: flex;
  justify-content: flex-start;
}

.botnews__clickl--show {
  height: 0;
  position: relative;
  padding-bottom: 49%;
  width: 75%;
  margin-right: 1%;
}

.botnews__clickl--show iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.botnews__clickl--content {
  width: 55%;
}

.botnews__clickl--content p:nth-child(1) {
  font-family: OPB;
  font-size: 20px;
}

.botnews__clickl--content p:nth-child(2) {
  font-family: OPR;
  color: #5d5d5d;
  font-size: 15px;
}

.botnews__clickl--flex {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  margin-bottom: 10px;
  padding: 25px;
  padding-bottom: 15px;
  border: 1px solid #ebebeb;
}
textarea.footer__nhantin--txt {height:auto;margin: 0px;}
.botnews__clickl--box {
  height: 0;
  position: relative;
  width: 24%;
  padding-bottom: 49%;
  overflow-y: scroll;
  float: right;
}

.botnews__clickl--box::-webkit-scrollbar {
  width: 2px;
  border-radius: 20px;
}

.botnews__clickl--box::-webkit-scrollbar-thumb {
  background-color: #5555552e;
  border-radius: 20px;
  outline: 1px solid #555;
}

.botnews__clickl--box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.botnews__clickl--item {
  position: relative;
  height: 0;
  padding-bottom: 71%;
  margin-bottom: 5%;
}

.botnews__clickl--item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.botnews__clickl--item span {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
}

.botnews__title--detail {
  margin-bottom: 10px;
}

.botnews__title--detail a {
  line-height: 23px;
  color: #000;
  font-size: 13px;
  font-family: SAV;
}

.tieude_dm {
  position: relative;
}

.tieude_dm .abmenu {
  display: none;
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.tieude_dm:hover .abmenu {
  display: block;
}

.tieude_dm:hover .inshow {
  display: block;
}

.contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__bg {
  background: #dedede;
}

.contact__bg1 {
  background: #e6e6e6;
}

.contact__box > div {
  padding: 0 30px;
  min-height: 165px;
}

.contact__box > div:hover {
  box-shadow: 0 0 10px 0 #555;
  position: relative;
}

.contact__box a {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: RB;
  text-transform: uppercase;
  font-size: 20px;
}

.contact__content {
  margin-bottom: 10px;
}

.contact__map {
  padding-bottom: 54%;
  height: 0;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact__map iframe {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
}

.contact__stip {
  padding: 10px 20px 10px 15px;
  color: #000;
  height: 40px;
  border: 1px solid #dedede;
  outline: none;
  margin-bottom: 5px;
  width: 100%;
  background: #e6e6e6;
  font-family: RR;
}

.contact__stip::-webkit-input-placeholder {
  color: #555;
  font-size: '';
}

.contact__stip::-moz-placeholder {
  color: #555;
  font-size: '';
}

.contact__stip::-ms-input-placeholder {
  color: #555;
  font-size: '';
}

.contact__stip::-moz-placeholder {
  color: #555;
  font-size: '';
}

.contact__btnfrm {
  padding: 0 30px;
  background: #299e5d;
  color: #fff;
  line-height: 40px;
  border: 1px solid #299e5d;
  font-family: RB;
  text-transform: uppercase;
  border-radius: 2px;
}

.video {
  position: relative;
  background: url(../images/brvd.jpg) no-repeat;
  background-size: cover;
}

.video__show {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  margin-bottom: 10px;
  width: 100%;
}

.video__show iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #fff;
}

.video__mg::-webkit-scrollbar {
  width: 7px;
  border-radius: 20px;
}

.video__mg::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}

.video__mg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.video__pd {
  height: 0;
  padding-bottom: 70%;
  position: relative;
}

.video__pd img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video__pd span {
  z-index: 1;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/icyou.png);
}

.bottom-video {
  position: relative;
  background: url(images/brbot.png);
}

.ab-video {
  max-width: 270px;
  right: 5%;
  position: absolute;
  height: 0;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #000000a1;
  padding: 25px;
  padding-bottom: 36%;
  overflow-y: scroll;
}

.ab-video::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}

.ab-video::-webkit-scrollbar-thumb {
  background-color: '#f2f2f2';
  border-radius: 20px;
  outline: 1px solid '#f2f2f2';
}

.ab-video::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.ab-video .img-video {
  padding-bottom: 70%;
  margin-bottom: 15px;
}

.searchbds__title {
  font-family: RB;
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  background: #1a459c;
  padding-left: 65px;
  position: relative;
}

.searchbds__title:after {
  content: '';
  position: absolute;
  width: 47px;
  height: 43px;
  background: url(../images/sbds.png);
  left: 10px;
  top: -10px;
}

.searchbds__form {
  border: 1px solid #d8d7d7;
}

.searchbds__stip {
  color: #555;
  height: 34px;
  outline: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.searchbds__stip::-webkit-input-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.searchbds__stip::-moz-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.searchbds__stip::-ms-input-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.searchbds__stip::-moz-placeholder {
  font-family: "MR";
  color: #555;
  font-size: '';
}

.searchbds__send {
  background: url(../images/lsrch.png);
  border: 0;
  color: #fff;
  line-height: 37px;
  font-family: RB;
  width: 110px;
  border-radius: 5px;
  font-size: 13px;
  padding-left: 38px;
  background-size: cover;
}

.searchbds__content {
  padding: 10px;
}

.searchbds__tab {
  background: url(../images/brtab.png) repeat-x;
  padding: 5px 10px 0;
  border-bottom: 1px solid #d8d7d7;
}

.searchbds__tab ul {
  display: flex;
  justify-content: center;
}

.searchbds__tab ul li {
  display: inline-block;
  list-style: none;
}

.searchbds__tab ul li a {
  display: inline-block;
  padding: 0 20px;
  font-size: 13px;
  text-align: center;
  color: #000;
  border-radius: 5px 5px 0 0;
}

.searchbds__tab ul li a.act {
  border: 1px solid #dfdfdf;
  background: #fff;
  border-bottom: 0 !important;
}

.box_noidung {
  margin: 10px 0;
}

.imgnews {
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 000;
}

.ngonngu ul li {
  display: inline-block;
  font-family: RL;
  position: relative;
  font-size: 15px;
  margin: 0 2px;
}

.ngonngu ul li a {
  color: #fff;
}

.ngonngu ul li:nth-child(1):before {
  height: 11px;
  width: 1px;
  right: -9px;
  top: 5px;
  position: absolute;
  background: #fff;
}

.title-tab span {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.tab .act a {
  color: #fff;
}

.content-tab > div {
  display: none;
}

.act-tab {
  display: block !important;
}

.content-tab {
  background: #fff;
  padding: 10px;
}

.mxh {
  position: fixed;
  top: 35%;
  left: 10px;
  z-index: 999;
}

.mxh ul {
  padding: 0;
  margin: 0;
  color: #fff;
}

.mxh ul li {
  list-style: none;
  background: none !important;
  box-shadow: none !important;
  margin: 5px 3px;
}

.mxh ul li a {
  color: #000;
  font-family: MPR;
  font-size: 14px;
  padding: 0 !important;
}

.f_mxh {
  color: #000;
  font-family: Arial;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.mxhf {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.mxhf ul {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
}

.mxhf ul li {
  list-style: none;
  color: #fff;
}

.mxhf ul li a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

.mxh p {
  display: inline-block;
  margin-right: 1px;
  color: #c7e5ff;
  font-family: RR;
}

.ictd {
  padding: 0 0 50px;
  background: url(../images/ictt.png) bottom center no-repeat;
}

.ictd:after {
  bottom: 68px !important;
}

.ictd p {
  background: #f8f8f8 !important;
}

.none-af:after {
  display: none;
}

.tieude_left h3 {
        line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-family: Times new roman;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: url(../images/tleft.png) no-repeat 0px,url(../images/tright.png) no-repeat right;
    background-color: #299e5d;
}

.tieude_sl {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}



.tieude_sl h2:after {
  
content: '';
  
position: absolute;
  
width: 52px;
  
height: 3px;
  
background: #ed1b24;
  
left: 0px;
  
bottom: -5px;
}

.tieude_left h3 span {
  display: inline-block;
  width: 45px;
  background: #9dc230 url(../images/icmn.png) no-repeat;
  position: absolute;
  height: 100%;
  right: 0;
}

.tieude_sl p {}

.tieude_sl h2 {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 36px;
  color: #5eae3f;
  font-family: IBN;
  display: inline-block;
  padding-right: 20px;
}

.tieude_sl div {}

.tieude_sl p {
  margin-top: 10px;
}

.tieude_sl span {
  position: absolute;
  right: 0;
  top: 0;
}

.tieude_sl span a {
  padding: 10px 25px 10px 10px;
  color: #555;
  display: inline-block;
  font-size: 13px;
}

.tieude_sl.bg-w {
  max-width: 800px;
  margin: 0 auto 20px;
}

.tieude_bot {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #2e3190;
  max-width: 900px;
}

.tieude_bot p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  color: #2e3190;
}

.tieude_bot h2 {
  position: relative;
  color: #2e3190;
  font-family: OM;
  font-weight: normal;
  z-index: 1;
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
}

.tieude_dm {
  position: relative;
}

.tieude_dm:hover .left {
  visibility: visible;
}

.left {}

.left__link {
  background: #f7f7f7;
  position: relative;
  z-index: 99;
}

.tieude_dm h3 {
  position: relative;
  cursor: pointer;
  padding: 0 35px 0 35px;
  margin: 0;
  color: #fd020e;
  font-family: MB;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 45px;
  text-align: left;
  background: #f4fd02;
  text-align: center;
}

.name-bg a {
  color: #00488c;
  font-family: RB;
  font-size: 35px;
}

.title-bg {
  text-align: center;
  font-size: 22px;
}

.chitiet a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #ccaa44;
  border-radius: 20px;
}

.view {
  margin-bottom: 20px;
  text-align: left;
  margin-top: 10px;
}

.view a {
  position: relative;
  display: inline-block;
  line-height: 38px;
  text-transform: uppercase;
  color: #333333;
  border: 2px solid #333333;
  font-size: 13px;
  width: 100px;
  text-align: center;
}

.botnews__view a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
}

.xemthem {
}

.xemthem a {
  display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    color: #000;
    font-family: RB;
    text-transform: uppercase;
    background: #fff200;
    width: 103px;
}

.xemthem1 {
  margin-top: 5px;
}

.xemthem1 a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e4b543;
  padding: 0 15px;
  font-family: MR;
  max-width: 300px;
  width: 100%;
  margin-top: 20px;
}


.tieude_gt div{border-bottom: 1px solid #1194e0;}
.tieude_gt span a{float:right;display:inline-block;padding: 12px 0px 12px;font-family: RB;font-size: 15px;color: #d00;text-transform: uppercase;}



.tieude_gt p {
  color: #000;
  font-size: 15px;
}

.tieude_gt {
  position: relative;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
  padding: 61px 0 14px 0;
  background: url(../images/tdgtt.png) no-repeat top center;
}

.tieude_gt h2 {
  color: #299e5d;
  font-family: Time news roman;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  background: url(../images/tdgtb.png) no-repeat bottom center;
}
.tieude {
  position: relative;
  margin-bottom: 25px;
}

.rsmg {
  margin-bottom: 10px;
}

.bgtd {
  padding-bottom: 15px;
  background: url(../images/ictd1.png) no-repeat bottom center;
}

.bgtdi {
  padding-bottom: 55px;
  background: url(../images/brtd.png) no-repeat bottom center;
}

.tieude span {
  position: absolute;
  left: 0;
}

.tieude p {
  max-width: 800px;
  margin: 0 auto;
  color: #333333;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: QR;
}

.tieude h2 {
  font-weight: 600;
  color: #fff;
  font-family: Times new roman;
  font-size: 26px;
  text-transform: uppercase;
  text-align: left;
}

.tieude p img {
  margin-left: 10px;
}

.td-w h2 {
  background: url(../images/ictd1.png) no-repeat top center;
}

.td-w {
  margin-bottom: 50px;
}

.tieude_mn {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

.tieude_mn h2 {
  position: relative;
  font-weight: normal;
  z-index: 1;
  width: 100%;
  color: #df6177;
  font-size: 46px;
  font-family: UC;
}

.cl-w:after {
  border: 1px solid #fff !important;
}

.cl-w:before {
  border: 1px solid #fff !important;
}

.tieude_id {
  margin-bottom: 10px;
  position: relative;
}

.tieude_id h2 {
  color: #000;
  font-size: 16px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.tieude1 h2 {
  margin-bottom: 10px;
  font-family: OPB;
}

.tieude1 p {
  margin-bottom: 10px;
}

.content_detail p:hover {
  text-decoration: underline !important;
}

.content_detail p a {
  color: #000;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  padding-left: 20px;
}

.content_detail p a:after {
  content: '\f101';
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: -3px;
}

.map_home {
  position: relative;
  height: 0;
  padding-bottom: 30%;
}

.map_home iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.ex-call {
  width: 25%;
  text-align: center;
  float: left;
}

.call {
  background: #fff !important;
  height: 50px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  padding-top: 5px;
}

.call__phone {
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: op_phone;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: op_phone;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: op_phone;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.call__phone a {
  background: url(../images/icon-t1.png) no-repeat center 2px;
  background-size: 21px;
  padding-top: 21px;
  display: inline-block;
  width: 100%;
}

.call__sms {
  width: 25%;
  text-align: center;
  float: left;
}

.call__sms a {
  padding-top: 21px;
  background: url(../images/icon-t2.png) no-repeat center 2px;
  background-size: 25px;
  display: inline-block;
  width: 100%;
}

.call__zalo {
  width: 25%;
  text-align: center;
  float: left;
}

.call__zalo a {
  padding-top: 21px;
  background: url(../images/icon-t3.png) no-repeat center 2px;
  background-size: 45px;
  display: inline-block;
  width: 100%;
}

.call__face {
  width: 25%;
  text-align: center;
  float: left;
}

.call__face a {
  padding-top: 21px;
  background: url(../images/icon-t4.png) no-repeat center 2px;
  background-size: 21px;
  display: inline-block;
  width: 100%;
}

.call a {
  color: #555;
  font-size: 11px;
}

.iczl {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 40px !important;
}

@-webkit-keyframes op_phone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op_phone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  
 
  @-webkit-keyframes xoay {
    from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin-logo-animate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin-logo-animate2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-logo-animate2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.xoay1 {
  -webkit-animation: spin-logo-animate2 40s linear infinite;
  -moz-animation: spin-logo-animate2 40s linear infinite;
  -ms-animation: spin-logo-animate2 40s linear infinite;
  -o-animation: spin-logo-animate2 40s linear infinite;
  animation: spin-logo-animate2 40s linear infinite;
}

.xoay {
  -webkit-animation: spin-logo-animate 40s linear infinite;
  -moz-animation: spin-logo-animate 40s linear infinite;
  -ms-animation: spin-logo-animate 40s linear infinite;
  -o-animation: spin-logo-animate 40s linear infinite;
  animation: spin-logo-animate 40s linear infinite;
}
}

.cl-w {
  color: #fff !important;
}

.cl-c {
  color: #cc9f26 !important;
}

.cl-b {
  color: #0d362e !important;
}

.bg-w {
  background: url(../images/brtd1.png) no-repeat bottom center;
}

.text-center {
  text-align: center;
}

.text-right {
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

.flex-reverse {
  align-items: center;
  flex-flow: row-reverse;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.full_popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 0;
  background: #00000073;
}

.active_popup {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.content-popup {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_hide:hover {
  background-color: #f09422;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.btn_hide {
  background: url(../images/close1.png) center center no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin: auto;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}

.btn_show:hover {
  background-color: rgba(104, 107, 208, 0.23);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.btn_show {
  background: #686bd0 url(../images/close1.png) center center no-repeat;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: fixed;
  transform: rotate(45deg);
  right: 0;
  margin: auto;
  top: 80px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.content-video {
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  max-width: 900px;
  width: 100%;
}

.item-video .name-video {
  text-align: center;
  font-family: RB;
  font-size: 20px;
  padding: 10px;
}

.gioithieu__img .owl-theme .owl-nav {
  bottom: -10px;
  top: auto;
  max-width: 75px;
  left: 0;
  right: 0;
  margin: auto;
}

.gioithieu__img .owl-nav .owl-prev {
  left: -5px;
}

.gioithieu__img .owl-nav .owl-next {
  right: -5px;
}

.owl-nav .owl-prev {
  left: -15px;
}

.owl-nav .owl-next {
  right: -15px;
}

.item-bst {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.name-bst a {
  color: #000;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent);
}

.item-bst .name-bst {
  position: absolute;
  visibility: hidden;
  bottom: 0;
  display: flex;
  text-align: center;
  left: 0;
  justify-content: center;
  z-index: 99;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fff;
}

.item-bst:before {
  position: absolute;
  top: 0;
  visibility: hidden;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../images/abtl.png) no-repeat left top, url(../images/abtr.png) no-repeat right top, url(../images/abbl.png) no-repeat left bottom, url(../images/abbr.png) no-repeat right bottom;
  background-color: #ffffff6b;
  margin: auto;
  left: 0;
}

.item-bst:hover .name-bst,
.item-bst:hover:before {
  visibility: visible;
}

.input-field {
  position: relative;
}

.input-field textarea,
.input-field input,
.input-field select {
  height: 40px;
  padding-left: 20px !important;
  border: 0;
  width: 100%;
  margin-bottom: 5px;
  background: #f2f2f2;
}

.input-field textarea::-webkit-input-placeholder,
.input-field input::-webkit-input-placeholder,
.input-field select::-webkit-input-placeholder {
  font-family: "MR";
  color: '#c4c4c4';
  font-size: '';
}

.input-field textarea::-moz-placeholder,
.input-field input::-moz-placeholder,
.input-field select::-moz-placeholder {
  font-family: "MR";
  color: '#c4c4c4';
  font-size: '';
}

.input-field textarea::-ms-input-placeholder,
.input-field input::-ms-input-placeholder,
.input-field select::-ms-input-placeholder {
  font-family: "MR";
  color: '#c4c4c4';
  font-size: '';
}

.input-field textarea::-moz-placeholder,
.input-field input::-moz-placeholder,
.input-field select::-moz-placeholder {
  font-family: "MR";
  color: '#c4c4c4';
  font-size: '';
}

.support-online {
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 200px;
}

.zalobox {
  bottom: 130px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #1877F2;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: absolute;
  z-index: 999;
  top: 0;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #1877F2;
  padding: 9px;
  display: none;
  width: 180px;
  margin-right: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0;
  right: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent#1877F2 transparent transparent;
  position: absolute;
  right: -10px;
  top: 10px;
}

.support-content {
  display: none;
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: #1877f2ad;
  opacity: .75;
  right: 10px;
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 999;
}

.support-online .btn-support {
  cursor: pointer;
  display: block;
}

.flex-sticky {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sticky-left {
  position: sticky;
  top: 75px;
  z-index: 2;
}

.hide {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.dienvien {
  background: url(../images/brdv.jpg) fixed;
  background-size: cover;
}

.dienvien__item {
  text-align: center;
}

.dienvien__img {
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}

.dienvien__img img {
  border-radius: 50%;
  border: 5px solid transparent;
}

.dienvien__img:hover img {
  border: 5px solid #f5b819;
}

.dienvien__name {
  text-transform: uppercase;
  color: #fff;
  font-family: MLB;
  margin-top: 10px;
}

.cs__dv img {
  border: 5px solid #f2f2f2;
}

.cs__dv .dienvien__name {
  color: #000;
}

.dienvien__item:hover .dienvien__name {
  color: #f5b819;
}

.chucvu__item {
  box-shadow: 0 0 10px 0 #c4c4c4;
}

.chucvu__border {
  transition: all ease 0.2s;
  transform: scale(1);
  border: 1px solid #ebebeb;
  padding: 5px;
  background: #fff;
}

.chucvu__img {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
}

.chucvu__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.chucvu__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.chucvu__content {
  text-align: left;
  position: relative;
  padding: 15px;
}

.chucvu__bnd {
  border-left: 4px solid #f3b410;
  padding-left: 10px;
  margin-bottom: 10px;
}

.chucvu__des {}

.chucvu__name a {
  color: #000;
  text-transform: uppercase;
  font-family: MLB;
}

.chucvu__cv {
  color: #696969;
  font-style: italic;
  margin-top: 5px;
}

.camnhan {
  background: #f3f3f3;
}

.owl-theme .owl-dots .owl-dot.active span:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: -3px;
  top: -3px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}



.title-lk {
  margin-bottom: 15px;
  color: #cdcdcd;
}

.botnews .col-3 {
  width: 33.33% !important;
  clear: none !important;
}



.fan {
  overflow: hidden;
}

.tintuc__item {
  display: flex;
  padding: 13px;
  cursor: pointer;
  background: #f2f2f2;
  margin-bottom: 20px;
}

.actcn,
.tintuc__item:hover {
  background: #009440;
}

.tintuc__name {
  text-transform: uppercase;
  font-family: RB;
  font-size: 16px;
  margin-bottom: 7px;
}

.actcn .tintuc__des,
.actcn .tintuc__name,
.tintuc__item:hover .tintuc__des,
.tintuc__item:hover .tintuc__name {
  color: #fff;
}

.tintuc__des {
  line-height: 2.0;
}

.tintuc__box {
  height: 0;
  padding-bottom: 65%;
  overflow-y: scroll;
}

.tintuc__box::-webkit-scrollbar {
  width: 2px;
  border-radius: 20px;
}

.tintuc__box::-webkit-scrollbar-thumb {
  background-color: #009440;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}

.tintuc__box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.slider__content {
  padding-top: 6px;
  background: url(../images/tsl.png) repeat-x, url(../images/bsl.png) repeat-x bottom left;
  padding-bottom: 6px;
}

.botnews {
}

.boxtags span {
  color: #fff;
  text-transform: uppercase;
  font-family: RB;
  margin-right: 10px;
}

.boxtags a {
  display: inline-block;
  border: 1px dashed #ffffff;
  margin-bottom: 7px;
  color: #fff;
  padding: 9px 20px;
  font-size: 13px;
  margin-right: 5px;
}

.boxtags a:hover {
  border: 1px dashed #d00;
  color: #d00;
}

.bg-index {
  background: url(../images/la.jpg) no-repeat 0 0;
}

.dadetail__noidung,
.box_noidung {}

.box_img_pr, 
.bd-prd {
  border: 1px solid #d9d9d970;
}

.hotline__fix {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  background: #eb2629 url(../images/hotline.png) no-repeat 0;
  padding: 5px 25px 5px 50px;
  color: #fff;
  border-radius: 50px;
  font-family: SAv;
  text-transform: uppercase;
  line-height: 24px;
}

.hotline__fix p:nth-child(2) {
  font-family: UTMI;
  font-size: 24px;
}

.fix_header .header__banner img {
  max-width: 100px;
}

.anh__item {
  display: flex;
  flex-wrap: wrap;
}

.bst__item:hover {
  transition: all ease 0.2s;
  transform: scale(1);
  box-shadow: 0 0 10px 0 #c4c4c4;
}

.bst__item:hover .bst__content {
  background: #fff;
}

.bst__img a:hover:after {
  background: #000;
  opacity: 0.7;
}

.bst__img {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
}

.bst__img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.bst__img a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.4s;
}

.bst__img img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bst__img:hover img {
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bst__item:hover .bst__img p {
  visibility: visible;
}

.bst__content {
  text-align: center;
  position: relative;
  padding: 10px;
}

.bst__ab {
  position: absolute;
  z-index: 9;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: RB;
  opacity: 0;
  transition: all ease 0.5s;
  text-align: center;
  color: #fff;
}

.bst__img:hover .bst__ab {
  opacity: 1;
  transition: all ease 0.7s;
}

.bst__name {
  text-align: center;
}

.bst__name a {
  color: #848484;
  margin-bottom: 5px;
  font-family: MLB;
  font-size: 20px;
}

.slickcenter .pd-15:not(.slick-slide),
.menunuoc .pd-10:not(.slick-slide) {
  display: none;
}

.slickcenter .slick-center {
  transition: all ease 0.5s;
}

.menunuoc .slick-slide:not(.slick-center) .sanpham__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000b0;
}

.menunuoc {
  background: url(../images/brn.jpg) no-repeat 0;
}

.datevd {
  text-align: center;
}

.item-video .name-video a {
  color: #333;
}

.item-video {
  margin-bottom: 20px;
  transition: all ease 0.2s;
}

.item-video:hover {
  transition: all ease 0.2s;
  box-shadow: 0 0 5px 0 #555;
}

.bd-video {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px;
}

.fixed_video {
  background: #000;
}

.listvd {
  display: inline-block;
  width: 40%;
  float: right;
  padding: 10px;
}

.linkvd {
  background: #333;
  padding: 10px;
  border-bottom: 1px solid #444;
}

.actvd,
.linkvd:hover {
  background: #555;
}

.img-vd {
  width: 100px;
  padding-left: 25px;
  position: relative;
  float: left;
  margin-right: 10px;
}

.name-vd a {
  color: #c4c4c4 !important;
  font-size: 13px;
}

.img-vd span {
  position: absolute;
  color: #c4c4c4;
  top: 10px;
  left: 5px;
  font-family: OPR;
}

.roll-vd {
  height: 398px;
  overflow-y: scroll;
}

.roll-vd::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.roll-vd::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 10px;
  outline: 1px solid slategrey;
}

.roll-vd::-webkit-scrollbar-track {
  padding: 1px;
  border-radius: 10px;
}

.title_vddetail {
  color: #fff;
  padding: 10px 0;
}

.girl {
  position: absolute;
  right: 0;
  bottom: -15px;
}

.bst__date {
  font-size: 12px;
  color: #8c8c8c;
}

.cn__item {
  text-align: center;
  position: relative;
}

.cn__name {
  font-weight: normal;
  max-width: 320px;
  background: url(../images/namecn.png);
  display: flex;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.cn__name a {
  font-family: RR;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.dadetail__name h2 {
  font-family: MLB;
  text-transform: uppercase;
  font-size: 18px;
}

.menu_rp {
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  justify-content: flex-end;
  padding: 5px;
}

.nhantin__col .mg-5 {
  margin: 0 -5px !important;
}

.header__banner .banner__title{color:#ff0000;font-family:UAB;font-size: 27px;text-transform:uppercase;margin-bottom: 5px;}

.flipto-prev,.flipto-next{display: none;}

.prdkm{background:#f1f1f1}

.nhantin__content{position:relative}
.h-menu{position:relative;}
.ykien{background:url(../images/bryk.jpg) no-repeat;background-size:cover}
.mxhbot{padding:10px 0}
.ykien__item{display:flex;align-items:center;margin-bottom: 10px;justify-content: space-between;}
.ykien__img {width: 132px;float: left;margin-right: 10px;}
.ykien__mota{color:#fff;}
.ykien__img img{
  position:relative;
  border-radius: 50%;
}
.ykien__title{color:#fff;font-family:RMB;font-size:16px;text-transform: uppercase;}
.ykien__content {width: calc(100% - 160px);float: left;}
.ykien__name {
  font-family: MB;
  font-size: 18px;
  margin: 10px 0 5px;
  color: #fff;
}

.ykien__diachi{color: #fff;padding-bottom: 20px;border-bottom: 1px dashed #71d14b;}

.ykien__bd{
  border:1px solid #e0e0e0;
  padding: 20px 20px 20px 70px;
  margin-bottom: 95px;
  background: url(../images/nhay.png) no-repeat 9px 20px;
}

.cus-menu{display: inline-block;width: 100%;margin-bottom: 20px;}

.header{position:absolute;width:100%;}


.baogia{background: #299e5d;position:relative;}
.flex-baogia{
  min-height:520px;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
.left__hl{padding: 10px;border:1px solid #d9d9d9;}
.left__imghl{position:relative    position: relative;
    background: #d00;
    padding: 5px 10px;
    color: #fff;
    font-family: UTMI;
    font-size: 20px;}
.left__imghl span{color:#ff0;}
.left__hotro--email{overflow-wrap: break-word;padding:4px 4px 4px 45px;background:url(../images/txt__3.png) no-repeat 0}
.left label{font-size:16px;font-family:OPB;color:#000;margin-right:10px}
.left__hotro--hl{padding:5px 5px 5px 45px;background:url(../images/txt__2.png) no-repeat 0}
.left__hotro--item{padding-bottom:5px;margin-bottom:5px}
.left__hotro--item:last-child{border:0;margin:0;padding:0}
.left__hotro--item > p{margin-bottom:5px;font-family:MB;color:#fff;padding-left:20px;background:url(images/ten.png) no-repeat 0}

.left__hotro--name {color: #000;font-family: RB;}



@media (max-width: 1230px) {
  .owl-nav .owl-next{right:0px;}
   .owl-nav .owl-prev{left:0px;}
}

@media (max-width: 1200px) {

  .menu > ul > li > a {
    padding: 0 13px !important;
  }
  .hide-12 {
    display: none !important;
  }
  .show-12 {
    display: block;
  }

[class*="md-"] {
  float: left;
}

@media (max-width: 991px) {
    .footer__name{font-size: 20px;}
  .tieuchi__box {
    background: none !important;
  }
  
  .hide-9 {
    display: none !important;
  }
  .show-9 {
    display: block !important;
  }
  .owl-next {
    float: right;
    right: 0 !important;
  }
  .owl-prev {
    float: left;
    left: 0 !important;
  }
  nav#menu {
    z-index: 0 !important;
    background: #299e5d;
  }
  .fix-header {
    background: none !important;
  }
  .header__logo {
    max-width: 110px;
  }
  .menu_rp{display:flex !important;justify-content: space-between;position: relative;z-index: 999;}
  .fix__flex{justify-content: flex-end;}
  .fix_header{background:#299e5d }
}

@media (max-width: 768px) {
  .baogia:after{display:none;}
.footer__menu ul li a{padding:5px;}
.footer__menu ul li a:after{content:'';top:10px}
  .gioithieu__title a{font-size: 35px;}
  .footer__nhantin--box{left:0px;right:0px;margin:auto;}
  .baogialeft{padding:0px;}
 .copyfooter{ margin-bottom:50px}
  .banner__title{font-size:18px !important}
  .footer__nhantin{margin:0px auto}
 .header__banner{max-width:300px}
  .load {
    opacity: 1 !important;
  }
 
 
  .nhantin__txt {
    padding: 0 10px;
  }
  .copyfooter__design,
  .copyfooter__truycap {
    width: 100%;
    text-align: center;
  }
  .support-online {
    display: none;
  }
  .bg-index {
    min-height: auto !important;
  }
  form[name="frmdk"] {
    display: block;
  }
 
  
  .gioithieu {
    margin: 0;
    padding: 20px 0;
    background: none;
  }
  
  .nhantin__box {
    padding: 0;
    margin-bottom: 20px;
  }
  .hide-7 {
    display: none !important;
  }
  .show-7 {
    display: block !important;
  }
  .call {
    display: block;
  }

  .tieude h2,
  .tieude_gt h2,
  .tieude_sl h2,
  .tieude_nt h2,
  .tieude_bot h2,
  .gioithieu__title,
  .slogan__id {
    font-size: 25px !important;
  }
  .tieude_gt p {
    padding: 10px;
    font-size: 13px;
  }
  .ykien__name {
    font-size: 14px !important;
  }
  .pd-right,
  .pd-left {
    padding: 0 35px !important;
  }
  .owl-nav .owl-prev {
    left: 10px !important;
  }
  .owl-nav .owl-next {
    right: 10px !important;
  }
  .menulist a:after {
    display: none;
  }
  .flex-end {
    display: inline-block !important;
  }
  .fixed_video iframe,
  .listvd {
    width: 100% !important;
    padding: 0 !important;
  }
  .title_vddetail {
    color: #000 !important;
  }
 
  .header .flex-box {
    display: inline-block !important;
    width: 100%;
  }
  .fix_header .flex-box {
    display: none !important;
  }
  
  .gioithieu__link p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }
  .fix__flex { padding: 0;}
  .header__logo img { top:0px;}
  .fix_header .header__logo img {max-width: 80px;top: -10px;}
  .footer:after {
    width: 100%;
    display: none;
  }
  
}

@media (max-width: 568px) {
 
  .slider-for:after {
    display: none;
  }
  .header__logo {}
  .pd-slider {
    padding: 0 !important;
  }
  .cl-prd {
    display: block !important;
  }
  .hide-5 {
    display: none;
  }
  .show-5 {
    display: block;
  }
  #video11 {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }
  #video11 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .button-group .button {
    width: 50%;
    float: left;
  }
  .button-group .button:nth-child(2n+1) {
    clear: both;
  }
  .botnews__news--other {
    padding: 0 !important;
  }
  .botnews__news--other:after {
    display: none !important;
  }
  .doitac {
    margin: 0;
  }
  .product__cart {
    flex-wrap: wrap;
  }
  .product__cart p {
    width: 100%;
    margin-bottom: 5px;
  }
}
 
.botnews__change--link{height:360px;overflow-y:scroll;}


.botnews__change--link::-webkit-scrollbar {
  width: 0;
  border-radius: 20px;
}

.botnews__change--link::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 20px;
  outline: 1px solid #f2f2f2;
}

.botnews__change--link::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 20px;
}

.footer{background:#299e5d;}

