.nav-tabs .nav-link {
    color: #fff;
    padding: 4px 12px;
    border-radius: 0px;
    border: 1px solid #fff;
    border-bottom: 1px #00325b solid !important;
}

.detail {
    background: #fff;
    padding-top: 0px;
}
.detail .nav {
    background: url(../images/bg_box_mid.png) 300px no-repeat #00325b;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
}
.detail .tab_content::-webkit-scrollbar {
    width: 4px;
}
.detail .tab_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.detail .tab_content::-webkit-scrollbar-thumb {
    background: #00325b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.detail .tab_content::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}
.detail .form_post {
    padding: 10px;
    background: #e1ebf2;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 10px;
}
.detail .form_post h3 {
    margin-bottom: 10px;
}
.detail .form_post .submit-buttons {
    text-align: center;
    border: none;
    margin: 0px;
    border-radius: 5px;
    padding: 0px;
}
.detail .form_post .form-group {
    margin-bottom: 10px;
}
.detail .form_post .button1 {
    padding: 3px 10px;
}

.combo-shopping .list.style-list {
    height: 100px;
    overflow-x: auto;
    /* Track */
    /* Handle */
}
.combo-shopping .list.style-list::-webkit-scrollbar {
    width: 4px;
}
.combo-shopping .list.style-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.combo-shopping .list.style-list::-webkit-scrollbar-thumb {
    background: #00325b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.combo-shopping .list.style-list::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

.full.re_payment #form_repayment .form-group:before,
.full.re_payment #form_repayment .form-group:after {
    content: ' ';
    display: table;
}
.full.re_payment #form_repayment .form-group:after {
    clear: both;
}
.full.re_payment #form_repayment .form-group .form-control {
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
.full.re_payment .home-pay .home-brand {
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: block;
    padding: 5px;
    margin-bottom: 13px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 106px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: left;
    margin-left: 6px;
}
.full.re_payment .home-pay .home-brand span {
    position: absolute;
    width: 103px;
    height: 48px;
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: 0 auto;
}
.full.re_payment .home-pay .home-brand:hover {
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
    border-color: #ff6600;
}
.full.re_payment .home-pay .home-brand img {
    width: 103px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
}

.list_item_application {
    max-height: 500px;
    overflow-y: scroll;
    /* Track */
    /* Handle */
}
.list_item_application .item {
    width: 100%;
    float: left;
    padding-top: 15px;
    background: #fff;
    border-top: 1px solid #e8edf9;
    padding-bottom: 15px;
}
.list_item_application .item .img {
    float: left;
    width: 20%;
    position: relative;
    box-sizing: border-box;
}
@media (max-width: 599px) {
    .list_item_application .item .img {
        width: 25%;
    }
}
.list_item_application .item .info {
    width: 80%;
    float: left;
    padding-left: 22px;
}
@media (max-width: 599px) {
    .list_item_application .item .info {
        width: 75%;
    }
}
.list_item_application .item .info h4 {
    margin-bottom: 9px;
}
.list_item_application .item .info h4 a {
    font-size: 20.29px;
    color: #c3191e;
    font-weight: bold;
    line-height: 20px;
}
.list_item_application .item .info h4 a:hover {
    color: #ff0018;
}
.list_item_application .item .info .short {
    margin-bottom: 3px;
    font-size: 13px;
    color: #7a7979;
}
.list_item_application .item .info .btn_detail {
    background: none;
    text-align: left;
}
.list_item_application .item .info .btn_detail a {
    font-size: 11.53px;
    color: #00325b;
}
.list_item_application .item .info .btn_detail a:after {
    content: '\e8b5';
    font-family: ficon;
    padding-left: 4px;
}
@media (max-width: 599px) {
    .list_item_application .item .info .btn_detail {
        display: none;
    }
}
.list_item_application .item .info .btn_detail:hover {
    border-color: #ff0018;
}
.list_item_application .item .info .btn_detail:hover a {
    color: #ff0018;
}
.list_item_application::-webkit-scrollbar {
    width: 7px;
}
.list_item_application::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.list_item_application::-webkit-scrollbar-thumb {
    background: #00325b;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.list_item_application::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

/*------------------- img_detail ----------------*/
#img_detail {
    position: relative;
}
#img_detail .youtube {
    position: absolute;
    bottom: 93px;
    right: 2px;
}
#img_detail .youtube a i {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #ff0000;
    font-size: 20px;
}
#img_detail .youtube .item {
    position: relative;
    max-width: 100px;
    z-index: 1;
}
#img_detail .youtube .item .ficon-youtube-play {
    font-size: 30px;
}

#select_warehouse {
    border: none;
    outline: none;
}

/*GALERY BIG*/
div#gallery_slider {
    width: 100%;
    border: 2px solid #ededed;
    box-sizing: border-box;
    padding: 1px;
    margin-top: 10px;
}

div#gallery_slider .owl-item {
    box-sizing: border-box;
}

div#gallery_slider .owl-item .item {
    padding-top: 90%;
    position: relative;
    overflow: hidden;
    height: 0px;
}

div#gallery_slider .owl-item .item > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

div#gallery_slider .owl-item .item > i {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #ff0000;
    font-size: 70px;
}

div#gallery_slider .owl-nav {
    margin: 0px;
}

div#gallery_slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 15px;
    display: none;
    width: 45px;
    height: 75px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

div#gallery_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 15px;
    display: none;
    width: 45px;
    height: 75px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

div#gallery_slider img {
    margin: auto;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
    width: auto;
    box-sizing: border-box;
}

div#gallery_slider_thumb .owl-item {
    padding: 9px 0px;
    box-sizing: border-box;
}

div#gallery_slider_thumb .owl-item.active.sync_cur {
    border: 1px #c8c8c8 solid;
}

div#gallery_slider_thumb .owl-item .item {
    border: none;
    box-sizing: border-box;
    padding-top: 76%;
    position: relative;
    overflow: hidden;
    height: 0px;
    cursor: pointer;
}
div#gallery_slider_thumb .owl-item .item i {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #ff0000;
    font-size: 20px;
}

div#gallery_slider_thumb .owl-item .item img {
    transform-style: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

div#gallery_slider_thumb .owl-nav {
    margin: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-prev,
div#gallery_slider_thumb .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -15px;
    display: none;
    width: 25px;
    height: 26px;
    background: url(../images/nav.png) no-repeat left top;
    text-transform: uppercase;
    padding: 0px;
    margin: -13px 0px 0px;
    font-size: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-next {
    left: auto;
    right: -15px;
    background-position: right top;
}

/*END PIC*/
#item_detail {
    padding-top: 5px;
    font-size: 13px;
}

#item_detail .title_quotation {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
}

#item_detail .info_left {
    display: inline-block;
    width: 48%;
    float: left;
    padding-right: 23px;
}

#item_detail .info_left .info_col {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

