/****************************************** RESET STYLE ******************************************/


td, th {
	border-bottom: none !important;
}

.is-divider {
	display: none;
}

a.plain {
	color: #000;
}

.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header-bottom {
	background-color: rgb(15 32 39) !important;
	    padding: 2px 0;
}

.active {
	border-bottom: 2px solid #fff !important;
}
.active .nav-top-link {
	color: #fff !important;
}
.text-none {
	text-transform: none !important;
}
.section-content .section-title-main{
	border: none;
	    color: #02236c;
	padding-left: 0 !important;
}
.section-title {
	border-bottom: 1px solid #02236c;
}

.section-title b {
	opacity: 0 !important;
}

.widget .box-text {
	padding-top: 0 !important;
	vertical-align: top !important;
}

.list-post .box-image, .list-post .box-text{
	vertical-align: top !important;
}

.list-post .box-image {
	padding-top: 5px !important;
}

.list-post .box-text {
	padding-top: 0 !important;
}

.section {
	padding: 0 0px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.fs-12 {
	font-size: 12px !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #171821 !important;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	padding-left: 10px !important;
}

.nav-dropdown-default {
	padding: 0 !important;
}

 
.text-white {
	color: #fff !important;
}

/****************************************** CUSTOM STYLE ******************************************/
.mt-15 {
	margin-top: 15px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.px-10 {
	padding: 0 10px !important;
}

.pr-30 {
	padding-right: 30px !important;
}
@media screen and (max-width: 576px) {
	.col .pr-30 {
		padding: 0 15px !important;
	}
}

.cur-icon {
 width:24px;
 height:24px;
 margin-right:6px;
 background:url(/wp-content/uploads/2024/03/currencies.png);
 background-position: 0 -774px;	
}
.ci-aud {
 background-position:0 0
}
.ci-cad {
 background-position:0 -32px
}
.ci-chf {
 background-position:0 -56px
}
.ci-cny {
 background-position:0 -80px
}
.ci-dkk {
 background-position:0 -104px
}
.ci-eur {
 background-position:0 -128px
}
.ci-gbp {
 background-position:0 -152px
}
.ci-hkd {
 background-position:0 -176px
}
.ci-inr {
 background-position:0 -200px
}
.ci-jpy {
 background-position:0 -224px
}
.ci-khr {
 background-position:0 -240px
}
.ci-krw {
 background-position:0 -272px
}
.ci-kwd {
 background-position:0 -296px
}
.ci-lak {
 background-position:0 -320px
}
.ci-myr {
 background-position:0 -344px
}
.ci-nok {
 background-position:0 -368px
}
.ci-nzd {
 background-position:0 -392px
}
.ci-php {
 background-position:0 -416px
}
.ci-rub {
 background-position:0 -440px
}
.ci-sar {
 background-position:0 -464px
}
.ci-sek {
 background-position:0 -488px
}
.ci-sgd {
 background-position:0 -512px
}
.ci-thb {
 background-position:0 -536px
}
.ci-twd {
 background-position:0 -552px
}
.ci-usd {
 background-position:0 -584px
}
.ci-vnd {
 background-position:0 -608px
}
.ci-idr {
 background-position:0 -632px
}

.flex-wrap {
	flex-wrap: wrap;
}

.text-black {
	color: #000 !important;
}

.text-blue-light {
	color: #2d95e3 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.fw-300 {
	font-weight: 300 !important;
}
.fw-400 {
	font-weight: 400 !important;
}

.text-left {
	text-align: left !important;
}

.align-items-center {
	align-items: center;
}

.gap-10 {
	gap: 10px;
}

.color-primary {
	color: #02236c !important;
}

.loan-amount__order {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	aspect-ratio: 1;
	background-color: #ff9d00;
	border-radius: 50rem;
	color: #fff;
}

.loan-amount__title,
.loan-amount__value {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0 !important;
}
.loan-amount__comment {
	font-size: 12px;
	width: 130px;
	padding: 0 15px 0 50px;
}

.loan-amount__inner {
	display: flex;
	flex-wrap: wrap;
}
.loan-amount__left {
	width: 70%;
	border-right: 1px solid #000;
}
.loan-amount__right {
	width: 30%;
	padding-left: 20px;
}
.loan-amount__result--title {
	font-size: 14px;
}
.loan-amount__result--value {
	font-size: 20px;
	color: #ff9d00;
	font-weight: 700;
}

.slidecontainer {
	width: 100%;
}

.slider {
	-webkit-appearance: none;
	width: 100% !important;
	height: 15px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	margin-bottom: 0 !important;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #04aa6d;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #04aa6d;
	cursor: pointer;
}
@media screen and (max-width: 576px) {
	.loan-amount__left, .loan-amount__right {
		width: 100%;
	}
	
	.loan-amount__left {
		border-right-width: 0;
	}
	
	.loan-amount__right {
		padding-left: 0;
	}
	
	.loan-amount__inner {
		gap: 20px;
	}
}

/*menu-hot-tag*/
.menu-hot-tag {
    display: flex;
    gap: 5px;
		flex-wrap: wrap;
}

.overflow-auto {
	overflow: auto !important;
}

.p-0 {
	padding: 0 !important;
}
.px-5 {
	padding: 0 5px !important;
}

.px-15 {
	padding: 0 15px !important;
}
.bg-white {
	background-color: #fff !important;
}

.menu-hot-tag-item a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF2F5;
    color: #000;
    padding: 7px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
/*end menu-hot-tag*/

/*hot-news*/
.chart_exchangerate {
	max-width: 700px;
	margin: 0 auto;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
a {
    text-decoration: none;
}
.hot-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hot-news-item{
    grid-column: span 1;
}

.hot-news-item-first {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 100%;
}

.hot-news-item .meta {
    margin: 5px 0 10px;
    display: flex;
		flex-wrap: wrap;
    gap: 16px;
}

.hot-news-item .meta .category {
    color: #1091FF;
}

.hot-news-item .meta .category a {
    color: #1091FF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.hot-news-item .meta .author {
    display: flex;
    justify-content: center;
    align-items: center;
	  flex-wrap: nowrap;
    gap: 4px;
}
.hot-news-item .meta .author::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url('https://chogia.vn/wp-content/themes/hocwp-theme/custom/images/user.svg') left center no-repeat;
}
.hot-news-item .meta .author a{
    color: #707070;
    font-size: 13px;
}

.hot-news-item .meta .author a:hover{
    color: #1091FF;
}

.hot-news-item .title {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.hot-news-item-first .title{
    font-size: 24px;
}

.hot-news-item .desc {
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.hot-news-item .img {
    width: 100%;
		margin-bottom: 0;
}
/*end hot-news*/

/* coin infomation */
.coin__wrapper {
	display: flex;
	margin: 20px 0;
	flex-wrap: wrap;
}
.coin__heading {
	max-width: 100%;
	width: 100%;
}
.coin--left {
	max-width: 25%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.coin__logo {
	width: 64px;
	aspect-ratio: 1;
	border-radius: 50rem;
	overflow: hidden;
}

.coin__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.coin__name {
	color: rgb(15 32 39) !important;
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0;
}
.coin__name-short {
	color: #757575;
	font-size: 14px;
	font-weight: 300;
}
.coin__rank, .coin__another, .coin__transfer  {
	font-size: 12px;
	padding: 1px 5px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}
.coin__rank {
	background-color: #28a745;
}

.coin__another {
	background-color: #dc3545;
}

.coin__transfer {
	background-color: #5bc0de;
}

.coin--right {
	max-width: 75%;
	width: 100%;
}

.coin__price {
	font-size: 28px;
	color: #222;
	margin-bottom: 0 !important;
}

.coin__fluctuations {

}
.coin__price-desc {
	font-size: 13px;
	color: #808080;
}
.coin__table {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
}
.coin__table.coin__table tr:nth-child(odd) {
	background-color: #f2f9ff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.coin__table.coin__table td, .coin__table.coin__table th {
	padding: 7px !important;
}
.coin__table .table-row__title {
	color: rgb(15 32 39) !important;
	font-weight: 600;
	text-align: left;
	text-transform: none !important;
}
@media screen and (max-width: 576px) {
	.coin__wrapper {
		flex-wrap: wrap;
	}
	.coin--left, .coin--right {
		max-width: 100%;
	}
	.coin--left {
		margin-bottom: 20px !important;
	}
}
/* end coin table */

/*board price*/
.text-red {
    color: red !important;
}

.text-green {
    color: #16C784 !important;
}

.text-white {
    color: white ;
}

.text-999{
    color: #999;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.pl-5px {
    padding-left: 5px;
}

.gap-2 {
    gap: 5px
}

.board-price {
    width: 100%;
}

.board-price {
		padding: 15px;
    background: #fff;
    height: auto;
    border: #eee solid 1px;
}

.board-price td, .board-price .th {
	font-size: 17px !important;
}

.board-price tbody tr:last-child td {
		border-bottom: none !important;
}

.board-price.dark {
	padding: 0;
}

.board-price table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #fff;
		padding: 15px;
	margin-bottom: 0 !important;
}

.board-price table th,
.board-price table tr{
	color: #000;
    text-align: left;
	border-bottom: 1px solid #ececec;
}

.board-price table tr td {
	height: 50px;
	font-weight: 300;
}

.board-price table tr th {
	height: 50px;
}

.board-price.dark table th,
.board-price.dark table tr{
	color: #fff;
}

.board-price table tr td span{
	    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.board-price table tr td:first-child span{
	text-transform: uppercase;
color: #1091ff;
	font-weight: bold;
	    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.board-price.dark table tr td:first-child span{
	color: #fff;
	font-weight: 300 !important;
}
.board-price td, .board-price th {
	 padding: 0 5px !important;
}

.board-price table th {
	font-size: 13px !important;
		text-transform: capitalize;
}

.board-price table th:first-child {
    padding-left: 5px;
}

.board-price table tr:last-child{
    border-bottom: none;
}

.board-price.dark table {
		background-color: rgb(15 32 39);
}

.board-price.dark table td {
		border: none;
}

.widget-price-title {
	color: #000 !important;
	width: auto !important;
	margin-bottom: 0 !important;
}

.board-price.dark {
	    -webkit-box-shadow: none;
    box-shadow: none;
	border: none;
}


/*end board price*/

/*posts*/
.posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.post-item .meta {
    margin: 10px 0 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.post-item .meta .category {
    color: #1091FF;
}
.post-item .meta .category a {
    color: #1091FF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}
.post-item .meta .author {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
}
.post-item .meta .author::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url('https://chogia.vn/wp-content/themes/hocwp-theme/custom/images/user.svg') left center no-repeat;
}
.post-item .meta .author a{
    color: #707070;
    font-size: 13px;
}

.post-item .meta .author a:hover{
    color: #1091FF;
}

.post-item .title {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.post-item-first .title{
    font-size: 24px;
}

.post-item .desc {
    font-size: 14px;
    color: #555;
    font-weight: normal;
}
.post-item figure,
.post-item figure img{
    margin-bottom: 0;
    width: 100%;
}

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

.posts.col-2 .meta {
	margin-top: -8px;
}

.gap-10px{
    gap: 10px;
}


/*end posts*/

/*Tài chính thế giới*/
.posts.tctg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.posts.tctg .post-item.first-child{
    grid-column: 1/3;
    position: relative;
}

.posts.tctg .post-item.first-child .post-content {
    width: 92%;
    background-color: #fff;
    position: relative;
    margin: -110px auto auto;
    padding: 20px;
}

.posts.tctg .post-item.first-child .title{
    font-size: 25px;
}
.posts.tctg .post-item.first-child .desc{
    font-size: 16px;
}

.sub-posts {
    margin-top: 24px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.sub-post-item {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: start;
    background-color: #eee;
    padding: 8px;
}

.sub-post-item figure img {
    object-fit: cover;
}

.sub-post-item .meta {
    font-size: 13px;
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.sub-post-item .meta .category a{
    color: #1091ff;
}

.sub-post-item .title{
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.sub-post-item .author a {
    color: #707070;
}

.section-title-normal {
	border-bottom: none !important;
}

.title_category {
	color: #02236c !important;
}
.title_category span {
	border-bottom: 3px solid #02236c !important;
	padding-left: 0;
	color: #000;
	font-weight: 700;
}
/*end tài chính thế giới*/

/* multimedia */
.multimedia__wrapper {
	width: 100%;
	margin: auto;
	max-width: 1170px;
}

.multimedia__head {
	display: flex; 
	justify-content: space-between;
	padding: 20px;
	background-color: #13212f;
	color: #fff;
}

.multimedia__title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0 !important;
	color: #FFF;
}

.multimedia__links {
	display: flex;
	font-size: 14px;
	list-style-type: none !important;
	margin-bottom: 0 !important;
}

.multimedia__links .multimedia__link {
	padding: 0 10px;
	margin-bottom: 0 !important;
	color: #fff;
	margin-left: 0 !important;
}

.multimedia__links .multimedia__link a {
	color: #fff;
	font-weight: 700;
}

.multimedia__link + .multimedia__link {
	border-left: 1px solid #fff;
}

.multimedia__main {
	margin-top: 20px;
	width: 100%;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}

.multimedia__post {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.multimedia__post.post--pin {
	grid-column: 2/4;
	grid-row: 1/3;
	position: relative;
}

.multimedia__post.post--pin .post__image {
	width: 100%;
	height: 100%;
}

.multimedia__post.post--pin .post__title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

.post__image {
	width: 100%;
	height: 157px;
}

.post__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post__title {
	font-size: 16px;
}

.footer__head {
	display: flex;
	padding: 20px;
	background-color: #122b50;
}

.footer__menu {
	display: flex;
	gap: 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
}

.footer__main {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: #13212f;
}

.footer__main .main__item {
	display: flex;
	gap: 20px;
}

.item__title {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	width: 15%;
}

.item__links {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	color: #c5d1dd;
}

.item__link {
	color: #c5d1dd;
	font-size: 13px;
	padding: 0 10px;
	margin-bottom: 15px;
}

.item__link + .item__link {
	border-left: 1px solid #c5d1dd;
}

.footer__bottom {
	display: flex; 
	gap: 20px;
	padding: 20px;
	padding-top: 40px;
	background-color: #122b50;
}

.footer__logo {
	width: 200px;
}

.footer__logo img {
	width: 100%;
	height: 57px;
	object-fit: contain;
}

.footer__infomation p {
	color: #555555;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 0 !important;
}

.footer__advertising {
	position: relative;
	background-color: #193866;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.footer__advertising p {
	color: #555555;
	font-size: 13px;
	margin-bottom: 0 !important;
	line-height: 25px;
}

.advertising__title {
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	top: 0;
	transform: translatey(-50%);
	background-color: #36598d;
	flex: 0;
	font-weight: 700;
	width: fit-content;
}

.absolute-footer {
	display: none;
}

#footer .row {
	margin-bottom: 0 !important;
}

#footer #text-3 {
	display: none !important;
}

/* bảng tỷ giá */
.exchange-rate__table {
    border-collapse: collapse;
    width: 100%;
    font-size: 17px;
    box-shadow: #00000014 0 0 20px;
}

.exchange-rate__table th, .exchange-rate__table td {
    padding: 10px 15px;
    border-collapse: collapse;
    text-align: left;
    border: 1px solid #ddd;
}

.exchange-rate__table td:last-child, th:last-child {
	padding-right: 15px !important;
}

.exchange-rate__table th {
    background-color: #F1F1F1;
}

.exchange-rate__table tbody tr td:nth-child(3) a {
    color: #007cd4 !important;
}

.exchange-rate__table tbody tr td:nth-child(4) a{
    color: #0000ff !important;
}

.table tr:nth-child(even), .interest-rate__table tr:nth-child(even), .tbl_style_embed tr:nth-child(even), .currency-country__table tr:nth-child(even), .exchange-rate-bank__table tr:nth-child(even), .exchange-rate__table tr:nth-child(even) {
	/*background-color: #F1F1F1;*/
}

.interest-rate__table tr:nth(even) td:first-child {
	background-color: #f1f1f1 !important;
}

.exchange-rate__table tr:hover {
	background-color: #f1f1f1c2;
}

/* end bảng tỷ giá */

/* ngoại tệ */
.currency__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: #00000017 0 0 14px;
    padding: 15px;
}

.currency__link {
    width: 100%;
		display: flex;
    gap: 10px;
    align-items: center
}

.currency__left {
    flex: 1;
}

.currency__title {
    font-size: 25px;
    font-weight: normal;
}

.currency__table {
    width: 100%;
}

.currency__table th, .currency__table td {
    text-align: left;
    padding-right: 7px 5px;
}

.currency__right {
    width: 350px;
}

.widget__wrapper {
    width: 100%;
}

.widget__heading {
    display: flex;
    gap: 0;
    align-items: center;
}

.widget__heading {
    position: relative;
}
.widget__heading span{
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    z-index: 1;
}

.widget__heading::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #bbdefb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.post__list {
    display: flex;
    flex-direction: column;
}

.post__item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.post__item--pin {
    position: relative;
}

.post__item--pin a {
	width: 100%;
}

.post__item--pin .post__image {
    width: 100%;
    height: auto;
}

.post__item--pin .post__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.6) 100%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.post__item + .post__item {
    border-top: 1px solid #e0e0e0;
}
.post__image {
    width: 120px;
    height: 115px;
}

.post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
/* end ngoại tệ */

/* giá vàng */
.gold-price__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px;
}

.gold-price__wrapper p {
    font-size: 17px;
}

.gold-price__wrapper ul {
    margin-block-start: 0;
    padding-inline-start: 0;
    list-style-position: inside;
}


.gold-price__left {
    flex: 1;
}

.gold-price__heading {
    font-size: 30px;
    font-weight: 700;
}

.gold-price__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: #00000014 0 0 20px;
    margin: 10px 0;
    margin: 40px 0;
}

.gold-price__table th {
    background-color: #F1F1F1;
    border: 1px solid #fff;
}

.gold-price__table th, .gold-price__table td {
    text-align: left;
    padding: 10px 15px;
}

.gold-price__table td {
    border: 1px solid #f1f1f1;
}

.gold-price__right {
    width: 350px;
}

.widget__wrapper {
    width: 100%;
}

.widget__heading {
    display: flex;
    gap: 0;
    align-items: center;
}

.widget__heading {
    position: relative;
}
.widget__heading span{
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    z-index: 1;
}

.widget__heading::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #bbdefb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.post__list {
    display: flex;
    flex-direction: column;
}

.post__item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.post__item--pin {
    position: relative;
}

.post__item--pin .post__image {
    width: 100%;
    height: auto;
}

.post__item--pin .post__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.6) 100%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.post__item + .post__item {
    border-top: 1px solid #e0e0e0;
}
.post__image {
    width: 120px;
    height: 115px;
}

.post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post__title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
/* end giá vàng */

/* tin tức */
.news__wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px;
}

.news__link {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.news__left {
    flex: 1;
}

.filter__box {
    display: flex;
    gap: 10px;
}

.filter__input {
    border-radius: 0;
    outline: none;
    border: 1px solid #777;
    padding: 0 10px;
}

.filter__button {
    padding: 0 10px;
    background-color: #13212f;
    border: none;
    outline: none;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
	  text-wrap: nowrap;
}

.news__title {
    font-size: 25px;
    font-weight: normal;
	width: auto !important;
}

.news-post__list {
    display: flex;
    flex-direction: column;
}

.news-post__item {
    padding: 20px 0;
    display: flex;
    gap: 20px;
		margin-left: 0 !important;
}

.news-post__item + .news-post__item {
    border-top: 1px solid #e0e0e0;
}

.news-post__image {
    width: 220px;
    height: 115px;
}

.news-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-post__content {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.news-post__category {
    text-decoration: none;
	text-transform: uppercase;
}
.news-post__category span{
    font-size: 12px;
    font-weight: 700;
    color: #01376d;
}

.news-post__title {
    font-size: 20px;
    color: #222222;
}

.news-post__meta {
    color: #777777;
    font-size: 12px;
}

.news-post__desc {
    font-size: 16px;
    color: #555;
}


.news__table {
    width: 100%;
}

.news__table th, .news__table td {
    text-align: left;
    padding-right: 7px 5px;
}

.news__right {
    width: 350px;
}

.widget__wrapper {
    width: 100%;
}

.widget__heading {
    display: flex;
    gap: 0;
    align-items: center;
}

.widget__heading {
    position: relative;
}
.widget__heading span{
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    z-index: 1;
}

.widget__heading::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #bbdefb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.widget-post__list {
    display: flex;
    flex-direction: column;
}

.widget-post__item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.widget-post__item--pin {
    position: relative;
}

.widget-post__item--pin a:has(.widget-post__image) {
	width: 100%;
}
.widget-post__item--pin .widget-post__image {
    width: 100%;
    height: auto;
}

.widget-post__item--pin .widget-post__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.6) 100%);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.widget-post__item + .widget-post__item {
    border-top: 1px solid #e0e0e0;
}
.widget-post__image {
    width: 120px;
    height: 115px;
}

