@charset "UTF-8";.topz-highlight {
    margin: 10px auto;
    padding: 10px;
    border: 2px solid #c3e5f8;
    border-radius: 5px;
    background-color: #dbedf9;
    clear: both
}

.topz-highlight p {
    font-size: 1rem
}

.ck-content blockquote {
    background: #f9f9f9;
    border-left: 0!important;
    padding-left: 4rem!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
    quotes: "“" "”" "‘" "’";
    position: relative
}

.ck-content blockquote:before {
    color: #e3e4e6;
    content: open-quote;
    font-size: 8em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
    position: absolute;
    top: 50px;
    left: 1rem;
    font-style: normal
}

.ck-content blockquote p {
    font-style: normal;
    font-size: 1.3rem;
    margin: 0;
    color: #222;
    text-align: left!important;
    font-weight: 700
}

.ck-content.desktop .chanh_adtg_defect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    clear: both
}

.ck-content.desktop .chanh_adtg_defect .adtg_defect {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px)/ 2);
    flex: 0 0 calc((100% - 20px)/ 2);
    width: calc((100% - 20px)/ 2)
}

.ck-content.desktop .chanh_adtg_defect .adtg_defect:first-child {
    margin-right: 20px;
    margin-bottom: 0
}

.ck-content.desktop .best_offer {
    max-width: 100%
}

.ck-content.desktop .best_offer_list .item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.ck-content.desktop .table {
    max-width: 100%;
    float: none;
    overflow-x: auto;
    display: block
}

.ck-content.desktop .table table {
    border: 0;
    table-layout: auto;
    margin: 0 auto 0 auto
}

.ck-content.desktop .table table td,.ck-content.desktop .table table th {
    font-size: 1rem;
    line-height: 1.6em;
    min-width: 100px;
    vertical-align: middle
}

.ck-content.desktop .table table td>*,.ck-content.desktop .table table th>* {
    margin: 0
}

.ck-content .posts-menu {
    width: 100%;
    clear: both;
    display: inline-block;
    padding: 10px;
    background: #fcfcfc;
    border: 1px dashed #ccc;
    margin-bottom: 2em
}

.ck-content .posts-menu__title {
    display: block;
    font-weight: 700;
    text-align: center!important;
    background: #dedede;
    cursor: pointer;
    margin-bottom: 0!important;
    line-height: 30px;
    position: relative
}

.ck-content .posts-menu__title:after {
    position: absolute;
    right: 20px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 12px;
    line-height: 25px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: 12px;
    width: 12px;
    transition: .2s;
    -webkit-transition: .2s
}

.ck-content .posts-menu ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px
}

.ck-content .posts-menu ul li {
    clear: both;
    position: relative;
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 5px
}

.ck-content .posts-menu ul li::marker {
    content: ''
}

.ck-content .posts-menu ul li:before {
    display: none
}

.ck-content .posts-menu ul li a {
    color: #1f7ecb
}

.ck-content .posts-menu ul li.level-1 a {
    font-size: 16px;
    font-weight: 700
}

.ck-content .posts-menu ul li.level-2 {
    width: calc(100% - 25px);
    float: left;
    margin-left: 25px
}

.ck-content .posts-menu ul li.level-2 a {
    font-size: 14px
}

.ck-content .posts-menu ul li.level-3 {
    width: calc(100% - 50px);
    float: left;
    margin-left: 50px
}

.ck-content .posts-menu ul li.level-3 a {
    font-size: 14px
}

.ck-content .posts-menu ul li.itemhide {
    display: none
}

.ck-content .posts-menu__more {
    text-align: center;
    clear: both;
    margin: 10px 0;
    cursor: pointer
}

.ck-content .posts-menu.show ul li.itemhide {
    display: block
}

