/* TRUNGGN */
.menu-type li.lg > div.options,
.menu-type li.lg > div.options > ul > li,
.menu-type li.lg > div.options > ul > li > a {
    width: 330px !important;
    outline: none;
}

.menu-type li.md > div.options,
.menu-type li.md > div.options > ul > li,
.menu-type li.md > div.options > ul > li > a {
    width: 260px !important;
    outline: none;
}

#header a:hover {
    /*border: 1px solid red !important;*/
    text-decoration: none !important;
}

.filter-list li a:hover,
.filter-list li a:active {
    text-decoration: none !important;
    outline: 0;
}

.liner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 15px 0 30px;
    width: 100%;
}

.guide {
    font-size: 12px;
    padding-left: 22px;
    background: url(../images/icons/icn-information.svg) no-repeat left top / 18px;
    padding-bottom: 5px;
    margin-top: 10px;
    color: #9e9e9e;
}

.captcha
{
    margin-top: 10px;
}

.refresh
{    
    cursor: progress;    
}

.checkbox-inline a {
    font-weight: bold;
    color: #345dd4;
}

.checkbox-inline a:hover {
    text-decoration: none;
}

.checkbox-inline {
    padding-left: 0px !important; 
}

.form-control {
    padding: 4px 10px !important;
    line-height: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
}

.common-form .form-wrapper {
        width: 100%;
    }

.select2-choice {
    border: none !important;
    padding: 0 !important;
    margin: -3px 0px 0px 0px !important;
    line-height: 30px !important;
    height: 30px !important; 
}

.select2-search input {
    line-height: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:active,
.f-breadcrumbs li a:hover,
.f-breadcrumbs li a:active,
._rules li a:hover,
._rules li a:active,
.right-stick a:hover,
.right-stick a:active,
.section-download-list a:hover,
.section-download-list a:active {
    text-decoration: none !important;
    outline: none;
}

.common-form form .sub-title {
    margin-bottom: -15px !important;
}

.common-form form .sub-title span {
    border-radius: 4px 4px 0px 0px !important;
}

.note-control
{
    padding-top: 8px;
    color: #9e9e9e;
}

#div_advres,
#div_products {
    padding-top: 10px;
}

#div_advres .checkbox-inline,
#div_products .checkbox-inline {
    margin: 0px;
    padding: 0px;
    height: 30px;
}

.text-left,
label.text-left {
    text-align: left;
}

.table .text-right {
    text-align: right;
}

.doctype {    
    font-size: 28px;
    margin-right: 30px;
}

button {
    text-transform: uppercase !important;
}

button:active {
    outline: none !important;
}


.progress { position:relative; width:100%; height:26px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.upload-bar { background-color: #B4F5B4; width:0%; height:26px; border-radius: 3px; }
.upload-percent { position:absolute; display:inline-block; top:3px; left:48%; height: 26px;color: #006B68;}

.progress-bar {
    background-color: #006B68 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.slogan
{
    color: #006B68 !important;
}

.iCheck-helper {
    top: -8% !important;
}

#bidv-login .login-form .form-footer
{    
    padding-top: 40px;
    padding-bottom: 10px;
}

#bidv-login .login-form .form-header
{
    background: #006B68;
}

.form-footer .label
{  
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.form-footer .label-warning {
    background-color: #f0ad4e;
}

#bidv-login .login-form {
    float: left;
}

button.btnRefresh {    
    background: none;
}

.errorMessage
{
    font-size: 11px;
    text-transform: none;
}

/*ncgd 30/09/2021 config for login form*/


#bidv-login .login-form {
	background: none;
	border-radius: 28px;
    position: relative;
    left: 5%;
}

#bidv-login .login-form .form-header {
  background: none ;
text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ADF4DB;
}

#bidv-login .btn-login{
   background: radial-gradient(100% 147.77% at 100% 0%, #13AE8E 0%, #006B68 91%);
   border-radius: 12px;
   line-height: 46px;
   display: inline-block;
   width: 100%;
}


    
    input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(245, 245, 245, 0.05) inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

::placeholder {
    color: #006B68 !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #006B68 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: #006B68 !important;
  }
  #message #sp_error .errorMessage li {
	color: red !important;
	font-size: 14px;
}
#message #sp_error .errorMessage li:hover {
	color: red;
}