.textview {
    font-size: 16px;
    font-family: arial;
    line-height: 24px;
    color: rgba(0,0,0,.87);
    overflow: hidden;
}
.theme.list .textview {
    overflow:initial;
}

.textview img {
    max-width: 100% !important;
    height: auto;
    border-style: solid;
    border-color: #ccc;
}
.toc.iauto {
    margin-left: 0;
    display: block;
    background: #fdfdfd;
    padding: 8px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 16px;
    list-style: disc;
}
.textview .toc.iauto li {
    list-style: decimal;
    margin-left: 30px;
    padding: 0 0 6px 0;
    line-height: 1.625em;
    vertical-align: bottom;
}
    .textview .howto-content .img-how {
        max-width: 100% !important;
        height: auto;
        max-height:550px;
        border-style: solid;
        border-color: #ccc;
    }

    .textview p {
        margin-bottom: 16px;
        line-height: 1.625em;
        overflow-wrap: break-word;
    }

    .textview .toc {
        display: block;
        clear: left;
        margin: 16px 0;
        border: 1px solid #eee;
        padding: 8px;
        border-radius: 3px;
    }

        .textview .toc ul {
            margin: 0;
        }

        .textview .toc li {
            list-style-position: outside;
            margin-left: 20px;
            vertical-align: bottom;
        }

.textview ol {
    list-style-type: decimal;
    margin-left: 20px;
}

    .textview ul {
        list-style: disc;
        margin-left: 20px;
    }

    .textview .link-button {
        display: inline-block;
        padding: 4px 16px;
        text-align: center;
        border-radius: 3px;
        margin: 4px 8px;
        background: green;
        color: #fff;
    }

        .textview .link-button:hover {
            background: blue;
        }

    .textview h2 {
        font-size: 24px;
        line-height: 38px;
        
        margin: 8px 0;
    }

    .textview iframe {
        max-width: 100%;
    }

    .textview table {
        overflow: auto;
        margin-bottom: 16px;
    }

    .textview h3 {
        color: #444;
        font-size: 1.1em;
        font-weight: bold;
        padding: 8px 0;
    }
    .textview .text-how h3{
        margin-left:16px;
    }

    .textview .overview-title {
        font-size: 1.5em;
        margin-bottom: 5px;
    }

    .textview h4 {
        font-weight: bold;
        padding: 5px 0 8px 18px;
        color: #222;
    }

        .textview h4:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            margin: 5px 0 0 0;
            left: 8px;
            top: 7px;
            border-color: transparent transparent transparent #666;
            border-width: 4px 0 4px 6px;
            border-style: solid;
        }

.windows .textview blockquote {
    border-color: #02aeef;
}

.mac .textview blockquote {
    border-color: #bbb;
}

.android .textview blockquote {
    border-color: #8dc63f;
}

.ios .textview blockquote {
    border-color: #8dc63f;
}

.windowsphone .textview blockquote {
    border-color: #8dc63f;
}

.blackberry .textview blockquote {
    border-color: #8dc63f;
}

.symbian .textview blockquote {
    border-color: #8dc63f;
}

.web .textview blockquote {
    border-color: #0072bc;
}

.docs .textview blockquote {
    border-color: #faa61a;
}

.textview blockquote li {
    padding: 0;
}

.textview .blockbox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.textview .title {
    text-transform: uppercase;
    line-height: 32px;
    font-size: 1.5em;
    color: #666;
    padding: 0 0 0 40px;
    font-weight: normal;
    background: url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/information.png*/ left center no-repeat;
    margin: 8px 0 0 0;
}

.textview li {
    padding: 0;
}

.textview blockquote, .textview .tips {
    margin: 0 0 8px 0;
    padding: 8px 12px 2px;
    quotes: none;
    color: #0072bc;
    border-color: #02aeef;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    background: #f6f6f6;
}
/*css slider text view*/


.textview .slider {
    clear: both;
    max-height: 325px;
    height: inherit;
}

    .textview .slider figure img {
        height: 100% !important;
        width: auto;
        padding-right: 5px;
        max-width: inherit !important;
        box-shadow: inherit;
        border-radius: 0;
        border-color: inherit;
        margin: 0;
        border-style: none;
        max-width: inherit;
    }

.hide {
    display: none;
}

