/* product compairision */
.product-compairision .product-compairision-title {
    margin-top: 60px;
}

.product-compairision .product-compairision-title div {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    /* or 173% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    color: #444444;
}

.product-compairision .product-compairision-title p {
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
    color: #969696;
    font-weight: bold;
}

.product-compairision .popup-product-compairision {
    display: flex;
}

.product-compairision .popup-product-compairision .product-compairision-element {
    padding-top: 60px;
    text-align: center;
    border: 1px solid #D9D9D9;
    margin-right: 30px;
    margin-top: 50px;
    position: relative;
}



.product-compairision .popup-product-compairision .product-compairision-element .title-product-compairision-element {
    text-align: center;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #444444;
}

.product-compairision .popup-product-compairision .product-compairision-element .description-product-compairision-element {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 52px;
    /* identical to box height, or 371% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #444444;
}

.product-compairision .popup-product-compairision .product-compairision-element .btn-product-compairision-element button {
    text-align: center;
    border: 1px solid #444444;
    border-radius: 30px;
    color: #444444;
    height: 30px;
    width: 130px;
    margin-bottom: 50px;
    background: none;
}

.product-compairision .popup-product-compairision .product-compairision-element .btn-product-compairision-element button:hover {
    color: #ffffff;
    background: #005A9C;
    border: none;
}

.icon-close-product-compairision {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup-description-product-compairision {
    margin-top: 65px;
    border-top: 3px solid #444444;
    border-bottom: 3px solid #444444;
}

.popup-description-product-compairision .title-description-product {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 52px;
    /* identical to box height, or 156% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #444444;
}

.table-description-product-compairision {
    border-bottom: 1px solid #ECECEC;
}

.popup-description-product-compairision .infor-product-compairision {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin: auto;
    text-align: center;
    /* or 167% */
    align-items: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #444444;
}

/* category begin */

.popup-first-category {
    margin-top: 30px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 60px;
}

.popup-first-category .popup-first-category-nav-top ul {
    display: flex;

}

.popup-first-category .popup-first-category-nav-top ul li {
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 175% */
    color: #ACACAC;
}

.popup-first-category-title h1 {
    margin-top: 60px;
    font-weight: 700;
    font-size: 52px;
    line-height: 28px;
    margin-bottom: 40px;
}

.popup-first-category-title p {
    margin-top: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #000000;
}

.popup-first-category-nav-bottom {
    margin-top: 190px;
}

.popup-first-category-nav-bottom ul {
    display: flex;
}

.popup-first-category-nav-bottom ul li {
    list-style: none;
    margin-left: 10px;
    border: 1px solid #ACACAC;
    padding: 12px 11px 12px 10px;
    border-radius: 40px;
    color: #ACACAC;
}

.popup-first-category-nav-bottom ul li:first-child {
    margin-left: 10px;
    border: none;
    color: #ACACAC;
    /* Inside auto layout */
    flex: none;
}

.popup-first-category-nav-bottom ul li:hover {
    background: #0D5CAB;
    color: #FFFFFF;
    cursor: pointer;

}

.popup-second-category {
    margin-top: 60px;
}

.popup-second-category .form-select {
    position: absolute;
    right: 2%;
    border-radius: 30px;
    width: 195px;
    z-index: 1;
    margin-right: 20px;
}

.popup-second-category .popup-second-category-product {
    display: flex;
}

.popup-second-category-product-element {
    margin-bottom: 30px;
}

.popup-second-category .popup-second-category-product .popup-second-category-product-element h3 {
    width: 362px;
    padding-right: 25px;
}

