@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-box {
    max-width: 925px;
    width: 100%;
    margin: auto;
    padding: 0 10px
}

img {
    max-width: 100%
}

.header-index {
    padding: 25px 0
}

@media (max-width: 991px) {
    .header-index {
        padding: 15px 0
    }
}

@media (max-width: 991px) {
    .header-index {
        background-color: #F0F0F0
    }
}

@media (max-width: 390px) {
    .header-index .container-box {
        gap: 10px
    }
}

.header-index .part-left .logo img {
    width: 210px;
    height: 35.81px
}

@media (max-width: 390px) {
    .header-index .part-left .logo img {
        width: 100%;
        height: 100%
    }
}

.header-index .part-left .links ul {
    list-style: none;
    gap: 20px;
    padding-left: 10px !important
}

@media (max-width: 991px) {
    .header-index .part-left .links ul {
        display: none !important
    }
}

.header-index .part-left .links ul li {
    position: relative
}

.header-index .part-left .links ul li a {
    text-decoration: none;
    color: #CFCFCF;
    font-weight: 500
}

.header-index .part-left .links ul li.active a {
    color: #0066B3;
    font-weight: 500;
    font-size: 15px
}

.header-index .part-left .links ul li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FF6600;
    left: 0
}

.header-index .part-right ul {
    list-style: none
}

.header-index .part-right .p-lg {
    gap: 40px;
    font-size: 15px;
    color: #0569B4;
    line-height: 20px;
    font-weight: 500
}

@media (max-width: 991px) {
    .header-index .part-right .p-lg {
        display: none !important
    }
}

.header-index .part-right .p-lg li {
    gap: 2px
}

.header-index .part-right .p-sm {
    display: none;
    gap: 10px
}

@media (max-width: 991px) {
    .header-index .part-right .p-sm {
        display: flex !important
    }
}

.header-index .part-right .p-sm li {
    padding: 10px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px
}

.header-index .form-lg {
    background-color: white;
    position: absolute;
    right: 0;
    width: 350px;
    top: 71px;
    padding: 20px;
    z-index: 1000;
    border: 1px solid #0569B4
}

@media (max-width: 991px) {
    .header-index .form-lg {
        display: none !important
    }
}

.header-index .form-lg::before {
    content: "";
    border-color: rgba(0, 102, 179, 0) rgba(0, 102, 179, 0) #0066b3;
    border-width: 20px;
    position: absolute;
    border-style: solid;
    top: -40px;
    z-index: 1000;
    right: 17px
}

.header-index .form-lg::after {
    content: "";
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 21px;
    position: absolute;
    border-style: solid;
    top: -40px;
    z-index: 1000;
    right: 16px
}

.header-index .form-lg .title {
    position: relative
}

.header-index .form-lg .title p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #818181
}

.header-index .form-lg form ul {
    padding: 0;
    margin: 0;
    margin-top: 15px
}

.header-index .form-lg form ul li {
    list-style-type: none;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    color: #707070;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.header-index .form-lg form ul li i {
    color: #FF6600;
    margin-right: 5px;
    font-size: 16px
}

.header-index .form-lg form ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.header-index .form-lg form label {
    font-weight: 700;
    margin-bottom: 5px;
    color: #0066B3
}

.header-index .form-lg form .form-group {
    display: flex;
    justify-content: space-between
}

.header-index .form-lg form .form-group .input-group {
    position: relative;
    width: 82%;
    border: 1px solid #CFCFCF
}

.header-index .form-lg form .form-group .input-group input {
    padding-left: 10px;
    font-weight: 500;
    width: 90%;
    border: none;
    outline: none
}

.header-index .form-lg form .form-group .input-group button {
    position: absolute;
    background-color: white;
    right: 0;
    height: 100%;
    border: none;
    width: 43px;
    outline: none
}

.header-index .form-lg form .form-group .input-group button img {
    width: 25px;
    height: 24px
}

.header-index .form-lg form .form-group .btn-form2 {
    border: none;
    outline: none
}

.header-index .form-lg form .form-group .btn-form2 img {
    width: 40px;
    height: auto
}

.form-sm {
    background-color: white;
    position: relative;
    right: 0;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    border: 1px solid #0569B4;
    display: none
}