.widget-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-post__title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.flex-vcenter-hbetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-pagination {
    list-style-type: none;
    display: flex;
    gap: 10px;
}

.news-pag {
    padding: 5px 10px;
    border: 1px solid #000;
}

.news-pag--active {
    background-color: #13212f;
    color: #fff;
}
/* end tin tức */

/* lãi suất */
.interest-rate__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: #00000014 0 0 20px;
}

.interest-rate__table th{
    background-color: #F1F1F1;
    border: 1px solid #fff;
	text-align: center;
}

.interest-rate__table th, .interest-rate__table td {
    padding: 10px 15px;
}

.interest-rate__table td {
    border: 1px solid #ddd;
}
/* end lãi suất */

/* cà phê */
.cafe__table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

.cafe__table th {
    background: #F1F1F1;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 15px;
}

.cafe__table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.cafe__table td.title {
    text-align: center;
    color: #007cd4;
}

.cafe__table td.title a {
    text-decoration: none;
    font-size: 17px;
}

.cafe__table td.price {
    text-align: right;
}
/* end cà phê */



.widget__widget__list {
    width: 100%;
}

.widget__list .widget__wrapper {
    width: 100%;
}

.widget__list .widget__heading {
    display: flex;
    gap: 0;
    align-items: center;
}

.widget__list .widget__heading {
    position: relative;
}
.widget__list .widget__heading span{
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 7px;
    z-index: 1;
}

