/* Đặt về mặc định các thẻ trong css */

* {
    font-family: 'Roboto';
    font-weight: 400;
}

b {
    font-weight: bold !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html {
    scroll-behavior: smooth;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

input, select {
    outline: 0;
}

a {
    text-decoration: none;
    color: #000;
}

button {
    background: repeat;
}

ol,
ul {
    list-style: none;
}
#widgets-form .form-group {
    float: left;
    width: 100%
}
.LOpopup .LOpopupDialogBody {
    overflow: inherit;
}
.module-position {
    width: 100%;
}