/*
Theme Name: Southteam
Theme URI: https://southteam.vn
Author: South93
Author URI: https://southteam.vn
Description: Đây là Theme được phát triển bởi đội ngũ South Team, dựa trên nền tảng Bootstrap và FontAwesome
Version: 20.20

...and now go out and play!
*/
body{
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Helvetica,Arial,Roboto,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.466;
	color: #161616;
	text-align: left;
	background-color:#fff;
}
/* a {
color: #161616;
} */
a:hover {
	color: #f02d00;
}

.single-post 
.text-primary,.text-primary a{color:#003882!important}
.btn-primary{color:#fff;background-color:#00b2bd;border-color:#00b2bd}
.btn-primary:hover{color:#fff;background-color:#1676cd;border-color:#1676cd}
.bg-primary{background-color:#003882!important}
@media (max-width: 575.98px) {
}
@media (max-width: 767.98px) {

}
@media (max-width: 991.98px) {
	body .wrap-trainer .item-trainer .avatar{
		width: 100%;
		height: 100%;
	}
	body .wrap-trainer .item-trainer .avatar img{
		position: relative;
	}
	.footer-widget i.fa.fa-plus.d-lg-none {
		display: none !important;
	}
	body .left-sidebar ul {
		margin-bottom: 1.5rem;
	}
	body aside.widget h3.widget-title {
		margin-bottom: .75rem;
	}
	body aside.widget {
		margin-bottom: 0;
	}
	body .tab-content .btn-ttkh.button-content {
		display: none;
	}
	body .overlay-hugeinc .form-inline .form-control{
		width: 100%;
	}
	body .logo-mobile .logo-image {
		height: 50px !important;
		float: left;
	}
	i.fa.submenu-opened:before {
		content: "\f068";
	}

	.middle-header {
		padding: 5px 0;
		box-shadow: 0 0 15px #00000036;
	}
	ul#main-menu li a {
		color: #000;
		font-weight: 500;
		display: block;
		border-bottom: 1px solid darkgrey;
		padding: 5px;
	}
	li.menu-item-has-children >i.fa {
		right: 0px;
		top: 0px;
		color: black;
		position: absolute;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
	}
	a.mobile-menu {
		width: 32px;
		height: 18px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: inline-block;
		margin-top: 20px;
	}
	a.mobile-menu span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	a.mobile-menu span:nth-child(1) {
		top: 0px;
	}
	a.mobile-menu span:nth-child(2), a.mobile span:nth-child(3) {
		top: 7px;
	}
	a.mobile-menu span:nth-child(4) {
		top: 14px;
	}
	a.mobile-menu.display span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	a.mobile-menu.display span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	a.mobile-menu.display span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 7px;
	}
	a.mobile-menu.display span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.header .primery-menu {
		position: fixed;
		width: 250px;
		left: -250px;
		background-color: #ffffff;
		height: 100%;
		z-index: 999;
		top: 0;
		overflow: auto;
	}
	.header .primery-menu.display {
		left: 0;
	}
	.panel-overlay {
		background-color: rgba(0, 0, 0, 0.6);
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 13;
		display: none;
	}
	.panel-overlay.display {
		display: block;
	}
	ul.sub-menu {
		display: none;
		-webkit-transition: unset;
		-moz-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
}
@media (max-width: 1199.98px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.owl-controls .owl-nav .owl-next {
		right: -15px;
	}
	.owl-controls .owl-nav .owl-prev {
		left: -15px;
	}
	ul#main-menu ul.sub-menu ul.sub-menu {
		right: -201px;
		margin-top: -3px;
		top:0;
	}
	ul#main-menu li ul.sub-menu li a {
		padding: 10px 20px;
		color: #000;
	}
	ul.sub-menu {
		padding-left: 25px;
	}
	ul#main-menu li.menu-item.menu-item-gtranslate a {
		padding: 10px 15px;
	}

	ul#main-menu .menu-item-has-children:before {
		content: "\f0dd";
		font-family: Fontawesome;
		top: 50%;
		position: absolute;
		right: 5px;
		margin-top: -11px;
		color:white;font-size:12px;
	}
	ul#main-menu ul.sub-menu .menu-item-has-children:before {
		content:"\f0da";
	}
	ul#main-menu li a {
		padding: 12px 18px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		display: block;
	}
	ul#main-menu li {
		display: inline-block;
	}
	ul#main-menu ul.sub-menu {
		font-weight: 500;
		position: absolute;
		z-index: 3;
		top: 100%;
		visibility: hidden;
		width: 200px;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		opacity: 0;
		background-color: transparent;
		-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
		overflow: visible;
	}
	ul#main-menu ul.sub-menu > li {
		display: block;
		background-color: #fff;
		visibility: hidden;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}

	ul#main-menu li.menu-item-has-children:hover > .sub-menu > li {
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
		transition-delay: 0ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(2) {
		transition-delay: 50ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(3) {
		transition-delay: 100ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(4) {
		transition-delay: 150ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(5) {
		transition-delay: 200ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(6) {
		transition-delay: 250ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(7) {
		transition-delay: 300ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(8) {
		transition-delay: 350ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(9) {
		transition-delay: 400ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu li:nth-child(10) {
		transition-delay: 450ms;
	}
	ul#main-menu li.menu-item-has-children:hover > .sub-menu {
		border-top: 3px solid;
		visibility: visible;
		max-height: 2000px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}
	ul#main-menu .sub-menu > li + li {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
}
@media (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
	body .vc_row, .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	body .vc_column_container>.vc_column-inner , .row > [class*=col-]{
		padding-left: 10px;
		padding-right: 10px;
	}
}
* {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a:hover {
	color: #4e228f;
	text-decoration: none;
}
ul#main-menu li.menu-item-has-children {
	position: relative;
}
.social-icon a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	background-color: #848484;
	color: white !important;
}
.social-icon a+a {
	margin-left: 5px;
}
.box_hotline h1 {
	font-size: 28px;
	text-shadow: 1px 1px black;
	font-weight: 700;
}
div#wrapper-footer {
	background-color: hsl(0deg 0% 91%);
	font-size: 17px;
}
/*-------------------------------------------- Hotline -----------------------------------------*/

/*------------------------------------------------ End Hotline-------------------------------*/
a.gotop {
	position: fixed;
	right: -55px;
	bottom: 45px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	z-index: 9;
	background-color: #0098da;
	color: white;
	box-shadow: 0 0 10px #0000007d;
}
.wt-separator-outer {
	overflow: hidden;
}
.wt-separator.style-square {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-width: 3px;
	border-style: solid;
	border-color: #ffc107;
	display: inline-block;
	position: relative;
}
.wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
	height: 3px;
}
.wt-separator .separator-left, .wt-separator .separator-right {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 2px;
	margin-top: -1px;
}
.wt-separator .separator-left {
	left: -80px;
}
.wt-separator .separator-right {
	right: -80px;
}
.border-img.wpb_single_image  img {
	border: 8px solid #003882;
	height: 420px;
}
.news-grid .news-thumb img {
	height: 235px;
}
.news-item .news-thumb {
	position: relative;
}

.published-date {
	position: absolute;
	bottom: 0;
	width: 115px;
	font-size: 14px;
	background-color: #ed1d24;
	color: white;
	padding: 6px;
}
.news-item-inner:hover {
	box-shadow: 0 0 15px #00000040;
}
/*
*  STYLE 2
*/

html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #003882;
}
.primery-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.primery-menu::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.footer-widget a, .footer-widget p {
	color: #848484;
}
.footer-widget ul.menu .sub-menu {
	display: none;
}
.footer-widget ul.menu li:before {
	display: none;
}
.footer-widget ul.menu li a {
	margin-bottom: 10px;
	display: block;
	margin-right: .5rem;
	font-size: 14px;
	font-weight: 600;
}
.footer-widget h3.widget-title {
	text-transform: uppercase;
	color: #b0b0b0;
	margin-top: .625rem;
	margin-bottom: .625rem;
	font-size: .9375rem;
}
.footer-widget .wt-separator-outer {
	margin-bottom: 10px;
}
.post-list .item img {
	width: 75px;
	margin-right: 10px;
}
aside.widget h3.widget-title {
	margin: 0 0 2rem;
	padding: 0 0 .5rem;
	border-bottom: 1px solid #d9d9d9;
	text-transform: uppercase;
	font-size: .8125rem;
	font-weight: 500;
	line-height: 1.29;
	color: #161616;
}
.left-sidebar ul li a {
	color: #161616;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 6px;
}
.left-sidebar ul {
	list-style: none;
	padding: 0;
	margin-bottom: 3rem;
}
.post-list .item {
	border-bottom: 1px solid #e3e3e3;
}
aside.widget {
	margin-bottom:35px;
}
aside.widget .textwidget {
	padding: 10px;
	background-color: white;
}
.contact-info .vc_column-inner > .wpb_wrapper {
	padding: 30px 15px;
	border: 1px solid #eaeaea;
}

#wrap {
	padding: 25px;
	border: 1px solid #ebebeb;
	background: #fff;
}
#wrap #top {
	margin: 0 -25px;
	position: relative;
}
#wrap #top:before {
	content: "";
	border-left: 2px solid #faac1c;
	margin-left: -1px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}
