@font-face {
    font-family: "SVG Gilroy";
    src: url("../fonts/SVN-Gilroy/SVN-Gilroy.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SVG Gilroy";
    src: url("../fonts/SVN-Gilroy/SVN-GilroyMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SVG Gilroy";
    src: url("../fonts/SVN-Gilroy/SVN-GilroySemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "SVG Gilroy";
    src: url("../fonts/SVN-Gilroy/SVN-GilroyBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
:root {
    --primary-color: #1445a5;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
	transition: all 0.3s ease;
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
	color: inherit;
}

a:hover {
	color: #1445a5;
}

p {
    margin: 0;
}
ol,
ul {
    padding: 0;
}

img {
	max-width: 100%;
}

.h-500 {
    min-height: 500px !important;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp.clamp2 {
    -webkit-line-clamp: 2;
}
.line-clamp.clamp3 {
    -webkit-line-clamp: 3;
}
.line-clamp.clamp4 {
    -webkit-line-clamp: 4;
}
.line-clamp.clamp5 {
    -webkit-line-clamp: 5;
}
body {
    font-family: "SVG Gilroy";
	font-weight: 400;
	color: #212121;
	overflow-x: hidden;
}
.btn--primary {
    background: -o-linear-gradient(358.09deg, #ffa300 11.29%, #ffd362 97.59%);
    background: linear-gradient(91.91deg, #ffa300 11.29%, #ffd362 97.59%);
    display: block;
    border-bottom-right-radius: 16px;
    position: relative;
    width: 150px;
    height: 50px;
    -webkit-transition: -webkit-transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
    text-align: center;
}
.btn--primary.tuvan {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(81%, #1445a5),
        color-stop(177%, #ffffff)
    );
    background: -o-linear-gradient(left, #1445a5 81%, #ffffff 177%);
    background: linear-gradient(to right, #1445a5 81%, #ffffff 177%);
}
.btn--primary.tuvan a,
.btn--primary.tuvan button {
    color: #fff;
}
.btn--primary .btnDangKy {
    width: 100%;
    height: 52px;
    background: none;
    border: 0;
    font-size: 18px;
    color: #000;
}
.btn--primary:hover {
    cursor: pointer;
}
.btn--primary:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
}
.btn--primary a {
    display: inline-block;
    line-height: 50px;
    font-size: 1.6em;
    font-family: "Inter Bold";
    color: #000;
    position: relative;
    z-index: 2;
    min-width: 128px;
}
.btn--primary img {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.btn--primary-tuvan {
    font-size: 1.6rem;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(81%, #1445a5),
        color-stop(177%, #ffffff)
    );
    background: -o-linear-gradient(left, #1445a5 81%, #ffffff 177%);
    background: linear-gradient(to right, #1445a5 81%, #ffffff 177%);
    display: inline-block;
    border-bottom-right-radius: 16px;
    position: relative;
    -webkit-transition: -webkit-transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
    transition: transform linear 0.2s, -webkit-transform linear 0.2s;
    -webkit-box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
    text-align: center;
}
.btn--primary-tuvan:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 2px 0px rgb(0 0 0 / 10%);
}
.btn--primary-tuvan a {
    padding: 12px 30px;
    display: block;
    font-size: 1.4rem;
    font-family: "Inter Bold";
    color: #fff;
    position: relative;
    z-index: 555;
    min-width: 128px;
}
.btn--primary-tuvan img {
    position: absolute;
    top: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.more {
    padding-right: 15px;
    margin-top: 15px;
    display: flex;
    justify-content: end;
}
.more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 1.6rem;
}
.more-link p {
    padding-right: 10px;
    font-family: "Inter Bold";
}
.more-link i {
    font-size: 2rem;
}
.page-header {
    position: relative;
    background: url("../images/bg-header.png") center center no-repeat;
    height: 112px;
}
.page__header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	height: 100%;
}
.logo-link {
    display: block;
}

.page__header-wrapper .logo {
	flex-basis: 280px;
	padding-right: 30px;
}
.main-menu {
    height: 56px;
	border-top: 1px solid rgba(192, 213, 255, 0.5);
	/* position: relative; */
}
.main-menu nav ul {
	gap: 4px;
    margin-bottom: 0;
    list-style: none;
}
.main-menu nav > ul ul li:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}

.has-dropdown a .angle-down {
    padding-left: 10px;
}

.main-menu nav > ul > li > a {
    display: block;
    /* padding: 0 10px; */
    font-size: 15px;
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}


.sub-menu {
	width: 100%;
    position: absolute;
    transform: translateY(100px);
    background: #F7F7F7;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 30px 6px;
    left: 0;
    right: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease;
    z-index: 99;
    top: calc(100% + 6px);
    min-height: 400px;
	display: flex;
    padding-right: 20px;
    padding-top: 10px;
}

.has-dropdown:hover > .sub-menu {
	transform: translateY(0);
	opacity: 1;
    visibility: visible;
	top: 100%;
}

.sub-menu > .menu-list {
    width: 33.33333%;
    position: relative;
}

.quote .sub-menu > .menu-list {
    width: 50%;
    position: relative;
}
.sub-menu > .menu-list.row {
    width: 66.6666%;
}

.sub-menu .menu-list .menu-list {
    width: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.sub-menu .menu-mega {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200%;
    /* padding-top: 20px; */
    display: none;
}
.sub-menu .menu-mega .thumb-5x3 {
    padding-bottom: 100%;
}
.sub-menu .menu-mega .row {
    height: 100%;
}

.sub-menu .menu-list a {
	font-weight: 500;
	font-size: 16px;
	height: 50px;
	color: #1445A5;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 0px 20px 20px 0px;
}

.sub-menu > .menu-list li.has-dropdown:hover > .menu-list,
.sub-menu > .menu-list li.has-dropdown:hover > .menu-mega{
    display: block;
    height: 100%;
    z-index: 3;
    background-color: #f7f7f7;
}



.main-menu nav ul li.has-dropdown.quote:hover .menu-mega {
    display: block;
    position: initial;
    width: 100%;
}

.sub-menu .menu-list a:hover, 
.sub-menu .menu-list a.active{
	background: #DDE4F5;
}


.sub-menu .content-menu-bg {
	background: url('../images/export-img/bg-submenu.png') center center no-repeat;
	background-size: contain;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
    padding: 20px;
}

.sub-menu .content-menu-bg h3 {
	font-weight: 700;
	font-size: 18px;
	color: #1445A5;
}

.sub-menu .content-menu-bg p {
	font-size: 16px;
	color: #1445A5;
}

.sub-menu .has-dropdown>a {
    position: relative;
}

.sub-menu .has-dropdown>a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 12px;
    right: 15px;
    color: #1445A5;
    z-index: 2;
}

.offcanvas * {
	transition: initial;
}

.mobile-header-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    background: var(--primary-color);
}
.mobile-menu {
    padding: 5px 15px;
    display: block;
}
.mobile-menu-dash {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.offcanvas-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
	padding: 10px 0;
}
.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: auto;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #fff;
    color: #eaeaea;
    width: 300px;
    overflow-x: hidden;
    -webkit-box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%),
        0 8.7px 6.9px rgb(0 0 0 / 1%), 0 17.7px 14.2px rgb(0 0 0 / 1%),
        0 36.5px 29.2px rgb(0 0 0 / 1%), 0 100px 80px rgb(0 0 0 / 2%);
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%), 0 8.7px 6.9px rgb(0 0 0 / 1%),
        0 17.7px 14.2px rgb(0 0 0 / 1%), 0 36.5px 29.2px rgb(0 0 0 / 1%),
        0 100px 80px rgb(0 0 0 / 2%);
}
.offcanvas-leftside {
    left: 0%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas-rightside {
    right: 0%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-close {
    width: 33px;
    height: 33px;
    text-align: center;
    color: #f30808;
    background: #ffffff;
    border: none;
}
.offcanvas-close:hover {
    color: #261146;
    border-color: #261146;
}
.offcanvas-title {
    margin-bottom: 40px;
}
.offcanvas-menu li {
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 0 10px;
}
.offcanvas-menu > ul > li:last-child {
    border-bottom: none;
}
.offcanvas-menu li a {
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 15px;
}
.offcanvas-menu li a:hover {
    color: #1445a5;
}
.offcanvas-menu li .mobile-sub-menu {
    display: none;
}

.offcanvas-menu-expand {
	position: absolute;
	right: 12px;
    top: 7px;
}

.offcanvas-menu-expand::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    color: #1445a5;
}
.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    color: #1445a5;
}
.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.main-menu ul li.active {
    background: #00349b;
}
.box_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-top {
	height: 56px;
}
.searchbar:hover {
    background: #00349b;
}
.searchbar {
    font-size: 1.6rem;
    color: #fff;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
}
.searchbar .searchbar-link {
    font-size: 1.7rem;
    color: #fff;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.form-search {
    display: block;
}

.form-search .form-control {
    border: 0px;
    background: #fff;
    color: #000;
    height: 32px;
    font-size: 14px;
}
.form-search .form-control:focus {
    box-shadow: none;
}
.form-search .btn-search {
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #1445a5;
    border: none;
    background: transparent;
}

.header-top .social {
	margin-right: 20px;
	margin-bottom: 0;
}

.header-top .social li {
	display: inline-block;
	margin-right: 5px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
    background-color: #00000066;
    background-size: 60% 60%;
    border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
    background-color: #ffffff;
    opacity: 0.5;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #ffa301;
}

.triangle-wrap {
    position: relative;
}
.triangle,
.triangle:before,
.triangle:after {
    position: absolute;
    right: 0em;
    top: 0em;
}
.triangle {
    background-color: #fff0e7;
}
.triangle:before,
.triangle:after {
    content: "";
    position: absolute;
    background-color: inherit;
}
.triangle {
    width: 5em;
    height: 5em;
    border-top-right-radius: 30%;
}
.triangle:before,
.triangle:after {
    width: 5em;
    height: 5em;
    border-top-right-radius: 50%;
}
.triangle {
    -webkit-transform: rotate() skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate() skewX(-30deg) scale(1, 0.866);
    transform: rotate() skewX(-30deg) scale(1, 0.866);
}
.triangle:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
        translate(0, -50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
        translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
        translate(0, -50%);
}
.triangle:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414)
        translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414)
        translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.ss4-wrap {
    background: #fff;
    border-radius: 26px 6px 6px 6px;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 10%);
    border: 1px solid #ededed;
    padding: 40px 20px;
}
.ss4-title h3 {
    font-size: 3.4rem;
    color: var(--primary-color);
    font-family: "Inter Bold";
    line-height: 1.6em;
    margin-bottom: 20px;
}
.title-ss4 h3 {
    font-size: 3.4rem;
    line-height: 2em;
    color: var(--primary-color);
}
.ss4-contact .ss4-hotline,
.ss4-contact .ss4-email {
    padding-bottom: 20px;
}
.ss4-contact .ss4-hotline h4,
.ss4-contact .ss4-email h4,
.ss4-contact .ss4-link h4 {
    color: #121212;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 0;
}
.ss4-contact .ss4-hotline p,
.ss4-contact .ss4-email p,
.ss4-contact .ss4-link p {
    color: #121212;
    font-size: 1.8rem;
    font-family: "Inter Bold";
}
.ss4-contact {
    padding: 10px 0;
}

.swiper-container {
    height: auto;
    overflow: hidden;
}
.MainSlider {
    position: relative;
}
.MainSlider:hover > .swiper-button-next {
    right: 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
}
.MainSlider > .swiper-button-next {
    right: -10px;
}
.MainSlider:hover > .swiper-button-prev {
    left: 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
}
.MainSlider > .swiper-button-prev {
    left: -10px;
}
.MainSlider .swiper-button-next,
.MainSlider .swiper-button-prev {
    opacity: 0;
    color: #fff;
}
.MainSlider .swiper-pagination-bullet-active {
    background: #fff;
    width: 25px;
    height: 8px;
    border-radius: 10px;
}
.swiper-slide-wrap:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ImageSlider .swiper-slide {
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
    border-radius: 6px 6px 22px 6px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.5))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}
.ImageSlider .swiper-slide img {
    width: 100%;
    height: 35em;
    z-index: -1;
    position: relative;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.ImageSlider .swiper-slide p {
    font-size: 2rem;
    font-family: "Inter Bold";
    line-height: 1.8em;
    color: #fff;
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0em 1em;
    left: 0;
}
.ImageSlider .swiper-button-prev:hover,
.ImageSlider .swiper-button-next:hover,
.imageSlider-suKien .swiper-button-prev:hover,
.imageSlider-suKien .swiper-button-next:hover {
    -webkit-box-shadow: 0px 8px 14px 6px rgb(68 102 242 / 10%);
    box-shadow: 0px 8px 14px 6px rgb(68 102 242 / 10%);
}
.ImageSlider .swiper-button-prev,
.ImageSlider .swiper-button-next,
.imageSlider-suKien .swiper-button-prev,
.imageSlider-suKien .swiper-button-next {
    position: absolute;
    -webkit-box-shadow: 0px 5px 12px 2px rgb(68 102 242 / 10%);
    box-shadow: 0px 5px 12px 2px rgb(68 102 242 / 10%);
    background: #fff;
    right: 0;
    height: 38px;
    width: 38px;
    left: auto;
    top: 30px;
}
.ImageSlider .swiper-button-prev,
.imageSlider-suKien .swiper-button-prev {
    margin-right: 50px;
    padding: 20px;
    border-radius: 50%;
}
.ImageSlider .swiper-button-next,
.imageSlider-suKien .swiper-button-next {
    margin-left: 50px;
    padding: 20px;
    border-radius: 50%;
}
.ImageSlider .swiper-button-next:after,
.ImageSlider .swiper-button-prev:after,
.imageSlider-suKien .swiper-button-next:after,
.imageSlider-suKien .swiper-button-prev:after {
    font-size: 2rem;
    color: var(--primary-color);
}
.ss6-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ss5-title h3,
.ss6-title h3,
.ss5-title h2,
.ss6-title h2 {
    line-height: 1.6em;
    color: var(--primary-color);
    margin-bottom: 20px;
    user-select: none;
}
.ss6-item,
.news-item {
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 16px;
    height: calc(100% - 20px);
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    border: 1px solid #ededed;
}
.ss6-item-img {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 250px;
}
.ss6-item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s; /* margin: 5px 0; */
}
.ss6-item-title p,
.ss6-item-title h3 {
    font-size: 18px;
    color: #111;
    line-height: 1.6em;
	font-weight: 700;
    padding: 5px 0;
}
.ss6-item-content p {
    color: #111;
    line-height: 2em;
    padding: 5px 0;
}
.ss7-title h3 {
    line-height: 1.6em;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.ss7-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    position: relative;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 10px;
}
.ss7-item-date .day p {
    line-height: 28px;
    color: var(--primary-color);
    text-align: center;
}
.ss7-item-date .month p {
    line-height: 28px;
    text-align: center;
    color: #b2b2c3;
    border-bottom: 5px solid #ffa300;
}
.ss7-item-title p {
    padding: 5px 15px 5px 15px;
    line-height: 1.4em;
    color: #111;
}
.ss6-item-title p:hover,
.ss7-item-title p:hover {
    color: var(--primary-color);
}
.ss8-title h3 {
    color: var(--primary-color);
    line-height: 1.6em;
    margin-bottom: 20px;
}
.ss8-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ss8-news:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ss8-news-link-img {
    display: block;
    overflow: hidden;
    height: 250px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.ss8-news {
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    border: 1px solid #ededed;
}
.ss8-news-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.ss8-news-link p {
    color: #111;
    font-size: 1.8rem;
    font-family: "Inter Bold";
    line-height: 1.6em;
    padding: 5px 0;
}
.ss8-news-botttom {
    background: #fff;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    border: 1px solid #ededed;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 15px;
}
.ss8-news-botttom p {
    color: #111;
    font-size: 1.8rem;
    line-height: 1.6em;
    font-family: "Inter Medium";
}
.ss8-news-link p:hover,
.ss8-news-botttom p:hover {
    color: var(--primary-color);
}
.ss8-form-tu-van-wrap {
    width: 100%;
    background: -o-linear-gradient(290.1deg, #1445a5 42.55%, #3861c2 90.06%) red;
    background: linear-gradient(159.9deg, #1445a5 42.55%, #3861c2 90.06%) red;
    border-radius: 6px 6px 30px 6px;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    padding: 3.5em;
}
.ss8-form-tu-van input,
.ss8-form-tu-van select {
    display: block;
    width: 100%;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #444;
    border: none;
}
.ss8-form-tu-van select option {
    padding-left: 0;
    display: inline-block;
    text-align: left;
    margin-left: -10px;
}
.ss8-form-tu-van input:focus,
.ss8-form-tu-van select:focus {
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    outline: 0;
}
.ss8-btn-submit {
    margin-top: 30px;
}
.ss8-desc-bottom p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8em;
    font-style: italic;
    margin-top: 30px;
}
.form-tu-van-title h3 {
    font-size: 3.4rem;
    color: #fff;
    font-family: "Inter Bold";
    line-height: 2em;
    text-align: center;
    margin: 0;
}
.ss8-icon {
    position: relative;
}
.ss8-icon .ss8-crossbar-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 40%;
    background: #fff;
    top: 50%;
}
.ss8-icon .ss8-crossbar-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40%;
    background: #fff;
    right: 0;
    top: 50%;
}
.ss8-form-tu-van .btnDangKy {
    width: 100%;
    height: 52px;
    background: none;
    border: 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.icon-book {
    color: #fff;
    font-size: 3rem;
    text-align: center;
}
#section9 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer {
    background-color: #1445A5;
	padding-top: 60px;
    padding-bottom: 60px;
}
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
}
.footer-item .footer__item-title h4 {
    font-size: 2rem;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 20px;
}
.footer-item .footer__item-list {
    padding: 0;
}
.footer-item .footer__item-list li {
    padding: 5px 0;
}
.footer-item .footer__item-list .footer__item-list-link {
    color: #ffffffb2;
    font-size: 1.4rem;
}
.footer-item .footer__item-list .footer__item-list-link:hover {
    color: #ffffffe6;
}

.footer-info .social li {
	display: inline-block;
	margin-right: 5px;
}

.footer-info p {
	font-size: 15px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-copyright {
	background-color: #1445A5;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(217 217 217 / 25%);
}

.footer-copyright p {
	color: #fff;
}

#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 2rem;
    font-size: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px 2px rgb(68 102 242 / 10%);
    box-shadow: 0px 5px 12px 2px rgb(68 102 242 / 10%);
    border-radius: 50%;
    text-align: center;
    z-index: 9999;
    opacity: 0;
	color: #1445a5;
}
#back-to-top.show {
    opacity: 1;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.support-btn-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 555;
}
.sp_btn-danngky {
    width: 150px;
}
.sp_btn-danngky .btn--primary,
.sp_btn-danngky .btn--primary-tuvan {
    width: 100%;
}

