@font-face {
    font-family: 'Inter-Black';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/Publishing_Resources/BoQuocPhong/assets/fonts/Inter-Thin.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #000;
    font-family: "Inter-Regular", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-size-adjust: none;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.73;
    margin: 0;
    background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
 header{ 
	 background: linear-gradient(79.6deg, #012B3D 10.67%, #000023 33.48%, #00082A 51.22%, #001D3C 68.96%, #00415B 91.64%, #00405A 91.65%); 
 } 

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #1A6E5F;
    text-decoration: none;
}

a:active, a:hover, a:visited {
    outline: 0;
    text-decoration: none;
    color: #0e5ca8 ;
    opacity: 0.7;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}
.linered{
	    width: 100%;
    height: 3px;
    left: 0px;
    background: #EC1C24;
}
.table_ckeditor p{
	margin: 0px;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.offices_list img {
    border: 0;
    max-width: 100px;
    height: 50px;
}


svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 0px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

h1,
.h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

h4,
.h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 22px;
    margin-bottom: 10px;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

p {
    margin: 0 0 10px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.row {
    margin-left: -12px;
    margin-right: -12px;
}

.container {
    max-width: 1080px !important;
    padding: 0 0px;
}

.col {
    padding: 0 12px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #ebebeb;
}

::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
}

iframe {
    width: 100%;
}

.header_top .container {
    position: relative;
}
.logo_home{
	 width: 25px;
	 height: 25px;
	 margin-top: -11px;
}
.logo {
    width: 420px;
    position: absolute;
    top: 0;
    left: -130px;
}

.header_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 0 0px 240px;
}

.header_text .text {
    text-align: right;
    color: #83CAFF;
    font-size: 12px;
    font-family: Inter-SemiBold;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word;
	text-transform: uppercase;
	font-family:'Inter-Thin'
}
.header_text .text strong{
	text-transform: capitalize;
	
}
.dang_ky_title{
	top: 31px;
	text-align: right;
	color: #83caff;
	font-size: 30px;
	font-family: Inter;
	font-weight: 700;
	line-height: 22px;
	word-wrap: break-word;
	font-family: 'Inter-Bold';

}
.header_menu {
    height: 82px;
    background: linear-gradient(79.6deg, #012B3D 10.67%, #000023 33.48%, #00082A 51.22%, #001D3C 68.96%, #00415B 91.64%, #00405A 91.65%);
}

.header_menu_sticky {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
	margin-left: 228px;
	/* background: linear-gradient(79.6deg, #012B3D 10.67%, #000023 33.48%, #00082A 51.22%, #001D3C 68.96%, #00415B 91.64%, #00405A 91.65%); */
}
.header_menu_sticky .container{
	margin: 0 !important;
}
.header_menu_sticky .actionBtn{
	margin-top: 2px;
}
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    /* visibility: hidden; */
    /* opacity: 0; */
    position: absolute;
    top: 120%;
    background: #023A51;
    width: 230px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
	z-index: 999;
	display:none;
}
.main_menu li:hover .submenu{
	display:block;
}
.submenu li {
    border-bottom: 2px solid #808285;
    padding: 10px 0;
}

.submenu li a {
    padding: 10px;
    font-family: 'Inter-Thin';
    font-size: 14px;
    font-weight: 900;
    line-height: 19.36px;
    text-align: center;
    color: #ffffff;
}
.submenu li a:hover{
	color: #83CAFF;
}

.main_menu {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 0 0 210px;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    height: 82px;
}

.main_menu > li {
    padding: 7px 0px 5px 20px;
    position: relative;
	margin-left: auto;
}

.main_menu > li > a {
	text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
	font-family: 'Inter-SemiBold';
}
.main_menu > li > a:hover {
    color: #83CAFF;
}
.main_menu .active > a{
	color: #83CAFF;
}

footer {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
	margin-top: 30px;
}
.footer_top{
    background: linear-gradient(79.6deg, #012B3D 10.67%, #000023 33.48%, #00082A 51.22%, #001D3C 68.96%, #00415B 91.64%, #00405A 91.65%);
}
.btn {
	width: Fixed (208px)px;
	height: Fixed (36px)px;
	top: 109px;
	left: 1292px;
	padding: 10px 0px 0px 0px;
	gap: 10px;
	border: 1.5px 0px 0px 0px;
	opacity: 0px;
}
.action a{
	height: 36px;
	padding: 10px;
	/* border: 1.5px white solid; */
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	width: 208px;
	text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Inter-SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    word-wrap: break-word;
	background-color: #d61b2a;
}
.action a:hover {
	color: red;
    background-color: #ffffff;
  
}


.btn-danger {
    --bs-btn-bg: #EC1C24;
    --bs-btn-border-color: #EC1C24;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-disabled-bg: #EC1C24;
    --bs-btn-disabled-border-color: #EC1C24;
}

.btn-outline-primary {
    --bs-btn-color: #0174AE;
    --bs-btn-border-color: #0174AE;
    --bs-btn-hover-bg: #0174AE;
    --bs-btn-hover-border-color: #0174AE;
    --bs-btn-active-bg: #0174AE;
    --bs-btn-active-border-color: #0174AE;
    --bs-btn-disabled-color: #0174AE;
    --bs-btn-disabled-border-color: #0174AE;
    border-width: 2px;
}

.footer_top {
	/* height: 506.52px; */
    /* margin-top: 50px; */
    /* padding: 0px 0px 42px 0px; */
	background: linear-gradient(79.6deg, #012B3D 10.67%, #000023 33.48%, #00082A 51.22%, #001D3C 68.96%, #00415B 91.64%, #00405A 91.65%);
}

.footer_top .col {
    padding: 63px 0px 0px 0px;
}

.footer_top h6 {
    margin: 28px 0 15px;
}

.footer_top ul li {
    margin-bottom: 10px;
}

form .form_register {
    padding: 27px 44px 31px;
    background: #fff;
	width: 530px;
    height: 370px;
    position: absolute;
	margin-left: 10px;
}

.head_form {
    /* margin-bottom: 5px; */
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #59595B;
}

.head_form h3 {
    font-size: 25px;
    font-style: normal;
	font-weight: 600;
	line-height: normal;
    color: #ED1C24;
    margin-bottom: 3px;
    text-transform: uppercase;
	font-family: Inter-SemiBold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: var(--K60, #808285);
	font-family: Inter-Medium;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: 26px; /* 173.333% */
}

.form-control {
    height: 40px;
    border-radius: 0;
    border-color: #1A6E5F;
}

.form-action .btn {
    padding: 10px 100px;
    height: 50px;
	width: 100%;
    background: #023A51;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    text-decoration: none;
    border-radius: 0;
    border: none;
    text-align: center;
    color: white;
    font-size: 15px;
    font-family: Inter-Medium;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    word-wrap: break-word;
	margin-top: 26px;
}
.form-action .btn:hover {
	background: #0d99ff;
}

.social {
    list-style: none;
    margin: 0;
    display: none;
    /* display: flex; */
    padding: 0 !important;
	margin-top: 20px;
}

.social li {
    margin: 0 27px 0 0 !important;
}

.ic {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover !important;
}

.ic_gototop {
    background: url(../icons/ic_gototop.svg) no-repeat center center;
}

.ic_facebook {
    background: url(../icons/ic_facebook.svg) no-repeat center center;
}
.ic_success {
    background: url(../icons/ic_success.svg) no-repeat center center;
}
.ic_error {
    background: url(../images/error.png) no-repeat center center;
}
.ic_youtube {
    background: url(../icons/ic_youtube.svg) no-repeat center center;
}

.ic_zalo {
    background: url(../icons/ic_zalo.svg) no-repeat center center;
}

.ic_right_circle {
    background: url(../icons/ic_right_circle.svg) no-repeat center center;
}

.ic_right_vector {
    background: url(../icons/ic_right_vector.svg) no-repeat center center;
}

.ic_left_vector {
    background: url(../icons/ic_left_vector.svg) no-repeat center center;
}
.ic_right_line {
    background: url(../icons/right_line.svg) no-repeat center center;
}

.ic_left_line {
    background: url(../icons/left_line.svg) no-repeat center center;
}
.ic_tick {
    background: url(../icons/ic_tick.svg) no-repeat center center;
}
.social li a:hover .ic_facebook {
    background: url(../icons/ic_facebook_hover.svg) no-repeat center center;
}
.social li a:hover .ic_zalo {
    background: url(../icons/ic_zalo_hover.svg) no-repeat center center;
}
.social li a:hover .ic_youtube {
    background: url(../icons/ic_youtube_hover.svg) no-repeat center center;
}
.social li a:hover .ic_in {
    background: url(../icons/ic_in_hover.svg) no-repeat center center;
}
.social li a:hover .ic_whatapps {
    background: url(../icons/ic_whatapps_hover.svg) no-repeat center center;
}
.ic_calender {
    background: url(../icons/ic_calender.svg) no-repeat center center;
}
.ic_whatapps {
    background: url(../icons/ic_whatapps.svg) no-repeat center center;
}
.ic_in {
    background: url(../icons/ic_in.svg) no-repeat center center;
}
.ic_in_hover {
    background: url(../icons/ic_in_hover.svg) no-repeat center center;
}
.gotoTop .ic {
    width: 45px;
    height: 45px;
}

.gotoTop {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.showScroll .gotoTop {
    opacity: 1;
    visibility: visible;
}
.linkedin .ic {
    width: 45px;
    height: 45px;
	border-radius: 50%;
}

.linkedin {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 180px;
}
.trialVerison {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 140px;
	color: red;
}

.transition {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.copyright {
    border-top: 2px solid #fff;
    background: #01303A;
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
	margin-top:75px;
}
.copyright .container{
	position: relative;
}
.copyright img{
	display: block;
	height: 93px;
}
.copyright p {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 3%;
	color: #FFF;
	/* Sub */
	font-family: Inter;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 26px; /* 173.333% */
}

.banner {
    /* padding-top: 35%; */
    position: relative;
	/* margin-bottom: -15px; */
	text-align:center;
}
.img_banner{
	padding-top: 26.6%;
}

.banner > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    /* object-fit: cover; */
}

section.section_1 {
    padding: 5px 0;
	/* background: linear-gradient(180deg, rgba(185, 229, 251, 1.60), rgba(255, 255, 255, 0.60) 30%); */
}

.section_head {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 42px;
}

.offices_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.quangcao_title{
	font-size: 8px;
	font-family: Inter-SemiBold;
	display:block;
	text-align: center;
	color: #1A6E5F;
	text-transform: uppercase;
}
.offices_list .item {
    margin-bottom: 57px;
    /* padding: 0 12px; */
    text-align: center;
    display: inline-block;
}

.offices_list .item:nth-child(1) {
    width: 20.9%;
}

.offices_list .item:nth-child(2) {
    width: 48.2%;
}

.offices_list .item:nth-child(3) {
    width: 30.9%;
}

.offices_list .item .const {
    //padding-top: 9px;
	height: 120px;
	text-align: center;
    display: inline-block;
}

.offices_list .item:nth-child(3) .const {
	display: flex;
    text-align: right;
	align-items: center;
}

.offices_list .item:nth-child(2) .const {
	display: flex;
    text-align: center;
    border-left: 1px solid #1A6E5F;
    border-right: 1px solid #1A6E5F;
	align-items: center;
	
}

.offices_list .item h3 {
    font-size: 18px;
    line-height: 31px;
	font-family: Inter-SemiBold;
    color: #1A6E5F;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* margin-left: 15px; */
	text-align: center;
}

.offices_list .item:nth-child(2) h3 {
    /* padding-left: 50px; */
}

.offices_list .item:nth-child(3) h3 {
    /* padding-left: 50px; */
}

.bg_1 {
    background: #D9F2FF;
}

.bg_2 {
    background: #F0FAFF;
}

section.section_2 {
    padding: 1px 0 20px;
}
section.section_2 .section_title {
    color: #ED3237;
}
.section_title {
	flex: 1 1 0;
    text-align: center;
    color: #1A6E5F;
    font-size: 28px;
    font-family: Inter-Bold;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
}

section.section_2 .content {
	font-family: Inter;
    text-align: justify;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

section.section_2 .content h2 {
	font-family: Inter-Bold;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
    color: #1A6E5F;
    margin-bottom: 10px;
}
section.section_2 .content p{
    text-align: justify;
    color: #414042;
    font-size: 16px;
    font-family: Inter-Medium;
    font-weight: 500;
    line-height: 30px;
    word-wrap: break-word;
}
section.section_2 .action .btn {
    width: 300px;
    height: 45px;
    padding: 10px;
    background: #023A51;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
	margin: 0px 20px 0px 0px;
	text-decoration: none;
    border-radius: 0;
    border: none;
	
	text-align: center;
    color: white;
    font-size: 15px;
    font-family: Inter-SemiBold ;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    word-wrap: break-word;
}
section.section_2 .btn:hover{
    background: #0d99ff;
}

section.section_2 .col {
    margin-bottom: 30px;
}
section.section_2 .tongquan {
    margin-bottom: 30px;
	position: relative;
}
section.section_2 .child {
	width: 100%;
    position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
}

.thumb_video {
    padding-top: 56.25%;
    position: relative;
	margin: 20px 0px 0px 0px;
}

.thumb_video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb_video a:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url(../icons/ic_play.svg) no-repeat center center;
    background-size: cover;
}

section.section_3 {
    padding: 0px 0 55px;
}
section.section_3 .section_title{
	color:#023A51;
}
section.section_5 .section_title{
	color:#1A6E5F;
}
.focus_blogs .item_1 {
    height: 616px;
}

.focus_blogs .item_2 {
    height: 600px;
    margin-bottom: 24px;
}
.focus_blogs.main .item_2 {
    height: 296px;
    margin-bottom: 24px;
}

.focus_blogs .item_3,
.focus_blogs .item_4 {
    height: 240px;
	width: 348px;
    text-align: center;
}

.focus_blogs .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.focus_blogs .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focus_blogs .item:before {
    content: "";
    position: absolute;
    background: #027B41;
	opacity: 0.6;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: calc(100% - -33px);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.focus_blogs .item:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #fff;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    visibility: hidden;
    opacity: 0;
}

.focus_blogs.main .item_2:before {
    top: 0;
    right: 50%;
}
.focus_blogs .item_2:before {
    top: 0;
    right: 90%;
}

.focus_blogs .item .content {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: calc(100% - 160px);
    padding: 0 60px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.mobile_over_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.over_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.focus_blogs .item .content .number {
    color: #fff;
    display: block;
    font-family: Inter-Regular;
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
	margin-top: 40px;
}
.focus_blogs .item:hover .content .number{
	margin-top: 0;
	
}
.focus_blogs .item .content .number a {
    margin-left: 40px;
	display: none;
}
.focus_blogs .item .content  a {
	display: none;
}
.focus_blogs .item:hover .content  a {
	display: block;
}
.focus_blogs.main .item_2 .content span {
    /* display: none; */
}

.focus_blogs .item_2 .content {
    top: calc(50% - 90px);
    right: 52%;
    padding: 10px;
    /* text-align: center; */
	display: flex;
    justify-content: space-around;
	align-items: center;
}


.focus_blogs.main .item .content span {
     font-size: 20px; 
    /* line-height: 60px; */
    color: #fff;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
}
.focus_blogs .item .content span {
    /* color: #fff; */
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
}

.focus_blogs .item:hover .content span{
    visibility: visible;
    opacity: 1;
}

.focus_blogs .item:hover:before {
    top: 0;
    left: 0;
    right: 0;
}

.focus_blogs .item:hover:after {
    visibility: visible;
    opacity: 1;
    top: 19px;
    left: 19px;
    right: 19px;
    bottom: 19px;
}

.focus_blogs .item:hover .content {
    top: 50%;
    transform: translateY(-50%);
	transition: transform 1s;
}

.focus_blogs .item_1 .read {
    display: block;
    text-align: center;
    margin-top: 45px;
}

.focus_blogs .item_2:hover .content {
    right: 39px;
    left: 39px;
    text-align: left;
    padding: 0 35px;
}

.focus_blogs .item_2:hover .content span {
    /* display: block; */
}

.focus_blogs .item_2:hover .content .number {
    line-height: 100px;
    position: relative;
	margin-top: 0;
}

.focus_blogs .item_2:hover .content .read {
    display: inline-block;
}

.focus_blogs .item_2:hover .content .read i {
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
}

.section_title.type2 {
    color: #ED3237;
}

.blog_slider .content {
    background: #023A51;
	/* height: 740px; */
	padding-bottom: 10px;
}

.blog_slider .content .img {
    padding-top: 100%;
    position: relative;
}

.blog_slider .content .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
	width: 344px;
	height: 343px;
}

.blog_slider .content .cont {
    /* padding: 47px 22.4px; */
	height: 450px;
}
.blog_slider .content .cont h3, .blog_slider .content .cont div{
	padding: 0px 22.4px;
}
/* .blog_slider .content .cont:hover { */
	/* background-color: #1A6E5F; */
/* } */


.blog_slider .date {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px;
    color: #fff;
	font-family: Inter-Regular;
	font-weight: 400;
	position: absolute;
    top: 20px;
}

.blog_slider .cont h3 a {
    color: #fff;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
	font-style: normal;
    line-height: 32px;
    font-weight: 700;
    text-align: justify;
	font-family: Inter-Bold, sans-serif;
	width: 299.21px;
}

.blog_slider .except {
	font-family: Inter-Regular, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
	margin-bottom: 30px;
	padding-top:10px;
	max-height: 180px;
}

.gallery_video_slider .owl-nav{
	text-align: center;
    margin-top: 24px;
    display: block !important;
    position: absolute;
    bottom: -200px;
    /* left: 50%; */
    transform: translateX(-50%);
}
.gallery_video_slider  .owl-nav .owl-next{
	right: -1145px !important;
    top: -370px !important;
}
.owl-nav {
    /* text-align: center; */
    /* margin-top: 24px; */
    /* display: block !important; */
    position: absolute;
    /* bottom: -160px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.owl-nav button {
    text-align: center;
    display: block !important;
    position: absolute;
}
.owl-nav .owl-prev {
    left: -70px;
    top: -380px;
}
.owl-nav .owl-next {
    right: -1050px;
    top: -335px;
}
.owl-nav .ic{
	    width: 42px !important;
}
/* .section_4 .owl-nav{ */
	/* margin-top: 24px; */
/* } */

.owl-nav button {
    margin: 0 23px;
    width: 50px;
    height: 50px;
}

.owl-nav button .ic {
    width: 37.71px;
    height: 50px;
}

section.section_4 {
    padding: 0px 0 100px;
}

.border_bot {
    position: relative;
}

.border_bot:after {
    content: "";
    height: 1.5px;
    width: 1080px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 540px);
    background: #D1D3D4;
}

section.section_5 {
    padding: 0px 0 10px;
}

.partner_slider .img {
    height: 150px;
    position: relative;
}

.partner_slider .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}

.message_success {
    max-width: 940px;
    width: 100%;
    padding: 20px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.message_success .content {
    background: #ECFFF6;
    border-radius: 35px;
    padding: 66px 70px 100px;
    color: #535655;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
}

.message_success .content:before {
    content: "";
    position: absolute;
    left: 21px;
    right: 21px;
    top: 19px;
    bottom: 19px;
    border: 1.5px solid #1A6E5F;
    border-radius: 20px;
}

.message_success .img {
    margin-bottom: 47px;
}

.message_success .img .ic {
    width: 135px;
    height: 135px;
}

.message_success .title {
    font-size: 50px;
    line-height: 61px;
    color: #0174AE;
    font-style: italic;
}

.message_success .title strong {
    font-weight: 800;
}

.distance_1 img {
	width: 100%;
    height: 100%;
}
.distance_1 ul {
	list-style:disc;
}
.entry.zoomable-image > ul:nth-child(1){
	padding-left: 0;
}
.form_contact {
    padding: 37px 100px 42px;
    border: 1px solid #D1D3D4;
}

.form_contact .form-group {
    margin-bottom: 20px;
}

.form_contact .form-control {
    background: #D9F2FF;
    border: 0;
    height: 45px;
    font-size: 22px;
}

.form_contact textarea.form-control {
    height: 240px;
}

.captcha_code {
    display: flex;
    max-width: 500px;
    width: 100%;
}

.captcha_code .form-control {
    width: calc(100% - 217px);
}

.captcha_code .img {
    width: 180px;
    margin-left: 37px;
}

.iframe_map {
    padding-top: 63%;
    position: relative;
}

.iframe_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.table.alternate tr:nth-child(2n) {
    background: #D9F2FF;
}

.table.alternate {
    border-color: transparent;
}

.table.alternate {
    border-color: transparent;
}

.entry {
    text-align: justify;
	font-family: "Inter-Regular", sans-serif !important;
}
.entry span{
	font-family: "Inter-Regular", sans-serif !important;
}

hr {
    margin: 1.5rem 0;
}

ul.relate_link {
    margin-top: 30px;
    padding: 0;
    list-style: none;
	font-size: 18px;
}

ul.relate_link a {
    color: #1A6E5F;
}

.exhibition_list .item {
    padding: 40px 0;
    border-bottom: 1px solid #D1D3D4;
}

.exhibition_list .head h3 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.exhibition_list .head h3 span {
    color: #ED3237;
}

.exhibition_list .content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.exhibition_list .content .thumb {
    width: 41%;
    order: 2;
    padding: 0 12px;
    margin-bottom: 2rem;
}

.exhibition_list .content .except {
    order: 1;
    padding: 0 12px;
    margin-bottom: 1rem;
}

.exhibition_list .content .thumb + .except {
    width: 59%;
}

.exhibition_register {
    padding: 20px 65px 30px;
    max-width: 902px;
    margin: auto;
    border: 1px solid #1A6E5F;
    background: #F1F8F6;
}

.exhibition_register .form-group label {
    color: #000;
    font-style: normal;
    font-size: 22px;
    line-height: 38px;
    margin: 0;
    display: block;
}

.exhibition_register .form-group {
    margin-bottom: 25px;
}

.exhibition_register .form-control {
    height: 46px;
}

.exhibition_register textarea.form-control {
    height: 163px;
}

.label_checkbox input[type="checkbox"],
.label_checkbox input[type="radio"] {
    display: none;
}

.label_checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}

.label_checkbox span:before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #1A6E5F;
    position: absolute;
    left: 0;
    top: 6px;
}

.label_checkbox span:after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 4px;
    top: 6px;
    background: url(../icons/ic_tick_checkbox.svg) no-repeat center center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.label_checkbox input:checked + span:after {
    opacity: 1;
    visibility: visible;
}

.label_checkbox input[type="radio"] + span:before {
    border-radius: 50%;
}

.label_checkbox input[type="radio"] + span:after {
    background: #1A6E5F;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}

.btn-outline-default {
    border-color: var(--bs-btn-active-border-color);
}

.banner.style1 {
    position: relative;
}

.banner.style1 .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    color: #fff;
    font-size: 53px;
    line-height: 78px;
}

.banner.style1 .btn {
    color: #fff;
}

.hotel_list .item {
    margin-bottom: 130px;
}

.hotel_list .item:last-child {
    margin-bottom: 0px;
}

.hotel_list .cont {
    text-align: justify;
}

.hotel_list .img {
    text-align: center;
    margin-bottom: 20px;
}

.hotel_list .cont > h3 {
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 4px;
    color: #1A6E5F;
    text-transform: uppercase;
}

.new_list .cont {
    /* padding-top: 8px; */
}

.new_list .date {
    color: #808285;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
	font-family: "Inter-Regular", sans-serif !important;
}

.new_list h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 3px;
}

.new_list h3 a {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 24px;
}

.new_list .des {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
	font-family: "Inter-Regular", sans-serif !important;
	font-size: 18px;
}

.new_list .item {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #D1D3D4;
}
.border_bot .container{
	position: relative;
}
.pagi_nav {
    text-align: center;
    position: absolute;
    top: 55%;
    display: flex;
    justify-content: space-between;
	width: 100%;
}
.pagi_nav .prev{
	position: absolute;
    left: -5.5%;
}
.pagi_nav .nex{
	position: absolute;
    right: -5.5%;
}
.pagi_nav .item .ic {
    width: 50px;
    height: 50px;
}

.pagi_nav .item {
    margin: 0 20px;
}

.pagi_nav span.item {
    opacity: 0.5;
}

.media_partner .item {
    margin-bottom: 30px;
}

.media_partner .item .img {
    padding-top: 35%;
    position: relative;
}

.media_partner .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: contain;
}

.container.large {
	position: relative; 
    padding: 0 30px;
}

.container.large .row {
    margin-left: -30px;
    margin-right: -30px;
}

.container.large .row .col {
    padding: 0 30px;
}
.container .slide_img{
	padding-top:10px;
	display: inline-flex;
}
.container .slide_img img{
	/* width: 100px; */
	/* height:90px; */
    /* margin-right: 24px; */
	/* border: 1px solid #D1D3D4; */
	/* border-radius: 3%; */
	width: auto;
    height: 100%;
	
}
.slide_img .dv_donghanh {
	width: 200px;
	border: 1px solid #D1D3D4;
	height:90px;
    margin-right: 14px;
	padding: 5px;
}
.slide_img .dv_donghanh a{
	width: 100%;
    height: 100%;
    display: block;
	text-align: center;
}
.daily_news .item {
    margin-bottom: 30px;
}

.gallery_image {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.gallery_image .grid-item {
    width: 33.33%;
    padding: 12px;
}

.gallery_image .grid-item a {
    display: block;
    padding-top: 56.25%;
    position: relative;
}

.gallery_image .grid-item img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery_video_slider .thumb_video {
    padding-top: 62%;
}

.gallery_video_slider .thumb_video a:after {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
.distance_1 .gallery_video_slider .thumb_video a:after {
    width: 50px;
    height: 50px;
    top: calc(50% - 70px);
    left: calc(50% - 25px);
}
.section_head select.normal {
    margin-top: 15px;
    display: block;
    border: 0;
    color: #1A6E5F;
    font-weight: 500;
    padding-right: 50px;
    font-size: 20px;
    line-height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../icons/ic_select_down.svg) no-repeat center right;
    outline: none;
}

.post_title {
    font-size: 25px;
    line-height: 40px;
    color: #1A6E5F;
}

.border_bottom {
    border-bottom: 1px solid #D1D3D4;
}

section.banner_slider .img {
    position: relative;
    padding-top: 34.4%;
}

section.banner_slider .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #fff !important;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #0174ae !important;
}

.owl-dots .owl-dot.active {
    background: #0174ae !important;
    border-color: #fff !important;
}

.ms-webpart-zone {
    display: block !important;
}

.ms-webpart-chrome-vertical,
.ms-webpart-cell-vertical {
    display: block !important;
	margin: auto;
}

.header_text .action .btn {
    color: #fff;
}

a.btn-outline-primary:visited {
    --bs-btn-color: #0174AE;
}
.offices_list .item:nth-child(1) .const .col-4 img{
	height: 80px;
	width: 120px;
	display:block;
}
.offices_list .item:nth-child(3) .const .col-4 img{
	/* max-width: none; */
}
.footer_top .form-group label ,.footer_top .head_form i{
	color: var(--K60, #808285);
	text-align: center;
	/* Sub */
	font-family: Inter-Medium ;
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: 26px; /* 173.333% */
} 
.new_list .item .img img{
	width:100% !important;
	height: 165px;
	object-fit: cover;
}
.focus_blogs .web .col-12{
	width: 100% !important;
}
.form-group .form-control{
	font-family: "Inter-Regular", sans-serif !important;
}
.content div:nth-child(1){
	text-align: right;
	transition: transform 1s ;
}
.logo a img {
	max-width: 
}
.footer_top .container:nth-child(1) .row .col:nth-child(1){
	padding-right:30px;
}
#s4-bodyContainer{
	padding:0 !important;
}
.ExternalClassE51BDB73C4E04CA5B6964962C3DCE3D8 p:nth-child(1) img:nth-child(2){
	margin-left: 12px !important;
}
#mar {
  width: 200px; /* Điều chỉnh kích thước container theo ý muốn */
  height: 200px; /* Điều chỉnh kích thước container theo ý muốn */
  position: relative;
  overflow: hidden;
}
.ExternalClassE51BDB73C4E04CA5B6964962C3DCE3D8 p:nth-child(2){
	margin-left: 8px;
	font-family: 'Inter-Medium' !important;
	font-size: 20px;
}
.focus_blogs.sub .item_2{
	height: 642px;
}
.header_clock, .header_clock_content{
	display: flex;
	align-items: center;
	justify-content: left;
	/* display: none; */
}
.header_clock p {
	color: white;
}
.header_clock_text p{
    font-size: 16px;
    font-family: "Inter-Medium";
    margin-bottom: 0;
}
.header_clock_content p{
	width: 60px;
    border: 1px solid #d61b2a;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom:0;
	
}
.header_clock_content p strong{
	font-family: "Inter-Medium";
	font-size:18px;
	line-height: 26px;
	color: #d61b2a;
}
.header_clock_content p span{
	font-family: "Inter-Thin";
    font-size: 8px;
    margin-top: -5px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_clock_content> span{
	color: white;
	color: white;
    font-weight: bold;
    font-size: 20px;
	margin: 0 5px;
}
.header_clock_text .text_calender{
	display: flex;
    align-items: center;
    background-color: #d61b2a;
    border-radius: 5px;
    border: 1px;
    margin-right: 10px;
	padding: 4.5px 15px;
}
.header_clock_text .text_calender i{
	width: 20px;
    height: 20px;
	margin-right: 5px;
}
.text_calender:hover{
	cursor: pointer;
}
.banner video{
	object-fit: cover;
    /* width: 1080px; */
    height: 600px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
button#btnContact {
    margin-bottom: 30px;
	width: auto !important;
}
.detail_banner{
	padding-top: 35%;
    position: relative;
}
.form_register .form-group{
	margin: 0px;
}
.form_register .line{
	border-style: solid;
    border-color: #6d6e71;
    border-width: 0.5px 0 0 0;
    width: 100%;
    height: 0%;
	margin-bottom: 20px;
    margin-top: -9px;
}
    
.form_register .form-group input{
    color: var(--k60, #808285);
    text-align: left;
    font-family: var(--sub-font-family, "Inter-MediumItalic", sans-serif);
    font-size: var(--sub-font-size, 15px);
    line-height: var(--sub-line-height, 26px);
    font-weight: var(--sub-font-weight, 500);
    font-style: var(--sub-font-style, italic);
    right: 19.35%;
    left: 7.28%;
    width: 100%;
    bottom: 66.21%;

}
.form_register .form-group .form-control{
	border: none;
}
button#btnDangKyGianHang {
     margin-bottom: 40px;
    margin-top: 30px;
    width: 320px;
}
.dvtc {
	height: 90px;
	text-align: center;
}
.dvtc_img {
	height: 60px !important;
	margin-top: -10px !important;
}


.section_2 .section_head{
	/* margin-top: 52px; */
}
.section_3 .section_head{
	/* margin-top: 60px; */
	margin-bottom: 37px;
}
.section_4 .section_head{
	/* margin-top: 31px; */
	margin-bottom: 56px;
}
.section_5 .section_head{
	/* margin-top: 35px; */
}
.noidung{
	background: #F0FAFF;
	/* padding: 0px 10px; */
}
.noidung ul{
	padding: 0px 10px;
}
.noidung p{
	    line-height: 30px !important;
}
.ttsk button{
	position: relative;
	margin-top: -100%;
	z-index: 1000;
}
.ttsk button owl-prev{
	margin-right: 200px;
}

.zoomable-image {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
  }

  .zoomable-image img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
	z-index: 9;
    position: sticky;
  }

  .zoomable-image img.zoomed {
    transform: scale(1.7); /* Phóng to ảnh lên gấp đôi */
	z-index: 99999999999;
	
  }
  .focus_blogs .item_2 .content .number{
	  display: none;
  }
  .sub_banner{
	  /* padding-top: 35%; */
	  padding-top: 26.2%;
  }
  .sub_banner img{
	  height: 100%;
	  object-fit: cover;
  }
  
  
