.menu-blog {
  background: #0882ad; }
  .menu-blog .home {
    width: 30px;
    padding: 5px 0;
    position: relative; }
    .menu-blog .home img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20px; }
  .menu-blog .menunews {
    width: calc(100% - 30px); }
    .menu-blog .menunews ul {
      width: 100%;
      margin: 0;
      padding: 0; }
      .menu-blog .menunews ul li {
        position: relative;
        display: inline-block;
        padding: 0 20px; }
        .menu-blog .menunews ul li a {
          display: block;
          color: #222b45;
          padding: 10px 0;
          color: #fff;
          font-size: 13px; }
    @media (max-width: 991px) {
      .menu-blog .menunews {
        overflow-x: scroll;
        margin-left: 8px;
        white-space: nowrap; }
        .menu-blog .menunews ul li {
          padding: 0 6px; }
        .menu-blog .menunews::-webkit-scrollbar {
          width: 0;
          height: 0; } }

.page-blog {
  margin-top: 60px; }

.blog__home-block {
  margin-bottom: 30px; }

.blog__home--heading {
  border-bottom: 1px solid #fdcc68;
  position: relative;
  padding-bottom: 5px;
  font-size: 19px;
  color: #414042;
  margin-bottom: 30px; }
  .blog__home--heading:after {
    background: #ff6600;
    width: 110px;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    content: ''; }
  @media (max-width: 575.98px) {
    .blog__home--heading {
      font-size: 14px; } }

.blog__home--heading-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fdcc68;
  position: relative;
  padding-bottom: 5px;
  font-size: 19px;
  color: #414042;
  margin-bottom: 30px; }
  .blog__home--heading-full h2 {
    margin: 0;
    font-size: 19px;
    color: #414042; }
  .blog__home--heading-full:after {
    background: #f89d27;
    width: 110px;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    content: ''; }

.blog__home .before-mask:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 1;
  margin: 0;
  transition: opacity .25s ease; }

.blog__home .content-block {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px; }