.breadcrumbs {
	background: url('../images/export-img/bg-bcr.png') center center no-repeat;
    position: relative;
    overflow: hidden;
	width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.breadcrumbs .title {
	font-weight: 700;
	font-size: 30px;
	line-height: 31px;
	text-transform: uppercase;
	color: #1445A5;
	text-align: center;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb .breadcrumb-item a {
    color: #212121;
    line-height: 1.5em;
}

.breadcrumb-item.active {
	color: #212121;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pagination .page-link {
    border-radius: 50% !important;
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 35px;
    margin: 0 5px;
    border: 1px solid #fafafa;
    color: #111111;
    font-size: 16px;
    background: #fafafa;
}
#pills-tab .nav-item .nav-link:hover,
.pagination .page-item:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}
.pagination .page-link.active {
    background: #1445a5 !important;
    color: #fff !important;
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-item.active .page-link {
    background: #1445a5;
    color: #fff;
    border-color: #1445a5;
}
.nav.nav-tabs.nav-stacked {
    display: inline-block;
    font-family: "Inter Bold", sans-serif;
    width: 100%;
}
.nav.nav-tabs.nav-stacked li:last-child {
    border-bottom: none !important;
}
.nav.nav-tabs.nav-stacked li {
    border-bottom: 1px solid #f0f0f0;
}
.tab-banner-right .banner-right {
    margin-bottom: 20px;
}
#chitiettintuc .tab-content {
    border: none;
}
#chitiettintuc .content-videos {
    display: block;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 10%);
    border: 1px solid #ededed;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 2em;
}
#chitiettintuc .content-videos iframe {
    display: block;
    width: 100%;
    min-height: 60em;
}
.tab-content {
    display: inline-block;
    border-right: 1px solid #f0f0f0;
    float: right;
}
.nav-tabs .nav-item a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: uppercase;
    padding: 15px 0px;
    line-height: 1.6em;
    color: #8e8ea4;
}
.nav-tabs .nav-item:before {
    content: "";
    background: #111;
    width: 2px;
    height: 100%;
    text-align: right;
}
.nav-tabs .nav-link {
    border: unset;
    border-radius: unset;
}
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #2b368c;
    background-color: #fff;
    margin: 0 0px;
}
.nav-tabs {
    border: unset;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: unset;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset;
    border-radius: unset;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--primary-color);
}
.title-gt h3,
.title-gt h1 {
	font-size: 34px;
	font-weight: 700;
    color: var(--primary-color);
    line-height: 160%;
}
.desc-gt p {
    color: #000;
    line-height: 1.8em;
}
.title-giamhieu h3 {
    color: var(--primary-color);
    line-height: 2em;
}
.mySwiper2 .swiper-slide {
    height: auto;
    border-radius: 0;
    background: transparent;
}
.mySwiper2 .swiper-slide h4 {
    color: #000;
    line-height: 2em;
    background: transparent;
    padding-top: 25px;
}
.mySwiper2 .swiper-slide img {
    height: 327px;
}
.swiper-slide .swiper-slide-img {
    -webkit-transition: -webkit-transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
    transition: transform linear 0.2s, -webkit-transform linear 0.2s;
    overflow: hidden;
}
.mySwiper2 .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.mySwiper2 .swiper-slide .chucvu {
    color: #666666;
    line-height: 1.6em;
    position: initial;
}
.title-giaovien h3 {
    color: var(--primary-color);
    line-height: 2em;
}
.title-nhanvien h3 {
    color: var(--primary-color);
    line-height: 2em;
}
.contact-title h3 {
    color: var(--primary-color);
    line-height: 2em;
    font-weight: 700;
}
.contact-info {
    background: -o-linear-gradient(top, #f4f7fb 35.19%, #fbfbff 94.43%);
    border-radius: 6px 6px 50px 6px;
    color: #111;
    /* height: 100%; */
    padding: 0em 3.6em;
}
.contact-info .title {
    color: #1445a5;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 20px;
}
.contact-info p {
    line-height: 2em;
}
.form-lienhe {
    margin-top: 3em;
}
.form-lienhe .form-group {
    margin-bottom: 1.4em;
}
.form-lienhe .form-group .form-control {
    border-width: 1px;
    border-color: rgb(234, 234, 234);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    color: var(--primary-color);
    font-size: 17px;
}
.form-lienhe input::-webkit-input-placeholder,
.form-lienhe textarea::-webkit-input-placeholder {
    font-size: 0.9em;
    font-style: italic;
}
.form-lienhe input::-moz-placeholder,
.form-lienhe textarea::-moz-placeholder {
    font-size: 0.9em;
    font-style: italic;
}
.form-lienhe input:-ms-input-placeholder,
.form-lienhe textarea:-ms-input-placeholder {
    font-size: 0.9em;
    font-style: italic;
}
.form-lienhe input::-ms-input-placeholder,
.form-lienhe textarea::-ms-input-placeholder {
    font-size: 0.9em;
    font-style: italic;
}
.form-lienhe input::placeholder,
.form-lienhe textarea::placeholder {
    font-size: 0.9em;
    font-style: italic;
}
.form-lienhe .form-group input {
    height: 40px;
}
.form-lienhe .form-group textarea {
    height: 100px;
}

.btn-lienhe {
    line-height: 50px;
    color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(81%, #1445a5),
        color-stop(177%, #ffffff)
    );
    background: -o-linear-gradient(left, #1445a5 81%, #ffffff 177%);
    background: linear-gradient(to right, #1445a5 81%, #ffffff 177%);
    border: 0px;
    width: 150px;
}
.toast-message {
    font-size: 15px;
}
.google-map {
    margin-bottom: -5px;
}
#page-noiquy {
    min-height: 500px;
}
.noiquy-title h3 {
    color: var(--primary-color);
    line-height: 2em;
    margin-bottom: 20px;
}
details summary {
    list-style: inside none;
}
.content-main .collapse:not(.show) {
    display: block !important;
}
.collapse {
    --sp-sm: 1.4rem;
    --sp-md: 1.4rem;
    width: 100%;
    margin-bottom: 1.5em;
    border-radius: 0.8rem;
    background-color: #f5f4f9;
    -webkit-transition: -webkit-box-shadow 250ms;
    -o-transition: box-shadow 250ms;
    transition: box-shadow 250ms;
    transition: box-shadow 250ms, -webkit-box-shadow 250ms;
    will-change: box-shadow;
    overflow: hidden;
}
.collapse:hover {
    -webkit-box-shadow: 0.1rem 0.1rem 1.8rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.1rem 0.1rem 1.8rem rgba(0, 0, 0, 0.25);
}
.collapse .title {
    position: relative;
    padding: 20px 40px 20px 20px;
    color: #fff;
    background: -o-linear-gradient(9.07deg, #1445a5 35.19%, #3861c2 94.43%);
    background: linear-gradient(80.93deg, #1445a5 35.19%, #3861c2 94.43%);
    border-radius: 16px 0px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.collapse .title::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: var(--sp-md);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.collapse[open] .title::after {
    content: "\f175";
    font-family: "Font Awesome 6 Pro";
}
.collapse .divider {
    margin: 0 var(--sp-md);
    border-radius: 99em;
    border: 0.1rem solid currentColor;
    background: currentColor;
    color: #e1e1e1;
}
.collapse .description {
    padding: var(--sp-md);
    margin: 0;
}
.collapse .description:not(:first-of-type) {
    padding-top: 0;
}
.news-wrap:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.news-title h3 {
    color: var(--primary-color);
}
.news-item-img {
    overflow: hidden;
    border-radius: 6px;
    height: 250px;
    margin-bottom: 10px;
}
.news-item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s; /* padding: 5px 0; */
}
.news-item-title p,
.news-item-title h3 {
    color: var(--primary-color);
    line-height: 1.6em;
    padding: 5px 0;
	font-size: 18px;
	font-weight: 700;
}
.news-item-content p {
    color: #111;
    line-height: 1.6em;
    padding: 5px 0;
}
.content-gt2-main p {
    line-height: 2.2em;
    color: #000;
}
.content-gt2-main img {
    display: block;
    margin: 0 auto;
}
.breadcrumbs .title-result {
    position: absolute;
    bottom: 2em;
    left: auto;
    z-index: 3;
    color: #ffffff;
    text-align: center;
    display: block;
    text-transform: none;
}
#about-us {
    min-height: 500px;
}
.title-csvt h3 {
	font-size: 34px;
	font-weight: 700;
    color: var(--primary-color);
    line-height: 2em;
    text-transform: uppercase;
}
.csvt-block .title-block {
	font-size: 20px;
	font-weight: 700;
    color: var(--primary-color);
    line-height: 2em;
}
.img-block {
    overflow: hidden;
}
.img-block img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.content-block {
    padding: 10px 0;
}
.content-block p {
    color: #000;
    line-height: 2em;
}
.csvt-block-item img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.tab-content-pane {
    display: block;
    overflow-x: auto;
}
#pills-tab .nav-item {
    margin-bottom: 10px;
}
#pills-tab .nav-item .nav-link {
    background: #fafafa;
    color: #000;
    border-radius: 12px;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 1.4em;
}
#pills-tab .nav-item .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 1.4em;
}
#pills-tabContent .tab-pane {
    display: none;
}
#pills-tabContent .tab-pane.show {
    display: block;
}
#page-thuvienanh,
#page-thuvienvideo {
    margin-bottom: 20px;
    min-height: 500px;
}
#page-thuvienanh .row,
#page-thuvienvideo .row {
    row-gap: 30px;
}
.item-tva {
    padding: 5px;
    position: relative;
    -webkit-box-shadow: 0px 8.63805px 34.5522px rgba(37, 51, 66, 0.15);
    box-shadow: 0px 8.63805px 34.5522px rgba(37, 51, 66, 0.15);
    border-radius: 6px;
    background: #fff;
}
.item-tva:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.item-tva:hover{
    background: var(--primary-color);
}
.item-tva:hover p{
    color: #fff;
}
#page-thuvienvideo .item-tva .img-tva:before {
    position: absolute;
    content: "\f144";
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 8em;
    color: #fff;
    text-align: center;
    opacity: 0.9;
    display: block;
    z-index: 999999999999;
}
.img-tva {
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
}
.img-tva img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.title-tva {
    padding: 2em;
    height: 100px;
    display: block;
}
.title-tva p {
    color: #000;
    line-height: 1.6em;
    font-size: 18px;
	font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#page-thanhtich {
    min-height: 500px;
}
#page-thanhtich .tab-content-pane {
    overflow: hidden;
}
.item-thanhtich {
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #fff;
}
.item-thanhtich-wrap {
    padding: 5px;
}
#page-thanhtich .img-thanhtich {
    width: 223px;
    height: 223px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 100%;
}
.item-thanhtich:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.img-thanhtich img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform linear 0.3s;
    -o-transition: transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.title-thanhtich {
    padding: 15px;
    display: block;
    text-align: center;
}
.title-thanhtich p {
	font-size: 18px;
	font-weight: 700;
    color: #000;
}
.desc-thanhtich p {
    text-align: center;
    color: #666;
}