@media (max-width: 991px) {
    .form-sm {
        display: block !important
    }
}

.form-sm .title {
    position: relative
}

.form-sm .title p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #818181
}

.form-sm form ul {
    padding: 0;
    margin: 0;
    margin-top: 15px
}

.form-sm form ul li {
    list-style-type: none;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    color: #707070;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.form-sm form ul li i {
    color: #FF6600;
    margin-right: 5px;
    font-size: 16px
}

.form-sm form ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.form-sm form label {
    font-weight: 700;
    margin-bottom: 5px;
    color: #0066B3
}

.form-sm form .form-group {
    display: flex;
    justify-content: space-between
}

.form-sm form .form-group .input-group {
    position: relative;
    width: 82%;
    border: 1px solid #CFCFCF
}

.form-sm form .form-group .input-group input {
    padding-left: 10px;
    font-weight: 500;
    width: 90%;
    border: none;
    outline: none
}

.form-sm form .form-group .input-group button {
    position: absolute;
    background-color: white;
    right: 0;
    height: 100%;
    border: none;
    width: 43px;
    outline: none
}

.form-sm form .form-group .input-group button img {
    width: 25px;
    height: 24px
}

.form-sm form .form-group .btn-form2 {
    border: none;
    outline: none
}

.form-sm form .form-group .btn-form2 img {
    width: 40px;
    height: auto
}

.form-sm form label {
    font-weight: 700;
    margin-bottom: 5px;
    color: #0066B3
}

.form-sm form .form-group {
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.form-sm form .form-group .input-group {
    position: relative;
    width: 100%;
    border: 1px solid #CFCFCF
}

.form-sm form .form-group .input-group input {
    padding-left: 10px;
    font-weight: 500;
    width: 90%;
    border: none;
    outline: none
}

.form-sm form .form-group .input-group button {
    position: absolute;
    background-color: white;
    right: 0;
    height: 100%;
    border: none;
    width: 43px;
    outline: none
}

.form-sm form .form-group .input-group button img {
    width: 25px;
    height: 24px
}

.form-sm form .form-group .btn-form2 {
    border: none;
    outline: none
}

.form-sm form .form-group .btn-form2 img {
    width: 40px;
    height: auto
}

.intro-home {
    width: 100%;
    height: auto;
    position: relative
}

@media (max-width: 700px) {
    .intro-home {
        height: 300px
    }
}

@media (max-width: 800px) {
    .intro-home {
        height: 400px
    }
}

.intro-home .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1
}

.intro-home .slid-btn {
    width: 35px;
    height: 35px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    position: relative;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #33333338
}

@media (max-width: 1028px) {
    .intro-home .slid-btn {
        display: none
    }
}

.intro-home .pre {
    left: 5px
}

.intro-home .pre::before {
    content: "";
    background-image: url("../imgs/icons.png");
    background-position: -350px -343px;
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: 35px
}

.intro-home .next {
    right: 5px
}

.intro-home .next::before {
    content: "";
    background-image: url("../imgs/icons.png");
    background-position: -393px -299px;
    background-repeat: no-repeat;
    position: absolute;
    height: 35px;
    width: 35px
}

.intro-home .container-box {
    height: 78vh;
    position: relative
}

.intro-home .container-box .info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 350px
}

@media (max-width: 991px) {
    .intro-home .container-box .info {
        display: none !important
    }
}

.intro-home .container-box .info h1 {
    color: white;
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 45px
}

.intro-home .container-box .info p {
    color: white;
    font-weight: 500;
    margin-bottom: 30px
}

.intro-home .container-box .info button {
    background-color: #FF6600;
    color: white;
    width: 154px;
    padding: 8px 20px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px
}

.intro-home .container-box .info button img {
    margin-left: 8px
}

.info-2 {
    display: none;
    background-color: #0569B4;
    padding: 20px
}

@media (max-width: 991px) {
    .info-2 {
        display: flex
    }
}

.info-2 .info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 350px
}

.info-2 .info h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 40px;
    width: 250px
}

@media (max-width: 767px) {
    .info-2 .info h1 {
        font-size: 25px
    }
}

.info-2 .info p {
    color: white;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .info-2 .info p {
        font-size: 15px
    }
}