#item_detail .info_right {
    display: inline-block;
    width: 52%;
}
@media (min-width: 999px) {
    #item_detail .info_right {
        margin-top: 0px;
    }
}
#item_detail .info_right .rate_view {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 5px;
}
#item_detail .info_right .ficon-star {
    color: #ffb400;
}
#item_detail .info_right .ficon-star:before {
    padding: 0px;
    margin: 0px;
    width: 14px;
    font-size: 15px;
}
#item_detail .info_right .star_empty {
    color: #585563;
}
#item_detail .info_right .list_color {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
#item_detail .info_right .list_color b {
    padding-right: 18px;
}
#item_detail .info_right .list_input_color {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#item_detail .info_right .list_input_color li {
    display: inline-block;
    float: left;
}
#item_detail .info_right .list_input_color li label {
    margin-bottom: 5px;
    height: 22px;
    width: 22px;
    margin-right: 3px;
    cursor: pointer;
    box-sizing: content-box;
    border: 1px solid #efddd1;
}
#item_detail .info_right .list_input_color li input {
    display: none;
}
#item_detail .info_right .list_input_color .checked label {
    border: 2px #1760bb solid;
    margin-top: -1px;
}
#item_detail .info_right #text_quantity {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding-right: 23px;
    margin-bottom: 11px;
}
#item_detail .info_right #text_quantity span {
    font-size: 15px;
    color: #0c213c;
}
#item_detail .info_right #text_quantity input {
    border: none;
    width: 70px;
    border: 1px solid #d3d3d3;
    text-align: center;
    padding-left: 10px;
    min-height: 32px;
}
#item_detail .info_right #text_quantity #total_provisional span {
    font-size: 18px;
    color: red;
}
#item_detail .info_right .info_row_btn {
    display: flex;
}
#item_detail .info_right .num_view span:first-child {
    padding-right: 20px;
}
#item_detail .info_right .num_view span:last-child {
    font-weight: bold;
    font-size: 15px;
    color: #ff0000;
}
#item_detail .info_right .num_comment {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#item_detail .info_right .num_comment .rate_view {
    padding-right: 15px;
}
#item_detail .info_right .num_comment span {
    padding: 0px 15px;
    border-left: solid 1px #ddd;
}
#item_detail .info_right .info_col {
    font-size: 13px;
    color: #0c213c;
    padding-bottom: 3px;
}
@media (min-width: 999px) {
    #item_detail .info_right .info_col {
        width: 50%;
        float: left;
    }
}
#item_detail .info_right .info_col .col-content {
    font-weight: bold;
    font-size: 14px;
    color: #757070;
}

#ordering_request h3 {
    margin-bottom: 10px;
}
#ordering_request .form-control {
    color: #777;
    font-size: 13px;
    line-height: 25px;
    outline: none;
    height: 30px;
}
@media (max-width: 999px) {
    #ordering_request .table-bordered thead th,
    #ordering_request .table-bordered thead td {
        width: 100px;
    }
}
#ordering_request .chosen-single {
    margin-bottom: 10px;
}
#ordering_request .form-group {
    margin-bottom: 0px;
}
#ordering_request .form-group label {
    margin-bottom: 5px;
    display: block;
}
#ordering_request .info_customer .form-control {
    margin-bottom: 10px;
    height: 38px;
}
#ordering_request .info_customer textarea {
    width: 100%;
    height: 135px !important;
}
#ordering_request .ficon-plus-circled:before {
    font-size: 22px;
    color: #e30303;
    cursor: pointer;
}
#ordering_request input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request input::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request input::-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request input::-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}
#ordering_request textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #777;
    font-size: 13px;
    line-height: 25px;
}

#item_detail table.table_arr_item > tbody {
    display: flex;
}
#item_detail table.table_arr_item table td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}
#item_detail .arr_item {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
}
#item_detail .arr_item .item {
    border: 1px solid #ccc;
    margin-right: -1px;
}
#item_detail .arr_item .item div {
    padding: 0px 5px;
    text-align: center;
    font-size: 13px;
}
#item_detail .arr_item .item div:first-child {
    border-bottom: 1px solid #ccc;
}
#item_detail .arr_item .item:last-child div {
    border-right: 1px solid #ccc;
}

#item_detail .tool-share {
    margin-top: 30px;
}
#item_detail .tool-share .solo-item {
    float: left;
    display: block;
    text-align: center;
    margin-left: 11px;
}
#item_detail .tool-share .solo-item:first-child {
    margin-left: 0px;
}
#item_detail .tool-share .solo-item > i {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #08651e;
    border: 1px solid #8094be;
    transition: all 500ms ease-out 0s;
    padding-top: 3px;
}
#item_detail .tool-share .solo-item > i.ficon-facebook {
    background: #1667e1;
    border-color: #1667e1;
    padding-left: 0px;
}
#item_detail .tool-share .solo-item > i.ficon-linkedin {
    background: #0073b2;
    border-color: #0073b2;
    padding-left: 0px;
}
#item_detail .tool-share .solo-item > i.ficon-gplus {
    background: #d91a00;
    border-color: #d91a00;
}
#item_detail .tool-share .solo-item > i.ficon-youtube {
    background: #b00000;
    border-color: #b00000;
}
#item_detail .tool-share .solo-item > i.ficon-twitter {
    background: #56c2e1;
    border-color: #56c2e1;
}
#item_detail .tool-share .solo-item:hover > i {
    color: #ed3237;
    background: #fff;
    border: 1px solid #ed3237;
}
#item_detail .tool-share .solo-item > i:before {
    padding-top: 3px;
}

#item_detail #img_detail {
    float: left;
    width: 100%;
    padding: 0px;
    padding-bottom: 0px;
    text-align: center;
}

#item_detail .item_info {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
}

#item_detail .item_info .info_row {
    width: 100%;
}

#item_detail .item_info .price {
    color: #999999;
    font-size: 13px;
    margin-right: 50px;
    display: block;
    display: inline-block;
    margin-top: 0px;
}
#item_detail .item_info .price b {
    text-decoration: line-through;
    font-weight: bold;
}

#item_detail .item_info .price_buy {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Arial';
    padding-right: 15px;
    display: inline-block;
    float: left;
}

#item_detail .item_info .price_buy .span {
    display: inline-block;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
}

#item_detail .item_info .status_stock0,
#item_detail .item_info .status_stock1 {
    display: inline-block;
    color: #ffffff;
    padding: 0px 10px;
}

#item_detail .item_info .status_stock0 {
    background: #989898;
    padding: 0px 10px 0px 25px;
    line-height: 22px;
    margin-left: 5px;
    border-radius: 20px;
    position: relative;
}

#item_detail .item_info .status_stock1 {
    background: #1760bb;
    padding: 0px 10px 0px 25px;
    line-height: 22px;
    margin-left: 5px;
    border-radius: 20px;
    position: relative;
}