.page-404 {
    text-align: center;
    height: 600px;
}
.page-404 img {
    margin-bottom: 20px;
}
.page-404 h3 {
    color: #212121;
}
.page-404 p {
    font-style: italic;
}
#page-tintuc,
#page-lienhe,
#chitiettintuc {
    min-height: 500px;
}
@media only screen and (min-width: 991px) {
    .header_top .nav-link {
        color: #fff;
        font-size: 12px;
        margin-right: -1px;
        border-right: 1px solid rgba(255, 255, 255, 0.07);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
    }
}
#section4 iframe {
    width: 100%;
}

.nav-footer .nav {
    display: block;
}
.nav-footer .nav h4 {
    line-height: 1.6em;
    color: #fff;
	font-weight: 700;
    margin-bottom: 2rem;
}
.nav-footer .nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
.nav-footer .nav ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    padding: 5px 0;
	display: block;
}
.nav-footer .fanpage {
    margin-bottom: 20px;
    /*height: 190px;*/
    overflow: hidden;
    /*border-radius: 12px;*/
}

.fanpage iframe {
    height: 130px;
    border-radius: 10px;
    width: 100%;
}

.imageSlider-suKien .item {
    position: relative;
}

.imageSlider-suKien .item__image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.imageSlider-suKien .item__date {
    position: absolute;
    top: 24px;
    left: 20px;
    background: #ffa300;
    border-radius: 6px;
    width: 90px;
    height: 90px;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
}