.ck-content .posts-menu.hide .posts-menu__title:after {
    top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ck-content .posts-menu.hide .posts-menu__list,.ck-content .posts-menu.hide .posts-menu__more {
    display: none
}

.best_offer {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden
}

.best_offer_top {
    background: #f2f2f2;
    text-align: left;
    padding: .6em 1em
}

.best_offer_top p {
    font-size: 1em;
    margin: 0
}

.best_offer_list .item {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.best_offer_list .item_image {
    height: 35px;
    text-align: left
}

.best_offer_list .item_image * {
    text-align: left!important
}

.best_offer_list .item_image img {
    max-height: 35px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    pointer-events: none
}

.best_offer_list .item_price {
    text-align: center
}

.best_offer_list .item_price p {
    color: #da344a;
    font-size: 1rem;
    font-weight: 600
}

.best_offer_list .item_link {
    text-align: center;
    margin: 0 auto
}

.best_offer_list .item_link a {
    background: #1da64c;
    border-radius: 5px;
    color: #fff!important;
    font-size: 1em;
    height: 35px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0!important
}

.best_offer_list .item .cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
    width: calc(100%/3)
}

.best_offer_list .item .cell * {
    margin: 0
}

.best_offer_list .item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.chanh_faq {
    padding: 1em 0;
    border-bottom: 1px solid #ccc
}

.chanh_faq_top {
    margin-bottom: 1rem
}

.chanh_faq_top .title,.chanh_faq_top p {
    margin: 0 0 1em 0;
    font-size: 1.3rem;
    font-weight: 700
}

.chanh_faq_list .item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em
}

.chanh_faq_list .item_question {
    width: 100%;
    cursor: pointer
}

.chanh_faq_list .item_question h2,.chanh_faq_list .item_question h3,.chanh_faq_list .item_question h4,.chanh_faq_list .item_question h5,.chanh_faq_list .item_question h6,.chanh_faq_list .item_question p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 0
}

.chanh_faq_list .item_question span {
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    position: relative
}

.chanh_faq_list .item_question span:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: .2s;
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.chanh_faq_list .item.active .item_question span:before {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.chanh_faq_list .item_answer {
    width: 100%;
    background: #f8f8f8;
    padding: 1em;
    display: none
}

.chanh_faq_list .item_answer p {
    margin-top: 0
}

.chanh_faq_list .item_answer p:last-child {
    margin-bottom: 0
}

.chanh_faq_list .item.active .item_question h2,.chanh_faq_list .item.active .item_question h3,.chanh_faq_list .item.active .item_question h4,.chanh_faq_list .item.active .item_question h5,.chanh_faq_list .item.active .item_question h6,.chanh_faq_list .item.active .item_question p {
    margin-bottom: 1em
}

.chanh_faq_list .item.active .item_answer {
    display: block
}

.adtg_defect {
    padding: 1.5em;
    border-radius: 5px
}

.adtg_defect:not(:last-child) {
    margin-bottom: 1.5em
}

.adtg_defect .top {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1rem
}

.adtg_defect .top:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    line-height: 20px
}

.adtg_defect .top .title,.adtg_defect .top p {
    font-size: 1.3em;
    margin: 0;
    font-weight: 700
}

.adtg_defect .item_value {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative
}

.adtg_defect .item_value:before {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 1.3em
}

.adtg_defect .item_value p {
    margin: 0;
    font-size: 1em;
    line-height: 1.8em
}

.adtg_defect.adtg {
    background: #f5fafd
}

.adtg_defect.adtg .top:before {
    content: '+';
    border: 1px solid #1da64c;
    color: #1da64c
}

.adtg_defect.adtg .top .title,.adtg_defect.adtg .top p {
    color: #1da64c
}

.adtg_defect.adtg .item_value:before {
    content: '+ ';
    color: #1da64c
}

.adtg_defect.defect {
    background: #f6f6f6
}

.adtg_defect.defect .top:before {
    content: '-';
    border: 1px solid #ce0531;
    color: #ce0531
}

.adtg_defect.defect .top .title,.adtg_defect.defect .top p {
    color: #ce0531
}

.adtg_defect.defect .item_value:before {
    content: '- ';
    color: #ce0531
}

.box_content_header {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.box_content_header .title,.box_content_header p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: 700
}

.box_content_header .toggle_content {
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    text-align: center
}

.box_content_header .toggle_content span {
    position: relative
}

.box_content_header .toggle_content span:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: .2s;
    -webkit-transition: .2s;
    -khtml-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s
}

.box_content_detail {
    display: none
}

.box_content_detail:empty:before {
    content: attr(data-placeholder)
}

.box_content.active .box_content_detail {
    display: block
}

.ck-editor[role=application] a {
    color: #1898d7;
    border-bottom: 1px dashed
}

.ck-editor[role=application] {
    color: #222;
    font-size: 1em;
    line-height: 1.6em;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.ck-editor h1,.ck-editor h2,.ck-editor h3,.ck-editor h4,.ck-editor h5,.ck-editor h6 {
    color: #222;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    clear: both
}

.ck-editor h1 *,.ck-editor h2 *,.ck-editor h3 *,.ck-editor h4 *,.ck-editor h5 *,.ck-editor h6 * {
    font-size: inherit
}

.reviews-title {
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 2rem;
    line-height: 1.5em;
    color: #222;
    float: none
}

#google-ads_0 {
    float: none!important
}