.widget__list .widget__heading::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #bbdefb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.widget__list .post__list {
    display: flex;
    flex-direction: column;
}

.widget__list .post__item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    position: relative;
}

.widget__list .post__item + .post__item {
    border-top: 1px solid #e0e0e0;
}
.widget__list .post__image {
    width: 120px;
    height: 115px;
}

.widget__list .post__item--pin a:has(.post__image) {
    width: 100%;
    height: auto;
}
.widget__list .post__item--pin .post__image {
    width: 100%;
    height: auto;
}

.widget__list .post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__list .post__title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.widget__list .post__item--pin .post__title {
    position: absolute;
    padding: 20px;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 56%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
}

.widget__list .post__item--pin .post__title a {
    color: #fff;
}

/* exchange rate table */
.exchange-rate-bank__table {
		font-size: 14px;
		border-collapse: collapse;
		width: 100%;
}

.exchange-rate-bank__table th{
    font-size: 13px !important;
    padding: 10px 10px;
    text-transform: capitalize;
}
.exchange-rate-bank__table td {
	font-size: 17px !important;
		padding: 10px 15px;
		color: #000000;
}
.exchange-rate-bank__table td:first-child, th:first-child {
	padding-left: 15px !important;
}

.exchange-rate-bank__table td:last-child, th:last-child {
	padding-right: 15px !important;
}