#item_detail .item_info .status_stock0 i,
#item_detail .item_info .status_stock1 i {
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    display: inline-block;
    border-radius: 20px;
    top: 2px;
    left: 3px;
}

#item_detail .item_info .info_row .info_col {
    float: left;
    width: 45%;
    padding-right: 5%;
    padding-bottom: 8px;
}

#item_detail .item_info .info_row .col-content {
    font-weight: bold;
}

#item_detail .item_info .info_row-short {
    padding-bottom: 5px;
    text-align: justify;
}

#item_detail .item_info .btn_save {
    outline: none;
    padding: 0px;
    border: none;
}
#item_detail .item_info .btn_save a {
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
    background: #c3191e;
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}
#item_detail .item_info .btn_save a:before {
    content: url(../images/ic_save1.png);
}

#item_detail .item_info .btn_add_cart_show,
#item_detail .item_info .btn_add_cart {
    text-transform: uppercase;
    padding: 10px 22px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    background: #00325b;
    color: #fff;
    border: none;
    display: flex;
    margin-right: 20px;
    border-radius: 1px;
    height: 44px;
}
#item_detail .item_info .btn_add_cart_show:before,
#item_detail .item_info .btn_add_cart:before {
    content: '\e889';
    font-family: 'ficon';
    color: #ffffff;
    font-size: 20px;
    padding-right: 10px;
}

#item_detail .item_info .btn_add_cart._dis {
    opacity: 0.8;
    cursor: not-allowed !important;
}

/* PCB Type Selection Styles */
.pcb_types_wrapper {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.pcb_types_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #333;
}

.pcb_types_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.pcb_type_card {
    background: #f5f7fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pcb_type_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(33, 150, 243, 0.2);
}

.pcb_type_card.active {
    border-color: #2196F3;
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
    background: #e3f2fd;
}

.pcb_type_icon {
    font-size: 42px;
    margin-bottom: 12px;
    display: block;
}

.pcb_type_name {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.pcb_type_desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .pcb_types_grid {
        grid-template-columns: 1fr;
    }
}

#item_detail .item_info .btn_add_cart_show:hover,
#item_detail .item_info .btn_add_cart:hover,
#item_detail .item_info .btn_add_cart_show:focus,
#item_detail .item_info .btn_add_cart:focus {
    cursor: pointer;
}

#item_detail .item_info #info_row-shipping .info_row_content {
    font-size: 110%;
}

#item_detail .item_info .info_row-share {
    margin: 20px 0px;
}

.tab_list {
    display: inline-block;
    width: 100%;
    height: 0px;
}

#item_detail #tab-detail {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
#item_detail #tab-detail #tabs .title_tab {
    background: url('../images/bg_box_mid.png') no-repeat #00325b;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 25px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
#item_detail #tab-detail #tab-comment_rate {
    margin-bottom: 15px;
    margin-top: 15px;
}
#item_detail #tab-detail #tab-comment_rate > h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media (max-width: 499px) {
    #item_detail #tab-detail #tab-comment_rate > h2 {
        font-size: 16px;
    }
}
#item_detail #tab-detail #form_rate .media {
    padding-bottom: 25px;
}
#item_detail #tab-detail .list_comment {
    margin-top: 9px;
    background: #ededed;
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 15px;
}
@media (max-width: 499px) {
    #item_detail #tab-detail .list_comment {
        padding-right: 5px;
        padding-left: 5px;
    }
}
#item_detail #tab-detail .list_comment .media {
    padding-bottom: 9px;
}
#item_detail #tab-detail .list_comment .media-left {
    display: none;
}
#item_detail #tab-detail .list_comment .item_post {
    display: flex;
    margin-bottom: 20px;
}
#item_detail #tab-detail .list_comment .item_post .col_l {
    float: left;
    width: 20%;
    background: #00325b;
    color: #fff;
    padding: 22px;
    padding-bottom: 0px;
    position: relative;
}
@media (max-width: 599px) {
    #item_detail #tab-detail .list_comment .item_post .col_l {
        padding: 5px;
        width: 35%;
    }
}
#item_detail #tab-detail .list_comment .item_post .col_l .img {
    position: relative;
}
#item_detail #tab-detail .list_comment .item_post .col_l .img .name {
    background: #ededed;
    padding: 5px;
    margin-bottom: 5px;
}
#item_detail #tab-detail .list_comment .item_post .col_l .img .name p {
    font-size: 13.59px;
    color: #00325b;
    text-align: center;
}
#item_detail
    #tab-detail
    .list_comment
    .item_post
    .col_l
    .img
    .name
    p:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
#item_detail
    #tab-detail
    .list_comment
    .item_post
    .col_l
    .img
    .name
    p:last-child {
    display: none;
}
#item_detail #tab-detail .list_comment .item_post .col_l .img .privmsgs_to {
    position: absolute;
    bottom: 60px;
    left: 0px;
    font-size: 8.22px;
    color: #ffffff;
    background: rgba(12, 33, 60, 0.7);
    padding: 5px 5px;
    padding-right: 15px;
    cursor: pointer;
}
#item_detail #tab-detail .list_comment .item_post .col_l .img .privmsgs_to a {
    color: #ffffff;
}
#item_detail
    #tab-detail
    .list_comment
    .item_post
    .col_l
    .img
    .privmsgs_to:after {
    content: url('../images/icon_email_xs.png');
    position: absolute;
    top: -2px;
    right: -20px;
}
#item_detail #tab-detail .list_comment .item_post .col_l p {
    padding: 0px;
    font-size: 12px;
    font-family: 'Arial';
}
#item_detail #tab-detail .list_comment .item_post .col_l:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #00325b;
    border-right: 16px solid transparent;
}
#item_detail #tab-detail .list_comment .item_post .col_l .btn_show_info,
#item_detail #tab-detail .list_comment .item_post .col_l .btn_hide_info {
    font-size: 11.59px;
    text-align: center;
    cursor: pointer;
}
#item_detail #tab-detail .list_comment .item_post .col_l .btn_show_info:after,
#item_detail #tab-detail .list_comment .item_post .col_l .btn_hide_info:after {
    content: '\e8a8';
    font-family: ficon;
    width: auto;
    padding-left: 5px;
}
#item_detail #tab-detail .list_comment .item_post .col_l .btn_hide_info {
    margin-top: 5px;
}
#item_detail #tab-detail .list_comment .item_post .col_l .btn_hide_info:after {
    content: '\e8ab';
}
#item_detail #tab-detail .list_comment .item_post .col_l .add_friend {
    width: calc(100% + 44px);
    margin-left: -22px;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding: 5px 0px;
    text-align: center;
    font-size: 14px;
    background: #ededed;
    color: #444;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
