.foot-partner {
    background-color: var(--color-2);
    background-size: cover!important;
}

.foot-partner .container {
    border-bottom-color: #002F75;
}

.pn-foot .foot-top {
    border-bottom-color: #002F75;
}

.p-about {
    position: relative;
}

.df-p-about {
    align-items: center;
    background: rgba(14, 74, 151, 0.1)
}

.df-p-about .nd {
    width: 40%;
    padding-right: 6rem;
    padding-left: 15vw;
}

.df-p-about .img {
    width: 60%;
    position: relative;
    height: 0;
    padding-bottom: 100vh;
}

.df-p-about .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group_tit {
    position: relative;
    margin-bottom:1rem;
}

.group_tit>h1 {
    color: var(--color-1);
    font-family: var(--font-b);
    font-weight:var(--font-weight-2);
    font-size:2.8rem;
    line-height: 1.3;
}

.group_tit .sub {
    font-size:2rem;
    line-height: 1.3;
    font-family: var(--font-b);
    color: var(--color-2);
    letter-spacing: 0.05rem;
    font-weight:var(--font-weight-2);
}

.df-p-about .cont {
    font-size: 1.4rem;
    line-height: 1.5;
}

.pn-heading-partner {
    background-color: var(--color-2);
}

.pn-member-action {
    background-size: cover!important;
    min-height: calc(100% - 8rem);
    padding-top:43px;
}

.pn-member-action .wrap_bgMember {
    background-color: rgba(0, 0, 0, 0.65);
    width:50rem;
    min-height:45vh;
    padding: 2rem 3rem;
    border-radius: 0;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.wrap_bgMember p.subtit {
    font-size:2rem;
    font-family: var(--font-m);
    font-weight:var(--font-weight-1);
}

.wrap_bgMember h1.tit_member {
    font-family: var(--font-b);
    font-size:2.6rem;
    font-weight:var(--font-weight-2);
    margin:0.5rem 0;
}

.form_member {
    margin: 2rem 0 1rem 0;
}

.input_icon {
    position: relative;
    display: flex;
}

.input_icon .icon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: #999;
}

.input_icon .icon svg {
    width: 2.4rem;
    height: 2.4rem;
}

.div_input input,
.div_input select {
    padding-left: 5rem;
}

.form_member input.form-control {
    font-size: 1.4rem;
    height: 4.4rem;
}

.btn_full {
    width: 100%;
}

.btn_dk {
    background-color: var(--color-2);
    text-align: center;
    padding: 0.8rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: var(--font-m);
    color: #fff;
    border-color: var(--color-2);
    box-shadow: unset;
    outline: none;
    font-weight:var(--font-weight-2);
}

.btn_member:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.pn-partner-regis .wrap_bgMember {
    background: rgba(255, 255, 255, 0.77);
    color: var(--color-2);
}

.pn-partner-regis .input_icon {
    border-color: #111;
}

.pn-partner-regis .dfForm {
    font-size: 1.4rem;
}

.cta_createPartner {
    text-transform: uppercase;
    color: var(--color-3);
    text-decoration: underline;
    font-family: var(--font-m);
    font-weight:var(--font-weight-1);
}

.pn-partner-regis .block_resetpass a {
    text-decoration: underline;
    font-size: 1.4rem;
    font-weight:var(--font-weight-1);
}

.gird_kgqc {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    margin: 2rem 0;
}

.pn-kgqc {
    padding: 5rem 0 3rem 0;
}

.gird_kgqc .item .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}

.gird_kgqc .item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gird_kgqc .item h3 {
    font-size: 1.8rem;
    font-family: var(--font-b);
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin: 1rem 0;
}

.gird_kgqc .item:hover h3 {
    color: var(--color-1);
}

.form_member label.error {
    color: red;
    font-size: 1.3rem;
    position: absolute;
    right: 0.7rem;
    top: 1.2rem;
}

.pn-menu-p {
    padding: 0 0;
    background: rgba(4, 73, 150, 0.8);
    position:relative;


}
.pn-menu-p.home-support{
    position:relative;
     z-index:3;
     margin-bottom:-42px;
}

.p-menu-list>li {
    display: inline-block;
    padding: 1rem 3rem;
}

/* .p-menu-list>li:first-child{
    padding-left:0;
} */

.p-menu-list>li.mode_cc{
    background-color:var(--color-1);
}

.p-menu-list>li>a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: var(--font-m);
    text-transform:uppercase;

}

.p-menu-list>li.active {
   background: rgb(4 73 150);
}

.partner-regis {
    padding: 3rem 0;
    min-height: calc(100vh - 14.5rem);
    background-size: cover!important
}

