* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul,
ol {
    list-style: none;
}

.clr {
    clear: both;
}

.clearfix {
    display: block;
}

    .clearfix:after {
        content: "";
        display: block;
        clear: both;
    }

img {
    display: block;
    max-width: 100%;
    width: 100%;
}

a {
    transition: 0.3s;
}

hr {
    border: none;
    border-top: 1px solid #f2f4f7;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("https://cdnv2.tgdd.vn/mwgvn/dmx/html/fonts/Be_Vietnam_Pro/BeVietnamPro-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

body,
input,
button,
option,
textarea,
label,
select,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font: 16px/24px "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    color: #333;
    outline: none;
}

    body.scrollhidden {
        overflow: hidden;
    }

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    text-rendering: geometricPrecision;
}

input[type="text"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

.container {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.hide {
    display: none !important;
}

.overfollow-hide {
    overflow: hidden;
}
/*--------------- CSS Header  -----------------*/

.header-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.body {
    background: #f1f8fe;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #2A83E9;
}

.container-flex-col {
    display: flex;
    flex-direction: column;
}

.container-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .container-flex.line-solid {
        padding-bottom: 30px;
        border-bottom: 1px solid #D0D5DD;
    }

.container-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-flex-not-center {
    display: flex;
    justify-content: center;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.w-450 {
    width: 450px;
}

.w-1200 {
    width: 1200px;
}

.items-start {
    align-items: flex-start;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.text-8 {
    font-size: 8px;
}

.text-9 {
    font-size: 9px;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-26 {
    font-size: 26px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.text-32 {
    font-size: 32px;
}

.text-35 {
    font-size: 35px;
}

.text-40 {
    font-size: 40px;
}

.text-42 {
    font-size: 42px;
}

.text-48 {
    font-size: 48px;
}

.text-60 {
    font-size: 60px;
}

.text-success {
    color: #40a827;
}

.text-white {
    color: #fff;
}

.text-grey-500 {
    color: #667085;
}

.text-grey-700 {
    color: #344054;
}

.text-grey-800 {
    color: #1d2939;
}

.text-brand-600 {
    color: #2a83e9;
}

.text-blue-500 {
    color: #0a74e6;
}

.text-black {
    color: #000;
}

.text-black-500 {
    color: #242323;
}

.text-yellow {
    color: #FFD400;
}


.text-center {
    text-align: center;
}

.line-height-125 {
    line-height: 125%;
}

.line-height-150 {
    line-height: 150%;
}

.line-height-100-imt {
    line-height: 100% !important;
}

.line-height-100 {
    line-height: 100%;
}

.line-height-17 {
    line-height: 17px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-35 {
    line-height: 35px;
}

.gap-4 {
    gap: 4px;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.gap-24 {
    gap: 24px;
}

.gap-30 {
    gap: 30px;
}

.gap-33 {
    gap: 33px;
}

.gap-16 {
    gap: 16px;
}

.gap-40 {
    gap: 40px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    place-items: center;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.rounded-8 {
    border-radius: 8px;
}

.rounded-24 {
    border-radius: 24px;
}

.rounded-16 {
    border-radius: 16px;
}

.bg-grey-25 {
    background-color: #F1F8FE;
}

.p-30 {
    padding: 30px;
}

.p-16 {
    padding: 16px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-24 {
    padding-bottom: 24px;
}

.py-35 {
    padding: 35px 0px;
}

.py-24 {
    padding: 24px 0px;
}

.px-30 {
    padding: 0px 30px;
}

.p-0 {
    padding: 0;
}

.px-16 {
    padding: 0px 16px;
}

.px-20 {
    padding: 0 20px;
}

.ps-20 {
    padding-left: 20px;
}

.m-0 {
    margin: 0;
}

.my-35 {
    margin: 35px auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.my-24 {
    margin: 24px 0;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mr-6 {
    margin-right: 6px;
}

.footer {
    background: #f2f4f7;
}

.footer-info {
    width: 678px;
}

.footer-form {
    width: 391px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-title {
    color: #2a83e9;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.footer-content {
    color: #1d2939;
    font-size: 16px;
}

.footer-end {
    background-color: #344054;
    height: 50px;
}

.form-wrapper {
    display: flex;
    padding: 6px 8px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    gap: 8px;
}

.form-input {
    flex: 1;
    height: 40px;
    padding: 3px 8px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

.form-btn {
    border: none;
    cursor: pointer;
    display: flex;
    padding: 6px 23px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #2a83e9;
    cursor: pointer;
    color: #fff;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media only screen and (min-width: 1024px) {
    .footer a:hover,
    .footer .boxcm li a:hover {
        color: #2A83E9;
    }
}

[class^="icon-"],
[class*="icon-"] {
    background-image: url(../images/common-icon-v2.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 800px 800px;
    flex-shrink: 0;
}

.icon-row-1-col-1 {
    background-position: -5px -5px;
    width: 109px;
    height: 40px;
}

.icon-row-1-col-2 {
    background-position: -130px -5px;
    width: 88px;
    height: 32px;
}

.icon-row-1-col-3 {
    background-position: -230px -5px;
    width: 130px;
    height: 58px;
}

.icon-row-1-col-4 {
    background-position: -370px -5px;
    width: 112px;
    height: 50px;
}

.icon-row-2-col-1 {
    background-position: -83px -5px;
    width: 68px;
    height: 68px;
}

.icon-row-2-col-2 {
    background-position: -88px -83px;
    width: 52px;
    height: 57px;
}

.icon-row-2-col-3 {
    background-position: -158px -83px;
    width: 42px;
    height: 45px;
}

.icon-row-2-col-4 {
    background-position: -218px -83px;
    width: 51px;
    height: 43px;
}

.icon-row-2-col-5 {
    background-position: -283px -83px;
    width: 39px;
    height: 39px;
}

.icon-row-2-col-6 {
    background-position: -343px -83px;
    width: 52px;
    height: 52px;
}

.icon-row-2-col-7 {
    background-position: -408px -83px;
    width: 52px;
    height: 52px;
}

.icon-row-2-col-8 {
    background-position: -470px -85px;
    width: 35px;
    height: 25px;
}

.icon-row-2-col-9 {
    background-position: -515px -85px;
    width: 35px;
    height: 25px;
}

.icon-row-3-col-1 {
    background-position: -5px -165px;
    width: 52px;
    height: 52px;
}

.icon-row-3-col-2 {
    background-position: -73px -163px;
    width: 40px;
    height: 44px;
}

.icon-row-3-col-3 {
    background-position: -128px -163px;
    width: 30px;
    height: 32px;
}

.icon-row-3-col-4 {
    background-position: -168px -163px;
    width: 35px;
    height: 30px;
}

.icon-row-3-col-5 {
    background-position: -213px -163px;
    width: 28px;
    height: 27px;
}

.icon-row-3-col-6 {
    background-position: -250px -165px;
    width: 28px;
    height: 20px;
}

.icon-row-3-col-7 {
    background-position: -285px -165px;
    width: 28px;
    height: 20px;
}

.icon-row-3-col-8 {
    background-position: -322px -165px;
    width: 32px;
    height: 32px;
}

.icon-row-3-col-9 {
    background-position: -364px -165px;
    width: 24px;
    height: 24px;
}

.icon-row-3-col-10 {
    background-position: -406px -165px;
    width: 24px;
    height: 24px;
}

.icon-row-3-col-11 {
    background-position: -448px -165px;
    width: 24px;
    height: 24px;
}

.icon-row-3-col-12 {
    background-position: -490px -165px;
    width: 24px;
    height: 24px;
}

.icon-row-3-col-13 {
    background-position: -532px -165px;
    width: 24px;
    height: 24px;
}

.icon-row-3-col-14 {
    background-position: -654px -159px;
    width: 30px;
    height: 35px;
}

.icon-row-4-col-1 {
    background-position: -4px -229px;
    width: 18px;
    height: 22px;
}

.icon-row-4-col-2 {
    background-position: -30px -230px;
    width: 17px;
    height: 21px;
}

.icon-row-4-col-3 {
    background-position: -54px -229px;
    width: 22px;
    height: 16px;
}

.icon-row-4-col-4 {
    background-position: -85px -230px;
    width: 22px;
    height: 16px;
}

.icon-row-4-col-5 {
    background-position: -115px -230px;
    width: 20px;
    height: 17px;
}

.icon-row-4-col-6 {
    background-position: -145px -230px;
    width: 20px;
    height: 17px;
}

.icon-row-4-col-7 {
    background-position: -174px -229px;
    width: 21px;
    height: 21px;
}

.icon-row-4-col-8 {
    background-position: -204px -229px;
    width: 21px;
    height: 21px;
}

.icon-row-4-col-9 {
    background-position: -239px -229px;
    width: 22px;
    height: 20px;
}

.icon-row-4-col-10 {
    background-position: -274px -229px;
    width: 22px;
    height: 20px;
}

.icon-row-4-col-11 {
    background-position: -309px -229px;
    width: 22px;
    height: 17px;
}

.icon-row-4-col-12 {
    background-position: -344px -229px;
    width: 22px;
    height: 17px;
}

.icon-row-4-col-13 {
    background-position: -379px -229px;
    width: 24px;
    height: 16px;
}

.icon-row-4-col-14 {
    background-position: -415px -230px;
    width: 24px;
    height: 15px;
}

.icon-row-4-col-15 {
    background-position: -448px -228px;
    width: 24px;
    height: 24px;
}

.icon-row-4-col-16 {
    background-position: -478px -228px;
    width: 24px;
    height: 18px;
}

.icon-row-4-col-17 {
    background-position: -508px -228px;
    width: 24px;
    height: 24px;
}

.icon-row-4-col-18 {
    background-position: -538px -228px;
    width: 20px;
    height: 24px;
}

.icon-row-4-col-19 {
    background-position: -570px -230px;
    width: 24px;
    height: 24px;
}

.icon-row-4-col-20 {
    background-position: -605px -230px;
    width: 16px;
    height: 16px;
}

.icon-row-5-col-13 {
    background-position: -219px -264px;
    width: 10px;
    height: 6px;
}

.icon-row-5-col-15 {
    background-position: -249px -264px;
    width: 10px;
    height: 6px;
}

.icon-row-5-col-16 {
    background-position: -219px -264px;
    width: 10px;
    height: 6px;
}

.icon-row-5-col-18 {
    background-position: -294px -264px;
    width: 10px;
    height: 6px;
}

.icon-row-5-col-20 {
    background-position: -318px -263px;
    width: 9px;
    height: 14px;
}

.icon-row-5-col-21 {
    background-position: -328px -263px;
    width: 9px;
    height: 14px;
}

.icon-row-5-col-31 {
    background-position: -450px -263px;
    width: 12px;
    height: 14px;
}

.icon-row-5-col-32 {
    background-position: -470px -265px;
    width: 12px;
    height: 12px;
}

.icon-row-5-col-33 {
    background-position: -490px -263px;
    width: 12px;
    height: 14px;
}

.icon-row-5-col-35 {
    background-position: -527px -261px;
    width: 20px;
    height: 20px;
}

.icon-row-5-col-36 {
    background-position: -555px -259px;
    width: 24px;
    height: 24px;
}

.icon-row-5-col-37 {
    background-position: -586px -261px;
    width: 20px;
    height: 20px;
}

.card-decription {
    width: calc(100% - 64px);
}

.icon-row-6-col-1 {
    background-position: -5px -286px;
    width: 19px;
    height: 14px;
}

.icon-row-6-col-2 {
    background-position: -38px -286px;
    width: 18px;
    height: 14px;
}

.icon-row-6-col-3 {
    background-position: -70px -284px;
    width: 18px;
    height: 18px;
}

.icon-row-6-col-4 {
    background-position: -102px -285px;
    width: 18px;
    height: 16px;
}

.icon-row-6-col-5 {
    background-position: -133px -286px;
    width: 20px;
    height: 13px;
}

[class^="iconx15-"],
[class*="iconx15-"] {
    background-image: url(../images/commonx15-icon-v2.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 1200px 1200px;
    flex-shrink: 0;
}

.iconx15-row-4-col-7 {
    background-position: -261px -343px;
    width: 32px;
    height: 32px;
}

.iconx15-row-4-col-9 {
    background-position: -358px -343px;
    width: 33px;
    height: 31px;
}

.iconx15-row-4-col-13 {
    background-position: -568px -343px;
    width: 37px;
    height: 26px;
}

/* ---------- CSS Menu Development Pages ---------- */
[class^="icondev-"],
[class*="icondev-"] {
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/icon-dev.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    background-size: 970px 304px;
    flex-shrink: 0;
    transform: scale(0.48);
    transform-origin: center;
}

.icondev-moi-truong {
    background-position: -30px -30px;
    width: 100px;
    height: 100px;
}

.icondev-kinh-te {
    background-position: -194px -30px;
    width: 100px;
    height: 100px;
}

.icondev-trach-nhiem {
    background-position: -355px -30px;
    width: 100px;
    height: 100px;
}

.icondev-du-an {
    background-position: -518px -30px;
    width: 100px;
    height: 100px;
}

.icondev-dau-an {
    background-position: -679px -30px;
    width: 100px;
    height: 100px;
}

.icondev-bao-cao {
    background-position: -840px -30px;
    width: 100px;
    height: 100px;
}

/* ---------- CSS Menu Development Pages ---------- */

.iconhome-header {
    width: 21px;
    height: 22px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/home-header.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.iconcalendarplus {
    width: 24px;
    height: 24px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/calendarplus.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.iconstar {
    width: 24px;
    height: 24px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/icon-star.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.iconarrow-right-yellow {
    width: 24px;
    height: 24px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/arrow-right-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.iconcotuc-mb {
    width: 24px;
    height: 24px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/icon-cotuc.mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-mwg {
    width: 100px;
    height: 40px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/logo-mwg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-dmx {
    background-image: url(../../html/images/logo-dmx-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
}

.logo-mwg-mb {
    width: 65px;
    height: 24px;
    background-image: url(https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/logo-mwg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-dmx-mb {
    background-image: url(../../html/images/logo-dmx-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 24px;
}

.logo-dmx-header {
    background-image: url(../../html/images/logo-dmx-v2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 40px;
    display: inline-block;
}

.logo-dmx-header-mb {
    background-image: url(../../html/images/logo-dmx-v2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 96px;
    height: 32px;
    display: inline-block;
}

.pdf-mwg {
    background-image: url(../images/pdf-mwg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
}

.iconplay-dmx {
    width: 12px;
    height: 24px;
    background-image: url(/html/images/icon-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.iconplay-dmx-mb {
    width: 9px;
    height: 18px;
    background-image: url(/html/images/icon-play.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-dmx-download {
    width: 24px;
    height: 24px;
    background-image: url(/html/images/icon-download.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}

.icon-schedule {
    width: 24px;
    height: 24px;
    background-image: url(/html/images/schedule.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}

.icon-notify {
    width: 24px;
    height: 24px;
    background-image: url(/html/images/icon-notify.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}

a.btn-dmx-ipo {
    background-image: url('https://cdnv2.tgdd.vn/mwgvn/dmx/html/images/dmx-ipo.gif');
    background-size: contain;
    background-repeat: no-repeat;
}

.chart-filter {
    /*max-width: 1080px;*/
    margin: auto;
    width: 100%;
}

.title-value-item {
    padding: 3px 6px;
    cursor: pointer;
}

    .title-value-item.active {
        background: #2A91F8;
        color: #fff;
        border-radius: 8px;
    }

.underline {
    text-decoration: underline;
    text-decoration-color: #1D2939;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.pointer {
    cursor: pointer;
}

.item-sticky-mb {
    font-family: Be Vietnam Pro;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

    .item-sticky-mb.active {
        color: #2A83E9;
        font-weight: 700;
    }


.a-link {
    color: #2A83E9;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 4px;
    align-items: center;
}

.tag-dmx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 17px;
    padding: 3px 6px;
    align-items: center;
    border-radius: 2px;
    background: #BBDDFD;
}

    .tag-dmx::before {
        content: "DMX";
        font-size: 10px;
        font-weight: 400;
        color: #1D2939;
    }

.tag-mwg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 17px;
    padding: 3px 6px;
    align-items: center;
    border-radius: 2px;
    background: #FFE8A3;
}

    .tag-mwg::before {
        content: "MWG";
        font-size: 10px;
        font-weight: 400;
        color: #1D2939;
    }

.link-ggmap {
    color: #2A83E9;
    box-decoration-break: clone;
}

    .link-ggmap:hover {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }
