/*
Theme Name:           BNEnergy
Theme URI:            https://baonguyenenergy.com
Author:               UX Hoàng Đức & Huy Hoàng
Author URI:           https://baonguyenenergy.com
Description:          Đáp ứng đa mục đích
Version:              3.2.6
Requires at least:    6.0.0
Requires PHP:         6.6.2
WC requires at least: 6.6.6
Text Domain:          BNEnergy
License:              https://baonguyenenergy.com
License URI:          https://baonguyenenergy.com
*/



/***************
Code CSS nên được thêm vào [ Flatsome > Advanced > Custom ] CSS hoặc trong style-css của Child Theme
***************/

/* font default */
h1, h2, h3, h4, h5, h6, a, p, span, strong {
    font-family: helvetica !important;
}
/*end font default */

/* xem thêm và thu gọn nội dung SP */
.single-product div#tab-description {
  overflow: hidden;
  position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
height: 0 !important;
}
.devvn_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.devvn_readmore_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
  display: block;
}
.devvn_readmore_flatsome a {
  color: #09a7f1;
  display: inline-block;
  border: 1px solid;
  padding: 5px 40px;
  border-radius: 5px;
}

.devvn_readmore_flatsome a:after {
  content: '';
  width: 0;
  right: 0;
  border-top: 6px solid #09a7f1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
/* end xem thêm và thu gọn nội dung SP */