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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Beautique Display */
@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Beautique Display';
    src: url('../fonts/Beautique-Display/BeautiqueDisplay-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
:root{
	--color-main: rgba(0, 78, 134, 1);
	--color-vang: rgba(255, 251, 240, 1);
	--color-bg: rgba(243, 244, 246, 1);
	--bg-btn: rgba(194, 155, 64, 1);
	--color-text: rgba(31, 41, 55, 1);
	--font:  "Montserrat", sans-serif;
	--font-title: 'Beautique Display';
}
body{
	font-family: var(--font) !important;
	color: var(--color-text) !important;
}
h1,h2,h3,h4,h5,h6, ul>li>a, .nav > li > a{
	font-family: var(--font) !important;
	color: var(--color-text);
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1230px;
}
.header-main .nav > li > a{
	font-size: 16px;
	text-transform: math-auto;
	font-weight: 400;
}
.header-main .nav > li.active > a{
	font-weight: 600;
}
.header-main .nav > li > a:hover{
    text-shadow: 0 0 1px var(--color-main);
	color: var(--color-main);
}
.sub-menu .menu-item.active a{
	font-weight: 600 !important;
	color: var(--color-main) !important;
}
a.header-top-btn {
    padding: 10px 32px !important;
    background-color: var(--color-main);
    color: #fff !important;
    border-radius: 8px;
	font-size: 14px !important;
}
h1{
	font-family: var(--font-title) !important;
}
.heading_title h2{
	font-size: 48px;
	margin-bottom: 10px;
	font-family: var(--font-title) !important;
	font-weight: 400;
	color: rgba(23, 23, 23, 1);
}
.home_ss2 .icon-box{
	background-color: rgba(243, 244, 246, 1);
	padding: 40px 20px;
	border-radius: 16px;
	cursor:pointer;
}
.home_ss2 .border-img img{
	border: 2px solid var(--bg-btn);
	border-radius: 50px;
	padding: 0px;
}
.home_ss2 .icon-box .icon-box-img{
	margin-bottom: 26px;
}
.home_ss2 .icon-box .icon-box-text h3{
	margin-bottom: 26px;
	color: var(--color-main);
	font-weight: 600;
}
.home_ss2 .icon-box .icon-box-text p{
	font-size: 16px;
	color: rgba(65, 77, 96, 1);
}
.home_ss2 .row_2 .col-inner,.home_ss2 .row_2 .col-inner .icon-box{
	height: 100%;
}
.home_ss2 .icon-box:hover{
	background-color: var(--color-main);
}
.home_ss2 .icon-box:hover .icon-box-text h3,.home_ss2 .icon-box:hover .icon-box-text p {
	color: #fff;
}

.home_ss3 .slider .slider_row{
	max-width: 50% !important;
	flex-basis: 50% !important;
}

.home_ss3 .slider .slider_row.is-selected{
	transform: scaley(1.1);
}
.home_ss3 .slider .flickity-slider{
	padding-top: 30px;
	padding-bottom: 30px;
}
.home_ss3 .slider_row .box{
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
}
.home_ss3 .slider_row .box-image{
	border-radius: 16px;
	height: 300px;
}
.home_ss3 .slider_row .box-image>div{
	width: 100%;
	height: 100%;
}
.home_ss3 .slider_row .box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_ss3 .slider_row .box-text{
	padding-bottom: 8px;
}
.home_ss3 .slider_row .box-text h4{
	font-size: 24px;
	color: var(--color-main);
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(172, 172, 172, 1);
	border-bottom-style: dashed;
	margin-top: 32px;
	font-family: var(--font-title) !important;
}
.home_ss3 .slider .flickity-viewport{
	min-height: 780px;
}
.home_ss3 .slider_row .box-text p{
	font-size: 16px;
	padding-top: 12px;
	color: rgba(55, 65, 81, 1);
	padding-bottom: 12px;
	min-height: 195px;
}
.home_ss3 .slider_row .box_btn a{
	padding: 16px 32px;
	background-color: #fff;
	border: 1px solid var(--bg-btn);
	color: var(--bg-btn);
	border-radius: 8px;
}
.home_ss3 .slider_row.is-selected .box_btn a{
	background-color: var(--bg-btn);
	color: #fff ;
}
.home_ss3 .flickity-page-dots{
	bottom: -30px;
}
.home_ss3 .flickity-page-dots .dot.is-selected{
	background-color: var(--color-main);
	width: 32px;
	border-radius: 3px !important;
	border: 0px;
}
.home_ss3  .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    background-color: rgba(209, 213, 220, 1);
	border: 0px;
}
.home_ss3 .heading_title p{
	max-width: 614px;
}
.home_ss3 .heading_title{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.home_ss4 .row_2{
	position: relative;
	padding-top: 20px;
}
.home_ss4 .row_2:before{
	content: "";
	background: url(/wp-content/uploads/2026/04/bg-tron.png) no-repeat center;
	background-size: contain;
	background-position: center;
	position: absolute;
	width: 90%;
	height: 90%;
	
}
.home_ss4 .row_2 .icon-box {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    max-width: 280px;
}
.home_ss4 .row_col-1 .col-inner {
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding-right: 25px;
    align-items: end;
}
.home_ss4 .row_col-1 {
	position: relative;
}
.home_ss4 .row_col-1:before {
    content: "";
    width: 85px;
    height: 65px;
    background: url(/wp-content/uploads/2026/04/icon-arrow-l.png) center no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -60px;
    right: 33px;
}
.home_ss4 .row_col-3{
	position: relative;
}
.home_ss4 .row_col-3:before {
    content: "";
    width: 75px;
    height: 47px;
    background: url(/wp-content/uploads/2026/04/icon-arrow-r.png) center no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -116px;
    left: 33px;
}
.home_ss4 .row_col-3 .col-inner{
	display: flex;
	flex-direction: column;
	padding-left: 25px;
}
.home_ss4 .row_col-3 .app{
	width: 204px !important;
}
.home_ss4 .row_col-3 .icon-box{
	margin-top: 8px;
}
.home_ss4 .icon-box h3{
	font-size: 20px;
	color: rgba(30, 36, 44, 1);
	margin-bottom: 8px;
}
.home_ss4 .icon-box p{
	font-size: 14px;
}
.home_ss4 .heading_title .box_btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_ss4 .heading_title .box_btn a{
	border: 1px solid var(--bg-btn);
	color: var(--bg-btn);
	padding: 12px 24px;
	font-weight: 600;
	border-radius: 8px;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	max-width: 303px;
}
.home_ss4 .heading_title .box_btn a:after{
    content: "";
    background: url(/wp-content/uploads/2026/04/arrow-1.png) center no-repeat;
    width: 20px;
    background-size: contain;
    background-position: center;
    display: block;
    height: 20px;
}
.home_ss5 .slider .img,.home_ss5 .slider .img-inner{
	width: 100%;
	height: 488px;
}

.home_ss5 .slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    object-position: bottom;
}
.home_ss5 .slider .flickity-page-dots {
    bottom: 15px;
}
.home_ss5 .slider .flickity-page-dots .dot.is-selected {
    background-color: var(--color-main);
    width: 32px;
    border-radius: 3px !important;
    border: 0px;
}
.home_ss5 .slider {
	padding-bottom: 50px;
}
.home_ss5 .slider .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    background-color: rgba(209, 213, 220, 1);
    border: 0px;
}
.home_ss5 .col-text{
	padding-left: 30px;
}
.home_ss5 .box_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.home_ss5 .box_btn a{
	background-color: var(--bg-btn);
	padding: 12px 32px;
	color: #fff;
	border-radius: 8px;
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	font-size: 16px;
}
.home_ss5 .ux-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	gap: 12px;
}
.home_ss5 .ux-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
	gap: 12px;
}
.home_ss5 .ux-menu h4 {
    width: 100%;
    font-size: 17px;
    text-transform: math-auto;
    font-weight: 500;
    line-height: 1;
    min-height: auto;
}
.home_ss5 .ux-menu ul li{
	max-width: calc(50% - 12px);
	flex-basis: calc(50% - 12px);
	margin: 0px;
}
.home_ss5 .ux-menu ul li {
    border: 1px solid var(--bg-btn);
    color: var(--bg-btn);
    font-size: 14px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
	padding: 4px 8px;
}
.home_ss5 .heading_title h2{
	font-weight: 400;
	padding-right: 30px;
}
.home_ss6 .heading_title{
	max-width: 870px;
}
.home_ss6 .heading_title p{
	margin-bottom: 10px;
}
.home_ss6 .banner{
	max-width: 35%;
	flex-basis: 35%;
	margin: 0px 12px !important;
}
.home_ss6 .flickity-button {
    transform: translateX(0%) !important;
	opacity: 1 !important;
    top: -100px;
    width: 60px;
    height: 60px;
}
.home_ss6 .flickity-button svg{
	display: none;
}
.home_ss6 .slider .previous{
	background: url(/wp-content/uploads/2026/04/arrow-l.png) center no-repeat;
	background-position: center;
	background-size: contain;
	right: 120px;
	left: auto;
}
.home_ss6 .slider .next {
    background: url(/wp-content/uploads/2026/04/arrow-r.png) center no-repeat;
    background-position: center;
    background-size: contain;
    right: 94px;
    transform: translateX(-120%) !important;
}
.home_ss6 .box_img{
	height: 600px;
	border-radius: 16px;
	overflow: hidden;
}
.home_ss6 .box_img .banner-inner{
	position: relative;
}
.home_ss6 .box_img .button_absolute {
    position: absolute !important;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_ss6 .box_img .video-button-wrapper{
	width: 64px;
	height: 64px;
}
.home_ss6 .box_img .video-button-wrapper a{
	margin: 0px;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.home_ss6 .box_img .video-button-wrapper a:hover{
	background-color: var(--bg-btn);
	border-color:  var(--bg-btn);
}
.home_ss6 .box_img .button_absolute .video-button-wrapper,.home_ss6 .box_img .button_absolute .text-box-content,.home_ss6 .box_img .button_absolute .text-inner, .home_ss6 .box_img .button_absolute .video-button-wrapper {
	width:100%;
	position: absolute;
	height: 100%;
	top: 0;
	left:0;
}
.home_ss6 .box_img .button_absolute .video-button-wrapper a{
	border: 0px solid;
}
.home_ss6 .box_img .button_absolute .video-button-wrapper i{
	display: none;
}
.home_ss6 .box_img .button_absolute .video-button-wrapper a:hover{
	background-color: rgb(255 255 255 / 0%);
	border-color:  rgb(255 255 255 / 0%);
}
.home_ss6 .box_img .text-inner.text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 0px 30px 20px 30px;
}
.home_ss6 .box_img .text-inner .text_info h3{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0px; 
	line-height: 1.4;
}
.home_ss6 .box_img .text-inner .text_info p{
	margin: 0px;
	font-size: 15px;
}
.home_ss6 .box_img .text-inner.text-center>div {
	margin: 0px !important;
}
.footer_ss1 .bg_row{
	background-color: var(--color-main);
	border-radius: 16px;
	padding: 40px;
}
.footer_ss1 .bg_row .box_btn{
	margin-top: 24px;
}
.footer_ss1 .bg_row .box_btn a{
	padding: 8px 24px;
	border-radius: 8px;
	background-color: var(--bg-btn);
	color: #fff;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.footer_ss1 .bg_row .box_btn a:after {
    content: "";
    background: url(/wp-content/uploads/2026/04/arrow-1.png) center no-repeat;
    width: 20px;
    height: 10px;
    display: block;
    background-size: contain;
    background-position: center;
    filter: sepia(1) brightness(10);
}
.footer_ss1 .icon-box{
	padding-left: 30px;
}
.footer_ss1 .icon-box-text h3{
	font-size: 48px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 24px;
	font-family: var(--font-title) !important;
	font-weight: 400;
}
.footer_ss1 .icon-box-text p{
	color: #fff;
}
.footer_ss1 .bg_row .col{
	padding-bottom: 0px;
}
.footer_ss1 .box_text{
	background-color: #fff;
	border-radius: 16px;
	padding: 32px;
}
.footer_ss1 .box_text h4{
	font-size: 36px;
	color: rgba(15, 23, 34, 1);
	margin-bottom: 10px;
	font-family: var(--font-title) !important;
}
.footer_ss1 .box_text p{
	color: rgba(55, 65, 81, 1)
}
.footer_ss1 .box_text ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer_ss1 .box_text ul li{
	margin: 0px;
	position: relative;
	display: flex;
	gap: 10px;
}
.footer_ss1 .box_text ul li:before{
	content:"";
	background: url(/wp-content/uploads/2026/04/Icon-check.png) center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	margin-top: 5px;
}
.footer_ss1 .box_text ul .title{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-main);
	line-height: 24px;
	position: relative;
}
.footer_ss1 .box_text ul li p{
	font-size: 14px;
	color: rgba(31, 41, 55, 1);
	margin-bottom: 0px;
}
.footer_ss2 .box_sale{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.footer_ss2 .box_sale .item{
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 12px 32px;
	color: rgba(0, 0, 0, 1);
	display: flex;
	align-items: center;
	border-radius: 8px;
	gap: 10px;
	background-color: #fff;
}
.footer_ss2 .box_sale .item:before{
	content:"";
	background: url(/wp-content/uploads/2026/04/Icon-lich-black.png) center no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
}
.footer_ss2 .heading_title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer_ss2 .heading_title p{
	max-width: 656px;
}
.footer_ss2 .box_btn{
	display: flex;
	justify-content: center;
	gap: 16px;
}
.footer_ss2 .box_btn .btn_talk a{
	padding: 16px 32px;
	background-color: var(--color-main);
	color: #fff;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}
.footer_ss2 .box_btn .btn_talk a:after{
	content:"";
	background: url(/wp-content/uploads/2026/04/arrow-1.png) center no-repeat;
	width: 20px;
	height: 10px;
	display: block;
	background-size: contain;
	background-position: center;
	filter: sepia(1) brightness(10);
}
.footer_ss2 .box_btn .btn_call a{
	padding: 16px 32px;
	border: 1px solid var(--bg-btn);
	color: var(--bg-btn);
	border-radius: 8px;
	display: inline-block;
	font-weight: 600;
}
.footer_ss2 .list_interes ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 16px;
	align-items: center;
	margin-top: 34px;
}
.footer_ss2 .list_interes ul li{
	margin: 0px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.footer_ss2 .list_interes ul li:before{
	width: 18px;
	height: 18px;
	content: "";
	display: block;
	background: url(/wp-content/uploads/2026/04/check.png) center no-repeat;
	background-size: contain;
	background-position: center;
}
.footer_ss3{
	background: url(/wp-content/uploads/2026/04/footer-bg.png) no-repeat center;
	background-size: cover;
	background-position: center;
	background-color: #fffbf0;
}
.footer_ss3 .colum_1 .menu-item .ux-menu-link__link{
	border: 0px solid;
	color: #fff;
}
.footer_ss3 .colum_1 .follow-icons{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.footer_ss3 .colum_1 .follow-icons a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_ss3 .colum_1 .follow-icons a i{
	color: var(--color-main);
}
.footer_ss3 .ux-menu-title {
    color: #fff;
    font-size: 18px;
    text-transform: math-auto;
    font-weight: 500;
}
.footer_ss3 .col .menu-item .ux-menu-link__link{
	border: 0px solid;
	color: #fff;
}
.footer_ss3 .menu_ngang {
	display: flex;
	flex-direction: row;
}
.footer_ss3 .menu_ngang .menu-item {
    padding-right: 12px;
    margin-right: 12px !important;
    border-right: 1px solid #fff !important;
}
.footer_ss3 .menu_ngang .menu-item .ux-menu-link__link {
    border: 0px solid;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    min-height: auto;
}
.footer_ss3 .copyright p{
	color: #fff;
	font-size: 14px;
}
.copyright p{
	text-align: left;
}
.absolute-footer{
	display: none;
}
.page_ss1 .page_breadcrumb ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 50px;
}
.page_ss1 .page_breadcrumb ul li{
	margin: 0px;
}
.page_ss1 .page_breadcrumb ul li a{
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page_ss1 .page_breadcrumb ul li a:after{
	content:"";
	width: 10px;
	height: 10px;
	background: url(/wp-content/uploads/2026/04/arrow-2.png) center no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.page_ss1 .page_breadcrumb ul li a.active{
	color: var(--bg-btn);
}
.page_ss1 .page_breadcrumb ul li:last-child a:after{
	display: none;
}
.page_ss1 .bg{
	position: relative;
}
.page_ss1 .bg:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2026/04/pattern.png) center;
	display: block;
	top: 0;
	left: 0;
}
.page_ss2 .custom_video{
	margin-bottom: 0px;
}
.page_ss2 .row_2 .col-inner{
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 16px;
	overflow: hidden;
}
.page_ss2 .row_2 .box_text{
	padding: 24px;
}
.page_ss2 .row_2 .box_text h4{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0px;
}
.page_ss2 .row_2 .box_text p{
	margin-bottom: 0px;
	font-size: 14px;
}
.page_ss2 .heading_title p{
	margin-bottom: 0px;
	text-align: right;
}
.page_ss3 .row_2{
	background-color: rgba(250, 245, 232, 1);
	border-radius: 12px;
	padding: 32px 24px;
	margin-bottom: 40px;
}
.page_ss3 .row_2 .col{
	padding: 0px !important;
}
.page_ss3 .row_2 .box_item{
	border-right: 1px solid var(--bg-btn);
}
.page_ss3 .row_2 .col:last-child .box_item{
	border-right: 0px solid var(--bg-btn);
}
.page_ss3 .row_2 .box_item .number{
	font-size: 60px;
	color: rgba(212, 171, 87, 1);
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 3px;
}
.page_ss3 .row_2 .col:nth-child(2) .box_item .number:after{
	content:"";
	width: 16px;
	height: 16px;
	display: block;
	background: url(/wp-content/uploads/2026/04/Icon-star.png) center no-repeat;
	background-size: contain;
}
.page_ss3 .row_2 .box_item p{
	font-weight: 500;
	color: #1F2937;
	margin-bottom: 0px;
}
.page_ss3 .row_slider .slider_item{
	max-width: 35% !important;
	flex-basis: 35%;
	padding: 10px;
	opacity:1 !important;
}
.page_ss3 .row_slider .slider_item .icon-box.item{
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 3px #ccc;
	padding: 40px;
}
.page_ss3 .row_slider .slider_item .star-rating span:before{
	color: #EAB308;
}
.page_ss3 .row_slider .slider_item p{
	color: #121C2A;
	font-style: normal;
}
.page_ss3 .row_slider .slider_item .icon-box-text h3{
	margin-bottom: 0px; 
	font-size: 16px;
	color:#236192;
}
.page_ss3 .row_slider .slider_item .testimonial-text .icon-box-text p{
	margin-bottom: 0px;
	font-size: 12px;
}
.page_ss3 .row_slider .flickity-page-dots{
	bottom: -10px;
}
.page_ss3 .row_slider .flickity-page-dots .dot.is-selected{
	background-color: var(--color-main);
	width: 32px;
	border-radius: 3px !important;
	border: 0px;
}
.page_ss3 .row_slider .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    background-color: rgba(209, 213, 220, 1);
	border: 0px;
}
.unlimited_ss2 .box_img{
	border-radius: 16px; 
	overflow: hidden;
}
.unlimited_ss2 .box_img .text_video p {
    margin-bottom: 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: #ccccccab;
    font-size: 14px;
    font-weight: 600;
}
.unlimited_ss2 .box-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: rgb(0,0,0,0.2);
}
.unlimited_ss2 .box-text .button.icon {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0);
}
.unlimited_ss2 .box_text h4{
	font-weight: 400;
	font-size: 20px;
	color: #1F2937;
}
.unlimited_ss2 .box_text h4 strong{
	color: #003B63;
}
.unlimited_ss3 .row_2 .icon-box{
	position: relative;
}
.unlimited_ss3 .row_2 .icon-box:before{
	content:"1";
	width: auto;
	height: auto;
	top: -9px;
	right: 0;
	display: block;
	color: rgb(156 163 175 / 20%);
	position: absolute;
	font-size: 150px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--font-title);
}
.unlimited_ss3 .row_2 .col:nth-child(2) .icon-box:before{
	content:"2";
}
.unlimited_ss3 .row_2 .col:nth-child(3) .icon-box:before{
	content:"3";
}
.unlimited_ss3 .row_2 .icon-box-text h3{
	font-size: 24px;
	color: #003B63;
	border-bottom: 1px solid var(--bg-btn);
	padding-bottom: 16px;
	margin-bottom: 36px;
}
.unlimited_ss3 .heading_title span{
	font-size: 14px;
	color: #D4AB57;
}
.unlimited_ss3 .heading_title h2{
	font-weight: 500 !important;
}
.unlimited_ss4 .row_2 .col-inner, .unlimited_ss4 .row_2 .col-inner .box{
	height: 100%;
}
.unlimited_ss4 .row_2 .box-image, .unlimited_ss4 .row_2 .box-image>div{
	width: 100%;
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
}

