﻿@charset "UTF-8";.tg-modal-popup{position:absolute;width:100%;max-width:375px;height:auto;display:flex;visibility:hidden;opacity:0;flex-direction:column;align-items:flex-start;justify-content:center;top:100%;left:50%;transform:translateX(-50%);background-color:#fff;box-shadow:0 0 12px 6px rgba(17,17,17,.2509803922);z-index:999;padding:20px;color:#29293a;transition:all .34s ease;}.tg-modal-popup.active{visibility:visible;opacity:1;}.tg-modal-popup .tg-modal-popup-content{display:flex;position:relative;width:100%;}.tg-modal-popup .tg-modal-popup-close{display:flex;position:relative;width:100%;justify-content:flex-end;margin-bottom:20px;}.tg-modal-popup .tg-modal-popup-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-family:"Knowledge",serif;font-size:1rem;line-height:140%;font-weight:500;color:#29293a;}.tg-modal-popup.effect-bottom-top{position:fixed;top:auto;bottom:-100%;left:auto;right:5%;transition:all .8s ease;display:flex;visibility:hidden;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden;transform:none;}@media(max-width:991px){.tg-modal-popup.effect-bottom-top{min-height:auto;left:50%;transform:translateX(-50%);right:auto;max-width:340px;}}.tg-modal-popup.effect-bottom-top.active{transition:all .5s ease;display:flex;bottom:0;visibility:visible;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content{flex-direction:column;gap:10px;max-height:490px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content::-webkit-scrollbar{width:8px;height:8px;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content::-webkit-scrollbar-track{background:#f1f1f1;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px;border:2px solid #f1f1f1;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content::-webkit-scrollbar-thumb:hover{background-color:#555;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content .tg-modal-popup-title{font-family:"Knowledge",serif;font-size:1.375rem;line-height:140%;font-weight:900;color:#29293a;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content ul{display:flex;flex-direction:column;gap:10px;position:relative;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content ul li{font-family:"Knowledge",serif;font-size:1.125rem;line-height:140%;font-weight:400;color:#29293a;padding-left:20px;position:relative;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content ul li::before{content:"";position:absolute;left:0;top:5px;width:11px;height:11px;aspect-ratio:1/1;border-radius:16px;background:#b50000;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content .tg-modal-popup-header{margin-bottom:0;justify-content:space-between;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content .tg-modal-popup-header .tg-modal-popup-category{padding:5px 12px;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;background-color:#b50000;color:#fff;border-radius:5px;}.tg-modal-popup.effect-bottom-top .tg-modal-popup-content .tg-modal-popup-header .tg-modal-popup-time{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;color:#5e5e5e;}.sound-player{width:100%;display:block;position:relative;}.sound-player .timer{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;gap:10px;}.sound-player .timer .timer-event{width:100%;display:flex;justify-content:space-between;}.sound-player .timer .current-time,.sound-player .timer .duration{width:auto;text-align:center;font-size:14px;}.sound-player .timer .progress-container{height:8px;background:#ddd;margin:0 10px;border-radius:4px;cursor:pointer;position:relative;display:flex;width:100%;}.sound-player .timer .progress-container .progress{height:100%;width:0%;background:#e74c3c;border-radius:4px;}.sound-player .controls{display:flex;align-items:center;justify-content:space-between;padding:0 10%;}.sound-player .controls .btn{background:none;border:0;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;padding:0;}.sound-player .controls .btn svg{fill:#333;width:28px;height:28px;}.sound-player .controls .btn.volume svg{width:34px;height:34px;}.sound-player .controls .btn.play-pause svg{width:26px;height:26px;}.sound-player .controls .speed-controller{display:flex;align-items:center;border-radius:30px;border:1px solid #e4e4e4;padding:5px 12px;font-family:"Roboto",sans-serif;font-size:1rem;line-height:100%;font-weight:600;color:#121212;}.sound-player .controls .speed-controller .btn{color:#121212;font-family:monospace;width:auto;height:auto;padding:0 8px;}.sound-player .controls .speed-controller .btn.speed-down{font-size:20px;}.sound-player .controls .speed-controller .btn.speed-up{font-size:20px;}.sound-player .controls .speed-controller .speed-value{margin:0 8px;}.sound-player .controls.speedx{margin-top:20px;display:flex;align-items:center;justify-content:center;}.detail-sidebar{margin-bottom:35px;}@media(max-width:991px){.detail-sidebar{display:none;}}.detail-sidebar.detail-sidebar.dontMissIt{margin-top:0;}.article-scope{padding-right:30px;padding-left:30px;width:100%;position:relative;}.article-scope .google-preferences-source{display:flex;align-items:center;gap:6px;font-size:17px;font-weight:600;width:100%;margin:10px auto;padding:6px 10px;text-decoration:none;border-radius:8px;transition:all .3s ease;background:linear-gradient(145deg,#fff 60%,#cc181c 100%);border:1px solid #cc181c;color:#1a1a1a;box-sizing:border-box;line-height:1.2;}.article-scope .google-preferences-source:hover{background:#cc181c;transform:translateY(-2px);color:#fff;}.article-scope .google-preferences-source img{background-color:#fff;padding:5px;border-radius:50%;flex-shrink:0;width:34px;height:34px;}@media(max-width:575px){.article-scope .google-preferences-source{padding:4px;gap:2px;font-size:15px;}}@media(max-width:991px){.article-scope{padding-right:10px;padding-left:10px;}}.article-scope .article-title.center{text-align:center;}.article-scope .article-header{padding:0 50px 45px 50px;}@media(max-width:991px){.article-scope .article-header{padding-left:0;padding-right:0;}}.article-scope .article-header.article-author-header-style{padding-bottom:0;}.article-scope .article-category-tag{margin:0;padding-top:20px;text-transform:uppercase;color:#1b6d99;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:700;}.article-scope .article-meta-actions-scope{display:flex;justify-content:space-between;}@media(max-width:767px){.article-scope .article-meta-actions-scope{flex-direction:column;align-items:flex-start;justify-content:flex-start;}.article-scope .article-meta-actions-scope .article-actions{margin-top:20px;}}.article-scope .article-text-scope{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;color:#5e5e6f;}.article-scope .article-text-scope .article-text{display:flex;margin-bottom:5px;font-family:"Knowledge",serif;font-size:.90625rem;line-height:120%;font-weight:400;}.article-scope .article-text-scope .article-text strong{color:#29293a;display:inline-block;position:relative;margin-right:10px;border-bottom:.5px solid #5e5e6f;padding-bottom:1px;font-family:"Knowledge",serif;font-size:.90625rem;line-height:100%;font-weight:500;}.article-scope .article-text-scope .article-text .article-bull{display:inline-block;position:relative;margin-right:10px;}.article-scope .article-text-scope .article-date-modified{display:flex;font-family:"Knowledge",serif;font-size:.90625rem;line-height:100%;font-weight:400;}.article-scope .article-author-source{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:20px;padding:20px 0;font-family:"Knowledge",serif;font-size:1rem;line-height:100%;font-weight:400;color:#5e5a58;}.article-scope .article-author-source .aus-title{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;color:#5e5a58;}.article-scope .article-author-source .aus-title span{border-bottom:1px solid #5e5a58;padding-bottom:4px;}.article-scope .article-back-url{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:400;color:#272221;border:1px solid #272221;padding:5px 15px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;transition:all .34s ease;}.article-scope .article-back-url:hover{border-color:#a3473f;color:#a3473f;}.article-scope .article-actions{display:flex;justify-content:center;align-items:center;gap:25px;position:relative;}.article-scope .article-actions .detail-share{display:flex;justify-content:center;align-items:center;}.article-scope .article-actions .detailShareClick{color:#29293a;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;display:flex;justify-content:center;align-items:center;cursor:pointer;}.article-scope .article-actions .detailShareClick::before{content:"";display:inline-block;width:24px;height:23px;background-image:url("/s/images/icons/icon-detail-share.svg");background-repeat:no-repeat;background-size:cover;margin-right:6px;transform:translateY(1px);}.article-scope .article-actions .detailShareMenu{position:absolute;top:130%;right:50%;margin-right:-152px;width:364px;height:234px;background:#fff;box-shadow:0 6px 49px 0 rgba(41,41,58,.3019607843);padding:30px 20px;display:none;z-index:10;}.article-scope .article-actions .detailShareMenu.open{display:block;}.article-scope .article-actions .detailShareClose{position:absolute;top:20px;right:16px;background:none;border:0;font-size:38px;line-height:0;cursor:pointer;color:#2e303c;font-weight:300;}.article-scope .article-actions .detailShareTitle{margin:0;text-align:center;display:block;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:700;}.article-scope .article-actions .detailShareGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;}.article-scope .article-actions .detailShareItem{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2e303c;font-size:.875rem;}.article-scope .article-actions .detailShareItem img{width:24px;height:auto;margin-bottom:8px;}.article-scope .article-actions .detailShareItem span{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;}.article-scope .article-main-image{display:flex;flex-direction:column;position:relative;}.article-scope .article-main-image .ami-expand-icon{position:absolute;top:10px;right:10px;z-index:10;cursor:pointer;}.article-scope .article-main-image .ami-expand-icon img{opacity:.8;}.article-scope .article-main-image .article-image figcaption{color:#29293a;margin:8px 0;font-family:"Knowledge",serif;font-size:.875rem;line-height:140%;font-weight:400;}.article-scope .article-main-image .article-image figcaption .caption-icon{display:inline-block;position:relative;margin-right:5px;}.article-scope .article-main-image .article-image figcaption span{color:#71737f;font-family:"Knowledge",serif;font-size:.875rem;line-height:100%;font-weight:400;font-style:italic;}@media(max-width:767px){.article-scope .article-main-image .article-image img{transform:scale(1.07);}.article-scope .article-main-image .article-image figcaption{margin-top:15px;}}.article-scope .article-content{padding-right:45px;padding-left:45px;position:relative;width:100%;}@media(max-width:991px){.article-scope .article-content{padding-left:0;padding-right:0;}}.article-scope .article-content .listenSummarySave{display:flex;position:relative;justify-content:center;align-items:center;padding:20px 0;gap:30px;}@media(max-width:767px){.article-scope .article-content .listenSummarySave{gap:20px;}}.article-scope .article-content .listenSummarySave .lssSummary{display:flex;justify-content:center;align-items:center;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;}.article-scope .article-content .listenSummarySave .lssSummary::before{content:"";display:inline-block;width:29px;height:21px;background-image:url("/s/images/icons/icon-detail-summary.svg");background-repeat:no-repeat;background-size:cover;margin-right:10px;transform:translateY(-2px);}.article-scope .article-content .listenSummarySave .lssListen{display:flex;justify-content:center;align-items:center;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;}.article-scope .article-content .listenSummarySave .lssListen::before{content:"";display:inline-block;width:18px;height:17px;background-image:url("/s/images/icons/icon-detail-listen.svg");background-repeat:no-repeat;background-size:cover;margin-right:10px;transform:translateY(-2px);}.article-scope .article-content .listenSummarySave .lssListen span{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;display:inline-block;position:relative;margin-left:8px;}.article-scope .article-content .listenSummarySave .lssSave{display:flex;justify-content:center;align-items:center;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;}.article-scope .article-content .listenSummarySave .lssSave::before{content:"";display:inline-block;width:15px;height:17px;background-image:url("/s/images/icons/icon-detail-save.svg");background-repeat:no-repeat;background-size:cover;margin-right:10px;transform:translateY(-1px);}.article-scope .article-content .article-first-letter{float:left;padding-top:5px;margin-right:8px;font-family:"Knowledge",serif;font-size:4.0625rem;line-height:80%;font-weight:500;}.article-scope .article-content .article-tag-follow{display:flex;justify-content:space-between;align-items:center;position:relative;padding:10px 0;margin:20px auto;width:100%;max-width:548px;color:#29293a;border-top:1px solid #29293a;border-bottom:1px solid #29293a;font-family:"Roboto",sans-serif;font-size:1rem;line-height:100%;font-weight:500;}.article-scope .article-content .article-tag-follow .atfButton{border:solid 1px #5e5e6f;color:#5e5e6f;padding:5px 10px;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;transition:all .34s ease;cursor:pointer;}.article-scope .article-content .article-tag-follow .atfButton span{display:inline-block;font-size:20px;font-weight:300;line-height:0%;transform:translateY(2px);}.article-scope .article-content .article-tag-follow .atfButton:hover{background-color:#29293a;color:#fff;}.article-scope .article-content .article-ptag-link{text-decoration:underline;color:#1b6d99;}.article-scope .article-content .article-recommended{border-left:2px solid #d03f43;margin:20px 0;padding:5px 0 5px 25px;}@media(max-width:767px){.article-scope .article-content .article-recommended{border:0;padding:0;background-color:#f6f6f6;padding:20px;}}.article-scope .article-content .article-recommended__header{font-family:"Roboto",sans-serif;font-size:1rem;line-height:100%;font-weight:800;color:#29293a;margin-bottom:.75rem;}@media(max-width:767px){.article-scope .article-content .article-recommended__header{border-left:6px solid #29293a;padding-left:5px;}}.article-scope .article-content .article-recommended__item{display:flex;text-decoration:none;color:inherit;}.article-scope .article-content .article-recommended__item .article-recommended__image{flex:0 0 156px;width:156px;height:106px;overflow:hidden;}@media(max-width:767px){.article-scope .article-content .article-recommended__item .article-recommended__image{order:1;flex:0 0 100px;width:100px;height:69px;margin-top:10px;}}.article-scope .article-content .article-recommended__item .article-recommended__image img{width:100%;height:100%;object-fit:cover;display:block;}.article-scope .article-content .article-recommended__item .article-recommended__content{flex:1;margin-left:.75rem;}@media(max-width:767px){.article-scope .article-content .article-recommended__item .article-recommended__content{margin-left:0;padding-right:10px;}}.article-scope .article-content .article-recommended__item .article-recommended__content .article-recommended__category{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:700;color:#1b6d99;}@media(max-width:767px){.article-scope .article-content .article-recommended__item .article-recommended__content .article-recommended__category{margin-top:10px;}}.article-scope .article-content .article-recommended__item .article-recommended__content .article-recommended__title{font-family:"Knowledge",serif;font-size:1.125rem;line-height:140%;font-weight:700;color:#29293a;}@media(max-width:767px){.article-scope .article-content .article-recommended__item .article-recommended__content .article-recommended__title{padding:0;margin-top:5px;}}.article-scope .article-content .article-important-message{border-left:2px solid #d03f43;margin:20px 0;}.article-scope .article-content .article-important-message__item{display:flex;text-decoration:none;color:inherit;}.article-scope .article-content .article-important-message__item .article-important-message__content{flex:1;margin-left:.75rem;}.article-scope .article-content .article-important-message__item .article-important-message__content .article-important-message__title{padding:0;margin:0;font-family:"Knowledge",serif;font-size:1.25rem;line-height:140%;font-weight:500;color:#29293a;}.article-scope .article-content .article-related-news{background-color:#f6f6f6;padding:20px 30px;}@media(max-width:767px){.article-scope .article-content .article-related-news{padding:15px;}}.article-scope .article-content .article-related-news .article-related-news__header{border-left:6px solid #29293a;display:flex;align-items:center;padding-left:5px;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:800;margin-bottom:5px;}.article-scope .article-content .article-related-news .cardImg{height:133px;}@media(max-width:575px){.article-scope .article-content .article-related-news .cardImg{height:103px!important;overflow:hidden;}}@media(max-width:767px){.article-scope .article-content .article-related-news .col-6{min-width:170px!important;}}.article-scope .article-content .article-related-news .cardContent{font-family:"Knowledge",serif;font-size:1.125rem;line-height:120%;font-weight:700;}.article-scope .article-content .article-blockquote{position:relative;display:inline-block;padding-left:50px;margin:20px 0;}@media(max-width:767px){.article-scope .article-content .article-blockquote{padding-left:40px;}}.article-scope .article-content .article-blockquote p{padding:0 0 15px 0;font-family:"Knowledge",serif;font-size:1.25rem;font-weight:500;}.article-scope .article-content .article-blockquote .blockquote-footer{color:#71737f;font-family:"Knowledge",serif;font-size:1rem;font-weight:400;}.article-scope .article-content .article-blockquote::before{content:"";position:absolute;left:0;top:0;width:30px;height:36px;background-image:url("/s/images/icons/icon-detail-quotes.svg");background-repeat:no-repeat;background-size:cover;}@media(max-width:767px){.article-scope .article-content .article-blockquote::before{width:26px;height:32px;}}.article-scope .article-content .article-dangerous-games{background-color:#f5f5f5;padding:30px 20px;border-radius:4px;margin:20px 0;}.article-scope .article-content .article-dangerous-games__header{font-family:"Knowledge",serif;font-size:1.25rem;font-weight:700;line-height:100%;color:#29293a;margin-bottom:35px;}.article-scope .article-content .article-dangerous-games__list{list-style:none;margin:0;padding:0;}.article-scope .article-content .article-dangerous-games__item{position:relative;padding-left:15px;margin-bottom:25px;font-family:"Knowledge",serif;font-size:1.25rem;font-weight:400;line-height:140%;color:#29293a;}.article-scope .article-content .article-dangerous-games__item:last-child{margin-bottom:0;}.article-scope .article-content .article-dangerous-games__item::before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;background-color:#d03f43;border-radius:100%;}.article-scope .article-content .artice-interest-section{float:right;max-width:260px;border:1px solid #007acc;background-color:#007acc;color:#fff;padding:19px;margin-left:20px;}@media(max-width:575px){.article-scope .article-content .artice-interest-section{float:none;margin-left:0;width:100%;max-width:none;margin:20px 0;}.article-scope .article-content .artice-interest-section .artice-interest-card{display:flex;margin-top:10px;justify-content:space-between!important;}}.article-scope .article-content .artice-interest-section .artice-interest-title{font-family:"Roboto",sans-serif;font-size:1rem;font-weight:800;line-height:100%;letter-spacing:.2px;margin-bottom:15px;border-left:6px solid #fff;padding-left:8px;padding-top:2px;position:relative;display:inline-block;}.article-scope .article-content .artice-interest-section .artice-interest-card{display:flex;flex-direction:column;gap:8px;}.article-scope .article-content .artice-interest-section .artice-interest-card .artice-interest-card-image{width:100%;height:146px;object-fit:cover;margin-bottom:10px;}.article-scope .article-content .artice-interest-section .artice-interest-card .artice-interest-card-content{display:flex;flex-direction:column;gap:4px;}.article-scope .article-content .artice-interest-section .artice-interest-card .artice-interest-card-content .artice-interest-card-category{font-family:"Roboto",sans-serif;font-size:.75rem;font-weight:700;line-height:100%;text-transform:uppercase;margin-bottom:5px;}.article-scope .article-content .artice-interest-section .artice-interest-card .artice-interest-card-content .artice-interest-card-text{color:#fff;font-family:"Roboto",sans-serif;font-size:1.125rem;font-weight:700;line-height:140%;padding:0;}.article-scope .article-content .article-poll{background:#ceefeb;padding:10px;border-radius:4px;width:90%;margin:20px 5%;text-align:left;padding-top:42px;position:relative;}@media(max-width:575px){.article-scope .article-content .article-poll{width:100%;margin:20px 0;}}.article-scope .article-content .article-poll::before{content:"";position:absolute;top:0;right:0;width:150px;height:60px;background-image:url("/s/images/icons/icon-solution.svg");background-repeat:no-repeat;background-size:cover;}.article-scope .article-content .article-poll__question{padding:15px 10px;font-size:1rem;font-weight:700;border-radius:4px;color:#29293a;box-shadow:-6px 6px 4px -4px #8c8c8c;background-color:#fff;margin:22px 0 10px 0;}.article-scope .article-content .article-poll__form{margin:0;}.article-scope .article-content .article-poll__thanks{display:none;margin:0;margin-top:.75rem;font-weight:600;color:#29293a;text-align:center;}.article-scope .article-content .article-poll .article-poll__option{display:flex;align-items:center;gap:.6rem;border:1px solid #dcdcdc;border-radius:8px;padding:15px 10px;margin-bottom:.5rem;cursor:pointer;position:relative;transition:background .2s;background-color:#fff;}.article-scope .article-content .article-poll .article-poll__option:hover{background:#f6f6f6;}.article-scope .article-content .article-poll .article-poll__option input{position:absolute;opacity:0;pointer-events:none;}.article-scope .article-content .article-poll .article-poll__option .custom-radio{width:13px;height:13px;border:2px solid #d03f43;border-radius:50%;display:inline-block;position:relative;transform:translateY(-1px);}.article-scope .article-content .article-poll .article-poll__option .custom-radio::after{content:"";position:absolute;inset:0;background:#d03f43;border-radius:50%;opacity:0;transition:opacity .15s;}.article-scope .article-content .article-poll .article-poll__option input:checked+.custom-radio::after{opacity:1;}.article-scope .article-content .article-poll .article-poll__option .label-text{font-family:"Roboto",sans-serif;font-size:.875rem;font-weight:500;line-height:100%;color:#29293a;}.article-scope .article-content .article-poll .btn{appearance:none;width:77px;background:#fff;color:#29293a;border:1px solid #9698a6;padding:5px;border-radius:5px;font-size:.95rem;cursor:pointer;display:inline-block;left:50%;position:relative;transform:translateX(-50%);margin:5px 0;}.article-scope .article-content .article-poll .btn::after{content:"";width:12px;height:8px;display:inline-block;background-image:url("/s/images/icons/icon-ok.svg");background-repeat:no-repeat;background-size:cover;margin-left:8px;transform:translateY(-1px);}.article-scope .article-poll-share{display:flex;justify-content:center;align-items:center;gap:25px;position:relative;margin-top:15px;}.article-scope .article-poll-share .detail-share{display:flex;justify-content:center;align-items:center;}.article-scope .article-poll-share .detailShareClick{color:#29293a;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;display:flex;justify-content:center;align-items:center;cursor:pointer;}.article-scope .article-poll-share .detailShareClick::before{content:"";display:inline-block;width:24px;height:23px;background-image:url("/s/images/icons/icon-detail-share.svg");background-repeat:no-repeat;background-size:cover;margin-right:6px;transform:translateY(1px);}.article-scope .article-poll-share .detailShareMenu{position:absolute;top:130%;right:50%;margin-right:-152px;width:364px;height:234px;background:#fff;box-shadow:0 6px 49px 0 rgba(41,41,58,.3019607843);padding:30px 20px;display:none;z-index:10;}.article-scope .article-poll-share .detailShareMenu.open{display:block;}.article-scope .article-poll-share .detailShareClose{position:absolute;top:20px;right:16px;background:none;border:0;font-size:38px;line-height:0;cursor:pointer;color:#2e303c;font-weight:300;}.article-scope .article-poll-share .detailShareTitle{margin:0;text-align:center;display:block;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:700;}.article-scope .article-poll-share .detailShareGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;}.article-scope .article-poll-share .detailShareItem{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2e303c;font-size:.875rem;}.article-scope .article-poll-share .detailShareItem img{width:24px;height:auto;margin-bottom:8px;}.article-scope .article-poll-share .detailShareItem span{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;}.article-scope .article-poll-share.tools-bar-share{margin-top:0;}.article-scope .article-poll-share.tools-bar-share .detailShareClick{transition:all .3s ease;}.article-scope .article-poll-share.tools-bar-share .detailShareClick::before{content:"";display:inline-block;width:20px;height:20px;background-image:url("/s/images/our-page/icon-ourpage-detail-share.svg");background-repeat:no-repeat;background-size:cover;margin-right:0;}.article-scope .article-poll-share.tools-bar-share .detailShareClick:hover{transform:translateY(-2px);}.article-scope .article-author-info{display:inline-block;position:relative;margin:20px 0;color:#71737f;}.article-scope .article-author-info .article-author-title{display:inline-block;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;border-top:1px solid #71737f;padding-top:12px;}.article-scope .article-author-info .article-author-text{color:#71737f;padding:20px 0 0 0;font-family:"Knowledge",serif;font-size:1rem;line-height:140%;font-weight:400;}.article-scope .article-social-publish{display:flex;justify-content:space-between;align-items:center;border-top:2px solid #29293a;padding-top:12px;margin:20px 0;}@media(max-width:767px){.article-scope .article-social-publish{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:15px;}}.article-scope .article-social-publish .article-sp-share{display:flex;justify-content:center;align-items:center;gap:15px;position:relative;}.article-scope .article-social-publish .article-sp-share .detail-share{display:flex;justify-content:center;align-items:center;}.article-scope .article-social-publish .article-sp-share .icon-whatsapp img{width:18px;height:18px;}.article-scope .article-social-publish .article-sp-share .iconUrlCopy img{width:auto;height:18px;}.article-scope .article-social-publish .article-sp-share .detailShareClick{color:#29293a;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;display:flex;justify-content:center;align-items:center;cursor:pointer;}.article-scope .article-social-publish .article-sp-share .detailShareClick::before{content:"";display:inline-block;width:19px;height:18px;background-image:url("/s/images/icons/icon-detail-share.svg");background-repeat:no-repeat;background-size:cover;margin-right:6px;transform:translateY(1px);}.article-scope .article-social-publish .article-sp-share .detailShareMenu{position:absolute;top:130%;right:50%;margin-right:-152px;width:364px;height:234px;background:#fff;box-shadow:0 6px 49px 0 rgba(41,41,58,.3019607843);padding:30px 20px;display:none;z-index:10;}.article-scope .article-social-publish .article-sp-share .detailShareMenu.open{display:block;}.article-scope .article-social-publish .article-sp-share .detailShareClose{position:absolute;top:20px;right:16px;background:none;border:0;font-size:38px;line-height:0;cursor:pointer;color:#2e303c;font-weight:300;}.article-scope .article-social-publish .article-sp-share .detailShareTitle{margin:0;text-align:center;display:block;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:700;}.article-scope .article-social-publish .article-sp-share .detailShareGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;}.article-scope .article-social-publish .article-sp-share .detailShareItem{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2e303c;font-size:.875rem;}.article-scope .article-social-publish .article-sp-share .detailShareItem img{width:24px;height:auto;margin-bottom:8px;}.article-scope .article-social-publish .article-sp-share .detailShareItem span{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;}.article-scope .article-social-publish .article-publish-date{font-family:"Knowledge",serif;font-size:.90625rem;line-height:100%;font-weight:400;letter-spacing:.3px;color:#29293a;position:relative;}.article-scope .article-social-publish .article-publish-date .separator{display:inline-block;position:relative;margin:0 10px;color:#c0c1c6;}.article-scope .article-related{text-align:center;margin:20px 0;position:relative;display:inline-block;width:100%;color:#29293a;}@media(max-width:767px){.article-scope .article-related{text-align:left;}}.article-scope .article-related__title{font-family:"Roboto Serif",sans-serif;font-size:1.125rem;line-height:100%;font-weight:500;margin-bottom:15px;display:inline-block;}.article-scope .article-related__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;}@media(max-width:767px){.article-scope .article-related__tags{justify-content:flex-start;}}.article-scope .article-related__tag{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:600;display:inline-block;color:#565969;padding:5px 10px;background-color:#fff;border:1px solid #ccc;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease;}.article-scope .article-related__tag:hover{background-color:#f5f5f5;border-color:#999;color:#2c3e50;}.article-scope .article-follow-us{display:inline-block;margin:20px 0;width:100%;padding:20px 0;border-top:1px solid #e0e0e3;border-bottom:1px solid #e0e0e3;}.article-scope .article-follow-us__inner{display:flex;align-items:center;justify-content:center;}@media(max-width:767px){.article-scope .article-follow-us__inner{flex-direction:column;}.article-scope .article-follow-us__inner .article-follow-us__arrow{display:none!important;}.article-scope .article-follow-us__inner .article-follow-us__label{margin-bottom:15px;}}.article-scope .article-follow-us__label{font-size:1.125rem;font-weight:600;color:#2c3e50;}.article-scope .article-follow-us__arrow{margin-left:10px;margin-right:15px;}.article-scope .article-follow-us__icons{display:flex;align-items:center;gap:15px;margin-left:.5rem;}.article-scope .article-follow-us__icon{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .2s ease;}.article-scope .article-follow-us__icon-img{display:block;}.article-scope .comments{display:inline-block;width:100%;position:relative;background-color:#fafafa;border-top:2px solid #29293a;margin:20px 0;padding:30px;}.article-scope .comments__header{margin-bottom:20px;}.article-scope .comments__title{font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:700;color:#c0392b;}.article-scope .comments__form-scope{width:100%;}.article-scope .comments__input-area{display:flex;flex-direction:column;position:relative;gap:10px;align-items:flex-end;justify-content:center;margin-bottom:1rem;}.article-scope .comments__textarea{display:flex;width:100%;min-height:50px;padding:15px 40px 15px 20px;border:1px solid #e0e0e3;border-radius:8px;resize:none;overflow-y:hidden;color:#5e5e6f;font-family:"Roboto",sans-serif;font-size:1rem;line-height:100%;font-weight:400;}.article-scope .comments__send-btn{position:absolute;right:10px;top:15px;z-index:2;cursor:pointer;}.article-scope .comments__login-btn{width:138px;height:30px;border:1px solid #d03f43;border-radius:4px;cursor:pointer;white-space:nowrap;color:#29293a;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:400;letter-spacing:.3px;transition:all .34s ease;}.article-scope .comments__login-btn:hover{background-color:#d03f43;color:#fff;}.article-scope .comments__sort-form{border-bottom:1px solid #e0e0e3;padding-bottom:10px;margin:10px 0 40px 0;position:relative;display:inline-block;width:100%;}.article-scope .comments__select-wrapper{display:inline-block;position:relative;}.article-scope .comments__sort-label{color:#71737f;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;}.article-scope .comments__select-arrow{position:absolute;top:50%;right:0;transform:translateY(-40%);pointer-events:none;}.article-scope .comments__sort-select{min-width:50px;color:#71737f;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:800;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.article-scope .comments__sort-icon{font-size:.75rem;}.article-scope .comments__list{list-style:none;margin:0;padding:0;}.article-scope .comments__load-more{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:20px;}.article-scope .comments__load-more-center{border:1px solid #ccc;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;padding:10px 40px;}.article-scope .comments__total-replies{display:flex;justify-content:center;align-items:center;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;color:#5e5e6f;margin-bottom:8px;}.article-scope .comments__load-btn{cursor:pointer;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:700;color:#29293a;cursor:pointer;}.article-scope .comment{display:flex;gap:10px;margin-bottom:40px;}.article-scope .comment__avatar{flex-shrink:0;width:35px;height:35px;background:#c8c9d0;border-radius:50%;font-family:"Roboto",sans-serif;font-size:1.125rem;line-height:100%;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center;}.article-scope .comment__content{flex:1;}.article-scope .comment__meta{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:15px;color:#777;}.article-scope .comment__author{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:700;color:#5e5e6f;}.article-scope .comment__time{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;color:#5e5e6f;}.article-scope .comment__text{padding:0;margin-bottom:10px;font-family:"Roboto",sans-serif;font-size:1rem;line-height:160%;font-weight:400;color:#29293a;}.article-scope .comment__more-btn{background:none;border:0;cursor:pointer;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:160%;font-weight:400;color:#5e5e6f;margin-left:5px;}.article-scope .comment__actions{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#555;}.article-scope .comment__action-btn{background:none;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:inherit;}.article-scope .comment__action-count{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;color:#5e5e6f;display:contents;}.article-scope .comment__reply{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;color:#5e5e6f;}.article-scope .comment__reply-count{font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:500;color:#5e5e6f;margin-top:15px;display:inline-block;}.article-scope .comment__reply-count::before{content:"";display:inline-block;background-image:url("/s/images/icons/icon-detail-comment-arrow.svg");width:12px;height:8px;margin-right:5px;}.article-scope .article-margin{margin:20px 0;position:relative;display:inline-block;}.article-breadcrumb-style{padding-left:70px;padding-right:70px;}@media(max-width:991px){.article-breadcrumb-style{padding-left:0;padding-right:0;line-height:160%;}}.article-author-detail-bio{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e3;padding:20px 110px 35px 110px;}@media(max-width:767px){.article-author-detail-bio{padding:20px 0 35px 0;}}.article-author-detail-bio__info{display:flex;justify-content:flex-start;align-items:center;gap:10px;}.article-author-detail-bio__img{width:80px;height:80px;border-radius:50%;overflow:hidden;background-color:#e4e4e4;}.article-author-detail-bio__img img{width:100%;height:100%;object-fit:cover;}.article-author-detail-bio__name{display:flex;flex-direction:column;align-items:flex-start;}.article-author-detail-bio__name span{font-family:"Roboto",sans-serif;font-size:1rem;line-height:100%;font-weight:800;color:#d03f43;}.article-author-detail-bio__name .name-full{font-family:"Roboto",sans-serif;font-size:1rem;line-height:120%;font-weight:700;color:#5e5a58;margin-bottom:10px;}.article-author-detail-bio__sc{display:flex;justify-content:flex-end;align-items:flex-end;gap:5px;}.article-author-detail-bio__social{display:flex;flex-direction:column;justify-content:flex-end;gap:10px;}.article-author-detail-bio__social span{font-family:"Roboto",sans-serif;font-size:.75rem;line-height:100%;font-weight:500;color:#5e5e6f;}.article-author-detail-bio__social a.icon-message{margin-right:-2px;width:24px;height:24px;display:inline-block;background-color:#29293a;mask:url("/s/images/icons/icon-author-detail-message.svg") no-repeat center;}.article-author-detail-bio__social a.icon-x{width:24px;height:24px;display:inline-block;background-color:#29293a;mask:url("/s/images/icons/icon-author-detail-x.svg") no-repeat center;}.article-author-detail-bio .btn-follow{display:inline-block;position:relative;margin-top:15px;margin-left:1px;border:1px solid #9698a6;font-family:"Roboto",sans-serif;font-size:.75rem;line-height:110%;font-weight:500;padding:2px 5px;cursor:pointer;color:#71737f;transition:all .34s ease;}@media(max-width:767px){.article-author-detail-bio .btn-follow{margin-left:5px;transform:translateY(-1px);}}.article-author-detail-bio .btn-follow .arti{width:12px;height:12px;background-image:url("/s/images/icons/icon-author-follow-add.svg");background-size:cover;background-repeat:no-repeat;transform:translateY(1px);display:inline-block;}.article-author-detail-bio .btn-follow .arti.active{width:12px;height:12px;background-image:url("/s/images/icons/icon-author-follow-added.svg");background-size:cover;background-repeat:no-repeat;}.article-author-detail-bio .btn-follow:hover{background-color:#29293a;color:#fff;}.article-author-detail-bio .btn-follow:hover .arti{color:#fff;}.article-scope.article-special{padding-left:0;padding-right:0;}.article-scope.article-special .article-header{padding-left:0;padding-right:0;padding-bottom:25px;}.article-scope.article-special .article-header .article-image{margin-top:15px;}.article-scope.article-special .article-header .article-image .special-img{width:100%;height:770px;object-fit:cover;}@media(max-width:991px){.article-scope.article-special .article-header .article-image .special-img{height:550px;}}@media(max-width:767px){.article-scope.article-special .article-header .article-image .special-img{height:450px;}}.article-scope.article-special .article-header .article-image figcaption{position:relative;z-index:9;width:92%;margin:-110px 4% 0 4%;display:flex;}@media(max-width:991px){.article-scope.article-special .article-header .article-image figcaption{width:96%;margin:-110px 2% 0 2%;}}.article-scope.article-special .article-header .article-image figcaption .figcaption{position:relative;padding-left:25px;padding-right:25px;padding-top:15px;background-color:#fff;width:100%;}.article-scope.article-special .article-header .article-special-bg{position:relative;width:92%;padding:0 4%;}@media(max-width:991px){.article-scope.article-special .article-header .article-special-bg{width:96%;padding:0 2%;}}.article-scope.article-special .article-header .article-special-bg::before{content:"";position:absolute;width:100%;height:100%;background-color:#fff;z-index:0;top:0;}.article-scope.article-special .article-header .article-special-bg .article-category-tag,.article-scope.article-special .article-header .article-special-bg .article-title{position:relative;z-index:1;padding-left:25px;padding-right:25px;color:#29293a;}.article-scope.article-special-content .article-header{padding-bottom:0;}.letUsKnow{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:20px 0;border-top:1px solid #d03f43;border-bottom:1px solid #d03f43;}.letUsKnow .lukTitle{font-family:"Roboto",sans-serif;font-size:1.25rem;line-height:160%;font-weight:800;font-style:italic;color:#29293a;margin-bottom:10px;}.letUsKnow .lukTitle::before{content:"";display:inline-block;margin-right:10px;background-image:url("/s/images/icons/icon-letusknow-world.svg");background-repeat:no-repeat;background-size:cover;width:30px;height:29px;transform:translateY(5px);}.letUsKnow p{padding:0 20px;font-family:"Knowledge",serif;font-size:.875rem;line-height:160%;font-weight:400;color:#29293a;}.letUsKnow p a{color:#29293a;}.news-live-box{padding:20px 30px;width:100%;display:flex;flex-direction:column;background:#f6f6f6;}@media(max-width:767px){.news-live-box{padding:12px;}}.news-live-box p:first-child{padding-top:0;}.news-live-box h3{padding-top:0;padding-bottom:5px;}.news-live-box .article-main-image{margin:0 0 10px 0!important;}.news-live-box .news-live-box-footer{display:flex;gap:20px;padding-top:20px;border-top:1px solid #e0e0e3;}@media(max-width:767px){.news-live-box .news-live-box-footer{flex-direction:column;gap:10px;}}.news-live-box .news-live-box-footer .nlbf-title{font-family:"Knowledge",serif;font-size:.875rem;line-height:100%;font-weight:500;color:#29293a;}.news-live-box .news-live-box-footer .nlbf-separator{font-size:26px;color:#5e5e6f;}@media(max-width:767px){.news-live-box .news-live-box-footer .nlbf-separator{display:none;}}.news-live-box .news-live-box-footer .nlbf-date{font-family:"Knowledge",serif;font-size:.875rem;line-height:100%;font-weight:400;color:#29293a;}.featured-headlines-slider{margin-bottom:40px;}.featured-headlines-slider .swiper-slide{width:100%;max-width:300px;height:auto;}.featured-headlines-slider .swiper-pagination-bullet{width:7px;height:7px;border-radius:9px;border:1px solid #9698a6;background-color:transparent;opacity:1;}.featured-headlines-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{border:1px solid #d03f43;background-color:#d03f43;opacity:1;}@media(max-width:767px){.featured-headlines-slider .featured-headlines-swiper{padding-bottom:30px;}}.featured-headlines-slider .featured-headlines-card{display:flex;padding:15px;flex-direction:column;align-items:flex-start;background:#f6f6f6;gap:10px;height:100%;}.featured-headlines-slider .featured-headlines-card .fhc-date{font-family:"Knowledge",serif;font-size:.875rem;line-height:100%;font-weight:400;color:#5e5e6f;}.featured-headlines-slider .featured-headlines-card .fhc-time{font-family:"Knowledge",serif;font-size:.875rem;line-height:100%;font-weight:700;color:#5e5e6f;}.featured-headlines-slider .featured-headlines-card p{font-family:"Knowledge",serif;font-size:1.25rem;line-height:140%;font-weight:500;color:#29293a;padding:0;}.featured-headlines-slider .swiper-button-next{width:35px;height:35px;background-image:url("/s/images/icons/icon-detail-featured-next.svg");background-repeat:no-repeat;background-size:cover;}.featured-headlines-slider .swiper-button-next.swiper-button-disabled{display:none;}.featured-headlines-slider .swiper-button-next::after{content:"";display:none;}@media(max-width:767px){.featured-headlines-slider .swiper-button-next{display:none;}}.featured-headlines-slider .swiper-button-prev{width:35px;height:35px;background-image:url("/s/images/icons/icon-detail-featured-prev.svg");background-repeat:no-repeat;background-size:cover;}.featured-headlines-slider .swiper-button-prev.swiper-button-disabled{display:none;}.featured-headlines-slider .swiper-button-prev::after{content:"";display:none;}@media(max-width:767px){.featured-headlines-slider .swiper-button-prev{display:none;}}.news-live-time-seperator{display:flex;flex-direction:column;position:relative;padding-left:30px;gap:4px;margin:5px 0;}@media(max-width:767px){.news-live-time-seperator{padding-left:12px;}}.news-live-time-seperator .nlts-bull{width:16px;height:16px;border-radius:50%;background-color:#cc181c;transform:translateX(-6.5px);}.news-live-time-seperator .nlts-bull span{position:absolute;margin-top:1px;left:22px;width:200px;font-family:"Roboto",sans-serif;font-size:.875rem;line-height:100%;font-weight:900;color:#29293a;}.news-live-time-seperator .nlts-line{width:2px;height:37px;background-color:#cc181c;}.news-live-box-margin{display:flex;width:100%;margin:20px 0;}.faq{max-width:100%;background-color:#fff;border-radius:12px;padding:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin:0 auto 30px auto;}.faq .faq-title{font-size:24px;margin-bottom:15px;}.faq .faq-item{margin-top:12px;border-bottom:1px solid #eee;}.faq .faq-item.active .faq-question::after{transform:rotate(180deg);}.faq .faq-item.active .faq-answer{max-height:500px;padding:12px 20px;}.faq .faq-question{width:100%;padding:10px 14px;background-color:#f4f4f4;color:#5f5f5f;border:0;text-align:left;cursor:pointer;font-size:18px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s,transform .3s;position:relative;}.faq .faq-question::after{content:"▼";font-size:16px;transition:transform .3s;}.faq .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 20px;font-size:16px;color:#333;}@media print{@page{margin:0;size:auto;}body{background:#f7f6f2!important;color:#272221!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}.header,#footer,.search-fixed,#ourPageBottom,.headerBottomOurPageCategory,.section-breadcrumb,.article-tools-bar,.article-social-publish,.article-navigation-links,.most-read-list-section,.multimedia-bar-v2,.footer-links-section,.ourpage-three-column,.ourpage-action-pills,.ourpage-amentu-bar,.membership-banner,.ourpage-section-pattern-effect,.ourpage-title-scope .section-subdesc,.detail-sidebar{display:none!important;}}