/* rs ảnh  */
img {
    max-width: 100%;
    height: auto;
  }
  .info-sv{
    width: 100%;
  }



.top {
    background: url('/images/title.jpg.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #DD8D8C;
    display: block;
    font-size: 17px;
    height: 30px;
    left: -11px;
    line-height: 30px;
    padding-left: 35px;
    position: absolute;
    top: 15px;
    width: 177px;
}


select,
input[type="text"],
input[type="password"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E5E5E5;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 7px;
    width: 240px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: all 0.218s ease-in-out 0s;
    -moz-transition: all 0.218s ease-in-out;
    -webkit-transition: all 0.218s ease-in-out;
}

button,
input {
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

user agent stylesheet input:not([type="image" i]) {
    box-sizing: border-box;
}

user agent stylesheet input {
    /* -webkit-writing-mode: horizontal-tb !important; */
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    /* -webkit-appearance: textfield; */
    background-color: -internal-light-dark-color(white, black);
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

user agent stylesheet table {
    border-collapse: separate;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2px;
    font-variant: normal;
}


/* home.tpt */
.info-sv{
    color: yellow;
}

.news-title1{
    margin-bottom: 30px;
    font-size: 2.5em;
    color: red;
}

button{
    background-color: red;
    color: aliceblue;
    border-radius: 4%;
    outline: none;
    border: none;
}