/* @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: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('./fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('./fonts/Roboto-Regular.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('./fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 700;
}

html,body{
    margin: 0;
    padding: 0;
}

:root {
    --tdhGreen: #074646;
}

.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;
}
/* * {margin: 0;padding: 0;}
.clearfix:after {content: "";display: block;height: 1px;width: 100%;clear: both;}
#htmlContent p{font-size: 1.125rem;line-height: 1.5;margin: 20px auto;}
hr{border-color: #888;} */
#top-bar {height: 40px;background: #fff;line-height: 40px;text-align: center;overflow: hidden;position: relative;width: 100%;box-shadow: 0px 1px 3px #a1a2a3;}
.site-logo {display: block;position: absolute;left: 15px;top: 5px;}
.site-logo img{image-rendering: -webkit-optimize-contrast;}
.emag{display: inline-block;margin: 0 auto;}
.emag span.first {font-family: Emag daxline;font-size: 27px;font-weight: bolder;color: #da1a22;}
.emag span.second {text-transform: uppercase;font-family: Emag colo;font-size: 30px;color: #074646;}
#top-bar .fb-like,#top-bar .fb-share-button{position: absolute;right: 10px;top: 0;}
/* #__MB_MASTERCMS_EL_3 ins[data-ad-client="ca-pub-9759960868797154"]{display: none !important;} */

/* .htmlContent{
    margin-bottom: 0!important;
}

.__MB_MASTERCMS_EL  .mastercms_paragraph {
    margin-top: 0px !important;
}

.__MASTERCMS_CONTENT table {
    overflow: auto !important;
} */


.bd-b {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

footer {
    padding: 30px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Inter-Regular', sans-serif;
}

.footer-left {
    width: 315px;
    margin-right: 30px;
}

.social-item {
    width: 30px;
    height: 30px;
    background: #bfbfbf;
    border-radius: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item a {
    color: #fff;
    transform: translateY(1px);
}

.social-item a:hover {
    color: #ed1c24;
}

.social-item i {
    font-size: 18px;
}

.social {
    gap: 10px;
    margin-top: 10px;
}

.btn-link {
    background: var(--tdhGreen);
    padding: 10px;
    text-align: center;
    border: 1px solid black;
    margin-top: 10px;
    box-sizing: border-box;
}


.btn-link a {
    color: white;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.footer-right p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.master-cms {
    height: 60px;
    background-color: white;

}

.btn-link a {
    text-decoration: none;
    font-family: 'Inter-Regular', sans-serif; 
}

.master-cms a {
    color: #9d9d9d;
}

@media screen and (max-width: 900px) {
    .container {
        width: 95.83%;
        margin: 0 auto;
    }
    footer {
        padding: 20px 0 0 0;
    }

    .social-item {
        width: 30px;
        height: 30px;
        background: #bfbfbf;
        border-radius: 34px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-item a {
        color: #fff;
        transform: translateY(1px);
    }

    .social-item a:hover {
        color: #ed1c24;
    }

    .social-item i {
        font-size: 18px;
    }

    .social {
        gap: 10px;
        margin-top: 10px;
    }

    .btn-link {
        width: 312px;
        background: var(--tdhGreen);
        padding: 10px;
        text-align: center;
        border: 1px solid black;
        margin-top: 10px;
    }


    .btn-link a {
        color: white;
    }

    .b {
        font-family: 'Inter-Bold',sans-serif;
    }

    .footer-right p {
        margin-top: 10px;
    }

    .master-cms {
        height: 60px;
        background-color:  white;

    }

    .master-cms a {
        color: #9d9d9d;
    }
}


/* 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: #008000}
.__MB_ARTICLE_A td a:before {width: 5px; height: 5px; background:#008000; content: ''; position: absolute; top: 8px; left: 0;border-radius: 3px; } 
.__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: #cdd5d5;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: 20px auto !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
}


@media screen and (max-width: 700px) {

   .__MASTERCMS_CONTENT.__MB_CONTENT_FOR_PRINTER {
    width: 96%;
    margin: 0 auto;
}

}


.footer-back {
    background-color: #f4f4f4;
    padding: 30px 0;
}

.footer-back .container {
    position: relative;
}

.f-logo {
    margin-right: 30px;
}

.f-t {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    padding-top: 15px;
}

.f-phone {
    background: url(../images/f-phone.png) left 3px no-repeat;
    background-size: 11px 15px;
    padding-left: 25px;
}

.f-c p{
    color: #333333;
}

.b {
    font-family: 'Inter-Bold', sans-serif;
}

.red {
    color: #ee3940;
}

.slogan {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Inter-Bold',sans-serif;
}

.btn-send {
    color: #1a57a2;
    background-color: #d7d7d7;
    padding: 5px 15px;
    border-radius: 3px;
    margin-right: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 12px;
}

.phone {
    background: url(../images/phone.png) left no-repeat;
    background-size: 17px 18px;
    padding-left: 30px;
    display: inline-block;
    margin-right: 15px;
}

.email {
    background: url(../images/letter.png) left no-repeat;
    background-size: 21px 14px;
    padding-left: 30px;
    display: inline-block;
}

.location{
    background: url(../images/location.png) left  no-repeat;
    background-size: 20px 24px;
    padding-left: 30px;
    display: inline-block;
}

.btn-send {
    color: white;
    background-color: #007eff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.btn-send:hover {
    background-color: #f0deba;
}

.f-r {
    position: absolute;
    right: 0;
}

.social-item {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #231f20;
    margin-right: 10px;
}

.social-item a {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.master-cms {
    height: 60px;
    background-color: white;
}

.master-cms a {
    color: black;
}

.mt-5 {
    margin: 5px 0;
}

@media screen and (max-width: 1000px) {
    ._MB_EMAG_DETAIL  p {
    padding-left: 0rem;
    padding-right: 0rem;
}

}

a {
    text-decoration: none;
    color: black;
}


.footer-back {
    background-color: #f5f5f5;
    padding: 30px 0;
}