*{
  font-family: 'Roboto Condensed';
}
body{
  font-family: 'Roboto Condensed';
}
img{
    max-width: 100%;
}
.container{
}
footer,
.home-top,
.home-middle,
.home{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
h1.header,
h2.header,
h3.header{
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 10px 0px;
    font-weight: 600;
}
h1.header>a,
h2.header>a,
h3.header>a{
        position: relative;
    display: inline-block;
    color: #df1c2f;
    text-align: center;
    padding: 5px 10px 5px 10px;
    font-size: 28px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    margin-top: 20px;
}
h1.header>a::after,
h2.header>a::after,
h3.header>a::after{
    position: absolute;
    display: block;
    background: #cc0000;
    right: -40px;
    z-index: -1;
    height: 50px;
    width: 100px;
    top: 0;
    transform: rotate(50deg);
}
h1.header>a::before,
h2.header>a::before,
h3.header>a::before{
    content: none;
    position: absolute;
    display: block;
    /*background: url(../images/header-icon.jpg) no-repeat center;*/
    border-radius: 50%;
    background-size: 100% auto;
    left: 20px;
    height: 65px;
    width: 65px;
    top: -15px;
}
header>.container{
    //box-shadow: 0px 1px 5px #aaaaaa;
    margin-bottom: 5px;
}
.header1 .header>a::before{
    content: none;
}
.header1 .header>a{
    color: blue;
    padding: 5px 10px 5px 10px;
}
.header1 .header{
    background: #e6e6e6;
    border: solid 1px darkgray;
}
.page-child .header,.page-child .header>a{
    line-height: 26px;
}
.xemtatca{
  display: none;
}
.normal .header{
    letter-spacing: normal;
}
.widget_thongke>.frame{
    background: url(../images/thongke-background.png) no-repeat;
    background-size: 100% auto;
    padding: 45px 70px 55px 85px;
}
.widget_thongke .thongke{
    width: 100%;
}
.thongke>tbody>tr>td:nth-child(1){
  display: inline-block;
  width: 60%;
}
.thongke>tbody>tr>td:nth-child(2){
  display: inline-block;
  width: 40%;
}
.warper {
  margin-top: 0;
}

#navbar-main{
    padding: 0;
}
header {
    text-align: center;
}

header>.header-main{
    --height: 30px;
    text-align: center;
    padding: 30px 0px;
}
header .logo{
    
}