.reviews-info {
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.reviews-info_auth {
    display: inline-block;
    margin-bottom: 0em
}

.reviews-info_auth a {
    display: inline-block;
    font-size: 1em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #222
}

.reviews-info_time {
    font-size: 1em;
    color: #222
}

.chanhtuoi-content.ck {
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    word-wrap: break-word
}

.desktop .reviews-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.desktop .reviews-info_auth {
    margin-bottom: 0
}

.desktop .reviews-info_time {
    position: relative;
    padding-left: 25px
}

.desktop .reviews-info_time:before {
    position: absolute;
    left: 15px;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    top: 6px;
    content: ''
}

.ck-editor h2:not(.item_question__title) {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: calc(100% - 30px);
    position: relative;
    text-align: center!important;
    margin: 1rem auto
}

.ck-editor h2:not(.item_question__title):before {
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    content: '';
    background: #ededed;
    width: calc(100% + 30px)
}

.ck-editor h2:not(.item_question__title):before {
    left: -15px
}

.ck-editor h2:not(.item_question__title) span {
    padding: 6px;
    background: #ededed;
    display: inline-block;
    float: none;
    font-size: 1.6rem;
    line-height: 1.3;
    z-index: 9;
    position: relative;
    max-width: 70%
}

.ck-editor h3 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3
}

.ck-editor h4 {
    font-weight: 700;
    font-size: 1.125rem
}

.ck-editor h5,.ck-editor h6 {
    font-weight: 700;
    font-size: 1rem
}

.mce-toc {
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccc;
    background: #fcfcfc;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mce-toc-title {
    margin-top: 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #333;
    text-align: center;
    display: block;
    font-weight: 700;
    text-align: center!important;
    background: #dedede;
    cursor: pointer
}

.mce-toc ul {
    color: #1ca54c!important;
    margin: 0;
    list-style: none
}

.mce-toc ul li {
    margin-left: 5px;
    margin-bottom: .5em;
    line-height: 1.4em;
    list-style: disc
}

.mce-toc ul li::marker {
    color: #1898d7
}

.mce-toc ul li a {
    font-weight: 700!important;
    color: #1898d7!important;
    border-bottom: 0!important
}

.mce-toc ul li ul {
    margin-top: 10px;
    padding-left: 15px
}

.mce-toc ul li ul li a {
    font-weight: 400!important;
    border-bottom: 0!important
}

.mce-toc>ul {
    padding-left: 10px
}

.ck .gallery_item {
    position: relative;
    cursor: pointer
}

.ck .gallery_item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '\f0b2';
    font-family: FontAwesome;
    width: 35px;
    height: 35px;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 35px
}

.ck .gallery_item_count {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 12px;
    z-index: 99;
    margin: 0!important;
    padding: 0 5px
}

.ck .gallery_item figure {
    height: 436px;
    margin: 0;
    text-align: center
}

.ck .gallery_item figure p {
    margin-bottom: 0
}

.ck .gallery_item figure figcaption {
    text-align: left;
    color: #222;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.ck .gallery_item img {
    height: 100%!important;
    height: 400px!important;
    -o-object-fit: contain!important;
    object-fit: contain!important;
    margin: 0 auto
}

.ck .gallery .owl-stage-outer {
    z-index: 999
}

.ck .gallery .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ck .gallery .owl-nav button {
    z-index: 9999;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff!important;
    border: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .8
}

.ck .gallery .owl-nav button svg {
    fill: #333;
    height: auto;
    width: 20px
}

.ck .gallery .owl-prev {
    left: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    visibility: hidden
}

.ck .gallery .owl-next {
    right: 25px
}

.ck .chanh-image figure {
    max-width: 100%;
    cursor: pointer
}

