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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #000000;
    font-weight: 700;
}
#top-link {
    bottom: 20px;
}
.img-title-khnh > .col {
	padding-bottom: 0;
}
.button.icon.is-small i {
    color: #fff;
}
#header .header-main .mobile-nav .header-button a {
	background-color: var(--primary-color) !important;
}
@media (min-width: 1550px) {
	.sec-khoa-hoc {
/* 		padding-bottom: 170px !important; */
		padding-bottom: 52px !important;
	}
}
@media (min-width: 991px) {
	.sec-sp-hv .tabbed-content .nav .tab a {
		padding: 0 25px;
	}
	.sec-sp-hv .tabbed-content {
		margin-top: 30px;
	}
}
div#top-bar {
    padding-bottom: 1px;
}
.header-wrapper:not(.stuck) .header-main .header-nav {
    margin-top: 0 !important;
}
.header-nav.header-nav-main.nav.nav-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
li.html.custom.html_topbar_left {
    width: 60%;
}
li.html.custom.html_topbar_right {
    width: 33.333%;
}
ul.tel {
    margin-top: 5px;
    display: flex;
	border: 1px solid var(--primary-color);
    border-radius: 3px;
	position: relative;
}
.tel li {
    width: 50%;
	list-style: none;
	text-align: center;
	padding: 2px 10px;
	margin-bottom: 0;
	color: #fff;
    font-size: 10px;
}
.tel li:last-child {
	border-left: 1px solid var(--primary-color);
}
.tel:before {
	position: absolute;
    left: -10px;
    top: -6px;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(https://hocdohoacaptoc.com/wp-content/uploads/2021/09/phone-yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}
.footer-2 .text.title-has-bg span {
	font-size: 16px;
}
.btn-close {
	position: absolute;
    right: 0;
    top: -205px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 31px;
    text-align: center;
    font-size: 36px;
	background: #f9ae00;
    border-radius: 5px;
}
.mfp-close-btn-in .mfp-close {
	display: none;
    opacity: 1;
    color: #fff;
}
#dang-ky {
	background: transparent;
    border-radius: 15px;
	box-shadow: none;
}
#dang-ky .row .col-dk-tv {
	position: relative;
	padding-top: 180px !important;
	z-index: 0;
	padding-left: 20px !important;
    padding-right: 20px !important;
}
#dang-ky .row .col-dk-tv:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 250px;
	background-image: url(/wp-content/uploads/2022/02/pop-up-ok.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 990;
}
.absolute-footer {
    border-top: 7px solid #de0a38;
}
.absolute-footer .text.title-has-bg span {
    display: inline-block;
    background-size: contain !important;
    margin-top: -59px;
    color: #000;
    background-image: url(/wp-content/uploads/2022/02/khoa-hoc-ngan-han.png);
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 30px 100px 20px 100px;
}
.absolute-footer h2 {
	color: #de0a38;
}
.col-lien-he .col-inner {
	background-image: url();
/* 	background-color: #fff; */
	border-top: 25px solid var(--primary-color);
	padding: 17px 20px;
	background-image: url(/wp-content/uploads/2022/02/Bg-1-svg.svg);
}
.col-lien-he .icon-box-left .icon-box-img+.icon-box-text {
    font-size: 14px;
}
.col-lien-he .icon-box {
	margin-bottom: 5px;
}
.col-lien-he .icon-box:last-child {
	margin-bottom: 0;
}
.col-form input[type=email], 
.col-form input[type=number], 
.col-form input[type=text], 
.col-form input[type=tel] {
	height: 42px;
	font-weight: 400;
}
.col-form input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    width: 100%;
	background-color: #de0a38;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.sec-footer textarea {
    min-height: 165px;
	font-weight: 400;
}
.row-ban-do {
	margin-top: -200px;
}
.row-ban-do p {
	margin-bottom: 0;
}
.sec-sp-hv .box {
	width: 20%;
}
.sec-sp-hv .col.col_sp-hv .col-inner {
	display: flex;
    flex-wrap: wrap;
}
.sec-sp-hv .box .box-image {
	transition: all .4s;
}
.sec-sp-hv .box:hover .box-image {
/* 	transform: scale(0); */
}
.sec-sp-hv .box .box-text {
    height: 100%;
    display: flex;
    align-items: center;
	opacity: 0;
	transform: scale(0);
    transition: all .4s;
}
.sec-sp-hv .box .box-text:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 1px;
	height: 35px;
	background-color: #fff;
}
.sec-sp-hv .box .box-text:after {
	position: absolute;
	left: 50%;
	top: 34px;
    content: "";
    margin-left: -15.5px;
    width: 30px;
    height: 30px;
	background-image: url(/wp-content/uploads/2022/02/tam-tron.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.sec-sp-hv .box:hover .box-text {
	opacity: 1;
	transform: scale(1);
    background-color: #fbc51791;
}
.sec-sp-hv .tabbed-content .nav .tab {
	margin-right: 15px;
}
.sec-sp-hv .tabbed-content .nav .tab:last-child {
	margin-right: 0;
}
.sec-sp-hv .tabbed-content .nav .tab a {
	border: 2px solid rgba(102,102,102,.85);
    border-radius: 7px;
}
.sec-sp-hv .tabbed-content .nav .tab.active a {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
    color: #fff;
}
.sec-sp-hv .tabbed-content .nav .tab:hover a {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
    color: #fff;
}
.col-dk-tv .col-inner {
    background-color: red;
    padding: 15px 10px 10px 10px;
    border-radius: 15px;
}
.col-dk-tv .col-inner input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
	background-color: red;
}
.col-dk-tv .wpcf7 {
    color: #fff;
    background-color: #fff;
	padding: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.col-dk-tv form.wpcf7-form {
    background-color: var(--primary-color);
    margin-bottom: 0;
    padding: 15px;
    border-radius: 15px;
	position: relative;
}
.col-dk-tv .form-flat input:not([type=submit]), .col-dk-tv select {
	background-color: #fff;
	font-weight: 400;
}
.col-dk-tv span.wpcf7-spinner {
    position: absolute;
    left: 0;
    bottom: 10px;
}
.sec-doi-tuong-tham-gia .box .box-image img {
	border-top-left-radius: 55px;
}
.sec-doi-tuong-tham-gia .box .box-text {
	padding: 15px;
    background-color: #fff;
}
.video-fit iframe {
    border: 7px solid var(--primary-color);
    border-radius: 15px;
}
.sec-khoa-hoc {
	margin-bottom: -100px;
    z-index: 99;
}
.sec-khoa-hoc .tabbed-content .nav .tab {
	margin: 0 30px;
}
.sec-khoa-hoc .tabbed-content .nav li.tab:nth-child(2).active a {
	color: #fe6b01;
}
.sec-khoa-hoc .tabbed-content .nav li.tab:nth-child(3).active a {
	color: #49ae1d;
}
.sec-khoa-hoc .tabbed-content .nav li.tab:nth-child(4).active a {
	color: #af22be;
}
.sec-khoa-hoc .tabbed-content .nav .tab a {
	font-family: "Anton", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 52px;
}
.sec-khoa-hoc .tabbed-content .nav .tab.active a {
	font-size: 30px;
	color: #0058b5;
}
.sec-khoa-hoc .text.text-left-slider {
    left: -119px;
    bottom: 132px;
    color: #0058b5;
}
.sec-khoa-hoc .row-tab2 .text.text-left-slider {
	left: -57px;
    bottom: 116px;
}
.sec-khoa-hoc .row-tab3 .text.text-left-slider {
	left: -30px;
    bottom: 89px;
}
.sec-khoa-hoc .row-tab4 .text.text-left-slider {
	left: -50px;
    bottom: 108px;
}
.sec-khoa-hoc img {
    border-top-left-radius: 63px;
    border-bottom-right-radius: 63px;
}
.mt-200 {
	margin-top: -200px;
}
.img-title-khnh {
	margin-top: -122px;
}
.text.text-left-slider {
    position: absolute;
    transform: rotate(270deg);
    left: -186px;
    bottom: 260px;
    font-size: 45px;
    line-height: 45px;
}
.section.sec-ct-dt:before {
    position: absolute;
    left: -245px;
    top: -77px;
    content: "";
    background-image: url(/wp-content/uploads/2022/02/Clound-hoc-do-hoa-cap-toc-4.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    z-index: 999;
    background-size: contain;
}
.section.sec-ct-dt:after {
    position: absolute;
    right: -245px;
    top: -77px;
    content: "";
    background-image: url(/wp-content/uploads/2022/02/Clound-hoc-do-hoa-cap-toc-4.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    z-index: 999;
    background-size: contain;
}
.sec-ct-dt .col_combo-kh img {
	border-top-left-radius: 63px;
    border-bottom-right-radius: 63px;
}
span.giam-gia {
    background-color: #08a927;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
    margin-left: 15px;
}
.text.title-border-left {
	position: relative;
	padding-left: 20px;
}
.text.title-border-left:before {
	position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 7px;
    height: 87%;
    background-color: #d10000;
}
.row-title {
	margin-top: -60px !important;
}
.text.title-has-bg span.tt {
	background-image: url(/wp-content/uploads/2022/02/khoa-hoc-ngan-han.png);
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
	padding: 20px 100px;
	font-size: 37px;
}
.text.title-has-bg span.txt {
	background: linear-gradient(to right, #d70018 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-gioi-thieu ul {
	padding-left: 35px;
}
.sec-gioi-thieu ul li {
	list-style: none;
	position: relative;
	margin-left: 0;
    padding-left: 25px;
	margin-bottom: 3px;
    font-size: 15px;
}
.sec-gioi-thieu ul li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
}
.text.title-custom h4 {
	color: var(--primary-color);
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.5px;
    font-weight: 400;
}
ul li {
	margin-bottom: 0 !important;
}

@-webkit-keyframes pulse{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulse{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
.pulse{
	-webkit-animation-name:pulse;
	animation-name:pulse;
}
.button-effect {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
a.button span {
	color: white;
	font-family: "Anton", sans-serif;
	font-weight: 400;
}
@media (max-width: 1024px) {
	.section.sec-ct-dt:after,
	.section.sec-ct-dt:before {
		content: none;
	}
	.sec-sp-hv .box {
		width: 33.333%;
	}
}
@media (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-title {
		margin-top: -49px !important;
	}
	.section.sec-ct-dt .text.title-has-bg span.tt {
		background-size: contain !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section.sec-ct-dt .text.title-has-bg span.txt {
		font-size: 30px;
	}
	.sec-sp-hv .box {
		width: 50%;
	}
	.img-title-khnh {
		margin-top: -77px;
	}
	.mt-200 {
		margin-top: -118px;
	}
	.sec-gioi-thieu ul {
		padding-left: 0px;
	}
	.text.title-has-bg span {
		padding-left: 52px;
		padding-right: 52px;
		font-size: 14px;
		background-size: contain !important;
	}
	.text.text-left-slider {
		left: -132px;
		bottom: 187px;
	}
}
@media (max-width: 549px) {
	.sec-sp-hv .tabbed-content .nav .tab a {
		font-size: 9px;
	}
	.sec-sp-hv .tabbed-content .nav .tab {
		margin-right: 7px;
	}
	.section.sec-ct-dt .text.title-has-bg span.txt {
		font-size: 17px;
	}
	.row-title {
		margin-top: -15px !important;
	}
	.sec-khoa-hoc .text.text-left-slider {
		left: -72px;
	}
	.sec-khoa-hoc .row-tab2 .text.text-left-slider {
		left: -85px;
	}
	.sec-khoa-hoc .row-tab4 .text.text-left-slider {
		left: -78px;
		bottom: 110px;
	}
	.sec-khoa-hoc .row-tab3 .text.text-left-slider {
		left: -59px;
	}
	.sec-khoa-hoc .tabbed-content .nav .tab {
		margin: 0 7px;
	}
	.sec-khoa-hoc .tabbed-content .nav .tab.active a {
		font-size: 18px;
	}
	.sec-khoa-hoc .tabbed-content .nav .tab a {
		font-size: 14px;
		line-height: 38px;
	}
	#dang-ky .row .col-dk-tv {
		padding-top: 145px !important;
	}
	.img-title-khnh {
		margin-top: -90px;
	}
}
@media (max-width: 480px) {
	.sec-khoa-hoc .tabbed-content .nav .tab {
		margin: 0px;
	}
	.sec-khoa-hoc .tabbed-content .nav .tab.active a,
	.sec-khoa-hoc .tabbed-content .nav .tab a {
		font-size: 12px;
		line-height: 28px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.img-may {
		margin-bottom: 24px;
	}
}
@media (max-width: 375px) {
	.img-title-khnh {
		margin-top: -70px;
	}
}
@media screen and (min-width: 550px)
	text-align: justify;
	}
}