#wrap:hover h5 a, #wrap:hover {
	color: #fff;
}

#wrap:hover {
	background: #faac1c;
	border-color: #faac1c;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
}
span.transaction, h5.transaction a {
	color: #000000;
}
.tg-service {
	text-align: center;
	position: relative;
	margin: 5px;
}
.animate_line:after, .animate_line:before {
	content: "";
	height: 4px;
	width: 0px;
	position: absolute;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: -1;
}

.animate_line:before {
	right: -5px;
	top: -5px;
}
.tg-service .tg-border-topleft {
	padding: 30px;
	position: relative;
	z-index: 2;
	height: 242px;
	background: #fff;
}
.tg-displaytable {
	width: 100%;
	height: 100%;
	display: table;
}
.tg-displaytablecell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.tg-service i {
	display: block;
	padding: 0 0 15px;
}
.tg-service h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.animate_line:hover:after, .animate_line:hover:before {
	width: 50%;
	height: 50%;
	background: #ffbc13;
}
.animate_line:after {
	left: -5px;
	bottom: -5px;
}
.strong {
	font-weight:bold;
}
.post-list .item img {
	width: 75px;
	margin-right: 6px;
}
.icon-title-2 i.fa {
	line-height: 65px;
	width: 65px;
	text-align: center;
	color: white;
	margin-right: 15px;
	font-size: 25px;
}
.text-strock-white {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-strock-black {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.aligncenter {
	display:block;
}
.bg-overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.48);
	display: block !important;
	left: 0;
	z-index: 0;
	top: 0;
}
div.block-connectus p[class*="fa-"] {
	padding-left: 50px;
	position: relative;
}
div.block-connectus p[class*="fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	color: #888;
	font-size: 13px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background: #fff;
}
.footer-widget ul.menu {
	padding-left: 0;
	list-style: none;
	display: flex;
}
.footer-widget ul.menu li {
	position: relative;
}
.footer-widget ul.menu li:before {content: '\f105';font-family: Fontawesome;margin-right: 5px;color: #f5f5f5;}

.owl-nav .owl-next {
	right: 0px;
	position: absolute;
	top: 50%;
}
.owl-nav .owl-prev {
	left: 0px;
	position: absolute;
	top: 50%;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev,.owl-carousel.owl-theme .owl-nav button.owl-next  {
	font-size: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	background-color: #25aae1;
	border-radius: 50%;
	margin-top: -20px;
}
.owl-nav div:hover {
	box-shadow: 0 0 15px #0000003b;
}
.owl-nav .owl-next:before {
	content: "\f054";
	font-family: Fontawesome;
	font-size: 13px;
	color: white;
}
.owl-nav .owl-prev:before {
	content: "\f053";
	font-family: Fontawesome;
	font-size: 13px;
	color: white;
}
.owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #676767;
	margin: 1px;
	border-radius: 50%;
}
.owl-dot {
	display: inline-block;
	margin: 2px;
	border: 1px solid #6f6f6f;
	border-radius: 50%;
}
.owl-dot.active span {
	background-color: #0098da;
}
.owl-dots {
	text-align: center;
}
.owl-nav button span {
	display: none;
}
.owl-carousel.owl-theme .owl-nav button {
	width: 35px;
	height: 35px;
	background-color: #0098da;
	margin-top: -17.5px;
}
.hidden-dots .owl-dots,.hidden-nav .owl-nav {
	display: none;
}
a.octf-btn.octf-btn-dark {
	color: #fff;
	background: #2d3192;
	display: inline-block;
	padding: 6px 25px;
	position: relative;
	border: 1px solid #2d3192;
	letter-spacing: 2px;
	font-size: 22px;
}
.octf-btn.octf-btn-dark:before, .octf-btn.octf-btn-dark:after {
	background: #2d3192;
}
.octf-btn:not(.no-line):before, .octf-btn:not(.no-line):after {
	content: "";
	position: absolute;
	background: #2d3192;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.octf-btn:before {
	width: calc(100% + 2px);
	height: 1px;
	bottom: -6px;
	left: 10px;
}
.octf-btn:after {
	width: 1px;
	height: calc(100% + 2px);
	top: 10px;
	right: -6px;
}
.octf-btn.octf-btn-dark:hover, .octf-btn.octf-btn-dark:focus {
	background: #fff;
	color: #2d3192;
	border-color: #2d3192;
}
.octf-btn:hover:before, .octf-btn:active:before, .octf-btn:focus:before {
	width: 0;
}
.octf-btn:hover:after, .octf-btn:active:after, .octf-btn:focus:after {
	height: 0;
}
.middle-header {
	background: #161616;
	padding: 0;
}
.middle-header .logo a {
	font-size: 30px;
	font-weight: 800;
	color: white;
	margin-right: 20px;
	display: block;
}
.overlay-hugeinc .form-inline .form-control {
	width: 250px;
	padding: .4rem 20px .4rem 35px;
	font-size: 14px;
	line-height: 1.4;
	height: auto;
	background-color: hsla(0,0%,100%,.13);
	border-color: transparent;
	color: #fff;
}
.overlay-hugeinc i {
	position: absolute;
	color: #fff;
	left: 12px;
	top: -6px;
	font-size: 12px;
}
.overlay-hugeinc {
	position: relative;
}
h2.vc_custom_heading.title-main {
	float: left;
	display: inline-block;
	font-weight: 500;
	color: #161616;
	line-height: 1.29;
	font-size: 1.375rem;
	margin: 1.2rem 0 1.875rem;
	margin-right: 10px;
}

h2.vc_custom_heading.link-more a {
	color: #f02d00;
	border-bottom: 1px solid transparent;
	font-size: .9375rem;
	line-height: 1.466;
}
h2.vc_custom_heading.link-more {
	line-height: 1.29;
	font-size: 1.375rem;
	margin: 1.2rem 0 1.875rem;
	display: inline-block;
}
h2.vc_custom_heading.link-more a:after {
	content: "\f105";
	font-family: fontawesome;
	font-size: .8125rem;
	margin-left: 3px;
}
h2.vc_custom_heading.link-more a:hover {
	border-color: #f02d00;
}
.item-course {
	position: relative;
}
.item-course .thumbnail {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.item-course .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item-course .thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.item-course .thumbnail:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.item-course:hover .thumbnail:before {
	opacity: 0.3;
}
.item-course:hover .thumbnail img {
	transform: scale(1.06);
}
.content-course {
	padding: 1rem 1rem .75rem;
}
.content-course h2 {
	font-size: 1.125rem;
}
.content-course h2 a {
	color: #161616;
}
.content-course h2 a:hover {
	color: #f02d00;
}
.content-course h4 {
	font-size: .8125rem;
	line-height: 1.125rem;
	margin-bottom: 0;
}
.desc {
	font-size: .8125rem;
	line-height: 1.125rem;
	color: #848484;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	margin: 10px 0;
}
.meta p {
	font-size: .8125rem;
	line-height: 1.125rem;
	margin-bottom: 5px;
}
.meta p i {
	padding-right: 7px;
	color: #848484;
}
a.link-more {
	background-color: #00b2bd;
	color: #fff;
	border: 2px solid #00b2bd;
	font-size: 11px;
	display: block;
	padding: 12px 16px;
	border-radius: 2px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: absolute;
	width: 90%;
	right: 5%;
	bottom: 20px;
}
a.link-more:hover {
	background-color: #fff;
	color: #00b2bd;
}
.header-title .title-header {
	display: block;
	font-weight: 500;
	color: #161616;
	line-height: 1.29;
	font-size: 1.7rem;
	margin-bottom: 20px;
	border-bottom: 2px solid lightgray;
	padding-bottom: 7px;
	position: relative;
	text-transform: capitalize;
}
.header-title .title-header:before {
	content: '';
	position: absolute;
	width: 200px;
	height: 2px;
	background: #00b2bd;
	bottom: -2px;
}
#wrapper-footer-full, #wrapper-static-hero {
	padding: 1.25rem 0 0;
	font-size: .75rem;
	color: #848484;
	background-color: hsl(0deg 0% 91%);
}
.blog-card__image {
	padding-top: 70%;
	position: relative;
}
.single-post .blog-card.single .blog-card__image {
	padding-top: 40%;
}
.blog-card__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-card__content {
	position: relative;
	padding: 20px 15px 30px;
	background-color: #f2f2f2;
}
.blog-card__content .blog-card__date a {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: -60px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-card__content .blog-card__date a span {
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}
.blog-card__content h3 {
	font-size: 20px;
	font-weight: 700;
}
.tab-content .nav-link {
	padding: 12px 0 8px;
	margin-right: 32px;
}
.tab-content .nav {
	border-bottom: 1px solid lightgray;
	margin-bottom: 30px;
}
.tab-content .nav-link.active {
	border-bottom: 2px solid;
}
.thumbnail-single {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.thumbnail-single img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 30px;
}
.header-content h1 {
	font-size: 30px;
	margin-bottom: 5px;
}
.header-content h4 {
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 30px;
}
.header-content h4 a {
	font-weight: 600;
}
.section-related-course {
	background-color: #f2f2f2;
	padding: 1.5rem 0;
}
.related-course h3 {
	margin-top: .8203125rem;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.29;
	margin-bottom: 2rem;
}
.wrap-ttkh .btn-ttkh:hover {
	background: #fff;
	color: #00b2bd;
}
.wrap-ttkh .btn-ttkh {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 12px 5px;
	border: 3px solid #00b2bd;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	background: #00b2bd;
	color: #fff;
	border-radius: 5px;
	outline: none;
}
.sidebar-single-course {
    position: sticky;
    top: 20px;
    padding: 20px 40px;
}
.wrap-trainer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid lightgray;
}
.wrap-trainer h4 {
	font-size: 20px;
}
.wrap-trainer .item-trainer {
	position: relative;
	margin-bottom: 10px;
	padding: 30px 35px;
	background: #f2f2f2;
	border-radius: 10px;
}
.wrap-trainer .item-trainer .avatar {
	width: 200px;
	height: 200px;
	margin: 10px auto;
	overflow: hidden;
	position: relative;
}
.wrap-trainer .item-trainer .avatar img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.wrap-trainer .item-trainer .content-head {   
	padding-top: 15px;
}
.wrap-trainer .item-trainer .content-head h4 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 800;
}
.wrap-trainer .item-trainer .content-head h6 {
	font-size: 15px;
	color: #555;
}
.wrap-trainer .item-trainer .content-body .desc-trainer {
	font-size: 14px;
	margin-bottom: 10px;
}
.wrap-trainer .item-trainer .content-body a {
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
	top: 0;
	left: 0;
	bottom: 0;
	width: fit-content;
}
.blog-details__content.is-workshop {
	max-height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.blog-details__content.is-workshop:before {
	content: '';
	background: linear-gradient(0deg, #f2f2f2, transparent);
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog-details__content.is-workshop .btn-viewmore {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00b2bd;
	color: #fff;
	border: 2px solid #00b2bd;
	font-size: 11px;
	padding: 12px 36px;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	box-shadow: 0 0 10px 0 #00000078;
}
.blog-details__content.is-workshop .btn-viewmore:hover {
	background-color: #fff;
	color: #00b2bd;
}
.blog-details__content.is-workshop.sent-mail {
	max-height: fit-content;
	margin-bottom: 0;
}
.blog-details__content.is-workshop.sent-mail .btn-viewmore, .blog-details__content.is-workshop.sent-mail:before{
	display: none;
}
.gallery-columns-4 .gallery-item {
	margin-bottom: 0;
	padding-right: 10px;
	width: 70px;
}
.logo-image {
	height: 67px !important;
}
.wrap-ttkh .button-content {
	width: 30% !important;
	padding: 8px 2px !important;
}
.header-breadcrumb p {
	margin-bottom: 0;
}
.header-breadcrumb {
	padding: 17px 0;
	background: #f2f2f2;
}
#single-wrapper {
	padding: 0;
}
.left-sidebar .widget-title {
	margin-bottom: 0.5rem !important;
	font-weight: bold;
	font-size: 15px !important;
}
.single-post .title h1 {
	font-size: 34px;
}
.single-post .blog-card__image, .single-post .blog-card__date {
	display: none;
}
#archive-wrapper nav {
	display: none;
}
div.infor-more {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid lightgray;
}
ul.infor-more {
	list-style: none;
	padding: 0;
}
ul.infor-more li.item-infor {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
ul.infor-more li.item-infor img {
	width: 18px;
	margin-right: 10px;
}
ul.infor-more li.item-infor p {
	margin-bottom: 0;
	font-size: 14px;
}

.meta-price {
	font-size: 22px;
}
.height-100 .wpb_wrapper {
	height: 100%;
}
.price .sale-price {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 0;
}
.price .info-price {
	font-weight: 400;
	font-size: 16px;
}
.price .info-price .real-price {
	text-decoration: line-through;
}
.gallery-banner div img {
	max-height: 300px;
	object-fit: cover;
}