* {
    margin: 0px;
    padding: 0px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

@font-face {
    font-family: "mu-me";
    src: url('/assets/fonts/Muli-Medium.ttf');
}

@font-face {
    font-family: "mu-bold";
    src: url('/assets/fonts/Muli_Bold.ttf');
}

@font-face {
    font-family: "ro-re";
    src: url('/assets/fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: "ro-bold";
    src: url('/assets/fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: "valky";
    src: url('/assets/fonts/VL_Valky-Bold.otf');
}

html {
    font-family: "mu-me";
    ;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    position: relative;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/*p { margin-top: 0; margin-bottom: 1rem;}*/

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

.mr_left_auto {
    margin-left: auto;
}


/*Self-written library for page layout*/

.container_2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container_fluid_2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row_3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.column,
.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-auto,
.column-lg,
.column-lg-1,
.column-lg-10,
.column-lg-11,
.column-lg-12,
.column-lg-2,
.column-lg-3,
.column-lg-4,
.column-lg-5,
.column-lg-6,
.column-lg-7,
.column-lg-8,
.column-lg-9,
.column-lg-auto,
.column-md,
.column-md-1,
.column-md-10,
.column-md-11,
.column-md-12,
.column-md-2,
.column-md-3,
.column-md-4,
.column-md-5,
.column-md-6,
.column-md-7,
.column-md-8,
.column-md-9,
.column-md-auto,
.column-sm,
.column-sm-1,
.column-sm-10,
.column-sm-11,
.column-sm-12,
.column-sm-2,
.column-sm-3,
.column-sm-4,
.column-sm-5,
.column-sm-6,
.column-sm-7,
.column-sm-8,
.column-sm-9,
.column-sm-auto,
.column-xl,
.column-xl-1,
.column-xl-10,
.column-xl-11,
.column-xl-12,
.column-xl-2,
.column-xl-3,
.column-xl-4,
.column-xl-5,
.column-xl-6,
.column-xl-7,
.column-xl-8,
.column-xl-9,
.column-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-8 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.column-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.clearfix {
    content: "";
    clear: both;
    overflow: auto;
}

.d_table {
    display: table !important;
}

.d_table_row {
    display: table-row !important;
}

.d_table_cell {
    display: table-cell !important;
}

.d_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d_inline_flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.center_vertical {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    /*justify-content: center;
  -webkit-box-pack: center ;
  -ms-flex-pack: center ;*/
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.w_100 {
    width: 100%;
}

.h_100 {
    height: 100%;
}

.mt_1 {
    margin-top: 1rem;
}

.mb_1 {
    margin-bottom: 1rem;
}

.align_vertical_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ml_auto {
    margin-left: auto;
}

.p3_sec2 {
    color: #535353;
}

@keyframes nut_sec {
    0% {
        transform: scale( 1);
    }
    17% {
        transform: scale( 0.95);
    }
    34% {
        transform: scale( 0.9);
    }
    50% {
        transform: scale( 0.8);
    }
    66% {
        transform: scale( 0.9);
    }
    83% {
        transform: scale( 0.95);
    }
    100% {
        transform: scale( 1);
    }
}

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes move_sec1 {
    from {
        transform: translateY(-50%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes move_sec2 {
    from {
        transform: translateX(50%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

.container_fluid_2 {
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.outlined {
    color: #0c3153;
    text-align: center;
    padding-top: 1rem;
    text-shadow: -1px -1px 0 #ffcb4e, 0 -1px 0 #ffcb4e, 1px -1px 0 #ffcb4e, 1px 0 0 #ffcb4e, 1px 1px 0 #ffcb4e, 0 1px 0 #ffcb4e, -1px 1px 0 #ffcb4e, -1px 0 0 #ffcb4e;
}

.opacity_1 {
    opacity: 1;
}


/*Css cho nut backTop*/

.nut_back {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button:focus {
    outline: none;
}

.backBottom {
    position: fixed;
    top: 5px;
    right: 3px;
    padding: 5px;
    background-color: #f3b0c6;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
}

.backTop {
    position: fixed;
    bottom: 5px;
    right: 3px;
    padding: 4px 10px;
    background-color: #a8a8a8;
    color: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

.show_nut {
    visibility: visible;
    opacity: 1;
}

.btn_capnhat {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #423abb;
}

.column_dived {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 575px) {
    .column-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*-----------------------------------------*/
}

@media (max-width: 500px) {}

@media (max-width: 430px) {}

@media (max-width: 410px) {}

@media (max-width: 380px) {}

@media (max-width: 370px) {}

@media (max-width: 320px) {}

@media (min-width: 576px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 560px;
    }
    .column-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pl_sm_0 {
        padding-left: 0;
    }
    .pr_sm_0 {
        padding-right: 0;
    }
    .order_sm_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_sm_2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 768px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 750px;
    }
    .column-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666666%;
        flex: 0 0 66.666666%;
        max-width: 66.666666%;
    }
    .column-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .pl_md_0 {
        padding-left: 0;
    }
    .pr_md_0 {
        padding-right: 0;
    }
    .order_md_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_md_2 {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 992px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 90%;
    }
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-lg-4_5 {
        -ms-flex: 0 0 34%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .column-lg-7_5 {
        -ms-flex: 0 0 66%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .order_lg_1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order_lg_2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order_lg_3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order_lg_4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .pl_lg_0 {
        padding-left: 0px!important;
    }
    .pr_lg_0 {
        padding-right: 0px!important;
    }
    .flex_lg_wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex_lg_nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex_lg_wrap_reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify_content_lg_start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify_content_lg_end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify_content_lg_center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify_content_lg_between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify_content_lg_around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align_items_lg_start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align_items_lg_end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align_items_lg_center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .d_lg_flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d_lg_inline_flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .column_lg_auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 90%;
    }
    .d_xl_flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}

@media (min-width: 1500px) {}

@media (min-width: 1600px) {
    /*Self-written library for page layout*/
    .container_2 {
        max-width: 88%;
    }
}

@media (min-width: 1700px) {}

@media (min-width: 1800px) {}

@media (min-width: 1350px) and (max-width: 1499px) {}

@media (min-width: 1200px) and (max-width: 1349px) {}

@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (max-width: 991.9px) {}