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

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

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

a:hover {
  color: #ffcc00;
}

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: "SFB", "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;
  min-width: 1366px;
}

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

.clear {
  clear: both;
}
.row-limit-1{
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.row-limit-2{
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
#top {
  width: 46px;
  height: 46px;
  background: #fff url(../images/top.png) center;
  position: fixed;
  right: 30px;
  bottom: 10%;
  cursor: pointer;
  display: none;
  z-index: 100;
  border-radius: 50%;
}

#breadcrumbs {
  position: relative;
  padding: 10px 0;
}

#breadcrumbs ul {
  padding: 0;
  margin: 0;
  position: relative;
  background: #f2f2f2;
  padding: 5px;
}

#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: #c4c4c4;
}

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

#breadcrumbs ul > li a {
  font-size: 12px;
  color: #555;
  font-family: RR;
}

.visit_hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.paging {
  margin: auto;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
}

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

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

.paging ul li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  background: #f2f2f2;
  box-shadow: 0 0 2px #c9c9c9;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

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

.paging ul li .current {
  background: #4a4a4a;
  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: 8px 35px;
  font-size: 15px;
  border: 1px solid #71abaf;
  font-family: RR;
  margin-bottom: 5px;
  position: relative;
  text-transform:uppercase;
  margin-right:10px;
  border-radius: 20px;
  color: #71abaf;
}

.tab .act {
  
background: #71abaf;
  
color: #fff;
}

.tab__content > div {
  display: none;
}

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

.act {
  display: block !important;
}

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

.fix {
  position: relative;
  background: #00a45f;
}
.fix:after{/* content:''; */position:absolute;width: calc((100% - 1198px)/2);height:100%;right:0px;background:#e93636;top:0px;}

.fix span {
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 13px;
  padding-bottom: 10px;
}

.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;
  font-size: 13px;
  background: url(../images/h1.png) no-repeat 0px;
  margin-left: 240px;
}

.fix__hotline {
  background: url(../images/h3.png) no-repeat 0;
  padding-left: 30px;
  color: #fff;
  margin-left: 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 {
  font-family: RB;
  margin-right: 20px;
  color: #d00;
  font-size: 16px;
}

.fix__email {background: url(../images/h2.png) no-repeat 0px;padding-right: 30px;position: relative;}
.fix__time {
  color: #000;
}

.fix__slogan {
  margin-right: 20px;
  color: #000;
  font-style: italic;
  display: flex;
}

.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: url(../images/brfix.jpg) no-repeat;
  background-size: 100%;
}

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

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

@keyframes nhay {
  to {
    box-shadow: none;
  }
  from {
    box-shadow: 0 0 5px 0 #c4c4c4;
  }
}

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

.header__logo {max-width: 20%;width: 100%;text-align: center;position: relative;}


.header__slogan {
  max-width: 415px;
  width: 100%;
}

.header__slogan p:nth-child(1) {
  color: #548600;
  font-family: RB;
  font-size: 23px;
  text-transform: uppercase;
}

.header__slogan p:nth-child(2) {
  font-size: 39px;
  font-family: ICIC;
  color: #fb0113;
  text-shadow: 2px 2px 2px #c4c4c4;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.header__slogan marquee {
  display: block;
}

.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 >div:nth-child(1) {
  max-width: 700px;
  width: 100%;
  font-family: UTMI;
  font-size: 32px;
  color: #d00;
  text-align: center;
  margin-bottom: 5px;
}

.header__logo img {
    transition: all ease 0.5s;
    left: 0px;
    right: 0px;
    margin: auto;
}

.header__search {
  width: 36%;
}

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

.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__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: 230px;
  width: 100%;
  text-align: right;
}
.header{position:absolute;z-index:999;left:0px;width:100%;padding: 10px 0;}
.header__flex {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.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: 435px;
  padding-left: 45px;
  background: url(../images/h1.png) no-repeat 0;
}

.header__cart {
  position: relative;
  float: right;
  padding: 5px 35px 5px 10px;
  background: url(../images/cart.png) no-repeat right;
  position: relative;
}

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

.header__cart a span {
  position: absolute;
  right: 3px;
  top: -1px;
  font-size: 12px;
}

.header__hotline {
  padding-top: 5px;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 47px;
  background: url(../images/hl.png) no-repeat 0px;
  font-family: UTMI;
  font-size: 15px;
  text-align: left;
}

.header__hotline1 {
  padding-top: 5px;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 47px;
  background: url(../images/h2.png) no-repeat 0px;
  font-family: Arial;
  font-size: 15px;
}

.header__hotline p {}

.header__hotline span {
  display: inline-block;
  color: #d00;
  font-size: 20px;
}

.header__hotline p:nth-child(1) {
  text-align: left;
  line-height: 25px;
  color: #555;
  font-family: RR;
  font-size: 14px;
}

.header__hotline p:nth-child(2),.header__hotline p:nth-child(3) {
  color: #d00;
  font-size: 24px;
  text-align: left;
  line-height: 25px;
}

.header__hotline1 p:nth-child(2) {
  color: #c20000;
  font-family: MLB;
  font-size: 17px;
  text-align: left;
  line-height: 25px;
}

.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/h2.png) no-repeat 0;
  padding-left: 35px;
  font-size: 15px;
  font-family: Arial;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff;
}
.header__email p:nth-child(1) {font-family:UCS;font-size:15px; color:#276300;}

.header__ngonngu {
  margin-left: 50px;
  position: absolute;
  z-index: 99;
  right: 5%;
  top: 20px;
}

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

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

.header.cus-header {
  background: #000;
}

.cus-header {
  position: relative !important;
}

.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;
  background: #000000bf;
}

.fix_header .header__logo{
    height: 49px;
}
.fix_header .header__logo img {
  max-width: 50px !important;
  top: 0;
  margin-top: 0px !important;
  transition: all ease 0.5s;
}

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

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

.fix_header .menu ul li span {}

.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 {
  height: 25px;
}

.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;
  width: 100%;
}

.bg_menu {
  position: relative;
  z-index: 999;
  max-height: 95px;
}

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

.menu > ul {
    display: flex;
    justify-content: space-between;
}
.menu > ul > li:last-child{border:0px}
.menu > ul > li {
  text-align: center;
  list-style: none;
  position: relative;
  float: left;
}


.mnl > ul > li:first-child a {
  padding-left: 26px;
  background:url(../images/home.png) no-repeat 0px;
}

.menu > ul > li > a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  align-items: center;
  padding: 0px 25px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: SFB;
}

.menu > ul > li > a:after {
  /* content:''; */
  height: 13px;
  width: 1px;
  /* border-right: 1px solid #fff; */
  position: absolute;
  top: 21px;
  right: 0;
}
.fix_header .menu > ul > li > a:after{top:18px;}
.menu > ul > li:last-child > a:after{display:none;}

.menu > ul > li > a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-family: RR;
}

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

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

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

.menu > ul ul {
  top: 50px;
  left: 0;
  position: absolute;
  visibility: hidden;
  width: 250px;
  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;
}

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

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

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

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

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

.menu > ul > li > a:hover,.menu__active {color: #ffaa00 !important;}
.menu__active span{
  color: #fff !important;
}
.menu__active:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D7A63A;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

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

.mnl > ul > li > a {
  width: 120px;
}

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

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

.menu_rp {
  background: #d12000;
}

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

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

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

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

.search {
  margin-top: 0;
}

.search form {
  position: relative;
}

.search.rel {
  position: relative;
  max-width: 225px;
  background: #3a72b2;
  width: 100%;
  border-radius: 35px;
}

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

.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: 35px !important;
  padding: 10px;
  width: 100%;
  padding-right: 50px;
  padding-left: 15px;
  border: 0;
  border-radius: 35px;
  background: #fff;
}

