.n-b {
    background-color: #FFF;
    width: 100%;
    height: 78px;
    border-top: 8px solid #ef7a13;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n-b .l-d {
    width: 140px;
    margin: auto;
}

@media (max-width:900px){
    .n-b .l-d {
        display: none;
    }
}

.n-b .l-m {
    width: 34px;
    margin: auto;
    display: none;
}

@media (max-width:900px) {
    .n-b .l-m {
        display: block !important;
    }
}
/*  */

/*  */
.m-s {
    background-color: #f7fbfc;
    width: 100%;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .m-s {
        padding: 40px 0px;
    }
}

.m-s .t-f {
    font-size: 50px;
    margin-bottom: 30px;
    color: #000;
    font-weight: normal;
    width: 960px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .m-s .t-f {
        padding: 0px 15px;
        font-size: 36px;
    }
}

.m-s .content-m-s {
    width: 960px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* overflow: hidden; */
}

.m-s .content-m-s .size-s {
    width: 751px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 60px;
    background-color: #fff;
    /* overflow: hidden; */
    box-shadow: 0 2px 6px hsla(0, 4%, 50%, .17);
}

@media (max-width:767px) {
    .m-s .content-m-s .size-s {
        width: 100% !important;
        padding: 30px 10px !important;
    }
}

.m-s .content-m-s h4 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}

.m-s .content-m-s .f-d-p {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 2px solid #e9ebe5;
}

.m-s .content-m-s .f-d-p .p-i-l {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #e9ebe5;
}

.m-s .content-m-s .f-d-p .p-i-l-other {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #e9ebe5;
}

.m-s .content-m-s .f-d-p .p-i-l-other .b-o {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    width: calc(100% / 2);
}