.wp_inner_partner {
    max-width:1070px;
    margin:0 auto;
    padding:2rem 0;
    min-height: calc(100vh - 14.5rem);
}

.regis_step_1, .regis_step_2, .regis_step_3, .regis_step_4{
    padding-top:5rem;
}

.wp_inner_partner h1 {
    font-family: var(--font-b);
    font-size: 2.6rem;
    margin-bottom: 1rem;
    font-weight:var(--font-weight-2);
}

.wp_inner_partner .desc {
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--color-4);
    font-weight:var(--font-weight-1);
}

.wp_inner_partner .p-nd {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 1rem 0;
}

.wp_inner_partner .p-sub-login {
    padding: 2rem 0;
    margin: 2rem 0;
    border-top: 0.1rem solid rgba(129, 129, 129, 1);
    border-bottom: 0.1rem solid rgba(129, 129, 129, 1);
}

.wp_inner_partner .p-sub-login .tit {
    color: var(--color-4);
    font-size: 1.6rem;
    font-family: var(--font-m);
    font-weight:var(--font-weight-1);
}

.b_regisPartner {
    background: rgba(228, 241, 255, 1);
    border: 0.1rem solid var(--color-2);
    padding: 1rem 1rem;
    display: block;
    font-size: 1.6rem;
    font-family: var(--font-b);
    text-transform: uppercase;
    color: var(--color-2);
    border-radius: 0.5rem;
    max-width:100%;
    width:100%;
    margin: 0 auto;
    font-weight:var(--font-weight-2);
}

.b_regisPartner:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.p_form input:not([type="file"]):not([type="checkbox"]) {
    height: 4.4rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
}

.wp_inner_partner .p-heading {
    margin-bottom: 2rem;
}

.wp_inner_partner input {
    border: 0.1rem solid var(--color-2);
}

.p_btn_next {
    padding: 1rem 1rem;
    color: #fff;
    background-color: var(--color-2);
    border-color: var(--color-2);
    text-align: center;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: var(--font-b);
    display: block;
    border-radius: 0.5rem;
    text-transform: uppercase;
}

.p_btn_next:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.p_btn_prev {
    padding: 1rem 1rem;
    color:var(--color-2);
    background-color:rgba(228, 241, 255, 1);
    border:1px solid rgba(63, 135, 215, 1);
    text-align: center;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-family: var(--font-b);
    display: block;
    border-radius: 0.5rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

.p_btn_prev:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.df-control {
    justify-content:space-between;
    margin-top:2rem;
}

.df-control>a {
    margin: 0 0;
}
.df-control>a.p_btn_prev{
    width:10rem;
}
.df-control>a.p_btn_next, button.btn-partnerVerify{
    width:calc(100% - 11rem);
    line-height:2;
}

.regis_step_2,
.regis_step_3 {
    display: none;
}

.btn-regisPartner {
    width:calc(100% - 10.5rem);
}

.df-phone-c {
    align-items: center;
}

.df-phone-c .select-country {
    width: 7rem;
}

.df-phone-c #regis_phone {
    width: calc(100% - 8rem);
}


/* Container dropdown */

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 1.5rem;
}


/* Ô chọn */

.selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0.5rem 10px;
    background: #fff;
    border-radius: 5px;
}

.selected:hover {
    background: #f0f0f0;
}


/* Danh sách dropdown */

.dropdown-menu {
    display: none;
    position: absolute;
    width: 15rem;
    border: 1px solid #ccc;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.dropdown-menu li {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-family: var(--font-m);
}

.dropdown-menu li:hover {
    background: #f0f0f0;
}

.dropdown-menu li img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#selectedText img {
    width: 3rem;
    height: 3rem;
}


/* Mũi tên dropdown */

.arrow {
    margin-left: 10px;
    font-size: 12px;
}

.p_from_regis .form-group {
    position: relative;
}

#p_from_regis .wp_inner_partner .desc{
    font-size:2rem;
    color:#555;
}

.p_from_regis label.error {
    color: red;
    font-size: 1.3rem;
    position: absolute;
    right: 0.5rem;
    top: 1rem;
}

.df-hp {
    align-items: center;
}
.df-hp > .left{
    width:25rem;
}
.df-hp > .right{
    width:calc(100% - 27rem);
}
.nav_member>li.active{
    background:var(--color-1);
}
.nav_partner>li>a {
    display: block;
    text-align: center;
    color: #fff;
    line-height:4rem;
}

.nav_partner>li>a img {
    height: 3rem;
    margin-bottom: 0.5rem;
}

.nav_partner>li>a p {
    margin: 0 0;
    font-family: var(--font-m);
}

