a:hover {
  color: #2e9ed5; }

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

.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-viewmore2 a:hover {
      background: #ff6600;
      color: #fff; }

.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-img img {
          width: 100%; }
      .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; }
        @media (max-width: 992px) and (min-width: 768px) {
          .sidebar-widget-content.sidebar-widget-2col .item .blog-post-img {
            height: 200px; } }
  .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-widget-content .social-sidebar {
    margin: 0;
    padding: 0; }
    .sidebar-widget-content .social-sidebar li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      border: 1px solid #f1f2f2; }
      .sidebar-widget-content .social-sidebar li a {
        display: block;
        line-height: 38px;
        text-align: center;
        height: 38px;
        width: 38px; }
        .sidebar-widget-content .social-sidebar li a img {
          object-fit: contain;
          height: 25px;
          text-align: center; }
  @media (max-width: 992px) and (min-width: 768px) {
    .sidebar-widget-content {
      padding: 15px;
      display: flex;
      flex-wrap: wrap; }
      .sidebar-widget-content .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .sidebar-widget-content .item.first {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
        .sidebar-widget-content .item .blog-post-content {
          padding-right: 15px; }
      .sidebar-widget-content.sidebar-widget-2col .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.sidebar.banner {
  margin-bottom: 30px; }
  .sidebar.banner img {
    width: 100%; }

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

.social-list {
  margin-top: 15px;
  border: 1px solid #f1f2f2;
  padding: 5px 10px; }
  .social-list span {
    color: #58595b;
    font-size: 16px;
    display: block; }
  .social-list ul {
    margin: 0;
    padding: 0; }
    .social-list ul li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px;
      border: 1px solid #f1f2f2; }
      .social-list ul li a {
        display: block;
        line-height: 40px;
        text-align: center; }
      .social-list ul li img {
        object-fit: contain;
        height: 25px;
        text-align: center; }

/* 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); }
  @media (max-width: 767px) {
    .table-content-button {
      display: none; } }

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

.wrap_blog_owl, .wrap_banner_owl {
  display: none !important; }
  .wrap_blog_owl.show.d-flex-owl:not(.owl-loaded, .owl-loaded), .wrap_banner_owl.show.d-flex-owl:not(.owl-loaded, .owl-loaded) {
    display: flex !important;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .wrap_blog_owl.show.d-flex-owl:not(.owl-loaded, .owl-loaded) > div, .wrap_banner_owl.show.d-flex-owl:not(.owl-loaded, .owl-loaded) > div {
      flex: 0 0 25%; }
  .wrap_blog_owl.owl-loaded, .wrap_banner_owl.owl-loaded {
    display: block !important; }
    .wrap_blog_owl.owl-loaded [class^="col-"], .wrap_banner_owl.owl-loaded [class^="col-"] {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .wrap_blog_owl.owl-carousel .owl-nav button, .wrap_banner_owl.owl-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #e23800;
    line-height: 20px; }
    .wrap_blog_owl.owl-carousel .owl-nav button.owl-next, .wrap_banner_owl.owl-carousel .owl-nav button.owl-next {
      right: 0px; }
    .wrap_blog_owl.owl-carousel .owl-nav button.owl-prev, .wrap_banner_owl.owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
    @media (max-width: 767px) {
      .wrap_blog_owl.owl-carousel .owl-nav button, .wrap_banner_owl.owl-carousel .owl-nav button {
        top: 30%; } }
  @media (max-width: 767px) {
    .wrap_blog_owl.d-flex-owl:not(.owl-loaded, .owl-loaded) > div, .wrap_banner_owl.d-flex-owl:not(.owl-loaded, .owl-loaded) > div {
      flex: 0 0 50%; } }

.wrap_banner_owl.owl-carousel .owl-nav button {
  top: 50%; }

/* Blog home New*/
.menu-blog-new ul {
  display: flex;
  margin: 0;
  align-items: center;
  width: 100%; }
  .menu-blog-new ul li {
    padding: 0 10px;
    position: relative; }
    .menu-blog-new ul li h2 {
      color: #fff;
      margin: 0;
      font-size: 16px; }
    .menu-blog-new ul li ul {
      position: absolute;
      top: 100%;
      left: 0;
      width: 200px;
      display: none;
      background: #fff;
      z-index: 11;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18); }
      .menu-blog-new ul li ul li a {
        display: block;
        padding: 8px 16px;
        border-bottom: 1px solid #eee; }
      .menu-blog-new ul li ul li:last-child a {
        border-bottom: 0; }
    .menu-blog-new ul li:hover ul {
      display: block; }

@media (max-width: 991px) {
  .menu-blog-new {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .menu-blog-new {
    overflow-x: scroll;
    margin-left: 8px;
    white-space: nowrap; }
    .menu-blog-new::-webkit-scrollbar {
      width: 0;
      height: 0; } }

/*Blog new*/
.blog__home-top {
  padding: 20px 0; }

.blog__home-top-left-top {
  height: 556px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 5px; }
  .blog__home-top-left-top .img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    width: calc(100% + 50px);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
    .blog__home-top-left-top .img .thumbnail-background {
      position: relative;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .blog__home-top-left-top .img .thumbnail-background:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        background: -o-linear-gradient(top, transparent 0, #000 65%, #000 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #000), to(#000));
        background: linear-gradient(180deg, transparent 0, #000 65%, #000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
        opacity: .6;
        z-index: 2; }
      .blog__home-top-left-top .img .thumbnail-background:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.15);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0; }
      .blog__home-top-left-top .img .thumbnail-background > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        -o-transition: transform .35s;
        transition: transform .35s;
        transition: transform .35s,-webkit-transform .35s; }
  .blog__home-top-left-top .content {
    bottom: 10px;
    left: 20px;
    right: 20px;
    width: auto;
    padding: 0 25px 25px;
    z-index: 3;
    position: absolute;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s; }
  .blog__home-top-left-top .blog__home-top-category {
    line-height: 1;
    font-size: 11px; }
    .blog__home-top-left-top .blog__home-top-category a {
      display: inline-block;
      font-size: 11px;
      font-weight: 400;
      color: inherit;
      line-height: 1;
      margin-bottom: 5px;
      padding: 2px 6px;
      background: #f70d28;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      font-size: 10px;
      font-weight: bold;
      padding: 4px 6px 3px;
      line-height: 1;
      letter-spacing: .04em;
      background-color: #fdd600;
      color: #1d2327;
      border-radius: 5px; }
  .blog__home-top-left-top .blog__home-top-info-title {
    color: #fff;
    font-size: 34px;
    margin-top: 15px;
    margin-bottom: 8px; }
    .blog__home-top-left-top .blog__home-top-info-title a {
      color: #fff; }
  .blog__home-top-left-top:hover .img .thumbnail-background > div {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  .blog__home-top-left-top:hover .content {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  @media only screen and (min-width: 1025px) {
    .blog__home-top-left-top {
      height: 418px; } }
  @media (max-width: 992px) and (min-width: 768px) {
    .blog__home-top-left-top {
      margin-bottom: 20px;
      border-radius: 5px; }
      .blog__home-top-left-top .content {
        left: 0;
        bottom: 0;
        width: 85%;
        padding: 5px 15px 10px; }
      .blog__home-top-left-top .blog__home-top-info-title {
        font-size: 20px;
        margin-top: 5px; } }
  @media (max-width: 767px) {
    .blog__home-top-left-top {
      margin-bottom: 20px;
      border-radius: 5px; }
      .blog__home-top-left-top .content {
        left: 0;
        bottom: 0;
        width: 85%;
        padding: 5px 15px 10px; }
      .blog__home-top-left-top .blog__home-top-info-title {
        font-size: 20px;
        margin-top: 5px; } }
  @media only screen and (max-width: 480px) {
    .blog__home-top-left-top {
      height: 210px; } }
  @media only screen and (min-width: 320px) and (max-width: 667px) {
    .blog__home-top-left-top {
      height: 210px; } }

.blog__home-top-left-bottom {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto;
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .blog__home-top-left-bottom .post-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .blog__home-top-left-bottom .post-item .img {
      position: relative;
      overflow: hidden;
      z-index: 0; }
      .blog__home-top-left-bottom .post-item .img img {
        border-radius: 5px;
        width: 100%; }
    .blog__home-top-left-bottom .post-item .title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      margin: 10px auto 5px; }
  @media (max-width: 767px) {
    .blog__home-top-left-bottom {
      margin-bottom: 20px; } }

.blog__home-top-wrap {
  display: flex;
  flex-wrap: wrap; }

.blog__home-top-right-banner .banner-wrap {
  margin-bottom: 15px; }
  .blog__home-top-right-banner .banner-wrap img {
    border-radius: 5px; }

.blog__home-top-right-post .heading {
  position: relative;
  margin-bottom: 30px;
  background-color: #fdd600;
  border-radius: 5px; }
  .blog__home-top-right-post .heading h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px; }
  @media (max-width: 767px) {
    .blog__home-top-right-post .heading {
      margin-bottom: 20px; } }

.blog__home-top-right-post .content ul li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 14px; }
  .blog__home-top-right-post .content ul li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 3px;
    background-image: url(https://file.hstatic.net/1000030244/file/caret-right-solid_902e6a14460e4185969e8d175ec5b188.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px; }

@media (min-width: 768px) {
  .blog__home-top-right {
    width: 33.33333333%;
    padding-left: 30px; }
  .blog__home-top-left {
    width: 66.66666667%; } }

@media (max-width: 767px) {
  .blog__home-top-right {
    width: 100%; }
  .blog__home-top-left {
    width: 100%; } }

.post-wrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: auto; }
  .post-wrap .post-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative; }
    .post-wrap .post-item .img {
      position: relative;
      overflow: hidden;
      z-index: 0;
      border-radius: 5px; }
      .post-wrap .post-item .img img {
        border-radius: 5px; }
    .post-wrap .post-item .title {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4;
      margin: 10px auto 5px; }
    @media (max-width: 767px) {
      .post-wrap .post-item {
        margin-bottom: 15px; } }

.blog__home-center {
  background-color: #ffde76;
  margin-bottom: 30px;
  border-radius: 5px; }
  .blog__home-center .heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .blog__home-center .heading h2 {
      background-color: #ffde76;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      padding-bottom: 15px;
      padding-top: 15px;
      font-weight: 700;
      font-size: 18px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .blog__home-center .blog__home-center-wrap {
    background-color: #ffde76; }
  @media (max-width: 767px) {
    .blog__home-center {
      margin-bottom: 20px; }
      .blog__home-center .heading h2 {
        margin-bottom: 20px; } }

.blog__home-center-top {
  display: flex;
  flex-wrap: wrap; }
  .blog__home-center-top .blog__home-center-left {
    padding-right: 15px;
    padding-left: 15px; }
    .blog__home-center-top .blog__home-center-left .blog__home-center-left-wrap {
      height: 556px;
      margin-bottom: 40px;
      overflow: hidden;
      position: relative;
      border-radius: 5px; }
      @media only screen and (min-width: 1025px) {
        .blog__home-center-top .blog__home-center-left .blog__home-center-left-wrap {
          height: 418px; } }
      @media only screen and (max-width: 480px) {
        .blog__home-center-top .blog__home-center-left .blog__home-center-left-wrap {
          height: 210px;
          margin: 0 !important; } }
      @media only screen and (min-width: 320px) and (max-width: 667px) {
        .blog__home-center-top .blog__home-center-left .blog__home-center-left-wrap {
          height: 210px; } }
    .blog__home-center-top .blog__home-center-left .img {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s,-webkit-transform .35s;
      width: calc(100% + 50px);
      -webkit-transform: translate3d(-40px, 0, 0);
      transform: translate3d(-40px, 0, 0); }
      .blog__home-center-top .blog__home-center-left .img .thumbnail-background {
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .blog__home-center-top .blog__home-center-left .img .thumbnail-background:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          top: 0;
          bottom: 0;
          background: -o-linear-gradient(top, transparent 0, #000 65%, #000 100%);
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #000), to(#000));
          background: linear-gradient(180deg, transparent 0, #000 65%, #000);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0);
          opacity: .6;
          z-index: 2; }
        .blog__home-center-top .blog__home-center-left .img .thumbnail-background:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          background: rgba(255, 255, 255, 0.15);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          opacity: 0; }
        .blog__home-center-top .blog__home-center-left .img .thumbnail-background > div {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: 50%;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          -webkit-transition: -webkit-transform .35s;
          transition: -webkit-transform .35s;
          -o-transition: transform .35s;
          transition: transform .35s;
          transition: transform .35s,-webkit-transform .35s; }
    .blog__home-center-top .blog__home-center-left .content {
      bottom: 10px;
      left: 20px;
      right: 20px;
      width: auto;
      padding: 0 25px 25px;
      z-index: 3;
      position: absolute;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: transform .35s;
      transition: transform .35s;
      transition: transform .35s,-webkit-transform .35s; }
    .blog__home-center-top .blog__home-center-left .blog__home-top-category {
      line-height: 1;
      font-size: 11px; }
      .blog__home-center-top .blog__home-center-left .blog__home-top-category a {
        display: inline-block;
        font-size: 11px;
        font-weight: 400;
        color: inherit;
        line-height: 1;
        margin-bottom: 5px;
        padding: 2px 6px;
        background: #f70d28;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-size: 10px;
        font-weight: bold;
        padding: 4px 6px 3px;
        line-height: 1;
        letter-spacing: .04em;
        background-color: #fdd600;
        color: #1d2327;
        border-radius: 5px; }
    .blog__home-center-top .blog__home-center-left .blog__home-top-info-title {
      color: #fff;
      font-size: 34px;
      margin-top: 15px;
      margin-bottom: 8px; }
      .blog__home-center-top .blog__home-center-left .blog__home-top-info-title a {
        color: #fff; }
    .blog__home-center-top .blog__home-center-left:hover .img .thumbnail-background > div {
      -webkit-transform: translateX(40px);
      transform: translateX(40px); }
    .blog__home-center-top .blog__home-center-left:hover .content {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px); }
    @media (min-width: 768px) {
      .blog__home-center-top .blog__home-center-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (max-width: 992px) and (min-width: 768px) {
      .blog__home-center-top .blog__home-center-left {
        margin-bottom: 20px; }
        .blog__home-center-top .blog__home-center-left .content {
          left: 0;
          bottom: 0;
          width: 85%;
          padding: 5px 15px 10px; }
        .blog__home-center-top .blog__home-center-left .blog__home-top-info-title {
          font-size: 20px;
          margin-top: 5px; } }
    @media (max-width: 767px) {
      .blog__home-center-top .blog__home-center-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px; }
        .blog__home-center-top .blog__home-center-left .content {
          left: 0;
          bottom: 0;
          width: 85%;
          padding: 5px 15px 10px; }
        .blog__home-center-top .blog__home-center-left .blog__home-top-info-title {
          font-size: 20px;
          margin-top: 5px; } }
  .blog__home-center-top .blog__home-center-right {
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .blog__home-center-top .blog__home-center-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      .blog__home-center-top .blog__home-center-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .blog__home-center-top .blog__home-center-right .post-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .blog__home-center-top .blog__home-center-right .post-item .img {
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        .blog__home-center-top .blog__home-center-right .post-item .img a {
          display: block;
          height: 100%; }

.blog__home-center-bottom {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .blog__home-center-bottom {
      flex-wrap: wrap; }
      .blog__home-center-bottom .post-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
  .blog__home-center-bottom .post-item {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .blog__home-center-bottom .post-item .img {
      height: 150px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .blog__home-center-bottom .post-item .img a {
        display: block;
        height: 100%; }

.block-video {
  background: #e5f2ec;
  margin: -15px 0;
  padding: 15px 40px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin: 0;
  bottom: 0;
  margin-bottom: 20px; }
  .block-video .block-video-header {
    overflow: hidden;
    font-size: 12px;
    color: #999;
    margin: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px; }
    .block-video .block-video-header h2 {
      color: #000;
      display: block;
      font-size: 16px;
      line-height: 22px;
      font-weight: bold; }
    .block-video .block-video-header .flowyoutube {
      color: #000;
      font-size: 16px;
      line-height: 27px; }
      .block-video .block-video-header .flowyoutube i {
        background-image: url(https://file.hstatic.net/1000030244/file/youtube_de6148152f1d4527bcd6bf76a761b6ec.png) !important;
        background-repeat: no-repeat;
        display: inline-block;
        line-height: 30px;
        vertical-align: text-top;
        width: 30px;
        height: 30px;
        background-size: contain;
        margin: 0 5px; }
  .block-video .lst-video.d-flex-owl:not(.owl-loaded) > a {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 30px; }
  .block-video .lst-video.owl-carousel .owl-item img {
    width: 100%; }
  .block-video .lst-video.owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    height: 0;
    overflow: initial;
    top: calc(45% - 8px);
    left: -22px;
    right: -22px;
    text-align: center; }
    .block-video .lst-video.owl-carousel .owl-nav button {
      position: absolute;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: rgba(81, 87, 100, 0.5);
      border: 0.125px solid #9da7bc;
      -webkit-transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
      transition: all 0.1s cubic-bezier(0.2, 0, 0.4, 1);
      margin: 0;
      top: -30px; }
      .block-video .lst-video.owl-carousel .owl-nav button:before {
        content: '';
        width: 6px;
        height: 6px;
        display: block;
        margin: auto;
        transform: rotate(-45deg); }
      .block-video .lst-video.owl-carousel .owl-nav button.owl-next {
        text-indent: 999px;
        right: -10px; }
        .block-video .lst-video.owl-carousel .owl-nav button.owl-next:before {
          border-right: 3px solid #fff;
          border-bottom: 3px solid #fff; }
      .block-video .lst-video.owl-carousel .owl-nav button.owl-prev {
        left: -10px;
        text-indent: -999px; }
        .block-video .lst-video.owl-carousel .owl-nav button.owl-prev:before {
          border-top: 3px solid #fff;
          border-left: 3px solid #fff; }
  .block-video .lst-video a div {
    text-align: center;
    border-radius: 10px; }
    .block-video .lst-video a div img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
  .block-video .lst-video a span {
    color: #000;
    padding: 10px 0 0 0;
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 5px;
    white-space: normal; }
  @media (max-width: 767px) {
    .block-video .lst-video.d-flex-owl:not(.owl-loaded) > a {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 0; } }

.ldp__yoweekend--voucher {
  margin: 30px 0 0; }

.ldp__yoweekend--voucher .item-voucher {
  margin-bottom: 15px; }

.ldp__yoweekend--voucher .img-banner {
  margin-bottom: 30px; }

.ldp__yoweekend--voucher--item {
  background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0, at 20px, transparent, transparent 0, #c4c4c4 0, #c4c4c4 11px, #f2340f 0) 1px 0/100% 42px repeat-y;
  background: repeating-linear-gradient(#c4c4c4, #c4c4c4 10px, transparent 0, transparent 30px, #c4c4c4 0, #c4c4c4 42px) 0/1px 100% no-repeat, radial-gradient(circle at 0 20px, transparent, transparent 10px, #c4c4c4 0, #c4c4c4 11px, #f2340f 0) 1px 0/100% 42px repeat-y;
  border: 1px solid #c4c4c4;
  border-left: none;
  border-radius: 2px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--left {
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  max-width: 30%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin: auto 0; }

.ldp__yoweekend--voucher2 .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--left {
  width: 130px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--icon {
  width: 50px;
  height: 50px;
  margin: 0 auto; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content {
  flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: white;
  padding: 10px 20px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-title {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-content {
  margin-bottom: 10px;
  color: #757575;
  font-size: 12px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-note {
  margin-bottom: 7px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-note2 {
  justify-content: space-between;
  align-items: center; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-note span {
  font-size: 12px;
  border-radius: 3px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f2340f;
  border: 1px solid #f2340f; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .btn_voucher {
  border: 0;
  background-color: #f2340f;
  color: white;
  font-size: 11px;
  text-align: center;
  padding: 3px 6px;
  border-radius: 20px;
  min-width: 70px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .btn_voucher span {
  display: block;
  line-height: 24px;
  height: 24px;
  font-size: 11px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .btn_voucher2 {
  border: 0;
  background-color: #f2340f;
  color: white;
  font-size: 11px;
  text-align: center;
  border-radius: 20px;
  padding: 3px 6px;
  min-width: 70px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .btn_voucher2 span {
  display: block;
  line-height: 24px;
  height: 24px;
  color: #fff;
  font-size: 11px; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-dk a {
  color: #f2340f;
  font-size: 11px;
  text-decoration: underline; }

.ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content p {
  margin: 0; }

@media (max-width: 767.98px) {
  .ldp__yoweekend--voucher--itemlast {
    margin-bottom: 0; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--icon {
    width: 50px;
    height: 50px; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-title {
    line-height: inherit;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-content {
    font-size: 12px;
    margin-bottom: 0px; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-note span {
    font-size: 12px; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .btn_voucher {
    font-size: 12px;
    height: 35px; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content .voucher-dk a {
    color: #00A1EC;
    font-size: 12px; }
  .ldp__yoweekend--voucher .ldp__yoweekend--voucher--slider [class^="col"] {
    -ms-flex: 0 0 65%;
    flex: 0 0 85%;
    max-width: 85%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .ldp__yoweekend--voucher .ldp__yoweekend--voucher--slider::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .ldp__yoweekend--voucher--item {
    flex-wrap: wrap;
    width: 100%; }
  .ldp__yoweekend--voucher--item .ldp__yoweekend--voucher--content {
    width: calc(100% - 100px); } }

@media (max-width: 1024px) {
  .ldp__yoweekend--voucher--slider--wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap !important; } }

.feedback-wrap {
  padding-bottom: 30px; }
  .feedback-wrap h2 {
    margin: 30px 0;
    text-align: center;
    color: #0073a0; }

#viewmore__seafood, #viewmore__sashimi {
  text-align: center; }
  #viewmore__seafood a, #viewmore__sashimi a {
    background: transparent;
    border: 1px solid #ff6600;
    color: #ff6600;
    border-radius: 3px;
    padding: 5px 30px;
    display: inline-block; }
