/************************************/
/********* Blog Middle CTA **********/
/************************************/
#Blog-Page #related_post ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}

#Blog-Page #related_post ul li {
  position: relative;  
  padding-left: 20px;
  font-size: 15px;
}

#Blog-Page #related_post ul li a:after {
  font-family: "fontawesome";
  content: '\f054';
  left: 0.6em;
  font-size: 12px;
  color: #ff9900;
  position: absolute;
  top: 2px;
}

#Blog-Page .post-footer-list ul {
  padding-left: 0px;
  margin-top: 20px;
}

#Blog-Page .post-footer-list ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  padding-left: 10px;
}

#Blog-Page .post-footer-list ul li:before {
  display: none; 
}

#Blog-Page .post-footer-list ul li a {

}
.pagination-blog .pagination-item a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; 
}

.Blog-Detail .cta-middle, .Blog-Detail .middle-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  margin: 0px 0px 30px;
  width: calc(100%);
}

.Blog-Detail .cta-middle .Column--6, .Blog-Detail .middle-cta .Column--6 {
  padding: 0;
}

.Blog-Detail .cta-middle .Column--6 .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6 .hs-cta-wrapper {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
}

.Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
  margin-right: 5px;  
}

.Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
  margin-left: 5px;  
}

@media (min-width: 960px){
  .Blog-Detail .cta-middle .Column--6:first-child, .Blog-Detail .middle-cta .Column--6:first-child {
    text-align: left;

  }
  .Blog-Detail .cta-middle .Column--6:last-child, .Blog-Detail .middle-cta .Column--6:last-child {
    text-align: right;
  }
}
@media (max-width: 959px){
  .Blog-Detail .cta-middle .Column--6:first-child, .Blog-Detail .middle-cta .Column--6:first-child {
    margin-bottom: 15px;
  }
  .Blog-Detail .cta-middle .Column--6:first-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:first-child .hs-cta-wrapper {
    margin-right: 0;
  }
  .Blog-Detail .cta-middle .Column--6:last-child .hs-cta-wrapper, .Blog-Detail .middle-cta .Column--6:last-child .hs-cta-wrapper {
    margin-left: 0;
  }
  .Blog-Detail .cta-middle .Column--6, .Blog-Detail .middle-cta .Column--6 {
    text-align: center;
  }
}
/************************************/
/********* Blog pagination **********/
/************************************/
.Row.pagination-blog {
  -ms-flex-align: normal;
  align-items: normal;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.pagination-blog div:first-child {
  padding-right: 15px;
}

.pagination-blog div:last-child {
  padding-left: 15px;
}

.pagination-blog .pagination-item {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.pagination-blog .pagination-item a {
  color: #333;
  text-decoration: none;
  padding: 20px 32px;
  display: block;
  background-color: #f4f4f4;
  transition: all .3s;
  height: 100%;
  border: #ddd solid 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagination-blog .pagination-item a:hover {
  background-color: #333;
  color: #fff;
}

.pagination-blog .pagination-item .fa-angle-left {
  left: 12px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
}

.pagination-blog .pagination-item .fa-angle-right {
  right: 12px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
}

.Blog-Detail .blog-section {
  border-left: none;
}

@media (max-width: 959px) {
  .pagination-blog div:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .pagination-blog div:last-child {
    padding-left: 0;
  }
}


/************************************/
/********* Blog Middle CTA **********/
/************************************/
@media (max-width: 639px) {
  .Blog-Glossary #Glossary-Page .Row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.Blog-Glossary .Blog-List {
  margin-top: 30px;
}

@media (max-width: 959px) {
  .Blog-Glossary .Blog-List {
    margin-top: 0;
  }
}

.Blog-Glossary .Blog-List.post-top .Category-content li {
  width: calc(100%/3 - 10px);
}

.Blog-Glossary .Blog-List.post-top .Category-content li:nth-child(3n+2) {
  margin-left: 0;
}

.Blog-Glossary .Category-title {
  border-left: 4px solid #ffb546;
  font-size: 19px;
  margin: 18px 0 12px;
}

.Blog-Glossary .Category-title span {
  display: block;
  background: #ffffff;
  padding: 5px 13px 6px;
  border-bottom: 1px solid #d1d1d1;
  line-height: 28px;
  font-weight: bold;
}

.Blog-Glossary .Category-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
}

.Blog-Glossary .Category-content li {
  width: calc(100%/3 - 15px);
  font-size: 0.9rem;
  list-style: none;
  position: relative;
  margin-bottom: 0.7rem;
  margin-left: 15px;
}

.Blog-Glossary .Category-content li a {
  color: #666;
  padding-left: 15px;
}

.Blog-Glossary .Category-content li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  position: absolute;
  color: #ffb546;
  display: block;
  left: 0;
}