.exchange-rate-bank__table th {
		background-color: #F1F1F1;
		border: 1px solid #fff;
		text-align: center;
}

.exchange-rate-bank__table td {
	border: 1px solid #ddd;
	text-align: center;
	font-weight: 300;
}

.exchange-rate-bank__table tbody {
	border-bottom: 1px solid #ececec;
}

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

.icon-23 {
		width: 23px;
		aspect-ratio: 1;
		flex-shrink: 0;
		overflow: hidden;
		border-radius: 50rem;
}

.icon-23 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}

.gap-5 {
		gap: 5px;
}
/* end exchange rate table */

.menu-item-design-container-width {
}

.menu-item-design-container-width .sub-menu {
	display: flex !important;
	flex-wrap: wrap;
	max-height: none !important;
	height: fit-content;
}

.menu-item-design-container-width .sub-menu .menu-item {
	width: 25%;
}

.menu-item-design-container-width .nav-dropdown.nav-dropdown-default>li>a {
	    border-left: 1px solid #ececec;
	border-bottom: none;
	padding-left: 20px;
}

.menu-item-design-container-width .nav-dropdown.nav-dropdown-default>li:nth-child(4n+1)>a {
	border-left: none;
}

/* bảng tiền tệ theo quốc gia */
.currency-country__table {
		font-size: 14px;
		border-collapse: collapse;
		width: 100%;
}

