/* @charset "utf-8"; */

@font-face {
    font-family: 'Emag colo';
    src: url('fonts/colo/UTMColossalis.eot');
    src: url('fonts/colo/UTMColossalis.eot?#iefix') format('embedded-opentype'), 
    url('fonts/colo/UTMColossalis.woff') format('woff'), 
    url('fonts/colo/UTMColossalis.ttf') format('truetype'), 
    url('fonts/colo/UTMColossalis.svg') format('svg');
}
@font-face {
    font-family: 'Emag daxline';
    src: url('fonts/daxline/UTMDaxline.eot');
    src: url('fonts/daxline/UTMDaxline.eot?#iefix') format('embedded-opentype'), 
    url('fonts/daxline/UTMDaxline.woff') format('woff'), 
    url('fonts/daxline/UTMDaxline.ttf') format('truetype'), 
    url('fonts/daxline/UTMDaxline.svg') format('svg');
}
@font-face {
    font-family: 'Emag avo';
    src: url('fonts/avo/UTMAvo.eot');
    src: url('fonts/avo/UTMAvo.eot?#iefix') format('embedded-opentype'), 
    url('fonts/avo/UTMAvo.woff') format('woff'), 
    url('fonts/avo/UTMAvo.ttf') format('truetype'), 
    url('fonts/avo/UTMAvo.svg') format('svg');
}
@font-face {
    font-family: 'Playfair_Display';
    font-weight: 400;
    src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'Playfair_Display';
    font-weight: 700;
    src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
}

 @font-face {
    font-family: 'Playfair_Display';
    font-weight: 900;
    font-style: italic;
    src: url(../css/fonts/Playfair_Display/PlayfairDisplay-BlackItalic.ttf);
}
/*
@font-face {
    font-family: 'Playfair_Display_Black';
    font-weight: 700;
    src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Black.ttf);
} */

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url(../css/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 100;
    src: url(../css/fonts/Inter/Inter-Thin.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    src: url(../css/fonts/Inter/Inter-Light.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 400;
    src: url(../css/fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    src: url(../css/fonts/Inter/Inter-Bold.ttf);
}
@font-face {
    font-family: 'Inter';
    font-weight: 800;
    src: url(../css/fonts/Inter/Inter-ExtraBold.ttf);
}
* {
    margin: 0;
    padding: 0;
}
*::after,
*::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
  
html,body{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    border: none;
    color: inherit;
    transition: 0.3s ease all;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
button {
  border: 0;
  outline: 0;
}

ul,
ol {
  list-style: none;
}
b,
strong {
  font-family: "Inter-Bold", sans-serif;
  font-weight: 700;
}

.d-flex {
    display: flex;
}
.container {
    width: 1180px;
    margin: 0 auto;
}

.fw {
    width: 100%;
}

.social {
    gap: 10px;
    margin-top: 10px;
}
.alight-item-center {
    display: flex;
    align-items: center;
}
#top-bar {
    height: 46px;
    background: rgb(26 80 86 / 70%);
    background: #1a5056;
    overflow: hidden;
    width: 100%;
}
#top-bar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 1px 10px #ebebeb;
}
#top-bar .wrapperCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.ico-homeEmag {
    padding: 3px 0;
    display: block;
}
.ico-homeEmag img {
    height: 40px;
}
#top-bar .title-emag{
    display: none;
    transition: .3s ease all;
}
.emag {
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; 
    display: flex;
    align-items: center;
}
.cat-emag {
    font-family: "Playfair_Display", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 28px;
    color: #ec1c24;
    line-height: 40px;
}
.cat-emag span {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 2px;
    color: #fff;
}
.cat-longform {
    font-family: "Playfair_Display", serif;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    color: #ec1c24;
    line-height: 40px;
}
.cat-longform span {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    padding-left: 2px;
}
#top-bar.fixed-top .cat-emag {
    font-size: 18px;
    padding-right: 3px;
}
#top-bar.fixed-top .cat-emag {
    font-size: 18px;
    padding-right: 3px;
}
#top-bar.fixed-top .title-emag {
    font-size: 14px;
    display: inline-block;
    font-family: "Playfair_Display", serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#top-bar.fixed-top .title-emag::before{
    content: '|';
    margin-right: 4px;
    font-family: 'Lora', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cms-publishedDate {
    position: absolute;
    right: 5px;
    top: 2px;
}
.mastercms_paragraph .MASTERCMS_TPL_TABLE_FOR_EMAG:nth-of-type(1) img {
    height: auto !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.gotop {
    width: 37px;
    height: 37px;
    background: url(../images/pc/go-top.png) 0 0 no-repeat;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    transition: .3s ease all;
    opacity: 1;
}
.gotop:hover {
    opacity: .8;
}

.mobile-button {
    display: none;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #ed1b24;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 9999;
}


.mobile-button>svg {
    vertical-align: -7px;
}

#__MB_MASTERCMS_EL_3 .mastercms_paragraph:first-of-type{
    margin-top: 0 !important;
}
.mastercms_paragraph{
    line-height: 1.6;
}
.mastercms_paragraph p{margin-bottom: 30px;}
.mastercms_paragraph hr{
    border: 0;
    border-top: 1px solid #000;
}
.mastercms_paragraph h2,.mastercms_paragraph h3,.mastercms_paragraph h4,.mastercms_paragraph h5,.mastercms_paragraph h6{
    line-height: 1.4;
}
@media (max-width: 1236px) {
    body{min-width: auto;}
    .siteCenter,#hna-emag-header .siteCenter{padding: 0 10px;}
    .hna-emag-cat,.hna-emag-heading h1{display: none;}
}
@media (max-width: 992px) {
    .hna-emag-logo img{
        height: 40px;
    }
    .mastercms_paragraph{
        max-width: 100%;
    }
    .hna-emag-heading{
        justify-content: center;
    }
    .hna-emag-cat{
        border: 0;
        padding: 0;
    }
}
@media screen and (max-width: 900px) {
    #top-bar .emag,
    #top-bar.fixed-top .emag {display: none;}
    .mobile-button {
        display: block;
    }
}
@media (max-width: 679px){
   .mastercms_paragraph > p,.mastercms_paragraph h2,.mastercms_paragraph h3,.mastercms_paragraph h4,.mastercms_paragraph h5,.mastercms_paragraph h6{
        padding: 0 5%;
   } 
   .hna-emag-logo i,.hna-emag-cat{display: block;}
   .hna-emag-logo img{display: none;}
}
@media (max-width: 480px){
    #__MB_MASTERCMS_EL_3 .cms-article-title{
        font-size: 2em;
    }
}


