<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-new.layout-list_cat .row-blog {
    display: flex;
    flex-wrap: wrap;
}
.blog-new.layout-list_cat .item-blog {
    width: 33.33333%;
    margin-bottom: 20px;
}
.list-blog .wrap {
    box-shadow: 0px 10px 20px rgba(41, 41, 42, .07);
    border-radius: 4px;
    height: 100%;
    position: relative;
    margin: 0 10px;
	display: block;
}
.list-blog .thumbnail img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.list-blog .thumbnail {
    position: relative;
    padding-top: 50%;
}
.list-blog .content-blog {
    margin: 15px;
    padding-bottom: 10px;
}
.list-blog .content-blog .cat {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.list-blog .content-blog .title-blog {
    color: #18191f;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: .5rem;
    margin-top: 0;
}
.list-blog .content-blog p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000;
    margin: 0 0 10px;
}
.list-blog .content-blog .meta-post {
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    gap: 10px;
    color: #969bab;
}
.list-blog .content-blog .meta-post .author {
    color: #0d6efd;
}
.blog-new.layout-list_cat .item-blog:first-child {
    width: 66.66666%;
}
.blog-new.layout-list_cat .item-blog:first-child p {
    display: none;
}
.blog-new.layout-list_cat .item-blog:first-child .title-blog {
    font-size: 1.5em;
}
.blog-new.layout-list .item-blog {
    width: 33.33333%;
	margin-bottom: 20px;
}
.blog-new.layout-list .row-blog {
    display: flex;
    flex-wrap: wrap;
}
nav.navigation .nav-links a {
    margin-right: 5px;
    color: #4f4f4f;
    font-weight: 400;
}
nav.navigation .nav-links .current, nav.navigation .nav-links a:hover {
    color: #0d6efd;
}
nav.navigation {
    padding: 0 10px;
    margin-top: 30px;
}
.blog-new.layout-blog .row-blog {
    display: flex;
    flex-wrap: wrap;
}
.blog-new.layout-blog .item-blog {
    margin-bottom: 20px;
    width: 25%;
}
.blog-new.layout-blog .item-blog:first-child .meta-post {
    display: none;
}
.blog-new.layout-blog .item-blog .top-meta {
    display: flex;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.blog-new.layout-blog .item-blog .top-meta .cat {
    margin-bottom: 0;
}
.blog-new.layout-blog .item-blog p {
    color: #666;
}
.blog-new.layout-blog .item-qc .wrap {
    position: relative;
}
.blog-new.layout-blog .item-qc .img-qc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-new.layout-blog .item-qc .img-qc {
    position: relative;
    height: 100%;
}
.blog-new.layout-blog .item-qc .content-qc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
	padding: 10px;
}
.blog-new.layout-blog .item-qc .content-qc .title-qc {
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 0 0.5em;
}
.blog-new.layout-blog .item-qc .content-qc .btn-link {
    display: inline-block;
    background-color: #ce0058;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 12px 30px;
}
.blog-new.layout-blog .item-qc .content-qc .btn-link:hover {
    opacity: 0.8;
}
.sec-button-more {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sec-button-more .item-more {
    max-width: 33.3333333%;
    flex: 0 0 33.33333333%;
    padding: 0 10px;
}
.sec-button-more .cat-item {
    padding: 15px 30px;
    background-color: #f4f5f7;
    border-radius: 4px;
    border-left: 3px solid;
    margin-bottom: 30px;
    position: relative;
}
.sec-button-more .cat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    z-index: 2;
    transition: width .5s;
    border-radius: 4px;
    background-color: #276ae3;
}
.sec-button-more .cat-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #001a49;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.sec-button-more .cat-item a svg {
    width: 14px;
    height: 14px;
    fill: #296ae6;
}
.sec-button-more .cat-item:hover:before {
    width: 100%;
    transition: width .5s;
}
.sec-button-more .cat-item:hover a {
    color: #fff;
}
.sec-button-more .cat-item:hover svg {
    fill: #fff !important;
}
.list-blog-featured .row-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.list-blog-featured .col-item {
    width: calc(50% - 20px);
}
.list-blog-featured .col-item:not(.feature-post) .item-list{
    padding: 15px 0;
    border-bottom: 1px solid #dbe4ed;
}
.list-blog-featured .col-item:not(.feature-post) .item-list .meta-post {
    font-size: 13px;
    color: #544e4e;
    font-weight: 400;
}
.list-blog-featured .col-item:not(.feature-post) .item-list .title-blog {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
}
.list-blog-featured .feature-post .item-blog {
    background: #d7f3ff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
	padding-bottom: 15px;
}
.list-blog-featured .feature-post .item-blog .content-blog {
    padding: 15px;
}
.list-blog-featured .feature-post .item-blog .content-blog .title-blog {
    font-size: 1.5em;
    font-weight: 700;
    color: #213343;
    margin-bottom: 15px;
}
.list-blog-featured .feature-post .item-blog .content-blog p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #213343;
    font-size: 14px;
    font-weight: 400;
}
.list-blog-featured .feature-post .item-blog .content-blog .meta-post {
    font-size: 13px;
    color: #544e4e;
    font-weight: 400;
}
.list-blog-featured .feature-post .item-blog .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-blog-featured .feature-post .item-blog .thumbnail {
    position: relative;
    padding-top: 55%;
}
.list-gallery .wrapper {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-gallery .item {
    padding: 10px;
}
.list-gallery .wrapper img {
    max-height: 96px;
}
.list-gallery .wrapper img {
    max-height: 80px;
    width: auto;
}
.list-gallery {
    position: relative;
    padding: 0 30px;
}
.list-gallery .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #276ae6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.list-gallery .slider-arrow svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}
.list-gallery .slider-arrow.arrow-prev {
    left: -30px;
}
.list-gallery .slider-arrow.arrow-next {
    right: -30px;
}
.list-gallery .slick-slide&gt;div {
    display: flex;
}
ul.slick-dots {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    font-size: 0;
}
ul.slick-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    font-size: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
}
ul.slick-dots li.slick-active button {
    background: #869791;
}
.featured-slider .slick-slider .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer;
}
.featured-slider .slick-slider .slider-arrow svg {
    fill: #276ae6;
}
.featured-slider .slick-slider .slider-arrow.arrow-next {
    right: 0;
}
.featured-slider .slick-slider .slider-arrow.arrow-prev {
    left: 0;
}
.featured-slider .slider-main .item {
    padding: 15px;
}
.featured-slider .slider-main .item .wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(27, 31, 35, .15);
    padding: 20px;
}
.featured-slider .slider-main .item .item-image {
    position: relative;
    padding-top: 92%;
}
.featured-slider .slider-main .item .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.featured-slider .slider-main .item h3 {
    margin: 5px 0 10px;
    font-size: 18px;
    color: #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
    padding-bottom: 5px;
}
.featured-slider .slider-main .item .btn {
    color: #4169e1;
}
.blog-slider .list-blog .content-blog .title-blog {
    margin-bottom: 25px;
}
.blog-slider .slick-track {
    display: flex;
}
.blog-slider .slick-track .item-blog {
    height: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-lists ul.lists {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0;
    line-height: 2;
    font-size: 1.2em;
}
.menu-lists ul.lists li a {
    color: #0d6efd;
}
.menu-lists ul.lists li a:visited {
    color: purple;
}
.menu-lists ul.lists li a img {
    margin-right: 8px;
    max-width: 20px;
    vertical-align: middle;
}
.row-cauchuyen {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.row-cauchuyen .item-cauchuyen {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.row-cauchuyen .item-cauchuyen .wrap {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(27, 31, 35, 0.15);
    background-color: #fff;
    padding: 20px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between;
}
.row-cauchuyen .item-cauchuyen .thumbnail {
    position: relative;
    padding-top: 80%;
}
.row-cauchuyen .item-cauchuyen .thumbnail img {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-cauchuyen .item-cauchuyen .top-meta {
    margin-top: 10px;
    font-size: 14px;
}
.row-cauchuyen .item-cauchuyen .title-blog {
    margin-top: 5px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.row-cauchuyen .item-cauchuyen .btn {
    background-color: #267ae3;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin: 0;
}
.row-cauchuyen .item-cauchuyen .thumbnail .icon-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 43px;
    background-color: #276ae6;
    border: 1px solid #276ae6;
    border-radius: 6px;
    color: #fff;
    font-family: sans-serif;
}
.row-cauchuyen .item-cauchuyen .thumbnail .icon-arrow span.icon {
    font-size: 0;
    position: relative;
}
.row-cauchuyen .item-cauchuyen .thumbnail .icon-arrow span.icon:before {
    content: "\2197";
    font-size: 18px;
}
.row-cauchuyen .item-cauchuyen .wrap:hover .thumbnail .icon-arrow {
    display: inline-flex;
}
.top-cauchuyen {
    display: flex;
    flex-wrap: wrap;
}
.top-cauchuyen .left-content {
    width: 66.66666%;
}
.top-cauchuyen .right-content {
    width: 33.33333%;
}
.top-cauchuyen .right-content .banner-logo {
    text-align: center;
    padding: 0 15px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.top-cauchuyen .left-content .banner-img {
    position: relative;
    display: block;
}
.top-cauchuyen .left-content .banner-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}
.top-cauchuyen .right-content .banner-logo img {
    max-width: 200px;
}
.top-cauchuyen .left-content .banner-img {
    position: relative;
    display: block;
    height: 345px;
}
.top-cauchuyen .left-content .banner-img:after {
    position: absolute;
    top: -48px;
    left: -48px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/dots-small.svg);
}
.main-cauchuyen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
}
.main-cauchuyen .entry-cauchuyen {
    width: 66.66666%;
    padding: 0 50px;
}
.main-cauchuyen .sidebar {
    width: 33.33333%;
    padding: 20px;
}
.main-cauchuyen .link_cauchuyen {
    color: #4f4f4f;
    padding: 5px;
    background-image: linear-gradient(90deg, #d1d5da 50%, rgba(255, 255, 255, 0) 0);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 10px 1px;
    position: relative;
}
.main-cauchuyen h1 {
    margin: .67em 0;
}
.main-cauchuyen .sidebar .item-sidebar .title {
    font-size: 14px;
    color: #6a737d;
    margin-bottom: 10px;
}
.main-cauchuyen .sidebar .contact-box {
    width: 80%;
    max-width: 80%;
    padding: 30px;
    background-color: #276ae6;
    border-radius: 10px;
    margin-top: 30px;
}
.main-cauchuyen .sidebar .contact-box .contact-info {
    color: #fff;
}
.main-cauchuyen .sidebar .contact-box .contact-info .title {
    font-size: 20px;
    font-weight: 700;
}
.main-cauchuyen .sidebar .contact-box .contact-info .desc {
    line-height: 1.5;
}
.main-cauchuyen .sidebar .contact-box .contact-info a.contact-btn {
    padding: 15px;
    background-color: #2ad8ff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #2ad8ff;
}
.main-cauchuyen .sidebar .contact-box .contact-info a.contact-btn.second {
    background-color: transparent;
}
.featured-slider.related p.title {
    width: fit-content;
    color: #4f4f4f;
    position: relative;
    padding-bottom: 4px;
    background-image: linear-gradient(90deg, #d1d5da 50%, rgba(255, 255, 255, 0) 0);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 10px 1px;
}
.featured-slider.related {
    display: block;
    position: relative;
    margin-top: 7%;
}
.author-avatar img {
    border-radius: 100%;
}
.author-name {
    font-weight: 700;
    color: #800080;
    font-size: 24px;
}
.author-info .item-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.author-info .col-info {
    width: 50%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 12px;
}
.author-info .col-info:nth-child(2) {
    justify-content: end;
}
.author-info .col-full {
    margin-top: 20px;
    width: 100%;
    padding: 0 12px;
}
.single-post h3{
        font-size: 1.2rem !important;
        margin:20.800px 0 20.800px 0;
}
.single-post h2{
    font-size: 1.5rem !important;
    margin: 19.920px 0 19.920px 0;
}
.single-post  h4{
    font-size: 1.0rem !important;
    margin: 20.100px 0 19.120px 0;
}
.single-post p{
    font-size: 18px !important;
}
.single-post ul{
    margin-bottom: 16px; !important
}
.single-post.elementor-kit-7 a,
.single-post a {
    color: #4169e1;
}
@media screen and (min-width: 768px) {
	.blog-new.layout-blog .item-blog:first-child {
		width: 100%;
	}
	.blog-new.layout-blog .item-blog:first-child .wrap {
		display: flex;
		flex-wrap: wrap;
		box-shadow: none;
	}
	.blog-new.layout-blog .item-blog:first-child .thumbnail {
		width: 50%;
		padding: 0;
		min-height: 280px;
	}
	.blog-new.layout-blog .item-blog:first-child .content-blog {
		width: 50%;
		margin: 0;
		padding: 0 20px 0 40px;
	}
	.blog-new.layout-blog .item-blog:first-child .content-blog .title-blog {
		font-size: 24px;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 1199px) {
	.row-cauchuyen .item-cauchuyen .wrap {
		padding: 15px;
	}
	.main-cauchuyen .sidebar .contact-box {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.list-blog-featured .row-blog {
		gap: 30px;
	}
}
@media screen and (max-width: 991px) {
	.blog-new.layout-blog .item-blog {
		width: 33.33333%;
	}
	.row-cauchuyen .item-cauchuyen {
		width: 33.3333%;
	}
	.main-cauchuyen .entry-cauchuyen {
		padding: 0 20px;
	}
}
@media screen and (max-width: 840px) {
	.sec-button-more .item-more {
		max-width: 50%;
		flex: 50%;
	}
}
@media screen and (max-width: 767px) {
	.blog-new.layout-list_cat .item-blog:first-child {
		width: 100%;
	}
	.blog-new.layout-list_cat .item-blog {
		width: 100%;
	}
	.blog-new.layout-list .item-blog {
		width: 100%;
	}
	.blog-new.layout-blog .item-blog {
		width: 100%;
	}
	.blog-new.layout-blog .item-qc .img-qc {
		padding-top: 58%;
		min-height: 300px;
	}
	.list-blog-featured .col-item {
		width: 100%;
	}
	.row-cauchuyen .item-cauchuyen {
		width: 50%;
	}
	.main-cauchuyen .entry-cauchuyen {
		width: 100%;
		padding: 0 0;
	}
	.main-cauchuyen .sidebar {
		width: 100%;
	}
	.top-cauchuyen .left-content {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.top-cauchuyen .right-content {
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	.top-cauchuyen .right-content .banner-logo {
		padding: 30px;
		background-color: #fff;
		border-radius: 10px;
		max-width: 290px;
		display: inline-flex;
		margin-top: -50px;
	}
}
@media screen and (max-width: 640px) {
	.sec-button-more .item-more {
		max-width: 100%;
		flex: 100%;
	}
	.menu-lists ul.lists {
		font-size: 1em;
	}
	.top-cauchuyen .left-content .banner-img {
		height: auto;
	}
	.author-info .col-info {
		width: 100%;
	}
	.author-info .col-info:nth-child(2) {
		justify-content: center;
		margin-top: 15px;
	}
}
@media screen and (max-width: 520px) {
	.row-cauchuyen .item-cauchuyen {
		width: 100%;
		margin-bottom: 20px;
	}
}</pre></body></html>