.unlimited_ss4 .row_2 .box{
	background-color: #fff;
	padding: 16px;
	border-radius: 16px;
}
.unlimited_ss4 .row_2 .box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.unlimited_ss4 .row_2 .box-text h4{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
	color: #0F1722;
}
.unlimited_ss4 .row_2 .box-text p {
    font-size: 16px;
    color: #374151;
    margin-bottom: 24px;
    min-height: 50px;
}
.unlimited_ss4 .box_btn a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 32px;
	border-radius: 8px;
	background-color: var(--bg-btn);
}
.mobile_ss2 .row_col-3 .col-inner{
	gap: 50px;
}
.mobile_ss2 .box_icon-1 h4{
	font-size: 14px;
}
.mobile_ss2 .row_3 .col-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
}
.mobile_ss2 .row_3 .img, .mobile_ss2 .row_3 .img-inner{
	max-width: 180px;
	height: 60px;
	margin-bottom: 0px;
}
.mobile_ss2 .row_3 .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.learning_ss2 .section-bg-overlay {
    background:url(/wp-content/uploads/2026/04/bg.png) center;
	background-position: center;
	background-size: cover;
	background-repeat: round;
	opacity: 0.6;
}
.learning_ss2 .list_calendar h4{
	font-family: var(--font-title) !important;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 8px;
	color: rgba(15, 23, 34, 1);
}
.learning_ss2 .list_calendar ul{
	list-style: none;
	margin: 0px;
}
.learning_ss2 .list_calendar ul li{
	display: flex;
	margin: 0px;
	gap: 26px;
}
.learning_ss2 .list_calendar ul li .number{
	font-size: 36px;
	font-family: var(--font-title);
	color: rgba(18, 28, 42, 0.1);
	font-weight: 500;
}
.learning_ss2 .list_calendar ul li .box{
	position: relative;
	padding-left: 26px;
}
.learning_ss2 .list_calendar ul li .box:before{
	content:"";
	position: absolute;
	top: 16px;
	left: 0px;
	background-color: var(--bg-btn);
	width: 1px;
	height: 100%;
	display: block;
}
.learning_ss2 .list_calendar ul li .box:after{
	content:"";
	position: absolute;
	top: 16px;
	left: -8px;
	background-color: var(--bg-btn);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 3px solid #fff;
	display: block;
}
.learning_ss2 .list_calendar ul .item{
	display: flex;
	align-items: center;
	gap: 16px;
}
.learning_ss2 .list_calendar ul .item p{
	margin-bottom: 0px; 
	padding: 6px 14px; 
	background-color: #004e86;
	border-radius: 16px;
	color: #fff;
}
.learning_ss2 .list_calendar ul li:last-child .box:before{
	display: none;
}
.learning_ss2 .list_calendar .title_text{
	color: #D4AB57; 
	font-size: 14px;
	margin-bottom: 16px;
}
.learning_ss2 .img img{
	border-radius: 12px;
}
.edusave_ss1{
	padding-top: 100px !important;
}
.edusave_ss2 .box_text h3{
	font-weight: 500;
	font-family: var(--font-title) !important;
	font-size: 24px;
}
.page_ss2 .heading_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.learn_envi_ss2 .img img{
	padding-bottom: 20px;
	border-bottom: 4px solid rgba(194, 155, 64, 1);
}

