@charset "UTF-8";

@font-face {
  font-family: 'Baloo';
  src: url('../font/Baloo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ******************************************************************
--geneneral.css--
****************************************************************** */
html,
body {
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}
body {
    cursor: default;
    font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
    color: #333;
    line-height: 24px;
    overflow-x: hidden;
    background: #F8F9FA;
}
container-xxl{
	width: 1440px;
}
.style_button{
	background: #D50578; /* fallback cho trình duyệt không hỗ trợ gradient */
	background: -webkit-linear-gradient(to right, #F2B500, #D50578); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to right, #F2B500, #D50578);    /* Firefox cũ */
	background: -o-linear-gradient(to right, #F2B500, #D50578);      /* Opera cũ */
	background: linear-gradient(to right, #F2B500, #D50578);
	color: #fff !important;	
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	font-weight: 500px;
}
.style_button:hover{
	background: #F2B500; /* fallback cho trình duyệt không hỗ trợ gradient */
	background: -webkit-linear-gradient(to l, #D50578, #F2B500); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to right, #D50578, #F2B500);    /* Firefox cũ */
	background: -o-linear-gradient(to right, #D50578, #F2B500);      /* Opera cũ */
	background: linear-gradient(to right, #D50578, #F2B500);
}
.scroll-top-wrapper, .social_add_wrapper {
    position: fixed;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    background-color: transparent;
    color: #eeeeee;
    width: auto;
    height: auto;
    line-height: 32px;
    bottom: 70px;
    padding-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 0px solid #d4d4d4;
    height: 67px;
    width: 67px;
    line-height: 32px;
}
.scroll-top-wrapper{
	left: 30px;
}
.social_add_wrapper {
	right: 30px;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
    zoom: 1;
}
.scroll-top-inner {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background: url(../images/icon/icon_scroll_page_hover@2x.png) no-repeat center center transparent;
    background-size: 67px 65px;
    text-indent: -9999px;
	height: 65px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scroll_page_hover@2x.png) no-repeat center center transparent;
		background-size: 67px 65px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scroll-top-inner{
		background: url(../images/icon/icon_scroll_page_hover@2x.png) no-repeat center center transparent;
		background-size: 67px 65px;
	}
}
.scroll-top-inner:hover {
    background: url(../images/icon/icon_scroll_page@2x.png) no-repeat center center transparent;
    background-size: 67px 65px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .scroll-top-inner:hover{
		background: url(../images/icon/icon_scroll_page@2x.png) no-repeat center center transparent;
		background-size: 67px 65px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .scroll-top-inner:hover{
		background: url(../images/icon/icon_scroll_page@2x.png) no-repeat center center transparent;
		background-size: 67px 65px;
	}
}
.social_add_wrapper{
	bottom: 70px;
	z-index: 99;
	visibility: visible;
	cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
    zoom: 1;
	height: 65px;
	overflow: visible;
}
.dropdown-wrapper {
	position: relative;
	display: inline-block;
}
#dropdown_top {
	position: absolute;
	bottom: 0px;               /* hiện lên trên */
	left: 0;
	z-index: 999;
}
.dropdown_top a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
}
.social_all{
	display: none;
}
.social_add a img{
	width: 100%;
	max-width: 67px;
}
.social_all.visible{
	visibility: visible;
	z-index: 99;
	cursor: pointer;
    opacity: 1.0;
    filter: alpha(opacity=100);
    zoom: 1;
}
.social_all.visible{
	display: block;
}
.social_all a{
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.add_hidden{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease;
	float: left;
    display: block;
    width: 100%;
}
.social_all a.button_close{
	margin-bottom: 0px;
}
.add_button{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.5s ease, max-height 0.5s ease;
	float: left;
    display: block;
    width: 100%;
}
/****************header***********************/
.header .container-fluid{
	padding: 0px;
}
.header, .banner, .content, .footer, .bar_footer, .header_ct, .header_logo_link {
    float: left;
    display: block;
    width: 100%;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header{
	background: url(../images/bg/bg_header@2x.png) repeat-x right top transparent;
	background-size: 37px 101px;
	border-bottom: 1px solid #F1F1F1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .header{
		background: url(../images/bg/bg_header@2x.png) repeat-x right top 3;
		background-size: 37px 101px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header{
		background: url(../images/bg/bg_header@2x.png) repeat-x right top transparent;
		background-size: 37px 101px;
	}
}
.header_left {
    float: left;
    display: block;
    width: 28%;
}
.header_logo {
    float: left;
    display: block;
    width: 100%;
    background: url(../images/bg/bg_logo_header@2x.png) no-repeat right top #fff;
    background-size: 137px 101px;
    padding: 10px 150px 10px 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .header_logo{
		background: url(../images/bg/bg_logo_header@2x.png) no-repeat right top #fff;
		background-size: 137px 101px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header_logo{
		background: url(../images/bg/bg_logo_header@2x.png) no-repeat right top #fff;
		background-size: 137px 101px;
	}
}
.header_logo img {
    width: 100%;
    max-width: 137px;
    text-align: right;
    float: right;
}
.header_right {
    float: left;
    display: block;
    width: 72%;
}
.header_so, .header_right_ct, .header_me {
    float: left;
    display: block;
    width: 100%;
}
.header_right_ct {
    max-width: 1100px;
}
.header_so {
    padding: 11px 0px;
	font-size: 16px;
	line-height: 24px;
}
.header_me {
    line-height: 34px;
}
.header_cont {
    float: right;
    display: block;
    width: 44%;
}
.social {
    float: left;
    width: 27%;
    display: block;
    border-right: 1px solid #fff;
}
.phone {
    float: left;
    width: 36%;
    display: block;
}
.phone {
    background: url(../images/icon/icon_header_phone@2x.png) no-repeat 15px center transparent;
    background-size: 20px 20px;
    padding-left: 38px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .phone{
		background: url(../images/icon/icon_header_phone@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .phone{
		background: url(../images/icon/icon_header_phone@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
.phone a, .email a{
	color: #fff;
	font-size: 16px;
}
.email{
	float: left;
	width: 35%;
	display: block;
}
.email{
	background: url(../images/icon/icon_header_email@2x.png) no-repeat left center transparent;
	background-size: 20px 20px;
	padding-left: 30px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .email{
		background: url(../images/icon/icon_header_email@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .email{
		background: url(../images/icon/icon_header_email@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
.header_me{
	line-height: 34px;
}
.bar_menu{
	float: left;
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	line-height: 50px;
}
.bar_menu li{
	float: left;
	display: block;
	width: auto;
	font-size: 16px;
	margin-right: 15px;
}
.bar_menu a{
	color: #333;
}
.bar_menu a:hover{
	color: #0F4D98;
}
.bar_menu_trangchu a span{
	float: left;
	display: block;
	width: 24px;
	background: url(../images/icon/icon_header_home@2x.png) no-repeat left center transparent;
	background-size: 24px 24px;
	text-indent: -9999px;
	height: 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bar_menu_trangchu a span{
		background: url(../images/icon/icon_header_home@2x.png) no-repeat left center transparent;
		background-size: 24px 24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bar_menu_trangchu a span{
		background: url(../images/icon/icon_header_home@2x.png) no-repeat left center transparent;
		background-size: 24px 24px;
	}
}
.bar_menu_trangchu a:hover span{
	background: url(../images/icon/icon_header_home_hover@2x.png) no-repeat left center transparent;
	background-size: 24px 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bar_menu_trangchu a:hover span{
		background: url(../images/icon/icon_header_home_hover@2x.png) no-repeat left center transparent;
		background-size: 24px 24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bar_menu_trangchu a:hover span{
		background: url(../images/icon/icon_header_home_hover@2x.png) no-repeat left center transparent;
		background-size: 24px 24px;
	}
}
.header_me_ct.collapse{
	float: left;
    display: block;
    width: 100%;
}
.header_me_ct ul.dropdown-menu{
	width: 100%;
    height: auto;
    float: left;
	position: absolute;
	padding: 0px;
	min-width: 260px;
	border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}
.header_me_ct ul.dropdown-menu li{
    line-height: 24px;
    margin-right: 0px;
    width: 100%;
	height: auto;
	border: 0px;
}

.header_me_ct ul.dropdown-menu li a{
	padding: 10px 15px;
	height: auto;
    line-height: 24px;
    margin-right: 0px;
    width: 100%;
	float: left;
	width: 100%;
	display: block;
	font-size: 16px;
}
.header_me_ct ul.dropdown-menu li a:hover{
	color: #fff;
	background: #0F4D98; /* fallback cho trình duyệt không hỗ trợ gradient */
	background: -webkit-linear-gradient(to bottom, #0F4D98, #199F5A); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98, #199F5A);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98, #199F5A);      /* Opera cũ */
	background: linear-gradient(to bottom, #0F4D98, #199F5A); 
}
.header_me_ct ul.dropdown-menu li:first-child a:hover{
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.header_me_ct ul.dropdown-menu li:last-child a:hover{
	border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}
.dropdown-menu-sub{
	left: 100%;
}
.bar_menu_hocbong .dropdown-toggle{
	border: 1px solid transparent;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background-image: 
    linear-gradient(white, white), linear-gradient(to bottom, #0F4D98 0%, #199F5A 80%); 
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 22px;
}
.bar_menu_hocbong .dropdown-toggle:hover{ 
	background: #0F4D98; /* fallback cho trình duyệt không hỗ trợ gradient */
	background: -webkit-linear-gradient(to bottom, #0F4D98 0%, #199F5A 80%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98 0%, #199F5A 80%);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98 0%, #199F5A 80%);      /* Opera cũ */
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 80%);     /* Chuẩn CSS3 */
}
.bar_menu_hocbong a.dropdown-toggle span{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.bar_menu_hocbong a.dropdown-toggle:hover span{
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}
.bar_menu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: 0;
}
.bar_menu_trangchu{
	margin-left: 30px;
}
.bar_menu_tracuu a{
	float: left;
	display: block;
	text-indent: -9999px;
	background: url(../images/icon/icon_find@2x.png) no-repeat left center transparent;
	background-size: 20px 20px;
	width: 20px;
	height: 50px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bar_menu_tracuu a{
		background: url(../images/icon/icon_find@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bar_menu_tracuu a{
		background: url(../images/icon/icon_find@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
.bar_menu li.bar_menu_dangky{
	text-align: right;
	float: right;
	margin-right: 0px;
}
.bar_menu_dangky a{
	text-align: right;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
}
/****************button search***********************/
.bar_menu_tracuu a:hover, .bar_menu_tracuu a.active, .header_logo_tracuu a{
	background: url(../images/icon/icon_find_hover@2x.png) no-repeat left center transparent;
	background-size: 20px 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .bar_menu_tracuu a:hover, .bar_menu_tracuu a.active, .header_logo_tracuu a{
		background: url(../images/icon/icon_find_hover@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bar_menu_tracuu a:hover, .bar_menu_tracuu a.active, .header_logo_tracuu a{
		background: url(../images/icon/icon_find_hover@2x.png) no-repeat left center transparent;
		background-size: 20px 20px;
	}
}
.button-search {
	position: relative;
}
.button-search>.form-control {
	padding-right: 3rem;
	background: #F1F1F1;
	height: 46px;
	border: 0px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.button-search>.form-control:focus {
	border: 2px solid #0F4D98;
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.button-search>.form-control::placeholder {
	color: #969696;
}
.button-search>.form-control::-webkit-input-placeholder { 
	color: #969696; 
}
.button-search>.form-control::-moz-placeholder { 
	color: #969696; 
}
.button-search>.form-control:-ms-input-placeholder { 
	color: #969696; 
}
.button-search>.form-control:-moz-placeholder { 
	color: #969696; 
}

.button-search .icon-input-search {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/icon/icon_find@2x.png) no-repeat center #F1F1F1;
	background-size: 22px 22px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .button-search .icon-input-search{
		background: url(../images/icon/icon_find@2x.png) no-repeat center transparent;
		background-size: 22px 22px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .button-search .icon-input-search{
		background: url(../images/icon/icon_find@2x.png) no-repeat center transparent;
		background-size: 22px 22px;
	}
}
.icon-input-search.add{
    background: url(../images/icon/icon_find_hover@2x.png) no-repeat center transparent;
	background-size: 22px 22px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .icon-input-search.add{
		background: url(../images/icon/icon_find_hover@2x.png) no-repeat center transparent;
		background-size: 22px 22px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-input-search.add{
		background: url(../images/icon/icon_find_hover@2x.png) no-repeat center transparent;
		background-size: 22px 22px;
	}
}
.list-result-search .item-search {
	padding: 0.5rem 0.75rem;
	font-size: 15px;
	border-radius: var(--bs-border-radius);
	-moz-border-radius: var(--bs-border-radius);
    -webkit-border-radius: var(--bs-border-radius);
}
.list-result-search .item-search:hover {
	background: #eee;
}
.list-result-search .item-search_img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;  
}
.list-result-search .item-search_img img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
#myModalfind .modal-dialog{
	margin-top: 120px;
    width: 100%;
    max-width: 685px;
}
.list-result-search a{
	color: #969696;
}
.highlight {
	color: #0F4D98;
	font-weight: bold;
}
/****************title***********************/
.title_head, .label_head, .text-center{
	float: left;
	display: block;
	width: 100%;
}
.title_head{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Baloo", sans-serif;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
}
.label_head{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}
.img_head{
	margin-bottom: 24px;
}
.img_head img{
	width: 100%;
	max-width: 24px;
}
.text-w{
	color: #fff;
}
.title_head.text-w{
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Baloo", sans-serif;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
/****************footer***********************/
.footer_ct{
	border-radius: 16px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
	border: 1px solid #0F4D98;
	background: #FFF;
	padding: 0px 46px;
}
.footer_thongtin_image, .footer_thongtin_ten, .footer_thongtin_diachi, .footer_thongtin_dienthoai, .footer_thongtin_email, .footer_thongtin, .footer_thongtin_diachi span, .footer_menu,
.footer_lienhe, .footer_facebook_box, .footer_social{
	float: left;
	display: block;
	width: 100%;
}
.footer_thongtin{
	max-width: 405px;
	padding: 28px 0px 13px 0px;
}
.footer_thongtin_ten{
	padding: 24px 0px;
	color: #0F4D98;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%; /* 28.8px */
	letter-spacing: 2px;
}
.footer_thongtin_diachi{
    background: url(../images/icon/icon_location@2x.png) no-repeat left top transparent;
	background-size: 32px 32px;
	margin-bottom: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .footer_thongtin_diachi{
		background: url(../images/icon/icon_location@2x.png) no-repeat left top transparent;
		background-size: 32px 32px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer_thongtin_diachi{
		background: url(../images/icon/icon_location@2x.png) no-repeat left top transparent;
		background-size: 32px 32px;
	}
}
.footer_thongtin_diachi span{
	padding-left: 40px;
}
.footer_thongtin_dienthoai{
	background: url(../images/icon/icon_phone@2x.png) no-repeat left top transparent;
	background-size: 24px 24px;
	margin-bottom: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .footer_thongtin_dienthoai{
		background: url(../images/icon/icon_phone@2xpng) no-repeat left top transparent;
		background-size: 24px 24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer_thongtin_dienthoai{
		background: url(../images/icon/icon_phone@2x.png) no-repeat left top transparent;
		background-size: 24px 24px;
	}
}
.footer_thongtin_dienthoai span, .footer_thongtin_email span{
	padding-left: 30px;
}
.footer_thongtin_dienthoai span a{
	color: #333;
}
.footer_thongtin_email{
	background: url(../images/icon/icon_email_f@2x.png) no-repeat left top transparent;
	background-size: 24px 24px;
	margin-bottom: 16px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .footer_thongtin_email{
		background: url(../images/icon/icon_email_f@2xpng) no-repeat left top transparent;
		background-size: 24px 24px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .footer_thongtin_email{
		background: url(../images/icon/icon_email_f@2x.png) no-repeat left top transparent;
		background-size: 24px 24px;
	}
}
.footer_thongtin_email span a{
	color: #04c;
}
.footer_thongtin_email span a:hover{
	text-decoration: underline;
}
.footer_column_left{
	float: left;
	display: block;
	width: 45%;
	margin-right: 33px;
	background: #EEFFF4;
	max-width: 274px;
	padding: 100px 24px 100px 24px;
}
.footer_column_right{
	float: left;
	display: block;
	width: 51%;
	max-width: 314px;
	background: #EEF6FF;
	padding: 100px 24px 20px 24px;
}
.footer_menu_label{
	
}
.footer_menu_label{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33.6px */
	letter-spacing: 0.48px;
	margin-bottom: 24px;
}
.text-green{
	color: #199F5A;
}
.footer_column_left ul, .footer_column_right ul{
	list-style: none;
    padding-left: 15px;
}
.footer_column_left ul li, .footer_column_right ul li{
	position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer_column_left ul li::before, .footer_column_right ul li::before{
	background: linear-gradient(to right,  #F2B500 0%, #D50578 100%);
	content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
	height: 6px;
}
.footer_column_left ul li a, .footer_column_right ul li a{
	color: #333;
}
.footer_column_left ul li a:hover, .footer_column_right ul li a:hover{
	color: #04c;
	text-decoration: underline;
}
.footer_social{
	margin-top: 10px;
}
.footer_social a{
	float: left;
	display: block;
	width: 25%;
}
.bar_footer{
	padding: 10px 0px 14px 0px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	background: #0F4D98;
}
.bar_footer .bar_footer_ct{
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 19.6px */
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
.content_ct{
	padding: 70px 0px;
}
.head-content{
	float: left;
	display: block;
	width: 100%;
}
.footer{
	margin-top: 100px;
	padding: 75px 0px 24px 0px;
}
.content {
	position: relative;
	top: 100px;
}
.whychoice_home_ct .head-content {
	color: #fff;
}

.whychoice_home_ct .title_head {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Baloo", sans-serif;
	font-size: 60px;
	line-height: 80px;
	text-align: center;
}
.bar_menu a:hover,
.bar_menu a.active {
	color: #0F4D98;
}

.form-group input.input_error,
.form-group select.input_error,
.form-group textarea.input_error {
	border: 1px solid #f00 !important;
}

.label_error {
	color: #FFA858;
	margin-bottom: 10px;
}

.resgister_home_p .modal-content {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	height: 240px;
}

.resgister_home_p .modal-header {
	border: 0px;
	float: left;
	display: block;
	width: 100%;
	position: relative;
	z-index: 9
}

.resgister_home_p .modal-header button.close_button {
	border: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
	background: transparent;
}

.resgister_home_p .modal-body {
	text-align: center;
	position: absolute;
	top: 30px;
	padding: 0px 24px 24px 24px;
}
.progam_content, .progam_content_img{
	display: block;
	width: 100%;
	float: left;
}
.progam_content_img.progam_content_img1 img{
	width: 100%;
	max-width: 544px;
}
.progam_content_img.progam_content_img1{
	text-align: center;
}
#myhome .modal-dialog{
	width: 100%;
	z-index: 9999;
	max-width: 1900px;
	padding: 0px 50px;
}
#myhome{
	overflow: hidden;
    padding-right: 0px;
	display: block;
}
.modal-backdrop.fade.show{
    opacity: var(--bs-backdrop-opacity);
	--bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.open_body img{
	width: 100%;
	box-shadow: 0 4.334px 40.416px 0 rgba(255, 255, 255, 0.25);
	border-radius: 17.337px;
}
#myhome .modal-header, #myhome .modal-body{
	padding: 0px;
}
#myhome .modal-header, #myhome .modal-body{
	padding: 0px;
}
#myhome .modal-content{
	background: transparent;
	border: 0px;
}
#myhome .modal-content button{
	float: right;
    display: block;
    width: auto;
    text-align: right;
    background: none;
    border: 0px;
	color: #fff;
	padding: 0;
}
#myhome .modal-header{
	display: block;
	border: 0px;
	padding-bottom: 5px;
	font-family: "Noto Sans JP";
}
.card-related {
	width: auto !important;
}
.clear-input {
	position: relative;
	display: inline-block;
	width: 100%;
}
.clear-input input {
	padding-right: 35px;
	box-sizing: border-box;
}
.clear-input .clear-btn {
	position: absolute;
	right: 10px;
	top: 65%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #999;
	display: none;
	font-size: 20px;
	line-height: 1;
	width: 20px;
	height: 20px;
	text-align: center;
	z-index: 2;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

.clear-input .clear-btn:hover {
	color: #333;
	background: #f5f5f5;
}

.clear-input input:not(:placeholder-shown)+.clear-btn {
	display: block;
}