.boximg_main
{
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.img_maintop
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
}
.img_maintop h1
{
  color: #231f20;
  font-weight: bold;
  position: absolute;
  margin-top: 20px;
  margin-bottom: 0px;
  left: 0%;
  font-size: 2vw;
  line-height: 1em;
  z-index: 12;
}
.img_maintop h2
{
  color: #231f20;
  font-weight: bold;
  position: absolute;
  margin-top: 10px;
  margin-bottom: 0px;
  right: 6%;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 1.3em;
  z-index: 11;
  text-shadow: 6px 8px 10px #c3bdbd;
}
.img_maintop h1 span, .img_maintop h2 span
{
  color: #00a651;
}
.img_maintop h3
{
  color: #939598;
  font-size: 2.2vw;
  text-align: left;
  position: absolute;
  left: 25%;
  margin-top: 15px;
  margin-bottom: 0px;
  z-index: 10;
}
.img_maintop h3 span
{
  font-size: 13px;
}
.img_maintop img
{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.boximg_main .img_maintop:last-child img
{
  margin-top: -1px;
}
img
{
  max-width: 100%;
  height: auto;
}
.header-transparent #main-nav > li > a
{
  font-weight: bold;
  font-family: 'Baomoi_gdi_0', Arial, Tahoma;
  font-size: 17px;
  color: #4d4d4d;
}
.header-top.top-layout-03
{
  background: #14a751 url(../img/bg-top.png) no-repeat scroll center top;
}

.header-main2
{
  height: 50px;
}
.header-main2 #main-nav > li > a,.header-main2 .utility-nav .search-bar
{
  line-height: 50px;
}
.header-info
{
  text-align: center;
}
.header-info h1
{
  color: #231f20;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
  left: 0%;
  font-size: 3vw;
  line-height: 1em;
  z-index: 12;
  text-align: center;
}
.header-info h1 span
{
  color: #00a651;
}
.header-main2 .header-logo
{
  display: none;
}
.cateproduct
{
  margin-bottom: 3%;
  margin-top: 1%;
}
.cateproduct h1
{
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.cateproduct .swin-btn
{
  background-color: #10552b;
  border: 1px solid #10552b;
  border-radius: 15px;
}
.cateproduct .swin-sc-isotope .grid-item.grid-item-h2
{
  height: 400px;
}
.cateproduct .swin-sc-isotope .grid-item.grid-item-h1
{
  height: 200px;
}
.cateproduct .swin-sc-isotope .grid-item
{
  padding: 4px;
}
.cateproduct .gallery-section-01
{
  background-color: #fff;
}
.cateproduct .swin-sc-isotope .grid-item .gallery-title
{
  left: 0px;
}
.cateproduct .swin-sc-isotope .grid-item .title
{
  font-family: 'Baomoi_gdi_0', Arial, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.cateproduct .swin-sc-isotope .grid-item .title:hover
{
  color: #0066b3;
}
.box_info_footer
{
  margin-top: 3%;
  margin-bottom: 2%;
}
.box_infomain
{
  margin-top: 2%;
}
.col_showproduct .blog-item .blog-title
{
  font-family: 'Baomoi_gdi_0', Arial, Tahoma, sans-serif;
  font-size: 20px;
  height: 41px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.col_showproduct .blog-item {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  margin-top: 0px !important;
}
.col_showproduct .blog-item:hover
{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.col_showproduct .blog-item .blog-content
{
  padding: 20px;
}
.col_showproduct .blog-item:after
{
  background-color: #0066b3;
}
.col_showproduct .blog-item .blog-readmore a:hover
{
  color: #14a751;
  font-size: 16px;
}
.col_showproduct .blog-item .blog-title a:hover
{
  color: #14a751;
  font-weight: bold;
}
.list-cate
{
  padding: 0px;
  margin: 0px;
}
.list-cate li{
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ededed;
  height: 40px;
  font-size: 17px;
  font-family: Baomoi_gdi_0;
  padding: 10px 0px;
  text-align: left;
  overflow: hidden;
}
.list-cate li a
{
  color: #666;
  display: inline-block;
  line-height: 24px;
  position: relative;
  text-align: left;
}
.list-cate li i {
  margin-right: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.title-category
{
  text-align: left;
  font-size: 23px;
  text-transform: uppercase;
}
.list-cate li a:hover i
{
  color: #00a651;
}
.list-cate li a:before {
  content: '';
  position: absolute;
  height: 2px;
  left: 0px;
  right: 0px;
  bottom: -15px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.list-cate li a:hover:before {
  opacity: 1;
  bottom: 1px;
  background-color: #0066b3;
}
.col_showproduct
{
  margin-top: 3%;
}
.img_detail
{
  text-align: center;
  display: block
}
.img_detail img
{
  display: block;
  text-align: left;
}
.dcs_detail
{
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.code-prod-pages {
  font-size: 17px;
  font-family: Baomoi_gdi_0, Arial, Helvetica, sans-serif;
  color: #333;
}
.detail_list
{
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail_list li {
  font-family: Baomoi_gdi_0, Arial, Helvetica, sans-serif;
  list-style: none;
  padding: 4px 0px;
  font-size: 17px;
}
.col_showproduct .socials-about
{
  float: left;
}
.socials li a.face
{
  background-color: #3B5998;
}
.socials li a.tw
{
  background-color: #55acee;
}
.socials li a.prt
{
  background-color: #c30707;
}
.socials li a.google
{
  background-color: #dc4e41;
}
.content-detail
{
  margin-top: 2%;
}
.content-detail ul.nav.nav-tabs > li.active a
{
  border: 1px solid #14a751;
  background-color: #14a751;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.content-detail ul.nav.nav-tabs
{
  border-color: #14a751;
}
.content-detail ul.nav.nav-tabs > li > a {
  padding: 10px 25px 10px;
  border-radius: 10px 10px 0 0;
}
.tab-content p
{
  line-height: 28px;
  color: #333;
  font-family: Baomoi_gdi_0;
  text-align: justify;
  font-size: 17px;
}
.boxrelated h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.boxrelated .flex-control-nav
{
  display: none;
}
.boxrelated .flex-direction-nav a:before
{
  font-size: 30px;
}
footer {
  background-color: #008a3c;
}
.header-transparent #main-nav > li > a:hover, #main-nav .dropdown .dropdown-menu > li > a:hover {
  color: #008a3c;
}
#main-nav > li > a:after
{
  display: none;
}
#main-nav .dropdown .dropdown-menu > li > a i{
  margin-right: 5px;
}
#main-nav .dropdown .dropdown-menu > li > a:hover i{
  color: #008a3c;
}
.list-news-left
{
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.list-news-left li {
  list-style: none;
  padding: 5px 0px;
}
.name-new-left {
  margin-bottom: 10px;
}
.date-time {
  font-size: 12px;
  color: #999;
  font-family: Baomoi_gdi_0;
  text-align: left;
}
.name-new-left a {
  font-size: 14px;
  color: #252525;
  font-family: Baomoi_gdi_0;
  height: 28px;
  overflow: hidden;
  display: block;
}
.img-news-left a
{
  display: block;
}
.img-news-left
{
  width: 100%;
}
.img-news-left a img
{
  display: block;
  max-width: 91px;
  max-height: 53px;
}
.text-new-left h3
{
  margin-top: 0px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .img-news-left a img
  {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  footer .boxbarcode
  {
    height: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    text-align: center;
  }
  .box_info_footer
  {
    border-right: none;
  }
}
@media screen and (max-width: 800px) {
  .box_info_footer
  {
    border-right: none;
  }
  .img-news-left a img
  {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .flexslider .slides>li{
    
  }
}