<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  /* padding-top: 70px; */
  padding-bottom: 60px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin-top: 0;
}

.navbar-default
{
	background: #009900;
	background-image: -webkit-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: -moz-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a
{
	background-image: -webkit-linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
	background-image: -moz-linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
}

.navbar-default .navbar-nav &gt; li &gt; a
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: none;
}

.navbar-default .navbar-nav&gt;li&gt;a:focus,.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover
{
	color: #F8F706;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover
{
	color: #009B01;
}

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover
{
	color: #FFFFFF;
	background-color: #009B01;
	background-image: -webkit-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: -moz-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: linear-gradient(to bottom, #00AD00 0px, #009B01 100%);	
}

.navbar-toggle
{
	background: #ddd;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover
{
	background-color: #009B01;
	background-image: -webkit-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: -moz-linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
	background-image: linear-gradient(to bottom, #00AD00 0px, #009B01 100%);
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.dropdown-menu
{
  padding-bottom: 20px;
}

.theme-showcase &gt; p &gt; .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.navbar-fixed-bottom 
{
	z-index: 1;
}

.navbar-fixed-bottom a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navbar-fixed-bottom a:hover
{
	color: #F5FA00;
	font-weight: bold;
	text-decoration: none;
}

.content
{
	margin-top: -30px;
}
/* css content */
form{
    margin: 0px;
    padding: 0px;
}

.clearfloat{
    clear: both;
}
#Sub_Menu{
    background: #009900;
    padding: 0;
    margin: 0;
    /* text-shadow: 0px 1px 0px rgb(0, 0, 0); */
    color: rgb(255, 255, 255);
    height: 35px;
}
.tieudechucnang{
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    float: left;
    padding: 0px 5px 0px 5px;
}
.menucontrongchucnang{
    float: right;
}
.menucontrongchucnang ul{
    overflow: hidden;
}

.menucontrongchucnang ul li{
    float: left;
    margin: 2px;
	padding-left: 4px;
    border-left: solid 1px #FFFFFF;    
}

.menucontrongchucnang ul li:first-child
{
	border: none;
	padding-left: none;
}

.menucontrongchucnang ul li a{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 31px;
    padding: 5px;
}
.menucontrongchucnang ul li a:hover{
    background:#FFFAFA;
	border-bottom-color:#FFFAFA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#0A9A02;
	margin-bottom:0;
}
.menucontrongchucnang ul a.selected {
	background:#FFFAFA;
	border-bottom-color:#FFFAFA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#0A9A02;
	margin-bottom:0;
}

#Sub_Content{
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    padding: 0px;
    margin: 0;
    
}

input[type="submit"], input[type="button"]{
    height: 20px;
    background: #009900;
    opacity: 0.90;
    border: none;
    color: white;
    font-weight: bold;
}
input[type="submit"]:hover, input[type="button"]:hover{
    /* opacity: 0.5; */
	color: #F9ED0F;
}
input[type="submit"]:hover{
    /* background: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(204, 204, 204)) repeat scroll 0% 0% transparent; */
}
table{
    border-collapse: collapse;
}
fieldset table tr td, fieldset table tr th{
    border: 1px solid rgb(170, 170, 170);
}
fieldset table tr td{
}
fieldset table tr th{
    background: none repeat scroll 0% 0% rgb(211, 220, 227);
}
#error_mesgess{
    color: red;
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
    margin-left: 5px;
}
.error{
    color: red;
}
#Listbox_checkbox_khoi_khoaphong{
    width: 300px;
    height: 100px;
    overflow: auto;
    border: solid 1px black;
}
table{
    /* border: solid 1px black; */
}
th, td{
    border: solid 1px #CDCDCD;
    border-collapse: collapse;
    margin: 0px;
    padding: 2px;
}

.td:hover{
    background: none repeat scroll 0% 0% rgb(238, 238, 238);
    
}
th,.cell_blocked{
    background: #D7F7D6;
}
.txt_nhaplieu{
    width: 100%;
}
#txt_tongso:hover,#txt_nu:hover{
    color: green;
    font-size: 1.1em;
}
.hethan{
    color: red;
}
#menubackground ul li{
    list-style-image: none;
    background: #009900;
    margin: 1px 0px 1px 0px;
    line-height: 15px;
    color: white;
    font-weight: bold;
    padding: 4px;
}
#menubackground ul li:hover{
    opacity: 0.9;
}
#menubackground li ul li{
    background: white;
}
#menubackground ul li a{
    text-decoration: none;
    color: white;
    width: 100%;
}
#menubackground ul li a:hover{
    color: yellow;
}
/*.chan{
    background: white;
}
.le{
   background: #f7f9fa; 
}*/
.table_danhsach{
    margin: 5px auto 5px auto;
    width: 100%;
    
}
.table_danhsach tr thead{
    position: fixed;
}
.table_danhsach tr:hover {
    background: #EBFCCD;
}
.table_danhsach tr td{
    margin: 0;
    padding: 2px;
    
}
.table_danhsach tr td input[type="text"],.table_danhsach tr td select{
    background: none;
    border: none;
    width: 100%;
}
.table_danhsach tr td input[type="text"]:hover, .table_danhsach tr td input[type="password"]:hover,
.table_danhsach tr td select:hover{
    background: #c3febe;
}
.tr_sttcot td{
    text-align: center;
    font-weight: bold;
}
.table_form{
    margin: 5px auto 5px auto;
    border: none;
}
.table_form tr td{
    background: white;
    padding: 5px;
    border: none;
}
.table_form tr td label{
    font-weight: bold;
}
.tieudebaocao{
    text-align: center;
    font-size: 15px;
}
.number_cell{
    text-align: right;
    margin-right: 2px;
}
#block_background{
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #727272;
    margin-left: -10px;
}
#active_tab{
    background: white;
}
#active_tab a{
    color: #009900;
    text-shadow: none;
}
#login_out_lable a{
    color: white;
    text-decoration: none;
}
#login_out_lable a:hover{
    text-decoration: underline;
}
#system_name_lable{
    float: left;
    font-size: 1.6em;
    color: yellow;
    padding: 15px;
    text-shadow: 1px 1px 2px white;
}
#Print_Panel{
    height: 30px;
    text-align: right;
    border-bottom: 1px solid #009900;
}
#form_taianh{
    box-shadow: 20px 20px 50px #009900;
}
/* End css content */

.fstToggleBtn, .fstResultItem, .fstNoResults
{
	padding: 7px!important;
	font-size: 13px !important;
	width: 100% !important;
	min-width: 100% !important;
}

.fstSingleMode .fstQueryInput
{
	padding: 7px !important;
	font-size: 13px !important;
}

.fstResults
{
	max-height: 240px;
}

.fstMultipleMode .fstControls
{
	width: 100%;
	line-height: 150%;
	padding: 0;
}

.fstMultipleMode .fstQueryInput
{
	margin: 0;
	min-width: auto;
}

.fstChoiceItem
{
	font-size: 13px;
}

.fstElement
{
	display: block;
	font-size: 13px;
}

.ui-datepicker-year
{
	color: #000;
	font-weight: normal;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	width: auto;
}

.ui-datepicker .ui-datepicker-title
{
	line-height: 1.3 em;
}

.ui-widget
{
	font-size: 1 em;
}

.badge
{
	background: #009900;
}

#progress
{
	background: rgba(224, 224, 224, 5);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
}

.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active
{
	color: #333;
}

.tooltip {
  min-width: 100px;
  max-width: 500px;
}
.tooltip .tooltip-inner {
  min-width: 100px;
  max-width: 500px;
  text-align: left;
}
.container-viewport {
  background-color: #eee;
}
.btn-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* New css */
html, body {
	background: #00bfff;
}

.titlepage
{
	margin-top: 20px;
	color: #DB241C;
	font-size: 35px;
}

#logout
{
	width: 100%;
}

.logoutbtn
{
	width: 150px;
	height: 150px;
	position: fixed;
	right: -75px;
	top: -75px;
	padding: 10px;
	background: #DB241C;
	color: #FFFFFF;
	border-radius: 100%;
	font-size: 25px;
	z-index: 9999;
}

.logoutbtn:hover
{
	color: #FFFF00;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.3);
}

.txtlogout
{
	position: absolute;
	top: 88px;
	right: 94px;
}

