/*
Theme Name: Seosona
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

#header-contact li a {
	text-transform: none;
	letter-spacing: 0;
	color: white;
	font-size: 15px;
}

.header-social-icons .social-icons a {
	border: 1px solid white;
	min-width: 36px;
	min-height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: white
}

#header-contact li a i {
	color: #2196f3;
}

.header-main .container {
	background: white;
	border-radius: 15px;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 1140px
}

.header-nav .nav-icon a {
	background-color: #2196f3 !important;
	font-size: 15px;
}

.header-main .header-button>.button:not(.is-outline) {
	background-color: #2196f3 !important;
}

.section1 .video-button-wrapper a {
	background-image: linear-gradient(#0522b3, #2196f3);
	border: 3px solid white;
	animation: ripple 2s linear infinite;
}

.section1 .video-button-wrapper a:hover {
	animation: ripple 2s linear infinite;
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 .7rem rgba(255, 255, 255, 0.2),
			0 0 0 1.0rem rgba(255, 255, 255, 0.2),
			0 0 0 3rem rgba(255, 255, 255, 0.2);
	}

	100% {
		box-shadow: 0 0 0 1.2rem rgba(255, 255, 255, 0.2),
			0 0 0 3rem rgba(255, 255, 255, 0.2),
			0 0 0 3rem rgba(255, 255, 255, 0);
	}
}

.section1 .cot1 {
	padding-left: 12%
}

.img1 {
	animation: bounce 2s;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(2, 1, 2, 1);
	animation-iteration-count: infinite;
}

@keyframes bounce {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(0, 50px, 0);
	}
}

@-webkit-keyframes bounce {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

.nav-spacing-xlarge>li {
	margin: 0 17px;
}

.header-main .nav>li>a {
	color: black
}

.header-main .nav>li>a:hover,
.header-main .nav>li.active a {
	color: #2196f3
}

.nav-column li>a,
.nav-dropdown>li>a {
	padding: 7px 20px;
	font-size: 15px;
	color: black;
}

.section2 .icon-box .icon-box-img {
	z-index: 1
}

.section2 .icon-box {
	transition: transform linear 1s;
	overflow: hidden;
	position: relative;
	min-height: 535px;
	padding: 50px;
	box-shadow: 0 0 57px rgb(34 34 34 / 10%);
	border-radius: 20px;
}

.section2 .cot2 .icon-box h3,
.section2 .cot1 .col-inner:hover .icon-box h3 {
	color: white
}

.section2 .cot1 .col-inner:hover .icon-box {
	position: relative;
	transform: rotateY(180deg);
	transition: transform ease-out 1s, background ease-out 0.2s 0.4s;
	animation-iteration-count: 1;
	transform-style: preserve-3d;
}

.section2 .cot1 .col-inner:hover .icon-box .icon-box-img,
.section2 .cot1 .col-inner:hover .icon-box .icon-box-text {
	transform: rotateY(180deg);
	transition: transform ease-out 1s;
}

.section2 .icon-box h3 {
	font-size: 30px;
	line-height: 1.2em
}

.section2 .cot2 .icon-box .icon-box-text,
.section2 .cot1 .col-inner:hover .icon-box .icon-box-text {
	color: white
}

.section2 .cot2 .icon-box,
.section2 .cot1 .col-inner:hover .icon-box {
	background: rgb(49 0 174)
}

.nut-xem-them {
	padding: 3px 20px;
	letter-spacing: 0;
	font-weight: 500;
}

.section2 .icon-box .icon-box-text {
	line-height: 27px;
	font-size: 15px;
	color: grey
}

.section1 {
	padding-bottom: 80px !important
}

.section1 {
	position: relative
}

.nav-dropdown>li>a:hover {
	padding-left: 25px;
	color: #2196f3
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

/* Animation */

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}

	.content {
		height: 30vh;
	}

	h1 {
		font-size: 24px;
	}
}

