@charset "UTF-8";


  .desktop-display {display:block!important;}
  .mobile-display {display:none!important;}




@media only screen and (max-width: 767px) {
  .desktop-display {display:none!important;}
  .mobile-display {display:block!important;}


}

.related-article-container {
    margin-top: 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px 15px 12px;
    list-style-type: none;
    padding-inline-start: 15px;
}

.related-article{
    padding-bottom: 8px;
    position: relative;
    list-style-type: none;
}

.stick-progress .logo.min svg {
  height: 48px;
  width: 70px;
  border-right: solid 1px #fff;
  padding-right: 15px;
}

.stick-progress .logo.min .st0 {
  fill: #FFFFFF;
}

.stick-progress .logo.min .st1 {
  fill: #ec9729;
}

section.article-head .img-bg {
  text-align: center;
  background-color: rgb(255, 247, 237)
}
section.article-head .img-bg-recipe { 
  background: url(/images/v5/recipe_image_bg.jpg) 0 100%;  
  text-align: center;  
  border-bottom: 4px solid #ec9729;
}

section.article-head img.img-responsive {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  section.article-head img.img-responsive {
    /* width: 90%;*/
    width: auto;
    max-height: 600px;
  }
}


section.article-head .wrapper {
  margin: auto;
}

section.article-head .article-header {
  padding-right: 15px;
}

section.article-head .header-sticky { 
  position: relative;     
  width: 90%;
 }

@media only screen and (max-width: 755px) {
  section.article-head .header-sticky {
    /*margin-top: -20px !important;*/
    margin-top: 0px !important;
  }
}

section.article-head .header-sticky .header-sticky-inner { 
  display: inline-block;
}


section.article-head .header-sticky .header-sticky-inner h1 {
  color: #ec9729; 
  max-width: 780px; 
  padding: 20px 10px 20px 10px;
  font-size: 32px; 
}

@media only screen and (max-width: 991px) {
  section.article-head .header-sticky .header-sticky-inner h1 {
    font-size: 28px;
    max-width: 650px;
  }
}

@media only screen and (max-width: 755px) {
  section.article-head .header-sticky .header-sticky-inner h1 {
    font-size: 25px;
    padding: 8px;
    margin-bottom: 0px;
    border-left: 5px solid #28a838;
  }
}

section.article-head .article-tag {
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  /*margin-top: 13px;*/
}

@media only screen and (max-width: 1250px) {
  section.article-head .article-tag {
    padding: 10px 10px 10px 10px;
  }
}

@media only screen and (max-width: 576px) {
  section.article-head .article-tag {
    padding: 6px 10px 10px 10px;
  }
}

section.article-head .article-tag li {
  float: left;
  /*background-color: $ub-sec;*/
  margin-right: 10px;
  list-style-type: none;
}

section.article-head .article-tag li a, section.article-head .article-tag li.no-link {
  background-color: #28a838;
  font-size: 17px;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
}

@media only screen and (max-width: 755px) {
  section.article-head .article-tag li a, section.article-head .article-tag li.no-link  {
    font-size: 15px;
    padding: 5px 8px 5px 8px;
  }
}

@media only screen and (max-width: 320px) {
  section.article-head .article-tag li a, section.article-head .article-tag li.no-link {
    font-size: 15px;
    padding: 5px 7px 5px 7px;
  }
}

section.article-head .article-tag li a:before {
  content: "";
}

section.article-head .excerpt, .page-left .excerpt {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  border-top: solid 3px #28a838;
  border-bottom: solid 3px #28a838;
  /*padding-bottom: 0px;*/
}

section.article-head .excerpt p, .page-left .excerpt p {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 17px;
  /*font-style: italic;*/
  line-height: 2rem;
  letter-spacing: .03rem;
}

@media only screen and (max-width: 576px) {
  section.article-head .excerpt p, .page-left .excerpt p {
    font-size: 16px;
  }
}
section.article-head .excerpt.no-text, .page-left .excerpt.no-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border-top: solid 2px #28a838;
  border-bottom: none;
}

section.article-head .excerpt.no-border, .page-left .excerpt.no-border {
  border-top: none;
  border-bottom: none;
}

section.break {
      background-color:#F5F5F5 !important;
}

.member-info {
  padding: 0;
}

.other-comment {
  padding: 10px;
  background-color: rgba(85, 85, 85, 0.05);
  margin-top: 20px;
  border-radius: 10px;
}

.other-comment .row {
  margin: 0 0 20px 0;
}
.other-comment .avatar {
  margin-top: 15px;
  text-align: center;
}

.other-comment .comment {
  font-size: 11px;
}

.other-comment .comment .content {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  min-height: 50px;
  color: #555;
  margin-left: 10px;
  font-size: 14px;
}

.other-comment .comment .time {
  text-align: left;
  padding: 0 10px;
  color: rgba(85, 85, 85, 0.7);
}

.other-comment .hide {
  display: none;
}
.other-comment + .login-box {
  margin-top: 20px;
}

.author-box {
  padding: 15px 0 0 0;
  font-size: 14px;
  color: #9e9e9e;
  float:left;
}
@media (max-width: 991px) {
.author-box {
  padding: 5px 0 0 0;
  font-size: 14px;
  color: #9e9e9e;
    }}

.author-box .author-name {
  float: left;
}

.author-box .publish-time {
  float: right;
  margin: 0 40px 10px 0;
}
@media (max-width:768px){.author-box .publish-time{margin: 0 0 10px 0; float:left;}}

@media only screen and (min-width: 768px) {
  .author-box {
    padding: 12px 0 0 0;
  }
  .author-box .author-name {
    float: right;
    margin-right: 20px;
  }
}
.floatingHeader {
  position: fixed;
  top: 55px;
  visibility: hidden;
}
.no-margin {
  margin: 0px !important;
}

.side-component {
  background-color: #ffffff;
  width: 300px;
}
.side-component .latest-article-list ul {
  padding: 0px;
}

.side-component .latest-article-list li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 12px 8px 12px;
}

.side-component .latest-article-list li.last {
  border-bottom: none;
}
.side-component .latest-article-list li a {
  margin-bottom: 0px !important;
  color: #505050;
}

.side-component .latest-article-list .square-ratio {
  width: 70px !important;
}

.side-component .latest-article-list .square-listing {
  /*width: 70px!important;height: 70px!important;*/
  height: 100%;
}

.side-component .latest-article-list .square-title, .side-component .latest-article-list .square-tag {
  padding-left: 10px;
  font-size: 15px;
}

.side-component .latest-article-list .square-tag a, .side-component .latest-article-list .square-tag.no-link {
  color: #28a838;
  font-weight: 500;
}

.side-component .section-title h2 {
  font-size: 26px;
}
.side-component .section-title a {
  margin-bottom: 4px !important;
}

.side-component .index-listing {
  border-bottom: solid 1px #DCDDDD;
  margin: 10px;
  font-szie: 14px;
}

.side-component .index-listing .img-wrap {
  /* display: table-cell; */
  overflow: hidden;
  width: 60px;
  height: 60px;
  float: left;
}

.side-component .index-listing .card-block {
  display: table;
  /* width: 70%; */
  vertical-align: middle;
  padding: 10px;
}
.side-component .index-listing .card-img-top {
  display: block;
  float: left;
  height: 60px;
  width: auto;
  margin-right: 10px;
  border-radius: 0px;
}
.side-component .index-listing .card-title {
  /*padding: 10px;*/
  font-size: 16px;
  border-top: none;
  margin-left: 0px;
  border-radius: 0px;
  vertical-align: top;
}
.side-component .index-listing a {
  color: #505050;
  display: table;
  margin-bottom: 0 !important;
}

.side-component .index-listing:last-child {
  border: none;
}
.article-share #share-courter {
  font-size: 16px;
  font-weight: 500;
  color: #ec9729;
}
.article-share ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-share ul li {
  margin: 1px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  width: 55px;
  float: left;
}

.article-share ul li:first-child {
  float: right;
  text-align: right;
}

.article-share img {
  width: 70% !important;
  margin: 5px;
}

.article-share button {
  cursor: pointer;
}

.article-share #fb-btn-page,
.article-share #what-btn-page,
.article-share #line-btn-page,
.article-share #threads-btn-page,
.article-share #bookmark-btn-page {
  border: none;
}

.article-share #share-courtrt {
  background-color: #f9d401;
}

.article-share #fb-btn-page {
  background-color: #255fc0;
}

.article-share #what-btn-page {
  background-color: #63d363;
}

.article-share #line-btn-page {
  background-color: #00ef2c;
}

.article-share #threads-btn-page {
  background-color: #00ef2c;
}

.article-share #bookmark-btn-page {
  background-color: #a0a0a0;
}

.stick-share {
  background-color: #ec9729;
  /*height: 60px;*/
  position: fixed;
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
  width: 100%;
  z-index: 99992;
}

.stick-share button i {
  -webkit-transition: background-color 100ms ease-in-out;
  -ms-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
.stick-share button.toggle i {
  background-color: #fff;
}

.stick-share button.in-toggled i {
  background-color: #28a838;
}

.nav-down {
	bottom: 0px;
  /*bottom: -65px;*/
}

.next-article {
  /* display: table-cell;*/
  /* width: 33.3%;*/
  padding-top: 2px;
}

.next-article button {
  width: 100%;
  height: 48px;
  background: none;
  border: none;
}

.stick-share .share {
  /*display: table-cell;*/
  /*text-align: right;*/
  position: relative;
  overflow: hidden;
  height: 50px;
}

#share-open,
#share-btn,
#fb-btn,
#what-btn,
#line-btn,
#threads-btn,
#bookmark-btn,
#link-btn {
  width: 30px;
  margin: 11px 15px;
  font-size: 14px;
}

.stick-share .share img {
  display: inline-block;
  width: 25px;
}
/*
#share-btn {
  z-index: 11;
  positon: relative;
  float: right;
  border-left: solid 1px #fff;
  padding: 12px 10px 12px;
  margin: 0;
  width: 50px;
}
*/
#share-btn.right {
  float: left;
}
.icon.page-return {
    background-image: url(/images/v5/return.svg);
}

.stick-share button {
  /*height: 55px;
  	/*width: 50px;*/
  background: none;
  border: none;
  /*color: $ub-sec;*/
  color: #fff;
  font-weight: 500;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
}
.stick-share .inner-div {
  /*width: 100%;*/
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
  /*left: -55px;*/
}

.disable {
  display: none !important;
}

.moveRight {
  display: inline-block !important;
}

.MoveRight .share-section div {
  /*display: none!important;**/
}

