/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

:root {
    --color-site: #0057b8;
}
a, .show,
.border-bidding>span>a,
div.news_column ul.related a,
.flex-box h2{
    color: var(--color-site);
}
a:hover, a:focus {
    color: #09498c;
}
.border-bidding>span {
    border-bottom: 4px var(--color-site) solid;
    color: var(--color-site);
}
.bodytext a, .bodytext a:link, .bodytext a:active, .bodytext a:visited {
    color: var(--color-site) !important;
}
.border-bidding {
    border-bottom: 1px var(--color-site) solid;
}
.panel-primary>.panel-heading {
    background-color: var(--color-site);
    border-color: var(--color-site);
}
.panel-primary {
    border-color: var(--color-site);
}
.bidding-list .bidding-list-header {
    background-color: var(--color-site);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #0685d6;
}
.v2-procedure-timeline {
    background-color: #f2e7e5;
    background-image: url(../images/v2/procedure_timeline-bg.png);
    background-size: cover;
    padding-top: 50px;
}
.v2-timeline {
    --timeline-color: #9bc;
    /*position: relative;*/
    list-style: none;
    display: inline-flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    align-items: center;
    max-width: 1200px;
}
.v2-timeline:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 91%;
    height: 1px;
    background: var(--timeline-color);
}
.v2-timeline::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 91%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 11px solid #ccc;
    transform: translateY(-50%);
}
.v2-timeline li:nth-child(2n) {
    align-self: flex-end;
}