.learn_envi_ss2 .row_1 .box_text p{
	margin-bottom: 0px;
	font-size: 34px;
	font-weight: 500;
	font-family: var(--font-title);
}
.learn_envi_ss2 .row_1 .box_text p strong{
	color: var(--color-main);
	font-weight: 600;
}
.learn_envi_ss3 .row_1 img{
	border-radius: 16px;
}
.learn_envi_ss3 .row_1, .learn_envi_ss3 .row_2{
	padding-bottom: 50px;
}
.learn_envi_ss3 .row_2 .slider img{
	border-radius: 16px;
}
.learn_envi_ss3 .slider .flickity-page-dots {
    bottom: -30px;
}
.learn_envi_ss3 .slider .flickity-page-dots .dot {
    height: 8px;
    width: 8px;
    background-color: rgba(209, 213, 220, 1);
    border: 0px;
}
.learn_envi_ss3 .slider .flickity-page-dots .dot.is-selected {
    background-color: var(--color-main);
    width: 32px;
    border-radius: 3px !important;
    border: 0px;
}
.learn_envi_ss3 .row_2 .box_text h3{
	font-size: 34px;
	font-family: var(--font-title) !important;
	font-weight: 500;
}
.learn_envi_ss3 .row_2 .box_text h4{
	font-size: 30px;
	font-family: var(--font-title) !important;
	font-weight: 500;
	border-left: 2px solid rgba(194, 155, 77, 1);
	padding-left: 30px;
	color: rgba(13, 58, 95, 1);
}
.learn_envi_ss3 .row_3 .box_text h3{
	font-size: 34px;
	font-family: var(--font-title) !important;
	font-weight: 500;
}
.learn_envi_ss4 .gallery-col img,.learn_envi_ss4 .gallery-col .box-image{
	border-radius: 8px;
}
.learn_envi_ss4 .box_gallery .gallery-col{
	padding: 12px !important;
}
.footer_ss3 .menu_ngang .menu-item:last-child {
    border-right: 0px solid #fff !important;
}
.box_center {
		align-items: center;
	}