.stick-share .share-section {
  display: inline;
  position: absolute;
  /*background-color: red;*/
  overflow: hidden;
  /*left: 0;*/
  width: 100%;
  bottom: 0px;
  height: 50px;
}

.stick-share .share-section div {
  display: inline-block;
  text-align: center;
  /*width: 15%;*/
}

.stick-share .share-section div .cell {
  width: 23%;
}


@media only screen and (max-width: 1000px) {
.stick-share .share-section div .cell {
  width: 25%!important;
  /*float: right;*/
  }
}

@media only screen and (max-width: 767px) {
.stick-share .share-section div .cell {
  width: 18%!important;
  /*float: right;*/
  }
}

@media only screen and (max-width: 375px) {
.stick-share .share-section div .cell {
  width: 20%!important;
  /*float: right;*/
  }
}




.stick-share .share-section .inner-div {
  /*border-right: solid 1px #fff;*/
  /*width: 50%;*/
  background-color: #ec9729;
  /*display: none;*/
  text-align: left;
}

.share.recipe #share-btn {
  display: none !important;
}

#next {
  border-left: solid 1px #fff;
}

.page-right {
  /*
.fixed .sticky-box{
  position:fixed;
  top:0;
  right:0;
}
.fixedBottom .sticky-box{
  position:absolute;
  top:auto;
  bottom:0;
}*/
}

.page-right .stuck {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  /*padding: 2em;*/
  color: white;
}

.page-right .sticky-banner {
  /*margin-top: 20px;*/
}

.page-right .sticky-banner a {
  display: table;
  margin-bottom: 20px;
}

.page-right .sticky-banner .section-title {
  line-height: 0px;
}

.page-right .sticky-banner .section-title a {
  margin-right: 10px;
}

.page-right .sticky-banner .card-block {
  display: table-cell;
  padding: 0;
  padding-left: 10px;
}

.page-right .sticky-banner.stuck {
  top: 70px;
}

.page-left {
  /*float: left;
    width: 55%;*/
}

.page-right {
  /*display: block;
      float: right;*/
  /*width: 300px;*/
  position: relative;
}

.stick-progress {
  height: 50px;
  width: 100%;
  position: fixed;
  top: -100px;
  background: #fff;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  -moz-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  -o-transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
  transition: top 0.3s cubic-bezier(0.42, 0, 0.36, 0.97);
}

@media only screen and (min-width: 576px) {
  .stick-progress {
    height: 75px;
  }
}

.stick-progress .progress-header {
  position: absolute;
  z-index: 1001;
  height: 100%;
  width: 100%;
  background: rgba(236, 151, 41, 0.7);
}

.stick-progress .progress-header span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
}

.stick-progress #progress-bar {
  position: absolute;
  top: 0;
  height: 4px;
  width: 0%;
  background-color: #ec9729;
}

.stick-progress .logo {
  padding: 10px;
  height: 52px;
  line-height: 0px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width: 576px) {
  .stick-progress .logo {
    padding: 15px;
    height: 72px;
  }
}

.stick-progress .logo img {
  height: 100%;
  border-right: solid 1px #fff;
  padding-right: 15px;
}

.stick-progress .topPageTitle {
  display: inline-block;
}

.stick-progress .label {
  color: #9b5800 !important;
  font-weight: 400;
}

.stick-progress .header-right {
  display: inline-block;
  padding-top: 5px;
  line-height: 18px;
}

@media only screen and (min-width: 576px) {
  .stick-progress .header-right {
    line-height: 30px;
  }
  .stick-progress .header-right span {
    font-size: 20px;
  }
}

.stick-progress .red {
  background: red;
}

.nav-down-1 {
  top: 0;
}

/* end Article Progress Bar */

footer.article-page {
  margin-bottom: 50px !important;
}

.article_intformation {
    padding: 20px 15px;
    margin-bottom: 20px;
    background: #f7f7f7;
}

.article_intformation h3 {
  font-size: 23px;
  color: #ec9729;
  display: inline-block;
}

.article_intformation ul {
  padding: 0;
}

.article_intformation ul li {
  list-style: none;
}

.article_intformation a {
  color: #ec9729;
}

.article_intformation a.btn {
  border: solid 2px #ec9729;
  padding: 2px 5px;
  border-radius: 5px;
  color: #ec9729;
}

.article_intformation div.place-tag {
  display: inline-block;
  padding-top: 10px;
}

.article_intformation a.district_tag {
  border: solid 2px #197cbc;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #ec9729;
  cursor: pointer;
  word-break: keep-all;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.article_intformation a.district_tag:hover {
  background-color: #28a838;
  color: #ec9729;
}

.article_intformation a.district_tag:active {
  color: #ec9729;
}

.article_intformation .title {
  font-weight: 500;
  padding-right: 10px;
}

.article_intformation .title:after {
  content: " :";
}

@media only screen and (max-width: 440px) {
  .article_intformation .title {
    width: 100%;
    display: inline-block;
  }
  .article_intformation .title:after {
    content: " ";
    display: none;
  }
}

.content-main img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .content-main img {
    width: 70%;
  }
}

.content-main .article-share {
  display: none;
}

.content-main p {
  margin-bottom: 1rem;
  line-height: 1.8rem;
  letter-spacing: .03rem;
  text-align: justify;
}
@media (max-width:768px){.content-main p {
  line-height: 1.7rem;
}
}

.lazy-article.active .sticky-banner.stay {
  position: fixed;
  /* 2018-03-14 | relative to fixed*/
  top: 90px;
  /* 2018-03-14 | added*/
}

.lazy-article.active .sticky-banner.remove {
    position: absolute;
    bottom: 0;
}

@media only screen and (min-width: 769px) {
  .lazy-article.active .article-share.stay {
    position: fixed;
    /* 2018-03-14 | relative to fixed*/
    top: 90px;
    /* 2018-03-14 | added*/
  }
}

