
a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.link_icon {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #009ef7;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 15px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.link_icon i {margin-right: 3px;}
.link_text {
	white-space: nowrap;
	cursor: pointer;
	border: 0;
	line-height: 20px;
	margin-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #e91d2d;
	border-radius: 4px;
	display: inline-block;
	padding: 12px 20px;
	height: 44px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_text:first-child {
	margin-left: 0;
}
.link_text i {font-size: 18px;}
.link_text4 {
	cursor: pointer;
	border: 0;
	line-height: 20px;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #7e8299;
	background-color: #f5f8fa;
	border-radius: 4px;
	display: inline-block;
	padding: 12px 20px;
	height: 44px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_text2 {
	cursor: pointer;
	border: 0;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #50cd89;
	background-color: #e8fff3;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 15px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.link_text3 {
	cursor: pointer;
	border: 0;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #7e8299;
	background-color: #f5f8fa;
	border-radius: 4px;
	display: inline-block;
	padding: 7px 15px;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.link_text:hover {background-color: #004e7f;}
.link_icon:hover {background-color: #2f55cf;}
.link_text4:hover {background-color: #f1faff; color: #009ef7;}
.link_text2:hover {background-color: #50cd89; color: #fff;}
.link_text3:hover {background-color: #e4e6ef;}
.min_link_text2, .min_link_text3 {padding: 3px 10px; text-transform: inherit;}
.link_text:last-child {margin-right: 0;}

#f_tt {
	min-height: 50vh;
}
.f_tt {
	display: flex;
	flex-wrap: wrap;
}
.sb_f_tt {
    flex: 1 0 7.2rem;
	padding-right: 30px;
}
.ct_f_tt {
    flex: 4;
    padding-right: 20px;
}

.dm_ct_f_tt {	
    position: sticky;
    top: 68px;
}
.mn_dm_ct_f_tt {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(235, 248, 255, 1) 100%);
    padding: 1.6rem;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}
.t_sb_f_tt {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}
.t_sb_f_tt i {
	font-size: 14px;
}
.list_sb_f_tt > li > a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
	position: relative;
	padding-left: 18px;
}
.list_sb_f_tt > li > a::before {
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	content: "\f061";
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 10px;
}
.list_sb_f_tt > li.active > a , .list_sb_f_tt > li > a:hover {
	color: #003F98;
	font-weight: 600;
}

#l_wrap_admin {
	width: 265px;
	position: fixed;
	top: 0; left: 0; bottom: 0;
	z-index: 101;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #1e1e2d;
	color: #fff;
	-webkit-box-shadow: 0 0 28px rgba(0,0,0,.05);
	box-shadow: 0 0 28px rgba(0,0,0,.05);
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
}
#l_wrap_admin.active {width: 75px;}
#l_wrap_admin.active .logo_wp, #l_wrap_admin.active .til_list_l_wp, #l_wrap_admin.active .ul_list_l_wp > li > a > span {display: none;}
#r_wrap_admin {
	padding-left: 265px;
	background-color: #f4f6fc;
	min-height: 100vh;
	position: relative;
	-webkit-transition: padding .3s;
	-o-transition: padding .3s;
	transition: padding .3s;
}
#r_wrap_admin.active {padding-left: 75px;}

.hea_wrap_admin {
	position: sticky;
	top: 0;
	z-index: 12;
	background-color: #fff;
	height: 60px;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.05);
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.mq_wa {
	line-height: 60px; 
	padding: 0 30px; 
	height: 60px;
}
.mq_wa marquee {font-size: 14px !important;}
.r_hea_wrap_admin {
	background-color: #fff;
	position: absolute;
	top: 0; right: 30px; bottom: 0;
	z-index: 1;
	padding: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.col_rh_wa {padding-left: 10px;}
.col_rh_wa span {display: inline-block; cursor: pointer;}
.link_col_rh_wan {
	background-color: #fff;
	color: #848484;
	border: 1px solid #f5f8fa;
	display: inline-block;
	line-height: 38px;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.link_col_rh_wan:hover {
	color: #fff;
	background-color: #009ef7;
	border-color: #009ef7;
}
.link_col_rh_wan i {margin-right: 3px;}
.pri_rh_wa {color: #f45604; font-weight: 600; font-size: 14px;}
.pri_rh_wa em {font-style: normal; font-size: 12px; margin-left: -3px;}
.noti_rh_wa {
	user-select: none;
	position: relative;
	font-size: 20px; 
	width: 40px; height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
}
.noti_rh_wa:hover {background-color: #f5f8fa; color: #2f55cf;}
.noti_rh_wa em {
	font-style: normal;
	font-size: 10px;
	background-color: #f1416c;
	color: #fff;
	width: 14px; height: 14px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	display: inline-block;
	font-weight: 600;
	position: absolute;
	top: 4px; right: 4px;
}
.avt_rh_wa img {
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	width: 40px; height: 40px;
}

.con_wrap_admin {position: relative;}
.toolbar_wa {
	background-color: #fff;
	border-top: 1px solid #eff2f5;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.05);
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
	position: sticky;
	top: 64px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
	z-index: 11;
}
.na_toolbar_wa {color: #222531; font-size: 20px;}


.foot_wrap_admin {
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	color: #848484;
}
.foot_wrap_admin a {color: #848484;}
.foot_wrap_admin a:hover {color: #2f55cf;}
.l_foot_wrap_admin {padding-left: 30px;}
.l_foot_wrap_admin a {color: #222531;}
.r_foot_wrap_admin {padding-right: 30px;}
.r_foot_wrap_admin ul li {display: inline-block; padding: 0 5px;}

.hea_l_wp {padding: 10px; position: relative; border-bottom: 1px solid #282a3d; height: 40px;}
.logo_wp {display: inline-block; user-select: none;}
.logo_wp img {display: inline-block; width: auto; height: 40px;}
.sh_l_wp {
	cursor: pointer;
	position: absolute;
	top: 50%; right: 25px;
	font-size: 14px;
	width: 20px; height: 20px;
	text-align: center;
	line-height: 20px;
	color: #9899ac;
	z-index: 1;
	user-select: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sh_l_wp i {
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.sh_l_wp.active i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sh_l_wp:hover {color: #009ef7;}

.til_list_l_wp {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 25px 25px 0 25px;
	font-size: 14px;
	color: #eee;
}
.ul_list_l_wp {padding: 15px 0;}
.ul_list_l_wp > li > a {
	display: block;
	padding: 10px 25px;
	color: #9899ac;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.ul_list_l_wp > li > a:hover {color: #fff; background-color: #009ef7;}
.ul_list_l_wp > li > a i {font-size: 18px; width: 20px; text-align: center; margin-right: 5px;}
.ul_list_l_wp > li.active > a {color: #fff;}

.mask-overlay {
	position: fixed;
	z-index: 112;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.mask-overlay.active {opacity: 1; visibility: visible;}
.mask-overlay.open {opacity: 1; visibility: visible; z-index: 100;}
.list_noti {
	background-color: #fff;
	width: 500px;
	position: fixed;
	top: 0; right: 0; bottom: 0;
	z-index: 113;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.list_noti.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.t_list_noti {
	position: relative;
	border-bottom: 1px solid #eff2f5;
	padding: 0 30px;
	line-height: 60px;
	text-transform: uppercase;
	color: #222531;
}
.t_list_noti h2 {font-size: 14px; color: #2f55cf;}
.sh_list_noti {
	cursor: pointer;
	user-select: none;
	width: 20px; height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 20px; right: 30px;
	z-index: 1;
	background-color: #fff;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sh_list_noti:hover {
	color: #009ef7;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.m_list_noti {
	height: calc(100vh - 61px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 25px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m_list_noti > li {padding: 0 30px; margin-bottom: 30px;}
.m_list_noti > li:last-child {margin-bottom: 0;}
.m_list_noti > li.new_m_list_noti .nd_m_list_noti {background-color: #fff8dd; color: #343434;}
.na_m_list_noti {color: #222531; font-size: 14px;}
.date_m_list_noti {font-size: 12px; color: #949494;}
.nd_m_list_noti {
	border-radius: 4px;
	padding: 15px;
	background-color: #f8f5ff;
	color: #646464;
}

.sub_mn_avt {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.05);
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	padding: 12px 0 6px 0;
	position: absolute;
	top: 84px; right: 0;
	z-index: 112;
	width: 275px;
	border-radius: 4px;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	transition: top .3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.sub_mn_avt.active {top: 60px; opacity: 1; visibility: visible; pointer-events: auto;}
.img_sub_mn_avt {padding: 6px 15px 18px 15px;}
.img_sub_mn_avt img {
	display: inline-block;
	width: 50px; height: 50px;
	border-radius: 4px;
	user-select: none;
}
.img_sub_mn_avt span {
	display: inline-block;
	margin-left: 10px;
	font-weight: 600; 
	font-size: 18px;
	cursor: auto;
}
.ul_sub_mn_avt > li {padding: 6px 15px;	border-top: 1px solid #eff2f5;}
.ul_sub_mn_avt > li > a {
	display: block;
	border-radius: 4px;
	color: #444;
	padding: 10px 15px;
	font-size: 14px;
}
.ul_sub_mn_avt > li > a:hover {background-color: #f7f9fb; color: #009ef7;}

.post_con_wa {
	margin-bottom: 20px;
}
.post_con_wa:last-child {
	margin-bottom: 0;
}
.til_post_con_wa {
	border-bottom: 2px solid #eff2f5;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.na_post_con_wa {
	display: flex;
	align-items: center;
	color: #222531; 
	font-size: 20px; 
	line-height: 28px;
}
.m_post_con_wa {padding-top: 30px;}
.row_pcwa1 {
	user-select: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.row_pcwa1:last-child {
	margin-bottom: 0;
}
.row_pcwa1 .link_text {
	margin-left: 0;
}
.row_pcwa {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px 20px -10px;
}
.row_pcwa:last-child {margin-bottom: 0;}
.po_icon_row_pcwa {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.po_icon_row_pcwa > i {
	font-size: 18px;
	position: absolute;
	top: 0; left: 0;
	width: 44px; height: 44px;
	text-align: center;
	line-height: 44px;
	color: #003F98;
}
.l_row_pcwa {
	width: 33.33333%; 
	color: #848484;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.r_row_pcwa {
	width: 66.66666%; 
	color: #222531;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.b_l_row_pcwa {font-size: 14px; margin-right: 10px;}

.text-important {color: #f1416c; margin: 0 5px;}
.text-suc {color: #009ef7; margin: 0 5px;}

.if_tttk {
	display: flex;
}
.link_tttk {
	padding: 0 10px;
	background: rgba(0,78,127,.02);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.link_tttk > li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
.link_tttk > li:last-child {margin-right: 0;}
.link_tttk > li > a {
	color: rgba(34,37,49,.7); 
	padding: 15px 0;
	display: flex;
	align-items: center;
}
.link_tttk > li.active > a, .link_tttk > li > a:hover {color: #222531;}
.link_tttk > li.active::before, .link_tttk > li:hover::before {
	content: "";
	height: 2px;
	background-color: #e91d2d;
	position: absolute;
	bottom: 0; left: 0; right: 0;
}
.link_tttk > li > a > i {
	font-size: 18px;
	margin-right: 6px;
}

.img_if_tttk {width: 150px; position: relative;}
.img_if_tttk img {
	display: block;
	border-radius: 4px;
	width: 100%; height: auto;
}
.r_if_tttk {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 150px);
	padding-left: 20px;
}

.steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
.step {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 24px;
  right: 24px;
  height: 3px;
  background: #e5e7eb;
}

.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: 0 auto 8px;
  font-size: 14px;
}

.step p {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

/* DONE */
.step.done .circle {
  background: #16a34a;
}
.step.done .circle span {
	display: none;
}
.step.done .circle::before {
  content: "✔";
  color: #fff;
  font-size: 20px;
}

.step.error .circle {
	background: #e91d2d;
}
.step.error .circle span {
	display: none;
}
.step.error .circle::before {
  content: "⚠";
  color: #fff;
  font-size: 20px;
}
.step.error p {
	color: #e91d2d;
}

/* ACTIVE */
.step .circle {
  background: #e1e1e1;
  color: #666;
}
.step p {
  color: #666;
  font-weight: 500;
}

/* DONE TEXT */
.step.done p {
  color: #16a34a;
  font-weight: 500;
}


.t_if_tttk {
	font-size: 18px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 10px;
	gap: 10px;
}
.t_if_tttk > h2 {
	font-size: 22px;
}
.t_if_tttk .text-suc {margin: 0 7px;}

.t2_if_tttk {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	padding-bottom: 15px;
	gap: 10px;
	color: #848484;
}
.t2_if_tttk > li i {margin-right: 3px;}

.t3_if_tttk {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #848484;
	gap: 10px;
}
.t3_if_tttk > li {border-radius: 4px; border: 1px dashed #e4e6ef; padding: 10px; min-width: 80px;}
.t3_if_tttk > li strong {display: block; font-size: 20px; padding-bottom: 5px; color: #222531;}
.t3_if_tttk > li strong i {margin-right: 3px;}
.t3_if_tttk > li span {display: block;}

.ipt_row_pcwa {
	border-radius: 4px;
	border: 1px solid #cfd6e4;
	padding: 0 15px;
	line-height: 42px;
	font-size: 14px;
	width: 100%; height: 44px;
	color: #222531;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	appearance: none;
}
.ipt_row_pcwa2 {
	border-radius: 4px;
	border: 1px solid #cfd6e4;
	padding: 0 15px 0 44px;
	line-height: 42px;
	font-size: 14px;
	width: 100%; height: 44px;
	color: #222531;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	appearance: none;
}
.txt_row_pcwa {
	border-radius: 4px;
	border: 1px solid #cfd6e4;
	padding: 10px 15px;
	font-size: 14px;
	width: 100%;
	color: #222531;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	resize: vertical;
	min-height: 88px;
}
.ipt_row_pcwa:focus, .ipt_row_pcwa2:focus, .txt_row_pcwa:focus {
	border-color: #009ef7; 
	-webkit-box-shadow: inset 0 0 5px rgba(0,158,247,0.1);
	box-shadow: inset 0 0 5px rgba(0,158,247,0.1);
}
.slec_row_pcwa2:focus, .slec_row_pcwa:focus {
	border-color: #009ef7; 
	background-image: url(../imgs/icon_0_focus.png);
	-webkit-box-shadow: inset 0 0 5px rgba(0,158,247,0.1);
	box-shadow: inset 0 0 5px rgba(0,158,247,0.1);
}
.slec_row_pcwa {
	background: #fff url(../imgs/icon_0.png) no-repeat center right 15px;
	cursor: pointer;
	border-radius: 4px !important;
	border: 1px solid #cfd6e4;
	padding: 0 44px 0 15px;
	line-height: 42px;
	font-size: 14px;
	width: 100%; height: 44px;
	color: #222531;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
	white-space: nowrap;
}
.slec_row_pcwa2 {
	background: #fff url(../imgs/icon_0.png) no-repeat center right 15px;
	cursor: pointer;
	border-radius: 4px !important;
	border: 1px solid #cfd6e4;
	padding: 0 44px;
	line-height: 42px;
	font-size: 14px;
	width: 100%; height: 44px;
	color: #222531;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
	position: relative;
	white-space: nowrap;
}

.r1_row_pcwa {
	width: 100%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r2_row_pcwa {
	width: 50%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r3_row_pcwa {
	width: 33.33333%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r4_row_pcwa {
	width: 25%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r5_row_pcwa {
	width: 20%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r6_row_pcwa {
	width: 16.66666%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r7_row_pcwa {
	width: 66.66666%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r8_row_pcwa {
	width: 33.33333%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r9_row_pcwa {
	width: 80%; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button_row_pcwa {
	display: flex;
	gap: 5px;
}
.button_row_pcwa button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	padding: 0;
}
.button_row_pcwa span {
	display: none;
	margin-left: 4px;
}
.na_row_pcwa {
	font-weight: 500; 
	padding-bottom: 5px; 
	display: block; 
	min-height: 28px;
	font-size: 12px;
}

.tb_but_1 {
	color: #003F98;
}
.tb_but_2 {
	color: #e91d2d;
}

.bot_row_pcwa {
	padding-top: 30px;
	border-top: 1px solid #eff2f5;
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.r_api {
	border-radius: 8px;
	border: 1px dashed #009ef7;
	background-color: #f1faff;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l_r_api {width: 85%;}
.l_r_api strong {display: block; color: #242442;}
.l_r_api span {display: block;}

.list_nt > li {border-bottom: 1px dashed #eff2f5;}
.list_nt > li:last-child {border-bottom: 0;}
.list_nt > li > a {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.list_nt > li > a:hover {background-color: rgba(0,78,127,.02);}
.img_list_nt {width: 60px;}
.img_list_nt img {display: block; width: 100%; height: auto;}
.r_list_nt {width: calc(100% - 80px);}
.na_list_nt {color: #222531; font-size: 14px;}
.tip_list_nt {color: #949494;}
.des_list_nt {padding: 0; color: #009ef7;}

.note_con_wa {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
	border: 1px dashed #ffc700;
	background-color: #fff8dd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.note_con_wa strong, .note_con_wa b {
	font-weight: 500;
}
.til_note_con_wa {display: block; color: #ffc700; padding-bottom: 5px;}
.back_link {
	margin-right: 10px; 
	line-height: 20px;
	background-color: rgba(0,78,127,.02);
	color: #222531;
}
.back_link:hover {
	background-color: #f2f6f8;
}
.text_con_wa {padding-top: 20px;}

.m_nqb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	gap: 30px;
}
.l_m_nqb {
	flex: 1 0 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r_m_nqb {
	flex: 1 0 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.r_m_nqb img {max-width: 100%; height: auto;}
.til_m_nqb {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	background-color: rgba(0,78,127,.02);
	color: #222531;
}

.filter_post_con_wa {
	background-color: #fff;
	margin-bottom: 30px;
	
}

.list_con_wa > li {
	padding: 20px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #eff2f5;
}
.list_con_wa > li:last-child {border-bottom: 0;}
.text_l_m_nqb {
	color: #f1416c; 
	margin-right: 10px; 
	display: inline-block;
	font-size: 13px;
}
.l_list_con_wa {width: 30%;}
.l_list_con_wa i {text-align: center; width: 18px; margin-right: 5px;}
.r_list_con_wa {width: 70%;; text-align: right;}

.img_qr_m_nqb {padding: 20px; text-align: center;}
.img_qr_m_nqb img {display: inline-block; width: 200px; height: auto;}
.nd_qr_m_nqb {border-top: 2px dotted #eff2f5; padding-top: 20px;}

.m_nqmo .l_list_con_wa {width: 30%;}
.m_nqmo .r_list_con_wa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left; 
	width: 70%;
}
.m_nqmo .list_con_wa > li {font-size: 14px;}
.m_nqmo .text_l_m_nqb {
	width: 50%;
	font-size: 14px;
}

.nmgd_1 {
	display: flex;
	padding: 20px 0;
}
.nmgd_1 .ipt_row_pcwa {
	flex: 1;
}
.til_nmgd_2 {padding-bottom: 20px; font-size: 14px;}
.til_nmgd_2 span {font-size: 14px; color: #f1416c;}

.table_responsive {
	border: 1px solid #eff2f5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.tb_nmgd {width: 100%; border: 0; font-size: 13px;}
.tb_nmgd td {border: 0; padding: 20px;}
.tb_nmgd thead td {font-weight: 600; text-transform: uppercase;}
.tb_nmgd tbody tr {background-color: rgba(0,78,127,.02);}
.tb_nmgd tbody tr:nth-child(2n) {background-color: #fff;}
.tb_nmgd tbody tr:hover {background-color: #f1faff;}
.pri_tb_nmgd {color: #e91d2d;}
.tt_tb_nmgd_1 {color: #50cd89;}
.tt_tb_nmgd_2 {color: #009ef7;}
.tt_tb_nmgd_3 {color: #e06283;}

.filter_con_wa {
	font-size: 12px;
	padding-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.note_filter_con_wa {
	border: 1px dashed #009ef7;
	background-color: #f1faff;
	padding: 5px 10px;
	border-radius: 4px;
}
.s_entrie select {
	border: 1px solid #cfd6e4;
	border-radius: 4px;
	margin: 0 3px;
	padding: 0 5px;
	cursor: pointer;
	height: 30px;
	background-color: #fff;
}
.sea_entrie {position: relative;}
.ipt_sea_entrie {
	background-color: #fff;
	border: 1px solid #cfd6e4;
	padding: 0 12px;
	height: 30px;
	border-radius: 4px !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 12px;
}
.ipt_sea_entrie:focus {color: #222531; background-color: #f1faff;}
.but_sea_entrie {
	width: 30px; height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	border: 0;
	cursor: pointer;
	background: none;
}

.name_qltd {
	padding: 0;
	color: #003F98;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.but_ref {
	display: inline-block;
	width: 26px; height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #50cd89;
	cursor: pointer;
	user-select: none;
	background-color: #e8fff3;
	font-size: 14px;
}

.page_news {text-align: right; padding-top: 20px;}
.page_news a {
	color: #009ef7;
	display: inline-block;
	padding: 5px 10px;
}
.page_news a:hover {color: #2f55cf;}
.page_news span {
	color: #fff;
	background-color: #009ef7;
	border-radius: 4px;
	display: inline-block;
	padding: 5px 10px;
}

.notifi-fixed {
	position: fixed;
	top: 10px; right: 10px;
	z-index: 1000;
}
.list-notifi-fixed > li {
	position: relative;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 15px 50px 15px 30px;
	width: 280px;
	max-width: 100%;
	font-size: 14px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	animation-duration: .75s;
	animation-timing-function: ease;
	animation-direction: alternate;
	animation-name: mymove_new1;
}
.list-notifi-fixed > li:last-child {margin-bottom: 0;}
@keyframes mymove_new1 {
	from {
		top: -10px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}
.lnf-1 {background-color: #f55a4e; color: #fff;}
.lnf-1::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0f3";
	background-color: #fff;
	color: #f55a4e;
	font-size: 14px;
	border-radius: 50%;
	width: 38px; height: 38px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 6px; left: -19px;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.lnf-2 {background-color: #50cd89; color: #fff;}
.lnf-2::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f00c";
	background-color: #fff;
	color: #50cd89;
	font-size: 14px;
	border-radius: 50%;
	width: 38px; height: 38px;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 6px; left: -19px;
	z-index: 1;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.close-lnf {
	user-select: none;
	position: absolute;
	top: 15px; right: 15px;
	z-index: 1;
	text-align: center;
	font-size: 14px;
	width: 20px; height: 20px;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.close-lnf:hover {background-color: rgba(255,255,255,.5);}
.close-lnf::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f00d";
}

.o_cbox input {cursor: pointer; position: relative; top: 1px; margin-right: 3px;}
.o_cbox label {cursor: pointer;}
.check_sty {display: inline-block; user-select: none;}
.check_sty input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	width: 45px; height: 30px;
	appearance: none;
	-webkit-appearance: none;
	background-color: #eff2f5;
	border-radius: 15px;
	outline: none;
	-webkit-transition:.5s ;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.check_sty input:checked[type="checkbox"] {background-color: #009ef7;}
.check_sty input[type="checkbox"]::before {
	content: "";
	width: 22px; height: 22px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 4px; left: 4px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.check_sty input:checked[type="checkbox"]::before {left: 19px;}

.blo_pcwa {
	padding: 30px;
	box-shadow: 0 0 10px rgba(34,37,49,.1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin-bottom: 30px;
}
.t_blo_pcwa {
	font-size: 16px;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0;
}
.t_blo_pcwa::before {
	content: "";
	width: 4px;
	background-color: #e91d2d;
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
}
.map_pcwa iframe {
	width: 100% !important;
	height: 300px !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.note_row_pcwa {
	display: block;
	font-size: 13px;
	padding-top: 5px;
}

.sty_tb_nmgd {
	user-select: none;
	box-shadow: 0 0 10px rgba(34,37,49,.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.link_qldh {
	font-weight: 500;
	color: #009ef7;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.button_td_thuong {
	color: #004e7f;
	text-decoration: underline;
}
.nut_upslider {
	margin-top: 10px;
	color: rgba(34,37,49,.7);
	border: 1px solid #cfd6e4;
	padding: 5px 10px;
	background-color: #fff;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.nut_upslider:hover {
	color: #222531;
	background-color: #f2f6f8;
}

.but_show_filter_rwd {
	display: none;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(235, 248, 255, 1) 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.but_show_filter_rwd .fa-circle-chevron-down {
    margin-left: auto;
    color: #333;
}
.but_show_filter_rwd.active .fa-circle-chevron-down {
	color: var(--color-1);
}

.row_pcwa1 .select2-container {
	max-width: 100% !important;
}

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

@media only screen and (max-width: 1279px) {
	body.open {overflow: hidden;}

	#f_tt {
		border-top: 1px solid #e1e1e1;
		box-shadow: inset 0 2px 2px rgba(0,0,0,0.025);
	}
	#l_wrap_admin {
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: transform .3s;
		-o-transition: transform .3s;
		transition: transform .3s;
		-webkit-transform: translateX(-265px);
		-ms-transform: translateX(-265px);
		-o-transform: translateX(-265px);
		transform: translateX(-265px);
	}
	#l_wrap_admin.open {
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	#l_wrap_admin.open .sh_l_wp {display: none;}
	#r_wrap_admin {padding-left: 0;}
	#r_wrap_admin.open::before {
		content: "";
		background-color: rgba(0,0,0,.5);
		position: fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		overflow: hidden;
		z-index: 100;
	}
	.hea_wrap_admin {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 2%;
	}
	.r_hea_wrap_admin {position: static;}
	.post_con_wa {margin-bottom: 20px;}
	.bot_row_pcwa {margin-top: 20px;}
	.l_foot_wrap_admin {padding-left: 20px;}
	.r_foot_wrap_admin {padding-right: 20px;}
	.m_post_con_wa, .filter_con_wa, .bot_row_pcwa {padding-top: 20px;}
	.til_post_con_wa {padding-bottom: 20px;}
	
	.list_noti {width: 300px;}
	.t_list_noti {padding: 0 15px;}
	.m_list_noti > li {padding: 0 15px; margin-bottom: 20px;}
	.sh_list_noti {right: 20px;}

	.dm_ct_f_tt {
		position: static;
	}

	.mq_wa {display: none;}
}

@media only screen and (max-width: 1023px) {
	.f_tt {
		display: block;
	}
	.ct_f_tt {
		flex-basis: 100%;
		padding-right: 0;
	}
	.sb_f_tt {
		flex-basis: 100%;
		padding-left: 0;
		margin-bottom: 2rem;
	}
	.table_responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		word-wrap: break-word;
	}
	.table_responsive td, .table_responsive th {
        white-space: nowrap;
    }
	.dm_ct_f_tt.active {
		display: block;
	}
	.mn_dm_ct_f_tt {
		border-top: 0;
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(235, 248, 255, 0.5) 100%);
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		gap: 0;
	}
	.na_post_con_wa {
		font-size: 16px;
	}
	.but_show_filter_rwd {
		display: flex;
	}

	.dm_ct_f_tt, .t_sb_f_tt {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.ipt_row_pcwa, .ipt_row_pcwa2, .slec_row_pcwa, .slec_row_pcwa2 {font-size: 13px;}
	.sty_tb_nmgd {
		width: 100%;
		overflow-x: auto;
	}

	.r3_row_pcwa, .r4_row_pcwa, .r5_row_pcwa, .r6_row_pcwa {
		width: auto;
		flex: 1 0 150px;
	}
	.r9_row_pcwa {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.hea_wrap_admin {padding: 0 3%;}	
	
	.if_tttk {display: block; padding-bottom: 0px;}
	.img_if_tttk {margin: auto; width: 120px;}
	.t_if_tttk .min_link_text2, .t_if_tttk .min_link_text3 {margin-left: auto; margin-right: 0;}
	.r_if_tttk {padding: 20px 0 0 0; width: auto;}
	.t3_if_tttk {display: block;}
	.t3_if_tttk > li {margin: 5px 0; width: auto; padding: 10px 15px;}
	.t3_if_tttk > li strong {margin-right: 5px;}
	.t3_if_tttk > li strong, .t3_if_tttk > li span {display: inline-block;}
	.t3_if_tttk > li strong i {width: 20px; text-align: center;}
	.til_post_con_wa {display: block;}
	.til_post_con_wa .link_text {margin-top: 5px;}
	.filter_con_wa {display: block;}
	.filter_.post_con_wa .r5_row_pcwa:last-child {width: 100%; text-align: center;}
	.filter_.post_con_wa .r5_row_pcwa:last-child .na_row_pcwa {min-height: inherit;}
	.l_filter_con_wa {padding-bottom: 10px;}
	.ipt_sea_entrie {width: 100%;}
	.but_sea_entrie {top: auto; bottom: 0;}
	.bot_row_pcwa {justify-content: center;}
	.m_nqmo .l_list_con_wa {width: 45%;}
	.m_nqmo .r_list_con_wa {width: 55%; text-align: right;}
	.text_l_m_nqb {display: block; margin-right: 0;}
	.m_nqmo .text_l_m_nqb {width: auto;}
	.foot_wrap_admin {display: block; text-align: center; padding-left: 3%; padding-right: 3%;}
	.l_foot_wrap_admin {padding: 0;}
	.r_foot_wrap_admin {padding: 0;}
	
	.r_row_pcwa .r2_row_pcwa {width: 100%; padding-top: 5px; padding-bottom: 5px;}		

	.button_row_pcwa {
		width: 100%;
		gap: 10px;
		flex-basis: 100%;
	}
	.button_row_pcwa button {
		margin: 0;
		padding: 0;
	}
	.button_row_pcwa span {
		display: block;
	}
	.link_tttk {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.link_tttk::-webkit-scrollbar {
		display: none;
	}
	.blo_pcwa {
		padding: 10px;
	}
	.t_blo_pcwa::before {
		left: -10px;
		width: 2px;
	}
	.bot_row_pcwa .link_text,
	.bot_row_pcwa .link_text4 {
		flex: 1;
	}	
}