.loadding_gif{
	position:absolute;
	width:70px;
	height:70px;
	background:url('img/loadding.svg') no-repeat;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
	z-index: 2;
}
.overLay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00135ad1;
	top: 0;
	left: 0;
	z-index: 1;
}
.svg_load_input{
	margin-left: 7px;
	height: 27px;
	width: auto;
}
.block_calc_item .has_col{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
}
.block_calc_item .has_col .col_item_2{
	width: calc(50% - 5px);
	margin-left: 5px;
}
.block_calc_item .has_col .col_item_3{
	width: calc(33.333% - 5px);
	margin-left: 5px;
}
.block_calc_item .has_col .col_item_2{
	width: calc(50% - 5px);
	margin-left: 5px;
}
.block_calc_item .has_col .col_item_4{
	width: calc(23.5% - 5px);
	margin-left: 5px;
}
.block_calc_item .has_col .col_item_4.flex-x{
	flex: 1;
}
.wapper_result{
	position: relative;
	min-height: 200px;
}
.max-page-calc .title_form{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #242424;
    max-width: 400px;
    padding: 7px 20px;
    background: var(--second-color);
    text-align: center;
    margin-bottom: 30px;
}
.block_calc_item .title_wapper{
        font-weight: 700;
	font-style: normal;
	font-size: 17px;
	line-height: 24px;
	color: #242424;
	margin-bottom: 10px;
}
.block_calc_item label{
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: #555555;
}
.block_calc_item select, .block_calc_item input{
	height: 28px !important;
	box-shadow: unset !important;
	font-size: 13px !important;
	margin-bottom: 15px;
	color: var(--main-color) !important;
}
.block_calc_item input::placeholder{
	font-size: 13px;
}
#don_gia_mb, .don_gia_mb,
#don_gia_cb, .don_gia_cb,
#don_gia_lt, .don_gia_lt,
#don_gia_vct, .don_gia_vct,
#don_gia_cnc_lcn, .don_gia_cnc_lcn,
#don_gia_cnc_vcn, .don_gia_cnc_vcn{
	font-size: 13px;
    background: #fff;
    line-height: 28px;
    padding: 0px 10px;
    margin-bottom: 15px;
    color: var(--main-color);
    cursor: no-drop;
    position: relative;
}
.block_calc_item .select2.select2-container{
	font-size: 13px;
  background: #fff;
  line-height: 28px;
  padding: 0px 10px;
  margin-bottom: 15px;
  color: var(--main-color);
  cursor: no-drop;
  position: relative;
  padding: 0;
}
.block_calc_item .select2.select2-container .select2-selection.select2-selection--single{
	border: none;
}
.block_calc_item .title_wapper.sub_calc_title{
	font-size: 14px;
    line-height: 24px;
    color: var(--main-color);
}
.block_calc_item{
	margin-bottom: 15px;
}
.btn-view .kova_btn{
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  background: var(--second-color);
  display: block;
  text-align: center;
  padding: 3px 0;
}
.table_calc, .totalGlobal{
	background: #fff;
	margin: 0;
	border-right: 1px solid #969696;
}
.table_calc tr td{
	padding-left: 10px !important;
    padding-right: 10px !important;
    border: 1px solid #969696;
    border-right: 0;
    border-bottom: 0;
    font-size: 13px;
    color: #000;
}
.totalGlobal{
	font-style: normal;
	font-size: 18px;
	line-height: 36px;
	color: var(--main-color);
	padding: 5px 10px;
	border: 1px solid #969696;
}
.block_calc_item select::-webkit-scrollbar, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 6px;
}
/* Track */
.block_calc_item select::-webkit-scrollbar-track, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.block_calc_item select::-webkit-scrollbar-thumb,.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #555;
  border: 1px solid #C1C7CD;
  border-radius: 10px;
}

/* Handle on hover */
.block_calc_item select::-webkit-scrollbar-thumb:hover, .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.block_calc_item label span{
	color: #3c3838;
    font-size: 12px;
    font-family: CoreSansMW01-45Regular;
    margin-left: 3px;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown{
	border-top: 1px solid #ccc;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field{
  height: 30px;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder,.select2-container--default .select2-search--dropdown .select2-search__field{
	font-size: 13px;
	line-height: 28px;
	color: var(--main-color);
	padding-left: 15px;
	font-style: italic;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
	padding-left: 0;
}
.select2-container--default .select2-results__option--selectable{
	font-size: 13px;
  background: #fff;
  line-height: 28px;
  color: var(--main-color);
  position: relative;
  padding: 0 15px;
  margin-bottom: 0;
}
.select2-results__option.select2-results__message{
  font-size: 13px;
  margin: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	height: 30px;
}
.select2-dropdown{
	border: none !important;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.select_disable{
	cursor: no-drop;
}
.pinput_Devmd{
	font-size: 13px;
  background: #fff;
  line-height: 28px;
  padding: 0px 10px;
  margin-bottom: 15px;
  color: var(--main-color);
  cursor: no-drop;
  position: relative;
}