.imageSlider-suKien .item__date--d {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}

.imageSlider-suKien .item__date--m {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

.imageSlider-suKien .item__image--img {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 60%;
}

.imageSlider-suKien .item__image--img img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear 0s;
}

.imageSlider-suKien .item__content {
    background: #dde4f5;
    border: 1px dashed #99cffd;
    border-radius: 8px;
    position: relative;
    margin-top: -80px;
    left: 5%;
    width: 90%;
    z-index: 10;
    padding: 20px;
}

.imageSlider-suKien .item__content--title {
    font-family: "Inter Bold";
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 10px;
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imageSlider-suKien .item__content--desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #212121;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imageSlider-suKien .item__content--view {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #1445a5;
}

.imageSlider-suKien .swiper-slide:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.imageSlider-suKien .swiper-slide:hover .item__content--title {
    color: #1445a5;
}
.toast-close-button {
    font-size: 2rem;
}

.form-group span {
    font-size: 1.4rem;
    color: red;
}

.toast-message {
    font-size: 15px;
}

/* Page Home */

.section-head .title-sub {
	color: #E31515;
	font-size: 16px;
}

.section-head .title-main {
	color: #1445A5;
	font-size: 30px;
	font-weight: 700;
}

p {
	font-size: 15px;
	line-height: 160%;
}