@media (max-width: 499px) {
    #item_detail #tab-detail .list_comment .item_post .col_l .add_friend {
        display: none;
    }
}
#item_detail #tab-detail .list_comment .item_post .col_r {
    width: 80%;
    float: left;
    padding-left: 15px;
    padding-top: 22px;
}
#item_detail #tab-detail .list_comment .item_post .col_r .wrap {
    background: #ffffff;
    border-radius: 10px;
    padding-left: 32px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13.59px;
}
#item_detail
    #tab-detail
    .list_comment
    .item_post
    .col_r
    .wrap
    .ficon-edit:before {
    content: url('../images/icon_edit.png');
    padding-right: 5px;
}

#item_detail .quotation_watched {
    display: inline-block;
    width: 20%;
    padding-top: 30px;
}

#item_detail #tab-detail #tab-detail-nav {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding-left: 10px;
}

#item_detail #tab-detail #tab-detail-nav li {
    position: relative;
    float: left;
}

#item_detail #tab-detail #tab-detail-nav li a:first-child {
    border-left: 1px #c5c5c5 solid;
}

#item_detail #tab-detail #tab-detail-nav li a {
    display: block;
    padding: 2px 10px;
    border-bottom: 0px;
    border-left: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}

#item_detail #tab-detail #tab-detail-nav li.activeli,
#item_detail #tab-detail #tab-detail-nav li a.active {
    background: #f1f1f1;
    font-weight: bold;
    color: #1f75d0;
}

#item_detail #tab-detail #tab-detail-nav li a:hover {
    color: #1f75d0;
}

#item_detail #tab-detail .tab-content {
    /*max-height: 1000px;*/
    /*overflow-y: auto;*/
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #00325b;
}

#item_detail #tab-detail .tab-content .captcha b {
    text-align: left;
}

.captcha {
    line-height: 30px;
    text-align: left;
}

#item_detail #tab-detail .tab-content ul {
    padding-left: 15px;
}

#item_detail .contact_info {
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}

#item_detail .contact_info .contact_info-content {
    border: 1px solid #08651e;
    max-width: 700px;
    width: 100%;
    position: relative;
}

#item_detail .contact_info .contact_info-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 56%;
    width: 1px;
    background: #08651e;
}

#item_detail .contact_info .contact_info-col {
    float: left;
    width: 50%;
    padding: 15px 30px;
}

#item_detail .contact_info .contact_info-col:nth-of-type(1) {
    width: 56%;
}

#item_detail .contact_info .contact_info-col:nth-of-type(2) {
    width: 44%;
}

#item_detail .contact_info .contact_info-col h3 {
    color: #08651e;
    text-transform: uppercase;
    padding: 5px 0px;
}

#item_detail .contact_info .contact_info-col p {
    padding: 0px;
}

#item_detail .contact_info .contact_info-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#item_detail .contact_info .contact_info-col ul li {
    background: url(../images/check.png) no-repeat 0px 6px;
    padding-left: 24px;
    margin-bottom: 3px;
}

#item_detail .other-title {
    background: #efefef;
    border: 1px solid #dbdbdb;
    color: #800080;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0px 13px;
    margin: 40px 0px 15px;
}

/*-------------------list_other------------------*/
.list_other {
    padding-top: 16px;
    float: left;
    width: 100%;
}