/* nha tai tro chinh */
.donors{
	background-color: #e8e8e8 !important;
	padding: 20px 0 !important;
}
.donors .group-103{
	text-align: center;
}
.donors .group-102{
	position: relative;
}
.donors .frame-101{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.donors .nh-t-i-tr-ch-nh{
	color: #1a6e5f;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Inter-Medium;
	margin-bottom: -14px;
}
.donors .frame-101 img{
	margin: 25px 12px 10px;
    /* width: 10%; */
	height:40px;
	max-width: 85px;
}
li::marker {
  color: #000000;
}
.footer_top li::marker {
  color: white !important;
}
/*  */
.bx-viewport{
	height: auto !important;
}
.section_1 .section_head{
	margin-bottom: 50.51px;
    margin-top: 30px;
}

/* Form dang ky gian hang  */
.register{
	padding: 30px 90px;
	border: 2px solid var(--K20, #D1D3D4);
}
.register .form-group input{
	background: #D9F2FF;
	border: none;
	padding: 10px !important;
	font-family: 'Inter-Regular';
	    font-weight: 400;
}
.register .form-group select{
	background: #D9F2FF;
	border: none;
	padding: 10px !important;
	outline: none;
	color: #444;
	font-family: 'Inter-Regular';
	font-weight: 400;
}
.register .form-group textarea{
	background: #D9F2FF;
	border: none;
	padding: 10px !important;
	font-family: 'Inter-Regular';
	    font-weight: 400;
}
.register .form-group input.contactInput{
	font-family: 'Inter-Regular';
	font-weight: 400;
	font-size: 16px;
	width:100%;
}
.register #GioiTinh{
	width: 88%;
}
.register .GioiTinh{
	padding: 0;
}
.register .form-group span{
	background: #D9F2FF;
	border: none;
	margin-right: 17px;
	padding: 10px !important;
	color: #444;
	font-family: 'Inter-Regular';
	font-weight: 400;
}
.w-814{
	width: 81.4% !important;
}
.w-815 {
	width: 82.4% !important;
}
.captcha_code input{
	margin-right:24px;
	color: #444;
	font-family: 'Inter-Regular';
	font-weight: 400;
	font-size: 16px;
}
.captcha_code img{
	margin-right:24px;
	height: auto;
	max-width: 23% !important;
}
/**/
#content_id p {
	margin: 0 !important;
}
.video_dec {
    z-index: 999;
    position: relative;
	background: var(--B-5, #D9F2FF);
	/* width: 348px; */
	width: auto;
	height: 93px;
}
.video_dec p{
	font-family: 'Inter-Regular';
	font-weight: 400;
	font-size: 16px;
	padding: 12px 21px 5px 21px;
	color: #000000;
}
#thuvienanh{
	position:relative;
}
#thuvienanh .pagi_nav{
	position: absolute;
    top: 44%;
    width: 100%;
}
#thuvienanh .pagi_nav .prev{
	position: absolute;
    left: -6%;
}
#thuvienanh .pagi_nav .nex{
	position: absolute;
    right: -6%;
}
/* dialog dang ky  */
#dialog,#dialog-error, #dialog-sucsess, #dialog-error-1{
	position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
	display: none;
}
.overlayDialog{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
}
.dialogMain{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #ECFFF6;
	width: 800px;
	height: 410px;
	padding: 18.75px 20.25px;
}
.dialogContent{
	text-align: center;
    border: 1.5px solid #1A6E5F;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dialogContent .ic{
	width: 100px;
    height: 100px;
    margin-bottom: 30px;
}
.dialogContent p{
	font-family: Inter-Bold;
	font-size: 45px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
	color: #1A6E5F;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.dialogContent span{
	font-family: Inter-Bold;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;	
	color: #535655;
}
.actionMenuMobile a{
	display: none;
	font-size: 15px;
	font-family: 'Inter-Bold';
	margin-right: 10px;
}
.actionMenuMobile{
	display:flex;
	justify-content:end;
	align-items: end;
}
.dropMenuMobile{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999999;
	text-align: center;
	background: #023a51;
	margin: 0px 13px;
}
.dropMenuMobile .main_menu > li.hasChild > a{
	padding-right: 0 !important;
}
.dropMenuMobile .main_menu > li:first-child,
.dropMenuMobile .main_menu > li:last-child,
.dropMenuMobile .main_menu > li:nth-last-child(2){
	display: none;
}
.dropMenuMobile .main_menu li .submenu{
	background: #bce9ff;
	animation: rightToLeft .5s ease;
}
.dropMenuMobile .main_menu li:hover .submenu{
	position: absolute;
	margin-top: -7px;
}
.dropMenuMobile .main_menu li .submenu li{
	border-bottom: 2px solid #808285;
}
.dropMenuMobile .main_menu li .submenu li a{
	color:#023a51;
    font-family: 'Inter-SemiBold';
}
.dropMenuMobile .show_submenu{
	display: none;
}
@keyframes rightToLeft {
  from {right: -100%;}
  to {right: 0%;}
}
.imgDate{
	height: 40px;
	position: relative;
	margin-bottom:50px;
}
.imgDate img{
	position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
	    background: white;
}
.blog_slider .content > a{
	padding: 0 22.4px;
	font-size:16px;
	color: white;
	/* margin-bottom: 20px; */
	display: block;
}
.new_mb{
	display:none;
}
.pagi_nav_mb{
	display:none;
}
.description{
	display:none;
	background: #DAF3FF;
}
.description .lstBtn{
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	padding-bottom: 20px;
}
.description .lstBtn a{
	width: 260px;
	height: 45px;
	padding: 10px;
	background: #023A51;
	justify-content: center;
	align-items: center;
	margin: 0px 20px 0px 0px;
	text-decoration: none;
	border-radius: 0;
	gap: 10px;
	display: inline-flex;
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: white;
	font-size: 15px;
	font-family: Inter;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 36px;
	word-wrap: break-word;
}
.form-group span.error {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #f54f29;
    padding-left: 0px;
    font-style: italic;
}
.close-mess {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        width: 9px;
        height: 9px;
        background-repeat: no-repeat !important;
        text-indent: -10000px;
        outline: 0;
        background-image: url(../img/remove-icon-small.png) !important;
        min-width: 9px !important;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        float: right;
        font-size: 21px;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
}