.single-post .auth {
    background: #fff;
    padding: 10px;
    clear: both;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.single-post .auth_title {
    font-size: 1.3rem;
    color: #222;
    font-weight: 700;
    margin-bottom: 1em
}

.single-post .auth_list {
    padding: 10px 5px;
    background: #f4f4f4;
    border-radius: 10px
}

.single-post .auth_list_item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-post .auth_list_item .top_left {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    border-radius: 50px;
    overflow: hidden;
    height: 50px
}

.single-post .auth_list_item .top_left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.single-post .auth_list_item .top_right {
    padding-left: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    width: calc(100% - 50px)
}

.single-post .auth_list_item .top_right_name {
    font-size: 1em;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.single-post .auth_list_item .top_right_position {
    font-size: .8em;
    color: #fff;
    background-color: gray;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block
}

.single-post .auth_list_item .top_right_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-post .auth_list_item .top_right_social li:not(:last-child) {
    margin-right: 10px
}

.single-post .auth_list_item .top_right_social li a {
    color: #aaa
}

.single-post .auth_list_item:not(:last-child) {
    margin-bottom: 1em
}

.single-post .auth_list_item .content {
    padding-top: 1em;
    color: #222;
    line-height: 1.4em;
    font-size: 1em
}

.single-post .top-menu-category {
    top: 0
}

.single-post.desktop .container {
    background: #fff
}

.single-post.desktop .container:after {
    display: block;
    content: "";
    clear: both
}

.single-post.desktop .components.scrolling_box {
    margin-bottom: 0
}

.single-post.desktop .components-left {
    margin-right: 0;
    padding-right: 15px
}

.single-post.desktop .comments-content__title,.single-post.desktop .comments-list__nocomment {
    color: #222
}

.single-post.desktop .relateds {
    margin-bottom: 20px;
    clear: both
}

.single-post.desktop .relateds .components_related {
    clear: both;
    padding: 1em
}

.single-post.desktop .relateds .components_related_title {
    font-size: 1.3rem;
    color: #222;
    padding-bottom: 5px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    font-weight: 700
}

.single-post.desktop .relateds .components_related_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-post.desktop .relateds .components_related_list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 45px)/ 4);
    flex: 0 0 calc((100% - 45px)/ 4);
    width: calc((100% - 45px)/ 4)
}

.single-post.desktop .relateds .components_related_list .item:not(:last-child) {
    margin-right: 15px
}

.single-post.desktop .relateds .components_related_list .item_thumnail {
    margin-bottom: 1em
}

.single-post.desktop .relateds .components_related_list .item_thumnail a {
    line-height: 0
}

.single-post.desktop .relateds .components_related_list .item_info_cate {
    display: block;
    color: #1da64c;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase
}

.single-post.desktop .relateds .components_related_list .item_info_name {
    font-size: 1.3em;
    color: #222;
    margin-bottom: 10px
}

.single-post.desktop .relateds .components_related_list .item_info_name a {
    color: #222;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px
}

.single-post.desktop .relateds .components_related_list .item_info_author {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #222;
    font-size: 14px
}

.single-post.desktop .relateds .components_related_list .item_info_date {
    color: #222;
    font-size: 12px
}

.single-post.desktop .menuquick .container {
    position: relative
}

.single-post .related-product-list {
    width: 100%;
    clear: both
}

.single-post .related-product-list a {
    border: none
}