.list_other-title {
    margin-bottom: 23px;
    margin-top: 15px;
}
.list_other-title span {
    background: url(../images/bg_box_mid.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 25px;
    font-family: utm-futura-extra;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background-size: cover;
}
.list_other-title span:before {
    display: none;
}

.list_other .jcarousel-wrapper {
    box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
}

.list_other .jcarousel-wrapper .jcarousel-control-prev,
.list_other .jcarousel-wrapper .jcarousel-control-next {
    position: absolute;
    background: url(../images/jcarousel_arrow.gif) #d0d0d0 left center;
    height: 100%;
    width: 23px;
    top: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-prev {
    background-position: left center;
    left: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-next {
    background-position: right center;
    right: 0px;
}

.list_other li {
    border-left: 1px solid #dedede;
    height: 189px;
}

.list_other table {
    border: none;
    margin: 0px;
}

.list_other table td {
    border: none;
    padding: 0px;
    vertical-align: middle;
}

.price_saving {
    display: block;
}

.price_saving b {
    color: #1760bb;
    font-size: 18px;
}

.notification_quotation {
    margin: 10px 0px;
}

.notification_quotation .text_no {
    max-width: 185px;
    display: inline-block;
}

.notification_quotation .button_no {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;
    outline: none;
    padding: 6px 10px;
    border-radius: 40px;
    background-color: #b51717;
    background-image: linear-gradient(to bottom, #b51717 0, #ff0b0b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b51717", endColorstr="#ff0b0b", GradientType=0);
    border: 1px solid #e50f0f;
    color: #ffffff;
    box-shadow: inset 0 -1px 1px #881818;
}

.quantity_text {
    padding: 2px 5px;
    outline: none;
    border: none;
}

.send_no_quotation {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.view_no_quotation {
    display: inline-block;
    width: 40%;
}

.send_no_quotation input {
    width: 100%;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 13px;
    font-family: tahoma;
    border: 1px #ccc solid;
    margin-top: 10px;
}

.view_no_quotation .title {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #404142;
}

.send_no_quotation textarea {
    width: 100%;
    min-height: 95px;
    border-radius: 2px;
    max-height: 150px;
    resize: vertical;
    margin-top: 10px;
    border: 1px #ccc solid;
}

.send_no_quotation .bottom {
    margin-top: 10px;
}

.send_no_quotation input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

.full.promotion .list_item_quotation .col_item {
    width: 100%;
    padding-right: 0px;
}

.full.promotion .list_item_quotation .col_item.quotation_item_list {
    width: 100%;
}

.content_promotion {
    padding-bottom: 10px;
}

.content_promotion img {
    max-width: 100%;
    height: auto;
}

.list_related {
    display: block;
    width: 100%;
    float: left;
    border: 1px #ddd solid;
    padding: 15px;
}

.list_related .item_related .image {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 35%;
}

.list_related .item_related .image a {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    height: 0px;
    display: block;
}

.list_related .item_related .image:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.list_related .item_related .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease-out 0s;
}

.list_related .item_related .info .price {
    font-size: 15px;
    font-weight: bold;
    color: red;
}

.list_related > .title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
}

.box_nature {
    /*    border: 1px #555 solid;
      margin: 10px 0px;
      padding: 15px;*/
    margin-top: 15px;
}

.box_nature .group_nature {
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-bottom: 0px;
}

.box_nature .group_nature:last-child {
    border-bottom: 1px solid #ddd;
}

.box_nature .group_nature .title {
    display: inline-block;
    float: left;
    font-weight: bold;
    min-width: 150px;
    padding: 10px 0px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.box_nature .group_nature .value {
    display: inline-block;
    float: left;
    padding: 10px 0px;
}

.box_nature .group_nature:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.box_nature_focus {
    margin-top: -5px;
}

.box_nature_focus .group_nature {
    padding: 0px 10px;
    border-bottom: 0px;
    margin-bottom: 15px;
}

.box_nature_focus .group_nature .title {
    display: inline-block;
    float: left;
    font-weight: bold;
    min-width: 85px;
    padding: 5px 0px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

.box_nature_focus .group_nature .value {
    display: inline-block;
    float: left;
    padding: 5px 0px;
}

.info_version {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    align-items: center;
    min-height: 1px;
}
.info_version .label {
    font-weight: 400;
    font-size: 13px;
    padding: 0px 10px 0px 0px;
    color: #444444;
    width: 95px;
    text-transform: initial;
    flex-shrink: 0;
}
.info_version ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    width: calc(100% - 95px);
}
.info_version ul li label {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 4px 12px;
    margin-right: 5px;
    margin-bottom: 0px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
    min-width: 64px;
    min-height: 30px;
    text-align: center;
    overflow: hidden;
}
.info_version ul li label.disable {
    /*                color: rgba(0,0,0,.26) !important;
                  border-color: rgba(0,0,0,.26) !important;
                  cursor: not-allowed;*/
}
.info_version ul li label.enable {
    border-color: #00325b;
}
.info_version ul li label.not_selected {
    border-color: red;
}
.info_version ul li label.color {
    border-radius: 50%;
    padding: 0px;
    width: 32px;
    min-width: 32px;
    border: 2px solid #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.info_version ul li label.color span {
    display: block;
    width: 100%;
    height: 28px;
    border: 0px solid rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    opacity: 0.7;
}
.info_version ul li label.color:before {
    display: none;
}
.info_version ul li .price {
    display: none;
}
.info_version ul li input[type='radio'] {
    visibility: hidden;
    display: none;
}
.info_version ul li input[type='radio']:checked + label {
    background: #00325b;
    border-color: #00325b;
    color: #fff;
}
.info_version ul li input[type='radio']:checked + label,
.info_version ul li input[type='radio']:hover + label {
    border-color: #000;
}
.info_version ul li input[type='radio']:checked + label.color,
.info_version ul li input[type='radio']:hover + label.color {
    color: transparent;
}
.info_version ul li input[type='radio']:checked + label.color span,
.info_version ul li input[type='radio']:hover + label.color span {
    opacity: 1;
}
.info_version ul li input[type='radio']:checked + label.color i.tick,
.info_version ul li input[type='radio']:hover + label.color i.tick {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(../../images/check-icn.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.info_version ul li input[type='radio']:checked + label.color:before,
.info_version ul li input[type='radio']:hover + label.color:before {
    display: none;
}
.info_version ul li input[type='radio']:checked + label:before,
.info_version ul li input[type='radio']:hover + label:before {
    font-family: 'ficon';
    content: '\e81c';
    display: inline-block;
    color: #fff;
    position: absolute;
    font-size: 0px;
    top: 3px;
    border: 0.9375rem solid transparent;
    border-bottom-color: #00325b;
    position: absolute;
    right: -0.9375rem;
    bottom: 0;
}
.info_version ul li input[type='radio']:checked + label.disable:before,
.info_version ul li input[type='radio']:hover + label.disable:before {
    display: none !important;
}
.info_version ul li input[type='radio'][disabled] + label {
    background: #dadadc;
}

.btn-request a {
    color: #fff;
    background: #f6c927;
    display: inline-block;
    padding: 3px 10px;
    font-weight: bold;
    margin: 5px 0px 0px 10px;
}

.nav-tabs .nav-link {
    color: #333;
    padding: 4px 12px;
    border-radius: 0px;
    border-color: #ddd;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #00325b;
}

.detail .nav {
    background: transparent;
}

/*------------------------ box_quotation */
.box_quotation {
    padding: 0px 17px;
}
.box_quotation > .title {
    font-size: 24px;
    color: #01325e;
    font-weight: bold;
    margin-bottom: 25px;
}
.box_quotation > .title .note {
    font-weight: normal;
    font-size: 16px;
    color: #de3725;
}
.box_quotation .box_content .box_left {
    display: inline-block;
    width: calc(100% - 365px);
    min-height: 100px;
    padding-right: 25px;
    float: left;
}
@media (max-width: 768px) {
    .box_quotation .box_content .box_left {
        width: 100%;
        padding-right: 0px;
    }
}
.box_quotation .box_content .box_left .box_result {
    margin-bottom: 30px;
}
.box_quotation .box_content .box_left .box_result ul.nav-tabs li {
    width: 33.3333%;
    text-align: center;
}
.box_quotation .box_content .box_left .box_result ul.nav-tabs li a {
    padding: 11px 12px;
    font-size: 18px;
    font-weight: bold;
    border: 0px !important;
}
.box_quotation .box_content .box_left .box_result ul.nav-tabs li a.active {
    background: #fff;
    color: #01325b;
}
.box_quotation .box_content .box_left .box_result .item .box_title {
    display: flex;
    align-items: initial;
    justify-content: space-between;
}
.box_quotation .box_content .box_left .box_result .item .box_title .title {
    color: #01325e;
    font-size: 18px;
    font-weight: bold;
    padding-right: 20px;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_title
    .title
    .note_title {
    color: #de3725;
    font-style: italic;
    font-size: 14px;
    padding-left: 15px;
    font-weight: normal;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_title
    .remove
    button {
    background-color: #c51218;
    text-transform: uppercase;
    font-weight: bold;
}
.box_quotation .box_content .box_left .box_result .item .box_info {
    padding: 0px 0px 10px;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group-append {
    margin-left: -1px;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.425rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #f4f4f4;
    border: 1px solid #ced4da;
    border-radius: 2px;
    min-height: 34px;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-append
    > .btn,
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-append
    > .input-group-text,
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-prepend:first-child
    > .btn:not(:first-child),
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child),
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-prepend:not(:first-child)
    > .btn,
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .custom-select:not(:last-child),
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .input-group
    > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.box_quotation .box_content .box_left .box_result .item .box_info .iconcolor {
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px #eaeaea solid;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 10px;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .iconcolor:hover {
    opacity: 0.8;
}
.box_quotation
    .box_content
    .box_left
    .box_result
    .item
    .box_info
    .item_row
    label.title {
    font-weight: 400;
    margin-top: 5px;
}
.box_quotation .box_content .box_left .box_tutorial {
    background: #02569c;
    color: #fff;
    border-radius: 6px;
    padding: 45px 20px;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.box_quotation .box_content .box_left .box_tutorial .title span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px #fff solid;
    margin-left: 45px;
    color: #fff;
}
.box_quotation .box_content .box_right {
    width: 365px;
    min-height: 100px;
    display: inline-block;
}
@media (max-width: 768px) {
    .box_quotation .box_content .box_right {
        width: 100%;
    }
}
.box_quotation .box_content .box_right .box_content {
    margin-bottom: 15px;
    background: #f6f6f6;
    border: 1px solid #fff;
    padding: 25px 28px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(198, 206, 221, 0.3019607843);
    position: relative;
}
.box_quotation .box_content .box_right .box_content .loading_gif {
    position: absolute;
    top: 45%;
    left: 45%;
    margin-left: 10px;
    display: none;
    z-index: 99;
}
.box_quotation .box_content .box_right .box_content.loading:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2823529412);
}
.box_quotation .box_content .box_right .box_content.loading .loading_gif {
    display: block !important;
}
.box_quotation .box_content .box_right .box_content .items > .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.box_quotation .box_content .box_right .box_content .items > .item .title {
    color: #278ec9;
    padding-right: 20px;
}
.box_quotation .box_content .box_right .box_content .items > .item .title b {
    color: #f44f4f;
}
.box_quotation .box_content .box_right .box_content .items > .item .price {
    min-width: 90px;
    text-align: right;
}
.box_quotation .box_content .box_right .box_content > .title {
    font-size: 17px;
    color: #222;
    padding-bottom: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
.box_quotation .box_content .box_right .box_content .subtotal {
    display: flex;
    justify-content: space-between;
}
.box_quotation .box_content .box_right .box_content .subtotal span.right {
    color: #666666;
    font-size: 16px;
}
.box_quotation .box_content .box_right .box_content .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box_quotation .box_content .box_right .box_content .total span.right {
    color: #ff8c22;
    font-size: 18px;
    font-weight: bold;
}
.box_quotation .box_content .box_bottom button {
    background: #2b8ced;
    width: 100%;
    border: 1px #2b8ced solid;
    height: 50px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    border-radius: 30px;
}
.box_quotation .box_content .box_bottom button.btn-disable {
    background: #e9ecef;
    border: 1px #e9ecef solid;
    color: #484848;
    opacity: 0.5;
}
.box_quotation .box_content .box_bottom .note {
    color: #258dca;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.box_price_detail .price_detail {
    font-size: 20px;
    color: red;
    font-weight: #c31218;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-12 {
    margin-bottom: 8px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-60 {
    margin-right: 60px;
}

.form-checkbox-item,
.form-radio-item {
    position: relative;
    display: inline-block;
}

.form-checkbox,
.form-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.form-radio + label,
.form-radio + span {
    display: inline-block;
}

.form-checkbox + label,
.form-checkbox + span,
.form-radio + label,
.form-radio + span {
    padding-left: 30px;
    min-height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    word-break: break-word;
}

.form-checkbox + label::before,
.form-checkbox + span::before,
.form-radio + label::before,
.form-radio + span::before {
    width: 20px;
    height: 20px;
    border: 1px solid;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
}

input[type='radio'][checked].form-radio + label {
    color: #444 !important;
}

input[type='radio'][disabled].form-radio + label {
    color: rgba(0, 0, 0, 0.2588235294);
}

input[type='radio'][checked].form-radio + label::before,
input[type='radio'][checked].form-radio + span::before {
    background-color: #fff !important;
    border-color: #c3cad8;
}

input[type='radio'][disabled].form-radio + label::before,
input[type='radio'][disabled].form-radio + span::before {
    background-color: #f1f1f1;
    border-color: #c3cad8;
}

.fw-normal {
    font-weight: normal;
}

.form-radio + label::before,
.form-radio + span::before {
    border-radius: 50%;
    transition: border-color 0.15s ease 0s;
}

.form-checkbox + label::before,
.form-checkbox + span::before,
.form-radio + label::before,
.form-radio + span::before {
    background-color: #fff;
    border-color: #c3cad8;
}

.form-radio:checked + label::before,
.form-radio:checked + span::before {
    border-color: #919191;
}

.form-radio + label::after,
.form-radio + label div::after,
.form-radio + span::after,
.form-radio + span div::after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    border-radius: 50%;
}

.form-checkbox + label::after,
.form-checkbox + span::after,
.form-radio + label::after,
.form-radio + span::after {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.form-radio + label::after,
.form-radio + span::after {
    background-color: #c31218;
}

.form-checkbox:checked + label::after,
.form-radio:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.form-radio-item {
    margin-bottom: 3px;
}

.form-radio-item > label {
    font-weight: normal;
    font-size: 15px;
}

.form-checkbox:hover + label::before,
.form-checkbox:hover + span::before,
.form-radio:hover + label::before,
.form-radio:hover + span::before {
    border-color: #a9bff9;
    box-shadow: #c9d8fe 0px 0px 0px 2px;
}

.quotation-variation {
    cursor: pointer;
    min-width: 5rem;
    min-height: 2.125rem;
    box-sizing: border-box;
    padding: 0.45rem 0.75rem;
    margin: 0px 10px 5px 0;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    position: relative;
    background: #fff;
    outline: 0;
    word-break: break-word;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quotation-variation--selected {
    color: #d9534f;
    border: 1px #d9534f solid;
    border-color: #d9534f;
    background: #f8f0f0 !important;
}

.quotation-variation__tick {
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
}

.quotation-variation__tick:before {
    border: 0.9375rem solid rgba(0, 0, 0, 0);
    border-bottom-color: #d9534f;
    content: '';
    position: absolute;
    right: -0.9375rem;
    bottom: 0;
}

.quotation-variation--disabled {
    color: #bfbfbf;
    cursor: not-allowed;
    background: #f3f3f3;
}

.quotation-variation--disabled:hover {
    border-color: rgba(0, 0, 0, 0.0901960784);
    color: rgba(0, 0, 0, 0.2588235294);
}

.quotation-variation__tick > .icon-tick-bold {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 8px;
}

.white-svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-4 + label {
    color: #ffffff;
}

.inputfile + label {
    /*    max-width: 100%;
      font-size: 16px;
      font-weight: 490;
      min-height: 95px;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      padding: 12px 0px;
      background: #607d8b;
      width: 100%;
      text-align: center;
      vertical-align: top;*/
}

.inputfile-4 + label figure {
    width: 55px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    padding: 5px 0px 0px;
    margin: 0 auto 0px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.choose-box {
    width: 650px;
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    padding: 10px;
    position: absolute;
    z-index: 999;
    display: none;
}
.choose-box.show-up {
    display: block;
}
.choose-box .quantity-table {
    display: inline-block;
    padding: 10px 0px;
    margin-left: 0px;
    margin-right: -5px;
}
.choose-box .quantity-table .item_qty {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px #eee solid;
    display: inline-block;
    border-radius: 2px;
    padding: 6px 5px;
    width: 15%;
    font-size: 13px;
    font-weight: 600;
}
.choose-box .quantity-table .item_qty label {
    padding: 6px 10px 6px 10px;
}

.box_quotation .box_content .box_left .box_result .item + .item {
    border-top: 1px #c1c1c1 solid;
    padding-top: 20px;
}

button.add-file {
    background: #c51218;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 20px;
}

/*------------------------ box_quotation */
@media (max-width: 999px) {
    .list_item .col_item {
        width: 33.3333%;
    }
    #item_detail > .item_info .info_row .info_col {
        width: 100%;
    }
    #item_detail > .item_info .price_buy {
        display: block;
    }
    #item_detail #img_detail,
    #item_detail > #item_info {
        width: 100%;
    }
    #item_detail > #item_info_more {
        width: 100%;
    }
}
@media (max-width: 799px) {
    .list_watched .list_none .mCustomScrollBox {
        height: 320px !important;
    }
}
@media (max-width: 729px) {
    #item_detail .contact_info .contact_info-content::before {
        display: none;
    }
    #item_detail .contact_info .contact_info-col:nth-of-type(n) {
        width: 100%;
    }
}
@media (max-width: 599px) {
    #item_detail .info_left .rate {
        display: inline-block;
        margin-top: 5px;
    }
    #item_detail .info_left,
    #item_detail .info_right {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    #item_detail #img_detail {
        padding: 0;
        margin: 15px 0px 5px;
    }
    #item_detail #tab-detail {
        width: 100%;
        padding-right: 0px;
    }
    #item_detail .quotation_watched {
        display: none;
    }
}
@media (max-width: 499px) {
    .box_nature .group_nature .title {
        width: 40%;
    }
    .sort_quotation:before {
        bottom: 7px !important;
    }
    .captcha {
        margin-top: 40px;
    }
    #item_detail #tab-detail .tab-content .captcha b {
        display: none;
    }
    #item_detail #img_detail,
    #item_detail > #item_info {
        width: 100%;
    }
}
@media (max-width: 361px) {
    .box_header_quotation .sort_quotation span {
        display: none !important;
    }
    .quotation_item .info .info-title {
        text-align: center;
    }
    .quotation_item .price.right_b {
        float: none !important;
        text-align: center;
    }
    .quotation_item .price_buy.right_b {
        float: none !important;
        text-align: center;
    }
}
@media (min-width: 700px) {
    .fancybox-slide .item img {
        max-width: 700px !important;
    }
}