.search__txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.search__txt::-moz-placeholder {
  font-family: "RR";
  color: #555
  font-size: '12px';
}

.search__txt::-ms-input-placeholder {
  font-family: "RR";
  color: #555
  font-size: '12px';
}

.search__txt::-moz-placeholder {
  font-family: "RR";
  color: #555
  font-size: '12px';
}

.search__btn {
  border: 0 !important;
  width: 50px;
  background: url(../images/srch1.png) no-repeat center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: 25px;
}

.product.box-id {
  padding: 10px 0;
}

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

.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 {border: 1px solid #d9d9d9;}
.product__item:hover .product__border {
}
.product__content {
  padding: 10px 10px;
  text-align: left;
  border-top: 0px;
}

.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 {
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d00;
  right: 10px;
  top: 10px;
  z-index: 9;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: RB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__img1 {
  padding-bottom: 73%;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 0;
  box-shadow: 1px 1px #f2f2f2, -1px -1px #f2f2f2;
}

.product__img {
  padding-bottom: 84%;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 0;
}
.product__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);
}
.product__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);
}

.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 {
  color: #000;
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
}

.product__name {
  position: relative;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
  font-weight: normal;
}

.product__name a {
  color: #393939;
  font-size: 17px;
  font-family: RB;
}

.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;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

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

.product__giaban span,
.prd__giaban span {
  color: #ff0000;
  font-family: MLB;
  font-size: 15px;
}

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

.product__giaban1 span {
  color: #d00;
}

.product__giacu {
  color: #7f7f7f;
  font-size: 13px;
}

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

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

.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: 32px;
  line-height: 30px;
  padding: 0 12px;
  color: #000;
  font-family: MLB;
  font-size: 13px;
  border-radius: 20px;
  border: 1px solid #000;
  width: 140px;
}

.product__cart a:hover {
  background-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;
}

.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;
  font-size: 12px;
  background: url(../images/vipr.png) no-repeat 0px;
  padding-left: 29px;
}

.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%;
}

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

.prd:hover {
  transition: all ease 0.2s;
  box-shadow: 0 0 10px 0 #c4c4c4;
}

.prd__item {
  position: relative;
  margin: 5px  0;
  background: #e6e6e6;
  padding: 10px;
}

.prd__title {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  left: 0;
  background: #f7b742;
  color: #fff;
  font-family: RB;
}

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

.prd__item:hover .prd__name {}

.prd__border {
  overflow: hidden;
  position: relative;
}

.prd__item:before {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: 9;
  border: 1px solid #fff;
}

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

.prd__content {
  padding: 10px 5px;
}

.prd__img {
  padding-bottom: 124%;
  overflow: hidden;
  position: relative;
  height: 0;
  text-align: center;
}

.prd__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;
}

.prd__giaban {
  font-family: RR;
  margin-bottom: 11px;
}

.prd__price {
  margin-bottom: -17px;
}

.prd__des {
  font-family: RR;
  color: #fff;
}

.prd__view {
  margin-bottom: 10px;
}

.prd__view a {
  font-family: RB;
  color: #548600;
  border-bottom: 1px solid #548600;
}

.prd__buy a {
  border: 2px solid #548600;
  padding: 5px 20px;
  display: inline-block;
  color: #548600;
  border-radius: 5px;
}

.prd__name a {
  color: #548600;
  font-family: RB;
}

.prd__name {
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #fff;
}

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

.prd__item:hover .prd__ab {
  visibility: visible;
}

.prd__item:hover .prd__title {
  visibility: hidden;
}

.prd__ab a {
  color: #000;
}

.prd__ab a:hover {
  background-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;
}

.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;
}

.box_img_pr img,
.bd-prd {}

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

.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 .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: RB;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 18px;
  color: #e80001;
}

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

.dadetail__noidung .noidung {
  display: inline-block;
}

.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: url(../images/brgt.jpg);
  margin: auto;
}

.gioithieu__address {
  max-width: 1100px;
  margin: 30px auto;
}

.gioithieu--title {
  text-transform: uppercase;
  color: #000;
}

.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 {
  position: relative;
  height: 450px;
  width: 580px;
}
.imggt{position:absolute;border: 5px solid #fff;}
.imggt1{ animation-name: changprd;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;}
.imggt2{animation-name: changprd1;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;}
@keyframes changprd{
  0%{width:490px;left:0px;top:0px;}
  100%{width:275px;left:310px;top:240px}
/*   100%{width:50%;left:0px;top:0px;} */
}
@keyframes changprd1{
  0%{width:275px;left:310px;top:240px}
  100%{width:490px;left:0px;top:0px;}
/*   100%{width:100%;left:50%;top:50%} */
}

.gioithieu__img img {
  transition: all 1s;
  position: relative;
  z-index: 1;
  width: 490px;
  height: auto;
}

.gioithieu__time {
  color: #fff;
  font-size: 30px;
  font-family: UBC;
  padding-left: 40px;
}

.gioithieu__time span {
  color: #ff0;
}

.gioithieu__list {
  padding-top: 30px;
}

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

.gioithieu__item {
  text-align: center;
}

.gioithieu--img img {
  border-radius: 50%;
}

.gioithieu--img {
  width: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px #c4c4c4;
  display: inline-block;
  margin-bottom: 15px;
}

.gioithieu--content {}

.gioithieu__tieude {
  position: relative;
  line-height: 35px;
  margin-bottom: 10px;
}

.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;
}

.gioithieu__title p {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: OSR;
  font-size: 15px;
  text-transform: uppercase;
}

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

.gioithieu__title span {
  color: #077cce;
}

.gioithieu__name {font-family: OSB;font-size: 30px;color: #1877F2;text-transform: uppercase;margin-bottom: 5px;}

.gioithieu__content {
  position: relative;
}

.gioithieu__slogan {
  color: #f00;
  margin-bottom: 10px;
  font-family: SFB;
  text-transform: uppercase;
  font-size: 17px;
}
.gioithieu__slogan:after{content:'';position:absolute;background:#f00;width:50px;height:2px;bottom:0px;left:0px;}

.gioithieu__des {
  line-height: 1.8;
  max-width: 840px;
  margin: 0 auto 30px;
  font-size: 16px;
}

.gioithieu__time {
  margin-bottom: 20px;
}
.gioithieu__flex{display:flex;align-items:center}
.gioithieu__view {
}

.gioithieu__view a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1159bb;
  padding: 8px 35px;
  text-transform: uppercase;
  font-family: RB;
}
.gioithieu__view a:hover{background: #1e69d0;}
.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 .gioithieu__dk {
  padding: 7px 10px 6px 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: RM;
}

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

.cs__item {
  display: flex;
  padding: 15px 10px;
}
.cs__item:hover{}
.cs__img {
  width: 70px;
}

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

.cs__img a {
  display: inline-block;
}

.cs__img img {
  width: auto;
}
.cs_img{width:90px}
.cs__content {
  line-height: 1.8;
  width: calc(100% - 90px);
}

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

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

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



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

.dichvu__box {
  padding: 20px 20px;
  text-align: left;
}

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

.dichvu__ab {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 99;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10%;
  padding-right: 120px;
  background: url(../images/brdv.png) no-repeat;
  background-size: cover;
}

.dichvu__item:hover .dichvu__ab {
  background: url(../images/brdv1.png) no-repeat;
  background-size: cover;
}

.dichvu__item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 265px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  box-shadow: 2px 2px 2px #d0d0d0;
}

.dichvu__bd {
  padding: 7px;
  background: #c4c4c4a1;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-bottom: 10px;
}

.dichvu__item:hover .dichvu__ab:before {
  visibility: visible;
  background: url(../images/brdv.png) no-repeat;
  background-size: cover;
}

.dichvu__item:hover .dichvu__des {
  display: block;
}

.dichvu__item 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);
  border-radius: 10px;
}