.info-2 .info button {
    background-color: #FF6600;
    color: white;
    width: 154px;
    padding: 8px 20px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px
}

.info-2 .info button img {
    margin-left: 8px
}

.list {
    background-color: #F0F0F0
}

@media (max-width: 991px) {
    .list {
        display: none
    }
}

.list .container-box ul {
    list-style: none;
    margin: auto;
    max-width: 860px;
    margin: auto
}

.list .container-box ul li {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    border-left: 1px solid white;
    color: #0066B3;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500
}

.list .container-box ul li img {
    width: 21px;
    height: 11px
}

.list .container-box ul li:nth-child(5) {
    border-right: 1px solid white
}

.list .container-box ul li .show {
    padding-left: 5px
}

.list .container-box ul li.map p {
    color: #FF6600 !important;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px
}

.list .container-box ul li.map .img-map {
    width: 17px;
    height: 25px
}

.customer {
    margin-top: 30px
}

.customer .title h2 {
    color: #002D67
}

@media (max-width: 767px) {
    .customer .title h2 {
        font-size: 25px
    }
}

.customer .articles {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

@media (max-width: 575px) {
    .customer .articles {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }
}

@media (max-width: 575px) {
    .customer .articles .article {
        border-bottom: 1px solid #CFCFCF
    }
}

.customer .articles .article .tile-art {
    color: #0066B3;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px
}

.customer .articles .article p {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    margin-top: 7px;
    padding-bottom: 7px
}

.customer .articles .article .btn-art {
    text-decoration: none
}

.customer .articles .article .btn-art p {
    font-weight: 500;
    font-size: 13px;
    color: #0066B3;
    padding-right: 2px
}

.customer .articles .article .btn-art img {
    width: 9px;
    height: 11px
}

@media (max-width: 575px) {
    .customer .articles .article .btn-art {
        padding-bottom: 20px
    }
}

.customer .show-all {
    width: 100%;
    margin-top: 25px
}

.customer .show-all .btn-art {
    font-weight: 500;
    font-size: 14px;
    color: #0066B3;
    text-decoration: none
}

.customer .show-all .btn-art p {
    padding-right: 5px
}

.customer .show-all .btn-art img {
    width: 9px;
    height: 12px
}

.support {
    background-color: #F0F0F0;
    padding-top: 40px;
    margin-top: 50px
}

.support .title h2 {
    color: #002D67
}

@media (max-width: 767px) {
    .support .title h2 {
        font-size: 25px
    }
}

.support img {
    width: 100%
}

.support .sm-support {
    display: none
}

@media (max-width: 1321px) {
    .support .sm-support {
        display: flex
    }
}

@media (max-width: 1000px) {
    .support .sm-support {
        display: none
    }
}

.support .xs-support {
    display: none
}

@media (max-width: 1000px) {
    .support .xs-support {
        display: flex
    }
}

@media (max-width: 959px) {
    .support .xs-support {
        display: none
    }
}

@media (max-width: 1321px) {
    .support .lg-support {
        display: none
    }
}

.support .group-select {
    display: none !important;
    padding-bottom: 30px;
    gap: 10px;
    margin-top: 20px
}

@media (max-width: 959px) {
    .support .group-select {
        display: flex !important
    }
}

.support .group-select select {
    width: 100%;
    padding: 5px 10px;
    color: #818181;
    outline: none;
    border: 1px solid #CFCFCF;
    font-size: 15px
}

.support .group-select .btn-select {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    outline: none
}

.support .group-select .btn-select::before {
    content: "";
    background-image: url(../imgs/link-icons.png);
    background-position: 16px -494px;
    width: 116px;
    height: 42px
}

.services {
    margin-top: 50px
}

.services .title h2 {
    color: #002D67
}

@media (max-width: 767px) {
    .services .title h2 {
        font-size: 25px
    }
}

.services .wrapper-services {
    display: flex;
    gap: 10px
}

.services .wrapper-services:not(:nth-child(3)) {
    margin-top: 20px
}

@media (max-width: 575px) {
    .services .wrapper-services {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .services .wrapper-services .card {
        width: 100% !important;
        border-bottom: 1px solid #CFCFCF !important
    }
}

.services .wrapper-services .card .card-body .title-ser {
    text-decoration: none;
    color: #0066B3;
    font-size: 15px;
    font-weight: 500
}

.services .wrapper-services .card .card-body p {
    margin-top: 5px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #4C4C4C;
    padding-bottom: 5px
}

.services .wrapper-services .card .card-body .btn-art {
    padding-bottom: 0 !important;
    text-decoration: none
}

.services .wrapper-services .card .card-body .btn-art p {
    font-weight: 500;
    font-size: 13px;
    color: #0066B3;
    padding-right: 2px
}

.services .wrapper-services .card .card-body .btn-art img {
    width: 9px;
    height: 11px
}

@media (max-width: 575px) {
    .services .wrapper-services .card .card-body .btn-art {
        padding-bottom: 20px
    }
}

.box {
    margin-top: 25px
}

.box .title {
    background-color: #0066B3;
    padding: 20px 20px;
    position: relative
}

.box .title::after {
    content: "";
    border: solid transparent;
    border-color: #0066b3 rgba(0, 102, 179, 0) rgba(0, 102, 179, 0);
    border-width: 20px;
    border-style: solid;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -38px
}

.box .title h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 0
}

.box .wrapper-input {
    border: 1px solid #0066B3;
    width: 100%;
    height: 100px
}

.box .wrapper-input .input-group {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px
}

.box .wrapper-input .input-group input {
    outline: none;
    border: 1px solid #CFCFCF;
    padding-left: 10px
}

.box .wrapper-input .input-group button {
    border: none;
    outline: none
}

.box .wrapper-input .input-group button img {
    height: 32px
}

.customers {
    margin-top: 60px;
    padding-top: 40px;
    background-color: #F0F0F0
}

.customers p {
    color: #002D67;
    font-weight: 500
}

.customers .wrapper-custmer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 5px;
    gap: 30px
}

