@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: local('â˜º'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: local('â˜º'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Regular';
    font-style: normal;
    font-weight: normal;
    src: local('SF Pro Display Regular'), url('../fonts/SFPRODISPLAYREGULAR.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #def3de;
    margin: 0;
    padding: 0px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #111;
    text-align: left;
    position: relative;
    font-family: 'SF Pro Display Regular';
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #065d06;
    text-decoration: none;
    outline: 0 !important;
}

    a:hover {
        text-decoration: none;
        outline: 0 !important;
        color: #ff0000;
    }

:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

h1, h2, h3,
h4, h5, h6 {
    color: #111;
}

.page-wapper {
    display: block;
    margin: 0;
    padding: 0 0 50px 0;
    width: 100%;
}

.page {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
/***** Header Container **********/
.header-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #297729;
    background: linear-gradient(133deg, #ed1b23, #219857, #024320) !important;
}

.header {
    display: block;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}

    .header .logo {
        float: left;
        margin: 0;
        padding: 0;
        display: block;
    }

        .header .logo a {
            float: left;
            margin: 0;
            padding: 0;
            display: block;
        }

            .header .logo a img {
                float: left;
                margin: 0;
                padding: 0;
                display: block;
            }

.header-text {
    display: block;
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left;
    float: left;
}

    .header-text h2 {
        display: block;
        margin: 10px 0 0 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: normal;
        font-family: 'RobotoCondensed-Regular';
        color: #fff;
    }

    .header-text h3 {
        display: block;
        margin: 7px 0 0 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: normal;
        font-family: 'RobotoCondensed-Regular';
        color: #fff;
    }

.header-right {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    float: right;
}

    .header-right .header-button {
        float: left;
        margin: 18px 0px 0 0;
        padding: 0;
        display: block;
    }

        .header-right .header-button a {
            float: left;
            margin: 0;
            padding: 0 15px;
            font-weight: normal;
            color: #000;
            font-family: 'RobotoCondensed-Regular';
            text-transform: none;
            line-height: 35px;
            background: #fff;
            font-size: 16px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid #fff;
        }

            .header-right .header-button a:hover {
                background: #002900;
                color: #fff;
                border-color: #fff;
            }

    .header-right .header-lang {
        display: block;
        margin: 25px 0 0 0;
        padding: 0;
        float: left;
    }

        .header-right .header-lang a {
            float: left;
            margin: 0 0 0 15px;
            padding: 1px;
            display: block;
            font-size: 20px;
            font-weight: normal;
            color: #fff;
            font-family: 'SF Pro Display Regular';
        }

            .header-right .header-lang a.active, .header-right .header-lang a:hover {
                padding: 0;
                border: 1px solid #fff;
            }

            .header-right .header-lang a:first {
                margin-left: 0;
            }
/***** Main Container **********/
.main-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.main {
    display: block;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}

.page-title {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;    
}
.card-vuong{
    margin-bottom: 10px; 
    margin-top: 10px;
    padding: 10px 17px;
    border: 1px solid #E6E9ED;
    background-color: white;
    opacity: 1; 
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
    .page-title h1 {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 25px;
        font-weight: bold;
        color: #000000;
        font-family: 'SF Pro Display Regular';
        text-transform: uppercase;
    }

    .page-title p {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: bold;
        color: #000000;
        font-family: 'SF Pro Display Regular';
    }

.form-container {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

    .form-container .form-register {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }


    .x_panel {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 17px;
        display: inline-block;
        background: #fff;
        border: 1px solid #E6E9ED;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        opacity: 1;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    }
    
    .x_title {
        border-bottom: 2px solid #f17070;
        padding: 1px 5px 6px;
        margin-bottom: 10px;
    }
    
    .x_title .filter {
        width: 40%;
        float: right;
    }
    
    .x_title h2 {
        margin: 5px 0 6px;
        float: left;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: uppercase;
        color: #000;
        font-family: 'RobotoCondensed-Regular';
    }
    
    .x_title h2 .fa {
        color: #297729;
    }
    
    .x_title h2 small {
        margin-left: 10px;
    }
    
    .x_title span {
        color: #ff0000;
    }
    
    .x_content {
        padding: 0 3px 6px;
        position: relative;
        width: 100%;
        float: left;
        clear: both;
        margin-top: 5px;
    }
    
    .x_content h4 {
        font-size: 16px;
        font-weight: 500;
    }

.fileds {
}

    .fileds .filed {
        display: block;
        margin: 15px 0 0;
        padding: 0;
        width: 100%;
    }

        .fileds .filed .filed-lable {
            display: block;
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-weight: normal;
            color: #000;
            font-family: 'SF Pro Display Regular';
        }

            .fileds .filed .filed-lable span.required {
                color: #ff0000;
            }

        .fileds .filed .filed-input {
            display: block;
            margin: 10px 0 0 0;
            padding: 0;
            width: 100%;
        }

            .fileds .filed .filed-input .chosen-container {
                font-family: 'SF Pro Display Regular';
                font-size: 14px;
            }

            .fileds .filed .filed-input .text-input {
                font-family: 'SF Pro Display Regular';
                font-size: 14px;
                display: block;
                margin: 0;
                padding: 0 5px;
                width: 100%;
                height: 35px;
                line-height: 33px;
                font-weight: normal;
                color: #000;
                border: 1px solid #ced4da;
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

            .fileds .filed .filed-input .textarea-input {
                font-family: 'SF Pro Display Regular';
                font-size: 14px;
                display: block;
                margin: 0;
                padding: 5px 5px;
                width: 100%;
                font-weight: normal;
                color: #000;
                border: 1px solid #ced4da;
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

            .fileds .filed .filed-input select {
                font-family: 'SF Pro Display Regular';
                font-size: 14px;
                display: block;
                margin: 0;
                padding: 0 5px;
                width: 100%;
                height: 35px;
                line-height: 33px;
                font-weight: normal;
                color: #000;
                border: 1px solid #ced4da;
                background: #fff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

            .fileds .filed .filed-input label.error {
                font-family: 'SF Pro Display Regular';
                font-size: 13px;
                display: block;
                margin: 3px 0 0 0;
                padding: 0;
                width: 100%;
                color: #ff0000;
            }

            .fileds .filed .filed-input .text-input.error {
                border-color: #F33;
            }

            .fileds .filed .filed-input .chosen-container.validate-error {
                border-color: #F33;
            }

            .fileds .filed .filed-input.canvas-wapper {
                overflow: hidden;
            }

                .fileds .filed .filed-input.canvas-wapper canvas {
                    float: left;
                    margin: 0;
                    padding: 0;
                    display: block;
                }

                .fileds .filed .filed-input.canvas-wapper .code-input {
                    font-family: 'SF Pro Display Regular';
                    font-size: 14px;
                    display: block;
                    margin: 0 10px;
                    padding: 0 5px;
                    width: 100%;
                    height: 35px;
                    line-height: 33px;
                    font-weight: normal;
                    color: #000;
                    border: 1px solid #ced4da;
                    background: #fff;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    float: left;
                    width: 200px;
                }

                    .fileds .filed .filed-input.canvas-wapper .code-input.error {
                        border-color: #F33;
                    }

    .fileds .filed-action {
        display: block;
        margin: 25px 0 0 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

        .fileds .filed-action .btn-actionform {
            text-transform: uppercase;
        }

.form-container h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
    font-family: 'SF Pro Display Regular';
    text-align: center;
}

.form-container h6 {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    font-family: 'SF Pro Display Regular';
    text-align: center;
}

.form-container .qrcode {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .form-container .qrcode img {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

.vaccination-number {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    font-family: 'SF Pro Display Regular';
}

.vaccination-fieldset {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 20px 20px;
    width: 100%;
    border: 1px solid #297729;
    background: #bde5c6;
}

    .vaccination-fieldset legend.vaccination-fieldset-title {
        width: auto;
        padding: 0 10px;
        text-align: left;
        font-size: 17px;
        font-weight: bold;
        color: #000000;
        font-family: 'SF Pro Display Regular';
        margin: 0;
    }

        .vaccination-fieldset legend.vaccination-fieldset-title i {
            color: #ff0000;
        }

/***** Footer Container **********/
.footer-container {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid #065d06;
    background: #f1f1f1;
    text-align: center;
}

.footer {
    display: block;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

    .footer p {
        display: block;
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-family: 'RobotoCondensed-Regular';
    }

#back-top {
    background: url("../images/arrow-top.png") no-repeat scroll 50% 50% #065d06;
    border: 1px solid #000;
    bottom: 35px;
    display: none;
    height: 45px;
    position: fixed;
    right: 12px;
    width: 45px;
    z-index: 9999;
}

    #back-top:hover {
        background-color: #ff0000;
        background-image: url("../images/arrow-top.png");
        cursor: pointer;
    }
/* Fix Mobile*/
@media (min-width: 1399px) {
}

@media (max-width: 1199px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px;
    }

    .tile,
    .graph {
        zoom: 76%;
        height: inherit;
    }

    .item {
        display: block;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .fileds .filed .filed-input label.error {
        font-size: 11px;
    }
    .x_title h2 small {
        display: none;
    }
}

@media (max-width: 992px) {
    .fileds .filed .filed-input label.error {
        font-size: 11px;
    }

    .fileds .filed .filed-lable {
        font-size: 13px;
    }

    .header-text h2 {
        font-size: 18px;
    }

    .header-text h3 {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
}

@media (max-width: 767px) {
    .header-text h2, .header-text h3 {
        display: none;
    }

    .page-title h1 {
        font-size: 16px;
    }
    .btn{
        width:100%
    }
}

@media (max-width: 560px) {
    .security-error {
        clear: both;
    }
}

@media (max-width: 420px) {
}

@media (max-width: 350px) {
}