.dichvu__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.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

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

.dichvu__content {
}

.dichvu__view a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  margin-top: 10px;
  color: #fff;
}

.dichvu__name {
  width: 100%;
  text-transform: uppercase;
  font-family: RB;
  color: #000;
  position: relative;
  margin: 0 auto 10px;padding-bottom:10px;
}
.dichvu__name:after {content:'';position:absolute;width: 40px;height: 2px;background:#ffaa00;bottom:0px;margin:auto;left:0px;right:0px;}
.dichvu__name h2{font-size:18px;}
.dichvu__name a {
  font-size: 20px;
  color: #fff;
}

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

.dichvu__des {
  line-height: 25px;
  position: relative;
  z-index: 1;
  color: #000;
}

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

.duan__item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e7e7e7;
  padding: 7px;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.duan__name {
  text-align: center;
  text-transform: uppercase;
  color: rgb(126, 140, 153);
  font-weight: normal;
}

.duan__name a {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  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;
  color: #000;
}

.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;
  color: #fff;
  font-family: RB;
  text-transform: uppercase;
}

.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: #1f1f1f;
  background-size: cover;
  color: #fff;
}



.footer__time {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  max-width: 410px;
}

.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: #000000c2;
  padding: 25px;
  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;
}

.footer__name {
  line-height: 55px;
  font-family: UTMI;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

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

.footer__name span {
  font-family: UTMI;
}

.footer__name:after {
  position: absolute;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: -1px;
}

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

.footer__title {
  margin-bottom: 15px;
  position: relative;
  font-weight: normal;
  font-family: OSR;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
}
.footer__title:after {content:'';position:absolute;width: 50px;height: 1px;background: #ffa900;bottom: 0px;left: 0px;}
.tags__title {
  margin-bottom: 14px;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  font-family: RB;
  text-transform: uppercase;
  padding: 0 0 0 13px;
  border-left: 3px solid #d00;
  line-height: 18px;
}



.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 {
  color: #fff;
  margin-bottom: 27px;
  text-align: center;
  font-style: italic;
}

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

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

.footer__menu {
  padding: 15px 0;
}

.footer__menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__menu ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
}

.footer__menu ul li a {
  display: inline-block;
  padding: 10px 25px;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  margin-right: 10px;
}
.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__des {
  line-height: 1.8;
  font-size: 15px;
}

.footer__link p {
  text-align: left;
  margin-bottom: 10px;
}

.footer__link p a {
  color: #f2f2f2;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}
.footer__link p a:after{content:url('../images/dot.png');position:absolute;left:0px;}

.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: 10px;
}
.footer__address p {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer__address p:nth-child(2) span{}
.footer__address p span:nth-child(2){
  width: calc(100% - 22px);
}

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

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

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

.footer__truycap ul li {
  position: relative;
  list-style: none;
  line-height: 25px;
  color: #e0e0df;
  padding-left: 30px;
  margin-bottom: 10px;
}

.footer__truycap ul li:nth-child(1) {
  background: url(../images/tk1.png) no-repeat 0;
}

.footer__truycap ul li:nth-child(2) {
  background: url(../images/tk2.png) no-repeat 0;
}

.footer__truycap ul li:nth-child(3) {
  background: url(../images/tk3.png) no-repeat 0;
}

.footer__truycap ul li:nth-child(4) {
  background: url(../images/tk4.png) no-repeat 0;
}

.footer__nhantin {
    background: url(../images/brdk.jpg) no-repeat;
    background-size: cover;
}

.footer__nhantin:after {
  position: absolute;
  border-left: 142px solid transparent;
  border-top: solid 60px #fff;
  border-right: 142px solid transparent;
  bottom: -60px;
  width: 100%;
  box-sizing: border-box;
  left: 0;
}

.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: #fff;
}

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

form[name="frmdk"] {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
form[name="frmdk"] p:nth-child(1){margin-bottom:10px;}
.footer__nhantin--txt {
  color: #fff;
  height: 45px;
  padding: 8px 20px;
  width: 100%;
  border: 1px solid #ffffff4d;
  font-family: RR;
  background: none;
  border-radius: 5px;
}
 textarea.footer__nhantin--txt {
    display: flex;
}
.nhantin--txt {
  color: #fff;
  height: 30px;
  padding: 8px 20px;
  width: 100%;
  border: 1px solid #f2f2f2;
  background: #fff;
}

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

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

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

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

.footer textarea {
  height: auto;
  width: 100%;
  padding-right: 40px;
  margin: 0;
  font-family: RR;
}

.footer__nhantin--box {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}


.bg__nhantin {
    background: #e93636;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.footer__nhantin--btn {
  background: #ff0000;
  z-index: 2;
  cursor: pointer;
  border: 0;
  color: #fff;
  height: 45px;
  max-width: 134px;
  padding: 0 10px;
  font-family: MLR;
  width: 100%;
  margin-left: 10px;
  border-radius: 30px;
}
.footer__nhantin--btn:hover{background:#926d07;}
.nhantin--btn {
  background: #139ee6;
  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 #81b2eb;
  margin-bottom: 20px;
}

.copyfooter {
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 13px;
  background: #ffaa00;
  justify-content: center;
}

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

.copyfooter__design {
  color: #000;
  margin-right: 20px;
}

.copyfooter__design span {
    text-transform: uppercase;
}

.copyfooter__truycap {
  display: inline-block;
}

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

.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;
  background: #548600;
  border-radius: 20px;
  padding: 1px;
}

.left__boxmn {
  position: relative;
}

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

.left__link > ul > li {
  list-style: none;
  background: url(../images/n__mn1.png) no-repeat 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  border-top: 1px solid #ededed;
}

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


.left__link > ul li:hover, .active_left {
  background-color: #eaeaea;
}

.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 35px;
  font-weight: normal;
  width: 100%;
}

.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;
  border: 1px solid #ececec;
}
.left__link > ul ul > li:hover ul {
  visibility: visible !important;
}

.left__link > ul ul {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  visibility: hidden;
  padding: 0;
  background: #f7f7f7;
  height: 100%;
}

.left__link > ul ul li {
  list-style: none;
  position: relative;
  list-style: none;
  background: url(../images/n__mn1.png) no-repeat 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  border-top: 1px solid #ededed;
}

.left__link > ul ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 12px 10px 12px 35px;
  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 {
  background: #ffffff;
  border-top: 0;
  position: absolute;
  width: 100%;
  visibility: hidden;
  top: 50px;
}

.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;
}

.left__menu > ul > li {
  list-style: none;
  border-bottom: 1px dashed #d9d9d9;
}

.left__menu > ul > li:nth-child(1) {
  background: none;
}

.left__menu > ul > li > a {
  color: #000;
  position: relative;
  display: inline-block;
  padding: 13px 13px 13px 35px;
  width: 100%;
  background: url(images/icmnr.png) no-repeat right, url(images/icmnl.png) no-repeat 5px;
}

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

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

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

.left__menu > ul ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 250px;
  background: #fff;
  box-shadow: -1px 0 #eee;
}

.left__menu > ul ul li {
  list-style: none;
  background: none;
}

.left__menu > ul ul li a {
  color: #4c4c4c;
  position: relative;
  display: inline-block;
  text-transform: none;
  padding: 13px 0 13px 20px;
  background: url(../images/left-link.png) no-repeat 7px;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px dashed #d9d9d9;
}

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

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

.left__imghl {
  position: relative;
}

.left__imghl div {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #000000c9;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-family: RB;
  text-transform: uppercase;
}

.left__imghl span {
  color: #ff0;
  font-size: 16px;
}

.left__hotro--email {
  padding: 4px 4px 4px 45px;
  background: url(../images/l-ic4.png) no-repeat 0;
  color: #fff;
}

.left label {
  font-size: 16px;
  font-family: OPB;
  color: #000;
  margin-right: 10px;
}