@media (max-width: 595px) {
    .customers .wrapper-custmer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width: 435px) {
    .customers .wrapper-custmer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .customers .wrapper-custmer img {
        width: 100%
    }
}

.customers .show-all {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 40px
}

.customers .show-all .btn-a {
    font-weight: 500;
    font-size: 14px;
    color: #0066b3;
    text-decoration: none
}

.customers .show-all .btn-a p {
    padding-right: 5px
}

.customers .show-all .btn-a img {
    width: 9px;
    height: 12px
}

.footer-index {
    background-color: #0066b3;
    padding-top: 40px
}

.footer-index p {
    color: white;
    font-weight: 500;
    font-size: 17px
}

.footer-index span {
    font-size: 13px;
    color: white;
    font-weight: 700
}

.footer-index ul {
    list-style: none
}

.footer-index ul li {
    font-size: 13px;
    color: white;
    margin-top: 20px
}

.footer-index .copyght ul li {
    margin-top: 0;
    padding: 0 8px
}

.footer-index .copyght ul li:not(:nth-child(1)) {
    border-left: 1px solid white
}

.tape {
    width: 100%;
    height: 44px;
    background-color: #002D67
}

@media (max-width: 575px) {
    .tape {
        display: none
    }
}

.header-login {
    margin-top: 14px;
    width: 100%
}

.header-login .logo {
    padding-left: 26px
}

.header-login .logo img {
    height: 40px;
    width: auto
}

.wrapper-box-login {
    width: 88%;
    margin: auto;
    margin-top: 80px
}

@media (max-width: 1200px) {
    .wrapper-box-login {
        width: 50%;
        margin: auto
    }
}

@media (max-width: 1000px) {
    .wrapper-box-login {
        width: 70%;
        margin: auto
    }
}

@media (max-width: 600px) {
    .wrapper-box-login {
        width: 90%;
        margin: auto
    }
}

.wrapper-box-login .row {
    gap: 35px
}

@media (max-width: 1200px) {
    .wrapper-box-login .row {
        flex-direction: column
    }
}

.wrapper-box-login .title {
    margin-bottom: 15px
}

@media (max-width: 1200px) {
    .wrapper-box-login .title {
        margin-top: 50px
    }
}

.wrapper-box-login .title h2 {
    font-weight: 700;
    color: #002D67
}

.wrapper-box-login form {
    width: 100%
}

