/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

*{
    box-sizing: border-box;
    padding:0px;
    margin: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Add font */
@font-face {
    font-family: 'Segoe UI Historic';
    src: url('fonts/Segoe_UI_Historic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/Segoe_UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

html, body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'HelveticaNeue', 'Helvetica Neue', Helvetica, 'Roboto', 'Segoe UI', Arial, sans-serif;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     /*background: #fff;*/
     text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
/*  */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom:0.4 !important; 
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size:20px;
}




a{ 
    list-style: none;
    text-decoration: none !important;
    color:#0866ff !important;
    font-weight:400;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    padding-left: 20px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
    padding-left: 20px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    margin: 10px 0; /* Khoảng cách trên và dưới là 10px */
}

body, button, input, label, select, td, textarea,a,div,span, input {
     font-size: 14px;
     color: #080809;
}
*::-webkit-input-placeholder{
    color:#8c8c8c;
}
::placeholder{
    color: #8c8c8c;  
    font-size:16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'HelveticaNeue', 'Helvetica Neue', Helvetica, 'Roboto', 'Segoe UI', Arial, sans-serif;
}
button:focus,input:focus {
    outline: 0;box-shadow: none;
}
img{
  vertical-align: middle;
  border-style: none;
}
select { 
   outline:none;
}
a,button{
    cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}