.textview .slider {
    height: auto;
    display: block;
    padding-top: 52%;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}

    .textview .slider .slider-wrapper {
        width: auto;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        flex-wrap: nowrap;
        height: 100%;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

/*Scroll bar nav*/

.slider-wrapper::-webkit-scrollbar {
    height: 2px;
}

.slider-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.slider-wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c1c1c1
}


.textview .slider figure {
    height: 100%;
    display: contents;
}

    .textview .slider figure:last-child img {
        padding-right: 0;
    }
/*textview .gallery*/
.textview .gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.textview .gallery {
    margin-bottom: 8px;
}

.textview figure {
    text-align: center;
    margin-bottom: 16px;
}
    .textview figure > img {
       /* width: 100% !important;*/
        height: auto !important;
    }
.textview .gallery-wrapper figure {
    width: 31.5%;
}

.textview .gallery-wrapper.two-colums figure {
    width: 48.3%;
}

.textview .gallery-wrapper.four-colums figure {
    width: 23.3%;
}

.textview .gallery-wrapper.five-colums figure {
    width: 18.3%;
}

.textview .gallery-wrapper.one-colums figure {
    width: 100%;
}

.textview .gallery div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.textview .gallery figure {
    margin: 0.8%;
}

.textview figcaption {
    text-align: center;
    font-style: italic;
    font-size: 15px;
}

.textview .slider:hover .next-slider:before, .textview .slider:hover .back-slider:before {
    visibility: visible;
}

.textview .slider .next-slider {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    cursor: pointer;
    height: 100%;
}

.textview .slider .back-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    width: 32px;
    display: block;
    width: 40px;
    max-height: 100%;
    height: 100%;
}

.textview .slider .next-slider:before {
    content: '▶';
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    text-indent: 4px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px;
}

.textview .slider .back-slider:before {
    content: '◀';
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    left: 8px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px;
}

.contentedit {
    position: relative;
    margin: 8px 0 8px 0;
    padding: 8px;
    border: 1px solid #faa61a;
}

.editdocs {
    background: #ddd url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/edit-property.png*/ 8px no-repeat;
    background-size: 24px;
    padding: 4px 5px;
    display: block;
    max-width: 150px;
    margin: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 32px;
    font-size: 10pt;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.textview .table-striped td, .textview .table-striped th {
    border: 1px solid #ced6e2;
}

.textview .table-striped tr:nth-child(even) {
    background: #e8f0fe;
}

.textview .table-striped thead tr {
    background: #5b95f9;
}

br.pagebreak {
    page-break-after: always;
}

.viewmore-li {
    display: block;
    width: 100%;
    text-align: left;
    height: 30px;
    text-indent: 10px;
    cursor: pointer;
    position: relative;
}

    .viewmore-li span {
        line-height: 30px;
        position: relative;
        color:initial;
    }
        .viewmore-li span::after {
            content: "";
            background: url(../../../huong-dan/themes/default/images/chevron-down.svg)/*tpa=https://meta.vn/huong-dan/themes/default/images/chevron-down.svg*/ no-repeat;
            background-size: 12px;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            right: -20px;
           /* filter: invert(27%) sepia(57%) saturate(2748%) hue-rotate(187deg) brightness(96%) contrast(101%);*/
        }
       /* .viewmore-li span:before {
            content: '';
            width: 0;
            right: 0;
            position: absolute;
            top: 8px;
            right: -24px;
            border-top: 6px solid #666;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 5px;
        }

        .viewmore-li span::after {
            height: 30px;
            margin-top: -70px;
            content: "";
            background: linear-gradient(to bottom,rgba(253,253,253,.5) 30%,rgba(253,253,253,.5) 35%,rgba(253,253,253,.5) 30%,rgba(253,253,253,.5) 35%);
            display: block;
        }
*/
.textview-two .two {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 8px;
}
.textview .responsive {
    margin-bottom: 24px;
}
.textview-two {
    display: block;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 8px;
}

.textview-three .three {
    display: inline-block;
    vertical-align: top;
    width: 30.33%;
    padding: 8px;
}

.textview .textview-two p, .textview .textview-three p, .textview-thirty .thirty p, .textview-seven .seven p {
    padding-bottom: 8px;
}

.textview-thirty .thirty {
    display: inline-block;
    vertical-align: middle;
    width: 30.5%;
    padding: 8px 4px 0 4px;
}

    .textview-thirty .thirty.right {
        display: inline-block;
        vertical-align: middle;
        width: 66%;
        padding: 8px 4px 0 4px;
    }

.textview-seven .seven {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
    padding: 8px 4px 0 4px;
}

    .textview-seven .seven.right {
        display: inline-block;
        vertical-align: middle;
        width: 30.5%;
        padding: 8px 4px 0 4px;
    }

.textview .thirty ul, .textview .seven ul {
    margin-left: 16px;
}

.textview img[data-latex] {
    vertical-align: middle; /*Căn giữa các công thức vào giữa dòng*/
}

code {
    padding: 2px 8px;
    margin: 0 2px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #aaa;
}

pre code {
    padding: 0;
    margin: 0;
    border: none;
}

pre {
    max-width: 100%;
    max-height: 600px;
    display: block;
    overflow: auto;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
}

.codebar {
    position: relative;
}

    .codebar .btn-copy {
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(238, 238, 238, 0.87);
        border: 1px solid #eee;
        cursor: pointer;
        color: #808080;
        padding: 0 8px;
        line-height: 24px;
        font-size: 14px;
    }

        .codebar .btn-copy:before {
            content: 'copy'
        }

    .codebar .btn-copied:before {
        content: 'Đã sao chép'
    }

.textview audio {
    height: 32px;
    vertical-align: middle;
}


.content-detail {
    line-height: 25px;
    clear: both;
    margin-bottom:16px;
    /*text-align: justify;*/
}

    .content-detail .blockbox {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content-detail .toc {
        display: block;
        clear: left;
        margin: 8px 0;
        background: #eef6fc;
        border: 1px solid #c7e4f4;
        padding: 8px;
        border-radius: 3px;
    }

        .content-detail .toc h2 {
            margin: 0 8px;
            font-size: 18px;
            line-height: 24px;
            padding-right: 32px;
            background: url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/more-24.png*/ no-repeat right top;
            cursor: pointer;
        }

        .content-detail .toc > ul {
            border-top: 1px solid #c7e4f4;
            padding-top: 8px;
            margin-top: 8px;
        }

        .content-detail .toc.tochidden h2 {
            background: url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/right-24.png*/ no-repeat right top;
        }

        .content-detail .toc.tochidden ul {
            display: none;
        }

        .content-detail .toc ul {
            margin-left: 0;
        }

            .content-detail .toc ul li {
                list-style: none;
                margin-left: 8px;
                line-height: 30px;
            }

                .content-detail .toc ul li ul li {
                    margin-left: 14px;
                }

                .content-detail .toc ul li a {
                    display: block;
                    color:initial;
                       
                }

    .content-detail ol {
        margin-top: 5px;
        /*margin-left: 20px;*/
    }
/*.textview ol, .textview ul {
    list-style: initial;
}*/
.textview ul li, .textview ol li {
    /* list-style-type: disc;*/
    margin-left: 20px;
}



/*.textview img {
    max-width: 100% !important;
    height: auto;
    border-style: solid;
    border-color: #ccc;
}*/

.textview iframe {
    display: block;
    max-width: 100%;
    margin: auto;
}

code {
    padding: 2px 8px;
    margin: 0 2px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #aaa;
}

pre code {
    padding: 0;
    margin: 0;
    border: none;
}

.textview h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: bold;
    margin-top: 16px;
}

.textview h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 16px;
}

.textview h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 8px 0;
    position: relative;
}

.textview b,
.textview strong {
    font-weight: bold;
}

.textview i, .textview em {
    font-style: italic;
}

.content-detail .contentedit {
    position: relative;
    margin: 8px 0 8px 0;
    padding: 8px;
    border: 1px solid #faa61a;
}

/*đáp án */
.box-answer .toggle-answer {
    height: 38px;
    overflow: hidden;
    background: #fff;
    line-height: 38px;
    text-indent: 16px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    background: #f5f5f5 url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/icon-up.png*/ right no-repeat;
    background-position: right 16px bottom 7px;
}

.box-answer.off .toggle-answer {
    background: #f5f5f5 url(../../../tu-lanh-side-by-side-c1032.htm)/*tpa=https://meta.vn/huong-dan/themes/default/images/icon-down.png*/ right no-repeat;
    background-position: right 16px bottom 7px;
    border-radius: 3px;
}

