.notehear-supplier {
    background: #fff;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.note-supp-pic {
    padding: 20px 0;
}
.rfq-form .title_wrap {
    display: flex;
    align-items: center;
}
#rfq .title {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    line-height: 51px;
}
.rfq-form .title_wrap .langList {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #222;
    margin-top: 15px;
}
.rfq-form .title_wrap .langList .selected-lang {
    line-height: 21px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}
.rfq-form .title_wrap .langList .langList-options {
    display: none;
    position: absolute;
    right: -1px;
    top: 100%;
    background: #fff;
    white-space: nowrap;
    padding: 5px 0;
    border: 1px solid #dae0e6;
    border-radius: 3px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .15);
    z-index: 99;
    list-style: none;
}
.rfq-form .title_wrap .langList:hover .langList-options {
    display: block;
}
.rfq-form .title_wrap .langList:hover .selected-lang {
    color: #e64545;
}
.rfq-form .title_wrap .langList .langList-options::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px solid #dae0e6;
    border-left: 1px solid #dae0e6;
    transform: rotate(45deg);
    background: #fff;
    top: -5px;
    left: auto;
    right: 13px;
}
.rfq-form .title_wrap .langList .langList-options a {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    color: #222;
}
.rfq-form .title_wrap .langList .langList-options a:hover {
    background: #e6ecf2;
    text-decoration: none;
}
.rfq-form .title_wrap .langList:hover .fa-icon {
    transform: rotate(-180deg);
}
#rfq .sub-title {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin:0 0 20px 0;
}
#rfq .rfq-box {
    background: #fff;
    border: 1px solid #e4ecf3;
    padding: 30px;
}
#rfq .rfq-box {
    background: #fff;
    border: 1px solid #e4ecf3;
    padding: 30px;
}
.rfq-content .rfq-box {
    width: calc(100% - 360px);
    box-sizing: border-box;
}
.score-box {
    margin-left: 20px;
    width: 340px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e4ecf3;
    box-sizing: border-box;
}
.fr, .pull-right {
    float: right;
}
.fl, .pull-left {
    float: left;
}
.cf {
    zoom: 1;
}
#inside-nfs .block-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 20px;
}
#inside-nfs .form-item{
    margin-bottom: 15px;
}

#inside-nfs .form-item .form-label {
    width: 180px;
    color: #222;
    padding-top: 5px;
    float: left;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
}

#inside-nfs .form-item .form-fields {
    margin-left: 190px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
   /* position: relative;*/
    z-index: 20;
    overflow: visible !important;
}
#inside-nfs .form-item .form-fields input{
    width: 100%;
    height: 35px;
    padding: 10px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius:3px;
    font-size: 14px;
}
#inside-nfs .form-item .form-fields .form-input:focus {
    border: 1px solid #246bb3;
    outline: none;
}
.form-item em {
    color: #e64545;
    margin-right: 3px;
}
.form-fields .form-select {
    width: 128px;
}
.form-fields .form-select:focus {
    background: #fff;
    border: 1px solid #246bb3;
}

/****select - js*********/
.form-select{
    width: 128px;
    position: relative;
    font-size: 14px;
    float: left;
}

.form-select .select-title{
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
    background: #fff;
}

.form-select .select-selected{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-select .select-arrow{
    margin-left: 6px;
    font-size: 12px;
}

.form-select .select-list{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 99;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    box-sizing: border-box;
}

.form-select.open .select-list{
    display: block;
}
.select-list-wrap{
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-select .select-list li a{
    display: block;
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
}

.form-select .select-list li a:hover,
.form-select .select-list li a.selected{
    background: #f2f6ff;
}
.select-arrow .fa-icon{
    transition: transform .25s ease;
}

.form-select.open .select-arrow .fa-icon{
    transform: rotate(180deg);
}
/****select - end*********/
input#estimatedQuantity {
    width: 128px !important;
    float: left;
    margin-right: 15px;
}
/****ngan-sach*********/
select#maxBudget{
    display: none;
}

/* ===== Custom Select ===== */
.form-select{
    width: 128px;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.form-select .select-title{
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
}

.form-select .select-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-select .fa{
    transition: transform .25s ease;
}

/* Xoay icon khi mở */
.form-select.open .fa{
    transform: rotate(180deg);
}

.form-select .select-options{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99;
    box-sizing: border-box;
    padding: 0;
    list-style: none;
}

.form-select.open .select-options{
    display: block;
}

.form-select .select-options li{
    padding: 6px 8px;
    cursor: pointer;
}

.form-select .select-options li:hover,
.form-select .select-options li.active{
    background: #f2f6ff;
}
span.kimtien {
    padding: 10px 15px;
    display: inline-block;
}
/***notify********/
.notify-box{
    position: fixed;
    left: -360px;
    bottom: 30px;
    width: 320px;
    padding: 15px 18px;
    background: #16a34a;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    z-index: 9999;
    transition: all .4s ease;
}
.notify-box.show{
    left: 20px;
}
.notify-box.error{
    background: #dc2626;
    color: #fff;
}
button#inquirySend:hover {
    color: #fff;
    background: #e51a1a;
}