@media (max-width: 959px) {
  .Blog-Glossary .Category-content li {
    width: calc(100%/2 - 15px);
  }
}

.Blog-Glossary .Category-content.list {
  padding-left: 0;
}

.Blog-Glossary .Category-content.list li {
  margin-bottom: 20px;
}

.Blog-Glossary .Category-content.list li:first-child {
  display: none;
}

.Blog-Glossary .Category-content.list li:before {
  display: none;
}

.Blog-Glossary .Category-content.list li a {
  position: relative;
  color: #4a4a4a;
  padding: 10px 15px;
  font-size: 18px;
  background: #EFEFEF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Blog-Glossary .Category-content.list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.Blog-Glossary .Category-content.list li a:after {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #ffb546;
}

.Blog-Glossary #Blog-Sidebar {
  margin-top: 0;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar #button {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.status {
  height: calc(100% - 80px);
  overflow-y: scroll;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.status .show {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.status .hide {
  display: block !important;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 99;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed h3 {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed #button {
  display: block;
  margin: 0;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #1977b5;
  width: 100%;
  background: #dcdcdc;
  position: relative;
  z-index: 9;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed #button .fa-file-text-o {
  margin-right: 3px;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed #button .btn-toggle {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}

.Blog-Glossary #Blog-Sidebar .Blog-Sidebar.is-fixed ul {
  display: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box h3 {
  margin-bottom: 0;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box:first-child {
  margin-top: 0;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul {
  margin-top: 8px;
  padding-top: 7px;
  box-shadow: #8c8c8c 0px 0px 3px 0px;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:nth-child(2) {
  border-top: #ccc solid 1px;
}

/*.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:first-child a {
font-weight: 500;
color: #ffb546;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li:first-child a:before {
display: none;
} */

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 20px;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a .filter-link-count, .Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:after {
  display: none;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a:before {
  font-family: "fontawesome";
  content: '\f0da';
  margin-right: 15px;
  font-size: 1em;
  color: #ffb546;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a.active {
  background: #ffb546;
  color: white;
}

.Blog-Glossary #Blog-Sidebar .topic-list.box ul li a.active:before {
  color: white;
}

.Blog-Glossary .Blog-Detail #toc-box {
  margin: -50px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 819px) and (min-width: 640px) {
  .Blog-Glossary .Blog-Detail #Blog-Page .recent-posts a {
    width: 31%;
  }
}

.Blog-Glossary .recent-posts a {
  margin-bottom: 20px;
}

.Blog-Glossary #pagetop.status {
  opacity: 0;
  transition: opacity 0.3s;
}
.Blog-Glossary.Page .Hero--small.smallest .Hero-subtitle {
  font-weight: 500;
}
#related_resource ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
/*========================================
========== Blog New Style ================
========================================*/
.Blog-Detail .blog-section .post-body {
  font-size: 16px; 
}

.Blog-Detail .blog-section .post-body p {
  line-height: 2; 
  margin-bottom: 30px;
  margin-top: 30px;
}

/* .Blog-Detail .blog-section .post-body a:hover {
color: #70be74; 
} */

/*======== Responsive - Dung ============*/
@media screen and (max-width: 1399px) {
  .Blog-Detail .blog-section .post-body p {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
/*======== End Responsive - Dung ==========*/


/*========================================
========== 見出し =========================
========================================*/
.Blog-Detail .blog-section .post-body h2,
.Blog-Detail .blog-section .post-body h3,
.Blog-Detail .blog-section .post-body h4,
.Blog-Detail .blog-section .post-body h5 {
  padding-left: 0;
  background-color: transparent;
  color: inherit;
  margin-left: 0;
  margin-right: 0;
}

.Blog-Detail .blog-section .post-body h2 {
  padding: 0 20px;
  border-left: solid 5px #ff9900;
}

.Blog-Detail .blog-section .post-body h3 {  
  /*     border-left: solid 5px #e86481; */
  border-bottom: none;
}

.Blog-Detail .blog-section .post-body h4 {  
  border-left: 0;
}

.Blog-Detail .blog-section .post-body h5 {  
  border-left: 0;
}

.Blog-Detail .blog-section .post-body h6 {  
  border-left: 0;
  padding: 0px 20px;
}

.Blog-Detail .blog-section .post-body .text-highlight,
.Blog-Detail .blog-section .post-body strong {
  background: linear-gradient(#fff 85%, #ff9900 76%);
  border-radius: 2px;
  font-weight: 600;

  background: linear-gradient(transparent 60%, #ffffa8 0%);
  font-weight: bold;
}


/*========================================
========== OL/UL =========================
========================================*/
.Blog-Detail .blog-section .post-body ol li:before {
  left: -28px;
}

.Blog-Detail .blog-section .post-body ol li:nth-child(1):before {
  content: '①';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(2):before {
  content: '②';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(3):before {
  content: '③';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(4):before {
  content: '④';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(5):before {
  content: '⑤';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(6):before {
  content: '⑥';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(7):before {
  content: '⑦';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(8):before {
  content: '⑧';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(9):before {
  content: '⑨';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(10):before {
  content: '⑩';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(11):before {
  content: '⑪';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(12):before {
  content: '⑫';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(13):before {
  content: '⑬';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(14):before {
  content: '⑭';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(15):before {
  content: '⑮';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(16):before {
  content: '⑯';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(17):before {
  content: '⑰';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(18):before {
  content: '⑱';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(19):before {
  content: '⑲';
}

.Blog-Detail .blog-section .post-body ol li:nth-child(20):before {
  content: '⑳';
}

.Blog-Detail .blog-section .post-body ul.ul-list-bold li {
  font-weight: bold;
}

.Blog-Detail .blog-section .post-body ul.ul-list-check li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ff9900;
  margin-right: 5px;
  font-weight: normal;
  border: none;
  border-radius: none;
  top: 4px;
  box-shadow: none;
}


/*========================================
========== CTA (Type #1) =================
========================================*/
.Blog-Detail .blog-section .post-body .cta-box,
.LP-Resource-Introduction .cta-box {
  margin: 40px 0px;
  padding: 30px;
  width: 100%;
  overflow: hidden;
  box-shadow: rgb(13 23 34 / 25%) 0 3px 15px, rgb(13 23 34 / 13%) 0 0 0 1px !important;
  transition: box-shadow .4s;
  background: #fff;
  border-radius: 7px;
  max-width: 100%;
  height: unset;
  display: flex;
}

.Blog-Detail .blog-section .post-body .cta-box .Row,
.LP-Resource-Introduction .cta-box .Row {
  margin-bottom: 0px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

.Blog-Detail .blog-section .post-body .cta-box .Column--5 {
  width: 41.66667%;
}

.Blog-Detail .blog-section .post-body .cta-box .Column--7 {
  width: 58.33333%;
}

.Blog-Detail .blog-section .post-body .cta-box .Row .thumb {
  margin-top: 0;
}
.Blog-Detail .blog-section .post-body .tar {
  text-align: right;
}

.Blog-Detail .blog-section .post-body p:first-child {
  margin-top: 0px;
}

.Blog-Detail .blog-section .post-body ul {
  list-style: none !important;
  padding-left: 20px;
  margin-left: 0;
}
/* .Blog-Detail .blog-section .post-body ol {
padding-left: 10px;
} */

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cv_item_append h4.h2 {
  border-left: none;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.Blog-Detail .blog-section .post-body .cta-box .Column--5,
.Blog-Detail .blog-section .post-body .cta-box .Column--6,
.Blog-Detail .blog-section .post-body .cta-box .Column--7,
.LP-Resource-Introduction .cta-box .Column--5,
.LP-Resource-Introduction .cta-box .Column--6,
.LP-Resource-Introduction .cta-box .Column--7 {
  padding-bottom: 0px;
  padding: 0 15px 30px;
  position: relative;
}

.Blog-Detail .blog-section .post-body .cta-box .sub_title,
.LP-Resource-Introduction .cta-box .sub_title{
  border-left: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.Blog-Detail .blog-section .post-body .cta-box .text,
.LP-Resource-Introduction .cta-box .text {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.Blog-Detail .blog-section .post-body .cta-box .Button--medium,
.Blog-Detail .blog-section .post-body .cta-box .cta_button,
.LP-Resource-Introduction .cta-box .Button--medium {
  text-decoration: none !important;
}

.Blog-Detail .blog-section .post-body .cta-box .cta_button {
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  transition: background .4s,border .4s,color .4s;
  background: #2196f3;
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  min-width: unset;
}

.Blog-Detail .blog-section .post-body .cta-box .cta_button:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 13px;
}

.Blog-Detail .blog-section .post-body .cta-box .Button--medium:hover,
.Blog-Detail .blog-section .post-body .cta-box .cta_button:hover{ 
  color: WHITE; 
}

/*======== Responsive - Dung ============*/
@media screen and (min-width: 1040px) {
  .Blog-Detail .blog-section .post-body .cta-box .thumb,
  .LP-Resource-Introduction .cta-box .thumb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1292px) {
  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    /* margin-bottom: 30px; */
  }
}

@media screen and (max-width: 1039px) and (min-width: 640px) {
  .Blog-Detail .blog-section .post-body .cta-box {
    padding: 40px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row {
    flex-direction: column;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .tac {
    margin-bottom: 0;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .tac img {
    width: 360px !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 {
    width: 100%;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb {
    margin-bottom: 15px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb img {
    display: block; 
    margin: 0 auto;
  }

  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
    /* margin-bottom: 30px; */
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title {
    text-align: center;
  }

  .Blog-Detail .blog-section .post-body .cta-box .text {
    text-align: left;
    line-height: 1.8;
  }
}

@media screen and (max-width: 640px) { 
  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title {
    text-align: center;
  }

  .Blog-Detail .blog-section .post-body .cta-box .sub_title br {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .Blog-Detail .blog-section .post-body .cta-box {
    padding: 20px;
  }

  .Blog-Detail .blog-section .post-body .cta-box .cta-btn {
    text-align: center !important;
  }

  .Blog-Detail .blog-section .post-body .cta-box .Row .Column--small-12 .thumb img {
    width: 100% !important;
    height: auto;
  }
}

/*======== End Responsive - Dung ========*/

/*========================================
========== CTA (Type #2) =================
========================================*/
.Blog-Detail .blog-section .post-body .post-appendarea-wrapper,
.LP-Resource-Introduction .post-appendarea-wrapper {
  padding: 40px;
  margin-top: 55px;
  position: relative;
  border: 2px solid #ff9900;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper p,
.LP-Resource-Introduction .post-appendarea-wrapper p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper h2,
.LP-Resource-Introduction .post-appendarea-wrapper h2 {
  border-left: none;
  padding-left: 0px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button,
.LP-Resource-Introduction .post-appendarea-wrapper .Button--large {
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 60px;
  line-height: 56px;
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
  color: #fff;
  padding: 0 40px;
  border-width: 2px;
  background: #2196f3;
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  font-size: 22px !important;
  height: 56px;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large:hover{ 
  color: WHITE; 
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .thumb,
.LP-Resource-Introduction .post-appendarea-wrapper .thumb {
  max-width: 450px !important;
  height: auto;
}

.Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta-wrap {
  margin-bottom: 0px;
}

/*======== Responsive - Dung ============*/
@media screen and (max-width: 1199px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 80%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1039px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 92%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 819px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 78%;
    padding: 0 25px;
  }
}

@media screen and (max-width: 639px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 88%;
    padding: 10px 20px;
    font-size: 20px !important;
    line-height: 28px;
    height: auto;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 578px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 97%;
    padding: 10px;
  }
}

@media screen and (max-width: 520px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper {
    padding: 26px;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    font-size: 18px !important;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .thumb {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 413px) {
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper {
    padding: 19px;
  }

  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .Button--large,
  .Blog-Detail .blog-section .post-body .post-appendarea-wrapper .cta_button {
    width: 100%;
    font-size: 16px !important;
    line-height: 24px;
  }
}
/*======== End Responsive - Dung ========*/

/*========================================
========== Note ==========================
========================================*/
.Blog-Detail .blog-section .post-body .note {
  margin: 40px 0px;
  background: linear-gradient(90deg,#eceff0 0%,#f2edf0 100%);
}

.Blog-Detail .blog-section .post-body .note .title {
  border-left: none;
  color: #FFF;
  padding: 10px;
  margin-bottom: 0px;
  background: linear-gradient(90deg,#ff9900 0%,#ff9900 100%);


}

.Blog-Detail .blog-section .post-body .note p {
  padding: 25px 30px; 
  margin: 0px;
}

.Blog-Detail .blog-section .post-body .note strong {
  background: linear-gradient(#eceff0 85%,#ff9900 76%);
}

/*========================================
========== Image =========================
========================================*/
.Blog-Detail .blog-section .post-body figure figcaption {
  font-size: 13px;
  margin-top: 0px;
  text-align: center;
}

/*========================================
========== New css table of content =========================
========================================*/

#toc-box{
    position: relative;
    overflow: hidden;
  	font-size: 15px;
}
#toc-box li.visible {
    display: list-item;
}
  #toc-box ol{
   counter-reset: cnt !important;
   list-style: none;
  }
  #toc-box ol li:before{
    content: counters(cnt, "-") " " !important;
    counter-increment: cnt !important;
  }
  #toc-box ol li ol li:before{
    font-size: 12px;
    top: 0px;
    left: -30px;
    width: 30px;
    color: #3e3e3e;
    font-weight: unset;
  }
.viewless::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: .75;
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 50%,hsla(0,0%,100%,.9) 0,#fff);
    background: linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 50%,hsla(0,0%,100%,.9) 0,#fff);
}

#view-more-btn {
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5em;
    color: #4a4a4a;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: .75em auto 30px;
    min-width: 6em;
    padding: .5em 1em;
    position: relative;
    transition: box-shadow .25s;
    z-index: 2;
}
  #view-more-btn[data-type="view-more"]:before, #view-more-btn[data-type="view-more"]:after{
    border-top-color: inherit;
    border-top-style: dotted;
    border-top-width: 3px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    transition: border-color .25s;
    width: 22px;
  }
  #view-more-btn:before{
   	right: calc(100% + 1em);
  }
  #view-more-btn:after{
    left: calc(100% + 1em);
  }
  #view-more-btn:hover{
    border-color: transparent;
    box-shadow: 0 0 0 2px currentcolor;
  }
  [data-type="view-less":after]{
    content: unset;
  }
  #toc-box [data-omit="1"] {
	display: none;
  }
  
  .Blog-Detail #toc-box ol li ol{
    margin: 10px 0;
    padding-left: 30px;
  }
  @media only screen and (max-width: 767px) {
    .Blog-Detail #toc-index>li a {
        font-size: 15px;
    }
}

/*========================================
========== New css table of content sidebar =========================
========================================*/

.Blog-Basic.Page {
  overflow: initial;
}
#Blog-Sidebar {
  padding-bottom: 0;
}
#Blog-Page .Wrap > .Row {
  align-items: stretch;
}
#Side-Items.side_col_fixed {
  top: 0;
  position: sticky;
  position: -webkit-sticky;
  padding-top: 110px;
  z-index: 99;
  transition: all .5s ease;
}
#Side-Items .sticky {
  line-height: 1.0;
}
#Side-Items .sticky .Blog-Sidebar-cta + .Blog-Sidebar-cta {
  margin-top: 10px;
}
#Side-Items .dry {
  display: block;
}
#Side-Items.side_col_fixed .dry {
  display:none;
}
  .widget .side-tocBox ol li.hight:before{
      background: #ff9900 !important;
    }
    .widget.sidebar-sticky{
      padding-top: 30px;
    }
    .side-tocBox [data-omit="1"]{
      display: block;
    }
    .widget .side-tocBox{
      max-height: calc(100vh - 420px - var(--swl-adminbarH, 0px) - var(--swl-fix_headerH, 0px));
      overflow-y: auto;
      border: 1px solid #eee;
      padding: 20px;
    }
    .widget .side-tocBox .tocTitle{
      display: block;
      color: #000;
      font-size: 1.4em;
      font-weight: 500;
      margin: 0 0 .5em;
      padding-bottom: .5em;
      position: relative;
    }
    
    .widget .side-tocBox ol{
      padding-left: 0;
      position: relative;
      list-style: none;
      margin-top: 5px;
    }
    .widget .side-tocBox ol li, .widget .side-tocBox ol li ol li{
      display: flex;
      position: relative;
      flex-direction: column;
      margin: 5px 0;
    }
    .widget .side-tocBox ol:before{
      content: "";
      position: absolute;
      left: .5rem;
      top: .8rem;
      bottom: .8rem;
      width: .2rem;
      background: #ffe5bd;
    }
    .widget .side-tocBox ol li::before{
      flex-shrink: 0;
      content: "";
      top: 0;
      left: 4px;
      width: 10px;
      height: 10px;
      background: #ffcd83;
      border: 2px solid #fff;
      border-radius: 50%;
      margin-right: 1rem;
      transform: translateY(.5rem);
      position: absolute;
    }
    
    .widget .side-tocBox ol li ol li{
      display: flex;
    }
    .widget .side-tocBox ol li ol li:before{
      flex-shrink: 0;
      content: "";
      top: 2px;
      left: 6px;
      width: 6px;
      height: 6px;
      background: #ffcd83;
      border: 2px solid #fff;
      border-radius: 50%;
      margin-right: 1rem;
      transform: translateY(.5rem);
      position: absolute;
    }
    .widget .side-tocBox ol li ol{
      padding: 0;
      margin-top: 5px;
    }
    .widget .side-tocBox ol li a{
      font-size: 14px;
      text-align: left;
      margin-left: 20px;
      color: #000;
    }
    .widget .side-tocBox ol li ol li a{
      color: #434648;
    }
    .widget .side-tocBox ol li a:hover , .widget .side-tocBox ol li ol li a:hover{
      font-weight: bold;
    }
    .side-tocBox #toc-title{
        font-size: 16px;
        font-weight: 700;
    }
.Blog-Basic.Page-0 .widget.sidebar-sticky{
  display: none;
}
    @media screen and (min-width: 821px){
      .modal-open, .widget.sidebar-sticky .modal-close{
        display: none;
      }
      .side-tocBox #toc-title .fa-list{
        display: none;
      }
    }
    @media screen and (max-width: 820px){
      .sidebar-sticky .modal-container{
        position: fixed;
      }
      .widget.sidebar-sticky .modal-close{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -30px;
        right: -5px;
        width: 30px;
        height: 30px;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
      }
      .Hero--small{
        z-index: 0;
      }
      .sidebar-sticky .modal-container.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 50%);
        padding: 100px 0 40px;
        overflow: auto;
        transition: .3s;
        box-sizing: border-box;
        z-index: 1000;
      }
      .sidebar-sticky .modal-container:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
      }
      .widget .side-tocBox{
        max-height: calc(80vh - 120px - var(--swl-adminbarH, 0px) - var(--swl-fix_headerH, 0px));
        overflow-y: auto;
      }
      .sidebar-sticky .modal-body{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 500px;
        width: 90%;
        background-color: #f6f6f6;
        padding: 15px;
        z-index: 1000;
      }
      .modal-open{
        width: 50px;
        height: 45px;
        padding: 5px 0;
        background-color: #ff9900;
        text-align: center;
        position: fixed;
        right: 0;
        bottom: 50px;
        z-index: 100;
        opacity: .9;
        display: block;
      }
      .modal-open .fa::before{
        font-size: 20px;
        color: #fff;
      }
      .modal-open span{
        display: block;
        font-size: 9px;
        color: white;
        line-height: 1;
        margin-top: -2px;
      }
    }

/*========================================
========== Button LP ================
========================================*/

.Product-resource .LP-Form .hs-button{
  background: #E51172 !important;
}
.Product-resource .LP-Form .hs-button:hover{
  background: #E05996 !important;
}