@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,700&display=swap');
@import url('../templates/font-awesome-pro/css/all.min.css');
@import url('../scripts/wow/animate.min.css');
@import url('../scripts/wow/animate.compat.css');
@import url('../scripts/swiper-8/swiper-bundle.min.css');
@import url('../scripts/fancybox-4/dist/fancybox.css');
/************************************************************************************
CSS RESET
*************************************************************************************/
*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:1.5em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h6{font-size:1em;}
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0; max-width: 100%;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {margin: 0; padding: 0; outline: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong, b, h1, h2, h3, h4, h5, h6 {font-weight:700;}
em {font-style:italic;}
sup {vertical-align: super;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], textarea, button {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input[type=number]::-webkit-inner-spin-button {opacity: 1;}
/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/************************************************************************************
CSS WEBSITE
*************************************************************************************/
html {background-color: #000;}
body {
	font-family: 'Roboto Flex', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #646464;
	line-height: 22px;
}
.css_body {	
	background: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
}
#wrapper {position: relative; height: 100%;}
.min_wrap {width: 1080px; margin: 0 auto;}
.min_wrap2 {width: 1170px; margin: 0 auto;}
.sty_cont {
	padding: 0 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img_hover:hover {opacity: 0.9;}
.icon_web {}
.font_sty {}
/************************************************************************************
CSS HEADER
*************************************************************************************/
#header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 111;
	color: #fff;
	background: #2F55CF url(../imgs/bg1_line_cont_1.jpg) repeat-y;
	background-size: contain;
}
#header .min_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {display: inline-block;}
.logo img {display: block; width: auto; height: 50px; padding:10px 0px;}
.navHighlighter > li {display: inline-block; padding: 0 20px; position: relative;}
.navHighlighter > li > a {
	display: block; 
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 40px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.navHighlighter > li > a:hover,
.navHighlighter > li > a.active {opacity: 1; text-shadow: 1px 2px 3px rgba(0,0,0,.5), -1px -2px 3px #fff;}
.link_dn {
	display: inline-block;
	color: #fff;
	line-height: 36px;
	border: 2px solid #fff;
	padding: 0 20px;
	border-radius: 8px;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	background: transparent;
}
.link_dn:hover {
	background: rgb(244,86,4);
    background: linear-gradient(90deg, rgba(244,86,4,1) 0%, rgba(255,117,45,1) 100%);
	border-color: #f45604;
}
/************************************************************************************
CSS CONTAINER
*************************************************************************************/
#container {min-height: 100vh;}
#sec_cont_1 {
	height: 100vh;
	position: relative;
	color: #fff;
}
.bg_sec_cont_1 {
	background: url(../imgs/bg2_line_cont_1.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	-webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	-moz-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	-ms-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	-o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.text_sec_cont_1 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 0 20%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 2;
}
.r1_text_sec_cont_1 {
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-direction: alternate;
	animation-name: mymove2;
	position: relative;
}
.r2_text_sec_cont_1 {
	background: -webkit-linear-gradient(90deg, #f45604 0%, #ffff00 50%, #f45604 100%);
	background: linear-gradient(90deg, #f45604 0%, #ffff00 50%, #f45604 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	animation-duration: 1.5s;
	animation-timing-function: ease;
	animation-direction: alternate;
	animation-name: mymove3;
}
@keyframes mymove2 {
	from {
		bottom: 100px;
		opacity: 0;
	}
	to {
		bottom: 0;
		opacity: 1;
	}
}
@keyframes mymove3 {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.swiper1 {
	height: 100vh;
}
.swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper1 .swiper-button-next-1 {
	user-select: none;
	color: #fff;
}
.swiper1 .swiper-button-prev-1 {
	user-select: none;
	color: #fff;
}

.line_cont_1 {
	overflow: hidden;
	position: absolute;
	bottom: -1px; left: 0; right: 0;
	z-index: 3;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.line_cont_1 svg {
	display: block;
	width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.line_cont_1 svg .elementor-shape-fill {
	fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.line_cont_2 {
	overflow: hidden;
	position: absolute;
	top: -1px; left: 0;
	width: 100%;
	z-index: 3;
}
.line_cont_2 svg {
	display: block;
	width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.line_cont_2 svg .elementor-shape-fill {
	fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.line_cont_3 {
	overflow: hidden;
	position: absolute;
	bottom: -1px; left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.line_cont_3 svg {
	display: block;
	width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.line_cont_3 svg .elementor-shape-fill {
	fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.line_cont_4 {
	overflow: hidden;
	position: absolute;
	top: -1px; left: 0;
	width: 100%;
	z-index: 3;
}
.line_cont_4 svg {
	display: block;
	width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.line_cont_4 svg .elementor-shape-fill {
	fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.sec_cont_div {}
#sec_cont_2 {background-color: #fff; position: relative; padding: 100px 0;}
#sec_cont_3 {background-color: #f4f6fc; position: relative; padding: 200px 0;}
.t_cont {text-align: center; padding-bottom: 30px;}
.h_t_cont {
	color: #000;
	text-transform: capitalize;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
}
.des_t_cont {
	font-size: 18px;
	color: #242424;
	padding: 0 80px;
}
.o_list_vct {position: relative;}
.list_vct {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 60px;
	justify-content: space-between;
}
.list_vct > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 340px;
	text-align: center;
}
.list_vct > li:nth-child(2) {margin-top: 40px;}
.til_list_vct {
	font-size: 20px; 
	font-weight: 400; 
	color: #242424;
	padding: 25px 0 15px 0;
	background: url(../imgs/icon-0.png) no-repeat bottom center;
}
.des_list_vct {padding: 15px 0 0 0;}
.ico_list_vct {
	border-radius: 50%;
	border: 2px dashed #e2dfe9;
	width: 140px; height: 140px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.list_vct > li:hover .ico_list_vct{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.ico_list_vct span {
	border-radius: 50%;
	width: 96px; height: 96px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(244,86,4);
    background: linear-gradient(90deg, rgba(244,86,4,1) 0%, rgba(255,117,45,1) 100%);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.ico_list_vct span img {display: block; max-width: 48px; max-height: 48px;}
.list_vct > li:hover .ico_list_vct span {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.ico_list_vct_1 {
	display: block;
	background: url(../imgs/icon-4.png) no-repeat;
	width: 180px; height: 101px;
	position: absolute;
	top: 133px; left: -103px;
	z-index: 1;
}
.ico_list_vct_2 {
	display: block;
	background: url(../imgs/icon-5.png) no-repeat;
	width: 185px; height: 50px;
	position: absolute;
	top: 143px; left: 263px;
	z-index: 1;
}
.ico_list_vct_3 {
	display: block;
	background: url(../imgs/icon-6.png) no-repeat;
	width: 184px; height: 50px;
	position: absolute;
	top: 112px; right: 263px;
	z-index: 1;
}
.ico_list_vct_4 {
	display: block;
	background: url(../imgs/icon-7.png) no-repeat;
	width: 191px; height: 65px;
	position: absolute;
	top: 133px; right: -112px;
	z-index: 1;
}
.list_ts {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 60px 0;
}
.list_ts > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 33.33333%;
	color: #646464;
	padding: 10px 20px;
	border-right: 2px dashed #e2dfe9;
}
.list_ts > li:nth-child(3n) {border-right: 0;}
.num_list_ts {font-weight: 700; font-size: 25px; color: #f45604; text-transform: uppercase;}
.num_list_ts strong {font-size: 50px;}
.num_list_ts span {margin-left: -5px;}
.list_ts > li p {padding: 10px 0 0 0;}
.list_news {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: 0 -15px;
}
.list_news > li {
	padding: 0 15px;
	width: 340px;
	text-align: center;
}
.img_news {
	border-radius: 8px;
	height: 227px;
	overflow: hidden;
}
.img_news img {display: block; width: 100%; height: 100%; border-radius: 8px;}
.na_news {
	font-weight: 400; 
	font-size: 16px; 
	padding-top: 15px; 
	color: #242424;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.swiper2 .swiper-slide {
	text-align: center;
}
.swiper-pagination-2 {
	position: static;
	margin-top: 30px;
}
.swiper-pagination-2 .swiper-pagination-bullet {
	user-select: none;
	width: 10px;
	height: 10px;
}

.na_news:hover {color: #2f55cf;}
#sec_cont_4 {background-color: #fff; position: relative; padding: 100px 0 80px 0;}
.dk_cont {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	height: 140px;
	z-index: 5;
	position: absolute;
	top: -150px; left: 0; right: 0;
	color: #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.1);
	box-shadow: 0 3px 7px rgba(0,0,0,.1);
}
.l_dk_cont {font-size: 20px; line-height: 28px;}
.l_dk_cont a {color: #fff; text-decoration: underline;}
.l_dk_cont a:hover {text-decoration: none;}
.l_dk_cont p {font-size: 24px; padding: 0;}
.l_dk_cont p strong {font-size: 30px;}
.r_dk_cont {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	border-radius: 4px;
	border: 2px solid #fff;
	padding: 0 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.r_dk_cont:hover {background-color: #fff; color: #242424}
.dialog-content {display: none; max-width: 75%;}
.til_news {color: #2f55cf; font-size: 20px; padding-bottom: 10px; line-height: 26px;}
/************************************************************************************
CSS FOOTER
*************************************************************************************/
#footer {
	padding: 160px 0 60px 0; 
	position: relative;
	color: #fff;
	text-align: center;
}
#footer a {color: #fff;}
#footer a:hover {text-decoration: underline;}
.info_foot {padding: 10px 0;}
.copy_foot {font-size: 14px; text-transform: uppercase; color: #d4e3fc; padding: 0;}
/************************************************************************************
CSS PLUS
*************************************************************************************/
.f-detail {line-height: 1.6;}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-detail span {max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #ffc425;}
.f-detail a:hover {text-decoration: underline;}
.f-detail iframe {max-width: 100% !important;}
.f-detail table tr {background: #fff;}
.f-detail table tr:nth-child(2n) {background: #f9f9f9;}
.f-detail table td {padding: 10px;}
.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}
.f-detail ul li {list-style: disc; margin-left: 40px;}
.f-detail ol li {list-style: decimal; margin-left: 40px;}
.tag {padding: 20px 0 0 0; font-size: 11px; overflow: hidden; font-family: 'Roboto Flex'; line-height: 18px;}
.tag span {color: #939393; padding: 2px 5px 2px 23px; background: #F1F1F1 url(../imgs/icontag.png) no-repeat 5px 5px; display: block; float: left; margin: 0 3px 3px 0;}
.tag a {padding: 2px 5px; color: #656565; background: #F1F1F1; display: block; float: left;	margin: 0 3px 3px 0;}
.tag a:hover {background: #E2E2E2;}
.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}
a:hover {}
a[href^="tel:"], a[href^="mailto:"] {}
.clear {clear:both; height: 0; float: none;}
.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.img_object_fit {object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -ms-object-fit: cover;}
::-webkit-input-placeholder {opacity: 1;} ::-moz-placeholder {opacity: 1;} :-ms-input-placeholder {opacity: 1;} :-moz-placeholder {opacity: 1;}
.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}
.sty_transition {-webkit-transition: ease 0.3s; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -ms-transition: ease 0.3s; transition: ease 0.3s;}
.hover_img {-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.hover_img:hover {-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
select option {font-size: 12px; padding: 0px 5px;}
input, textarea, select, button {font-family: 'Roboto Flex', Arial, Helvetica, sans-serif; color: #777;}
button:active {opacity: 0.9;}
html {scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.2) #ddd;}
::-webkit-scrollbar {width: 8px; height: 8px; background: #ddd;}
::-webkit-scrollbar-thumb {width: 8px; background-color: rgba(0,0,0,0.2);}
::-webkit-scrollbar-track {padding: 3px;}
#star img {display: inline-block; width: auto; height: 18px; position: relative; top: -1px;}
.page {
	font-size: 14px; 
	text-align: center; 
	text-transform: uppercase; 
	font-weight: 300; 
	padding-top: 40px;
}
.PageNum a {
	display: inline-block; 
	color: #666; 
	background-color: #fff;
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	border: 1px solid #f5f5f5;
	border-radius: 2px;
}
.PageNum a:hover {color: #fff; background-color: #ffc425; border-color: #ffc425;}
.PageNum span {
	border-radius: 2px;
	display: inline-block; 
	color: #fff; 
	padding: 3px 10px; 
	margin: 0px 3px 5px 0px; 
	background-color: #ffc425;
	border: 1px solid #ffc425;
	font-weight: 700;
}
/************************************************************************************
CSS FORM
*************************************************************************************/
.f_form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #2F55CF url(../imgs/bg1_line_cont_1.jpg) repeat-y center center;
	background-size: contain;
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
}
.hea_f_form {text-align: center; padding-bottom: 20px;}
.m_f_form {
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	padding: 40px;
	width: 500px;
	max-width: 96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.til_m_f_form {text-align: center; color: #646464; padding-bottom: 20px;}
.til_m_f_form p {font-size: 18px;}
.til_m_f_form p a {color: #2f55cf; font-weight: 700;}
.til_m_f_form p a:hover, .link_qmk:hover {text-decoration: underline;}
.na_m_f_form {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #242424;
	padding-bottom: 5px;
}
.r1_nd_m_f_form {padding-bottom: 20px; position: relative;}
.r2_nd_m_f_form {
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.l_r2_nd_m_f_form, .r_r2_nd_m_f_form {width: 47%;}
.td_m_f_form {display: block; padding-bottom: 5px; color: #242424; position: relative;}
.link_qmk {color: #2f55cf; position: absolute; top: 0; right: 0; font-weight: 400; font-size: 14px;}
.ipt_m_f_form {
	width: 100%; height: 46px;
	padding: 0 15px;
	color: #5e6278;
	background-color: #f5f8fa;
	border-radius: 4px !important;
	border: 0;
	font-size: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ipt_m_f_form:focus {background-color: #eef3f7; color: #242424;}
.capcha_m_f_form {display: block; width: 100%; height: 46px; border-radius: 4px;}
.sty_baoloi {
	text-align: center;
	padding: 15px 0 0 0;
	color: #f1416c;
	font-size: 14px;
	font-weight: 700;
}
.note_m_f_form {
	display: block;
	color: #848484;
	font-size: 14px;
	line-height: 18px;
	padding-top: 8px;
}
.show_pass_m_f_form {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	top: 40px; right: 15px;
	z-index: 1;
	cursor: pointer;
}
.but_m_f_form {
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	width: 100%; height: 46px;
	background-color: #2f55cf;
	font-size: 16px;
	font-weight: 700;
}
/************************************************************************************
MENU MOBILE
*************************************************************************************/
.icon_menu_mobile {
	display: none;
	user-select: none;
	width: 36px; height: 36px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 8px;
	margin-left: 5px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 36px;
}
.icon_menu_mobile::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	content: "\f0c9";
}
.icon_menu_mobile.active::before {content: "\f00d";}
/************************************************************************************
RESPOSIVE
*************************************************************************************/
@media only screen and (min-width: 1921px) {
	
}
@media only screen and (max-width: 1180px) and (min-width: 821px) {
	#sec_cont_1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	.swiper1 {
		height: 100%;
	}
	.ico_list_vct_1, .ico_list_vct_2, .ico_list_vct_3, .ico_list_vct_4 {display: none;}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.min_wrap {width: 960px;}
	#sec_cont_1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	.swiper1 {
		height: 100%;
	}
	.list_vct > li, .list_news > li {width: 300px;}
	.img_news {height: 200px;}
	.ico_list_vct_1, .ico_list_vct_2, .ico_list_vct_3, .ico_list_vct_4 {display: none;}
}
@media only screen and (max-width: 1023px) {
	html, body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}
	.icon_menu_mobile {display: block;}
	#wrapper {transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; left: 0;}
	.min_wrap, .min_wrap2 {width: 96%;}
	
	#header .min_wrap {justify-content: flex-start; height: 70px;}
	.logo img {height: 52px;}
	.link_dn {margin-left: auto; padding-left: 10px; padding-right: 10px;}
	#sec_cont_1 {
		height: auto;
		aspect-ratio: 16/9;
	}
	.swiper1 {
		height: 100%;
	}
	#sec_cont_2 ,#sec_cont_4 {padding: 8% 0;}
	#sec_cont_3, #footer {padding: 14% 0 8% 0;}
	.list_ts {padding: 4% 0;}
	.text_sec_cont_1 {padding: 0 6%; font-size: 30px; line-height: 36px;}
	.dk_cont {height: auto; display: block; padding: 20px; text-align: center; position: static; margin-bottom: 6%;}
	.l_dk_cont {padding-bottom: 20px;}
	.r_dk_cont {padding: 0 10px; max-width: 50%; margin: auto;}
	.h_t_cont {font-size: 26px; line-height: 32px;}
	.des_t_cont {font-size: 16px; padding: 0 3%;}
	.num_list_ts strong {font-size: 40px;}
	.l_dk_cont p {font-size: 20px;}
	.list_news {margin: 0; justify-content: space-between;}
	.list_news > li {width: 32%; padding: 0;}
	.img_news {height: calc(100vw - 79.492vw);}
	
	.navHighlighter, .ico_list_vct_1, .ico_list_vct_2, .ico_list_vct_3, .ico_list_vct_4 {display: none !important;}
	.ul_breacrum {white-space: nowrap; overflow-x: auto; overflow-y: hidden; scrollbar-width: none;}
	.f-detail table {display: block; overflow-x: auto; margin: 20px 0; border: 0;}
	
	.navHighlighter.active {
		display: block !important;
		position: absolute;
		top: 70px; right: 0; left: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
		box-shadow: 0 0 5px rgba(0,0,0,.1);
	}
	.navHighlighter {padding: 10px 0;}
	.navHighlighter > li {display: block; padding: 5px 15px;}
	.navHighlighter > li > a {color: #000; line-height: 20px; font-size: 16px;}
	.navHighlighter > li > a:hover, .navHighlighter > li > a.active {text-shadow: none; color: #f45604;}
}
@media only screen and (max-width: 640px) {
	.dialog-content {max-width: 90%; padding: 20px;}
	.f_form {padding: 0;}
	.m_f_form {padding: 30px; width: 90%;}
}
@media only screen and (max-width: 480px) {
	.min_wrap, .min_wrap2 {width: 94%;}
	#sec_cont_3 {padding: 16% 0;}
	#footer {padding: 16% 0 10% 0;}
	
	.text_sec_cont_1 {font-size: 24px; line-height: 30px;}
	.list_vct {padding-top: 0; display: block;}
	.list_vct > li {width: auto; padding: 20px 0;}
	.list_vct > li:nth-child(2) {margin-top: 0;}
	.des_list_vct {padding-left: 3%; padding-right: 3%;}
	.list_ts {display: block; padding: 0;}
	.list_ts > li {width: auto; border-right: 0; border-bottom: 2px dashed #e2dfe9; padding: 20px;}
	.list_ts > li:last-child {border-bottom: 0;}
	.num_list_ts strong {line-height: 40px;}
	.list_ts > li p {padding-top: 0;}
	.dk_cont {margin-bottom: 9%;}
	.r_dk_cont {max-width: 100%;}
	.l_dk_cont p strong {display: block; line-height: 30px;}
	.list_news {display: block;}
	.list_news > li {width: auto; padding: 20px 0;}
	.img_news {height: calc(60vw - 37.24vw);}
}
@media only screen and (max-width: 360px) {
	.logo img {height: 42px;}
	.link_dn {white-space: nowrap; padding-left: 5px; padding-right: 5px;}
	.swiper1 {margin-top: 20px;}
}