@media (min-width: 1500px){
	.home_ss3 .slider .slider_row{
		max-width: 30% !important;
		flex-basis: 30% !important;
	}
}









@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    -webkit-overflow-scrolling: touch;
    background-color: var(--color-main);
}
.off-canvas .nav-vertical>li>a , .mfp-content i,.mfp-content .nav-vertical>li>ul li a{
    color: #fff;
}
.home_ss3 .slider_row .box-image {
    height: 258px;
}
.home_ss3 .slider .slider_row {
    max-width: 60% !important;
    flex-basis: 60% !important;
}	
.home_ss4 .row_col-1 .col-inner {
    padding-right: 0px;

}
.home_ss4 .row_col-3:before {
    top: -66px;
}	
.home_ss4 .row_2 .icon-box {
    padding: 12px;
}	
.home_ss4 .row_col-1:before {
    bottom: -18px;
}	
.home_ss6 .banner {
    max-width: 50%;
    flex-basis: 50%;
}	
.home_ss6 .heading_title {
    padding-bottom: 50px;
}
.home_ss6 .slider .next {
    right: 0;
}	
.home_ss6 .slider .previous {
    right: 180px;
}	
.page_ss3 .row_slider .slider_item {
    max-width: 50% !important;
    flex-basis: 50%;
}	

	
}
/* end table  */