/* temp a */
.__MB_ARTICLE_A{width:100%; margin:10px 0; margin-bottom: 30px;}
.__MB_ARTICLE_A td{border-radius: 8px;overflow: hidden;display: flex;flex-direction: column;gap: 10px;}
.__MB_ARTICLE_A td[width="10"]{vertical-align: top;display: none;} 
.__MB_ARTICLE_A td a {font-size: 15px; line-height: 1.4; color:#000; position: relative;padding-left: 15px;font-weight: 500; color: #666}
.__MB_ARTICLE_A td a:before {width: 5px; height: 5px; background:#ef4136; content: ''; position: absolute; top: 6px; left: 0; } 
.__MB_ARTICLE_A td a:hover{color:inherit}

/* temp k */
.__mb_article_in_image {width: 100%; margin: 10px 0; } 
.__mb_article_in_image td {background: #f7f7f7;border-bottom: 10px solid #ffffff;text-align: left !important;overflow: hidden;padding: 20px !important;display: grid;grid-template-columns: 105px auto;gap: 20px;grid-row-gap:0}
.__mb_article_in_image_box {max-width: 105px; max-height: 70px; overflow: hidden;} 
.__mb_article_in_image_box img {width: 100%;} 
.__mb_article_in_title_box {color:#000 !important;line-height: 1.3;font-size: 15px;font-weight: 500;    font-family: 'Inter-Bold', sans-serif;}
.__mb_article_in_image tr:last-child td {border: 0;}
/* temp k old */
.__mb_article_in_image td[width="49"]{padding-right: 15px !important;margin-bottom: 0;}
.__mb_article_in_image td[width="49"] div{width: 105px;height: 65px !important;overflow: hidden;}
.__mb_article_in_image td[width="49"] img{width: 100% !important;min-height: 100%;}
.__mb_article_in_image td[width="49"] + td > a{top: 0; position: relative; color:#ff6600 !important;line-height: 1.3;font-size: 16px !important; }

/* temp c */
.__mb_article_in_image_large td{grid-template-columns: 160px auto;}
.__mb_article_in_image_large .__mb_article_in_image_box {max-width: 160px; max-height: 90px;grid-row-start: 1;grid-row-end: 3;grid-column-start: 1; } 
.__mb_article_in_image td p {margin: 0;font-size: 14px;}
.__mb_article_in_image_large .__mb_article_in_title_box{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 10px;}
/* temp c old */
.__mb_article_in_image_large td[width="100"]{width: 160px;}
.__mb_article_in_image td[width="100"]{padding-right: 15px !important;margin-bottom: 0;}
.__mb_article_in_image td[width="100"],.__mb_article_in_image td[width="100"] + td{border-bottom: 0;}
.__mb_article_in_image td[width="100"] div,.__mb_article_in_image td[width="100"] .box-img-embeded{width: 160px;height: 90px !important;overflow: hidden;}
.__mb_article_in_image td[width="100"] img{width: 100% !important;min-height: 100%;}
.__mb_article_in_image td[width="100"] + td > a,.__mb_article_in_image_large td[width="100"] + td > a{top: 4px; position: relative; color:#ff6600 !important;line-height: 1.3;font-size: 16px; }

/* temp g */
.__MB_template_g {width: 100%; margin: 20px 0; background-color: #e3eeff; border: 2px solid #c0d5f5; margin-bottom: 30px;} 
.__MB_template_g td.__RE_PLACE_CONTENT,
.__MB_template_d td.__RE_PLACE_CONTENT{padding:15px; font-size: initial;}
.__RE_PLACE_CONTENT p:first-child{margin-top: 0;}
.__RE_PLACE_CONTENT p:last-child{margin-bottom: 0;}
/* temp d */
.__MB_template_d {width: 100%; margin: 20px 0; background-color: #fffaea; border: 2px solid #eec1b3; } 

/* temp e-orange */
.__MB_template_e,
.__MB_template_e_gray,
.__MB_template_e_blue{width: 100%; border: 0; margin-bottom: 30px;}
.__MB_template_e .__RE_PLACE_CONTENT,
.__MB_template_e_gray .__RE_PLACE_CONTENT,
.__MB_template_e_blue .__RE_PLACE_CONTENT{border: 5px solid #ffdfb4 !important; padding: 15px 20px; position: relative; text-align: justify;}
.__MB_template_e .__RE_PLACE_CONTENT:before,
.__MB_template_e_blue .__RE_PLACE_CONTENT:before{content: ''; display: block; position: absolute; width: 44px; height: 24px; top: -14px; left: calc(50% - 22px); background: #f9fafb url(../images/post-temp/ico-quote-orange-top.png) center center no-repeat;}
.__MB_template_e .__RE_PLACE_CONTENT:after,
.__MB_template_e_blue .__RE_PLACE_CONTENT:after{content: ''; display: block; position: absolute; width: 44px; height: 24px; bottom: -14px; left: calc(50% - 22px); background: #f9fafb url(../images/post-temp/ico-quote-orange-bottom.png) center center no-repeat;}

/* temp e-gray */
.__MB_template_e_gray{margin: 20px 15px; width: calc(100% - 30px);} 
.__MB_template_e_gray .__RE_PLACE_CONTENT{color: initial;font-size: initial; border-color: #cfd8dd !important}
.__MB_template_e_gray .__RE_PLACE_CONTENT:before {content: ''; display: block; position: absolute; width: 44px; height: 44px; left: -25px; top: calc(50% - 22px); background: #f9fafb url(../images/post-temp/ico-quote-gray-left.png) center center no-repeat; }
.__MB_template_e_gray .__RE_PLACE_CONTENT:after{content: ''; display: block; position: absolute; width: 44px; height: 44px; right: -25px; top: calc(50% - 22px); background: #f9fafb url(../images/post-temp/ico-quote-gray-right.png) center center no-repeat; }

@media screen and (max-width: 900px) {
  .__MB_template_e,
.__MB_template_e_gray,
.__MB_template_e_blue{width: 100%; border: 0; margin-bottom: 30px;}
.__MB_template_e .__RE_PLACE_CONTENT,
.__MB_template_e_gray .__RE_PLACE_CONTENT,
.__MB_template_e_blue .__RE_PLACE_CONTENT{border: 5px solid #ffdfb4 !important; padding: 15px 20px; position: relative; text-align: justify;}
.__MB_template_e .__RE_PLACE_CONTENT:before,
.__MB_template_e_blue .__RE_PLACE_CONTENT:before{content: ''; display: block; position: absolute; width: 44px; height: 24px; top: -14px; left: calc(50% - 22px); background: #ffffff url(../images/post-temp/ico-quote-orange-top.png) center center no-repeat;}
.__MB_template_e .__RE_PLACE_CONTENT:after,
.__MB_template_e_blue .__RE_PLACE_CONTENT:after{content: ''; display: block; position: absolute; width: 44px; height: 24px; bottom: -14px; left: calc(50% - 22px); background: #ffffff url(../images/post-temp/ico-quote-orange-bottom.png) center center no-repeat;}
  
.__MB_template_e_gray{margin: 20px 15px; width: calc(100% - 30px);} 
.__MB_template_e_gray .__RE_PLACE_CONTENT{color: initial;font-size: initial; border-color: #cfd8dd !important}
.__MB_template_e_gray .__RE_PLACE_CONTENT:before {content: ''; display: block; position: absolute; width: 44px; height: 44px; left: -25px; top: calc(50% - 22px); background: #ffffff url(../images/post-temp/ico-quote-gray-left.png) center center no-repeat; }
.__MB_template_e_gray .__RE_PLACE_CONTENT:after{content: ''; display: block; position: absolute; width: 44px; height: 44px; right: -25px; top: calc(50% - 22px); background: #ffffff url(../images/post-temp/ico-quote-gray-right.png) center center no-repeat; }
}
/* temp e-blue */
.__MB_template_e_blue .__RE_PLACE_CONTENT{color:initial;border-color: #83d2fd !important;border-top-right-radius: 40px;border-bottom-left-radius: 40px;display: block;font-size: initial }
.__MB_template_e_blue .__RE_PLACE_CONTENT:before{background-image: url(../images/post-temp/ico-quote-blue-top.png) !important;}
.__MB_template_e_blue .__RE_PLACE_CONTENT:after{background-image: url(../images/post-temp/ico-quote-blue-bottom.png) !important;}

/* table align */
.__MB_template_d[align="center"],
.__MB_template_e[align="center"],
.__MB_template_e_gray[align="center"],
.__MB_template_e_blue[align="center"],
.__MASTERCMS_CONTENT table[align="center"],
.__MASTERCMS_CONTENT_MOBILE table[align="center"]{margin: 0 auto 20px !important;}
.__MB_template_g[align="left"],
.__MB_template_d[align="left"],
.__MB_template_e[align="left"],
.__MB_template_e_blue[align="left"],
.__mb_article_in_image[align="left"],
.MASTERCMS_TPL_TABLE[align="left"],
.__MASTERCMS_CONTENT table[align="left"],
.__MASTERCMS_CONTENT_MOBILE table[align="left"]{margin-right:15px; margin-bottom: 10px;}
.__MB_template_e_gray[align="left"]{margin:5px 20px 15px 15px;}
.__MB_template_g[align="right"],
.__MB_template_d[align="right"],
.__MB_template_e[align="right"],
.__MB_template_e_blue[align="right"],
.__mb_article_in_image[align="right"],
.MASTERCMS_TPL_TABLE[align="right"]{margin-left: 15px; margin-top: 10px; margin-bottom: 15px;}
.__MB_template_e_gray[align="right"]{margin:5px 15px 15px 20px;}

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td, #__MB_MASTERCMS_EL_3 figure figcaption {
    text-align: center;
    font-size: inherit;
    line-height: initial;
    background: #f3f3f3;
    padding: 10px 15px;
}

.MASTERCMS_TPL_TABLE tr:first-child td:has(img) {
    line-height:0
}

.__MB_MASTERCMS_EL._MB_EMAG_DETAIL img{
    max-width: 100%;
}

.__MB_MASTERCMS_EL._MB_EMAG_DETAIL p:first-child {
    margin-top: 0px;
}

.__MB_MASTERCMS_EL._MB_EMAG_DETAIL .mastercms_paragraph:first-of-type {
    margin-top: 0px !important;
    width: 100% !important;
}

/* temp f */
.__MB_template_f .__RE_PLACE_CONTENT{background: #eee;
    border-radius: 5px;
    color: #333;
    padding: 30px;
    font-size: 18px;
    line-height: 1.67;
    width: 100%;
    margin: 18px 0;
    position: relative;}
.__MB_template_f .__RE_PLACE_CONTENT:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-left-radius: 5px;
    border-color: #d8d8d8 #fff transparent transparent;
}
.__MASTERCMS_CONTENT h1,
.__MASTERCMS_CONTENT h2,
.__MASTERCMS_CONTENT h3,
.__MASTERCMS_CONTENT h4,
.__MASTERCMS_CONTENT h5,
.__MASTERCMS_CONTENT h6 {
    margin: 10px 0;
}
.cms-picture .photoset-item::before{display: none !important;}