.pn-profile-partner .container,
.pn-partnerVerify .container {
    max-width: 1000px;
}

.pn-partner {
    padding: 3rem 0;
}

.tit_type1 {
    font-family: var(--font-b);
    color: #222;
    font-size: 2.4rem;
}

.pn-partnerVerify .cont {
    font-size: 1.6rem;
    line-height: 1.5;
}

#frm_partnerVerify .form-control {
    border-color: var(--color-2);
}

#p_from_regisBillboard .form-group {
    position: relative;
}

#p_from_regisBillboard label.error {
    position: absolute;
    right: 0.7rem;
    bottom: 0.5rem;
    font-size: 1.3rem;
    color: red;
    z-index:9;
}

#p_from_regisBillboard .select2-container .select2-selection--single {
    height: 4rem;
}

#p_from_regisBillboard .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4rem;
    padding-left: 0.5rem;
}
.logo_partner{
    max-height:6rem;
    margin:1rem 0;
}
.df-p-about .cont .btn_dk:hover{
    background-color:var(--color-1);
    color:#fff;
}
#list_advs{
    min-width:1000px;
}
.tit_adv_edit{
    font-size:2rem;
}
.df-adv_view .aside h3.font-m{
    font-size:1.6rem;
}
.foot_partner{
    max-height:11rem;
}
.pn-adv-list .container,.adv_order .container{
    width:96%;
    max-width:1400px;
    margin:0 auto;
}
.cus_menu{
    display:none;
}
.btn_updateAdv{
    font-size:1.6rem;
    padding:0.8rem 1.4rem;
    font-weight:var(--font-weight-1);
}

.df-rating-tk .box-tq{
    width:17rem;
    text-align:center;
}
.df-rating-tk .box-ct{
    width:calc(100% - 20rem);
}
.p_rightFilter{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.ctr_open_filter{
    display:none;
    margin-left:0.7rem;
}
.b_close_filterPartner{
    display:none;
    visibility:hidden;
    cursor:pointer;
}
.col-additional {
    max-height: 100px;
    overflow-y: auto;
    vertical-align: top;
    text-align: center;
}
.box-item-payment {
    display: block;
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
    background-color: #fae94c;
    color: #333;
    border-radius: 0.2rem;
    text-align: center;
}
.box-item-payment>span {
    display: block;
    line-height: 1.2;
    margin: 0.5rem 0;
}
.box-item-payment .pm-amount {
    color: red;
    font-size: 1.6rem;
    font-weight: var(--font-weight-1);
}
.box-item-payment .pm-status {
    font-weight: var(--font-weight-1);
}
.box-item-payment.box-item-payment_1 {
    background-color: #00bf63;
}
.box-item-payment.box-item-payment_1 .pm-amount, .box-item-payment.box-item-payment_1 .pm-status {
    color: #fff;
}

.regis_step_7 .nd  h3{
    margin-bottom:1.5rem;
}
.regis_step_7 .nd ul{
     list-style-type:none;
     padding:0 0;
}
.block_edit_price ul{
    list-style-type:none;
    padding-left:1rem;
}
.nd_giadaihan{
    font-size:1.6rem;
    line-height:1.5;
}
/* Scrollbar */
.table-responsive{
    padding-bottom:1rem;
}
.table-responsive::-webkit-scrollbar {
  height:15px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Thumb */
.table-responsive::-webkit-scrollbar-thumb {
  background: var(--color-2);
  border-radius: 10px;
  transition: 0.3s;
}

/* Hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background:var(--color-1);
}

.heading_adv{
    font-size:2.4rem;
    line-height:1.4;
}

.box-yeucauhoanthien{
    border-radius: 7px;
    border: 2px solid #FAB943;
    background: #FFE3BA;
    padding:1rem 1rem;
    display:block;
    max-width:400px;
}
.btn-partner-search{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    background-color:var(--color-2);
    border-color:var(--color-2);
}

.empty-result{
    width:100%;
    padding:40px 20px;
    text-align:center;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fafafa;
}

.empty-result .icon{
    font-size:48px;
    margin-bottom:15px;
    opacity:.7;
}

.empty-result h3{
    margin:0 0 10px;
    font-size:22px;
    color:#222;
}

.empty-result p{
    margin:0;
    font-size:15px;
    color:#777;
}
.f_status.active{
    border-bottom-color:red;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.pn-post{
    margin-top:40px;
}
.df-note-led .cont{
    width:50%;
}
.step_8_note{
    background-color:transparent!important;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c80300!important;
}
.step_8_note h3{
    font-size:18px;
    line-height:1.4;
}
.step_8_note img{
     width:5rem;
     margin-right:1rem;
}





