/*!
Theme Name: cycvietnam
Theme URI: https://duhoctrungquochoalinh.edu.vn/
Author: duhoctrungquochoalinh.edu.vn
Author URI: https://duhoctrungquochoalinh.edu.vn/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cycvietnam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cycvietnam is based on Underscores https://duhoctrungquochoalinh.edu.vn/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--vh: 1vh;
	--primary: #0067c8;
	--primary-dark: #004a99;
	--dark: #08346f;
	--text: #1f2f46;
	--muted: #66758d;
	--light: #f4f9ff;
	--border: #e3edf8;
	--shadow: 0 12px 35px rgba(8, 52, 111, 0.08);
	--radius: 18px;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: var(--text);
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	transition: 0.4s;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button:focus,
input:focus,
select:focus {
	outline: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	transition: 0.6s;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #333;
	transition: 0.4s;
}

a:visited {
	text-decoratioN: none;
}

a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoratioN: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 5px;
	/* padding: 3px; */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	background: #f2f2f2;
	padding-bottom: 5px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 6px 0 0;
	font-size: 15px;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery figure {
	margin: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Homepage */
.container {
	max-width: 1170px;
}

.section-padding {
	padding: 64px 0;
}

.section-title {
	color: var(--dark);
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 32px;
	text-align: center;
}

.btn-main {
	background: linear-gradient(135deg, var(--primary), var(--primary-dark));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 20px rgba(0, 103, 200, 0.18);
	color: #fff;
	font-weight: 700;
	padding: 12px 24px;
	transition: 0.4s;
}

.btn-main:hover {
	color: #fff;
	transform: translateY(-2px);
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 24px rgba(0, 47, 108, 0.06);
	position: sticky;
	top: 0;
	z-index: 999;
}

.site-header .navbar {
	padding: 14px 0;
}

.navbar-brand img {
	height: 58px;
	width: auto;
}

.navbar-brand .site-name {
	color: var(--dark);
	font-size: 22px;
	font-weight: 700;
}

.navbar-nav .menu-item {
	position: relative;
}

.navbar-nav .menu-item > a {
	color: #14233d;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 15px;
}

.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .menu-item > a:hover {
	color: var(--primary);
}

.navbar-nav .sub-menu {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 10px;
	box-shadow: var(--shadow);
	display: none;
	left: 0;
	list-style: none;
	min-width: 230px;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	z-index: 20;
}

.navbar-nav .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.navbar-nav .sub-menu a {
	color: var(--text);
	display: block;
	padding: 8px 16px;
}

.header-actions,
.hotline {
	align-items: center;
	display: flex;
}

.header-actions {
	gap: 16px;
}

.hotline {
	color: var(--primary);
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	white-space: nowrap;
}

.hotline i {
	align-items: center;
	border: 2px solid #d7ecff;
	border-radius: 50%;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.hotline small {
	display: block;
	font-weight: 500;
}

.hero-carousel,
.hero-carousel .carousel-item img {
	width: 100%;
}

.hero-swiper {
	width: 100%;
}

.hero-swiper .swiper-slide > a {
	display: block;
}

.hero-swiper .swiper-slide img {
	display: block;
	height: 560px;
	object-fit: cover;
	width: 100%;
}

.swiper-nav {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 52, 111, 0.18);
	color: var(--primary);
	display: flex;
	font-size: 20px;
	height: 58px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.25s;
	width: 58px;
	z-index: 10;
}

.swiper-nav:hover,
.swiper-nav:focus {
	background: var(--primary);
	color: #fff;
}

.swiper-nav.swiper-button-disabled {
	cursor: default;
	opacity: 0.35;
}

.hero-swiper-prev {
	left: 42px;
}

.hero-swiper-next {
	right: 42px;
}

.hero-swiper .swiper-nav {
	opacity: 0.3;
}

.hero-swiper:hover .swiper-nav,
.hero-swiper:focus-within .swiper-nav {
	opacity: 1;
}

.hero-swiper .swiper-nav.swiper-button-disabled {
	opacity: 0.15;
}

.hero-swiper-pagination {
	bottom: 26px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	height: 11px;
	opacity: 1;
	transition: 0.25s;
	width: 11px;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
	background: var(--primary);
	border-radius: 999px;
	width: 28px;
}

.hero-carousel .carousel-item > a {
	display: block;
}

.hero-carousel .carousel-item img {
	height: 560px;
	object-fit: cover;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 52, 111, 0.18);
	height: 58px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
}

.hero-carousel .carousel-control-prev {
	left: 42px;
}

.hero-carousel .carousel-control-next {
	right: 42px;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
	background-image: none;
	height: 16px;
	position: relative;
	width: 16px;
}

.hero-carousel .carousel-control-prev-icon::before,
.hero-carousel .carousel-control-next-icon::before {
	border-color: var(--primary);
	border-style: solid;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	top: 2px;
	width: 12px;
}

.hero-carousel .carousel-control-prev-icon::before {
	border-width: 0 0 3px 3px;
	left: 4px;
	transform: rotate(45deg);
}

.hero-carousel .carousel-control-next-icon::before {
	border-width: 3px 3px 0 0;
	right: 4px;
	transform: rotate(45deg);
}

.stats-wrap {
	margin-top: -52px;
	position: relative;
	z-index: 10;
}