.wrapper-box-login form .form-group {
    width: 100%;
    border: 1px solid #002D67;
    height: 60px;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.wrapper-box-login form .form-group .input-error {
    border: 1px solid #E00000 !important;
    background-color: #E00000 !important
}

.wrapper-box-login form .form-group input {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0;
    outline: 0;
    padding: 35px 13px;
    background: none;
    z-index: 1000
}

.wrapper-box-login form .form-group label {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #86898B;
    transition: all 0.25s
}

.wrapper-box-login form .form-group label.focus {
    position: absolute;
    left: 10px;
    top: 24%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #86898B;
    font-size: 12px
}

.wrapper-box-login form .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 24px
}

.wrapper-box-login form .erorr {
    color: #E00000
}

.wrapper-box-login form .erorr i {
    font-size: 22px;
    padding-right: 5px
}

.wrapper-box-login form .btns-form {
    width: 100%
}

.wrapper-box-login form .btns-form button:nth-child(1) {
    /* background: none;
    border: 2px solid #0066B3;
    padding: 9px 55px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: #0066B3 */
    background: #0066B3;
    padding: 9px 55px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    border: none
}

@media (max-width: 575px) {
    .wrapper-box-login form .btns-form button:nth-child(1) {
        order: 2
    }
}

.wrapper-box-login form .btns-form button:nth-child(2) {
    background: #0066B3;
    padding: 9px 55px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    border: none
}

@media (max-width: 575px) {
    .wrapper-box-login form .btns-form button:nth-child(2) {
        order: 1
    }
}

@media (max-width: 575px) {
    .wrapper-box-login form .btns-form {
        flex-direction: column;
        gap: 10PX
    }
}

.wrapper-box-login .app {
    margin-top: 50px;
    font-size: 15px;
    font-weight: 600
}

.wrapper-box-login .app a {
    color: #0066B3
}

.wrapper-box-login .app a:hover {
    text-decoration: none
}

.wrapper-box-login .wr2 .card {
    padding: 0 30px;
    box-shadow: 0px 0px 7px 5px #eee;
    border-radius: 10px !important;
    overflow: hidden
}

@media (max-width: 1200px) {
    .wrapper-box-login .wr2 .card {
        padding: 0 0px
    }
}

@media (max-width: 1200px) {
    .wrapper-box-login .wr2 .card .card-body {
        padding: 14px 25px !important
    }
}

.wrapper-box-login .wr2 .card .card-body span {
    font-size: 12px;
    font-weight: 600;
    color: #818181
}

.wrapper-box-login .wr2 .card .card-body .title-card {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: black
}

.wrapper-box-login .wr2 .card .card-body .card-text {
    font-size: 14px;
    font-weight: 500;
    color: #818181;
    margin-top: 15px
}

.wrapper-box-login .wr2 .card .card-body .card-text i {
    font-size: 25px;
    color: #0066b3;
    cursor: pointer
}

@media (max-width: 1200px) {

    .wrapper-box-login .wr2,
    .wrapper-box-login .wr1 {
        width: 100%
    }
}

.navlist {
    background-color: #002D67;
    margin-top: 30px;
    padding: 35px 0 !important;
    position: relative;
    align-items: center
}

.navlist ul {
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 21px
}

.navlist ul li {
    color: white;
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.navlist ul li:not(:nth-child(7))::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
    right: -11px;
    top: 8px
}

.first-text {
    font-size: 12px;
    color: #818181;
    font-weight: 600;
    margin-top: 20px
}

.footer-login {
    margin-top: auto;
}

@media (max-width: 1200px) {
    .footer-login .xlg {
        display: none
    }

    .footer-login .lg {
        display: flex !important;
        width: 100%
    }
}

@media (max-width: 60px) {
    .footer-login .lg {
        display: none !important
    }

    .footer-login .md {
        display: flex !important;
        width: 100%
    }
}

@media (max-width: 402px) {
    .footer-login .md {
        display: none !important
    }

    .footer-login .sm {
        display: flex !important;
        width: 100%
    }
}

.wrapper-box-phototan {
    width: 75%;
    margin: auto;
    margin-top: 80px
}