.box-song {
	position: absolute;
	top: -8px;
	left: 0;
	transform: rotate(180deg);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: inherit;
}

.section3 {
	background-image: url(/wp-content/uploads/2022/12/1-2.png);
	background-repeat: no-repeat;
	background-position-x: center;
}

.img2 {
	animation-name: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	from {
		transform: scale(1);
	}

	50% {
		transform: scale(0.85);
	}

	to {
		transform: scale(1);
	}
}

.section4 .slider .row {
	width: 25% !important;
	opacity: 1;
	margin-left: 0;
	margin-right: 0
}

.section4 .icon-box h3 {
	font-size: 20px;
	color: black;
	line-height: 25px;
	text-align: left !important;
}

.slider-nav-outside .flickity-prev-next-button.next {
	left: 102%;
	width: 50px;
	opacity: 1
}

.slider-nav-outside .flickity-prev-next-button.previous {
	right: 102%;
	width: 50px;
	opacity: 1
}

.slider-nav-outside .flickity-prev-next-button svg {
	background: #2196f3;
}

.section4 .icon-box .icon-box-text {
	z-index: 1;
	position: inherit;
}

.section4 .icon-box:hover h3 {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: white
}

.section4 .icon-box {
	position: relative;
	overflow: hidden
}

.section6 {
	background-size: 35%;
	background-image: url(/wp-content/uploads/2022/12/progress-bg.png);
	background-repeat: no-repeat;
	background-position-x: right;
}

.section5 {
	background-size: contain;
	background-image: url(/wp-content/uploads/2022/12/3-1.png);
	background-repeat: no-repeat;
	background-position-x: left
}

.section5 .box .person-name {
	letter-spacing: 0;
	text-transform: none;
	font-size: 18px;
	font-weight: 500;
}

.section5 .box .person-title {
	color: #2196f3;
}

.slider-nav-outside .flickity-page-dots {
	bottom: -30px;
}

.flickity-page-dots .dot {
	height: 10px;
	margin-bottom: 5px;
	opacity: 1;
	width: 10px;
}

.flickity-page-dots .dot.is-selected {
	margin-bottom: 0px;
	width: 20px;
	height: 20px
}

.section5 .large-3 {
	padding-bottom: 0
}

.section4 .icon-box:before {
	opacity: 0;
	content: "";
	position: absolute;
	left: 100%;
/* 	top: 100%; */
	width: 100%;
	height: 100%;
/* 	background-image: url(/wp-content/uploads/2022/12/hover-bg.jpg); */
	background-color: #0171bc;
	border-radius: 12px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.section4 .icon-box:hover:before {
	top: 0;
	left: 0;
	opacity: 1
}

.section4 .icon-box {
	background: white;
	padding: 35px 30px;
	border-radius: 12px;
	box-shadow: 0 0 40px rgb(0 0 0 / 20%);
}

h4 {
	font-weight: 500
}

.section4 .slider .flickity-viewport .flickity-slider {
	left: 12.5% !important
}

.progress-levels {
	position: relative;
}

.progress-levels .progress-box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.progress-levels .progress-box .box-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: black;
	font-weight: 700;
	font-size: 17px;
}

.progress-levels .progress-box .progress-percentage {
	position: absolute;
	top: 0px;
	right: 0;
}

.progress-levels .progress-box .progress-percentage .counted {
	color: black;
	font-weight: 700;
	font-size: 18px;
}

.progress-levels .progress-box .bar-inner {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #dfdfdf;
	border-radius: 3px;
}