.currency-country__table tbody {
	border-bottom: 1px solid #ececec;
}

.currency-country__table th,
.currency-country__table td {
	font-size: 17px !important;
		padding: 10px 15px;
}

.currency-country__table td:first-child, th:first-child {
	padding-left: 15px !important;
}

.currency-country__table td:last-child, th:last-child {
	padding-right: 15px !important;
}

.currency-country__table th {
		background-color: #F1F1F1;
		border: 1px solid #fff;
		text-align: center;
}

.currency-country__table td {
		border: 1px solid #ddd;
		text-align: center;
}


.image-70 img {
		width: 100px;
		height: 100%;
		object-fit: contain;
}
/* end bảng tiền tệ theo quốc gia */

@media screen and (max-width: 400px) {
	.footer__bottom {
		flex-direction: column;
	}
	
	.footer__head, .footer__main {
		display: none;
	}
	
	.footer__logo img{
		margin: 0 auto;
	}
}

@media screen and (max-width: 1100px) {
	.news__left, .news__right, .gold-price__right, .gold-price__left, .currency__left, .currency__right {
			width: 100%;
	}
	
	.widget-post__item--pin {
		display: block;
	}
}

.widget .box-blog-post .is-divider{
	display: none !important;
}

.is-divider {
	display: none !important;
}