.wrapper-box-phototan .adver-top {
    width: 100%;
    padding: 14px 10px;
    border-left: 3px solid #FF6600;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #EDF0F4;
    color: #222223;
    font-size: 12px;
    font-weight: 600
}

@media (max-width: 1200px) {
    .wrapper-box-phototan {
        width: 50%;
        margin: auto
    }
}

@media (max-width: 1000px) {
    .wrapper-box-phototan {
        width: 70%;
        margin: auto
    }
}

@media (max-width: 600px) {
    .wrapper-box-phototan {
        width: 90%;
        margin: auto
    }
}

.wrapper-box-phototan .row {
    gap: 35px
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .row {
        flex-direction: column
    }
}

.wrapper-box-phototan .row .wr1 h3 {
    font-weight: 700;
    color: #252525;
    font-size: 17px
}

.wrapper-box-phototan .row .wr1 .option .choose p {
    font-weight: 700;
    font-size: 13px
}

.wrapper-box-phototan .row .wr1 .option .par {
    font-size: 13px;
    padding-left: 25px
}

.wrapper-box-phototan .row .wr1 .option .par a {
    font-weight: 600
}

.wrapper-box-phototan .row .wr1 .option .par span {
    font-weight: 700;
    font-size: 13px
}

.wrapper-box-phototan .row .wr1 .option span {
    font-weight: 700;
    font-size: 13px
}

.wrapper-box-phototan .row .wr1 .worning-simple {
    margin-top: 20px
}

.wrapper-box-phototan .row .wr1 .worning-simple span a {
    font-size: 13px;
    color: #287EBE;
    font-weight: 600
}

.wrapper-box-phototan .row .wr1 .btn-reset {
    margin-top: 260px
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .row .wr1 .btn-reset {
        margin-top: 30px;
        display: none
    }
}

.wrapper-box-phototan .row .wr1 .btn-reset button {
    background: none;
    border: 2px solid #0066B3;
    padding: 8px 33px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: #0066B3
}

.wrapper-box-phototan .row .wr2 {
    width: 46%
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .row .wr2 {
        width: 100%
    }
}

.wrapper-box-phototan .row .wr2 h3 {
    font-weight: 700;
    color: #252525;
    font-size: 17px
}

.wrapper-box-phototan .row .wr2 .show {
    margin-top: 20px;
    cursor: pointer
}

.wrapper-box-phototan .row .wr2 .show span {
    color: #0267B4;
    font-size: 13px;
    font-weight: 600
}

.wrapper-box-phototan .row .wr2 .show span i {
    font-size: 18px
}

.wrapper-box-phototan .row .wr2 .select {
    border: 1px solid #222223;
    margin-top: 25px;
    padding: 3px 20px;
    border-radius: 5px;
    cursor: pointer
}

.wrapper-box-phototan .row .wr2 .select .selected span {
    font-size: 12px
}

.wrapper-box-phototan .row .wr2 .select .selected p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px
}

.wrapper-box-phototan .row .wr2 .select i {
    font-size: 18px
}

.wrapper-box-phototan .row .wr2 .form-wr {
    width: 100%;
    padding: 14px 10px;
    border-left: 3px solid #FF6600;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #EDF0F4;
    color: #222223;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    position: relative
}

.wrapper-box-phototan .row .wr2 .form-wr .zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
    height: 23px
}

.wrapper-box-phototan .row .wr2 .form-wr .photo {
    width: 195px;
    margin: auto
}

.wrapper-box-phototan .row .wr2 .form-wr .photo img {
    width: 195px;
    height: auto
}