.popup-second-category .popup-second-category-product .popup-second-category-product-element .new-product {
    width: 65px;
    height: 30px;
    background: #0D5CAB;
    top: 20px;
    left: 20px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

.area-spec {
    height: 72px
}

.button-detail {
    text-align: center;
    border: 1px solid #444444;
    border-radius: 30px;
    color: #444444;
    height: 45px;
    width: 170px;
    margin-bottom: 50px;
    background: none;
    margin-top: 20px;
}

.button-detail:hover {
    color: #ffffff;
    background: #005A9C;
    border: none;
}

.popup-second-category .popup-second-category-product .popup-second-category-product-element h3 {
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #444444;
    font-weight: 600;
    font-size: 18px;
    line-height: 52px;
}

.popup-second-category-product .popup-second-category-product-element .icon-add-category {
    height: 60px;
    width: 60px;
    border: 1px solid #0D5CAB;
    align-items: center;
    margin: auto;
    padding: auto;
    border-radius: 50%;
    right: 10%;
    position: absolute;

}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-left {
    width: 362px;
    margin-bottom: 20px;
    flex-direction: column;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-left div .nameSpec {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #444444;


}

.popup-second-category-product .popup-second-category-product-element h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-left div:first-child {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-left div:nth-child(2) {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-left .icon-add-category img {
    align-items: center;
    position: relative;
    top: -5%;
    left: -10%;
    transform: translate(20%, 10%);
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-right button:first-child {
    background: none;
    border-radius: 30px;
    border: 1px solid #444444;
    margin-left: 12px;
    width: 189px;
    height: 38px;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-right label {
    color: #444444;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-right .compare {
    bottom: 0.9%;
    width: 26px;
    height: 24px;
    position: absolute;
    background: none;
    left: 1.1%;
}

.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-right button:nth-child(2) {
    background: none;
    border-radius: 30px;
    border: none;
    margin-left: 12px;
}


.popup-second-category-product .popup-second-category-product-element .popup-second-category-product-element-right button:first-child:hover {
    background: #005A9C;
    color: #FFFFFF;
}

#curentPage {
    background: #0D5CAB;
    color: #FFFFFF;
}

.popup-second-category-product-element-left {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* css check box */
.rental-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.rental-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -43px;
    right: 5%;
    height: 45px;
    width: 45px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.rental-container:hover input~.checkmark {
    background-color: #0D5CAB;
}

/* When the checkbox is checked, add a blue background */
.rental-container input:checked~.checkmark {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rental-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rental-container .checkmark:after {
    left: 40%;
    top: 30%;
    width: 7px;
    height: 15px;
    border: solid #0D5CAB;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-item .page-link {
    border: none;
    color: #000000;
    border-radius: 58px;
    width: 60px;
    height: 40px;
    text-align: center;
    margin-left: 1px !important;
    cursor: pointer !important;
}


.page-item.active {
    background: #0D5CAB;
    color: #FFFFFF;
}

.footer-list h1 {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    /* identical to box height */
    /* PointColor */
    color: #0D5CAB;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

.footer-list .footer-list-product {
    display: inline-flex;
}

.footer-list-product .footer-list-product-element {
    background: #FFFFFF;
    box-shadow: 0px 30px 45px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 35px 35px 35px 35px;
    margin-right: 20px;
    margin-left: 20px;
}

.footer-list-product .footer-list-product-element img {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.footer-list-product .footer-list-product-element p:nth-child(2) {
    margin-top: 15px;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
}

.footer-list-product .footer-list-product-element p:nth-child(3) {
    margin-top: 10px;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #969696;
}

.footer-list-product .footer-list-product-element p:nth-child(4) {
    margin-top: 5px;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0D5CAB;
}

/* detail product */
.detail-product {
    margin-top: 90px;
    display: flex;
}

.detail-product .nav-detail-product img {
    margin-bottom: 30px;
}

.detail-product .image-detail-product {
    text-align: center;
}

.detail-product .detail-product-content .detail-product-content-title h1 {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 52px;
    /* or 173% */
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #333333;
}

.detail-product .detail-product-content .detail-product-content-title div {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 52px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #2E405C;
    margin-bottom: 20px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.detail-product .detail-product-content .detail-product-content-title ul {
    margin-left: -30px;
}

.detail-product .detail-product-content .detail-product-content-title ul li {
    list-style: none;
    margin-bottom: 15px;
}

.detail-product .detail-product-content .detail-product-content-title ul li span:nth-child(1) {
    margin-right: 60px;
}

.detail-product .detail-product-content button:nth-child(2) {
    height: 60px;
    color: #FFFFFF;
    background: #005A9C;
    border-radius: 30px;
    border: none;
    margin-top: 40px;
    margin-bottom: 30px;
}


.detail-product .detail-product-content .detail-product-btn {
    display: flex;
    justify-content: space-between;
}

.detail-product .detail-product-content .detail-product-btn span button:first-child {
    height: 60px;
    color: #005A9C;
    border-radius: 30px;
    border: 1px solid #005A9C;
    background: #FFFFFF;
    width: 100%;
}

.detail-product .detail-product-content .detail-product-btn span button:last-child {
    height: 60px;
    color: #005A9C;
    border-radius: 30px;
    border: 1px solid #005A9C;
    background: #FFFFFF;
    width: 100%;
}

.detail-product .detail-product-content .detail-product-btn div:last-child {
    position: absolute;
    right: 0;
}

.detail-product-navbar {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.detail-product-navbar div {
    text-align: center;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 25px;
    margin-top: 100px;
    cursor: pointer;
}

.detail-product-navbar div:hover::after {
    background: #0D5CAB;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    z-index: 1;
    top: 52px;

}

.detail-product-description {
    margin-top: 100px;
    margin-bottom: 150px;
}

.detail-product-description ul {
    border-top: 3px solid #444444;
    border-bottom: 3px solid #444444;
}

.detail-product-description ul li {
    list-style: none;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    flex-wrap: wrap;
}

.detail-product-description ul li span:nth-child(1) {
    flex: 0% 1;
    width: 50%;
    text-align: center;
    padding: auto;
}

.detail-product-description ul li span:nth-child(2) {
    flex: 50% 1;
    width: 50%;
    text-align: left;
}

.detail-product-description ul li:last-child {
    border-bottom: 1px solid #ECECEC;
}


/* information */
.form-information-nav-top {
    margin: 70px -15px 0px -15px;
}

.form-information-nav-top ul {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    padding: 5px;
}

.form-information-nav-top ul li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
}

.form-information-nav-top ul li:hover {
    border-bottom: 2px solid #0D5CAB;
    cursor: pointer;
    font-weight: 700;
    color: #0D5CAB;
}

.form-information {
    margin: 60px -15px 0px -15px;
}

.quotation.active {
    border-bottom: 2px solid #0D5CAB;
    font-weight: 700;
    color: #0D5CAB;
}

.page-item .page-link {
    border: none;
    color: #000000;
    border-radius: 58px !important;
    width: 60px;
    height: 40px;
    text-align: center;
    margin-left: 1px !important;
    cursor: pointer !important;
}

.btn-category:hover {
    background-color: #005A9C;
}

#btn-category-depth1,
#btn-category-depth2,
#btn-category-depth3 {
    margin-bottom: 20px;
}

.estimate .active-category-btn {
    color: #FFFFFF !important;
    background-color: #005A9C !important;
}

.consultation.active {
    border-bottom: 2px solid #0D5CAB;
    font-weight: 700;
    color: #0D5CAB;
}

.form-information ul li {
    list-style: none;
    text-align: left;
}

.form-information ul li:nth-child(1) {
    margin-left: -45px;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}

.form-information ul li:nth-child(2) {
    text-align: right;
    margin-right: -15px;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
}

.form-information ul li:hover::after {
    cursor: pointer;
}

.form-information-form-select .form-select {
    width: 520px;
    border-radius: 15px;
    margin-left: -45px
}

.form-information .form-information-three label {
    margin-left: -15px;
}

.form-information .form-information-three .form-information-three-button {
    margin-left: -15px;
}

.form-information .form-information-three .form-information-three-button button {
    width: auto;
    height: 45px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #ced4da;
    border-radius: 15px;
    padding: 16px 75px 16px 75px;
    margin: 10px 30px 30px 0px;
    background: #FFFFFF;
}

.form-information .form-information-three .form-information-three-button button:hover {
    color: #FFFFFF;
    background: #0D5CAB;
}

.form-information-four-element {
    /* margin-bottom: 30px; */
}

.form-information-four-element input {
    border: 1px solid #ced4da;
    border-radius: 15px;
    height: 55px;
}

.form-information-four-element textarea {
    border: 1px solid #ced4da;
    border-radius: 15px;
    height: 250px;
}

.form-information-four-element input[type="button"] {
    background: #444444;
    color: #FFFFFF;
}

.form-information-four .form-information-four-element .form-information-four-element-checkbox {
    display: flex;
    align-items: center;
}

.form-information-four .form-information-four-element .form-information-four-element-checkbox input {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin-right: 10px;
}

.form-information-four .form-information-four-element:nth-child(7) {
    border: 1px solid #ECECEC;
    border-radius: 15px;
    height: 60px;
}

.form-information-four .form-information-four-element:nth-child(8) {
    border: 1px solid #ECECEC;
    border-radius: 15px;
    height: 60px;
}


.form-information-four .form-information-four-element button {
    border: 1px solid #ECECEC;
    border-radius: 15px;
    height: 60px;
    width: 260px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 37px;
}

/* cart */
.submit-cart {
    background-color: #0D5CAB;
    margin-left: 600px;
    border-radius: 30px;
    height: 60px;
    width: 166px;
    color: #FFFFFF;
}

.title-top-cart .content-title-top-cart {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    /* or 173% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    /* PointColor */
    color: #0D5CAB;
    margin-top: 60px;
}

.title-top-cart p {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 52px;
    /* identical to box height, or 325% */
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #1C1C20;
    margin-bottom: 130px;
}


.table-cart table tbody tr:first-child {
    border-top: 3px solid #0D5CAB;
}

.table-cart table tbody tr:not(:first-child) {
    height: 140px;
    border: 1px solid #ECECEC;
}


.table-cart table tbody tr {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    width: 1440px;
}

.table-cart table tbody tr td {
    align-items: center;
}

.table-cart table tbody tr td:nth-child(4) {
    text-align: center;
}


.table-cart table tbody tr th {
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.table-cart table tbody tr td button {
    background: none;
    border: none;
    padding: 0 10px 0 10px;

}

.table-cart table tbody tr td select {
    width: 218px;
    text-align: center;
    height: 40px;
    border: 1px solid #ECECEC;
    border-radius: 30px;
}

.table-cart table tbody tr th .form-check .form-check-input {
    height: 25px;
    width: 25px;
}

.table-cart table tbody tr td .form-check .form-check-input {
    height: 25px;
    width: 25px;
}

.total-cart {
    margin-top: 10px;
    align-items: center;
    text-align: right;
    margin-right: -15px;
}

.total-cart label {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    color: #444444;
}

.total-cart b {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    color: #0D5CAB;
}

.total-cart img {
    top: -3px;
    position: relative;
}

/* board */

.product-main-title {
    margin-top: 80px;
}

.product-main-title h3 {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    /* identical to box height, or 93% */
    /* PointColor */
    color: #0D5CAB;
}

.product-main-title h1 {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    /* or 132% */
    /* PointColor */
    color: #0D5CAB;

}

.product-main .product-main-bg {
    display: flex;
    flex: 1;

}

.product-main .product-main-bg img {
    width: 100%;
    height: auto;
}

.product-main-logo-short-cut {
    margin-top: 100px;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-main-logo-short-cut-item {
    text-align: center;
}

.collapse-board-btn button {
    border: 1px solid #444444;
    border-radius: 30px;
    color: #444444;
    background: #FFFFFF;
    width: 90px;
    height: 40px;
    border: 1px solid #444444;
    border-radius: 30px;
}

.estimate {
    margin-top: 35px;
    /* border: 1px solid #ACACAC; */
}

.estimate.btnCategoryDepth1,
.btnCategoryDepth2,
.btnCategoryDepth3 {
    border-bottom: 1px solid #ECECEC;
}

.estimate .btnCategoryDepth1 .title-table-product-estimate {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: auto 0;
    word-break: keep-all;
}

.estimate .btnCategoryDepth1 button {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #495057;
    margin-right: 20px !important;
    margin-top: 20px !important;
    min-width: 185px;
    height: 45px;

}

.estimate .btnCategoryDepth2 button {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #495057;
    margin-right: 20px !important;
    margin-top: 20px !important;
    min-width: 144px;
    height: 40px;
}

.estimate .btnCategoryDepth3 button {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #495057;
    margin-right: 20px !important;
    margin-top: 20px !important;
    min-width: 254px;
    height: 40px;
}

.estimate .btnCategoryDepth1 button:hover {
    background: #0D5CAB;
    color: #FFFFFF;
}

.estimate .btnCategoryDepth2 button:hover {
    background: #0D5CAB;
    color: #FFFFFF;
}

.estimate .btnCategoryDepth3 button:hover {
    background: #0D5CAB;
    color: #FFFFFF;
}

.estimate .btnCategoryDepth2 .title-table-category-estimate {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #222222;
    margin: auto 0;
    word-break: keep-all;
}

.btnCategoryDepth3 .title-table-detail-category-estimate {
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #222222;
    margin: auto 0;
    word-break: keep-all;
}

.area-checkbox {
    position: absolute;
    height: 21px;
    width: 21px;
    cursor: pointer;
}

.new-product {
    margin-right: 5px;
    width: 55px;
    height: 30px;
    background: #212121;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Time new Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    border-radius: 30px;
}

.list-product-estimate {
    margin-top: 80px;
    display: flex;
}

.list-product-estimate .list-product-estimate-element input {
    position: absolute;
    height: 21px;
    width: 21px;
    cursor: pointer;
}

.list-product-estimate .list-product-estimate-element input[type="checkbox"] {
    background: #0D5CAB;
}

@media screen and (max-width:600px) {
    .form-information-nav-top {
        margin: 60px -15px 0px -15px;
        padding: 0px;
    }
    
	.popup-second-category-product-element {
	    width: 100%;
	}
}

@media screen and (min-width:600px) and (max-width:1200px) {

    .form-information-four-element>.col-6>.form-item {
        width: -webkit-fill-available;
    }
}