#modal_result_search {
    box-shadow: 5px 4px 7px 2px rgba(57, 57, 57, 0.1294117647);
    position: fixed;
    left: 20px;
    bottom: 10px;
    width: 300px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    border: 2px #ddd solid;
    z-index: 999;
}
#modal_result_search form .form-group {
    margin-bottom: 10px;
}
#modal_result_search form .form-group label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}
#modal_result_search form .form-group .form-control {
    font-size: 13px;
}
#modal_result_search .note {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #f00;
}

/*---------------- quotation------ */
.full.quotation {
    background: #f1f3f6;
}
.full.quotation > div.wrapper {
    max-width: 1340px;
}
.full.quotation .form-control {
    border-radius: 2px;
    padding: 0.415rem 0.75rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0784313725);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.full.quotation .d-none {
    display: none !important;
}

.pcb-specifications .pcb-specifications-title {
    background: #f8f9fa;
    margin: 15px 0px 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
}

.highspec-options .highspec-options-title {
    background: #f8f9fa;
    margin: 15px 0px 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
}

.advanced-options .advanced-options-title {
    background: #f8f9fa;
    margin: 15px 0px 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    cursor: pointer;
}

.ml-auto {
    margin-left: auto;
}

.absQuestionNoticeHover {
    float: right;
    line-height: 14px;
    position: relative;
    background: #fff;
}
.absQuestionNoticeHover a {
    height: 14px;
    display: inline-block;
}
.absQuestionNoticeHover .question-mark-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../../images/question_mark.svg');
    vertical-align: middle;
}
.absQuestionNoticeHover .absQuestionNotice {
    position: absolute;
    bottom: 26px;
    left: -100px;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    color: #444;
    z-index: 99999;
    display: none;
    min-width: 250px;
    box-shadow: 0px 1px 4px 2px rgba(198, 206, 221, 0.3019607843);
    text-align: left;
    line-height: 20px;
    font-weight: normal;
    min-width: 400px;
}
.absQuestionNoticeHover .absQuestionNotice:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 212px;
    height: 16px;
    background: url('../../images/triangle_down.svg') no-repeat center;
}
.absQuestionNoticeHover p {
    margin-bottom: 0;
}
.absQuestionNoticeHover:hover .absQuestionNotice {
    display: block;
}
.absQuestionNoticeHover .blue {
    color: #2b8ced;
}