.article-tag {
  margin-bottom: 10px;
}
.article-tag i, .article-tag h3 {
  display: inline-block;
}
.article-tag i {
  margin-right: 8px;
}
.article-tag h3 {
  font-size: 23px;
  color: #ec9729;
  margin: 15px 0 0 0;
}
.article-tag ul {
  padding: 0;
  margin-top: 10px;
}
.article-tag ul li {
  list-style: none;
  /*display: inline;*/
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-tag a:before {
  content: "#";
}
.article-tag a, .article-tag li.no-link {
  background-color: #ec9729;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff !important;
  font-size: 15px;
  display: inline-block;
}

@media only screen and (max-width: 755px) {
  .article-tag a, .article-tag li.no-link {
    padding: 5px 8px 5px 8px;
  }
}

@media only screen and (max-width: 320px) {
  .article-tag a, .article-tag li.no-link {
    padding: 5px 7px 5px 7px;
  }
}
/*end Article Tag*/
.relatedProdcut {
  margin-bottom: 10px;
}

.relatedProdcut i {
  margin-right: 8px;
}

.relatedProdcut i, .relatedProdcut h3 {
  display: inline-block;
}

.relatedProdcut h3 {
  font-size: 23px;
  color: #ec9729;
}

.relatedProdcut a {
  display: inline !important;
}

.relatedProdcut .card {
  border: none;
  padding: 10px 0px 10px;
  display: table;
  width: 100%;
}

.relatedProdcut .card a {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

.relatedProdcut .card .wide-ratio {
  display: table-cell;
  width: 40%;
}

.relatedProdcut .card .card-tag {
  color: #595757;
}

.relatedProdcut .card .card-detail {
  display: table-cell;
  vertical-align: middle;
  border: none;
  font-size: 1rem;
}

.relatedProdcut .card .card-detail .link {
  padding: 5px 10px;
  border: solid 2px #28a838;
  border-radius: 5px;
  display: inline-block;
  margin-top: 25px;
  color: #28a838;
}
.login-box {
  background-color: rgba(85, 85, 85, 0.05);
  padding: 19px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}

.login-box a {
  color: #ec9729;
  font-size: 26px;
  font-weight: 400;
}
.comment-box {
  /*padding: 19px;*/
  text-align: center;
  margin-bottom: 20px;
}

.comment-box ul {
  padding: 0;
  margin-bottom: 0;
}

.comment-box ul li {
  list-style: none;
  display: inline-block;
  width: 81px;
  vertical-align: top;
  margin: 10px 5px;
}

.comment-box img {
  width: 67px;
  height: 67px;
}

.comment-box .label {
  display: inline;
}

.comment-box .row > div {
  padding: 0;
}

.comment-box .title svg {
  width: 67px;
}

.comment-box .title .st0 {
  fill: #28a838;
}

.comment-box .title .st1 {
  fill: #FFFFFF;
}

.ad-zone-mobile {
  margin: 0 auto;
  text-align: center;
}

.related-article .square-ratio {
  width: 95px;
}
.related-article h2 {
  font-size: 28px !important;
  border-bottom: solid 2px #ec9729;
  line-height: 1.5rem;
  color: #ec9729;
  padding: 13px 0;
}
.related-article .listing {
  border-bottom: solid 1px #DADBDA;
  padding-bottom: 10px;
  /*new*/
  display: table;
}custom-component/_page-article_v3.scss */
.related-article .listing img {
  float: left;
  margin-right: 10px;
}
.related-article .listing .card-block {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
}
.related-article .listing .card-block .card-title, .related-article .listing .card-block .card-tag {
  display: inline-block;
}
.related-article .listing .card-block .card-tag a {
  color: #fff;
  background-color: #ec9729;
  line-height: 1.5rem;
  padding: 2px 6px;
}
.related-article .listing .card-block .card-title a {
  color: #514F50;
}
.related-article .related-article-list {
  padding: 13px 13px 0px 13px !important;
}
.related-article .related-article-list ul {
  padding: 0px;
  margin-bottom: 0px !important;
}
.related-article .related-article-list li {
  overflow: hidden;
  border-bottom: 1px solid #E0E0E0;
  padding: 0px 0px 10px 0px;
}
.related-article .related-article-list li a {
  margin-bottom: 0px !important;
  color: #505050;
}
.related-article .related-article-list .square-listing {
  /*width: 93px!important;height: 93px!important;*/
  height: 100%;
}

@media only screen and (max-width: 375px) {
  .related-article .related-article-list .square-ratio {
    width: 80px;
  }
  .related-article .related-article-list .square-title {
    font-size: 16px !important;
  }
  .related-article .related-article-list .square-tag a {
    font-size: 14px !important;
    font-weight: 300 !important;
  }
}
.related-article .related-article-list .square-title {
  padding-left: 10px;
  font-size: 17px;
  padding-top: 4px;
}
.related-article .related-article-list .square-tag {
  padding-left: 10px;
  font-size: 17px;
}
.related-article .related-article-list .square-tag a {
   float: left;
    font-size: 15px;
    text-align: center;
    color: #ffffff!important;
    background-color: #28a745; 
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 13px;
}
.related-article .related-article-list .square-tag a:hover { background-color: #2abd43;}

.related-article .more {
  border: solid 2px #28a838;
  padding: 10px 30px;
  color: #ec9729;
  display: inline-block;
  display: inline-block;
  font-size: 1.5rem;
  border-radius: 10px;
}
.related-article .align-center {
  text-align: center;
}
.related-article .relate_adv {
  height: 105px;
}

@media only screen and (max-width: 575px) {
  .related-article .card-wrapper:nth-child(n+5) {
    /*display: none;*/
  }
}

/*end Listing*/
@media (max-width: 767px) {
  .content-main img {
    width: 100%;
  }
  .stick-progress .logo {
    display: none;
  }
  .next-article .pagetitle {
    padding: 0px;
    color: #fff;
  }
  .ad-zone-mobile .container {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .stick-share .next-article {
    /*width: 80%;*/
  }
  .next-article {
    display: inline-block;
    /* width: 50%; */
    float: none;
  }
  .page-right {
    display: none;
  }
  .comment-box li.title {
    display: inherit;
    margin: auto;
  }
}

@media (min-width: 576px) {
  #next {
    border-left: none;
  }
}

@media (max-width: 991px) {
  /*.next {display: none;}*/
}

@media (min-width: 576px) and (max-width: 991px) {

  .stick-share .next-article {
    /* width: 80%;*/
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ad-zone-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .stick-share .share {
    /*display: table-cell;*/
    width: 100%;
  }
  .ad-zone-mobile {
    display: none !important;
  }
  .article-share {
    position: absolute;
    margin-left: -55px;
  }
  .article-share ul {
    width: 50px;
    margin: 23px -15px 0;
    padding: 0;
  }
  .article-share ul li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
  }
}



@media only screen and (min-width: 768px) {
  .page-left {
    flex: 0 0 60.66667%;
    max-width: 60.66667%;
  }
  .ad-zone-mobile {
    display: none !important;
  }
  .next-article .pagelabel {
    border: solid 2px #9b5800;
    color: #9b5800;
    padding: 5px 10px;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .next-article .pagetitle {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }





}
.left {
  float: left;
}
.right {
  float: right;
}

.share-section .label {
  color: #9b5800;
  padding: 15px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 2px;
}

.next-article .pagelabel {
  color: #9b5800;
}

@media (min-width: 601px) and (max-width: 767px) {
  .next-article .pagelabel,
  .next-article .pagetitle {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 0px 20px;
  }
  .next-article .pagelabel {
    border: none;
    color: #9b5800;
    padding: 0px;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .next-article {
    width: 50%;
    float: right;
  }
}

@media (min-width: 576px) and (max-width: 600px) {
  .share-section .label {
    padding: 15px 10px;
  }
  .stick-share .share-section .inner-div {
    /* display: table-cell;*/
    text-align: center;
    width: 37%;
  }
  #share-open, #share-btn, #fb-btn, #what-btn, #line-btn, #threads-btn, #bookmark-btn {
    margin: 16px 6px;
  }
  #share-open svg, #share-btn svg, #fb-btn svg, #what-btn svg, #line-btn svg, #threads-btn svg, #bookmark-btn svg {
    fill: rgba(0, 0, 0, 0.84);
  }
  #share-open i.icon, #share-btn i.icon, #fb-btn i.icon, #what-btn i.icon, #line-btn i.icon, #threads-btn i.icon, #bookmark-btn i.icon {
    width: 25px;
    background-size: 100%;
    height: 25px;
  }
  .stick-share button {
    border: none;
  }
  .next-article .pagelabel,
  .next-article .pagetitle {
    display: block;
  }
  #next {
    padding-left: 5px;
    padding-right: 5px;
    /*border-left: solid 1px $white;*/
  }
  .next-article {
    width: auto;
    float: right;
  }
}

@media (min-width: 321px) and (max-width: 575px) {
  .stick-share .share-section .inner-div {
    position: absolute;
    text-align: center;
    width: 65%;
    margin-left: 6%;
  }
  .next-article .pagetitle,
  .next-article .pagelabel {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .stick-share .next-article {
    float: left;
    width: 84%;
  }
  .share-section .toggle {
    width: 60%;
  }
  .share.recipe .share-section .toggle {
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  .stick-share .next-article {
    width: 83%;
  }
  .toggle {
    width: 270px;
    text-align: center !important;
  }
  .comment-box ul li {
    width: 70px;
  }
  .comment-box .article-share ul li {
    width: 50px;
  }
  .stick-progress .progress-header span {
    font-size: 17px;
  }
  .share-section .toggle {
    width: 32%;
  }
  body {
    max-width: 320px;
  }
}

@media (min-width: 321px) {
  .comment-box ul li {
    width: 80px;
  }
}

@media (min-width: 321px) and (max-width: 538px) {
  /* .stick-share .share-section .inner-div
  {
     position: absolute;
     width: 80%;
         text-align: center;
  }
  #next-article {   float: right;  }*/
}

@media (min-width: 1201px) {
  .page-left {
    flex: 0 0 calc(99% - 300px);
    max-width: calc(99% - 300px);
  }
}

@media (min-width: 977px) and (max-width: 1200px) {
  .page-left {
    flex: 0 0 calc(99% - 300px);
    max-width: calc(99% - 300px);
  }
  .container.persist-area {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 976px) {
  .page-left {
    flex: 0 0 calc(99% - 300px);
    max-width: calc(99% - 300px);
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  section.article-head .wrapper {
    width: 1200px;
  }
  .stick {
    position: fixed;
    top: 50px;
    width: 300px;
  }
  section.break .inner-wrap {
    width: 1024px;
    margin: auto;
  }
  .next-article {
    float: right;
    /*width: 30%;*/
  }
  .stick-share .inner-block {
    width: 1220px;
    margin: auto;
  }
  .container {
    max-width: 1200px;
  }
  .wrapper-a {
    width: 1220px;
    margin: auto;
  }
}

.material ul {
  margin: 0 0 15px 0;
  padding: 0;
  display: table;
  width: 100%;
  border-top: solid 2px #ec9729;
  border-bottom: solid 2px #ec9729;
}

.material ul.col-three li {
  width: 33.333333%;
}

.material ul.col-two li {
  width: 50%;
}

.material ul.col-two li.bookmark {
  display: none;
}

.material ul li {
  list-style: none;
  display: inline-flex;
  padding: 5px;
  text-align: center;
  width: 33.3%;
  /* @media   (max-width: 320px) {
               padding: 0 5px;
          }*/
}

@media (max-width: 320px) {
  .material ul li {
    padding: 0px;
  }
}

.material ul li span {
  display: inline-table;
  vertical-align: top;
  padding-right: 10px;
  padding-top: 3px;
}

@media (max-width: 990px) {
  .material ul li span {
    padding-top: 5px;
    font-size: 14px;
  }
}

@media (min-width: 767px) and (max-width: 853px) {
  .material ul li span.label {
    display: none;
  }
}

.material ul li span.orange-text {
  color: #ec9729;
  font-weight: 500;
}

@media (min-width: 321px) and (max-width: 545px) {
  .material ul li span.label {
    display: none;
  }
  .material ul li span.label + span {
    padding: 5px;
  }
}

@media (max-width: 320px) {
  .material ul li span.label {
    display: none;
  }
  .material ul li span.label + span {
    font-size: 12px;
    padding-top: 0px;
    padding-right: 0px;
  }
}

.material ul li div {
  width: 100%;
}

.material ul li .border-right {
  border-right: solid 1px #ec9729;
}

.material i {
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media (max-width: 320px) {
  .material i {
    width: 25px;
    height: 35px;
  }
}
.material .table {
  background-color: #F5F5F5;
  padding: 15px 20px;
  display: table;
  border-radius: 5px;
}
.material h3 {
  padding-bottom: 10px;
  color: #ec9729;
  font-size: 17px;
  font-weight: 500;
  border-bottom: solid 1px #DCDDDD;
}
.material .ingredient-list {
  width: 100%;
  margin: 2px 0px;
  display: inline-block;
  color: #BDBDBD;
  font-size: 15px;
}
.material .ingredient-list .ingredient {
  font-weight: 700;
  margin-right: 5px;
  color: #000000;
}
.material .ingredient-list .units {
  font-weight: 300;
  margin-left: 5px;
  color: #000000;
}

@media (min-width: 321px) {
  .material .ingredient-list {
    width: 50%;
    margin: 3px 0px;
  }
}

@media (min-width: 376px) {
  .material .ingredient-list {
    margin: 4px 0px;
    font-size: 16px;
  }
}
.material .volumn i.icon {
  -webkit-mask-image: url(/images/v5/recipe-01.svg);
  mask-image: url(/images/v5/recipe-01.svg);
  -webkit-mask-size: 100% 100%;
}
.material .prepare i.icon {
  -webkit-mask-image: url(/images/v5/recipe-02.svg);
  mask-image: url(/images/v5/recipe-02.svg);
  -webkit-mask-size: 100% 100%;
}
.material .bookmark i.icon {
  -webkit-mask-image: url(/images/v5/recipe-03.svg);
  mask-image: url(/images/v5/recipe-03.svg);
  -webkit-mask-size: 100% 100%;
}
.material .bookmark a {
  color: #ffffff;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .prepare i, .volumn i, .bookmark i {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min--moz-device-pixel-ratio: 0) {
  .material ul li {
    display: table-cell;
  }
  .material .ingredient-list {
    width: 49.5%;
  }
  .sticky-wrapper {
    display: inline;
    float: left;
    width: 100%;
  }
}

/* Page Tour*/
.tour-stop {
  padding: 0px 20px 20px 30px;
  margin: 30px 0px 30px 20px;
  border-left: 2px #197cbc dotted;
}
.tour-stop img {
  width: auto;
}
.tour-stop .tour-title {
  margin-bottom: 25px;
}
.tour-stop .tour-title h2 {
  font-weight: 700;
  color: #ea5c81;
  font-size: 25px !important;
}
.tour-stop .tour-details-link {
  font-weight: 500;
  font-size: 17px;
}

.tour-stop .tour-details div {
  margin-bottom: 20px;
}

.tour-stop .tour-details img {
  display: inline-block;
  margin-right: 5px;
}

.tour-stop .tour-icon {
  z-index: 2;
  height: 0px;
}

.tour-stop .tour-icon img {
  z-index: 2;
  position: relative;
  top: -5px;
  left: -50px;
}

.tour-stop .tour-slider {
  width: 200px;
}

.tour-stop .slider {
  width: 90% !important;
  margin: 0 auto !important;
}

.tour-stop .slick-slide {
  margin: 0 10px !important;
}
.tour-stop .tour-details table {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
  /* margin: 10px;*/
  font-size: 15px;
}

.tour-stop .tour-details table tr {
  border-bottom: solid 1px #ddd;
}

.tour-stop .tour-details table tr:last-child {
  border-bottom: none;
}

.tour-stop .tour-details table tr:first-child td {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}

.tour-stop .tour-details table tr:last-child td {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}

.tour-stop .tour-details table td {
  padding: 10px;
  vertical-align: top;
}

.tour-stop .tour-details table tr td:first-child {
  white-space: nowrap;
  font-weight: 500;
  background-color: rgba(238, 238, 238, 0.4);
}
.tour-stop .slick-prev,
.tour-stop .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.tour-stop .slick-prev:hover,
.tour-stop .slick-prev:focus,
.tour-stop .slick-next:hover,
.tour-stop .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.tour-stop .slick-prev:hover:before,
.tour-stop .slick-prev:focus:before,
.tour-stop .slick-next:hover:before,
.tour-stop .slick-next:focus:before {
  opacity: 1;
}
.tour-stop .slick-prev.slick-disabled:before,
.tour-stop .slick-next.slick-disabled:before {
  opacity: .25;
}
.tour-stop .slick-prev:before,
.tour-stop .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tour-stop .slick-prev {
  left: -25px;
}
.tour-stop [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.tour-stop .slick-prev:before {
  content: '←';
}
.tour-stop [dir='rtl'] .slick-prev:before {
  content: '→';
}
.tour-stop .slick-next {
  right: -25px;
}
.tour-stop [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.tour-stop .slick-next:before {
  content: '→';
}
.tour-stop [dir='rtl'] .slick-next:before {
  content: '←';
}
.tour-stop .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.tour-stop .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.tour-stop .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.tour-stop .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.tour-stop .slick-dots li button:hover,
.tour-stop .slick-dots li button:focus {
  outline: none;
}
.tour-stop .slick-dots li button:hover:before,
.tour-stop .slick-dots li button:focus:before {
  opacity: 1;
}
.tour-stop .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.5;
  color: #59A2CC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tour-stop .slick-dots li.slick-active button:before {
  color: #ea5c81;
  opacity: 1;
}
.tour-stop .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.tour-stop .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tour-stop .slick-list:focus {
  outline: none;
}
.tour-stop .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.tour-stop .slick-slider .slick-track,
.tour-stop .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tour-stop .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.tour-stop .slick-track:before,
.tour-stop .slick-track:after {
  display: table;
  content: '';
}
.tour-stop .slick-track:after {
  clear: both;
}
.tour-stop .slick-loading .slick-track {
  visibility: hidden;
}
.tour-stop .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.tour-stop [dir='rtl'] .slick-slide {
  float: right;
}
.tour-stop .slick-slide img {
  display: block;
}
.tour-stop .slick-slide.slick-loading img {
  display: none;
}
.tour-stop .slick-slide.dragging img {
  pointer-events: none;
}
.tour-stop .slick-initialized .slick-slide {
  display: block;
}
.tour-stop .slick-loading .slick-slide {
  visibility: hidden;
}
.tour-stop .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.tour-stop .slick-arrow.slick-hidden {
  display: none;
}
.tour-stop .slider {
  width: 90% !important;
  margin: 0 auto !important;
}
.tour-stop .slick-slide {
  margin: 0px 10px !important;
}
.tour-stop .slick-slide img {
  width: 100% !important;
}
.tour-stop .slick-prev:before,
.tour-stop .slick-next:before {
  color: #F9D400 !important;
}
.gps span {
  vertical-align: middle;
  width: 70%;
  display: inline-block;
}
.gps:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.gps:after {
  background-image: url(/images/v5/uhk-btn-close_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

/* Large Devices, Wide Screens */

@media screen and (min--moz-device-pixel-ratio:0) {
  .material ul li {display: table-cell;}
  .material .ingredient-list {width: 49.5%;}
  .article-share {display:none;}
}

@media (max-width: 991px){
	.article-share {
  		display: none; 
	} 
}

@media screen and (min-width:768px) {
	.photoSwipe-container { position: relative; display: block; width: 70% }		
}
@media screen and (max-width:768px) {
	.photoSwipe-container { position: relative; display: block; width: 100% }		
}
.photoSwipe-container i { 
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
        left: auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: rgba(124,124,124,.8);
        color: #fff;
        padding: 10px 15px;
        z-index: 1;
        opacity: .7;
        pointer-events: none;
}
 
.arrows::before {
        content: " ";
        background:url(/images/v5/image-scale.svg);
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
 		top: 2px;
 		position: relative;
 		left: 1px;
}
        
.photoSwipe-container a img { z-index: 0; width: 100% }

.announce{color: #999999; margin: 30px 0 20px 0; clear: both;}
@media (max-width:768px){.announce{color: #999999; margin: -15px 0 20px 0; clear: both;}}
.announce-icon{ width: 30px; height: 30px; float: left; line-height: 18px; padding: 0; margin-right: -3px;}
@media (max-width:768px){.announce-icon{ width: 20px; height: 20px; float: left; line-height: 18px; padding: 0; margin-right: 5px;}}

/*add@29Dec2018*/
.publish-recipes{ margin: 20px 0}
.publish-recipes a {
    background-color: #ec9729;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 21px;
    display: inline-block;
    line-height: 43px;
}
.publish-recipes a:hover{
    background: #fcb253;
    color: #FFFFFF !important;
}
.publish-recipes img{width: 32px; height: 31px;margin-bottom: 5px;}

.publish-recipes-top{ margin: 0;}
@media (max-width:1250px){.publish-recipes-top{ margin: 10px;}}
.publish-recipes-top a {
    background-color: #ec9729;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 21px;
    display: inline-block;
    line-height: 43px;
}
.publish-recipes-top a:hover{
    background: #fcb253;
    color: #FFFFFF !important;
}
.publish-recipes-top img{width: 32px; height: 31px;margin-bottom: 5px;}
.content-area{
    font-size: 18px;
    background-color: #ffffff!important;
    padding: 20px 0;
    margin: 0 40px 0 0;
    border-top: 1px solid #a5a5a5;
    /*box-shadow: 0px 0px 8px 0px rgba(255,153,0,0.3);*/
    /*content-visibility: auto;*/
}
@media (max-width:768px){.content-area{margin: 0; font-size: 17px;}}
    .content-area img{text-align: center; margin: 0 auto!important;}
    .img-align-center{text-align: center; margin: 0 auto;}

.content-area img{Cursor : pointer !important;}

.content-area a{word-wrap: break-word;}

.section-categ-tag a {color: #ffffff!important; text-decoration: none;}

.section-detail-hot-tag {
    display: table;
    width: 100%;
    float: left;
}
.section-detail-hot-tag a{color: #28a745!important;}
.section-detail-hot-tag a:hover{color: #2abd43!important;
}
.section-detail-hot-tag h2 {
    font-size: 25px;
    color: #ec9729;
    padding-left: 40px;
    margin-bottom: 8px!important;
}
.section-detail-hot-tag i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    float: left;
    background-size: 100%;
}
.section-detail-hot-tag .icon.hot-tag{background-image:url(/images/v5/icon-menu-hot-tag.svg);display:inline-block; margin-left: 5px;}

.section-detail-hot-tag ul{
    list-style: none; width: 100%; padding: 0;overflow: hidden;}
@media (max-width:991px){
    .section-detail-hot-tag ul{height: auto;}
}
.section-detail-hot-tag ul li{
    padding: 0; 
}
.section-detail-hot-tag ul li a:link{
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #28a745; 
    padding: 4px 10px;
    margin:4px;
    border-radius: 4px;
}
.section-detail-hot-tag ul li a:hover{
   background-color: #2abd43;
}
/**/
.section-categ-tag ul{
    list-style: none; width: 100%; padding: 0; margin: 0;
}
@media (max-width:991px){
    .section-categ-tag ul{height: auto;}
}
.section-categ-tag ul li{
    padding: 0; 
}
.section-categ-tag ul li a:link{
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #28a745; 
    padding: 4px 10px;
    margin:0px 8px 4px 0px;
    border-radius: 4px;
}
.section-categ-tag ul li a:hover{
   background-color: #2abd43;
}

/* section-article-tag */
.section-article-tag {
    display: table;
    width: 100%;
    float: left;
    /*background-color: rgb(255, 247, 237);*/
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 10px;
}

.section-article-tag a{color: #ffffff!important;}

.section-article-tag h2 {
    font-size: 25px;
    color: #ec9729;
    padding-left: 40px;
    margin-bottom: 8px!important;
}
.section-article-tag i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    float: left;
    background-size: 100%;
}
.section-article-tag ul{
    list-style: none; width: 100%; padding: 0;
}
@media (max-width:991px){
.section-article-tag ul{height: auto;}
}
.section-article-tag ul li{
    padding: 0; 
}
.section-article-tag ul li a:link{
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #28a745; 
    padding: 4px 10px;
    margin:4px;
    border-radius: 4px;
    color: #ffffff!important;
}
.section-article-tag ul li a:hover{
   background-color: #2abd43;
}
.section-article-tag span{font-size: 15px; color: #505050; margin-left: 5px; }

.section-article-tag .like{background-image:url(/images/v5/icon-menu-like.svg);display:inline-block; margin-left: 5px;}

.section-article-tag .hot-tag{background-image:url(/images/v5/icon-menu-hot-tag.svg);display:inline-block; margin-left: 5px;}

.content-insert-button .read-more{background-image:url(/images/v5/icon-continue-reading.gif);display:inline-block; margin-right: 5px; height: 23px;}

.content-insert-button .address{background-image:url(/images/v5/icon-restaurant-location.svg);background-repeat:no-repeat;display:inline-block; margin-right: 5px; height: 26px;}

.section-article-tag .facebook {
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #365490!important;
    padding: 4px 10px;
    margin: 4px;
    border-radius: 4px;
    color: #ffffff!important;
}
.section-article-tag .facebook:hover {
    background-color: #4f77b7!important;
}

.section-article-tag .instagram {
  float: left;
  font-size: 15px;
  text-align: center;
  background: radial-gradient(circle at 50% -120%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.section-article-tag .instagram:hover {
  background: radial-gradient(circle at 50% -80%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)!important;}

/*section-article-publish*/

.section-article-publish {
    display: table;
    width: 100%;
    float: left;
    /*background-color: rgb(255, 247, 237);*/
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 10px;
}
.section-article-publish a{color: #ffffff!important;}
.section-article-publish h2 {
    font-size: 25px;
    color: #ec9729;
    padding-left: 40px;
    margin-bottom: 8px!important;
}
.section-article-publish i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    float: left;
    background-size: 100%;
}
.section-article-publish ul{
    list-style: none; width: 100%; padding: 0;
}
@media (max-width:991px){
.section-article-publish ul{height: auto;}
}
.section-article-publish ul li{
    padding: 0; 
}
.section-article-publish ul li a:link{
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #ec9729; 
    padding: 4px 10px;
    margin:4px;
    border-radius: 4px;
    color: #ffffff!important;
}
.section-article-publish ul li a:hover{
   background-color: #f9bf0c;
}
.section-article-publish .like{background-image:url(/images/v5/icon-menu-like.svg);display:inline-block; margin-left: 5px;}
.section-article-publish .publish-icon{background-image:url(/images/v5/icon-publish.svg);display:inline-block; margin-left: 5px;}

/*end section-article-publish*/

.content-insert-button {
    display: table;
    width: 100%;
    float: left;
    background-color: rgb(255, 247, 237);
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 0px 0px rgba(255,153,0,0.2);
}

.content-insert-button .info{margin-bottom: 5px; widows: 100%}

.content-insert-button i {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    float: left;
    background-size: 100%;
}
.content-insert-button a:{color: #28a745!important;}

.content-insert-button h5{font-size: 18px;}
@media screen and (max-width:676px) {.content-insert-button h5{font-size: 15px;}}
.content-insert-button tag{font-size: 15px;}

/*recipe Card*/
.recipe-card-title{width: 100%; margin: 0 auto; text-align: center;}
.recipe-card-title img{height: 50px;cursor:default!important;}

.recipe-card-wrapper{width: 100%; float: left; margin: 10px 0 20px 0;/*background-color: #fff7ed; border-radius: 12px;
box-shadow: 0px 10px 8px 0px rgba(255,153,0,0.3); border:#ffc51b 2px solid;*/
}
/*@media (max-width: 767px) {.recipe-card-wrapper{width: 96%; margin: 5px 2% 25px 2%;}}*/

.recipe-card-wrapper .header{width: 100%; background-color: #ffc51b ; text-align: center; font-size: 21px; line-height: 38px; height: 40px; color: #000000; /*border-radius: 10px 10px 0 0;*/ overflow: hidden;}

.recipe-card-wrapper .info{background: #ffffff; width: 100%; padding: 10px 5px 5px 5px; float: left;border-top:#ec9729  2px solid; }
.recipe-card-wrapper .info span{color: #28a745;}
.recipe-card-wrapper .info ul{width: 100%; list-style: none; padding: 0; }
.recipe-card-wrapper .info ul li{width: 50%; float: left; text-align: center;font-size: 15px;  border-right:#fff7ed 2px solid; }
.recipe-card-wrapper .info ul li:last-child{border-right:none;}
.recipe-card-wrapper .info ul li img{width: 26px;}
.recipe-card-wrapper .list{width: 100%; float: left; background-color: #fff7ed;}
.recipe-card-wrapper .list img{display: inline-block}
.recipe-card-wrapper .list span{color: #28a745;}
.recipe-card-wrapper .list ul{width: 100%; list-style: none; padding: 0; }
.recipe-card-wrapper .list ul li{width: 50%; float: left; text-align:left;font-size: 15px; padding: 5px;border-bottom:#ffffff 2px solid;}

/*
@media (max-width: 991px) {
.recipe-card-wrapper .list ul li{width: 100%; }
}*/
.recipe-card-wrapper .list ul li img{width: 22px; display: inline-block;}

.recipe-card-wrapper .ad{height: auto;margin-bottom: 2px; background-color: #ffffff; font-size: 15px; line-height: 0px; float: left; color: #777777;}

.recipe-card-wrapper .footer{width: 100%; border-radius:  0 0 10px 10px; background-color: #ffffff; float: left; padding: 5px;}
.recipe-card-wrapper .footer ul{width: 100%; list-style: none; padding: 0; }
.recipe-card-wrapper .footer ul li{width: 50%; float: left; text-align:left;font-size: 15px; padding: 5px;}
.recipe-card-wrapper .footer ul li img{width: 35px; height: 35px;  display: inline-block; padding: 5px; border-radius: 100%; border:#fff7ed 3px solid;}
.recipe-card-wrapper .footer ul li span{margin-left: 3px;font-size: 15px;}


.btn-next{  
    float: right;
     font-size: 15px;
    text-align: center;
    background-color: #ed9c34;
    padding: 0px 5px;
    border-radius: 4px;;}
    

.btn-next i{color: #fff; width: 10px;
    height: 10px; }

.btn-next .next{background: url(/images/v5/right.svg) no-repeat center top;}

/*
@media (max-width: 991px) {
.recipe-card-wrapper .list ul li{width: 100%; }
}*/
.recipe-card-wrapper .list ul li img{width: 22px; display: inline-block;}

.recipe-card-wrapper .ad{height: auto;margin-bottom: 2px; background-color: #ffffff; font-size: 15px; line-height: 0px; float: left; color: #777777;}

.recipe-card-wrapper .footer{width: 100%; border-radius:  0 0 10px 10px; background-color: #ffffff; float: left; padding: 5px;}
.recipe-card-wrapper .footer ul{width: 100%; list-style: none; padding: 0; }
.recipe-card-wrapper .footer ul li{width: 50%; float: left; text-align:left;font-size: 15px; padding: 5px;}
.recipe-card-wrapper .footer ul li img{width: 35px; height: 35px;  display: inline-block; padding: 5px; border-radius: 100%; border:#fff7ed 3px solid;}
.recipe-card-wrapper .footer ul li span{margin-left: 3px;font-size: 15px;}


/* CP Card*/
.cp-card-star{
    margin: 0 auto;
    width: 375px;
    height:30px;
    margin-top: 40px;
}
.cp-card-wrapper{
    margin: 0 auto;
    width: 375px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 5px rgba(238,238,238,1);
    margin-bottom: 30px;
}
@media (max-width:414px){ .cp-card-wrapper{width: 375px;}}
@media (max-width:375px){ .cp-card-wrapper{width: 342px;}}

.cp-card-wrapper .header{
    width: 100%;
    height:139px;
    background-image:url(/images/v5/cp-card/card-header-bg.png);
    background-repeat:none;
    border-radius: 10px 10px 0 0;
    float: left;
}
.cp-card-wrapper .header .logo{padding: 2px 10px 8px 10px}
.cp-card-wrapper .header .logo img{width: 100%}
.cp-card-wrapper .header .title{font-size: 19px;height: 28px; overflow: hidden; color: #ffffff; text-align: left; padding: 0 10px; }
.cp-card-wrapper .header .tag{width: 375px;height: 40px; overflow: hidden}
.cp-card-wrapper .header .tag ul{float:left; padding: 0;}
.cp-card-wrapper .header .tag ul li{
    margin: 8px 0px 0 10px;
    list-style: none; 
    float:left; }
.cp-card-wrapper .header .tag ul li a{
    float: left;
    font-size: 15px;
    text-align: center;
    background-color: #28a745;
    padding: 3px 9px;
    border-radius: 4px;
    color: #ffffff!important;
    border:#ffffff 1px solid;
}
.cp-card-wrapper .header .tag ul li a:hover{
    background-color: #2abd43;
}
.cp-card-wrapper .content{width: 100%; text-align: left;padding: 10px; margin-top: 20px;}

.cp-card-wrapper .footer{width: 100%; padding: 0px 10px 10px 10px;}

.cp-card-wrapper .footer .restaurant-btn{width: 100%; height: 40px; background-color: #eeeeee; color: #ec9729; font-size: 17px; border-radius: 40px; line-height: 40px; transition: all 0.25s ease-in-out;}

.cp-card-wrapper .footer .restaurant-btn:hover{background-color: #ec9729; color: #ffffff; transition: all 0.25s ease-in-out;}

.cp-card-wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0!important;
    background-color: transparent;
}
.cp-card-wrapper .table img{width: 22px!important; height: 22px!important; text-align: right;}
.cp-card-wrapper .table .tag{width: 80px; color: #ec9729;}
.cp-card-wrapper .table .text{color: #000000;}
.cp-card-wrapper .table td, .table th {
    padding: 10px 5px 10px 5px;!important;
    vertical-align: top;
    border-bottom: 1px solid #e9ecef;
    border-top: 0px solid #ffffff;
}

.cp-card-footer-button-wrapper{ 
    width: 820px; 
    position: fixed; bottom: 60px; z-index: 999;}

@media (max-width:767px){ .cp-card-footer-button-wrapper{max-width: calc(95%);margin: 0 auto;}}

.cp-card-footer-button-wrapper .card-btn{width: 160px;; height: 40px; background-color: #28a745; color: #ec9729; border-radius: 40px; line-height: 33px; text-align: center;margin: 0 auto; transition: all 0.25s ease-in-out;}

.cp-card-footer-button-wrapper .card-btn:hover{background-color: #2abd43; color: #ffffff; margin-bottom: 5px; transition: all 0.25s ease-in-out;}

.cp-card-footer-button-wrapper .card-btn img{width: 100px;}


/* end of CP Card*/

/*cp card share*/

.cp-card-wrapper .btn-share {
    color: #fff;
    background-color: #28a745;
    border:#ffffff 2px solid;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    float: right;
    margin: -10px 30px 0 0;
}

.cp-card-wrapper .btn-share:hover {
    background-color: #2abd43;
    border:#ffffff 2px solid;
}
.cp-card-wrapper .modal-content .share-icon{padding: 0!important; }
.cp-card-wrapper .modal-content .share-icon i{margin: 0 10px; width: 40px; height: 40px; background-color: #28a745; border-radius: 100%; color: #ffffff; line-height: 40px;}

.cp-card-wrapper .modal-content .share-icon .fa-facebook:hover{background-color: #3b5998 !important;}

.cp-card-wrapper .modal-content .share-icon .fa-instagram:hover{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}

.cp-card-wrapper .modal-content .share-icon .fa-youtube:hover{background-color: #bb0000 !important;}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
}

.cp-card-wrapper .modal-dialog-centered {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.cp-card-wrapper .modal-content{min-height: calc(100% - (.5rem * 2))!important; margin: 0 auto;}

@media (max-width:414px){.hidden-mobile{display: none;}}

.fa-line:before {
  content: "";
background-image: url(/images/v5/icon-share-line.svg);
background-repeat: no-repeat;
background-position: 50%;
width: 20px;
background-size: 100%;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
}

.fa-link:before {
  content: "";
background-image: url(/images/v5/icon-share-link.svg);
background-repeat: no-repeat;
background-position: 50%;
width: 20px;
background-size: 100%;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
}

.fa-facebook:before {
  content: "";
background-image: url(/images/v5/icon-share-fb.svg);
background-repeat: no-repeat;
background-position: 50%;
width: 20px;
background-size: 100%;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
}

.fa-whatsapp:before {
  content: "";
background-image: url(/images/v5/icon-share-wsapp.svg);
background-repeat: no-repeat;
background-position: 50%;
width: 20px;
background-size: 100%;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-bottom: 3px;
}

.join-member .box p {
	text-align: center;
}

.hs-responsive-embed { 
	position: relative; 
	height: 0; 
	width: 100%;
	overflow: hidden; 
	padding-top: 0; 
	padding-left: 0; 
	padding-right: 0; 
}
@media only screen and (min-width: 768px) {
 		.hs-responsive-embed iframe, 
	.hs-responsive-embed object, 
	.hs-responsive-embed embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		border: 0; 
	}
}	
@media only screen and (max-width: 768px) {
 		.hs-responsive-embed iframe, 
	.hs-responsive-embed object, 
	.hs-responsive-embed embed { 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		border: 0; 
	}
}
	
.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
	padding-bottom: 56.25%; 
}

.uf-ugc-icon{margin: 0px;}
.uf-ugc-icon ul{width: 100%; padding: 0; float: left;}
.uf-ugc-icon ul li {list-style: none; float: left; font-size:15px; margin: 0 20px 10px 0;}
.uf-ugc-icon ul li img{width: 48px; height: 48px; margin-right: 5px;}

.uf-ugc-icon ul li a{color: #333333; }
.uf-ugc-icon ul li a:hover{color: #ec9729; }
.uf-ugc-icon ul li tag{color: #333333; }
@media (max-width: 767px){.uf-ugc-icon ul li tag{display: none;}}
.uf-ugc-icon ul li .number {color: #ec9729; margin-left: 3px;}

@media (max-width: 767px){.uf-ugc-icon ul li .number {background-color:#ec9729; color: #fff; width: 40px; height: 40px; border-radius:40px; font-size: 13px; margin-left: -20px; padding: 2px;}}

.recipe-collection-btn{
    margin:10px 0 30px 5px; width: 73.9%;}

.recipe-collection-btn .title{
    color: #ffffff;
    font-size: 18px;
    padding: 8px 10px 8px 35px;
    display: inline-block;
    vertical-align: middle;
}
.recipe-collection-btn .button{
    background-color: #ec9729;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    background-image:url(/images/v5/recipe/icon-collection.png)!important; 
    background-repeat: no-repeat;
    background-position: left;
    }

.btn-readmore{
    width:90%;
    margin: auto;
}

.break {
  word-break: break-all;
}

@media (max-width: 991px){
    .recipe-collection-btn{width: 98.5%;}}

@media (max-width: 575px){
    .recipe-collection-btn{width: 99.2%; font-size: 16px;}}

.recipe-collection-btn .button:hover{background-color: #fcb253;}


.step_text{color:#ec9729; font-weight: 600; }
.note{color:#797979;padding-bottom: 30px; margin-bottom:35px;position: relative; border-bottom:#e4e4e4 1px solid;}
.note img{  width: 83px; float: left; }
.note .text1{float: left;}


.pagelabel-m{
    display: block;
    text-align: left;
    color: #9B5800;
    font-size: 0.7rem;
}
.pagetitle-m{
  color: #fff;
  text-align: left;
  font-size: 0.7rem;
  display: block;
  padding-top: 0.4rem;
}
.pagetitle-home{
 color: #fff;
  text-align: left;
  display: block;
  vertical-align: middle;
  padding-top: 1.2rem;
}

.pagetitle-destop{
padding-top: 1.5rem;
float: left;
}
.pagetitle-video{
padding-top: 1rem;
float: left;
}
.pagetitle-video-m{
   color: #fff;
  text-align: left;
  font-size: 0.95rem;
  display: block;
  padding-top: 0.8rem;
}
.icon.page-video-channel {
    background-image: url(/images/v5/icon-new-video.svg);
}
.icon.page-home-channel {
    background-image: url(/images/v5/icon-new-home.svg);
}
.icon.page-kitchen-channel {
    background-image: url(/images/v5/icon-new-kitchen.svg);
}
.icon.page-unboxing-channel {
    background-image: url(/images/v5/icon-unboxing.svg);
}
@media only screen and (max-width: 1000px) {
  .moblie-pagelabel {display:block!important;}
}

@media only screen and (max-width: 767px) {
  .moblie-pagelabel {display:block!important;}
}

@media only screen and (max-width: 375px) {
  .moblie-pagelabel {display:block!important;}
  }
.blue-tag{color: #007bff!important;}

@media only screen and (max-width: 320px) {
     .recipe-collection-btn .title {
         font-size: 0.8rem!important;
         padding: 0px!important;
    }
    .btn-readmore{
        width: 90%;
        padding: 0 0 0 35px!important;
    }
    .recipe-collection-btn .button{
        height: 50px!important;
    }
    .recipe-collection-btn .button {
    background-size: 10%;
}
 
}
@media (min-width: 321px) and (max-width: 370px) {
       .recipe-collection-btn .title {
         font-size: 1rem!important;
         padding: 0px!important;
    }
    .btn-readmore{
        width: 90%;
        padding: 0 0 0 35px!important;
    }
    .recipe-collection-btn .button{
        height: 50px!important;
    }
     .recipe-collection-btn .button {
    background-size: 10%;
}

}
@media (min-width: 371px) and (max-width: 800px) {
     .recipe-collection-btn .title {
         font-size: 1rem!important;
         padding: 0px!important;
    }
    .btn-readmore{
        width: 80%;
        padding: 0 0 0 30px!important;
    }
    .recipe-collection-btn .button{
        height: 50px!important;
    }
         .recipe-collection-btn .button {
    background-size: 10%;
}

}
@media (min-width: 801px) and (max-width: 1080px) {
         .recipe-collection-btn .title {
         font-size: 1.1rem!important;
         padding: 0px!important;
    }
    .btn-readmore{
        width: 80%;
        padding: 0 0 0 30px!important;
    }
    .recipe-collection-btn .button{
        height: 55px!important;
    }
    .recipe-collection-btn .button {
    	background-size: 10%;
	}
}

  /*deeplink*/
  
.op-container {
    position: relative;
    top: 5px;
    z-index: 1;
}
.op-container .op-wrapper {
    position: absolute;
    top: 0;
    left: calc(50% - 107px);
}
@media only screen and (max-width: 1024px) {
    .op-container .op-wrapper {
        left: auto;
    }
}
@media only screen and (max-width: 755px) {
    .op-container .op-wrapper {
        left: auto;
    }
}
.op-container .opLink-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ec9729;
    padding: 6px 10px 6px 24px;
    border-radius: 100px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.op-container .opLink-group .button-group {
    padding-right: 15px;
}
.op-container .opLink-group .button-group img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
    .op-container .opLink-group .button-group img {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 755px) {
    .op-container .opLink-group .button-group img {
        width: 24px;
        height: 24px;
    }
}
.op-container .opLink-group .button-group a {
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 1024px) {
    .op-container .opLink-group .button-group a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 755px) {
    .op-container .opLink-group .button-group a {
        font-size: 14px;
    }
}
.op-container .opLink-group .op-close {
    font-size: 11.4px;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    text-align: center;
}
.op-container .opLink-group .op-close .op-closeb-button {
    cursor: pointer;
}
.op-container.desktop-display {
    display: block;
}
@media (max-width: 1024px) {
    .op-container.desktop-display {
        display: none;
    }
}
.op-container.op-mobile-display {
    display: none;
}
@media (max-width: 1024px) {
    .op-container.op-mobile-display {
        display: flex;
        justify-content: center;
        align-items: center;
        left: auto;
    }
}   
        
.stick-progress.with--openApp .navbar-container {
	height: 50px;
	padding: 0;
	margin: 0;
	background: rgba(236, 151, 41, 0.7); 
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container {
  		height: 75px; 
  	} 
}
@media screen and (min-width: 992px) {
	.stick-progress.with--openApp .navbar-container {
  		background: rgba(236, 151, 41, 0.7); 
  	} 
}
.stick-progress.with--openApp .navbar-container .navbar-wrapper {
	position: relative;
	padding: 0;
	margin: auto;
	height: 50px;
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container .navbar-wrapper {
		height: 75px;
	}
}
.stick-progress.with--openApp .navbar-container .progress-header {
	background: transparent;
	padding: 0 115px 0 51px; 
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container .progress-header {
		padding-right: 128px; 
	} 
}
@media (min-width: 992px) {
	.stick-progress.with--openApp .navbar-container .progress-header {
		max-width: 960px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%); 
	} 
}
@media (min-width: 1170px) {
	.stick-progress.with--openApp .navbar-container .progress-header {
		max-width: 1170px; 
	} 
}
@media only screen and (min-width: 1200px) {
  	.stick-progress.with--openApp .navbar-container .progress-header {
		max-width: 1200px;
	}
}
@media (max-width: 375px) {
  	.stick-progress.with--openApp .navbar-container .progress-header {
		padding-right: 102px; 
	}
}
@media only screen and (max-width: 320px) {
  	.stick-progress.with--openApp .navbar-container .progress-header {
		padding-right: 90px;
	} 
}
.stick-progress.with--openApp .navbar-container .navbar-progress {
	display: block;
	position: absolute;
	width: 51px;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media only screen and (min-width: 576px) {
 	.stick-progress.with--openApp .navbar-container .navbar-progress {
		padding-top: 15px;
		padding-bottom: 15px; 
	} 
}
@media only screen and (min-width: 767px) {
	.stick-progress.with--openApp .navbar-container .navbar-progress {
		padding-top: 15px;
		padding-bottom: 15px;
	} 
}
.stick-progress.with--openApp .navbar-container .navbar-progress button {
	  height: 100%;
	  border-right: solid 1px #fff;
	  padding-right: 13px;
	  border-radius: 0; 
}
.stick-progress.with--openApp .navbar-container .navbar-progress i {
	  color: #fff;
	  font-size: 1.7rem; 
}
.stick-progress.with--openApp .navbar-container .header-right {
	display: block;
}
.stick-progress.with--openApp .navbar-container .header-right .topPageTitle {
	  display: block;
	  -o-text-overflow: ellipsis;
		 text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden; 
}
@media (max-width: 575px) {
	.stick-progress.with--openApp .navbar-container .header-right .topPageTitle {
	 	font-size: 12px; 
	}
}
@media only screen and (max-width: 320px) {
	.stick-progress.with--openApp .navbar-container .header-right .topPageTitle {
		font-size: 13px;
	}
}
@media only screen and (max-width: 320px) {
	.stick-progress.with--openApp .navbar-container .header-right span.label {
		font-size: 12px;
	}
}
@media only screen and (max-width: 320px) {
  	.stick-progress.with--openApp .navbar-container .header-right span {
		padding-left: 6px !important;
	}
}
.stick-progress.with--openApp .navbar-container .openApp-progress {
	display: block;
	position: absolute;
	width: 98px;
	height: 50px;
	top: 0;
	right: 0;
	margin-right: 10px;
}
@media (max-width: 375px) {
  	.stick-progress.with--openApp .navbar-container .openApp-progress {
		width: 92px;
	} 
}
@media only screen and (max-width: 320px) {
 	.stick-progress.with--openApp .navbar-container .openApp-progress {
		width: 80px;
		margin-right: 8px; 
	} 
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress {
		width: 118px;
		height: 75px;
		margin-right: 12px; 
	}
}
@media only screen and (min-width: 992px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress {
		margin-right: 10px; 
	}
}
@media (min-width: 1025px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress {
		display: none;
	}
}
.stick-progress.with--openApp .navbar-container .openApp-progress .opLink-group {
	padding-top: 8px;
	padding-bottom: 8px; 
}
@media (max-width: 375px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress .opLink-group {
  		padding-top: 9px;
  		padding-bottom: 9px;
  	}
}
@media only screen and (max-width: 320px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress .opLink-group {
  		padding-top: 9px;
 		padding-bottom: 9px;
 	}
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress .opLink-group {
	  	padding-top: 13px;
	  	padding-bottom: 13px;
	}
}
.stick-progress.with--openApp .navbar-container .openApp-progress .button-group {
  	background-color: #fff;
  	border-radius: 5px; 
}
.stick-progress.with--openApp .navbar-container .openApp-progress a {
	font-size: 14px;
  	font-weight: 500;
  	padding: 7px 11px 6px;
 }
@media (max-width: 375px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress a {
  		font-size: 13px;
  	}
}
@media only screen and (max-width: 320px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress a {
  		padding: 6px 5px 5px; 
  	} 
}
@media (min-width: 576px) {
	.stick-progress.with--openApp .navbar-container .openApp-progress a {
  		font-size: 18px;
  		padding: 11px 11px 11px; 
  	} 
}

@media (min-width: 992px) {
  .related-article.related-article-new .container {
    max-width: 100%;
  }
}

@media (min-width: 1170px) {
  .related-article.related-article-new .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1200px) {
  .related-article.related-article-new .container {
    max-width: 1200px;
  }
}

.related-article.related-article-new h2 {
  margin-bottom: 5px;
}

@media (max-width: 425px) {
  .related-article.related-article-new h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .related-article-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.related-article.related-article-new .listing {
  display: block;
  padding-bottom: 15px;
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing {
    padding-bottom: 10px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing {
    display: block;
    padding-bottom: 12px;
  }
}

.related-article.related-article-new .listing img {
  float: left;
  width: unset;
  height: 90px;
  margin-right: 0;
}

@media (min-width: 576px) {
  .related-article.related-article-new .listing img {
    width: 33%;
    height: unset;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing img {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .related-article.related-article-new .listing img {
    width: 210px;
    height: unset;
  }
}

.related-article.related-article-new .listing .card-block {
  display: inline-block;
  padding-left: 15px;
  width: 50%;
  margin-left: 0;
  vertical-align: unset;
}

@media (min-width: 426px) {
  .related-article.related-article-new .listing .card-block {
    display: table;
    width: 60%;
  }
}

@media (min-width: 576px) {
  .related-article.related-article-new .listing .card-block {
    width: 48%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing .card-block {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .related-article.related-article-new .listing .card-block {
    width: unset;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .card-block {
    vertical-align: top;
    padding-left: 10px;
    width: 56%;
  }
}

.related-article.related-article-new .listing .card-block .card-tag a {
  color: #fff;
  background-color: #28a745;
  font-size: 17px;
  line-height: 1.5;
  padding: 3px 11px 4px 10px;
  border-radius: 3px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing .card-block .card-tag a {
    font-size: 15px;
    padding: 2px 8px 2px 7px;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .card-block .card-tag a {
    font-size: 15px;
    padding: 2px 8px 2px 7px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing .card-block .card-tag {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .card-block .card-tag {
    display: block;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .card-block h6 {
    margin-bottom: 5px;
  }
}

.related-article.related-article-new .listing .card-title {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #505050;
}

@media (min-width: 769px) {
  .related-article.related-article-new .listing .card-title {
    overflow: hidden;
    height: 64px;
    min-height: 64px;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .card-title {
    font-size: 16px;
    overflow: hidden;
    height: 62px;
    min-height: 62px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .related-article.related-article-new .listing .card-title a {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .related-article.related-article-new .listing .for-mobile {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 150px;
  }

  .related-article.related-article-new .listing .for-mobile:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90px;
    overflow: hidden;
  }

  .related-article.related-article-new .listing .for-mobile img {
    height: 90px;
  }

  .related-article.related-article-new .listing .for-mobile > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 370px) {
  .related-article.related-article-new .listing .for-mobile {
    width: 120px;
  }
}

.related-article.related-article-new .related-article-list {
  padding: 15px 10px 0 !important;
}

@media (max-width: 425px) {
  .related-article.related-article-new .related-article-list {
    padding: 10px 10px 0 !important;
  }
}

.miniprograme {
			padding: 0;
			overflow: hidden;
		}
		.miniprograme .member-text div > img {
			width: 100px;
			border-radius: 12px;
			margin-bottom: 16px;
			-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
			-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
			box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);
		}
		.miniprograme .box {
			position: relative;
			padding: 20px;	
		}
		.miniprograme .box > img {
/* 			width: 300px;
 			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);  */
		}
		.bg{
			width:300px
		}
		.miniprograme .product-highlights {
			font-weight: 500;
			line-height: 0px;
			background: #fff;
			padding: 0 10px;
			color: #f2b22e;
			margin-bottom: 10px;
			line-height: 40px;
		}
		.miniprograme .member-text p {
			background: rgb(242, 178, 46);
			position: relative;
			margin-bottom: 10px 15px 18px;
			padding: 5px 15px 15px;
			-webkit-box-shadow: 7px 7px 0px 0px rgb(185, 71, 16);
			-moz-box-shadow: 7px 7px 0px 0px rgba(185, 71, 16);
			box-shadow: 7px 7px 0px 0px rgb(185, 71, 16);
			color: #fff;
			font-size: 16px!important;
			line-height: 20px;
		}
		.miniprograme .member-text p > a {
			position: absolute;
			left: 0;
			bottom: -70px;
			width: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			font-size: 16px!important;
			background: #28a745;
			color: #ffffff;
		}
		
		
		@media only screen and (max-width: 769px) and (min-width: 441px) {
			.miniprograme .box > img {
				height: auto;
				width: 100%;
			}
			.miniprograme .member-text div > img {
				width: 80%;
				margin-bottom: 0px;
			}
			.miniprograme .member-text > div {
				align-items: center;
				display: flex;
				text-align: center;
			}
			.miniprograme .member-text {
				width: 100%;
			}
			.miniprograme .member-text p{
				width: 100%;
				line-height: 25px;
			}
			.miniprograme .member-text p{
				font-size: 15px!important; 
			}
			.miniprograme .member-text p > a {
				font-size: 15px!important; 
				bottom: -57px!important;
			}
		}
		@media (max-width: 441px) {
			.miniprograme .box > img {
				height: auto;
				width: 100%;
			}
			.miniprograme .member-text p{
				font-size: 15px!important; 
			}
			.miniprograme .member-text p > a {
				font-size: 15px!important; 
				bottom: -50px;
			}
			.miniprograme .member-text div > img {
				align-items: center;
				display: flex;
			}
			.miniprograme .product-highlights {
			   line-height: 30px;
			}
		}
		@media (max-width: 320px) {
			.miniprograme .member-text > div[class^='col'] {
				flex: 0 0 100%;
				max-width: 100%;
			}
			.miniprograme .member-text div > img {
				display: inline;
			}
		}
		@media only screen 
		and (min-device-width : 768px) 
		and (max-device-width : 1024px) 
		and (orientation : landscape) { 
			.miniprograme .member-text div > img {
			   width: 30%;
			}
		}

		.recipeCustomTitle{
            font-size: 15px;
            list-style-type: none;
            padding-left: 30px;
		}

.app_banner {
    text-align: center;
}
.app_banner p {
    color: #212529;
    padding-bottom: 0;
    margin-bottom: 0;
}
.app_banner a p {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #197cbc;
}
.app_banner img {
    max-width: 480px;
}
.breadcrumb-text {
    font-size: 15px;
    margin-top: 15px;
    color: #757575;
}

.breadcrumb-text a{
    font-size: 15px;
    margin-top: 15px;
    color: #757575;
}

.breadcrumb-text-over {
    color: #ec9729;
    font-weight: 500;
}

.hide {
    display: none;
}

.pswp {
    position: fixed
}

.pswp__error-msg {
    width: 100%!important;
    height: auto!important
}

.article-content>.container>.row:after,.article-content>.container>.row:before {
    content: '';
    display: table;
    clear: both
}

.article-content>.container>.row {
    clear: both;
    display: block;
    width: 100%;
    margin: auto
}

.article-content>.container>.row>.page-left {
    float: left
}

.page-right {
    position: sticky;
    top: 80px;
    float: right
}

ul.related-article-container {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 20px 15px 12px;
    list-style-type: none;
    padding-inline-start:15px}

li.related-article {
    color: #f9d400;
    padding: 0 0 8px;
    position: relative;
    left: -10px;
    padding-inline-start:15px;margin-bottom: 0
}

.page-right .side-component.ranking>ul>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 285px;
    color: #505050
}

.page-right .side-component.ranking>ul>li>a>h5 {
    display: inline;
    color: #505050
}

.mce-toc h2 {
    margin: 0 0 8px;
    padding: 16px 16px 0;
    font-family: "Noto Sans TC","lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #333
}

.mce-toc>ul {
    border-top: 1px solid #d3d3d3;
    margin: 9px 16px 0;
    counter-reset: item 0;
    padding-inline-start:0;padding-top: 9px;
    overflow: hidden
}

.mce-toc>ul>li {
    list-style-type: none;
    counter-increment: item;
    margin: 0 16px 0;
    padding: 8px 0 8px 0
}

.mce-toc>ul>li>a {
    color: #197cbc;
    font-family: "Noto Sans TC","lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #ec9729
}

.mce-toc>ul>li>ul {
    list-style-type: "．";
    padding-inline-start:38px;padding: 10px 0 0 32px
}

.mce-toc>ul>li>ul>li>a {
    font-family: "Noto Sans TC","lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #333
}

.infinite-container>.modal-backdrop.show {
    z-index: 95
}

@media (min-width: 768px) {
    .mce-toc {
        width:fit-content;
        height: auto;
        margin: 0 24px 11px 0;
        border-radius: 8px;
        background-color: #fefbf8;
        position: relative
    }

    .mce-toc>ul>li>ul>li {
        min-height: 30px
    }

    .mce-toc .toc-toggle {
        width: 100%;
        height: 40px;
        padding: 8px 0;
        border-radius: 8px;
        background: linear-gradient(to top,#fefbf8 80%,rgba(247,250,253,0));
        position: absolute;
        bottom: 0
    }

    .mce-toc .toc-more {
        width: 77px;
        display: block;
        margin: auto;
        cursor: pointer
    }

    .mce-toc .toc-close {
        width: 49px;
        display: none;
        margin: auto;
        cursor: pointer
    }

    .page-left .mce-toc>ul.closed {
        padding-bottom: 0;
        max-height: 285px
    }

    .page-right .mce-toc>ul.closed {
        padding-bottom: 0;
        max-height: 285px
    }

    .mce-toc>ul.opened {
        padding-bottom: 25px
    }

    .page-right .mce-toc {
        width: 300px;
        margin: 0
    }

    .page-right .mce-toc>ul>li>ul>li {
        width: auto;
        height: auto
    }

    .page-right .mce-toc li * {
        vertical-align: text-top
    }

    .page-right .mce-toc a {
        margin-bottom: 0
    }

    .page-right .mce-toc.closed {
        overflow: hidden
    }

    .toc-mobile {
        display: none
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .mce-toc {
        width:fit-content;
        border-radius: 8px;
        background-color: #fefbf8;
        position: fixed;
        top: 177px;
        right: -100%;
        z-index: 97;
        margin: 0;
        height: calc(100vh - 227px);
        overflow-y: auto;
        max-width: 80vw;
        transition-property: right;
        transition-duration: .5s;
        transition-timing-function: linear
    }

    .mce-toc li * {
        vertical-align: text-top
    }

    .mce-toc .toc-toggle {
        display: none
    }

    .mce-toc.active {
        right: 0
    }

    .toc-mobile {
        float: right;
        position: sticky;
        top: 290px;
        right: 0;
        display: inline-flex;
        background: #197cbc;
        padding: 12px 16px;
        border-radius: 24px 0 0 24px;
        background-color: #ec9729;
        z-index: 96;
        cursor: pointer;
        transition-property: right;
        transition-duration: .4s;
        transition-timing-function: linear
    }

    .toc-mobile.active {
        transition-timing-function: ease-in-out;
        transition-duration: .55s
    }

    .toc-mobile p {
        width: 32px;
        height: 24px;
        margin: 0 0 0 6px;
        font-family: NotoSansTC;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }

    .article-head.with-toc {
        margin-top: -48px
    }
}

@media (max-width: 575px) {
    .mce-toc {
        width:fit-content;
        border-radius: 8px;
        background-color: #f7fafd;
        position: fixed;
        top: 147px;
        right: -100%;
        z-index: 97;
        margin: 0;
        height: calc(100vh - 197px);
        overflow-y: auto;
        max-width: 80vw;
        transition-property: right;
        transition-duration: .5s;
        transition-timing-function: linear
    }

    .mce-toc>ul>li>ul>li>a {
        font-family: "Noto Sans TC","lucida grande",tahoma,verdana,arial,sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.57;
        letter-spacing: normal;
        color: #333
    }

    .mce-toc li * {
        vertical-align: text-top
    }

    .mce-toc .toc-toggle {
        display: none
    }

    .mce-toc.active {
        right: 0
    }

    .toc-mobile {
        float: right;
        position: fixed;
        top: 290px;
        right: 0;
        display: inline-flex;
        background: #ec9729;
        padding: 12px 16px;
        border-radius: 24px 0 0 24px;
        background-color: #ec9729;
        z-index: 96;
        cursor: pointer;
        transition-property: right;
        transition-duration: .4s;
        transition-timing-function: linear
    }

    .toc-mobile.active {
        transition-duration: .55s;
        transition-timing-function: cubic-bezier(.42,0,.72,.94)
    }

    .toc-mobile p {
        width: 32px;
        height: 24px;
        margin: 0 0 0 6px;
        font-family: NotoSansTC;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff
    }

    .article-head.with-toc {
        margin-top: -48px
    }
}

@media (max-width: 767px) {
    .toc-mobile2 {
        position:fixed;
        top: 290px;
        padding: 12px 6px 12px 16px;
        float: right;
        right: 0;
        display: inline-flex;
        background: #ec9729;
        border-radius: 24px 0 0 24px;
        background-color: #ec9729;
        z-index: 96;
        cursor: pointer;
        transition-property: right;
        transition-duration: .5s;
        transition-timing-function: linear
    }

    .toc-mobile2.active {
        right: 0;
        display: block
    }

    .toc-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 95;
        background-color: #000
    }

    .toc-backdrop.show {
        opacity: .5
    }
}

.page-left .side-component.ranking {
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.page-left .side-component.ranking>ul>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #505050
}

.page-left .side-component.ranking>ul>li>a>h5 {
    display: inline;
    color: #505050
}

@media (min-width: 768px) {
    .page-left .side-component.ranking:not(.desktop-visible) {
        display:none
    }

    .page-left .side-component.ranking.desktop-visible {
        display: block;
        width: 100%;
        margin: 0 auto 30px
    }
}

@media (max-width: 767px) {
    .page-left .side-component.ranking {
        display:block;
        width: 100%;
        margin-bottom: 30px
    }
}

.page-left .side-component.ranking>ul>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color: #505050
}

.page-left .side-component.ranking>ul>li>a>h5 {
    display: inline;
    color: #505050
}

div.infinite-article:nth-of-type(1) #content-main.content-main .content-lazy:not(.cv-visible)>div,div.infinite-article:nth-of-type(1) #content-main.content-main .content-lazy:not(.cv-visible)>p {
    content-visibility: auto
}

#content-main.content-main .content-lazy.cv-visible>div,#content-main.content-main .content-lazy.cv-visible>p {
    content-visibility: visible;
}

.icon.rank {
    background-image: url(/images/v5/icon-menu-26.svg);
    background-repeat: no-repeat;
}

.side-component.ranking {
    background-color: #f7f7f7;
    width: 300px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px
}

.infinite-article:first-of-type .side-component.ranking.mobile-d-n {
    display: none
}

.side-component.ranking .section-title div:last-child {
    text-align: left!important;
    float: left!important;
}

.side-component.ranking .index-listing {
    border-bottom: none;
    margin: 5px
}

.side-component .index-listing .card-title-first {
    font-size: 17px;
    border-top: none;
    margin-left: 0;
    border-radius: 0;
    vertical-align: top;
    height: auto;
    display: table;
    padding: 0
}

.side-component.ranking .card-title-first span {
    font-size: 1.5rem;
    color: #b58d72;
    border-radius: 2px;
    width: 20px;
    height: 20px
}

.side-component.ranking div.card-block:nth-child(-n+3) span.label {
    background-color: #464e56
}

.side-component.ranking ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.side-component.ranking li {
    padding: 15px 10px 0 15px
}

.side-component.ranking li a {
    padding-left: 28px;
    margin-bottom: 2px;
    display: inline-block
}

.side-component.ranking li:nth-child(odd) {
    background-color: #f1f8ff
}

.side-component.ranking li .card-title-first {
    font-size: 15px;
    color: #505050;
    border-top: none;
    margin-left: 0;
    border-radius: 0;
    vertical-align: top;
    height: auto;
    display: table;
    padding: 0
}

.side-component.ranking li:nth-child(-n+3) .card-title-first {
    font-size: 17px
}

.side-component.ranking li span.label {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 500;
    color: #5d2e10;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    line-height: 6px;
    text-align: right;
    padding-right: 2px;
    background-color: #d8d8d8
}

.side-component.ranking li:nth-child(-n+3) span.label {
    background-color: #f8dbb5
}

.side-component.ranking.mobile-d-n {
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px
}

.ranking-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .ranking-mobile {
    display: block;
  }
}

.ranking-display {
    display: block!important;
}

@media screen and (max-width: 992px) {
    .content-main .tips-wrapper.more-than-three:before {
        position:absolute;
        right: 16px;
        margin-top: -30px;
        content: "如受螢幕所限，請向右掃查看更多內容 →";
        color: #b4b4b4;
        font-size: 12px
    }
}

.content-main .table-wrapper {
    display: block;
    overflow-x: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 2px 16px;
}

.content-main .table-wrapper table {
    border-radius: 1px;
    border-style: hidden;
    box-shadow: 0 0 0 2px rgb(221, 161, 84);
    text-align: center;
    er; */color: #333;
    background: #fff!important;
}

.content-main .table-wrapper table td,.article-content .table-wrapper table th {
    border: 2px solid #DDA154;
    padding: 16px;
    min-width: 120px
}

.content-main .table-wrapper table tr:first-child {
    background-color: #FFFAF6;
}

.content-main .table-wrapper table tr:first-child td {
    color: #EC9729;
    font-weight: 500;
    padding: 28px
}

.content-main .table-wrapper table tr:not(:first-child) td:first-child {
    background-color: #FFFAF6;
    color: #EC9729;
    font-weight: 500;
    padding: 28px
}