.single-post .related-product-list img {
    width: 100%!important;
    height: auto!important;
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.single-post .related-product-list .related-product-title {
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .2em;
    font-weight: 700
}

.single-post .related-product-list .related-product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-post .related-product-list .related-product-items .related-product-item {
    padding: 5px 5px
}

.single-post .related-product-list .related-product-items .related-product-item.item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.single-post .related-product-list .related-product-items .related-product-item.item-2:nth-child(n+3) {
    display: none
}

.single-post .related-product-list .related-product-items .related-product-item.item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.single-post .related-product-list .related-product-items .related-product-item.item-4:nth-child(n+5) {
    display: none
}

.single-post .related-product-list .related-product-items .related-product-item a {
    color: #3e3e3e
}

.single-post .related-product-list .related-product-items .related-product-item__image img {
    height: 150px!important
}

.single-post .related-product-list .related-product-items .related-product-item__info {
    margin-bottom: 5px
}

.single-post .related-product-list .related-product-items .related-product-item__info .item-floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-post .related-product-list .related-product-items .related-product-item__info .item-floor .logo {
    width: 25px;
    height: 25px;
    margin-right: 12px
}

.single-post .related-product-list .related-product-items .related-product-item__info .item-floor span {
    font-size: 1em;
    color: #222
}

.single-post .related-product-list .related-product-items .related-product-item__info .item-name {
    margin: .3em 0;
    color: #222
}

.single-post .related-product-list .related-product-items .related-product-item__info .item-price {
    font-weight: 700;
    color: #da344a
}

.single-post .related-product-list .readmore {
    border-bottom: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-post .related-product-list .readmore span {
    color: #1898d7
}

.single-post .related-product-list .readmore::after {
    content: '';
    width: 0;
    height: 0;
    margin-left: .7em;
    border-left: .6em solid transparent;
    border-right: .6em solid transparent;
    border-top: .6em solid #1898d7
}

.single-post .related-product-list.open .related-product-item.item-2:nth-child(n+3) {
    display: block
}

.single-post .related-product-list.open .related-product-item.item-4:nth-child(n+5) {
    display: block
}

.single-post .related-product-list.open .readmore::after {
    content: '';
    border-top: none;
    border-bottom: .6em solid #1898d7
}

.single-post.amp .ck .gallery_item:after {
    display: none
}

.single-post.mobile .ck-content .table {
    width: calc(100vw - 20px);
    overflow-x: scroll;
    margin-bottom: 10px;
    display: block
}

.single-post.mobile .ck-content .table table {
    border: 0;
    margin: 0 auto 0 auto;
    overflow: auto;
    table-layout: auto
}

.single-post.mobile .ck-content .table table td:first-child,.single-post.mobile .ck-content .table table th:first-child {
    position: -webkit-sticky!important;
    position: sticky!important;
    left: 0;
    z-index: 99;
    background: #ededed!important;
    border: 1px solid #bfbfbf;
    min-width: 100px
}

.single-post.mobile .ck-content .table table td,.single-post.mobile .ck-content .table table th {
    min-width: 200px
}

.single-post.mobile .ck-content .table table td ul,.single-post.mobile .ck-content .table table th ul {
    padding-left: 15px
}

.single-post.mobile .ck-editor h2 span {
    max-width: 95%
}

.medium-insert-images figure>p {
    text-align: center
}

.social_share {
    margin-bottom: 1.5em
}

.social_share_title {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align: center;
    color: #222;
    font-weight: 600
}

.social_share_list {
    text-align: center;
    margin-bottom: 1em
}

.social_share_list p {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    border-radius: 50%;
    line-height: 40px;
    text-align: center
}

.social_share_list p i {
    color: #222;
    font-size: 1.2em
}

.social_share_list p:not(:last-child) {
    margin-right: 1em
}

.menuquick {
    right: 0;
    left: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 56px;
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.1);
    box-shadow: 0 4px 7px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.menuquick.show {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.menuquick_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    padding: 0 10px
}

.menuquick_label p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.menuquick_label .toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 25px;
    height: 25px;
    border: 1px solid #1da64c;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.menuquick_label .toggle i {
    color: #1da64c;
    font-size: 20px
}

.menuquick_list {
    position: absolute;
    top: 56px;
    width: 100%;
    background: #fff;
    padding: 10px 20px 20px 20px;
    -webkit-box-shadow: -4px 5px 7px rgba(0,0,0,.2);
    box-shadow: -4px 5px 7px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    top: 200px;
    left: 0;
    right: 0;
    max-height: 50vh;
    overflow-y: auto;
    transition: .5s;
    -webkit-transition: .5s;
    -khtml-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.menuquick_list.active {
    top: 56px;
    opacity: 1;
    visibility: visible;
    z-index: 999999999
}

.menuquick_list_item:not(:last-child) {
    margin-bottom: 15px
}

.menuquick_list_item a {
    font-size: 1rem;
    color: #222;
    display: inline-block!important
}

.menuquick_list_item a.active {
    font-weight: 700;
    color: #1da64c
}

.ck-content .img-loading-content {
    max-width: 100%
}

.content-table-responsive {
    overflow: auto
}

.ck_custom_gallery {
    margin: 0;
    text-align: center
}

.ck iframe {
    max-width: 100%
}

.ck-content .ck-layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ck-content .ck-layout-columns>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 5px
}

.ck-content .ck-layout-columns.ck-widget>div {
    border: 1px dotted #e6e6e6
}

.ck figure.ck-widget.ck-widget_with-selection-handle {
    position: inherit
}

.comments .items-info__garelly a {
    height: auto
}

.comments .items-info__garelly a img {
    max-height: 300px
}

.actions ul li a {
    color: #222
}

.financial {
    border: 1px solid #ff4500;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    background: #fdfdfd
}

.financial_title {
    font-size: 2rem!important;
    color: #222;
    margin-bottom: 1.5rem;
    font-weight: 500;
    margin: 0
}

.financial_box.mb-2 {
    margin-bottom: 1.5rem
}

.financial_box_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .7rem
}