.left__hotro--hl {
  padding: 5px 5px 5px 45px;
  background: url(images/hotro_hotline.png) no-repeat 0;
}

.left__hotro--hl p:nth-child(1) {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.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__hl p span {
  color: #ca0000;
}

.left__add {
  background: url(../images/left-2.png) 0 10px no-repeat;
  padding-top: 10px;
  padding-left: 30px;
}

.left__add p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}

.left__mail {
  background: url(../images/left-3.png) 0 10px no-repeat;
  font-family: RM;
  padding-top: 10px;
  padding-left: 30px;
}

.left__mail p {
  font-family: RR;
  color: #777777;
  font-size: 13px;
}

.left textarea {
  height: auto !important;
}

.menulist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 27px;
}

.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 img {
  background: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
}

.menulist__act img {
  border: 3px solid #622f10 !important;
}

.menulist div a {
  display: inline-block;
  padding: 0 20px;
  font-family: RR;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.menulist a span {
  color: #000;
}
.menulist .menulist__act span,.menulist a:hover span{color:#fff;}
.menulist .menulist__act,.menulist a:hover {background:#f59500;border:1px solid #f59500}

.menulist .act {
  color: #fff;
  background-color: #066f37;
}

.menulist a {
  display: inline-block;
  padding: 8px 20px;
  color: #000;
  background: #fff;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #000;
  min-width: 140px;
  text-align: center;
}

.menulist a:hover {
}

.nhantin {padding: 0px 80px;}

.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;
  max-width: 1010px;
}

.nhantin__col {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.nhantin__col p:nth-child(1) input,
.nhantin__col p:nth-child(3) input {
}

.nhantin__col p:nth-child(2) input,
.nhantin__col p:nth-child(4) textarea {
}

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

.nhantin--title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.nhantin--title h2{
  font-family: OSB;
  font-weight:normal;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
}
.nhantin__title {
  color: #fff;
  padding-left: 95px;
  background: url(../images/icnt.png) no-repeat 0px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nhantin__txt {
  color: #000;
  height: 47px;
  padding: 10px 20px;
  border: 0;
  background: #fff;
  border: 1px solid #fff;
}

.nhantin__txt::-webkit-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-ms-input-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

.nhantin__txt::-moz-placeholder {
  font-family: "RR";
  color: #555;
  font-size: '12px';
}

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

.nhantin__btn {
  display: inline-block;
  color: #000;
  background: #ffaa00;
  border: 0;
  font-family: SFB;
  width: 100%;
  height: 50px;
  bottom: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.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: MB;
  font-size: 14px;
}

.newsdetail__name {
  line-height: 20px;
}

.newsdetail__name 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;
}

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

.newsdetail__des {
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}

.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;
}

.doitac {
  position: relative;
  z-index: 9;
  padding: 15px 0;
  background: #f2f2f2;
}

.doitac__item {
  text-align: center;
}
.doitac__item img{border:1px solid #cccccc;}
.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 {
  width: 33%;
}

.sanpham__name {
  width: 67%;
  color: #fff;
  display: flex;
  align-items: center;
}

.sanpham__name a {
  font-family: RB;
  color: #fff;
  text-transform: uppercase;
}

.bds {
  padding: 30px 0;
}

.bds__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 5px 0;
}

.bds__item:hover {
  box-shadow: 0 0 15px 0 #c4c4c4;
}

.bds__img {
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
}

.bds__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%;
}

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

.bds__content {
  text-align: left;
  padding: 0 10px;
}

.bds__name a {
  color: #0191b6;
  font-family: MLB;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  outline: none !important;
  text-transform: uppercase;
}

.bds__mota {
  padding: 5px 0;
  color: #646464;
}

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

.bds__des p label {
  color: #000;
}

.bds__des p:nth-child(1) span {
  color: #0f65b3;
}

.bds__des p:nth-child(2) span {
  color: #a65e00;
  font-family: MLB;
}

.bds__des p:nth-child(3) span {
  color: #555;
}

.bds__des p:nth-child(4) span {
  color: #850000;
  font-family: MLB;
}

.bds__info {
  margin-top: 5px;
  color: #000;
  line-height: 1.6;
  text-align: justify;
  font-size: 13px;
}

.bds__info p {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.bds__info p:nth-child(1) {
  background: url(../images/new1.png) no-repeat 0;
}

.bds__info p:nth-child(2) {
  background: url(../images/new2.png) no-repeat 0;
}

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

.bds__info p:nth-child(3) {
  background: url(../images/new3.png) no-repeat 0;
}

.bds__info p:nth-child(3) span {
  float: right;
}

.bds__info label {
  padding-left: 20px;
  font-family: RB;
  display: inline-block;
}

.congtrinh {
  position: relative;
}

.congtrinh:hover a {
  visibility: visible !important;
}

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

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

.congtrinh__border {
  transition: all ease 0.2s;
  transform: scale(1);
  border: 5px solid #e2e2e1;
}

.congtrinh__img {
  background: #fff;
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
}

.congtrinh__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);
}

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

.congtrinh__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);
}

.congtrinh__content {
  text-align: center;
  padding: 7px 0;
  background: #017e59;
}

.baiviet {
  background: #fff;
}

.baiviet__item {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
}
.baiviet__item:hover {
  transition: all ease 0.2s;
  box-shadow: 0 0 5px 0 #555;

}


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


.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;
  height: 0px;
  padding-bottom: 73%;
}
.baiviet__item:hover .baiviet__img a:after{
  background: #0000002b url(../images/dot1.png) no-repeat center center;
  content:'';
  left:0px;
}

.baiviet__imgcn {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 73%;
}

.baiviet__img1 {
  opacity: 1;
  transition: all ease 0.5s;
  overflow: hidden;
  position: relative;
  height: 0px;
  padding-bottom: 96%;
  border-radius: 10px;
}

.baiviet__img a: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__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.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 10px 20px;
}

.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;
  text-align: center;
}

.baiviet__hl {
  text-align: center;
}

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

.baiviet__name a {
  margin-bottom: 5px;
  color: #000;
  font-family: MLB;
  font-size: 16px;
  text-transform: uppercase;
}
.baiviet__namecn {
  text-transform: uppercase;
  font-weight: normal;

}
.baiviet__namecn a {
  margin-bottom: 5px;
  color: #000;
  font-family: MLB;
  font-size: 16px;
}
.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: #000;
}

.baiviet__view {
  position: relative;
}

.baiviet__view a {
  font-family: OPR;
  color: #000;
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
}

.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;
}