.blog__home .video-item {
  position: relative;
  height: 230px;
  display: flex;
  flex-direction: column; }
  .blog__home .video-item .video-item-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: opacity .35s ease,filter 0s ease;
    opacity: 1; }
  .blog__home .video-item .video-item-image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(155, 155, 155, 0.05);
    z-index: 5;
    color: transparent !important;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) {
      .blog__home .video-item .video-item-image-wrap:after {
        position: absolute;
        content: '\f04b';
        top: auto;
        right: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        width: 34px;
        height: 34px;
        font-family: 'Starbap';
        font-size: 11px;
        color: #fff;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
        transform: translate(50%, -50%);
        box-sizing: border-box;
        padding: 0 0 0 1px;
        margin: 0;
        border: 2px solid #fff;
        border-radius: 50%;
        opacity: .9;
        transition: opacity .17s ease;
        bottom: 34px;
        right: 20px;
        transform: translate(0); } }
  .blog__home .video-item .video-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.5));
    overflow: hidden;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 15px; }
    .blog__home .video-item .video-item-info .video-item-title {
      display: block;
      color: #15161A;
      font-weight: 700;
      line-height: 1.3em;
      font-size: 22px;
      padding-right: 50px; }
      .blog__home .video-item .video-item-info .video-item-title a {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .blog__home .video-item .video-item-meta {
    flex-wrap: wrap; }
  .blog__home .video-item.item-0 {
    height: 100%;
    grid-row: 1/3; }
    .blog__home .video-item.item-0 .video-item-title {
      font-size: 22px; }
    .blog__home .video-item.item-0 .video-item-image-wrap:after {
      position: absolute;
      content: '\f04b';
      top: auto;
      right: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      width: 34px;
      height: 34px;
      font-family: 'Starbap';
      font-size: 11px;
      color: #fff;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      transform: translate(50%, -50%);
      box-sizing: border-box;
      padding: 0 0 0 1px;
      margin: 0;
      border: 2px solid #fff;
      border-radius: 50%;
      opacity: .9;
      transition: opacity .17s ease;
      bottom: 34px;
      right: 20px;
      transform: translate(0); }
    @media only screen and (max-width: 680px) {
      .blog__home .video-item.item-0 {
        height: 220px; } }
    @media only screen and (max-width: 480px) {
      .blog__home .video-item.item-0 {
        height: 200px; } }
    @media only screen and (max-width: 380px) {
      .blog__home .video-item.item-0 {
        height: 180px; } }
  @media (max-width: 767px) {
    .blog__home .video-item .video-item-info .video-item-title {
      font-size: 14px;
      padding-right: 0;
      margin: 0; }
    .blog__home .video-item.item-0 .video-item-title {
      padding-right: 50px; } }

@media (max-width: 575.98px) {
  .blog__home .video-item.item-0 {
    grid-column: 1/3;
    grid-row: auto; }
  .blog__home .video-item:not(.item-0) {
    height: 110px; } }

.blog__home--lists2 {
  border: 1px solid #f1f2f2;
  padding-top: 10px;
  padding-bottom: 10px; }

.blog__home .blog-viewmore {
  float: left;
  text-align: right;
  margin-top: 15px;
  display: block;
  width: 100%; }
  .blog__home .blog-viewmore a {
    background: #f68e27;
    color: #fff;
    border-radius: 3px;
    padding: 5px 30px;
    display: inline-block; }
  .blog__home .blog-viewmore.blog-viewmore2 {
    background: transparent;
    border-color: #f68e27;
    color: #f68e27; }

.blog__home-banner {
  margin-bottom: 25px; }

.viewmore-blog {
  color: #ff6600;
  font-size: 16px;
  font-weight: normal; }
  .viewmore-blog svg {
    fill: #ff6600;
    width: 10px;
    height: 10px; }

.blog-viewmore2 {
  text-align: center;
  margin-top: 15px;
  display: block;
  width: 100%; }
  .blog-viewmore2 a {
    background: transparent;
    border: 1px solid #ff6600;
    color: #ff6600;
    border-radius: 3px;
    padding: 5px 30px;
    display: inline-block; }

.blog-post {
  border: 1px solid #f1f2f2;
  margin-bottom: 30px;
  padding: 10px; }
  .blog-post-img {
    display: block;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: rgba(155, 155, 155, 0.05);
    z-index: 5;
    color: transparent !important;
    width: 100%;
    height: 260px;
    margin: 0;
    position: relative; }
    .blog-post-img .item-thumb {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 1;
      transition: opacity .35s ease,filter 0s ease;
      opacity: 1; }
    @media only screen and (max-width: 680px) {
      .blog-post-img {
        height: 220px; } }
    @media only screen and (max-width: 480px) {
      .blog-post-img {
        height: 200px; } }
    @media only screen and (max-width: 380px) {
      .blog-post-img {
        height: 180px; } }
    .blog-post-img.related-img {
      height: 160px; }
      @media (max-width: 575px) {
        .blog-post-img.related-img {
          height: 100px; } }
  .blog-post .blog-post-icon {
    background: #fff;
    position: absolute;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    top: -25px;
    left: 50%;
    padding: 0 8px;
    font-size: 11px;
    box-sizing: border-box;
    height: 43px;
    line-height: 43px;
    font-weight: 700;
    transform: translate(-50%, 0);
    z-index: 9;
    color: #fff;
    width: 43px;
    border-radius: 50%; }
    .blog-post .blog-post-icon:before {
      content: '';
      background: url(https://file.hstatic.net/1000030244/file/asset_1_4695fbaeee6c43228d29b19432b2e05b.svg);
      position: relative;
      z-index: 1;
      width: 25px;
      height: 21px;
      display: block;
      background-repeat: no-repeat;
      top: 50%;
      transform: translate(0, -50%);
      background-size: cover; }
  .blog-post .blog-post-videoicon {
    position: absolute;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    top: -45px;
    right: 20px;
    height: 34px;
    width: 34px; }
    .blog-post .blog-post-videoicon:after {
      position: absolute;
      content: '\f04b';
      top: auto;
      right: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      width: 34px;
      height: 34px;
      font-family: 'Starbap';
      font-size: 11px;
      color: #fff;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      transform: translate(50%, -50%);
      box-sizing: border-box;
      padding: 0 0 0 1px;
      margin: 0;
      border: 2px solid #fff;
      border-radius: 50%;
      opacity: .9;
      transition: opacity .17s ease;
      bottom: 0px;
      right: 0px;
      transform: translate(0); }
  .blog-post .blog-post-content {
    position: relative;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 20px; }
    .blog-post .blog-post-content h3 {
      max-width: 80%;
      font-size: 18px;
      margin: 0 auto 10px;
      font-weight: bold; }
      .blog-post .blog-post-content h3 a {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .blog-post .blog-post-content .excerpt {
      max-width: 80%;
      margin: 0 auto;
      font-size: 14px; }
    @media (max-width: 767px) {
      .blog-post .blog-post-content h3 {
        max-width: inherit; }
      .blog-post .blog-post-content .excerpt {
        max-width: inherit; } }

.blog-post2 {
  margin-bottom: 20px; }
  .blog-post2 .blog-post-content2 {
    padding-top: 15px; }
    .blog-post2 .blog-post-content2 h3 {
      font-size: 14px;
      text-align: center;
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .blog-post2 .blog-post-content2 h3 a {
        color: #48484a; }

.sidebar.widget {
  margin-bottom: 30px;
  border: 1px solid #f1f2f2; }

.sidebar-widget-title {
  border-bottom: 1px solid #f1f2f2;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sidebar-widget-title h2 {
    font-size: 16px;
    margin: 0; }

.sidebar-widget-content {
  padding: 15px 25px; }
  .sidebar-widget-content .item {
    position: relative;
    display: flex;
    margin: 20px 0 0; }
    .sidebar-widget-content .item .blog-post-img {
      width: 100px;
      height: 65px;
      z-index: 1;
      margin: 0 13px 0 0; }
    .sidebar-widget-content .item .blog-post-content {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .sidebar-widget-content .item .blog-post-content h3 {
        font-size: 15px;
        margin: 0;
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .sidebar-widget-content .item.first {
      margin: 0; }
      .sidebar-widget-content .item.first .blog-post-img {
        width: 100%;
        height: 100%;
        margin: 0; }
      .sidebar-widget-content .item.first .blog-post-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.5));
        overflow: hidden;
        z-index: 10;
        display: flex;
        flex-direction: column;
        padding: 15px; }
        .sidebar-widget-content .item.first .blog-post-content .blog-post-title {
          line-height: 26px;
          font-size: 20px;
          margin: 0; }
          .sidebar-widget-content .item.first .blog-post-content .blog-post-title a {
            color: #fff;
            font-size: 20px; }
  .sidebar-widget-content.sidebar-widget-2col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
    .sidebar-widget-content.sidebar-widget-2col .item {
      position: relative;
      display: flex;
      flex-direction: column; }
      .sidebar-widget-content.sidebar-widget-2col .item .blog-post-img {
        width: 100%;
        height: 84px;
        margin: 0 0 8px; }
  .sidebar-widget-content .social-ytb {
    padding: 8px 25px;
    border: 1px solid #606060;
    margin-bottom: 10px; }
  .sidebar-widget-content .social-fb {
    margin-bottom: 10px; }
    .sidebar-widget-content .social-fb .fb_iframe_widget, .sidebar-widget-content .social-fb * {
      width: 100%; }

.sidebar.banner {
  margin-bottom: 30px; }

#blog__posts-banner-top {
  margin-bottom: 30px; }

/* Feedback */
.news-laste-item {
  background: #fff;
  border-radius: 4px;
  border: none;
  padding: 8px 8px 10px 8px;
  position: relative;
  margin: 5px 0 10px 0; }
  .news-laste-item .blog-news-title {
    position: absolute;
    background: #ff7200;
    color: #fff;
    top: -2%;
    left: 8%;
    right: 8%;
    border-radius: 0 0 4px 4px; }
    .news-laste-item .blog-news-title:before {
      border-bottom: 8px solid #622c00;
      border-left: 5px solid transparent;
      content: "";
      position: absolute;
      left: -5px;
      top: 0; }
    .news-laste-item .blog-news-title:after {
      border-bottom: 8px solid #622c00;
      border-right: 5px solid transparent;
      content: "";
      position: absolute;
      right: -5px;
      top: 0; }
    .news-laste-item .blog-news-title h3 {
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      margin-top: 7px;
      margin-bottom: 7px; }
  .news-laste-item .blog-news-address {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px; }
    .news-laste-item .blog-news-address svg {
      color: #FF7200;
      margin-right: 5px; }
  .news-laste-item .post-thumb {
    position: static;
    padding-bottom: 5px; }
  .news-laste-item p {
    margin: 10px 0 0 10px; }

.main-product-khph {
  border: 2px solid #0089c9;
  padding-bottom: 20px;
  padding: 0 15px 20px;
  background: transparent; }
  .main-product-khph .cate-product-khph {
    margin: 10px 0 10px 0;
    background: #fff;
    border-bottom: none;
    padding: 0 3% 10px 3%; }
    .main-product-khph .cate-product-khph .col10 {
      border-bottom: 1px solid #00AEEF;
      padding: 0; }
    .main-product-khph .cate-product-khph .location-article {
      background: transparent;
      color: #ff7200;
      text-transform: capitalize;
      font-size: 14px;
      margin-top: 10px;
      padding: 0;
      line-height: 35px;
      width: 100%;
      display: block;
      margin-right: 3%; }
      .main-product-khph .cate-product-khph .location-article svg {
        color: #FF7200;
        margin-right: 5px; }
    .main-product-khph .cate-product-khph h1.article.title-r {
      background: transparent;
      color: #ff7200 !important;
      text-transform: capitalize;
      font-size: 30px;
      margin-top: 10px;
      padding: 0; }

#article h1 {
  font-size: 24px;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  padding: 0px 0 20px 0px;
  color: #0073a0;
  font-weight: 600; }

#article .article-blog-title {
  font-weight: 300;
  font-size: 14px; }

#article blockquote {
  background: #e1f4fd;
  border: 1px solid #00a5cc;
  border-radius: 10px;
  padding: 12px 18px 10px; }

#article .social-share {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  }
  #article .social-share div {
    position: relative;
    border: 1px solid #24a2db;
    border-radius: 30px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px; }
    #article .social-share div img {
      width: 32px;
      height: 32px;
      margin-left: -2px;
      position: absolute;
      left: -2px;
      top: 50%;
      transform: translateY(-50%); }
    #article .social-share div a {
      display: block;
      color: #24a2db;
      font-size: 15px; }
    #article .social-share div span {
      padding-left: 35px;
      display: block; }
    #article .social-share div.share-fb {
      margin-right: 15px; }
    @media (max-width: 767px) {
      #article .social-share div.share-fb {
        margin-bottom: 15px; } }

