@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-VariableFont_wght.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('./fonts/Noto_Sans/NotoSans-Bold.ttf');
    font-weight: 700;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #405f9e;
    margin-left: 5px;
    display: none;
}

ol,
ul {
    list-style: none;
}

.mb-20{
    margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
}

.al {
    display: flex;
    align-items: center;
}

.container {
    width: calc(100% - 24px);
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

img,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.alight-item-center {
    display: flex;
    align-items: center;
}

.article {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.article-image::before {
    padding-top: 60%;
    content: '';
    display: block;
}

.article-image:hover {
    opacity: .85;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.article-cat {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #303e82;
    text-transform: uppercase;
    background: #f4c82d;
    padding: 3px 12px;
    border-radius: 0 20px 20px 20px;
}

.article-title {
    line-height: 1 !important;
    margin-top: 0px !important;
}

.article-link {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'NotoSans-Bold', sans-serif;
}

.article-desc {
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
}

.article-date {
    font-size: 13px;
    color: #999;
}

.article-tag {
    font-size: 10px;
    color: #4f65cf;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    font-family: 'NotoSans-Bold', sans-serif;
    display: none;
}

.article-tag.has-bg {
    color: #303e82 !important;
    background: #f4c82d;
    padding: 5px 12px;
    border-radius: 20px;
}

.article-tag:nth-child(2) {
    color: #999;
}

.article-tag:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #e7e7e7;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.name-auther {
    font-size: 13px;
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'NotoSans-Bold', sans-serif;
}

.auther {
    display: flex;
    margin-bottom: 10px;
    justify-content: end;
}

.source {
    font-size: 13px;
    color: #999;
}

.source::before {
    content: "|";
    color: #c4c4c4;
    font-weight: 400;
    padding: 0 15px;
}

.content img {
    display: none;
}

.box-tags{
    padding: 10px 5px 5px 5px;
    background: #303e82;
    border-radius: 10px;
    margin-bottom: 18px;
}

.tags-title {
    color: #303e82;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4c82d;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 18px;
    font-size: 14px;
    font-family: 'Inter-Regular',sans-serif;
}

.tags-link {
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 18px;
    font-size: 14px;
    font-family: 'Inter-Regular',sans-serif;
}

.note {
    display: none;
}

.lt {
    display: flex;
}

.motgame-heading span {
    font-family: Montserrat;
    font-size: 22px;
    color: #303e82;
    text-transform: uppercase;
    display: inline;
}

.multi-link:before, .motgame-heading span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    margin-right: 10px;
    background: #f4c82d;
}

.box-list .multi-link {
    color: #303e82;
}
.multi-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}


.footer-infor  {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 18px 12px 10px;
    background: #202850;
}

.infor {
    color: rgba(255, 255, 255, .4);
    width: 40%;
    font-size: 12px;
    line-height: 1.4;
}

.infor-label {
    width: 60%;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.footer-infor .d-flex {
    margin-bottom: 8px;
}

.yellow {
    color: #f4c82d;
    font-size: 12px;
}

.yellow:hover {
    color: #fff;
}

.footer-right {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #303e82;
}

.dark {
    background-color: #202850;
}

#user-comment .box-comment textarea {
    font-family: 'Inter-Regular',sans-serif;
}

footer {
    font-family: 'Inter-Regular',sans-serif;
}

.box-list{
    padding: 20px 0;
}

._MB_EMAG_DETAIL  .mastercms_paragraph:first-of-type {
    margin-top: 0 !important;
}

._MB_EMAG_DETAIL .MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    padding: 10px ;
    text-align: center;
    font-size: inherit;
    line-height: initial;
    color: #555;
    background: #f3f3f3;
    font-family: 'NotoSans-Regular', sans-serif;
}

.header-top {
    height: 50px;
    background-color: #D12424;
    position: relative;
}

.back-link {
    position: absolute;
    left: 0;
}

.back {
    padding-left: 80px;
    background: url(../images/tet/back.png) no-repeat;
    position: relative;
    align-items: center;
    display: inline-block;
    width: 80px;
    height: 50px;
    cursor: pointer;
}

.header-top-tet {
    height: 50px;
    background-color: #D12424;
    position: relative;
}
