/*
Theme Name: DK Beauty
Text Domain: dkbeauty.vn
Version: 1.0
Requires PHP: 8.0.0
Description: The interface is designed and developed by TrongDZ
Tags: DK Beauty - Thẩm mỹ quốc tế
Author: TrongDZ
Author URI: https://dkbeauty.vn/
Theme URI: https://dkbeauty.vn/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

    0.  CSS Reset
    1.  Document Setup
    2.  Element Base
    3.  Helper Classes
    4.  Site Header
    5.  Menu Modal
    6.  Search Modal
    7.  Page Templates
        a.  Template: Cover Template
        c.  Template: Full Width
    8.  Post: Archive
    9.  Post: Single
    10. Blocks
    11. Entry Content
    12. Comments
    13. Site Pagination
    14. Error 404
    15. Widgets
    16. Site Footer
    17. Media Queries

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*  0. CSS Reset
/* -------------------------------------------------------------------------- */
/* Centered texts in each section
    * --------------------------------------- */
:root {
    /* ===== Colours ===== */
    --color-main: #013781;
    --color-main2: #03A0D2;
    --color-text-menu: #234992;
    --White: #fff;
}
/*@font-face{
  font-family:"ChakraPetch-Bold";
  src: url(./font/ChakraPetch-Bold.ttf);
  src: local("ChakraPetch-Bold"), url(./font/ChakraPetch-Bold.ttf) format("truetype");
}*/
/*@font-face{
  font-family:"ChakraPetch-SemiBold";
  src: url(./font/ChakraPetch-SemiBold.ttf);
  src: local("ChakraPetch-SemiBold"), url(./font/ChakraPetch-SemiBold.ttf) format("truetype");
}*/
/*.phuctap {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(
    rgb(255, 255, 255) 46%,
    rgb(125, 142, 167) 49%,
    rgb(211, 226, 249) 80%
  );
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}
.phuctap::first-letter {
  font-size: 125%;
}
.titleHeaders .phuctap {font-family: 'Spectral SC', serif; font-size: 50px; font-weight:700; color: rgb(255, 255, 255);  background-image: linear-gradient(rgb(255, 255, 255) 46%, rgb(125, 142, 167) 49%, rgb(211, 226, 249) 80%); text-align: center; -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  -webkit-text-stroke: 1px rgb(0, 0, 0); -webkit-filter: drop-shadow(0px 0px 5px rgba(5, 5, 5, 1.0)); filter: drop-shadow rgba(5, 5, 5, 1.0);}
.titleHeaders .phuctap::first-letter { font-size: 125%;}

*/
/*.phuctap {
    font-weight: bold;
    background: -webkit-linear-gradient(90deg, #45b3e7 5%, #0961cb 53%, #2688d8 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
    color: rgb(255, 255, 255);
    font-family: ChakraPetch-Bold;
    text-transform: uppercase;
    padding: 0px 0px 30px;
    text-align: center !important;
    font-size: 30px;
    word-wrap: break-word;
    text-shadow: 0px 0px 5px rgba(96, 234, 255, 1.00);
}
.phuctap::first-letter {
  font-size: 125%;
}*/

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
section{
    padding: 100px 0px;
}
.box-about{
    padding: 0px 110px;
}
.site-header{
    min-height: 80px;
}
.fix-header{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.sticknone{
    position: relative;
    width: 100%;
    border-bottom: 0.5px solid #E9E9E9;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.stick{
    background: #fff;
    position: fixed;
    animation: stuckMoveDown .6s;
    border-bottom: 0.5px solid #E9E9E9;
    border-top: none !important;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all 0.3s ease 0s;
}
@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link:focus {
        font-weight: 600;
        color: var(--color-main2, #03A0D2);
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-item > a.mega-menu-link {
        font-family: "Plus Jakarta Sans";
        font-weight: 600;
        line-height: 80px;
        height: 80px;    
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu {
        padding: 20px;
        background: #ffffff;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        border: 1px #EBEBEB solid;
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #ffffff;
        color: #1D1D1D;
        padding: 12px 10px 12px 10px;
        line-height: normal;
        text-decoration: none;
        text-transform: none;
/*        vertical-align: baseline;*/
        font-size: 15px;
/*        font-family: Plus Jakarta Sans;*/
        font-weight: 400;
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu {
        min-width: 250px;
        width: auto;    
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link {
        white-space: nowrap;
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu a.mega-menu-link:hover {
        background: rgba(3.49, 160.07, 209.51, 0.06) !important; border-radius: 10px !important;
    }

    #mega-menu-wrap-site-nav #mega-menu-site-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: 110%;
    }
    #mega-menu-wrap-site-nav #mega-menu-site-nav li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        margin-top: 3px;
    }
}

.btn-fix{
    display: flex;
    padding: 12px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--color-main);
    color: var(--White, #FFF);
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: none;
}
.title-index{
    color: var(--color-main);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    text-transform: uppercase;
    padding: 0px 0px 60px;
    margin: 0;
}
.title-index span{
    font-weight: 400;
    color: var(--color-main2, #03A0D2);    
}
.dichvu article{
    border-radius: 20px;
    border: 1px solid rgba(3, 160, 210, 0.30);
    background: rgba(3, 160, 210, 0.06);
    padding: 30px;
    margin-bottom: 30px;
    column-gap: 30px;
}
.thumb-dichvu img {
    min-width: 220px;
    border-radius: 70px 20px;
}
.tag-catergory h3 a{
    color: var(--color-main);
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}
.xemthem{
    color: var(--color-main);
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    display: block;
    margin-top: 40px;
}
.xemthem span{
    padding-right: 10px;
}
.xemthem:hover svg rect{
    fill: var(--color-main);
    fill-opacity: 1;
    transition: all 0.3s ease 0s;
}
.xemthem:hover svg path{
    stroke: #fff;
    transition: all 0.3s ease 0s;
}
a:hover{
    color: var(--color-main) !important;
    transition: all 0.3s ease 0s;
}
.des-2{
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.des-3{
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}
.des-4 {
/*     font-family: "Plus Jakarta Sans"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    max-height: 6.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
}
.play{
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play-video{
    position: relative;
}
.play-video img.thumb{
/*    margin: 60px 0px 0px;*/
}
.radius-20{
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.widget_abount{
    background: url(./img/Vector.png) no-repeat center bottom;
    background-size: inherit;
}
.widget-swiper{
    position: relative;
}
@media only screen and (min-width: 768px) {
    .csvc .swiper-slide:not(.swiper-slide-active) .pic {
        transform: scale(0.85);
    }
}
.csvc .pic {
    text-align: center;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.csvc .pic {
    margin-bottom: 30px;
}
.khung-csvc{
    padding-bottom: 60px;
}
.csvc .swiper-slide-active .pic {
    opacity: 1;
}

.swiper-button-next.button-out {
    right: -6%;
}
.widget .swiper-button-next {
    right: -2%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--color-main);
    transition: all 0.3s ease 0s;
}
.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 69px;
    background: var(--color-hover);
    transition: all 0.3s ease 0s;
}
.swiper-button-prev.button-out {
    left: -6%;
}
.widget .swiper-button-prev {
    left: -2%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--color-main);
    transition: all 0.3s ease 0s;
}
.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 69px;
    background: rgba(1, 55, 129, 0.10);
    transition: all 0.3s ease 0s;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-main);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #fff;
}
.widget_celeb{
    background: rgba(3, 160, 210, 0.10);
}
.widget_celeb h3.title-index {
    text-align: left;
}
.khachhang{
    background: url(./img/maublue.png) no-repeat right center;
/*    background-size: contain;*/
    background-size: 700px auto;
}
.khung-kh{
    padding: 30px;
    background: #fff;
    column-gap: 30px;
/*    margin-right: 20px;*/
}
.celeb-test {
    padding-bottom: 100px;
}
.btn-celeb{
    top: 97%;
}
.widget .swiper-button-next.btn-celeb{
    right: 43%;
}
.widget .swiper-button-prev.btn-celeb{
    left: 43%;
}
.thongtinceleb h4{
    color: #1D1D1D;
    font-family: "Plus Jakarta Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.mb-60{
    margin-bottom: 60px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white; 
    background: #03A0D2;
}
.nav-pills .nav-link {
    height: 44px; 
    padding: 10px 20px;
    border-radius: 1000px;
    font-size: 15px; 
    font-family: Plus Jakarta Sans; 
    font-weight: 500; 
    line-height: 24px;
    word-wrap: break-word;
    color: var(--color-main);
}
.title_dangky{
    color: var(--color-main);
    font-size: 28px;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    line-height: 36px;
    word-wrap: break-word
}
.form-bg{
    width: 100%;
    padding: 70px 40px 30px 40px; 
    background: rgba(255, 255, 255, 0.70); 
    border-radius: 20px; 
    border: 1px white solid; 
    backdrop-filter: blur(5px); 
    position: relative;
}
.trongdz-form{
    width: 100%;
}
img.img-form {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
footer.footer-top {
    padding: 90px 0px 30px;
    background: #FAFAFA;
}
footer.footer-top h3{
    color: #013781;
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-top ul li {
    margin-bottom: 15px;
}
.footer-top ul li a{
    color: #1D1D1D;
    font-size: 15px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-decoration: none;
}
#menu-he-thong-co-so li{
    background: url(./img/icon-location.svg) no-repeat center left;
    padding-left: 30px;
}
.share-icon{
    display: flex;
    column-gap: 10px;
}
.copy{
    border-top: 1px rgba(0, 0, 0, 0.10) solid;
    padding-top: 30px;
}
.copy h3{
    font-size: 14px !important;
    padding-bottom: 10px;
    margin: 0 !important;
}
.copy p{
    margin: 0;
    padding: 0;
}
button#btn-back-to-top {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: fixed;
    z-index: 999;
    right: 10%;
    bottom: 5%;
}
article.viewtable{
    padding: 30px; border-radius: 20px; overflow: hidden; border: 1px rgba(3.49, 160.07, 209.51, 0.30) solid; flex-direction: column; justify-content: flex-start; align-items: center; gap: 20px; display: inline-flex;  margin-bottom: 25px;
}
article.viewtable .post-title{
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word
}
article.viewtable .post-title a, #breadcrumb a{
    color: #013781;
    text-decoration: none;
}
article.viewlist {
    display: flex;
    column-gap: 30px;
    margin-bottom: 30px;
}
article.viewlist .post-title{
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word
}
article.viewlist .post-title a, .widget_tinmoi .post-title-mini a{
    color: #1D1D1D;
    text-decoration: none;
}
article.viewlist .post-title{
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
div.widget_tinmoi {
    padding: 30px;
    border-radius: 10px;
    border: 1px rgba(0, 0, 0, 0.10) solid;
}

ul.widget_news {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.widget_news li {
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
}
.widget_tinmoi .tieudefix{
    color: #013781;
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    line-height: 28px;
    word-wrap: break-word;
    margin: 0;
    text-transform: uppercase;
}
.post-title-mini{
    color: #1D1D1D;
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}
.timer{
    color: #8D8D8D;
    font-size: 14px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
main.contact{
    padding: 30px 30px; background: rgba(3.49, 160.07, 209.51, 0.06); border-radius: 20px; border: 1px rgba(3.49, 160.07, 209.51, 0.30) solid;
}
.mb-40{
    margin-bottom: 40px !important;
}
.celeb-mota{
    padding: 30px 0px;
}
.video-celeb{
    width: 270px;
    height: 360px;
}
.text-border{
  /*text-shadow: 2px 0 #1788a4, -2px 0 #1788a4, 0 2px #1788a4, 0 -2px #1788a4,*/
               /*1px 1px #1788a4, -1px -1px #1788a4, 1px -1px #1788a4, -1px 1px #1788a4;*/
               /*text-shadow: 0 0 3px #000;*/
}
#ft-contact-icons li>span {
    display: none;
}
@media only screen and (max-width: 720px) {
    #ft-contact-icons li>span {
        display: block;
    }
    .video-celeb{
        width: 342px;
        height: 456px;
        margin-top: 15px;
    }
    .des-4 {
        font-size: 16px;
        text-align: justify;
    }
    .mota-index {
        text-align: justify !important;
    }
    section {
        padding: 30px 0px 0px;
    }
    .title-index {
        /*font-size: 25px;*/
        padding: 0px 0px 30px;
        text-align: center !important;
         font-size: 26px; font-family: Plus Jakarta Sans; font-weight: 800; text-align: center; word-wrap: break-word; text-shadow: 0px 0px 3px rgba(141, 232, 255, 1.00)
    }
    .widget .title-index { color: white; padding-top: 30px; display: none}
    .widget .title-index span {
        font-weight: bold;
        color: inherit;
    }
    .dichvu .d-flex {
        text-align: center;
        flex-direction: column;
    }
    .thumb-dichvu {
        margin-bottom: 30px;
    }
    .khung-kh{
        flex-direction: column;
    }
    .widget .swiper-button-prev {
        left: 0;
    }
    .widget .swiper-button-next {
        right: 0;
    }
    .ykien {
        margin-top: 20px;
    }
    .celeb-mota{
        padding: 20px 0px;
        text-align: justify;
    }
    .celeb-test {
        padding-bottom: 50px;
        /* padding-top: 100px; */
    }
    .widget .swiper-button-prev.btn-celeb {
        left: 37%;
    }
    .widget .swiper-button-next.btn-celeb {
        right: 37%;
    }
    .nav-pills .nav-link {
        padding: 10px 13px;
    }
    #footer-top .col-lg-4{
        margin-bottom: 30px;
    }
    #masthead .btn-fix {
        padding: 12px;
        border-radius: 100%;
    }
    .site-header {
        min-height: 60px;
    }
    article.viewlist {
        flex-direction: column;
    }
    article.viewlist .post-title {
        margin-top: 10px;
    }
    .contact{
        margin-bottom: 30px;
    }
    .box-about {
        padding: 0px 0px;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 20px;
        left: 0;
        width: 100%;
    }
    section#dichvunoibat-2 {
        background: linear-gradient(90deg, #00659b 0%, #003b85 100%);
        padding-bottom: 0;
        padding-top: 0;
    }
    .dichvu article {
         border-radius: 0px; 
         border: none; 
        background: none;
        padding: 0px;
         margin-bottom: 0px; 
         column-gap: 0px; 
    }
    .swiper-dichvunoibat .swiper-slide {
        /*width: 80%;*/
    }
    .thumb-dichvu img {
        min-width: 100%;
        border-radius: 0px;
    }
    .tag-catergory {
        padding: 20px;
        color: #fff;
        margin-top: -40%;
        background: linear-gradient(181deg, #00659b00 0%, #003b85 40%);
        min-height: 236px;
    }
    .tag-catergory h3 a {
        color: #ffffff;
    }
    .xemthem {
        color: #0dc3fb;
        margin-top: 30px;
    }
    .form-bg {
        width: 90%;
        padding: 70px 30px 30px 20px;
        background: rgba(255, 255, 255, 0.70);
        border-radius: 20px;
        border: 1px white solid;
        backdrop-filter: blur(5px);
        position: relative;
        margin: 300px auto 0;
    }
    .btn-celeb {
        top: 95.5%;
    }
    .khung-csvc {
        padding-bottom: 30px;
    }
    #khachhang-2 .mb-60 {
        margin-bottom: 30px;
    }
    #khachhang-2 .widget-swiper{
        padding-bottom: 30px !important;
    }
    #cosovatchat-2 .mota-index{
        padding-bottom: 0px !important;
    }
    .widget_datlich {
        background: #daefff url(https://vienthammydkbeauty.vn/wp-content/uploads/2025/02/cover.png) no-repeat 18% top !important;
        background-size: 1000px auto !important;
        padding-bottom: 30px;
    }
    h4.title-index{
        padding: 0;
    }
    h4.title-index span{
        font-size: 20px;
    }
    button#btn-back-to-top {
        right: 5% !important;
        bottom: 10% !important;
    }
    .swiper-dichvunoibat .widget .swiper-button-next {
        right: 10px;
    }
    .swiper-dichvunoibat .widget .swiper-button-prev {
        left: 10px;
    }
    footer.footer-top {
        padding: 30px 0px 90px;
    }
    .khung-kh {
        padding: 0;
        background: #fff;
        column-gap: 30px;
        /* margin-right: 20px; */
    }
    .thongtinceleb {
        padding: 0px 30px;
    }
    .khachhang{
        background: none;
    }
    #block-logo{
        margin-bottom: 30px !important;
    }
}
blockquote {
    font-weight: 100;
    font-size: 1.5rem;
    max-width: 500px;
    line-height: 1.4;
    position: relative;
    margin: 2em auto;
    padding: .5rem;
    color: var(--color-main);
    text-align: center;  
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: var(--color-main2);
    font-size: 6rem;
    width: 3rem;
    height: 3rem;
    font-family: 'Special Elite', cursive;
}

blockquote:before {
    content: '“';
    left: -2rem;
    top: -1rem;
}

blockquote:after {
    content: '”';
    right: -2rem;
    bottom: 1rem;
}
.dm-content h4 {
    color: var(--color-main2);
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    text-transform: uppercase;
    padding: 0px 0px 20px;
    margin: 0;
}
.dm-content h4 strong {
    color: var(--color-main);
}
.dm-content strong{
    color: var(--color-main);
}
/*.dm-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul li{
    padding-left: 25px;
    position: relative;
}
ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('./img/Frame.png') no-repeat center center;
    background-size: 18px auto;
    width: 20px;
    height: 21px;
}*/