:root {
    color: #000;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%;
    line-height: 1.15;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
    /* font-size: 62.5%; */
    /*có thể để là 62,5% để khi set đơn vị "rem" ta set 1,2rem tương đương với 12px */
    /* line-height: 1.6rem; */
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0em;
    color: #000;
    position: relative;
    background: #fff;
    margin: 0;
}

.sr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1rem
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

table {
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    border: 1px solid #e9e9e9
}

table td,
table th {
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9
}

table tr:nth-child(2n) {
    background-color: #f6f8fa
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-weight: 400;
    background: #fff;
}

details,
main {
    display: block
}

a {
    background-color: rgba(0, 0, 0, 0)
}

.b,
.strong,
b,
strong {
    font-weight: 700
}

.em,
em {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.small,
small {
    font-size: .8125rem
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

[hidden],
template {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: .5rem 0
}

.h1,
h1 {
    font-size: 32px;
    line-height: 38px
}

.h2,
h2 {
    font-size: 26px;
    line-height: 32px
}

.h3,
h3 {
    font-size: 22px;
    line-height: 28px
}

.h4,
h4 {
    font-size: 18px;
    line-height: 24px
}

.h5,
h5 {
    font-size: 16px;
    line-height: 22px
}

.h6,
h6 {
    font-size: 14px;
    line-height: 20px
}

.container {
    max-width: 1170px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto
}

h3 {
    font-size: 30px;
    text-align: center;
    color: #323232;
    margin: 30px 0 15px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

ul {
    padding: unset;
    margin: unset;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}