.view-more {
	font-size: 14px;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #E31515;
	box-shadow: 2px 4px 16px rgba(255, 122, 0, 0.15);
	padding: 8px 12px;
	color: #E31515;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.view-more:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #E31515;
	transition: all 0.3s ease;
}

.view-more:hover {
	color: #fff;
}

.view-more:hover:after {
	left: 0;
	width: 100%;
}

.ui-text-title {
	font-size: 17px;
	font-weight: 600;
}

.ui-text-20 {
	font-size: 20px;
}

.ui-color-01 {
	color: #1445A5;
}

.section01 .block01 {
	padding-right: 100px;
}

.section01 .block01 .item {
	display: flex;
	margin-bottom: 30px;
}

.section01 .block01 .item-icon {
	flex-shrink: 0;
	margin-right: 20px;
	animation: move 3s infinite 1s ease-in-out alternate-reverse;
}

.section01 .block01 .item-title {
	color: #212121;
	font-size: 18px;
	font-weight: 600;
}

.section01 .block02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.section01 .block02 .item {
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	box-shadow: 0px 8.63805px 34.5522px rgba(37, 51, 66, 0.15);
	border-radius: 16px;
	padding: 26px 16px;
}

.section01 .block02 .item:nth-child(2n+1) {
	position: relative;
	top: 40px;
}