.financial_box_flex.top .name {
    color: #222;
    font-size: 1rem;
    font-weight: 600;
    margin: 0
}

.financial_box_flex.top .value {
    color: #d5000b;
    font-weight: 600;
    font-size: 20px;
    margin: 0
}

.financial_box_flex.range p {
    font-size: .8rem;
    color: #222;
    opacity: .8;
    margin: 0
}

.financial img {
    max-width: 90px!important;
    max-height: 90px;
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.financial_note {
    font-size: 14px;
    margin-bottom: 0
}

.financial .table tr td:nth-child(4) {
    max-width: 200px
}

.financial .table tr td:nth-child(4) p {
    white-space: break-spaces
}

.financial input {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: Arial,sans-serif
}

.financial input[type=range] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: #ededed;
    border-radius: 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1da64c),to(#1da64c));
    background-image: linear-gradient(#1da64c,#1da64c);
    background-size: var(--n);
    background-repeat: no-repeat
}

.financial input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1da64c;
    cursor: ew-resize;
    -webkit-box-shadow: 0 0 2px 0 #1da64c;
    box-shadow: 0 0 2px 0 #1da64c;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.financial input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1da64c;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #1da64c;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.financial input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1da64c;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #1da64c;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.financial input[type=range]::-webkit-slider-thumb:hover {
    background: #1da64c
}

.financial input[type=range]::-moz-range-thumb:hover {
    background: #1da64c
}

.financial input[type=range]::-ms-thumb:hover {
    background: #1da64c
}

.financial input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.financial input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.financial input[type=range]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

.mobile .table.financy {
    width: 100%!important
}

.mobile .table.financy table td:first-child,.mobile .table.financy table th:first-child {
    min-width: 70px!important;
    max-width: 80px
}

.mobile .table.financy table td:first-child img,.mobile .table.financy table th:first-child img {
    width: 60px!important;
    height: 60px!important
}

.mobile .table.financy table td:nth-child(2),.mobile .table.financy table td:nth-child(3),.mobile .table.financy table td:nth-child(4),.mobile .table.financy table td:nth-child(5),.mobile .table.financy table td:nth-child(7),.mobile .table.financy table th:nth-child(2),.mobile .table.financy table th:nth-child(3),.mobile .table.financy table th:nth-child(4),.mobile .table.financy table th:nth-child(5),.mobile .table.financy table th:nth-child(7) {
    min-width: 100px!important;
    max-width: 120px
}

.mobile .table.financy table td:nth-child(6),.mobile .table.financy table th:nth-child(6) {
    min-width: 150px!important;
    max-width: 150px
}

.table.financy .opacity .link a {
    opacity: .5;
    background: #333
}

.table.financy .link a {
    color: #fff;
    border: none;
    text-align: center;
    font-size: .9rem;
    padding: .3rem 1.5rem
}

.table.financy .fee {
    border-bottom: 1px solid #ededed;
    padding-bottom: .2rem;
    margin-bottom: .2rem
}

.table.financy tr td:first-child {
    max-width: 120px
}

.table.financy td {
    vertical-align: middle
}

.post-products-2 {
    width: 650px;
    border: 6px solid #2aaa4d;
    position: relative;
    clear: both;
    display: inline-block;
    margin: 10px 0 10px 5px;
    -webkit-box-shadow: 0 0 5px 0 #7e9dff;
    box-shadow: 0 0 5px 0 #7e9dff
}

.post-products-2 div {
    margin-bottom: 0
}

.post-products-2:after {
    border: 11px solid transparent;
    border-top: 11px solid #fff;
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    left: 23px;
    bottom: -21px
}

.post-products-2:before {
    border: 17px solid transparent;
    border-top: 17px solid #2aaa4d;
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    left: 17px;
    bottom: -34px
}

.post-products-2__label {
    position: absolute;
    top: -19px;
    left: -15px;
    line-height: 30px;
    background-color: #2aaa4d;
    color: #fff;
    padding: 0 15px;
    font-weight: 700;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
    font-size: 18px
}

.post-products-2__label:after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -7px;
    border-color: transparent #1a7333 transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 10px 7px
}

.post-products-2__image {
    width: 50%;
    float: left;
    margin: 0;
    padding: 25px
}

