@charset "UTF-8";

h1 h2 h3 h4 p {
	font-family: "Open Sans", serif !important;
}

.title h1 {
	font-family: "Open Sans", serif;
	font-size: 32px;
	font-style: normal;
	line-height: 38px;
	color: #002772;
	margin-bottom: 20px;
}

.title p {
	font-family: "Open Sans", serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.category-text-content-hy .row.hp-cols {
	/* gap: 10px; */
}

.category-text-content-hy h2 {
	font-family: "Open Sans", serif;
	font-size: 26px;
	font-style: normal;
	line-height: 32px;
	color: #002772;
	margin-bottom:20px;
	margin-top:0;
}

.category-text-content-hy h3 {
	font-family: "Open Sans", serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	color: #002772;
	margin-bottom: 10px;
	margin-top: 0;
}

.category-text-content-hy .title.html {
	padding:5px;
}

.category-text-content-hy .cats-4-div .title {
	transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,border .3s ease,box-shadow .3s ease;
	padding:5px;
}

.category-text-content-hy .cats-4-div .title:hover {
	transform: scale(1.05) translate(0, -2px);
}

.category-text-content-hy .title p {
	margin-top: 0;
	margin-bottom: 10px;
}

.category-text-content-hy .title p a {
	font-family: "Open Sans", serif;
	text-decoration: none;
	color: #002772;
	font-size: 16px;
	line-height: 22px;
}

.category-text-content-hy .title p a:hover {
	color: #0053e2;
}

.hp-cols-5, .hp-cols-5 * {
    box-sizing: border-box;
}

.hp-cols-5 {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #1d5be3 #dfe5f2;
}

.hp-cols-5 > .cats-div {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    flex-shrink: 0;
}

.hp-cols-5 .title {
	transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,border .3s ease,box-shadow .3s ease;
	padding:5px;
}

.hp-cols-5 .title:hover{
	transform: scale(1.05) translate(0, -2px);
}

.hp-cols-5 > .cats-div img {
    width: 100%;
    height: auto;
    display: block;
}

/* scrollbar */
.hp-cols-5::-webkit-scrollbar {
    height: 10px;
}

.hp-cols-5::-webkit-scrollbar-track {
    background: #dfe5f2;
    border-radius: 999px;
}

.hp-cols-5::-webkit-scrollbar-thumb {
    background: #1d5be3;
    border-radius: 999px;
}

.vp-6pills,
.vp-6pills * {
    box-sizing: border-box;
}

.vp-6pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    padding: 8px 0 16px;
    margin-left: 0;
    margin-right: 0;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;
    scrollbar-color: #1d5be3 #dfe5f2;
}

.vp-6pills::before,
.vp-6pills::after {
    display: none !important;
    content: none !important;
}

.vp-6pills a {
	font-family: "Open Sans", serif;
	flex: 0 0 auto;
	width: max-content;
	min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px;
    background: #0057e7;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.vp-6pills a:hover,
.vp-6pills a:focus {
    background: #004bc9;
    color: #fff;
    text-decoration: none;
}

/* Chrome / Safari scrollbar */
.vp-6pills::-webkit-scrollbar {
    height: 10px;
}

.vp-6pills::-webkit-scrollbar-track {
    background: #dfe5f2;
    border-radius: 999px;
}

.vp-6pills::-webkit-scrollbar-thumb {
    background: #1d5be3;
    border-radius: 999px;
}

.category-text-content-hy .top-section {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

.category-text-content-hy .new_tending_section h3.section-title {
	font-family: "Open Sans", serif !important;
	font-size: 26px !important;
	font-style: normal !important;
	line-height: 32px !important;
	color: #002772 !important;
	margin-bottom:20px !important;
	margin-top:0 !important;
	letter-spacing: normal !important;
}