.progress-levels .progress-box .bar {
	border-radius: 3px;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 3px;
	width: 0px;
	border-bottom: 5px solid #2196f3;
	-webkit-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.section6 .img {
	margin-top: 30px;
	width: 140% !important
}

.section7 .large-12 .col-inner {
	padding: 30px;
	box-shadow: 0 0 21px rgb(0 0 0 / 8%);
	border-radius: 20px;
}

.section8 .box .box-image .image-cover {
	border-radius: 20px
}

.section8 .box .box-text {
	overflow: hidden;
	box-shadow: 0 0 30px #00000033;
	border-radius: 15px;
	padding: 25px 46px 25px 25px;
	max-width: 80%;
	margin: -25px auto;
	background: white;
}

.section8 .box h3 {
	font-size: 27px;
}

.section8 .box p {
	color: #2196f3;
}

.section7 .col-inner .col-inner {
	padding: 0;
	box-shadow: none;
	border-radius: 0
}

.section7 .col {
	padding-bottom: 0
}

.section8 .box .box-text:after {
	content: "";
	position: absolute;
	right: -55px;
	top: -14px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #3f51b5;
}

.section8 .box .box-text:before {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -14px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: #2196f3;
}

.section8 .slider-nav-outside .flickity-prev-next-button.previous {
	z-index: 0;
	right: 30%;
	width: 50px;
	opacity: 1;
	top: -87%;
}

.section8 .slider-nav-outside .flickity-prev-next-button.next {
	z-index: 0;
	left: 73%;
	width: 50px;
	opacity: 1;
	top: -87%;
}

.section9 blockquote {
	background-image: url(/wp-content/uploads/2022/12/testimonial-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 50px 140px 50px;
	font-style: normal;
	font-size: 16px;
	color: #424242;
	border-left: none;
}

.section9 blockquote p {
	max-height: 100px;
	overflow: hidden
}

.section9 blockquote:after {
	position: absolute;
	bottom: -100px;
	content: "";
	display: block;
	width: 132px;
	height: 184px;
	background: none;
	background-image: url(/wp-content/uploads/2022/12/quote-bg.png);
	background-repeat: no-repeat;
}

.section9 .icon-box {
	margin-top: -87px;
	align-items: center;
}

.section9 .icon-box h3 {
	color: #3f51b5;
	margin-bottom: 0
}

.section9 .icon-box .icon-box-text {
	padding-right: 0
}

.section9 {
	padding-top: 0 !important
}

.list-post .post-item .box-image,
.post-item .box-image
{
	border-radius: 15px
}

.post-item .box-text .posted-on {
	display: none
}

.nav-page ul {
	margin-bottom: 50px
}

.nav-page ul li.active a,
.nav-page ul li a:hover {
	background: #2196f3;
	border-radius: 25px;
	color: white;
	font-weight: 500;
}

.nav-page ul li {
	margin: 0 5px !important
}

.nav-page ul li a {
	padding: 9px 20px;
	font-size: 18px
}

.mfp-content .sidebar-menu-tabs {
	margin-bottom: 40px
}

.mfp-content .sidebar-menu-tabs li a {
	color: white;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	padding: 9px 0;
}

.off-canvas-right .mfp-content {
	width: 350px;
	background: #003CA6;
	color: white;
	padding: 30px
}

.gioi-thieu-section {
	padding-top: 250px !important;
	padding-bottom: 160px !important
}

.off-canvas .nav-vertical>li>a {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 0 !important;
	font-size: 16px;
	color: white;
}

.nav-sidebar.nav-vertical>li+li {
	border-top: 1px dashed #2196f36b;
}

.off-canvas:not(.off-canvas-center) li.html {
	padding: 0;
}

.off-canvas .searchform-wrapper input {
	height: 45px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.off-canvas .searchform .button.icon {
	margin: 0;
	background: #2196f3 !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 45px;
}

/* .post-item .box-meta {
	font-size: 13px;
	color: #686868;
	margin-bottom: 10px;
}

.post-item .box-meta .fa-user-alt {
	margin-left: 10px
} */

.post-item .post-title {
	margin-bottom: 15px;
	font-size: 20px;
}

.post-item .button {
	background: #2196f3;
	border-radius: 27px;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	color: white;
	padding: 5px 20px;
}

.list-post .post-item {
	padding-top: 20px
}

.section10 .row2 {
	max-width: 1140px;
	background: url(/wp-content/uploads/2022/12/bg23.jpg);
	background-repeat: no-repeat;
	padding: 50px 20px;
	border-radius: 20px;
	color: white;
}

.section10 .row2 .col {
	padding-bottom: 0
}

.section10 .row2 h2 {
	color: white;
	margin-bottom: 10px
}

.section10 {
	background-image: url(/wp-content/uploads/2022/12/4-2.png);
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-size: cover;
	padding-top: 100px !important
}

.section10 .nut-xem-them {
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	box-shadow: 2px 2px 20px #00000036;
	margin-bottom: 0
}

.section10 .row2 p {
	margin-bottom: 0
}

.post-item .post-title:hover {
	color: #2196f3
}

.list-post .post-item .col-inner,
.post-item .col-inner
{
	border-radius: 26px;
	padding: 16px;
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

.section8 .slider-nav-outside .flickity-prev-next-button svg {
	color: white
}

.section7 .large-12 {
	margin-top: -50px
}

.footer-section {
	padding-top: 150px !important;
	padding-bottom: 25px !important;
}

.footer-section ul li a:hover {
	color: #2196f3
}

.absolute-footer {
	padding: 20px 0;
	color: white;
	opacity: 1
}

.absolute-footer.dark {
	color: hsl(0deg 0% 100%);
}

a.back-to-top {
	background: #2196f3 !important;
	border: none !important;
	color: white !important;
	width: 55px;
	height: 55px;
	line-height: 54px;
	font-size: 24px;
	box-shadow: 2px 2px 20px #03a9f4;
}

.list-post .post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: gray;
}

.footer-section .social-icons a {
	border: 1px solid white;
	margin-bottom: 15px !important
}

.footer-section ul li {
	list-style: none;
	margin-left: 0
}

.footer-section .col {
	padding-bottom: 0
}

.footer-section .bg {
	background-position-y: top;
}

.nav.nav-vertical li {
	padding-left: 0
}

.off-canvas .company-info-item {
	margin-bottom: 10px !important
}

.nhan-vien .box-image {
	width: 50% !important;
	margin-left: 0;
}

.nhan-vien .person-name {
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 20px;
}

.nhan-vien .person-title {
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #6f6f6f;
}

.nhan-vien .text {
	font-size: 16px
}

.body-section .col {
	padding-bottom: 0
}

.course .box-image {
	border-radius: 20px
}

.course h3 {
	font-size: 30px
}

.course p {
	font-size: 17px
}

.course .button {
	font-size: 17px
}

.course .thoi-gian {
	color: gray;
	font-weight: normal;
}

.course {
	margin-bottom: 30px
}

.academy-section .cot1 .box .box-image {
	transform: rotate(-4deg);
}

.academy-section .box .box-image {
	margin-bottom: 20px
}

.academy-section .box h3 {
	margin-bottom: 15px
}

.academy-section .row2 .slider blockquote p {
	margin-bottom: 16px
}

.form-lien-he {
	margin-top: 20px;
}

.form-lien-he .row-info {
	width: 100%;
	clear: both;
}

.form-lien-he .row-info .left {
	display: inline-block;
	width: 50%;
	padding-right: 10px;
	float: left;
}

.form-lien-he input[type=submit] {
	text-transform: None;
	letter-spacing: 0;
	font-weight: normal
}

.form-lien-he input,
.form-lien-he textarea {
	height: 50px;
	border-radius: 30px;
	box-shadow: none;
	font-size: 15px;
}

.wpcf7-spinner {
	display: none
}

.form-lien-he input[type=submit] {
	margin-bottom: 0
}

.form-lien-he .row-info .right {
	display: inline-block;
	width: 50%;
	padding-left: 10px
}

.academy-section .row2 .slider blockquote {
	margin-bottom: 0;
	font-size: 55px !important;
	border-left: none;
	padding-left: 100px;
	font-style: normal;
	line-height: 65px;
	font-weight: 500;
}

.academy-section .row2 {
	min-height: 660px;
	background: rgb(5, 74, 218);
	padding: 50px;
	max-width: 1140px
}

.academy-section .icon-box img {
	padding-top: 0;
	border-radius: 99%
}

.academy-section .cot3 .box .box-image {
	transform: rotate(2deg);
}

.academy-section .icon-box {
	align-items: center;
	margin-left: 100px;
}

.academy-section .icon-box p {
	font-weight: normal;
	opacity: 0.5;
	font-size: 19px;
}

.academy-section .cot2 .box .box-image {
	transform: rotate(3deg);
}

.blog1 {
	padding-top: 280px !important;
	padding-bottom: 50px !important;
}

.blog1 .col {
	padding-bottom: 0
}

.list-post2 .post-item .cat-label {
	color: #03a9f4;
	font-size: 13px;
	letter-spacing: 0;
	opacity: 1;
	font-weight: bold;
	margin-bottom: 10px;
}

.dark .post-item .box-meta {
	color: black
}

.nut-xem-them2 {
	margin-bottom: 0;
	border-radius: 5px;
	padding: 8px 100px;
	background: #2196f3;
	color: white;
	letter-spacing: 0;
}

.blog3 .row2 .large-12 .col-inner {
	padding: 50px;
	color: white;
}

.blog3 .row2 .large-12 .col-inner .col-inner {
	padding: 0;
}

.list-post4 .post-item .post-title {
	color: white;
	font-size: 23px;
}

.list-post5 .post-item .box-meta {
	display: none
}

.list-post5 .post-item .from_the_blog_excerpt {
	font-size: 16px;
	color: black;
}

.list-post5 .post-item .post-title {
	font-size: 22px;
	color: #054ada;
	margin-bottom: 10px
}

.list-post4 .post-item {
	padding-bottom: 0
}

.list-post4 .post-item .box-meta {
	color: #03a9f4;
}

.tab-post .nav {
	margin-bottom: 20px
}

.tab-post ul li a {
	color: #054ada;
	padding: 4px 16px;
	margin: 0 4px 8px;
	border: none;
	background: rgba(5, 74, 218, .1);
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;
}

.list-post4 .post-item .from_the_blog_excerpt {
	font-size: 15px;
	opacity: 0.7;
}

.list-post2 .post-item .box-text-inner {
	display: flex;
	flex-direction: column;
}

.list-post5 .post-item {
	padding-bottom: 0
}

.list-post2 .post-item .from_the_blog_excerpt {
	font-size: 17px
}

.blog-single .gioi-thieu-section .large-12 {
	text-align: center
}

.blog-single .entry-title {
	font-size: 45px;
	margin: 20px auto 10px auto;
	line-height: 55px;
	margin-bottom: 18px;
}

.dark .list-post2 .post-item .post-title:hover {
	color: #2196f3
}

.blog-single .large-7 {
	padding-left: 0;
	padding-right: 0
}

.blog-single .entry-category a:hover {
	text-decoration: underline;
	color: #fff
}

.blog-archive {
	padding-top: 0
}

.blog-archive .large-12 {
	text-align: center;
	padding-bottom: 0
}

.blog-archive .taxonomy-description {
	max-width: 600px;
	margin: 0 auto;
	font-size: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.blog-archive .blog4 .post-item .box-image {
	display: block !important
}

.blog-archive .sub-title {
	text-align: center;
	font-size: 31px;
}

.blog-archive .list-post-archive .post-item .from_the_blog_excerpt {
	display: none
}

.blog-archive .list-post-archive .post-item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0
}

.blog-archive .list-post-archive .box-text {
	padding: 50px 0;
}

.blog-archive .list-post-archive .post-item .post-title {
	font-size: 30px;
	line-height: 37px;
	color: #054ada;
	max-width: 600px;
	margin: 0 auto;
}

.blog-archive .list-post-archive .post-item .box-meta {
	font-size: 15px
}

.nav-pagination li a {
	background: #ecf1ff;
	border: 2px solid #ecf1ff;
	border-radius: 5px;
	font-size: 17px;
	color: #001aad;
}

.nav-pagination li .current {
	font-size: 17px;
	border-radius: 5px;
}

.blog-archive .list-post-archive .post-item .post-title:hover {
	color: #2196f3
}

.icon-box-chapter {
	border: 3px solid white;
	background-color: rgb(255, 255, 255);
	border-radius: 24px;
	padding: 24px;
	margin-bottom: 30px;
}

.seo-section {
	padding-bottom: 20px !important
}

.icon-box-chapter:hover {
	border: 3px solid #2196f3;
	transition: all linear 0.8s
}

.case-section .large-4 .col-inner {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px -15px rgb(0 0 0 / 20%);
	background-color: rgb(255, 255, 255);
	padding: 30px 20px
}

.case-section .large-4 .col-inner p {
	margin-bottom: 0
}

.case2 {
	margin-top: -110px
}

.case-section .cot3 p {
	line-height: 23px;
}

.icon-box-chapter:hover .box-image img {
	transform: scale(1.05);
	transition: transform linear 0.5s
}

.chi-tiet-case h2 {
	background: #3f51b5;
	padding: 10px 10px;
	color: white;
	font-size: 19px;
}

.chi-tiet-case p {
	margin: 20px 50px
}

.chi-tiet-case h3,
.chi-tiet-case h4,
.chi-tiet-case h5,
.chi-tiet-case ul {
	margin-left: 50px
}

.icon-box-chapter p {
	font-size: 18px;
}

.icon-box-chapter h3 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 33px;
	color: #054ada
}

.nav-pagination {
	margin-top: 30px !important
}

.blog-archive .large-columns-1 .post-item .box-image {
	display: none
}

.blog-archive .page-title {
	text-transform: none;
	letter-spacing: 0;
	font-size: 45px;
	line-height: 49px;
}

.blog-single .large-2 {
	padding-left: 0
}

.blog-single .large-3 {
	padding-right: 0
}

.blog-single .large-2 li {
	list-style: none;
	margin-left: 0;
}

.toc_widget_list.no_bullets li a {
	font-weight: 500;
	font-size: 14px;
}

.toc_number {
	font-weight: 500;
	color: #0093fd;
}

.toc_widget ul li ul {
	display: block;
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.ftwp-sub .ftwp-item .ftwp-anchor .ftwp-text {
	background-image: url(/wp-content/uploads/2022/12/wave-arrow-right-svgrepo-com.svg) !important;
	background-repeat: no-repeat !important;
	background-position-y: 0px !important;
	padding-left: 19px !important;
	background-size: 17px !important;
}

.toc_widget_list.no_bullets li ul li a {
	font-size: 13px;
	font-weight: normal;
}

.widget>ul>li li>a .toc_number {
	display: none;
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor {
	padding: 10px 10px;
	border-top: 1px solid #e7e7e7;
}
.blog-single .large-2 {
	display :none;
}
/* 
.blog-single .large-2 {
	flex-basis: 20%;
	max-width: 20%;
}
 */
.blog-single .large-3 {
	flex-basis: 30%;
	max-width: 30%;
}

.blog-single .large-7 {
	flex-basis: 70%;
	max-width: 70%;
}

.list-post5 .post-item .box-image {
	border-radius: 8px;
}

.tab-post ul li a:hover {
	background: #0074e4;
	color: white
}

.list-post5 .post-item .post-title:hover {
	color: #2196f3
}

.form-email input {
	border-radius: 6px;
	background: white;
	max-width: 300px;
	height: 44px;
	box-shadow: none;
	font-size: 15px;
}

.form-email input[type=submit] {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	box-shadow: 2px 2px 20px #0000002b;
}

.blog-single {
	padding-top: 0
}

.list-post2 .post-item .box-meta {
	color: black;
	margin-top: 10px;
	order: 2
}

.dark .list-post2 .post-item .box-meta {
	color: white;
	margin-top: 10px;
	order: 2
}

.blog2 .col {
	padding-bottom: 0
}

.list-post2 .post-item .post-title {
	color: #054ada;
	font-size: 30px;
	order: 0
}

.list-post2 .post-item .post-title:hover {
	color: #2196f3
}

.dark .list-post2 .post-item .post-title {
	color: white;
	font-size: 30px;
	order: 0
}

.blog3 .list-post2 .post-item:last-child .col-inner {
	background: rgba(5, 74, 218, .1);
	padding: 30px 30px 0 30px;
}

.widget .is-divider {
	display: none
}

.recent-blog-posts-li .badge.post-date {
	width: 100px;
	height: 68px;
}

.recent-blog-posts-li .badge.post-date .badge-inner {
	border-radius: 6px;
}

.recent-blog-posts a {
	font-size: 14px;
}

.list-post6 .post-item .post-title {
	font-size: 18px;
	font-weight: 500;
	color: #4c4c4c;
}

.tac-gia-box .box-image {
	max-width: 80px;
	margin-left: 0;
}

.tac-gia-box .author-name {
	text-transform: none;
	letter-spacing: 0;
	font-size: 18px;
}

.tac-gia-box .author-desc {
	font-size: 13px;
	color: #434343;
}

.widgettitle,
span.widget-title {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
}

.tagcloud a {
	background: #f2f2f2;
	padding: 5px 15px;
	font-size: 13px !important;
	color: #525252;
	border-radius: 5px;
	margin: 5px 0;
	margin-right: 5px;
	display: inline-block;
}

.tagcloud a:hover {
	color: #2196f3;
	background: #ebf9ff !important;
}

.blog-single .social-icons a {
	min-width: 25px;
	border: none !important;
	color: gray
}

.entry-header-text {
	padding: 0;
}

.blog-single .entry-image img {
	border-radius: 15px
}

.entry-content h2 {
	font-size: 32px
}

.entry-content h3 {
	font-size: 30px
}

.entry-content h4 {
	font-size: 28px
}

.entry-content h5 {
	font-size: 26px
}

.entry-content {
	font-size: 17px
}

.is-divider {
	display: none
}

.entry-author {
	padding: 30px;
	background: #f7f7f7;
}

.kk-star-ratings {
	border: 1px solid #e7e7e7;
	padding: 20px 30px;
}

.kk-star-ratings .kksr-legend {
	font-weight: bold;
}

.entry-author .title-by {
	margin-bottom: 0;
	font-size: 14px;
	color: gray;
	line-height: 6px;
}

.entry-author .author-name {
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
}

.entry-author .author-desc {
	font-size: 14px;
	color: #404040;
	margin-bottom: 0;
}

.entry-author .note {
	margin-bottom: 0;
	margin-top: 40px;
	font-size: 14px;
}

.blog2 {
	border-top: 1px solid #ffffff26
}

#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {
	padding-left: 10px;
	font-size: 15px
}

#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {
	font-size: 14px !important;
}

#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {
	margin-left: 10px;
}

#ftwp-container #ftwp-list .ftwp-text {
	font-size: 14px
}

.ftwp-item .ftwp-anchor .ftwp-text {
	font-size: 13px !important
}

.ftwp-anchor:before {
	display: none !important
}

.ftwp-icon-expand {
	display: none !important
}

.lightbox-content h3 {
	margin-bottom: 5px;
	color: white;
	text-align: center;
	font-size: 28px;
}

.lightbox-content p {
	text-align: center;
	color: white;
}

.lightbox-content {
	background-size: cover;
	background-image: url(/wp-content/uploads/2022/12/bg23.jpg);
	background-repeat: no-repeat;
	border-radius: 20px;
}
.box-meta{
    display: none;
}
.box-text {
    padding-top: 12px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}