.section01 .block02 .ui-text-title {
	color: #212121;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section01 .block02 .ui-text-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #E31515;
}

.section02 {
	background: url('../images/export-img/bg-cloud.png') center center no-repeat;
	background-size: cover;
	min-height: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section02 .block01 {
	padding-right: 50px;
}

.section02 .block01 .item:hover img {
	transform: rotateY(360deg);
}

.section02 .block02 img {
	animation: move2 3s infinite 1s ease-in-out alternate-reverse;
}

@keyframes move {
    0% {
      transform: translateY(2px);
    }
    50% {
      transform: translateX(2px);
    }
}

@keyframes move2 {
    0% {
      transform: translateY(10px);
    }
    50% {
      transform: translateX(10px);
    }
}

.section02 .block01 .ui-text-title {
	color: #212121;
	font-size: 24px;
	font-weight: 600;
}

.section04 {
	display: grid;
	grid-template-columns: 40% 40% calc(20% - 12px);
	gap: 6px;
}

.section04 .item {
	height: 300px;
	border-radius: 6px;
	box-shadow: 0px 8.63805px 34.5522px rgba(37, 51, 66, 0.15);
	margin: 6px 0;
	display: flex;
	overflow: hidden;
}

.section04 .item-image {
	width: 50%;
	flex-shrink: 0;
	position: relative;
}

.section04 .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.section04 .item-content {
	color: #fff;
}

.section04 .item-content {
	padding: 30px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section04 .ui-text-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section04 .ui-text-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
}

.section04 .item-col1 {
	background: #1445A5 url("../images/export-img/bg-chuongtrinhgiaoduc.png") center center no-repeat;
	background-size: cover;
	flex-direction: column;
	padding: 30px 150px;
	justify-content: center;
}

.section04 .main-title {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	line-height: 160%;
}

.section04 .sub-title {
	font-size: 16px;
	color: #fff;
}

.section04 .item-col2 {
	background-color: #FAA320;
}

.section04 .item-col3 {
	background-color: #F05929;
}

.section04 .item-col4 {
	background-color: #37B54A;
}

.section04 .item-row {
	flex-direction: column;
	height: 606px;
	background-color: #885EC2;
}

.section04 .item-row .item-image,
.section04 .item-row .item-content  {
	width: 100%;
	height: 50%;
}

.section04 .item-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
	transition: 0.3s;
}

.section04 .item:hover .item-image::after {
    background-color: rgba(0, 0, 0, 0.64);
    transition: 0.3s;
}

.section04 .item:hover a {
	color: #fff;
}

.section05 .item-icon {
	height: 50px;
}

.section05 .block02 .ui-text-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section05 .block02 .ui-text-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #E31515;
}

.section06 {
	background: url('../images/export-img/bg_conso.png') center center no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.section06 .item {
	height: 180px;
	background: url('../images/export-img/border.png') center center no-repeat;
	background-size: contain;
	color: #fff;
	position: relative;
	border-radius: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding: 0 30px;
}

.section06 .item-icon {
	position: absolute;
    top: 0;
    transform: translatey(-25px);
}

.section06 .item-number {
	font-weight: 600;
	font-size: 80px;
	line-height: 1;
	display: flex;
    align-items: baseline;
}

.section06 .item-number span {
	font-size: 12px;
	color: #fff;
}

.section06 p {
	font-size: 13px;
}

.section08 p {
	color: #212121;
}

.section09 .form-control,
.section09 .form-select {
	min-height: 42px;
}

.section09 .form-control:focus,
.section09 .form-select:focus {
	box-shadow: none;
}

.section09 .btn-primary {
	background: #1445A5;
	height: 48px;
	font-weight: 700;
	font-size: 18px;
}

.section09 .btn-primary:focus {
	box-shadow: none;
}

.section10 .block01 {
	height: 240px;
}

.section10 .block01 .item {
	padding: 20px;
	color: #fff;
}

.section10 .block01 .item-map {
	width: 50%;
}
.section10 .block01 .item-map p {
    height: 100%;
}
.section10 .block01 .item:nth-child(2) {
	width: 25%;
	background: #FAA320;
}

.section10 .block01 .item:nth-child(3) {
	width: 25%;
	background: #37B54A;
}

.section10 .block01 .ui-text-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section10 .block01 .ui-text-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
}

