@font-face {
    font-family: "Lyon";
    src: url("../font/LyonText-Regular-Web.woff2");
}

@font-face {
    font-family: "Lyon-Bold";
    src: url("../font/LyonText-Bold-Web.woff2");
}

@font-face {
    font-family: "_Regular";
    src: url("../font/0376a58122a881d16a294512d3c947b1.eot");
    /* IE9*/
    src: url("../font/0376a58122a881d16a294512d3c947b1.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/0376a58122a881d16a294512d3c947b1.woff2") format("woff2"),
        /* chromeÄƒâ‚¬Âfirefox */
        url("../font/0376a58122a881d16a294512d3c947b1.woff") format("woff"),
        /* chromeÄƒâ‚¬Âfirefox */
        url("../font/<?=URL_THEMES?>/font/0376a58122a881d16a294512d3c947b1.ttf") format("truetype"),
        /* chromeÄƒâ‚¬ÂfirefoxÄƒâ‚¬ÂoperaÄƒâ‚¬ÂSafari, Android, iOS 4.2+*/
        url("../font/0376a58122a881d16a294512d3c947b1.svg") format("svg");
    /* iOS 4.1- */
}

@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Helvetical Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #333;
    background-color: #fff;
}

input,
textarea,
select,
button {
    outline: none;
    font-family: "Helvetical Neue", sans-serif;
    border: 0;
}

input {
    line-height: normal;
}

label,
button {
    cursor: pointer;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #1767b3;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    /*width: 100%;*/
}

/*===========================================================================*/
.font-primary {
    font-family: "Sarabun", sans-serif;
}

.font-secondary {
    font-family: "Arial", sans-serif;
}

.font-noto {
    font-family: "Noto Serif", serif;
}

.font-opensan {
    /* font-family: "Open Sans", sans-serif; */
}

.font-lato {
    font-family: "Lato", sans-serif;
}

.font-robo {
    font-family: "Roboto", sans-serif;
}

.font-lyon {
    font-family: Lyon, sans-serif;
}

/*===========================================================================*/
.w-1040 {
    max-width: 65rem;
    margin: 0 auto;
}

.w-1140 {
    max-width: 80rem;
    margin: 0 auto;
}

.w-1080 {
    max-width: 67.5rem;
    margin: 0 auto;
}

.w-1440 {
    max-width: 90rem;
    margin: 0 auto;
}

.w-1920 {
    max-width: 120rem;
    margin: 0 auto;
}