.botnews__title--hot a {
  display: inline-block;
  margin-bottom: 5px;
  color: #000;
  font-weight: normal;
}
.botnews__item--hot:hover .botnews__title--hot a:hover{color:#d00}
.botnews__content--hot {
  line-height: 1.8;
  overflow: hidden;
  padding: 10px 0;
}

.botnews__des--hot {
  line-height: 23px;
}

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

.botnews__date {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.botnews__date  span:nth-child(1){padding: 15px 0;}
.botnews__date  span{display:inline-block;margin-bottom:5px;background:#fff;padding: 10px;width: 55px;text-align: center;}

.botnews__date {}

.botnews__date span: nth-child(1) {
  color: #165dab;
  font-family: OPR;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.botnews__date span:nth-child(2) {
  display: inline-block;
}

.botnews__date p:nth-child(2) {
  font-size: 14px;
  font-family: RR;
  color: #fff;
}

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

.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:hover .botnews__img--other{box-shadow: 0 0 5px 0 #555;width: 49%;}
.botnews__item--other {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.botnews__img--other {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.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: #e68200;
  background: url(images/v.png) no-repeat 0;
  padding: 5px 0;
}

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

.botnews__title--other a {
  color: #333333;
  font-size: 16px;
}
.cl-r{color:#f00 !important;margin-bottom:10px;text-transform:uppercase}

.botnews__item--other:hover .botnews__title--other a{color:#d00}
.botnews__pd {
  padding: 15px 10px;
}

.botnews__content--other {
  line-height: 1.8;
  position: relative;
  color: #333;
  font-family: RR;
  width: 50%;
}

.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: none;
  border: 1px solid #cfcfcf;
  margin-top: 6px;
}

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

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

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

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

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

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

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

.botnews__clickf--item span {
  width: 30px;
  height: 30px;
  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: 65%;
  width: 72%;
  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;
}

.botnews__clickl--box {
  height: 0;
  position: relative;
  width: 28%;
  padding-bottom: 66%;
  overflow-y: scroll;
  float: right;
}

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

.botnews__clickl--box::-webkit-scrollbar-thumb {
  background-color: #555;
  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: 83%;
  margin-bottom: 10px;
}

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

.botnews__clickl--item span {
  width: 37px;
  height: 37px;
  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: 260px;
  height: 0;
  position: relative;
  width: 100%;
}

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

.contact__stip {
  padding: 10px 20px 10px 15px;
  color: #000;
  height: 35px;
  border: 1px solid #dedede;
  outline: none;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
  font-family: RR;
  background: #f2f2f2;
}
.contact textarea{
  height: auto
}
.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: #e30007;
  color: #fff;
  line-height: 40px;
  font-family: RB;
  text-transform: uppercase;
  border-radius: 2px;
  border:0px;
}

.video {
  position: relative;
  padding-top: 15px;
}

.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::-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: relative;}
.mxh ul {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
  justify-content: flex-end;
}

.mxh ul li {
  list-style: none;
  background: none !important;
}

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

.f_mxh {
  max-width: 270px;
  font-size: 13px;
}

.mxhf {margin-top: 10px;}

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

.mxhf ul li {
  margin-right: 8px;
  list-style: none;
  color: #fff;
}

.mxhf ul li a {
  color: #555;
  font-family: MPR;
  font-size: 14px;
}

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

.ictd {
}

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

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

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

.tieude_left h2 {
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  z-index: 1;
  align-items: center;
  line-height: 38px;
  padding: 0 25px 0 50px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: RB;
  position: relative;
  background: url(../images/bc.png) no-repeat 10px;
}

.tieude_mn h2 {
  color: #000;
  cursor: pointer;
  font-weight: normal;
  z-index: 1;
  align-items: center;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-family: RB;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.tieude_id {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tieude_id h2 {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  z-index: 9;
  display: inline-block;
  margin-right: 20px;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: MB;
}

.tieude_id h2:after {
  content: '';
  position: absolute;
  width: 55px;
  border-bottom: 1px solid #000;
  bottom: 0;
  left: 0;
}


.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;
  z-index: 9;
  display: inline-block;
  padding-right: 10px;
  padding-top: 5px;
  font-family: UTMI;
  font-size: 27px;
  color: #ed1c24;
  text-transform: uppercase;
}

.tieude_sl p {
  max-width: 300px;
  color: #555;
}

.tieude_sl span {}

.tieude_sl span a {
  padding: 5px 25px 5px 10px;
  display: inline-block;
  color: #f00;
  text-transform: uppercase;
}

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

.title_sl h2 {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  z-index: 9;
  display: inline-block;
  color: #307800;
  font-family: UAS;
  font-size: 30px;
  text-transform: uppercase;
  background: url(../images/td3.png) no-repeat right;
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title_sl:after {
    content: '';
    position: absolute;
    background: #077cce;
    width: 40px;
    height: 2px;
    bottom: -1px;
    right: 0px;
}
.title_sl {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 5px;
}
.tieude_dm {
  position: relative;
}

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

.left {
  position: relative;
  z-index: 9;
}

.left__link {border: 1px solid #ececec;background: #f7f7f7;overflow-y: scroll;height: 446px;}

.tieude_dm h3 {
  position: relative;
  cursor: pointer;
  padding: 0 20px 0 60px;
  margin: 0;
  color: #fff;
  font-family: MLB;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 50px;
  text-align: left;
  background: #0f5eb8 url(../images/icmn.png) no-repeat 25px;
}

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

.title-bg {
  text-align: center;
  font-size: 22px;
}
.chitiet{text-align:center;margin-top: 10px;}
.chitiet a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background:#d12121;
  padding:7px 20px;
  font-family: RB;
  text-transform: uppercase;
}

.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: #000;
  font-family: MB;
  border: 2px solid #555;
  padding: 5px 15px;
}

.xemthem {
  margin-bottom: 10px;
}

.xemthem a {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 40px;
  border: 2px solid #000;
  padding: 0 20px;
  color: #000;
  font-family: MR;
  text-transform: uppercase;
  margin: auto;
}
.xemthem1 a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #e4b543;
    padding: 0 15px;
    font-family: MR;
    max-width: 150px;
    width: 100%;
}
.xemthem a:hover{background: #000;color: #fff;}


.tieude_sl {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  background: url(../images/icsl.png) repeat-x bottom;
  border-bottom: 1px solid #ebebeb;
}
.tieude_sl:after{content:'';position:absolute;background: url(../images/linett.png) no-repeat bottom;width: 177px;height: 6px;bottom: -3px;left: 0px;}

.tieude_gt:after{content:'';position:absolute;background: #e31119;width: 51px;height: 3px;bottom: -5px;left: 0px;}
.tieude_sl div {
  position: relative;
  display: inline-block;
  align-items: center;
}

.tieude_gt {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 5px;
}

.tieude_gt h2 {
  cursor: pointer;
  font-weight: normal;
  position: relative;
  z-index: 9;
  line-height: 36px;
  color: #000;
  font-family: UTMI;
  font-size: 21px;
  text-transform: uppercase;
}

.tieude_gt h2:after {
  position: absolute;
  width: 100px;
  border-bottom: 1px solid #E0B359;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tieude {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.tdb{
   background: url(../images/ictd.png) no-repeat bottom center;padding-bottom:25px;
}
.tieude p{max-width:780px;margin:0px auto;font-size: 16px;}
.tieude span {
  color: #fff;
  font-family: MLB;
  text-transform: uppercase;
}

.tieude h2 {
  position: relative;
  font-weight: normal;
  background: url(../images/brtd.png) no-repeat center center;
  z-index: 1;
  text-transform: uppercase;
  padding: 14px 20px;
  font-family: OSB;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

h2 {}



.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;
}

@-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;
  }
}

.pd-30 {
  padding: 0 30px;
}

.mg-30 {
  margin: 0 -30px;
}


.pd-25 {
  padding: 0 25px;
}

.mg-25 {
  margin: 0 -25px;
}

.pd-20 {
  padding: 0 20px;
}

.mg-20 {
  margin: 0 -20px;
}

.pd-13 {
  padding: 0 13px;
}
.mg-13 {
  margin: 0 -13px;
}


.pd-17 {
  padding: 0 17px;
}
.mg-17 {
  margin: 0 -17px;
}

.pd-15 {
  padding: 0 15px;
}

.mg-15 {
  margin: 0 -15px;
}

.pd-10 {
  padding: 0 10px;
}

.mg-10 {
  margin: 0 -10px;
}

.mg-7 {
  margin: 0 -7px;
}

.pd-7 {
  padding: 0 7px;
}

.mg-3 {
  margin: 0 -3px;
}

.pd-3 {
  padding: 0 3px;
}

.pd-5 {
  padding: 0 5px;
}

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

.pd-0 {
  padding: 0;
}

.mg-0 {
  margin: 0;
}

.mgb-5 {
  margin-bottom: 5px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-25 {
  margin-bottom: 25px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-35 {
  margin-bottom: 35px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-45 {
  margin-bottom: 45px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgt-5 {
  margin-top: 5px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-25 {
  margin-top: 25px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-35 {
  margin-top: 35px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-45 {
  margin-top: 45px;
}

.mgt-50 {
  margin-top: 50px;
}

.pdt-5 {
  padding-top: 5px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-15 {
  padding-top: 15px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-25 {
  padding-top: 25px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-35 {
  padding-top: 35px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-45 {
  padding-top: 45px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdb-5 {
  padding-bottom: 5px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdb-15 {
  padding-bottom: 15px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdb-25 {
  padding-bottom: 25px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdb-35 {
  padding-bottom: 35px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdb-45 {
  padding-bottom: 45px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.wid-1 {
  width: 1%;
}

.wid-2 {
  width: 2%;
}

.wid-3 {
  width: 3%;
}

.wid-4 {
  width: 4%;
}

.wid-5 {
  width: 5%;
}

.wid-6 {
  width: 6%;
}

.wid-7 {
  width: 7%;
}

.wid-8 {
  width: 8%;
}

.wid-9 {
  width: 9%;
}

.wid-10 {
  width: 10%;
}

.wid-11 {
  width: 11%;
}

.wid-12 {
  width: 12%;
}

.wid-13 {
  width: 13%;
}

.wid-14 {
  width: 14%;
}

.wid-15 {
  width: 15%;
}

.wid-16 {
  width: 16%;
}

.wid-17 {
  width: 17%;
}

.wid-18 {
  width: 18%;
}

.wid-19 {
  width: 19%;
}

.wid-20 {
  width: 20%;
}

.wid-21 {
  width: 21%;
}

.wid-22 {
  width: 22%;
}

.wid-23 {
  width: 23%;
}

.wid-24 {
  width: 24%;
}

.wid-25 {
  width: 25%;
}

.wid-26 {
  width: 26%;
}

.wid-27 {
  width: 27%;
}

.wid-28 {
  width: 28%;
}

.wid-29 {
  width: 29%;
}

.wid-30 {
  width: 30%;
}

.wid-31 {
  width: 31%;
}

.wid-32 {
  width: 32%;
}

.wid-33 {
  width: 33%;
}

.wid-34 {
  width: 34%;
}

.wid-35 {
  width: 35%;
}

.wid-36 {
  width: 36%;
}

.wid-37 {
  width: 37%;
}

.wid-38 {
  width: 38%;
}

.wid-39 {
  width: 39%;
}

.wid-40 {
  width: 40%;
}

.wid-41 {
  width: 41%;
}

.wid-42 {
  width: 42%;
}

.wid-43 {
  width: 43%;
}

.wid-44 {
  width: 44%;
}

.wid-45 {
  width: 45%;
}

.wid-46 {
  width: 46%;
}

.wid-47 {
  width: 47%;
}

.wid-48 {
  width: 48%;
}

.wid-49 {
  width: 49%;
}

.wid-50 {
  width: 50%;
}

.wid-51 {
  width: 51%;
}

.wid-52 {
  width: 52%;
}

.wid-53 {
  width: 53%;
}

.wid-54 {
  width: 54%;
}

.wid-55 {
  width: 55%;
}

.wid-56 {
  width: 56%;
}

.wid-57 {
  width: 57%;
}

.wid-58 {
  width: 58%;
}

.wid-59 {
  width: 59%;
}

.wid-60 {
  width: 60%;
}

.wid-61 {
  width: 61%;
}

.wid-62 {
  width: 62%;
}

.wid-63 {
  width: 63%;
}

.wid-64 {
  width: 64%;
}

.wid-65 {
  width: 65%;
}

.wid-66 {
  width: 66%;
}

.wid-67 {
  width: 67%;
}

.wid-68 {
  width: 68%;
}

.wid-69 {
  width: 69%;
}

.wid-70 {
  width: 70%;
}

.wid-71 {
  width: 71%;
}

.wid-72 {
  width: 72%;
}

.wid-73 {
  width: 73%;
}

.wid-74 {
  width: 74%;
}

.wid-75 {
  width: 75%;
}

.wid-76 {
  width: 76%;
}

.wid-77 {
  width: 77%;
}

.wid-78 {
  width: 78%;
}

.wid-79 {
  width: 79%;
}

.wid-80 {
  width: 80%;
}

.wid-81 {
  width: 81%;
}

.wid-82 {
  width: 82%;
}

.wid-83 {
  width: 83%;
}

.wid-84 {
  width: 84%;
}

.wid-85 {
  width: 85%;
}

.wid-86 {
  width: 86%;
}

.wid-87 {
  width: 87%;
}

.wid-88 {
  width: 88%;
}

.wid-89 {
  width: 89%;
}

.wid-90 {
  width: 90%;
}

.wid-91 {
  width: 91%;
}

.wid-92 {
  width: 92%;
}

.wid-93 {
  width: 93%;
}

.wid-94 {
  width: 94%;
}

.wid-95 {
  width: 95%;
}

.wid-96 {
  width: 96%;
}

.wid-97 {
  width: 97%;
}

.wid-98 {
  width: 98%;
}

.wid-99 {
  width: 99%;
}

.wid-100 {
  width: 100%;
}

[class*="wid-"] {
  float: left;
}

.col-6 {
  width: 16.66%;
  float: left;
}

.col-6:nth-child(6n+1) {
  clear: both;
}

.col-5 {
  width: 20%;
  float: left;
}

.col-5:nth-child(5n+1) {
  clear: both;
}

.col-4 {
  width: 25%;
  float: left;
}

.col-4:nth-child(4n+1) {
  clear: both;
}

.col-3 {
  width: 33.33%;
  float: left;
}

.col-3:nth-child(3n+1) {
  clear: both;
}

.col-2 {
  width: 50%;
  float: left;
}

.col-2:nth-child(2n+1) {
  clear: both;
}
#slider{min-width:1200px;}
.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;
  margin-bottom: 10px;
}

.botnews__news--other:after {
  display: none !important;
}

.doitac {
  background: #eeeeee;
}

.product__cart {
  flex-wrap: wrap;
}

.product__cart p {
  width: 100%;
  margin-bottom: 5px;
}
}

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

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

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

.bg-w {
  background: #fff;
}

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

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

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

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

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

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

.flex-reverse {
  flex-flow: row-reverse;
}

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

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

.active_video {
  display: block;
  width: 100%;
  height: 100%;
}

.btn_hide:hover {
  background-color: rgba(255, 255, 255, 0.3);
  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;
  bottom: -71px;
  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);
}

.item-video .name-video {}

.item-video .name-video a {
}

.gioithieu__img .owl-theme .owl-nav {
  top: calc(50% - 186px/2);
}

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

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

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

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

.thuonghieu .owl-nav .owl-prev {
  left: 0;
}

.thuonghieu .owl-nav .owl-next {
  right: 0;
}

.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: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: 225px;
}
.zalobox{
  bottom: 150px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
  display: none;
}

.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: 60px;
  z-index: 999;
}

.hide {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.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::-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;
}

.bg-box {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 2px #c4c4c4;
  margin-bottom: 30px;
}

.boxtags {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 20px;
}

.boxtags a:hover {
  color: #d00;
  transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}

.boxtags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;
}

.boxtags ul li {
  float: left;
  margin-bottom: 5px;
  list-style: none;
}

.boxtags ul li:nth-child(1) {
  color: #000;
  font-family: MLB;
}

.boxtags ul li a {
  float: left;
  color: #000;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  padding: 3px 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.boxtags ul li a:after {
  position: absolute;
  right: -3px;
  content: ',';
}

.boxtags ul li a:hover {}

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

.box_brand {
  background: #fff;
  padding: 10px;
}

.slider__bg {
  background: #ffffff;
}

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

#box-main {
  min-height: 450px;
}

.dadetail {
  background: #fff;
}

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

.datevd {
  text-align: center;
}

.item-video .name-video a {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

.item-video {
  margin-bottom: 20px;
}

.img-video {
  overflow: hidden;
  position: relative;
}

.img-video img {
}



.fixed_video {
  background: #000;
}

.listvd {
  display: inline-block;
  width: 40%;
  float: right;
  padding: 10px;
  color: #fff;
}

.linkvd {
  background: #333;
  padding: 10px;
  font-family: OPR;
  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;
}

.tieude_left {
  position: relative;
}

.menu__ab {
  position: absolute;
  width: 100%;
  top: 42px;
  visibility: hidden;
  background: #fff;
}

.tieude_left:hover .menu__ab {
  visibility: visible;
}

.img__video img {
  border: 2px solid #fff;
}

.kienthuc {
  background: #f2f2f2;
}

.congviec {
  background: #f2f2f2;
}

.ykien__item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.ykien__ab{
  justify-content:flex-end;
  display: flex;
}
.ykien__mota{
      margin-bottom: 95px;
      max-width: 800px;
      line-height: 1.8;
      color: #555;
      margin: auto;
      text-align: center;
}

.ykien__img {
  width: 100px;
  float: left;
  padding: 2px;
}

.ykien__img img {
  position: relative;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px #ffaa00;
}

.ykien__content {
  width: calc(100% - 100px);
  float: left;
  line-height: 18px;
  padding: 40px 0px 6px 10px;
  margin-right: -36px;
  background: url(../images/mt.png) 10px 0px no-repeat;
}
.ykien__title{text-transform:uppercase;font-family: MLB;}
.ykien__chude{font-size:12px;font-style:italic;}
.ykien__name {
  font-family: MB;
  font-size: 18px;
  margin: 10px 0 5px;
  color: #fff;
}

.ykien__diachi {
  color: #000;
}

.ykien__bd {
  line-height: 1.8;
  color: #000;
}

.kn__box {
  max-width: 760px;
  margin: 0 auto;
}

.kn__box {
  text-align: center;
}

.kn__stt a {
  display: inline-block;
  width: 82px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: url(../images/stt.png);
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  font-family: MR;
}

.kn__name,
.kn__des {
  max-width: 275px;
  margin: 0 auto;
}

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

.menu_head {
  position: relative;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px 0;
  font-family: MLB;
  color: #555;
  cursor: pointer;
}

.menu_head span {
  margin-right: 10px;
}

.menu_head:after {
  content: "\f067";
  float: right;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
}

.actcv:after {
  content: "\f068";
  float: right;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 400;
}

.actcv {
  color: #000;
}

.menu_body {
  display: none;
}

#menu_top .header__logo img {
  margin-top: -37px;
}

.load {
  transition: all ease 1s;
}

.actroll.load {
  opacity: 1;
  transition: all ease 1s;
}

.tinhhoa__content {
  text-align: center;
}

.tinhhoa__name {
  color: #18d497;
  font-size: 48px;
  font-family: MR;
}

.tinhhoa__des {
  color: #e3b967;
  font-size: 72px;
  font-family: MBL;
}

#loading.finish {
  z-index: -9999;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading.show:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#loading:before {
  top: 0;
}

#loading.show:after {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

#loading:after {
  bottom: 0;
}

#loading:after,
#loading:before {
  content: '';
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.75s;
  -moz-transition: 0.75s;
  -ms-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}

.show .logo_2 {
  display: none;
}

.fixda {
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #f2f2f2;
  padding: 5px !important;
}

.fixda.scroll__menu p a {
  font-size: 12px;
}

@keyframes hue {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(-360deg);
  }
}

.doitac__item img {
  background: #fff;
  margin: 5px 0;
}

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

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

.sp__ab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  z-index: 999;
  justify-content: center;
  padding-bottom: 10px;
}

.sp__item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.sp__content {
  text-align: center;
}

.sp__name a {
  width: 100%;
  text-transform: uppercase;
  font-family: RSB;
  color: #139ee6;
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sp__des {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 2.2;
  color: #4c4c4c;
}

.doitac__name {
  font-family: MB;
  text-transform: uppercase;
  color: #000;
}

 #main_content_web{background: #fff;}
  .grid{max-width: 100% !important;margin-top: 0px;}

.bg-index {background: url(../images/brid.jpg) no-repeat;background-size: cover;}

.visao {
  background: url(../images/brvs.jpg) no-repeat;
  background-size: cover;
}

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

.vs__item {
 max-width:470px;
 position:relative;
 display: flex;
 min-height: 85px;
 align-items: center;
}
.vs__item:after{content:'';position:absolute;width: 100px;height:1px;background: #ffaa00;right: -100px;top:50%;}
.vs__item:before{content:'';position:absolute;width: 10px;height:10px;border-radius:50%;background: #ffaa00;right: -5px;top:45%;z-index:99;}
.vs__img{position:absolute;right: -155px;top: calc((100% - 85px)/2);border-radius: 50%;z-index: 1;border: 10px solid transparent;-webkit-border-image: url('../images/bdi2.png') 10 stretch;-o-border-image: url('../images/bdi2.png') 10 stretch;}

.vs__img img{border-radius:50%;background:#ffaa00;}
.vs__bd1 .vs__img{right:unset;left: -155px;}
.vs__bd1 .vs__img{border: 10px solid transparent;-webkit-border-image: url('../images/bdi1.png') 10 stretch;-o-border-image: url('../images/bdi1.png') 10 stretch;}
.vs__bd1 .vs__item:before{border-radius:50%;background:#fff;left: -5px;right:unset}

.vs__bd1 .vs__img img{background:#fff;}
.vs__content{
    background: #f5f5f59e;
    padding: 5px 30px;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #ffc66a;
}
.vs__bd1 .vs__content{
   border-color:#fff;
}
.vs__bd1 .vs__item:after{right:unset;left:-100px;background:#fff;}
.vs__des{color:#fff;font-size: 13px;max-width: 245px;margin: auto;}
.vs__name a{
  color: #fff;
  font-family: MLB;display:inline-block;
  margin-top: 5px;margin-bottom:5px;
}

.hotro {
  background: #fff;
  border-radius: 20px;
  padding: 14px 10px;
}

.hotro__name {
  font-family: RB;
  color: #548600;
  text-transform: uppercase;
}

.hotro__hotline span {
  color: #d00;
  font-family: RB;
  font-size: 17px;
}

.hotro__email {
  margin-bottom: 20px;
}

.hotro__email span {
  color: #548600;
}

.bst__img {
  position: relative;
  overflow: hidden;
}

.bst__img img {
}

.bst__ab {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #000000ad;
  color: #fff;
  padding: 15px;
  visibility: hidden;
}
.bst__img:hover .bst__ab{visibility:visible}
.duan__view a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fbab19;
  margin-top: 10px;
  color: #fbab19;
}

.thongke {
  background: url(../images/brtk.jpg) no-repeat;
  background-size: cover;
}

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

.title {
  text-transform: uppercase;
  font-size: 36px;
}

.mota {
  font-size: 19px;
  text-transform: uppercase;
}

.vechungtoi {
  background: #fff;
  padding: 40px 20px;
}

.fix__bg {
  background: linear-gradient(to right, transparent 0, transparent 32px, #ffb802 32px);
  padding: 10px 10px 10px 35px;
  position: absolute;
  top: 10px;
  padding-right: calc((100% - 1200px)/2);
  right: 0;
}

.fix__bg:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 100%;
  background: #ffb802;
  left: 0;
  top: 0;
  clip-path: polygon(89% 0, 100% 0, 100% 100%, 0% 100%);
}

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

.menu ul,
.copyfooter__truycap ul {
  padding: 0;
  margin: 0;
}

.dichvu{background:url(../images/brdv.jpg) no-repeat;background-size:cover;min-height: 147px;}


.tuvankythuat{background:url(../images/brtv.jpg) ;}
.album__content{padding:10px;text-align: center;}
.album__name {transition: all ease 0.5s;position: absolute;width: 100%;height: 100%;bottom: 0px;display: flex;left: 0px;align-items: center;justify-content: center;color: #fff;font-family: MB;text-transform: uppercase;background: #0000006b;height: 0%;overflow: hidden;}
.album__item:hover .album__name{height:100%;transition:all ease 0.5s}
.album__img{overflow:hidden;}
.album__name a {
  margin-bottom: 5px;
  color: #000;
  font-family: RB;
  text-transform: uppercase;
}



.album__item 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);
}

.album__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.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bd__map{border: 1px solid #409f00;padding:5px;}
.iczl{font-family:RB;font-style:normal;font-size: 14px !important;line-height: 38px !important;}

.content-video{
  padding: 13px 10px;
  border:1px solid #e6e6e6;
}

.album_detail{margin-bottom:10px;}
.gioithieu__hotline{
  background:url(../images/brview.png);
  width:181px;
  height:64px;
  text-align:center;
  padding:10px;
  line-height: 20px;
}
.gioithieu__hotline p:nth-child(1){font-family:SVA;color:#fff;text-transform:uppercase}
.gioithieu__hotline p:nth-child(2){font-family:SVAB;color:#fff;font-size:18px;}
.h-menu{background: #e30007;}
.linevs{background: url(../images/linev.png) no-repeat right;}
.linevs:nth-child(4n){background:none;}

.album__item{position: relative;overflow: hidden;}

.cl-ye{color: #fed700 !important;margin-bottom: 15px;}

.mgr{margin-right:40px;}

.botnews__change--show span{width: 59px;height: 57px;background:url(../images/icy.png);position:absolute;z-index: 99;left: 0px;right: 0px;margin: auto;top: 0px;bottom: 0px;}
.album__flex {display:flex;flex-wrap:wrap}
.album__flow{flex-flow:column-reverse;}

.img-video .ab-video {
  display:flex;
  justify-content:center;
  align-items:center;
  position:absolute;
  z-index:9;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  font-family: RB;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.img-video span{
  background: url(../images/icy.png);
  border-radius: 50%;
  background-size: 100% 100%;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.gioithieu__box{display: inline-block;}
.thongke__img{margin-bottom:15px;}

.tieude_sl p:nth-child(2) {
  position: relative;
  font-weight: normal;
  display: inline-block;
  z-index: 1;
  color: #000;
  font-size: 48px;
  font-family: RB;
  text-transform: uppercase;
  padding-bottom: 35px;
  background: url(../images/icgt.png) no-repeat bottom center;
  line-height: 50px;
}

.chinhsach{background:#d4e6e7}
.totop{position:absolute;top:-30px;left:0px;right:0px;}


.daily{background:url(../images/brdl.jpg) no-repeat; background-size:cover;}
.baogia{background:url(../images/brbg.jpg) no-repeat; background-size:cover;position:relative}
.baogia:after{content:'';position:absolute;width:50%;height: 100%;right:0px;top:0px;background: url(../images/brat.png);}
.flex-baogia{
  min-height:520px;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.bdbv .baiviet__item{border:1px solid #f2f2f2}
.brgt{position:absolute;right:0px;top:-15px;z-index:999}
.icsl{position:absolute;left:0px;right:0px;bottom:15px;z-index:9;margin:auto;width: 34px;}
.callbacks_container{}

.slider__flex{display:flex;}

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

.left__link::-webkit-scrollbar {
  width: 1px;
  border-radius: 10px;
}

.left__link::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 10px;
  outline: 1px solid slategrey;
}

.left__link::-webkit-scrollbar-track {
  padding: 1px;
  border-radius: 10px;
}

.moitruong__flex{
  display:flex;
  align-items: center;
  margin-bottom: 50px;
}


.moitruong__title{text-transform:uppercase;}
.moitruong__name a{color:#000;font-size:26px;}
.moitruong__name{padding:5px 0}

.moitruong__des{line-height:30px;margin-bottom: 30px;}
.moitruong__view a{display:inline-block;padding: 12px 20px;width:140px;text-align:center;background:#e93636;color:#fff;font-family:OSR;text-transform:uppercase;}
.viewid a{display:inline-block;padding: 12px 20px;width:140px;text-align:center;background:#f2f2f2;color:#000;font-family:OSR;text-transform:uppercase;}

.moitruong__flex:hover .moitruong__name a{color: #d00}
.moitruong__flex:hover img {
    box-shadow: 0 0 5px 0 #555;
    transition: all ease 0.5s;
    transform: scale(1); 
}
.moitruong__img{overflow:hidden;    display: block;}
.moitruong__flex .moitruong__img:hover img{transform: scale(1.1);transition: all ease 0.5s;}


.tieude_dichvu{background:url(../images/brtd.jpg) no-repeat;background-size:cover;padding: 30px 10px;}
.tieude_dichvu p:nth-child(1){
  
font-family: RB;
  
font-size: 17px;
  
color: #4a90e2;
}

.dichvu_id{
  background:#4a90e2;
  margin-bottom: 10px;
}
.mw13{max-width:1300px;margin:auto}
.dichvu_content{color:#fff;line-height: 40px;}
.dichvu_content1 p{padding-left:20px;position:relative;color:#fff;line-height:30px;display:flex;}
.dichvu_content1 p a{background: #fec500;display:inline-block;padding: 5px 30px;border-radius:20px;}
.dichvu_content1 p a:hover{color:#fff}
.dichvu_content1 p:after{content:url('../images/dot.png');position:absolute;left:5px; }
.dichvu_content ul{margin-bottom:0px;padding-left:20px}

.cl-v{color:#ff0 !important}

.f-flex{justify-content:flex-start;}
.f-flex .ykien__item{flex-flow: row-reverse;}
.f-flex .ykien__content{margin-right:0px;margin-left: -30px;padding-left:40px;}

.product{}

.botnews{background: url(../images/brdk.jpg) no-repeat;background-size:cover;}

.ghichubg{display:flex;width: 100%;}

.company__name{
    font-family: RB;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.company__hotline{color: #fff200;font-family: UTMI;font-size: 30px;text-transform: uppercase;margin-bottom: 10px;}
.company__address{color:#fff;line-height:30px;}
.tieuchi__item{display:flex;align-items:center}
.tieuchi__item .tieuchi__img{width:50px}
.tieuchi__item .tieuchi__name{width:calc(100% - 50px);max-width: 93px;color: #00A45F;}
.header__banner{padding:10px 0}

.videp__des{margin-bottom: 40px;line-height:1.8;}
.video__name{max-width: 300px;background:#ffaa00;padding: 27px 20px;margin-left:-50px;color: #fff;position:relative;z-index:1;border-radius:10px;display: flex;align-items: center;text-align: center;font-size: 16px;}
.video__name p:nth-child(2){font-family:UTMI;font-size: 29px;text-transform:uppercase;}
.botnews{position:relative}
.botnews:after{content:'';position:absolute;width:50%;height:100%;background:#0000004a;right:0px;top:0px;}
.flex-time {display:flex;align-items:center;justify-content: center;}
.flex-time >div{max-width: 320px;width:100%;border:5px solid #ffaa00;padding:20px;text-align:center;}

.ykien,.kynang{
 background:url(../images/bryk.jpg) no-repeat;
 background-size: cover;
}

.vs__title span{font-family:MLB;text-transform:uppercase;}
.boxvsl>div{
    margin-bottom: 83px;
}
.boxvsr>div{
    margin-top: 83px;
}
.vs__img{}
.boxvsl>div:nth-child(1) .vs__img:after{
  content:'';
  position:absolute;
  width: 10px;
  height: 10px;
  background:#ffaa00;
  top: -13px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 50%;
}