/* help */
#help
{
	width: 100%;
}

.btnhelp
{
	width: 150px;
	height: 150px;
	position: fixed;
	left: -75px;
	top: -75px;
	padding: 10px;
	background: #007599;
	color: #FFFFFF;
	border-radius: 100%;
	font-size: 25px;
	z-index: 9999;
}

.btnhelp:hover
{
	color: #FFFF00;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.3);
}

.txthelp
{
	position: absolute;
	top: 88px;
	left: 94px;
}

.modal-body img
{
	max-width: 100% !important;
}

.frm-login input
{
	padding: 5px !important;
}

.tab-pane {
    border-radius: 15px;
}

.form-group {
	font-family: 'Roboto Condensed', san-serif;
}

.board {
	width: 100%;
	height: auto;
	margin: 10px auto;
	background: none;
}

.board .nav-tabs {
	position: relative;
	margin-bottom: 0;
	box-sizing: border-box;
}

.liner {
	height: 2px;
	background: #ddd;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.nav-tabs &gt; li {
	width: 24.5%;
}

.nav-tabs &gt; li:after {
	content: " ";
	position: absolute;
	opacity: 0;
	margin: 0;
	margin-left: -10px;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #aaa;
	transition: left 1s;
}

.nav-tabs &gt; li.active:after {
	left: 50%;
	opacity: 1;
}

.nav-tabs &gt; li[rel-index="-1"]:after {
	left: calc(50% + 100%);
}

.nav-tabs &gt; li[rel-index="-2"]:after {
	left: calc(50% + 200%);
}

.nav-tabs &gt; li[rel-index="-3"]:after {
	left: calc(50% + 300%);
}

.nav-tabs &gt; li[rel-index="1"]:after {
	left: calc(50% - 100% );
}

.nav-tabs &gt; li[rel-index="2"]:after {
	left: calc(50% - 200%);
}

.nav-tabs &gt; li[rel-index="3"]:after {
	left: calc(50% - 300%);
}

.nav-tabs &gt; li a {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	border: none;
	background: none;
}

.nav-tabs &gt; li a:hover {
	border: none !important;
	background: none;
}

.nav-tabs &gt; li.active a, .nav-tabs &gt; li.active a:hover {
	border: none !important;
	background: none;
}

.nav-tabs &gt; li span {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100%;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

.nav-tabs &gt; li:nth-of-type(1) span {
	color: #3e5e9a;
	border: 2px solid #3e5e9a;
}

.nav-tabs &gt; li:nth-of-type(1).active span {
	color: #fff;
	background: #3e5e9a;
}

.nav-tabs &gt; li:nth-of-type(2) span {
	color: #DB241C;
	border: 2px solid #DB241C;
}

.nav-tabs &gt; li:nth-of-type(2).active span {
	color: #fff;
	background: #DB241C;
}

.nav-tabs &gt; li:nth-of-type(3) span {
	color: #febe29;
	border: 2px solid #febe29;
}

.nav-tabs &gt; li:nth-of-type(3).active span {
	color: #fff;
	background: #febe29;
}

.nav-tabs &gt; li:nth-of-type(4) span {
	color: #25c225;
	border: 2px solid #25c225;
}

.nav-tabs &gt; li:nth-of-type(4).active span {
	color: #fff;
	background: #25c225;
}

.nav-tabs &gt; li &gt; a.disabled {
	opacity: 1;
}

.nav-tabs &gt; li &gt; a.disabled span {
	border-color: #ddd;
	color: #aaa;
}

div[role="tabpanel"]:after {
	content: "";
	display: block;
	clear: both;
}

.action-end, .action-end-login{
    font-family: verdana;
    font-weight: bold;
}

.action-end::-webkit-input-placeholder , .action-end-login::-webkit-input-placeholder {
	font-size: 10px;
}
.action-end::-moz-placeholder, .action-end-login::-moz-placeholder {
	font-size: 10px;
}
.action-end:-ms-input-placeholder, .action-end-login:-ms-input-placeholder {
	font-size: 10px;
}
.action-end:-moz-placeholder, .action-end-login:-moz-placeholder {
	font-size: 10px;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group &gt; label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group &gt; label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group &gt; label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group &gt; label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group &gt; label span:last-child {
    display: none;   
}

/* Begin Business Info */

#account, #login, #add-ship, #ship-user {
	background: white;
}

.frm-contain
{
	padding: 15px 0 60px 0;
}

#btn-submit
{
	padding: 7px 25px;
	border-radius: 10px;
	background: #16A085;
	color: #FFFFFF;
	font-weight: bold;
}

.nextBtn
{
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	border: 3px solid #FFFFFF;
	border-radius: 100%;
	background: #009ed2;
	font-family: Roboto,"Helvetica Neue",Helvetica,sans-serif;
	color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	transition: box-shadow 0.2s ease 0s;
}

.nextBtn:hover
{
	color: #ffff00;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.3);
}

.frm-login
{
	float: none;
	margin: 0 auto;
}

#loading
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	z-index: 99999;
}