#article .article-tags {
  margin-top: 15px;
  border: 1px solid #f1f2f2;
  padding: 5px 10px; }
  #article .article-tags span {
    color: #58595b;
    font-size: 16px;
    display: inline-block; }
  #article .article-tags a {
    display: inline-block;
    color: #24a2db; }

#article .article-related {
  margin-top: 10px;
  border: 1px solid #f1f2f2;
  padding: 20px 10px; }
  #article .article-related h2 {
    font-size: 20px;
    color: #24a2db;
    font-weight: 400;
    margin-bottom: 20px; }
  #article .article-related .article-related-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    #article .article-related .article-related-content .item {
      width: 25%;
      padding: 0 10px;
      margin-bottom: 15px; }
      #article .article-related .article-related-content .item a {
        display: block; }
        #article .article-related .article-related-content .item a.item-title {
          margin-top: 10px;
          color: #616162;
          font-weight: 600;
          display: block;
          display: -webkit-box;
          height: 42px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #article .article-related .article-related-content .item {
          width: 33.3333%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #article .article-related .article-related-content .item {
          width: 33.3333%; } }
      @media (max-width: 767px) {
        #article .article-related .article-related-content .item {
          width: 50%; } }

.rte ul {
  margin: 0; }

/* Table of Contents Article */
.table-of-contents {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .htitle {
  text-align: center;
  font-size: 20px; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: #0073a0;
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  padding: 0 0 0 16px;
  margin: 0; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0;
  counter-increment: listStyle; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul {
  list-style-type: none; }

.table-of-contents > ul {
  counter-reset: listStyle; }

.table-of-contents > ul > li {
  counter-increment: listStyle; }

.table-of-contents > ul > li {
  font-size: 18px;
  font-weight: 700; }

.table-of-contents > ul > li li {
  counter-increment: nav1;
  counter-reset: nav2; }

.table-of-contents > ul > li li li {
  counter-increment: nav2;
  counter-reset: nav3; }

.table-of-contents > ul > li li li li {
  counter-increment: nav3;
  counter-reset: nav4; }

.table-of-contents > ul > li li li li li {
  counter-increment: nav4;
  counter-reset: nav5; }

.table-of-contents > ul > li li li li li li {
  counter-increment: nav5;
  counter-reset: nav6; }

.table-of-contents > ul > li li > a {
  font-weight: normal; }

.table-of-contents > ul > li::before {
  content: counter(listStyle) ". ";
  text-transform: uppercase; }

.table-of-contents > ul > li li::before {
  content: counter(listStyle) "." counter(nav1) " - "; }

.table-of-contents > ul > li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) " - "; }

.table-of-contents > ul > li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) " - "; }

.table-of-contents > ul > li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) " - "; }

.table-of-contents > ul > li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) " - "; }

.table-of-contents > ul > li li li li li li li::before {
  content: counter(listStyle) "." counter(nav1) "." counter(nav2) "." counter(nav3) "." counter(nav4) "." counter(nav5) "." counter(nav6) " - "; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #fcfcfc;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

/* style - scroll */
.table-content-fixed .table-of-contents::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .table-content-button, .table-content-fixed {
    left: 3px; }
  .table-content-fixed .table-of-contents {
    max-height: 50vh; } }