.stats-box,
.university-card,
.scholarship-card,
.benefit-wrap,
.news-card,
.form-section {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.stats-box,
.form-section,
.news-card {
	overflow: hidden;
}

.stat-item {
	align-items: center;
	border-right: 1px solid var(--border);
	display: flex;
	gap: 16px;
	height: 100%;
	padding: 28px 24px;
}

.stat-icon,
.reason-icon,
.scholarship-item > i {
	align-items: center;
	background: #eef7ff;
	color: var(--primary);
	display: flex;
	justify-content: center;
}

.stat-icon {
	border-radius: 50%;
	flex: 0 0 58px;
	font-size: 25px;
	height: 58px;
}

.stat-number {
	color: var(--dark);
	font-size: 28px;
	font-weight: 700;
}

.stat-text {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

.university-head,
.section-heading {
	position: relative;
}

.university-section .carousel {
	position: relative;
}

.university-section .carousel-item .row {
	align-items: stretch;
}

.university-section .carousel-item [class*="col-"] {
	display: flex;
}

.university-slider-wrap {
	position: relative;
}

.university-swiper {
	overflow: hidden;
	padding: 2px;
}

.university-swiper .swiper-wrapper {
	align-items: stretch;
}

.university-swiper .swiper-slide {
	display: flex;
	height: auto;
}

.university-swiper-prev,
.university-swiper-next {
	font-size: 18px;
	height: 44px;
	width: 44px;
}

.university-swiper-prev {
	left: -60px;
}

.university-swiper-next {
	right: -60px;
}

.section-link {
	color: var(--primary);
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 8px;
}

.university-card {
	height: 100%;
	padding: 24px 18px 16px;
	transition: 0.25s;
	width: 100%;
}

.university-card-link {
	color: inherit;
	display: block;
	height: 100%;
}

.university-card-link:hover {
	color: inherit;
}

.university-card:hover,
.news-card:hover {
	transform: translateY(-5px);
}

.uni-logo {
	align-items: center;
	border: 2px solid #e6f1ff;
	border-radius: 50%;
	color: var(--primary);
	display: flex;
	font-size: 30px;
	height: 74px;
	justify-content: center;
	margin: 0 auto 16px;
	width: 74px;
}

.uni-logo img {
	height: 56px;
	object-fit: contain;
	width: 56px;
}

.university-card h3 {
	color: var(--dark);
	font-size: 18px;
	font-weight: 700;
	min-height: 44px;
	text-align: center;
}

.university-card p {
	color: var(--primary);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.uni-img {
	border-radius: 14px;
	height: 150px;
	object-fit: cover;
	width: 100%;
}

.uni-control {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 50%;
	box-shadow: var(--shadow);
	color: var(--primary);
	display: flex;
	font-size: 18px;
	height: 44px;
	justify-content: center;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.uni-control.carousel-control-prev {
	left: -22px;
}

.uni-control.carousel-control-next {
	right: -22px;
}

.uni-control:hover,
.uni-control:focus {
	background: var(--primary);
	color: #fff;
	opacity: 1;
}

.why-section {
	padding: 40px 0 56px;
}

.info-title {
	color: var(--dark);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 28px;
}

.reason-item,
.scholarship-item {
	display: flex;
	gap: 16px;
	margin-bottom: 22px;
}

.reason-icon,
.scholarship-item > i {
	border-radius: 14px;
	flex: 0 0 50px;
	font-size: 20px;
	height: 50px;
}

.reason-item h3,
.scholarship-item h3,
.benefit-item h3 {
	color: var(--dark);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.reason-item p,
.scholarship-item p,
.benefit-item p {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

.why-image-wrap {
	border-radius: 28px;
	box-shadow: var(--shadow);
	height: 100%;
	min-height: 440px;
	overflow: hidden;
	position: relative;
}

.why-image-wrap img {
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	width: 100%;
}

.why-image-badge {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 18px;
	bottom: 24px;
	left: 24px;
	padding: 18px 20px;
	position: absolute;
	right: 24px;
}

.why-image-badge strong,
.why-image-badge span {
	display: block;
}

.why-image-badge strong {
	color: var(--dark);
	font-size: 18px;
}

.why-image-badge span {
	color: var(--muted);
	font-size: 14px;
}

.scholarship-card {
	height: 100%;
	padding: 30px;
}

.benefits-section,
.testimonials-section,
.contact-section {
	padding-bottom: 64px;
}

.university-search-page {
	background: #f7fbff;
}

.university-search-hero {
	background: linear-gradient(90deg, #0b45af, #1476d4);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 34px 0 28px;
}

.university-search-hero-content {
	max-width: 720px;
}

.university-search-hero h1 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 8px;
}

.university-search-hero p {
	font-size: 15px;
	margin-bottom: 20px;
	opacity: 0.92;
}

.university-search-form {
	align-items: end;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 18px 35px rgba(7, 49, 116, 0.18);
	display: grid;
	gap: 16px;
	grid-template-columns: 1.3fr 1fr 1fr auto;
	padding: 16px;
}

.university-filter-field label,
.university-sort-form label {
	color: #17233a;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.university-filter-control {
	align-items: center;
	border: 1px solid #dce7f4;
	border-radius: 8px;
	display: flex;
	gap: 10px;
	height: 48px;
	padding: 0 14px;
}

.university-filter-control i {
	color: #8a99ad;
	width: 16px;
}

.university-filter-control input,
.university-filter-control select,
.university-sort-form select {
	background: transparent;
	border: 0;
	color: #33435a;
	font-size: 14px;
	outline: 0;
	width: 100%;
}

.university-filter-control .select2-container {
	flex: 1;
	min-width: 0;
}

.university-filter-control .select2-container .select2-selection--single {
	background: transparent;
	border: 0;
	height: 46px;
}

.university-filter-control .select2-container .select2-selection--single .select2-selection__rendered {
	color: #33435a;
	font-size: 14px;
	line-height: 46px;
	padding-left: 0;
	padding-right: 28px;
}

.university-filter-control .select2-container .select2-selection--single .select2-selection__placeholder {
	color: #7b8798;
}

.university-filter-control .select2-container .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 0;
}

.university-filter-control .select2-container .select2-selection--single .select2-selection__clear {
	color: #6f7f94;
	font-size: 18px;
	height: 46px;
	line-height: 44px;
	margin-right: 20px;
}

.select2-dropdown {
	border-color: #dce7f4;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(8, 52, 111, 0.14);
	overflow: hidden;
}

.select2-search--dropdown {
	padding: 10px;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #dce7f4 !important;
	border-radius: 6px;
	height: 40px;
	outline: 0;
	padding: 8px 10px;
}

.select2-results__option {
	font-size: 14px;
	padding: 9px 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--primary);
}

.university-search-submit {
	border-radius: 8px;
	height: 48px;
	padding: 0 24px;
	white-space: nowrap;
}

.university-search-results {
	padding: 24px 0 48px;
}

.university-results-heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.university-results-heading h2 {
	color: var(--dark);
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}

.university-results-heading p {
	color: var(--muted);
	margin: 0;
}

.university-sort-form {
	align-items: center;
	display: flex;
	gap: 10px;
}

.university-sort-form label {
	margin: 0;
}

.university-sort-form select {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 8px;
	height: 42px;
	padding: 0 36px 0 12px;
	width: 140px;
}

.university-result-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(8, 52, 111, 0.06);
	display: flex;
	gap: 18px;
	height: 100%;
	padding: 18px;
}

.university-result-logo {
	align-items: center;
	background: #f2f7ff;
	border: 1px solid #dce9fb;
	border-radius: 50%;
	color: var(--primary);
	display: flex;
	flex: 0 0 66px;
	font-size: 28px;
	height: 66px;
	justify-content: center;
	overflow: hidden;
	width: 66px;
}

.university-result-logo img {
	height: 100%;
	object-fit: contain;
	padding: 6px;
	width: 100%;
}

.university-result-body {
	flex: 1;
	min-width: 0;
}

.university-result-body h3,
.university-result-body h3 a {
	color: var(--dark);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}

.university-result-location {
	color: #43546d;
	font-size: 13px;
	margin-bottom: 10px;
}

.university-result-location i,
.university-result-tuition i {
	color: #7f8fa6;
	margin-right: 5px;
}

.university-result-majors {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
}

.university-result-majors span {
	background: #eef5ff;
	border-radius: 5px;
	color: #1957b8;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 8px;
}

.university-result-footer {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.university-result-tuition {
	color: #26364e;
	font-size: 13px;
	font-weight: 700;
}

.university-result-link {
	border: 1px solid var(--primary);
	border-radius: 6px;
	color: var(--primary);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 10px;
}

.university-pagination {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 28px;
}

.university-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 8px;
	color: #1d2e46;
	display: inline-flex;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 12px;
}

.university-pagination .page-numbers.current {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.university-no-results {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	padding: 36px;
	text-align: center;
}

.category-page {
	background: #f6f9ff;
	padding: 18px 0 56px;
}

.category-breadcrumb {
	align-items: center;
	color: var(--muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px;
	margin-bottom: 18px;
}

.category-breadcrumb a {
	color: var(--primary);
	font-weight: 700;
}

.category-archive-hero {
	background: linear-gradient(135deg, #064b9f, #0b72d0);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(8, 52, 111, 0.16);
	color: #fff;
	margin-bottom: 28px;
	overflow: hidden;
	padding: 34px 40px;
	position: relative;
}

.category-archive-hero::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22), transparent 62%);
	content: "";
	height: 220px;
	position: absolute;
	right: -60px;
	top: -90px;
	width: 220px;
}

.category-archive-kicker {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 14px;
	padding: 6px 14px;
}

.category-archive-hero h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	max-width: 760px;
	text-transform: uppercase;
}

.category-archive-hero p,
.category-archive-description {
	color: rgba(255, 255, 255, 0.86);
	margin: 0;
	max-width: 760px;
}

.category-archive-description {
	margin-bottom: 8px;
}

.category-archive-page .category-layout {
	align-items: flex-start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.category-list-panel {
	min-width: 0;
}

.category-post-list {
	display: grid;
	gap: 18px;
}

.category-post-card {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(8, 52, 111, 0.08);
	display: grid;
	gap: 20px;
	grid-template-columns: 260px 1fr;
	overflow: hidden;
	padding: 16px;
}

.category-post-card-thumb {
	background: #edf4ff;
	border-radius: 12px;
	display: block;
	min-height: 172px;
	overflow: hidden;
}

.category-post-card-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.category-post-card:hover .category-post-card-thumb img {
	transform: scale(1.04);
}

.category-post-card-body {
	align-self: center;
}

.category-post-card-badge {
	background: #edf5ff;
	border-radius: 999px;
	color: var(--primary);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	padding: 5px 12px;
}

.category-post-card h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px;
}

.category-post-card h2 a {
	color: var(--dark);
}

.category-post-card-meta {
	color: var(--muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 14px;
	margin-bottom: 10px;
}

.category-post-card-meta i {
	color: var(--primary);
	margin-right: 5px;
}

.category-post-card p {
	color: #43546d;
	line-height: 1.65;
	margin: 0 0 12px;
}

.category-post-card-link {
	align-items: center;
	color: var(--primary);
	display: inline-flex;
	font-weight: 700;
	gap: 7px;
}

.category-pagination {
	margin-top: 26px;
}

.category-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.category-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 9px;
	color: var(--dark);
	display: inline-flex;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	min-width: 40px;
	padding: 0 12px;
}

.category-pagination .page-numbers.current,
.category-pagination .page-numbers:hover {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff;
}

.category-empty-state {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 14px;
	padding: 34px;
	text-align: center;
}

.category-empty-state h2 {
	color: var(--dark);
	font-weight: 700;
	margin: 0 0 8px;
}

.category-sidebar {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 86px;
}

.category-widget {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(8, 52, 111, 0.08);
	overflow: hidden;
}

.category-widget h2 {
	border-bottom: 1px solid #e4edf8;
	color: var(--primary-dark);
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 18px 20px;
}

.category-widget ul {
	list-style: none;
	margin: 0;
	padding: 0 18px;
}

.latest-widget li,
.category-widget-list li {
	border-bottom: 1px solid #edf2f8;
}

.latest-widget li:last-child,
.category-widget-list li:last-child {
	border-bottom: 0;
}

.latest-widget a {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 78px 1fr;
	padding: 13px 0;
}

.latest-widget img {
	border-radius: 8px;
	height: 58px;
	object-fit: cover;
	width: 78px;
}

.latest-widget strong {
	color: var(--primary-dark);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.latest-widget small {
	color: var(--muted);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.category-widget-list a {
	align-items: center;
	color: var(--dark);
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 13px 0;
}

.category-widget-list em {
	background: #edf5ff;
	border-radius: 999px;
	color: var(--primary);
	font-style: normal;
	min-width: 30px;
	padding: 3px 8px;
	text-align: center;
}

.category-widget-list .is-active a,
.category-widget-list a:hover {
	color: var(--primary);
}

.single-layout {
	align-items: flex-start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.single-main {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.single-card,
.related-posts-panel {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(8, 52, 111, 0.08);
	overflow: hidden;
}

.single-featured-image {
	background: #edf4ff;
	max-height: 430px;
	overflow: hidden;
}

.single-featured-image img {
	display: block;
	height: 100%;
	max-height: 430px;
	object-fit: cover;
	width: 100%;
}

.single-card-body {
	padding: 30px 34px;
}

.single-category-badge {
	background: #edf5ff;
	border-radius: 999px;
	color: var(--primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 14px;
	padding: 6px 14px;
}

.single-title {
	color: var(--dark);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 14px;
}

.single-meta {
	color: var(--muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 14px;
	margin-bottom: 24px;
}

.single-meta i {
	color: var(--primary);
	margin-right: 6px;
}

.single-content {
	color: #23344d;
	line-height: 1.78;
}

.single-content h2,
.single-content h3,
.single-content h4 {
	color: var(--primary-dark);
	font-weight: 700;
	margin: 28px 0 12px;
}

.single-content p {
	margin-bottom: 16px;
}

.single-content img {
	border-radius: 12px;
	height: auto;
	max-width: 100%;
}

.single-content a {
	color: var(--primary);
	font-weight: 700;
}

.single-tags {
	border-top: 1px solid #edf2f8;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
	padding-top: 18px;
}

.single-tags span {
	color: var(--dark);
	font-weight: 700;
}

.single-tags a {
	background: #edf5ff;
	border-radius: 999px;
	color: var(--primary);
	font-size: 13px;
	font-weight: 700;
	padding: 5px 11px;
}

.single-footer-actions {
	align-items: center;
	border-top: 1px solid #edf2f8;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-top: 22px;
	padding-top: 18px;
}

.single-back-link,
.facebook-share {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	gap: 7px;
	padding: 9px 16px;
}

.single-back-link {
	background: #edf5ff;
	color: var(--primary);
}

.facebook-share {
	background: var(--primary);
	color: #fff;
}

.related-posts-panel {
	padding: 28px 30px;
}

.related-posts-panel h2 {
	color: var(--primary-dark);
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.related-posts-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-post-item {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	display: grid;
	gap: 12px;
	grid-template-columns: 120px 1fr;
	padding: 12px;
}

.related-post-thumb {
	border-radius: 10px;
	display: block;
	height: 86px;
	overflow: hidden;
}

.related-post-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.related-post-item h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 8px;
}

.related-post-item h3 a {
	color: var(--dark);
}

.related-post-item span {
	color: var(--muted);
	font-size: 13px;
}

.related-post-item span i {
	color: var(--primary);
	margin-right: 5px;
}

.contact-page {
	background: #f6f9ff;
	padding: 18px 0 56px;
}

.contact-breadcrumb {
	margin-bottom: 18px;
}

.contact-hero-grid {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
}

.contact-info-column h1 {
	color: var(--dark);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.contact-info-column > p {
	color: var(--muted);
	line-height: 1.7;
	margin: 0 0 24px;
	max-width: 560px;
}

.contact-info-list {
	display: grid;
	gap: 0;
}

.contact-info-item {
	align-items: flex-start;
	border-bottom: 1px solid #dce7f4;
	display: grid;
	gap: 18px;
	grid-template-columns: 52px 1fr;
	padding: 18px 0;
}

.contact-info-item > span {
	align-items: center;
	background: #eaf3ff;
	border-radius: 50%;
	color: var(--primary);
	display: inline-flex;
	font-size: 22px;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.contact-info-item h2 {
	color: var(--dark);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 6px;
}

.contact-info-item p {
	color: #41536c;
	line-height: 1.65;
	margin: 0;
}

.contact-info-item a {
	color: #172b4d;
	font-weight: 700;
}

.contact-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.contact-socials a {
	align-items: center;
	background: var(--primary);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.contact-socials a[aria-label="YouTube"] {
	background: #f12b2b;
}

.contact-socials a[aria-label="TikTok"] {
	background: #111827;
}

.contact-socials a[aria-label="Zalo"] {
	background: #2f8cff;
	font-size: 10px;
}

.contact-form-card {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	box-shadow: 0 12px 35px rgba(8, 52, 111, 0.08);
	padding: 34px 40px;
	margin-top: 20px;
}

.contact-form-card h2 {
	color: var(--dark);
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.contact-form-card > p {
	color: var(--muted);
	margin: 0 0 24px;
}

.contact-form .form-control,
.contact-form .form-select {
	height: 52px;
}

.contact-form textarea.form-control {
	height: 132px;
	padding-top: 15px;
}

.contact-submit {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
}

.contact-form .consultation-form-status {
	display: block;
	margin-top: 12px;
	text-align: center;
}

.contact-quick-card {
	align-items: center;
	background: #eef5ff;
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(8, 52, 111, 0.06);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin-top: 34px;
	padding: 28px 68px;
}

.contact-quick-card > div {
	align-items: center;
	display: flex;
	gap: 18px;
}

.contact-quick-card > div + div {
	border-left: 1px solid #d5e4f7;
	padding-left: 68px;
}

.contact-quick-card i {
	color: var(--primary);
	font-size: 32px;
}

.contact-quick-card strong {
	color: var(--dark);
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.contact-quick-card small {
	color: #53657d;
	display: block;
	margin-top: 4px;
}

.contact-quick-card a {
	color: var(--primary);
}

.single-university-page {
	background: #f6f9ff;
	padding: 18px 0 56px;
}

.university-breadcrumb {
	margin-bottom: 18px;
}

.university-detail-hero,
.university-gallery-section,
.university-content-card {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(8, 52, 111, 0.08);
}

.university-detail-hero {
	display: grid;
	gap: 34px;
	grid-template-columns: 280px 1fr;
	padding: 34px 42px;
}

.university-detail-logo {
	align-items: center;
	border-right: 1px solid #d9e5f4;
	color: var(--primary);
	display: flex;
	font-size: 92px;
	justify-content: center;
	min-height: 220px;
	padding-right: 34px;
}

.university-detail-logo img {
	max-height: 210px;
	max-width: 100%;
	object-fit: contain;
}

.university-detail-info {
	align-self: center;
}

.university-detail-info h1 {
	color: var(--dark);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 20px;
}

.university-detail-subtitle {
	color: var(--muted);
	font-size: 15px;
	margin-bottom: 26px;
}

.university-detail-meta {
	display: grid;
	gap: 16px;
}

.university-detail-meta-item {
	align-items: flex-start;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px 80px 1fr;
}

.university-detail-meta-item span {
	align-items: center;
	background: var(--primary);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.university-detail-meta-item strong {
	color: var(--dark);
	font-weight: 700;
	padding-top: 4px;
}

.university-detail-meta-item p {
	color: #26364e;
	margin: 4px 0 0;
}

.university-detail-meta-item a {
	color: var(--primary);
	font-weight: 600;
}

.university-gallery-section {
	overflow: hidden;
	padding: 0;
}

.university-gallery-swiper {
	position: relative;
}

.university-gallery-swiper .swiper-slide img {
	display: block;
	height: 430px;
	object-fit: cover;
	width: 100%;
}

.university-gallery-prev {
	left: 22px;
}

.university-gallery-next {
	right: 22px;
}

.university-gallery-pagination {
	display: none;
}

.university-content-card {
	padding: 28px 34px;
}

.university-detail-content h2,
.university-detail-content h3 {
	color: var(--primary-dark);
	font-weight: 700;
	margin-top: 24px;
}

.university-detail-content h2:first-child,
.university-detail-content h3:first-child {
	margin-top: 0;
}

.university-detail-content p {
	color: #23344d;
	line-height: 1.75;
}

.same-city-universities-section h2 {
	color: var(--primary-dark);
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.same-city-universities-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.same-city-university-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	display: flex;
	gap: 14px;
	padding: 16px;
}

.same-city-university-logo {
	align-items: center;
	background: #f2f7ff;
	border: 1px solid #dce9fb;
	border-radius: 50%;
	color: var(--primary);
	display: flex;
	flex: 0 0 64px;
	font-size: 26px;
	height: 64px;
	justify-content: center;
	overflow: hidden;
	width: 64px;
}

.same-city-university-logo img {
	height: 100%;
	object-fit: contain;
	padding: 6px;
	width: 100%;
}

.same-city-university-body {
	min-width: 0;
}

.same-city-university-body h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 8px;
}

.same-city-university-body h3 a {
	color: var(--dark);
}

.same-city-university-body p {
	color: #43546d;
	font-size: 13px;
	margin: 0 0 6px;
}

.same-city-university-body p i {
	color: #7f8fa6;
	margin-right: 5px;
}

.same-city-university-link {
	color: var(--primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.university-detail-layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.university-detail-main {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.university-detail-sidebar {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 86px;
}

.university-gallery-swiper .swiper-nav {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	height: auto;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
	width: auto;
}

.university-gallery-swiper .swiper-nav:hover,
.university-gallery-swiper .swiper-nav:focus {
	background: transparent;
	color: #fff;
	transform: translateY(-50%) scale(1.12);
}

.university-gallery-swiper .swiper-nav i {
	font-size: 34px;
}

.university-sidebar-card {
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(8, 52, 111, 0.08);
	overflow: hidden;
}

.university-sidebar-card h2 {
	border-bottom: 1px solid #e4edf8;
	color: var(--primary-dark);
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 18px 20px;
	text-transform: uppercase;
}

.consultation-sidebar-card h2 {
	align-items: center;
	background: linear-gradient(135deg, var(--primary-dark), var(--primary));
	color: #fff;
	display: flex;
	gap: 12px;
}

.consultation-sidebar-card h2 i {
	font-size: 25px;
}

.consultation-sidebar-form {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.consultation-sidebar-field {
	position: relative;
}

.consultation-sidebar-field > i {
	color: #71839d;
	left: 15px;
	position: absolute;
	top: 17px;
	z-index: 2;
}

.consultation-sidebar-field .form-control,
.consultation-sidebar-field .form-select {
	border-color: #dce7f4 !important;
	box-shadow: none !important;
	height: 48px;
	padding-left: 42px;
	width: 100%;
}

.consultation-sidebar-field .form-control.is-invalid {
	padding-right: 12px;
}

.consultation-sidebar-textarea > i {
	top: 15px;
}

.consultation-sidebar-textarea textarea.form-control {
	height: 116px;
	padding-top: 13px;
}

.consultation-sidebar-form .consultation-submit {
	justify-content: center;
	margin-top: 2px;
	width: 100%;
}

.consultation-sidebar-form .consultation-form-status {
	display: block;
	font-size: 13px;
	text-align: center;
}

.sidebar-university-list,
.sidebar-guide-list,
.sidebar-post-list {
	display: grid;
	padding: 0 18px;
}

.sidebar-university-item,
.sidebar-guide-item,
.sidebar-post-item {
	color: var(--dark);
	text-decoration: none;
}

.sidebar-university-item {
	align-items: center;
	border-bottom: 1px solid #edf2f8;
	display: grid;
	gap: 12px;
	grid-template-columns: 58px 1fr;
	padding: 12px 0;
}

.sidebar-university-item:last-child,
.sidebar-guide-item:last-child,
.sidebar-post-item:last-child {
	border-bottom: 0;
}

.sidebar-university-logo {
	align-items: center;
	background: #fff;
	border: 1px solid #dce7f4;
	border-radius: 8px;
	color: var(--primary);
	display: flex;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.sidebar-university-logo img {
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.sidebar-university-item strong,
.sidebar-post-item strong {
	color: var(--primary-dark);
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.sidebar-university-item small,
.sidebar-post-item small {
	color: var(--muted);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.sidebar-guide-item {
	align-items: center;
	border-bottom: 1px solid #edf2f8;
	display: grid;
	gap: 12px;
	grid-template-columns: 20px 1fr 14px;
	padding: 13px 0;
}

.sidebar-guide-item i {
	color: #71839d;
}

.sidebar-guide-item span {
	color: var(--primary-dark);
	font-size: 14px;
	font-weight: 700;
}

.sidebar-post-item {
	align-items: center;
	border-bottom: 1px solid #edf2f8;
	display: grid;
	gap: 12px;
	grid-template-columns: 78px 1fr;
	padding: 13px 0;
}

.sidebar-post-thumb {
	align-items: center;
	background: #edf4ff;
	border-radius: 8px;
	color: var(--primary);
	display: flex;
	height: 58px;
	justify-content: center;
	overflow: hidden;
	width: 78px;
}

.sidebar-post-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.benefit-wrap {
	padding: 8px;
}

.benefit-item {
	border-right: 1px solid var(--border);
	height: 100%;
	padding: 26px 14px;
	text-align: center;
}
.benefit-wrap .col-lg:last-child .benefit-item{
	border-right:none;
}
.benefit-item > i {
	align-items: center;
	border: 2px solid #d9efff;
	border-radius: 50%;
	color: var(--primary);
	display: inline-flex;
	font-size: 22px;
	height: 54px;
	justify-content: center;
	margin-bottom: 14px;
	width: 54px;
}

.scholarship-banner {
	background: linear-gradient(135deg, #0067c8, #003f8f);
	color: #fff;
	overflow: hidden;
}

.scholarship-banner-media {
	min-height: 280px;
	position: relative;
}

.scholarship-banner-img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.scholarship-banner-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 44px 38px;
}

.scholarship-banner-content h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
}

.scholarship-banner-content ul {
	columns: 2;
	column-gap: 42px;
	list-style: none;
	margin-bottom: 26px;
	padding: 0;
	margin-left: 0;
}

.scholarship-banner-content li {
	margin-bottom: 10px;
}

.scholarship-banner-content li i {
	color: #8eefff;
	margin-right: 10px;
}

.scholarship-banner-button {
	border-radius: 999px;
	font-weight: 700;
	padding: 11px 26px;
	width: auto;
}

.scholarship-banner-button i {
	margin-left: 10px;
}

.percent-box {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 32px;
}

.percent-box .number {
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
}

.news-card {
	height: 100%;
	transition: 0.25s;
}

.news-card img {
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.news-card-body {
	padding: 18px;
}

.news-card h3,
.news-card h3 a {
	color: var(--dark);
	font-size: 17px;
	font-weight: 700;
}

.news-card p {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

.testimonial-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.testimonial-card > div{
	background: #fff;
	border: 1px solid #d7e6f7;
	border-radius: var(--radius);
	box-shadow: 0 3px 10px rgba(8, 52, 111, 0.1);
	min-height: 150px;
	padding: 24px;
}

.feedback-slider-wrap {
	position: relative;
}

.feedback-swiper {
	overflow: hidden;
	padding: 5px;
}

.feedback-swiper .swiper-wrapper {
	align-items: stretch;
}

.feedback-swiper .swiper-slide {
	display: flex;
	height: auto;
}

.feedback-swiper-prev,
.feedback-swiper-next {
	font-size: 18px;
	height: 44px;
	width: 44px;
}

.feedback-swiper-prev {
	left: -60px;
}

.feedback-swiper-next {
	right: -60px;
}

.student {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 14px;
}

.student-avatar {
	align-items: center;
	background: #eef7ff;
	border-radius: 50%;
	color: var(--primary);
	display: flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.student-avatar img {
	border-radius: inherit;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.student h3 {
	color: var(--dark);
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.student span {
	color: var(--muted);
	font-size: 13px;
}

.stars {
	color: #ffc107;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: 0px;
}

.form-content {
	height: 100%;
	padding: 38px;
}

.form-content h2 {
	color: var(--dark);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}

.form-content > p {
	color: var(--muted);
	margin-bottom: 24px;
}

.form-control,
.form-select {
	border-color: #dce7f4 !important;
	border-radius: 10px !important;
	font-size: 15px;
	height: 50px;
}

.consultation-form .form-control.is-invalid {
	border-color: #dc3545 !important;
}

.consultation-field-error {
	color: #dc3545;
	display: none;
	font-size: 13px;
	margin-top: 6px;
}

.consultation-field-error:not(:empty) {
	display: block;
}

textarea.form-control {
	height: 118px;
	resize: none;
}

.consultation-form-footer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.consultation-submit {
	border-radius: 10px;
	padding-left: 24px;
	padding-right: 24px;
}

.consultation-privacy {
	color: var(--primary);
	font-weight: 700;
}

.consultation-form-status {
	color: #198754;
	font-weight: 700;
}

.consultation-form-status.is-error {
	color: #dc3545;
}

.form-image-column {
	min-height: 370px;
}

.advisor-img {
	display: block;
	height: 100%;
	min-height: 370px;
	object-fit: cover;
	width: 100%;
}

.footer {
	background:
		radial-gradient(circle at 0 100%, rgba(46, 116, 255, 0.16), transparent 28%),
		radial-gradient(circle at 100% 0, rgba(46, 116, 255, 0.12), transparent 26%),
		linear-gradient(135deg, #0a2b5a 0%, #082050 48%, #06183d 100%);
	color: #fff;
	overflow: hidden;
	padding-top: 68px;
	position: relative;
}

.footer::before,
.footer::after {
	border: 1px solid rgba(73, 190, 255, 0.12);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	width: 360px;
}

.footer::before {
	bottom: -190px;
	left: -140px;
}

.footer::after {
	right: -160px;
	top: -210px;
}

.footer-main-row {
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.footer-logo {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 28px;
}

.footer-logo img {
	filter: brightness(0) invert(1);
	height: 82px;
	width: auto;
}

.footer p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.55;
	margin-bottom: 18px;
	max-width: 390px;
}

.footer-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer li {
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 22px;
}

.footer li i {
	color: #58c7ff;
	font-size: 18px;
	margin-right: 16px;
	text-align: center;
	width: 10px;
}

.footer a {
	color: rgba(255, 255, 255, 0.84);
}

.footer a:hover {
	color: #fff;
}

.footer-menu li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
	margin-bottom: 0;
}

.footer-menu a {
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	display: inline-flex;
	font-size: 15px;
	font-weight: 400;
	gap: 14px;
	line-height: 1.45;
	padding: 9px 0 13px;
	width: 100%;
}

.footer-menu a::before {
	color: #58c7ff;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
}

.footer-menu a:hover {
	color: #9cecff;
	transform: translateX(4px);
}

.socials {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.socials a:hover {
	background: #fff;
	color: var(--primary);
}

.socials i {
	color: inherit;
	margin: 0;
}

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(88, 199, 255, 0.45);
	color: rgba(255, 255, 255, 0.66);
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	margin-top: 56px;
	padding: 24px 0 30px;
	position: relative;
	z-index: 1;
}

.footer-bottom a {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.footer-bottom a::after {
	color: #58c7ff;
	content: "\f3ed";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.mobile-contact-actions {
	display: none;
}

@media (max-width: 991px) {
	.header-actions {
		align-items: flex-start;
		flex-direction: column;
		padding: 12px 0;
	}

	.navbar-nav .sub-menu {
		box-shadow: none;
		display: block;
		padding-left: 16px;
		position: static;
	}

	.hero-carousel .carousel-item img {
		height: 420px;
	}

	.hero-swiper .swiper-slide img {
		height: 420px;
	}

	.stat-item,
	.benefit-item {
		border-bottom: 1px solid var(--border);
		border-right: 0;
	}

	.scholarship-banner-content ul {
		columns: 1;
	}

	.university-search-form {
		grid-template-columns: 1fr 1fr;
	}

	.university-search-submit {
		grid-column: 1 / -1;
	}

	.university-results-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.university-detail-hero {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.university-detail-logo {
		border-bottom: 1px solid #d9e5f4;
		border-right: 0;
		min-height: 180px;
		padding: 0 0 24px;
	}

	.university-detail-layout {
		grid-template-columns: 1fr;
	}

	.university-detail-sidebar {
		position: static;
	}

	.category-archive-page .category-layout {
		grid-template-columns: 1fr;
	}

	.category-sidebar {
		position: static;
	}

	.single-layout {
		grid-template-columns: 1fr;
	}

	.contact-hero-grid {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.contact-quick-card {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.contact-quick-card > div + div {
		border-left: 0;
		border-top: 1px solid #d5e4f7;
		padding-left: 0;
		padding-top: 24px;
	}

	.same-city-universities-grid {
		grid-template-columns: 1fr;
	}

	.university-gallery-swiper .swiper-slide img {
		height: 340px;
	}

	.scholarship-banner-media {
		height: 360px;
		min-height: 0;
	}

	.percent-box {
		min-height: 220px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 46px 0;
	}

	.section-title,
	.info-title {
		font-size: 24px;
	}

	.section-link {
		display: block;
		margin: -20px 0 24px;
		position: static;
		text-align: center;
	}

	.hero-carousel .carousel-item img {
		height: 300px;
	}

	.hero-swiper .swiper-slide img {
		height: 300px;
	}

	.hero-carousel .carousel-control-prev,
	.hero-carousel .carousel-control-next {
		height: 42px;
		width: 42px;
	}

	.hero-carousel .carousel-control-prev {
		left: 16px;
	}

	.hero-carousel .carousel-control-next {
		right: 16px;
	}

	.hero-swiper-prev {
		left: 16px;
	}

	.hero-swiper-next {
		right: 16px;
	}

	.hero-swiper-prev,
	.hero-swiper-next {
		height: 42px;
		width: 42px;
	}

	.university-swiper-prev,
	.university-swiper-next,
	.feedback-swiper-prev,
	.feedback-swiper-next {
		display: none;
	}

	.scholarship-banner-media {
		height: 300px;
	}

	.scholarship-banner-content {
		padding: 34px 24px;
	}

	.scholarship-banner-content h2 {
		font-size: 28px;
	}

	.university-search-hero {
		padding: 30px 0 24px;
	}

	.university-search-hero h1 {
		font-size: 26px;
	}

	.university-search-form {
		grid-template-columns: 1fr;
	}

	.university-result-card {
		flex-direction: column;
	}

	.university-result-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.category-archive-hero {
		padding: 28px 24px;
	}

	.category-archive-hero h1 {
		font-size: 27px;
	}

	.category-post-card {
		grid-template-columns: 1fr;
	}

	.category-post-card-thumb {
		min-height: 210px;
	}

	.single-card-body {
		padding: 24px;
	}

	.single-title {
		font-size: 27px;
	}

	.related-posts-grid {
		grid-template-columns: 1fr;
	}

	.related-post-item {
		grid-template-columns: 100px 1fr;
	}

	.footer {
		padding-top: 54px;
	}

	.footer-logo img {
		height: 70px;
	}

	.footer p,
	.footer li,
	.footer-menu a,
	.footer-bottom {
		font-size: 16px;
	}

	.footer-title {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.footer li {
		margin-bottom: 16px;
	}

	.footer li i {
		/* font-size: 22px; */
		margin-right: 12px;
	}

	.contact-info-column h1 {
		font-size: 30px;
	}

	.contact-form-card {
		padding: 26px 20px;
	}

	.contact-info-item {
		grid-template-columns: 46px 1fr;
	}

	.contact-info-item > span {
		font-size: 19px;
		height: 46px;
		width: 46px;
	}

	.single-university-page {
		padding-top: 12px;
	}

	.university-detail-hero {
		gap: 22px;
		padding: 22px;
	}

	.university-detail-info h1 {
		font-size: 28px;
	}

	.university-detail-meta-item {
		grid-template-columns: 34px 1fr;
	}

	.university-detail-meta-item strong,
	.university-detail-meta-item p {
		grid-column: 2;
	}

	.university-detail-meta-item strong {
		margin-top: -36px;
	}

	.university-gallery-swiper .swiper-slide img {
		height: 240px;
	}

	.university-sidebar-card h2 {
		font-size: 17px;
		padding: 16px 18px;
	}

	.consultation-sidebar-form,
	.sidebar-university-list,
	.sidebar-guide-list,
	.sidebar-post-list {
		padding-left: 16px;
		padding-right: 16px;
	}

	.university-content-card {
		padding: 22px;
	}

	.uni-control {
		display: none;
	}

	.stats-wrap {
		margin-top: -28px;
	}

	.form-content {
		padding: 26px 18px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.mobile-contact-actions {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid #dbe8f8;
		border-radius: 999px;
		bottom: 14px;
		box-shadow: 0 14px 34px rgba(8, 52, 111, 0.22);
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		left: 12px;
		padding: 8px;
		position: fixed;
		right: 12px;
		z-index: 999;
	}

	.mobile-contact-action {
		align-items: center;
		border-radius: 999px;
		color: #fff;
		display: inline-flex;
		font-size: 14px;
		font-weight: 800;
		gap: 8px;
		justify-content: center;
		min-height: 46px;
		padding: 10px 12px;
		text-decoration: none;
	}

	.mobile-contact-action:hover,
	.mobile-contact-action:focus {
		color: #fff;
	}

	.mobile-contact-call {
		background: linear-gradient(135deg, #245bc8, #153f9b);
	}

	.mobile-contact-zalo {
		background: linear-gradient(135deg, #08a8ff, #0068d9);
	}

	.mobile-contact-zalo-icon {
		align-items: center;
		background: #fff;
		border-radius: 50%;
		color: #0575df;
		display: inline-flex;
		font-size: 11px;
		height: 25px;
		justify-content: center;
		width: 25px;
	}
}