/*===========================================================================*/
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-21 {
    font-size: 1.3125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-23 {
    font-size: 1.4375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-25 {
    font-size: 1.5625rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-48 {
    font-size: 3rem;
}

/*=================================================================*/
.f-500 {
    font-weight: 500;
}

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

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

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

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

/*=================================================================*/
.btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 1.5rem;
    background-color: #fff;
    color: #fff;
    outline: none;
}

/*=================================================================*/
.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-5x3 {
    padding-bottom: 60%;
}

.thumb-6x3 {
    padding-bottom: 70%;
}

.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================================================================*/
.text-blue-28 {
    color: #1767b3;
}

.text-blue-03 {
    color: #03a9f4;
}

.text-00 {
    color: #000;
}

.text-gray-33 {
    color: #333;
}

.text-gray-44 {
    color: #444;
}

.text-gray-66 {
    color: #666;
}

.text-gray-82 {
    color: #828282;
}

.text-gray-c0 {
    color: #c0c0c0;
}

.text-gray-e0 {
    color: #e0e0e0;
}

.text-gray-fc {
    color: #fcfaf6;
}

.text-red-c43 {
    color: #c43000;
}

/*=================================================================*/
.bg-blue-28 {
    background-color: #1767b3;
}

.bg-blue {
    background-color: #1767b3;
}

.bg-blue-15 {
    background-color: #8B1C22;
}

.bg-blue-03 {
    background-color: #03a9f4;
}

.bg-fffe {
    background-color: #fff6d9;
}

/*=================================================================*/
.fw-300 {
    font-weight: 300;
}

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

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

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

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

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

/*=================================================================*/
.pt-10 {
    padding-top: 0.625rem;
}

.pb-10 {
    padding-bottom: 0.625rem;
}

.pl-10 {
    padding-left: 0.625rem;
}

.pr-10 {
    padding-right: 0.625rem;
}

.py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.p-10 {
    padding: 0.625rem;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mb-10 {
    margin-bottom: 0.625rem;
}

.ml-10 {
    margin-left: 0.625rem;
}

.mr-10 {
    margin-right: 0.625rem;
}

.my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.m-10 {
    margin: 0.625rem;
}

/*=================================================================*/
.pt-12 {
    padding-top: 0.75rem;
}

.pb-12 {
    padding-bottom: 0.75rem;
}

.pl-12 {
    padding-left: 0.75rem;
}

.pr-12 {
    padding-right: 0.75rem;
}

.py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.p-12 {
    padding: 0.75rem;
}

.mt-12 {
    margin-top: 0.75rem;
}

.mb-12 {
    margin-bottom: 0.75rem;
}

.ml-12 {
    margin-left: 0.75rem;
}

.mr-12 {
    margin-right: 0.75rem;
}

.my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.m-12 {
    margin: 0.75rem;
}

/*=================================================================*/
.pt-15 {
    padding-top: 0.9375rem;
}

.pb-15 {
    padding-bottom: 0.9375rem;
}

.pl-15 {
    padding-left: 0.9375rem;
}

.pr-15 {
    padding-right: 0.9375rem;
}

.py-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.px-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.p-15 {
    padding: 0.9375rem;
}

.mt-15 {
    margin-top: 0.9375rem;
}

.mb-15 {
    margin-bottom: 0.9375rem;
}

.ml-15 {
    margin-left: 0.9375rem;
}

.mr-15 {
    margin-right: 0.9375rem;
}

.my-15 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.mx-15 {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.m-15 {
    margin: 0.9375rem;
}

/*=================================================================*/
.pt-20 {
    padding-top: 1.25rem;
}

.pb-20 {
    padding-bottom: 1.25rem;
}

.pl-20 {
    padding-left: 1.25rem;
}

.pr-20 {
    padding-right: 1.25rem;
}

.py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.p-20 {
    padding: 1.25rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.ml-20 {
    margin-left: 1.25rem;
}

.mr-20 {
    margin-right: 1.25rem;
}

.my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.m-20 {
    margin: 1.25rem;
}

/*=================================================================*/
.form-control-t {
    width: 100%;
    border: none;
    height: 2.125rem;
    padding: 1rem;
}

/*=================================================================*/
.border-999 {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.border-4 {
    border-radius: 0.25rem;
    overflow: hidden;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.border-6 {
    border-radius: 0.375rem;
    overflow: hidden;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

/*=================================================================*/
.fix-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

/*=================================================================*/
.shadown-1 {
    box-shadow: 0 4px 16px rgba(163, 161, 161, 0.5);
}

/*=================================================================*/
.line-15 {
    line-height: 0.9375rem;
}

.line-19 {
    line-height: 1.1875rem;
}

.line-22 {
    line-height: 1.375rem;
}

.line-26 {
    line-height: 1.625rem;
}

.line-28 {
    line-height: 1.75rem;
}

.line-32 {
    line-height: 2rem;
}

.line-34 {
    line-height: 2.125rem;
}

.line-46 {
    line-height: 2.875rem;
}

#header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.nav-header-wrapper {
    background: #fff;
    padding: 0.625rem 0;
}

.author_quote {
    color: #c43000;
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
}

.nav-header__logo {
    max-height: 3.125rem;
    max-height: 60px;
    width: auto;
}

.nav-header__right-item {
    flex-shrink: 0;
}

.nav-header__right-item+.nav-header__right-item {
    margin-left: 0.375rem;
}

.nav-header__right-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #3d60af;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav-header__right-icon {
    height: 0.875rem;
    width: auto;
}

.nav-header__right-search {
    margin-left: 1.875rem;
}

.nav-search-group {
    width: 10.9375rem;
    height: 1.875rem;
    border: 1px solid rgba(229, 229, 229, 0.3);
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.form-search-pc {
    width: 100%;
    background: transparent;
    color: #fff;
    height: 1.875rem;
    padding: 0.5rem 0.625rem 0.625rem 1.75rem;
}

.form-search-pc::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.form-search-pc:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-search-pc::placeholder {
    color: #fff;
}

.btn-search {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    padding: 0;
    background: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navigation-bar-wrapper {
    border-top: 1px solid rgba(229, 229, 229, 0.3);
}

.navigation-bar {
    padding: 0.5rem 0;
}

.navigation-bar-item {
    position: relative;
    flex-shrink: 0;
}

.navigation-bar-item+.navigation-bar-item {
    margin-left: 0.9rem;
}

.navigation-bar-item__children {
    width: max-content;
    min-width: 10rem;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.navigation-bar-item__children a {
    display: block;
    padding: 0.325rem 0.325rem 0.325rem 0.5rem;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.navigation-bar-item__children:hover a {
    color: #fff;
    background-color: #ca1f43;
}

.navigation-bar-item__dropdown:before {
    position: absolute;
    content: "";
    height: 0.75rem;
    width: 100%;
    background-color: transparent;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.navigation-bar-item__dropdown {
    position: absolute;
    margin-top: 0.5rem;
    z-index: 100;
    display: none;
}

.navigation-bar-item:hover .navigation-bar-item__dropdown {
    display: block;
}

.navigation-bar-item:last-child .navigation-bar-item__dropdown {
    right: 0;
}

.sub-menu-mb-wrapper {
    position: fixed;
    width: 100%;
    height: calc(100% + 1px);
    z-index: 9999;
    overflow: auto;
    top: 0;
    left: -100%;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
}

.sub-menu-mb {
    position: relative;
}

.sub-menu-mb-wrapper.active {
    left: 0;
    visibility: visible;
}

.sub-menu-mb-share--item {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-sub-menu {
    position: absolute;
    left: 240px;
    top: 0.875rem;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu-mb-item {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e5e5;
}

.sub-menu-mb-child {
    padding: 9px 26px 9px 36px;
}

.sub-menu-mb-dropdown {
    display: none;
}

.sub-menu-mb-item.active .sub-menu-mb-dropdown {
    display: block;
}

.sub-menu-mb-item.active .sub-menu-mb-icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sub-menu-mb-content {
    padding-bottom: 3rem;
    background-color: #fff;
    width: 15rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.sub-menu-mb-item--search {
    background-color: #1767b3;
}

.btn-search-mb {
    position: absolute;
    border: none;
    background: transparent;
    right: 0.5rem;
}

.form-search-mb {
    padding-right: 2rem;
}

.sub-menu-mb-item-text {
    padding: 1.25rem 0.3125rem 50px 0.9375rem;
    color: #838282;
}

#main {
    padding-top: 1.25rem;
}

.main {
    display: grid;
    grid-template-columns: 1fr 18.75rem;
    grid-gap: 2rem;
}

.main-detail-fix {
    display: grid;
    grid-template-columns: 1fr 18.75rem;
    /* grid-gap: 5.525rem; */
    grid-gap: 2.525rem;
}

.row-one-large__trending {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-left-row-one {
    display: grid;
    grid-template-columns: 1fr 19rem;
    grid-gap: 1.375rem 1.5rem;
}

.row-one-thumb {
    padding-top: 1.375rem;
}

.row-one-thumb:first-child {
    padding-top: 0;
}

.row-one-thumb .row-one-thumb__content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row-one-thumb:last-child .row-one-thumb__content {
    border-bottom: none;
    padding-bottom: 0;
}

.main-left-row-two {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
}

.related-news-one {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.25rem;
}

.row-one-large__des {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: unset;
    margin-bottom: 20px;
}

.row-two-item {
    display: flex;
    flex-direction: column;
}

.row-two-item__img {
    flex-shrink: 0;
}

.row-two-item__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row-two-item__public {
    margin-top: auto;
}

.main-left-row-three {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 19rem;
    grid-gap: 1.25rem;
}

.row-three__left-item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row-three__left-item:first-child {
    padding-top: 0;
}

.row-three__left-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.row-three__left-img {
    width: 30%;
    flex-shrink: 0;
}

.row-three__left-content {
    flex: 1;
}

.most-read__heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.most-read__item {
    display: flex;
    margin-top: 1.5625rem;
}

.most-read__content {
    margin-left: 0.875rem;
}

.top-new {
    margin-top: 1.375rem;
}

.header-block {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 0.9375rem;
    position: relative;
    gap: 0px 20px;
    align-items: center;
}

.header-block__link {
    display: inline-block;
    /*  line-height: 1;*/
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.header-block__item+.header-block__item {
    margin-left: 1.25rem;
}

.header-block__link.active {
    color: #1767b3;
    font-weight: 700;
    font-family: "Helvetical Neue", sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: relative;
}

.header-block__link.active.fix-size {
    font-size: 1.125rem;
}

.header-block__link.active.fix-color--red {
    color: #c43000;
}

.header-block__link.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.325rem;
    background: #1767b3;
    bottom: -1rem;
}

.top-new-content {
    display: grid;
    grid-template-columns: 29rem 1fr;
    grid-gap: 1.875rem;
}

.top-new__item {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.top-new__item:first-child {
    padding-top: 0;
}

.top-new__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.top-new__item--img {
    width: 35%;
    flex-shrink: 0;
}

.top-new__item--text {
    flex: 1;
    padding-right: 0.9375rem;
}



.invseting-item {
    display: flex;
    width: 100%;
}

.invseting-item__img {
    flex-shrink: 0;
    width: 40%;
}

.invseting-item__img .thumb-5x3 {
    padding-bottom: 100%;
}

.invseting-item__content {
    flex: 1;
    padding-left: 0.625rem;
}

.consulting-main-news {
    display: grid;
    grid-template-columns: 1fr 18.75rem;
    grid-gap: 0.75rem;
}

.kpmg-img {
    max-height: 2.375rem;
    width: auto;
}

.author-link {
    display: flex;
    align-items: center;
}

.author-img {
    width: 4.375rem;
    height: 4.375rem;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    flex-shrink: 0;
    background: lightgray;
}

.consulting-related-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
}

.latest-news__list_fix {
    max-height: 25rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 1.875rem;
}

.latest-news__list {
    /*max-height: 25rem;*/
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.latest-news__item,
.editor-picks__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.latest-news__item:last-child {
    border-bottom: none;
}

.latest-news__list::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.latest-news__list::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

.latest-news__list::-webkit-scrollbar-track {
    background-color: #fff;
}

.editor-picks__item {
    position: relative;
}

.editor-picks__item::before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #03a9f4;
    border-radius: 50%;
    top: 34%;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.opinion-item {
    padding: 0.625rem 0;
}

.opinion-item .author-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.travel-life__content {
    display: grid;
    grid-template-columns: 16.875rem 1fr 18.75rem;
}

.travel-life__center {
    padding-left: 1.25rem;
    padding-right: 1.875rem;
}

.travel-life__item {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.travel-life__item:first-child {
    padding-top: 0;
}

.travel-life__item:last-child {
    border-bottom: none;
}

.travel-life__item__img {
    width: 30%;
    flex-shrink: 0;
}

.travel-life__item__img .thumb-5x3 {
    padding-bottom: 100%;
}

.travel-life__item__content {
    flex: 1;
    padding-left: 0.625rem;
}

.banner-footer {
    background: #f6f7fb;
}

.categories-navbar {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.625rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}

.category-navbar.active a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #35639f;
    line-height: 2rem;
}

.category-navbar.active span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #35639f;
    line-height: 2rem;
}

.category-navbar {
    line-height: 1.5625rem;
}

.category-navbar+.category-navbar {
    margin-left: 2.5rem;
}

.category-navbar:first-child {
    margin-right: 1rem;
    position: relative;
    /* user-select: none;
    pointer-events: none; */
}

.navigation-bar-item-icon:first-child,
.navigation-bar-item-icon {
    margin-right: 1rem;
    position: relative;
    user-select: none;
    pointer-events: none;
}

.navigation-bar-item-icon:first-child::before,
.navigation-bar-item-icon::before {
    position: absolute;
    content: "â¯";
    font-size: 14px;
    color: #62dfec;
    top: 0px;
    /*right: -2rem;*/
    transform: translateY(0%);
    -webkit-transform: translateY(1);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.category-navbar:first-child::before {
    position: absolute;
    font-size: 1.5rem;
    color: #62dfec;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cate-left-row-one .row-one-large {
    display: flex;
    width: 100%;
}

.cate-left-row-one .row-one-large__img {
    width: 50%;
    flex-shrink: 0;
}

.footer-logo-mb>a>img {
    width: auto;
}

.cate-left-row-one .row-one-large__content {
    flex: 1;
}

.cate-left-row-one .row-one-small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25rem;
}

.cate-left-row-one .row-one-thumb:first-child {
    padding-top: 1.375rem;
}

.cate-left-row-one .row-one-thumb {
    display: flex;
    flex-direction: column;
}

.cate-left-row-one .row-one-thumb__img {
    flex-shrink: 0;
}

.cate-left-row-one .row-one-thumb__content {
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cate-left-row-one .row-one-thumb__content .row-one-thumb__public {
    margin-top: auto;
}

.cate-left-row-three {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.875rem;
}

.cate-left-row-three .row-three__left-img {
    width: 15.625rem;
}

.cate-right .consulting .header-block__link.active {
    color: #c43000;
}

.cate-right .consulting .consulting-main-news,
.cate-right .consulting .consulting-related-news {
    display: block;
}

.cate-right .consulting .consulting-main-news__info,
.cate-right .consulting .consulting-related-news__item {
    background: #fffef5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.625rem 0 1.5rem;
}

.cate-right .consulting .consulting-related-news__item {
    margin-bottom: 1.25rem;
}

.cate-right .latest-news {
    margin-top: 1.875rem;
}

.detail-box {
    display: flex;
}

.icon-share-2 {
    position: sticky;
    top: 20%;
    border: 1px solid #eef4ed;
    box-shadow: 0px 0px 5px #d5d5d594;
}

.detail-icon-comment {
    width: 3rem;
    height: auto;
    text-align: center;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-content {
    padding-left: 2rem;
}

.detail-content figure figcaption {
    background: #fff;
    text-align: left;
    /*padding: 0.625rem 0.9375rem;*/
    padding: 0.625rem 0;
    /*font-size: 1rem !important;*/
    font-size: 15px !important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.25rem;
    /*  font-family: "Lato", ui-sans-serif;*/
    /*color: #555;*/
    color: #171717;
    font-size: 12px;
    /*    font-weight: 600;*/
    margin-bottom: 1.25rem;
    /*width: auto !important;*/
}

.detail-content figure img {
    width: 100%;
    height: auto;
}

.detail-content figure figcaption h2 {
    font-weight: 500;
    font-size: 16px;
}

.detail-content {
    font-family: Inter, Helvetica, sans-serif;
}

.detail-content {
    width: 100%
}

.detail-content p,
.detail-content li {
    /*,Times New Roman,"serif"*/
    font-family: Inter, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.66;
    color: #000;
    margin-bottom: 1.5rem;
    text-align: left;
    word-break: break-word;
}

.detail-content ul {
    padding-left: 30px;
}

.detail-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.detail-content img {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
}

.detail-content figure {
    width: -webkit-min-content;
    width: -moz-min-content;
    /*width: min-content;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1em;
    /* background: #f7f7f7; */
}

.detail-content figcaption {
    padding: 1em 0;
}

.detail-icon-share-line {
    display: flex;
    align-items: center;
}

.detail-icon-share+.detail-icon-share {
    /*margin-left: 0.625rem;*/
}

.detail-icon-share__link {
    height: 2.25rem;
    width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-fb-icon {
    background: #3b5999;
}

.detail-like-icon {
    background: #087cce;
    width: 68px;
}

.detail-twitter-icon {
    background: #55acee;
}

.detail-linker-icon {
    background: #0073b1;
}

.detail-email-icon {
    background: #e5e5e5;
}

.detail-tags {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    padding-bottom: 15px;
}

.detail-tag-icon {
    font-size: 14px;
    background: #f2efea;
    width: 80px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.detail-tag-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #f2efea;
    right: -8px;
    position: absolute;
}

.detail-tag+.detail-tag {
    margin-left: 1.25rem;
}

.detail-tag-item {
    font-weight: 700;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    color: #4f4f4f;
    font-size: 15px;
    position: relative;
}

.detail-tag-item::before {
    position: absolute;
    content: "Ã¢Ââ€ž";
    color: #4f4f4f;
    top: 50%;
    left: -0.75rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.detail-tag-item:nth-child(2)::before {
    /*content: "";*/
}

.detail-tag-item a:hover {
    color: #1767b3;
}

#back-top {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #a51515;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    user-select: none;
}

.footer-top__left-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social__item+.footer-social__item {
    margin-left: 0.625rem;
}

.footer-social__link {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social__link>img {
    width: auto !important;
}

.footer-social__icon {
    height: 0.9375rem;
    width: auto;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 27rem;
    grid-gap: 1.25rem;
    padding: 2.375rem 0 1.875rem;
}

.footer-top__left-text {
    margin-top: 1.875rem;
}

.footer-top__right-link {
    display: inline-block;
    line-height: 1.2;
    height: 2rem;
    margin-bottom: 1.5rem;
}

.footer-top__right-link+.footer-top__right-link {
    margin-left: 1.25rem;
}

.footer-top__right {
    text-align: right;
}

.footer-top__right-link:last-child {
    margin-left: 0;
    /*margin-bottom: 0;*/
}

.icon-clock {
    color: #333333;
}

.img-fia {
    width: 60px;
    height: 60px;
}

.detail-title {
    /* width: 95%; */
    font-size: 30px;
}

.detail-title.line_one {
    max-width: 95%;
}

.mb-hiden {
    display: none;
}

.most-read__title {
    font-size: 14px;
    font-weight: 700;
}

.editor-picks__heading {
    font-size: 14px;
    font-weight: 700;
}

/*fix cate 6 item ->4 mobile*/
.row {
    margin: 0;
    padding-top: 15px;
}

.roww {
    width: 33.33%;
    padding-bottom: 15px;
}

.item-cate-top-1 {
    padding-right: 10px;
}

.item-cate-top-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.item-cate-top-3 {
    padding-left: 10px;
}

.item-cate-top-4 {
    padding-right: 10px;
}

.item-cate-top-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.item-cate-top-6 {
    padding-left: 10px;
}

.tag-list,
.tdb-tags {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    padding-bottom: 15px;
}

li.list-tag {
    margin-left: 1.25rem;
}

.tag-list li {
    margin-left: 1.25rem;
}

.mb-block {
    display: none;
}

.js_chart {
    display: flex;
}

.chart-menu {
    /*position: absolute;
right: 0;
text-align: right;*/
    position: absolute;
    right: -15px;
    text-align: right;
    margin-top: 18px;
    transform: scale(1.25);
}

.selector-chart {
    display: none;
}

.selector-chart.active {
    display: block;
}

.amcharts-main-div .amcharts-chart-div a {
    display: none !important;
}

.chart-to-full:fullscreen {
    background-color: #fff;
}

.chart-to-full:-webkit-full-screen {
    background-color: #fff;
}

.chart-to-full:-moz-full-screen {
    background-color: #fff;
}

.js_chart.right_chart {
    width: auto !important;
    margin-left: 15px !important;
    float: right;
}

.js_chart.left_chart {
    width: auto !important;
    margin-right: 15px !important;
    float: left;
}

.js_chart.center {
    width: auto;
    float: left;
}

.hidden {
    display: none !important;
}

.btn-danger {
    background-color: #dc3545 !important;
}

.btn-primary {
    background-color: #007bff !important;
}

.logincmt .cmt-field {
    justify-content: center;
}

.logincmt .cmt-field a {
    margin: 0px 10px;
}

.comment_box_indetail {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px 15px 0px;
}

.line_cmt {
    font-size: 20px;
    color: #1767b3;
}

.line_cmt b {
    font-weight: 600;
}

.sort_comment {
    display: flex;
    align-items: center;
}

.sort_comment span {
    margin: 0px 7px;
}

.active_cmt {
    color: #1767b3;
}

li.footer-social__item.itempsearchfooot {
    position: relative;
}

form.search_footer {
    width: 200px;
    max-width: 200px;
    position: absolute;
    right: -25px;
    bottom: -10px;
    opacity: 0;
}

.itempsearchfooot.opens .search_footer {
    opacity: 1;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

label.show_alert_messege {
    color: #1767b3;
}

.show_alert_messege_err {
    color: red;
}

.my_mes {
    display: none;
}

#contact .form-group label {
    margin-bottom: 10px;
}

.form-group.error label {
    color: red;
}

.loadingsent {
    text-align: center;
}

.detail-content blockquote {
    text-align: unset !important;
}

.detail-content blockquote p {
    margin-bottom: 0px;
    font-size: 17px;
    margin-bottom: 13px;
}

.banner-top #zone-3-1 img {
    min-height: 50px;
}

a.title_channel_link {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    color: #c43000;
    font-weight: bold;
}

.top_modal .close {
    margin-right: 20px;
    margin-top: 20px;
    font-size: 40px;
}

.stle18 {
    font-weight: 600;
    font-size: 24px;
}

.top_modal {
    padding: 10px;
}

.content_pupop {
    max-width: 100%;
    width: 860px;
}

.content_pupop p {
    line-height: 24px;
    margin-bottom: 5px;
}

.li_scroll {
    max-height: 300px;
    overflow: auto;
}

/*.li_scroll::-webkit-scrollbar{width: 10px;}
.li_scroll::-webkit-scrollbar-thumb{background-color: #c1c1c1;border-radius: 0px;}
.li_scroll::-webkit-scrollbar-track-piece{background: #fff;}*/
/*end*/
/*.latest-news__list_fix::-webkit-scrollbar{width: 10px;}
.latest-news__list_fix::-webkit-scrollbar-thumb{background-color: #c1c1c1;border-radius: 0px;}
.latest-news__list_fix::-webkit-scrollbar-track-piece{background: #fff;}*/
.bottom_bar {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1767b34d;
}

.bottom_bar .pkg {
    display: flex;
    justify-content: space-between;
}

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

.bottom_bar .breadcumb a {
    color: #1767b3;
}

.categories-navbar ul {
    align-items: center;
}

.breacrumbox.categories-navbar {
    justify-content: space-between;
    align-items: center;
}

.dmmsdsk {
    max-width: 80%;
}

.boxxxuhuongchan {
    max-width: calc(100% - 200px);
    display: flex;
}

div#content_detail-photo img {
    margin: auto;
}

.detail-content figure figcaption * {
    font-size: 14px;
    margin: 0px;
}

.detail-content figure figcaption {
    margin: auto;
}

#explus-editor b,
#explus-editor strong {
    font-weight: bold;
}

.content_detail_special {
    max-width: 1040px;
    margin: auto;
    width: 100%;
    padding: 30px 15px;
}

.content_detail_special .detail-content {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.content_detail_special p,
.content_detail_special h2,
.content_detail_special h3,
.content_detail_special h4 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.content_detail_special .detail-content img {
    margin: auto;
    width: 100% !important;
}

/*# sourceMappingURL=style.css.map */

section.nav-header-wrapper.bg-blue-28.fix-mt-ads-6.nav-header-wrapper-2 {
    background: #dadada;
}

.adv.hide_pc a {
    width: 100% !important;
}

div#ads_4 .e {
    margin-bottom: 20px;
}

.amagazine {
    background: #bb052c;
    color: #fff;
    padding: 0 6px;
}

.adv .e img {
    margin-right: auto;
    margin-left: auto;
}

.adv .e {
    display: flex;
}

.grecaptcha-badge {
    display: none !important;
}

.gettimeago-update {
    color: #828282;
}

.color_up,
.color_up .gettimeago-update {
    color: #1767b3;
}

.row-one-small p.row-one-thumb__public,
.row-one-small p.row-one-thumb__public span.time-ago-top {
    color: #1767b3;
}

.row-one-small p.row-one-thumb__public .gettimeago {
    color: #828282;
}

.list_notify.fl {
    margin-left: 10px;
    overflow: hidden;
}

.notify_site {
    display: flex;
    width: 100%;
    overflow: hidden;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .adv {
        display: none !important
    }
}

.navigation-bar {
    background: #C8A45D;
}

.nav-header__logo {
    max-height: 130px;
}

.bg-blue-28 {
    background: #F5F5F5
        /*background:#2C3036*/
}

.footer-top {
    background: #C8A45D;
}

.navigation-bar-wrapper {
    background: #C8A45D;
}

#footer {
    background: #C8A45D;
}

.random-show {
    display: none;
}

.random-show.active {
    display: list-item;
}

a.mobile.m-h-110 img {
    max-height: 110px;
    height: 100%;
    width: auto;
}













.site-footer {
    background: #dbe6f9 url(trongdong3.webp) center center repeat;
    border-top: solid 2px var(--primary);
}

.site-footer .footer-info {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
}

.site-footer .footer-info * {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.site-footer .footer-info .logo {
    background-image: url(//i.baothanhhoa.vn/logo/2536/48d13075406-logo-ol-xanh.svg);
}

h3.row-one-large__heading a {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
}

.site-footer .footer-info .logo img {
    margin-bottom: 10px;
    width: 390px;
    height: 75px;
    display: block;
    text-indent: -999em;
    object-fit: contain;
}

.site-footer .footer-info a {
    display: inline;
}

.site-footer .footer-info * {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.site-footer .footer-info * {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.site-footer .footer-info .right {
    text-align: right;
}

.site-footer .footer-info * {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.site-footer .footer-info * {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
}

.dfooter {
    height: 120px;
    margin: 0 auto 20px auto;
    padding: 15px;
    background: #FFF url(https://c.baothanhhoa.vn/cdn/apps/cms/baothanhhoa/css/trongdong3.webp) center center repeat;
    display: grid;
    grid-template-columns: 1fr 230px;
    gap: 10px;
}

.dfooter>.tinnhiemmang {
    text-align: center;
    margin: 0 auto;
}

.dfooter>.tinnhiemmang img {
    max-height: 100px;
}

.dfooter>.powered {
    padding: 10px;
}

.dfooter>.powered>a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-decoration: none;
    color: #555;
    border: solid 1px #CCC;
    padding: 5px;
    border-radius: 5px;
    background-color: #FFF;
}

.dfooter>.powered>a>img {
    height: 16px;
    width: auto;
    margin-top: 5px;
}

.dfooter>.powered>a>span {
    margin: 2px;
    font-size: 10px;
    font-family: Orbitron, sans-serif;
    color: #444;
}

.top-new__large--des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-one-large__des {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: unset;
    margin-bottom: 10px;
}

.logoslogan a.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.content-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-size: 15px;
}

.grid-item-twe {
    grid-template-columns: repeat(2, 1fr);
}

.top-new.hoi-vien .row-two-item__img img {
    height: 180px !important;
}

.top-new.hoi-vien .thumb-img img {}

.top-new.dao-tao .row-two-item img {
    height: 180px;
}

.top-new.dao-tao .thumb-img img {}

.editor-picks {
    background-color: #fff6d9;
    background-image: url(https://cdn.nhandan.vn/assets/web/styles/img/embed-trongdong.png?060824);
    background-repeat: no-repeat, no-repeat;
    padding: 16px 15px 20px 15px;
}

h3.top-new__large--title {
    font-size: 18px;
}

.editor-picks__item.nonebefor::before {
    display: none !important;
}

.editor-picks__item .most-read__number {
    position: absolute;
    left: 0;
    font-size: 30px;
    top: 5px;
}

.thumb-img img {
    width: 100%;
}

.item-images-brand.item-bg-pages.slider-1-desktop {
    margin-bottom: 15px;
}

.latest-news ul.header-block:after {
    content: "";
    background: url(https://ngaymoionline.com.vn/modules/frontend/themes/nmol/images/bx-cat-title.png) 0 0 repeat-x;
    height: 15px;
    width: 66%;
}

li.header-block__item {
    position: relative;
    padding-right: 10px;
}

.bg-member {
    width: 100%;
    background: #cdcdcc;
    background: url(https://ngaymoionline.com.vn/modules/frontend/themes/nmol/images/bx-cat-title.png) 0 0 repeat-x;
    height: 15px;
}

.main-left-row-three-active.main-left-row-three .thumb-img img {
    height: 137px;
}

.social-list li:not(:last-child) {
    margin-bottom: 5px;
}

.social-list li a {
    border: 1px solid #e5e5e5;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.invseting-item__img img {
    height: 95px;
}

.top-new__item--img img {
    height: 130px;
}

section.news-section-kepper.nongdan {
    padding-bottom: 30px;
}

section.news-section-kepper {
    padding: 30px 0px 0px;
}

div#block-farmerNewsData .header {
    border: none;
}

section.news-section-kepper.nongdan .header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: unset;
    border-bottom: 1px solid #ffffff70;
}

section.news-section-kepper .header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 0px 76px;
}

section.news-section-kepper.nongdan .logo {
    background: url(../img/icon01.png) left center no-repeat rgb(0, 107, 0);
}

section.news-section-kepper.nongdan .logo {
    display: inline-block;
    width: max-content;
}

section.news-section-kepper .logo {
    color: white;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 5px 29px;
    background: url(../img/icon01.png) left center no-repeat rgb(0, 107, 0);
}

section.news-section-kepper .header a {
    color: rgb(255, 255, 255);
}

section.news-section-kepper .nav-menu {
    display: flex;
    list-style: none;
}

section.news-section-kepper .nav-menu li {
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    list-style: disc;
    margin-left: 37px;
}

section.news-section-kepper .main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

section.news-section-kepper .main-article {
    background: white;
    overflow: hidden;
}

section.news-section-kepper .main-article img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: top left;
}

section.news-section-kepper .main-article-content {
    padding: 10px;
    text-align: center;
    font-size: 21px;
}

section.news-section-kepper .main-title {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}

section.news-section-kepper .side-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 32px;
}

section.news-section-kepper .side-article {
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

section.news-section-kepper .side-article img {
    width: 100%;
    height: 173px;
    object-fit: cover;
    border-radius: 10px;
}

section.news-section-kepper.nongdan .side-article-content {
    margin-top: 10px;
}

section.news-section-kepper .side-article-content {
    padding: 0px 10px;
}

section.news-section-kepper .side-title {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.most-read.bg-fffe {
    background-color: #fff6d9;
    padding: 16px 15px 20px 15px;
    background-image: url(https://c.baothanhhoa.vn/cdn/apps/cms/baothanhhoa/css/dflag.webp), url(https://c.baothanhhoa.vn/cdn/apps/cms/baothanhhoa/css/trongdong3.webp);
    background-position: right -70px top -65px, center center;
    background-size: 450px 200px, 1000px 600px;
    background-repeat: no-repeat, no-repeat;
}


.topic {
    background: #062340 url(https://c.baothanhhoa.vn/cdn/apps/cms/baothanhhoa/css/trongdong3.webp) center 280px no-repeat;
    border-radius: 3px;
    padding: 20px;
    background-position: center 0;
    margin-bottom: 10px;
}

.topic .box-heading {
    font-size: 30px;
    line-height: 1.2;
    color: #212529;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: min-content auto;
    gap: 0 20px;
    grid-template-columns: auto max-content auto;
}

.topic .box-heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    position: relative;
    top: calc(50% - .5px);
}

.topic .box-heading::after {
    background: rgba(255, 255, 255, .2);
}

.topic .box-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 19%);
    position: relative;
    top: calc(50% - .5px);
}

.topic .box-heading a {
    color: #fff;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .topic .box-content {
        grid-template-columns: repeat(4, 1fr);
    }
}

.topic .box-content {
    display: grid;
    gap: 24px;
}

.topic .story__thumb {
    margin-bottom: 12px;
    background: #fff;
    border-radius: 5px;
}

.story__thumb {
    position: relative;
    overflow: hidden;
}

.story__thumb a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.dtieudiem .box-content figure img {
    border-radius: 0;
    height: 180px;
    width: 100%;
}

.story__thumb img {}

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

.story__heading {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.topic .story__heading a {
    color: #fff;
}

.story__heading>a {
    margin-top: 5px;
}

.l-content-flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l-content-flex.is-margin-bottom {
    margin-bottom: 30px;
}

.c-box .c-box__title {
    padding-bottom: 10px;
}

.c-box .c-box__title .c-box__title__name {
    display: flex;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
    align-items: flex-end;
}

.c-box .c-box__title .c-box__title__name a {
    color: #000;
}

.c-box .c-box__title .c-box__title__name:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background-color: #F6F6F6;
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
    border-left: 15px solid #2E3A23;
}

@media (min-width: 992px) {
    .c-world-box {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
}

@media (min-width: 992px) {
    .c-world-box.is-sort-pc .c-world-box__left {
        order: 2;
    }
}

@media (min-width: 1200px) {
    .c-world-box__left {
        padding-left: 15px;
        padding-right: 14px;
    }
}

@media (min-width: 992px) {
    .c-world-box__left {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 9px;
        border-right: 1px solid #E5E5E5;
        width: 45.5555555556%;
    }
}

.c-template-grid .b-grid .b-grid__img {
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 10px;
}

.b-grid .b-grid__img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #ececec;
    background-repeat: no-repeat;
    background-position: center center;
}

.c-template-grid .b-grid .b-grid__img a {
    display: block;
    padding-top: 66.6666666667%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.c-template-grid .b-grid .b-grid__img img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-grid .b-grid__img img {
    width: 100%;
}

.c-world-box__left .c-template-grid .b-grid .b-grid__title {
    font-size: 22px;
}

@media (min-width: 992px) {
    .c-template-grid .b-grid .b-grid__title a {
        transition: all 0.2s ease;
    }
}

.c-template-grid .b-grid .b-grid__title a {
    display: block;
    text-decoration: none;
    color: #1B1D2D;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}

.c-world-box__center {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    /* padding-left: 10px; */
    padding-right: 9px;
    border-right: 1px solid #E5E5E5;
    width: 22.6666666667%;
}

.c-world-box__right {
    padding-left: 10px;
    padding-right: 10px;
    width: 31.7777777778%;
}

.c-world-box.is-sort-pc .c-world-box__center {
    order: 1;
}

.c-template-grid>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-template-grid.is-border>ul>li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.c-template-grid .b-grid .b-grid__img {
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 10px;
}

.c-template-grid .b-grid .b-grid__img img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b-grid .b-grid__img img {
    width: 100%;
    min-height: 50px;
    height: auto;
}

.c-world-box.is-sort-pc .c-world-box__right {
    order: 3;
}

.b-grid .b-grid__img img {
    width: 100%;
    min-height: 50px;
    height: auto;
}

.c-template-grid.is-border>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
    color: #555;
    font-style: italic;
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
.MASTERCMS_TPL_TABLE, .__MASTERCMS_CONTENT table, .__MASTERCMS_CONTENT_MOBILE table {
    margin: 0 0 15px 0;
    width: 100%;
    max-width: 100%;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td {
    text-align: center;
    padding: 0;
    vertical-align: middle;
    display: block;
    border: none !important;
}
.MASTERCMS_TPL_TABLE td img {
    margin-bottom: 0;
    width: 100% !important;
    height: auto !important;
    display: block;
}
h3.b-grid__title a:hover {
    color: #1767b3 !important;
}
.cate-left-row-one img {
    height: 220px;
}
.top-new.ket-noi-giao-thuong img {
    height: 202px;
}

figure.story__thumb img {
    transform: scale(1);
    transition: 0.5s ease;
}

article.story .story__thumb:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.b-grid__img img {
    transform: scale(1);
    transition: 0.5s ease;
}

.b-grid__img:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.top-new__large--img .thumb-img img {
    transform:scale(1.0);
    transition:0.5s ease;
}

.top-new__large--img .thumb-img:hover img{
     transform:scale(1.2);
    transition:0.5s ease;
} 


.row-two-item__img .thumb-img img {
    transform:scale(1.0);
    transition:0.5s ease;
}

.row-two-item__img .thumb-img:hover img{
     transform:scale(1.2);
    transition:0.5s ease;
} 


.top-new__item--img .thumb-img img {
    transform:scale(1.0);
    transition:0.5s ease;
}

.top-new__item--img .thumb-img:hover img{
     transform:scale(1.2);
    transition:0.5s ease;
} 


.cate-left-row-three .row-three__left-img img {
    height: 200px;
}