.wrapper-box-phototan .row .wr2 .form-wr span {
    font-size: 12px;
    font-weight: 5ss00;
    margin-top: 5px;
    display: flex
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group {
    background-color: #FFF;
    width: 100%;
    border: 1px solid #002D67;
    height: 53px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 15px
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group .input-error {
    border: 1px solid #E00000 !important;
    background-color: #E00000 !important
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group input {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0;
    outline: 0;
    padding: 28px 13px;
    background: none;
    z-index: 1000;
    margin-top: 4px
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group label {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #86898B
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group label.focus {
    position: absolute;
    left: 10px;
    top: 24%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #86898B;
    font-size: 12px;
    transition: all 0.25s
}

.wrapper-box-phototan .row .wr2 .form-wr .form-group img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 24px
}

.wrapper-box-phototan .row .wr2 .form-wr .erorr {
    color: #E00000
}

.wrapper-box-phototan .row .wr2 .menu {
    gap: 6px
}

.wrapper-box-phototan .row .wr2 .menu p {
    font-size: 13px;
    font-weight: 600;
    color: #616161
}

.wrapper-box-phototan .row .wr2 .btns-form {
    width: 100%;
    margin-top: 40px
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .row .wr2 .btns-form {
        display: flex !important;
        justify-content: space-between !important
    }
}

.wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
    /* background: none;
    border: 2px solid #0066B3;
    padding: 8px 33px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: #0066B3 */

    background: #0066B3;
    padding: 8px 33px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    border: none
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
        display: block !important
    }
}

@media (max-width: 575px) {
    .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(1) {
        order: 2
    }
}

.wrapper-box-phototan .row .wr2 .btns-form button:nth-child(2) {
    background: #0066B3;
    padding: 8px 33px;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    border: none
}

@media (max-width: 575px) {
    .wrapper-box-phototan .row .wr2 .btns-form button:nth-child(2) {
        order: 1
    }
}

@media (max-width: 575px) {
    .wrapper-box-phototan .row .wr2 .btns-form {
        flex-direction: column;
        gap: 10PX
    }
}

.wrapper-box-phototan .title {
    margin-bottom: 15px
}

@media (max-width: 1200px) {
    .wrapper-box-phototan .title {
        margin-top: 50px
    }
}

.wrapper-box-phototan .title h2 {
    font-weight: 700;
    color: #002D67
}

@media (max-width: 1200px) {

    .wrapper-box-phototan .wr2,
    .wrapper-box-phototan .wr1 {
        width: 100%
    }
}

.wrapper-box-phototan2 .row .wr1 .btn-reset {
    margin-top: 163px
}

.wrapper-box-phototan2 form {
    margin-top: 25px
}

.wrapper-box-phototan2 form .info p {
    font-size: 12px;
    padding-left: 25px;
    padding-left: 0;
    padding-bottom: 3px;
    font-weight: 600
}

.wrapper-box-phototan2 .btns-form {
    margin-top: 20px !important
}

.upload-area {
    background-color: #EDF0F4;
    border-left: 2px solid #FF6600;
    border-radius: 5px
}

.upload-area label {
    background: #f9f9f9;
    border: 2px dashed #e9e9e9;
    padding: 40px;
    width: 100%;
    cursor: pointer;
    text-align: center !important
}

@media (max-width: 575px) {
    .upload-area label {
        padding: 10px
    }
}

.upload-area label.has-error {
    border-color: red !important;
    background: rgba(255, 0, 0, 0.1)
}

.upload-area label svg {
    font-size: 24px
}

.upload-area label p {
    text-align: center;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600
}

.upload-area label .click-here {
    font-size: 24px;
    background: #dedede;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #505050
}

.upload-area label #progressBar {
    margin-top: 0;
    width: 0%;
    height: auto;
    background-color: #3498db;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px
}

.upload-area label #progressBar div {
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300
}

.upload-area label #progressBar div b {
    font-weight: 700
}

.has-error {
    background-color: #FDEDED !important;
    border: 1px solid #E00000 !important
}

.text-has-error {
    color: #e00000;
    margin-top: 5px;
    font-weight: 400;
    display: flex; 
    align-items: center;
}

.icon-has-error {
    height: 22px;
    margin-right: 8px;
}

.success {
    text-align: center
}

.success img {
    max-width: 95px
}

.success h3 {
    font-weight: 700;
    margin: 10px 0
}

.success p {
    margin-bottom: 0
}

.eye {
    position: absolute;
    right: 12px;
    top: 17px;
    color: #616161;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999999999
}

.zzz div {
    font-size: 14px;
    margin-bottom: 10px;
    color: #3b3b3b
}

.zzz div i {
    margin-right: 6px;
    font-size: 20px
}

.zzz ol {
    padding-left: 15px
}

.zzz ol li {
    font-size: 14px;
    color: #565656;
    padding-left: 10px;
    margin-bottom: 5px
}

.zzz ol li:last-child {
    margin-bottom: 0
}