.box-answer {
    margin-bottom: 8px;
}

    .box-answer .content-answer {
        border: 1px solid #f5f5f5;
        margin: 0;
        padding: 16px;
        border-radius: 0 0 3px 3px;
    }

    .box-answer.off .content-answer {
        display: none;
    }

.toggle-answer:hover {
    color: #f8752b;
}
/*List theme*/
.topview li.itemview {
    list-style: none;
}

.topview li.itemview {
    margin-left: 0;
    padding-left: 0;
    display: block;
    margin-bottom: 16px;
    box-shadow: 0 0 4px 1px #f5f5f5;
    border-radius: 3px;
    overflow: inherit;
    border: 1px solid #eee;
    position: relative;
}

.topview li.itemEnd {
    box-shadow: inherit;
    border: 0;
}

.topview .n-stt {
    position: absolute;
    top: 0;
    font-style: normal;
    width: 40px;
    vertical-align: middle;
    height: 40px;
    font-weight: bold;
    background: #da251c;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin: 0 8px 0 0;
}

.topview .top-des {
    padding: 0 16px 8px 16px;
    overflow:hidden;
}

.topview .itemEnd .top-des {
    padding: 0;
}

.topview ul .itemview {
    margin-bottom: 0;
    display: list-item;
    margin-left: 32px;
    list-style: disc;
}

.topview ul {
    list-style: disc;
}

.topview li.itemview:last-child {
    /* border-bottom: 2px solid #58257b91;*/
    margin-bottom: 16px;
}


.textview.topview h2 {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    color: initial;
    border-bottom: 1px solid #eee;
    padding: 4px 56px;
    font-size: 20px;
}

.topview .box-topview {
    /* margin-left: 112px;*/
    /* padding: 16px;*/
    /*border-left: 1px solid #eee;*/
}

.topview .box-info {
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    /* border: 1px solid #eee;*/
    margin-bottom: 8px;
    display: block;
    z-index: 9;
}
.textview .autoNumber .toc > ul > li {
    margin-left: 16px ;
    list-style-type: decimal;
  
}

    .textview .autoNumber .toc > ul > li ul > li {
        list-style-type: disc;
        
    }


.topview i {
    font-style: normal;
    display: block;
    width: 40px;
    height: 40px;
    font-weight: bold;
    background: #58257b;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 8px auto;
}

.topview .btn-vote.Off:after {
    background: url(../../../huong-dan/themes/default/images/like.png)/*tpa=https://meta.vn/huong-dan/themes/default/images/like.png*/ no-repeat;
    opacity: initial;
    background-size: 24px;
    filter: invert(51%) sepia(9%) saturate(6374%) hue-rotate(174deg) brightness(97%) contrast(97%);
}

/*.topview a {
    display: block;
}*/

.btn-vote.Off {
    pointer-events: none;
}

.topview .user-name {
    display: none;
}

.topview .btn-vote {
    position: relative;
    display: inline-block;
    float: right;
    /* border-radius: 3px; */
    color: initial;
    font-size: 15px;
    padding-right: 28px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 16px;
}

    .topview .btn-vote::after {
        content: '';
        background: url(../../../huong-dan/themes/default/images/like.png)/*tpa=https://meta.vn/huong-dan/themes/default/images/like.png*/ no-repeat;
        background-size: 24px;
        opacity: .54;
        position: absolute;
        top: -3px;
        right: 0;
        width: 24px;
        height: 24px;
    }

    .topview .btn-vote:hover {
        opacity: .54;
        color: initial;
    }

.topview .user-link {
    max-width: 40px;
    margin: 0 auto;
}

    .topview .user-link img {
        border-radius: 50%;
    }

/*howto*/
.checkmark.checked {
    border-color: #f44336;
    background: #f44336 url(../../../huong-dan/themes/default/images/check.png)/*tpa=https://meta.vn/huong-dan/themes/default/images/check.png*/ no-repeat 1px 3px;
    background-size: 14px;
}

.recipe .steps.textview ul li p {
    margin: 0;
}