.text-center {
    text-align: center;
}

.note_original {
    font-size: 15px;
    margin-bottom: 25px;
}

#submitFormZip .absQuestionNoticeHover .question-mark-icon {
    background: #cce3ff url(../../images/question_mark.svg);
}
#submitFormZip .text-center {
    padding: 0px 0px;
    width: 100%;
}
#submitFormZip.formUploadFile .bg {
    padding: 15px 15px;
}
#submitFormZip .result_uploadFilePCB .img-box {
    background: #c4d9f2;
    border-radius: 4px;
    padding: 10px;
    height: 220px;
    line-height: 260px;
    cursor: pointer;
    width: 45%;
    margin: 0px 0px;
    margin-top: 10px;
    width: 100%;
}
#submitFormZip .result_uploadFilePCB .img-box img{
    max-width: 100%;
}

.formUploadFile {
    background: #fff;
    margin: 0px;
    padding: 15px 30px 15px;
}
.formUploadFile .bg {
    background: #cce3ff;
    padding: 40px 15px;
}
.formUploadFile .inputfile + label {
    max-width: 100%;
    font-size: 16px;
    font-weight: 490;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 8px 0px;
    background: #174071;
    background: #174071;
    border-color: #01325b;
    width: 240px;
    text-align: center;
    vertical-align: top;
    border-radius: 45px;
    outline: none;
    box-shadow: none;
}
.formUploadFile .progress {
    position: relative;
    height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1019607843);
}
.formUploadFile .progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #4caf50;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1490196078);
    transition: width 0.6s ease;
    border-radius: 20px;
}
.formUploadFile .progress .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 400;
    padding: 1px 15px 1px;
    color: #fff;
}
.formUploadFile .progress .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.checksize,
.checksize_mm,
.checksize_mm_min {
    display: inline-block;
    width: 240px;
    font-size: 12.6px;
    color: #f00;
    line-height: 16px;
}

.show-different-design {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    bottom: 100%;
    display: none;
}

input[name='differentdesign']:hover + .show-different-design {
    display: block;
}

.red {
    color: #ff1010;
}

.mt8 {
    margin-top: 8px;
}

.fs-12 {
    font-size: 12px;
}

#input_differentdesign {
    margin-top: -5px;
}

.mtt-10 {
    margin-top: -10px;
}

