* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0 auto;
}

.main-logo {
    margin-left: 4%;
}

.menu-bar {
    text-align: center;
    background: #022F60;
}

.menu-bar ul {
    display: inline-flex;
    list-style: none;
    color: #fff;
    white-space: nowrap;
}

.menu-bar-ul-main {
    width: 1080px;
    margin: 0 auto;
}

@media only screen and (max-device-width: 1650px) {
    .menu-bar ul {
        display: inline-flex;
        list-style: none;
        color: #fff;
        white-space: nowrap;
        margin-bottom: -26px;
        /*width: 89%;*/
    }
}

.menu-bar ul li {
    width: 100%;
    margin: 25px;
    padding: 15px;
}

.menu-bar ul li a {
    text-decoration: none;
    color: wheat;
}

.active, .menu-bar ul li:hover {
    background: #4977ee;
    border-radius: 10px;
}

.menu-bar .fa {
    margin-right: 8px;
}

.sub-menu-1 {
    display: none;
}

.menu-bar ul li:hover .sub-menu-1 {
    display: block;
    position: absolute;
    background: #022F60;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 16px;
}

.menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 10px;
}

.menu-bar ul li:hover .sub-menu-1 ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
    position: relative;
}

.menu-bar-2nd-level ul {
    margin-bottom: -19px;
}

.menu-bar-2nd-level ul li {
    width: 100%;
    margin: 0 25px 25px 0;
    padding: 15px;
}

.menu-bar-2nd-level {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translate3d(0, -110%, 0);
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}

#menuBar3rd.sticky-header--show {
    height: 60px;
    transform: translate3d(0, 0, 0);
}

#menuBar2nd.sticky-header--show {
    transform: translate3d(0, 0, 0);
}

.sticky-header-title a {
    text-decoration: none;
    color: wheat;
}

.sticky-header-title a:hover {
    text-decoration: none;
    color: #d8a973;
}