.box-howto {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    /*  background: #fafafa;*/
    box-shadow: 0 0 4px 1px #f5f5f5;
    border-radius: 3px;
    overflow: inherit;
    margin-bottom: 16px;
    border: 1px solid #eee;
}
/*.howto .howto-content{
    padding-bottom:0;
}*/
.textview .howto-stepimg li.format {
    display: flex;
    justify-content: space-between;
    margin: 16px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 16px;
}



    .textview .howto-stepimg li.format .image-how {
        max-width: 280px !important;
        height: auto;
        order: 2;
       
    }

    .textview .howto-stepimg li.format .text-how {
        width: 100%;
        order: 1;
        padding: 0 16px 0 0;
    }
    .textview .howto-stepimg li.format p{
        margin: 10px 0;
    }
    .box-howto.steps ul.howto-stepimg .format p {
        margin: 10px 0 16px 0 ;
    }
.list-supply {
    right: auto;
    column-width: 250px;
    /* padding: 0 16px; */
    column-fill: auto;
    column-fill: balance;
    position: relative;
    display: block;
    column-gap: 16px;
    /* column-rule: 1px solid #eee; */
    top: 0;
}

    .list-supply.one {
        column-width: initial;
    }

.howto-name {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 0 8px 16px;
    display: block;
    /*  border-radius:3px 3px 0 0;*/
    background: #fff;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    /* width: 102px; */
    border-bottom: 1px solid #eee;
}

/*.howto-name.is-pinned {
        background: #fff;
        background: #fafafa;
    }*/
.howto-content {
    padding: 0 16px 16px 16px;
}

.textview .howto-description .img-how {
    display: block;
}

.post-detail .howto-img img {
    border-radius: 0;
    display: block;
}

.box-howto.steps {
    padding: 0
}

.title-text, .step-title {
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.checkmark {
    border: 1px solid #a3a3a3;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-bottom;
}

.li-done {
    color: #bbb;
}

.howto-img {
    display: block;
}

.theme.howto .list-items, .theme.recipe .list-items {
    list-style: disc;
}

    .theme.howto .list-items li, .theme.recipe .list-items li {
        margin-left: 30px;
    }

        .theme.howto .list-items li a, .theme.recipe .list-items li a {
            color: #039;
        }

            .theme.howto .list-items li a:hover, .theme.recipe .list-items li a:hover {
                color: #ff4500;
            }

.supply .list-supply {
    list-style: none;
    margin-bottom: 8px;
}

.supply ul li {
    line-height: 28px;
    margin-left: 0;
    break-inside: avoid;
    cursor: pointer;
}

.tool ul li {
    line-height: 28px;
    margin-left: 22px;
}

.tool ul {
    list-style: initial;
}

.textview .howto-stepimg li {
    margin-left: 0;
}

.box-howto.steps ul {
    margin-left: 0;
}
    .box-howto.steps ul .text-how ul {
        margin-left: 46px;
    }

    .box-howto.steps ul.howto-stepimg {
        margin: 0 -16px;
    }

        .box-howto.steps ul.howto-stepimg p {
            margin: 10px 16px;
        }
.adbox.in-article{
    margin-top:20px;
}
.textview .toc-wrapper{
    margin-bottom:16px;
}
.textview .howto-stepimg li img {
    display: block;
    margin: 0 auto;
    /* margin-bottom: 8px;*/
}
.textview .howto-stepimg li:not(.format) .image-how img {
    max-height:550px;
}
    .textview .howto-stepimg {
    list-style: none;
    /* margin-top:8px;*/
}

    .textview .howto-stepimg.Text {
        list-style: initial;
    }

        .textview .howto-stepimg.Text li {
            margin-left: 30px;
        }

.textview .list-stepimg li img {
    display: block;
}

.howto .type-Text .howto-content {
    padding-bottom: 16px;
}

.box-howto.steps .list-steptext p {
    margin: 0;
}

.textview .list-stepimg {
    list-style: none;
    display: flex;
    /* margin: 0 -4px;*/
    flex-wrap: wrap;
    margin-bottom: 16px;
    /* justify-content: space-between;*/
}

    .textview .list-stepimg.ione li {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .textview .list-stepimg.itwo li {
        max-width: 48.5%;
    }

.textview .howto-content .img-how {
    display: block;
}

.textview .list-stepimg li {
    max-width: 32%;
    margin-left: 0;
    padding: 0 4px;
}