.outline{
  color: red;

  --outline: white;
  text-shadow: 1px 1px 0 var(--outline),
  1px 0px 0 var(--outline),
  1px -1px 0 var(--outline),
  0px -1px 0 var(--outline),
  -1px -1px 0 var(--outline),
  -1px 0px 0 var(--outline),
  -1px 1px 0 var(--outline),
  0px 1px 0 var(--outline);

  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  text-align: center;
  padding: 10px 0px;
  border-bottom: solid 1px white;
}
header .menu{
    padding: 10px 0px;
}
header .menu .logo{
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 10;
}
header .menu .nav{
  padding: 0px;
}
header .menu .logo>a>img{
  top: 0;
  left: 0;
  right: 0;
  margin: -35px auto 0 auto;
  position: absolute;
  z-index: 10;
  height: 110px;
}
header .cart{
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.navigation {
  background-color: transparent;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation .navbar {
  margin-bottom: 0;
  background-color: transparent;
  min-height: 0;
  border: 0;
  border-color: transparent;
}
.navigation .navbar-brand,
.navigation .logo {
  padding: 0;
}
.navigation .navbar-brand img{
  max-height: 100%;
}
.navigation .navbar-nav > li {
    
}
.navigation .navbar-nav > li > a {
    color: white !important;
    font-size: 17px !important;
    line-height: 20px !important;
    padding: 15px 15px !important;
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    text-align: center !important;
}
.navigation .navbar-nav > li:hover > a {
    background: none !important;
    font-weight: 700 !important;
    color: red !important;
}
.navigation .navbar-nav > li.active > a {
  font-weight: 700;
}
.navigation .navbar-nav > li .dropdown-menu {
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navigation .navbar-nav .dropdown-menu > li > a,
.navigation .navbar-nav .dropdown-menu > li.open > a {
    color: black;
    padding: 10px 20px;
    background-color: white;
    border-bottom: 1px dashed #ddd;
}
.navigation .navbar-nav .dropdown-menu > li:last-child > a,
.navigation .navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: 0px dashed #ddd;
}
.navigation .navbar-nav .dropdown-menu > li a:hover,
.navigation .navbar-nav .dropdown-menu > .open > a:focus,
.navigation .navbar-nav .dropdown-menu > .open > a:hover {
  background-color: #04090b;
  color: #fff;
}
@media (min-width: 768px) {
  .navigation .navbar-center {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navigation .navbar-center .navbar-collapse:parent {
    text-align: center;
  }
}


@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none!important;
  }
  .giohang{
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none!important;
  }
}

.gallery {
  padding: 15px;
  position: relative;
}
.gallery .header {
  margin-bottom: 20px;
}
.gallery .header h4 {
  line-height: 1em;
  font-size: 18px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: bold;
  display: table-cell;
  white-space: pre;
}
.gallery .header .hr-box {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.gallery .header .hr-box .hr-line {
  height: 1px;
  border-top: 1px solid #2a2a2a;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.gallery .custombutton .next,
.gallery .custombutton .prev {
  color: #000;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.gallery .custombutton .next {
  right: 10px;
}
.gallery .custombutton .prev {
  left: 10px;
}
.gallery .box-content {
  display: block;
  padding: 0px 30px;
}
.gallery .box-content .owl-gallery {
  padding: 0 10px;
}
.gallery .box-content img {
  height: 100px;
}
.slider{
  position: relative;
  overflow: hidden;
  padding: 0;  
}
.slider .slider-button {
  position: relative;
}
.slider .slider-button .prev,
.slider .slider-button .next {
  position: absolute;
  top: 40%;
  z-index: 99;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  font-size: 18px;
}
.slider .slider-button .prev {
  left: 0;
}
.slider .slider-button .next {
  right: 0;
}
.slider .owl-carousel .owl-item img {
  height: 350px;
}
@media (max-width: 668px) {
  .slider .owl-carousel .owl-item img {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .slider .owl-carousel .owl-item img {
    height: 200px;
  }
}
.slider-bottom {
  margin-bottom: 30px;
}
.slider-bottom .sld-content {
  height: 50px;
  background: url('../images/slider-bottom2.png') repeat-x;
  position: relative;
}
.slider-bottom .sld-content .sld-img {
  position: absolute;
  top: -135px;
  z-index: 9;
}
.slider-bottom .sld-content .sld-img img {
  max-width: 100%;
}
@media (max-width: 668px) {
  .slider-bottom .sld-content .sld-img {
    position: absolute;
    top: -80px;
    z-index: 9;
  }
  .slider-bottom .sld-content .sld-img img {
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .slider-bottom .sld-content .sld-img {
    position: absolute;
    top: -50px;
    z-index: 9;
  }
  .slider-bottom .sld-content .sld-img img {
    max-width: 250px;
  }
}
.widget_icon4 .title-header .header{
  color: white;
  background: red;
  font-family: Roboto Condensed;
  font-size: 40px;
  display: block;
}

.sidebar {
  padding-right: 0;
  padding-top: 10px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.sidebar .box {
  margin-bottom: 10px;
  padding: 0;
}
.sidebar .box h3.header {
  font-size: 25px;
  background: none;
  padding: 0;
}
.sidebar .box .box-content {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e6f2f7;
}
.sidebar .box .box-content ul {
  list-style: none;
}
.sidebar .box table tr td {
  padding: 10px;
}

.products {
  background-color: rgba(255, 255, 255, 0.7);
  clear: both;
}
.products h1.header,
.products h2.header {
    
}
.products .item,
.product-slider-horizontal .item {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.products .item .img img,
.product-slider-horizontal .item .img img {
  height: 100%;
  width: 100%;
}
.products .item .title,
.product-slider-horizontal .item .title {
  padding: 5px;
  text-align: left;
}
.products .item .title h3,
.product-slider-horizontal .item .title h3 {
  height: 18px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 10px  0 10px 0;
}
.products .item .title h3 a,
.product-slider-horizontal .item .title h3 a {
  color: #006666;
  text-align: center;
  display: block;
  font-family: Roboto Condensed;
  font-size: 20px;
  font-weight: 500;
}
.products .item .title .excerpt,
.product-slider-horizontal .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}
.products .item .product-item-price,
.product-slider-horizontal .item .product-item-price {
  color: black;
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: center;
  font-family: Roboto Condensed;
}
.products .item .product-item-price-old,
.product-slider-horizontal .item .product-item-price-old {
  text-decoration: line-through;
  color: #acacac;
  font-size: 14px;
  line-height: 26px;
}
.product-slider-vertical ul {
  overflow: hidden;
  width: 100%;
}
.product-slider-vertical .item {
  padding-bottom: 10px;
  overflow: hidden;
}
.product-slider-vertical .item .img {
  padding: 0;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.product-slider-vertical .item .img img {
  width: 100%;
}
.product-slider-vertical .item .title {
  font-family: "Roboto Condensed", Arial, sans-serif;
}
.product-slider-vertical .item .title h3 {
  height: 17px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin: 0  0 5px 0;
}
.product-slider-vertical .item .title h3 a {
  color: #000;
}
.product-slider-vertical .item .title .excerpt {
  height: 40px;
  overflow: hidden;
}
.product-slider-vertical .item .product-item-price {
  color: #183544;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.product-slider-vertical .item .product-item-price-old {
  text-decoration: line-through;
  color: #acacac;
  font-size: 14px;
  line-height: 26px;
}
.product-slider-horizontal {
  position: relative;
  background-color: #fff;
}
.product-slider-horizontal .wg_pr_btn .next,
.product-slider-horizontal .wg_pr_btn .prev {
  position: absolute;
  top: 45%;
  z-index: 99;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  opacity: 0.1;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product-slider-horizontal .wg_pr_btn .next {
  right: 0px;
}
.product-slider-horizontal .wg_pr_btn .prev {
  left: 0px;
}
.product-slider-horizontal .wg_pr_btn .next:hover,
.product-slider-horizontal .wg_pr_btn .prev:hover {
  background-color: #183544 !important;
}
.product-slider-horizontal .wg_pr_btn_top .next,
.product-slider-horizontal .wg_pr_btn_top .prev {
  position: absolute;
  top: 10px;
  z-index: 99;
  padding: 4px 10px 0px 10px;
  font-size: 10px;
  color: #fff;
  opacity: 0.1;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.product-slider-horizontal .wg_pr_btn_top .next {
  right: 5px;
}
.product-slider-horizontal .wg_pr_btn_top .prev {
  right: 33px;
}
.product-slider-horizontal .wg_pr_btn_top .next:hover,
.product-slider-horizontal .wg_pr_btn_top .prev:hover {
  background-color: #183544 !important;
}
.product-slider-horizontal:hover .wg_pr_btn .next,
.product-slider-horizontal:hover .wg_pr_btn_top .next,
.product-slider-horizontal:hover .wg_pr_btn .prev,
.product-slider-horizontal:hover .wg_pr_btn_top .prev {
  opacity: 1;
  background-color: #000000;
}
.products-detail {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 10px;
}
.products-detail .page-child {
  overflow: hidden;
}
.products-detail h1.header {
  display: block;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
    color: #444;
    padding: 15px 0px;
    font-family: utm-avo;
    border-bottom: 1px solid #eee;
}
.products-detail h1,
.products-detail h2,
.products-detail h3,
.products-detail h4,
.products-detail h5,
.products-detail h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 10px;
}
.products-detail h1 {
  font-size: 25px;
}
.products-detail h2 {
  font-size: 23px;
}
.products-detail h3 {
  font-size: 20px;
}
.products-detail h4 {
  font-size: 18px;
}
.products-detail h5 {
  font-size: 16px;
}
.products-detail h6 {
  font-size: 15px;
}
.products-detail .category-detail {
    margin-top: 15px;
  font-size: 14px;
  font-weight: 400!important;
  font-family: Roboto, sans-serif;
  line-height: 20px;
}
.products-detail .category-detail a{
    color: #23a1d1;
}
.products-detail .excerpt-detail {
  overflow-y: auto;
  max-height: 200px;
  margin: 10px 0;
}
.products-detail .excerpt-detail p{
    font-family: Roboto Condensed;
}
.products-detail .box-price-detail {
  border-bottom: solid 3px #98ab3f;
  margin-top: 10px;
  padding: 10px 0px;
}
.products-detail .box-price-detail p {
  display: inline-block;
  font-size: 20px;
}
.products-detail .box-price-detail p.price {
  font-weight: bold;
    font-size: 25px;
    color: #98ab3f;
}
.products-detail .box-price-detail p.price-old {
  font-weight: 200;
}
.products-detail .gallery-product-img {
  position: relative;
  text-align: center;
}
.products-detail .gallery-product-img img{
  border: solid 1px lightgray;
}
.products-detail .gallery-product-img img,
.products-detail .gallery-product-img .zoomWrapper {
    max-width: 100%!important;
    width: 100%;
    height: auto;
}
.products-detail .gallery-product-thum {
  position: relative;
  overflow: hidden;
}
.products-detail .gallery-product-thum .custombutton .next,
.products-detail .gallery-product-thum .custombutton .prev {
  position: absolute;
  top: 35%;
  background-color: rgba(7, 50, 86, 0.68);
  color: #fff;
  line-height: 15px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.products-detail .gallery-product-thum .custombutton .next {
  right: -30px;
  padding: 15px 10px;
}
.products-detail .gallery-product-thum .custombutton .prev {
  left: -30px;
  padding: 15px 10px;
}
.products-detail .gallery-product-thum .gallery-product a {
  padding: 0;
  width: 100%;
  height: 100px;
  margin-right: 5px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  display: block;
  background-color: #efefef;
  opacity: 0.5;
}
.products-detail .gallery-product-thum .gallery-product a.active,
.products-detail .gallery-product-thum .gallery-product a:hover {
  border: 1px solid #183544;
  opacity: 1;
}
.products-detail .gallery-product-thum .gallery-product img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.products-detail .gallery-product-thum:hover .next {
  right: 0px;
}
.products-detail .gallery-product-thum:hover .prev {
  left: 0px;
}
.products-detail .btn-socianetwork {
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 5px 20px;
  color: #777;
  min-width: 100px;
}
.products-detail .btn-socianetwork:hover {
  color: #fff;
}
.products-detail .btn-socianetwork:hover i.fa {
  color: #fff;
}
.products-detail .btn-facebook i.fa {
  color: #7489B8;
}
.products-detail .btn-google i.fa {
  color: #E04B34;
}
.products-detail .btn-twitter i.fa {
  color: #00AAF0;
}
.products-detail .btn-facebook:hover {
  background-color: #7489B8;
}
.products-detail .btn-google:hover {
  background-color: #E04B34;
}
.products-detail .btn-twitter:hover {
  background-color: #00AAF0;
}
.products-detail .nav-tabs > li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.products-detail .nav-tabs > li.active > a,
.products-detail .nav-tabs > li.active > a:focus,
.products-detail .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
}
.products-detail .tab-content {
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  background: white;
  padding: 30px;
}
.products-detail .tab-content p{
    font-family: Roboto Condensed;
}
.post .page-detail .time .block {
  padding-right: 10px;
  display: inline-block;
}
.post .page-detail .time i.fa {
  color: #000;
  font-weight: bold;
  padding-right: 5px;
}
.post .page-detail .time span {
  color: #000;
}
.post .page-detail #comment h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 2px solid #183544;
  padding-bottom: 5px;
  color: #183544;
}
.post .page-detail #comment .post-list .item .title h1.header,
.post .page-detail #comment .post-list .item .title h2.header,
.post .page-detail #comment .post-list .item .title h3.header {
  margin-top: 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .page-detail #comment .post-list .item .title h1.header a,
.post .page-detail #comment .post-list .item .title h2.header a,
.post .page-detail #comment .post-list .item .title h3.header a {
  color: #000;
}
.post .page-detail #comment .post-list .item .title .title {
  font-size: 11px;
}
.post-slider-vertical ul {
  overflow: hidden;
}
.post-slider-vertical .item {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.home_top .post-categories-menu {
    padding: 0;
    border: solid 1px #cccccc;
    border-radius: 2px;
    height: 406px;
    overflow: hidden;
}
.post-categories-menu .box-content {
  padding: 0 !important;
  border: 1px solid #e6f2f7;
}
.post-categories-menu .panelvmenu {
  border: 0px solid #e6f2f7;
}
.post-categories-menu .panelvmenu a.list-group-item-vmenu {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.arrow-sub-vmenu {
  position: relative;
  z-index: 999;
  float: right;
  border-left: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.arrow-sub-vmenu i {
  position: absolute;
  font-size: 20px;
  top: -42px;
  color: #161616;
  right: 0px;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-left: 1px solid #ccc;
}
.post-categories-menu .panelvmenu a.active {
  font-weight: bold;
}
.post-home {
  text-align: center;
  position: relative;
}
.post-home .background{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: -66px;
  z-index: -1;
}
.post-home .box-content>div>div{
  display: inline-block;
  float: none;
  margin: 0px -2px;
  width: 400px;
  height: 210px;
}
.post-home .box-content .item>.img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  display: inline-block;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 60px;
}
.post-home .box-content .item>.img>a>img{
  height: 100%;
  width: auto;
}
.post-home .box-content .item>.title{
  width: 184px;
  height: 100px;
  display: inline-block;
  background: url('../images/frame2.png') no-repeat center center;
  background-size: 100% auto;
  padding: 25px 35px;
  position: absolute;
  top: 50px;
  right: 32px;
  z-index: 3;
}
.post-home .box-content .item>.title>h3{
  margin: 0;
  text-align: left;
}
.post-home .box-content .item>.title>.more{
  text-decoration: underline;
  position: absolute;
  bottom: 15px;
  right: 34px;
  color: #ecb700;
  font-size: 12px;
}
.post-home .box-content .item>.title>h3>a{
  font-family: Roboto Condensed;
  color: white;
  font-size: 17px;
}

.page-child {
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
}
.page-child h1.header-detail,
.page-child h2.header-detail {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
}
.page-child img {
  max-width: 100%;
  height: auto;
}
.page-child .tab-content {
  padding: 10px;
}
.page-child .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.page-child .nav-tabs > li {
  float: none !important;
}
.home-icon{
    margin-bottom: 15px;
}
.home-icon .icon{
    display: inline-block;
}
.home-icon .title{
  text-align: left;
}
.home-icon .title img{
    height: 20px;
    width: auto;
    padding: 1px 0px 3px;
}
.home-icon .icon-header{
  color: #aaaaaa;
}
.home-icon .icon-title{
  color: #474747;
  padding-left: 4px;
      font-weight: 700;
}
/* WIDGET_CSS */
.widget{
    margin-top: 20px;
    padding: 0;
}
.widget_product_list{
    text-align: center;
    padding: 0;
}
.widget_product_list .more{
    background: white;
    left: 0;
    right: 0;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px black;
    outline: solid 1px gray;
    transition: 0.4s;
    color: black;
}
.widget_product_list .more:hover{
    background: black;
    left: 0;
    right: 0;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px white;
    outline: solid 1px gray;
    transition: 0.4s;
    color: white;
}

.widget_count .number{
    text-align: center;
    font-size: 53px;
    color: black;
    padding: 20px 0px;
}
.widget_count .title{
    text-align: center;
    color: gray;
    margin: 20px 0px;
}
.widget_top_header{
    position: relative;
    z-index: 1;
}
.widget_top_header .address{
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
}
.widget_top_header .social{
    padding: 4px 15px;
    text-align: right;
}
.widget_image{

}
.widget_product2 .title-header{
    text-align: left;
    margin: 10px 0px;
    background: #cccccc;
    overflow: hidden;
}
.widget_product2 .header{
    padding: 1px 22px;
    display: inline-block;
    position: relative;
    background: #019934;
    overflow: visible;
    margin: 0;
}
.widget_product2 .header::before{
    content: ;
    position: absolute;
    display: block;
    background: #cc0000;
    left: -45px;
    z-index: 0;
    height: 30px;
    width: 100px;
    top: 0;
    transform: rotate(-50deg);
}
.widget_product2 .header::after{
    content: ;
    position: absolute;
    display: block;
    background: #cc0000;
    right: -45px;
    z-index: 0;
    height: 40px;
    width: 100px;
    top: 0;
    transform: rotate(50deg);
}
.widget_product2 .header>li{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.widget_product2 .header>li>a{
    display: block;
    color: white;
    font-size: 17px;
    padding: 5px 15px;
}
.widget_product2 .header>li.active>a{
    color: #019934;
    background: white;
}
.widget_product_more .frame{
    z-index: 2;
    background: white;
}
.header1>a::after{
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: 0;
    background: #027055;
    transform-origin: bottom right;
    transform: rotate(-55deg);
    z-index: -1;
}
.widget_product2 .header2{
    padding: 0;
    background: #cccccc;
    margin: 0;        
}
.widget_product2 .header2>li{
    display: inline;   
}
.widget_product2 .header2>li>a{
    font-size: 16px;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    font-family: "Roboto Condensed", Arial, sans-serif;
}
.widget_product2 .header2>li+li>a{
    border-left: solid 2px black;    
}
.widget_product2 .header2>li.active>a::before {
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 6px red;
    position: absolute;
    left: 47%;
    bottom: 0;
    display: block;
    content: "";
}
.widget_product2 .header3{
    background: #cccccc;
    height: 289px;
    overflow: hidden;
    border: solid 2px #666666;        
}
.widget_product2 .header3 a{
    font-size: 16px;
    font-family: "Roboto Condensed", Arial, sans-serif;
}
.widget_product2 .header3>ul>li{
    padding: 9px 0px;
    border-bottom: dashed 1px darkgray;
}
.widget_product2 .more{
    border: 0 !important;
    float: right;
    text-decoration: underline;
    font-style: italic;
    margin-right: 10px;
    margin-top: 10px;
}
.widget_cproduct_all{
    text-align: center;
}
.widget_cproduct_all .header{
    color: white;
    background: #cc0000;
    display: inline-block;
    padding: 7px 40px;
}
.widget_cproduct_all .frame{
    text-align: left;
    padding: 2%;
    border: solid 1px #cccccc;
}
.widget_cproduct_all a{
    color: gray;
    font-size: 15px;
    padding: 6px 0px;
    display: block;
    transition: 0.4s;
}
.widget_cproduct_all a:hover{
    padding-left: 15px;
    color: black;
    text-decoration: underline;
}
.widget_menu_vertical{
    
}
.widget_menu_vertical a{
    display: inline-block;
    width: 80%;
    margin-left: 5%;
    color: #006600;
    font-size: 16px;
}
footer .widget_menu_vertical a{
    color: white;
}
.widget_menu_vertical .style2{
    border: solid 1px #bbbbbb;
}
.widget_menu_vertical .style2 li{
    cursor: pointer;
}
.widget_menu_vertical .style2 ul{
    padding: 0px;
}
.widget_menu_vertical .style2 ul>li{
    padding: 5px 15px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    transition: 0.4s;
}
.widget_menu_vertical .style2 li:hover{
    border-top: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    padding-left: 30px;
}
.widget_menu_vertical .style2 li>ul{
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 0;
    background: white;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: 0.4s;
    opacity: 0;
    border: solid 1px #bbbbbb;
    border-top: 0;
    border-bottom: 0;
}
.widget_menu_vertical .style2 ul{
    z-index: 0;
}
.widget_menu_vertical .style2 li:hover>ul{
    opacity: 1;
    z-index: 1;
}
.widget_menu_vertical .style2 i{
    position: absolute;
    right: 50%;
    opacity: 0;
    padding: 5px 10px;
    transition: 0.4s;
}
.widget_menu_vertical .style2 li:hover>i{
    right: 0;
    opacity: 1;
}
.widget_facebook .box-content{
    overflow: hidden;
}
.widget_cart .img{
    display: inline-block;
}
.widget_cart .img>img{
    height: 50px;
    width: auto;
}
.widget_cart .title{
    display: inline-block;
    overflow: hidden;
    line-height: 25px;
}
.widget_image {
    padding: 0;
    position: relative;
    z-index: 3;
}
.widget_image img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.widget_image_horizontal{
    padding: 0;
}
.widget_product_more{
    padding:  0;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px darkgrey;
}
.widget_product_more .header1{
    padding: 0;
    background: #027055;
    position: relative;
    z-index: 2;
}
.widget_product_more .header1>a{
    display: block;
    color: white;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px 5px 40px;
    font-size: 18px;
    line-height: 25px;
    background: url(../images/header1-icon.png) no-repeat left center;
    background-size: 20px;
    background-position: 10px;
}
.widget_product_more .header2{
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, darkgray , white);
    text-align: left;
    padding-left: 25px;
}
.widget_product_more .header2>a{
    display: inline-block;
    color: black;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 20px;
    font-size: 17px;
    line-height: 25px;
    background-size: 20px;
    background-position: 10px;
}
.widget_menu_horizontal{
    text-align: left;
    position: relative;
    z-index: 2;
}
.widget_icon4 .icon{
    display: inline-block;
    width: 50px;
    overflow: hidden;
}
.widget_icon4 .icon>img{
    width: 100%;
    height: auto;
}
.widget_icon4 .title{
    display: inline-block;
    font-weight: 700;
    width: calc(98% - 50px);
    text-align: left;
}
.widget_icon4 .title>p:nth-child(1){
    color: #878787;
}
.widget_icon4 .title>p:nth-child(2){
    color: #cbcbcb;
}



.widget_icon4 .item>.frame{
    text-align: center;
    padding: 10px 0px;
    margin: 10px 0px;
}
.widget_search .box-content{
    position: relative;
}
.widget_search .key{
    width: 100%;
    border: solid 2px #027055;
    padding: 3px 10px;
}
.widget_menu_vertical .box-content>ul{
    padding: 5px 15px;
}
.widget_menu_vertical .box-content>ul>li{
    padding: 12px 0px 8px;
    border-bottom: solid 1px #e8e8e8;
}
.widget_html .header{
    background: none;
    text-align: center;
}
.widget_html .header>a{
    font-size: 44px;
    color: #31353E;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2em;
    margin: 20px 0px;
    padding: 0;
}
.widget_html .header>a::before{
    content: none;
}
.widget_html .header::before{
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
.widget_html .header::after{
  content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #45aed6;
}
.widget_html .title-header>p{
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    color: #64686d;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}







/* item_css */
/* product_css */
.product{
    box-shadow: 1px 1px 5px #dddddd;
}
.product_new .frame>.img:after{
    content: "";
    position: absolute;
    display: block;
    background: url("../images/new-icon.png") no-repeat top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
.product_hot .frame>.img:after{
    content: "";
    position: absolute;
    display: block;
    background: url("../images/hot-icon.png") no-repeat top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
.product_sale .frame>.img:after{
    content: "";
    position: absolute;
    display: block;
    background: url("../images/sale-icon.png") no-repeat top;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}



.product_1{
    margin-bottom: 20px;
}
.product_1>.title{
    padding: 0px 5px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.product_1>.title>.code{
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    border-bottom: solid 2px #333333;
    height: 21px;
    overflow: hidden;
    margin-bottom: 8px;
    padding-bottom: 25px;
}
.product_1>.title>h3{
  display: block;
  margin: 0;
  padding: 0;
}
.product_1>.title>h3>a{
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 22px;
    height: 44px;
    margin: 10px 0px;
    overflow: hidden;
    font-family: "Roboto Condensed", Arial, sans-serif;
}
.product_1>.title>.sale {
    font-size: 15px;
    color: #027055;
    margin: 0px;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}
.product_1>.title>.sale>.price{
    text-decoration: line-through;
    font-size: 14px;
    display: inline;
    float: right;
    color: gray;
    font-weight: 400;
}
.product_1>.title>.price>span{
  color: red;
}
.product_1>.img>.sale{
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    background-size: 100% auto;
    background-position: 0 5px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    color: white;
}
.product_1>.title>.contact>span{
  font-weight: 600;
  color: red;
}
.product_1>.img {
    width: 100%;
    position: relative;
}
.product_1>.img>a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 120%;
}
.product_1>.img>a>img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.product_1>.img>.new{
    background: url(../images/new-icon.png) no-repeat left top;
    background-size: 100% auto;
    width: 60px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.product_1>.img>.hot{
    background: url(../images/hot-icon.png) no-repeat left top;
    background-size: 100% auto;
    width: 50px;
    height: 35px;
    position: absolute;
    top: -3px;
    left: -5px;
    transform: rotate(-11deg);
}
.product_1>.img>.none{
    background: none;
    background-size: 100% auto;
    width: 50px;
    height: 35px;
    position: absolute;
    top: -3px;
    left: -5px;
    transform: rotate(-11deg);
}
.product_1 button{
    background: #0078b5;
    color: white;
    border: 0;
    border-radius: 9px;
    padding: 2px 7px;
    margin: 5px 3px;
}
/* POST_CSS */
.post_4{
    border: solid 2px #015fbd;
    border-radius: 10px;
    box-shadow: 1px 1px 5px grey;
    margin-bottom: 15px;
    transition: 0.4s;
}
.post_4 .img {
    padding: 0;    
}
.post_4 .img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    /* background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.post_4 .img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.post_5{
  margin-top: 20px;
}
.post_5 .img>a>img{
    line-height: 64px;
    text-align: center;
    width: 64px;
    padding: 2px;
    border-radius: 50%;
    color: #45aed6;
    border: solid 1px #d7d7d7;
    position: relative;
}
.post_5 .img>a{
      position: relative;
}
.post_5 .img>a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #ae1928;
}
.post_5 .title>h3>a{
  font-family: 'Roboto',sans-serif;
    color: #31353E;
    font-size: 22px;
    font-weight: 700;
}
.post_5 .title>.excerpt{
    color: darkgray;
    font-size: 17px;
}
.post_5 .more{
  background: #e70708;
    border-radius: 3px;
    color: white;
    padding: 6px 12px;
    display: inline-block;
    float: right;
}





@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.post_4 .title>h3>a{
    font-size: 21px;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    font-family: "Roboto Condensed", Arial, sans-serif;
    text-align: center;
    display: block;
    font-weight: 700;
}











@media (min-width: 480px) {
  .page-child .nav-tabs > li {
    float: left !important;
  }
}
.page-child .nav-tabs > li.active > a,
.page-child .nav-tabs > li.active > a:focus,
.page-child .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
footer {
    background: black;
    background-size: 100% auto;
    font-family: roboto;
    padding: 20px 0px;
    color: white;
    margin-top: 20px;
}
footer a{
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    transition: 0.4s;
    border: 0 !important;
    padding: 5px 0px !important;
    font-size: 15px !important;
    color: white !important;
}
footer a:hover{
    padding-left: 3% !important;
    color: white;
}
footer .title-header{
    margin: 0;
    padding: 0;
}
footer .header{
    border-bottom: solid 2px gray;
    overflow: inherit;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    text-align: left !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 3px;
}
footer .header>a{
    margin: 0 !important;
    padding: 0 !important;
}
footer .title-header>.header>a:hover{
    margin: 0 !important;
    padding: 0 !important;
}
footer .header::before{
    display: none;
}
footer .header::after{
    display: none;
}
footer .header>a{
  color: #cc0000;
  text-shadow: none;
  background: none;
  padding: 0;
  text-align: left;
  font-weight: bold;
      font-size: 20px !important;
}
footer .header>i{
  display: none;
}
footer ul {
  padding: 0;
}
footer .logo-footer .header{
  display: none;
}
footer .logo-footer img{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 400px;
  top: -100px;
  z-index: 10;
}
footer .post-categories-menu .panelvmenu,
footer .post-categories-menu .box-content{
    border: 0;
}
.footer-bottom {
    padding: 10px 0;
    text-align: center;
    background: #111111;
}
.footer-bottom a {
  color: darkgray;
}
.footer-bottom p {
  margin: 0;
}
.hide-header .title-header{
  display: none;
}
.hotline1{
  padding-top: 20px;
}
.hotline1 .header{
  color: red;
  display: none;
}
.menu1{
  padding: 0;
}
.menu1 .box{
  border: solid 1px #bababa;
}
.menu1 .header{
  color: white;
  font-size: 18px;
  padding: 10px 10px;
  background: red;
  margin: 0;
}
.menu1 ul>li{
  list-style: none;
  padding: 0px 0px 0px 35px;
  position: relative;
}
.menu1 ul>li::before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3300ff;
  position: absolute;
  left: 13px;
  top: 18px;
  transform: rotate(45deg);
}
.menu1 ul>li>a{
  display: block;
  border-bottom: solid 1px #ffd5d5;
  color: black;
  padding: 12px 0px;
  font-size: 18px;
}
.style1 span{
  width: 175px;
  display: block;
  margin: 0 auto;
  padding: 4px 0px;
  border-radius: 2px;
}
.home_top{

}
.widget_partner .owl-carousel .item img {
    border: solid 1px transparent;
}
.post-list .item{
  margin-top: 10px;
}
.post-list .title h3 a{
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  height: 17px;
  overflow: hidden;
  display: block;
}
.post-list .title h3{
  margin: 0;
}
.post-list .title .excerpt{
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    display: block;
    height: 48px;
    line-height: 16px;
}
.post-list .title .xemchitiet{
  float: right;
  font-style: italic;
  text-decoration: underline;
  color: red;
  font-weight: 600;
  font-size: 13px;
}
.product2{
    border: solid 1px #e5e5e5;
    background: white;
    box-shadow: 1px 1px 1px #f2f2f2;
}
.product2>.title{
  padding: 10px 20px;
  text-align: center;
}
.product2>.title>h3{
  display: block;
  margin: 0;
  padding: 0;
}
.product2>.title>h3>a{
    color: #6a6e6b;
    font-size: 13px;
    font-family: roboto;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0px 20px 0px;
}
.product2>.title>.sale {
  font-size: 16px;
  color: red;
  margin-top: 10px;
}
.product2>.title>.price{
    color: red;
    font-family: "Lobster";
    display: inline-block;
    font-size: 22px;
    overflow: hidden;
    margin: 15px 0px;
}
.product2>.title>.addcart{
    color: white;
    background: black;
    font-size: 14px;
    display: inline-block;
    padding: 5px 5px;
    line-height: 16px;
    cursor: pointer;
    overflow: hidden;
    margin: 15px 0px;
    margin-left: 10px;
}
.product2>.title>.contact{
  display: inline;
  font-size: 17px;
  color: #666666;
  display: block;
}
.product2>.title>.contact>span{
  font-weight: 600;
  color: red;
}
.product2>.title>.color{
    text-transform: uppercase;
    line-height: 15px;
    color: gray;
    font-size: 13px;
}
.product2>.title>.color>.item{
    width: 15px;
    height: 15px;
    border: solid 1px lightgray;
}
.product2>.img{
    overflow: hidden;
    height: 220px;
    box-shadow: 1px 1px 1px #e5e5e5;
}
.product2>.img>a>img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  min-width: 50%;
  min-height: 50%;
}
.product3{
  margin-bottom: 15px;
  padding: 0px 40px;
}
.product3>.title{
  padding: 10px 20px;
}
.product3>.new{
  position: absolute;
    top: 0;
    left: 20px;
    background: #98ab3f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 15px;
}
.product3>.title>h3{
  display: inline;
  margin: 0;
  padding: 0;
}
.product3>.title>h3>a{
  font-size: 18px;
    text-transform: uppercase;
    color: #292929;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.product3>.title>.star{
    margin-top: 15px;
}
.product3>.title>.price{
  color: #98ab3f;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.product3>.title>.addcart{
    height: 40px;
    border: 2px solid #ababab;
    max-width: 150px;
    font-size: 14px;
    padding: 5px 20px;
    color: #6d604c;
    text-transform: uppercase;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
.product3>.img{
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
  height: 300px;
  background: white;
}
.product3>.img>a>img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  min-width: 50%;
  min-height: 50%;
}
.x{
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/sale.png) no-repeat center center;
    background-size: 48px auto;
    background-position: 0 5px;
    color: white;
    padding: 8px 9px;
    font-size: 12px;
    font-weight: 600;
    font-size: 18px;
    font-weight: 600;
}
.product>.title>.price>.product-item-price{
    font-weight: 600;
}
.product>.title>.price>.product-item-price-old{
    text-decoration: line-through;
}
.tintuc1{
  background: #D5E7B9;
  padding: 0px 30px;
}
.post1{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #999999;
}
.post1>.img{
    height: 160px;
    background: white;
    overflow: hidden;
    padding: 0;
}
.post1>.title{
    padding: 10px;
}
.post1>.title>h3{
    margin: 0;
}
.post1>.title>h3>a{
    display: block;
    height: 40px;
    overflow: hidden;
    color: #e7106b;
    font-size: 18px;
    line-height: 20px;
    font-family: Roboto Condensed;
    text-align: left;
}
.post1>.title>.excerpt{
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
    overflow: hidden;
    height: 68px;
}
.post1>.title>.more{
    float: right;
    color: red;
    font-size: 11px;
    font-style: italic;
    text-decoration: underline;
    line-height: 13px;
}
.post2{
    margin-top: 15px;
    box-shadow: 1px 1px 5px grey;
}
.post2>.img{
    height: 200px;
    overflow: hidden;
    background: #eeeeee;
    margin-bottom: 10px;
}
.post2>.title>h3>a{
    display: block;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: black;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
}
.post2>.title>.more{
    float: right;
    color: red;
    font-style: italic;
    font-size: 12px;
}
.post3{
  border: solid 1px #cc0000;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 30px;
    background: white;
}
.post3>.title>h3>a {
    color: #cc0000;
    display: block;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    font-size: 16px;
    font-family: roboto;
    font-weight: 700;
    padding: 15px 0px;
}
.post3>.title>.excerpt{
  color: black;
    height: 76px;
    overflow: hidden;
    line-height: 19px;
}
.post3 .more{
    color: #cc0000;
    float: left;
    padding: 0px 20px;
    border-radius: 50%;
    font-size: 13px;
    font-style: italic;
    margin: 10px 0px;
}
.post3>.img{
  height: 157px;
  padding: 0;
}
.post3>.img>a>img{
  padding: 20px;
  width: 100%;
  max-height: 157px;
}
.tintuc1 .header{
  background: #97C24F;
  color: white;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
}
.tintuc1 .title-header{
  padding: 0;
}
.video1>.video{
    width: 100%;
    padding-top: 56.25%; 
    position: relative; 
}
.video1>.video>iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video1>.title>h3{
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px 5px;
}
.review1>.img{
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
}
.review1>.img>a>img{
    width: 100%;
    height: 100%;
}
.review1>.title{
    width: 100%;
    padding: 0px 10%;
}
.review1>.title>h3{
    text-align: center;
}
.review1>.title>h3>a{
    color: white;
    font-size: 20px;
}
.review1>.title>.excerpt{
    color: white;
    font-size: 18px;
    text-align: center;
    max-width: 650px;
    margin: 40px auto;
}




.box-cart .button_cart svg {
    display: none !important;
}
.paging-num{
    font-size: 20px;
}
.carousel-indicators li {
    color: #97C24F;
    text-indent: 0;
    background: none;
    border: none;
    font-size: 25px;
    width: 25px;
    height: 12px;
    margin: 0;
}
.carousel-indicators .active {
    margin: 0;
    width: 25px;
    height: 12px;
    background-color: transparent;
    font-weight: bold;
}
.carousel-indicators {
    bottom: -60px;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.carousel-indicators .carousel-control {
    position: static;
    text-shadow: none;
}
.carousel-indicators .carousel-control:hover {
    color: #97C24F;
}
.navigation-mobile .nav-left {
    
}
@media(max-width:1200px){
    .fixed{
        height: auto;
    }
    .fixed .navigation-mobile{
    
    }
    header.fixed .navigation-mobile .logo {
        background: none;
    }
    header.fixed .navigation-mobile .menu-mobile{
        width:100%;
    }
    header.fixed .navigation-mobile .logo>a{
        display: inline-block;
        height: 60px;
        width: 80px;
    }
    header.fixed .navigation-mobile .logo>.hotline>a{
        color: white;
    }
}
@media(max-width:400px){
    .products-detail {
        padding: 0;
        margin: 0 -15px;
    }
    .products-detail .gallery-product-img img{
        max-width: 100%!important;
        height: auto!important;
        width: 100%;
    }
}
.owl-carousel {
    z-index: 0 !important;

}
.home{

}
.product-slider-horizontal .more{
  position: absolute;
  right: 20px;
  top: 15px;
  text-decoration: underline;
}
.widget_video .frame{
  background: #660000;
  border: solid 2px yellow;
  border-radius: 10px;
  padding: 5px;
}
.widget_video .video{
  position: relative;
  padding-bottom: 71%;
  padding-top: 25px;
  height: 0;
} 
.widget_video>div+div{
  padding: 0;
} 
.widget_video .video>iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social,
.widget_social{
    text-align: center;
}
.social>a>img,
.widget_social img{
    width: 20%;
    margin-right: 5px;
    max-width: 35px;
    border-radius: 50%;
    transition: 0.7s;
}
.social>a>img:hover,
.widget_social img:hover{
  transform: rotateY(360deg);
}
.social>a:hover,
.widget_social a:hover{
  padding: 0!important;
}
footer .footer2 a {
  color: #fff;
  transition: 0.5s;
  display: block;
  margin-top: 9px;
}
footer .footer2 a:hover {
  color: #fff;
  padding-left: 20px;
}
.product-list .box-content{
  text-align: center;
}
.widget_introduce .left img{
    width: 100%;
    max-width: 100%;
}
.widget_introduce .right .slogan>span{
  font-family: 'Dancing Script', cursive;
  color: red;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  background: url('../images/frame5.png') no-repeat bottom center;
  padding: 0px 0px 45px 0px;
  margin-bottom: 10px;
}
.widget_introduce .right .slogan::before {
    content: "";
    background: url(../images/icon4.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    width: 75px;
    height: 37px;
}
.widget_introduce .right .slogan::after {
    content: "";
    background: url(../images/icon4.png) no-repeat center center;
    background-size: 100% auto;
    display: inline-block;
    width: 75px;
    height: 37px;
    transform: rotateY(180deg);
}
.widget_introduce .right .more{
  width: 130px;
  display: block;
  margin: 0 auto;
  background: #dee7bd;
  text-align: center;
  font-family: -webkit-pictograph;
  padding: 7px;
  border: solid 1px white;
  box-shadow: 0px 4px 5px #888888;
}
.home_middle{
  background-size: 100% auto;
}
.widget_post_home2{
    
}
.widget_post_home2 .box-content{
  float: left;
  width: 100%;
  background: #660000;
  border-radius: 10px;
  padding: 20px;
  border: solid 2px yellow;
}
.widget_post_home2 .item-main{

}
.widget_post_home2 .item-main>.title{
  padding: 0;
}
.widget_post_home2 .item-main>.img{
  padding: 0;
  border: solid 1px white;
  box-shadow: 1px 1px 5px lightgrey;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
.widget_post_home2 .item-main>.img>a{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 66% 0px 0px 0px;
  position: relative;
}
.widget_post_home2 .item-main>.img>a>img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.widget_post_home2 .item-main>.title>h3{
  margin: 0;
}
.widget_post_home2 .item-main>.title>h3>a{
  font-family: Roboto Condensed;
  color: yellow;
  font-size: 15px;
  display: block;
  padding-top: 10px;
}
.widget_post_home2 .item-main>.title>.excerpt{
  text-align: justify;
  color: white;
  font-size: 13px;
  margin-top: 10px;
  height: 92px;
  overflow: hidden;
  line-height: 17px;
}
.widget_post_home2 .item-main>.title>.more{
  color: #660000;
  float: right;
  text-decoration: underline;
  font-size: 12px;
  font-style: italic;
}
.widget_post_home2 .item-sub{
  border-bottom: solid 1px #e5e1d9;
  padding-bottom: 21px;
  margin-bottom: 21px;
}
.widget_post_home2 .item-sub>.img{
  border: solid 1px #d4d1c6;
  padding: 3px;
}
.widget_post_home2 .item-sub>.img>a{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 66% 0px 0px 0px;
  position: relative;
}
.widget_post_home2 .item-sub>.img>a>img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.widget_post_home2 .item-sub>.title{
  padding: 0px 5px;
}
.widget_post_home2 .item-sub>.title>h3{
  margin: 0;
}
.widget_post_home2 .item-sub>.title>h3>a{
  font-family: Roboto Condensed;
  color: yellow;
  font-size: 13px;
  display: block;
  height: 28px;
  overflow: hidden;
}
.widget_post_home2 .item-sub>.title>.excerpt{
  text-align: justify;
  color: white;
  font-size: 12px;
  margin-top: 3px;
  height: 55px;
  overflow: hidden;
  line-height: 14px;
}
.widget_product{
  z-index: 1;
  margin-bottom: 15px;
}
.home{
  background-size: 100% auto;
  padding: 0px;
}
.widget_email2{
    background: rgb(153, 0, 153);
    border-radius: 10px;
}
.widget_email2::after{
    content: "";
    position: absolute;
    display: block;
    background: rgb(153, 0, 153);
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 300%;
}
.widget_email2 .header{
    color: white;
    margin: -41px 0px 20px 0px;
}
.widget_email2 .header::before{
    background: url(../images/header-bg2.png) no-repeat top center;
}
.widget_email2 table{
    width: 100%;
}
.widget_email2 table>tbody>tr>td:nth-child(1){
    width: 30%;
}
.widget_email2 table>tbody>tr>td:nth-child(2){
    width: 30%;
    
}
.widget_email2 table>tbody>tr>td:nth-child(3){
    width: 30%;
    
}
.widget_email2 table>tbody>tr>td:nth-child(4){
    width: 10%;
    
}
.widget_email2 table>tbody>tr>td{
  padding: 10px;
  float: left;
}
.widget_email2 table>tbody>tr>td>input{
  width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    background: #ffffff94;
    margin-bottom: 20px;
}
.widget_email2 table>tbody>tr>td>textarea{
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 7px 15px;
  max-width: 100%;
  background: #ffffff94;
}
.widget_email2 table>tbody>tr>td>.submit{
    width: 80px;
    background: #660000;
    color: #ffff00;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-90deg);
    transform-origin: top right;
}
.post-list>.item>.title>.header>a{
  font-size: 20px;
  text-shadow: none;
  float: left;
}
.top-50{
  margin-top: 50px; 
}
.widget_email{
    color: black;
    text-align: center;
    margin-bottom: 15px;
    background: #006601;
}
.widget_email .box-content{
    padding: 0px 0px;
}
.widget_email .title-header{
    background: #135d9e;
    color: white;
}
.widget_email .title-header .header{
    color: white;
}
.widget_email label{
  display: block;
    width: 15%;
    float: left;
}
.widget_email .submit{
    border: 0;
    background: #006601;
    color: white;
    text-transform: uppercase;
    height: 40px;
    font-weight: 700;
    display: inline-block;
    padding: 0px 20px;
}
.widget_email input{
    display: inline-block !important;
    max-width: 75% !important;
    width: 400px !important;
    margin: 2px auto !important;
    padding: 5px 15px !important;
    background: white !important;
    border: none !important;
    height: inherit !important;
}
header .fixed .logo>a>img {
    z-index: 10;
    margin: 0 auto;
    height: 80px;
}
.widget_menu_image::after{
    content: "";
    position: absolute;
    display: block;
    background: rgba(153, 0, 153, 0);
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 300%;
}
.widget_menu_image .header,
.widget_menu_image .header>a{
    color: white;
    margin: -41px 0px 20px 0px;
}
.widget_menu_image .header::before{
    background: url(../images/header-bg2.png) no-repeat top center;
}
.widget_menu_image .item{
    cursor: pointer;
    margin-bottom: 15px;
}
.widget_menu_image .item>.frame>img{
    width: 100%;
}
.widget_menu_image .item>.frame>.title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 96%;
    height: 95%;
    margin: 2%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-family: roboto;
    font-weight: 700;
    font-size: 35px;
    padding: 40% 20px;
    line-height: 1.5;
    border: solid 1px white;
    border-radius: 5px;
    opacity: 0;
    transition: 0.5s;
}
.widget_menu_image .item:hover>.frame>.title{
    opacity: 1;
}
.widget_menu_image .style1{
    text-align: center;
}
.widget_menu_image .style1 div{
    padding-left: 0;
    padding-right: 0;
}
.widget_menu_image .style1 img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.widget_menu_image .style1 .right .frame,
.widget_menu_image .style1 .left .frame{
    padding-top: 140%;
}
.widget_menu_image .style1 .cent .frame{
    padding-top: 35%;
}
.widget_menu_image .style1 .title{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    color: red;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px #8a9093;
    border-radius: 5px;
    padding: 5px 5px;
    background: #ffffff5c;
    width: 170px;
    margin: 0 auto;
    transition: 0.4s;
    cursor: pointer;
}
.widget_menu_image .style1 .title:hover{
    background: white;
    border-color: black;
}
.widget_product_home{
    
}
.widget_product_home>.tab-content{
    height: 349px;
    overflow: hidden;
}
.widget_review_horizontal{
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.widget_post_horizontal{
    margin-bottom: 15px;
}
.widget_video_horizontal{
    margin-bottom: 15px;
}
.social-fixed{
    position: fixed;
    bottom: 5px;
    left: 0px;
    z-index: 2;
}
.social-fixed>a{
    
}
.social-fixed>a>img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#search{
    float: left;
    position: relative;
}
#search .key{
    position: absolute;
    right: 100%;
    height: 100%;
    background: none;
    border: none;
    z-index: -1;
}
#search .submit{
    background: none;
    border: none;
    color: #b2b2b2;
}
.youtube_1{
    margin-bottom: 45px;
    border-radius: 20px;
}
.youtube_1>.content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    display: flex;
    align-items: center;
    padding: 0 8%;
    opacity: 1;
    transition: 0.4s;
}
.youtube_1 h2{
    
}
.youtube_1 h3{
    font-size: 30px;
}
.youtube_1 p{
    
}
.youtube_1 .more {
    position: absolute;
    top: 50%;
    background: black;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px white;
    outline: solid 1px gray;
    opacity: 0;
    transition: 0.4s;
    color: white;
}
.youtube_1:focus,
.youtube_1:hover{
    box-shadow: 5px 5px 5px grey;
}
.youtube_1:focus .content,
.youtube_1:hover .content{
    opacity: 0.4;
}
.youtube_1:focus .more,
.youtube_1:hover .more{
    opacity: 1;
}
.youtube_2{
    margin-bottom: 45px;
    border-radius: 20px;
}
.youtube_2>.content{
    width: 100%;
    color: black;
    padding: 0 8%;
    transition: 0.4s;
    text-align: center;
}
.youtube_2 h2{
    
}
.youtube_2 h3{
    font-size: 30px;
}
.youtube_2 p{
    
}
.youtube_2 .button {
    background: black;
    width: 90px;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 11px;
    border: solid 1px white;
    outline: solid 1px gray;
    transition: 0.4s;
    color: white;
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}
.youtube_2 .button:focus,
.youtube_2 .button:hover {
    background: white;
    border: solid 1px black;
    color: black;
}





.video-popup{
    width: 100%;
    padding-top: 50%;
    position: relative;
}
.video-popup>iframe{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.products .product>.img {
    height: 230px;
}
.home_bot{
    text-align: center;
}
.home_top .widget_menu_vertical>div{
    overflow: hidden;    
}
.congtrinh{
    box-shadow: none;
}
.congtrinh .header{
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
}
.congtrinh .header>a{
    display: inline-block;
    color: white;
    background: red;
    padding: 5px 10px;
    overflow: hidden;
    border: solid 2px black;
    border-radius: 10px;
    font-size: 20px;
}
li.cart{
    background: url("../images/cart-icon.png") no-repeat center center;
    background-size: auto 100%;
}
li.cart>a{
    font-size: 15px !important;
    padding: 10px 0px 5px 0px !important;
}
footer .widget_menu_vertical li {
    border: 0 !important;
    padding: 0 !important;
}
.page-content {
    margin-top: 15px;
    font-size: 16px !important;
    text-align: justify;
}
.block-nav-menu .ui-menu > li > a{
  text-transform: uppercase !important;
}
.page-content h2, .page-content h3, .page-content h4{
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.6;
}
.page-content p{
  font-size: 16px !important;
}
/*    Button
---------------------------------------------------------------*/
a.su-button.su-button-style-3d{
  color:#ffffff;
  background-color:#12a358;
  border-color:#0e8246;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
a.su-button.su-button-style-3d{
  color:#ffffff;
  padding:7px 20px;
  font-size:16px;
  line-height:24px;
  border-color:#59bf8a;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  text-shadow:none;
  -moz-text-shadow:none;
  -webkit-text-shadow:none
}
.su-button {
  display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.su-button span {
  display: block !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.su-button i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 0 !important;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .su-button span {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    line-height: 1.2 !important;
  }
  
}

.su-button-style-3d {
  border-bottom-style: solid;
  border-bottom-width: 6px;
}
.su-button-style-3d span {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.su-button-style-3d:hover {
  position: relative;
  top: 3px;
  border-bottom-width: 3px;
}

div#toc_container {
	background: #ffa9a945;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%;
}
tr {
    border: 1px solid #aaa;
    padding: 2px;
}
td, th {
    padding: 10px !important;
    border: 1px solid #aaa;
}
.title.col-xs-12 {
    min-height: 120px;
}
.rate-star {
    float: left;
    display: inline-block;
    background: url(../images/star.png);
    background-size: cover;
    height: 40px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    top: -8px;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
}
.item>.post2>.img{
	max-height: 147px ;
}
.title {
    top: 5px;
}