.widget .post-title {
	font-weight: normal !important;
}

.tbl_style_embed {
		font-size: 14px;
		border-collapse: collapse;
		width: 100%;
		margin: 10px 0;
		background: #fff;
		border: #fff solid 1px;
	}
.tbl_style_embed tbody {
	border-bottom: 1px solid #F1F1F1;
}

	.tbl_style_embed tr:first-child th {
		background: #F1F1F1;
	}

	.tbl_style_embed tr th {
		background: #F1F1F1;
		border: 1px solid #fff;
		text-align: center;
	}

	.tbl_style_embed tr th,
	.tbl_style_embed tr td {
		font-size: 13px !important;
        padding: 10px 10px;
        text-align: center;
	}

.tbl_style_embed td:first-child, th:first-child {
	padding-left: 15px !important;
}

	.tbl_style_embed tr td {
		padding: 10px 10px;
		text-align: left;
		border: 1px solid #f1f1f1;
		
	}

	.tbl_style_embed tr td.price {
		text-align: right;
	}

.text-uppercase {
	text-transform: uppercase !important;
}

#oil__table {
    border-collapse: collapse;
    width: 100%;
	background-color: #fff;
}
#oil__table.dark {
	background-color: rgb(15 32 39) !important;
	border: none !important;
}
#oil__table.dark td, #oil__table.dark th {
	border: none !important;
	background-color: transparent !important;
}
#oil__table.dark thead {
	background-color: rgb(15 32 39) !important;
	color: #fff !important;
}
#oil__table td:first-child, #oil__table th:first-child {
	padding: 7px !important;
}
#oil__table td:last-child, #oil__table th:last-child {
	padding: 7px !important;
}
#oil__table tbody {
	border-bottom: 1px solid #ececec;
}
#oil__table th {
    border: 2px solid #dee2e6;
	text-transform: none !important;
}