@media only screen and (max-width: 500px) {
	.heading_title h2 {
		font-size: 36px;
	}
    .home_ss3 .slider .slider_row {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
	.home_ss3 .slider_row .box-text h4 {
		color: rgba(15, 23, 34, 1);
	}
	.home_ss3 .slider_row .box-text p{
		font-size: 14px;
	}
	.home_ss3 .slider .slider_row.is-selected {
		transform: scaley(1);
	}
	.home_ss3 .slider_row .box-image {
        height: 238px;
    }
	.home_ss4 .row_2 .icon-box {
        max-width: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }
	
	.home_ss4 .row_col-1:before,.home_ss4 .row_col-3:before{
		display: none;
	}
	.home_ss4 .row_col-3 .col-inner {
		flex-direction: column-reverse;
		padding-left: 0px;
	}
	.home_ss4 .row_col-3 .icon-box{
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	.home_ss4 .row_col-3 .app {
		width: 100% !important;
	}
	.home_ss5 .slider .img, .home_ss5 .slider .img-inner {
		width: 100%;
		height: 295px;
	}
	.home_ss6 .banner {
        max-width: 100%;
        flex-basis: 100%;
    }
	.home_ss6 .box_img .text-inner .text_info h3 {
		font-size: 19px;
	}
	.home_ss6 .box_img .text-inner.text-center {
		padding: 0px 20px 20px 20px;
	}
	.home_ss6 .box_img {
		height: 480px;
	}
	.footer_ss1 .bg_row {
		padding: 20px 0px;
	}
	.footer_ss1 .icon-box-text h3 {
		font-size: 36px;
	}
	.footer_ss1 .icon-box {
		padding-left: 0;
		padding-bottom: 30px;
	}
	.footer_ss3 .menu_ngang {
		flex-wrap: wrap;
		gap: 10px;
	}
	.footer_ss3 .row_2{
		flex-direction: column-reverse;
		display: flex;
	}
	.footer_ss2 .list_interes ul {
		padding-left: 52px;
		align-items: baseline;
		flex-direction: column;
	}
	.footer_ss2 .box_btn {
		flex-direction: column;
		align-items: center;
	}
	.footer_ss2 .box_btn .btn_talk{
		width: 250px;
	}
	.footer_ss2 .box_btn .btn_talk a {
		width: 100%;
		justify-content: center;
	}
	.footer_ss2 .box_sale .item {
		padding: 12px 16px;
		font-size: 14px;
	}
	.page_ss1 .page_breadcrumb ul{
		display: none;
	}
	.page_ss2 .heading_title {
		justify-content: end;
		align-items: flex-start;
		flex-direction: column;
	}
	.page_ss2 .heading_title p {
		text-align: left;
	}
	.page_ss3 .row_2 .box_item {
		border-right: 0px solid var(--bg-btn);
	}
	.page_ss3 .row_2 {
		gap: 30px;
	}
	.page_ss3 .row_slider .slider_item {
        max-width: 100% !important;
        flex-basis: 100%;
    }
	.mobile_ss2 .row_col-3 .icon-box {
        margin-bottom: 0px;
    }
	.mobile_ss2 .row_col-3 .col-inner {
		gap: 15px;
	}
	.learning_ss2 .list_calendar ul .item{
		flex-wrap: wrap;
	}
	.learning_j_ss2, .unlimited_ss4 {
		padding: 50px 0px !important;
	}
	.learn_envi_ss2 .row_1 .box_text p {
		font-size: 18px;
	}
	.learn_envi_ss2 .row_1 .col{
		padding-bottom: 0px !important;
	}
	.learn_envi_ss3 .row_1, .learn_envi_ss3 .row_2{
		padding-bottom: 5px;
	}
	.learn_envi_ss3 .row_2{
		flex-direction: column-reverse;
	}
	.learn_envi_ss3 .row_2 .box_text h4 {
		line-height: 1.2;
	}
	.footer_ss3 .menu_ngang .menu-item{
		margin-right: 0px !important;
	}
	.footer_ss3{
		padding-bottom: 10px !important;
	}
	
	.home_ss5 .ux-menu .menu-item {
		max-width: 100%;
		flex-basis: 100%;
	}
	.vp-center .player {
		overflow: hidden;
		max-width: 100% !important;
		height: auto !important;
	}
	.player {
		overflow: hidden;
		max-width: 100% !important;
		height: 400px !important;
	}
	.box_center {
		align-items: center;
	}
	.home_ss5 .ux-menu ul li{
		max-width: 100%;
		flex-basis: 100%;
	}
	.learning_ss2 .section-bg-overlay {
		background-repeat: repeat;
	}
}