.v2-timeline .p-item-step {
    position: absolute;
    display: flex;
    align-items: center;
    align-self: flex-start;
    width: 28%;
}
.v2-timeline .p-item-step.step1 {
    left: 2%;
    bottom: calc(50% + 38px);
}
.v2-timeline .p-item-step.step2 {
    left: 33%;
    top: calc(50% + 38px);
    margin-left: -14%;
}
.v2-timeline .p-item-step.step3 {
    left: 50%;
    bottom: calc(50% + 38px);
    margin-left: -14%;
}
.v2-timeline .p-item-step.step4 {
    left: 68%;
    top: calc(50% + 38px);
    margin-left: -15%;
}
.v2-timeline .p-item-step.step5 {
    right: 2%;
    bottom: calc(50% + 38px);
}
.v2-timeline .p-icon-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -7px;
    transform: translateY(-50%);
    border: 1px #9bc solid;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--timeline-color);
    top: -50px;
    z-index: 1;
}
.v2-timeline .p-icon-wrap:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 38px;
    left: 50%;
    right: 8px;
    background: var(--timeline-color);
    z-index: 1;
    top: -50px;
}
.v2-timeline li:nth-child(2n - 1) .p-icon-wrap:before {
    bottom: -50px;
    top: auto;
}
.v2-timeline li:nth-child(2n - 1) .p-icon-wrap:after {
    top: auto;
    bottom: -64px;
}
.v2-timeline .step1 .p-icon-wrap:after {
    background: #48466D;
    border-color: #48466D;
}
.v2-timeline .step2 .p-icon-wrap:after {
    background: #3D80A6;
    border-color: #3D80A6;
}
.v2-timeline .step3 .p-icon-wrap:after {
    background: #46CDD0;
    border-color: #46CDD0;
}
.v2-timeline .step4 .p-icon-wrap:after {
    background: #57D1AA;
    border-color: #57D1AA;
}
.v2-timeline .step5 .p-icon-wrap:after {
    background: #04CF8F;
    border-color: #04CF8F;
}
.v2-header .step_bg{
    font-size: 36px;
    border-radius: 24px;
    background: linear-gradient(to right, #003B95, #2F97CA);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 6px 22px 10px 22px;
    text-transform: none;
}
.v2-procedure-timeline img {
    max-width: 100%;
    height: auto;
}
.v2-procedure-timeline .p-item-step img {
    width: 3.5vw;
}
.v2-procedure-timeline .p-item-step .p-icon-wrap {
    border: 12px solid #EBE7E6;
    border-radius: 50%;
    position: relative;
}
.p-wrap-img {
    width: 114px;
    height: 114px;
    border: 12px solid #EBE7E6;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.v2-procedure-timeline .p-item-step .p-icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.v2-procedure-timeline .step1 .p-icon,
.step1 .p-img {
    background-color: #525078;
    border: 15px solid #48466D;
}
.v2-procedure-timeline .step2 .p-icon,
.step2 .p-img {
    background-color: #428BB0;
    border: 15px solid #3D80A6;
}
.v2-procedure-timeline .step3 .p-icon,
.step3 .p-img {
    background-color: #4CD2D2;
    border: 15px solid #46CDD0;
}
.v2-procedure-timeline .step4 .p-icon,
.step4 .p-img {
    background-color: #67D5B2;
    border: 15px solid #57D1AA;
}
.v2-procedure-timeline .step5 .p-icon,
.step5 .p-img {
    background-color: #1ED49B;
    border: 15px solid #04CF8F;
}
.p-content-d {
    color: #fff;
    text-align: left;
    padding-left: 10px;
}
.p-content-d p:nth-child(1) {
    margin-bottom: 8px;
    font-size: clamp(12px, 1.3vw, 18px);
    line-height: calc(clamp(10px, 1.3vw, 16px)* 1.15);
    white-space: pre-line;
}
.p-content-d p:nth-child(2) {
    font-size: clamp(10px, 1.3vw, 15px);
    line-height: calc(clamp(10px, 1.3vw, 16px)* 1.15);
    white-space: pre-line;
}

.v2-file.v2-section {
    padding: 0px;
}
.header-nav {
    flex-direction: column;
}
.header__row {
    display: flex;
}
.header__row_btn {
    width: 100%;
    display: flex;
    align-items: center;
}
.box__btn {
    display: flex;
    width: 100%;
    min-height: 20px;
    max-height: 34px;
    margin-top: 7px;
}
.btn__link_ex {
    background-size: contain;
    width: 33%;
    display: block;
}
.btn__link_ex ~ .btn__link_ex {
    margin-left: 2px;
}
#menusite-wrap .collapse {
    background-color: var(--color-site) !important;
}

#menusite-wrap .navbar .navbar-nav > li > a:hover,
#menusite-wrap .navbar .navbar-nav > li > a:focus,
#menusite-wrap .navbar .navbar-nav > li.active > a,
#menusite-wrap .navbar .navbar-nav > li.active > a:hover,
#menusite-wrap .navbar .navbar-nav > li.open > a,
#menusite-wrap .dropdown-menu>.active>a,
#menusite-wrap .dropdown-menu>.active>a:hover,
#menusite-wrap .dropdown-menu>.active>a:focus {
    background-color: #0685d6 !important;
    color: #fff;
}
#menusite-wrap .active:not(.dropdown) > a > *:first-child:before {
    display: none;
}
.v2-header,
.v2-benefit .v2-benefit-cols .c .c-inner .i-title,
.v2-file .v2-file-inner .i-ctn .i-title {
    color: var(--color-site);
}
.btn-primary {
    border-color: var(--color-site);
    background-color: var(--color-site);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
    background-color: #0576bd;
    border-color: #0576bd;
}
.btn-slider-home {
    display: none;
}
#footer {
    position: relative;
    min-height: 160px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #3c3c3c;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3c3c3c;
    background-color: #222;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)),
        url(../images/bg-footer-noise.webp);
    background-repeat: repeat-x,repeat;
    background-size: 100px 15px,140px 140px;
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 14px;
    color: #a7a7a7;
}
#footer a {
    color: #a7a7a7;
}
#footer a:hover {
    color: #dcdcdc;
}
#footer .btn-primary {
    color: #969696 !important;
    background-color: #1f1f1f !important;
    border-color: #434343 !important;
}
#footer hr {
    border-top-color: #333;
}
.btn__login {
    background: var(--color-site);
}
.socialList li~li {
    margin-left: 6px;
}
.socialList li a {
    width: 33px;
    height: 33px;
}
.display-flex .btn__login {
    padding: 5px 8px;
}
.socialList {
    margin: 1px 6px 0 0;
}
.zalo-chat-widget {
    bottom: 165px !important;
    right: 28px !important;
}
.language_icons_block .box__lang .box__lang_link_language {
    width: 33px;
    height: 28px;
}
.baogia-logo {
    display: block;
    width: 29%;
    background-color: #fff;
    border-radius: 15px;
    padding: 0 10px;
}
.v2-slider-home {
    min-height: unset;
}
.v2-slider-home .slider-home-inner {
    padding: 2% 0 2.5% 43%;
}
.row-baogia {
    font-family: Anton;
    font-size: 52px;
    letter-spacing: 1.4px;
    padding-left: 5px;
    margin: 4.5% 0 5%;
    line-height: 1.5;
}
.row-baogia-contact img {
    width: 35px;
    margin-right: 12px;
}
.row-baogia-contact {
    display: flex;
    font-family: 'Poppins';
    font-size: clamp(16px, 1.8vw, 20px);;
}
.row-baogia-contact > div {
    width: 44%;
}
.row-baogia span {
    display: block;
}
.row-baogia span.row2{
    color: #f99353;
}
span.row3 {
    letter-spacing: 5px;
}
div#tip {
    top: 45px;
}
.p-img{
    width: 90px;
    height: 90px;
    background-color: #525078;
    border: 15px solid #48466D;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 53px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.bg-contact-modal,
.discol-participate thead tr,
table.bidding-table th,
.site-code,
.follow-bids-tb thead tr td {
    background-color: var(--color-site);
}
.icon-dauthau-baogia-logo {
    height: 55px;
    width: 166px;
}
.navbar-brands .navbar-brands-inner .navbar-brand .logo {
    width: 95%;
}
@media (max-width: 1199.98px) {
    .row-baogia-contact > div:nth-child(1) {
        width: 40%;
    }
    .row-baogia-contact > div:nth-child(2) {
        width: 60%;
    }
    .v2-slider-home .slider-home-inner {
        padding-left: 40%;
    }
    .row-baogia {
        font-size: 4.2vw;
    }
}
@media (min-width: 767px) {
    .v2-procedure__mobile {
        display: none;
    }
}
@media (max-width: 881px) {
    .header__row_btn {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .v2-procedure-timeline .p-item-step .p-icon {
        width: 90px;
        height: 90px;
    }
    .v2-timeline::after {
        left: 84%;
    }
    .v2-timeline:before {
        width: 81%;
        left: 4%;
    }
    .v2-timeline .p-item-step.step1 {
        left: 7%;
    }
    .v2-timeline .p-item-step.step5 {
        right: 7%;
    }
    .v2-timeline .p-item-step.step2 {
        left: 36%;
    }
    .v2-timeline .p-item-step.step4 {
        left: 66%;
    }
}

@media (max-width: 767px) {
    #menusite-wrap .navbar-nav > li > a {
        background-color: #0057b8;
        border-bottom-color: #d9d9d9;
    }
    #menusite-wrap .get_social_icons_block .socialList {
        display: flex;
        justify-content: center;
    }
    .v2-procedure__timeline {
        display: none;
    }
    .procedure__mobile-inner img {
        max-height: 33px;
    }
    .v2-procedure__mobile {
        color: #fff;
        margin-top: 40px;
    }
    .procedure__mobile-inner .p-item {
        margin-top: 10px;
    }
    .procedure__mobile-inner .p-item .p-content{
        margin-top: 5px;
    }
    #menusite-wrap .get_language_icons_block {
        display: flex;
        flex-direction: column;
        padding: 6px 10px;
    }
    #menusite-wrap .get_social_icons_block .bl-title,
    #menusite-wrap .get_head_right_block .bl-title,
    #menusite-wrap .get_language_icons_block .bl-title {
        margin-bottom: 5px;
        text-align: center;
    }
    .hidden-xs {
        display: none !important;
    }
    .box .no-pd {
        padding: 0px !important;
    }
    .box {
        display: flex;
        justify-content: center;
        padding: 10px 6px;
        border-bottom: 1px dotted rgb(204, 204, 204);
    }
    .btn__login {
        padding: 0 5px !important;
        line-height: 2.5 !important;
    }
    div#tip {
        top: 50px;
    }
    #tip.main__info_user {
        top: 46px !important;
    }
    .v2-procedure-timeline {
        background-position: center center;
    }
}
@media (min-width: 576px) and (max-width: 676px) {
    .row-baogia {
        font-size: 3.6vw;
    }
    .row-baogia-contact img {
        width: 25px;
    }
    .row-baogia-contact {
        font-size: 14px;
    }
}
@media (max-width: 575.98px) {
    .v2-header .step_bg {
        font-size: clamp(16px,6vw,26px);
    }
    .v2-slider-home {
        background-position: center right;
    }
    .v2-slider-home .slider-home-inner {
        padding: 3% 26px;
        text-align: center;
    }
    .baogia-logo {
        display: inline-block;
    }
    .row-baogia-contact {
        display: block;
        text-align: center;
    }
    .row-baogia-contact > div {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .v2-procedure__mobile .procedure__mobile-inner .p-item {
        width: 100%;
    }
    .row-baogia-contact {
        font-size: 14px;
    }
}
