@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0;}
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;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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 {
	font-weight:bold;
}
em {
	font-style:italic;
}
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], textarea{
	-webkit-appearance:none;
	appearance: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

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: #222;}
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 22px;	
}
.css_body {	
	background: #eef5f9;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
	max-width: 1920px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	letter-spacing: 0.2px;
	overflow-x: hidden;
}
.fixbody {overflow: hidden;}

#wrapper {position: relative; width: 100%; height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}

/************************************************************************************
CSS HEADER
*************************************************************************************/

#header {
	background: #fff;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	position: relative;
	z-index: 101;
}
#header .min_wrap {position: relative;}
#header.header2 {background: #0099cc;}
#header.header2 .logo i {background-image: url(../imgs/layout/logo_2.png) !important;}
#header.header2 .ul_mn > li > a {color: #fff;}
#header.header2 .ul_user > li > a {background: #fff; color: #0099cc;}

.logo {width: 280px ;height: 60px; display: block;}
.logo img { height:100%; width:auto;}

.nav_mn {position: absolute; top: 10px; right: 0;}
.ul_mn {float: left;}
.ul_mn > li {position: relative; float: left;}
.ul_mn > li > a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #828282;
	padding: 0 25px;
	line-height: 40px;
}
.ul_mn > li:hover > a {color: #0099cc;}
.ul_mn > li.active > a {font-weight: bold; color: #0099cc;}

.ul_user {float: left; margin-left: 10px;}
.ul_user > li {position: relative;}
.ul_user > li > a {
	display: block;
	font-size: 14px;
	background: #0099cc;
	text-transform: uppercase;
	color: #fff;
	padding: 0 25px;
	line-height: 40px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.ul_user > li > a:hover {background: #0cb610 !important; color: #fff !important;}

.ul_user > li.li_user {top: -10px;}
.ul_user > li.li_user > a {
	background: none !important;
	text-transform: inherit;
	padding: 0;
	line-height: 60px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#header.header2 .img_user {
	display: block;
	width: 56px; height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #fff;
	float: left;
	margin-right: 10px;
}
.img_user {
	display: block;
	width: 56px; height: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ececec;
	background: #fff;
	float: left;
	margin-right: 10px;
}
#header.header2 .name_user, .name_user {font-size: 14px; display: block; overflow: hidden; color: #fff;}
.name_user {font-size: 14px; display: block; overflow: hidden; color: #828282;}
#header.header2 .name_user i, .name_user i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 16px; height: 16px;
	text-align: center;
	line-height: 16px;
	margin-left: 7px;
}
.name_user i {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #828282;
	width: 16px; height: 16px;
	text-align: center;
	line-height: 16px;
	margin-left: 7px;
}
.ul_user > li.li_user:hover .sub_user {display: block;}
.sub_user {
	display: none;
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.11);
	box-shadow: 0 0 13px rgba(0,0,0,0.11);
	position: absolute;
	top: 50px; right: -14px;
	z-index: 101;
	font-size: 12px;
	line-height: 20px;
	min-width: 250px;
}
.sub_user::before {
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: " ";
	cursor: pointer;	
	display: block;
    width: 0; height: 0;
    position: absolute;
	top: -7px; right: 17px;
	z-index: 2;
}
.su_1 {overflow: hidden; padding: 10px;}
.su_1 img {
	float: left;
	display: block;
	width: 70px; height: 70px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.su_1 p {padding: 0 0 0 10px; overflow: hidden;}
.su_1 p strong {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #455a64;
	font-weight: 400;
}
.su_1 p span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #99abb4;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 6px;
}
.su_1 p a {
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 30px;
	background: #fb5684;
}
.su_1 p a:hover {background: #e03f6c;}
.su_2, .su_2 > li:last-child {border-top: 1px solid #ececec;}
.su_2 > li > a {
	display: block;
	color: #99abb4;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
}
.su_2 > li > a i {width: 12px; margin-right: 4px; text-align: center;}
.su_2 > li > a:hover {background: #fafafa; color: #76b3f0;}
.su_2, .su_2 > li:last-child a:hover {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {min-height: 500px;}

.slide {
	background: #fff url(../imgs/layout/img-demo/bg_slide.png) no-repeat bottom center;
	background-size: cover;
}
.slide .min_wrap {height: 610px; position: relative;}
.icon_1 {
	background: url(../imgs/layout/icon_1.png) no-repeat;
	width: 309px; height: 499px;
	position: absolute;
	bottom: 0; left: 105px;
}
.text_slide {
	padding: 154px 0 0 480px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
.text_slide p {padding: 0;}
.ts_1 {padding-bottom: 3px !important;}
.ts_2 {font-size: 33px; line-height: 43px; font-weight: 700; padding-bottom: 6px !important;}
.ts_3 {padding-bottom: 46px !important;}
.ts_3 strong {font-weight: 500;}
.ts_4 span {font-size: 14px; display: block; padding-bottom: 7px;}
.ts_4 a + a {margin-left: 24px;}

.why_numbala {padding: 60px 0 90px 0; background: #fff; text-align: center;}
.title_h {
	text-align: center;
	font-weight: 400;
	color: #1b2839;
	font-size: 32px;
	line-height: 42px;
	text-transform: uppercase;
}
.note_h {
	text-align: center;
	color: #8d939c;
	font-size: 16px;
	padding: 0;
	line-height: 24px;
}

.ul_why_numbala {overflow: hidden; padding-top: 50px;}
.ul_why_numbala > li {float: left; width: 25%;}
.ul_why_numbala > li h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #0099cc;
	padding: 20px 20px 5px 20px;
}
.ul_why_numbala > li:nth-child(2) h3 {color: #1fa42b;}
.ul_why_numbala > li:nth-child(3) h3 {color: #f1573f;}
.ul_why_numbala > li:nth-child(4) h3 {color: #10546b;}
.ul_why_numbala > li p {color: #8d939c;	padding: 0 20px;}
.ul_why_numbala > li p strong {font-weight: 500;}

.lk_numbala {
	background: #10546b url(../imgs/layout/bg_lk_1.png) no-repeat top right;
	padding: 100px 0 120px 0;
}
.lk_numbala .title_h {color: #fff;}
.lk_numbala .note_h {color: #cfdde1;}

.swiper4 {padding-top: 50px;}
.swiper4 .swiper-slide figure {
	position: relative;
	background: #fff;
	text-align: center;
	height: 184px;
}
.swiper4 .swiper-slide figure img {
	display: block;
	width: auto; max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.f_cont {padding: 30px 0;}
.f_page {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 1130px;
	padding: 20px;
	min-height: 450px;
}

.ul_share_social {padding-top: 20px; line-height: 18px;}
.ul_share_social > li {float: left;}
.ul_share_social > li + li {margin-left: 7px;}


/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {background: #0099cc; color: #fff;}
#footer a {color: #fff;}
#footer a:hover {text-decoration: underline;}
#footer .min_wrap {overflow: hidden; padding: 10px 0;}
#footer .min_wrap p {float: left; padding: 0;}
#footer .min_wrap span {float: right; text-align: right; display: block;}

/************************************** END FOOTER **************************************/

.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-ndct em{max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #0099cc;}
.f-detail a:hover {text-decoration: underline;}

.f-detail ul li {list-style: disc; margin-left: 20px;}
.f-detail ol li {list-style: decimal; margin-left: 20px;}

.tag {margin: 20px 0px 0px 0px; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}
.tag span {
	color: #939393; 
	padding: 2px 5px 2px 23px; 
	background: #F1F1F1 url(../imgs/layout/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;}

.back-to-top {
	cursor: pointer;
	background: url(../imgs/layout/back-to-top.png) no-repeat;
	width: 30px; height: 30px;
	position: fixed;
	bottom: 10px; right: 10px;
	display: none;
	z-index: 10;
}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

a[href^="tel:"] {color: #0099cc;}

.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: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select {
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
}

.page {font-size: 11px; margin: 20px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}
.PageNum a {
	display: inline-block;
	color: #434746;
	padding: 3px 10px;
	background: #fff;
	margin: 0px 3px 5px 0px;
	border: 1px solid #ccc;
}
.PageNum a:hover {color: #fff; background: #0099cc; border: 1px solid #0099cc;}
.PageNum span {
	font-weight: bold;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	background: #0099cc;
	margin: 0px 3px 5px 0px;
	border: 1px solid #0099cc;
}

/************************************************************************************
CSS ACCOUNT
*************************************************************************************/

.f_account {padding: 30px 0; min-height: 500px;}

.form_account {
	background: #fff;
	width: 400px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.08); 
}
.title_account {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;	
	position: relative;
}
.title_account::before {
	content: "";
	height: 1px;
	background: #eee;
	position: absolute;
	top: 10px; right: 0px; left: 0px;	
}
.title_account strong {background: #fff; padding: 0px 10px; font-weight: normal; z-index: 1; position: relative;}
.account_other {text-align: center; font-size: 11px; color: #999;}
.account_other ul {overflow: hidden; margin-top: 5px;}
.account_other ul li {float: left; width: 49%;}
.account_other ul li:nth-child(2) {float: right;}
.account_other ul li.acc_fb a {background: #999 url(../imgs/layout/facebook.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_fb a:hover {background-color: #3b589b;}
.account_other ul li.acc_gg a {background: #999 url(../imgs/layout/google.png) no-repeat 8px center; background-size: 22px 22px;}
.account_other ul li.acc_gg a:hover {background-color: #da3a43;}
.account_other ul li a {
	display: block;
	padding: 7px 0px;
	color: #fff;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.main_account {overflow: hidden; position: relative;}
.ul_main_account {overflow: hidden;}
.ul_main_account > li {position: relative; margin-top: 20px;}
.se_nh {
	width: 100%; height: 34px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px;
}
.se_nh option {padding: 0 10px;}
.label_account {font-weight: bold; padding-bottom: 5px;	display: block;}
.ipt_account {
	color: #777;
	border: 1px solid #ddd;
	width: 100%; height: 34px;
	padding: 0 10px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.txt_account {
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ddd;
	width: 100%; min-height: 100px;
	padding: 10px;
	resize: vertical;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
}
.ipt_account:focus {border: 1px solid #999;}
.btn_account2 {
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	background: #0099cc;
	color: #fff;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_account2[type=submit] {
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btn_account2:focus {background: #0cb610;}
.btn_account2 + .btn_account2 {margin-left: 5px;}
.error_account {display: block; font-size: 11px; color: #F03; padding-top: 5px;}
.bottom_account {margin-top: 20px; overflow: hidden;}
.ba_dk {overflow: hidden; padding-top: 15px;}
.ba_dk a:hover {text-decoration: underline;}
.qmk_account {display: inline-block; font-size: 12px; color: #666;}
.dk_account {display: block; float: right; font-size: 12px; color: #666;}

.show_gt ul {overflow: hidden;}
.show_gt ul li {float: left; position: relative; padding-left: 20px; line-height: 18px;}
.show_gt ul li + li {margin-left: 20px;}
.show_gt ul li label {display: inline-block; cursor: pointer;}
.show_gt ul li input {position: absolute; top: 2px; left: 0; cursor: pointer;}

.avar_dbtk {text-align: center; margin-top: 15px; font-size: 11px; font-weight: bold;}
.avar_dbtk img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	width: 80px; height: 80px;
}

.show_hdd {background: #f6f6f6; padding: 10px; overflow: hidden; line-height: 50px;}
.show_hdd img {
	display: block; 
	float: left; 
	width: 50px; height: 50px;	
	margin-right: 10px;
}

/************************************************************************************
CSS ADMIN
*************************************************************************************/

.f_admin {padding: 30px 0; min-height: 500px;}

.filter_01 {background: #f9f9f9; padding: 12px 15px; position: relative; overflow: hidden;}
.t_filter_01 {
	line-height: 30px;
	display: block;
	color: #747c86;
	text-transform: uppercase;
	float: left;
}
.slec_filter_01 {
	margin-left: 10px;
	float: left;
	height: 30px;
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	background-size: auto 6px;
	padding: 0 24px 0 14px;
	border: 1px solid #ececec;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.search_filter_01 {position: absolute; top: 12px; right: 15px; width: 250px;}
.ipt_filter_01 {
	width: 100%; height: 30px;
	border: 1px solid #ececec;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	padding: 0 40px 0 14px;	
}
.ipt_filter_01[type="text"] {
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}
.btn_filter_01 {
	position: absolute;
	top: 0; right: 0;
	width: 30px; height: 30px;
	text-indent: -9999px;
	background: #0099cc url(../imgs/layout/icon_6.png) no-repeat center center;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.btn_filter_01[type="submit"] {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.filter_02 {border-bottom: 1px solid #ececec; margin: 15px 0 25px 0;}
.filter_02  > li {display: inline-block;}
.filter_02  > li + li {margin-left: 100px;}
.filter_02  > li > a {color: #8f9398; display: inline-block; position: relative; padding: 8px 0;}
.filter_02  > li.active > a, .filter_02  > li:hover > a {font-weight: bold; color: #0099cc;}
.filter_02  > li.active > a::before {
	content: "";
	background: #0099cc;
	position: absolute;
	bottom: -1px; left: 0; right: 0;
	height: 2px;
}

.tb_ttgd {width: 100%; border: 0;}
.tb_ttgd td {border: 0; padding: 15px;}
.tb_ttgd thead {background: #0099cc; color: #fff;}
.tb_ttgd thead td {text-transform: uppercase; font-weight: bold;}
.tr_h_2 {background: #eef5f9; color: #565656;}
.tb_ttgd tbody tr {background: #fff;}
.tb_ttgd tbody tr:nth-child(2n) {background: #fcfcfc;}
.tb_ttgd tbody td {border-bottom: 1px solid #ececec;}
.tb_link {color: #1cbcea;}
.tb_money {color: #e40101; text-align: right;}
.tb_money_2 {color: #e40101;}
.tb_tel {color: #0cb610 !important;}
.tb_tt_1 {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0cb610;
}
.tb_tt_2 {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding: 0 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ea0319;
}
.tb_gc {min-height: 61px;}

.btn_lhdh {cursor: pointer;}
.btn_lhdh:hover {background: #f6f6f6 !important;}

.ul_fa {overflow: hidden;}
.ul_fa > li {
	float: left;
	width: 49%;
}
.ul_fa > li:nth-child(2n) {float: right;}
.ul_fa > li > label {
	display: block; 
	font-family: Arial; 
	font-size: 12px; 
	padding-bottom: 3px; 
	text-transform: capitalize;
	font-weight: bold;
}
.ipt_fa {
	background: #fff;
	border: 1px solid #BFBFBF;	
	width: 100%; height: 36px;
	padding: 0 10px;
}
.slec_fa {
	background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
	width: 100%; height: 36px;
	border: 1px solid #BFBFBF;
	padding: 0 36px 0 10px;
}
.ipt_fa:focus, .ul_fa > li select:focus, .ipt_filter_2:focus {border: 1px solid #000;}

/************************************************************************************
CSS FANCYBOX
*************************************************************************************/

.fancybox-slide--iframe .fancybox-content {
	width: 80% !important;
}

.t_pop_ttgd {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	font-weight: 500;
}
.t_pop_ttgd_1 {background: #0cb610;}
.t_pop_ttgd_1::before {
	content: "\f00c";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	width: 36px; height: 36px;
	margin: 0 auto 10px auto;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.t_pop_ttgd_2 {background: #ea0319;}
.t_pop_ttgd_2::before {
	content: "\f00d";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	width: 36px; height: 36px;
	margin: 0 auto 10px auto;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.m_pop_ttgd {padding: 20px; overflow: hidden;}
.l_pop_ttgd {float: left; width: 49%;}
.r_pop_ttgd {float: right; width: 49%;}
.t_m_pop_ttgd {text-transform: uppercase; text-align: center; padding-bottom: 15px;}
.t_m_pop_ttgd i {margin-right: 4px;}

.tb_pop_ttgd {width: 100%; border: 1px solid #ececec; font-size: 12px; line-height: 20px;}
.tb_pop_ttgd td {padding: 15px;}
.td_1_tb_pop_ttgd {background: #fafafa; text-transform: uppercase; font-weight: 700; width: 30%;}


/************************************************************************************
RESPOSIVE
*************************************************************************************/

@media only screen and (max-width: 1180px) and (min-width: 820px) {
	.min_wrap {
		width: 96%;
	}
	.swiper4 .swiper-slide figure {
		aspect-ratio: 1.505/1;
		height: auto
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.min_wrap {
		width: 96%;
	}
	.swiper4 .swiper-slide figure {
		aspect-ratio: 1.505/1;
		height: auto
	}
}

@media only screen and (max-width: 1023px) {
	html, body {
		-webkit-overflow-scrolling: touch;
	}
	.min_wrap {width: 96%;}

	.icon_1 {
		left: 0;
	}
	.text_slide {
		padding-left: 309px;
	}
	.ul_why_numbala {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.ul_why_numbala > li {
		flex: 1 0 47%;
		float: none;
	}
	.swiper4 .swiper-slide figure {
		aspect-ratio: 1.505/1;
		height: auto
	}
	#footer .min_wrap {
		text-align: center;
	}
	#footer .min_wrap span {
		float: none;
		text-align: center;
	}

	.why_numbala {
		padding: 6% 0 9% 0;
	}
	.lk_numbala {
		padding: 9% 0;
	}
}

@media only screen and (max-width: 640px) {
	.icon_1 {
		width: 150px;
		height: 242px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: 100% 100%;
	}
	.text_slide {
		padding: 6% 0;
		text-align: center;
	}
	.ul_why_numbala > li img {
		width: auto;
		height: 80px;
	}

	.title_h, .ts_2 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 480px) {
	.min_wrap {width: 94%;}

	.ul_user > li > a {
		font-size: 12px;
		padding: 0 15px;
	}
	.text_slide {
		padding-top: 9%;
	}
	.ts_4 img {
		display: inline-block;
		width: 45%;
		height: auto;
	}
}

/************************************************************************************
CSS NEWS
*************************************************************************************/

.hea_mb, .box_qr_in_mb, .foot_mb, .f_kp_1, .f_kp_2 {
	display: none;
}
.t_f_kp {
	font-weight: 500;
	padding-bottom: 10px;
}
.list_apps {
	display: flex;
	flex-wrap: wrap;
}
.list_apps > li {
	width: 25%;
	margin-bottom: 15px;
}
.list_apps > li span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding: 5px 5px 0 5px;
}
.ico_list_apps {
	width: 50px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.ico_list_apps img {
	display: block;
	width: 100%;
	height: 100%;
}
.t2_if_tttk {
	display: block !important;
}
.t2_if_tttk > li {
	margin-right: 0 !important;
}

@media only screen and (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	.hea_mb {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 111;
		display: block;
		background-color: #0099cc;
		color: #fff;
		height: 50px;
		display: flex;
		align-items: center;
	}
	.l_hea_mb {
		position: absolute;
		left: 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	.r_hea_mb {
		position: absolute;
		right: 0;
		z-index: 1;
		display: flex;
		align-items: center;
	}
	.na_hea_mb {
		font-size: 18px;
		text-transform: uppercase;
		padding: 0 50px;
		text-align: center;
		flex: 1;
		font-weight: 500;
	}
	.container2 {
		padding: 50px 0;
		min-height: calc(100vh - 100px) !important;
	}
	.f_account {
		background-color: #fff;
		padding: 4% !important;
		min-height: calc(100vh - 50px) !important;
		position: relative;
		margin-bottom: -50px;
	}
	.form_account {
		background: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}	
	.main_account {
		overflow: visible;
		position: static;
	}
	.ul_main_account > li {
		margin: 0 0 20px 0;
	}
	.ul_main_account label {
		font-weight: 500;
	}
	.ipt_account {
		border: 0;
		border-bottom: 1px solid #ececec;
		box-shadow: none;
		padding: 0;
		height: 40px;
	}
	.ipt_account:focus {
		border: 0;
		border-bottom: 1px solid #0099cc;
	}
	.bottom_account {
		position: relative;
		z-index: 1;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
	.btn_account2 {
		height: 40px;
		border-radius: 20px !important;
		-webkit-border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
	}
	.btn_account2[type=submit] {
		border-radius: 20px !important;
		-webkit-border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		-ms-border-radius: 20px !important;
		-o-border-radius: 20px !important;
	}
	.capcha_m_f_form {
		bottom: 6px !important;
		height: 30px !important;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}
	.ba_dk {
		background: url(../imgs/bg_ba_dk.png) no-repeat top center;
		background-size: 50% auto;
		padding-top: 130px;
		position: absolute;
		bottom: 4%;
		left: 0;
		right: 0;
		text-align: center;
		overflow: visible;
	}
	.qmk_account {
		display: block;
		color: #0099cc;
		line-height: 18px;
	}
	.dk_account {
		float: none;
		line-height: 18px;
	}
	.f_admin {
		padding: 4%;
		min-height: auto;
	}
	.container2 .min_wrap {
		width: auto;
		padding: 15px;
		min-height: auto;
	}
	.filter_01 {
		overflow: visible;
		padding: 15px;
	}
	.t_filter_01 {
		font-weight: 500;
		float: none;
		display: block;
		line-height: 18px;
		padding-bottom: 10px;
	}
	.slec_filter_01 {
		color: #333;
		float: none;
		margin: 0 10px 0 0;
		background-color: #f9f9f9;
		background-position: center right;
		padding: 0 12px 0 0;
		border: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-bottom: 1px solid #ededed;
	}
	.search_filter_01 {
		position: static;
		width: auto;
		padding-top: 10px;
	}
	.btn_filter_01 {
		top: auto;
		right: 15px;
		bottom: 15px;
	}
	.btn_filter_reset {
		top: 15px !important;
		right: 15px !important;
	}
	.box_qr_in_mb {
		position: sticky;
		top: 50px;
		right: 0;
		left: 0;
		z-index: 100;
		display: block !important;
		background-color: #e8f1f6;
		margin-bottom: 0 !important;
	}
	.box_qr_in_mb ul {
		display: flex;
	}
	.box_qr_in_mb ul li {
		flex: 1;
		display: block;
		margin: 0 !important;
		padding: 10px 5px !important;
		background: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
	}
	.box_qr_in_mb ul li.active {
		border-bottom: 3px solid #0099cc !important;
	}
	.box_qr_in ul li a {
		color: #4793b0 !important;
	}
	.f_vt {
		background: none;
		margin-bottom: 0;
	}
	.f_vt .form_account {
		padding: 15px;
		background-color: #fff;
	}
	.ul_main_account label {
		font-weight: 500 !important;
	}
	.foot_mb {
		display: block;
		background-color: #fff;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 100;
		box-shadow: 0 0 1px rgba(0,0,0,0.25);
	}
	.mn_foot_mb {
		display: flex;
		align-items: center;
	}
	.mn_foot_mb > li {
		position: relative;
		flex: 1;
		text-align: center;
	}
	.mn_foot_mb > li:nth-child(3)::before {
		content: "";
		position: absolute;
		top: -10px;
		right: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 60px;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	.mn_foot_mb > li a {
		background-color: #fff;
		display: block;
		padding: 8px 0 5px 0;
		position: relative;
		z-index: 1;
	}
	.mn_foot_mb > li i {
		font-size: 20px;
		color: #767676;
	}
	.mn_foot_mb > li span {
		display: block;
		color: #a2a2a2;
		font-size: 12px;
		text-transform: capitalize;
	}
	.mn_foot_mb > li.active i, .mn_foot_mb > li.active span {
		color: #0099cc;
	}
	.f_kp_1 {
		display: block;
		background-color: #fff;
		padding: 4%;
		text-align: center;
	}
	.f_kp_1 .img_if_tttk {
		margin: auto;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	.f_kp_1 .img_if_tttk img {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	.f_kp_1 .r_if_tttk {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto;
		padding: 20px 0 0 0;
	}
	.f_kp_2 {
		display: block;
		background-color: #fff;
		padding: 4%;
		margin-top: 4%;
	}

	.icon_mb {
		color: #fff;
		font-size: 20px;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header2, .footer2, .title_account, .nd_con_wa, .box_qr_in {
		display: none;
	}
}