.display-none {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.full-screen {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-list {
    overflow: hidden;
    width: -webkit-fill-available;
    padding-left: 4%;
    padding-top: 2%;
    background: #fafafa;
}

.list-page {
    display: block;
    overflow: auto;
}

.breadCrumb {
    color: #8a8f94;
    font-size: 14px;
}

.breadCrumb-text {
    font-family: "Helvetica", sans-serif !important;
}

h1.channel-group {
    font-size: 22px;
    font-family: RobotoBold, Roboto, Helvetica, sans-serif;
    padding-bottom: 20px;
    font-weight: 500;
    padding-top: 2%;
}

.line-channel-group {
    height: 1px;
    border: 0;
    background: #dee2e6;
    width: 100%;
}

.row {
    flex-wrap: wrap;
}

.list-post {
    padding: 20px 20px 40px 0 !important;
}

.single_post {
    z-index: 0;
    transition: all .3s;
    padding: 20px 40px 40px 0 !important;
    display: inline-block;
}

.post_img {
    width: 42%;
    float: left;
    z-index: 2;
}

.img_wrap {
    overflow: hidden;
}

.img_wrap img {
    height: 220px;
    width: 100%;
    border-radius: 3px;
}

.border-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.single_post_text {
    width: 49%;
    float: left;
    padding: 0 0 0 30px;
}

.single_post_text a {
    text-decoration: none;
}

.post-title-link {
    font-family: RobotoBold, Roboto, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.3;
    color: #34425a;
}

.space-40 {
    height: 40px;
}

.space-62 {
    height: 62px;
}

.space-35 {
    height: 35px;
}

.space-30 {
    height: 30px;
}

.space-20 {
    height: 20px;
}

.space-25 {
    height: 25px;
}

.space-10 {
    height: 10px;
}

.post-text {
    font-family: "Helvetica", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.border-4 {
    border-bottom: 1px solid #ecedee;
}

.content-detail {
    background-color: #f1f1f1;
    line-height: 1.5;
    font-family: 'Times New Roman', sans-serif !important;
    overflow: hidden;
    width: -webkit-fill-available;
}

.fl-heading {
    font-size: 30px;
    font-weight: 700;
    padding: 0 !important;
    margin-left: 4%;
}

.fl-heading-text {
    color: #34425a;
}

.text-uppercase {
    text-transform: uppercase;
}

.fl-row {
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
}

.fl-row-content {
    max-width: 100%;
    margin-left: 3%;
    margin-right: auto;
}

.fl-col-content {
    padding: 0;
    margin: 0;
}

.fl-rich-text {
    max-width: 100%;
    font-size: 17px;
}

.fl-heading-group {
    font-size: 20px;
    font-weight: 600;
}

.fl-heading-group-h4 {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}

.fl-bullet {
    padding-left: 2rem;
}

.lwptoc_items {
    font-size: 15px;
}

.lwptoc .lwptoc_i {
    border: 1px solid #d8a973;
    border-radius: 15px;
    padding: 14px 18px 18px;
    text-align: left;
}

.lwptoc-autoWidth .lwptoc_i {
    display: inline-block;
}

.lwptoc_header {
    margin-bottom: -15px;
}

OL.lwptoc_itemWrap, UL.lwptoc_itemWrap {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

LI.lwptoc_item:first-child {
    margin-top: 0 !important;
}

LI.lwptoc_item {
    margin: -12px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.footer-block {
    display: block;
    padding: 12px 0;
    background: #f4f4f4;
    flex-direction: column;
}

.footer-content {
    margin-left: 4%;
}

.img-content-detail {
    /*width: 773px;*/
    /*height: 500px;*/
    max-width: 90%;
    min-width: 90%;
    min-height: 50%;
    max-height: 50%;
}

.youtube-frame {
    /*width: 773px;*/
    height: 500px;
    max-width: 90%;
    min-width: 90%;
}

.relative-post-split {
    content: '';
    background: #ed2e2e;
    width: 56%;
    height: 10px;
    position: absolute;
    margin-left: 21px;
}

.relative-post {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.relative-post-title-icon {
    width: 5px;
    height: 21px;
    position: absolute;
    overflow: hidden;
    margin-top: 8px;
    margin-left: 21px;
    content: '';
    background: #ed2e2e;
}

.relative-post-title {
    margin-left: -1%;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-top: 15px;
    color: #333;
    font-weight: 700;
}

.row li.relative-post-focus {
    width: 223px;
    padding-right: 0;
    float: left;
    margin: 2px 40px 20px 1%;
}

@media only screen and (max-device-width: 1650px) {
    .row li.relative-post-focus {
        width: 194px;
        padding-right: 0;
        float: left;
        margin: 2px 40px 20px 1%;
    }
}

.row li.relative-post-focus .info {
    width: 223px;
    margin-top: 5px;
}

.row li.relative-post-focus .info h4.relative-post-li-title {
    font-size: 15px;
    color: #292929;
    line-height: 20px;
    text-align: left;
    margin: 8px 0;
    font-family: SFD-Medium, serif;
    font-weight: bold;
}

.relative-post-li-title a {
    color: #292929;
}

.relative-post-focus img {
    border-radius: 5% !important;
}

#top-button {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.mb-05-rem {
    margin-bottom: 0.5rem
}

.mb-0 {
    margin-bottom: 0
}

.pagination {
    align-items: center;
    right: 0;
}

.pagination a:hover {
    text-decoration: none;
}

.btn-page {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-left: 10px;
    color: #2E2E2E;
}

.btn-page.active {
    border: 1px solid #022F60;
    background: #022F60;
    color: #fff;
}

.embedded-youtube {
    height: 300px;
    width: 700px;
}

.row-list {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.extra-information-tbl {
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
}

.extra-information-tbl td, .extra-information-tbl th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center !important;
}

.extra-information-tbl tr:nth-child(even) {
    background-color: #f2f2f2;
}

.extra-information-tbl tr:hover {
    background-color: #ddd;
}

.extra-information-tbl th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #9f6363;
    color: white;
}

.price.down {
    border: 2px solid #c1295f;
    color: #c1295f;
    border-radius: 5px;
}

.price.up {
    border: 2px solid #5fae2e;
    color: #5fae2e;
    border-radius: 5px;
}

.other-post-title {
    font-size: 18px;
    color: darkred;
    font-family: 'Times New Roman', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4%;
}

.weather-text {
    font-size: 15px;
    font-family: 'Times New Roman', sans-serif !important;
    color: #8A8FA2;
}

@media only screen and (max-device-width: 1650px) {
    .weather-text {
        font-size: 14px;
        font-family: 'Times New Roman', sans-serif !important;
        color: #8A8FA2;
    }
}

.gold-price {
    font-family: 'Times New Roman', sans-serif !important;
}

.exrate {
    font-family: 'Times New Roman', sans-serif !important;
}

article .imgOtherPost {
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    height: 120px;
    margin: 0 14px 0 0;
    overflow: hidden;
}

.imgOtherPost img {
    border: #ebebeb solid 1px;
    margin-right: 10px;
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
}

article .otherPost {
    font-family: "Helvetica", sans-serif !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-capitalize {
    text-transform: capitalize;
}

.pd-l-0-imp {
    padding-left: 0 !important;
}

.pd-l-4-percent-imp {
    padding-left: 4% !important;
}

.pd-l-5-percent-imp {
    padding-left: 5% !important;
}

.pd-l-13-percent-imp {
    padding-left: 13% !important;
}

.pd-r-0-imp {
    padding-right: 0 !important;
}

.mg-l-30-percent {
    margin-left: 30%;
}

.mg-l-27-percent {
    margin-left: 27%;
}

.mg-l-12-percent {
    margin-left: 12%;
}

.font-size-16 {
    font-size: 16px;
}

.mg-l-4-percent {
    margin-left: 4%;
}

.extra-information {
    margin-left: 30%;
    margin-right: 10%;
    margin-top: -1%;
}

.other-post-block {
    /*margin-top: -13%;*/
}

.otherPost a {
    color: black;
}

.otherPost a:hover {
    text-decoration: none;
    color: #006BA0;
}

.other-post-title a {
    color: #ec1b0c;
}

.other-post-title a:hover {
    text-decoration: none;
    color: #006BA0;
}

.line-5 {
    height: 5px;
    border: 0;
    margin-top: 10px;
    background: red;
}

.img-hover-zoom img {
    transition: transform 2s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.social-media {
    padding: 10px;
    border-radius: 50%;
}

.social-media:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
}

.fa-link {
    background: gray;
}

.ic-zalo {
    background: url('../img/iconZalo.png') no-repeat 50% 50%;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px;
}

.alert-msg {
    position: fixed;
    padding: 10px 50px;
    border-radius: 4px;
    background-color: lightslategray;
    color: white;
    z-index: 1000;
    top: 50%;
    left: 45%;
    display: none;
}

.other-post-title-before::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 18px;
    margin-top: 0.2rem;
    background-color: #dd3333;
}

.tags-wrap {
    padding: 0;
    list-style: none;
}

.tags-wrap li {
    float: left;
    font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Arial","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
    line-height: 18px;
    margin: 10px 10px 0 0;
}

.tags-wrap li a {
    display: block;
    padding: 4px 12px;
    color: #666;
    background: darkgray;
    border-radius: 13px;
    font-weight: 500;
}

.search-box {
    position: relative;
}

.search-box-input {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 9px 36px 7px 16px;
    outline: 0;
}

.search-box-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent none;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    color: #4d4d4d;
}

.flex-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-time-bar-progress {
    border: 0;
    height: inherit;
    position: absolute;
    width: 100%;
}

.read-time-bar {
    position: fixed;
    top: 60px;
    z-index: 1;
    width: 100%;
    display: block;
    height: 0.5rem;
}

progress::-webkit-progress-bar {
    background-color: #f1f1f1;
}

progress::-webkit-progress-value {
    background-color: orange;
}

.content-detail ::selection {
    background: #d8a973;
}

.box-headline.highlight {
    color: #022F60;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: .7rem 0;
    border-bottom: .0625rem solid #9b9b9b;
}

.box-headline.highlight small {
    font-size: .875rem;
    text-transform: none;
    font-weight: 400;
    display: block;
    color: #757575;
}

.border-content {
    border: none;
    adding: 1rem;
    margin: 0;
    background-color: #fff;
}

.container {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nguyen-lieu-tbl {
    width: 100%;
}

.tick {
    font-size: 20px; /* Adjust font size as needed */
    color: green; /* Change color as desired */
}