#oil__table td {
    border: 1px solid #ccc;
}

.image-16 {
		width: 16px;
		height: 16px;
}

.sticky-col {
		left: 0;
		position: sticky;
		min-width: max-content;
}

.oil__wrapper {
	position: relative;
	overflow: auto;
}

/* mã nhúng */
.tab {
		overflow: hidden;
		border-radius: 8px 8px 0 0;
		color: lightblue;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
}

.tab .tablinks {
		color: #000;
	margin: 0 !important;

}

.tab button {
		background-color: inherit;
		float: left;
		border: 1px solid #fff;
		outline: none;
		cursor: pointer;
		padding: 7px 16px;
		transition: 0.3s;
		font-size: 17px;
	line-height: 16px !important;
}
.tab button:hover {
		background-color: #ddd;
		border-radius: 8px 8px 0 0;
}

.tab button.active {
		border-radius: 8px 8px 0 0;
		border-top: 1px solid #02236c;
		border-left: 1px solid #02236c;
		border-right: 1px solid #02236c;
}

.tab .tablinks.active {
		color: #02236c;
}

.tabcontent {
		display: none;
		-webkit-animation: fadeEffect 1s;
		animation: fadeEffect 1s;
}

.tabcontent.active {
		display: flex;
}

.tabcontent.inactive {
		display: none;
}

.vflex {
		display: flex;
		flex-direction: column;
}

.flex-justify-center {
		display: flex;
		justify-content: center;
}

.flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-end-center {
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.vflex-align-center {
		display: flex;
		flex-direction: column;
		align-items: center;
}

input[type="color"] {
		width: 100%;
		border-color: #fff;
		height: 38px;
}

.text-center {
		text-align: center;
}

.ecode-setting {
		display: flex;
		flex-direction: column;
		gap: 15px;
}

.ecode-setting input[type="number"],
.ecode-setting input[type="text"] {
		padding: 5px;
}

.ecode-setting p {
		margin-block-start: 0;
		margin-block-end: 0;
		margin-bottom: 5px;
}

.gap-5 {
		gap: 5px;
}

.gap-20 {
		gap: 20px;
}

#preview,
#get-code {
		font-weight: 400;
		text-align: center;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 0.25rem;
		border: none;
		color: #fff;
		cursor: pointer;
}

#preview {
		background-color: #17a2b8;
}

#get-code {
		background-color: #28a745;
}

.ecode__wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
}

.ecode__setting {
		grid-column: 1/2;
/* 		box-shadow: 0 0 10px 0 #ccc; */
		padding: 10px 20px;
	border: 1px solid #ccc;
}

.ecode__content {
		grid-column: 2/5;
	border: 1px solid #ccc;
}

#show-ecode__wrapper {
		position: fixed;
		top: 50px;
		max-width: 700px;
		width: 100%;
		box-shadow: 0 0 15px 0 #ccc;
		border-radius: 8px;
		left: 50%;
		transform: translateX(-50%);
		padding: 30px;
		background-color: #fff;
		display: none;
		z-index: 999999 !important;
}