.section10 .block01 .item-content h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.thumb {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f4f4f4;
}

.thumb-5x3 {
    padding-bottom: 60%;
}

.thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.blog-home .thumb {
	border-radius: 4px;
	overflow: hidden;
}

.blog-home .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-home .swiper-wrapper {
	padding-bottom: 50px;
}

.blog-home .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.blog-home .swiper-pagination-bullet-active {
	background: #E31515;
}

.tab-home-01 .nav-item .nav-link {
	background: #FFFFFF;
	border: 1px dashed #1445A5;
	border-radius: 33px;
	font-weight: 600;
	font-size: 16px;
	color: #212121;
	height: 46px;
	display: flex;
	align-items: center;
}

.tab-home-01 .nav-item .nav-link.active,
.tab-home-01 .nav-item .nav-link:hover {
	background: #1445A5;
	color: #fff;
}

.even-home {
	background: #1445A5;
	border: 6px solid #EF8B1A;
	border-radius: 16px;
	position: relative;
	padding: 16px;
}

.even-home::after {
	content: url('../images/export-img//icon-moctreo.png');
	position: absolute;
    top: -47px;
    left: 100px;
}

.even-home::before {
	content: url('../images/export-img//icon-moctreo.png');
	position: absolute;
    top: -47px;
    right: 100px;
}

.swiper-col {
	height: 400px;
}

.swiper-row .swiper-slide {
	display: flex;
}

.swiper-row .item-image {
	width: 50%;
	flex-shrink: 0;
}

.swiper-col a {
	display: flex;
	margin-bottom: 1rem;
}

.swiper-col .item-image {
	width: 30%;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 16px;
}

.swiper-col .item-image img {
	height: 100px;
	object-fit: cover;
    width: 100%;
}

.swiper-col .item-content {
	padding: 0 16px;
}

.even-home .item-date {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	display: flex;
	align-items: center;
	letter-spacing: 0.271133px;
	color: #FFA300;
}

.even-home .item-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 150%;
	color: #FFFFFF;
}

.even-home .swiper-slide:hover .item-title,
.swiper-col a:hover .item-title,
.swiper-col .swiper-slide-thumb-active .item-title {
	color: #ffa300;
}

.even-home .swiper-slide:hover .item-image img,
.swiper-col a:hover .item-image img {
	transform: scale(1.1);
}

.swiper-col .item-title {
	font-size: 16px;
}

.even-home .view-more {
    border: 1px solid #fff;
    color: #fff;
}

.swiper-row .item-content {
	padding: 0 30px;
	height: 400px;
	color: #fff;
}

.swiper-row .item-image {
	border-radius: 16px;
	overflow: hidden;
}

.swiper-row .item-image img {
	/*height: 100%;*/
	object-fit: cover;
}

.swiper-button-np {
	position: absolute;
    bottom: 30px;
    left: 53%;
    width: 90px;
}

.swiper-button-np>div {
	width: 32px;
    height: 32px;
    background: #E31515;
    border-radius: 100%;
    color: #fff;
}

.swiper-button-np .swiper-button-next:after, .swiper-button-np .swiper-button-prev:after {
	font-size: 16px;
}

.nav-footer-item {
	padding-left: 50px;
}