#loading img
{
	left: 48%;
    top: 48%;
    position: absolute;
}

#btn-disabled
{
	padding: 7px 25px;
	border-radius: 10px;
	background: #9fa6ad;
	color: #FFFFFF;
	font-weight: bold;
	cursor: not-allowed;
}

@media (min-width: 480px) and (max-width: 1024px)
{
	.titlepage
	{
		margin-top: 60px;
	}
	.nav-tabs &gt; li {
		width: 24%;
	}
	.liner {
		height: 2px;
		background: #ddd;
		position: absolute;
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 50%;
		z-index: 1;
	}
	.nav-tabs &gt; li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto;
		border-radius: 100%;
		padding: 0;
		border: none;
		background: none;
	}

	.nav-tabs &gt; li span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		border-radius: 100%;
		background: white;
		z-index: 2;
		position: absolute;
		left: 0;
		text-align: center;
		font-size: 25px;
	}
}

@media (min-width: 240px) and (max-width: 480px)
{
	.titlepage
	{
		margin-top: 60px;
	}
	.nav-tabs &gt; li {
		width: 23%;
	}
	.liner {
		height: 2px;
		background: #ddd;
		position: absolute;
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 50%;
		z-index: 1;
	}
	.nav-tabs &gt; li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto;
		border-radius: 100%;
		padding: 0;
		border: none;
		background: none;
	}

	.nav-tabs &gt; li span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		border-radius: 100%;
		background: white;
		z-index: 2;
		position: absolute;
		left: 0;
		text-align: center;
		font-size: 25px;
	}
	.frm-contain
	{
		padding: 15px 0 100px 0;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a
	{
		color: #FFFFFF;
	}
	#thongtin
	{
		display:none;
	}
	.navbar-fixed-bottom img
	{
		max-width: 100%;
	}
	.attireMainNav
	{
		display: none;
	}
}

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

.checkbox + .checkbox, .radio + .radio
{
	margin-top: 10px;
}

.form-control
{
	height: auto;
}

/* Process bar */
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard &gt; .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard &gt; .bs-wizard-step + .bs-wizard-step {}
.bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {color: #db241c; font-size: 16px; margin-bottom: 5px; font-weight: bold;}
.bs-wizard &gt; .bs-wizard-step .bs-wizard-info {color: #666666; font-size: 14px;}
.bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard &gt; .bs-wizard-step &gt; .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard &gt; .bs-wizard-step &gt; .progress &gt; .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard &gt; .bs-wizard-step.complete &gt; .progress &gt; .progress-bar {width:100%;}
.bs-wizard &gt; .bs-wizard-step.active &gt; .progress &gt; .progress-bar {width:50%;}
.bs-wizard &gt; .bs-wizard-step:first-child.active &gt; .progress &gt; .progress-bar {width:0%;}
.bs-wizard &gt; .bs-wizard-step:last-child.active &gt; .progress &gt; .progress-bar {width: 100%;}
.bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot:after {opacity: 0;}
.bs-wizard &gt; .bs-wizard-step:first-child  &gt; .progress {left: 50%; width: 50%;}
.bs-wizard &gt; .bs-wizard-step:last-child  &gt; .progress {width: 50%;}
.bs-wizard &gt; .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }

#ketquatinhgtn
{
	font-size: 20px;
}</pre></body></html>