#show-ecode__wrapper.active {
		display: block;
}

body:has(#show-ecode__wrapper.active) {
		overflow: hidden;
}

body:has(#show-ecode__wrapper.active)::before {
		width: 100%;
		height: 200vh;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.397);
	z-index: 9999;
}

#ecode-result {
		padding: 30px;
		background-color: #c9ffb9;
		border-radius: 8px;
}

@media screen and (max-width: 576px) {
	.ecode__setting, .ecode__content {
		grid-column: 1/5;
	}
}

/* giá hàng hóa */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive>.table-bordered {
    border: 0 !important;
}

.table td, .table th {
    padding: 0.75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}   

.table th {
	background-color: #f1f1f1;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
}

.table td, .table th {
    padding: 5px !important;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px !important;
}

.text-center {
    text-align: center !important;
}

.table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    background-color: transparent;
    font-size: 17px !important;
}
.text-right {
    text-align: right !important;
}

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

.interest-rate__wrapper {
	position: relative;
	overflow: auto;
	border: 1px solid #ececec;
}

.interest-rate__wrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.interest-rate__wrapper::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.interest-rate__wrapper::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.interest-rate__wrapper::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.interest-rate__table {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ececec;
	border-spacing: 0;
	margin-bottom: 1em;
	width: 100%;
	box-shadow: none;
}

.interest-rate__table th:last-child {
	padding-right: 5px !important;
}

.interest-rate__table td:last-child {
	padding-right: 15px !important;
}

.interest-rate__table th {
	border: 1px solid #dee2e6;
	text-transform: none !important;
	padding: 5px;
}

.interest-rate__table td {
	border: 1px solid #dee2e6;
	text-transform: none !important;
}

.image-16 {
	width: 16px;
	height: 16px;
}

/* coin all table */
.table__coin {
	border-collapse: collapse;
	border-bottom: 1px solid #e9ecef;
}
.table__coin > tbody > tr > td,
.table__coin > tbody > tr > th,
.table__coin > tfoot > tr > td,
.table__coin > tfoot > tr > th,
.table__coin > thead > tr > td,
.table__coin > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border: 1px solid #e9ecef;
	font-size: 16px !important;
	white-space: nowrap;
	text-align: right;
}
.table__coin > thead > tr > th {
	width: min-content;
	min-width: min-content;
}
.table__coin th {
	color: rgb(15 32 39);
}
.table__coin .coin-name span {
	padding-right: 4px;
}
.table__coin .coin-name small {
	color: #757557;
	font-size: 85%;
}
.table__coin .bn-abg {
	margin-right: 5px;
	width: 16px;
	color: #fff;
}
.table__coin .bn-abg img {
	margin-right: 5px;
	vertical-align: text-bottom;
	display: inline-block;
}
.table__coin .coin-name {
	text-decoration: none;
	color: #005cef;
}
.table__coin-wrapper {
	overflow: auto;
}
@media screen and (max-width: 576px) {
	.table__coin > tbody > tr > td,
	.table__coin > tbody > tr > th,
	.table__coin > tfoot > tr > td,
	.table__coin > tfoot > tr > th,
	.table__coin > thead > tr > td,
	.table__coin > thead > tr > th {
		font-size: 15px !important;
	}
}
/* end coin all table */
h1 {
	font-size: 1.3em !important;
}

/* coin pagination */
.pagination-coin__list {
	list-style-type: none;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.pagination-coin__item {
	padding: 5px 10px;
	border: 1px solid #000;
	margin: 0 !important;
	aspec-ratio: 1;
}
.pagination-coin__item.active {
	background-color: #337ab7;
	border-color: #337ab7; 
}
.pagination-coin__item.active a {
	color: #fff !important;
}

/* transfer currency */
.transfer-currency select,
.transfer-currency input {
	border: 1px solid #000 !important;
	padding: 5px;
	border-radius: 4px !important;
	margin-top: 10px;
}
.transfer-currency--top {
	
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
.transfer-currency__form {
	display: flex;
	flex-direction: column;
}

.transfer-currency--bottom {
	margin-top: 20px;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #2a2526;
}
.transfer-currency .result-outer {
	font-size: 54px;
	color: #dc3545 !important;
	text-align: center;
}
.transfer-currency .date {
	text-align: center;
}
@media screen and (max-width: 576px) {
	.transfer-currency--top {
	grid-template-columns: 1fr;
}
}