@media only screen and (max-width: 991px) {
	.nav-footer-item {
		padding-left: 0;
	}
    .main-menu {
        border: none;
        position: absolute;
        top: 5px;
        right: 0;
    }
	.page-header {
		height: auto;
		background: #1a45a5;
	}

	.page__header-wrapper .logo {
		flex-basis: 0;
		margin: 10px;
	}

	.page__header-wrapper {
		flex-direction: column;
		align-items: inherit;
	}

	.section01 .block01,
	.section02 .block01 {
		padding-right: 0;
	}

	.section02 .block02 {
		text-align: center;
	}

	.tab-home-01 .nav {
		gap: 8px;
		justify-content: flex-start !important;
	}

	.tab-home-01 .tab-content {
		text-align: center;
	}

	.tab-home-01 .tab-content img {
		margin: 30px 0;
	}

	.section04 {
		grid-template-columns: 100%;
	}

	.section04 .item {
		height: auto;
	}

	.section06 .col {
		flex: 1 0 50%;
	}
	
	.section06 .item {
		margin-bottom: 30px;
		background: rgba(255,255,255,0.3);
		padding: 30px;
		height: 100%;
	}

	.section06 .item-icon {
		position: unset;
	}

	.swiper-col {
		margin-top: 30px;
	}

	.swiper-row .item-content {
		height: auto;
	}

	.swiper-button-np {
		position: unset;
	}

	.section10 .block01 {
		height: auto;
	}

	.section10 .block01>div {
		width: 100% !important;
	}

    .tab-content {
        padding-left: 0.9rem;
        border-left: none;
    }
    .footer-item {
        padding-bottom: 20px;
    }
    .footer-bottom {
        padding-top: 40px;
    }
    .hot_news .br-title {
        width: 250px;
        text-align: center;
    }
    .nav-tabs .nav-item a {
        font-family: "Inter Bold";
        font-size: 1.8rem;
    }
    .banner_home a {
        display: block;
        margin-bottom: 30px;
    }
    .footer_logo .container {
        border-top: 0px solid rgba(255, 255, 255, 0.2);
    }
    .footer_links .row > div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0px;
    }
    .footer_logo .logo {
        display: block;
        margin-bottom: 30px;
    }
    .thongtintuyensinh {
        margin-top: 30px;
    }
    .footer_info .col-lg-3 {
        border-right: none;
    }
    .header_top_mobile {
        width: 70%;
    }
    .header_top_mobile .btn {
        color: #fff;
    }
    .header_top_mobile .nav-item {
        width: 100%;
    }
    .header_top_mobile .form-inline {
        position: absolute;
        width: 100%;
        z-index: 99;
        right: 0px;
        top: 30px;
    }
    .logo-link {
        bottom: 0px;
        left: 0px;
    }
    .mobile-logo-link img {
        height: 40px;
    }
    .header_top .nav-link {
        margin-top: 4px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #section4 iframe {
        padding-top: 15px;
    }
    .searchbar {
        top: 30%;
        right: 10%;
    }
    #section8 .more {
        padding-bottom: 15px;
    }
    .mobile-header-wrapper {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {

	.section01 .block02 {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 30px;
	}

	.section01 .block02 .item:nth-child(2n+1) {
		top: 0;
	}

	.swiper-row .swiper-slide {
		display: block;
	}

	.swiper-row .item-content {
		padding: 0;
	}

	.swiper-row .item-image {
		width: 100%;
		margin-bottom: 30px;
	}

    .contact-info .title {
        line-height: auto !important;
    }
    .contact-info {
        padding: 0 0 20px 0 !important;
    }
    
    #chitiettintuc .content-videos {
        padding: 1em !important;
    }
    #chitiettintuc .content-videos iframe {
        min-height: 30em !important;
    }
    .form-search:before {
        right: 13px;
        z-index: -1;
    }
    .footer-item {
        width: 100%;
        padding-bottom: 20px;
        align-item: start;
    }

    .ss4-wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 10px;
    }
    .nav-footer ul {
        overflow: hidden;
        -webkit-transition: max-height 1s ease-out;
        -o-transition: max-height 1s ease-out;
        transition: max-height 1s ease-out;
    }

    .nav-footer .nav:last-child ul {
        height: auto;
        overflow: initial;
        margin-bottom: 20px;
    }
    .nav-footer .nav:last-child h4:after {
        display: none;
    }

    .nav-footer .nav:nth-last-child(2) ul {
        height: auto;
        overflow: initial;
        margin-bottom: 20px;
    }
    .nav-footer .nav:nth-last-child(2) h4:after {
        display: none;
    }

    .nav-footer .nav h4:after {
        content: "\f107";
        position: relative;
        font-family: "Font Awesome 6 Pro";
        font-size: 1.2em;
        right: 0;
        top: 0;
        width: 15px;
        float: right;
    }
    .nav-footer .nav.open h4:after {
        content: "\f106";
        position: relative;
        font-family: "Font Awesome 6 Pro";
        font-size: 1.2em;
        right: 0;
        top: 0;
        width: 15px;
    }
    .nav-footer .nav.open ul {
        height: auto;
        max-height: 500px;
        -webkit-transition: max-height 1s ease-in !important;
        -o-transition: max-height 1s ease-in !important;
        transition: max-height 1s ease-in !important;
    }
    .section04 .item-col1 {
		padding: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.section06 .col {
		flex: 1 0 100%;
	}

	.section10 .block01 {
		display: block !important;
	}

	.header-top .social {
		display: none;
	}

    .logo-link {
        top: -10px;
        left: -6px;
    }
    .logo-link img {
        max-width: 80%;
    }
    .searchbar {
        top: 30%;
        right: 15%;
    }
    
    .mySwiper2 .swiper-slide img {
        height: 200px;
    }
    .pagination .page-link {
        min-width: 35px;
        height: 35px;
        line-height: 28px;
    }
    .form-search {
        width: 300px;
    }
    .breadcrumbs {
        border-bottom-right-radius: 30px;
    }
    .breadcrumbs::before {
        border-bottom-right-radius: 30px;
    }
    .item-tva-wrap {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
    .page-404 {
        height: 300px;
    }
    .page-404 img {
        width: 100% !important;
    }
    .phone-vr span {
        display: none;
    }
}
@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

.btn-primary:hover {
	background: #1656d4;
}

.form-register .modal-dialog {
    max-width:  800px;
    width: 100%;
}

.form-register .modal-title {
    color: #1445a5;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-register .btn-close-popup {
    background: #FFA300;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.form-register .form-control:focus, .form-register .form-select:focus {
    box-shadow: none;
}

.form-register .input-group-text {
    background-color: #FFA300;
    border-color: #FFA300;
    color: #fff;
    width: 40px;
}

.form-register .btn-primary {
    background: linear-gradient(91.91deg, #ffa300 11.29%, #ffd362 97.59%);
    border-bottom-right-radius: 16px;
    position: relative;
    width: 150px;
    height: 50px;
    transition: transform linear 0.2s;
    border: none;
}

.form-register .btn-primary:focus {
    box-shadow: none;
}
.btn-form-register {
    position: fixed;
    right: 0;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}

.btn-form-register a {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    width: 160px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 20px 2px 2px 2px;
    color: #fff;
    background: linear-gradient(89.87deg, #DC0000 0.04%, #FF0000 99.94%);
    box-shadow: 2px 4px 16px rgba(244, 0, 15, 0.15);
    margin-bottom: 5px;
}

.btn-form-register a:nth-child(2) {
    background: linear-gradient(91.91deg, #FFA300 11.29%, #FF6E40 97.59%);
    box-shadow: 2px 4px 16px rgba(255, 122, 0, 0.15);
}

.btn-form-register a:nth-child(3) {
    background: linear-gradient(180deg, #1445A5 0%, #001F5C 100%);
    box-shadow: 2px 4px 16px rgba(244, 0, 15, 0.15);
}

.btn-form-register a:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .btn-form-register {
        display: none;
    }
}

.hiden {
    display: none !important;
}
#button-contact-vr {
    position: fixed;
    bottom: 2em;
    left: 0;
    z-index: 999;
  }
  #button-contact-vr .button-contact {
    position: relative;
  }
  #button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    z-index: 2;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #ffa300;
    background-color: rgb(255 163 0 / 70%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
  }
  .phone-vr span{
    display: inline-block;
    white-space: nowrap;
    position:relative;
    padding: 5px 10px 5px 40px;
    border-radius: 30px;
    font-size: 20px;
    top:50%;
    left: 2em;
    z-index: 1;
    transform:translateY(-50%);
    color:#fff;
    background:#1445a5;
    /* height:50px; */
    min-width: 200px;
    box-shadow: 0px 0px 11px 0px hwb(0deg 17% 80% / 30%);
  }
  .phone-vr-img-circle {
    background-color: #ffa300;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
  }
  .phone-vr-img-circle a {
    display: block;
    line-height: 37px;
  }
  .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  @-webkit-keyframes phone-vr-circle-fill {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-webkit-keyframes zoom {
    0% {
      transform: scale(.9)
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
    }
    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
    }
  }
  @keyframes zoom {
    0% {
      transform: scale(.9)
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
    }
    100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
    }
  }
  .phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
  }
  .phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
  }
  @media (max-width: 768px) {
    .phone-vr span{
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .swiper-col .item-title {
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;

    }
    .block01 .item-title {
        font-size: 16px !important;
    }
}
.container {max-width: 1250px}
.contact {
    border-top: 5px solid #FFA300;
    margin-top: 20px;
}
.block01 .item-title {
    font-size: 20px;
}