.w140 {
    width: 140px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ml-25 {
    margin-left: 25px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.font18 {
    font-size: 18px;
}

.hr {
    background: #f1f3f6;
    height: 1px;
    width: 100%;
    display: inline-block;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pull-left {
    float: left !important;
}

.switch-box {
    line-height: 70px;
    padding: 0 30px 0 23px;
    height: 70px;
}
.switch-box .switch-btn {
    width: 44px;
    height: 26px;
    position: relative;
    background: #ccc;
    border-radius: 13px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 23px;
    margin-left: 20px;
}
.switch-box .switch-btn i {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
}
.switch-box .switch-btn.on {
    background: #174071;
}
.switch-box .switch-btn.on i {
    left: 20px;
}
.switch-box strong {
    line-height: 70px;
}
.switch-box span {
    float: right;
    margin-right: 8px;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 70px;
}

.box_pcb {
    background: #f6f6f6;
    padding: 25px 28px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(198, 206, 221, 0.3019607843);
}
.box_pcb.add-stencil {
    padding: 0px;
}
.box_pcb .switch-content {
    padding: 10px 30px 30px;
}

.text_note {
    color: #999999;
    font-size: 12px;
}

.w1000 {
    width: 1000px !important;
    max-width: 1000px;
}

#modal_StencilCustomizedSize .clearfix:after,
#modal_StencilCustomizedSize .clearfix:before {
    content: ' ';
    display: table;
    clear: both;
}
#modal_StencilCustomizedSize .mt10 {
    margin-top: 10px;
}
#modal_StencilCustomizedSize .mt20 {
    margin-top: 20px;
}
#modal_StencilCustomizedSize .ml20 {
    margin-left: 20px;
}
#modal_StencilCustomizedSize .mt0 {
    margin-top: 0 !important;
}
#modal_StencilCustomizedSize .ml55 {
    margin-left: 58px;
}
#modal_StencilCustomizedSize .line20 {
    line-height: 20px;
}
#modal_StencilCustomizedSize .w155line {
    width: 130px;
    display: inline-block;
    border-top: 1px solid #000;
    position: relative;
    margin-top: 10px;
}
#modal_StencilCustomizedSize .w100 {
    width: 100px;
}
#modal_StencilCustomizedSize .icon-left:after {
    content: '';
    background: url('../../images/order-ico.4c9b2680.png') no-repeat -76px -580px;
    position: absolute;
    left: 0;
    top: -11px;
    width: 10px;
    height: 20px;
}
#modal_StencilCustomizedSize .padBox {
    padding: 25px 40px !important;
}
#modal_StencilCustomizedSize .w55 {
    width: 55px;
}
#modal_StencilCustomizedSize .text-center {
    text-align: center;
}
#modal_StencilCustomizedSize .block {
    display: block;
}
#modal_StencilCustomizedSize .h40 {
    height: 40px !important;
}
#modal_StencilCustomizedSize .line40 {
    line-height: 40px !important;
}
#modal_StencilCustomizedSize .dashBox {
    width: 370px;
    height: 200px;
    border: 1px dashed #d0d5d9;
    border-radius: 3px;
    margin-top: 30px;
    text-align: center;
    background: #f5f8fa;
    display: inline-block;
    padding: 18px 40px 20px 50px;
}
#modal_StencilCustomizedSize .ml40 {
    margin-left: 40px;
}
#modal_StencilCustomizedSize .mt10 {
    margin-top: 10px !important;
}
#modal_StencilCustomizedSize .w80line {
    width: 80px;
    display: inline-block;
    border-top: 1px solid #000;
    position: relative;
    margin-top: 10px;
}
#modal_StencilCustomizedSize .icon-right:after {
    content: '';
    background: url('../../images/order-ico.4c9b2680.png') no-repeat -100px -580px;
    position: absolute;
    right: 0;
    top: -11px;
    width: 10px;
    height: 20px;
}
#modal_StencilCustomizedSize .w70 {
    width: 70px;
}
#modal_StencilCustomizedSize .bgImg {
    background: url('../../images/order-ico.4c9b2680.png') no-repeat -75px -492px;
    height: 70px;
}
#modal_StencilCustomizedSize .h35line {
    display: block;
    border-left: 1px solid #000;
    position: relative;
    height: 35px;
}
#modal_StencilCustomizedSize .h80line {
    display: block;
    border-left: 1px solid #000;
    position: relative;
    height: 80px;
}
#modal_StencilCustomizedSize .icon-top:after {
    content: '';
    background: url('../../images/order-ico.4c9b2680.png') no-repeat -170px -587px;
    position: absolute;
    left: -7px;
    top: 0;
    width: 20px;
    height: 10px;
}
#modal_StencilCustomizedSize .icon-bottom:after {
    content: '';
    background: url('../../images/order-ico.4c9b2680.png') no-repeat -132px -584px;
    position: absolute;
    left: -7px;
    bottom: 0;
    width: 20px;
    height: 10px;
}
#modal_StencilCustomizedSize .h50 {
    line-height: 50px;
    height: 50px;
}
#modal_StencilCustomizedSize .w30 {
    width: 30px;
}
#modal_StencilCustomizedSize .solidBox {
    border: 1px solid #d0d5d9;
    border-radius: 3px;
    height: 200px;
    width: 400px;
    padding: 63px 140px;
    background: #fff;
    display: inline-block;
}
#modal_StencilCustomizedSize .w236 {
    width: 236px;
    height: 120px;
    padding: 25px 60px 0;
    height: 120px;
}

body.modal-open {
    overflow: hidden;
}

.cursor {
    cursor: pointer;
}

.FinishdayValue {
    position: relative;
}
.FinishdayValue .list-quantity-price {
    margin: 10px 0px 0px 0px;
    border-top: 1px #858585 solid;
    width: 100%;
    padding: 0px;
}
.FinishdayValue .list-quantity-price li {
    list-style: none;
    margin-top: 10px;
}
.FinishdayValue .list-quantity-price li:hover {
    background: #f1f3f6;
}

.justify-content-between {
    justify-content: space-between;
}

.pointer {
    cursor: pointer;
}

.result_uploadFilePCB .img-box {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 20px;
    height: 250px;
    line-height: 260px;
    cursor: pointer;
    width: 45%;
}
.result_uploadFilePCB .content .text {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}
.result_uploadFilePCB .content .note {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #999999;
}

.fontBold {
    font-weight: bold;
}

.uploadfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploadfile + label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border-radius: 30px;
    max-width: 320px;
}
.uploadfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.uploadfile-1 + label {
    background: #174071;
    border-color: #01325b;
}

.uploadFileText .note {
    text-align: left;
    margin: 10px 0px;
    color: #999;
}
.uploadFileText .text-left {
    text-align: left;
    font-weight: bold;
    color: #01325b;
    font-size: 15px;
}
.uploadFileText .back_upload {
    color: #00a800;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.uploadFileText .back_upload:hover {
    text-decoration: underline;
}