.post-products-2__info {
    width: 50%;
    float: left;
    padding: 25px;
    padding-left: 0
}

.post-products-2__info-title {
    float: none;
    padding-bottom: 10px;
    font-size: 22px;
    color: #f45250;
    font-weight: 700
}

.post-products-2__info-subtitle {
    float: none;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.post-products-2__info-desc {
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px
}

.post-products-2__info-link {
    float: none
}

.post-products-2__info-link a {
    display: block;
    margin-bottom: 10px;
    background-color: #f33330;
    color: #fff!important;
    border-bottom: 0!important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-products-2__info-link a span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px
}

.post-products-2__info-link a i {
    margin-right: 5px
}

.post-products-2__info-link a:hover {
    background: #9c2422
}

.post-products-2__info-note {
    float: none;
    text-align: center;
    color: #999;
    font-size: 14px
}

.post-products-2__info-note span {
    display: inline-block;
    font-size: 14px
}

.post-products-2__info-note i {
    margin-right: 5px
}

.mobile .post-products-2 {
    width: 100%
}

.mobile .post-products-2__image,.mobile .post-products-2__info {
    width: 100%;
    float: none
}

.mobile .post-products-2__info {
    padding-top: 0;
    padding-left: 25px
}

.chanh-blockquote {
    margin: 1rem 0
}

.embed-beauty-product {
    color: #7e7e7e;
    padding: .71rem;
    border-radius: .71rem;
    border: .07143rem solid #e2e2e2;
    float: left;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    margin-bottom: .357rem;
    font-size: 1rem
}

.embed-beauty-product .box {
    border-radius: .357em;
    border: .07143em solid #e2e2e2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: .71em
}

.embed-beauty-product .box:last-child {
    margin-bottom: 0
}

.embed-beauty-product .box-title {
    font-weight: 700;
    font-size: 1em;
    line-height: 1.3em;
    color: #565351;
    margin-bottom: .57em;
    margin-top: 0
}

.embed-beauty-product .overview-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .714em
}

.embed-beauty-product .overview-body__image {
    margin-bottom: .36em;
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 1.43em;
    position: relative
}

.embed-beauty-product .overview-body__image:after {
    content: "";
    display: block;
    padding-bottom: 130%
}

.embed-beauty-product .overview-body__image img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute
}

.embed-beauty-product .overview-body__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.embed-beauty-product .overview-body__info__list {
    display: block
}

.embed-beauty-product .overview-body__info__list .item {
    border-radius: 1.43em;
    display: inline-block;
    padding: .1em .8em;
    border-style: none;
    margin-right: .7143em;
    margin-top: .7143em;
    position: relative
}

.embed-beauty-product .overview-body__info__list .item-title {
    font-size: .857em
}

.embed-beauty-product .overview-body__info__list .item.danger {
    background-color: #fff2ef;
    color: #dc6c51
}

.embed-beauty-product .overview-body__info__list .item.danger .item-help {
    border: .07143em solid #dc6c51
}

.embed-beauty-product .overview-body__info__list .item.success {
    background-color: #f4f9f3;
    color: #8bd489
}

.embed-beauty-product .overview-body__info__list .item.success .item-help {
    border: .07143em solid #8bd489
}

.embed-beauty-product .analyze-safe {
    padding: 1.07em .71em
}

.embed-beauty-product .analyze-safe__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.embed-beauty-product .analyze-safe__body__chart {
    width: 8.57em;
    height: 8.57em;
    margin-right: 3.32em;
    border-radius: 50%;
    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
}