.m-s .content-m-s .f-d-p .p-i-l-other .b-o img {
    width: 58px;
    height: 58px;
    margin: 0px auto;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .p-i-l-other .b-o .text {
    font-size: 18px;
    color: #000;
    transition: 0.2s;
    margin-top: 8px;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .p-i-l-other .b-o .text:hover {
    text-decoration: underline;
}

@media (max-width:767px) {
    .m-s .content-m-s .f-d-p .p-i-l-other {
        padding: 10px;
    }
    
    .m-s .content-m-s .f-d-p .p-i-l {
        padding: 10px;
    }
}

.m-s .content-m-s .f-d-p .p-i-l img {
    width: 58px;
    height: 58px;
    margin: 0px auto;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .p-i-l .text {
    font-size: 18px;
    color: #000;
    transition: 0.2s;
    margin-top: 8px;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .p-i-l .text:hover {
    text-decoration: underline;
}

.m-s .content-m-s .f-d-p .ship-f-d-p {
    padding: 30px;
    width: 100%;
}

@media (max-width:767px) {
    .m-s .content-m-s .f-d-p .ship-f-d-p {
        padding: 4px;
    }
}


.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    background-color: #fbfbfb;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .top-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #bbbbbb;
    padding: 5px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .top-s .l-and-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .top-s .l-and-text .l-f {
    width: 92px;
    margin-right: 10px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .top-s .l-and-text .text {
    font-size: 15px;
    color: #555;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .top-s .l-and-text .m-f-i {
    width: 73px;
    height: 41px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s {
    width: 100%;
    height: 395px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p {
    width: 350px;
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p.other {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    padding-left: 10px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p label img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-p-d {
    width: calc(100% - 65px);
    height: 39px;
    background-color: #ffffff;
    color: #000;
    display: block;
    font-size: 18px;
    outline: 0;
    border: 1px solid #bbbbbb;
    padding: 5px;
    padding-left: 40px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-p-d:focus {
    border: 2px solid #0078bd;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-l-i-p {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 36px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-l-i-p img {
    width: 20px;
    height: 22px;
    margin: auto;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-l-i-p-o {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 36px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .i-l-i-p-o img {
    margin: auto;
    width: 26px;
    height: 13px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .b-s-d {
    width: 55px;
    height: 40px;
    margin-left: 10px;
    background-color: #0078bd;
    border: 0px;
    outline: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .coul .b-s-d img {
    margin: auto;
    width: 24px;
    height: 19px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .t-a-i-p {
    padding-top: 5px;
    padding-left: 10px;
    color: #555;
    font-size: 14px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .coul-o {
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .coul-o .i-p-d {
    width: 100%;
    height: 39px;
    background-color: #ffffff;
    color: #000;
    display: block;
    font-size: 18px;
    outline: 0;
    border: 1px solid #bbbbbb;
    padding: 6px 12px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .coul-o .i-p-d:focus {
    border: 2px solid #0078bd;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .coul-o .t-a-i-p {
    padding-top: 5px;
    padding-left: 10px;
    color: #555;
    font-size: 14px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .b-s-d {
    width: 55px;
    height: 40px;
    background-color: #0078bd;
    border: 0px;
    outline: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .parnet-couls .b-s-d img {
    margin: auto;
    width: 24px;
    height: 19px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .app .t-app {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .app .t-app img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p .app .img-load {
    width: 20px;
    height: 20px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .center-s .p-i-p h5 {
    margin-bottom: 10px;
    font-size: 15px;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .bottom-s {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    border-top: 1px solid #bbbbbb;
}

.m-s .content-m-s .f-d-p .ship-f-d-p .nesting-ship .bottom-s img {
    width: 276px;
}


.m-s .content-m-s .f-d-p-o {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 2px solid #e9ebe5;
    background-color: #FFF;
    border-radius: 4px;
}

.m-s .content-m-s .f-d-p-o .l-f-o {
    border-bottom: 2px solid #e9ebe5;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
}

.m-s .content-m-s .f-d-p-o .l-f-o .img {
    margin: auto;
    width: 92px;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 20px;
    margin-bottom: 15px;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o label {
    color: #212529;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .coul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .coul .i-p-d {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    color: #000;
    display: block;
    font-size: 18px;
    outline: 0;
    border: 1px solid #bbbbbb;
    padding: 5px;
    padding-left: 40px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .coul .i-p-d:focus {
    border: 2px solid #0078bd;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .coul .i-l-i-p {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 36px;
    border-radius: 3px;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .coul .i-l-i-p img {
    width: 20px;
    height: 22px;
    margin: auto;
}

.m-s .content-m-s .f-d-p-o .p-i-p-o .er-i-p {
    color: #e32129;
    margin-top: 5px;
    display: none;
}

.m-s .content-m-s .f-d-p-o .p-b-s-d {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 20px;
    margin-top: 10px;
}

.m-s .content-m-s .f-d-p-o .p-b-s-d .b-s-d {
    width: 100%;
    height: 40px;
    background-color: #0078bd;
    border: 0px;
    outline: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}

.m-s .content-m-s .f-d-p-o .p-b-s-d .b-s-d img {
    margin: auto;
    width: 24px;
    height: 19px;
} 
    
.m-s .content-m-s .f-d-p-o .bottom-s-o {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #bbbbbb;
    margin-top: 30px;
}

.m-s .content-m-s .f-d-p-o .bottom-s-o img {
    width: 276px;
}
/* main */

/* Footer */
.f-s {
    width: 100%;
    background-color: #FFF;
    padding: 40px 15px;
}

.f-s .content-f-s {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.f-s .content-f-s .bs-f-s {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .f-s .content-f-s .bs-f-s {
        flex-direction: column;
    }
}

.f-s .content-f-s .bs-f-s .b-f-s {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 15px;
}

@media (max-width:767px) {
    .f-s .content-f-s .bs-f-s .b-f-s {
        padding: 0px;
        margin-bottom: 15px;
    }
}

.f-s .content-f-s .bs-f-s .b-f-s h4 {
    margin-bottom: 7px;
    color: #000;
    font-size: 20px;
    text-align: left;
}

.f-s .content-f-s .bs-f-s .b-f-s p {
    font-size: 17px;
    color: #000;
    line-height: 1.4;
}

.f-s .content-f-s .bs-f-s .b-f-s .link-f-s {
    font-size: 17px;
    margin-bottom: 15px;
    color: #000;
}

.f-s .content-f-s .bs-f-s .b-f-s .link-f-s .unique-link {
    color: #ef7a13;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}

.f-s .content-f-s .p-f {
    font-size: 17px;
    margin-bottom: 20px;
    color: #000;

}

.f-s .content-f-s .p-f .unique-link {
    color: #ef7a13;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}

.f-s .content-f-s .link-bottom {
    color: #ef7a13;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}
/* Footer */


/* Start Message User */
.message-user {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #0006;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999999999;
}

.message-user .content-message-user {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
    max-width: 90%;
}

.message-user .content-message-user .header-messsage-user {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
    border-bottom: 5px solid #ef7a13;
}

.message-user .content-message-user .header-messsage-user img {
    width: 200px;
}

.message-user .content-message-user .header-messsage-user  .close-message-header {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #ef7a13;
    border: 2px solid #ef7a13;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.message-user .content-message-user .header-messsage-user  .close-message-header i {
    font-size: 22px;
}

.message-user .content-message-user .text-message-user {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.message-user .content-message-user .text-message-user .alert-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef7a13;
    color: #FFF;
    margin: 0px auto;
    margin-bottom: 10px;
}

.message-user .content-message-user .text-message-user i {
    font-size: 25px;
    color: #FFF;
}


.message-user .content-message-user .text-message-user h2 {
    color: #444f55;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.message-user .content-message-user .text-message-user p {
    font-size: 14px;
    background-color: #F4F7FD;
    color: #000;
    line-height: 1.7;
    padding: 10px;
    font-weight: 300;
    margin-bottom: 15px;
}

.message-user .content-message-user .text-message-user .close-message-user {
    background-color: #ef7a13;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    outline: 0px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
}

/* End Message User */

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #fff;
    border-right-color: #0078bd;
    border-bottom-color: #0078bd;
    border-top-color: #0078bd;
    animation: spinner-d3wgkg 1s infinite linear;
 }
 
 @keyframes spinner-d3wgkg {
    to {
       transform: rotate(1turn);
    }
 }

.t-l {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}