.embed-beauty-product .analyze-safe__body__chart__hole {
    background-color: #fff;
    width: 6.643em;
    height: 6.643em;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.embed-beauty-product .analyze-safe__body__chart__hole .percent {
    font-size: 2.071em;
    color: #8bd489;
    font-weight: 700;
    line-height: 1em
}

.embed-beauty-product .analyze-safe__body__chart__hole .note {
    color: #727272;
    font-size: .857em
}

.embed-beauty-product .analyze-safe__body__note__title {
    margin-bottom: .857em
}

.embed-beauty-product .analyze-safe__body__note__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.embed-beauty-product .analyze-safe__body__note__list .col-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.2em;
    margin-bottom: .857em
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-icon {
    width: .857em;
    height: .857em;
    border-radius: 50%;
    margin-right: .57em
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-icon.success {
    background-color: #8bd489
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-icon.warning {
    background-color: #e4b686
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-icon.danger {
    background-color: #e66464
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-icon.default {
    background-color: #b8b8b8
}

.embed-beauty-product .analyze-safe__body__note__list .col-items .item-name {
    font-size: 1em;
    color: #636363
}

.embed-beauty-product .ingredient-header {
    padding: .875em 1.43em
}

.embed-beauty-product .ingredient-header__title {
    margin-bottom: 0
}

.embed-beauty-product .ingredient-body {
    position: relative;
    padding-left: .143em;
    padding-right: .143em
}

.embed-beauty-product .ingredient-body__list {
    position: relative;
    max-height: 23em;
    overflow-y: hidden
}

.embed-beauty-product .ingredient-body__list::after {
    content: '';
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(rgba(255,255,255,0),#fff);
    height: 1.643em;
    left: 0;
    bottom: 0;
    right: 0
}

.embed-beauty-product .ingredient-body__list .item {
    border-top: .07143em solid #e2e2e2;
    padding: .71em 1.43em
}

.embed-beauty-product .ingredient-body__list .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3em
}

.embed-beauty-product .ingredient-body__list .item-title {
    margin-right: 1.07em;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2em;
    color: #474747
}

.embed-beauty-product .ingredient-body__list .item-info {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .857em;
    color: #8f8f8f
}

.embed-beauty-product .ingredient-body__list .item-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.embed-beauty-product .ingredient-body__list .item-tag__item {
    background-color: #f4f9f3;
    color: #8bd489;
    padding: .2143em .57em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: .71em;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .57em;
    margin-bottom: .357em
}

.embed-beauty-product .ingredient-body__list .item-tag__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.embed-beauty-product .ingredient-body__list .item-tag__item>div {
    margin-right: .357em;
    position: relative;
    width: 1.57em;
    height: 1.57em
}

.embed-beauty-product .ingredient-body__list .item-tag__item>div img {
    width: 1.57em;
    height: 1.57em;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    display: block;
    margin: 0 auto
}

.embed-beauty-product .ingredient-body__list .item-tag__item>span {
    font-size: .857em;
    line-height: 1.3em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.embed-beauty-product .ingredient-body__readmore {
    padding: 0 .71em .71em;
    width: 100%;
    background-color: #fff
}

.embed-beauty-product .ingredient-body__readmore .btn {
    text-decoration: none;
    border-bottom: none!important;
    text-align: center;
    display: block;
    margin: 0 auto
}

.embed-beauty-product .tag-header {
    padding: 1.07em .71em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: .07143em solid #e2e2e2
}

.embed-beauty-product .tag-header .skin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.286em;
    margin-right: 1.86em
}

.embed-beauty-product .tag-header .skin-item .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: .5em
}

.embed-beauty-product .tag-header .skin-item .stars svg {
    margin-right: .357em
}

.embed-beauty-product .tag-header .skin-item .stars svg:last-child {
    margin-right: 0
}

.embed-beauty-product .tag-body {
    padding: .71em .71em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.embed-beauty-product .tag-body .item {
    margin-right: .71em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - .71em *2)/ 3);
    flex: 0 0 calc((100% - .71em *2)/ 3);
    margin-bottom: .71em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: .67em;
    border-radius: .71em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.embed-beauty-product .tag-body .item:nth-child(3n) {
    margin-right: 0
}

.embed-beauty-product .tag-body .item.yellow {
    background-color: #f6ba53
}

.embed-beauty-product .tag-body .item.green {
    background-color: #8bd489
}

.embed-beauty-product .tag-body .item.blue {
    background-color: #3778db
}

.embed-beauty-product .tag-body .item.light-purple {
    background-color: #7a8ce6
}

.embed-beauty-product .tag-body .item.pink {
    background-color: #f684a3
}

.embed-beauty-product .tag-body .item.purple {
    background-color: #7858c4
}

.embed-beauty-product .tag-body .item-icon {
    position: relative;
    margin-right: .71em;
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.embed-beauty-product .tag-body .item-icon:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.embed-beauty-product .tag-body .item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    display: block;
    margin: 0 auto
}

.embed-beauty-product .tag-body .item-info {
    word-wrap: break-word;
    word-break: break-word;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.embed-beauty-product .tag-body .item-info p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.33em;
    color: #fff
}

.embed-beauty-product .tag-body .item-info__note {
    font-size: .857em
}

.embed-beauty-product .tag-body .item-info__title {
    font-weight: 700
}
